@font-face {
  font-family: Delight Medium;
  src: url('../fonts/delight-medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Delight Bold;
  src: url('../fonts/delight-bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Delight Thin;
  src: url('../fonts/delight-thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Delight Regular;
  src: url('../fonts/delight-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Delight Light;
  src: url('../fonts/delight-light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Delight Semibold;
  src: url('../fonts/delight-semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --solak-blau: #184395;
}

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

.comingsoon-section {
  background-image: url('../images/solak-heroheader.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.logo-div {
  width: 280px;
  margin-bottom: 33px;
}

.comingsoon {
  color: #fff;
  text-align: center;
  font-family: Delight Light, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.comingsoon-copy {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-family: Delight Light, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.home-section {
  background-image: url('../images/hero-header-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 770px;
  position: relative;
  overflow: hidden;
}

.home-container {
  flex-flow: column;
  justify-content: center;
  max-width: 1400px;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.logo-linkblock {
  width: 160px;
}

.quick-stack {
  margin-top: 40px;
  padding: 0 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-heading-div {
  margin-top: 50px;
  padding-right: 579px;
}

.hero-heading-div.subpage {
  margin-top: 170px;
}

.scroll-div {
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  color: #fff;
  margin-top: 0;
  font-family: Delight Medium, Arial, sans-serif;
  font-size: 90px;
  font-weight: 500;
  line-height: 81px;
}

.hero-subtext {
  color: #fff;
  margin-bottom: 20px;
  font-family: Delight Thin, Arial, sans-serif;
  font-size: 21px;
  font-weight: 100;
  line-height: 33px;
}

.button-white {
  color: var(--solak-blau);
  text-transform: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-top: 0;
  font-family: Delight Light, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all .3s;
}

.button-white:hover {
  color: #fff;
  background-color: #fff0;
}

.hero-image {
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-image-div {
  width: 490px;
  margin-bottom: -58px;
  margin-right: 134px;
}

.scroll-link {
  color: #fff;
  margin-right: 220px;
  font-family: Delight Light, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.scroll-link:hover {
  text-decoration: underline;
}

.scroll-arrow {
  width: 17px;
}

.scroll-arrow:hover {
  opacity: .6;
}

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

.menu-item {
  color: #fff;
  margin-left: 30px;
  font-family: Delight Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.menu-item:hover {
  text-decoration: underline;
}

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

.kontakt-button {
  color: var(--solak-blau);
  text-transform: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 20px;
  font-family: Delight Light, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  transition: all .3s;
}

.kontakt-button:hover {
  color: #fff;
  background-color: #fff0;
}

.about-container {
  max-width: 1400px;
  padding: 160px 40px 100px;
}

.h2 {
  color: #000;
  margin-top: 0;
  font-family: Delight Medium, Arial, sans-serif;
  font-size: 69px;
  font-weight: 500;
  line-height: 70px;
}

.h2.weiss {
  color: #fff;
}

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

.quick-stack-2 {
  padding: 0;
}

.fliesstext {
  margin-bottom: 10px;
  font-family: Delight Light, Arial, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.fliesstext.small {
  font-size: 13px;
  line-height: 22px;
}

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

.fliesstext.center.weiss {
  color: #fff;
}

.fliesstext.weiss {
  color: #fff;
  font-weight: 300;
}

.fliesstext.weiss.klein {
  font-size: 13px;
  line-height: 19px;
}

.fliesstext.weiss.klein:hover {
  text-decoration: none;
}

.fliesstext.review {
  font-size: 14px;
  line-height: 25px;
}

.h5 {
  color: #000;
  margin-top: 0;
  font-family: Delight Medium, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.h5.weiss {
  color: #fff;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Delight Medium, Arial, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 60px;
}

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

.h3.center.weiss {
  color: #fff;
}

.fullwidth-image {
  background-image: url('../images/laura-cleffmann-MHgWUmxURgA-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin-top: 40px;
}

.quick-stack-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.ifs-div {
  width: 260px;
  margin-bottom: 40px;
  margin-right: -62px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 4px 5px 2px #0003;
}

.parallax-section {
  background-image: linear-gradient(#00000040, #00000040), url('../images/daniel-bausch-bJpHso2Zzro-unsplash.jpg');
  background-position: 0 0, 50% 64%;
  background-size: auto, cover;
}

.parallax-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  padding: 60px 40px;
  display: flex;
}

.warumwir-container {
  max-width: 1400px;
  padding: 110px 40px;
}

.quick-stack-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
}

.cell-3 {
  background-image: linear-gradient(0deg, #000, #fff0 33%), url('../images/solak-portrait_carcheck.jpg'), url('../images/william-daigneault-fZmhlIEWVdA-unsplash.jpg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
  justify-content: flex-end;
  align-items: flex-end;
}

.list-text {
  margin-bottom: 4px;
  font-family: Delight Medium, Arial, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.list {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.button-blue {
  border: 1px solid var(--solak-blau);
  background-color: var(--solak-blau);
  color: #fff;
  text-transform: none;
  border-radius: 50px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Delight Light, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all .3s;
}

.button-blue:hover {
  color: var(--solak-blau);
  background-color: #fff0;
}

.button-blue.cookie {
  margin-top: 5px;
}

.bold-text, .bold-text-2 {
  font-family: Delight Medium, Arial, sans-serif;
  font-weight: 500;
}

.ifs-blau-div {
  align-self: flex-end;
  width: 220px;
}

.cell-4 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ifs-text {
  color: #fff;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 29px;
  margin-right: 25px;
  font-family: Delight Light, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.h4 {
  color: #000;
  margin-top: 0;
  font-family: Delight Medium, Arial, sans-serif;
  font-size: 41px;
  font-weight: 500;
  line-height: 50px;
}

.top-head {
  color: var(--solak-blau);
  letter-spacing: 10px;
  margin-bottom: 10px;
  font-family: Delight Regular, Arial, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

.logo-klein {
  width: 90px;
  margin-top: 10px;
}

.howto-section {
  background-image: url('../images/mercedes-bg-bright_v3.jpg');
  background-position: 50%;
  background-size: cover;
}

.howto-container {
  max-width: 1400px;
  padding: 110px 140px;
}

.mobilespacer {
  display: none;
}

.quick-stack-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 40px;
  padding: 0;
}

.reviews-section {
  display: none;
}

.reviews-container {
  max-width: 1400px;
  padding: 110px 40px;
}

.quick-stack-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.fivestar-div {
  width: 100px;
  margin-bottom: 10px;
}

.cell-5 {
  background-color: #f7f7f7;
  padding: 20px;
}

.bold {
  font-family: Delight Medium, Arial, sans-serif;
  font-weight: 500;
}

.div-block {
  width: 42px;
  margin-right: 10px;
}

.div-block-2 {
  align-items: flex-start;
  display: flex;
}

.review-title {
  margin-bottom: 0;
  font-family: Delight Light, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.review-title.small {
  font-size: 13px;
  line-height: 22px;
}

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

.review-title.center.weiss {
  color: #fff;
}

.review-title.weiss {
  color: #fff;
  font-weight: 300;
}

.google-review-badge {
  width: 90px;
  margin-bottom: 20px;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-section {
  background-color: #1b1b1b;
}

.footer-container {
  max-width: 1400px;
  padding: 140px 40px 90px;
}

.quick-stack-7 {
  padding: 0;
}

.footer-logo-div {
  width: 160px;
  margin-bottom: 30px;
}

.footer-menu-item {
  color: #fff;
  margin-bottom: 7px;
  font-family: Delight Light, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.footer-menu-item:hover {
  text-decoration: underline;
}

.quick-stack-8 {
  margin-top: 60px;
  padding: 0;
}

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

.cell-7, .cell-8 {
  justify-content: flex-start;
  align-items: flex-end;
}

.instagram-linkblock {
  width: 18px;
}

.phonenumber {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image {
  margin-bottom: 10px;
  margin-right: 10px;
}

.menu-burger-div, .mobile-menu-wrapper {
  display: none;
}

.div-block-4 {
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.mobile-portrait {
  display: none;
}

.dropdown {
  border-bottom: 1px solid #1843953b;
  width: 100%;
  margin-top: 10px;
}

.dropdown-toggle {
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.dropdown-toggle:hover {
  opacity: .6;
}

.dropdown-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #0000;
  height: auto;
  position: static;
}

.dropdown-title {
  color: var(--solak-blau);
  margin-bottom: 0;
  font-family: Delight Medium, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.dropdown-title.small {
  font-size: 13px;
  line-height: 22px;
}

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

.dropdown-title.center.weiss {
  color: #fff;
}

.dropdown-title.weiss {
  color: #fff;
  font-weight: 300;
}

.dropdown-title.weiss.klein {
  font-size: 13px;
  line-height: 19px;
}

.dropdown-title.weiss.klein:hover {
  text-decoration: none;
}

.dropdown-title.review {
  font-size: 14px;
  line-height: 25px;
}

.icon {
  color: var(--solak-blau);
  margin-right: 0;
}

.cell-9, .cell-10 {
  justify-content: flex-start;
}

.quick-stack-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 59px;
  padding: 0;
}

.h6 {
  color: #000;
  margin-top: 0;
  font-family: Delight Medium, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.h6.weiss {
  color: #fff;
}

.usp-div {
  display: flex;
}

.icon-div {
  width: 40px;
  margin-top: 3px;
  margin-right: 10px;
}

.subpage-section {
  background-image: url('../images/hero-header-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 380px;
  position: relative;
  overflow: hidden;
}

.rich-text-block {
  font-family: Delight Light, Arial, sans-serif;
  font-size: 17px;
  line-height: 33px;
}

.subpage-container {
  max-width: 1400px;
  padding: 90px 40px 100px;
}

.cookie-banner {
  z-index: 999;
  background-color: #fff;
  max-width: 450px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 20px;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.cookie-text {
  margin-bottom: 10px;
  font-family: Delight Light, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.cookie-text.small {
  font-size: 13px;
  line-height: 22px;
}

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

.cookie-text.center.weiss {
  color: #fff;
}

.cookie-text.weiss {
  color: #fff;
  font-weight: 300;
}

.cookie-text.weiss.klein {
  font-size: 13px;
  line-height: 19px;
}

.cookie-text.weiss.klein:hover {
  text-decoration: none;
}

.cookie-text.review {
  font-size: 14px;
  line-height: 25px;
}

.link {
  color: #333;
}

.cookie-head {
  color: #000;
  margin-top: 0;
  font-family: Delight Medium, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.cookie-head.weiss {
  color: #fff;
}

.ghost-div {
  display: none;
}

@media screen and (max-width: 479px) {
  .comingsoon-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-div {
    width: 60vw;
  }

  .comingsoon, .comingsoon-copy {
    font-size: 15px;
  }

  .home-section {
    background-position: 50%;
    height: 690px;
  }

  .home-container {
    padding-top: 28px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-linkblock {
    z-index: 2;
    width: 140px;
    position: relative;
  }

  .logo-linkblock.w--current {
    z-index: 2;
    position: relative;
  }

  .hero-heading-div {
    padding-right: 0;
  }

  .heading {
    font-size: 14vw;
    line-height: 13vw;
  }

  .hero-subtext {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-image-div {
    width: 370px;
    margin-right: -56px;
    display: none;
  }

  .scroll-link {
    margin-right: 80px;
  }

  .menu-wrapper {
    display: none;
  }

  .about-container {
    padding: 60px 30px 90px;
  }

  .h2 {
    font-size: 12vw;
    line-height: 11.5vw;
  }

  .quick-stack-2 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

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

  .h3 {
    font-size: 42px;
    line-height: 48px;
  }

  .fullwidth-image {
    background-position: 50%;
    height: 390px;
  }

  .quick-stack-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    padding: 0;
  }

  .ifs-div {
    width: 230px;
  }

  .warumwir-container {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cell-3 {
    padding-bottom: 24px;
  }

  .list {
    padding-left: 20px;
  }

  .button-blue {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
  }

  .ifs-blau-div {
    order: 9999;
    width: 180px;
  }

  .ifs-text {
    order: 9999;
    margin-bottom: 0;
  }

  .h4 {
    font-size: 36px;
    line-height: 42px;
  }

  .howto-section {
    background-position: 50%;
  }

  .howto-container {
    padding: 90px 30px;
  }

  .mobilespacer {
    height: 350px;
    display: block;
  }

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

  .reviews-container {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .div-block-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quick-stack-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cell-7, .cell-8 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .instagram-linkblock {
    width: 17px;
  }

  .menu-burger-div {
    z-index: 2;
    width: 54px;
    display: block;
    position: relative;
  }

  .mobile-menu-wrapper {
    z-index: 1;
    background-color: var(--solak-blau);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-menu-items-wrapper {
    flex-flow: column;
    display: flex;
  }

  .mobile-menu-link {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-family: Delight Medium, Arial, sans-serif;
    font-size: 32px;
    line-height: 31px;
    text-decoration: none;
  }

  .div-block-4 {
    order: 9999;
  }

  .mobile-portrait {
    background-image: url('../images/ramazan_portrait_full.jpg');
    background-position: 50% 18%;
    background-size: cover;
    height: 390px;
    margin-bottom: 20px;
    display: block;
  }

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

  .h6 {
    font-size: 23px;
    line-height: 28px;
  }

  .icon-div {
    width: 38px;
  }

  .subpage-section {
    background-position: 50%;
    height: 320px;
  }

  .rich-text-block {
    font-size: 16px;
    line-height: 30px;
  }

  .subpage-container {
    padding: 60px 30px 90px;
  }

  .cookie-banner {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .cookie-text {
    font-size: 13px;
    line-height: 23px;
  }

  .cookie-head {
    font-size: 26px;
    line-height: 28px;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 7%;
  }

  .ghost-div {
    z-index: 2;
    width: 54px;
    height: 54px;
    display: none;
    position: absolute;
  }
}

#w-node-b542bd88-492a-e5bb-1ec0-7e86aeb25d9f-df6e8b6c {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_72347f57-a057-81bc-10d8-aeebf7b4f82e-df6e8b6c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_28164569-61d7-7414-8f23-cec745b7b192-df6e8b6c {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_28164569-61d7-7414-8f23-cec745b7b193-df6e8b6c, #w-node-_9196d5a3-c385-81de-e3e1-daecf50b42bb-df6e8b6c, #w-node-f23e278f-3791-8570-cac1-49c1027e0d95-df6e8b6c {
  grid-column: span 2 / span 2;
}

#w-node-_14521139-7772-42b4-001c-a070ba69f744-df6e8b6c, #w-node-_73f2ed93-161b-b085-e2fd-8b2cae819f75-df6e8b6c, #w-node-_2b57b2ec-3ef5-2649-81d8-e3505a2ad8ff-df6e8b6c, #w-node-_35cafa32-acd6-b2b9-10df-3be797f150fe-df6e8b6c, #w-node-_26daa0ef-b6d7-58a0-c3fa-579e302951fd-df6e8b6c, #w-node-_5edbbd4a-5310-7e3c-3af8-64e4d678f5e7-df6e8b6c {
  grid-column: span 3 / span 3;
}

#w-node-_2c72a612-3eea-8c30-6abc-a009ddf31406-df6e8b6c {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_18ba0bc3-1dd4-e260-ac49-fba24d09e1df-df6e8b6c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_024de37e-e51a-acde-67fb-ac5fe8e8501c-df6e8b6c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b11e6cc7-a5fd-506d-44a3-5053c37c3cac-df6e8b6c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7c87f319-4a53-34a4-06fa-ad806334f354-df6e8b6c, #w-node-_9aa89958-6cb6-013a-868b-92ebd829973b-df6e8b6c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b542bd88-492a-e5bb-1ec0-7e86aeb25d9f-a193b438 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_7c87f319-4a53-34a4-06fa-ad806334f354-a193b438, #w-node-_9aa89958-6cb6-013a-868b-92ebd829973b-a193b438 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b542bd88-492a-e5bb-1ec0-7e86aeb25d9f-25989931 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_7c87f319-4a53-34a4-06fa-ad806334f354-25989931, #w-node-_9aa89958-6cb6-013a-868b-92ebd829973b-25989931 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_72347f57-a057-81bc-10d8-aeebf7b4f82e-df6e8b6c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_28164569-61d7-7414-8f23-cec745b7b192-df6e8b6c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_28164569-61d7-7414-8f23-cec745b7b193-df6e8b6c, #w-node-_9196d5a3-c385-81de-e3e1-daecf50b42bb-df6e8b6c, #w-node-f23e278f-3791-8570-cac1-49c1027e0d95-df6e8b6c {
    grid-column: span 3 / span 3;
  }

  #w-node-_2c72a612-3eea-8c30-6abc-a009ddf31406-df6e8b6c, #w-node-_18ba0bc3-1dd4-e260-ac49-fba24d09e1df-df6e8b6c, #w-node-_024de37e-e51a-acde-67fb-ac5fe8e8501c-df6e8b6c, #w-node-b11e6cc7-a5fd-506d-44a3-5053c37c3cac-df6e8b6c, #w-node-_7c87f319-4a53-34a4-06fa-ad806334f354-df6e8b6c, #w-node-_9aa89958-6cb6-013a-868b-92ebd829973b-df6e8b6c, #w-node-_7c87f319-4a53-34a4-06fa-ad806334f354-a193b438, #w-node-_9aa89958-6cb6-013a-868b-92ebd829973b-a193b438, #w-node-_7c87f319-4a53-34a4-06fa-ad806334f354-25989931, #w-node-_9aa89958-6cb6-013a-868b-92ebd829973b-25989931 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Delight Medium';
  src: url('../fonts/delight-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delight Bold';
  src: url('../fonts/delight-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delight Thin';
  src: url('../fonts/delight-thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delight Regular';
  src: url('../fonts/delight-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delight Light';
  src: url('../fonts/delight-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Delight Semibold';
  src: url('../fonts/delight-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}