:root {
  --color--dark-heading-2: var(--swatch--black);
  --swatch--white: white;
  --swatch--green-light-3: #accebc;
  --swatch--green-light-2: #738f80;
  --swatch--secondary-light-1: #ece7e4;
  --swatch--green-dark-1: #21332a;
  --swatch--black: black;
  --color--accent: var(--swatch--green-light-2);
  --swatch--green-light-1: #688576;
  --swatch--blue-dark: #061f35;
  --color--surface-2: var(--swatch--green-dark-1);
  --color--numbers: var(--swatch--green-light-2);
  --color--text-primary: var(--swatch--blue-dark);
  --color--light-heading-2: var(--swatch--rose-light);
  --color--green-text-secondary: var(--swatch--green-light-4);
  --color--surface-1: var(--swatch--secondary-light-1);
  --color--surface-3: var(--swatch--secondary-light-2);
  --swatch--green-dark-2: #26372e;
  --swatch--secondary-light-2: #f5f2ef;
  --swatch--rose-light: #e9e1db;
  --swatch--green-light-4: #d9ebe1;
}

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

.ws-nowrap {
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Roboto Flex, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  color: var(--color--dark-heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: var(--color--dark-heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: var(--color--dark-heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  color: var(--color--dark-heading-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
}

h5 {
  color: var(--color--dark-heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  color: var(--color--dark-heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: #061f35;
  margin-bottom: 10px;
}

a {
  color: #738f80;
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  display: flex;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.5;
}

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

.sg-topic {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-parent {
  padding-top: 80px;
  padding-bottom: 80px;
}

.u-bg-surface {
  background-color: #fff;
}

.rich-text h1, .rich-text h2, .rich-text h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text h5, .rich-text h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.css-selector {
  color: #fff;
  background-color: #3e6cff;
  border-radius: 4px;
  flex: none;
  padding: 5px 12px;
  font-size: .875rem;
  line-height: 1;
  display: inline-block;
}

.css-selector.cc-component {
  background-color: #00a65a;
}

.css-selector.cc-attribute {
  background-color: #404040;
}

.css-selector.cc-html {
  background-color: #ab53ae;
}

.text-xl-2 {
  font-size: 1.5rem;
}

.text-wrapper.cc-max-80 {
  max-width: 80ch;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.code {
  color: #413e3e;
  letter-spacing: .04rem;
  background-color: #dbdbdb;
  border-radius: 4px;
  padding-left: .25rem;
  padding-right: .25rem;
}

.tabs-content {
  overflow: visible;
}

.h5 {
  font-size: 24px;
  line-height: 1.2;
}

.text-lg {
  font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.styleguide-tabs {
  width: 100%;
}

.button-holder {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.button-holder.cc-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 40px;
  display: flex;
}

.menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f7f7f7;
  border-radius: 10px;
  flex-flow: column;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 80px;
}

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

.accordion-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item.additional-styling {
  cursor: auto;
  background-color: #f2f2f200;
  border: 1px solid #0000;
  border-radius: 5px;
  padding: 0;
  transition: border-color .2s;
}

.text-xl {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.text-xl.cc-playfair {
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-style: italic;
}

.text-xl.cc-media {
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
}

.sg-tabpane {
  margin-top: 80px;
}

.sg-tablink {
  color: #686868;
  background-color: #ddd0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.sg-tablink:hover {
  color: #000;
  font-weight: 700;
}

.sg-tablink.w--current {
  color: #000;
  background-color: #c8c8c800;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
}

.sg-padding {
  background-color: #3e6cff1f;
  border-bottom: 1px solid #3e6cff;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.sg-padding.cc-sm {
  height: 2.5rem;
}

.sg-padding.cc-lg {
  height: 7.5rem;
}

.sg-padding.cc-0 {
  height: 0;
}

.sg-padding.cc-bottom {
  border-top: 1px solid #3e6cff;
  border-bottom-style: none;
  top: auto;
  bottom: 0;
}

.sg-padding.cc-container {
  border-bottom-style: none;
  border-right: 1px solid #3e6cff;
  width: 2.5rem;
  height: 100%;
}

.sg-padding.cc-container.cc-right {
  border-left: 1px solid #3e6cff;
  border-right-style: none;
  left: auto;
}

.sg-tabs-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.sg-square {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #fafafa;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 120px;
  height: 120px;
  display: grid;
}

.h4 {
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.h4.u-text-green.cc-ch18 {
  max-width: 18ch;
}

.h4.u-text-green.cc-ch15 {
  max-width: 15ch;
}

.u-text-right {
  text-align: right;
}

.u-hide {
  display: none;
}

.h1 {
  font-size: 80px;
  line-height: 1;
}

.h1.u-text-white {
  color: var(--swatch--white);
  font-size: 64px;
  line-height: 1.1;
}

.u-text-accent {
  color: #738f80;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container.relative {
  position: relative;
}

.container.cc-sm {
  width: 672px;
}

.container.cc-hero {
  width: 100%;
  position: relative;
}

.sg-side_nav-parent-link {
  color: #000;
  margin-bottom: 15px;
  text-decoration: none;
}

.sg-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
}

.sg-details-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #e7e5e5;
  border-radius: .625rem;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.default-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.default-grid.cc-gap-lg {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.default-grid.cc-4col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.default-grid.cc-horizontal {
  grid-template-columns: 1fr;
  display: flex;
}

.default-grid.cc-3col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start stretch;
}

.default-grid.cc-media {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start stretch;
}

.u-font-regular {
  font-weight: 400;
}

.u-bg-text {
  background-color: #061f35;
}

.css-selectors-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

.image-holder {
  align-self: flex-start;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.css-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.u-bg-accent {
  background-color: #738f80;
}

.u-font-italic {
  font-style: italic;
  font-weight: 700;
}

.sg-folder {
  flex-flow: column;
}

.button {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-family: Roboto Flex, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px 40px 20px #fff3;
}

.button:hover {
  text-decoration: none;
}

.button.cc-grey {
  box-shadow: none;
  color: #000;
  background-color: #ede9e6b3;
  border: 1px solid #0000001a;
  min-width: 20ch;
}

.button.cc-grey:hover {
  color: #21332a;
  background-color: #ede9e6b3;
}

.button.cc-green {
  box-shadow: none;
  color: #f5f2ef;
  background-color: #738f80;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 24px;
}

.button.cc-green:hover {
  background-color: #73b391;
}

.image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.image.cc-4x3 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image.cc-1x1 {
  aspect-ratio: 1;
}

.image.cc-16x9 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.text-xs {
  font-size: 12px;
  line-height: 1.4;
}

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

.icon.cc-small {
  width: 16px;
  height: 16px;
}

.icon.cc-lg {
  width: 32px;
  height: 32px;
  padding: 5px;
}

.icon.cc-xl {
  width: 50px;
  height: 32px;
  padding: 5px;
}

.icon.cc-xl.cc-opposite {
  transform: rotate(180deg);
}

.icon.cc-card {
  width: 40px;
  height: auto;
}

.icon.cc-burger {
  width: 50px;
  height: 50px;
  padding: 5px;
}

.spacer {
  height: 190px;
}

.accordion-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-trigger {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.sg-element {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(160px, .25fr) 1fr minmax(280px, .5fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.sg-element.cc-even-sides {
  grid-template-columns: .5fr 1fr .5fr;
  justify-content: center;
}

.card {
  color: #21332a;
  background-color: #ece7e4;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  padding: 25px;
  display: flex;
}

.card.cc-green {
  z-index: 4;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: var(--swatch--green-light-3);
  background-color: #26372e;
  height: 100%;
  font-family: Roboto Flex, sans-serif;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.h6 {
  font-size: 18px;
  line-height: 1.2;
}

.spacer-sm {
  height: 1.5rem;
}

.u-text-left {
  text-align: left;
}

.custom-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 12px 0;
  font-family: Roboto Flex, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.custom-button:hover {
  color: var(--swatch--green-light-2);
  text-decoration: none;
}

.text-sm {
  font-size: 16px;
  line-height: 1.4;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 1.2;
}

.u-bg-surface-2 {
  background-color: #ece7e4;
}

.column {
  position: relative;
}

.sg-side_nav-sub-link {
  color: #686868;
  border-left: 1px solid #f7f7f7;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 40px;
  text-decoration: none;
  display: block;
}

.sg-side_nav-sub-link:hover {
  text-decoration: none;
}

.sg-side_nav-sub-link.w--current {
  color: #000;
  border-left-width: 3px;
  border-left-color: #738f80;
  padding-top: 0;
  padding-bottom: 0;
}

.sg-side_nav-link {
  color: #000;
  border-left: 1px solid #f7f7f7;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  text-decoration: none;
  display: block;
}

.sg-side_nav-link:hover {
  text-decoration: none;
}

.sg-side_nav-link.w--current {
  border-left-color: #f7f7f7;
}

.section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

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

.section.cc-top-lg {
  padding-top: 160px;
}

.section.cc-top-sm {
  padding-top: 40px;
}

.section.cc-bottom-0 {
  padding-bottom: 0;
}

.section.cc-bottom-lg {
  padding-bottom: 160px;
}

.section.cc-bottom-sm {
  padding-bottom: 40px;
}

.section.cc-hero {
  min-height: 50vh;
  padding-top: 7rem;
}

.section.hero {
  background-image: url('../images/alina-nosenko-bg.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  display: flex;
}

.section.cc-light-1 {
  background-color: var(--swatch--secondary-light-1);
}

.section.cc-green {
  background-color: var(--swatch--green-dark-1);
}

.section.cc-rose {
  background-color: #f5f2ef;
  padding-top: 80px;
  padding-bottom: 190px;
  overflow: hidden;
}

.section.cc-dark, .section.cc-impact {
  background-color: #ece7e4;
}

.section.cc-testimonials {
  background-color: #ece7e4;
}

.accordion-item-wrapper {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.u-text-surface {
  color: #d9ebe1;
}

.title-wrapper {
  margin-bottom: 16px;
}

.title-wrapper.cc-lg {
  margin-bottom: 60px;
}

.title-wrapper.cc-top-lg {
  margin-top: 40px;
}

.title-wrapper.cc-hero {
  max-width: 72ch;
  margin-bottom: 20px;
}

.text-base {
  font-size: 18px;
  line-height: 1.4;
}

.u-text-surface-2 {
  color: #e9e1db;
}

.text-clip-bg {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.u-text-main {
  color: #061f35;
}

.u-bg-surface-3 {
  background-color: #21332a;
}

.navbar {
  background-color: #ddd0;
  border-bottom: 1px solid #f5f2ef4d;
  position: fixed;
  inset: 0% 0% auto;
}

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

.n-menu {
  z-index: 2;
  color: var(--swatch--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.n-navmenu {
  z-index: 2;
  background-color: var(--swatch--white);
  flex-flow: column;
  justify-content: space-between;
  width: 30vw;
  height: 100vh;
  padding: 40px 40px 80px;
}

.nav-link {
  color: #ffffffb3;
  border-bottom: 3px solid #738f8000;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Roboto Flex, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: var(--swatch--white);
  border-bottom-width: 0;
  border-bottom-color: #738f80;
  text-decoration: none;
}

.nav-link.w--current {
  border-bottom-width: 0;
  border-bottom-color: var(--swatch--green-light-2);
  color: var(--swatch--white);
}

.navmenu-parent {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 80px;
  display: flex;
}

.social-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 25px;
  display: flex;
}

.social-link {
  color: var(--swatch--black);
  background-color: #ede9e6;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 56px;
  display: flex;
}

.social-link:hover {
  color: var(--color--accent);
}

.navbar-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 40px;
}

.menu-btn {
  padding-left: 0;
  transition: all .3s;
}

.menu-btn:hover {
  opacity: .5;
}

.menu-btn.w--open {
  color: var(--swatch--black);
  background-color: #c8c8c800;
}

.n-links {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.n-button {
  display: none;
}

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

.custom-grid.cc-top-80 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 80px;
}

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

.text-span-1 {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.flex-parent {
  border-top: 1px solid #0000004d;
  max-width: 27ch;
  padding-top: 20px;
}

.custom-grid.grid-3 .flex-parent {
  max-width: none;
}

.number {
  color: var(--swatch--green-light-2);
  font-size: 72px;
  font-weight: 400;
}

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

.price-parent {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  font-family: Roboto Flex, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.price-parent:hover {
  text-decoration: none;
}

.price-tag {
  color: var(--swatch--white);
  font-size: 30px;
}

.next-arrow {
  opacity: .8;
  background-color: #ede9e6;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .3s;
  display: flex;
  inset: -170px 0% auto auto;
}

.next-arrow:hover {
  opacity: 1;
}

.next-arrow.cc-dark {
  background-color: #e7e3e1;
}

.slide {
  width: 100%;
  margin-right: 16px;
}

.previous-arrow {
  opacity: .8;
  background-color: #ede9e6;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .3s;
  display: flex;
  inset: -170px 100px auto auto;
}

.previous-arrow:hover {
  opacity: 1;
}

.previous-arrow.cc-dark {
  background-color: #e7e3e1;
}

.slider-holder {
  margin-top: 80px;
  position: relative;
}

.slider {
  background-color: #ddd0;
  height: 440px;
  overflow: visible;
}

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

.service-mask {
  width: 33%;
  overflow: visible;
}

.u-text-green {
  color: var(--swatch--green-dark-1);
}

.text-div {
  max-width: 80ch;
  margin-top: 25px;
}

.testimonial-parent {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-slider {
  background-color: #ddd0;
  height: 880px;
}

.review-author {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.author-parent {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.avatar-holder {
  z-index: 1;
  border: 3px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.avatar-holder.cc-second {
  border-color: #e9e1db;
  margin-left: -20px;
}

.author-name {
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.author-name.dark-link,
.author-name.dark-nolink {
  text-decoration: none;
}

.author-name.dark-link:hover {
  text-decoration: underline;
}

.form-holder {
  color: #e9e1db;
  font-size: 24px;
}

.field-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  display: flex;
}

.field-wrapper.cc-top80 {
  align-items: center;
  margin-top: 80px;
}

.field-wrapper.cc-vertical {
  flex-flow: column;
}

.field-label {
  flex-shrink: 0;
}

.field-label.cc-15ch {
  width: 15ch;
}

.field-label.cc-44ch {
  width: 55ch;
}

.field-label.cc-29ch {
  width: 36ch;
}

.field-label.cc-33ch {
  width: 41ch;
}

.field-label.cc-17ch {
  width: 18ch;
}

.field-label.cc-21ch {
  width: 21ch;
}

.field-label.cc-48ch {
  width: 48ch;
}

.field-label.cc-9ch {
  width: 9ch;
}

.input-field {
  color: #accebc;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #accebc;
  font-size: 24px;
  flex-grow: 1;
}

.input-field:focus {
  border-bottom-color: var(--swatch--white);
}

.input-field::placeholder {
  color: #688576;
  font-size: 24px;
}

.input-field.cc-padding {
  height: 51px;
  padding-left: 0;
  font-size: 24px;
}

textarea.input-field {
  min-height: 51px;
}

select.input-field {
  color: var(--swatch--green-light-1);
}

.input-field.cc-padding::placeholder {
  color: #688576;
  font-size: 24px;
}

.input-field.cc-width {
  max-width: 37%;
}

.input-field.cc-text-area {
  color: var(--swatch--green-light-1);
  height: 50px;
  padding-left: 0;
  font-size: 24px;
}

.input-field.cc-text-area::placeholder {
  color: #688576;
  font-size: 24px;
}

.form-block {
  margin-top: 40px;
}

.form-flex {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
  display: flex;
}

.checkbox-field {
  max-width: 38ch;
  font-size: 21px;
}

.form-button {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-family: Roboto Flex, sans-serif;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.form-button:hover {
  text-decoration: none;
  box-shadow: 0 2px 40px 20px #fff3;
}

.navbar-button {
  grid-column-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.navbar-button:hover {
  text-decoration: none;
  box-shadow: 0 2px 40px 20px #fff3;
}

.checkbox {
  background-color: var(--swatch--white);
  width: 16px;
  height: 16px;
  margin-top: 8px;
}

.checkbox.w--redirected-checked {
  border: 1px solid var(--swatch--white);
  background-color: #3898ec00;
}

.gradient {
  z-index: -1;
  background-image: radial-gradient(circle at 100% 100%, #e9e1db59, #fff0 50%);
  font-family: Roboto Flex, sans-serif;
  position: absolute;
  inset: 0%;
}

.footer {
  background-color: #f5f2ef;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

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

.footer-child {
  color: #0009;
  max-width: 25%;
}

.footer-child.cc-legal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

.footer-txt {
  color: #000;
  font-weight: 400;
}

.footer-caption {
  text-transform: uppercase;
  font-size: 14px;
}

.media-card {
  border-top: 1px solid #0000004d;
  width: 100%;
  padding-top: 20px;
}

.logo-img {
  height: 24px;
  margin-bottom: 20px;
}

.logo-img.cc-medium {
  height: 40px;
}

.client-title {
  font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.client-logo {
  height: 60px;
  margin-bottom: 10px;
}

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

.brand-txt-transparent {
  color: var(--swatch--white);
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  display: block;
}

.brand-txt-transparent:hover {
  text-decoration: none;
}

.brand-txt-transparent.w--current {
  color: var(--swatch--white);
}

.brand-txt-transparent.w--current:hover {
  color: var(--color--accent);
}

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

.client-grid.cc-top-margin {
  width: 100%;
  margin-top: 64px;
}

.checkbox-label {
  margin-left: 8px;
}

.success-message {
  background-color: var(--swatch--green-light-1);
}

.error-message {
  color: var(--swatch--blue-dark);
  margin-top: 40px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 18px;
}

.burger-parent {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  display: flex;
  overflow: hidden;
}

.menu-bar {
  background-color: var(--color--dark-heading-2);
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

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

.brand-parent {
  color: var(--swatch--white);
}

.brand-parent:hover {
  color: var(--color--numbers);
  text-decoration: none;
}

.brand-parent.w--current {
  font-size: 32px;
  font-weight: 500;
}

.navmenu-flex {
  flex-flow: column;
  justify-content: space-between;
  height: 90vh;
  display: flex;
}

.navbar-btn-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.button-secondary {
  background-color: var(--color--numbers);
  color: var(--swatch--white);
  padding: 10px 18px;
  font-family: Roboto Flex, sans-serif;
  font-size: 24px;
  display: none;
}

.button-secondary:hover {
  background-color: #73b391;
  text-decoration: none;
}

.brand-txt-white {
  color: var(--swatch--black);
  font-size: 32px;
}

.brand-txt-white:hover {
  color: var(--color--accent);
  text-decoration: none;
}

.brand-txt-white.w--current {
  color: var(--swatch--black);
  display: none;
}

.brand-txt-white.w--current:hover {
  color: var(--color--accent);
  text-decoration: none;
}

.quote-img {
  object-fit: cover;
  border-radius: 0;
  width: auto;
  height: 103%;
  margin-right: -90px;
  position: absolute;
  inset: auto 7% 0% auto;
}

.hero-txt {
  color: var(--swatch--white);
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  display: none;
}

.hero-txt:hover {
  text-decoration: none;
}

.hero-txt.w--current {
  color: var(--swatch--white);
}

.hero-txt.w--current:hover {
  color: var(--color--accent);
}

.author-flex {
  display: flex;
}

.hero-description {
  color: #facab9;
  max-width: 32ch;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
}

.hero-description.u-hide {
  font-size: 32px;
  line-height: 1.2;
  display: block;
}

.button-stroked {
  grid-column-gap: .5rem;
  color: var(--swatch--white);
  text-align: center;
  background-color: #fff0;
  border: 2px solid #ffffff80;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-family: Roboto Flex, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-stroked:hover {
  border-color: #fff;
  text-decoration: none;
}

.button-stroked.cc-hero:hover {
  border-color: #f5f2ef;
}

.divider {
  display: none;
}

.n-container {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.navbar-transparent {
  z-index: 99;
  background-color: #ddd0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-btn-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.hero-line {
  background-color: #ffffff80;
  width: 2px;
  height: 96px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 600;
}

.logo-holder {
  margin-top: -10px;
}

.logo-holder:hover {
  color: var(--swatch--white);
  text-decoration: none;
}

.dark-link,
.dark-nolink {
  color: var(--color--surface-2);
  font-weight: 800;
  text-decoration: none;
}

.navlink-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.navbar-white {
  z-index: 100;
  background-color: var(--swatch--white);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-white.cc-hide {
  display: none;
}

.brand-txt-2 {
  color: var(--swatch--black);
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  display: block;
}

.brand-txt-2:hover {
  text-decoration: none;
}

.brand-txt-2.w--current {
  color: var(--swatch--white);
}

.brand-txt-2.w--current:hover {
  color: var(--color--accent);
}

.nav-link-2 {
  color: #000000b3;
  border-bottom: 3px solid #738f8000;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: Roboto Flex, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav-link-2:hover {
  color: var(--color--dark-heading-2);
  border-bottom-width: 0;
  border-bottom-color: #738f80;
  text-decoration: none;
}

.nav-link-2.w--current {
  border-bottom-width: 0;
  border-bottom-color: var(--swatch--green-light-2);
  color: var(--color--dark-heading-2);
}

.navbar-button-2 {
  grid-column-gap: .5rem;
  background-color: var(--color--numbers);
  color: var(--swatch--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.navbar-button-2:hover {
  background-color: #738f80cc;
  text-decoration: none;
  box-shadow: 0 2px 40px 20px #fff3;
}

.button-stroked-2 {
  grid-column-gap: .5rem;
  color: var(--color--dark-heading-2);
  text-align: center;
  background-color: #fff0;
  border: 2px solid #0003;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-family: Roboto Flex, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-stroked-2:hover {
  border-color: #0006;
  text-decoration: none;
}

.text-span-2 {
  font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
  font-weight: 700;
}

.bold-text-9 {
  font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
}

@media screen and (max-width: 991px) {
  .text-xl-2 {
    font-size: 1.25rem;
  }

  .h3 {
    font-size: 2.5rem;
  }

  .h5 {
    font-size: 1.75rem;
  }

  .text-lg {
    font-size: 20px;
  }

  .accordion-item.additional-styling {
    margin-bottom: 20px;
  }

  .text-xl {
    font-size: 24px;
    line-height: 1.5;
  }

  .text-xl.cc-playfair {
    font-size: 24px;
  }

  .sg-padding {
    height: 4rem;
  }

  .sg-padding.cc-sm {
    height: 2rem;
  }

  .sg-padding.cc-lg {
    height: 6rem;
  }

  .h4 {
    font-size: 2.25rem;
  }

  .h1 {
    font-size: 4rem;
  }

  .h1.u-text-white {
    font-size: 60px;
    line-height: 1.2;
  }

  .default-grid.cc-3col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .default-grid.cc-media {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .spacer {
    height: 80px;
  }

  .sg-element {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .sg-element.cc-even-sides {
    grid-template-columns: 1fr;
  }

  .h6 {
    font-size: 1.5rem;
  }

  .h2 {
    font-size: 3.5rem;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.cc-top-lg {
    padding-top: 6rem;
  }

  .section.cc-top-sm {
    padding-top: 2rem;
  }

  .section.cc-bottom-lg {
    padding-bottom: 6rem;
  }

  .section.cc-bottom-sm {
    padding-bottom: 2rem;
  }

  .section.hero {
    background-position: 63%;
    height: 100vh;
  }

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

  .title-wrapper.cc-hero {
    max-width: 34ch;
  }

  .n-navmenu {
    width: 50vw;
  }

  .nav-link {
    color: var(--color--dark-heading-2);
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 24px;
  }

  .nav-link:hover {
    color: var(--color--dark-heading-2);
    border-bottom-width: 3px;
  }

  .navbar-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-btn {
    padding-right: 0;
  }

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

  .custom-grid.cc-top-80 {
    grid-template-columns: 1fr 1fr;
  }

  .flex-parent {
    max-width: none;
  }

  .number {
    font-size: 60px;
  }

  .next-arrow {
    top: -153px;
  }

  .slide {
    width: 100%;
  }

  .previous-arrow {
    top: -153px;
  }

  .slider {
    height: 430px;
  }

  .service-mask {
    width: 70%;
  }

  .testimonial-slider {
    height: 1220px;
  }

  .field-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .field-wrapper.cc-top80 {
    align-items: flex-start;
    margin-top: 40px;
  }

  .field-label.cc-15ch {
    width: 16ch;
  }

  .field-label.cc-44ch {
    width: 78ch;
  }

  .field-label.cc-29ch {
    width: 40ch;
  }

  .field-label.cc-33ch {
    width: 50ch;
  }

  .field-label.cc-17ch {
    width: 18ch;
  }

  .field-label.cc-21ch {
    width: 16ch;
  }

  .field-label.cc-48ch {
    width: 40ch;
  }

  .field-label.cc-9ch {
    width: 18ch;
  }

  .input-field.cc-width {
    max-width: 37%;
  }

  .footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .footer-child, .footer-child.cc-legal {
    max-width: none;
  }

  .reviews-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .brand-txt-transparent {
    margin-left: 120px;
    font-size: 24px;
  }

  .menu-txt {
    display: none;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .grid-spacer {
    display: block;
  }

  .brand-txt-white.w--current {
    margin-left: 120px;
    font-size: 24px;
  }

  .quote-img {
    position: static;
  }

  .quote-img.cc-hide {
    display: none;
  }

  .hero-txt {
    margin-left: 120px;
    font-size: 24px;
  }

  .hero-description {
    max-width: 20ch;
    font-size: 30px;
  }

  .n-container {
    padding-left: 22px;
  }

  .navbar-transparent {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .logo-holder {
    display: none;
  }

  .menu-button {
    color: var(--swatch--white);
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-menu {
    background-color: var(--swatch--white);
    flex-flow: column;
    justify-content: space-between;
    height: 100vh;
    padding: 40px;
    display: flex;
  }

  .nav-menu-flex {
    flex-flow: column;
    justify-content: space-between;
    height: 90%;
    display: flex;
  }

  .navlink-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .navbar-white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-txt-2 {
    margin-left: 120px;
    font-size: 24px;
  }

  .nav-link-2 {
    color: var(--color--dark-heading-2);
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: 0;
    font-size: 24px;
  }

  .nav-link-2:hover {
    color: var(--color--dark-heading-2);
    border-bottom-width: 3px;
  }

  .menu-button-2 {
    color: var(--color--dark-heading-2);
  }

  .menu-button-2.w--open {
    color: var(--color--dark-heading-2);
    background-color: #c8c8c800;
  }
}

@media screen and (max-width: 767px) {
  .text-lg {
    font-size: 16px;
  }

  .button-holder.cc-hero {
    flex-flow: column;
    width: 100%;
    max-width: none;
    margin-top: 25px;
  }

  .accordion-item.additional-styling {
    margin-bottom: 16px;
    padding: 32px 0 0;
  }

  .text-xl {
    font-size: 16px;
  }

  .sg-padding.cc-container {
    width: 20px;
  }

  .h1.u-text-white {
    font-size: 32px;
  }

  .container.cc-hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .sg-grid, .default-grid, .default-grid.cc-3col {
    grid-template-columns: 1fr;
  }

  .icon.cc-burger {
    margin-left: -5px;
  }

  .sg-element, .sg-element.cc-even-sides {
    grid-template-columns: 1fr;
  }

  .h2 {
    font-size: 36px;
  }

  .section.hero {
    background-image: url('../images/mobile-hero.png');
    background-position: 50%;
    justify-content: flex-end;
    align-items: stretch;
    height: 910px;
    margin-top: 80px;
    padding-bottom: 4rem;
  }

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

  .title-wrapper.cc-hero {
    text-align: center;
    max-width: 30ch;
  }

  .n-navmenu {
    width: 100vw;
  }

  .custom-grid {
    grid-template-columns: 1fr;
  }

  .next-arrow {
    width: 60px;
    height: 60px;
    top: -140px;
  }

  .slide {
    width: 100%;
  }

  .previous-arrow {
    width: 60px;
    height: 60px;
    top: -140px;
    right: 70px;
  }

  .slider {
    height: 450px;
  }

  .service-mask {
    width: 90%;
  }

  .testimonial-parent {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .testimonial-slider {
    width: 100%;
    height: auto;
  }

  .author-name {
    font-size: 18px;
  }

  .field-label.cc-29ch, .field-label.cc-48ch {
    width: auto;
  }

  .input-field {
    padding-left: 0;
  }

  .input-field.cc-width {
    max-width: none;
  }

  .form-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .checkbox-field {
    max-width: none;
  }

  .form-button {
    width: 100%;
  }

  .navbar-button {
    font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

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

  .brand-txt-transparent {
    margin-left: 0;
    font-size: 20px;
  }

  .author-position {
    font-size: 14px;
  }

  .client-grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-spacer.cc-hide, .brand-parent, .button-secondary {
    display: none;
  }

  .hero-txt {
    margin-bottom: 16px;
    margin-left: 0;
    font-size: 24px;
    display: block;
  }

  .hero-description {
    text-align: center;
    font-size: 21px;
  }

  .hero-description.u-hide {
    display: none;
  }

  .button-stroked {
    border-width: 2px;
    border-color: #f5f2ef80;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .button-stroked.cc-hero {
    border-color: #f5f2ef00;
    font-size: 20px;
  }

  .divider {
    background-color: #fff;
    width: 170px;
    height: 1px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .divider.cc-lower {
    margin-top: 16px;
  }

  .n-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-btn-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-line {
    display: none;
  }

  .brand-txt-2 {
    margin-left: 0;
    font-size: 20px;
  }

  .navbar-button-2 {
    font-family: Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .button-stroked-2 {
    border-width: 2px;
    border-color: #d4d4d4;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  strong {
    font-weight: 400;
  }

  .h3 {
    font-size: 2.25rem;
  }

  .h3.u-text-surface-2 {
    font-size: 30px;
  }

  .h5 {
    font-size: 1.5rem;
  }

  .button-holder.cc-hero {
    margin-top: 24px;
    display: none;
  }

  .text-xl {
    margin-bottom: 24px;
  }

  .sg-padding {
    height: 3.5rem;
  }

  .sg-padding.cc-sm {
    height: 1.5rem;
  }

  .sg-padding.cc-lg {
    height: 5.5rem;
  }

  .h4 {
    font-size: 1.75rem;
  }

  .h4.u-text-green {
    font-size: 24px;
  }

  .h1 {
    font-size: 3rem;
    line-height: .8;
  }

  .h1.u-text-white {
    font-size: 36px;
  }

  .container.cc-hero {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    inset: auto 0% 10%;
  }

  .button.cc-grey {
    min-width: 20ch;
    font-size: 18px;
  }

  .button.cc-green {
    font-size: 20px;
  }

  .icon.cc-burger {
    width: 40px;
    height: 40px;
  }

  .spacer {
    height: 40px;
  }

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

  .h6 {
    font-size: 1.25rem;
  }

  .custom-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h2 {
    font-size: 36px;
  }

  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .section.cc-top-lg {
    padding-top: 5.5rem;
  }

  .section.cc-top-sm {
    padding-top: 1.5rem;
  }

  .section.cc-bottom-lg {
    padding-bottom: 5.5rem;
  }

  .section.cc-bottom-sm {
    padding-bottom: 1.5rem;
  }

  .section.hero {
    background-image: url('../images/mobile-hero.png');
    background-position: 50%;
    height: 90vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-wrapper.cc-lg {
    margin-bottom: 32px;
  }

  .title-wrapper.cc-top-lg {
    margin-top: 20px;
  }

  .title-wrapper.cc-hero {
    max-width: 32ch;
    margin-bottom: 0;
  }

  .n-navmenu {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    margin-bottom: 16px;
    padding-top: 10px;
    font-size: 24px;
  }

  .navmenu-parent {
    padding-top: 40px;
  }

  .social-holder {
    justify-content: space-between;
  }

  .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .n-button {
    margin-top: 30px;
  }

  .custom-grid {
    flex-flow: wrap;
    display: flex;
  }

  .flex-parent {
    width: 100%;
  }

  .next-arrow {
    top: -133px;
  }

  .slide {
    width: 100%;
  }

  .previous-arrow {
    top: -133px;
  }

  .slider {
    height: 420px;
  }

  .service-mask {
    width: 100%;
  }

  .review-author {
    flex-flow: column;
    position: relative;
  }

  .author-parent {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .avatar-holder {
    width: 70px;
    min-width: 70px;
  }

  .author-name {
    text-align: center;
    font-size: 24px;
  }

  .field-label.cc-44ch, .field-label.cc-33ch {
    width: auto;
  }

  .input-field {
    border-radius: 0;
  }

  .form-button {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 20px;
  }

  .navbar-button {
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    display: flex;
  }

  .footer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .footer-parent {
    grid-template-columns: 1.5fr;
  }

  .client-title {
    font-size: 16px;
  }

  .author-position {
    text-align: center;
    font-size: 16px;
  }

  .client-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .brand-parent {
    display: none;
  }

  .navbar-btn-holder {
    display: flex;
  }

  .button-secondary {
    font-size: 20px;
    display: none;
  }

  .hero-txt {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
  }

  .author-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .button-stroked {
    border-color: #f5f2ef80;
  }

  .divider {
    background-color: #ffffff80;
    width: 170px;
    height: 1px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .divider.cc-lower {
    margin-top: 16px;
  }

  .divider.cc-lower.cc-hide {
    display: none;
  }

  .n-container {
    padding-left: 0;
  }

  .navbar-btn-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-line {
    height: 56px;
    display: none;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-2 {
    margin-bottom: 16px;
    padding-top: 10px;
    font-size: 24px;
  }

  .navbar-button-2 {
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    display: flex;
  }

  .button-stroked-2 {
    border-color: #d4d4d4;
  }
}

#w-node-_56a54302-7c61-d3a4-df07-0bc54919df0c-3efa807e, #w-node-_7e4091a3-8c7f-ca31-b89c-fb832aaea43c-3efa807e, #w-node-_404a26f6-5f02-98f7-ab00-4e15daf47583-3efa807e, #w-node-b0a545ca-01b8-6c6d-509d-63b304e1e40a-3efa807e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80cce841-1eb2-d675-db33-445fea0a2f42-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a2f56-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a2f6a-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a2f7e-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a2f92-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a2fa6-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a2fbd-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a2fcb-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a2fd9-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a2fe7-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a2ff5-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3011-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a304d-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3062-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a307a-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3091-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a30a6-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a30c0-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a30ca-c54cce7e, #w-node-_1318f619-989c-cb85-9630-8f970343707e-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a30d4-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a30de-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3126-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3155-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a315c-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3174-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a318a-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a31a0-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a31b6-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a31cc-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a31e2-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a31f0-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a31f6-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3210-c54cce7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80cce841-1eb2-d675-db33-445fea0a3215-c54cce7e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80cce841-1eb2-d675-db33-445fea0a3228-c54cce7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80cce841-1eb2-d675-db33-445fea0a322e-c54cce7e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80cce841-1eb2-d675-db33-445fea0a3248-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3250-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3260-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3268-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a327e-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3294-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a32ae-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a32ba-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a32ce-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a32ed-c54cce7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80cce841-1eb2-d675-db33-445fea0a3312-c54cce7e, #w-node-_39d5d492-b8f8-69f1-dd23-2b18d4cfcf1e-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3324-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a332d-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3336-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3355-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a335e-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3367-c54cce7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80cce841-1eb2-d675-db33-445fea0a339f-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3404-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a341a-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a342b-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3446-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3453-c54cce7e, #w-node-_80cce841-1eb2-d675-db33-445fea0a3463-c54cce7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80cce841-1eb2-d675-db33-445fea0a34a2-c54cce7e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80cce841-1eb2-d675-db33-445fea0a34ef-c54cce7e, #w-node-_61be2710-898d-93b9-e1ed-fc5da4b2657a-c54cce7e, #w-node-b60b39b5-1031-4b88-6956-d8b63aefadab-c54cce7e, #w-node-_6fe9f002-ca92-57d2-3c41-a8ee063a11e5-c54cce7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56a54302-7c61-d3a4-df07-0bc54919df0c-64bd97c8, #w-node-_7e4091a3-8c7f-ca31-b89c-fb832aaea43c-64bd97c8, #w-node-_404a26f6-5f02-98f7-ab00-4e15daf47583-64bd97c8, #w-node-b0a545ca-01b8-6c6d-509d-63b304e1e40a-64bd97c8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_4010fb2c-f8ee-2d01-f9f4-7b805f6644af-3efa807e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_404a26f6-5f02-98f7-ab00-4e15daf47582-3efa807e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-de4016d5-6ee1-c883-e89d-420efa42873b-3efa807e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a19cb858-4af9-c965-353a-39ff13d25994-3efa807e {
    justify-self: end;
  }

  #w-node-a8ff638e-f6f6-31c2-f9fd-930cffb926eb-3efa807e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_4010fb2c-f8ee-2d01-f9f4-7b805f6644af-64bd97c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_404a26f6-5f02-98f7-ab00-4e15daf47582-64bd97c8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-de4016d5-6ee1-c883-e89d-420efa42873b-64bd97c8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a19cb858-4af9-c965-353a-39ff13d25994-64bd97c8 {
    justify-self: end;
  }

  #w-node-a8ff638e-f6f6-31c2-f9fd-930cffb926eb-64bd97c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d31c61f6-0abf-3e2a-d6d0-8c755b7622e6-3efa807e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4010fb2c-f8ee-2d01-f9f4-7b805f6644af-3efa807e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9574e97-2724-b528-e7d5-64b8904d5a7e-3efa807e, #w-node-d752f826-0f28-11f0-0f7d-6f4527e696b5-3efa807e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4b901032-54f6-4ae4-6643-5d4d460df255-3efa807e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a19cb858-4af9-c965-353a-39ff13d25994-3efa807e, #w-node-a8ff638e-f6f6-31c2-f9fd-930cffb926eb-3efa807e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: auto;
  }

  #w-node-d31c61f6-0abf-3e2a-d6d0-8c755b7622e6-64bd97c8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4010fb2c-f8ee-2d01-f9f4-7b805f6644af-64bd97c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9574e97-2724-b528-e7d5-64b8904d5a7e-64bd97c8, #w-node-d752f826-0f28-11f0-0f7d-6f4527e696b5-64bd97c8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4b901032-54f6-4ae4-6643-5d4d460df255-64bd97c8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a19cb858-4af9-c965-353a-39ff13d25994-64bd97c8, #w-node-a8ff638e-f6f6-31c2-f9fd-930cffb926eb-64bd97c8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-de4016d5-6ee1-c883-e89d-420efa42873b-3efa807e, #w-node-_4b901032-54f6-4ae4-6643-5d4d460df255-3efa807e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a19cb858-4af9-c965-353a-39ff13d25994-3efa807e {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: auto;
  }

  #w-node-de4016d5-6ee1-c883-e89d-420efa42873b-64bd97c8, #w-node-_4b901032-54f6-4ae4-6643-5d4d460df255-64bd97c8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a19cb858-4af9-c965-353a-39ff13d25994-64bd97c8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotoflex Variablefont Grad Xopq Xtra Yopq Ytas Ytde Ytfi Ytlc Ytuc Opsz Slnt Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}