:root {
  --verde: #126510;
  --white: white;
  --black: black;
}

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

.body {
  font-family: Roboto, sans-serif;
}

.navbar {
  z-index: 100000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 3vh 9vw;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .28);
}

.navbar.gracias {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  width: 8%;
}

.image {
  height: auto;
}

.nav-menu-3 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nav-link-2 {
  padding: 0 0 0 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.nav-link-2:hover {
  color: var(--verde);
  font-weight: 600;
}

.nav-link-2.w--current {
  color: var(--verde);
  font-weight: 700;
}

.hero-section {
  background-color: #969696;
  background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/equipos-de--radiocomunicacion-Motorola-Solutions-Peru.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 85vh;
  min-height: auto;
  max-height: none;
  padding: 9vh 9vw;
  font-weight: 700;
  display: flex;
}

.grid-2 {
  grid-column-gap: 21px;
  grid-template-rows: auto;
  align-items: center;
  justify-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
}

.h1-2 {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-5 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.cta-button-9 {
  background-color: var(--verde);
  box-shadow: none;
  text-align: center;
  border-radius: 200px;
  min-width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
}

.cta-button-9:hover {
  background-color: #0c430a;
}

.div-block-29 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-25 {
  align-self: center;
  max-width: 50%;
  height: auto;
}

.container {
  color: #1b1b1b;
  flex-direction: column;
  align-items: center;
  padding: 12vh 9vw;
  display: flex;
}

.container.bkg-celeste {
  background-color: rgba(78, 216, 74, .24);
}

.container.footer {
  background-color: rgba(78, 216, 74, .17);
  padding-bottom: 10vh;
}

.container.gracias {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

.heading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.image-27 {
  border-radius: 10px;
  height: auto;
}

.text-span-26 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.image-26 {
  max-width: 50%;
  height: auto;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px #d3d3d3;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  align-items: start;
  margin-bottom: 20px;
  padding: 0;
  display: grid;
}

.text-span-33 {
  color: var(--verde);
}

.heading-7 {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-2 {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.icon-div-2 {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.icons-grid-2 {
  grid-column-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: flex-start;
  align-items: start;
  margin-bottom: 20px;
}

.icon-img {
  align-self: center;
  width: 50%;
  height: auto;
  margin-right: 0;
}

.bold-text-3 {
  color: var(--verde);
}

.productos-img {
  text-align: center;
  border: 1px #000;
  border-radius: 12px;
  flex: none;
  height: auto;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.heading-8 {
  color: #3b3838;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.productos-nombres {
  color: var(--verde);
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.empresas-cont {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-top: 15vh;
  display: flex;
}

.productos-div {
  box-shadow: none;
  background-color: rgba(78, 216, 74, .14);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.productos-descripcion {
  color: #3b3838;
  text-align: left;
  flex: 1;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.div-block-44 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px #d3d3d3;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  align-items: start;
  margin-bottom: 20px;
  padding: 0;
  display: grid;
}

.image-28 {
  border-radius: 10px;
  height: auto;
}

.image-29 {
  max-width: 50%;
  height: auto;
}

.heading-9 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.text-span-34 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.text-span-35 {
  color: #000;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.image-30 {
  max-width: 50%;
  height: auto;
}

.empresas-cont-2 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.heading-11 {
  color: #3b3838;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.heading-11.align-center {
  color: #000;
  text-align: center;
}

.div-block-26 {
  min-width: 60%;
}

.nav-data-3 {
  color: var(--verde);
  text-align: left;
  width: auto;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
}

.image-22 {
  max-width: 50%;
  height: auto;
  margin-bottom: 20px;
}

.div-block-27 {
  max-width: 100%;
}

.html-embed-2 {
  border-radius: 15px;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

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

.whatsapp-button {
  z-index: 4;
  background-color: #0bb346;
  border-radius: 150px;
  justify-content: center;
  align-items: center;
  padding: 20px 18px 20px 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 5vh;
  left: auto;
  right: 1vw;
  box-shadow: 1px 1px 5px -1px rgba(71, 71, 71, .7);
}

.whatsapp-logo {
  width: 50px;
  height: auto;
}

.body-2 {
  font-family: Roboto, sans-serif;
}

@media screen and (min-width: 1440px) {
  .image {
    max-width: 80%;
  }

  .nav-link-2 {
    padding-left: 40px;
    font-size: 16px;
  }

  .hero-section {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }

  .grid-2 {
    grid-column-gap: 119px;
    justify-items: stretch;
  }

  .h1-2 {
    font-size: 45px;
    line-height: 48px;
  }

  .cta-button-9 {
    font-size: 16px;
  }

  .image-25 {
    max-width: 40%;
    margin-left: 0;
    padding-left: 0;
  }

  .container {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 34px;
  }

  .text-span-26 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .div-block-6 {
    align-self: flex-start;
  }

  .heading-7 {
    font-size: 26px;
    line-height: 34px;
  }

  .icon-div-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .productos-nombres {
    font-size: 26px;
  }

  .productos-div {
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 40px;
    display: flex;
  }

  .productos-descripcion {
    flex: 1;
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-44 {
    align-self: flex-start;
  }

  .heading-9 {
    font-size: 28px;
    line-height: 34px;
  }

  .text-span-34, .text-span-35 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .heading-11.align-center {
    font-size: 28px;
    line-height: 34px;
  }

  .nav-data-3 {
    font-size: 18px;
  }

  .whatsapp-button {
    padding: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .image {
    max-width: 80%;
  }

  .nav-menu-3 {
    height: 80px;
  }

  .nav-link-2 {
    font-size: 18px;
    line-height: 50px;
  }

  .hero-section {
    line-height: 45px;
  }

  .h1-2 {
    font-size: 60px;
    line-height: 62px;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 40px;
  }

  .cta-button-9 {
    border-radius: 24px;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .image-25 {
    align-self: center;
    padding-left: 0;
  }

  .container {
    width: 100%;
  }

  .heading-6 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }

  .text-span-26 {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
  }

  .heading-7 {
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph-2 {
    font-size: 26px;
    line-height: 35px;
  }

  .icon-div-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-img {
    width: 150px;
    height: 150px;
  }

  .heading-8 {
    font-size: 35px;
    font-weight: 900;
    line-height: 42px;
  }

  .productos-nombres {
    font-size: 30px;
  }

  .productos-descripcion {
    font-size: 20px;
    line-height: 28px;
  }

  .heading-9 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }

  .text-span-34, .text-span-35 {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
  }

  .heading-11 {
    font-size: 35px;
    font-weight: 900;
    line-height: 42px;
  }

  .heading-11.align-center {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }

  .nav-data-3 {
    font-size: 26px;
  }

  .whatsapp-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .whatsapp-logo {
    width: 50px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brand {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .brand.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .image {
    max-width: 30%;
  }

  .menu-button {
    text-align: right;
    width: 100%;
    padding: 0;
  }

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

  .icon-3 {
    color: #202020;
    background-color: #fff;
    font-size: 35px;
  }

  .nav-menu-3 {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-left: 9vw;
  }

  .nav-link-2 {
    text-align: left;
    padding-bottom: 5px;
    padding-left: 0;
    line-height: 26px;
  }

  .hero-section {
    height: auto;
    max-height: none;
    padding-top: 2vh;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .grid-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    align-self: flex-start;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .h1-2 {
    text-align: center;
    font-size: 35px;
  }

  .heading-5 {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .image-25 {
    align-self: center;
    max-width: 30%;
  }

  .container.gracias {
    min-height: 50vh;
  }

  .image-27 {
    max-width: 80%;
  }

  .text-span-26 {
    font-weight: 300;
  }

  .div-block-6 {
    grid-template-columns: 1fr;
  }

  .heading-7 {
    width: 100%;
    font-size: 22px;
    line-height: 28px;
  }

  .icon-div-2 {
    align-items: center;
  }

  .icons-grid-2 {
    grid-template-columns: 1fr;
  }

  .icon-img {
    width: 100px;
    height: 100px;
  }

  .productos-img {
    max-width: 50%;
  }

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

  .productos-div {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .productos-descripcion {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-44 {
    grid-template-columns: 1fr;
  }

  .image-28 {
    max-width: 80%;
  }

  .text-span-34, .text-span-35 {
    font-weight: 300;
  }

  .div-block-26 {
    min-width: 100%;
  }

  .nav-data-3 {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .image-22 {
    max-width: none;
  }

  .div-block-28 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-20 {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brand {
    padding-left: 0;
  }

  .image {
    max-width: 40%;
  }

  .hero-section {
    padding-left: 9vw;
    padding-right: 40px;
  }

  .h1-2 {
    font-size: 30px;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 24px;
  }

  .image-25 {
    max-width: 30%;
  }

  .container.footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.gracias {
    min-height: 50vh;
  }

  .heading-6 {
    font-size: 26px;
    line-height: 30px;
  }

  .text-span-26 {
    font-weight: 400;
  }

  .heading-7 {
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .icons-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .icon-img {
    width: auto;
    max-width: 20%;
    height: auto;
  }

  .productos-img {
    max-width: 85%;
  }

  .div-block-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .productos-div {
    align-items: center;
  }

  .heading-9 {
    font-size: 26px;
    line-height: 30px;
  }

  .text-span-34, .text-span-35 {
    font-weight: 400;
  }

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

  .nav-data-3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }
}

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

  .menu-button {
    width: 50%;
  }

  .nav-menu-3 {
    order: 0;
    justify-content: flex-start;
    display: flex;
  }

  .hero-section {
    max-height: none;
    padding: 2vh 16px 60px;
  }

  .h1-2 {
    text-align: center;
    padding-left: 0;
    font-size: 30px;
    line-height: 1.1;
  }

  .cta-button-9 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-25 {
    max-width: 60%;
  }

  .div-block-43 {
    max-width: 100%;
  }

  .container, .container.footer {
    align-items: center;
  }

  .container.gracias {
    min-height: 60vh;
  }

  .heading-6 {
    font-size: 26px;
    line-height: 32px;
  }

  .image-27 {
    max-width: 100%;
  }

  .text-span-26 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-26 {
    max-width: 80%;
  }

  .heading-7 {
    font-size: 22px;
    line-height: 26px;
  }

  .icon-div-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .icons-grid-2 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .icon-img {
    width: 40%;
    max-width: none;
    height: auto;
  }

  .productos-img {
    max-width: 100%;
  }

  .heading-8 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-8.align-center {
    text-align: center;
    font-size: 26px;
  }

  .productos-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .productos-descripcion {
    padding-left: 0;
    padding-right: 0;
  }

  .image-28 {
    max-width: 100%;
  }

  .image-29 {
    max-width: 80%;
  }

  .heading-9 {
    font-size: 26px;
    line-height: 32px;
  }

  .text-span-34, .text-span-35 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-30 {
    max-width: 80%;
  }

  .heading-11 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-11.align-center {
    text-align: center;
    font-size: 26px;
  }

  .nav-data-3 {
    text-align: center;
    font-size: 16px;
  }

  .image-22 {
    max-width: 100%;
  }

  .div-block-27 {
    overflow: hidden;
  }

  .html-embed-2 {
    border-radius: 15px;
    max-width: 100%;
    overflow: hidden;
  }

  .div-block-20 {
    grid-template-columns: 1fr;
    align-self: center;
  }

  .whatsapp-button {
    padding: 9px 12px 12px;
  }

  .whatsapp-logo {
    width: 40px;
  }
}

#w-node-ae8763a3-76ec-a18f-664c-6d4dba0a6a94-0ff23262, #w-node-ae8763a3-76ec-a18f-664c-6d4dba0a6a95-0ff23262, #w-node-ae8763a3-76ec-a18f-664c-6d4dba0a6a97-0ff23262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae8763a3-76ec-a18f-664c-6d4dba0a6a9b-0ff23262 {
  justify-self: stretch;
}

#w-node-ccfd7ed4-4fe8-f607-1679-dd01b6a8b5a9-0ff23262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ccfd7ed4-4fe8-f607-1679-dd01b6a8b5ba-0ff23262 {
  align-self: center;
}

#w-node-_742562e6-2a4b-7052-38a0-df8e530f5555-0ff23262, #w-node-_742562e6-2a4b-7052-38a0-df8e530f555e-0ff23262, #w-node-_742562e6-2a4b-7052-38a0-df8e530f5566-0ff23262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_24362b2a-d82e-252b-3d15-54f933d8426a-0ff23262, #w-node-_24362b2a-d82e-252b-3d15-54f933d84273-0ff23262 {
  justify-self: center;
}

#w-node-_6822f454-170c-62f3-43f7-f6e25043fd71-0ff23262 {
  align-self: center;
}

#w-node-_6822f454-170c-62f3-43f7-f6e25043fd72-0ff23262, #w-node-f78ef9ef-02e6-74e7-ab15-31ba60737b5d-0ff23262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f78ef9ef-02e6-74e7-ab15-31ba60737b73-0ff23262 {
  align-self: center;
}

#w-node-f48f2574-2bca-4d63-2686-be7bdf73fc19-0ff23262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f48f2574-2bca-4d63-2686-be7bdf73fc2c-0ff23262 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-db1a7d27-065f-df35-946b-c7f6947b7333-1ac18eda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db1a7d27-065f-df35-946b-c7f6947b7346-1ac18eda {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-ccfd7ed4-4fe8-f607-1679-dd01b6a8b5a9-0ff23262 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-ccfd7ed4-4fe8-f607-1679-dd01b6a8b5ba-0ff23262, #w-node-_6822f454-170c-62f3-43f7-f6e25043fd71-0ff23262 {
    justify-self: end;
  }

  #w-node-_6822f454-170c-62f3-43f7-f6e25043fd72-0ff23262, #w-node-f78ef9ef-02e6-74e7-ab15-31ba60737b5d-0ff23262 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-f78ef9ef-02e6-74e7-ab15-31ba60737b73-0ff23262 {
    justify-self: end;
  }

  #w-node-f48f2574-2bca-4d63-2686-be7bdf73fc19-0ff23262, #w-node-db1a7d27-065f-df35-946b-c7f6947b7333-1ac18eda {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ae8763a3-76ec-a18f-664c-6d4dba0a6a94-0ff23262 {
    align-self: center;
    justify-self: center;
  }

  #w-node-ccfd7ed4-4fe8-f607-1679-dd01b6a8b5ba-0ff23262 {
    justify-self: center;
  }

  #w-node-_24362b2a-d82e-252b-3d15-54f933d84262-0ff23262, #w-node-_24362b2a-d82e-252b-3d15-54f933d8426a-0ff23262, #w-node-_24362b2a-d82e-252b-3d15-54f933d84273-0ff23262, #w-node-_24362b2a-d82e-252b-3d15-54f933d84286-0ff23262, #w-node-_24362b2a-d82e-252b-3d15-54f933d84292-0ff23262, #w-node-b3f34856-aa50-e55e-e87e-290b2b8560de-0ff23262 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_6822f454-170c-62f3-43f7-f6e25043fd71-0ff23262, #w-node-f78ef9ef-02e6-74e7-ab15-31ba60737b73-0ff23262 {
    justify-self: center;
  }

  #w-node-f48f2574-2bca-4d63-2686-be7bdf73fc19-0ff23262 {
    align-self: center;
    justify-self: center;
  }

  #w-node-f48f2574-2bca-4d63-2686-be7bdf73fc2c-0ff23262 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-db1a7d27-065f-df35-946b-c7f6947b7333-1ac18eda {
    align-self: center;
    justify-self: center;
  }

  #w-node-db1a7d27-065f-df35-946b-c7f6947b7346-1ac18eda {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f48f2574-2bca-4d63-2686-be7bdf73fc19-0ff23262 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-f48f2574-2bca-4d63-2686-be7bdf73fc2c-0ff23262 {
    justify-self: stretch;
  }

  #w-node-db1a7d27-065f-df35-946b-c7f6947b7333-1ac18eda {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-db1a7d27-065f-df35-946b-c7f6947b7346-1ac18eda {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}