:root {
  --white: white;
  --black: black;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.menu-2 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-item {
  opacity: .85;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: MaaxTrial Light, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: .85;
  color: #1a1b1f;
  font-family: MaaxTrial Light, sans-serif;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-2 {
  background-color: #fff;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-image {
  display: block;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.intro-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/nastuh-abootalebi-yWwob8kwOCk-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  height: 450px;
  color: #fff;
  background-color: #f2e8db;
  background-image: none;
}

.intro-text {
  width: 85%;
  background-color: rgba(0, 0, 0, .8);
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 10px;
  font-weight: 300;
}

.section {
  margin: 20px 30px 0;
  display: block;
}

.section.cc-store-home-wrap {
  margin-top: 40px;
  margin-bottom: 0;
}

.section.cc-cta {
  background-color: #f2e8db;
  padding-left: 80px;
  padding-right: 80px;
}

.label {
  color: #1a1b1f;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: MaaxTrial Regular, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
  margin-top: 140px;
  font-family: MaaxTrial Light, sans-serif;
}

.section-heading {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: MaaxTrial Regular, sans-serif;
  font-weight: 400;
}

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

.divider {
  height: 1px;
  background-color: #eee;
}

.about {
  margin-top: 80px;
  margin-bottom: 120px;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: MaaxTrial Regular, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.word-groups {
  margin-top: 0;
  margin-bottom: 30px;
}

.heading-jumbo-2 {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Halyard Display, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-light {
  opacity: .6;
  text-align: left;
  padding-right: 0;
  font-family: MaaxTrial Light, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.div-block {
  padding-top: 0;
}

.paragraph-bigger {
  opacity: 1;
  color: #1a1b1f;
  margin-bottom: 10px;
  font-family: MaaxTrial Light, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-white-light {
  aspect-ratio: auto;
  opacity: 1;
  color: #fff;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-left: 0;
  font-family: MaaxTrial Regular, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  font-family: MaaxTrial Light, sans-serif;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: MaaxTrial Regular, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.divider-2 {
  height: 1px;
  background-color: #eee;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.list-item {
  text-align: left;
  margin-bottom: 20px;
  font-family: MaaxTrial Light, sans-serif;
  font-size: 18px;
  line-height: 28px;
  list-style-type: decimal;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.divider-2-copy {
  height: 1px;
  background-color: rgba(238, 238, 238, 0);
}

.list-item-2 {
  color: #1a1b1f;
  text-align: left;
  margin-bottom: 20px;
  font-family: MaaxTrial Light, sans-serif;
  font-size: 18px;
  line-height: 28px;
  list-style-type: none;
}

.section-copy {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
}

.section-copy.footer {
  object-fit: fill;
  background-color: #f2e8db;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  color: #1a1b1f;
  font-family: MaaxTrial Medium, sans-serif;
}

.list {
  color: #1a1b1f;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-family: MaaxTrial Medium, sans-serif;
}

.heading-jumbo {
  color: #000;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Halyard Display, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.contact-form-grid {
  height: 756px;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-2 {
  margin-top: 40px;
}

.details-wrap {
  margin-bottom: 30px;
  font-family: MaaxTrial Light, sans-serif;
}

.paragraph-light-2 {
  opacity: .6;
  color: #1a1b1f;
  text-align: left;
  padding-right: 0;
  font-family: MaaxTrial Light, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.contact-email-link-2 {
  opacity: .6;
  color: #1a1b1f;
  text-align: left;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 28px;
}

.contact-email-link-2:hover {
  opacity: 1;
}

.contact-email-link-2:active {
  opacity: .8;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-email-link {
  opacity: .6;
  color: #1a1b1f;
  text-align: center;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.contact-team-pic {
  height: 425px;
  background-color: #f4f4f4;
  background-image: url('../images/Fabio.jpg');
  background-position: 50% 15%;
  background-size: 347px;
  margin-bottom: 30px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.paragraph-light-3 {
  opacity: .6;
  color: #1a1b1f;
  text-align: center;
  padding-right: 0;
  font-family: MaaxTrial Light, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.contact-team-pic-2 {
  height: 425px;
  background-color: #f4f4f4;
  background-image: url('../images/Catherine.jpg');
  background-position: 50% 0;
  background-size: 347px;
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  grid-auto-columns: minmax(0, .25fr);
  justify-items: stretch;
  margin-bottom: 120px;
  display: grid;
}

.contact-team-details-wrap {
  color: #1a1b1f;
  margin-top: 30px;
  font-family: MaaxTrial Light, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-decoration: underline;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.html-embed {
  width: 100%;
  height: 100%;
  max-height: 1200px;
  outline-offset: 0px;
  outline: 3px #333;
}

.contact-us {
  height: 775px;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
}

.contact-us.cc-store-home-wrap {
  margin-top: 40px;
  margin-bottom: 0;
}

.contact-us.cc-cta {
  background-color: #f2e8db;
  padding-left: 80px;
  padding-right: 80px;
}

.heading {
  color: #1a1b1f;
  font-family: MaaxTrial Regular, sans-serif;
  font-size: 36px;
  line-height: 50px;
}

.meet-our-team {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
}

.meet-our-team.cc-store-home-wrap {
  margin-top: 40px;
  margin-bottom: 0;
}

.meet-our-team.cc-cta {
  background-color: #f2e8db;
  padding-left: 80px;
  padding-right: 80px;
}

.contact-us-header {
  height: 450px;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
}

.contact-us-header.cc-store-home-wrap {
  margin-top: 40px;
  margin-bottom: 0;
}

.contact-us-header.cc-cta {
  background-color: #f2e8db;
  padding-left: 80px;
  padding-right: 80px;
}

.contact-map {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  display: none;
}

.contact-map.cc-store-home-wrap {
  margin-top: 40px;
  margin-bottom: 0;
}

.contact-map.cc-cta {
  background-color: #f2e8db;
  padding-left: 80px;
  padding-right: 80px;
}

.logo-image-footer {
  align-self: auto;
  display: block;
}

.quick-stack {
  grid-column-gap: 181px;
  margin-left: 0;
  margin-right: 0;
}

.paragraph {
  margin-bottom: 0;
  font-family: MaaxTrial Regular, sans-serif;
}

.container-how-it-works {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-copy {
  margin-bottom: 0;
  font-family: MaaxTrial Regular, sans-serif;
}

.cell-2 {
  justify-content: flex-end;
  align-items: flex-start;
}

.link {
  color: #1a1b1f;
  text-decoration: none;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.cell-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.faqs {
  margin: 20px 30px 100px;
  display: block;
}

.faqs.cc-store-home-wrap {
  margin-top: 40px;
  margin-bottom: 0;
}

.faqs.cc-cta {
  background-color: #f2e8db;
  padding-left: 80px;
  padding-right: 80px;
}

.image {
  height: 50px;
}

.link-2 {
  color: #1a1b1f;
}

.cell-5 {
  text-align: right;
  justify-content: center;
  align-items: flex-start;
}

.section-2 {
  margin-top: 140px;
}

.heading-2 {
  margin-top: 60px;
  padding-bottom: 40px;
  font-family: Halyard Display, sans-serif;
  font-size: 60px;
}

.paragraph-2 {
  padding-bottom: 60px;
  font-family: MaaxTrial Regular, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.section-3 {
  background-color: #f2e8db;
  margin-top: 0;
}

.container-2 {
  margin-top: 60px;
}

.heading-3 {
  padding-bottom: 20px;
}

.paragraph-3 {
  font-family: MaaxTrial Regular, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9 {
  color: #333;
}

.container-3 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .menu-2 {
    margin-left: 30px;
    position: static;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-2 {
    padding: 25px 30px;
  }

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

  .menu-icon {
    display: block;
  }

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

  .logo-link.w--current {
    flex: 1;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: block;
    position: relative;
  }

  .intro-header.cc-subpage {
    height: 200px;
  }

  .intro-text {
    width: auto;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-jumbo-2 {
    min-width: 0;
    font-size: 45px;
    line-height: 70px;
  }

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

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .div-block {
    margin-top: 0;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 20px;
  }

  .work-heading {
    color: #1a1b1f;
  }

  .list-item {
    text-align: left;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .cta-text {
    width: auto;
  }

  .list-item-2 {
    color: #1a1b1f;
    text-align: left;
  }

  .heading-jumbo {
    min-width: 0;
    font-size: 45px;
    line-height: 70px;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-light-2, .contact-email-link-2 {
    text-align: center;
  }

  .contact-team-pic {
    height: 550px;
    background-image: url('../images/Fabio.jpg');
    background-size: cover;
  }

  .contact-team-pic-2 {
    height: 550px;
    background-size: cover;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us.cc-cta, .meet-our-team.cc-cta, .contact-us-header.cc-cta, .contact-map.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack {
    grid-column-gap: 59px;
    grid-row-gap: 20px;
  }

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

  .cell {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cell-2 {
    justify-content: center;
  }

  .link {
    color: #1a1b1f;
    text-decoration: none;
  }

  .cell-3 {
    justify-content: center;
  }

  .cell-4 {
    justify-content: center;
    align-items: flex-end;
  }

  .faqs.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navigation-2 {
    padding: 20px 30px;
  }

  .logo-link {
    padding-left: 0;
  }

  .section, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .intro-content {
    width: 80%;
  }

  .heading-jumbo-small {
    text-align: center;
    font-size: 30px;
    line-height: 52px;
  }

  .heading-jumbo-2 {
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .list-item-2 {
    text-align: left;
  }

  .section-copy {
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .contact-us, .contact-us.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .contact-us.cc-cta {
    padding: 15px;
  }

  .meet-our-team, .meet-our-team.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .meet-our-team.cc-cta {
    padding: 15px;
  }

  .contact-us-header, .contact-us-header.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .contact-us-header.cc-cta {
    padding: 15px;
  }

  .contact-map, .contact-map.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .contact-map.cc-cta {
    padding: 15px;
  }

  .quick-stack {
    grid-column-gap: 18px;
  }

  .paragraph {
    text-align: right;
  }

  .container-how-it-works {
    text-align: center;
  }

  .cell-3 {
    justify-content: center;
  }

  .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .faqs, .faqs.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .faqs.cc-cta {
    padding: 15px;
  }
}

@media screen and (max-width: 479px) {
  .menu-2 {
    margin-left: 15px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.cc-contact-us {
    display: none;
  }

  .intro-header {
    height: 350px;
    background-position: 75% 0;
    background-size: 1150px;
    margin-bottom: 60px;
  }

  .section.cc-cta {
    margin-top: 0;
  }

  .heading-jumbo-small {
    color: #1a1b1f;
    font-family: MaaxTrial Light, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

  .heading-jumbo-2 {
    font-size: 26px;
    line-height: 40px;
  }

  .paragraph-light {
    color: #1a1b1f;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 18px;
    line-height: 30px;
  }

  .list-item {
    text-align: left;
    font-size: 16px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-item-2 {
    font-size: 16px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .cell-2 {
    align-items: center;
  }

  .cell-3 {
    justify-content: center;
  }

  .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .list-2 {
    margin-bottom: 0;
    padding-left: 0;
  }
}

#w-node-_7f51431b-fb7f-6740-858a-9a3af162292b-70c8d433 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7f51431b-fb7f-6740-858a-9a3af1622936-70c8d433 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9ac74970-d23d-b7e4-f54b-037b6dda9091-92836b65 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-af89a4ac-5429-3c55-120a-a0cc4a68556d-6af976f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db31ed30-6acc-c42a-3c6a-c681b390807b-6af976f1 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_0f4f24ed-babe-1dca-c713-cf7829f5e16e-6af976f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0f4f24ed-babe-1dca-c713-cf7829f5e17b-6af976f1 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_7f51431b-fb7f-6740-858a-9a3af162292b-70c8d433 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: auto;
  }

  #w-node-_7f51431b-fb7f-6740-858a-9a3af1622936-70c8d433 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9ac74970-d23d-b7e4-f54b-037b6dda9091-92836b65 {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: .75fr .5fr .5fr 1fr;
  }

  #w-node-db31ed30-6acc-c42a-3c6a-c681b390807b-6af976f1, #w-node-_0f4f24ed-babe-1dca-c713-cf7829f5e17b-6af976f1 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9ac74970-d23d-b7e4-f54b-037b6dda9091-92836b65 {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: .75fr .5fr .5fr .75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9ac74970-d23d-b7e4-f54b-037b6dda9091-92836b65 {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1.25fr .5fr .5fr .75fr;
  }
}


@font-face {
  font-family: 'Halyard Display';
  src: url('../fonts/Halyard-Display-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MaaxTrial Black';
  src: url('../fonts/MaaxTrial-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MaaxTrial Regular';
  src: url('../fonts/MaaxTrial-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MaaxTrial Medium';
  src: url('../fonts/MaaxTrial-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MaaxTrial Medium Italic';
  src: url('../fonts/MaaxTrial-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'MaaxTrial Italic';
  src: url('../fonts/MaaxTrial-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'MaaxTrial Bold';
  src: url('../fonts/MaaxTrial-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MaaxTrial Light';
  src: url('../fonts/MaaxTrial-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MaaxTrial Bold Italic';
  src: url('../fonts/MaaxTrial-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}