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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  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-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  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: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plus Jakarta Sans;
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

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

:root {
  --color--light: #faebe3;
  --font--main: Satoshi, Arial, sans-serif;
  --color--dark: black;
  --type--body: 18px;
  --font--headings: "Plus Jakarta Sans", "Trebuchet MS", sans-serif;
  --type--h1: 106px;
  --type--h2: 64px;
  --type--h3: 32px;
  --color--light-elevation: #f0dfd5;
  --type--subtitle: 21px;
  --type--top-text: 12px;
  --color--dark-elevation: #1e1c1b;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@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 {
  background-color: var(--color--light);
  font-family: var(--font--main);
  color: var(--color--dark);
  font-size: var(--type--body);
  font-weight: 500;
  line-height: 135%;
}

h1 {
  font-family: var(--font--headings);
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 105%;
}

h2 {
  font-family: var(--font--headings);
  font-size: var(--type--h2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 105%;
}

h3 {
  font-family: var(--font--headings);
  font-size: var(--type--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 105%;
}

h4 {
  font-family: var(--font--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-family: var(--font--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  font-family: var(--font--headings);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

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

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px none var(--color--light);
  background-color: var(--color--light-elevation);
  font-family: var(--font--headings);
  color: var(--color--dark);
  border-radius: 20px;
  margin-top: 44px;
  margin-bottom: 44px;
  padding: 40px;
  font-size: 22px;
  line-height: 30px;
}

.text-style-h3 {
  font-size: var(--type--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 105%;
}

.main-container {
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-style-h1 {
  font-family: var(--font--headings);
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 105%;
}

.body-small {
  font-size: 16px;
  line-height: 135%;
}

.text-style-h2 {
  font-family: var(--font--headings);
  font-size: var(--type--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 105%;
}

.section {
  background-color: var(--color--light);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.hero-home-b {
  background-color: var(--color--light);
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
}

.section.dark-services-home-b {
  background-color: var(--color--dark);
  color: var(--color--light);
  padding-bottom: 180px;
  overflow: hidden;
}

.section.dark-rounded {
  background-color: var(--color--dark);
  color: var(--color--light);
  padding-bottom: 180px;
}

.section.light-rounded {
  background-color: var(--color--light);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  position: relative;
}

.section.footer-rounded {
  background-color: var(--color--light);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-bottom: 32px;
  position: relative;
}

.section.hero-home-a {
  background-color: var(--color--light);
  padding-top: 90px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.light-rounded-testimonials-halves {
  background-color: var(--color--light);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  margin-top: -80px;
  position: relative;
  overflow: hidden;
}

.section.hero-home-c {
  padding-top: 72px;
  padding-bottom: 0;
  overflow: clip;
}

.section.dark-rounded-under-hero-home-c {
  background-color: var(--color--dark);
  color: var(--color--light);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-bottom: 180px;
  position: relative;
}

.section.hero-about-a {
  padding-top: 40px;
}

.section.hero-about-b {
  padding-top: 64px;
  overflow: clip;
}

.section.hero-about-c {
  padding-top: 40px;
  overflow: hidden;
}

.section.hero-features {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-contact-a, .section.hero-contact-b {
  padding-top: 40px;
}

.section.hero-cases, .section.hero-case-inner {
  padding-top: 100px;
}

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

.section.hero-product {
  padding-top: 40px;
}

.section.dark-services-home-b {
  color: #faebe3;
  background-color: #000;
  padding-bottom: 180px;
  overflow: hidden;
}

.section.hero-contact-c-copy {
  padding-top: 64px;
}

.body-big {
  font-size: 20px;
  line-height: 135%;
}

.subtitle {
  font-size: var(--type--subtitle);
  font-weight: 500;
  line-height: 110%;
}

.cta-main {
  background-color: var(--color--light);
  color: var(--color--dark);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.cta-main.dark-cta {
  background-color: var(--color--dark);
  color: var(--color--light);
}

.cta-main.outline-white {
  border: 1px solid var(--color--light);
  color: var(--color--light);
  background-color: #faebe300;
}

.cta-main.outline-dark {
  border: 1px solid var(--color--dark);
  color: var(--color--dark);
  background-color: #faebe300;
}

.button-animation-hide {
  height: 24px;
  overflow: hidden;
}

.button-content-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-cta-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-hero-home-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 72px;
  display: flex;
}

.left-hero-home-b {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 884px;
  display: flex;
}

.limit-subtitle-home-b {
  max-width: 572px;
}

.wrap-image-home-b {
  z-index: 10;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.image-hero-home-b {
  width: 100%;
}

.lightbox-home-a {
  position: absolute;
  inset: auto auto 52px 52px;
}

.circle-play-video-home {
  background-color: var(--color--light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.hide-play-icon {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.icon-play.hidden-play {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.video-lightbox-home-a {
  border-radius: 16px;
  width: 100%;
  height: 180px;
}

.wrap-video-home-b {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000042;
  border-radius: 20px;
  width: 320px;
  height: auto;
  padding: 24px 24px 20px;
  position: absolute;
  inset: auto auto 0% 110%;
}

.text-video-preview {
  color: var(--color--light);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.color-fill-home-a {
  z-index: 1;
  background-color: var(--color--dark);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  height: 280px;
  position: absolute;
  inset: auto 0% 0%;
}

.flex-heading-left-content-right {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-heading-left-content-right.mg-bottom-64 {
  margin-bottom: 64px;
}

.flex-heading-left-content-right.mg-bottom-84 {
  margin-bottom: 84px;
}

.heading-left-flex-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-left-flex-heading.limit-602 {
  max-width: 602px;
}

.left-top-text-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.top-text {
  font-size: var(--type--top-text);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 105%;
}

.top-text.case-left-text {
  margin-top: 23px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.rating {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--color--light);
  background-color: #282624;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 20px 6px 6px;
  font-size: 16px;
  display: flex;
}

.rating.light-rating {
  color: var(--color--dark);
  background-color: #e6d8d1;
}

.rating-icon-wrap {
  background-color: var(--color--light);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  overflow: hidden;
}

.rating-icon-wrap.dark-icon-wrap {
  background-color: var(--color--dark);
  color: var(--color--light);
}

.icon-rating {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.slider-features {
  background-color: #0000;
  height: 100%;
}

.icon-feature-card-slide {
  width: 48px;
  height: 48px;
}

.icon-arrow-slider {
  width: 24px;
  height: 24px;
  display: block;
}

.slider-navgiation-hidden {
  display: none;
}

.slide-feature {
  margin-right: 32px;
}

.feature-card-slide {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--color--dark-elevation);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 40px;
  display: flex;
}

.mask-features {
  width: 45%;
  overflow: visible;
}

.feature-card-slide-top-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.arrow-slider-features {
  background-color: var(--color--light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  inset: auto auto -80px 0%;
}

.arrow-slider-features.right-arrow {
  left: 56px;
}

.arrow-slider-features.left-arrow {
  opacity: .5;
}

.section-big-image {
  background-color: var(--color--dark);
  color: var(--color--light);
  position: relative;
  overflow: hidden;
}

.image-big-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay-big-image {
  background-image: linear-gradient(#000, #00000017 37%, #000000ad 71%, #00000096);
  position: absolute;
  inset: 0%;
}

.wrap-content-big-image {
  z-index: 10;
  padding-bottom: 72px;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-people-big-image {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: var(--color--light);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.wrap-images-people-big-image {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-people-big-image {
  border: 1px solid #fafeff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: -16px;
}

.wrap-text-big-image {
  max-width: 972px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.big-image-text {
  font-family: var(--font--headings);
  font-size: 48px;
  font-weight: 600;
  line-height: 122%;
}

.flex-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.heading-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-left.heading-testimonial-slider-big {
  max-width: 612px;
  margin-bottom: 80px;
}

.heading-left.heading-testimonial-slider-halves {
  max-width: 612px;
  margin-bottom: 56px;
}

.heading-left.mg-bottom-80 {
  margin-bottom: 80px;
}

.heading-left.blog-wide-heading {
  max-width: 600px;
  margin-bottom: 88px;
}

.heading-left.halves-combo-heading {
  max-width: 780px;
  margin-bottom: 88px;
}

.heading-left.stats-wide-heading {
  max-width: 612px;
  margin-bottom: 56px;
}

.testimonial-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.testimonial-bottom-tile {
  background-color: var(--color--light-elevation);
  border-radius: 16px;
  padding: 32px 24px;
}

.testimonial-right-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.author-name-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.testimonial-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.testimonial-image-wrap {
  border-radius: 24px;
  height: 680px;
  position: relative;
  overflow: hidden;
}

.testimonial-text-overlay {
  background-color: var(--color--light);
  position: absolute;
  inset: auto 0% 0%;
}

.cover-testimonial-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.arrow-testimonial-big {
  background-color: var(--color--dark);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  inset: auto 24px 32px auto;
}

.arrow-testimonial-big.left {
  right: 80px;
}

.testimonial-image-mask {
  background-color: #f8f7f5;
  position: absolute;
  inset: auto 0% 0%;
}

.text-testimonial-slider {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.text-testimonial-name-slider {
  font-size: 22px;
  line-height: 130%;
}

.text-testimonial-position-slider {
  font-size: 16px;
  line-height: 120%;
}

.text-moving-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-moving-line.first {
  margin-bottom: 16px;
}

.text-moving {
  font-family: var(--font--headings);
  flex: none;
  font-size: 114px;
  font-weight: 600;
  line-height: 104%;
}

.heading-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-center.vision-heading-limit {
  max-width: 910px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.heading-center.two-videos-heading {
  max-width: 840px;
  margin-bottom: 64px;
}

.heading-center.faq-heading {
  max-width: 620px;
  margin-bottom: 64px;
}

.center-top-text-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-team-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tile-team-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--dark-elevation);
  border-radius: 20px;
  flex-flow: column;
  padding: 24px 24px 32px;
  display: flex;
}

.tile-team-thirds.light-team-tile {
  background-color: var(--color--light-elevation);
}

.wrap-image-team {
  border-radius: 20px;
  position: relative;
  overflow: clip;
}

.image-team {
  width: 100%;
}

.bottom-team-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-socials-team {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.circle-social-team {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 40px;
  height: 40px;
  color: var(--color--dark);
  background-color: #000000b3;
  border: 1px solid #faebe3ad;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-social-team {
  width: 20px;
  height: 20px;
}

.text-medium {
  letter-spacing: -.1px;
  font-size: 26px;
  line-height: 110%;
}

.number-features-grid {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.home-number-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-stat-small {
  letter-spacing: -.1px;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.text-substat-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.text-connection-section {
  letter-spacing: -.4px;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.connection-line {
  background-color: var(--color--dark);
  width: 100%;
  height: 1px;
}

.connection-line.left-line {
  transform-origin: 0%;
}

.connection-line.left-line.light-line {
  background-color: var(--color--light);
}

.connection-line.right-line {
  transform-origin: 100%;
}

.connection-line.right-line.light-line {
  background-color: var(--color--light);
}

.master-connection {
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.connection-line-master {
  flex: 1;
  align-items: center;
  display: flex;
}

.wrap-connection {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.connection-circle {
  background-color: var(--color--dark);
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  width: 13px;
  height: 13px;
  display: flex;
  position: relative;
}

.connection-circle.left-circle {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  position: relative;
}

.connection-circle.left-circle.light-circle {
  background-color: var(--color--light);
}

.connection-circle.right-circle {
  margin-left: 8px;
}

.connection-circle.right-circle.light-circle {
  background-color: var(--color--light);
}

.limit-connection-text {
  max-width: 970px;
}

.connection-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  inset: 32px auto auto;
}

.connection-logo {
  height: 88px;
  margin-left: 32px;
  margin-right: 32px;
}

.grid-cases-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: start;
}

.tile-project-halves {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color--dark-elevation);
  color: var(--color--light);
  border-radius: 32px;
  flex-flow: column;
  padding: 32px 32px 44px;
  text-decoration: none;
  display: flex;
}

.tile-project-halves.small-tile {
  border-radius: 18px;
  padding: 24px 24px 40px;
}

.tile-project-halves.light-tile {
  background-color: var(--color--light-elevation);
  color: var(--color--dark);
}

.wrap-tile-project-image {
  border-radius: 28px;
  overflow: clip;
}

.wrap-tile-project-image.small-tile-image-wraop {
  border-radius: 16px;
}

.image-tile-project-image {
  width: 100%;
}

.bottom-project-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-project-halves {
  object-fit: contain;
  max-width: 230px;
  max-height: 40px;
  margin-bottom: 8px;
}

.logo-project-halves.small-logo-version {
  max-height: 32px;
}

.limit-description-project-tile {
  max-width: 640px;
}

.limit-description-project-tile.small-description-limit {
  max-width: 390px;
}

.text-description-small-tile-project {
  letter-spacing: -.1px;
  font-size: 22px;
  line-height: 110%;
}

.h3-small-tile-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 102%;
}

.newsletter-field-master {
  max-width: 304px;
  position: relative;
}

.brand-image-footer {
  height: 100%;
}

.newsletter-form-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-column {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.brand-link-footer {
  height: 28px;
}

.footer-right {
  grid-column-gap: 107px;
  grid-row-gap: 107px;
  margin-right: 75px;
  display: flex;
}

.submit-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 16px 0% auto;
}

.submit-button {
  background-color: #0000;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.field-newsletter-footer {
  border: 1px solid var(--color--dark);
  width: 100%;
  height: 48px;
  color: var(--color--dark);
  background-color: #fff0;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
}

.field-newsletter-footer:focus {
  border-color: var(--color--dark);
  color: var(--color--dark);
}

.field-newsletter-footer::placeholder {
  color: #0009;
}

.text-bottom-newsletter {
  color: #0009;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.label-footer {
  color: #000c;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.footer-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-halves {
  grid-template-rows: auto;
  display: grid;
}

.success-message-newsletter {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  max-width: 400px;
  font-size: 16px;
}

.newsletter-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-links-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.error-message {
  color: #fffdfa;
  background-color: #ff5353;
  border-radius: 16px;
}

.icon-arrow-newsletter {
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.newsletter-form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.footer-link {
  color: var(--color--dark);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.footer-rights-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-last-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-social {
  color: #1e1c1bcc;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.icon-social:hover {
  color: var(--color--dark);
}

.social-link {
  color: #ccc;
  height: auto;
  text-decoration: none;
  transition: background-color .2s;
}

.social-link:hover {
  color: #07171f;
  object-fit: fill;
}

.link-bottom-footer {
  color: var(--color--dark);
  text-decoration: underline;
}

.text-bottom-footer {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.text-bottom-footer.opacity-50 {
  color: #0009;
  max-width: 1030px;
}

.footer-bottom-wrap {
  z-index: 1;
  position: relative;
}

.footer-bottom-tile {
  border-top: 1px solid var(--color--dark);
  border-bottom: 1px solid var(--color--dark);
  margin-top: 144px;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-social-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-wrap-home-a {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 990px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-subtitle-home-a {
  max-width: 680px;
}

.rouletter-wrap {
  width: 100%;
  height: 70vh;
  max-height: 600px;
}

.roulette-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.rouletter-block {
  flex: none;
  width: auto;
  height: 100%;
}

.roulette-container {
  width: 80vw;
  height: 80vw;
  position: relative;
}

.roulette-column {
  flex-flow: column;
  justify-content: space-between;
  width: 20vw;
  height: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.roulette-column._90-column {
  transform: rotate(90deg);
}

.roulette-column._45-column {
  transform: rotate(45deg);
}

.roulette-column._45-column-rev {
  transform: rotate(-45deg);
}

.roulette-card {
  border-radius: 20px;
  width: 100%;
  height: 22vw;
  overflow: hidden;
}

.roulette-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.master-grids-services-bento {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.grid-service-bento-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.feature-card-bento {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--color--dark-elevation);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 40px;
  display: flex;
}

.feature-card-bento-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.icon-feature-card-bento {
  width: 48px;
  height: 48px;
}

.grid-services-bento-thirds {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-testi-name-halves {
  font-size: 28px;
  font-weight: 700;
  line-height: 121%;
}

.text-testimonial-halves {
  font-size: 28px;
  line-height: 122%;
}

.right-top-testimonial-halves {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.top-testimonials-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-testimonials {
  margin-right: 4%;
}

.mask-testimonials {
  height: auto;
  position: static;
  overflow: visible;
}

.tile-testimonials-halves {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--color--light-elevation);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 52px;
  display: flex;
}

.text-testimonial-position-halves {
  opacity: .6;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
}

.slide-nav-hidden {
  display: none;
}

.master-testimonials {
  position: relative;
}

.slider-testimonials {
  background-color: #ddd0;
  width: 49%;
  height: auto;
  position: static;
}

.image-testimonials-halves {
  border-radius: 12px;
  width: 120px;
  height: 120px;
}

.arrow-slider-testimonials-halves {
  background-color: var(--color--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  inset: -100px 0% auto auto;
}

.arrow-slider-testimonials-halves.left-arrow {
  opacity: .5;
  right: 56px;
}

.grid-under-testimonials-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.right-under-testimonials-halves {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-big-image-team {
  border-radius: 24px;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
}

.image-big-image-team {
  width: 100%;
}

.wrap-quote-big-image-team {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  width: 40%;
  max-width: 398px;
  color: var(--color--light);
  background-color: #0006;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  font-size: 20px;
  line-height: 120%;
  display: flex;
  position: absolute;
  inset: 24px auto auto 24px;
}

.grid-faq-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.left-faq-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.plus-line-faq {
  background-color: var(--color--light);
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

.plus-line-faq.vertical-line-faq {
  position: absolute;
  transform: rotate(-90deg);
}

.plus-line-faq.dark-plus-line {
  background-color: var(--color--dark);
}

.plus-wrap-faq {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.top-faq {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-faq-bottom {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 120%;
}

.single-faq {
  background-color: var(--color--dark-elevation);
  cursor: pointer;
  border-radius: 12px;
  padding: 32px 40px;
}

.single-faq.light-faq {
  background-color: var(--color--light-elevation);
}

.bottom-faq {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.right-faq-halves {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.heading-faq {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-weight: 500;
  line-height: 110%;
}

.wrap-title-home-c {
  z-index: 20;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1070px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.master-hero-home-c {
  perspective: 2000px;
  height: 300vh;
  position: relative;
}

.video-home-b {
  border-radius: 20px;
  width: 40vw;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.grid-sticky-features {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.left-sticky-features {
  position: relative;
}

.sticky-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
  position: sticky;
  top: 80px;
}

.right-sticky-features {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.video-paragraph {
  padding-top: 24px;
  font-size: 18px;
}

.master-videos-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
  display: flex;
}

.video-text-wrap {
  z-index: 10;
  flex-flow: column;
  display: flex;
  position: relative;
}

.overlay-video-halves {
  z-index: 3;
  background-image: linear-gradient(#0000, #00000038 40%, #0000008c 65%, #000000c2);
  position: absolute;
  inset: 0%;
}

.wrap-heading-videos-halves {
  max-width: 350px;
}

.video-havles {
  z-index: 1;
  width: 50%;
  color: var(--color--light);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 40px;
  transition: width .5s;
  display: flex;
}

.video-havles:hover {
  width: 120%;
}

.video-text {
  width: 100%;
  max-width: 450px;
  overflow: hidden;
}

.grid-stats-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tile-stat-big {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--color--light-elevation);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 56px 12px;
  display: flex;
}

.text-stat-big {
  font-family: var(--font--headings);
  font-size: 80px;
  line-height: 100%;
}

.text-substat-big {
  font-size: 22px;
  line-height: 130%;
}

.tile-team-moving {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--dark-elevation);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 444px;
  padding: 24px 24px 32px;
  display: flex;
}

.list-cases-wide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.master-case-wide {
  border-top: 1px solid var(--color--dark);
  padding-top: 56px;
  padding-bottom: 56px;
}

.master-case-wide.light-dividers-case {
  border-top-color: var(--color--light);
}

.grid-case-wide {
  grid-column-gap: 102px;
  grid-row-gap: 102px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 2fr;
}

.image-case-wide {
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.right-case-wide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 530px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.logo-case-wide {
  object-fit: contain;
  max-width: 300px;
  height: 40px;
}

.text-description-case-wide {
  font-size: 22px;
  line-height: 130%;
}

.grid-halves-combo {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
}

.wrap-image-halves-combo {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.overlay-general {
  background-color: var(--color--light);
  transform-origin: 50% 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-general.dark-overlay {
  background-color: var(--color--dark);
}

.image-halves-combo {
  width: 100%;
}

.right-halves-combo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 444px;
  display: flex;
}

.grid-about-a-hero {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.left-hero-about-a {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.right-hero-about-a {
  border-radius: 24px;
  overflow: hidden;
}

.image-hero-about-a {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-left-hero-about-a {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-wrap-about-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 660px;
  display: flex;
}

.h1-small {
  font-size: 82px;
}

.limit-subtitle-about-a {
  max-width: 570px;
}

.bottom-left-hero-about-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.text-trusted-by {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
}

.master-marquees {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.marquee-wrap {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.single-text-marquee {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex: none;
  align-items: center;
  display: flex;
}

.marquee-logo {
  height: 30px;
}

.marquee-shadow-dark {
  background-image: linear-gradient(90deg, #faeae300, #faeae3);
  width: 70px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.marquee-shadow-dark.left {
  background-image: linear-gradient(90deg, #faeae3, #faeae300);
  inset: 0% auto 0% 0%;
}

.tile-sticky-value {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--color--dark-elevation);
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 40px;
  display: flex;
}

.list-stats-wide {
  flex-flow: column;
  display: flex;
}

.single-stat-wide {
  border-top: 2px solid #000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.single-stat-wide.last-stat {
  border-bottom: 2px solid #000;
}

.grid-stats-wide {
  grid-template-rows: auto;
}

.text-stat-wide {
  font-family: var(--font--headings);
  font-size: 112px;
  font-weight: 400;
  line-height: 90%;
}

.master-about-b-hero {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.h1-about-b {
  font-size: 136px;
  line-height: 105%;
}

.image-pill-about-b {
  object-fit: cover;
  border-radius: 24px;
  width: 194px;
  height: 101px;
  margin-top: 28px;
  display: block;
}

.video-pill-about-b {
  border-radius: 24px;
  width: 194px;
  height: 101px;
  margin-top: 28px;
}

.grid-gallery-halves {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
}

.image-gallery-halves {
  border-radius: 24px;
}

.move-text-dark-wrap {
  padding-top: 160px;
  padding-bottom: 80px;
  overflow: hidden;
}

.title-wrap-about-c {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1120px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.master-moving-gallery {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.move-gallery-horziontal {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-gallery-horziontal {
  grid-column-gap: 12px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-gallery-horizontal {
  border-radius: 24px;
  flex: none;
  height: 420px;
  display: block;
}

.text-big {
  letter-spacing: -.1px;
  font-size: 32px;
  line-height: 110%;
}

.image-hero-services {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.limit-subtitle-services {
  max-width: 430px;
}

.item-hero-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.item-hero-services.nl-reverse-hero-12 {
  justify-content: flex-end;
}

.left-hero-services {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.nl-wrap-images-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-hero-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.single-hero-services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-hero-services {
  grid-column-gap: 65px;
  grid-template-rows: auto;
}

.top-hero-services {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 640px;
  display: flex;
}

.gradient-hero-services {
  z-index: 9;
  background-image: linear-gradient(#faeae3, #faeae300 43%, #faeae300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.gradient-hero-services.gradient-bottom {
  background-image: linear-gradient(0deg, #faeae3, #faeae352 48%, #faeae300);
  inset: auto 0% -1px;
}

.image-wrap-hero-services {
  border-radius: 12px;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.flex-check-list-big {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.single-check-list-big {
  grid-column-gap: 12px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  line-height: 135%;
  display: flex;
}

.circle-checklist-big {
  background-color: var(--color--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.icon-check-list-big {
  width: 20px;
  height: 20px;
}

.grid-bottom-service-single {
  grid-template-rows: auto;
}

.heading-wrap-service-single {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 192px;
  display: flex;
}

.contact-b-form {
  flex-direction: column;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.success-wrap {
  justify-content: center;
  align-items: center;
  width: 393px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.success-message-contact {
  background-color: var(--color--dark);
  width: 100%;
  height: 100%;
  color: var(--color--light);
  border-radius: 8px;
  position: relative;
}

.contact-a-info-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.contact-heading-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.contact-button-wrap {
  margin-top: 24px;
}

.contact-a-halves {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.link-contact-tile {
  font-size: 24px;
  font-weight: 500;
  line-height: 116%;
  text-decoration: none;
}

.contact-b-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-contact-tile-top {
  color: #0009;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.contact-field-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.wrap-heading-form-contact-a {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-a-divider {
  background-color: #000;
  width: 1px;
  height: 850px;
}

.icon-contact-tile {
  width: 32px;
  height: 32px;
}

.contact-a-heading-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-b-form-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 49px;
}

.contact-form-master {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}

.contact-form-wrap {
  width: 100%;
  max-width: 532px;
}

.contact-input-wrap {
  width: 100%;
  margin-bottom: 16px;
}

.text-field-contact {
  background-color: var(--color--light-elevation);
  color: #000;
  border: 1px solid #0000;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 140%;
}

.text-field-contact:focus {
  border-style: solid;
  border-color: var(--color--dark);
  color: var(--color--dark);
}

.text-field-contact::placeholder {
  color: #0000008a;
}

.text-field-contact.textarea {
  height: 343px;
}

.tile-contact-a {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--color--light-elevation);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.master-faq-center {
  grid-row-gap: 12px;
  flex-direction: column;
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-contact-b {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.bottom-contact-b {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-address-contact-b {
  margin-top: auto;
  font-size: 1.1em;
  line-height: 130%;
}

.image-contact-b {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.left-contact-b {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.divider-contact-b {
  transform-origin: 0%;
  background-color: #171717;
  width: 100%;
  height: 2px;
}

.right-contact-b {
  border-radius: 20px;
  max-width: 640px;
  position: relative;
  overflow: hidden;
}

.icon-social-contact-b {
  width: 24px;
  height: 24px;
}

.link-bottom-contact-b {
  color: #171717;
  font-size: 1.2em;
  line-height: 120%;
  text-decoration: none;
  transition: opacity .2s;
}

.link-bottom-contact-b:hover {
  text-decoration: underline;
}

.link-social-contact-b {
  grid-column-gap: 16px;
  color: #171717;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.3em;
  line-height: 126%;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.link-social-contact-b:hover {
  opacity: .9;
}

.circle-social-contact-b {
  background-color: var(--color--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.title-wrap-contact-c {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1238px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-contact-c {
  width: 28px;
  height: 28px;
}

.logo-contact-c {
  height: 28px;
}

.tile-contact-c {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  background-color: var(--color--light-elevation);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 80px 64px;
  display: flex;
}

.grid-contact-c {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.top-conctac-c {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-contact-c {
  background-color: #0000002b;
  width: 100%;
  height: 1px;
}

.single-contact-c-list {
  grid-column-gap: 12px;
  color: var(--color--dark);
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.image-contact-c {
  object-fit: cover;
  border-radius: 20px;
}

.h2-contact-c {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 39px;
  line-height: 105%;
}

.bottom-contact-c {
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-wrap-cases {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.master-heading-divider-cases {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.master-heading-divider-cases.mg-top-100 {
  margin-top: 100px;
}

.divider-cases {
  background-color: var(--color--dark);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
}

.grid-case-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.grid-case-inner.hero-grid {
  margin-bottom: 100px;
}

.right-hero-case-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-case-details {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.single-case-detail {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-case-detail {
  font-size: 22px;
  line-height: 120%;
}

.link-website-case {
  color: var(--color--dark);
  text-decoration: none;
}

.right-case-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.wrap-image-hero-case {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.image-hero-case {
  width: 100%;
}

.wrap-logo-hero-case {
  background-color: var(--color--light);
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  justify-content: center;
  align-items: center;
  width: 282px;
  padding: 12px 32px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 80px;
}

.logo-hero-case {
  object-fit: contain;
  width: 100%;
  max-height: 40px;
}

.left-round-logo {
  width: 20px;
  position: absolute;
  inset: 0% auto auto -20px;
}

.right-round-logo {
  width: 20px;
  position: absolute;
  inset: 0% -20px auto auto;
}

.single-case-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.divider-case-section {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
}

.grid-introduction-case {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.master-galleries {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.lightbox-gallery {
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}

.image-gallery {
  width: 100%;
}

.list-gallery-wide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.grid-project-gallery-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-gallery {
  display: flex;
}

.title-wrap-case {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.grid-pricing-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tile-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--light-elevation);
  border-radius: 24px;
  flex-flow: column;
  padding: 40px 32px 32px;
  display: flex;
}

.tile-pricing.dark-tile {
  background-color: var(--color--dark);
  color: var(--color--light);
}

.top-pricing-tile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-pricing-tile {
  width: 32px;
  height: 32px;
}

.divider-pricing {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
}

.divider-pricing.light-divider {
  background-color: #faebe34d;
}

.text-price-tile {
  font-family: var(--font--headings);
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.master-list-check-pricing {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.single-check-list-pricing {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-check-list-pricing {
  background-color: var(--color--dark);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.circle-check-list-pricing.light-circle {
  background-color: var(--color--light);
}

.icon-check-pricing {
  width: 12px;
  height: 12px;
}

.wrap-perfect-for {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-back-to-all {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.link-back-to-all {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color--dark);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.title-wrap-product {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 44px;
  display: flex;
}

.icon-product {
  width: 120px;
  height: 120px;
}

.master-product-details {
  flex-flow: column;
  margin-top: 80px;
  display: flex;
}

.single-product-detail {
  border-top: 1px solid #0000004d;
  padding-top: 72px;
  padding-bottom: 72px;
}

.single-product-detail.first-product {
  border-top-color: var(--color--dark);
}

.grid-product-detail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
}

.grid-bullets-product {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.circle-checklist-medium {
  background-color: var(--color--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-check-list-medium {
  width: 16px;
  height: 16px;
}

.single-check-list-medium {
  grid-column-gap: 12px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  line-height: 135%;
  display: flex;
}

.text-field-checkout-page {
  background-color: var(--color--light-elevation);
  color: #000;
  border: 1px solid #000;
  border-radius: 6px;
  height: 44px;
  margin-bottom: 12px;
}

.text-field-checkout-page:focus {
  border-style: solid;
  border-color: var(--color--dark);
  color: var(--color--dark);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 90%;
  max-width: 560px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.icon-lock {
  width: 100%;
  max-width: 280px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.h3-video-halves, .h3-case-section {
  font-size: var(--type--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 105%;
}

.right-product-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.single-sales-pages {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  display: flex;
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hide-cms {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 52px;
  }

  .text-style-h1, .text-style-h2 {
    font-size: 64px;
  }

  .section.hero-home-b {
    padding-top: 60px;
  }

  .section.hero-home-a {
    padding-top: 50px;
  }

  .section.hero-features {
    padding-top: 52px;
  }

  .section.hero-cases {
    padding-top: 60px;
  }

  .section.hero-case-inner {
    padding-top: 64px;
  }

  .flex-hero-home-b {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 670px;
    margin-bottom: 52px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-hero-home-b {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-image-home-b {
    height: 40vw;
    min-height: 510px;
  }

  .image-hero-home-b {
    object-fit: cover;
    height: 100%;
  }

  .lightbox-home-a {
    bottom: 32px;
    left: 32px;
  }

  .video-lightbox-home-a {
    height: 130px;
  }

  .wrap-video-home-b {
    width: 270px;
  }

  .color-fill-home-a {
    height: 20vw;
  }

  .flex-heading-left-content-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-heading-left-content-right.mg-bottom-84 {
    margin-bottom: 50px;
  }

  .left-top-text-heading.center-tablet {
    justify-content: flex-start;
    align-items: center;
  }

  .top-text.case-left-text {
    margin-top: 0;
  }

  .rating {
    order: 1;
  }

  .rating.light-rating.about-a-rating, .rating.light-rating.about-c-rating {
    order: -1;
  }

  .slide-feature {
    margin-right: 24px;
  }

  .feature-card-slide {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .section-big-image {
    height: 80vh;
    min-height: 740px;
  }

  .image-big-image {
    object-fit: cover;
    height: 100%;
  }

  .flex-cta-left.hide-tablet {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .heading-left.mg-bottom-80.center-tablet {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-left.blog-wide-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-right-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
  }

  .testimonial-image-wrap {
    height: 100%;
  }

  .arrow-testimonial-big {
    width: 48px;
    height: 48px;
  }

  .arrow-testimonial-big.left {
    right: 80px;
  }

  .text-testimonial-slider {
    font-size: 30px;
  }

  .text-moving {
    font-size: 72px;
  }

  .grid-team-thirds {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-stat-small {
    font-size: 40px;
  }

  .text-connection-section {
    font-size: 25px;
    line-height: 135%;
  }

  .wrap-connection {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .limit-connection-text {
    max-width: 740px;
  }

  .connection-logo {
    height: 70px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .brand-link-footer {
    justify-content: center;
    align-items: center;
  }

  .footer-right {
    margin-right: 0;
  }

  .footer-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .footer-bottom-tile {
    margin-top: 64px;
  }

  .rouletter-wrap {
    max-height: 330px;
  }

  .grid-services-bento-thirds {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .text-testimonial-halves {
    font-size: 23px;
  }

  .top-testimonials-halves {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tile-testimonials-halves {
    padding: 32px;
  }

  .wrap-big-image-team {
    max-width: 440px;
    height: 50vw;
    min-height: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-big-image-team {
    object-fit: cover;
    height: 100%;
  }

  .wrap-quote-big-image-team {
    width: 100%;
    max-width: none;
    inset: auto 0% 0%;
  }

  .wrap-title-home-c {
    max-width: 730px;
  }

  .video-havles:hover {
    width: 50%;
  }

  .tile-stat-big {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-stat-big {
    font-size: 40px;
  }

  .text-substat-big {
    font-size: 20px;
  }

  .tile-team-moving {
    flex: none;
    max-width: 320px;
  }

  .master-case-wide {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .grid-case-wide {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1.1fr;
  }

  .right-case-wide {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-halves-combo {
    object-fit: cover;
    height: 100%;
  }

  .grid-about-a-hero {
    grid-template-columns: 1fr;
  }

  .left-hero-about-a {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .right-hero-about-a {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-left-hero-about-a {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .title-wrap-about-a {
    justify-content: flex-start;
    align-items: center;
  }

  .h1-small {
    font-size: 54px;
  }

  .bottom-left-hero-about-a {
    justify-content: flex-start;
    align-items: center;
    max-width: 680px;
  }

  .text-stat-wide {
    font-size: 76px;
  }

  .master-about-b-hero {
    grid-column-gap: 2vw;
  }

  .h1-about-b {
    font-size: 10vw;
    line-height: 100%;
  }

  .image-pill-about-b, .video-pill-about-b {
    width: 20vw;
    height: 11vw;
    margin-top: 2vw;
  }

  .move-text-dark-wrap {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .title-wrap-about-c {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-gallery-horizontal {
    height: 360px;
  }

  .item-hero-services {
    width: 100%;
  }

  .left-hero-services {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nl-wrap-images-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-hero-services.column-two-services, .column-hero-services.column-one-services {
    width: 49%;
  }

  .grid-hero-services {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .top-hero-services {
    justify-content: flex-start;
    align-items: center;
    max-width: 610px;
  }

  .gradient-hero-services {
    height: 140px;
  }

  .image-wrap-hero-services {
    height: 320px;
  }

  .single-check-list-big {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-bottom-service-single {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .heading-wrap-service-single {
    text-align: center;
    flex-flow: column;
  }

  .contact-a-info-block {
    padding-top: 0;
  }

  .contact-a-halves {
    grid-template-columns: 1fr;
  }

  .contact-a-divider {
    display: none;
  }

  .contact-form-wrap {
    max-width: none;
  }

  .h1-contact-left {
    font-size: 70px;
  }

  .grid-contact-b {
    grid-template-columns: 1fr;
  }

  .image-contact-b {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .left-contact-b {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .right-contact-b {
    max-width: 480px;
  }

  .tile-contact-c {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-contact-c {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .title-wrap-cases {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
  }

  .master-heading-divider-cases {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-case-inner {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-case-inner.hero-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .left-case-details {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .wrap-logo-hero-case {
    width: 190px;
    left: 40px;
  }

  .grid-pricing-thirds {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-product-detail {
    grid-template-columns: 2fr;
  }

  .grid-thirds-sales-page {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 44px;
  }

  .text-style-h3 {
    font-size: 32px;
  }

  .text-style-h1, .text-style-h2 {
    font-size: 52px;
  }

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

  .section.hero-home-b {
    padding-top: 40px;
  }

  .section.dark-rounded {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding-bottom: 140px;
  }

  .section.light-rounded, .section.footer-rounded {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .section.light-rounded-testimonials-halves {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    margin-top: -60px;
  }

  .section.dark-rounded-under-hero-home-c {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .section.hero-about-b {
    padding-top: 50px;
  }

  .section.hero-pricing {
    padding-top: 52px;
  }

  .subtitle {
    font-size: 21px;
  }

  .left-top-text-heading.center-landscape {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .top-text {
    font-size: 12px;
  }

  .feature-card-slide {
    padding: 32px;
  }

  .mask-features {
    width: 75%;
  }

  .arrow-slider-features {
    inset: auto auto -78px 78px;
  }

  .arrow-slider-features.left-arrow {
    left: 0;
    right: auto;
  }

  .image-people-big-image {
    width: 44px;
    height: 44px;
    margin-right: -12px;
  }

  .big-image-text {
    font-size: 32px;
  }

  .heading-left.heading-testimonial-slider-big {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-bottom-tile {
    background-color: #f0dfd500;
    padding: 0;
  }

  .testimonial-right-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
  }

  .testimonial-slide {
    position: static;
  }

  .testimonial-slider {
    position: relative;
  }

  .testimonial-halves {
    grid-template-columns: 1fr;
  }

  .testimonial-image-wrap {
    height: 500px;
  }

  .arrow-testimonial-big {
    inset: auto 24px 36px auto;
  }

  .arrow-testimonial-big.left {
    right: 79px;
  }

  .text-testimonial-slider {
    font-size: 26px;
  }

  .text-moving {
    font-size: 48px;
  }

  .text-stat-small {
    font-size: 36px;
  }

  .text-connection-section {
    font-size: 24px;
  }

  .wrap-connection {
    width: 90%;
    max-width: none;
  }

  .connection-text {
    font-size: 18px;
  }

  .connection-logo {
    height: 70px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .grid-cases-halves {
    grid-template-columns: 2fr;
  }

  .brand-image-footer {
    display: block;
  }

  .brand-link-footer {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .footer-right {
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .footer-last-block {
    flex-flow: wrap;
  }

  .footer-bottom-wrap {
    flex-direction: column;
  }

  .footer-bottom-tile {
    flex-flow: column;
    display: flex;
  }

  .title-wrap-home-a {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .limit-subtitle-home-a {
    max-width: 400px;
  }

  .rouletter-wrap {
    height: 70vh;
    max-height: 140px;
  }

  .grid-service-bento-halves {
    grid-template-columns: 1fr;
  }

  .feature-card-bento {
    padding: 32px;
  }

  .slide-testimonials {
    margin-right: 0%;
  }

  .mask-testimonials {
    overflow: hidden;
  }

  .tile-testimonials-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .slider-testimonials {
    width: 100%;
  }

  .arrow-slider-testimonials-halves {
    inset: auto auto -78px 78px;
  }

  .arrow-slider-testimonials-halves.right-arrow {
    left: 60px;
  }

  .arrow-slider-testimonials-halves.left-arrow {
    left: 0;
    right: auto;
  }

  .grid-under-testimonials-halves {
    grid-template-columns: 1fr;
  }

  .wrap-big-image-team {
    height: 60vw;
    min-height: 400px;
  }

  .image-big-image-team {
    object-fit: cover;
    height: 100%;
  }

  .wrap-quote-big-image-team {
    padding: 22px;
    font-size: 16px;
  }

  .grid-faq-halves {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .left-faq-halves {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .text-faq-bottom {
    font-size: 16px;
    line-height: 140%;
  }

  .heading-faq {
    font-size: 18px;
    line-height: 28px;
  }

  .grid-sticky-features {
    grid-template-columns: 1fr;
  }

  .sticky-features {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .master-videos-halves {
    flex-flow: column;
  }

  .video-havles {
    width: 100%;
    height: 400px;
  }

  .video-havles:hover {
    width: 100%;
  }

  .grid-stats-thirds {
    grid-template-columns: 1fr;
  }

  .text-description-case-wide {
    font-size: 24px;
  }

  .grid-halves-combo {
    grid-template-columns: 1fr;
  }

  .grid-about-a-hero {
    flex-flow: column;
    display: flex;
  }

  .bottom-left-hero-about-a {
    max-width: none;
  }

  .tile-sticky-value {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding: 32px;
  }

  .grid-stats-wide {
    grid-template-columns: 1fr;
  }

  .master-about-b-hero {
    margin-bottom: 100px;
  }

  .grid-gallery-halves {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .move-text-dark-wrap {
    padding-top: 100px;
  }

  .single-check-list-big {
    text-align: left;
  }

  .grid-bottom-service-single {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .heading-wrap-service-single {
    margin-bottom: 100px;
  }

  .contact-b-form {
    padding-top: 0;
  }

  .contact-a-halves {
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
  }

  .contact-b-grid {
    grid-template-columns: 1fr;
  }

  .contact-a-heading-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .text-field-contact.textarea {
    height: 250px;
  }

  .bottom-contact-b {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .title-wrap-contact-c {
    margin-bottom: 52px;
  }

  .tile-contact-c {
    padding: 52px;
  }

  .h2-contact-c {
    font-size: 1.9em;
  }

  .grid-introduction-case {
    grid-template-columns: 1fr;
  }

  .title-wrap-case {
    margin-bottom: 48px;
  }

  .grid-bullets-product {
    grid-template-columns: 1fr;
  }

  .mask {
    position: static;
  }

  .h3-video-halves, .h3-case-section {
    font-size: 32px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 25px;
    line-height: 110%;
  }

  blockquote {
    padding: 24px;
    font-size: 20px;
  }

  .text-style-h3 {
    font-size: 30px;
  }

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

  .text-style-h1, .text-style-h2 {
    font-size: 46px;
  }

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

  .section.dark-rounded {
    padding-top: 80px;
  }

  .section.hero-home-a {
    padding-top: 32px;
    overflow: hidden;
  }

  .section.hero-cases {
    padding-top: 44px;
  }

  .section.hero-contact-c-copy {
    padding-top: 40px;
  }

  .subtitle {
    font-size: 22px;
  }

  .button-animation-hide {
    height: auto;
  }

  .button-content-tile.bottom-tile {
    display: none;
  }

  .wrap-image-home-b {
    min-height: 420px;
  }

  .lightbox-home-a {
    bottom: 24px;
    left: 24px;
  }

  .wrap-video-home-b {
    display: none;
  }

  .color-fill-home-a {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    height: 50vw;
  }

  .left-top-text-heading.center-mobile {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .rating {
    text-align: left;
    flex-flow: wrap;
    order: 1;
  }

  .rating.light-rating.about-c-rating {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .slide-feature {
    margin-right: 24px;
  }

  .feature-card-slide {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 24px;
  }

  .mask-features {
    width: 90%;
  }

  .feature-card-slide-top-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .wrap-people-big-image {
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .wrap-images-people-big-image {
    justify-content: center;
    align-items: center;
  }

  .image-people-big-image {
    margin-left: -6px;
    margin-right: -6px;
  }

  .big-image-text {
    font-size: 26px;
  }

  .heading-left.halves-combo-heading {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .testimonial-right-wrap {
    background-color: var(--color--light-elevation);
    border-radius: 24px;
    padding: 20px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-halves {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column-reverse;
  }

  .testimonial-image-wrap {
    order: -1;
    width: 100%;
    height: 300px;
  }

  .testimonial-text-overlay {
    background-color: var(--color--light-elevation);
  }

  .arrow-testimonial-big {
    width: 40px;
    height: 40px;
    bottom: 44px;
    right: 12px;
  }

  .arrow-testimonial-big.left {
    right: 58px;
  }

  .text-testimonial-slider {
    font-size: 24px;
  }

  .text-moving {
    font-size: 10vw;
  }

  .text-medium {
    font-size: 24px;
  }

  .number-features-grid {
    grid-column-gap: 8px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .home-number-feature {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-stat-small {
    font-size: 50px;
  }

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

  .text-connection-section {
    font-size: 22px;
  }

  .connection-line {
    width: 1px;
    height: 80px;
  }

  .connection-line-master, .wrap-connection {
    flex-direction: column;
  }

  .connection-circle.left-circle {
    margin-right: 0;
  }

  .connection-circle.right-circle {
    margin-left: 0;
  }

  .connection-text {
    inset: -32px auto auto;
  }

  .connection-text.second-text {
    top: 22px;
  }

  .connection-logo {
    height: 52px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tile-project-halves, .tile-project-halves.small-tile {
    padding: 20px 20px 32px;
  }

  .newsletter-field-master {
    max-width: none;
  }

  .footer-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .brand-link-footer {
    height: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-right {
    grid-column-gap: 56px;
    grid-row-gap: 48px;
  }

  .text-bottom-newsletter {
    font-size: 12px;
  }

  .label-footer {
    font-size: 10px;
    line-height: 12px;
  }

  .newsletter-form {
    width: 100%;
  }

  .newsletter-form-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-rights-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-last-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-bottom-footer {
    font-size: 12px;
  }

  .footer-bottom-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    display: flex;
  }

  .footer-bottom-tile {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .title-wrap-home-a {
    margin-bottom: 52px;
  }

  .rouletter-wrap {
    max-height: 90px;
  }

  .feature-card-bento {
    padding: 32px;
  }

  .feature-card-bento-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .arrow-slider-testimonials-halves.right-arrow {
    bottom: -50px;
    left: 56px;
  }

  .arrow-slider-testimonials-halves.left-arrow {
    bottom: -50px;
  }

  .grid-under-testimonials-halves {
    grid-template-columns: 1fr;
  }

  .wrap-big-image-team {
    min-height: 450px;
  }

  .wrap-quote-big-image-team {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    inset: auto auto 0% 0%;
  }

  .single-faq {
    padding: 24px;
  }

  .heading-faq {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .video-home-b {
    width: 90vw;
    height: 50vh;
    max-height: none;
  }

  .video-havles {
    height: auto;
    padding: 140px 24px 24px;
  }

  .grid-halves-combo {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .right-halves-combo {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .h1-small {
    font-size: 42px;
  }

  .master-marquees {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .marquee-wrap, .single-text-marquee {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .marquee-logo {
    height: 25px;
  }

  .tile-sticky-value {
    padding: 24px;
  }

  .text-stat-wide {
    font-size: 17vw;
  }

  .master-about-b-hero {
    margin-bottom: 64px;
  }

  .grid-gallery-halves {
    grid-template-columns: 1fr;
  }

  .image-gallery-horizontal {
    height: 330px;
  }

  .text-big {
    font-size: 26px;
  }

  .item-hero-services, .nl-wrap-images-hero-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .column-hero-services {
    width: 48%;
  }

  .column-hero-services.column-two-services {
    flex: none;
    display: none;
  }

  .column-hero-services.column-one-services {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: none;
    width: 100%;
  }

  .single-hero-services {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .gradient-hero-services {
    top: -1px;
  }

  .gradient-hero-services.gradient-bottom {
    bottom: -1px;
  }

  .image-wrap-hero-services {
    height: 260px;
  }

  .single-check-list-big {
    font-size: 18px;
  }

  .circle-checklist-big {
    width: 32px;
    height: 32px;
  }

  .icon-check-list-big {
    width: 18px;
    height: 18px;
  }

  .heading-wrap-service-single {
    margin-bottom: 40px;
    overflow: visible;
  }

  .success-wrap {
    width: 100%;
  }

  .contact-a-info-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .link-contact-tile {
    font-size: 16px;
  }

  .text-contact-tile-top {
    font-size: 12px;
    line-height: 166%;
  }

  .contact-field-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .tile-contact-a {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 32px;
  }

  .h1-contact-left {
    font-size: 45px;
  }

  .logo-contact-c {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-contact-c {
    padding: 40px 32px;
  }

  .grid-contact-c {
    grid-row-gap: 24px;
  }

  .top-conctac-c {
    text-align: center;
    align-items: center;
  }

  .single-contact-c-list {
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-contact-c {
    font-size: 1.6em;
  }

  .bottom-contact-c {
    grid-row-gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-heading-divider-cases {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .master-heading-divider-cases.mg-top-100 {
    margin-bottom: 20px;
  }

  .grid-case-inner.hero-grid {
    margin-bottom: 65px;
  }

  .wrap-logo-hero-case {
    border-bottom-left-radius: 0;
    width: 60%;
    inset: 0% 0% auto;
  }

  .left-round-logo {
    display: none;
  }

  .master-galleries {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lightbox-gallery {
    border-radius: 16px;
  }

  .list-gallery-wide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-project-gallery-halves {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .tile-pricing {
    padding: 24px;
  }

  .title-wrap-product {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .icon-lock {
    width: 80%;
  }

  .h3-video-halves {
    font-size: 26px;
  }

  .h3-case-section {
    font-size: 24px;
  }
}

#w-node-_40c36567-e23b-d003-1b44-a430711ea56f-09f22d7a, #w-node-f111fe19-1af0-6545-75bf-d6de0c6c340c-29b539c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0906f5a0-6692-67bb-a9f4-8800f050d346-6798f360, #w-node-f980c803-2d39-ab7a-4bdc-f9103e6f1fda-a9203de5, #w-node-f980c803-2d39-ab7a-4bdc-f9103e6f1fea-a9203de5, #w-node-f980c803-2d39-ab7a-4bdc-f9103e6f1ffa-a9203de5 {
  justify-self: end;
}

#w-node-_9d765b7c-73d5-985d-341b-43eb940ec8ac-a6c5d9ba, #w-node-e1bd08be-2ed3-8bf7-1bc2-a73f88a95cf1-d166a606 {
  place-self: stretch stretch;
}

#w-node-e1bd08be-2ed3-8bf7-1bc2-a73f88a95cf2-d166a606 {
  place-self: center start;
}

#w-node-_428a0341-df9b-4a04-d0af-1bd06c2ae725-d166a606 {
  place-self: stretch stretch;
}

#w-node-_428a0341-df9b-4a04-d0af-1bd06c2ae726-d166a606 {
  place-self: center start;
}

#w-node-_1b27f5a6-4464-8ae6-4e8c-ef01b8454b81-d166a606 {
  place-self: stretch stretch;
}

#w-node-_1b27f5a6-4464-8ae6-4e8c-ef01b8454b82-d166a606 {
  place-self: center start;
}

#w-node-_3878f8e8-810b-ebe8-866f-5342d15ae369-d166a606 {
  place-self: stretch stretch;
}

#w-node-_3878f8e8-810b-ebe8-866f-5342d15ae36a-d166a606 {
  place-self: center start;
}

#w-node-_1445613a-b982-9faf-fbb6-76d81d6a9ace-d166a606 {
  place-self: stretch stretch;
}

#w-node-_1445613a-b982-9faf-fbb6-76d81d6a9acf-d166a606 {
  place-self: center start;
}

#w-node-f679f296-d0a9-9a96-0ba6-ba291a526751-6470132e, #w-node-f679f296-d0a9-9a96-0ba6-ba291a526775-6470132e {
  place-self: stretch stretch;
}

#w-node-_4341e011-2f62-3841-31ed-de0b5aecae8c-6ac4e5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4341e011-2f62-3841-31ed-de0b5aecae8d-6ac4e5a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_6e89404d-3154-4124-9f98-46cc83a32013-20e63245 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b09e7e1e-e65b-6b3a-1866-5a9e7abb0400-6dbfabc6, #w-node-b09e7e1e-e65b-6b3a-1866-5a9e7abb0407-6dbfabc6, #w-node-b09e7e1e-e65b-6b3a-1866-5a9e7abb040e-6dbfabc6, #w-node-b09e7e1e-e65b-6b3a-1866-5a9e7abb0415-6dbfabc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76362a83-540d-cce8-5191-a66ab12d822d-dc7ecb3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch start;
}

#w-node-_76362a83-540d-cce8-5191-a66ab12d824b-dc7ecb3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-e77d72bc-5249-814c-67b4-20b52598dea8-9067a904 {
  place-self: stretch stretch;
}

#w-node-e77d72bc-5249-814c-67b4-20b52598dea9-9067a904 {
  place-self: center;
}

#w-node-dd94a95b-f8e8-7b84-523b-fbed7fbcebed-ecc637d7 {
  place-self: stretch stretch;
}

#w-node-dd94a95b-f8e8-7b84-523b-fbed7fbcebee-ecc637d7 {
  place-self: center start;
}

#w-node-c1299ac4-357e-54e8-0bb1-79fe2aef0b0d-ecc637d7 {
  place-self: stretch stretch;
}

#w-node-c1299ac4-357e-54e8-0bb1-79fe2aef0b0e-ecc637d7 {
  place-self: center start;
}

#w-node-f79edc95-b40a-5320-5cd8-9f4308075a70-ecc637d7 {
  place-self: stretch stretch;
}

#w-node-f79edc95-b40a-5320-5cd8-9f4308075a71-ecc637d7 {
  place-self: center start;
}

#w-node-_34276499-fb76-b955-e83c-d8af5360c869-ecc637d7 {
  place-self: stretch stretch;
}

#w-node-_34276499-fb76-b955-e83c-d8af5360c86a-ecc637d7 {
  place-self: center start;
}

#w-node-_4f3dcd72-0c3b-e28f-190d-f6d11b237f65-ecc637d7 {
  place-self: stretch stretch;
}

#w-node-_4f3dcd72-0c3b-e28f-190d-f6d11b237f66-ecc637d7 {
  place-self: center start;
}

#w-node-_78f4487f-b3bc-2c63-ebf3-1ad53f862579-ecc637d7 {
  place-self: stretch stretch;
}

#w-node-_78f4487f-b3bc-2c63-ebf3-1ad53f86257a-ecc637d7 {
  place-self: center start;
}

#w-node-_885951ab-77c6-ec56-cc48-6d2aa71d6bc3-955b92df {
  place-self: stretch stretch;
}

#w-node-_885951ab-77c6-ec56-cc48-6d2aa71d6bc4-955b92df {
  place-self: center start;
}

#w-node-ef409aff-60c3-e780-341a-362c5a150f4d-955b92df {
  place-self: stretch stretch;
}

#w-node-ef409aff-60c3-e780-341a-362c5a150f4e-955b92df {
  place-self: center start;
}

#w-node-_9f19f643-93f1-77e5-a98c-45f7a4563be7-955b92df {
  place-self: stretch stretch;
}

#w-node-_9f19f643-93f1-77e5-a98c-45f7a4563be8-955b92df {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_0906f5a0-6692-67bb-a9f4-8800f050d346-6798f360 {
    justify-self: auto;
  }

  #w-node-f980c803-2d39-ab7a-4bdc-f9103e6f1fd7-a9203de5, #w-node-f980c803-2d39-ab7a-4bdc-f9103e6f1fe7-a9203de5, #w-node-f980c803-2d39-ab7a-4bdc-f9103e6f1ff7-a9203de5 {
    align-self: center;
  }

  #w-node-e77d72bc-5249-814c-67b4-20b52598dea9-9067a904 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f111fe19-1af0-6545-75bf-d6de0c6c3401-29b539c7 {
    justify-self: center;
  }

  #w-node-f980c803-2d39-ab7a-4bdc-f9103e6f1fd7-a9203de5 {
    order: 9999;
  }

  #w-node-f980c803-2d39-ab7a-4bdc-f9103e6f1fda-a9203de5 {
    order: -9999;
  }

  #w-node-f980c803-2d39-ab7a-4bdc-f9103e6f1fe7-a9203de5 {
    order: 9999;
  }

  #w-node-f980c803-2d39-ab7a-4bdc-f9103e6f1fea-a9203de5 {
    order: -9999;
  }

  #w-node-f980c803-2d39-ab7a-4bdc-f9103e6f1ff7-a9203de5 {
    order: 9999;
  }

  #w-node-_0913cda8-6b37-a4b1-d5f3-646d71ceca45-4ca870b0, #w-node-_0913cda8-6b37-a4b1-d5f3-646d71ceca4b-4ca870b0, #w-node-_0913cda8-6b37-a4b1-d5f3-646d71ceca51-4ca870b0, #w-node-_0913cda8-6b37-a4b1-d5f3-646d71ceca57-4ca870b0 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e77d72bc-5249-814c-67b4-20b52598dea9-9067a904 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  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-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  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: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}