@font-face {
  font-family: Behind The Nineties;
  src: url('../fonts/Behind-The-Nineties-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Behind The Nineties;
  src: url('../fonts/Behind-The-Nineties-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Behind The Nineties Variable;
  src: url('../fonts/Behind-The-Nineties-Variable-Italic.ttf') format("truetype");
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Behind The Nineties;
  src: url('../fonts/Behind-The-Nineties-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Behind The Nineties Semi;
  src: url('../fonts/Behind-The-Nineties-Semi-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Behind The Nineties;
  src: url('../fonts/Behind-The-Nineties-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Behind The Nineties;
  src: url('../fonts/Behind-The-Nineties-Medium-Italic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --gradient-light-blue: #3d89e7;
  --gradient-dark-blue: #124dac;
  --light-blue: #0000;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.grid-two-column {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  width: 100%;
  margin-top: 90px;
  padding-left: 5%;
  position: relative;
}

.tab-link-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #49505b;
  letter-spacing: -.08px;
  background-color: #fff0;
  border: .5px solid #d8dbdf;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 14px;
  line-height: 16px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.tab-link-large:hover, .tab-link-large.w--current {
  color: #25272c;
  background-color: #edeef1;
}

.paragraph-small {
  color: #49505b;
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.header-dashed-line {
  z-index: 1;
  width: 1px;
  height: 100vh;
  position: absolute;
  inset: auto auto -48px 13.5%;
}

.image-cover {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.icon {
  color: var(--gradient-light-blue);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-tab-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding: 4px;
  display: flex;
}

.header-section {
  z-index: 2;
  background-color: #f7f8f8;
  background-image: linear-gradient(#000000b0 100%, #fff), url('../images/compressed_image_2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 0 0% 120px;
  position: relative;
}

.header-section.newhero {
  background-image: linear-gradient(#000000b0 100%, #fff), url('../images/Untitled-design-29.svg');
}

.header-section.hero2 {
  background-image: linear-gradient(#000000b0 100%, #fff), url('../images/Untitled-design-60.png');
}

.header-section.hero4 {
  background-image: linear-gradient(#000000b0 100%, #fff), url('../images/Untitled-design-34.png');
}

.paragraph-x-small {
  color: #49505b;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small.text-color-tertiary {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

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

.button-row.newrow {
  margin-top: 15px;
}

.header-image-column {
  grid-column-gap: 148px;
  grid-row-gap: 148px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.paragraph-x-large {
  color: #fff;
  letter-spacing: -.2px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
}

.header-tab-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #edeef1;
  border: .5px solid #d8dbdf;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 30% 12px 12px;
  display: flex;
  position: relative;
}

.subheading-small {
  color: #25272c;
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.h1-heading {
  color: #fff;
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 43px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #25272c;
  letter-spacing: -.18px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: inline-flex;
}

.header-column {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px dashed #b5bbc4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.badge.right-icon {
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.header-logo-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: 88%;
  max-width: 544px;
  margin-left: auto;
  padding-left: 24px;
  display: flex;
}

.header-tab-illustration {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.header-logo-text {
  min-width: 156px;
  max-width: 156px;
}

.icon-regular, .icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.header-logos {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-large.column-left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
}

.header-tabs-menu-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  display: flex;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.18px;
  white-space: nowrap;
  background-color: #25272c;
  background-image: linear-gradient(#3d89e7, #124dac);
  border: 2px #000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-height: 48px;
  padding: 10px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s;
  display: inline-flex;
  box-shadow: 0 2px 5px #0003;
}

.button-primary-large:hover {
  background-color: #000;
  transform: translate(6px, -6px);
}

.header-tabs-small {
  width: 100%;
  max-width: 520px;
}

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

.button-link-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #154ee0;
  letter-spacing: -.08px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: inline-flex;
}

.header-dashed {
  border-left: 1px dashed #b5bbc4;
  height: 100%;
}

.text-block {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.flex-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  border: 1px #ffffff70;
  border-radius: 100px;
  flex-flow: column;
  width: auto;
  min-width: 0;
  max-width: 200px;
  height: 100%;
  padding: 8px;
  box-shadow: 0 2px 5px #0003;
}

.flex-block.newf1, .flex-block.newf2 {
  width: 100%;
}

.image {
  background-color: #fff;
  border-radius: 100px;
  padding: 5px;
}

.image.newdivf {
  background-color: #1d84fd;
}

.text-block-2 {
  color: #fff;
  width: 300%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-2.newtxt1 {
  width: 190px;
  font-size: 12px;
  font-weight: 400;
}

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

.flex-block-2 {
  margin-left: 2px;
}

.flex-block-3 {
  flex-flow: column;
  width: 100%;
  margin-left: 5px;
}

.div-block {
  flex-flow: row;
  width: 40px;
  height: 40px;
  display: flex;
}

.flex-block-4 {
  flex-flow: row;
}

.flex-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

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

.title-center {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.code-embed-2 {
  display: none;
}

.logo-cta-career {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #584837;
  border-radius: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.h2-heading {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Behind The Nineties Variable, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.section-large {
  background-color: #f8f7f2;
  padding: 96px 5%;
  position: relative;
}

.section-large.background-secondary {
  background-color: #fff;
  padding-top: 40px;
}

.text-accent {
  color: #fff;
  font-style: italic;
}

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

.logo-carousel {
  background-color: #f1efe5;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2f261d;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #2a5144;
}

.logo-cta-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.carousel-horizontal-large {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-x-small-2 {
  color: #6b5843;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
}

.carousel-horizontal {
  width: 100%;
  overflow: hidden;
}

.text-italics {
  font-style: italic;
}

.text-italics.text-color-yellow {
  color: #f6d551;
}

.h6-heading {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.logo-cta {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 832px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-regular {
  z-index: 2;
  width: 100%;
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-wrapper-large {
  color: #fff;
  background-color: #584837;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.icon-wrapper-large.violet {
  background-color: #6754b6;
}

.icon-wrapper-large.yellow {
  color: #2f261d;
  background-color: #f6d551;
}

.paragraph-regular {
  color: #6b5843;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-regular.text-color-tertiary {
  color: #6b5843;
}

.icon-regular-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.subheading-large {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large.text-color-brand-purple {
  color: #6153bd;
}

.phone {
  width: 100%;
  max-width: 380px;
  height: 100%;
}

.flourish-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.flourish-avatar-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.flourish-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.brand-highlight {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.caption-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.phone-accent-left {
  position: absolute;
  inset: 10px auto auto -50px;
}

.button-primary-large-2 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.header-grid {
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.flourish-avatar-large {
  z-index: 4;
  background-color: #edeef1;
  border: 4px solid #f7f8f8;
  border-radius: 99px;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-bottom: 8px;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
  overflow: hidden;
}

.header-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.flourish-star {
  color: #ff4b0e;
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.header-logo-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-logo-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.subheading-small-2 {
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.subheading-small-2.text-color-brand-orange {
  color: #ff4b0e;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 600px;
}

.header-section-02 {
  background-color: #f7f8f8;
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.header-button-wrapper {
  width: 100%;
  max-width: 250px;
}

.header-logo {
  color: #d8dbdf;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.header-logo:hover {
  color: #000;
}

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

.phone-wrapper {
  position: relative;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flourish-text-block {
  padding: 8px 12px;
}

.header-column-2 {
  grid-column-gap: 198px;
  grid-row-gap: 198px;
  flex-flow: column;
  max-width: 460px;
  padding-bottom: 64px;
  display: flex;
}

.icon-button-primary {
  background-color: #fff;
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.icon-button-primary:hover {
  transform: translate(6px, -6px);
}

.icon-button-primary.bewicontbm {
  background-image: none;
}

.paragraph-x-large-2 {
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.flourish-avatar {
  background-color: #edeef1;
  border: 4px solid #f7f8f8;
  border-radius: 99px;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  overflow: hidden;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 400px;
  margin-top: 24px;
  display: flex;
}

.form-heading {
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 33.6px;
}

.button-hover-circle {
  z-index: 5;
  background-color: #448fee;
  border-radius: 100%;
  width: 200%;
  height: 459%;
  position: absolute;
  inset: auto auto -485% -60px;
}

.hero-form-block {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f0f3ff4d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  max-width: 400px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.form-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit {
  z-index: 22;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #8fa598;
  background-image: linear-gradient(#3d89e7, #124dac);
  border-radius: 8px;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  width: 100%;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit:active {
  background-color: #43464d;
}

.small-heading {
  color: #f0f3ff;
  width: 100%;
  max-width: 550px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
}

.small-heading.black {
  color: #041613;
  text-align: center;
  max-width: 100%;
}

.text-field {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #fff0;
  border: 1px #e9e9e9;
  border-radius: 6px;
  width: 350px;
  height: 52px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 19.2px;
}

.text-field::placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 19.2px;
}

.button-text {
  z-index: 6;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  display: flex;
  position: relative;
}

.button-text.absolute {
  position: absolute;
  top: 5rem;
}

.home-success-message {
  background-color: #ddd0;
  padding-top: 200px;
  padding-bottom: 200px;
}

.form-description {
  color: #fff;
  text-align: center;
  padding-left: 35px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 19.2px;
}

.text-span {
  text-decoration: underline;
}

.content-tab-image {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content-feature-icon {
  padding: 4px;
}

.content-tab-progress {
  background-color: #e7e7e7;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 4px;
  display: flex;
}

.content-tab-browse-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid #e7e7e7;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  padding-top: 12px;
  text-decoration: none;
  display: flex;
}

.subheading-large-2 {
  color: #2b2b2b;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}

.content-tab-content {
  max-width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.content-features-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #e7e7e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
  padding-top: 24px;
}

.content-tab-pane {
  width: 100%;
  height: 100%;
}

.content-tabs-wrapper {
  position: relative;
}

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

.container-large-2 {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.content-tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.subheading-regular {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.75;
}

.subheading-regular.text-color-secondary {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.icon-button-primary-2 {
  background-color: #286efb;
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  color: #fff;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .3s;
  display: flex;
}

.icon-button-primary-2:hover {
  background-color: #1843dc;
}

.content-tabs {
  margin-top: 48px;
  margin-bottom: 24px;
  display: flex;
  position: static;
}

.section-regular {
  background-color: #f6f6f6;
  padding: 64px 5%;
  position: relative;
}

.section-regular.background-light {
  background-color: #fff;
}

.paragraph-x-large-3 {
  color: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.h1-heading-3 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.h1-heading-3.nw3 {
  max-width: 475px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.h1-heading-3.nl1 {
  font-size: 40px;
}

.content-tab-link-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 12px;
  justify-content: space-between;
  width: 100%;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.content-tab-link-details:hover {
  background-color: #f6f6f6;
}

.paragraph-small-2 {
  color: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
}

.paragraph-small-2.text-color-tertiary {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.content-tab-progress-bar {
  background-color: #286efb;
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.content-tab-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #49505b;
  background-color: #fff0;
  border-radius: 8px;
  flex-flow: row;
  width: 100%;
  padding: 0;
  transition: color .3s, box-shadow .3s, background-color .3s;
  display: flex;
}

.content-tab-link.w--current {
  background-color: #0000;
}

.content-tabs-left {
  max-width: 50%;
}

.content-tab-link-image {
  background-color: #f6f6f6;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  overflow: hidden;
}

.content-tab-progress-wrapper {
  padding: 8px;
  display: flex;
}

.row-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-span-2 {
  background-color: var(--gradient-dark-blue);
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 4px;
}

.image-2 {
  max-width: 48px;
  max-height: 48px;
}

.container-x-large {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h1-heading-4 {
  color: #2b2b2b;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading-4.text-balance {
  color: #fff;
  letter-spacing: normal;
  text-wrap: balance;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

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

.product-card {
  border: 1px #e7e7e7;
  border-radius: 16px;
  min-height: 430px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large-2.column-center {
  justify-content: center;
  align-items: center;
}

.product-card-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.paragraph-large {
  color: #454545;
  font-size: 18px;
  line-height: 1.75;
}

.product-card-label {
  position: absolute;
  inset: 12px auto auto 12px;
}

.badge-secondary-small {
  color: #454545;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #f6f6f6;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
}

.icon-x-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.product-preview {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #286efb;
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 3% 3% auto auto;
  overflow: visible;
}

.title-center-small {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 558px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.button-wrapper {
  flex-flow: column;
  min-width: 180px;
  display: flex;
}

.section-large-2 {
  background-color: #f6f6f6;
  padding: 96px 5%;
  position: relative;
}

.section-large-2.background-light {
  background-color: #fff;
  background-image: linear-gradient(#0009 100%, #fff), url('../images/Untitled-design-33.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-card-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-primary-large-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-3:hover {
  background-color: #1843dc;
}

.product-footnote {
  text-align: center;
  max-width: 588px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  display: flex;
}

.header3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-hero_background {
  z-index: 0;
  background-image: linear-gradient(315deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header3_lightbox-image {
  object-fit: cover;
  border-radius: 10px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #59904a;
  border: 1px #000;
  padding: .55rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  transition: all .2s;
}

.button:hover {
  background-color: #2e5722;
}

.button.is-secondary {
  color: #000;
  background-color: #f5f5f5;
}

.button.is-secondary:hover {
  background-color: #e2e2e2;
}

.text-highlight {
  outline-offset: 0px;
  background-image: url('../images/green-rectangle3.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 40%;
  border-bottom: 6px #000;
  outline: 7px #000;
}

.text-highlight.is-hero {
  background-position: 50% 85%;
  background-size: auto 22%;
}

.header_lightbox {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.text-size-medium {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

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

.section_header-home {
  position: relative;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #0003;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

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

.margin-top-2, .margin-top-2.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading {
  z-index: 3;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: relative;
}

.flex-block-6 {
  background-image: linear-gradient(354deg, #00000080, #fff0), url('../images/Untitled-design-22.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}

.flex-block-6.newbox2 {
  background-image: linear-gradient(354deg, #00000080, #fff0), url('../images/Untitled-design-23.svg');
  background-position: 0 0, 70%;
}

.flex-block-6.newbox3 {
  background-image: linear-gradient(354deg, #00000080, #fff0), url('../images/Untitled-design-20.svg');
}

.heading-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
}

.text-block-8 {
  letter-spacing: 1px;
  font-family: Behind The Nineties, Arial, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
}

.text-span-3 {
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.gallery-section {
  background-color: #fff;
  height: 400vh;
  min-height: 900px;
  padding: 40px 5%;
  position: relative;
}

.gallery-rotate-image {
  max-width: 80%;
  position: absolute;
}

.gallery-rotate-image._02 {
  top: 32px;
}

.gallery-rotate-image._03 {
  inset: 125px 0% auto auto;
}

.gallery-rotate-image._06 {
  bottom: 112px;
  right: 52px;
}

.gallery-rotate-image._04 {
  inset: auto auto 68px 80px;
}

.gallery-rotate-image._05 {
  bottom: -44px;
}

.gallery-rotate-image._01 {
  inset: 138px auto auto -17px;
}

.gallery-leaf {
  position: absolute;
}

.gallery-leaf._02 {
  inset: -16px -48px auto auto;
}

.gallery-leaf._04 {
  inset: -24px auto auto -44px;
}

.gallery-leaf._01 {
  inset: auto -50px 36px auto;
}

.gallery-leaf._05 {
  top: -96px;
  right: -14px;
}

.gallery-leaf._06 {
  top: -30px;
  right: -36px;
}

.gallery-leaf._03 {
  inset: -62px -8px auto auto;
}

.title-center-large {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 832px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sticky-wrapper {
  padding-top: 360px;
  padding-bottom: 360px;
  position: sticky;
  top: 0;
}

.gallery-image-small {
  z-index: 2;
  border: 4px solid #fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transform: rotate(0);
  box-shadow: 0 4px 32px #00000014;
}

.gallery-image-small._06 {
  transform: rotate(5.5deg);
}

.gallery-image-small._05 {
  transform: rotate(-6.45deg);
}

.gallery-image-small._04 {
  transform: rotate(5.26deg);
}

.gallery-image-small._01 {
  transform: rotate(-11.5deg);
}

.gallery-image-small._03 {
  transform: rotate(-5.64deg);
}

.gallery-image-small._02 {
  transform: rotate(5.25deg);
}

.gallery-background-images {
  justify-content: center;
  align-items: flex-start;
  width: 1440px;
  max-width: 160%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.gallery-background {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 900px;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.text-span-4 {
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.pattern {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.pattern.left-bottom {
  inset: auto auto 0% 0%;
}

.pattern.testimonial-01-right {
  inset: 0% 7% auto auto;
}

.testimonial-avatar {
  background-color: #e7e7ea;
  border: 2px solid #fff;
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.testimonial-slider {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  height: auto;
  padding-top: 64px;
}

.testimonial-mask-overflow {
  width: 360px;
  overflow: visible;
}

.section-large-3 {
  padding: 128px 5%;
  position: relative;
}

.section-large-3.background-primary {
  background-color: #fff;
}

.overflow-hide {
  overflow: hidden;
}

.paragraph-small-3 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-small-3.text-strong {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.testimonial-numbers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 348px;
  display: grid;
}

.testimonial-slider-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.testimonial-text {
  color: #000;
  letter-spacing: -.006em;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-x-small-3 {
  color: #51515e;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-x-small-3.text-color-tertiary {
  color: #73737f;
}

.container-regular-2 {
  z-index: 2;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.background {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.overline {
  color: #000;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.divider-secondary {
  background-color: #eeeef0;
  border-radius: 4px;
  flex: none;
  width: 100%;
  height: 1px;
}

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

.row-regular.row-space-between {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.testimonial-slide {
  vertical-align: bottom;
  margin-right: 20px;
}

.testimonial-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.h3-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
}

.h3-heading.text-balance {
  color: #000;
  font-family: Behind The Nineties Variable, Arial, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 55px;
}

.highlight-square {
  background-color: #eeeef0;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
}

.hide {
  display: none;
}

.testimonial-arrow {
  background-color: #f7f7f8;
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  color: #73737f;
  border: 1px solid #e7e7ea;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  transition: box-shadow .3s, border-color .3s, color .3s, background-color .3s;
  display: flex;
  inset: -36px 0% auto auto;
}

.testimonial-arrow:hover {
  color: #1a1925;
  background-color: #e7e7ea;
  border-color: #d7d7de;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250f, 0 .5px .5px #1a19250f;
}

.testimonial-arrow.left {
  height: 48px;
  padding: 12px;
  right: 56px;
}

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

.row-small.row-top {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.badge-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-regular-2 {
  color: #51515e;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-regular-2.text-color-tertiary {
  color: #000;
  max-width: 480px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.testimonial-badge {
  color: #1a1925;
  background-color: #f7f7f8;
  border-radius: 99px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.icon-regular-3 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: color .3s;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #1f62ff;
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  white-space: nowrap;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all, background-color, box-shadow;
  transition-duration: .45s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-primary:hover {
  background-image: linear-gradient(0deg, #5555553d, #ececec14);
  transform: translate(6px, -6px);
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.h6-heading-2 {
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  color: #000;
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.text-span-5 {
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.testimonal-review-stars-s {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.people-image {
  margin-left: 0;
}

.testimonial-star {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.subheading-regular-2 {
  color: #1e1e20;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

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

.testimonial-card-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.paragraph-small-4 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.testimonial-section {
  padding: 92px 5%;
  overflow: hidden;
}

.testimonial-action {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6e6e72;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-x-small-4 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-4.text-color-tertiary {
  color: #6e6e72;
}

.dot-gray {
  background-color: #d2d2d7;
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

.h6-heading-3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.testimonial-card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.testimonial-slider-header-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-nav-inactive {
  -webkit-user-select: none;
  user-select: none;
  background-color: #ececee;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.column-xx-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.overline-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.overline-regular.text-color-tertiary {
  color: #6e6e72;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.code-embed-3 {
  text-align: center;
  display: none;
}

.testimonial-slide-2 {
  margin-right: 40px;
}

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

.slider-button {
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.slider-button.left {
  color: #1e1e20;
  background-color: #0000;
}

.title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.testimonial-image-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial-mask {
  width: 400px;
  overflow: visible;
}

.testimonial-image {
  border-radius: 8px;
  min-width: 84px;
  max-width: 84px;
  min-height: 84px;
  max-height: 84px;
}

.slider-nav-active {
  -webkit-user-select: none;
  user-select: none;
  background-color: #1e1e20;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.testimonial-slider-navigation {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-star-2 {
  color: #f2b90d;
}

.testimonial-star-2.inactive {
  color: #d2d2d7;
}

.h1-heading-5 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.testimonial-slider-2 {
  background-color: #0000;
  height: auto;
}

.button-outline-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1e1e20;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1e1e20;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-outline-small:hover {
  color: #fff;
  background-color: #000;
}

.icon-x-small-3 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.testimonial-slider-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.body {
  font-family: Montserrat, sans-serif;
}

.text-block-9 {
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}

.paragraph-regular-16 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-regular-16.newdesc {
  color: #000;
  margin-top: 10px;
  font-weight: 300;
}

.badge-regular {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.badge-regular.gray {
  color: #fff;
  background-color: #0057be;
  font-size: 16px;
  font-weight: 700;
}

.gallery-thumb-cover-2 {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(#0009, #0009);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Inconsolata, monospace;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: 0;
}

.container-regular-8 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrapper-small-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-4 {
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 700;
}

.h3-heading-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

.h3-heading-3.newheading {
  color: #000;
  text-align: center;
}

.section-small {
  padding: 80px 5%;
}

.section-small.background-secondary {
  background-color: #f6f5f3;
}

.section-small.background-secondary.newsec {
  background-color: #fff;
}

.section-small.background-secondary.newsec.newsec1.invs1 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-small.background-secondary.newsec.newsec1.invs1.ml {
  background-image: none;
  margin-bottom: 40px;
}

.text-block-10 {
  text-transform: uppercase;
  font-weight: 700;
}

.expand-icon {
  width: 35px;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}

.title-wrapper-large-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.expandir {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.testimonial-overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(#fff0, #f6f5f300 50%, #f6f5f3cc 80%, #f6f5f3);
  position: absolute;
  inset: 0%;
}

.background-video {
  z-index: 1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 400px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-wrapper-3 {
  margin-bottom: 20px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.lightbox-link-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 340px;
  height: 400px;
}

.lightbox-link-3.image4 {
  background-image: url('../images/Untitled-design-20.svg');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image4:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image2 {
  background-image: url('../images/386337631_810860787497101_7644533005443752777_n.jpg');
}

.lightbox-link-3.image2._6 {
  border-radius: 6px;
}

.lightbox-link-3.image2._6.an {
  background-image: url('../images/Untitled-design-31.svg');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image2._6.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image2._6.an.a2 {
  background-image: url('../images/Untitled-design-32.png');
}

.lightbox-link-3.image6 {
  background-image: url('../images/Untitled-design-29.svg');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image6:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1 {
  background-image: url('../images/387056970_812722277310952_4420910492666136413_n.jpg');
  border-radius: 6px;
  transition: all .45s;
}

.lightbox-link-3.image1:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image1.ani {
  background-image: url('../images/Untitled-design-34.png');
  text-decoration: none;
}

.lightbox-link-3.image1.ani.a1 {
  background-image: url('../images/Untitled-design-19.svg');
}

.lightbox-link-3.image3 {
  background-image: url('../images/328086421_587924376486841_7917133437586571683_n.jpg');
  border-radius: 6px;
}

.lightbox-link-3.image3.an {
  background-image: url('../images/Untitled-design-26.svg');
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image3.an:hover {
  transform: translate(4px, -4px);
}

.lightbox-link-3.image3.an.a3 {
  background-image: url('../images/Untitled-design-21.svg');
}

.lightbox-link-3.image5 {
  background-image: url('../images/Untitled-design-22.svg');
  border-radius: 6px;
  text-decoration: none;
  transition: all .45s;
}

.lightbox-link-3.image5:hover {
  transform: translate(4px, -4px);
}

.text-span-6 {
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-small-5 {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small-5.text-color-tertiary {
  color: #fff;
  font-weight: 300;
}

.footer-section {
  background-color: #f8f7f2;
  padding: 96px 5% 48px;
  position: relative;
}

.footer-section.background-secondary {
  background-color: #f1efe5;
  background-image: linear-gradient(#000000bf 100%, #fff), url('../images/Untitled-design-32.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 10px;
}

.h5-heading {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Behind The Nineties Variable, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.legal-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: color .3s;
}

.legal-link:hover {
  color: #2f261d;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.column-x-large.new1 {
  display: none;
}

.legal-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 392px;
  display: flex;
}

.footer-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 288px;
  display: flex;
}

.footer-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--gradient-light-blue);
}

.scroll-button {
  color: #6b5843;
  background-color: #f8f7f2;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.column-large-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.legal-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 20px;
  display: grid;
}

.icon-x-small-4 {
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
}

.container-x-large-2 {
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-link-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-color-red {
  color: #ed775a;
}

.legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.subheading-regular-3 {
  color: #2f261d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.subheading-regular-3.text-weight-semibold {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #487f6a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.paragraph-small-6 {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small-6.text-color-tertiary {
  color: #6b5843;
}

.footer-cta-button {
  margin-left: auto;
}

.legal-link-2 {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  transition: color .3s;
}

.legal-link-2:hover {
  color: #2f261d;
}

.text-accent-2 {
  color: #487f6a;
  font-style: italic;
}

.footer-link-2 {
  color: #6b5843;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

.footer-link-2:hover {
  color: #487f6a;
}

.footer-cta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -154px;
  margin-bottom: 70px;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.container-small-2 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-x-small-5 {
  color: #6b5843;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-x-small-5.text-color-tertiary {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.h6-heading-4 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Behind The Nineties Variable, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
}

.subheading-regular-4 {
  color: #2f261d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.footer-divider {
  background-color: #ccc3a3;
  flex: none;
  width: 100%;
  height: .5px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.text-span-7 {
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.give_content {
  z-index: 2;
  background-color: #f4f4f4;
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  margin-top: 4rem;
  margin-right: -4rem;
  padding: 32px;
  position: relative;
}

.donate-checkbox_label {
  z-index: 3;
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
}

.form_donate-options {
  border: 1px solid #000;
  border-radius: 0;
  display: flex;
}

.give_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.donate-checkbox {
  z-index: 2;
  background-color: #fff;
  border-style: none;
  border-right-width: 2px;
  border-right-color: #000;
  border-radius: 0;
  flex: 1;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.donate-checkbox:active {
  background-color: #bdfaac;
}

.donate-checkbox.w--redirected-checked {
  background-color: #98d487;
  background-image: none;
  border-style: none;
  border-width: 1px;
}

.donate-checkbox.is-first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.donate-checkbox.is-last {
  border-right-style: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.give_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.give_image-wrapper {
  height: 720px;
}

.field-label {
  color: #59904a;
  border-radius: 0;
  align-items: center;
  width: auto;
  margin-bottom: .1rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  display: flex;
  position: static;
  top: 2px;
  left: 2px;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.error-text {
  color: #e23939;
}

.form-checkbox {
  border-right: 1px solid #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 13px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-checkbox.is-last {
  border-right-style: none;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-field-wrapper {
  position: relative;
}

.give_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.give_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.heading-3 {
  color: #fff;
  max-width: 480px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph {
  color: #fff;
  font-weight: 300;
  line-height: 24px;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 12px;
  padding: 5%;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-2 {
  border-radius: 0;
}

.flex-block-8 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.footer-text-link {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-text-link:hover {
  color: #fff;
}

.cleaning-navbar-no-shadow {
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  margin-top: 0;
  position: static;
  top: 0;
}

.text-block-17 {
  font-size: 16px;
  font-weight: 600;
}

.button-secondary-l-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #ede32c;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 105px;
  height: 48px;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s, border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-secondary-l-2:hover {
  background-color: #000;
  transform: translate(4px, -4px);
}

.button-secondary-l-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-secondary-l-2.newbtn {
  background-color: #272e6c;
}

.button-secondary-l-2.newbtn.new1 {
  background-color: var(--gradient-light-blue);
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .45s, border-color .4s, background-color .4s, color .4s;
  transform: skew(-4deg);
  box-shadow: 0 2px 5px #0003;
}

.button-secondary-l-2.newbtn.new1:hover {
  background-color: var(--gradient-light-blue);
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  transform: translate(-4px, -4px);
  box-shadow: 0 2px 5px #0003;
}

.brix---paragraph-default-11 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---paragraph-default-11.ntetxt.newtext {
  color: #fff;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.cleaning-nav-link {
  color: #fff;
  letter-spacing: .25px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .45s;
  display: inline-block;
}

.cleaning-nav-link:hover {
  color: var(--gradient-light-blue);
}

.cleaning-nav-link:active {
  color: #d61f02;
}

.icon-regular-17 {
  color: #6c7c60;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-17.nk1 {
  color: #21372e;
  width: 22px;
}

.brix---icon-mg-top {
  margin-top: 4px;
}

.cleaning-navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo {
  z-index: 1;
  flex: none;
  position: relative;
}

.cleaning-nav-block {
  position: relative;
  overflow: hidden;
}

.brix---icon-pagraph-wrapper-3 {
  color: #6e7191;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.cleaning-navbar-container {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 18px 5%;
}

.button-secondary-small-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #6c7c60;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.overline-5 {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.overline-5.text-color-white {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 10px;
  font-size: 14px;
}

.overline-5.text-color-white.newt {
  border-right-style: none;
}

.navigation-buttons-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-mobile__background-2 {
  z-index: 998;
  background-color: #43b97f;
  display: none;
  position: fixed;
  inset: 0%;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.logo-2 {
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: -70px;
}

.logo-2.newlogo {
  margin-left: -30px;
  margin-right: -30px;
}

.nav-main__container-2 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 84rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: relative;
}

.cleaning-container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navigation-right-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---footer-list-wrapper-3 {
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  list-style-type: none;
}

.cleaning-contact-block {
  margin-left: 20px;
}

.brix---link-text-3 {
  color: #fff;
  font-size: 17px;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text-3.nre1 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.brix---link-wrapper-color-primary-3 {
  color: #ec1d25;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-3:hover {
  color: #281ca5;
}

.column-regular-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.cleaning-nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: -60px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.footer-column.nc {
  display: none;
}

.footer-column.newcolumn {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.subheading-regular-6 {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular-6.text-color-secondary {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.cleaning-list-item {
  color: #0a66c2;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cleaning-list-item:hover {
  color: var(--gradient-light-blue);
}

.cleaning-list-item.page {
  border-bottom: 2px solid var(--gradient-light-blue);
  font-weight: 600;
}

.cleaning-list-item.page:hover {
  border-bottom-color: var(--gradient-light-blue);
  color: var(--gradient-light-blue);
}

.footer-icon {
  padding-top: 2px;
  padding-bottom: 2px;
}

.icon-regular-8 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-small-2 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.column-x-large-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: none;
}

.text-block-16 {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.cleaning-topbar-container {
  max-width: 1200px;
}

.cleaning-social-block {
  background-color: #00000080;
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  color: #1d262d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: block;
}

.contact-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.top {
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cleaning-top-bar {
  z-index: 2;
  position: relative;
}

.section-22 {
  text-decoration: none;
  display: flex;
}

.contact-topbar {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-left: -70px;
  display: flex;
}

.cleaning-topbar-social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.icon-regular-11 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-11.new14 {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-11.new14.new15 {
  color: #3983e2;
}

.cleaning-top-bar-blue-bg-2 {
  z-index: -1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff3;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -10%;
  transform: skew(40deg);
}

.html-embed-2 {
  opacity: 1;
  border-radius: 8px;
  width: 100%;
  margin-bottom: -15px;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-9 {
  background-color: #fff;
  border-radius: 8px;
  width: 400px;
  height: 400px;
  margin-bottom: -487px;
  margin-left: 40px;
  padding: 1%;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-10 {
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.text-block-18 {
  font-size: 17px;
  font-style: italic;
}

.section-large-4 {
  padding: 40px 5% 180px;
  position: relative;
  overflow: hidden;
}

.account-link {
  color: #e56161;
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8px;
  text-decoration: none;
}

.form-grid-block {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-grid-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.container-large-4 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-card-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-large-2 {
  color: #000;
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.form-block-large {
  border-radius: 12px;
  margin-bottom: 0;
  padding: 5%;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-small-7 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.paragraph-small-7.text-color-gray-600 {
  color: #6d767e;
}

.text-link {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.form-field-label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.account-sign-wrapper {
  text-align: center;
  margin-top: 12px;
}

.form-field-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.account-form-button {
  flex-direction: column;
  display: flex;
}

.contact-accent {
  border-radius: 9px;
  max-width: none;
}

.form-text-field {
  letter-spacing: -.02em;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  box-shadow: 0 2px 5px #0003;
}

.form-text-field:focus {
  border-color: #6173e5;
}

.form-text-field::placeholder {
  color: #adb5bd;
}

.contact-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.paragraph-regular-17 {
  color: #000;
  width: 400px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.h6-heading-5 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Behind The Nineties Variable, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
}

.contact-content-card {
  display: flex;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border: 1px #cbd0f6;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-outline:hover {
  background-color: #eeeffc;
  transform: translate(6px, -6px);
}

.contact-content-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.h1-heading-6 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Behind The Nineties Variable, Arial, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
}

.column-regular-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.column-regular-4.column-space-between {
  justify-content: space-between;
}

.button-dark-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 12px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-dark-large:hover {
  background-color: #353b41;
}

.image-3 {
  border-radius: 8px;
  max-width: 219px;
  height: 164.25px;
}

.image-4 {
  background-color: #fff;
  border-radius: 8px;
  width: 219px;
  height: 164px;
  box-shadow: 0 2px 5px #0003;
}

.contact-map-button {
  color: #000;
  background-color: #25252733;
  border: .5px solid #e6e6e7;
  border-radius: 999px;
  padding: 32px;
  position: absolute;
}

.section-regular-2 {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

.section-regular-2.background-white {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 140px;
}

.column-regular-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.paragraph-small-8 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-8.text-color-tertiary {
  color: #000;
  font-weight: 300;
}

.button-secondary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #000;
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .45s;
  display: inline-flex;
}

.button-secondary-small:hover {
  transform: translate(6px, -6px);
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr;
  align-items: end;
  margin-bottom: 64px;
}

.subheading-regular-7 {
  color: #000;
  letter-spacing: -.12px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-x-large-4 {
  color: #000;
  max-width: 550px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.contact-map-button-inner {
  background-color: #fff;
  border-radius: 99px;
  padding: 24px;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.contact-map-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.button-grid-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  width: 100%;
}

.overline-regular-2 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.h2-heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.container-regular-9 {
  z-index: 1;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.contact-map {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.contact-map-detail {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 380px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 12px 12px;
  box-shadow: 0 2px 5px #0003;
}

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

.link-block, .link-block-2 {
  text-decoration: none;
}

.footer-legal-wrap-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.paragraph-small-15 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.link-2 {
  text-decoration: none;
}

.bold-text-11 {
  color: #fff;
  text-decoration: none;
}

.footer-legal-links-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.footer-legal-link-2:hover {
  color: #fff;
}

.divider-gray-800 {
  background-color: #ffffff9e;
  width: 100%;
  height: 1px;
}

.icon-regular-24 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-24.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-24.new14.neq {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.nav__wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.nav__container {
  align-items: center;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 32px;
  display: flex;
}

.nav__trigger {
  order: 1;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 32px;
  margin-left: 16px;
  display: none;
  position: relative;
}

.menu-line {
  background-color: #000;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.brix---link-text-4 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s;
  display: inline-block;
}

.ft-link-blocks {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr 1fr 1fr;
  margin-bottom: 35px;
}

.nav__inner {
  justify-content: flex-end;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.brix---link-wrapper-color-primary-4 {
  color: #ec1d25;
  align-items: center;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-4:hover {
  color: #281ca5;
}

.nav__bar {
  z-index: 10;
  background-color: #eee;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.footer-head {
  color: #fff;
  font-size: 20px;
}

.nav__css {
  position: fixed;
}

.nav__flexed {
  align-items: center;
  margin-left: auto;
  display: flex;
}

.column-large-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.nav-divider {
  border-right: 1px dotted #8c8f93;
  width: 1px;
  height: 21px;
  margin-left: 5px;
  margin-right: 5px;
}

.column-x-large-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.subheading-regular-8 {
  color: #000;
  text-align: left;
  letter-spacing: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-regular-8.text-color-secondary {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.icon-large-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.icon-large-3.newicon {
  width: 26px;
  height: 26px;
}

.nav-menu-wrapper-4 {
  justify-content: flex-end;
  align-items: center;
  margin-top: -35px;
  display: flex;
}

.column-regular-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular-18 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.navigation-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.footer-social-links-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.nav__inner-2 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.button-secondary-small-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #6c7c60;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.line-wrap-3 {
  transform-style: preserve-3d;
}

.nav__bar-3 {
  z-index: 10;
  background-color: #eee;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-logo {
  padding-left: 0;
  display: flex;
}

.nav__wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.footer-social-link-5 {
  color: #c9c9c9;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

.nav-text-wrap {
  flex-direction: column;
  align-items: center;
  height: 14px;
  display: flex;
  overflow: hidden;
}

.icon-regular-23 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.brix---link-wrapper-color-primary-5 {
  color: #ec1d25;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-5:hover {
  color: #281ca5;
}

.logo-3 {
  margin-top: -20px;
  position: relative;
}

.footer-grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
}

.cal-link-2 {
  color: #fff;
  background-image: url('../images/calendar-with-a-clock-time-tools_1calendar-with-a-clock-time-tools.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

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

.nav-main__container-3 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 84rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.link-text-hov {
  color: #fff;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.nav-link.w--current {
  border-bottom: 1px solid #fff;
}

.footer-company-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  max-width: 400px;
  display: flex;
}

.overline-6 {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.overline-6.text-color-white {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 10px;
  font-size: 14px;
}

.overline-6.text-color-white.newt {
  border-right-style: none;
}

.column-regular-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.navigation-menu-left-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: static;
}

.icon-regular-25 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.brix---link-wrapper-color-primary-6 {
  color: #ec1d25;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-6:hover {
  color: #281ca5;
}

.footer-grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1.25fr;
}

.overline-7 {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.overline-7.text-color-white {
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 10px;
  font-size: 14px;
}

.overline-7.text-color-white.newt {
  border-right-style: none;
}

.brix---link-wrapper-color-primary-2 {
  color: #ec1d25;
  align-items: center;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-2:hover {
  color: #281ca5;
}

.icon-regular-18 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.brix---link-text-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s;
  display: inline-block;
}

.brix---footer-list-item-2 {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---link-wrapper-color-primary-7 {
  color: #ec1d25;
  align-items: center;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary-7:hover {
  color: #281ca5;
}

.brix---link-text-5 {
  color: #fff;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s;
  display: inline-block;
}

.brix---link-text-5.nre1 {
  color: #fff;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
}

.icon-regular-26 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-span-8 {
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.title-wrapper-regular {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.paragraph-x-small-6 {
  letter-spacing: .04px;
  font-size: 12px;
  line-height: 16px;
}

.team-social-link {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  background-color: #ffffff14;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s, background-color .3s;
  display: flex;
}

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

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

.team-overlay {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.team-overlay.team1 {
  background-image: url('../images/Untitled-design-28.svg');
}

.team-overlay.team2 {
  background-image: url('../images/Untitled-design-19.svg');
}

.paragraph-x-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large-5.text-color-gray-500 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.team-socials {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section-large-5 {
  background-color: #000;
  background-image: linear-gradient(#000000a3 100%, #fff0), url('../images/Untitled-design-31.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 120px 5%;
  position: relative;
}

.icon-regular-27 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.container-large-5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.badge-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.h6-heading-6 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

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

.team-image-wrapper {
  background-image: radial-gradient(circle closest-corner, #bba7f140, #36178c00);
  border-radius: 12px;
  width: 100%;
  height: 387px;
  position: relative;
  overflow: hidden;
}

.h2-heading-3 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.column-tiny.column-center {
  text-align: center;
  align-items: center;
}

.dropdown-toggle {
  display: flex;
}

.text-block-20 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.code-embed-4 {
  color: #fff;
  font-size: 18px;
}

.navigation-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #6d6d6d;
  letter-spacing: -.18px;
  white-space: normal;
  justify-content: center;
  align-items: center;
  padding: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-dropdown-toggle:hover {
  color: #286efb;
}

.navigation-dropdown-toggle.w--current {
  color: #642eff;
}

.search-form-block {
  flex: 1;
  margin-bottom: 0;
}

.navigation-image-foreground {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.navigation-brand {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-left-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.search-dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #454545;
  letter-spacing: -.08px;
  border-radius: 24px;
  align-items: center;
  height: 100%;
  padding: 8px 12px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.search-dropdown-toggle:hover {
  color: #2b2b2b;
  background-color: #f6f6f6;
}

.search-dropdown-toggle.w--current {
  color: #642eff;
}

.search-dropdown-toggle.w--open {
  background-color: #f6f6f6;
}

.navigation-dropdown-link-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-icon-button {
  color: #6d6d6d;
  border-radius: 100%;
  padding: 4px;
  transition: color .3s;
  position: absolute;
}

.search-icon-button:hover {
  color: #000;
}

.search-dropdown {
  border-radius: 24px;
  margin-left: 0;
  margin-right: 0;
}

.navigation-link-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.navigation-side-link {
  color: #6d6d6d;
  letter-spacing: -.18px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-side-link:hover {
  color: #2b2b2b;
}

.form-success-message {
  color: #0b2811;
  background-color: #e3f8e7;
  border-radius: 8px;
  padding: 14px 18px;
}

.navigation-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: .5px solid #e7e7e7;
  border-radius: 12px;
  justify-content: space-between;
  padding: 12px 16px;
  text-decoration: none;
  transition: all .3s, background-color .3s;
  display: flex;
}

.navigation-link-large:hover {
  background-color: #f6f6f6;
}

.navigation-link-large.browse-all {
  border-style: none;
  justify-content: space-between;
  align-items: center;
}

.subheading-regular-9 {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.navigation-search {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-top {
  z-index: 999;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.code-embed-5 {
  display: none;
}

.search-input {
  color: #2b2b2b;
  letter-spacing: -.08px;
  background-color: #0000;
  border: 1px #000;
  border-radius: 10px;
  height: 40px;
  margin-bottom: 0;
  padding: 12px 16px 12px 34px;
  font-size: 16px;
  line-height: 1.5;
  transition: color .3s, background-color .3s;
}

.search-input:focus {
  color: #2b2b2b;
}

.search-input::placeholder {
  color: #6d6d6d;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #286efb;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 20px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-2:hover {
  background-color: #1843dc;
}

.banner {
  padding: 12px 5%;
}

.form-error-message {
  color: #7d1c33;
  text-align: center;
  background-color: #fde7e7;
  border-radius: 8px;
  padding: 12px 16px;
}

.navigation-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navigation-dropdown.static {
  position: static;
}

.navigation-divider {
  background-color: #d1d1d1;
  border-radius: 4px;
  width: 1px;
  height: 16px;
}

.navigation-dropdown-link-image {
  background-color: #f6f6f6;
  border-radius: 12px;
  flex: none;
  width: 96px;
  height: 96px;
  position: relative;
  overflow: hidden;
}

.navigation-dropdown-list {
  background-color: #0000;
  padding-top: 8px;
}

.navigation-dropdown-list.w--open {
  overflow: hidden;
}

.navigation-dropdown-list.large.w--open {
  z-index: 11;
}

.navigation-dropdown-list.large {
  padding-top: 16px;
  left: 0;
  right: 0;
}

.navigation-image-small {
  background-color: #f6f6f6;
  border-radius: 12px;
  flex: none;
  width: 48px;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.navigation-side-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.navigation-side-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6f6f6;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  padding: 8px;
  display: flex;
}

.icon-regular-28 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-small-16 {
  color: #454545;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.75;
}

.paragraph-small-16.text-color-tertiary {
  color: #6d6d6d;
}

.navigation-card-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
}

.icon-x-small-5 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.banner-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6d6d6d;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 16px;
  font-size: 14px;
  display: flex;
}

.navigation-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-link-brand {
  color: #286efb;
  font-weight: 500;
  text-decoration: underline;
  transition: color .3s;
}

.text-link-brand:hover {
  color: #2b2b2b;
}

.navigation-dropdown-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 48px -8px #d1d5db80;
}

.navigation-logo-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.navigation-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.search-input-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-dropdown-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.paragraph-x-small-7 {
  color: #454545;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.75;
}

.paragraph-x-small-7.text-color-tertiary {
  color: #6d6d6d;
}

.search-dropdown-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  flex-flow: wrap;
  min-width: 230px;
  padding: 8px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 48px -8px #d1d5db80;
}

.navigation-component {
  background-color: #fff;
}

.navigation {
  z-index: 1;
  background-color: #0000;
  border-bottom: 1px solid #e7e7e7;
  padding: 12px 5%;
}

.navigation-links-title {
  padding: 4px 8px;
}

.icon-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #454545;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #e7e7e7;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  display: inline-flex;
}

.search-dropdown-link {
  color: #6d6d6d;
  letter-spacing: -.18px;
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  overflow: hidden;
}

.search-dropdown-link:hover {
  color: #2b2b2b;
  background-color: #f6f6f6;
}

.icon-button-tertiary {
  color: #454545;
  background-color: #f6f6f6;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .3s;
  display: flex;
}

.icon-button-tertiary:hover {
  background-color: #e7e7e7;
}

.text-color-brand {
  color: #286efb;
}

.navigation-image-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.subheading-x-small {
  color: #2b2b2b;
  font-size: 12px;
  font-weight: 500;
}

.subheading-x-small.text-weight-semibold {
  font-weight: 600;
}

.navigation-side-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.navigation-link {
  color: #6d6d6d;
  text-align: center;
  letter-spacing: -.18px;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.navigation-link:hover {
  color: #286efb;
}

.icon-secondary {
  color: #454545;
  background-color: #f6f6f6;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.text-block-21 {
  color: #fff;
  font-weight: 600;
}

.navigation-dropdown-toggle-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #6d6d6d;
  letter-spacing: -.18px;
  white-space: normal;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-dropdown-toggle-2:hover {
  color: #286efb;
}

.navigation-dropdown-toggle-2.w--current {
  color: #642eff;
}

.subheading-regular-10 {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.code-embed-6 {
  display: none;
}

.icon-regular-29 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-small-17 {
  color: #454545;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.75;
}

.paragraph-small-17.text-color-tertiary {
  color: #6d6d6d;
}

.icon-x-small-6 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.navigation-buttons-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-dropdown-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 16px 48px -8px #d1d5db80;
}

.navigation-link-2 {
  color: #f0f0f0;
  letter-spacing: -.25px;
  background-color: #0000;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.navigation-link-2:hover {
  color: #fff;
  background-color: #ffffff1f;
}

.navigation-link-2.w--current {
  color: #642eff;
}

.dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #ababab;
  border-radius: 8px;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.navigation-right-3 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.button-secondary-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: inline-flex;
  position: relative;
}

.button-secondary-large:hover {
  background-color: #ffffff1f;
  border-color: #ffffff1f;
}

.button-secondary-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.paragraph-x-small-8 {
  letter-spacing: .04px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small-8.text-color-gray-500 {
  color: #ababab;
}

.paragraph-x-small-8.text-color-gray-300 {
  color: #d1d1d1;
}

.navigation-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.dropdown-image {
  border-radius: 8px;
}

.button-full {
  flex-direction: column;
  width: 100%;
  display: block;
}

.row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-secondary-small-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #e3e3e3;
  letter-spacing: -.25px;
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-secondary-small-4:hover {
  background-color: #ffffff1f;
  border-color: #ffffff1f;
}

.button-secondary-small-4.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.dropdown-footnote {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.icon-x-large {
  color: var(--gradient-light-blue);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.dropdown-footnote-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

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

.row-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.navigation-links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.paragraph-small-18 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-18.text-color-gray-500 {
  color: #ababab;
}

.dropdown-grid-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.dropdown-featured-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0;
  border-radius: 12px;
  flex-direction: column;
  padding: 12px;
  display: flex;
}

.banner-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#ffffff14, #ffffff14), radial-gradient(circle at 50% 100%, #ffffff12, #fff0 30%);
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 32px;
  display: flex;
  position: relative;
}

.dropdown-link-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.navigation-dropdown-toggle-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #f0f0f0;
  letter-spacing: -.25px;
  border-radius: 8px;
  align-items: center;
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.navigation-dropdown-toggle-3:hover {
  color: #fff;
  background-color: #ffffff1f;
}

.navigation-dropdown-toggle-3.w--current {
  color: #642eff;
}

.navigation-dropdown-toggle-3.w--open {
  background-color: #52525252;
}

.icon-regular-30 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.navigation-2 {
  background-color: #000;
  padding: 16px 5%;
}

.dropdown-icon-block {
  color: #fff;
  background-color: #fff;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.dropdown-card-large {
  z-index: 8;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #ffffff14;
  background-image: radial-gradient(circle at 0 100%, #5e5e5e24, #5e5e5e00), radial-gradient(circle at 50% 100%, #ffffff12, #fff0 62%);
  border-radius: 16px;
  flex-direction: column;
  min-width: 994px;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-logo-3 {
  width: 48px;
}

.dropdown-icon-link {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  transition: color .3s, border-color .3s, background-color .3s;
  display: flex;
}

.dropdown-icon-link:hover {
  color: #fff;
  background-color: #ffffff1f;
  border-color: #ffffff3d;
}

.dropdown-icon-link.grouped {
  margin-left: -8px;
}

.subheading-regular-11 {
  color: #e3e3e3;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.navigation-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-dropdown-list-2 {
  background-color: #0000;
  padding-top: 32px;
  overflow: hidden;
}

.navigation-dropdown-list-2.w--open {
  z-index: 11;
  background-color: #fff;
  margin-left: -380px;
}

.navigation-left-3 {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.text-block-22 {
  font-size: 16px;
  font-weight: 600;
}

.section-23 {
  z-index: 1;
  position: relative;
}

.navigation-list-wrapper-2 {
  background-color: #0057be;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.navigation-list-wrapper-2.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.text-block-42 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.navigation-toggle-2 {
  color: #fff;
  margin-left: 0;
  padding-left: 0;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.navigation-toggle-2:hover {
  color: #fff;
}

.icon-regular-20 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-20.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-20.new14.neq {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.navigation-arrow-2 {
  background-color: #0057be;
  width: 44px;
  height: 44px;
  position: absolute;
  inset: -2px auto auto;
  transform: rotate(45deg);
}

.navigation-link-03 {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.navigation-link-03:hover {
  color: #fff;
  transform: translate(4px, -4px);
}

.navigation-dropdown-1 {
  margin-left: 40px;
  margin-right: 0;
  position: relative;
}

.navigation-list-2 {
  min-width: 290px;
}

.navigation-list-2.w--open {
  background-color: #0000;
  min-width: 290px;
  max-height: 100vh;
  padding-top: 30px;
  left: -80px;
}

.menu-link-2 {
  font-size: 16px;
  font-weight: 500;
}

.chevron {
  margin-right: 5px;
}

.navigation-content {
  z-index: 32;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

.navigation-link-4 {
  color: #f0f0f0;
  letter-spacing: -.25px;
  background-color: #0000;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.navigation-link-4:hover {
  color: #fff;
  background-color: #ffffff1f;
}

.navigation-link-4.w--current {
  color: #642eff;
}

.navigation-right-4 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.paragraph-x-small-9 {
  letter-spacing: .04px;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small-9.text-color-gray-500 {
  color: var(--gradient-dark-blue);
}

.paragraph-x-small-9.text-color-gray-300 {
  color: #d1d1d1;
}

.button-secondary-small-5 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--gradient-dark-blue);
  letter-spacing: -.25px;
  background-color: #fff;
  border: 1px #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-secondary-small-5:hover {
  color: var(--gradient-light-blue);
  background-color: #fff;
  border-color: #ffffff1f;
}

.button-secondary-small-5.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.paragraph-small-19 {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-19.text-color-gray-500 {
  color: #fff;
}

.banner-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#ffffff14, #ffffff14), radial-gradient(circle at 50% 100%, #ffffff12, #fff0 30%);
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 32px;
  display: flex;
  position: relative;
}

.navigation-dropdown-toggle-4 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #f0f0f0;
  letter-spacing: -.25px;
  border-radius: 8px;
  align-items: center;
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.navigation-dropdown-toggle-4:hover {
  color: #fff;
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
}

.navigation-dropdown-toggle-4.w--current {
  color: #642eff;
}

.navigation-dropdown-toggle-4.w--open {
  background-color: #52525252;
}

.icon-regular-31 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.navigation-3 {
  background-color: #000;
  padding: 16px 5%;
}

.dropdown-card-large-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff0;
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue) 99%, white);
  color: #fff;
  border-radius: 16px;
  flex-direction: column;
  min-width: 994px;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.navigation-logo-4 {
  width: 48px;
}

.subheading-regular-12 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.navigation-dropdown-list-3 {
  background-color: #0000;
  padding-top: 32px;
  overflow: hidden;
}

.navigation-dropdown-list-3.w--open {
  left: -345px;
}

.navigation-left-4 {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

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

.text-block-44 {
  font-size: 16px;
  font-weight: 600;
}

.paragraph-small-20 {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small-20.text-color-tertiary {
  color: #6b5843;
}

.form-input-light {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  box-shadow: 0 2px 5px #0003;
}

.form-input-light:focus {
  border-color: #ccc3a3;
}

.form-input-light::placeholder {
  color: #000;
}

.contact-testimonial-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px #ccc3a3;
  border-radius: 16px;
  flex-flow: column;
  max-width: 360px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 12px 12px;
  box-shadow: 0 2px 5px #0003;
}

.icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 640px;
  margin-bottom: 64px;
  display: flex;
}

.form-field-label-2 {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.subheading-large-3 {
  color: #2f261d;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}

.subheading-large-3.text-color-secondary {
  color: #6b5843;
}

.form-caption {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h2-heading-4 {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
}

.h2-heading-4.text-balance {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.text-accent-3 {
  color: #487f6a;
  font-style: italic;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--gradient-light-blue);
  background-image: linear-gradient(180deg, var(--gradient-light-blue), var(--gradient-dark-blue));
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-3:hover {
  background-color: #584837;
}

.contact-image {
  border-radius: 24px;
  overflow: hidden;
}

.contact-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.column-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.container-large-6 {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

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

.icon-regular-32 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.contact-card-outline {
  background-color: #fff;
  border: 1px #ccc3a3;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 5px #0003;
}

.contact-feature-pattern {
  position: absolute;
  inset: -10px -10px auto auto;
}

.subheading-x-small-2 {
  color: #2f261d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
}

.subheading-x-small-2.text-color-tertiary {
  color: #6b5843;
}

.column-regular-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.form-text-area-light {
  color: #2f261d;
  background-color: #fff;
  border: 1px #000;
  border-radius: 8px;
  min-height: 228px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  box-shadow: 0 2px 5px #0003;
}

.form-text-area-light:focus {
  border-color: #ccc3a3;
}

.form-text-area-light::placeholder {
  color: #6b5843;
}

.h6-heading-7 {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial-avatar-2 {
  border-radius: 99px;
  flex: none;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.paragraph-regular-19 {
  color: #6b5843;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.heading-4 {
  color: #000;
}

.heading2322 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.heading-6, .heading-7, .heading-8 {
  color: #fff;
  font-size: 22px;
}

.heading-9 {
  color: #000;
  font-style: italic;
}

.heading-10 {
  color: #fff;
  font-style: italic;
}

.heading-11 {
  color: #000;
}

.heading-12 {
  color: #000;
  font-size: 45px;
}

.heading-13 {
  color: #000;
  font-size: 40px;
  font-style: italic;
}

.text-block-45 {
  font-size: 18px;
  font-weight: 600;
}

.heading-14 {
  color: #fff;
  font-size: 25px;
  font-style: italic;
}

.heading-15 {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}

@media screen and (min-width: 1280px) {
  .text-block-17 {
    font-weight: 600;
  }

  .button-secondary-l-2 {
    background-color: #ede32c;
    border-radius: 6px;
    transition: all .45s, border-color .4s, background-color .4s, color .4s;
  }

  .button-secondary-l-2:hover {
    transform: translate(4px, -4px);
  }

  .button-secondary-l-2.newbtn {
    background-color: #272e6c;
    border-radius: 6px;
  }

  .button-secondary-l-2.newbtn.new1:hover {
    transform: translate(-4px, -4px);
  }

  .cleaning-navbar-container {
    max-width: none;
  }

  .icon-small-2 {
    color: #fff;
    margin-left: 2px;
  }
}

@media screen and (min-width: 1440px) {
  .testimonal-review-stars-s {
    margin-bottom: 0;
  }

  .heading-6 {
    font-size: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .text-field::placeholder {
    font-size: 15px;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .header-dashed-line {
    display: none;
  }

  .header-image-column {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
  }

  .header-logo-wrapper {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
  }

  .header-logo-text {
    max-width: none;
  }

  .title-center {
    margin-bottom: 48px;
  }

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

  .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .logo-cta {
    margin-top: 48px;
  }

  .phone {
    object-position: 50% 0%;
  }

  .header-grid {
    grid-template-columns: 1fr;
  }

  .header-section-02 {
    padding-top: 60px;
  }

  .header-column-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-bottom: 0;
  }

  .form-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-form-block {
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .submit {
    margin-top: 18px;
    font-size: 14px;
    line-height: 20.2px;
  }

  .small-heading {
    max-width: 100%;
    font-size: 14px;
    line-height: 20.2px;
  }

  .home-success-message {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-description {
    font-size: 10px;
    line-height: 18px;
  }

  .content-tab-image {
    max-width: none;
  }

  .content-tab-browse-link {
    width: auto;
    max-width: none;
    margin-top: 24px;
    position: static;
  }

  .content-tab-content {
    max-width: none;
    padding-left: 0;
    position: static;
  }

  .content-tabs-menu {
    max-width: none;
    margin-bottom: 32px;
  }

  .content-tabs {
    flex-flow: column;
    margin-top: 24px;
  }

  .content-tabs-left {
    max-width: none;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header3_component {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home-hero_background {
    display: none;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-section {
    height: auto;
    padding-top: 360px;
    padding-bottom: 360px;
    overflow: hidden;
  }

  .sticky-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .gallery-background {
    height: auto;
    inset: 0%;
  }

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

  .h3-heading {
    font-size: 40px;
  }

  .expand-icon {
    width: 20px;
    position: absolute;
    bottom: 10px;
    right: 20px;
  }

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

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

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

  .give_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cleaning-nav-menu-wrapper {
    background-color: #0000;
  }

  .cleaning-nav-link {
    color: #1d262d;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-mobile__background-2 {
    z-index: 997;
    background-color: #43b97f;
    width: 100vw;
    height: 100vh;
    padding: 1rem 0 0 2rem;
    display: block;
    position: fixed;
    inset: 0;
  }

  .logo-2 {
    object-fit: cover;
  }

  .nav-main__container-2 {
    z-index: 1;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cleaning-contact-block {
    margin-left: 0;
  }

  .cleaning-nav-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .cleaning-list-item {
    text-align: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .cleaning-social-block {
    background-color: #fff;
  }

  .cleaning-top-bar {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0a66c266;
  }

  .cleaning-top-bar-blue-bg-2 {
    background-color: #fff0;
    transform: none;
  }

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

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

  .contact-card-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .button-dark-large {
    display: flex;
  }

  .contact-map-button {
    padding: 24px;
  }

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

  .heading-grid {
    grid-template-columns: 1fr;
  }

  .contact-map-button-inner {
    padding: 16px;
  }

  .footer-legal-wrap-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .nav__wrapper {
    opacity: 1;
    flex: none;
    width: 100vw;
    height: 100vh;
    transition: all .7s cubic-bezier(.19, 1, .22, 1);
    position: fixed;
    inset: 0%;
    transform: translate(0%);
  }

  .nav__container {
    justify-content: space-between;
  }

  .nav__trigger {
    z-index: 1;
    display: flex;
  }

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

  .nav__inner {
    background-color: #eee;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .nav-menu-wrapper-4 {
    margin-top: 10px;
  }

  .menu-button-4 {
    color: #fff;
    background-color: #ff5805;
    padding: 8px;
  }

  .menu-button-4.w--open {
    background-color: #000;
  }

  .nav__inner-2 {
    background-color: #eee;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .nav__wrapper-2 {
    opacity: 1;
    flex: none;
    width: 100vw;
    height: 100vh;
    transition: all .7s cubic-bezier(.19, 1, .22, 1);
    position: fixed;
    inset: 0%;
    transform: translate(0%);
  }

  .logo-3 {
    object-fit: cover;
  }

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

  .nav-main__container-3 {
    z-index: 1;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navigation-menu-left-2 {
    background-color: #fff;
    padding: 24px 5%;
    position: absolute;
  }

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

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

  .navigation-dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .navigation-left-2 {
    display: none;
  }

  .search-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navigation-menu {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 3%;
  }

  .search-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-link-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .navigation-search.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-dropdown.static {
    margin-top: 8px;
  }

  .navigation-dropdown-list.w--open {
    padding-top: 0;
    position: static;
  }

  .navigation-dropdown-list.large.w--open {
    width: auto;
    position: static;
  }

  .navigation-menu-button {
    color: #2b2b2b;
    border: 1px solid #d1d1d1;
    border-radius: 100%;
    flex: none;
    width: 40px;
    height: 40px;
    padding: 11px;
  }

  .navigation-menu-button.w--open {
    background-color: #000;
    border-color: #000;
  }

  .navigation-card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr;
  }

  .navigation-dropdown-card, .search-dropdown-card {
    min-width: auto;
  }

  .navigation-link {
    text-align: left;
    margin-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .navigation-dropdown-toggle-2 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .navigation-dropdown-card-2 {
    min-width: auto;
  }

  .navigation-link-2 {
    width: 100%;
  }

  .navigation-right-3 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .navigation-menu-2 {
    background-color: #000;
    border-bottom: 1px solid #ffffff3d;
    padding: 12px 3%;
  }

  .navigation-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

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

  .dropdown-grid-large {
    grid-template-columns: 2fr;
  }

  .dropdown-featured-links {
    max-width: 40%;
  }

  .navigation-dropdown-toggle-3 {
    justify-content: space-between;
    width: 100%;
  }

  .navigation-menu-button-2 {
    color: #fff;
    background-color: #3d3d3da3;
    background-image: radial-gradient(circle at 50% 220%, #ffffff4a, #fff0);
    border: 1px solid #ffffff14;
    border-radius: 12px;
    padding: 12px;
  }

  .navigation-menu-button-2.w--open {
    background-color: #36178c;
  }

  .dropdown-card-large {
    min-width: auto;
  }

  .navigation-dropdown-2 {
    width: 100%;
  }

  .navigation-dropdown-list-2 {
    padding-top: 0;
  }

  .navigation-dropdown-list-2.w--open {
    padding-top: 8px;
    position: static;
  }

  .navigation-left-3 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-list-wrapper-2 {
    box-shadow: none;
  }

  .navigation-toggle-2 {
    width: 100%;
    padding-left: 16px;
  }

  .navigation-toggle-2.w--open {
    width: 100%;
  }

  .navigation-dropdown-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-list-2.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .chevron {
    margin-right: 20px;
  }

  .navigation-content, .navigation-link-4 {
    width: 100%;
  }

  .navigation-right-4 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-dropdown-toggle-4 {
    justify-content: space-between;
    width: 100%;
  }

  .navigation-menu-button-3 {
    color: #fff;
    background-color: #3d3d3da3;
    background-image: radial-gradient(circle at 50% 220%, #ffffff4a, #fff0);
    border: 1px solid #ffffff14;
    border-radius: 12px;
    padding: 12px;
  }

  .navigation-menu-button-3.w--open {
    background-color: #36178c;
  }

  .dropdown-card-large-2 {
    min-width: auto;
  }

  .navigation-dropdown-3 {
    width: 100%;
  }

  .navigation-dropdown-list-3 {
    padding-top: 0;
  }

  .navigation-dropdown-list-3.w--open {
    padding-top: 8px;
    position: static;
  }

  .navigation-left-4 {
    align-items: center;
    width: auto;
    display: flex;
  }
}

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

  .header-tabs-menu-small {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-tabs-small {
    max-width: none;
  }

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

  .phone-accent-left {
    left: -4%;
  }

  .header-section-02 {
    background-size: auto;
    padding-top: 72px;
  }

  .content-tab-image {
    max-width: none;
  }

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

  .h1-heading-3, .h1-heading-4 {
    font-size: 56px;
  }

  .product-card {
    min-height: 330px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header3_component {
    grid-row-gap: 3rem;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-section {
    min-height: auto;
    padding-top: 300px;
    padding-bottom: 240px;
  }

  .gallery-rotate-image._03, .gallery-rotate-image._06, .gallery-rotate-image._04, .gallery-rotate-image._01 {
    display: none;
  }

  .gallery-background-images {
    max-width: 100%;
  }

  .testimonial-slider-header {
    max-width: none;
    margin-bottom: 24px;
  }

  .background {
    display: none;
  }

  .testimonial-slide {
    vertical-align: top;
  }

  .testimonial-footer {
    margin-top: 48px;
  }

  .testimonial-arrow {
    top: 0;
    left: 56px;
    right: auto;
  }

  .testimonial-arrow.left {
    left: 0;
    right: auto;
  }

  .testimonial-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .h3-heading-3 {
    font-size: 40px;
  }

  .scroll-button {
    position: absolute;
    inset: 0% 0% auto auto;
  }

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

  .footer-cta-button {
    margin-left: 0;
  }

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

  .footer-link-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .give_content {
    margin-right: 0;
    padding: 21px;
  }

  .form_donate-options {
    flex-wrap: wrap;
    max-width: 80vw;
  }

  .give_form-block {
    max-width: 80vw;
  }

  .give_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .give_image-wrapper {
    height: 430px;
  }

  .form-field-wrapper {
    max-width: 80vw;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cleaning-nav-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .nav-logo {
    padding-left: 0;
  }

  .navigation-buttons-2 {
    display: none;
  }

  .nav-mobile__background-2 {
    padding-top: 1.2rem;
    padding-left: 1rem;
    display: none;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .nav-main__container-2 {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cleaning-contact-block {
    margin-top: 10px;
  }

  .cleaning-nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cleaning-list-item {
    padding-top: 0;
  }

  .top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

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

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

  .contact-map-wrapper {
    aspect-ratio: auto;
  }

  .h2-heading-2 {
    font-size: 40px;
  }

  .nav__container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav__trigger {
    margin-left: 8px;
  }

  .nav-menu-wrapper-4 {
    margin-top: 0;
  }

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

  .nav-main__container-3 {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-link {
    display: none;
  }

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

  .brix---footer-list-item-2 {
    margin-bottom: 10px;
  }

  .section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .navigation-link-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .navigation-card-grid {
    max-height: 350px;
    overflow: auto;
  }

  .navigation-dropdown-card, .navigation-dropdown-card-2 {
    grid-template-columns: 1fr;
  }

  .dropdown-featured-links {
    max-width: 50%;
  }

  .banner-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .dropdown-link-grid {
    grid-template-columns: 1fr;
  }

  .banner-3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .h2-heading-4 {
    font-size: 48px;
  }

  .form-text-area-light {
    min-height: 188px;
  }
}

@media screen and (max-width: 479px) {
  .grid-two-column {
    padding-right: 5%;
  }

  .button-row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    align-items: stretch;
    width: 100%;
  }

  .h1-heading {
    width: auto;
    font-size: 32px;
  }

  .header-column {
    padding-left: 5%;
    padding-right: 5%;
  }

  .header-tabs-menu-small {
    grid-template-columns: 1fr;
  }

  .button-primary-large {
    width: 80%;
    font-size: 14px;
  }

  .flex-block.newf1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    position: static;
  }

  .flex-block.newf2 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .flex-block-5 {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .logo-cta-career {
    justify-content: center;
    align-items: center;
  }

  .logo-cta-block {
    padding: 16px;
  }

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

  .phone-accent-left {
    top: 20px;
  }

  .header-button-group {
    flex-flow: wrap;
  }

  .header-logo-row {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .header-button-wrapper {
    max-width: 210px;
  }

  .icon-button-primary.bewicontbm {
    background-image: none;
  }

  .form {
    width: 100%;
    max-width: none;
    margin-top: 16px;
  }

  .form-heading {
    letter-spacing: normal;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }

  .text-block-7 {
    font-size: 12px;
    line-height: 16px;
  }

  .hero-form-block {
    z-index: -1;
    padding: 5%;
    position: relative;
  }

  .form-data {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .submit {
    background-color: #8fa598;
    margin-top: 8px;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 18.8px;
  }

  .small-heading {
    font-size: 12px;
    line-height: 18.8px;
  }

  .text-field {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .button-text {
    font-size: 14px;
  }

  .home-success-message {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-description {
    font-size: 12px;
    line-height: 14px;
  }

  .subheading-large-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .content-tab-content {
    height: 350px;
  }

  .paragraph-x-large-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .h1-heading-3 {
    font-size: 32px;
  }

  .h1-heading-4.text-balance {
    letter-spacing: normal;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .grid-four-column {
    grid-template-columns: 1fr;
  }

  .button-wrapper {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header3_component {
    grid-template-columns: 1fr;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .gallery-section {
    padding-top: 260px;
    padding-bottom: 220px;
  }

  .gallery-rotate-image._03, .gallery-rotate-image._06, .gallery-rotate-image._04, .gallery-rotate-image._01 {
    display: none;
  }

  .testimonial-mask-overflow {
    width: auto;
  }

  .testimonial-footer {
    flex-flow: column;
    align-items: stretch;
  }

  .h3-heading {
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-weight: 700;
  }

  .h3-heading.text-balance {
    font-size: 40px;
  }

  .button-primary {
    letter-spacing: normal;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
  }

  .h6-heading-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .people-image {
    max-width: 30%;
    margin-left: 0;
  }

  .people-image.newgoogleicon {
    margin-right: 5px;
  }

  .testimonial-mask {
    width: auto;
  }

  .badge-regular.gray {
    background-color: #0057be;
    border-style: none;
    box-shadow: 0 2px 5px #0003;
  }

  .bold-text-4 {
    font-size: 32px;
    line-height: 42px;
  }

  .h3-heading-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .h3-heading-3.newheading {
    font-family: Behind The Nineties Variable, Arial, sans-serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 35px;
  }

  .section-small.background-secondary.newsec {
    margin-bottom: -35px;
    padding-bottom: 62px;
  }

  .section-small.background-secondary.newsec.newsec1.invs1 {
    background-image: none;
    flex-flow: column;
    display: flex;
  }

  .text-block-10 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .flex-block-7 {
    flex-flow: column;
  }

  .column-x-large {
    justify-content: center;
    align-items: flex-start;
  }

  .column-x-large.new1 {
    display: none;
  }

  .footer-main {
    justify-content: center;
    align-items: flex-end;
  }

  .footer-main.nl3 {
    justify-content: center;
    align-items: flex-start;
  }

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

  .scroll-button {
    margin-left: auto;
  }

  .column-large-4 {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-grid {
    z-index: 1;
    align-items: center;
    position: relative;
  }

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

  .subheading-regular-3.text-weight-semibold {
    font-size: 20px;
  }

  .footer-link-grid-2 {
    grid-template-columns: 1fr;
  }

  .give_content {
    border-radius: 12px;
    margin-top: 1.5rem;
  }

  .donate-checkbox_label {
    font-size: .8rem;
  }

  .give_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .give_image {
    border-radius: 12px;
    margin-top: 0;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

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

  .cleaning-nav-menu-wrapper {
    background-color: #1e2022;
    flex-flow: column;
    height: 200vh;
    padding-left: 5%;
    display: flex;
  }

  .cleaning-navbar-no-shadow {
    background-color: #ffffff14;
    display: block;
  }

  .brix---paragraph-default-11 {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .brix---paragraph-default-11.ntetxt {
    text-align: center;
    font-size: 16px;
  }

  .brix---paragraph-default-11.ntetxt.newtext {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
  }

  .cleaning-nav-link {
    color: #fff;
  }

  .brix---icon-mg-top {
    margin-top: 0;
  }

  .cleaning-navbar-container {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff1a;
  }

  .overline-5.text-color-white {
    font-size: 14px;
  }

  .overline-5.text-color-white.newt {
    font-weight: 600;
  }

  .nav-mobile__background-2 {
    background-color: #161616;
    padding-left: 0;
    display: none;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .logo-2 {
    flex: none;
    margin-top: 8px;
    margin-left: -35px;
  }

  .nav-main__container-2 {
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 4rem;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Varela Round, sans-serif;
    display: flex;
    position: relative;
  }

  .cleaning-container-regular {
    display: none;
  }

  .brix---link-text-3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .brix---link-text-3.nre1 {
    font-size: 16px;
  }

  .brix---link-wrapper-color-primary-3 {
    color: #0057bf;
    font-weight: 700;
  }

  .column-regular-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .cleaning-nav-menu {
    background-color: #fff0;
    flex-direction: column;
    display: none;
  }

  .footer-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-column.nc {
    margin-bottom: 40px;
  }

  .subheading-regular-6 {
    font-size: 20px;
  }

  .cleaning-list-item {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cleaning-list-item.page {
    color: #fff;
    width: 25%;
  }

  .icon-regular-8 {
    color: #fff;
    margin-right: 5px;
  }

  .icon-regular-8.newicon {
    color: #fff;
  }

  .column-x-large-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .contact-block {
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .top {
    z-index: 11;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: -60px;
    position: absolute;
  }

  .cleaning-top-bar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #00000080;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .contact-topbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: none;
  }

  .icon-regular-11 {
    color: #d12120;
    margin-right: 5px;
  }

  .cleaning-top-bar-blue-bg-2 {
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff26;
    width: 75%;
    height: 61px;
    margin-left: -60px;
    display: block;
    position: static;
    inset: 0% auto 0% 0%;
    overflow: visible;
    transform: skew(40deg);
  }

  .html-embed-2 {
    position: relative;
  }

  .form-grid-block {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .form-block-large {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .paragraph-regular-17 {
    width: 100%;
  }

  .contact-content-card {
    flex-flow: column;
  }

  .contact-content-block {
    padding-left: 0;
  }

  .button-dark-large {
    width: 100%;
  }

  .heading-grid, .button-grid-small {
    grid-template-columns: 1fr;
  }

  .contact-map-detail {
    width: auto;
    max-width: none;
    right: 12px;
  }

  .footer-legal-wrap-2 {
    align-items: center;
  }

  .paragraph-small-15 {
    text-align: center;
    width: 100%;
  }

  .footer-legal-links-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: none;
  }

  .icon-regular-24 {
    color: #d12120;
    margin-right: 5px;
  }

  .nav__wrapper {
    z-index: 19;
  }

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

  .nav__container {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .menu-line {
    background-color: #fff;
    border-radius: 8px;
    width: 40px;
    height: 2px;
  }

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

  .menu-line.m1 {
    width: 30px;
  }

  .brix---link-text-4 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .ft-link-blocks {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .line-wrap {
    width: 40px;
    height: 39px;
    margin-right: 10px;
  }

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

  .nav__inner {
    z-index: 15;
    background-color: navy;
    background-image: linear-gradient(#2b2761, #4c83be);
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }

  .brix---link-wrapper-color-primary-4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }

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

  .nav__bar {
    -webkit-text-fill-color: inherit;
    background-color: #eee0;
    background-clip: content-box;
    height: 87px;
    margin-bottom: -27px;
    margin-right: -8px;
    display: block;
    position: static;
  }

  .footer-head {
    text-align: left;
    font-size: 18px;
  }

  .nav__flexed {
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    padding-top: 0;
  }

  .column-x-large-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .subheading-regular-8 {
    font-size: 20px;
  }

  .icon-large-3 {
    color: #fff;
  }

  .icon-large-3.newicon {
    width: 26px;
    height: 26px;
  }

  .column-regular-7 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph-regular-18 {
    color: #fff;
    font-size: 16px;
  }

  .menu-button-4 {
    background-color: #6c7c6000;
    border-radius: 12px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button-4.w--open {
    background-color: #6c7c6000;
  }

  .navigation-container {
    display: flex;
  }

  .nav__inner-2 {
    background-color: #161616;
    background-image: url('../images/Untitled-design-3.png'), linear-gradient(205deg, #d4010a, #041541 69%);
    background-position: 0 100%, 0 0;
    background-size: cover, auto;
  }

  .line-wrap-3 {
    z-index: 8;
    width: 40px;
    height: 40px;
    margin-right: 0;
    position: relative;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .nav__bar-3 {
    -webkit-text-fill-color: inherit;
    background-color: #eee0;
    background-clip: content-box;
    height: 87px;
    margin-bottom: -27px;
    margin-right: -8px;
    display: none;
    position: static;
  }

  .nav__wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #000;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: fixed;
  }

  .footer-social-link-5 {
    background-color: #ffffff40;
    border-radius: 8px;
  }

  .icon-regular-23 {
    color: #fff;
    margin-right: 5px;
  }

  .icon-regular-23.newicon {
    color: #fff;
  }

  .brix---link-wrapper-color-primary-5 {
    color: #0057bf;
    font-weight: 700;
  }

  .logo-3 {
    flex: none;
  }

  .logo-3.newlogo {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: -22px;
  }

  .footer-grid-4 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .cal-link-2 {
    width: 40px;
    height: 40px;
  }

  .nav-main__container-3 {
    z-index: 20;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
    font-family: Varela Round, sans-serif;
    position: relative;
  }

  .overline-6.text-color-white {
    font-size: 14px;
  }

  .overline-6.text-color-white.newt {
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
  }

  .column-regular-8 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .navigation-menu-left-2 {
    z-index: 9;
    background-color: #eca8b9;
    background-image: linear-gradient(#000000b3 100%, #fff), url('../images/Untitled-design-27.svg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .icon-regular-25 {
    color: #fff;
    margin-right: 5px;
  }

  .icon-regular-25.newicon {
    color: #fff;
  }

  .brix---link-wrapper-color-primary-6 {
    color: #0057bf;
    font-weight: 700;
  }

  .footer-grid-5 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .footer-grid-5.newfooter {
    margin-top: 50px;
  }

  .overline-7.text-color-white {
    font-size: 14px;
  }

  .overline-7.text-color-white.newt {
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
  }

  .brix---link-wrapper-color-primary-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .icon-regular-18 {
    color: #fff;
    margin-right: 5px;
  }

  .brix---link-text-2 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .brix---footer-list-item-2 {
    margin-bottom: 12px;
  }

  .brix---link-wrapper-color-primary-7 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .brix---link-text-5 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .brix---link-text-5.nre1 {
    font-size: 16px;
  }

  .icon-regular-26 {
    color: #fff;
    margin-right: 5px;
  }

  .paragraph-x-small-6.text-weight-medium.text-color-purple-500 {
    color: #fff;
  }

  .h2-heading-3 {
    font-size: 30px;
    line-height: 62px;
  }

  .search-dropdown, .navigation-divider, .navigation-buttons, .navigation-buttons-3, .navigation-button-wrapper {
    display: none;
  }

  .dropdown-footnote {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-featured-links {
    max-width: none;
  }

  .banner-2 {
    display: none;
  }

  .icon-regular-20 {
    color: #d12120;
    margin-right: 5px;
  }

  .banner-3 {
    display: none;
  }

  .contact-testimonial-card {
    margin-top: -100px;
    position: static;
  }

  .form-caption {
    flex-flow: column;
    align-items: flex-start;
  }

  .h2-heading-4.text-balance {
    font-size: 40px;
  }

  .button-primary-3 {
    width: 100%;
  }

  .heading-4 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
  }

  .heading2322 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
  }

  .heading-6, .heading-7 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 600;
  }

  .heading-8 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 600;
  }

  .heading-9 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    font-weight: 700;
  }

  .heading-10 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .heading-11 {
    color: #000;
    font-family: Behind The Nineties Variable, Arial, sans-serif;
    font-weight: 400;
  }

  .heading-12 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
  }

  .heading-13 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .text-block-45 {
    color: #000;
    font-family: Behind The Nineties Variable, Arial, sans-serif;
    font-size: 20px;
  }

  .heading-14 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .heading-15 {
    color: #fff;
    font-family: Behind The Nineties Variable, Arial, sans-serif;
    font-size: 37px;
    font-weight: 400;
    line-height: 45px;
  }
}

#w-node-_4f53cb80-439e-c6b9-7398-1fdb131c9f2d-3d8f7c90 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38c7b-3d8f7c90 {
  align-self: start;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-3d8f7c90 {
  align-self: auto;
}

#w-node-_915d1ceb-a4f6-1e93-0afc-9524a46ba95a-43230186, #w-node-_4f53cb80-439e-c6b9-7398-1fdb131c9f2d-f58dba87, #w-node-bd0d6535-969d-a026-d3ee-b321806d5590-f58dba87, #w-node-bd0d6535-969d-a026-d3ee-b321806d55b0-f58dba87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38c7b-f58dba87 {
  align-self: start;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-f58dba87 {
  align-self: auto;
}

#w-node-_4f53cb80-439e-c6b9-7398-1fdb131c9f2d-430162b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38c7b-430162b4 {
  align-self: start;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-430162b4 {
  align-self: auto;
}

#w-node-_4f53cb80-439e-c6b9-7398-1fdb131c9f2d-2133defa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38c7b-2133defa {
  align-self: start;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-2133defa {
  align-self: auto;
}

#w-node-_4f53cb80-439e-c6b9-7398-1fdb131c9f2d-150a8d02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38c7b-150a8d02 {
  align-self: start;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-150a8d02 {
  align-self: auto;
}

#w-node-_4f53cb80-439e-c6b9-7398-1fdb131c9f2d-cfb54b54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38c7b-cfb54b54 {
  align-self: start;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-cfb54b54 {
  align-self: auto;
}

#w-node-_4f53cb80-439e-c6b9-7398-1fdb131c9f2d-31d37d79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38c7b-31d37d79 {
  align-self: start;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-31d37d79 {
  align-self: auto;
}

#w-node-_4f53cb80-439e-c6b9-7398-1fdb131c9f2d-82f1d7f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38c7b-82f1d7f7 {
  align-self: start;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-82f1d7f7 {
  align-self: auto;
}

#w-node-_4f53cb80-439e-c6b9-7398-1fdb131c9f2d-025ba072 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38c7b-025ba072 {
  align-self: start;
}

#w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-025ba072 {
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-3d8f7c90 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_915d1ceb-a4f6-1e93-0afc-9524a46ba95a-43230186 {
    order: 9999;
  }

  #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-f58dba87, #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-430162b4, #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-2133defa, #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-150a8d02, #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-cfb54b54, #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-31d37d79, #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-82f1d7f7, #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-025ba072 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-3d8f7c90, #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-f58dba87, #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-430162b4, #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-2133defa, #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-150a8d02, #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-cfb54b54, #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-31d37d79, #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-82f1d7f7, #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-025ba072 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-3d8f7c90 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c459a95c-2f79-e494-87f7-b8cbe1986a9f-3d8f7c90, #w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-3d8f7c90 {
    order: -9999;
  }

  #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-f58dba87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c459a95c-2f79-e494-87f7-b8cbe1986a9f-f58dba87, #w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-f58dba87 {
    order: -9999;
  }

  #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-430162b4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c459a95c-2f79-e494-87f7-b8cbe1986a9f-430162b4, #w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-430162b4 {
    order: -9999;
  }

  #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-2133defa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c459a95c-2f79-e494-87f7-b8cbe1986a9f-2133defa, #w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-2133defa {
    order: -9999;
  }

  #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-150a8d02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c459a95c-2f79-e494-87f7-b8cbe1986a9f-150a8d02, #w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-150a8d02 {
    order: -9999;
  }

  #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-cfb54b54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c459a95c-2f79-e494-87f7-b8cbe1986a9f-cfb54b54, #w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-cfb54b54 {
    order: -9999;
  }

  #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-31d37d79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c459a95c-2f79-e494-87f7-b8cbe1986a9f-31d37d79, #w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-31d37d79 {
    order: -9999;
  }

  #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-82f1d7f7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c459a95c-2f79-e494-87f7-b8cbe1986a9f-82f1d7f7, #w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-82f1d7f7 {
    order: -9999;
  }

  #w-node-_8f21ac80-757e-6097-4fd2-4de385d67714-025ba072 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c459a95c-2f79-e494-87f7-b8cbe1986a9f-025ba072, #w-node-f8bb3eda-7dd0-b4b9-e566-e6d9f5f38caa-025ba072 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Behind The Nineties';
  src: url('../fonts/Behind-The-Nineties-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('../fonts/Behind-The-Nineties-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties Variable';
  src: url('../fonts/Behind-The-Nineties-Variable-Italic.ttf') format('truetype');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('../fonts/Behind-The-Nineties-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties Semi';
  src: url('../fonts/Behind-The-Nineties-Semi-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('../fonts/Behind-The-Nineties-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties';
  src: url('../fonts/Behind-The-Nineties-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}