@font-face {
  font-family: CeraPro-Black;
  src: url('../fonts/CeraPro-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: CeraPro-Light;
  src: url('../fonts/CeraPro-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: CeraPro-Thin;
  src: url('../fonts/CeraPro-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: CeraPro-LightItalic;
  src: url('../fonts/CeraPro-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --071536: black;
  --fffff: 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;
}

body {
  color: #000;
  background-color: #0000;
  font-family: CeraPro-Light, sans-serif;
  font-size: 1vw;
  line-height: 1;
}

.b-h1-32 {
  color: #061636;
  font-family: CeraPro-Black, sans-serif;
  font-size: 1.66667em;
  font-weight: 900;
  line-height: 1.2em;
}

.b-h2-28 {
  color: #061636;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: CeraPro-Black, sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1em;
  display: flex;
}

.b-p-text-l-24 {
  color: #061636;
  font-family: CeraPro-Light, sans-serif;
  font-size: 1.66667em;
  font-weight: 300;
  line-height: 1.3em;
}

.b-p-text-m-18 {
  color: #061636;
  font-size: 1.25em;
  line-height: 1.2em;
}

.b-p-text-m-18.cc-mob-mb32 {
  font-weight: 300;
}

.b-p-text-s-16 {
  font-family: CeraPro-Light, sans-serif;
  font-weight: 300;
}

.b-p-text-center-18 {
  text-align: center;
}

.comments {
  color: var(--white);
  text-align: center;
  background-color: #242424;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-96 {
  text-transform: uppercase;
  font-family: CeraPro-Black, sans-serif;
  font-size: 96px;
  font-weight: 900;
}

.text-l-21 {
  font-family: CeraPro-Bold, sans-serif;
  font-size: 1.45833em;
  font-weight: 700;
  line-height: 1.1em;
}

.text-s-16 {
  line-height: 1.2em;
}

.cc-bg-yellow-color {
  background-color: #fffc02;
}

.section {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-left: 11.25em;
  padding-right: 11.25em;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: flex;
}

.container.cc-bg-yellow-color {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.cc-bg-yellow-color.cc-mtop {
  min-height: 100%;
}

.hamburger {
  z-index: 4;
  cursor: pointer;
  position: relative;
}

.section-2.is-full-image {
  position: relative;
}

.faq_trigger {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.2em;
  padding-bottom: 2.2em;
  display: flex;
}

.nav_button {
  justify-content: center;
  align-items: center;
  margin-right: -1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-decoration: none;
  display: flex;
}

.nav_button.w--open {
  color: #000;
  background-color: #0000;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #2c50fa;
  border: 1px solid #2c50fa;
  border-radius: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.side-menu-text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: .125rem 0;
  display: flex;
  overflow: hidden;
}

.navbar-7 {
  background-color: #0000;
}

.header.cc-bg-yellow-color {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-height: 160px;
  max-height: 180px;
  display: flex;
}

.brand {
  max-width: 200px;
}

.section-img-full {
  background-color: #0000;
  background-image: url('../images/maxlam-main.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: space-between;
  align-items: center;
  min-height: 400px;
  padding-left: 11.25em;
  padding-right: 11.25em;
  display: flex;
}

.content-left {
  width: 60%;
}

.content-icons {
  text-align: right;
  width: 40%;
}

.content-main-benefits, .content-70-width {
  width: 100%;
}

.grid-x-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.img-main-benefit {
  min-width: 130px;
  max-height: 80px;
  margin-bottom: 20px;
}

.section-img-full-2 {
  background-color: #0000;
  background-image: url('../images/maxlam-main2.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: space-between;
  align-items: center;
  min-height: 400px;
  padding-left: 11.25em;
  padding-right: 11.25em;
  display: flex;
}

.grid-decors {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-decors.cc-mb32 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.click-decors {
  min-width: 50px;
}

.sub-title {
  align-items: center;
  min-height: 74px;
  display: flex;
  overflow: auto;
}

.sub-title.cc-mb24 {
  min-height: 65px;
}

.yellow-line {
  background-color: #fffc54;
  min-width: 20px;
  min-height: 65px;
  margin-right: 30px;
  padding-right: 0;
}

.section-img-full-3 {
  background-color: #0000;
  background-image: url('../images/maxlam-main3.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  min-height: 360px;
  padding-left: 11.25em;
  padding-right: 11.25em;
  display: flex;
}

.footer-links {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  color: #061636;
  text-decoration: none;
  display: flex;
}

.footer-links:hover {
  text-decoration: underline;
}

.column-50 {
  width: 50%;
}

.column-50.cc-mob-mb32 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.big-phone {
  display: flex;
}

.img-call {
  margin-left: 40px;
}

.big-title {
  align-items: center;
  width: 100%;
  min-height: 110px;
  display: flex;
  overflow: auto;
}

.section-yellow {
  background-color: #fffc02;
  justify-content: space-between;
  align-items: center;
  padding-left: 11.25em;
  padding-right: 11.25em;
  display: flex;
}

.nav-menu {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  width: 55%;
  display: flex;
}

.div-block-38 {
  display: flex;
}

.text-m-18-link-bold {
  margin-left: 0;
  margin-right: 0;
  font-family: CeraPro-Bold, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2em;
}

.dropdown-list {
  background-color: #0000;
  display: none;
}

.dropdown-list.w--open {
  background-color: #0000;
  font-family: CeraPro-Black, sans-serif;
  font-size: 1.25em;
  line-height: 1.1em;
}

.dropdown-link, .dropdown-link-2 {
  font-family: CeraPro-Bold, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}

.cc-b-strong {
  font-family: CeraPro-Black, sans-serif;
  font-weight: 900;
  position: static;
}

.b-h1-72 {
  color: #061636;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: CeraPro-Black, sans-serif;
  font-size: 5em;
  font-weight: 900;
  line-height: 1.1em;
}

.content {
  display: flex;
}

.content.cc-mtop {
  width: 100%;
}

.img-right-big {
  margin-left: 0;
  padding: 23px 0 23px 23px;
}

.text-28-strong {
  color: #061636;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: CeraPro-Black, sans-serif;
  font-size: 1.94444em;
  font-weight: 900;
  line-height: 1.1em;
}

.yellow-line-110 {
  background-color: #fffc54;
  min-width: 20px;
  min-height: 110px;
  margin-right: 30px;
  padding-right: 0;
}

.div-block-39 {
  grid-column-gap: 45px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-40 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.content-hero {
  min-height: 100%;
  max-height: 100%;
  margin-top: 200px;
  margin-bottom: 150px;
}

.yellow-push {
  color: var(--071536);
  text-transform: uppercase;
  background-color: #fffc02;
  justify-content: flex-end;
  padding: 25px 90px;
  font-family: CeraPro-Bold, sans-serif;
  font-size: 1.55em;
  font-weight: 700;
  display: inline-block;
}

.yellow-push:hover {
  background-color: var(--071536);
  color: #fff;
}

.cc-mtop {
  margin-top: 9.72em;
}

.cc-mb-74 {
  margin-bottom: 5.13em;
}

.cc-mb32 {
  margin-bottom: 2.22em;
}

.cc-mb16 {
  margin-bottom: 1.11em;
}

.cc-mb-48 {
  margin-bottom: 3.33em;
}

.cc-mb24 {
  margin-bottom: 1.66em;
}

.column-68perc {
  display: flex;
}

.div-block-42 {
  width: 70%;
}

.column-32perc {
  width: 32%;
}

.cc-mb8 {
  margin-bottom: .55em;
}

.text-36-strong {
  color: #061636;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: CeraPro-Black, sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.1em;
}

.body {
  color: #061636;
}

.div-block-43 {
  width: 90%;
}

.content-collection {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cc-mtop-16 {
  margin-top: 1.11em;
}

.footer-copy {
  align-items: center;
  width: 100%;
  margin-top: 2.5em;
  display: flex;
}

.cc-mb-big {
  margin-bottom: 9.72em;
}

.cc-mb-90 {
  margin-bottom: 6.25em;
}

.bold-text {
  font-family: CeraPro-Black, sans-serif;
}

.made-by-ochi {
  align-items: center;
  display: flex;
}

.img-ochi {
  padding-left: 15px;
}

.img-eu {
  padding-left: 40px;
}

.bold-text-2 {
  font-family: CeraPro-Bold, sans-serif;
}

.container-to-right {
  flex-direction: column;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: flex;
}

.link {
  color: var(--071536);
  text-decoration: none;
}

.cc-mob-mb24, .cc-mob-mb32, .cc-mob-mb48 {
  margin-bottom: 1.66em;
}

.section-yellow-hero {
  background-color: #fffc02;
  justify-content: space-between;
  align-items: center;
  padding-left: 11.25em;
  padding-right: 11.25em;
  display: flex;
}

.content-hero-inner {
  margin-top: 14em;
  margin-bottom: 0;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-family: CeraPro-Bold, sans-serif;
}

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

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

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

.sub-botton {
  justify-content: space-between;
  max-height: 65px;
  display: flex;
}

.footer-copyr-pl {
  align-items: center;
  width: 100%;
  margin-top: 2.5em;
  text-decoration: none;
  display: flex;
}

.sub-footer, .sub-footer-copy, .sub-footer-en, .sub-footer-en-copy {
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-7-copy, .navbar-7-copy-pl {
  background-color: #0000;
}

.header-pl.cc-bg-yellow-color {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-height: 160px;
  max-height: 180px;
  display: flex;
}

.cc-top-74 {
  margin-top: 5.13px;
  margin-bottom: 0;
}

.grid-decors-big {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-decors-big.cc-mb32 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-decors-copy {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-decors-copy.cc-mb32 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-decors-big2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-decors-big2.cc-mb32 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-2 {
  color: var(--fffff);
  text-decoration: none;
}

.link-3 {
  color: var(--071536);
  text-decoration: none;
}

.link-4 {
  color: var(--fffff);
  text-decoration: none;
}

.bold-text-8 {
  color: var(--071536);
}

.colour-center {
  text-align: center;
  -webkit-text-stroke-color: var(--fffff);
  text-decoration: none;
}

.colour-center.cc-mtop-16 {
  font-size: 1.25em;
  text-decoration: none;
}

.lightbox-link {
  color: var(--fffff);
  text-decoration: none;
}

.cc-mtop-24 {
  margin-top: 1.66em;
}

.lightbox-link-decor {
  color: var(--fffff);
  text-decoration: none;
}

.b-h1-44 {
  color: #061636;
  font-family: CeraPro-Bold, sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.2em;
}

@media screen and (max-width: 991px) {
  .b-h1-32 {
    font-size: 32px;
    line-height: 34px;
  }

  .b-h2-28 {
    font-size: 24px;
    line-height: 27px;
  }

  .b-p-text-l-24 {
    font-size: 24px;
    line-height: 1.2em;
  }

  .b-p-text-m-18 {
    font-size: 18px;
    line-height: 21px;
  }

  .b-p-text-s-16 {
    font-size: 16px;
    line-height: 18px;
  }

  .b-p-text-center-18, .b-p-text-bottom-18 {
    font-size: 18px;
    line-height: 21px;
  }

  .text-96 {
    font-size: 72px;
    line-height: 102px;
  }

  .text-32-left {
    font-size: 32px;
  }

  .text-27-center {
    font-size: 27px;
    line-height: 30px;
  }

  .text-xxl-32 {
    font-size: 32px;
  }

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

  .text-l-21 {
    font-size: 21px;
  }

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

  .container.cc-bg-yellow-color.cc-mtop.cc-mb32 {
    flex-direction: column;
    align-items: flex-start;
  }

  .container.cc-bg-yellow-color.cc-mb-big.cc-mtop-16 {
    flex-direction: row;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .content-left {
    width: 100%;
  }

  .content-icons {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .content-70-width, .column-50 {
    width: 100%;
  }

  .text-m-18-link-bold {
    font-size: 18px;
    line-height: 21px;
  }

  .b-h1-72 {
    font-size: 72px;
    line-height: 76px;
  }

  .b-h1-72.cc-mb24 {
    margin-bottom: 20px;
  }

  .content.cc-mtop {
    flex-direction: column;
  }

  .img-right-big {
    margin-left: 0;
  }

  .text-28-strong {
    font-size: 28px;
    line-height: 32px;
  }

  .yellow-push {
    font-size: 18px;
    line-height: 21px;
  }

  .text-36-strong {
    font-size: 36px;
    line-height: 38px;
  }

  .footer-copy {
    flex-direction: column;
  }

  .link {
    color: var(--071536);
  }

  .cc-mob-mb24 {
    margin-bottom: 24px;
  }

  .cc-mob-mb32 {
    margin-bottom: 32px;
  }

  .cc-mob-mb48 {
    margin-bottom: 48px;
  }

  .footer-copyr-pl {
    flex-direction: column;
  }

  .b-h1-44 {
    font-size: 32px;
    line-height: 34px;
  }
}

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

  .section {
    padding-left: 5.25em;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .img-main-benefit {
    padding: 10px;
  }

  .grid-decors.cc-mb32 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer-links {
    grid-column-gap: 30px;
  }

  .big-phone {
    align-items: center;
  }

  .b-h1-72 {
    font-size: 58px;
    line-height: 60px;
  }

  .div-block-39 {
    grid-column-gap: 25px;
  }

  .div-block-42 {
    width: 65%;
  }

  .img-ochi {
    padding-left: 10px;
  }

  .grid-decors-big.cc-mb32, .grid-decors-copy.cc-mb32 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-decors-big2.cc-mb32 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .b-p-text-l-24 {
    font-size: 21px;
  }

  .text-96 {
    font-size: 36px;
    line-height: 38px;
  }

  .section {
    padding-left: 6em;
    padding-right: 6em;
  }

  .container.cc-bg-yellow-color {
    align-items: flex-start;
    height: 100%;
  }

  .side-menu-text-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .section-img-full {
    padding-left: 6em;
    padding-right: 6em;
  }

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

  .section-img-full-2 {
    padding-left: 6em;
    padding-right: 6em;
  }

  .grid-decors.cc-mb32 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .yellow-line {
    max-height: 100%;
  }

  .section-img-full-3 {
    padding-left: 6em;
    padding-right: 6em;
  }

  .footer-links {
    flex-direction: column;
  }

  .column-50 {
    display: block;
  }

  .column-50.cc-mob-mb48 {
    align-items: flex-start;
    display: flex;
  }

  .img-call {
    display: none;
  }

  .section-yellow {
    padding-left: 6em;
    padding-right: 6em;
  }

  .b-h1-72 {
    font-size: 38px;
    line-height: 41px;
  }

  .div-block-39 {
    flex-direction: row;
  }

  .div-block-40 {
    flex-direction: column;
  }

  .content-hero {
    min-height: 340px;
    max-height: 340px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .yellow-push {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-68perc {
    flex-direction: column;
  }

  .div-block-42, .column-32perc {
    width: 100%;
  }

  .made-by-ochi {
    display: none;
  }

  .img-eu {
    padding-left: 20px;
  }

  .social-link, .icon {
    display: none;
  }

  .dropdown-toggle {
    padding-left: 30px;
    padding-right: 20px;
  }

  .section-yellow-hero {
    align-items: center;
    height: 100vw;
    padding-left: 6em;
    padding-right: 6em;
  }

  .content-hero-inner {
    min-height: 340px;
    max-height: 340px;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .grid-decors-big.cc-mb32, .grid-decors-copy.cc-mb32 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-decors-big2.cc-mb32 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-e7fe364a-1988-9d1b-97c4-d021adb66c64-e1c2642b, #w-node-e7fe364a-1988-9d1b-97c4-d021adb66c6a-e1c2642b, #w-node-e7fe364a-1988-9d1b-97c4-d021adb66c70-e1c2642b, #w-node-ec3b88c3-9108-5bd0-ff6c-d5da0cc71475-e1c2642b, #w-node-_35fd694e-be36-66ce-b975-b70982a16a74-e1c2642b, #w-node-_96a9feaf-0211-18a5-0250-bd63065e696e-e1c2642b, #w-node-d10770de-cd53-413d-efc8-496c7fb71478-e1c2642b, #w-node-_4c70ed63-bd08-f1fd-2caf-895b0b56a3b8-e1c2642b, #w-node-c9af187d-26e2-78ea-059b-8688714cc8c5-e1c2642b, #w-node-_45788bbb-ae34-041b-8ebc-699d864582bc-e1c2642b, #w-node-_048ee4a4-a500-4f17-9d03-efc249f65141-e1c2642b, #w-node-_4c11a039-2f45-982d-efde-7aa4642a11fa-e1c2642b, #w-node-fc46a3ca-ac03-f4c5-216e-a3c141b8cc3c-e1c2642b, #w-node-_7227c6c9-1eba-be44-6b2e-8af4a14806b5-e1c2642b, #w-node-cb12e4e5-499b-90a8-5b2a-b29192177135-e1c2642b, #w-node-f2a0311d-060c-e6b3-23d3-e9fe8e99b53c-e1c2642b, #w-node-fb598362-5dcd-9699-8e29-2917ff4dcc35-e1c2642b, #w-node-_22008a9f-bcaa-0e74-c213-a9489e7ef5b3-e1c2642b, #w-node-b13b5a04-fa4b-9e99-03c4-90eaaea1c6b0-e1c2642b, #w-node-e7fe364a-1988-9d1b-97c4-d021adb66c64-9f663136, #w-node-e7fe364a-1988-9d1b-97c4-d021adb66c6a-9f663136, #w-node-e7fe364a-1988-9d1b-97c4-d021adb66c70-9f663136, #w-node-e7fe364a-1988-9d1b-97c4-d021adb66c64-bc1a8230, #w-node-e7fe364a-1988-9d1b-97c4-d021adb66c6a-bc1a8230, #w-node-e7fe364a-1988-9d1b-97c4-d021adb66c70-bc1a8230, #w-node-_47b4c914-00ee-e2f7-ebc0-d4f334f973c4-bc1a8230, #w-node-a44f64a4-dce3-e3f4-6c60-b5844f988369-bc1a8230, #w-node-cb2d35ed-afe9-9898-88c7-32dd2055e402-bc1a8230, #w-node-d174a43a-d033-a3a6-f0c4-134936fed50b-bc1a8230, #w-node-ffcea56e-a62d-44ad-f219-482ac27fdd4e-bc1a8230, #w-node-_06ff5a04-eab2-3c7d-5c93-302914db4b36-bc1a8230, #w-node-_2764cb42-f200-a1c2-a37e-0e22baeaf9c3-0784ec02, #w-node-_2764cb42-f200-a1c2-a37e-0e22baeaf9c5-0784ec02, #w-node-_2764cb42-f200-a1c2-a37e-0e22baeaf9c7-0784ec02, #w-node-_2764cb42-f200-a1c2-a37e-0e22baeaf9c9-0784ec02, #w-node-_2764cb42-f200-a1c2-a37e-0e22baeaf9cb-0784ec02, #w-node-_2764cb42-f200-a1c2-a37e-0e22baeaf9cd-0784ec02, #w-node-_2764cb42-f200-a1c2-a37e-0e22baeaf9cf-0784ec02, #w-node-_2764cb42-f200-a1c2-a37e-0e22baeaf9d1-0784ec02, #w-node-_2764cb42-f200-a1c2-a37e-0e22baeaf9d3-0784ec02, #w-node-_2764cb42-f200-a1c2-a37e-0e22baeaf9d7-0784ec02, #w-node-_2764cb42-f200-a1c2-a37e-0e22baeaf9d9-0784ec02, #w-node-_2764cb42-f200-a1c2-a37e-0e22baeaf9db-0784ec02, #w-node-_21f47ff2-e6af-288a-b02c-b5fbc812bc56-0784ec02, #w-node-_21f47ff2-e6af-288a-b02c-b5fbc812bc5a-0784ec02, #w-node-_21f47ff2-e6af-288a-b02c-b5fbc812bc5e-0784ec02, #w-node-_21f47ff2-e6af-288a-b02c-b5fbc812bc62-0784ec02, #w-node-_21f47ff2-e6af-288a-b02c-b5fbc812bc66-0784ec02, #w-node-_21f47ff2-e6af-288a-b02c-b5fbc812bc6a-0784ec02, #w-node-_21f47ff2-e6af-288a-b02c-b5fbc812bc6e-0784ec02, #w-node-_21f47ff2-e6af-288a-b02c-b5fbc812bc72-0784ec02, #w-node-_21f47ff2-e6af-288a-b02c-b5fbc812bc76-0784ec02, #w-node-_21f47ff2-e6af-288a-b02c-b5fbc812bc7a-0784ec02, #w-node-_21f47ff2-e6af-288a-b02c-b5fbc812bc7e-0784ec02, #w-node-_21f47ff2-e6af-288a-b02c-b5fbc812bc82-0784ec02, #w-node-_21f47ff2-e6af-288a-b02c-b5fbc812bc86-0784ec02, #w-node-c38a1f0b-725d-5678-2e01-073e6714041a-0784ec02, #w-node-a13cf499-8a22-e836-3333-686b579b4a39-0784ec02, #w-node-_95badc3b-0e4c-dad1-e101-643097a9b5b6-0784ec02, #w-node-_7fec2897-23ca-be2c-9fb1-bfdc2ceda745-0784ec02, #w-node-_787396a0-5ecb-86b7-4930-0f5a6c8fcf99-0784ec02, #w-node-_0946f305-91da-223b-f619-eda6ee4fb66e-0784ec02, #w-node-_36a0c61f-bdfa-1d82-f188-4d32c228479f-0784ec02, #w-node-bdd9d542-724d-480d-d50c-7c94e5128583-0784ec02, #w-node-_3dd9a044-2221-4a86-b880-3592040b92d8-0784ec02, #w-node-_9b6e93d8-77c4-b276-f7df-b3d2d953a324-0784ec02, #w-node-_0b4b6472-229a-3809-769c-13875f3b4085-0784ec02, #w-node-cd705366-ede1-8dc6-c6d0-1c86f9acd37c-0784ec02, #w-node-_5c71b8e1-fd04-ce84-f0ad-a162254e08c5-0784ec02, #w-node-f0178bdc-105e-4af3-ca48-485053add0d6-0784ec02, #w-node-_489d9487-6b68-c21a-644d-847a76f02649-0784ec02, #w-node-_01e2161b-1faa-d0a8-c982-af805179f1e0-0784ec02, #w-node-cc9873ab-6902-f6ab-49fb-d70767d8e86f-0784ec02, #w-node-_1ef54317-6571-4d87-134f-ee1523b328d3-0784ec02, #w-node-_1bdd6ac9-accf-63df-5a68-4914c2bccab5-0784ec02, #w-node-_43ee49eb-798f-aef7-03ee-2ad8c9643df4-0784ec02, #w-node-_634eb439-b872-f89d-d9cf-9be19bf85089-0784ec02, #w-node-_27cac0ef-16be-9606-4379-c2c62b94e1df-0784ec02, #w-node-_2349ab82-e130-3c11-4053-1972d0c979ce-0784ec02, #w-node-_040a6450-b205-ae7d-326f-cde562df1be1-0784ec02, #w-node-_43d3da0b-32e8-12b2-7bfa-872539a858b0-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c583-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c587-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c58b-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c58f-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c593-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c597-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c59b-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c59f-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c5a3-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c5a7-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c5ab-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c5af-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c5b3-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c5b8-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c5bd-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c5c2-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c5c7-0784ec02, #w-node-e7c32366-d7cd-2876-8674-190de203c5cc-0784ec02, #w-node-ec7ef4eb-2bbd-2400-7278-b8cc9b730a89-0784ec02, #w-node-ec7ef4eb-2bbd-2400-7278-b8cc9b730a8d-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bcbd-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bcc1-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bcc5-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bcc9-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bccd-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bcd1-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bcd5-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bcd9-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bcdd-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bce1-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bce5-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bce9-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bced-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bcf2-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bcf7-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bcfc-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bd01-0784ec02, #w-node-_87dedca2-ce97-878c-b238-553b7d63bd06-0784ec02, #w-node-_915ed53a-c239-03c6-a8d1-71fd0396f069-0784ec02, #w-node-_5881e327-a085-964f-d13a-9443bbc4dd79-0784ec02, #w-node-c760c0a0-b152-8f62-9e03-25cc518c723c-0784ec02, #w-node-ad43faad-f4ce-49b9-a33e-cfbf0ac94926-0784ec02, #w-node-a1e39cd3-9b9a-d17a-c5b6-db42ea38009b-0784ec02, #w-node-_6cd9213f-a84f-1672-7fcf-54de50704b57-0784ec02, #w-node-_05568c03-5d9d-b202-f896-45eab42e3809-0784ec02, #w-node-_617ee157-2c84-094f-5244-8af34f18f28c-0784ec02, #w-node-d6693306-0ce9-1bcb-8019-af0e0488d3bd-0784ec02, #w-node-_0e7ff917-2b32-379c-8894-fa01e339a9be-0784ec02, #w-node-b60d3d48-bd7f-9119-eb1f-2df71aa99555-0784ec02, #w-node-ab6c5916-ee4a-c82c-f09c-1b6e2dd01a82-0784ec02, #w-node-_7c53abf0-5ce1-015a-ddd2-b103eadc4a6e-0784ec02, #w-node-_064d38dc-da34-9d6d-7ea8-2b4003f86143-0784ec02, #w-node-d523c9ee-9462-8e5b-5b8e-2ff59942fe8e-0784ec02, #w-node-_4d9fe6a1-c741-02cb-5a33-1397869570fc-0784ec02, #w-node-_4df9c1fa-8e45-2681-662f-bd905708707a-0784ec02, #w-node-_9fba62b8-0f28-3ea7-34a9-78be93fdb530-0784ec02, #w-node-e7fe364a-1988-9d1b-97c4-d021adb66c64-09120e8a, #w-node-e7fe364a-1988-9d1b-97c4-d021adb66c6a-09120e8a, #w-node-e7fe364a-1988-9d1b-97c4-d021adb66c70-09120e8a, #w-node-_47b4c914-00ee-e2f7-ebc0-d4f334f973c4-09120e8a, #w-node-a44f64a4-dce3-e3f4-6c60-b5844f988369-09120e8a, #w-node-cb2d35ed-afe9-9898-88c7-32dd2055e402-09120e8a, #w-node-d174a43a-d033-a3a6-f0c4-134936fed50b-09120e8a, #w-node-ffcea56e-a62d-44ad-f219-482ac27fdd4e-09120e8a, #w-node-_06ff5a04-eab2-3c7d-5c93-302914db4b36-09120e8a, #w-node-_72832f49-971c-cdd6-1386-7c0723db2670-8ca45406, #w-node-_72832f49-971c-cdd6-1386-7c0723db2674-8ca45406, #w-node-_72832f49-971c-cdd6-1386-7c0723db2678-8ca45406, #w-node-_72832f49-971c-cdd6-1386-7c0723db267c-8ca45406, #w-node-_72832f49-971c-cdd6-1386-7c0723db2680-8ca45406, #w-node-_72832f49-971c-cdd6-1386-7c0723db2684-8ca45406, #w-node-_72832f49-971c-cdd6-1386-7c0723db2688-8ca45406, #w-node-_72832f49-971c-cdd6-1386-7c0723db268c-8ca45406, #w-node-_72832f49-971c-cdd6-1386-7c0723db2690-8ca45406, #w-node-_72832f49-971c-cdd6-1386-7c0723db2698-8ca45406, #w-node-_72832f49-971c-cdd6-1386-7c0723db269c-8ca45406, #w-node-_72832f49-971c-cdd6-1386-7c0723db26a0-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd4d-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd51-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd55-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd59-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd5d-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd61-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd65-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd69-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd6d-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd71-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd75-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd79-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd7d-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd82-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd87-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd8c-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd91-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd96-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecd9b-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecda0-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecda5-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecdaa-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecdaf-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecdb4-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecdb9-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecdbe-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecdc3-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecdc8-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecdcd-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecdd2-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecdd7-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecddc-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecde1-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecde6-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecdeb-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecdf0-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecdf5-8ca45406, #w-node-_91a64eea-9e06-48b8-861f-84fcc92ecdfa-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6ad-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6b1-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6b5-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6b9-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6bd-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6c1-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6c5-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6c9-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6cd-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6d1-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6d5-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6d9-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6dd-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6e2-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6e7-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6ec-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6f1-8ca45406, #w-node-_2e544812-f051-b3fb-6131-2bb67610a6f6-8ca45406, #w-node-_3954bbac-6a04-b6d9-ab19-e364ef582fb7-8ca45406, #w-node-_3954bbac-6a04-b6d9-ab19-e364ef582fbb-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948622-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948626-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e8294862a-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e8294862e-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948632-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948636-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e8294863a-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e8294863e-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948642-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948646-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e8294864a-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e8294864e-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948652-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948657-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e8294865c-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948661-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948666-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e8294866b-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948670-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948675-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e8294867a-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e8294867f-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948684-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948689-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e8294868e-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948693-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e82948698-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e8294869d-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e829486a2-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e829486a7-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e829486ac-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e829486b1-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e829486b6-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e829486bb-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e829486c0-8ca45406, #w-node-_233c7aa4-b1e5-ee69-b670-ca8e829486c5-8ca45406, #w-node-e7fe364a-1988-9d1b-97c4-d021adb66c64-a5dbbe7d, #w-node-e7fe364a-1988-9d1b-97c4-d021adb66c6a-a5dbbe7d, #w-node-e7fe364a-1988-9d1b-97c4-d021adb66c70-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935dce-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935dd0-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935dd2-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935dd4-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935dd6-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935dd8-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935dda-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935ddc-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935dde-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935de0-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935de2-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935de4-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935de6-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935de8-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935dea-a5dbbe7d, #w-node-f532f16b-a237-0603-d22b-047f16935dec-a5dbbe7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'CeraPro-Black';
  src: url('../fonts/CeraPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CeraPro-Bold';
  src: url('../fonts/CeraPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CeraPro-Light';
  src: url('../fonts/CeraPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CeraPro-Medium';
  src: url('../fonts/CeraPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CeraPro-Thin';
  src: url('../fonts/CeraPro-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CeraPro-LightItalic';
  src: url('../fonts/CeraPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}