:root {
  --color--dark: #0b0b0b;
  --color--light: #fbfbfb;
  --size--body-regular: 20px;
  --size--subtitle: 1.3em;
  --size--h1: 5em;
  --color--accent: #6ec2ff;
  --size--big-text: 1.6em;
  --size--h2: 2.6em;
  --size--body-big: 1.1em;
  --size--h3: 1.8em;
  --color--elevation: #171717;
  --color--light-0-3: #fbfbfb4d;
  --white: white;
  --black: black;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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--dark);
  font-size: 20px;
  line-height: 130%;
}

a {
  text-decoration: underline;
}

.dt-section {
  background-color: var(--color--dark);
  color: var(--color--light);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--size--body-regular);
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 300;
  line-height: 130%;
}

.dt-main-container {
  width: 100%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.dt-left-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 530px;
  display: flex;
}

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

.dt-subtitle {
  font-size: var(--size--subtitle);
  line-height: 130%;
}

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

.dt-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;
}

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

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

.dt-limit-subtitle-hero-1 {
  max-width: 490px;
}

.dt-items-wrap-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.dt-items-wrap-hero-1.reverse {
  justify-content: flex-end;
}

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

.dt-gradient-hero-1.dt-gradient-bottom {
  background-image: linear-gradient(0deg, #0b0b0b, #0b0b0b80 48%, #0b0b0b00);
  inset: auto 0% -1px;
}

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

.dt-h1 {
  font-size: var(--size--h1);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 120%;
}

.dt-section-hero-1 {
  background-color: var(--color--dark);
  color: var(--color--light);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--size--body-regular);
  padding-top: 0;
  padding-bottom: 60px;
  font-weight: 300;
  line-height: 130%;
}

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

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

.dt-cta-outline {
  border: 1px solid var(--color--light);
  background-color: #0b0b0b00;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 4px 28px;
  font-size: 18px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.dt-cta-outline:hover {
  background-color: var(--color--light);
  color: var(--color--dark);
}

.dt-cta-outline.dt-pricing-tile-cta {
  width: 100%;
}

.dt-flex-hero-2 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.dt-title-wrap-hero-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dt-item-hero-2, .single-hero-home-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-image-hero-2 {
  object-fit: cover;
  width: 180px;
  height: 100px;
}

.dt-grid-hero-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

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

.dt-play-icon {
  width: 100px;
  height: 100px;
  transition: opacity .2s;
}

.dt-lightbox-hero-3 {
  transition: transform .2s;
  position: absolute;
  inset: auto auto 32px 32px;
}

.dt-lightbox-hero-3:hover {
  transform: scale(1.08);
}

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

.right-hero-home-c {
  height: 96vh;
  max-height: 750px;
  position: relative;
}

.dt-title-wrap-hero-4 {
  margin-bottom: 48px;
}

.dt-relative-hero-4 {
  height: 300vh;
  position: relative;
}

.dt-scale-wrap-hero-4 {
  z-index: 10;
  width: 36%;
  height: 40vh;
  position: sticky;
  top: 2vh;
}

.dt-grid-hero-4 {
  grid-column-gap: 1.5%;
  grid-row-gap: 1.5%;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  width: 63%;
  height: 40vh;
  margin-top: -40vh;
  margin-left: auto;
}

.dt-wrap-image-hero-4 {
  height: 40vh;
}

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

.dt-text-keep-scrolling-hero-5 {
  z-index: 5;
  text-align: right;
  font-size: 15px;
  position: sticky;
  inset: 94vh 0% auto auto;
}

.dt-scale-image-hero-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.dt-title-wrap-hero-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.dt-master-gallery-hero-5 {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 64px;
  display: flex;
  position: relative;
}

.dt-move-gallery-hero-5, .dt-single-hero-5 {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-image-hero-5 {
  flex: none;
  width: 360px;
  display: block;
}

.dt-section-overflow {
  background-color: var(--color--dark);
  color: var(--color--light);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--size--body-regular);
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 300;
  line-height: 130%;
  overflow: hidden;
}

.dt-hide-heading-animation {
  overflow: hidden;
}

.dt-section-hero-6 {
  background-color: var(--color--dark);
  color: var(--color--light);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--size--body-regular);
  padding-top: 220px;
  padding-bottom: 180px;
  font-weight: 300;
  line-height: 130%;
  position: relative;
  overflow: hidden;
}

.dt-grid-hero-6 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  position: relative;
}

.dt-title-wrap-hero-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 604px;
  display: flex;
}

.circle-based-in {
  background-color: var(--color--accent);
  border-radius: 50%;
  flex: none;
  width: 16px;
  height: 16px;
}

.dt-wrap-based-in {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-wrap-background-hero-6 {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.dt-overlay-hero-6 {
  background-image: linear-gradient(180deg, var(--color--dark), #0b0b0b00 46%, #0b0b0b00 80%, #0b0b0b);
  position: absolute;
  inset: 0%;
}

.dt-flex-subtitle-hero-7 {
  z-index: 10;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.dt-limit-subtitle-hero-7 {
  max-width: 690px;
}

.dt-master-moving-hero-7 {
  justify-content: flex-start;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 64px;
  display: flex;
}

.dt-move-hero-7, .dt-single-hero-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-moving-h1-hero-7 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 300;
  line-height: 100%;
}

.dt-moving-h1-hero-7.dt-italic-moving {
  font-style: italic;
}

.dt-wrap-big-image {
  height: 100vh;
  min-height: 600px;
  max-height: 1100px;
  position: relative;
  overflow: hidden;
}

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

.dt-overlay-hero-7 {
  background-image: linear-gradient(180deg, var(--color--dark), #0b0b0b00 46%, #0b0b0b00 80%, #0b0b0b);
  position: absolute;
  inset: 0%;
}

.dt-logo-hero-8 {
  width: 80%;
  max-width: 1084px;
  margin-bottom: 100px;
}

.dt-wrap-image-hero-8 {
  z-index: 1;
  height: 95vh;
  min-height: 600px;
  max-height: 1100px;
  margin-top: 120px;
  margin-bottom: 0;
  position: relative;
}

.dt-bottom-hero-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  max-width: 520px;
  display: flex;
}

.expandable-single-big {
  border-top: 1px solid var(--color--light);
  cursor: pointer;
  padding: 26px 0;
}

.master-expandable-big {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.dt-flex-hero-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.dt-abstract-hero-8 {
  object-fit: contain;
  flex: none;
  width: 64px;
  height: 64px;
}

.dt-lightbox-hero-8 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dt-image-hero-8 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.dt-title-wrap-hero-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.dt-cta-flex-center.dt-mg-top-48 {
  margin-top: 48px;
}

.dt-master-moving-images-hero-9 {
  width: 100vw;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.dt-moving-images-inside-hero-9 {
  justify-content: space-between;
  align-items: center;
  width: 160vw;
  display: flex;
}

.dt-moving-image-hero-9 {
  width: 32%;
}

.moving-images-top-fill {
  width: 102vw;
  position: absolute;
  inset: -1% 0% auto;
}

.moving-images-bottom-fill {
  width: 102vw;
  max-width: none;
  margin-left: -1vw;
  position: absolute;
  inset: auto 0% -2px;
}

.dt-title-wrap-hero-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dt-pill-hero-10 {
  object-fit: cover;
  border-radius: 2px;
  max-width: 270px;
  height: 100px;
  margin-top: 8px;
}

.dt-row-title-hero-10 {
  grid-column-gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 120px;
  display: flex;
}

.dt-bottom-hero-10 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  max-width: 510px;
  margin-top: 270px;
  display: flex;
}

.dt-abstract-hero-home-10 {
  object-fit: contain;
  flex: none;
  width: 64px;
  height: 64px;
}

.dt-h1-hero-10 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 200;
  line-height: 120%;
}

.dt-span-fade-out {
  color: #fbfbfb99;
}

.dt-social-circle {
  border: 1px solid var(--color--light);
  color: var(--color--light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: .8em;
  text-decoration: none;
  display: flex;
}

.stat-left {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dt-grid-feature-1 {
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
}

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

.dt-big-text {
  font-size: var(--size--big-text);
  line-height: 132%;
}

.dt-subtext-stat {
  opacity: .7;
  font-weight: 300;
}

.dt-right-feature-1 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  width: 100%;
  max-width: 660px;
  display: flex;
}

.master-stats-left {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.dt-left-feature-1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dt-text-stat {
  font-size: 4em;
  font-weight: 300;
  line-height: 100%;
}

.dt-h2 {
  font-size: var(--size--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 130%;
}

.dt-body-big {
  font-size: var(--size--body-big);
  line-height: 135%;
}

.dt-body-big.dt-fade-out {
  color: #fbfbfb99;
}

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

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

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

.dt-grid-feature-2 {
  grid-template-rows: auto;
}

.dt-list-feature-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-divider-top-feature-2 {
  background-color: var(--color--light);
  width: 100%;
  height: 1px;
}

.dt-divider-list-feature-2 {
  background-color: #fbfbfb80;
  width: 100%;
  height: 1px;
}

.dt-h3 {
  font-size: var(--size--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

.dt-tabs-feature-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dt-tabs-menu-feature-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.dt-tab-link-feature-3 {
  color: #ffffff80;
  background-color: #ddd0;
  padding: 0;
  font-size: 2em;
  font-weight: 300;
  line-height: 110%;
}

.dt-tab-link-feature-3.w--current {
  color: #fff;
  background-color: #ddd0;
}

.gt-tabs-content-feature-3 {
  flex: 1;
  max-width: 600px;
  margin-left: auto;
}

.dt-wrap-tabs-content-feature-3 {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-values-tab {
  border-radius: 2px;
  width: 100%;
}

.dt-tile-feature-4 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--color--elevation);
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.dt-divider-fade-out {
  background-color: var(--color--light-0-3);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
}

.dt-image-person-feature-4 {
  border-radius: 50%;
  width: 88px;
  height: 88px;
}

.dt-number-feature-4 {
  color: var(--color--light);
  font-size: 2.8em;
  line-height: 100%;
}

.dt-sticky-feature-4 {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
  position: sticky;
  top: 100px;
}

.dt-grid-feature-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.dt-bottom-tile-feature-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dt-master-left-feature-4 {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.dt-bottom-left-feature-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  max-width: 460px;
  display: flex;
}

.dt-right-feature-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 620px;
  display: flex;
}

.dt-body-small {
  font-size: .9em;
  line-height: 130%;
}

.dt-body-small.dt-fade-out {
  color: #fbfbfbb3;
}

.dt-grid-feature-5 {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

.dt-bottom-right-feature-5 {
  max-width: 520px;
}

.dt-lightbox-feature-5 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dt-lightbox-wrap-feature-5 {
  z-index: 1;
  min-height: 520px;
  position: relative;
}

.dt-icon-feature-5 {
  object-fit: contain;
  width: 32px;
}

.dt-top-right-feature-5 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-right-feature-5 {
  grid-row-gap: 240px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dt-image-feature-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dt-container-medium {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.dt-grid-feature-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 980px;
}

.dt-cell-feature-5 {
  border-bottom: 1px solid var(--color--light-0-3);
  align-items: center;
  height: 70px;
  font-size: .9em;
  line-height: 22px;
  display: flex;
}

.dt-cell-feature-5.dt-cell-top {
  border-bottom-width: 1px;
  border-bottom-color: var(--color--light);
  font-size: 1em;
  font-weight: 500;
}

.dt-cell-feature-5.dt-cell-right {
  text-align: right;
  justify-content: flex-end;
}

.dt-image-wrap-feature-7 {
  border-radius: 12px;
  height: auto;
  position: relative;
}

.dt-h2-feature-7 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 200;
  line-height: 130%;
}

.dt-lightbox-feature-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.dt-right-lightbox-feature-7 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--color--light);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.dt-icon-play-feature-7 {
  width: 64px;
  height: 64px;
}

.dt-overlay-feature-7 {
  background-image: linear-gradient(90deg, #0b0b0b00, #0b0b0b9e 39%, #0b0b0bcc 60%, var(--color--dark));
  position: absolute;
  inset: 0%;
}

.dt-right-feature-7 {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 590px;
  margin-left: -140px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.dt-grid-feature-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
}

.dt-image-feature-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.dt-heading-center.dt-mg-bottom-64 {
  margin-bottom: 64px;
}

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

.dt-column-feature-8 {
  position: relative;
}

.dt-column-feature-8.dt-third-column {
  padding-top: 640px;
}

.dt-column-feature-8.dt-second-column {
  padding-top: 320px;
}

.dt-tags-list-feature-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.dt-grid-feature-8 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dt-icon-feature-8 {
  height: 24px;
}

.dt-bottom-feature-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-top-feature-8 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dt-tag-general {
  color: var(--color--light);
  border: 1px solid #eee;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: .8em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.dt-tile-featrue-8 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  background-color: var(--color--elevation);
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 24px;
}

.dt-master-moving-text-feature-9 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 101%);
}

.grid-services-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1123px;
}

.dt-single-feature-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 120px;
  display: flex;
}

.master-services-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.dt-move-feature-9 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-tags-list-feature-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.dt-moving-text-feature-9 {
  color: var(--color--dark);
  flex: none;
  font-weight: 400;
  line-height: 190px;
}

.dt-flex-feature-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.dt-tag-feature-9 {
  color: #eee;
  border: 1px solid #eee;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: .8em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.dt-tile-feature-9 {
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  background-color: var(--color--elevation);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.dt-limit-wrap-feature-10 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 740px;
  display: flex;
}

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

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

.dt-expandable-text-feature-10 {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

.plus-line-big {
  background-color: #eee;
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

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

.dt-h3-feature-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 130%;
}

.dt-number-feature-11 {
  width: 72px;
  margin-bottom: 7px;
  overflow: hidden;
}

.dt-wrap-text-list-feature-11 {
  overflow: hidden;
}

.dt-single-feature-11 {
  border-top: 1px solid var(--color--light);
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 52px;
  padding-bottom: 52px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dt-single-feature-11.dt-last-item {
  border-bottom: 2px solid var(--color--light-0-3);
}

.dt-list-feature-11 {
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.dt-master-grid-feature-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr;
}

.dt-image-feature-11 {
  z-index: 10;
  object-fit: cover;
  border-radius: 2px;
  width: 32%;
  max-width: 290px;
  height: 180%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 65px 0% auto;
}

.dt-big-text-feature-11 {
  text-transform: uppercase;
  font-size: 4em;
  font-weight: 300;
  line-height: 90%;
  overflow: hidden;
}

.dt-master-feature-11 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.dt-tab-link-feature-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .4;
  color: var(--color--light);
  background-color: #ddd0;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.dt-tab-link-feature-12.w--current {
  opacity: 1;
  background-color: #ddd0;
}

.dt-tabs-menu-feature-12 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-text-feature-12 {
  flex: none;
  margin-top: 24px;
}

.dt-tab-text-feature-12 {
  text-transform: uppercase;
  font-size: 2.75em;
  font-weight: 500;
  line-height: 115%;
}

.image-value-tabs {
  border-radius: 2px;
  width: 100%;
}

.dt-top-tab-link-feature-12 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-tabs-feature-12 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dt-tab-circle-feature-12 {
  background-color: var(--color--accent);
  border-radius: 50%;
  flex: none;
  width: 16px;
  height: 16px;
  margin-right: 16px;
}

.dt-master-list-feature-13 {
  flex-flow: column;
  display: flex;
}

.dt-single-feature-13 {
  border-top: 1px solid var(--color--light-0-3);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 72px;
  display: flex;
}

.dt-right-feature-13 {
  max-width: 600px;
}

.dt-grid-feature-14 {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dt-tile-featrue-14 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  background-color: var(--color--elevation);
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.dt-top-feature-14 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dt-icon-feature-14 {
  height: 24px;
}

.dt-bottom-feature-14 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-tags-list-feature-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.dt-grid-feature-15 {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1.3fr .7fr;
}

.dt-master-list-feature-15 {
  grid-row-gap: 64px;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dt-single-feature-15 {
  grid-column-gap: 72px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-process-circle-feature-15 {
  background-color: var(--color--elevation);
  color: var(--color--light);
  text-align: center;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  font-size: 4em;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

.dt-right-list-feature-15 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.paragraph-big {
  font-size: 20px;
  line-height: 125%;
}

.dt-image-feature-15 {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  display: block;
}

.dt-grid-feature-16 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.dt-master-left-feature-16 {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.dt-sticky-feature-16 {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
  position: sticky;
  top: 100px;
}

.dt-bottom-left-feature-16 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  max-width: 460px;
  display: flex;
}

.dt-image-person-feature-16 {
  border-radius: 50%;
  width: 88px;
  height: 88px;
}

.dt-single-feature-16 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-top: 1px solid var(--color--light-0-3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 48px;
  display: flex;
}

.dt-image-feature-16 {
  border-radius: 2px;
  width: 100%;
}

.dt-right-feature-16 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  max-width: 614px;
  display: flex;
}

.dt-grid-feature-halves {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
}

.dt-image-feature-halves {
  object-fit: cover;
}

.dt-content-feature-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 660px;
  display: flex;
}

.dt-content-feature-19 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 670px;
  display: flex;
}

.dt-top-feature-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.dt-bottom-feature-19 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.dt-list-item-feature-19 {
  border-top: 1px solid var(--color--light-0-3);
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.dt-list-item-feature-19.dt-last-item {
  border-bottom: 1px solid var(--color--light-0-3);
}

.dt-number-feature-19 {
  width: 80px;
  font-size: 1.4em;
  line-height: 110%;
}

.dt-master-scroll-move-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.dt-first-scroll-move-1 {
  margin-left: auto;
}

.dt-text-scroll-move-1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 300;
  line-height: 110%;
}

.dt-text-scroll-move-1.dt-italic-scroll-move-1 {
  font-style: italic;
}

.dt-second-scroll-move-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.dt-pill-scroll-move-1 {
  object-fit: cover;
  border-radius: 90px;
  width: 196px;
  height: 98px;
}

.dt-third-scroll-move-1 {
  margin-left: auto;
}

.dt-master-scroll-move-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-top: 44px;
  margin-bottom: 44px;
  display: flex;
}

.dt-single-scroll-move-2 {
  grid-column-gap: 32px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-text-scroll-move-2 {
  flex: none;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 100%;
}

.dt-pill-scroll-move-2 {
  object-fit: cover;
  border-radius: 70px;
  width: 144px;
  height: 78px;
  margin-top: 20px;
}

.dt-overflow-scroll-move-3 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.dt-master-lines-scroll-move-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.dt-single-line-scroll-move-3 {
  z-index: 2;
  border-top: 2px solid var(--color--dark);
  border-bottom: 2px solid var(--color--dark);
  background-color: var(--color--light);
  color: var(--color--dark);
  justify-content: flex-start;
  align-items: center;
  height: 130px;
  display: flex;
  position: relative;
}

.dt-single-line-scroll-move-3.dt-first-line {
  flex: none;
  transform: translate(-214px);
}

.dt-single-line-scroll-move-3.dt-second-line {
  flex: none;
}

.dt-text-scroll-move-3 {
  text-transform: none;
  flex: none;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 130%;
}

.dt-line-scroll-move-3 {
  background-color: var(--color--dark);
  flex: none;
  width: 120px;
  height: 2px;
  margin-left: 32px;
  margin-right: 32px;
}

.dt-master-scroll-move-4 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: visible;
}

.dt-single-scroll-move-4 {
  grid-column-gap: 80px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-text-scroll-move-4 {
  text-transform: uppercase;
  flex: none;
  font-size: 4em;
  font-weight: 200;
  line-height: 120%;
}

.dt-section-scroll-move-4 {
  border-top: 1px solid var(--color--light-0-3);
  border-bottom: 1px solid var(--color--light-0-3);
  background-color: var(--color--dark);
  color: var(--color--light);
  font-size: var(--size--body-regular);
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 300;
  line-height: 130%;
  overflow: hidden;
}

.dt-nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.dt-brand-navbar {
  align-items: center;
  height: 24px;
  display: flex;
}

.dt-nav-link {
  color: #f3f9ff;
  padding: 12px 20px;
  font-size: .8em;
  text-decoration: none;
}

.dt-navbar {
  z-index: 30;
  border-bottom: 1px solid var(--color--light-0-3);
  background-color: #e9e4e100;
  height: 100px;
  font-size: 20px;
  position: static;
  inset: 0% 0% auto;
}

.dropdown-list.w--open {
  background-color: var(--color--elevation);
  border: 1px solid #fbfbfb1a;
  border-radius: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
}

.dt-nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-dropdown {
  color: #f3f9ffe6;
  text-align: left;
  padding: 12px 16px;
  font-size: 1em;
  font-weight: 500;
}

.link-dropdown:hover {
  background-color: #f3f9ff0d;
}

.link-dropdown.w--current {
  color: #a5cdfd;
  font-weight: 700;
}

.dt-brand-image-navbar {
  max-width: none;
  height: 100%;
}

.image-chevron-dropdown {
  width: 20px;
  height: 20px;
}

.dt-nav-dropdown-toggle {
  grid-column-gap: 6px;
  color: #f3f9ff;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.dt-nav-dropdown {
  font-size: .8em;
}

.dt-left-nav-navbar-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-right-nav-navbar-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dt-cta-fill {
  border: 1px solid var(--color--light);
  background-color: var(--color--light);
  color: var(--color--dark);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 18px;
  transition: background-color .2s;
  display: flex;
}

.dt-cta-fill:hover {
  background-color: #fbfbfbf0;
}

.dt-cta-fill.dt-submit-contact-2, .dt-cta-fill.dt-pricing-tile-cta {
  width: 100%;
}

.dt-divider-navbar-2 {
  background-color: var(--color--light-0-3);
  width: 1px;
  height: 12px;
  margin-left: 20px;
}

.dt-nav-container-navbar-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.dt-nav-menu-navbar-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dt-space-logo-navbar-3 {
  width: 270px;
}

.dt-brand-link-navbar-3 {
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 24px;
  display: flex;
  position: absolute;
}

.dt-brand-image-navbar-3 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.dt-nav-container-navbar-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.dt-master-testimonials-1 {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dt-logo-testimonials-1 {
  height: 34px;
}

.dt-text-testimonials-1 {
  font-size: 1.6em;
  line-height: 130%;
}

.dt-wrap-person-testimonials-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dt-image-testimonials-1 {
  object-fit: cover;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.dt-bottom-person-testimonials-1 {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.dt-image-person-testimonials-2 {
  filter: saturate(0%);
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.dt-single-testimonials-2 {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-tile-testimonials-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #141414;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 660px;
  padding: 56px;
  display: flex;
}

.dt-person-wrap-testimonials-5 {
  grid-column-gap: 24px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.dt-logo-testimonials-2 {
  height: 32px;
}

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

.dt-text-testimonials-2 {
  font-size: 1.2em;
  line-height: 130%;
}

.dt-right-person-testimonials-2 {
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-master-testimonials-2 {
  grid-column-gap: 32px;
  flex-direction: row;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.dt-inside-testimonials-2 {
  grid-column-gap: 32px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-text-testimonials-3 {
  font-size: 1.4em;
  line-height: 130%;
}

.dt-tabs-testimonials-3 {
  grid-column-gap: 160px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.dt-tab-circle-testimonials-3 {
  background-color: var(--color--accent);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.dt-tab-inside-testimonials-3 {
  grid-row-gap: 24px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.dt-tab-link-testimonials-3 {
  grid-column-gap: 16px;
  border-top: 1px solid var(--color--light-0-3);
  color: #fbfbfbb3;
  background-color: #ddd0;
  align-items: center;
  padding: 32px 0;
  font-size: 1em;
  display: flex;
}

.dt-tab-link-testimonials-3.w--current {
  border-top-color: var(--color--light);
  color: var(--color--light);
  background-color: #ddd0;
}

.dt-tabs-menu-testimonials-3 {
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.dt-bottom-testimonial-3 {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-tabs-content-testimonials-3 {
  flex: 1;
  width: 100%;
  max-width: 520px;
}

.master-person-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-grid-testimonials-4 {
  grid-column-gap: 132px;
  grid-row-gap: 132px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dt-slider-testimonials-4 {
  background-color: #0000;
  height: 100%;
  display: flex;
}

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

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

.dt-text-testimonials-4 {
  font-size: 1.6em;
  line-height: 130%;
}

.dt-image-testimonials-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dt-image-wrap-testimonials-4 {
  width: 411px;
  height: 560px;
  overflow: hidden;
}

.icon-slider {
  object-fit: contain;
  width: 40px;
}

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

.carousel-button.testimonial-right {
  color: #24201f;
  width: auto;
  position: absolute;
  inset: auto auto 0% 590px;
}

.carousel-button.testimonial-left {
  color: #24201f;
  width: auto;
  position: absolute;
  inset: auto auto 0% 543px;
}

.block-testimonial {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 740px;
  display: flex;
}

.dt-master-testimonials-5 {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dt-text-subname-testimonials-5 {
  color: #fbfbfb80;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 120%;
}

.dt-icon-testimonials-5 {
  height: 48px;
}

.dt-text-name-testimonials-5 {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 130%;
}

.dt-right-person-testimonials-5 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-image-testimonials-5 {
  filter: saturate(0%);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.dt-big-text-testimonials-5 {
  max-width: 1110px;
  font-size: 3.2em;
  font-weight: 200;
  line-height: 124%;
}

.dt-top-testimonials-5 {
  grid-row-gap: 120px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-master-logos-1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-top: 1px solid var(--color--light-0-3);
  border-bottom: 1px solid var(--color--light-0-3);
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.dt-text-logos-1 {
  color: #ffffffb3;
}

.dt-right-logos-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  display: flex;
}

.dt-logo-logos-1 {
  object-fit: contain;
  max-width: 200px;
  height: 30px;
}

.dt-text-top-logos-2 {
  margin-bottom: 30px;
  font-size: .8em;
  font-weight: 400;
}

.dt-master-logos-2 {
  border-top: 1px solid var(--color--light-0-3);
  border-bottom: 1px solid var(--color--light-0-3);
  padding-top: 40px;
  padding-bottom: 40px;
}

.dt-flex-logos-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dt-image-logo-logos-2 {
  object-fit: contain;
  max-width: 200px;
  height: 32px;
}

.dt-section-logos-2 {
  background-color: var(--color--dark);
  color: var(--color--light);
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 20px;
}

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

.dt-tile-logos-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--elevation);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 172px;
  padding: 32px;
  display: flex;
}

.logo-fourths {
  object-fit: contain;
  width: 80%;
  height: 48px;
}

.dt-list-team-1 {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.dt-item-team-1 {
  grid-column-gap: 100px;
  border-top: 1px solid var(--color--light-0-3);
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.dt-item-team-1.dt-last-team {
  padding-bottom: 0;
}

.dt-image-team-1 {
  border-radius: 170px;
  width: 312px;
}

.dt-right-team-1 {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 540px;
  display: flex;
}

.dt-top-right-team-1 {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-grid-team-2 {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 1fr;
}

.dt-tile-team-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.dt-image-wrap-team-2 {
  position: relative;
  overflow: hidden;
}

.dt-image-team-2 {
  border-radius: 2px;
  width: 100%;
}

.dt-bottom-team-2 {
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dt-fade-out {
  color: #fbfbfbb3;
}

.dt-tile-team-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 40px;
}

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

.dt-column-team-3 {
  position: relative;
}

.dt-column-team-3.dt-second-column-team-3 {
  padding-top: 320px;
}

.dt-column-team-3.dt-third-column {
  padding-top: 640px;
}

.dt-flex-heading-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dt-flex-heading-cta.dt-mg-bottom-80 {
  margin-bottom: 80px;
}

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

.dt-tile-blog-general {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color--elevation);
  color: var(--color--light);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.dt-image-blog-general {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dt-bottom-blog-general {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  padding: 32px 32px 88px;
  display: flex;
  position: relative;
}

.dt-arrow-blog-general {
  position: absolute;
  bottom: 32px;
  left: 32px;
}

.dt-wrap-image-blog-general {
  width: 100%;
  padding-top: 72%;
  position: relative;
  overflow: hidden;
}

.dt-grid-blog-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.dt-master-blog-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dt-tile-blog-3 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: var(--color--elevation);
  color: var(--color--light);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 64px 0 0;
  text-decoration: none;
  display: flex;
}

.dt-right-blog-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.dt-icon-blog-3 {
  height: 15px;
  margin-top: 16px;
}

.dt-wrap-image-blog-3 {
  flex: none;
  width: 33%;
  height: 100%;
  min-height: 300px;
  position: relative;
  overflow: clip;
}

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

.dt-text-field-line {
  color: var(--color--light);
  background-color: #14141400;
  border: 1px #000;
  border-bottom: 1px solid #ffffff5c;
  height: 64px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 300;
}

.dt-text-field-line:focus {
  border-style: none none solid;
  border-color: black black var(--color--light);
  color: #fff;
}

.dt-text-field-line::placeholder {
  color: var(--color--light);
}

.dt-text-field-line.text-area {
  padding-bottom: 80px;
}

.list-checkboxes {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.dt-grid-contact-1 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  margin-top: 80px;
}

.checkbox-label {
  color: #ffffffc2;
  margin-bottom: 0;
  font-size: .9em;
}

.dt-right-contact {
  width: 100%;
  max-width: 490px;
}

.dt-success {
  border: 1px solid var(--color--light-0-3);
  background-color: var(--color--elevation);
  color: var(--color--light);
}

.dt-form-contact-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.dt-link-social-contact-1 {
  color: #fbfbfbb3;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.dt-link-contact-1 {
  color: #fbfbfbcc;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 130%;
  text-decoration: none;
}

.master-checkboxes {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.checkbox {
  background-color: #0c0c0c;
  border-color: #ffffff69;
  border-radius: 2px;
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  background-color: #181818;
  background-size: 50% 50%;
}

.dt-divider-contact-1 {
  background-color: var(--color--light-0-3);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 48px;
}

.dt-error {
  color: #000;
  background-color: #ffe8e8;
  border: 1px solid #ffb9b9;
  font-size: 16px;
}

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

.success-message {
  color: #1d1d1d;
  background-color: #eee;
}

.dt-single-contact-2 {
  grid-column-gap: 12px;
  color: var(--color--light);
  justify-content: flex-start;
  align-items: center;
  font-size: .9em;
  text-decoration: none;
  display: flex;
}

.dt-form-block-contact-2 {
  width: 100%;
  max-width: 330px;
}

.dt-top-contact-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-grid-contact-2 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

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

.dt-text-form-contact-2 {
  text-align: center;
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
}

.dt-text-field-rounded {
  border: 1px solid var(--color--light-0-3);
  background-color: var(--color--elevation);
  border-radius: 60px;
  height: 52px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: .9em;
}

.dt-text-field-rounded:focus {
  border-color: var(--color--light);
}

.dt-text-field-rounded::placeholder {
  color: #fbfbfbcc;
}

.dt-logo-contact-2 {
  height: 28px;
}

.right-contact-two {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dt-divider-contact-2 {
  background-color: var(--color--light-0-3);
  width: 100%;
  height: 1px;
}

.dt-tile-contact-2 {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  background-color: var(--color--elevation);
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  padding: 80px 64px;
  display: flex;
}

.dt-h2-contact-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2em;
  font-weight: 200;
  line-height: 130%;
}

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

.dt-image-contact-3 {
  object-fit: cover;
}

.dt-tile-contact-3 {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  background-color: var(--color--elevation);
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  padding: 80px 64px;
  display: flex;
}

.dt-logo-contact-3 {
  height: 28px;
}

.dt-top-contact-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-divider-contact-3 {
  background-color: var(--color--light-0-3);
  width: 100%;
  height: 1px;
}

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

.dt-single-contact-3 {
  grid-column-gap: 12px;
  color: var(--color--light);
  justify-content: flex-start;
  align-items: center;
  font-size: .9em;
  text-decoration: none;
  display: flex;
}

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

.dt-top-text-pricing-1 {
  color: #b1b1b1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 125%;
}

.dt-tile-pricing-1 {
  grid-row-gap: 64px;
  background-color: var(--color--elevation);
  color: var(--color--light);
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.dt-list-checklist-general {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-text-checklist-general {
  font-size: .9em;
  line-height: 140%;
}

.dt-bottom-pricing-1 {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wrap-pricing-name {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-single-checklist-general {
  grid-column-gap: 12px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.dt-top-pricing-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-price-text-pricing-1 {
  font-size: 2em;
  font-weight: 400;
  line-height: 100%;
}

.dt-top-pricing-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dt-bottom-pricing-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dt-price-big-pricing-2 {
  font-size: 6em;
  font-weight: 400;
  line-height: 120%;
}

.grid-pricing-halves-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
}

.dt-tile-pricing-2 {
  grid-row-gap: 72px;
  background-color: var(--color--elevation);
  border-radius: 2px;
  flex-flow: column;
  align-items: flex-start;
  padding: 48px 56px 48px 48px;
  display: flex;
}

.bottom-right-pricing-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 360px;
  display: flex;
}

.dt-checklist-pricing-3 {
  grid-row-gap: 16px;
  transform-origin: 50% 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.dt-right-person-pricing-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dt-circle-pricing-3 {
  background-color: var(--color--light);
  border-radius: 50%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.dt-circle-pricing-3.light-circle {
  background-color: #faf8f3;
}

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

.dt-list-item-pricing-3 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  display: flex;
}

.dt-image-person-pricing-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 88px;
  height: 88px;
}

.dt-bottom-right-pricing-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-pricing-a {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
}

.dt-tile-pricing-3 {
  grid-row-gap: 72px;
  background-color: var(--color--elevation);
  border-radius: 2px;
  flex-flow: column;
  align-items: flex-start;
  padding: 48px 56px 48px 48px;
  display: flex;
}

.dt-top-pricing-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dt-bottom-pricing-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dt-price-big-pricing-3 {
  font-size: 6em;
  font-weight: 400;
  line-height: 120%;
}

.dt-right-pricing-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 445px;
  display: flex;
}

.dt-top-right-pricing-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dt-third-footer-1 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.dt-brand-link-footer-1 {
  height: 32px;
}

.dt-heading-links-footer {
  color: var(--color--light);
  margin-bottom: 8px;
  font-size: 1em;
  font-weight: 400;
}

.right-third-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dt-second-footer-1 {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dt-legal-link-footer {
  color: var(--color--light);
}

.dt-brand-footer-1 {
  max-width: none;
  height: 100%;
}

.dt-column-list-footer {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-social-link-footer-1 {
  color: var(--color--light);
  font-size: 1em;
  text-decoration: none;
}

.dt-section-footer-1 {
  border-top: 1px solid var(--color--light-0-3);
  background-color: var(--color--dark);
  color: var(--color--light);
  padding-top: 100px;
  padding-bottom: 80px;
  font-size: 20px;
}

.dt-text-legal-footer {
  color: var(--color--light);
  font-size: .8em;
}

.dt-link-footer {
  color: var(--color--light);
  font-size: 1em;
  text-decoration: none;
}

.dt-wrap-legal-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.link-big-email-footer {
  border: 1px solid var(--color--light);
  color: var(--color--light);
  text-align: center;
  background-color: #fff0;
  border-radius: 160px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 164px;
  margin-bottom: 100px;
  font-size: 3.4em;
  font-weight: 200;
  line-height: 120%;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: flex;
}

.link-big-email-footer:hover {
  background-color: var(--color--light);
  color: var(--color--dark);
}

.dt-master-footer-2 {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.dt-address-footer-2 {
  font-size: 1.2em;
  line-height: 130%;
}

.dt-divider-footer-2 {
  background-color: var(--color--light);
  width: 100%;
  height: 1px;
}

.dt-section-footer-2 {
  background-color: var(--color--dark);
  color: var(--color--light);
  padding-top: 80px;
  padding-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
}

.grid-footer-contact {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.dt-big-link-footer-2 {
  color: var(--color--light);
  font-size: 1.6em;
  line-height: 126%;
  text-decoration: none;
}

.dt-brand-link-footer-2 {
  width: 75%;
  max-width: 952px;
}

.dt-brand-footer-2 {
  width: 100%;
}

.dt-second-footer-2 {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dt-left-footer-3 {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dt-master-list-footer-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.dt-brand-footer-3 {
  max-width: none;
  height: 100%;
  display: block;
}

.dt-list-item-footer-3 {
  grid-column-gap: 8px;
  color: var(--color--light);
  justify-content: flex-start;
  align-items: center;
  font-size: .8em;
  text-decoration: none;
  display: flex;
}

.dt-brand-link-footer-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 32px;
  display: flex;
}

.dt-icon-contact-footer-3 {
  width: 24px;
  height: 24px;
}

.grid-footer-links-footer-3 {
  grid-column-gap: 32px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 760px;
  display: flex;
}

.dt-footer-3 {
  border-top: 1px solid var(--color--light-0-3);
  background-color: var(--color--dark);
  padding-top: 120px;
  padding-bottom: 64px;
}

.dt-flex-footer-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dt-divider-footer-3 {
  background-color: var(--color--light-0-3);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 64px;
}

.dt-section-footer-4 {
  background-color: var(--color--dark);
  color: var(--color--light);
  padding-bottom: 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.dt-top-footer-4 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  border-top: 1px solid var(--color--light);
  border-bottom: 1px solid var(--color--light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.dt-flex-footer-4 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-list-links-footer-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dt-link-footer-4 {
  color: var(--color--light);
  font-size: 1em;
  text-decoration: none;
}

.dt-link-footer-4:hover {
  text-decoration: underline;
}

.dt-brand-footer-4 {
  max-width: none;
  height: 100%;
  display: block;
}

.dt-brand-link-footer-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 32px;
  display: flex;
}

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

.dt-image-sides-gallery-3 {
  background-color: #000;
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18vw;
  height: 18vw;
  display: flex;
}

.dt-master-scroll-gallery-3 {
  height: 250vh;
  position: relative;
}

.dt-scroll-image-gallery-3 {
  object-fit: cover;
  border-radius: 2px;
  flex: none;
  width: 26vw;
  height: 26vw;
}

.dt-scroll-image-gallery-3.dt-right-image {
  z-index: 2;
  position: relative;
}

.dt-scroll-image-gallery-3.dt-middle-image {
  z-index: 1;
  position: relative;
}

.dt-scroll-image-gallery-3.dt-left-image {
  z-index: 2;
  position: relative;
}

.dt-inside-gallery-3 {
  grid-column-gap: 2vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dt-sticky-gallery-3 {
  width: 100vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: sticky;
  top: 120px;
  overflow: hidden;
}

.dt-grids-wrap-gallery-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.dt-grid-top-gallery-4 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.6fr 1.4fr;
}

.dt-image-gallery-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dt-grid-bottom-gallery-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .6fr 2fr 1.4fr;
}

.dt-relative-gallery-5 {
  width: 100vw;
  height: 250vh;
  position: relative;
}

.dt-sticky-gallery-5 {
  position: sticky;
  top: 10vh;
}

.dt-grid-gallery-5 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .3fr .4fr .3fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.dt-image-small-gallery-5 {
  z-index: 1;
  perspective: 2000px;
  perspective-origin: 100%;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 60vh;
  position: relative;
}

.dt-image-big-gallery-5 {
  z-index: 2;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 80vh;
  position: relative;
}

.dt-master-gallery-6 {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  margin-top: 64px;
  display: flex;
  position: relative;
}

.dt-move-gallery-6, .dt-single-gallery-6 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-image-gallery-6 {
  flex: none;
  width: 400px;
  max-width: none;
  display: block;
}

.dt-master-gallery-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: 2000px;
  display: flex;
  position: relative;
}

.dt-image-gallery-7 {
  object-fit: cover;
  height: 100vh;
  max-height: 1400px;
  position: sticky;
  top: 0;
}

.dt-grid-gallery-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1122px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.dt-column-gallery-8 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.dt-image-gallery-8 {
  border-radius: 2px;
}

.dt-image-gallery-8.dt-left-image {
  transform-origin: 100% 100%;
}

.dt-left-faq-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 430px;
  display: flex;
}

.dt-text-faq {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: .8em;
}

.dt-master-faq-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.dt-expandable-faq {
  background-color: var(--color--elevation);
  cursor: pointer;
  border-radius: 2px;
  padding: 32px 40px;
}

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

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

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

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

.dt-faq-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: .9em;
  font-weight: 400;
  line-height: 135%;
}

.dt-grid-faq-1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

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

.dt-master-faq-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dt-section-scroll-move-01 {
  background-color: var(--color--dark);
  color: var(--color--light);
  font-size: var(--size--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
}

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

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

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

.space-500 {
  height: 500px;
}

@media screen and (max-width: 991px) {
  .dt-left-hero-1 {
    text-align: center;
    align-items: center;
    max-width: 640px;
    padding-bottom: 0;
  }

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

  .dt-subtitle {
    font-size: 1.2em;
  }

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

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

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

  .dt-items-wrap-hero-1 {
    width: 100%;
  }

  .dt-gradient-hero-1 {
    background-image: linear-gradient(#0c0c0c, #0c0c0c80 60%, #0c0c0c00);
    height: 140px;
  }

  .dt-h1 {
    font-size: 3.3em;
  }

  .dt-cta-outline.dt-hide-navbar-tablet {
    display: none;
  }

  .dt-flex-hero-2 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .dt-image-hero-2 {
    height: 77px;
  }

  .dt-grid-hero-3 {
    grid-template-columns: 1fr;
  }

  .dt-top-left-hero-3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .right-hero-home-c {
    height: 72vw;
  }

  .dt-master-gallery-hero-5 {
    margin-top: 40px;
  }

  .dt-image-hero-5 {
    width: 270px;
    max-width: 270px;
  }

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

  .dt-grid-hero-6 {
    grid-template-columns: 1fr;
  }

  .dt-overlay-hero-6 {
    background-image: linear-gradient(#0c0c0c, #0c0c0c00 36% 58%, #0c0c0c 76%, #0c0c0c);
  }

  .dt-wrap-big-image {
    height: 72vw;
    min-height: 0;
    max-height: none;
  }

  .dt-logo-hero-8 {
    width: 100%;
    margin-bottom: 64px;
  }

  .dt-wrap-image-hero-8 {
    height: 60vw;
    min-height: 0;
    max-height: none;
    margin-top: 80px;
  }

  .dt-bottom-hero-8 {
    max-width: 440px;
  }

  .dt-moving-images-inside-hero-9 {
    width: 180vw;
  }

  .dt-title-wrap-hero-10 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    text-align: center;
    align-items: center;
    max-width: 54vw;
    margin-left: auto;
    margin-right: auto;
  }

  .dt-pill-hero-10 {
    margin-top: 3vw;
    margin-bottom: 1vw;
  }

  .dt-row-title-hero-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 0;
  }

  .dt-bottom-hero-10 {
    max-width: 470px;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
  }

  .dt-h1-hero-10 {
    font-size: 56px;
  }

  .stat-left {
    align-items: center;
  }

  .dt-grid-feature-1 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .dt-right-feature-1 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 620px;
  }

  .master-stats-left {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .dt-left-feature-1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
  }

  .dt-text-stat {
    font-size: 2.7em;
  }

  .dt-h2 {
    font-size: 2.4em;
  }

  .dt-heading-left.dt-mg-bottom-64.center-tablet {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .dt-h3 {
    font-size: 1.6em;
  }

  .dt-tabs-menu-feature-3 {
    max-width: 40%;
  }

  .dt-tab-link-feature-3 {
    font-size: 2.4em;
  }

  .gt-tabs-content-feature-3 {
    max-width: 50%;
  }

  .dt-tile-feature-4 {
    padding: 32px;
  }

  .dt-grid-feature-5 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .dt-lightbox-wrap-feature-5 {
    height: 100%;
    min-height: 460px;
  }

  .dt-h2-feature-7 {
    font-size: 4.5em;
  }

  .dt-right-feature-7 {
    margin-left: -70px;
  }

  .dt-column-feature-8 {
    position: sticky;
    top: 120px;
  }

  .dt-column-feature-8.dt-third-column, .dt-column-feature-8.dt-second-column {
    padding-top: 0;
  }

  .dt-grid-feature-8 {
    grid-template-columns: 1fr;
    position: relative;
  }

  .dt-list-feature-11 {
    margin-bottom: 0;
  }

  .dt-master-grid-feature-11 {
    grid-template-columns: 1fr;
  }

  .dt-image-feature-11 {
    display: none;
  }

  .dt-big-text-feature-11 {
    font-size: 2.8em;
  }

  .dt-master-feature-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .dt-tabs-menu-feature-12 {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-value-tabs {
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .dt-tabs-feature-12 {
    grid-template-columns: 1fr;
  }

  .dt-single-feature-13 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .dt-grid-feature-14 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .dt-grid-feature-15 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .dt-master-list-feature-15 {
    grid-row-gap: 120px;
  }

  .dt-single-feature-15 {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .dt-right-list-feature-15 {
    align-items: center;
  }

  .dt-single-feature-16.first-value {
    border-top-style: none;
  }

  .dt-content-feature-19 {
    max-width: none;
  }

  .dt-master-scroll-move-1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .dt-text-scroll-move-1 {
    font-size: 3.2em;
  }

  .dt-master-scroll-move-2.dt-first-scroll-move-2, .dt-master-scroll-move-2.second-moving {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .dt-text-scroll-move-2 {
    font-size: 8vw;
  }

  .dt-text-scroll-move-4 {
    font-size: 10vw;
  }

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

  .dt-nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.2em;
    display: block;
  }

  .dt-navbar {
    position: relative;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .dt-nav-menu {
    background-color: #141414;
    border: 1px solid #141414;
    border-radius: 2px;
    flex-direction: column;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    padding: 40px;
    top: 80px;
    left: auto;
    right: 16px;
    overflow: scroll;
  }

  .link-dropdown {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 21px;
  }

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

  .menu-button.w--open {
    background-color: var(--color--elevation);
  }

  .dt-nav-dropdown-toggle {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
  }

  .dt-nav-dropdown {
    display: block;
  }

  .inside-menu-button {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .line-hamburger {
    background-color: var(--color--light);
    width: 24px;
    height: 1px;
    padding: 0;
  }

  .dt-cta-fill.dt-hide-navbar-tablet {
    display: none;
  }

  .dt-nav-container-navbar-3 {
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dt-nav-menu-navbar-3 {
    background-color: #141414;
    border: 1px solid #141414;
    border-radius: 2px;
    flex-direction: column;
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    padding: 40px;
    top: 80px;
    left: auto;
    right: 16px;
    overflow: scroll;
  }

  .dt-space-logo-navbar-3 {
    display: none;
  }

  .dt-brand-link-navbar-3 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    position: static;
  }

  .dt-nav-container-navbar-4 {
    flex-flow: column;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dt-tabs-testimonials-3 {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .dt-tab-link-testimonials-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dt-grid-testimonials-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dt-image-wrap-testimonials-4 {
    width: 100%;
  }

  .carousel-button.testimonial-right {
    left: 62%;
  }

  .carousel-button.testimonial-left {
    left: 52%;
  }

  .block-testimonial {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .dt-big-text-testimonials-5 {
    font-size: 2.6em;
  }

  .dt-master-logos-1 {
    flex-flow: column;
  }

  .dt-text-logos-1 {
    text-align: center;
  }

  .dt-right-logos-1 {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .dt-logo-logos-1 {
    width: 30%;
    max-width: none;
    height: auto;
    max-height: 37px;
  }

  .dt-text-top-logos-2 {
    text-align: center;
  }

  .dt-flex-logos-2 {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .dt-image-logo-logos-2 {
    width: 30%;
    max-width: none;
    height: auto;
    max-height: 37px;
  }

  .grid-logos-fourths {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dt-item-team-1 {
    grid-column-gap: 40px;
  }

  .dt-grid-team-2 {
    grid-template-columns: 1fr 1fr;
  }

  .dt-tile-team-3 {
    position: static;
  }

  .dt-grid-team-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .dt-column-team-3 {
    position: static;
    top: 120px;
  }

  .dt-column-team-3.dt-second-column-team-3, .dt-column-team-3.dt-third-column {
    padding-top: 0;
  }

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

  .dt-grid-blog-1 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .dt-grid-contact-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
  }

  .dt-link-social-contact-1 {
    color: #fffc;
  }

  .dt-link-contact-1 {
    color: #ffffffe6;
  }

  .dt-grid-contact-2, .dt-grid-contact-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

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

  .dt-price-big-pricing-2 {
    font-size: 5em;
  }

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

  .dt-price-big-pricing-3 {
    font-size: 100px;
  }

  .dt-third-footer-1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
  }

  .dt-section-footer-1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .dt-wrap-legal-footer {
    width: 100%;
  }

  .link-big-email-footer {
    font-size: 3em;
  }

  .grid-footer-contact {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .dt-list-item-footer-3 {
    font-size: 1em;
  }

  .grid-footer-links-footer-3 {
    grid-column-gap: 24px;
    width: 100%;
    max-width: none;
  }

  .dt-flex-footer-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .dt-grid-gallery-5 {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 610px;
  }

  .dt-image-gallery-6 {
    width: 270px;
    max-width: 270px;
  }

  .dt-grid-gallery-8 {
    grid-column-gap: 24px;
  }

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

  .dt-left-faq-1 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 610px;
  }

  .dt-grid-faq-1 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .dt-subtitle {
    font-size: 24px;
  }

  .dt-h1 {
    font-size: 56px;
  }

  .dt-item-hero-2, .single-hero-home-b {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .dt-image-hero-2 {
    width: 110px;
    height: 60px;
  }

  .dt-relative-hero-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    height: auto;
    display: flex;
    position: static;
  }

  .dt-scale-wrap-hero-4 {
    flex: none;
    width: 100%;
    height: 50vw;
    position: relative;
    top: 0;
    overflow: hidden;
  }

  .dt-grid-hero-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: none;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    position: static;
  }

  .dt-text-keep-scrolling-hero-5 {
    display: none;
  }

  .dt-master-moving-hero-7 {
    margin-top: 72px;
  }

  .dt-moving-h1-hero-7 {
    font-size: 64px;
  }

  .dt-wrap-big-image {
    height: 80vw;
    min-height: 0;
    max-height: none;
  }

  .dt-overlay-hero-7 {
    width: 100%;
    height: 100%;
  }

  .dt-logo-hero-8 {
    margin-bottom: 52px;
  }

  .dt-wrap-image-hero-8 {
    width: 100%;
  }

  .dt-flex-hero-8 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dt-master-moving-images-hero-9 {
    margin-top: 64px;
  }

  .dt-moving-images-inside-hero-9 {
    width: 1280px;
  }

  .dt-pill-hero-10 {
    height: 19vw;
  }

  .dt-bottom-hero-10 {
    text-align: center;
    flex-direction: column;
    max-width: 400px;
    margin-top: 120px;
  }

  .dt-grid-feature-1 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .dt-big-text {
    font-size: 1.4em;
  }

  .dt-h2 {
    font-size: 2em;
  }

  .dt-heading-left.dt-mg-bottom-64.center-landscape {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

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

  .dt-grid-feature-2 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .dt-tabs-feature-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .dt-tabs-menu-feature-3 {
    grid-row-gap: 16px;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 48px;
    margin-right: auto;
  }

  .dt-tab-link-feature-3 {
    text-align: left;
  }

  .gt-tabs-content-feature-3 {
    max-width: 100%;
  }

  .dt-sticky-feature-4 {
    text-align: center;
    align-items: center;
  }

  .dt-grid-feature-4 {
    grid-template-columns: 1fr;
  }

  .dt-grid-feature-5 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .dt-lightbox-wrap-feature-5 {
    height: 72vw;
    min-height: 0;
  }

  .dt-right-feature-5 {
    grid-row-gap: 120px;
  }

  .dt-cell-feature-5 {
    text-align: left;
    font-size: .8em;
  }

  .dt-h2-feature-7 {
    font-size: 11vw;
  }

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

  .dt-expandable-text-feature-10 {
    font-size: .8em;
    line-height: 140%;
  }

  .dt-single-feature-11 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .dt-big-text-feature-11 {
    font-size: 2.6em;
  }

  .dt-single-feature-13 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .dt-grid-feature-15 {
    grid-template-columns: 1fr;
  }

  .dt-process-circle-feature-15 {
    width: 45vw;
    height: 45vw;
    font-size: 13vw;
  }

  .dt-image-feature-15 {
    height: 100vw;
    max-height: none;
  }

  .dt-grid-feature-16 {
    grid-template-columns: 1fr;
  }

  .dt-sticky-feature-16 {
    text-align: center;
    align-items: center;
  }

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

  .dt-content-feature-halves {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .dt-master-scroll-move-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .dt-first-scroll-move-1 {
    margin-left: 0;
  }

  .dt-text-scroll-move-1 {
    font-size: 2.4em;
  }

  .dt-second-scroll-move-2 {
    margin-right: 0;
  }

  .dt-pill-scroll-move-1 {
    width: 130px;
    height: 64px;
  }

  .dt-third-scroll-move-1 {
    margin-left: 0;
    margin-right: 70px;
  }

  .dt-single-line-scroll-move-3 {
    height: 90px;
  }

  .dt-text-scroll-move-3 {
    font-size: 4.5vw;
  }

  .dt-master-scroll-move-4, .dt-single-scroll-move-4 {
    grid-column-gap: 32px;
  }

  .dt-navbar {
    height: 80px;
  }

  .dt-nav-menu {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .inside-menu-button {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .line-hamburger {
    background-color: #fff;
    width: 24px;
    height: 1px;
    padding: 0;
  }

  .dt-nav-menu-navbar-3 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .dt-text-testimonials-1 {
    font-size: 1.3em;
  }

  .dt-tabs-testimonials-3 {
    grid-template-columns: 1fr;
  }

  .dt-tab-link-testimonials-3 {
    font-size: 1.2em;
  }

  .dt-tabs-menu-testimonials-3 {
    margin-bottom: 32px;
  }

  .dt-grid-testimonials-4 {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .right-person-small.no-image-person {
    justify-content: flex-start;
    align-items: center;
  }

  .dt-image-wrap-testimonials-4 {
    width: 60%;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .carousel-button.testimonial-right {
    inset: 30% 0% auto auto;
  }

  .carousel-button.testimonial-left {
    inset: 30% auto auto 0%;
  }

  .block-testimonial {
    text-align: center;
    align-items: center;
  }

  .dt-text-subname-testimonials-5 {
    font-size: 1em;
  }

  .dt-text-name-testimonials-5 {
    font-size: 1.4em;
  }

  .dt-big-text-testimonials-5 {
    font-size: 2em;
  }

  .grid-logos-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .dt-item-team-1 {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .dt-right-team-1 {
    text-align: center;
    align-items: center;
  }

  .dt-top-right-team-1 {
    align-items: center;
  }

  .dt-grid-team-2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .dt-grid-blog-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .dt-master-blog-3 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .dt-tile-blog-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-right: 0;
  }

  .dt-right-blog-3 {
    align-items: flex-start;
    padding: 40px;
  }

  .dt-wrap-image-blog-3 {
    width: 100%;
  }

  .dt-tile-contact-2 {
    padding: 48px;
  }

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

  .dt-tile-contact-3 {
    padding: 52px;
  }

  .dt-top-text-pricing-1 {
    font-size: 1.4em;
  }

  .dt-grid-pricing-1 {
    grid-row-gap: 32px;
    max-width: 460px;
  }

  .dt-price-text-pricing-1 {
    font-size: 2.4em;
  }

  .dt-price-big-pricing-2 {
    font-size: 4.6em;
  }

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

  .dt-price-big-pricing-3 {
    font-size: 92px;
  }

  .dt-right-pricing-3 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .dt-third-footer-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .right-third-footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .dt-second-footer-1 {
    grid-row-gap: 100px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .dt-column-list-footer {
    text-align: center;
    align-items: center;
  }

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

  .dt-wrap-legal-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .link-big-email-footer {
    font-size: 9vw;
  }

  .dt-second-footer-2 {
    grid-row-gap: 100px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .dt-left-footer-3 {
    align-items: center;
  }

  .grid-footer-links-footer-3 {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .dt-flex-footer-3 {
    grid-row-gap: 64px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .dt-image-sides-gallery-3.first-smiley-wrap, .dt-image-sides-gallery-3.second-smiley-wrap {
    display: none;
  }

  .dt-scroll-image-gallery-3.dt-right-image {
    width: 32vw;
    height: 32vw;
  }

  .dt-scroll-image-gallery-3.dt-middle-image {
    width: 40vw;
    height: 40vw;
  }

  .dt-scroll-image-gallery-3.dt-left-image {
    width: 32vw;
    height: 32vw;
  }

  .dt-grid-top-gallery-4 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .dt-grid-bottom-gallery-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .dt-image-big-gallery-5 {
    height: 50vh;
    max-height: 340px;
  }

  .dt-master-gallery-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .dt-image-gallery-7 {
    height: auto;
    position: static;
  }

  .dt-grid-gallery-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .dt-column-gallery-8 {
    grid-row-gap: 16px;
  }

  .dt-text-faq {
    font-size: .8em;
    line-height: 140%;
  }

  .dt-faq-heading {
    font-size: 1.1em;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .dt-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .dt-column-hero-1 {
    width: 48%;
  }

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

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

  .dt-subtitle {
    font-size: 22px;
  }

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

  .dt-wrap-images-hero-1, .dt-item-hero-one, .dt-items-wrap-hero-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

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

  .dt-h1 {
    font-size: 44px;
  }

  .dt-flex-hero-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .dt-item-hero-2, .single-hero-home-b {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dt-left-hero-3 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .dt-play-icon {
    width: 72px;
    height: 72px;
  }

  .dt-lightbox-hero-3 {
    bottom: 16px;
    left: 16px;
  }

  .dt-grid-hero-4 {
    grid-template-columns: 1fr;
  }

  .dt-image-hero-5 {
    width: 220px;
    max-width: 220px;
  }

  .dt-master-moving-hero-7 {
    margin-top: 64px;
  }

  .dt-move-hero-7, .dt-single-hero-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .dt-bottom-hero-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .expandable-single-big {
    padding: 16px 0;
  }

  .dt-moving-images-inside-hero-9 {
    width: 1070px;
  }

  .dt-title-wrap-hero-10 {
    max-width: 80vw;
  }

  .dt-h1-hero-10 {
    font-size: 46px;
  }

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

  .dt-big-text {
    font-size: 1.2em;
  }

  .master-stats-left {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .dt-h2 {
    font-size: 1.9em;
  }

  .dt-h3 {
    font-size: 1.4em;
  }

  .dt-tab-link-feature-3 {
    font-size: 11vw;
  }

  .dt-number-feature-4 {
    font-size: 3.2em;
  }

  .dt-bottom-left-feature-4 {
    flex-flow: column;
  }

  .dt-cell-feature-5 {
    padding-right: 8px;
    font-size: .7em;
    line-height: 150%;
  }

  .dt-h2-feature-7 {
    font-size: 12vw;
  }

  .dt-lightbox-feature-7 {
    flex-flow: wrap;
  }

  .dt-right-feature-7 {
    margin-left: -40px;
  }

  .dt-number-feature-11 {
    width: 12vw;
  }

  .dt-list-feature-11 {
    margin-bottom: 0;
  }

  .dt-image-feature-11 {
    display: none;
  }

  .dt-big-text-feature-11 {
    font-size: 11vw;
  }

  .dt-tab-text-feature-12 {
    font-size: 10vw;
  }

  .paragraph-big {
    font-size: 20px;
  }

  .dt-bottom-left-feature-16 {
    flex-flow: column;
  }

  .dt-number-feature-19 {
    width: 40px;
    font-size: 26px;
  }

  .dt-text-scroll-move-1 {
    font-size: 46px;
  }

  .dt-second-scroll-move-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .dt-third-scroll-move-1 {
    margin-right: 24px;
  }

  .dt-master-scroll-move-2.dt-first-scroll-move-2, .dt-master-scroll-move-2.second-moving {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .dt-text-scroll-move-2 {
    font-size: 14vw;
  }

  .dt-single-line-scroll-move-3 {
    height: 100px;
  }

  .dt-text-scroll-move-3 {
    font-size: 9vw;
  }

  .dt-text-scroll-move-4 {
    font-size: 12vw;
  }

  .dt-nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .dt-brand-navbar {
    width: 50vw;
    max-width: 150px;
    height: auto;
    padding-left: 0;
  }

  .dt-navbar {
    height: 72px;
  }

  .dt-nav-menu {
    width: 96%;
  }

  .dt-brand-image-navbar {
    width: 100%;
    height: auto;
  }

  .dt-nav-container-navbar-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .dt-nav-menu-navbar-3 {
    width: 96%;
  }

  .dt-brand-link-navbar-3 {
    width: 50vw;
    max-width: 150px;
    height: auto;
    padding-left: 0;
  }

  .dt-brand-image-navbar-3 {
    width: 100%;
    height: auto;
  }

  .dt-nav-container-navbar-4 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .dt-text-testimonials-1 {
    font-size: 1.1em;
  }

  .dt-single-testimonials-2 {
    grid-column-gap: 16px;
  }

  .dt-tile-testimonials-2 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    max-width: 330px;
    padding: 32px;
  }

  .dt-person-wrap-testimonials-5 {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .dt-text-testimonials-2 {
    font-size: .9em;
  }

  .dt-inside-testimonials-2 {
    grid-column-gap: 16px;
  }

  .dt-tab-link-testimonials-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1em;
  }

  .dt-slider-testimonials-4 {
    margin-top: 40px;
  }

  .dt-text-testimonials-4 {
    font-size: 1.3em;
  }

  .dt-image-wrap-testimonials-4 {
    height: 250px;
  }

  .carousel-button.testimonial-right, .carousel-button.testimonial-left {
    width: 48px;
    height: 48px;
  }

  .dt-image-testimonials-5 {
    width: 100px;
    height: 100px;
  }

  .dt-big-text-testimonials-5 {
    font-size: 1.5em;
  }

  .dt-logo-logos-1, .dt-image-logo-logos-2 {
    width: 40%;
    max-height: 40px;
  }

  .grid-logos-fourths, .dt-grid-team-2 {
    grid-template-columns: 1fr;
  }

  .dt-bottom-blog-general {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .dt-right-blog-3 {
    text-align: left;
    align-items: flex-start;
    padding: 25px;
  }

  .wrap-contact-socials {
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
  }

  .dt-link-contact-1 {
    font-size: 7vw;
  }

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

  .dt-form-block-contact-2 {
    width: 90%;
  }

  .dt-top-contact-2 {
    text-align: center;
    align-items: center;
  }

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

  .dt-text-form-contact-2 {
    font-size: 20px;
  }

  .dt-logo-contact-2 {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .dt-top-contact-3 {
    text-align: center;
    align-items: center;
  }

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

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

  .dt-top-text-pricing-1 {
    font-size: 1.25em;
  }

  .dt-tile-pricing-1 {
    grid-row-gap: 40px;
    padding: 32px;
  }

  .dt-price-text-pricing-1 {
    font-size: 2.2em;
  }

  .dt-price-big-pricing-2 {
    font-size: 4.5em;
  }

  .dt-tile-pricing-2 {
    padding: 40px;
  }

  .dt-right-person-pricing-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .dt-list-item-pricing-3 {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .dt-bottom-right-pricing-3 {
    text-align: center;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .dt-price-big-pricing-3 {
    font-size: 4.5em;
  }

  .dt-brand-link-footer-1 {
    width: 100%;
  }

  .dt-brand-footer-1 {
    object-fit: contain;
    width: 100%;
  }

  .dt-text-legal-footer {
    font-size: .8em;
  }

  .link-big-email-footer {
    height: 110px;
    font-size: 8.2vw;
  }

  .dt-address-footer-2 {
    font-size: 22px;
  }

  .dt-big-link-footer-2 {
    font-size: 7vw;
  }

  .dt-brand-link-footer-2 {
    width: 90%;
  }

  .dt-list-links-footer-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .dt-master-scroll-gallery-3 {
    height: auto;
  }

  .dt-scroll-image-gallery-3.dt-right-image {
    width: 60vw;
    height: 60vw;
  }

  .dt-scroll-image-gallery-3.dt-middle-image {
    width: 80vw;
    height: 80vw;
  }

  .dt-scroll-image-gallery-3.dt-left-image {
    width: 60vw;
    height: 60vw;
  }

  .dt-inside-gallery-3 {
    grid-row-gap: 4vw;
    flex-direction: column;
  }

  .dt-sticky-gallery-3 {
    position: static;
  }

  .dt-relative-gallery-5 {
    height: auto;
    overflow: hidden;
  }

  .dt-grid-gallery-5 {
    width: 90%;
  }

  .dt-image-big-gallery-5 {
    height: 40vh;
  }

  .dt-image-gallery-6 {
    width: 220px;
    max-width: 220px;
  }

  .dt-master-gallery-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .dt-grid-gallery-8 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .dt-expandable-faq {
    padding: 24px;
  }

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

  .dt-section-scroll-move-01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#w-node-_6d6dd99e-e35a-b7f2-5050-2209a3014ff2-875408c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_6d6dd99e-e35a-b7f2-5050-2209a3014ffb-875408c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c2bcf8bc-cfea-3a72-9927-891c57d1ef13-8a60bb16, #w-node-c2bcf8bc-cfea-3a72-9927-891c57d1ef15-8a60bb16 {
  place-self: stretch stretch;
}

#w-node-_67dc716c-ff30-69b8-61a3-2503024f7d42-4e1642b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f0c3b894-5435-1fbe-7872-5067778716e7-45c7bd6d {
  place-self: stretch stretch;
}

#w-node-f0c3b894-5435-1fbe-7872-5067778716f7-45c7bd6d {
  justify-self: end;
}

#w-node-_1ac23400-8ea2-85cb-220b-a4b7e00af29a-885ce451, #w-node-_1ac23400-8ea2-85cb-220b-a4b7e00af2ac-885ce451 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97ca18af-90d8-33c2-2ac3-d5facd3b6a5f-3188d562 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_97ca18af-90d8-33c2-2ac3-d5facd3b6a68-3188d562 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_129a88b9-b447-3eb8-eeed-b682ce82a037-76dd1d88, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e1a-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e1d-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e20-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e23-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e26-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e29-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e2c-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e2f-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e32-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e35-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e38-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e3b-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e3e-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e41-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e44-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e47-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e4a-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e4d-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e50-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e53-5889b776, #w-node-ec91ad15-e6ae-a044-45ba-75ad1dfe0e56-5889b776 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb1b271a-48ee-346e-e658-8f802d056302-1a22e717 {
  place-self: center start;
}

#w-node-_18a950f9-024d-8e3b-92b2-db79c272a535-a8974b14, #w-node-_18a950f9-024d-8e3b-92b2-db79c272a548-a8974b14, #w-node-_18a950f9-024d-8e3b-92b2-db79c272a55e-a8974b14, #w-node-b2f07404-50a5-3259-5f65-b531f55ebae3-a420eac5, #w-node-b2f07404-50a5-3259-5f65-b531f55ebb0c-a420eac5, #w-node-b2f07404-50a5-3259-5f65-b531f55ebb37-a420eac5, #w-node-b2f07404-50a5-3259-5f65-b531f55ebb5d-a420eac5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab58b986-fb9f-ccc9-ff5d-fc89e094fdcb-7460e847 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8597a04a-fad5-71eb-6caf-3d14819938a5-92d2cb45 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_8597a04a-fad5-71eb-6caf-3d14819938be-92d2cb45 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-c3fa13ed-6fc8-e9d0-1b51-305bfc1f9fbc-45c88cf8 {
  place-self: stretch stretch;
}

#w-node-c3fa13ed-6fc8-e9d0-1b51-305bfc1f9fd8-45c88cf8, #w-node-c54a9b15-72b4-ff91-a470-0c451dd73e53-829f6e3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-c54a9b15-72b4-ff91-a470-0c451dd73e5c-829f6e3f {
  place-self: stretch end;
}

#w-node-f095212c-3484-0fd2-6b05-5f7bcfc06b88-836e6d41 {
  place-self: stretch stretch;
}

#w-node-f095212c-3484-0fd2-6b05-5f7bcfc06b89-836e6d41, #w-node-_9905e2d2-6903-1ba8-f5e7-2bd55d22c4fc-1bb44bb1 {
  place-self: center start;
}

#w-node-_9905e2d2-6903-1ba8-f5e7-2bd55d22c504-1bb44bb1, #w-node-e4b99d6b-7347-ac76-f1fe-6e4b0a57f632-1e4cf872, #w-node-e4b99d6b-7347-ac76-f1fe-6e4b0a57f64b-1e4cf872 {
  place-self: stretch stretch;
}

#w-node-f82b45f9-1b30-98aa-2a82-ccf7e7a58d69-588af234 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-f82b45f9-1b30-98aa-2a82-ccf7e7a58d7a-588af234 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_7ff308bd-91a4-ad06-6fb1-1726f0509cc7-cbbc2cd4, #w-node-_7ff308bd-91a4-ad06-6fb1-1726f0509cc9-cbbc2cd4, #w-node-_7ff308bd-91a4-ad06-6fb1-1726f0509ccb-cbbc2cd4, #w-node-_7ff308bd-91a4-ad06-6fb1-1726f0509ccd-cbbc2cd4, #w-node-_7ff308bd-91a4-ad06-6fb1-1726f0509ccf-cbbc2cd4, #w-node-_7ff308bd-91a4-ad06-6fb1-1726f0509cd1-cbbc2cd4, #w-node-_7ff308bd-91a4-ad06-6fb1-1726f0509cd3-cbbc2cd4, #w-node-_7ff308bd-91a4-ad06-6fb1-1726f0509cd5-cbbc2cd4, #w-node-_7ff308bd-91a4-ad06-6fb1-1726f0509cd7-cbbc2cd4, #w-node-_7ff308bd-91a4-ad06-6fb1-1726f0509cd9-cbbc2cd4, #w-node-_7ff308bd-91a4-ad06-6fb1-1726f0509cdb-cbbc2cd4, #w-node-_7ff308bd-91a4-ad06-6fb1-1726f0509cdd-cbbc2cd4, #w-node-ab65c17a-6424-fc4d-fe7f-2a25e8f81a27-d789ceca, #w-node-ab65c17a-6424-fc4d-fe7f-2a25e8f81a2f-d789ceca, #w-node-ab65c17a-6424-fc4d-fe7f-2a25e8f81a37-d789ceca, #w-node-ab65c17a-6424-fc4d-fe7f-2a25e8f81a3f-d789ceca, #w-node-ab65c17a-6424-fc4d-fe7f-2a25e8f81a47-d789ceca, #w-node-ab65c17a-6424-fc4d-fe7f-2a25e8f81a4f-d789ceca, #w-node-_852e55c9-e725-96e2-906b-97624871b36c-a8efef0d, #w-node-_852e55c9-e725-96e2-906b-97624871b375-a8efef0d, #w-node-_852e55c9-e725-96e2-906b-97624871b37e-a8efef0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1299ea8a-5517-4042-ad2d-7f7d6f5a2e26-f869ef78, #w-node-_1299ea8a-5517-4042-ad2d-7f7d6f5a2e2f-f869ef78, #w-node-_1299ea8a-5517-4042-ad2d-7f7d6f5a2e38-f869ef78, #w-node-cf2fab47-05bf-67bd-cbb4-8a6665787dad-74e25bf1, #w-node-cf2fab47-05bf-67bd-cbb4-8a6665787db6-74e25bf1 {
  justify-self: stretch;
}

#w-node-_059fdab1-b2d6-ca11-c5a4-0abb24ccde3a-7be51a9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_059fdab1-b2d6-ca11-c5a4-0abb24ccde5d-7be51a9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_64db26c0-1185-73e2-5ecf-f5d6d6cc7ee4-1381194e {
  place-self: center;
}

#w-node-_64db26c0-1185-73e2-5ecf-f5d6d6cc7ef9-1381194e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_86e3049a-1fad-f7ea-fa12-175053aca1f0-9a32080f {
  place-self: stretch stretch;
}

#w-node-_86e3049a-1fad-f7ea-fa12-175053aca1f1-9a32080f {
  place-self: center;
}

#w-node-eef75a2a-1558-7aeb-b45b-51401f942865-fba80a0a, #w-node-eef75a2a-1558-7aeb-b45b-51401f942870-fba80a0a, #w-node-_200a28c3-8792-9467-7a62-c3b903bc491b-713184f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_200a28c3-8792-9467-7a62-c3b903bc4926-713184f7 {
  place-self: center start;
}

#w-node-_60b15d90-beda-f63c-2920-e68a898e74da-66a7e3d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_60b15d90-beda-f63c-2920-e68a898e74e2-66a7e3d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_60b15d90-beda-f63c-2920-e68a898e74e4-66a7e3d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bbe084bc-2fbd-610c-409c-6287b73b60d2-f86a5900, #w-node-bbe084bc-2fbd-610c-409c-6287b73b60d3-f86a5900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-baaadc5c-28ae-bf81-8e7c-7382038f75e7-7131b46e, #w-node-baaadc5c-28ae-bf81-8e7c-7382038f75e8-7131b46e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-baaadc5c-28ae-bf81-8e7c-7382038f75ea-7131b46e {
  grid-area: 1 / 2 / 7 / 3;
  place-self: stretch stretch;
}

#w-node-baaadc5c-28ae-bf81-8e7c-7382038f75eb-7131b46e {
  grid-area: 1 / 3 / 4 / 4;
  place-self: stretch stretch;
}

#w-node-baaadc5c-28ae-bf81-8e7c-7382038f75ec-7131b46e {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-baaadc5c-28ae-bf81-8e7c-7382038f75ed-7131b46e {
  grid-area: 3 / 1 / 5 / 2;
  place-self: stretch stretch;
}

#w-node-baaadc5c-28ae-bf81-8e7c-7382038f75ee-7131b46e {
  grid-area: 5 / 1 / 7 / 2;
  place-self: stretch stretch;
}

#w-node-baaadc5c-28ae-bf81-8e7c-7382038f75ef-7131b46e {
  grid-area: 4 / 3 / 7 / 4;
  place-self: stretch stretch;
}

#w-node-_08775ee7-7c5c-291e-97c0-38c1d1498172-0a0ac60f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_08775ee7-7c5c-291e-97c0-38c1d1498173-0a0ac60f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_08775ee7-7c5c-291e-97c0-38c1d1498174-0a0ac60f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-ad467f4e-6dda-b3aa-7a00-e323fe6ebeed-21a0cc3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad467f4e-6dda-b3aa-7a00-e323fe6ebef0-21a0cc3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_645587fb-c671-4dd5-d44d-7a1210de711a-865a63cc {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_6d6dd99e-e35a-b7f2-5050-2209a3014ff2-875408c6 {
    justify-self: center;
  }

  #w-node-_67dc716c-ff30-69b8-61a3-2503024f7d42-4e1642b2 {
    grid-column: 1 / 2;
  }

  #w-node-f0c3b894-5435-1fbe-7872-5067778716f7-45c7bd6d {
    justify-self: center;
  }

  #w-node-_129a88b9-b447-3eb8-eeed-b682ce82a037-76dd1d88 {
    order: -9999;
  }

  #w-node-ab58b986-fb9f-ccc9-ff5d-fc89e094fdcb-7460e847 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8597a04a-fad5-71eb-6caf-3d14819938a5-92d2cb45 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8597a04a-fad5-71eb-6caf-3d14819938be-92d2cb45 {
    grid-row: 1 / 2;
  }

  #w-node-c54a9b15-72b4-ff91-a470-0c451dd73e5c-829f6e3f {
    justify-self: center;
  }

  #w-node-f82b45f9-1b30-98aa-2a82-ccf7e7a58d69-588af234, #w-node-f82b45f9-1b30-98aa-2a82-ccf7e7a58d7a-588af234 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_60b15d90-beda-f63c-2920-e68a898e74da-66a7e3d5 {
    order: 9999;
  }

  #w-node-_60b15d90-beda-f63c-2920-e68a898e74e2-66a7e3d5, #w-node-_60b15d90-beda-f63c-2920-e68a898e74e4-66a7e3d5 {
    justify-self: start;
  }

  #w-node-_645587fb-c671-4dd5-d44d-7a1210de7112-865a63cc {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f0c3b894-5435-1fbe-7872-5067778716e7-45c7bd6d, #w-node-_9905e2d2-6903-1ba8-f5e7-2bd55d22c504-1bb44bb1 {
    order: -9999;
  }

  #w-node-_200a28c3-8792-9467-7a62-c3b903bc4926-713184f7 {
    justify-self: center;
  }

  #w-node-baaadc5c-28ae-bf81-8e7c-7382038f75ea-7131b46e {
    grid-area: span 6 / span 1 / span 6 / span 1;
  }

  #w-node-baaadc5c-28ae-bf81-8e7c-7382038f75eb-7131b46e {
    grid-row-end: 5;
  }

  #w-node-baaadc5c-28ae-bf81-8e7c-7382038f75ec-7131b46e, #w-node-baaadc5c-28ae-bf81-8e7c-7382038f75ed-7131b46e, #w-node-baaadc5c-28ae-bf81-8e7c-7382038f75ee-7131b46e, #w-node-baaadc5c-28ae-bf81-8e7c-7382038f75ef-7131b46e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-baaadc5c-28ae-bf81-8e7c-7382038f75ea-7131b46e, #w-node-baaadc5c-28ae-bf81-8e7c-7382038f75eb-7131b46e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-baaadc5c-28ae-bf81-8e7c-7382038f75ec-7131b46e, #w-node-baaadc5c-28ae-bf81-8e7c-7382038f75ed-7131b46e, #w-node-baaadc5c-28ae-bf81-8e7c-7382038f75ee-7131b46e, #w-node-baaadc5c-28ae-bf81-8e7c-7382038f75ef-7131b46e {
    grid-row: span 1 / span 1;
  }
}


