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

body {
  color: #171c19;
  background-color: #fff;
  font-family: Formular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}

h1 {
  color: #171c19;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 128%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 128%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 128%;
}

.container {
  max-width: 95%;
  position: static;
}

.nav-center {
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.navbar {
  background-color: #fff;
}

.nav-menu {
  border-top: 1px #e1ebe5;
  border-bottom: 1px #e1ebe5;
  border-radius: 1px;
}

.nav-link {
  color: #171c19;
  padding: 16px 8px;
  font-weight: 500;
  line-height: 128%;
}

.nav-link.w--current {
  color: #07592a;
  border-bottom: 1px #07592a;
}

.nav-link.navlink-center {
  margin-left: 56px;
  margin-right: 56px;
}

.navmenu-wrapper {
  width: 100%;
  border-top: 1px solid #e1ebe5;
  border-bottom: 1px solid #e1ebe5;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 32px;
  display: flex;
}

.section {
  margin-bottom: 160px;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.h1.h1-internal-page {
  margin-top: 48px;
}

.offer {
  z-index: 1000;
  width: 88%;
  flex-flow: column;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
  position: relative;
}

.btn-big {
  background-color: #07592a;
  border-radius: 1000px;
  margin-top: 32px;
  padding: 20px 40px;
  font-weight: 700;
  line-height: 128%;
}

.btn-big.btn-white {
  color: #07592a;
  background-color: #fff;
}

.btn-big.btn-smallerpadding {
  cursor: pointer;
  margin-top: 64px;
  display: inline-block;
}

.btn-big.btn-smallerpadding.pop-up-btn {
  margin-top: 24px;
}

.h1-offer {
  color: #fff;
}

.grid {
  height: 77vh;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr;
}

.background-video {
  height: 100%;
}

.btn-small {
  color: #07592a;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 128%;
  text-decoration: none;
}

.btnsmall-linkblock {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.btnsmall-linkblock.mobile-btnsmall-linkblock {
  display: none;
}

.image {
  margin-left: 12px;
}

.header-and-btn {
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.header-and-btn.popular {
  margin-bottom: 48px;
}

.product-image {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

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

.product-name {
  margin-top: 16px;
  font-weight: 500;
  line-height: 128%;
}

.collection-list {
  grid-column-gap: 12px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: #e1ebe5;
}

.regular-small {
  color: #171c19;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 128%;
}

.regular-small.copyright {
  margin-top: 32px;
}

.regular-small.copyright.mobilecopyright {
  display: none;
}

.privacy-policy {
  margin-top: 12px;
  text-decoration: none;
  display: none;
}

.privacy-policy.mobileprivacy {
  display: none;
}

.link-underline {
  width: 100%;
  height: 1px;
  background-color: #171c19;
  margin-top: 4px;
}

.logo-and-legal {
  width: 240px;
}

.footer-menu-text {
  color: #171c19;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 128%;
  text-decoration: none;
  display: block;
}

.footer-phone {
  margin-left: 120px;
}

.phone-text-block {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 132%;
}

.phone-number {
  color: #171c19;
  font-size: 24px;
  font-weight: 500;
  line-height: 128%;
  text-decoration: none;
}

.socials {
  margin-left: 120px;
}

.socials.contacts-socials {
  margin-top: 20px;
  margin-left: 0;
}

.image-2 {
  margin-right: 0;
}

.footer-right-content {
  display: flex;
}

.footer-content-wrapper {
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.h2 {
  line-height: 128%;
}

.h2.pay-details {
  text-align: center;
  margin-bottom: 48px;
}

.regular-medium.regularmedium-center {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.regular-medium.contactinfo {
  margin-top: 20px;
  margin-bottom: 0;
}

.regular-medium.tableheading {
  padding: 0;
}

.tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 128%;
}

.tablink {
  background-color: #fff;
  border: 1px solid #171c19;
  border-radius: 1000px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 128%;
}

.tablink.w--current {
  color: #fff;
  background-color: #07592a;
  border: 1px solid #07592a;
  border-radius: 1000px;
  padding: 12px 24px;
}

.tabs-menu {
  justify-content: center;
  margin-bottom: 64px;
  display: flex;
}

.tabs {
  margin-top: 24px;
  padding-left: 0;
}

.tabs-content {
  overflow: visible;
}

.empty-list {
  background-color: #efefef;
  margin-top: 40px;
  padding: 16px;
}

.empty-list-content {
  text-align: center;
}

.productpage-image {
  max-height: 532px;
  max-width: 55%;
  object-fit: cover;
  flex: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  top: 4vh;
}

.product-info {
  margin-top: 48px;
  display: flex;
}

.product-description {
  width: 100%;
  margin-left: 56px;
}

.article {
  color: #a2a4a3;
  font-size: 14px;
}

.article.articletext {
  margin-right: 4px;
}

.article-number {
  margin-top: 12px;
  display: flex;
}

.product-main-details {
  margin-top: 48px;
}

.product-detail {
  border-bottom: 1px solid #efefef;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 12px;
  display: flex;
}

.product-detail.lastdetail {
  margin-bottom: 0;
}

.detail-name {
  color: #a2a4a3;
}

.product-details-block {
  margin-top: 64px;
}

.h3.pop-up-heading {
  text-align: center;
  margin-top: 48px;
  margin-left: 160px;
  margin-right: 160px;
}

.logos-grid {
  grid-column-gap: 12px;
  margin-top: 32px;
}

.logo-wrapper {
  height: 100px;
  border: 1px solid #efefef;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shoplogo {
  max-width: 80%;
}

.linkblock-collection {
  color: #171c19;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
}

.two-paragraphs {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.regular-big {
  margin-bottom: 0;
  font-size: 18px;
}

.aboutimages-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.imagesmallgrid {
  max-height: 380px;
  object-fit: cover;
}

.contactblock.margincontactblock {
  margin-top: 56px;
}

.contactblock.margincontactblock.menucontacts {
  display: none;
}

.email-link {
  width: 175px;
  color: #171c19;
  border-bottom: 1px solid #171c19;
  margin-top: 20px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 128%;
  text-decoration: none;
  display: block;
}

.phonenumber-link {
  color: #171c19;
  margin-top: 12px;
  font-weight: 500;
  line-height: 128%;
  text-decoration: none;
  display: block;
}

.contact-information {
  width: 332px;
}

.contactinfo-grid {
  height: 424px;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  margin-top: 64px;
}

.googlemap-image {
  height: 424px;
}

.mapimage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paydetails-grid {
  width: 914px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #efefef;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.tablecell {
  height: auto;
  border-bottom: 1px solid #efefef;
  align-items: center;
  padding: 24px;
  display: flex;
}

.tablecell.leftcell {
  height: auto;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}

.tablevalue {
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  line-height: 128%;
}

.tablewrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.social-linkblock {
  width: 24px;
  height: 24px;
}

.social-linkblock.marginsocialblock {
  margin-right: 32px;
}

.video-in-grid {
  width: 100%;
  height: 680px;
}

.brand {
  width: 80px;
}

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

.newnav-link {
  padding: 12px 8px;
  font-weight: 500;
  line-height: 128%;
}

.newnav-link.newnav-center {
  margin-left: 32px;
  margin-right: 32px;
}

.newnav-link.newnav-center.w--current, .newnav-link.navlinknewtop.w--current, .newnav-link.navlinknewbottom.w--current {
  color: #07592a;
}

.call-us {
  color: #07592a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #07592a;
  border-radius: 1000px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 128%;
}

.navbar-new {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}

.pop-up-background {
  z-index: 20000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(23, 28, 25, .72);
  display: none;
  position: fixed;
}

.pop-up-wrapper {
  width: 738px;
  height: 379px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pup-up-logo {
  width: 96px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pop-up-close {
  cursor: pointer;
  margin-top: 16px;
  margin-right: 16px;
  padding: 8px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section {
    margin-bottom: 136px;
  }

  .h1.h1-internal-page {
    font-size: 28px;
  }

  .offer {
    margin-bottom: 48px;
  }

  .btn-big.btn-white {
    margin-top: 24px;
    padding: 16px 32px;
    font-size: 14px;
  }

  .btn-big.btn-smallerpadding {
    padding: 16px 32px;
    font-size: 14px;
  }

  .btn-big.btn-smallerpadding.pop-up-btn {
    margin-top: 16px;
  }

  .h1-offer {
    font-size: 28px;
  }

  .collection-item {
    margin-top: 0;
  }

  .collection-list {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .regular-small.copyright {
    display: none;
  }

  .regular-small.copyright.mobilecopyright {
    margin-top: 40px;
    display: block;
  }

  .regular-small.copyright.mobilecopyright.menucopyright, .privacy-policy {
    display: none;
  }

  .privacy-policy.mobileprivacy {
    width: 162px;
    display: none;
  }

  .footer-menu {
    margin-top: 40px;
  }

  .footer-phone {
    margin-top: 24px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .socials {
    margin-left: 0;
  }

  .footer-right-content, .footer-content-wrapper {
    flex-direction: column;
  }

  .h2 {
    font-size: 22px;
    line-height: 128%;
  }

  .regular-medium.regularmedium-center {
    margin-top: 48px;
  }

  .regular-medium.contactinfo {
    margin-top: 16px;
  }

  .tablink {
    margin-bottom: 12px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .tabs-menu {
    flex-wrap: wrap;
    margin-bottom: 28px;
  }

  .productpage-image {
    max-width: 100%;
    position: static;
  }

  .product-info {
    flex-direction: column;
  }

  .product-description {
    margin-top: 48px;
    margin-left: 0;
  }

  .product-details-block {
    margin-top: 48px;
  }

  .h3 {
    font-size: 20px;
  }

  .h3.pop-up-heading {
    margin-top: 40px;
  }

  .logos-grid {
    margin-top: 24px;
  }

  .linkblock-collection {
    flex-direction: column;
  }

  .two-paragraphs {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .aboutimages-grid, .contactblock.margincontactblock {
    margin-top: 48px;
  }

  .email-link {
    margin-top: 16px;
  }

  .contact-information {
    width: 100%;
  }

  .contactinfo-grid {
    height: 100%;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    margin-top: 48px;
  }

  .paydetails-grid {
    width: 100%;
  }

  .video-in-grid {
    height: 400px;
  }

  .newnav-link.newnav-center {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pop-up-background {
    display: none;
  }

  .pop-up-wrapper {
    width: 640px;
    height: 318px;
  }
}

@media screen and (max-width: 767px) {
  .nav-center {
    padding-top: 24px;
  }

  .nav-link.navlink-center {
    margin-left: 40px;
    margin-right: 40px;
  }

  .navmenu-wrapper {
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .section {
    margin-bottom: 112px;
  }

  .h1.h1-internal-page {
    margin-top: 40px;
  }

  .offer {
    z-index: 1;
    margin-bottom: 32px;
  }

  .btnsmall-linkblock {
    display: none;
  }

  .btnsmall-linkblock.mobile-btnsmall-linkblock {
    justify-content: center;
    margin-top: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .header-and-btn {
    justify-content: center;
  }

  .header-and-btn.popular {
    margin-bottom: 40px;
  }

  .collection-item {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .regular-small.copyright.mobilecopyright.menucopyright {
    width: 50%;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: 24px;
    display: flex;
  }

  .h2.pay-details {
    margin-bottom: 40px;
  }

  .regular-medium.regularmedium-center {
    margin-top: 40px;
  }

  .tablink {
    margin: 4px;
  }

  .tabs-menu {
    margin-bottom: 36px;
  }

  .tabs {
    margin-top: 20px;
  }

  .product-info, .product-description, .product-main-details, .product-details-block {
    margin-top: 40px;
  }

  .h3.pop-up-heading {
    margin-left: 40px;
    margin-right: 40px;
  }

  .logos-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .two-paragraphs {
    margin-top: 40px;
  }

  .regular-big {
    font-size: 16px;
  }

  .aboutimages-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 40px;
  }

  .imagesmallgrid {
    height: 320px;
  }

  .contactblock.margincontactblock {
    margin-top: 40px;
  }

  .contactblock.margincontactblock.menucontacts {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 64px;
    margin-left: 24px;
    display: flex;
  }

  .contactblock.margincontactblock.menucontacts.menusocials {
    margin-top: 40px;
  }

  .contactinfo-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 40px;
  }

  .googlemap-image {
    height: 100%;
  }

  .mapimage {
    height: 400px;
  }

  .tablecell, .tablecell.leftcell {
    padding: 16px;
  }

  .video-in-grid {
    height: 320px;
  }

  .newnav-link {
    margin-bottom: 8px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 8px 0;
    font-size: 24px;
  }

  .newnav-link.newnav-center {
    margin-bottom: 12px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .newnav-link.navlinknewtop {
    margin-top: 32px;
    margin-bottom: 12px;
  }

  .newnav-link.navlinknewbottom {
    margin-bottom: 40px;
  }

  .call-us {
    display: none;
  }

  .menu-button-2, .menu-button-2.w--open, .nav-menu-2 {
    background-color: #fff;
  }

  .pop-up-background {
    display: none;
  }

  .pop-up-wrapper {
    width: 416px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 90%;
  }

  .nav-center {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 24px;
    display: flex;
  }

  .nav-link.navlink-center {
    margin-left: 16px;
    margin-right: 16px;
  }

  .navmenu-wrapper {
    width: 20%;
    border-top-style: none;
    border-bottom-style: none;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .offer {
    max-width: 300px;
  }

  .grid {
    height: 80vh;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    grid-row-gap: 32px;
  }

  .regular-small.copyright.mobilecopyright.menucopyright {
    width: 80%;
    text-align: left;
    justify-content: flex-start;
  }

  .image-3 {
    height: 72px;
  }

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

  .productpage-image {
    height: 260px;
  }

  .h3 {
    text-align: left;
  }

  .h3.pop-up-heading {
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .imagesmallgrid {
    height: 240px;
  }

  .contactblock.margincontactblock.menucontacts, .contactblock.margincontactblock.menucontacts.menusocials {
    width: 80%;
  }

  .video-in-grid {
    height: 240px;
  }

  .pop-up-background {
    display: none;
  }

  .pop-up-wrapper {
    width: 86%;
  }
}

#w-node-_8e90879b-d285-6d86-ef1e-236f50c130a8-57938484 {
  order: 10000;
  grid-area: 2 / 1 / 3 / 3;
  justify-self: center;
}

#w-node-c0129ffb-3a39-3cc5-1db4-79304b4d70cb-57938484 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c6fe526-92ae-3bb8-054f-1ee6bf21bd9a-57938484 {
  order: -100;
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_729ecbd3-66e1-bf59-4cde-2ee30101173b-57938484, #w-node-_67a0aefa-a72a-b00f-e2f6-df69843c728d-57938484, #w-node-_94327bc1-7a8e-c368-6aeb-e90aa40c70a8-57938484, #w-node-_3a1171f8-b1bc-362b-48dc-e8bf86d47d6f-57938484, #w-node-cb498fa9-191c-ab76-8ae5-784b660eb2d6-57938484, #w-node-_43566f5b-519b-a80b-44e5-8f4380c5d124-57938484, #w-node-_0c2faca2-6e35-0cbf-a005-c281277ad682-0cdb70d2, #w-node-_0c2faca2-6e35-0cbf-a005-c281277ad687-0cdb70d2, #w-node-_0c2faca2-6e35-0cbf-a005-c281277ad68c-0cdb70d2, #w-node-_0c2faca2-6e35-0cbf-a005-c281277ad691-0cdb70d2, #w-node-_0c2faca2-6e35-0cbf-a005-c281277ad696-0cdb70d2, #w-node-_0c2faca2-6e35-0cbf-a005-c281277ad69b-0cdb70d2, #w-node-_3a1e6026-492e-f872-3c27-29afd38ab2f4-0cdb70d2, #w-node-fc1aafcd-0b74-9fbe-5703-6b2c56510d5f-0cdb70d2, #w-node-e49e5978-5870-bdce-12db-0197270929f5-0cdb70d2, #w-node-_7c9e187c-941e-9d6e-68b9-960264ab22b6-0cdb70d2, #w-node-c10be0d5-f597-d603-a3af-9858e949dd14-0cdb70d2, #w-node-_584aa409-c3c8-30ed-78b7-df30313b53e0-0cdb70d2, #w-node-_26be3e92-f27e-8064-4218-8956ee51f593-0cdb70d2, #w-node-_847a8e6c-078f-a330-a029-620157d84f5a-0cdb70d2, #w-node-f11616fe-38d4-048a-1b99-dd454326bd30-0cdb70d2, #w-node-_4b152faa-46e4-a5d5-d1c3-8ecea965831e-0cdb70d2, #w-node-a8b86504-6ee0-bc70-a359-bdafa97b632c-0cdb70d2, #w-node-ac994f34-f6ce-9f29-b687-b2d2013a61f7-0cdb70d2, #w-node-_061f777d-3358-98f9-e828-92b4216a3d75-0cdb70d2, #w-node-a95cf690-86b0-5755-ebcd-b8fa2a693190-0cdb70d2, #w-node-c4aaa6e4-cb15-6620-20a9-d61c44e90fd2-0cdb70d2, #w-node-_416bdc9a-caa2-e8e1-5445-ec675ddf6a0b-0cdb70d2, #w-node-_60bfbf19-5a58-cc37-f6f8-cad65a1f8a91-0cdb70d2, #w-node-_631f5304-8a8b-0c05-bfb7-b094d0ae30f0-0cdb70d2, #w-node-eb9e1a81-5bd4-cc09-cde0-2352bac326b2-0cdb70d2, #w-node-eb9e1a81-5bd4-cc09-cde0-2352bac326b7-0cdb70d2, #w-node-eb9e1a81-5bd4-cc09-cde0-2352bac326bc-0cdb70d2, #w-node-eb9e1a81-5bd4-cc09-cde0-2352bac326c1-0cdb70d2, #w-node-eb9e1a81-5bd4-cc09-cde0-2352bac326c6-0cdb70d2, #w-node-eb9e1a81-5bd4-cc09-cde0-2352bac326cb-0cdb70d2, #w-node-eb9e1a81-5bd4-cc09-cde0-2352bac326d0-0cdb70d2, #w-node-eb9e1a81-5bd4-cc09-cde0-2352bac326d5-0cdb70d2, #w-node-eb9e1a81-5bd4-cc09-cde0-2352bac326da-0cdb70d2, #w-node-eb9e1a81-5bd4-cc09-cde0-2352bac326df-0cdb70d2, #w-node-eb9e1a81-5bd4-cc09-cde0-2352bac326e4-0cdb70d2, #w-node-eb9e1a81-5bd4-cc09-cde0-2352bac326e9-0cdb70d2, #w-node-eb9e1a81-5bd4-cc09-cde0-2352bac326ee-0cdb70d2, #w-node-eb9e1a81-5bd4-cc09-cde0-2352bac326f3-0cdb70d2, #w-node-eb9e1a81-5bd4-cc09-cde0-2352bac326f8-0cdb70d2, #w-node-_0bcdb411-8467-ad7b-c345-7291a2e77fe4-0cdb70d2, #w-node-_0bcdb411-8467-ad7b-c345-7291a2e77fe9-0cdb70d2, #w-node-_0bcdb411-8467-ad7b-c345-7291a2e77fee-0cdb70d2, #w-node-_0bcdb411-8467-ad7b-c345-7291a2e77ff3-0cdb70d2, #w-node-_0bcdb411-8467-ad7b-c345-7291a2e77ff8-0cdb70d2, #w-node-_0bcdb411-8467-ad7b-c345-7291a2e77ffd-0cdb70d2, #w-node-_0bcdb411-8467-ad7b-c345-7291a2e78002-0cdb70d2, #w-node-_0bcdb411-8467-ad7b-c345-7291a2e78007-0cdb70d2, #w-node-_0bcdb411-8467-ad7b-c345-7291a2e7800c-0cdb70d2, #w-node-de9a53fd-6609-a3c7-a823-9f29f286bfc7-0cdb70d2, #w-node-de9a53fd-6609-a3c7-a823-9f29f286bff9-0cdb70d2, #w-node-de9a53fd-6609-a3c7-a823-9f29f286bffe-0cdb70d2, #w-node-de9a53fd-6609-a3c7-a823-9f29f286c003-0cdb70d2, #w-node-de9a53fd-6609-a3c7-a823-9f29f286c008-0cdb70d2, #w-node-de9a53fd-6609-a3c7-a823-9f29f286c012-0cdb70d2, #w-node-de9a53fd-6609-a3c7-a823-9f29f286c017-0cdb70d2, #w-node-de9a53fd-6609-a3c7-a823-9f29f286c021-0cdb70d2, #w-node-_61d6978b-8869-3b2f-676b-cb3ae2d1192c-0cdb70d2, #w-node-_61d6978b-8869-3b2f-676b-cb3ae2d1193b-0cdb70d2, #w-node-_61d6978b-8869-3b2f-676b-cb3ae2d11940-0cdb70d2, #w-node-_61d6978b-8869-3b2f-676b-cb3ae2d11945-0cdb70d2, #w-node-_61d6978b-8869-3b2f-676b-cb3ae2d1194a-0cdb70d2, #w-node-_61d6978b-8869-3b2f-676b-cb3ae2d1194f-0cdb70d2, #w-node-_61d6978b-8869-3b2f-676b-cb3ae2d11954-0cdb70d2, #w-node-_61d6978b-8869-3b2f-676b-cb3ae2d11959-0cdb70d2, #w-node-_61d6978b-8869-3b2f-676b-cb3ae2d1195e-0cdb70d2, #w-node-_61d6978b-8869-3b2f-676b-cb3ae2d11977-0cdb70d2, #w-node-_61d6978b-8869-3b2f-676b-cb3ae2d11986-0cdb70d2, #w-node-_61d6978b-8869-3b2f-676b-cb3ae2d11990-0cdb70d2, #w-node-f7d59848-b4c3-3a61-3385-4ed2544b7c8d-0cdb70d2, #w-node-f7d59848-b4c3-3a61-3385-4ed2544b7cec-0cdb70d2, #w-node-f7d59848-b4c3-3a61-3385-4ed2544b7cf1-0cdb70d2, #w-node-f7d59848-b4c3-3a61-3385-4ed2544b7cf6-0cdb70d2, #w-node-_2781d1f1-892d-609c-e4d8-5290192a3593-b1ddee57, #w-node-c9464a13-fa94-3776-7b1a-6809251a2b58-b1ddee57, #w-node-ff9acd0f-26b2-0d12-0a30-df3e134bce0d-b1ddee57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e2dff0e-7d5f-824c-4a8f-9c9f4d2d240c-b1ddee57 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6b46f7e2-ff5a-83e6-97c9-c5bba3b990f9-ba120103, #w-node-e803c44f-5d08-a8bc-579f-ed508481566a-ba120103, #w-node-_2ab96878-c8d7-2bab-f93c-e6c5dbb42fcf-ba120103, #w-node-_086e1cb0-3b5f-9041-9823-e2546e07949b-ba120103, #w-node-b4a0d40d-dfd2-71a5-96d1-14a4d967ec32-ba120103, #w-node-f1ece7b2-0072-e410-8a74-4a063e842bca-ba120103, #w-node-f1ece7b2-0072-e410-8a74-4a063e842bcb-ba120103, #w-node-fece2c77-56e4-ea72-f3db-fafe851102d1-ba120103, #w-node-fece2c77-56e4-ea72-f3db-fafe851102d2-ba120103, #w-node-a6f82227-c594-4107-98c5-af067dd319eb-ba120103, #w-node-a6f82227-c594-4107-98c5-af067dd319ec-ba120103, #w-node-_2ef12fa6-2db8-62da-fbb9-0f94252e4f88-ba120103, #w-node-_2ef12fa6-2db8-62da-fbb9-0f94252e4f89-ba120103, #w-node-_332dc814-32a5-7150-6336-cfea1893b0e7-ba120103, #w-node-_332dc814-32a5-7150-6336-cfea1893b0e8-ba120103, #w-node-_746c0977-a9e1-867b-3865-015657ddaee4-ba120103, #w-node-_746c0977-a9e1-867b-3865-015657ddaee5-ba120103, #w-node-_3e866362-0b3d-e546-fa6b-bedc68215b23-ba120103, #w-node-_3e866362-0b3d-e546-fa6b-bedc68215b24-ba120103, #w-node-_93997097-0acd-f1c2-d356-28434992b390-ba120103, #w-node-_93997097-0acd-f1c2-d356-28434992b391-ba120103, #w-node-_4ecd9e09-6793-2a4b-392a-a3ba3f95cced-ba120103, #w-node-_4ecd9e09-6793-2a4b-392a-a3ba3f95ccee-ba120103, #w-node-_50fd7211-97d6-ed7c-f985-181b53de3e24-ba120103, #w-node-_50fd7211-97d6-ed7c-f985-181b53de3e25-ba120103, #w-node-cc99ad8c-284b-a347-5eb5-d0f84faabadd-ba120103, #w-node-cc99ad8c-284b-a347-5eb5-d0f84faabade-ba120103, #w-node-d33549ff-fe49-b2aa-26a3-783927ffbaad-ba120103, #w-node-d33549ff-fe49-b2aa-26a3-783927ffbaae-ba120103, #w-node-_2be9d014-32bd-31af-154f-131f9e1b35dd-ba120103, #w-node-_2be9d014-32bd-31af-154f-131f9e1b35de-ba120103, #w-node-_713009d7-9b5e-d533-0694-1125fb2e49a2-ba120103, #w-node-_713009d7-9b5e-d533-0694-1125fb2e49a3-ba120103, #w-node-_12edd966-8a0a-91d6-9c40-28203ab61c75-ba120103, #w-node-_12edd966-8a0a-91d6-9c40-28203ab61c76-ba120103, #w-node-_825cec1f-c734-e311-8304-2d8c2f4c1809-ba120103, #w-node-_825cec1f-c734-e311-8304-2d8c2f4c180a-ba120103, #w-node-_5f7aa715-826e-bebd-15f4-e93520e8c523-ba120103, #w-node-_5f7aa715-826e-bebd-15f4-e93520e8c524-ba120103, #w-node-_83c8afa8-0273-4e51-7239-ccd1e425fa8e-ba120103, #w-node-_83c8afa8-0273-4e51-7239-ccd1e425fa8f-ba120103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8e90879b-d285-6d86-ef1e-236f50c130a8-57938484 {
    order: 0;
  }

  #w-node-_9e2dff0e-7d5f-824c-4a8f-9c9f4d2d240c-b1ddee57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formular';
  src: url('../fonts/Formular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}