:root {
  --general--white-85: #ffffffd9;
  --_typography---font--primary: Geist, Arial, sans-serif;
  --general--black: #0b0b0f;
  --_typography---text--regular: 1rem;
  --_typography---heading--h1: 3.75rem;
  --_typography---heading--h2: 3.25rem;
  --_typography---heading--h3: 2.25rem;
  --_typography---heading--h4: 1.875rem;
  --_typography---heading--h5: 1.5rem;
  --_typography---heading--h6: 1.375rem;
  --general--dark-blue: #26262c;
  --_structure---container--medium\<deleted\|variable-26a4c505-bf32-f271-53fa-3696c9fb0e6c\>: 70rem;
  --_structure---container--small\<deleted\|variable-b6b8ea3b-4fc9-cdbe-56f3-abb9f0aadab1\>: 50rem;
  --_typography---text--medium: 1.125rem;
  --_typography---text--tiny: .75rem;
  --general--brand: #ff2d20;
  --general--gray-3: #e7e7ea;
  --general--gray-1: #a1a1aa;
  --_primitives---colors--neutral-darkest\<deleted\|relume-variable-neutral-shade-7\>: black;
  --_primitives---colors--white\<deleted\|relume-variable-neutral-white\>: #fff;
  --_primitives---opacity--neutral-darkest-60\<deleted\|relume-variable-neutral-shade-7-60\>: #0009;
  --_typography---text--small: .875rem;
  --_typography---text--large: 1.25rem;
  --_structure---padding-global--regular: 2.5rem;
  --_typography---radius--small\<deleted\|variable-9e292652-f4d9-35bb-7fa9-ad4019f3a769\>: .5rem;
  --_typography---radius--medium\<deleted\|variable-09c43f66-9992-b388-6a0a-d731eed3cfe6\>: 1rem;
  --_typography---radius--large\<deleted\|variable-bb6210a8-1783-4c89-e46c-0e92474ff7eb\>: 1.5rem;
  --general--white: white;
  --general--gray: #5a5a66;
  --general--cinnamon: #fbf7f4;
  --general--pink: #ffc8bf;
  --general--white-10: #ffffff1a;
  --general--white-6: #ffffff0f;
  --_typography---font--secondary: "Jetbrains Mono", Arial, sans-serif;
  --_typography---font--jetbrains-mono\<deleted\|variable-b6a6a6d1-7ae5-8afc-8d0c-c9e79ab26cfa\>: "Jetbrains Mono", Arial, sans-serif;
  --general--color: white;
}

body {
  background-color: var(--general--white-85);
  font-family: var(--_typography---font--primary);
  color: var(--general--black);
  font-size: var(--_typography---text--regular);
  --_typography---font--primary: Geist, Arial, sans-serif;
  --_typography---text--regular: 1rem;
  --_typography---heading--h1: 3.75rem;
  --_typography---heading--h2: 3.25rem;
  --_typography---heading--h3: 2.25rem;
  --_typography---heading--h4: 1.875rem;
  --_typography---heading--h5: 1.5rem;
  --_typography---heading--h6: 1.375rem;
  --_typography---text--medium: 1.125rem;
  --_typography---text--tiny: .75rem;
  --_typography---text--small: .875rem;
  --_typography---text--large: 1.25rem;
  --_typography---radius--small\<deleted\|variable-9e292652-f4d9-35bb-7fa9-ad4019f3a769\>: .5rem;
  --_typography---radius--medium\<deleted\|variable-09c43f66-9992-b388-6a0a-d731eed3cfe6\>: 1rem;
  --_typography---radius--large\<deleted\|variable-bb6210a8-1783-4c89-e46c-0e92474ff7eb\>: 1.5rem;
  --_typography---font--secondary: "Jetbrains Mono", Arial, sans-serif;
  --_typography---font--jetbrains-mono\<deleted\|variable-b6a6a6d1-7ae5-8afc-8d0c-c9e79ab26cfa\>: "Jetbrains Mono", Arial, sans-serif;
  --_structure---container--medium\<deleted\|variable-26a4c505-bf32-f271-53fa-3696c9fb0e6c\>: 70rem;
  --_structure---container--small\<deleted\|variable-b6b8ea3b-4fc9-cdbe-56f3-abb9f0aadab1\>: 50rem;
  --_structure---padding-global--regular: 2.5rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font--primary);
  font-size: var(--_typography---heading--h1);
  letter-spacing: -.03px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typography---font--primary);
  color: var(--general--black);
  font-size: var(--_typography---heading--h2);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  font-family: var(--_typography---font--primary);
  font-size: var(--_typography---heading--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  font-family: var(--_typography---font--primary);
  color: var(--general--black);
  font-size: var(--_typography---heading--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  font-family: var(--_typography---font--primary);
  color: var(--general--black);
  font-size: var(--_typography---heading--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  font-family: var(--_typography---font--primary);
  color: var(--general--black);
  font-size: var(--_typography---heading--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: var(--general--dark-blue);
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3ch;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

strong {
  font-weight: 600;
}

blockquote {
  font-size: var(--_typography---text--regular);
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: none;
}

.hide-tablet {
  display: block;
}

.hide {
  display: none;
}

.page-wrapper {
  max-width: 100vw;
  position: relative;
  overflow: clip;
}

.container-large {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium {
  font-size: var(--_typography---text--medium);
}

.text-size-tiny {
  font-size: var(--_typography---text--tiny);
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--general--brand);
  min-height: 3rem;
  color: var(--general--white-85);
  text-align: center;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 0 1.375rem;
  font-weight: 500;
  text-decoration: none;
  transition: filter .2s, box-shadow .2s;
  display: inline-flex;
}

.button:where(.w-variant-33f896ba-e448-cf7a-fee1-d684c17a2d51) {
  border: 1px solid var(--general--gray-3);
  color: var(--general--black);
  background-color: #2063ff00;
  transition: border-color .2s;
}

.button:where(.w-variant-65cb56b9-69ca-f6b4-c7f7-abac17a2d729) {
  color: #ff2d20;
  background-color: #ff2d2000;
  padding: 0;
  transition: opacity .2s;
}

.button:hover {
  filter: brightness(110%);
  box-shadow: 0 0 20px 15px #ff2d2026;
}

.button:hover:where(.w-variant-33f896ba-e448-cf7a-fee1-d684c17a2d51) {
  border-color: var(--general--gray-1);
  box-shadow: none;
  filter: none;
}

.button:hover:where(.w-variant-65cb56b9-69ca-f6b4-c7f7-abac17a2d729) {
  box-shadow: none;
  filter: none;
  color: #ff2d20cc;
}

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

.text-weight-semibold {
  font-weight: 600;
}

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

.text-size-small {
  font-size: var(--_typography---text--small);
}

.padding-global {
  padding-right: var(--_structure---padding-global--regular);
  padding-left: var(--_structure---padding-global--regular);
}

.heading-style-h5 {
  font-family: var(--_typography---font--primary);
  font-size: var(--_typography---heading--h5);
  font-weight: 500;
  line-height: 1.2;
}

.show-tablet {
  display: none;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.button-group.is-cta {
  justify-content: center;
  align-items: center;
}

.spacer {
  width: 100%;
  height: 0;
  transition: height .2s;
}

.nav_logo {
  width: 9.3125rem;
  display: flex;
}

.nav_component {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  display: flex;
}

.nav_menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--general--dark-blue);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav_link:hover, .nav_link.w--current {
  color: var(--general--brand);
}

.home-hero_component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 592fr 563fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero_img {
  width: 100%;
}

.div-block {
  flex-flow: column;
  display: flex;
}

.button-icon {
  width: 1rem;
  min-width: 1rem;
  display: flex;
}

.home-hero_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--general--gray-3);
  padding-top: 1.5rem;
  display: flex;
}

.text-size-22 {
  font-size: 1.375rem;
}

.text-color-gray {
  color: var(--general--gray);
}

.home-trust_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid var(--general--gray-3);
  border-bottom: 1px solid var(--general--gray-3);
  justify-content: space-around;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.home-trust_logos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.home-trust_logo {
  height: 1.6875rem;
}

.home-tasks_component {
  border: 1px solid var(--general--gray-3);
  border-radius: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

._2-col-header {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: grid;
}

.bg-color-black {
  background-color: var(--general--black);
}

.text-color-white {
  color: var(--general--white);
}

.text-color-gray1 {
  color: var(--general--gray-1);
}

.bg-color-cinnamon {
  background-color: var(--general--cinnamon);
}

.home-tools_component {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-tools_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--general--gray-3);
  border-radius: 1.16667rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 3.125rem .75rem;
  display: flex;
}

.home-tools_img {
  width: 2rem;
}

.home-founders_item-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-founders_item-name-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.home-founders_item {
  background-color: var(--general--white-85);
  border-radius: .875rem;
  padding: 1.75rem;
}

.home-founders_item:where(.w-variant-e1b2e050-2e73-ec3f-59c5-cb367a617c8b) {
  background-color: var(--general--black);
  color: var(--general--white);
}

.home-founders_item:where(.w-variant-3c8bbc29-9f76-baff-0ce1-3dca9af0e2e7) {
  background-color: var(--general--brand);
  color: var(--general--white);
}

.home-founders_item-name-img {
  width: 2.25rem;
  height: 2.25rem;
}

.bg-color_brand {
  background-image: linear-gradient(0deg, #fff0ed 45%, var(--general--white) 100%, var(--general--pink) 100%, white);
}

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

.footer_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--general--gray);
  color: var(--general--gray-1);
  grid-template-rows: auto;
  grid-template-columns: 568fr 284fr 284fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.footer_logo {
  width: 9.3125rem;
  display: flex;
}

.footer_bottom-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--general--gray-1);
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 2rem;
  display: flex;
}

.footer_subheading {
  color: var(--general--white);
  font-size: var(--_typography---text--tiny);
  letter-spacing: .0866667em;
  text-transform: uppercase;
}

.footer_link {
  font-size: var(--_typography---text--small);
  text-decoration: none;
  transition: opacity .2s;
}

.footer_link:hover {
  opacity: .8;
}

.footer_links-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer_bottom-links-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.home-founders_item-img {
  height: 1.4375rem;
}

.home-stats_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: unset;
  display: grid;
}

.home-stats_item {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: column;
  display: flex;
}

.home-stats_number {
  font-size: 4.5rem;
  line-height: .8;
}

.home-stats_header-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.home-stats_suffix {
  color: var(--general--brand);
  font-size: 1.75rem;
  line-height: 1.1;
}

.text-color-brand {
  color: var(--general--brand);
}

.home-tasks_item {
  border-right: 1px solid var(--general--gray-3);
  border-bottom: 1px solid var(--general--gray-3);
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 2.25rem 2rem 2.5rem;
  display: flex;
}

.home-work_tab {
  color: var(--general--white);
  background-color: #ddd0;
  padding: .5rem .875rem;
}

.home-work_tab.w--current {
  background-color: var(--general--white-10);
  color: var(--general--white);
  border-radius: .4375rem;
  padding: .5rem .875rem;
}

.max-content {
  background-color: var(--general--white-6);
  border-radius: .625rem;
  padding: .25rem;
  display: inline-block;
}

.nav_menu-trigger {
  display: none;
}

.home-tasks_item-dot {
  background-color: var(--general--brand);
  border-radius: .15625rem;
  width: .3125rem;
  height: .3125rem;
}

.home-tasks_item-text-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-work_tabs-img {
  border-radius: 1rem;
  width: 100%;
}

.home-work_tabs-content {
  aspect-ratio: 1118 / 764;
  margin-top: 3.5rem;
}

.text-style-label {
  font-family: var(--_typography---font--secondary);
  font-size: var(--_typography---text--tiny);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.coop_text {
  font-family: var(--_typography---font--jetbrains-mono\<deleted\|variable-b6a6a6d1-7ae5-8afc-8d0c-c9e79ab26cfa\>);
  color: var(--general--gray);
  font-size: var(--_typography---text--tiny);
}

.home-founders_item-name-text {
  color: var(--general--gray);
  font-size: var(--_typography---text--tiny);
}

.home-founders_item-name-text:where(.w-variant-3c8bbc29-9f76-baff-0ce1-3dca9af0e2e7), .home-founders_item-name-text:where(.w-variant-e1b2e050-2e73-ec3f-59c5-cb367a617c8b) {
  color: var(--general--white);
}

.eyebrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--general--gray);
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.eyebrow:where(.w-variant-3258ed42-4c8a-8f46-f142-12bee39d43d1) {
  color: var(--general--gray-1);
}

.home-tasks_item-img {
  width: 2.75rem;
}

.button-wrap {
  font-size: var(--_typography---text--small);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: inline-flex;
}

.nav_dropdown-link {
  color: var(--general--dark-blue);
  transition: color .2s;
}

.nav_dropdown-link:hover, .nav_dropdown-link.w--current {
  color: var(--general--brand);
}

.nav_dropdown-link-icon {
  width: 1rem;
  display: inline-flex;
}

.nav_dropdown-toggle-links.w--open {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--general--gray-3);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--general--gray-3);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--general--gray-3);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--general--gray-3);
  background-color: #fff;
  border-radius: .25rem;
  min-width: fit-content;
  inset: 2rem 0% auto;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font--primary: Geist, Arial, sans-serif;
    --_typography---text--regular: 1rem;
    --_typography---heading--h1: 3.75rem;
    --_typography---heading--h2: 3.25rem;
    --_typography---heading--h3: 2.25rem;
    --_typography---heading--h4: 1.875rem;
    --_typography---heading--h5: 1.5rem;
    --_typography---heading--h6: 1.375rem;
    --_typography---text--medium: 1.125rem;
    --_typography---text--tiny: .75rem;
    --_typography---text--small: .875rem;
    --_typography---text--large: 1.25rem;
    --_typography---radius--small\<deleted\|variable-9e292652-f4d9-35bb-7fa9-ad4019f3a769\>: .5rem;
    --_typography---radius--medium\<deleted\|variable-09c43f66-9992-b388-6a0a-d731eed3cfe6\>: 1rem;
    --_typography---radius--large\<deleted\|variable-bb6210a8-1783-4c89-e46c-0e92474ff7eb\>: 1.5rem;
    --_typography---font--secondary: "Jetbrains Mono", Arial, sans-serif;
    --_typography---font--jetbrains-mono\<deleted\|variable-b6a6a6d1-7ae5-8afc-8d0c-c9e79ab26cfa\>: "Jetbrains Mono", Arial, sans-serif;
    --_structure---container--medium\<deleted\|variable-26a4c505-bf32-f271-53fa-3696c9fb0e6c\>: 70rem;
    --_structure---container--small\<deleted\|variable-b6b8ea3b-4fc9-cdbe-56f3-abb9f0aadab1\>: 50rem;
    --_structure---padding-global--regular: 2.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .nav_menu {
    background-color: var(--general--white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .home-hero_component {
    grid-template-columns: 592fr;
  }

  .home-trust_logo {
    width: 100%;
  }

  .nav_menu-trigger {
    display: block;
  }

  .contact-hero_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-100 {
    font-size: 5rem;
  }

  .dts-services_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 24fr 250fr 525fr;
  }

  .dts-deliverables_component, .dts-work_component {
    grid-template-columns: 1fr 1fr;
  }

  .dts-shapes_table {
    min-width: 56.25rem;
  }

  .dts-shapes_table-wrap {
    width: 100vw;
    padding-right: var(--_structure---padding-global--regular);
    padding-left: var(--_structure---padding-global--regular);
    margin-left: calc(var(--_structure---padding-global--regular) * -1);
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---font--primary: Geist, Arial, sans-serif;
    --_typography---text--regular: 1rem;
    --_typography---heading--h1: 2.5rem;
    --_typography---heading--h2: 2rem;
    --_typography---heading--h3: 1.5rem;
    --_typography---heading--h4: 1.25rem;
    --_typography---heading--h5: 1.125rem;
    --_typography---heading--h6: 1rem;
    --_typography---text--medium: 1.125rem;
    --_typography---text--tiny: .75rem;
    --_typography---text--small: .875rem;
    --_typography---text--large: 1.25rem;
    --_typography---radius--small\<deleted\|variable-9e292652-f4d9-35bb-7fa9-ad4019f3a769\>: .25rem;
    --_typography---radius--medium\<deleted\|variable-09c43f66-9992-b388-6a0a-d731eed3cfe6\>: .5rem;
    --_typography---radius--large\<deleted\|variable-bb6210a8-1783-4c89-e46c-0e92474ff7eb\>: 1rem;
    --_typography---font--secondary: "Jetbrains Mono", Arial, sans-serif;
    --_typography---font--jetbrains-mono\<deleted\|variable-b6a6a6d1-7ae5-8afc-8d0c-c9e79ab26cfa\>: "Jetbrains Mono", Arial, sans-serif;
    --_structure---container--medium\<deleted\|variable-26a4c505-bf32-f271-53fa-3696c9fb0e6c\>: 70rem;
    --_structure---container--small\<deleted\|variable-b6b8ea3b-4fc9-cdbe-56f3-abb9f0aadab1\>: 50rem;
    --_structure---padding-global--regular: 1.25rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .sg_items, .sg_items.is-4col, .sg_items.is-4col {
    grid-template-columns: 1fr 1fr;
  }

  .button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .home-trust_component {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .home-trust_logos {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .home-trust_logo {
    height: 1rem;
  }

  .home-tasks_component {
    grid-template-columns: 1fr;
  }

  ._2-col-header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: .75fr;
  }

  .home-tools_component, .home-founders_item-wrap {
    grid-template-columns: 1fr;
  }

  .footer_component {
    grid-column-gap: 4rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: max-content 1fr;
  }

  .home-stats_component {
    grid-template-columns: 1fr;
  }

  .max-content {
    flex-flow: column;
    display: flex;
  }

  .hws-hero_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 640fr;
  }

  .about-rules_component, .about-press_component, .work-featured_item-wrap {
    grid-template-columns: 1fr;
  }

  .work-featured_item-content {
    padding: 1rem;
  }

  .work-featured_item-stats, .work-clients_component, .work-stats_component, .fse-services_component, .fse-process_component, .fse-plans_component, .dts-hero_component, .dts-services_component {
    grid-template-columns: 1fr;
  }

  .dts-process_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .dts-principles_component {
    grid-template-columns: 1fr;
  }

  .dts-principles_item {
    border-bottom: 1px solid var(--general--white);
    margin-bottom: -1px;
  }

  .dts-process_item-content {
    padding-left: 1rem;
  }
}

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

  .hide-mobile-portrait {
    display: none;
  }

  .sg_items, .sg_items.is-4col, .sg_items.is-4col {
    grid-template-columns: 1fr;
  }

  .button-group.is-cta {
    flex-flow: column;
    align-items: stretch;
  }

  .home-hero_content {
    flex-flow: column;
  }

  .hws-hero_items {
    padding-left: 1rem;
  }

  .work-clients_item-content {
    padding: 1rem;
  }

  .text-size-100 {
    font-size: 4rem;
  }

  .dts-deliverables_component {
    grid-template-columns: 1fr;
  }

  .dts-process_item {
    grid-template-columns: 2rem 1fr;
  }

  .dts-principles_item {
    padding: 1.75rem;
  }

  .dts-work_component {
    grid-template-columns: 1fr;
  }

  .dts-process_item-content {
    padding-left: 0;
  }

  .div-block-2 {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_119cbc5a-121a-cb74-6cf5-2cd2ae742a3a-ae742a35 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
