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

body {
  height: 100%;
  color: #333;
  background-color: #fff;
  font-family: Roboto;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 5px;
  font-family: Roboto;
  font-size: 13px;
  line-height: 20px;
}

a {
  color: #00e;
}

.navbar {
  text-align: center;
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  box-shadow: 0 1px 23px rgba(0, 0, 0, .05);
}

.nav-link {
  opacity: .4;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-left: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  transition: border .3s;
  display: inline-block;
}

.nav-link:hover {
  opacity: 1;
  color: #000;
  border-color: #c7c7c7;
}

.nav-link.w--current {
  opacity: 1;
  color: #000;
}

.logo-container {
  float: left;
  display: inline-block;
}

.nav-menu-left {
  float: left;
}

.nav-menu-left.right {
  float: right;
}

.home-intro-title {
  color: #000;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto;
  font-size: 56px;
  font-weight: 100;
  line-height: 58px;
  display: block;
}

.home-intro-title._2 {
  opacity: .4;
  color: #000;
  margin-top: 10px;
  font-family: Roboto;
  font-size: 34px;
  font-weight: 100;
  line-height: 39px;
}

.home-button-wrapper {
  margin-top: 42px;
}

.home-button {
  color: #1370d9;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1370d9;
  border-radius: 50px;
  padding: 12px 25px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .5s, color .5s;
  display: inline-block;
}

.home-button:hover {
  color: #fff;
  background-color: #1370d9;
}

.home-button.green {
  color: #4fa94b;
  border-color: #4fa94b;
}

.home-button.green:hover {
  color: #fff;
  background-color: #4fa94b;
}

.home-button-block {
  margin-right: 9px;
  display: inline-block;
}

.page-content-section {
  z-index: 1;
  background-color: #000;
  background-image: url('../images/pexels-elina-sazonova-1914982-p-2000.jpeg');
  background-size: cover;
  position: static;
  overflow: visible;
}

.subpage-container {
  z-index: 2;
  text-align: center;
  position: relative;
}

.contact-block {
  width: 120vh;
  height: 65vh;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  box-shadow: 0 0 23px rgba(0, 0, 0, .1);
}

.contact-block._2 {
  height: 100%;
  background-color: #fff;
  background-image: url('../images/left-side2.jpg');
  background-position: 0 100%;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 13px;
  padding-bottom: 13px;
  display: block;
  position: relative;
  top: 30px;
  box-shadow: -5px 9px 12px 2px rgba(0, 0, 0, .2);
}

.content-block-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins Light, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 42px;
}

.content-block-title.subtitle {
  z-index: 4;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: linear-gradient(57deg, #09d, #e0007e 64%, #f0b336 98%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins Black, sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  position: static;
}

.section-title-divider {
  width: 25%;
  height: 3px;
  background-color: #12a3e4;
  border-radius: 20px;
  margin-top: 1px;
  margin-bottom: 1px;
  display: inline-block;
}

.section-title-divider._2 {
  display: none;
}

.page-content-overlay {
  height: 100%;
  background-color: rgba(235, 235, 235, .7);
  padding-top: 65px;
  padding-bottom: 65px;
  display: block;
}

.contact-info-text {
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  position: static;
}

.contact-info-text.cargo {
  color: #7e7e7e;
  -webkit-text-stroke-color: #fff;
  margin-top: 3px;
  font-family: Poppins Medium, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
}

.contact-info-link {
  z-index: 10;
  width: 450px;
  color: rgba(20, 27, 36, .9);
  white-space: pre-line;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: block;
  position: static;
  word-wrap: break-word
}

.contact-info-link:hover {
  color: #000;
}

.contact-info-link.whatsapp {
  white-space: break-spaces;
  line-height: 1em;
  word-wrap: break-word
}

.contact-icon-block {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #09d;
  background-image: linear-gradient(44deg, #09d, #e0007e 69%, #ffe925);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  top: -3px;
  left: 0;
}

.contact-icon-block.green {
  width: 40px;
  background-color: #09d;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-icon-block.blue {
  width: 40px;
  background-color: #09d;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-icon {
  width: 51%;
}

.footer {
  text-align: center;
  padding-top: 110px;
}

.hero-block {
  width: 70%;
  font-size: 15px;
  display: inline-block;
}

.section-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins Bold, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.section-title._2 {
  opacity: .5;
  text-align: center;
  margin-top: 13px;
  margin-bottom: 27px;
  padding-left: 61px;
  padding-right: 61px;
  font-family: Poppins Light, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.footer-contact-block {
  margin-top: 0;
}

.footer-contact-column {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-contact-icon-block {
  width: 35px;
  height: 35px;
  float: none;
  background-color: #09d;
  border-radius: 100%;
  margin-right: 14px;
  padding-top: 6px;
  display: inline-block;
}

.footer-contact-icon-block._2 {
  width: 50px;
  height: auto;
  padding-top: 0;
}

.footer-contact-icon-block._2._3 {
  background-image: linear-gradient(86deg, #2dadff, #f3279a 56%, #f0b336);
}

.footer-contact-icon-block._3 {
  background-color: #ffe925;
}

.footer-contact-text {
  float: none;
  margin-top: 8px;
  margin-right: 5px;
  font-family: Poppins Light, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
}

.footer-contact-text.visita {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(92deg, #4ea3f6, #ef2f9e 58%, #f0b336);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins Bold, sans-serif;
}

.footer-contact-link {
  z-index: 10;
  color: #b3b3b3;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}

.footer-contact-link:hover {
  color: #1370d9;
}

.bottom-footer-block {
  border-top: 1px solid #e8e8e8;
  margin-top: 40px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.bottom-footer-col-left {
  text-align: left;
}

.bottom-footer-col-right {
  text-align: right;
}

.bottom-footer-text {
  color: #bdbdbd;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

.bottom-footer-link {
  color: #a5a5a5;
  text-decoration: none;
}

.bottom-footer-link:hover {
  color: #646464;
}

.text-logo {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 100;
  line-height: 38px;
}

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

.image {
  width: 20%;
  align-self: center;
}

.italic-text {
  font-family: Poppins Light, sans-serif;
}

.italic-text-2 {
  font-family: Poppins Medium, sans-serif;
  font-weight: 500;
}

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 3.5fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: baseline;
  justify-items: start;
  display: grid;
  overflow: visible;
}

.section {
  background-color: #fff;
  background-image: url('../images/Mebex-tarjeta_fondo.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
}

.div-block-7 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-7._2 {
  padding-left: 163px;
  padding-right: 163px;
  box-shadow: 0 9px 11px rgba(0, 0, 0, .2);
}

.div-block-8 {
  width: 300px;
  height: 300px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.link-block {
  background-color: #e0027f;
  background-image: none;
  border-radius: 84px;
}

.link-block:hover {
  transform: scale(1.2);
}

.link-block._2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.link-block._2:hover {
  filter: none;
  transform: scale(1.3);
}

.link-block.v1 {
  background-color: #01a0de;
  background-image: none;
}

.link-block.v3 {
  background-color: #f0b336;
  background-image: none;
}

.image-3 {
  padding-left: 0;
  padding-right: 0;
}

.link-block-2 {
  color: #1370d9;
}

.div-block-9 {
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.div-block-10 {
  z-index: 99;
  border-radius: 0;
  position: static;
}

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

.div-block-11 {
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-12 {
  width: 72vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .2);
}

.quick-stack {
  padding: 10px;
}

.body {
  height: auto;
}

.div-block-13 {
  width: 60%;
  height: 5px;
  background-image: linear-gradient(54deg, #1c8ac0, #d42086 54%, #f0b336 98%);
  margin: 12px auto;
}

.text-block {
  color: #7e7e7e;
  text-align: center;
  font-family: Poppins Bold, sans-serif;
  display: inline-block;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding-right: 0;
  display: grid;
}

.text-block-2 {
  color: #7e7e7e;
  font-family: Poppins Bold, sans-serif;
}

.text-block-3 {
  color: #7e7e7e;
  text-align: center;
  padding-right: 6px;
  font-family: Poppins Bold, sans-serif;
}

.heading {
  text-align: center;
  font-family: Poppins Light, sans-serif;
  font-weight: 300;
}

.image-4 {
  width: 80px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.holder_profile {
  height: 300px;
  border: 6px solid #fff;
  border-radius: 360px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-17 {
  width: 40vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-2 {
  color: #7e7e7e;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  font-family: Poppins Light, sans-serif;
  font-size: 16px;
  display: block;
}

html.w-mod-js [data-ix="fade-in-overall-content-block"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="hide-contact-info-tooltip"] {
  opacity: 0;
  display: block;
  transform: translate(30px);
}

html.w-mod-js [data-ix="hide-contact-form"] {
  opacity: 0;
  display: none;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    width: 100%;
    max-width: 1010px;
    opacity: 1;
    color: #fff;
    border-width: 0;
    border-radius: 0;
    margin-left: 0;
    display: block;
  }

  .nav-link:hover, .nav-link.w--current {
    color: #fff;
    background-color: #141b24;
  }

  .nav-menu-left.right {
    background-color: rgba(20, 27, 36, .9);
  }

  .contact-block {
    width: 97vh;
    height: 55vh;
  }

  .contact-block._2 {
    width: 90%;
  }

  .content-block-title.subtitle {
    font-size: 2em;
  }

  .section-title-divider {
    display: block;
  }

  .contact-info-text {
    font-size: 1.2em;
    line-height: 1.3em;
  }

  .contact-info-text.cargo {
    font-size: 1.4em;
  }

  .contact-info-link {
    width: 320px;
    word-wrap: break-word
  }

  .footer {
    padding-top: 80px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-title._2 {
    font-size: 23px;
  }

  .footer-contact-icon-block._2 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .footer-contact-text {
    display: flex;
  }

  .text-logo {
    margin-top: 6px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #1370d9;
    border-color: #1370d9;
  }

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

  .div-block-2 {
    grid-template-columns: .25fr 1.25fr;
    align-items: baseline;
  }

  .div-block-7._2 {
    padding-left: 113px;
    padding-right: 113px;
  }

  .div-block-12 {
    margin-top: 66px;
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .div-block-14, .div-block-15 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-block {
    width: 65vh;
    height: auto;
  }

  .contact-block._2 {
    height: 100%;
  }

  .content-block-title.subtitle {
    font-size: 1.9em;
  }

  .section-title-divider {
    display: block;
  }

  .page-content-overlay {
    padding: 35px;
  }

  .contact-info-text {
    font-size: 1em;
  }

  .contact-info-text.cargo {
    font-size: 1.2em;
  }

  .contact-info-link {
    width: 200px;
    font-size: 1em;
    line-height: 30px;
    word-wrap: break-word
  }

  .footer {
    padding-top: 60px;
  }

  .section-title {
    font-size: 34px;
  }

  .footer-contact-block {
    margin-top: 25px;
  }

  .footer-contact-column {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .footer-contact-icon-block {
    margin-top: -6px;
  }

  .footer-contact-text {
    margin-top: 12px;
  }

  .bottom-footer-block {
    text-align: center;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bottom-footer-col-left {
    text-align: center;
  }

  .bottom-footer-col-right {
    text-align: center;
    padding-top: 10px;
  }

  .footer-container {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 25px;
    padding-right: 25px;
    display: grid;
  }

  .div-block-2 {
    grid-template-columns: .25fr 1.75fr;
  }

  .div-block-7._2 {
    padding-left: 84px;
    padding-right: 84px;
  }

  .div-block-8 {
    width: 135px;
    height: 135px;
  }

  .link-block._2:hover, .link-block.v1:hover {
    filter: none;
  }

  .div-block-11 {
    background-color: #fff;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .div-block-12 {
    margin-top: 76px;
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .holder_profile {
    height: 137px;
  }
}

@media screen and (max-width: 479px) {
  .contact-block {
    width: 33vh;
    height: auto;
  }

  .contact-block._2 {
    width: 90%;
    background-position: 38% 100%;
  }

  .content-block-title {
    font-size: 31px;
    line-height: 40px;
  }

  .content-block-title.subtitle {
    text-align: center;
    font-size: 1.4em;
    line-height: 22px;
  }

  .section-title-divider {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .section-title-divider._2 {
    display: block;
  }

  .contact-info-text {
    line-height: 19px;
  }

  .contact-info-text.cargo {
    text-align: center;
    margin-top: 2px;
    font-size: 1em;
  }

  .contact-info-link {
    width: 200px;
    word-wrap: break-word
  }

  .contact-icon-block {
    width: 30px;
    height: 30px;
  }

  .contact-icon-block.green, .contact-icon-block.blue {
    width: 30px;
  }

  .footer {
    padding-top: 60px;
  }

  .section-title {
    font-family: Poppins Black, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
  }

  .section-title._2 {
    font-family: Poppins Light, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }

  .footer-contact-row {
    padding-left: 20px;
  }

  .footer-contact-icon-block {
    float: left;
  }

  .footer-contact-text {
    float: left;
    margin-top: 1px;
    font-size: 16px;
  }

  .bottom-footer-text {
    font-size: 12px;
  }

  .footer-container {
    grid-row-gap: 20px;
  }

  .image {
    width: 30%;
  }

  .section {
    height: auto;
  }

  .div-block-7._2 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .link-block {
    width: 50px;
    height: 50px;
  }

  .link-block:hover, .link-block.v1:hover {
    filter: none;
  }

  .image-2, .image-3 {
    width: 50px;
    height: 50px;
  }

  .div-block-12 {
    width: 87vw;
    margin-top: 74px;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .holder_profile {
    height: 137px;
  }

  .heading-2 {
    margin-top: 2px;
  }
}

#w-node-_20ad964f-cba9-eb38-b7b7-4adc62e63028-bb9b197a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3447c531-7add-7602-3a45-97de4390e51b-bb9b197a, #w-node-f66fe4f7-f600-50fb-bb1a-c4d6df90651e-bb9b197a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_869ce1a0-174d-30ac-137f-e2b619949698-57e05531 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_869ce1a0-174d-30ac-137f-e2b619949698-57e05531 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_20ad964f-cba9-eb38-b7b7-4adc62e63028-bb9b197a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 2.75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_20ad964f-cba9-eb38-b7b7-4adc62e63028-bb9b197a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3447c531-7add-7602-3a45-97de4390e51b-bb9b197a, #w-node-f66fe4f7-f600-50fb-bb1a-c4d6df90651e-bb9b197a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Poppins Black';
  src: url('../fonts/Poppins-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Bold';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Medium';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins Light';
  src: url('../fonts/Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}