@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #111;
  --accent: #32d9b2;
  --hover: #24c7a1;
  --text: #32d9b2e6;
  --white: #fff;
  --white-smoke: #fafafc;
  --ghost-white: #f7f7f7;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

h1 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: var(--black);
  margin-bottom: 16px;
}

a {
  color: var(--black);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  color: var(--black);
  font-weight: 700;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.link-brand-nav {
  justify-content: center;
  align-items: center;
  height: 26px;
  display: flex;
}

.link-nav {
  color: var(--black);
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.link-nav.last {
  margin-right: 10px;
}

.button {
  background-color: var(--accent);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #317fffe6;
}

.button.w--current:hover {
  background-color: var(--hover);
}

.navbar {
  z-index: 1001;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  flex-direction: column;
  justify-content: center;
  height: 75px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.footer {
  background-color: var(--accent);
  background-image: linear-gradient(to bottom, var(--text), var(--text)), url('../images/piirustus.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 0;
  padding-bottom: 0;
}

.section-hero {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-hero.hero-service {
  padding-top: 180px;
}

.h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}

.h2.center-text.utility {
  font-size: 28px;
}

.center-text {
  text-align: center;
}

.main-container {
  max-width: 1348px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.text-footer-legal {
  font-size: 15px;
}

.wrap-footer-bottom {
  color: var(--white);
  padding-top: 130px;
  padding-bottom: 32px;
}

.left-footer-bottom {
  grid-column-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.links-master-footer {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  display: flex;
}

.expandable-single {
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 18px;
  padding: 24px 24px 24px 32px;
}

.left-product {
  padding: 0 40px 0 0;
}

.link-contact-tile {
  grid-column-gap: 24px;
  color: #0b0c0d;
  background-color: #f9f9f9;
  border-radius: 8px;
  align-items: flex-start;
  padding: 48px;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 450px;
  display: flex;
}

.utility-image {
  width: 42px;
  margin-left: auto;
  margin-right: auto;
}

.button-wrapper {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.image-symbol-big {
  height: 52px;
}

.image-symbol-big-2 {
  height: 35px;
}

.tab-block {
  color: #fff;
  cursor: none;
  background-image: linear-gradient(to top, #000000c9, #0000), url('../images/vuokraus.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 640px;
  padding: 72px 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta {
  background-color: var(--accent);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: var(--hover);
}

.cta.big {
  height: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
}

.legal-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-blog-tile {
  grid-row-gap: 16px;
  color: #0b0c0d;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.link-blog-tile:hover {
  transform: translate(0, -4px);
}

.service-marquee-card {
  color: #fff;
  background-color: #f9f9f9;
  background-image: linear-gradient(to top, #000, #fff0);
  border-radius: 18px;
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  height: 566px;
  padding: 72px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tile-feature-transparent-fourths {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 0;
  display: flex;
}

.project {
  color: #1c1a17;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 400px;
  position: relative;
}

.arrow-link-default {
  color: #fff;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2.hero {
  padding-top: 100px;
  padding-bottom: 24px;
}

.section-2.hero.hide {
  display: none;
}

.accent {
  color: var(--accent);
}

.cta-column {
  align-items: stretch;
  width: 100%;
  max-width: 1348px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.cta-right-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.cta-left-column {
  background-color: #fff;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.cta-left-column.gray {
  background-color: var(--white-smoke);
}

.cta-left-inner {
  width: 100%;
  max-width: 480px;
}

.text-bold {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
}

.text-bold.cta-styling {
  font-weight: 700;
}

.space-112 {
  height: 16px;
}

.submit-wrap-2 {
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.cta-form-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 346px;
  display: flex;
}

.input-wrap-3 {
  margin-bottom: 10px;
}

.cta-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.cta-list.gap-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.success-message-2 {
  background-color: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
}

.text-field-2 {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
}

.text-field-2:focus {
  border-color: #424bd1;
}

.text-field-2::placeholder {
  color: #c6c6c6;
  font-weight: 500;
}

.text-field-2.text-area {
  min-height: 80px;
}

.cta-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
  display: flex;
}

.cta-list-item.big-list-item {
  font-size: 18px;
}

.form-block-4 {
  margin-bottom: 0;
}

.small-text-block {
  color: var(--black);
}

.category-link {
  color: #1c1a17;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.category-link.w--current {
  color: var(--accent);
  font-weight: 500;
}

.service-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.industry-hero-container {
  background-image: url('../images/Scroll-BG.svg'), linear-gradient(#0009, #0009), url('../images/About-Hero-Image_1About Hero Image.webp');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 73px, auto, cover;
  border-radius: 30px;
  justify-content: center;
  width: 96%;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fs-cc-banner_trigger {
  display: none;
}

.roadmap-master {
  height: 400vh;
  position: relative;
}

.tab-block-2 {
  color: #fff;
  cursor: none;
  background-image: linear-gradient(to top, #000, #0000);
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 640px;
  padding: 72px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader {
  z-index: 10000;
  background-color: var(--accent);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader_content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.clip {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.image {
  width: 160px;
}

.image.preloader_one {
  letter-spacing: -1px;
  width: 200px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.learn-more-span {
  color: #151515;
  text-decoration: underline;
}

.cookie-text {
  color: var(--text);
  margin-bottom: 16px;
  font-size: 16px;
}

.fs-cc-banner_component-2 {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  width: 625px;
  padding: 25px;
  display: none;
  position: fixed;
  inset: auto 30px 30px auto;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.cookie-button-blue {
  background-color: var(--accent);
  color: #fff;
  border-radius: 5px;
  margin-right: 20px;
  padding-left: 56px;
  padding-right: 56px;
}

.cookie-button-blue:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookie-title {
  color: #151515;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.cookie-button-transparent {
  color: #151515;
  margin-left: 10px;
  text-decoration: none;
}

.expandable-single-2 {
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 18px;
  padding: 24px 24px 24px 32px;
}

.h2-cta {
  margin-bottom: 16px;
  font-size: 32px;
}

.space-120 {
  height: 120px;
}

.home-c-hero-container {
  background-image: url('../images/Scroll-BG.svg'), linear-gradient(#0000004d, #0000004d), radial-gradient(circle farthest-side, #00000054, #fff0 52%), url('../images/herkka-hevosmies-katse.jpeg');
  background-position: 50% 100%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: auto 73px, auto, auto, cover;
  border-radius: 30px;
  justify-content: center;
  width: 96%;
  max-width: 1400px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.mouse-scroll {
  border: 2px solid #6f6f6f;
  border-radius: 99px;
  justify-content: center;
  width: 24px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  display: flex;
  position: absolute;
  inset: auto auto 16px;
}

.space-16 {
  height: 16px;
}

.mega-h1-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 72px;
  line-height: 110%;
}

.subtitle-5 {
  color: #fff;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
}

.mouse-ball {
  background-color: #6f6f6f;
  width: 2px;
  height: 8px;
}

.limit-620 {
  width: 100%;
  max-width: 620px;
}

.hero-c-container-inner {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 955px;
  padding-top: 120px;
  display: flex;
}

.main-title-wrap.bottom-margin-32 {
  margin-bottom: 32px;
}

.cta-logo {
  width: 120px;
  margin-bottom: 10px;
}

.industry-hero-container-2 {
  background-image: url('../images/Scroll-BG.svg'), linear-gradient(#00000026, #00000026), url('../images/koti.jpg');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 73px, auto, cover;
  border-radius: 30px;
  justify-content: center;
  width: 96%;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.sidebar-title {
  color: var(--black);
  margin-bottom: 14px;
  font-size: 24px;
}

.sidebar {
  flex: none;
  width: 300px;
}

.other-services {
  margin-bottom: 64px;
}

.service-line {
  color: #4d4d4d;
  background-color: #e2e2e2;
  height: 1.5px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.category-link-2 {
  color: var(--black);
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  text-decoration: none;
  transition: all .15s;
}

.category-link-2:hover {
  transform: translate(6px);
}

.category-link-2.w--current {
  color: var(--accent);
  font-weight: 700;
}

.about-text-wrapper {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block p {
  margin-bottom: 20px;
}

.rich-text-block h3 {
  margin-top: 32px;
  margin-bottom: 24px;
}

.rich-text-block h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
}

.space._40 {
  height: 40px;
}

.mega-h1 {
  margin-bottom: 16px;
  font-size: 72px;
  line-height: 1.1;
}

.main-container-3 {
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
}

.space-184 {
  height: 16px;
}

.title-wrap-sales-hero {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flext-sales-cta {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-4 {
  background-color: #00d563;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta-4:hover {
  background-color: #00d563e6;
}

.cta-4.big {
  height: 60px;
  font-size: 18px;
}

.cta-4.big.white---black {
  color: #0b0c0d;
  background-color: #fff;
}

.cta-4.big.white---black:hover {
  background-color: #faf7f7;
}

.subtitle-7 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.3;
}

.limit-760 {
  width: 100%;
  max-width: 760px;
}

.space-183 {
  height: 24px;
}

.section-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-4.hero-sales {
  padding-top: 160px;
}

.div-block {
  height: 60vh;
  position: relative;
}

.hero-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-background-overlay {
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.hero-background-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.values-grid {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.value-item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.value-image {
  width: 48px;
  margin-bottom: 16px;
}

.value-title {
  font-size: 24px;
  font-weight: 700;
}

.footer-title {
  font-size: 23px;
  font-weight: 700;
}

.nav-text-block {
  color: var(--black);
  font-weight: 700;
}

.plan-links {
  margin-top: 32px;
  margin-bottom: 32px;
}

.embed {
  width: 20px;
  height: 20px;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .nav-menu {
    background-color: #f9f9f9;
    border-radius: 6px;
    flex-direction: column;
    align-items: stretch;
    width: 98%;
    height: auto;
    max-height: 90vh;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px;
    overflow: visible;
  }

  .navbar-container {
    grid-template-columns: 1fr 1fr;
  }

  .wrap-menu-button {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .link-nav {
    width: 100%;
    font-size: 18px;
    line-height: 50px;
    display: block;
  }

  .menu-button {
    background-color: #f9f9f9;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #4143701a;
  }

  .line-menu {
    background-color: #000;
    border-radius: 4px;
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.second-line {
    width: 20px;
  }

  .left-footer-bottom {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .expandable-single {
    padding-right: 4px;
  }

  .right-product {
    padding: 0;
  }

  .left-product {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .tab-block {
    min-height: 540px;
  }

  .service-marquee-card {
    height: 440px;
    padding: 55px;
  }

  .project {
    height: 340px;
  }

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .cta-column {
    width: 96%;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-list.gap-24 {
    grid-row-gap: 16px;
  }

  .service-wrapper {
    flex-direction: column;
  }

  .industry-hero-container {
    width: 96%;
    max-width: 1200px;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tab-block-2 {
    min-height: 540px;
  }

  .preloader {
    display: none;
  }

  .image.preloader_one {
    display: inline-block;
  }

  .cookie-text {
    margin-bottom: 12px;
  }

  .home-c-hero-container {
    max-width: 1000px;
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .mega-h1-2 {
    font-size: 70px;
  }

  .hero-c-container-inner {
    padding-top: 0;
  }

  .industry-hero-container-2 {
    width: 96%;
    max-width: 1200px;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mega-h1 {
    font-size: 72px;
    line-height: 87px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-container {
    grid-template-columns: 1fr 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section, .section-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-footer-legal {
    text-align: center;
  }

  .left-footer-bottom {
    grid-row-gap: 64px;
    flex-direction: column;
  }

  .links-master-footer {
    align-items: center;
  }

  .service-marquee-card {
    padding: 24px;
  }

  .tile-feature-transparent-fourths {
    padding-bottom: 2px;
  }

  .project {
    height: 400px;
  }

  .section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .accent {
    margin-bottom: 8px;
  }

  .cta-column {
    flex-direction: column;
    width: 96%;
  }

  .cta-right-column {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cookie-text {
    margin-bottom: 12px;
  }

  .fs-cc-banner_component-2 {
    max-width: 90vw;
    bottom: 10px;
    right: 10px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-title {
    margin-bottom: 8px;
  }

  .mega-h1-2 {
    font-size: 54px;
  }

  .subtitle-5 {
    font-size: 20px;
  }

  .other-services {
    margin-bottom: 32px;
  }

  .mega-h1 {
    font-size: 64px;
    line-height: 72px;
  }

  .section-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }

  p {
    font-size: 16px;
  }

  .nav-menu {
    align-items: center;
    width: 96%;
  }

  .navbar-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr 1fr;
  }

  .link-brand-nav {
    padding-left: 0;
  }

  .h2 {
    text-align: left;
  }

  .h2.center-text {
    text-align: center;
  }

  .center-text {
    text-align: left;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-footer-legal {
    font-size: 16px;
  }

  .left-footer-bottom {
    display: flex;
  }

  .expandable-single {
    padding: 24px;
  }

  .link-contact-tile {
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 32px;
  }

  .image-symbol-big {
    height: 46px;
  }

  .tab-block {
    min-height: 420px;
    padding: 24px;
  }

  .legal-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .project {
    height: 360px;
  }

  .cta-column {
    width: 95%;
  }

  .cta-right-column {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-left-column.gray {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .small-text-block {
    font-size: 16px;
  }

  .service-wrapper {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .industry-hero-container {
    width: 92%;
  }

  .tab-block-2 {
    padding: 24px;
  }

  .button-wrapper-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .cookie-text {
    margin-bottom: 20px;
  }

  .fs-cc-banner_component-2 {
    width: 100%;
    max-width: none;
    bottom: 0;
    right: auto;
  }

  .cookie-content.mobile-vertical {
    flex-direction: column;
  }

  .cookie-button-blue {
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cookie-title {
    margin-bottom: 14px;
  }

  .cookie-button-transparent {
    text-align: center;
    margin-left: 0;
  }

  .h2-cta {
    font-size: 24px;
  }

  .home-c-hero-container {
    width: 95%;
    padding: 130px 16px;
  }

  .mega-h1-2 {
    font-size: 11vw;
    line-height: 130%;
  }

  .main-title-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .industry-hero-container-2 {
    width: 92%;
  }

  .sidebar {
    width: 100%;
  }

  .other-services {
    margin-bottom: 0;
  }

  .rich-text-block {
    text-align: left;
  }

  .rich-text-block ul {
    padding-left: 24px;
  }

  .rich-text-block p {
    font-size: 18px;
  }

  .mega-h1 {
    font-size: 12.4vw;
    line-height: 135%;
  }

  .main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-wrap-sales-hero {
    text-align: center;
    align-items: center;
  }

  .flext-sales-cta {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .subtitle-7 {
    font-size: 20px;
    line-height: 1.5;
  }

  .section-4.hero-sales {
    padding-top: 120px;
  }

  .hero-background-image {
    object-position: 65% 50%;
  }

  .values-grid {
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
  }
}

#w-node-d7a0dce6-2594-a9ef-9781-14302870e330-2870e32d {
  place-self: center start;
}

#w-node-d7a0dce6-2594-a9ef-9781-14302870e333-2870e32d {
  place-self: stretch end;
}

@media screen and (max-width: 991px) {
  #w-node-d7a0dce6-2594-a9ef-9781-14302870e354-2870e32d {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d7a0dce6-2594-a9ef-9781-14302870e354-2870e32d {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}