:root {
  --rojo: #9a0900;
  --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;
}

.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: 18%;
}

.image {
  height: auto;
}

.nav-menu-3 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 80px;
  display: flex;
}

.nav-link-2 {
  color: #3b3838;
  padding: 0 0 0 40px;
  font-size: 16px;
  font-weight: 300;
}

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

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

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

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

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

.hero-section {
  background-color: #969696;
  background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/radiocomunicaciones-mineria-logistica-en-colombia.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  max-width: 100vw;
  height: 85vh;
  min-height: auto;
  max-height: none;
  padding: 9vh 9vw;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.bold-text {
  font-weight: 700;
}

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

.html-embed-3 {
  background-color: rgba(237, 237, 237, 0);
  width: 100%;
  margin-top: 0;
  font-weight: 300;
}

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

.container.bkg {
  background-color: rgba(154, 9, 0, .1);
}

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

.icon-div-2 {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

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

.heading-6 {
  color: var(--black);
  text-align: left;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-2 {
  color: #3b3838;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-2.align-center {
  color: #3b3838;
  text-align: left;
  font-weight: 300;
}

.text-span {
  color: var(--rojo);
  font-weight: 700;
}

.cta-button {
  background-color: #98c228;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 1px 1px 8px #b1aeae;
}

.cta-button:hover {
  background-color: #87ad22;
}

.cta-button.hero-whatsapp {
  box-shadow: none;
  color: #ff7a00;
  background-color: #fff;
  border: 1px solid #ff7a00;
  border-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
}

.cta-button.hero-whatsapp:hover {
  color: #fff;
  background-color: #ff7a00;
  border-style: solid;
}

.cta-button.hero-whatsapp.black {
  background-color: var(--rojo);
  color: #fff;
  border: 3px #96312b;
  border-radius: 50px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.cta-button.hero-whatsapp.black:hover {
  border: 3px none var(--rojo);
  color: var(--rojo);
  background-color: #ffcbc7;
  font-weight: 900;
}

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

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

.heading-4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

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

.image-13 {
  height: auto;
}

.text-span-27 {
  color: var(--rojo);
}

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

.productos-img {
  text-align: center;
  background-color: rgba(154, 9, 0, .16);
  border: 1px #000;
  border-radius: 12px;
  flex: none;
  height: auto;
  padding: 17px;
}

.div-block-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  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(--rojo);
  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(255, 255, 255, .66);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

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

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

.productos-div-2 {
  background-color: rgba(255, 255, 255, .66);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 12px;
  display: flex;
  box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, .15);
}

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

.productos-nombres-2 {
  color: var(--rojo);
  text-align: center;
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

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

.image-24 {
  border-radius: 50px;
}

.productos-img-2 {
  border: 1px #000;
  border-radius: 12px;
  flex: none;
}

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

.text-span-28 {
  color: #004085;
}

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

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

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

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

.div-block-45 {
  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-36 {
  color: #3b3838;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

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

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

.nav-data-3 {
  color: #3b3838;
  text-align: left;
  width: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
}

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

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

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

.link {
  color: #3b3838;
  text-decoration: none;
}

.h1 {
  color: #3b3838;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.2;
}

.div-block-4 {
  padding-right: 0;
}

.heading-2 {
  color: #004085;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

.hero-section-2 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 75vh;
  max-height: none;
  padding: 25vh 9vw 20vh;
  display: block;
}

.grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.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: 18px;
  }

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

  .grid-2 {
    justify-items: stretch;
  }

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

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

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

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

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

  .paragraph-2.align-center {
    font-size: 18px;
    line-height: 22px;
  }

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

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

  .whatsapp-button {
    padding: 20px;
  }

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

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

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

  .productos-div-2 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .productos-nombres-2 {
    font-size: 18px;
  }

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

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

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

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

  .hero-section-2 {
    padding-top: 20vh;
    padding-bottom: 10vh;
  }

  .grid {
    justify-items: stretch;
  }
}

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

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

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

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

  .hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/walkie-talkie-motorola-costa-rica-venta-por-mayor_1walkie-talkie-motorola-costa-rica-venta-por-mayor.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding: 9vh 9vw;
  }

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

  .container {
    width: 100%;
  }

  .icons-grid-2 {
    grid-column-gap: 50px;
  }

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

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

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

  .paragraph-2.align-center {
    font-size: 22px;
    line-height: 32px;
  }

  .cta-button {
    padding: 24px 76px;
    font-size: 22px;
  }

  .cta-button.hero-whatsapp.black {
    font-size: 18px;
  }

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

  .text-span-5 {
    font-size: 22px;
    line-height: 28px;
  }

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

  .whatsapp-logo {
    width: 50px;
  }

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

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

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

  .productos-nombres-2 {
    font-size: 22px;
  }

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

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

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

  .h1 {
    font-size: 60px;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 40px;
  }

  .hero-section-2 {
    padding: 20vh 100px 10vh;
  }
}

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

  .brand {
    width: 50%;
  }

  .image {
    max-width: 60%;
  }

  .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-left: 0;
    line-height: 26px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .productos-div {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .image-23 {
    max-width: 90%;
  }

  .productos-div-2 {
    justify-content: flex-end;
    align-items: center;
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .h1 {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 35px;
    line-height: 1.15;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    justify-items: center;
    margin-bottom: 10px;
    padding-right: 0;
    display: flex;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }

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

  .grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .image-34 {
    max-width: 70%;
  }
}

@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: 80%;
  }

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

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

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

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

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

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

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

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

  .paragraph-2.align-center {
    font-size: 16px;
    line-height: 22px;
  }

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

  .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 {
    justify-content: flex-start;
    align-items: center;
  }

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

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

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

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

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

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

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

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

  .heading-2 {
    font-size: 16px;
  }

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

@media screen and (max-width: 479px) {
  .menu-button {
    width: 50%;
  }

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

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

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

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

  .container {
    align-items: center;
  }

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

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

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

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

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

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

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

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

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

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

  .whatsapp-logo {
    width: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .html-embed-2 {
    max-width: 100%;
    overflow: hidden;
  }

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

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

  .h1 {
    text-align: center;
    padding-left: 16px;
    font-size: 28px;
    line-height: 1.3;
  }

  .hero-section-2 {
    padding: 14vh 16px 20px;
  }
}

#w-node-_8b205bf7-253c-9922-098d-34ce3f0ec176-3dc5761a, #w-node-_8b205bf7-253c-9922-098d-34ce3f0ec177-3dc5761a, #w-node-_8b205bf7-253c-9922-098d-34ce3f0ec17d-3dc5761a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b205bf7-253c-9922-098d-34ce3f0ec183-3dc5761a {
  justify-self: stretch;
}

#w-node-_8d4ee6a5-aef5-a369-ddcb-d093b3b9c475-3dc5761a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8d4ee6a5-aef5-a369-ddcb-d093b3b9c48b-3dc5761a {
  align-self: center;
}

#w-node-_3d089412-e5cb-1b6d-2c7b-d9a74b6354e6-3dc5761a, #w-node-_3d089412-e5cb-1b6d-2c7b-d9a74b6354ef-3dc5761a, #w-node-_3d089412-e5cb-1b6d-2c7b-d9a74b6354f8-3dc5761a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_037b3b29-f8c3-89ae-213d-50e709794a0c-3dc5761a {
  align-self: center;
}

#w-node-_037b3b29-f8c3-89ae-213d-50e709794a0d-3dc5761a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4558fc66-42f9-ac22-e76b-91753629af78-3dc5761a, #w-node-_4558fc66-42f9-ac22-e76b-91753629af81-3dc5761a {
  justify-self: center;
}

#w-node-_1d20fd25-a8dd-ce66-7a8f-0f7685bf29c5-3dc5761a, #w-node-_1d20fd25-a8dd-ce66-7a8f-0f7685bf29d1-3dc5761a, #w-node-_1d20fd25-a8dd-ce66-7a8f-0f7685bf29d5-3dc5761a, #w-node-_1d20fd25-a8dd-ce66-7a8f-0f7685bf29d9-3dc5761a {
  align-self: stretch;
  justify-self: auto;
}

#w-node-_7bc19bd0-fad5-486a-2309-fc40287a4af6-3dc5761a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_821317b4-c8eb-d3cf-8f2a-4f15530747cd-3dc5761a {
  align-self: center;
}

#w-node-_2e530af5-1259-94f0-b9bf-ea51f2ea9ca2-3dc5761a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e530af5-1259-94f0-b9bf-ea51f2ea9cb3-3dc5761a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f9f8eace-b53b-b6f1-4a38-303122d65f69-07ace7db, #w-node-f9f8eace-b53b-b6f1-4a38-303122d65f6a-07ace7db, #w-node-f9f8eace-b53b-b6f1-4a38-303122d65f6c-07ace7db, #w-node-f9f8eace-b53b-b6f1-4a38-303122d65f70-07ace7db, #w-node-_2d0e17ab-fefc-cb99-b0e5-a830f5653c76-07ace7db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d0e17ab-fefc-cb99-b0e5-a830f5653c8a-07ace7db {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_8d4ee6a5-aef5-a369-ddcb-d093b3b9c48b-3dc5761a, #w-node-_037b3b29-f8c3-89ae-213d-50e709794a0c-3dc5761a {
    justify-self: end;
  }

  #w-node-_037b3b29-f8c3-89ae-213d-50e709794a0d-3dc5761a, #w-node-_7bc19bd0-fad5-486a-2309-fc40287a4af6-3dc5761a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_821317b4-c8eb-d3cf-8f2a-4f15530747cd-3dc5761a {
    justify-self: end;
  }

  #w-node-_2e530af5-1259-94f0-b9bf-ea51f2ea9ca2-3dc5761a, #w-node-_2d0e17ab-fefc-cb99-b0e5-a830f5653c76-07ace7db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_8b205bf7-253c-9922-098d-34ce3f0ec183-3dc5761a {
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8b205bf7-253c-9922-098d-34ce3f0ec176-3dc5761a {
    align-self: center;
    justify-self: center;
  }

  #w-node-_8d4ee6a5-aef5-a369-ddcb-d093b3b9c48b-3dc5761a, #w-node-_037b3b29-f8c3-89ae-213d-50e709794a0c-3dc5761a {
    justify-self: center;
  }

  #w-node-_4558fc66-42f9-ac22-e76b-91753629af70-3dc5761a, #w-node-_4558fc66-42f9-ac22-e76b-91753629af78-3dc5761a, #w-node-_4558fc66-42f9-ac22-e76b-91753629af81-3dc5761a, #w-node-_4558fc66-42f9-ac22-e76b-91753629af94-3dc5761a, #w-node-_4558fc66-42f9-ac22-e76b-91753629afa0-3dc5761a, #w-node-_4558fc66-42f9-ac22-e76b-91753629afac-3dc5761a, #w-node-_4558fc66-42f9-ac22-e76b-91753629afc2-3dc5761a, #w-node-_4558fc66-42f9-ac22-e76b-91753629afcb-3dc5761a, #w-node-_4558fc66-42f9-ac22-e76b-91753629afd4-3dc5761a {
    align-self: center;
    justify-self: center;
  }

  #w-node-_1d20fd25-a8dd-ce66-7a8f-0f7685bf29c5-3dc5761a {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_1d20fd25-a8dd-ce66-7a8f-0f7685bf29c9-3dc5761a {
    align-self: center;
    justify-self: center;
  }

  #w-node-_1d20fd25-a8dd-ce66-7a8f-0f7685bf29cd-3dc5761a, #w-node-_1d20fd25-a8dd-ce66-7a8f-0f7685bf29d1-3dc5761a, #w-node-_1d20fd25-a8dd-ce66-7a8f-0f7685bf29d5-3dc5761a, #w-node-_1d20fd25-a8dd-ce66-7a8f-0f7685bf29d9-3dc5761a {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_821317b4-c8eb-d3cf-8f2a-4f15530747cd-3dc5761a {
    justify-self: center;
  }

  #w-node-_2e530af5-1259-94f0-b9bf-ea51f2ea9ca2-3dc5761a {
    align-self: center;
    justify-self: center;
  }

  #w-node-_2e530af5-1259-94f0-b9bf-ea51f2ea9cb3-3dc5761a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f9f8eace-b53b-b6f1-4a38-303122d65f69-07ace7db, #w-node-_2d0e17ab-fefc-cb99-b0e5-a830f5653c76-07ace7db {
    align-self: center;
    justify-self: center;
  }

  #w-node-_2d0e17ab-fefc-cb99-b0e5-a830f5653c8a-07ace7db {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2e530af5-1259-94f0-b9bf-ea51f2ea9ca2-3dc5761a {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_2e530af5-1259-94f0-b9bf-ea51f2ea9cb3-3dc5761a {
    justify-self: stretch;
  }

  #w-node-_2d0e17ab-fefc-cb99-b0e5-a830f5653c76-07ace7db {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_2d0e17ab-fefc-cb99-b0e5-a830f5653c8a-07ace7db {
    justify-self: stretch;
  }
}


@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;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}