:root {
  --colors--dark: #0f0f0f;
  --colors--sofia-pro: sofia-pro, sans-serif;
  --colors--silver-chalice: #9e9e9e;
  --sizes--body-regular: 16px;
  --colors--rio-grande: #c4d600;
  --colors--olive-drab: #658d1b;
  --colors--light-1: #fbfbfb1a;
  --colors--cod-gray: #171717;
  --colors--white: white;
  --dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>: #fbfbfb;
  --colors--light-5: #ffffff80;
  --sizes--lead: 1.5rem;
  --sizes--h1: 5rem;
  --sizes--h2: 4rem;
  --sizes--h3: 3rem;
  --sizes--h4: 2rem;
  --dark-tech-library--size--big-text: 1.6em;
  --sizes--body-big\<deleted\|variable-b6d58d60-1d80-6814-d5f0-0e4103992e40\>: 1.1em;
  --colors--cod-gray-0: #0f0f0f00;
  --sizes--h2\<deleted\|variable-0712d446-87d2-059c-dbc4-3584dd77d3ec\>: 2.6em;
  --sizes--h3\<deleted\|variable-c2ec885a-615d-2d9c-4281-38fa1201b5e6\>: 1.8em;
  --colors--cod-gray-90: #171717e6;
  --dark-tech-library--color--accent: #6ec2ff;
  --sizes--border-radius: 8px;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@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(--colors--dark);
  font-family: var(--colors--sofia-pro);
  color: var(--colors--silver-chalice);
  font-size: var(--sizes--body-regular);
  max-width: 100%;
  line-height: 20px;
  overflow-x: hidden;
}

a {
  color: var(--colors--rio-grande);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--colors--rio-grande);
  text-decoration-color: var(--colors--rio-grande);
}

a:hover {
  color: var(--colors--olive-drab);
  -webkit-text-decoration-color: var(--colors--olive-drab);
  text-decoration-color: var(--colors--olive-drab);
}

.dt-cta-outline {
  border: 1px solid var(--colors--rio-grande);
  font-family: var(--colors--sofia-pro);
  background-color: #0b0b0b00;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 42px;
  margin-left: 24px;
  padding: 0 36px 2px;
  font-size: 1rem;
  font-weight: 600;
  transition: color .3s, background-color .3s;
  display: flex;
}

.dt-cta-outline:hover {
  border-color: var(--colors--rio-grande);
  background-color: var(--colors--rio-grande);
  color: var(--colors--dark);
}

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

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

.dt-nav-link {
  color: #f3f9ff;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.dt-nav-link:hover {
  color: var(--colors--rio-grande);
  text-underline-offset: 8px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--colors--rio-grande);
  text-decoration-color: var(--colors--rio-grande);
}

.dt-nav-link.w--current {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--rio-grande);
  text-underline-offset: 10px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--colors--rio-grande);
  text-decoration-color: var(--colors--rio-grande);
}

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

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

.dt-nav-menu {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--white);
  justify-content: flex-end;
  align-items: center;
  font-size: 1rem;
  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: 48px;
}

.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;
  font-size: 1em;
  display: flex;
}

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

.body {
  background-color: var(--colors--dark);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  font-family: var(--colors--sofia-pro);
  font-size: var(--sizes--body-regular);
  line-height: 1.3rem;
}

.dt-main-container {
  z-index: 30;
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.dt-left-hero-1 {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.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-family: var(--colors--sofia-pro);
  color: var(--colors--light-5);
  font-size: var(--sizes--lead);
  font-weight: 400;
  line-height: 2.5rem;
}

.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 {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  place-items: end center;
  position: relative;
}

.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-family: var(--colors--sofia-pro);
  color: var(--colors--white);
  font-size: var(--sizes--h1);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 120%;
}

.dt-section-hero-1 {
  z-index: 10;
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 220px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
  position: relative;
}

.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-2 {
  border: 1px solid var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  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-2:hover {
  background-color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  color: var(--colors--dark);
}

.dt-section-overflow {
  z-index: 20;
  color: var(--colors--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  object-fit: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 300;
  line-height: 130%;
  position: relative;
  overflow: hidden;
}

.dt-master-gallery-6 {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  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-section {
  z-index: 20;
  color: var(--colors--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
  position: relative;
}

.dt-section.navbar-padding {
  padding-top: 220px;
}

.dt-section.padding-top-0 {
  padding-top: 0;
}

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

.dt-h2 {
  font-family: var(--colors--sofia-pro);
  font-size: var(--sizes--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 130%;
}

.dt-body-big {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--silver-chalice);
  font-size: var(--sizes--body-regular);
  font-weight: 400;
  line-height: 1.6rem;
}

.dt-h3 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--white);
  font-size: var(--sizes--h3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 130%;
}

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

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

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

.dt-number-feature-4 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--rio-grande);
  font-size: 2.8em;
  font-weight: 700;
  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: 660px;
  display: flex;
}

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

.dt-section-2 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 300;
  line-height: 130%;
}

.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-image-sides-gallery-3.first-smiley-wrap, .dt-image-sides-gallery-3.second-smiley-wrap {
  border-radius: 8px;
}

.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;
  border-radius: 8px;
  position: relative;
}

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

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

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

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

.gradient {
  z-index: 1;
  background-image: url('../images/example_1.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.body-2, .body-3 {
  background-color: var(--colors--dark);
}

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

.dt-heading-links-footer {
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  margin-bottom: 8px;
  font-size: 1em;
  font-weight: 400;
}

.dt-legal-link-footer {
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
}

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

.dt-text-legal-footer {
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-size: .8em;
}

.dt-link-footer {
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-size: 1em;
  text-decoration: none;
}

.dt-wrap-legal-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  display: grid;
}

.dt-master-footer-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.dt-first-footer-2 {
  padding-bottom: 0;
}

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

.dt-section-footer-2 {
  z-index: 20;
  border-top: 1px solid var(--colors--light-1);
  color: var(--colors--white);
  padding-top: 96px;
  padding-bottom: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  position: relative;
}

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

.dt-big-link-footer-2 {
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  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%;
  height: 40px;
}

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

.spark-column-large {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.paragraph-regular {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--silver-chalice);
  letter-spacing: -.25px;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.paragraph-regular.color-white {
  color: var(--colors--white);
}

.dia-footer-title {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.icon-regular-4 {
  color: var(--colors--silver-chalice);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #262626;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 32px;
  display: flex;
}

.color-rio-grande {
  color: #c4d600;
}

.social-media-icons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  display: flex;
}

.social-link {
  color: #737373;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: color .3s;
  display: flex;
}

.social-link:hover {
  color: #fff;
}

.footer-grid-x-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.spark-icon-regular-2 {
  color: var(--colors--white);
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: auto;
  margin-left: 6px;
  padding-top: 4px;
  display: flex;
}

.h4-heading {
  color: #0f0f0f;
  font-family: sofia-pro, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5em;
}

.h4-heading.color-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
  display: block;
}

.h4-heading.color-white.margin-bottom-16 {
  font-size: var(--sizes--h4);
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
  display: flex;
}

.dia-footer-lead {
  color: var(--colors--silver-chalice);
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.spark-button-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.spark-button-link:hover, .spark-button-link:active {
  color: #c4d600;
}

.image {
  vertical-align: middle;
  max-width: 40px;
  display: block;
}

.dia-legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #737373;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  margin-top: 32px;
  padding-top: 0;
  font-family: sofia-pro, sans-serif;
  display: grid;
}

.legal-links {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  font-family: var(--colors--sofia-pro);
  color: var(--colors--silver-chalice);
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.link-block {
  margin-bottom: 0;
}

.spark-legal-link-small {
  grid-column-gap: 2px;
  color: var(--colors--silver-chalice);
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.spark-legal-link-small:hover {
  color: #c4d600;
}

.legal-copyright {
  max-width: none;
}

.footer-bottom-wrapper {
  grid-row-gap: 24px;
  color: #525252;
  border-top: .5px solid #262626;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
  padding-top: 0;
  font-family: sofia-pro, sans-serif;
  display: flex;
}

.spark-paragraph-small {
  color: #737373;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 17px;
  line-height: 20px;
  text-decoration: none;
}

.spark-paragraph-small.spark-text-color-gray-600 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--silver-chalice);
  font-size: 14px;
}

.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 {
  font-family: var(--colors--sofia-pro);
  font-size: var(--sizes--h2);
  text-transform: uppercase;
  flex: none;
  font-weight: 400;
  line-height: 120%;
}

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

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

.dt-section-scroll-move-5 {
  border-top: 1px solid var(--colors--light-1);
  border-bottom: 1px solid var(--colors--light-1);
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-size: var(--sizes--body-regular);
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 300;
  line-height: 130%;
  overflow: hidden;
}

.social-media-channel {
  color: var(--colors--white);
  text-decoration: none;
  transition: all .3s;
}

.social-media-channel.instagram:hover {
  color: #833ab4;
}

.social-media-channel.youtube:hover {
  color: red;
}

.social-media-channel.linkedin:hover {
  color: #0a66c2;
}

.dt-section-3 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
}

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

.dt-cta-outline-3 {
  border: 1px solid var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  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-3:hover {
  background-color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  color: var(--colors--dark);
}

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

.dt-h2-2 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--white);
  font-size: var(--sizes--h2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 130%;
}

.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-cta-fill {
  border: 1px solid var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  background-color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  color: var(--colors--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-pricing-tile-cta {
  width: 100%;
}

.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(--colors--cod-gray);
  color: var(--colors--white);
  border-radius: 8px;
  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: 48px;
  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-family: var(--colors--sofia-pro);
  font-size: var(--sizes--h4);
  font-weight: 400;
  line-height: 150%;
}

.dt-section-4 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
  display: none;
}

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

.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.65fr 1.4fr;
}

.dt-image-gallery-5 {
  object-fit: cover;
  border-radius: 8px;
  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-main-container-6 {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

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

.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-family: var(--colors--sofia-pro);
  color: var(--colors--silver-chalice);
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.dt-image-testimonials-4 {
  object-fit: cover;
  border-radius: 8px;
  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-fade-out {
  color: #fbfbfbb3;
}

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

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

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

.dt-subtitle-2 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--silver-chalice);
  font-size: var(--sizes--lead);
  font-weight: 400;
  line-height: 130%;
}

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

.dt-wrap-images-hero-2 {
  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-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.dt-image-hero-2 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.dt-h1-2 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--white);
  font-size: var(--sizes--h1);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 120%;
}

.dt-section-hero-2 {
  z-index: 20;
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
  position: relative;
}

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

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

.dt-cta-outline-4 {
  border: 1px solid var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: var(--colors--sofia-pro);
  color: var(--colors--white);
  background-color: #0b0b0b00;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 0 36px 4px;
  font-size: 18px;
  font-weight: 700;
  transition: color .3s, background-color .3s;
  display: flex;
}

.dt-cta-outline-4:hover {
  background-color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  color: var(--colors--dark);
}

.dt-section-5 {
  z-index: 20;
  color: var(--colors--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
  position: relative;
}

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

.dt-social-circle {
  border: 1px solid var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  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-family: var(--colors--sofia-pro);
  font-size: var(--dark-tech-library--size--big-text);
  font-weight: 400;
  line-height: 132%;
}

.dt-subtext-stat {
  opacity: 1;
  font-family: var(--colors--sofia-pro);
  color: var(--colors--silver-chalice);
  font-weight: 300;
}

.dt-right-feature-1 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  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-family: var(--colors--sofia-pro);
  font-size: 4em;
  font-weight: 700;
  line-height: 100%;
}

.dt-h2-3 {
  font-family: var(--colors--sofia-pro);
  font-size: var(--sizes--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 130%;
}

.dt-body-big-2 {
  font-size: var(--sizes--body-big\<deleted\|variable-b6d58d60-1d80-6814-d5f0-0e4103992e40\>);
  line-height: 135%;
}

.dt-body-big-2.dt-fade-out-2 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--silver-chalice);
  font-size: var(--sizes--body-regular);
}

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

.dt-section-6 {
  z-index: 20;
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
  position: relative;
}

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

.dt-h2-4 {
  font-family: var(--colors--sofia-pro);
  font-size: var(--sizes--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 130%;
}

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

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

.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: var(--colors--silver-chalice);
  background-color: #ddd0;
  padding: 0;
  font-size: 2em;
  font-weight: 300;
  line-height: 110%;
}

.dt-tab-link-feature-3.w--current {
  font-family: var(--colors--sofia-pro);
  color: #fff;
  background-color: #0000;
  font-weight: 400;
}

.gt-tabs-content-feature-3 {
  flex: 1;
  max-width: 660px;
  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: 8px;
  width: 100%;
}

.text-block {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--silver-chalice);
  font-size: var(--sizes--h4);
  font-weight: 400;
  transition: all .3s;
}

.text-block:hover {
  color: var(--colors--white);
}

.text-block-2 {
  font-family: var(--colors--sofia-pro);
  font-size: var(--sizes--h4);
  font-weight: 400;
}

.text-block-2:hover {
  color: var(--colors--white);
}

.text-block-3 {
  font-family: var(--colors--sofia-pro);
  font-size: var(--sizes--h4);
  font-weight: 400;
}

.text-block-3:hover {
  color: var(--colors--white);
}

.gradient-bottom {
  background-image: linear-gradient(0deg, var(--colors--dark), var(--colors--cod-gray-0));
  width: 100%;
  height: 20vh;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

.dt-section-7 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
}

.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-small-gallery-5.dt-image-left, .dt-image-small-gallery-5.dt-image-right {
  border-radius: 8px;
}

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

.dt-section-8 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
  display: none;
}

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

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

.dt-body-small-3.dt-fade-out {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--silver-chalice);
  font-size: .8em;
}

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

.dt-grid-testimonials-5 {
  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-5 {
  background-color: #0000;
  height: 100%;
  display: flex;
}

.right-person-small-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  font-family: var(--colors--sofia-pro);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

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

.dt-text-testimonials-5 {
  font-family: var(--colors--sofia-pro);
  font-size: 1.6em;
  font-weight: 400;
  line-height: 130%;
}

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

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

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

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

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

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

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

.dt-section-9 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
}

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

.dt-h2-5 {
  font-family: var(--colors--sofia-pro);
  font-size: var(--sizes--h2\<deleted\|variable-0712d446-87d2-059c-dbc4-3584dd77d3ec\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 130%;
}

.dt-number-feature-11 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--silver-chalice);
  font-size: var(--sizes--lead);
  width: 72px;
  margin-bottom: 7px;
  font-weight: 400;
  display: none;
  overflow: hidden;
}

.dt-wrap-text-list-feature-11 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--white);
  font-weight: 400;
  overflow: hidden;
}

.dt-single-feature-11 {
  border-top: 1px solid var(--colors--light-1);
  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(--colors--light-1);
}

.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: 8px;
  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 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--white);
  text-transform: uppercase;
  font-size: 4em;
  font-weight: 600;
  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-section-10 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
}

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

.expandable-single-big {
  border-top: 1px solid var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  cursor: pointer;
  padding: 26px 0;
}

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

.dt-span-fade-out {
  color: #fbfbfb99;
  line-height: 150%;
}

.dt-big-text-2 {
  font-family: var(--colors--sofia-pro);
  font-size: var(--dark-tech-library--size--big-text);
  line-height: 132%;
}

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

.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: 840px;
  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%;
}

.benefits-icon {
  color: var(--colors--rio-grande);
  width: 60px;
  height: 60px;
}

.dt-section-11 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
  display: block;
}

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

.dt-play-icon {
  width: 100px;
  height: 100px;
  display: inline-flex;
}

.dt-body-big-3 {
  font-size: var(--sizes--body-big\<deleted\|variable-b6d58d60-1d80-6814-d5f0-0e4103992e40\>);
  line-height: 135%;
}

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

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

.dt-lightbox-feature-5 {
  z-index: 50;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

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

.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 {
  z-index: 30;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

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

.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;
  border-radius: 0;
  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 {
  opacity: .5;
  filter: hue-rotate() saturate(200%) invert() grayscale();
  width: 100%;
  max-width: 120%;
  height: auto;
  max-height: 48px;
  transition: all .3s;
}

.dt-logo-testimonials-2:hover {
  opacity: 100;
}

.dt-logo-testimonials-2.resize {
  max-height: 36px;
}

.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-fade-out-3 {
  color: #fbfbfbb3;
}

.dt-fade-out-3.paragraph-regular {
  color: var(--colors--silver-chalice);
  font-weight: 400;
}

.dt-section-12 {
  z-index: 20;
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 0;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
  position: relative;
}

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

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

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

.dt-image-gallery-7 {
  z-index: 30;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.dt-grid-bottom-gallery-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1.4fr;
  justify-content: stretch;
  justify-items: stretch;
}

.dt-section-13 {
  z-index: 20;
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
  position: relative;
}

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

.dt-h2-6 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--white);
  font-size: var(--sizes--h2);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 130%;
}

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

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

.dt-h3-2 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--white);
  font-size: var(--sizes--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 130%;
}

.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;
  color: var(--colors--light-5);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-size: 120px;
  font-weight: 400;
  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(--colors--light-1);
  flex: none;
  font-weight: 400;
  line-height: 190px;
}

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

.dt-tag-feature-9 {
  border: 1px solid var(--colors--rio-grande);
  font-family: var(--colors--sofia-pro);
  color: #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(--colors--cod-gray);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dt-section-14 {
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
}

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

.dt-h2-7 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--white);
  font-size: var(--sizes--h2);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 130%;
}

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

.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: flex-start;
  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(--colors--light-1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 48px;
  display: flex;
}

.dt-image-feature-16 {
  border-radius: 8px;
  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-body-big-3-copy {
  font-size: var(--sizes--body-big\<deleted\|variable-b6d58d60-1d80-6814-d5f0-0e4103992e40\>);
  line-height: 135%;
}

.dt-section-15 {
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
  display: block;
}

.dt-h2-8 {
  font-family: var(--colors--sofia-pro);
  font-size: var(--sizes--h2);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 130%;
}

.dt-h3-3 {
  font-family: var(--colors--sofia-pro);
  font-size: var(--sizes--h3\<deleted\|variable-c2ec885a-615d-2d9c-4281-38fa1201b5e6\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 130%;
}

.dt-heading-center-2 {
  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-2.dt-mg-bottom-64 {
  margin-bottom: 64px;
}

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

.dt-image-team-2 {
  border-radius: 8px;
  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-tile-team-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 100px;
}

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

.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-section-16 {
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
}

.dt-section-16.navbar-padding {
  padding-top: 220px;
}

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

.dt-h2-contact-2 {
  font-family: var(--colors--sofia-pro);
  font-size: var(--sizes--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 130%;
}

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

.dt-image-contact-3 {
  object-fit: cover;
  border-radius: 8px;
  overflow: clip;
}

.dt-tile-contact-3 {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  background-color: var(--colors--cod-gray);
  border-radius: 8px;
  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(--colors--light-1);
  width: 100%;
  height: 1px;
}

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

.dt-single-contact-3 {
  grid-column-gap: 12px;
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  justify-content: flex-start;
  align-items: center;
  font-size: .9em;
  text-decoration: none;
  display: flex;
}

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

.dt-section-17 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
}

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

.dt-h2-9 {
  font-family: var(--colors--sofia-pro);
  font-size: var(--sizes--h2\<deleted\|variable-0712d446-87d2-059c-dbc4-3584dd77d3ec\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
}

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

.dt-heading-left-3.dt-mg-bottom-64 {
  justify-content: center;
  margin-bottom: 64px;
}

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

.dt-tile-logos-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--colors--cod-gray);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  padding: 16px;
  display: flex;
}

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

.gradient-top {
  background-image: linear-gradient(180deg, var(--colors--dark), var(--colors--cod-gray-0));
  width: 100vw;
  height: 20vh;
  position: absolute;
  top: 0;
  right: 0;
}

.body-4 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--silver-chalice);
  font-size: var(--sizes--body-regular);
}

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

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

.dt-section-overflow-3 {
  z-index: 20;
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  font-weight: 300;
  line-height: 130%;
  position: relative;
  overflow: hidden;
}

.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 {
  z-index: 20;
  width: 100vw;
  height: 100vh;
  min-height: 80vh;
  max-height: 80vh;
  position: absolute;
  overflow: hidden;
}

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

.dt-overlay-hero-7 {
  z-index: 20;
  background-image: linear-gradient(270deg, var(--colors--dark), var(--colors--cod-gray-0));
  opacity: .8;
  position: absolute;
  inset: 0%;
}

.body-5 {
  padding-top: 90px;
}

.spark-sticky-grid {
  grid-column-gap: 100px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.spark-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.paragraph-x-large {
  color: #737373;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.paragraph-x-large.color-white-50 {
  color: #ffffff80;
}

.h1-heading {
  color: #fff;
  letter-spacing: -.03em;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 84px;
  font-weight: 800;
  line-height: 1.2;
}

.dia-container-large {
  z-index: 20;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dia-header-section {
  z-index: 20;
  background-color: #0000;
  padding: 160px 5%;
  position: relative;
}

.dia-header-section.height-80 {
  height: auto;
  min-height: 80vh;
}

.dia-header-section.height-80.padding-top {
  padding-top: 20%;
}

.video-background {
  width: 100%;
  height: 80vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.video-background.height-100 {
  z-index: 10;
  height: 90vh;
  position: absolute;
}

.gradient-2 {
  z-index: 2;
  background-image: linear-gradient(0deg, var(--colors--dark), transparent 80%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.gradient-2.top {
  background-image: linear-gradient(180deg, var(--colors--cod-gray), transparent 40%);
  opacity: .8;
  top: 0;
}

.background-video {
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: static;
}

.background-video.height {
  height: 90vh;
}

.dt---grid-hero-3 {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  place-items: end center;
  height: 90vh;
  padding-bottom: 120px;
}

.dt-h1-3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 120%;
}

.dt-main-container-20 {
  z-index: 20;
  width: 100%;
  max-width: 1680px;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.dt-section-hero-3 {
  z-index: 10;
  color: #fbfbfb;
  height: 90vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  position: relative;
}

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

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

.dt-subtitle-4 {
  color: #ffffff80;
  font-family: sofia-pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.header-video {
  width: 100%;
  height: 90vh;
}

.dt-main-container-copy {
  z-index: 30;
  width: 100%;
  max-width: 1680px;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.dt---grid-hero-1-copy {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  place-items: end center;
  height: 90vh;
  padding-top: 220px;
  padding-bottom: 120px;
  position: relative;
}

.dt-section-18 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 0;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
}

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

.dt-cta-outline-5 {
  border: 1px solid var(--colors--rio-grande);
  font-family: var(--colors--sofia-pro);
  background-color: #0000;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 4px 32px;
  font-size: 18px;
  font-weight: 700;
  transition: color .3s, background-color .3s;
  display: flex;
}

.dt-cta-outline-5:hover {
  border-color: var(--colors--rio-grande);
  background-color: var(--colors--rio-grande);
  color: var(--colors--dark);
}

.dt-h2-10 {
  font-size: var(--sizes--h2\<deleted\|variable-0712d446-87d2-059c-dbc4-3584dd77d3ec\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 130%;
}

.dt-h3-4 {
  color: var(--colors--white);
  font-family: sofia-pro, sans-serif;
  font-size: var(--sizes--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 130%;
}

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

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

.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(--colors--cod-gray);
  color: #fbfbfb;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.dt-bottom-blog-general {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--colors--cod-gray-90);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  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-main-container-22 {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.dt-subtitle-5 {
  color: var(--colors--silver-chalice);
  font-family: sofia-pro, sans-serif;
  font-size: var(--sizes--lead);
  line-height: 140%;
}

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

.dt-section-hero-6 {
  z-index: 20;
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--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(--dark-tech-library--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 {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dt-overlay-hero-6 {
  background-image: linear-gradient(180deg, var(--colors--cod-gray-0), var(--colors--dark));
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.dt-section-19 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 300;
  line-height: 130%;
}

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

.dt-cta-outline-6 {
  border: 1px solid var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  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-6:hover {
  background-color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  color: var(--colors--dark);
}

.dt-h2-11 {
  font-size: var(--sizes--h2\<deleted\|variable-0712d446-87d2-059c-dbc4-3584dd77d3ec\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 130%;
}

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

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

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

.dt-text-field-line {
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  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(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  color: #fff;
}

.dt-text-field-line::placeholder {
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
}

.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;
  grid-template-columns: 1fr;
  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(--colors--light-1);
  background-color: var(--colors--cod-gray);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
}

.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(--colors--light-1);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 48px;
}

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

.form-block {
  width: 60%;
}

.text-block-4 {
  font-weight: 600;
}

.dt-h4 {
  font-family: sofia-pro, sans-serif;
  font-size: var(--sizes--h4);
  text-align: center;
  font-weight: 600;
}

.text-span {
  color: var(--colors--rio-grande);
}

.dt-section-20 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 300;
  line-height: 130%;
}

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

.dt-cta-outline-7 {
  border: 1px solid var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  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-7:hover {
  background-color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  color: var(--colors--dark);
}

.dt-h2-12 {
  font-size: var(--sizes--h2\<deleted\|variable-0712d446-87d2-059c-dbc4-3584dd77d3ec\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 130%;
}

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

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

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

.dt-text-field-line-2 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--white);
  background-color: #14141400;
  border: 1px #000;
  border-bottom: 1px solid #ffffff5c;
  height: 64px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
}

.dt-text-field-line-2:focus {
  border-style: none none solid;
  border-color: black black var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  color: #fff;
}

.dt-text-field-line-2::placeholder {
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
}

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

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

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

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

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

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

.dt-success-2 {
  border: 1px solid var(--colors--light-1);
  background-color: var(--colors--cod-gray);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
}

.dt-form-contact-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

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

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

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

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

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

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

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

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

.form-block-2 {
  width: 100%;
}

.text-block-5 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--white);
  font-weight: 600;
}

.dt-section-copy {
  z-index: 20;
  color: var(--colors--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
  position: relative;
}

.dt-section-copy.navbar-padding {
  padding-top: 220px;
}

.dt-section-copy.padding-top-0 {
  padding-top: 0;
}

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

.dt-grid-feature-4-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.link-block-2 {
  z-index: 600;
  background-color: var(--colors--rio-grande);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  transform: scale(1.1);
}

.code-embed {
  display: none;
}

.spark-icon-regular-2-copy {
  color: var(--colors--dark);
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 0;
  display: flex;
}

.code-embed-2 {
  width: 32px;
  height: auto;
}

.spark-icon-regular-2-copy {
  color: var(--colors--silver-chalice);
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: auto;
  margin-left: 6px;
  padding-top: 4px;
  display: flex;
}

.icon-top {
  color: var(--colors--dark);
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-top: 0;
  display: flex;
}

.div-block-3 {
  z-index: 40;
  background-image: linear-gradient(180deg, var(--colors--cod-gray-0), var(--colors--dark));
  opacity: .6;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.brand-logo {
  z-index: 50;
  opacity: 1;
  filter: sepia(0%) grayscale() hue-rotate(180deg) invert() contrast(0%) brightness(200%);
  color: var(--colors--white);
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 48px;
  transition: all .3s;
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.brand-logo:hover {
  opacity: 100;
}

.brand-logo.resize {
  max-height: 36px;
}

.div-block-4, .div-block-5 {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.header-video-copy {
  width: 100%;
  height: 90vh;
}

.dt-main-container-video {
  z-index: 30;
  width: 100%;
  max-width: 1680px;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.video-background-case {
  width: 100%;
  height: 80vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.video-background-case.height-100 {
  z-index: 10;
  height: 90vh;
  position: absolute;
}

.background-video-case {
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: static;
}

.background-video-case.height {
  height: 90vh;
  position: static;
  top: 0;
}

.dt---grid-hero-video {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  height: 90vh;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.dt-lightbox-wrap-feature-video {
  z-index: 1;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.hr {
  background-color: var(--colors--light-5);
  width: 100%;
  height: 1px;
}

.dt-section-21 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
}

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

.dt-h2-13 {
  font-size: var(--sizes--h2\<deleted\|variable-0712d446-87d2-059c-dbc4-3584dd77d3ec\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 130%;
}

.dt-body-big-4 {
  font-family: var(--colors--sofia-pro);
  color: var(--colors--white);
  font-size: var(--sizes--body-regular);
  line-height: 135%;
}

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

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

.dt-grid-feature-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  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(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  width: 100%;
  height: 1px;
}

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

.dt-h3-5 {
  font-size: var(--sizes--h3\<deleted\|variable-c2ec885a-615d-2d9c-4281-38fa1201b5e6\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

.dt-section-22 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
}

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

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

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

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

.dt-h5 {
  color: var(--colors--white);
  font-family: sofia-pro, sans-serif;
}

.dt-section-23 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
}

.dt-body-big-5 {
  font-size: var(--sizes--body-big\<deleted\|variable-b6d58d60-1d80-6814-d5f0-0e4103992e40\>);
  line-height: 135%;
}

.dt-heading-center-3 {
  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-3.dt-mg-bottom-64 {
  margin-bottom: 64px;
}

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

.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 {
  font-family: var(--colors--sofia-pro);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  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-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(--colors--cod-gray);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.list {
  padding-left: 16px;
}

.dt-section-24 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 300;
  line-height: 130%;
}

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

.dt-tab-link-feature-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .4;
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  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 {
  font-family: var(--colors--sofia-pro);
  font-size: var(--sizes--h4);
  text-transform: none;
  font-weight: 600;
  line-height: 115%;
  text-decoration: none;
}

.image-value-tabs {
  border-radius: 8px;
  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(--colors--rio-grande);
  border-radius: 50%;
  flex: none;
  width: 16px;
  height: 16px;
  margin-right: 16px;
}

.dt-section-overflow-4 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 60px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
  overflow: hidden;
}

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

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

.dt-single-gallery-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dt-image-gallery-8 {
  border-radius: var(--sizes--border-radius);
  flex: none;
  width: 400px;
  max-width: none;
  display: block;
}

.dt-section-25 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
}

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

.dt-h2-14 {
  font-size: var(--sizes--h2\<deleted\|variable-0712d446-87d2-059c-dbc4-3584dd77d3ec\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 130%;
}

.dt-body-big-6 {
  font-size: var(--sizes--body-big\<deleted\|variable-b6d58d60-1d80-6814-d5f0-0e4103992e40\>);
  line-height: 135%;
}

.dt-h3-6 {
  font-size: var(--sizes--h3\<deleted\|variable-c2ec885a-615d-2d9c-4281-38fa1201b5e6\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

.dt-heading-center-4 {
  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-4.dt-mg-bottom-64 {
  margin-bottom: 64px;
}

.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-10 {
  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-9 {
  height: 24px;
}

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

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

.dt-tag-general-2 {
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  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(--colors--cod-gray);
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 24px;
}

.dt-section-overflow-5 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 300;
  line-height: 130%;
  overflow: hidden;
}

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

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

.dt-body-small-5.dt-fade-out-4 {
  color: var(--colors--silver-chalice);
  font-family: sofia-pro, sans-serif;
}

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

.dt-grid-testimonials-6 {
  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-6 {
  background-color: #0000;
  height: 100%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.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 {
  color: #fff;
  height: 34px;
}

.dt-text-testimonials-1 {
  font-family: sofia-pro, sans-serif;
  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-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-9 {
  border-radius: 2px;
}

.dt-image-gallery-9.dt-left-image {
  border-radius: var(--sizes--border-radius);
  transform-origin: 100% 100%;
}

.dt-image-gallery-9.dt-right-image {
  border-radius: var(--sizes--border-radius);
}

.collection-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dt-section-26 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
}

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

.dt-h2-15 {
  font-size: var(--sizes--h2\<deleted\|variable-0712d446-87d2-059c-dbc4-3584dd77d3ec\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 130%;
}

.dt-body-big-7 {
  font-size: var(--sizes--body-big\<deleted\|variable-b6d58d60-1d80-6814-d5f0-0e4103992e40\>);
  line-height: 135%;
}

.dt-h3-7 {
  font-size: var(--sizes--h3\<deleted\|variable-c2ec885a-615d-2d9c-4281-38fa1201b5e6\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

.dt-heading-center-5 {
  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-5.dt-mg-bottom-64 {
  margin-bottom: 64px;
}

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

.dt-icon-feature-10 {
  mix-blend-mode: normal;
  height: 24px;
}

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

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

.dt-tag-general-3 {
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  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-grid-feature-17 {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dt-tile-featrue-15 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-radius: var(--sizes--border-radius);
  background-color: var(--colors--cod-gray);
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.dt-section-27 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 80px;
  padding-bottom: 80px;
  font-weight: 300;
  line-height: 130%;
}

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

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

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

.dt-master-testimonials-3 {
  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-3 {
  opacity: 1;
  mix-blend-mode: normal;
  height: 34px;
}

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

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

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

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

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

.experience-icon, .integration-icon {
  color: var(--colors--rio-grande);
  width: 60px;
  height: 60px;
}

.dt-h2-16 {
  font-size: var(--sizes--h2\<deleted\|variable-0712d446-87d2-059c-dbc4-3584dd77d3ec\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 200;
  line-height: 130%;
}

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

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

.dt-h3-8 {
  font-size: var(--sizes--h3\<deleted\|variable-c2ec885a-615d-2d9c-4281-38fa1201b5e6\>);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

.dt-master-moving-text-feature-10 {
  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-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1123px;
}

.dt-single-feature-17 {
  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-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

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

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

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

.dt-tag-feature-10 {
  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-10 {
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  background-color: var(--colors--cod-gray);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-6 {
  font-family: sofia-pro, sans-serif;
}

.link-block-3 {
  display: flex;
}

.icon-link:hover {
  color: var(--colors--white);
}

.dt-section-28 {
  background-color: var(--colors--dark);
  color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--sizes--body-regular);
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 300;
  line-height: 130%;
}

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

.expandable-single-big-2 {
  border-top: 1px solid var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
  cursor: pointer;
  padding: 26px 0;
}

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

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

.dt-big-text-3 {
  color: var(--colors--silver-chalice);
  font-family: sofia-pro, sans-serif;
  font-size: var(--dark-tech-library--size--big-text);
  font-weight: 400;
  line-height: 132%;
}

.dt-flex-feature-13 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.dt-limit-wrap-feature-11 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .dt-cta-outline {
    margin-top: 16px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .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: var(--colors--dark);
    border: 1px #141414;
    border-radius: 0;
    flex-direction: column;
    width: 100%;
    max-height: 80vh;
    padding: 16px 24px 32px;
    top: 100px;
    left: auto;
    right: 0;
    overflow: visible;
  }

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

  .menu-button {
    border: 1px solid var(--colors--rio-grande);
    background-color: #0000;
    border-radius: 0;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--colors--dark);
    border-radius: 0;
  }

  .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;
    border: 0px none var(--colors--rio-grande);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .line-hamburger {
    background-color: var(--dark-tech-library--color--light\<deleted\|variable-fd6f6a18-b0f3-3dbd-6af5-eb992489b8f6\>);
    width: 24px;
    height: 1px;
    padding: 0;
  }

  .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-section-hero-1 {
    padding-top: 120px;
  }

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

  .dt-section.navbar-padding {
    padding-top: 120px;
  }

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

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

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

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

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

  .footer-grid-x-large {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .dia-footer-lead {
    padding-top: 32px;
  }

  .image {
    float: none;
    clear: none;
    text-align: left;
    display: block;
  }

  .dia-legal-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .legal-links {
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    display: block;
  }

  .link-block {
    text-align: left;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
  }

  .spark-legal-link-small {
    align-items: center;
    display: flex;
  }

  .legal-copyright {
    width: 100%;
  }

  .footer-bottom-wrapper {
    flex-flow: row;
  }

  .spark-paragraph-small.spark-text-color-gray-600 {
    width: 100%;
  }

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

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

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

  .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-left-hero-2 {
    text-align: center;
    align-items: center;
    max-width: 640px;
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

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

  .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-3, .dt-h2-4 {
    font-size: 2.4em;
  }

  .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-grid-gallery-5 {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 610px;
  }

  .dt-grid-testimonials-5 {
    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-5 {
    width: 100%;
  }

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

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

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

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

  .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-grid-feature-5 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

  .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-grid-contact-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .spark-content {
    max-width: 600px;
  }

  .dia-header-section {
    padding-top: 64px;
  }

  .video-background.height-100 {
    height: 60vh;
  }

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

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

  .dt-left-hero-3 {
    text-align: center;
    align-items: center;
    max-width: 640px;
    padding-bottom: 0;
  }

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

  .header-video, .dt-main-container-copy {
    height: 60vh;
  }

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

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

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

  .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-subtitle-5 {
    font-size: 1.2em;
  }

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

  .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-h2-11 {
    font-size: 2.4em;
  }

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

  .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-h2-12 {
    font-size: 2.4em;
  }

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

  .dt-grid-contact-4 {
    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-2 {
    color: #fffc;
  }

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

  .dt-section-copy.navbar-padding {
    padding-top: 120px;
  }

  .header-video-copy, .dt-main-container-video, .video-background-case.height-100 {
    height: 60vh;
  }

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

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

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

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

  .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-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-image-gallery-8 {
    width: 270px;
    max-width: 270px;
  }

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

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

  .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-grid-testimonials-6 {
    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-6 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .dt-navbar {
    height: 80px;
  }

  .dt-nav-menu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 80px;
    left: 0;
    right: 0;
  }

  .menu-button {
    border-radius: 0;
  }

  .inside-menu-button {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    border: 1px none var(--colors--rio-grande);
    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-subtitle {
    font-size: 24px;
  }

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

  .dt-section-hero-1 {
    padding-top: 120px;
  }

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

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

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

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

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

  .dia-footer-title {
    font-size: 42px;
    line-height: 130%;
  }

  .footer-grid-x-large {
    grid-template-columns: 1fr 1fr;
  }

  .image {
    overflow: clip;
  }

  .legal-links, .link-block, .legal-copyright {
    width: 100%;
  }

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

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

  .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-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-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-subtitle-2 {
    font-size: 24px;
  }

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

  .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-3, .dt-h2-4 {
    font-size: 2em;
  }

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

  .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-image-big-gallery-5 {
    height: 50vh;
    max-height: 340px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .dt-image-gallery-7 {
    margin-bottom: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .dt-subtitle-3 {
    font-size: 24px;
  }

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

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

  .h1-heading {
    font-size: 48px;
  }

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

  .dt-subtitle-4 {
    font-size: 24px;
  }

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

  .dt-subtitle-5 {
    font-size: 24px;
  }

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

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

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

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

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

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

  .dt-lightbox-wrap-feature-video {
    height: 72vw;
    min-height: 0;
    margin-bottom: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .dt-nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .dt-brand-navbar {
    width: 50vw;
    max-width: 150px;
    height: auto;
    padding-left: 0;
  }

  .dt-brand-navbar.w--current {
    max-width: 50px;
  }

  .dt-navbar {
    height: 72px;
  }

  .dt-nav-menu, .dt-brand-image-navbar {
    width: 100%;
  }

  .menu-button {
    background-color: #0000;
    border-style: solid;
    border-radius: 0;
  }

  .inside-menu-button {
    border-style: none;
    border-width: 0;
  }

  .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-section-hero-1 {
    padding-top: 120px;
  }

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

  .dt-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

  .dt-number-feature-4 {
    font-size: 3.2em;
  }

  .dt-bottom-left-feature-4 {
    flex-flow: column;
  }

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

  .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-main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dt-text-legal-footer {
    font-size: .8em;
  }

  .dt-address-footer-2 {
    font-size: 22px;
  }

  .dt-big-link-footer-2 {
    font-size: 7vw;
  }

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

  .footer-grid-x-large {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .dia-legal-wrapper {
    order: 0;
  }

  .legal-links {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .spark-legal-link-small {
    margin-bottom: 6px;
  }

  .dt-text-scroll-move-4, .dt-text-scroll-move-5 {
    font-size: 12vw;
  }

  .dt-section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .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-section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .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-main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

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

  .dt-subtitle-2 {
    font-size: 22px;
  }

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

  .dt-wrap-images-hero-2, .dt-item-hero-one-2, .dt-items-wrap-hero-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .dt-gradient-hero-2 {
    top: -1px;
  }

  .dt-gradient-hero-2.dt-gradient-bottom {
    bottom: -1px;
  }

  .dt-h1-2 {
    font-size: 44px;
  }

  .dt-section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .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-3 {
    font-size: 1.9em;
  }

  .dt-section-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .dt-tab-link-feature-3 {
    font-size: 11vw;
  }

  .dt-section-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dt-relative-gallery-5 {
    height: auto;
    overflow: hidden;
  }

  .dt-grid-gallery-5 {
    width: 90%;
  }

  .dt-image-big-gallery-5 {
    height: 40vh;
  }

  .dt-section-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .dt-slider-testimonials-5 {
    margin-top: 40px;
  }

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

  .dt-image-wrap-testimonials-5 {
    height: 250px;
  }

  .carousel-button-2.testimonial-right, .carousel-button-2.testimonial-left {
    width: 48px;
    height: 48px;
  }

  .dt-section-9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .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-section-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .expandable-single-big {
    padding: 16px 0;
  }

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

  .dt-section-11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .dt-play-icon {
    width: 72px;
    height: 72px;
  }

  .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-section-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .dt-section-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .dt-h3-2 {
    font-size: 1.4em;
  }

  .dt-section-14 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .dt-bottom-left-feature-16 {
    flex-flow: column;
  }

  .dt-section-15 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .dt-h3-3 {
    font-size: 1.4em;
  }

  .dt-section-16 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .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-section-17 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

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

  .dt-subtitle-3 {
    font-size: 22px;
  }

  .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-h1-3 {
    font-size: 44px;
  }

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

  .dt-subtitle-4 {
    font-size: 22px;
  }

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

  .dt-section-18 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .dt-h3-4 {
    font-size: 1.4em;
  }

  .dt-bottom-blog-general {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .dt-subtitle-5 {
    font-size: 22px;
  }

  .dt-h1-4 {
    font-size: 44px;
  }

  .dt-section-19 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .wrap-contact-socials {
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
  }

  .dt-link-contact-1 {
    font-size: 7vw;
  }

  .dt-section-20 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .wrap-contact-socials-2 {
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
  }

  .dt-link-contact-2 {
    font-size: 7vw;
  }

  .dt-section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .dt-section-21 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .dt-h3-5 {
    font-size: 1.4em;
  }

  .dt-section-22 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .dt-section-23, .dt-section-24 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .dt-tab-text-feature-12 {
    font-size: 10vw;
  }

  .dt-image-gallery-8 {
    width: 220px;
    max-width: 220px;
  }

  .dt-section-25 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .dt-h3-6 {
    font-size: 1.4em;
  }

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

  .dt-slider-testimonials-6 {
    margin-top: 40px;
  }

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

  .dt-image-wrap-testimonials-6 {
    height: 250px;
  }

  .carousel-button-3.testimonial-right, .carousel-button-3.testimonial-left {
    width: 48px;
    height: 48px;
  }

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

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

  .dt-section-26 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .dt-h3-7 {
    font-size: 1.4em;
  }

  .dt-section-27 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .dt-text-testimonials-7 {
    font-size: 1.1em;
  }

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

  .dt-h3-8 {
    font-size: 1.4em;
  }

  .dt-section-28 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .expandable-single-big-2 {
    padding: 16px 0;
  }

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

#w-node-_294b5215-76f7-02e1-027a-dda33d01d3ca-db4ae73d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-dac2d14c-cdd5-3d27-cba7-569eeaa4a823-db4ae73d {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-_2a8b9db7-03eb-f960-20e1-384b57d34d06-db4ae73d {
  grid-area: 1 / 2 / 4 / 3;
  place-self: stretch stretch;
}

#w-node-_78d9b49c-f673-5c34-030e-d430ddba9537-db4ae73d {
  grid-area: 4 / 2 / 7 / 3;
  place-self: stretch stretch;
}

#w-node-_1b0cbd98-d9f0-7e1d-4e3e-1ea51b87474c-db4ae73d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_1b0cbd98-d9f0-7e1d-4e3e-1ea51b874755-db4ae73d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-b4292f1a-cdf3-c8a8-b730-14f0dabc59f1-db4ae73d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-eff1d785-8d7e-b8e6-dd2b-4cacbd60620a-db4ae73d, #w-node-eff1d785-8d7e-b8e6-dd2b-4cacbd60620c-db4ae73d, #w-node-eff1d785-8d7e-b8e6-dd2b-4cacbd60620e-db4ae73d, #w-node-eff1d785-8d7e-b8e6-dd2b-4cacbd606210-db4ae73d, #w-node-eff1d785-8d7e-b8e6-dd2b-4cacbd606212-db4ae73d, #w-node-eff1d785-8d7e-b8e6-dd2b-4cacbd606214-db4ae73d, #w-node-eff1d785-8d7e-b8e6-dd2b-4cacbd606216-db4ae73d, #w-node-eff1d785-8d7e-b8e6-dd2b-4cacbd606218-db4ae73d, #w-node-aea1bed7-5157-ebc2-dafb-b0e132d6baaf-db4ae73d, #w-node-_9003a65e-4afc-5ef3-a693-519eb7224b75-db4ae73d, #w-node-_42c3d1c8-571f-0fe4-5e47-1e023bbc79a5-db4ae73d, #w-node-_5db1bd51-9596-530a-af0c-1e8465f6d4ba-db4ae73d, #w-node-_6614d715-1d79-6690-262d-2bc5d19aaa1e-db4ae73d, #w-node-_0a0ad108-0b69-325d-4ab7-436c49bf88f2-db4ae73d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1053f5e-6561-babc-884e-a9282f7493c4-2f7493a3 {
  justify-self: start;
}

#w-node-b1053f5e-6561-babc-884e-a9282f7493c8-2f7493a3 {
  place-self: center;
}

#w-node-b1053f5e-6561-babc-884e-a9282f7493c9-2f7493a3 {
  justify-self: end;
}

#w-node-_71515aed-ca21-0eeb-e899-190cea61ccf3-568b1b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-a76bd7ab-7b35-2f8a-e46b-dd4437c22158-568b1b3c, #w-node-a76bd7ab-7b35-2f8a-e46b-dd4437c22181-568b1b3c, #w-node-f89a52ba-1a41-6371-bc26-552dc175dfc3-568b1b3c, #w-node-f89a52ba-1a41-6371-bc26-552dc175dfe9-568b1b3c, #w-node-f89a52ba-1a41-6371-bc26-552dc175df6f-568b1b3c, #w-node-f89a52ba-1a41-6371-bc26-552dc175df98-568b1b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aace6adf-e7cc-b6a7-4647-64c858c2ded0-568b1b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-aace6adf-e7cc-b6a7-4647-64c858c2ded9-568b1b3c {
  place-self: stretch end;
}

#w-node-_1c170717-fe58-43f2-d6c3-65f5aac03593-568b1b3c, #w-node-_1c170717-fe58-43f2-d6c3-65f5aac0359c-568b1b3c, #w-node-_1c170717-fe58-43f2-d6c3-65f5aac035a5-568b1b3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e073e66b-8823-9453-552e-72c2a7d9d37c-568b1b3c {
  place-self: stretch stretch;
}

#w-node-e073e66b-8823-9453-552e-72c2a7d9d37d-568b1b3c {
  place-self: center;
}

#w-node-fe278bd7-f42c-b25d-fb73-72c1bc55e0cf-4289d73b {
  place-self: stretch stretch;
}

#w-node-_07e1ef36-f317-2851-7dd3-569078c32705-4289d73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-fe278bd7-f42c-b25d-fb73-72c1bc55e0df-4289d73b {
  justify-self: end;
}

#w-node-e53dfbba-66a8-a789-52f3-40684b5dd4ec-4289d73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-e53dfbba-66a8-a789-52f3-40684b5dd4ed-4289d73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-e53dfbba-66a8-a789-52f3-40684b5dd4ee-4289d73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_2f323e38-9545-d95a-663e-6be7a97ed76b-4289d73b {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_2f323e38-9545-d95a-663e-6be7a97ed784-4289d73b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-bf3d6a55-8b6e-0187-7de2-ba03a1bddb9b-4289d73b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5bb699ff-1ab5-cff8-9ade-c199fc968ae3-c13beff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5bb699ff-1ab5-cff8-9ade-c199fc968aec-c13beff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_02584557-992e-4f1d-d517-e9a4315e5fca-c13beff4 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-_02584557-992e-4f1d-d517-e9a4315e5ffe-c13beff4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-affbcd07-de9c-403c-0d89-4460f6b658ba-c13beff4, #w-node-affbcd07-de9c-403c-0d89-4460f6b658bb-c13beff4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-affbcd07-de9c-403c-0d89-4460f6b658bd-c13beff4 {
  grid-area: 1 / 2 / 7 / 3;
  place-self: stretch stretch;
}

#w-node-affbcd07-de9c-403c-0d89-4460f6b658be-c13beff4 {
  grid-area: 1 / 3 / 4 / 4;
  place-self: stretch stretch;
}

#w-node-affbcd07-de9c-403c-0d89-4460f6b658bf-c13beff4 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-affbcd07-de9c-403c-0d89-4460f6b658c0-c13beff4 {
  grid-area: 3 / 1 / 5 / 2;
  place-self: stretch stretch;
}

#w-node-affbcd07-de9c-403c-0d89-4460f6b658c1-c13beff4 {
  grid-area: 5 / 1 / 7 / 2;
  place-self: stretch stretch;
}

#w-node-affbcd07-de9c-403c-0d89-4460f6b658c2-c13beff4 {
  grid-area: 4 / 3 / 7 / 4;
  place-self: stretch stretch;
}

#w-node-bb4c329b-bf95-1862-db23-eb1c84b718b4-132204ab {
  place-self: stretch stretch;
}

#w-node-bb4c329b-bf95-1862-db23-eb1c84b718b5-132204ab {
  place-self: center;
}

#w-node-c0b153a2-44d0-f064-c1bb-c80fbd7469e7-9cbe31aa {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-_4ba3703d-7909-381b-dc9f-c0ef065836ed-9cbe31aa {
  place-self: stretch stretch;
}

#w-node-_4ba3703d-7909-381b-dc9f-c0ef065836f0-9cbe31aa {
  justify-self: end;
}

#w-node-c38e5da0-2dca-14ae-6fee-af9e282eea33-9cbe31aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c38e5da0-2dca-14ae-6fee-af9e282eea36-9cbe31aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_254192e5-7edf-e402-d324-005616564ddb-9cbe31aa, #w-node-_254192e5-7edf-e402-d324-005616564ddd-9cbe31aa, #w-node-_254192e5-7edf-e402-d324-005616564ddf-9cbe31aa, #w-node-_254192e5-7edf-e402-d324-005616564de1-9cbe31aa, #w-node-_254192e5-7edf-e402-d324-005616564de3-9cbe31aa, #w-node-_254192e5-7edf-e402-d324-005616564de5-9cbe31aa, #w-node-_254192e5-7edf-e402-d324-005616564de7-9cbe31aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbb99526-c64a-1560-807c-efdffd1dbf42-9cbe31aa {
  place-self: stretch stretch;
}

#w-node-cbb99526-c64a-1560-807c-efdffd1dbf43-9cbe31aa {
  place-self: center;
}

#w-node-_3a5c98f9-7888-5507-cded-b331c01e096f-77d1967c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6ed0f797-222e-92c2-97a3-ac2b4082eb7d-77d1967c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-e3cd95bf-051b-75c4-b73c-8c7955fe81df-77d1967c {
  place-self: center;
}

#w-node-_6ed0f797-222e-92c2-97a3-ac2b4082eb85-77d1967c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-c646fa03-f8cc-bad9-6eac-eeff5b1c3928-55ecf6c4 {
  order: 0;
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c0b153a2-44d0-f064-c1bb-c80fbd7469e7-50b4ebe9 {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-_4ba3703d-7909-381b-dc9f-c0ef065836ed-50b4ebe9 {
  place-self: stretch stretch;
}

#w-node-_4ba3703d-7909-381b-dc9f-c0ef065836f0-50b4ebe9 {
  justify-self: end;
}

#w-node-c38e5da0-2dca-14ae-6fee-af9e282eea33-50b4ebe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c38e5da0-2dca-14ae-6fee-af9e282eea36-50b4ebe9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c0b153a2-44d0-f064-c1bb-c80fbd7469e7-76add4bb {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-_4ba3703d-7909-381b-dc9f-c0ef065836ed-76add4bb {
  place-self: stretch stretch;
}

#w-node-_4ba3703d-7909-381b-dc9f-c0ef065836f0-76add4bb {
  justify-self: end;
}

#w-node-c38e5da0-2dca-14ae-6fee-af9e282eea33-76add4bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c38e5da0-2dca-14ae-6fee-af9e282eea36-76add4bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_294b5215-76f7-02e1-027a-dda33d01d3ca-db4ae73d, #w-node-_71515aed-ca21-0eeb-e899-190cea61ccf3-568b1b3c, #w-node-aace6adf-e7cc-b6a7-4647-64c858c2ded9-568b1b3c, #w-node-_07e1ef36-f317-2851-7dd3-569078c32705-4289d73b, #w-node-fe278bd7-f42c-b25d-fb73-72c1bc55e0df-4289d73b {
    justify-self: center;
  }

  #w-node-_2f323e38-9545-d95a-663e-6be7a97ed76b-4289d73b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2f323e38-9545-d95a-663e-6be7a97ed784-4289d73b {
    grid-row: 1 / 2;
  }

  #w-node-bf3d6a55-8b6e-0187-7de2-ba03a1bddb9b-4289d73b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5bb699ff-1ab5-cff8-9ade-c199fc968ae3-c13beff4 {
    justify-self: center;
  }

  #w-node-_02584557-992e-4f1d-d517-e9a4315e5fca-c13beff4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_02584557-992e-4f1d-d517-e9a4315e5ffe-c13beff4 {
    grid-row: 1 / 2;
  }

  #w-node-_4ba3703d-7909-381b-dc9f-c0ef065836f0-9cbe31aa {
    justify-self: center;
  }

  #w-node-_3a5c98f9-7888-5507-cded-b331c01e096f-77d1967c {
    grid-column: 1 / 2;
  }

  #w-node-_4ba3703d-7909-381b-dc9f-c0ef065836f0-50b4ebe9, #w-node-_4ba3703d-7909-381b-dc9f-c0ef065836f0-76add4bb {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2a8b9db7-03eb-f960-20e1-384b57d34d06-db4ae73d {
    grid-row-end: 5;
  }

  #w-node-_78d9b49c-f673-5c34-030e-d430ddba9537-db4ae73d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-fe278bd7-f42c-b25d-fb73-72c1bc55e0cf-4289d73b {
    order: -9999;
  }

  #w-node-affbcd07-de9c-403c-0d89-4460f6b658bd-c13beff4 {
    grid-area: span 6 / span 1 / span 6 / span 1;
  }

  #w-node-affbcd07-de9c-403c-0d89-4460f6b658be-c13beff4 {
    grid-row-end: 5;
  }

  #w-node-affbcd07-de9c-403c-0d89-4460f6b658bf-c13beff4, #w-node-affbcd07-de9c-403c-0d89-4460f6b658c0-c13beff4, #w-node-affbcd07-de9c-403c-0d89-4460f6b658c1-c13beff4, #w-node-affbcd07-de9c-403c-0d89-4460f6b658c2-c13beff4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_4ba3703d-7909-381b-dc9f-c0ef065836ed-9cbe31aa, #w-node-_4ba3703d-7909-381b-dc9f-c0ef065836ed-50b4ebe9, #w-node-_4ba3703d-7909-381b-dc9f-c0ef065836ed-76add4bb {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2a8b9db7-03eb-f960-20e1-384b57d34d06-db4ae73d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78d9b49c-f673-5c34-030e-d430ddba9537-db4ae73d {
    grid-row: span 1 / span 1;
  }

  #w-node-affbcd07-de9c-403c-0d89-4460f6b658bd-c13beff4, #w-node-affbcd07-de9c-403c-0d89-4460f6b658be-c13beff4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-affbcd07-de9c-403c-0d89-4460f6b658bf-c13beff4, #w-node-affbcd07-de9c-403c-0d89-4460f6b658c0-c13beff4, #w-node-affbcd07-de9c-403c-0d89-4460f6b658c1-c13beff4, #w-node-affbcd07-de9c-403c-0d89-4460f6b658c2-c13beff4 {
    grid-row: span 1 / span 1;
  }
}


