:root {
  --beige-01: #f5f4ed;
  --poppins: Poppins, sans-serif;
  --tsx-blue: #002e4f;
  --body-text: 20px;
  --h1: 30px;
  --h1-mobile: 45px;
  --h2: 40px;
  --h2-mobile: 36px;
  --h3: 30px;
  --h4: 32px;
  --h5: 28px;
  --h6: 24px;
  --mobile-body-text: 16px;
  --beige-02: #e0e0d6;
  --light-pink: #f2c3d3;
  --yellow: #f7d56f;
  --light-purple: #bfacf9;
  --livvic: Livvic, sans-serif;
  --large-body-text: 28px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--beige-01);
  font-family: var(--poppins);
  color: var(--tsx-blue);
  font-size: var(--body-text);
  line-height: 120%;
}

h1 {
  font-family: var(--poppins);
  font-size: var(--h1);
  margin-top: 22px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  font-family: var(--poppins);
  font-size: var(--h2);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  font-family: var(--poppins);
  font-size: var(--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  font-family: var(--poppins);
  font-size: var(--h4);
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  font-family: var(--poppins);
  font-size: var(--h5);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  font-family: var(--poppins);
  font-size: var(--h6);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
}

p {
  font-family: var(--poppins);
  font-size: var(--body-text);
  margin-bottom: 10px;
  line-height: 150%;
}

.style-guide-font-row-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: center;
  margin-bottom: 40px;
  display: flex;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section {
  padding: 100px 20px;
}

.color-card-text-block {
  color: #727272;
  margin-bottom: 10px;
  font-size: 14px;
}

.color-card {
  border: 1px solid #6f6f6f;
  overflow: hidden;
}

.spacer-30px-height {
  width: 20px;
  height: 30px;
}

.spacer-30px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.style-guide-font-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 100px;
}

.color-block {
  background-color: #eaeaea;
  border: 1px solid #444445;
  width: 100%;
  height: 225px;
}

.color-block.biege-02 {
  background-color: var(--beige-02);
}

.color-block.beige-01 {
  background-color: var(--beige-01);
  border-color: #727272;
}

.color-block.light-pink {
  background-color: var(--light-pink);
}

.color-block.yellow {
  background-color: var(--yellow);
}

.color-block.light-purple {
  background-color: var(--light-purple);
}

.color-block.black {
  background-color: var(--tsx-blue);
}

.content-container {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spacer-40px-height {
  width: 20px;
  height: 40px;
}

.spacer-40px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.style-guide-heading-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 626px;
}

.colors-card-text-wrapper {
  background-color: #0000;
  border: 1px solid #727272;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.spacer-64px-height {
  width: 20px;
  height: 64px;
}

.spacer-64px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.style-guide-font-grid-left {
  padding-top: 20px;
  padding-right: 20px;
}

.grey-text {
  color: #727272;
}

.spacer-10px-height {
  width: 20px;
  height: 10px;
}

.spacer-10px-height:hover {
  background-color: #fffc;
}

.spacer-10px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.spacer-20px-height {
  width: 20px;
  height: 20px;
}

.spacer-20px-height:hover {
  background-color: #fffc;
}

.spacer-20px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.page-hero-section {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 212px 20px 30px;
}

.spacer-80px-height {
  width: 20px;
  height: 80px;
}

.spacer-80px-height.borders {
  background-color: #0000;
  border: 1px solid #727272;
}

.large-text {
  font-family: var(--poppins);
  font-size: var(--body-text);
  text-align: center;
  margin-top: 9px;
  margin-bottom: 28px;
  font-weight: 400;
  line-height: 35px;
}

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

.primary-button {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  color: #f5f4ed;
  background-color: #002e4f;
  border-radius: 80px;
  flex-flow: row;
  flex: none;
  padding: 16px 25px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.primary-button:hover {
  background-color: #002e4f;
}

.primary-button.mobile-hidden {
  background-color: #002e4f;
  justify-content: flex-start;
  align-items: center;
}

.primary-button.mobile-hidden:hover {
  box-shadow: 7px 9px 4px 3px #99968e;
}

.primary-button.mobile-hidden.servicios {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 15px;
  display: flex;
}

.primary-button.mobile-hidden.servicios.panel-expositores {
  width: auto;
}

.primary-button.mobile-hidden.nav:hover {
  box-shadow: 7px 9px 4px 3px #99968e;
}

.primary-button._404-page {
  box-shadow: none;
}

.primary-button._404-page:hover {
  box-shadow: 7px 9px 4px 3px #99968e;
}

.primary-button-icon {
  background-color: #002e4f;
}

.nav-logo-wrapper {
  z-index: 9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 160px;
  margin-top: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  background-image: url('../images/tsx-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: auto;
  max-width: none;
  height: auto;
}

.navbar-wrapper {
  z-index: 99999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 11;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.livvic-text {
  font-family: var(--livvic);
  text-align: center;
  font-weight: 400;
}

.hero-section-paragraph-wrapper {
  max-width: none;
  line-height: 90%;
}

.download-links-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-top: 60px;
  display: flex;
}

.hero-section-image {
  background-image: url('../images/registro-tsx-register-image-21.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  max-width: 1310px;
  height: 250px;
  margin: 27px auto 0;
}

.hero-section-image.image-es {
  background-image: url('../images/registro-tsx-image-1.png');
}

.sticky-section-wrapper {
  position: relative;
}

.light-pink-container {
  background-color: var(--tsx-blue);
  color: var(--beige-01);
  padding: 64px;
  position: sticky;
  top: 120px;
}

.features-grid {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
}

.features-grid-image-wrapper {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 320px;
  display: block;
  position: relative;
  overflow: hidden;
}

.features-grid-image {
  background-image: url('../images/registr-tsx-fast-image-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.features-grid-image._2 {
  background-image: url('../images/registro-tsx-tools-image-3.png');
}

.features-grid-image._3 {
  background-image: url('../images/registro-tsx-statistics-image-4.png');
}

.features-grid-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.yellow-container {
  background-color: var(--beige-01);
  padding: 64px;
  position: sticky;
  top: 120px;
}

.light-purple-container {
  background-color: var(--tsx-blue);
  padding: 64px;
  position: sticky;
  top: 120px;
}

.dark-section {
  background-color: var(--tsx-blue);
  color: var(--beige-01);
  padding: 100px 20px;
}

.industries-content-wrapper {
  margin-top: 60px;
  position: relative;
}

.industry-text-wrapper {
  cursor: default;
  margin-bottom: 60px;
}

.industries-image-wrapper {
  border-radius: 12px;
  width: 378px;
  height: 480px;
  position: absolute;
  inset: 10% 0% auto auto;
  overflow: hidden;
}

.industry-image {
  z-index: 1;
  background-image: url('../images/pexels-life-of-pix-8159.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.industry-image._2 {
  background-image: url('../images/pexels-pixabay-73833.jpg');
}

.industry-image._3 {
  background-image: url('../images/pexels-edward-jenner-4033148.jpg');
}

.industry-image._4 {
  background-image: url('../images/pexels-troy-squillaci-1303476-2516588.jpg');
}

.industry-image._5 {
  background-image: url('../images/pexels-tiger-lily-4487422.jpg');
}

.industry-image._6 {
  background-image: url('../images/pexels-mikhail-nilov-7988115.jpg');
}

.navbar-bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--beige-01);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.navbar-button-icon-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-right: 0;
}

.navbar-button-icon-line {
  background-color: var(--beige-01);
  color: var(--beige-01);
  width: 17px;
  height: 2px;
  margin-bottom: 5px;
}

.text-carousel-second-row-wrapper {
  z-index: 0;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  width: 105%;
  margin-top: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-carousel-second-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  display: flex;
}

.text-carousel-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-section {
  background-color: var(--light-purple);
  overflow: hidden;
}

.carousel-section.white-background {
  background-color: var(--beige-01);
}

.text-carousel-image {
  width: 20px;
  max-width: none;
  height: 20px;
}

.carousel-text {
  font-size: var(--h1);
  white-space: nowrap;
  font-weight: 600;
  line-height: 120%;
}

.faq-question-text {
  text-transform: none;
  width: 430px;
  font-size: 38px;
}

.faq-paragraph {
  margin-bottom: 17px;
}

.faq-answer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
  overflow: hidden;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.faq-sticky-section {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 150px;
}

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

.faq-sticky-section-wrapper {
  position: relative;
}

.faq-wrapper {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-bottom: 1px solid #e0e0d6;
  margin-bottom: 20px;
  padding: 0 0 5px;
  overflow: hidden;
}

.faq-wrapper.cursor-hover-animation {
  cursor: default;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.plus-line-animated {
  color: #171719;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.testimonials-section {
  background-color: var(--beige-02);
  padding: 100px 20px 220px;
  overflow: hidden;
}

.testimonials-section-heading-wrapper {
  max-width: 710px;
}

.portrait-slide {
  background-color: var(--beige-01);
  border-radius: 8px;
  width: 300px;
  height: 450px;
  margin-right: 32px;
  padding: 40px 24px;
}

.testimonial-slider {
  background-color: #fff0;
  height: 100%;
  margin-top: 60px;
}

.testimonials-slider-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.left-arrow {
  width: 54px;
  height: 54px;
  transition: transform .2s;
  inset: auto auto -30% 0%;
}

.left-arrow:hover {
  transform: translate(-10px);
}

.right-arrow {
  width: 65px;
  height: 54px;
  transition: transform .2s;
  inset: auto auto -30% 5%;
}

.right-arrow:hover {
  transform: translate(10px);
}

.slide-nav {
  inset: auto 0% -25%;
}

.landscape-slide {
  background-color: var(--beige-01);
  border-radius: 8px;
  width: 470px;
  height: 310px;
  margin-right: 32px;
  padding: 40px 24px;
}

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

.testimonials-grey-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #101011bf;
  flex-flow: column;
  display: flex;
}

.testimonial-slider-mask {
  overflow: visible;
}

.cta-section {
  background-color: var(--light-purple);
  background-image: url('../images/Subtract.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 20px;
}

.cta-content-container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-heading {
  margin-bottom: 54px;
  font-size: 48px;
  line-height: 130%;
}

.footer {
  background-color: var(--beige-01);
  border: 1px #002e4f;
  border-top: 2px solid #002e4f;
  border-radius: 0;
  padding: 50px 20px;
}

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

.link-wrapper {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.footer-link {
  color: var(--tsx-blue);
  font-size: var(--h3);
  margin-top: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.footer-link-underline {
  background-color: var(--tsx-blue);
  color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
  display: block;
}

.footer-left-side {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrapper {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  background-image: url('../images/Iftech.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 210px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.powerd-by {
  z-index: 1;
  color: var(--tsx-blue);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  position: relative;
}

.webflow-link {
  color: #101011bf;
  transition: color .2s;
}

.webflow-link:hover {
  color: var(--tsx-blue);
}

.dropdown-toggle {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-color: var(--tsx-blue);
  color: var(--beige-01);
  border-radius: 80px;
  padding: 16px 25px;
  display: flex;
}

.dropdown-toggle:hover {
  box-shadow: 7px 9px 4px 3px #99968e;
}

.nav-dropdown {
  color: var(--tsx-blue);
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown:hover {
  color: #c75c36;
  background-color: #f5f4ec;
}

.dropdown-list {
  background-color: var(--tsx-blue);
  width: 350px;
}

.dropdown-list.w--open {
  background-color: var(--tsx-blue);
  border-radius: 20px;
  min-width: 120%;
  min-height: 100%;
  padding-top: 20px;
  padding-left: 20px;
}

.dropdown-link {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--beige-01);
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-top: 102px;
  margin-bottom: 95px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 1310px;
  display: flex;
}

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

.submit-button {
  background-color: var(--tsx-blue);
  border-radius: 12px;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--tsx-blue);
  color: var(--tsx-blue);
  background-color: #fff0;
}

.license-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.license-link {
  color: #101011bf;
  text-decoration: underline;
}

.license-link:hover {
  color: var(--tsx-blue);
}

.numbers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1310px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.divider {
  background-color: var(--beige-02);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.numbers-text {
  font-size: var(--h1);
  line-height: 120%;
}

.demo-video {
  height: 100vh;
}

.section-heading-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.services-cards-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.services-card {
  background-color: var(--light-pink);
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  color: var(--tsx-blue);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 800px;
  display: flex;
}

.services-card.yellow {
  background-color: var(--yellow);
}

.services-card.light-purple {
  background-color: var(--light-purple);
}

.services-card-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.services-card-image {
  height: 360px;
}

.clients-carousel-section {
  background-color: var(--yellow);
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.partners-animation-wrapper {
  margin-top: 20px;
  overflow: hidden;
}

.partners-animator {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.partners-logo-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: none;
  justify-content: flex-start;
  display: flex;
}

.partners-logo {
  height: 35px;
}

.secotion-fade-out-blur {
  background-image: linear-gradient(95deg, #101011, #10101100);
  width: 500px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.secotion-fade-out-blur.right {
  background-image: linear-gradient(263deg, #101011, #10101100);
  inset: 0% 0% 0% auto;
}

.image {
  flex: 0 auto;
  width: 120px;
  height: 120px;
  display: block;
}

.image:hover {
  mix-blend-mode: normal;
  width: 120px;
  height: 120px;
}

.image:active {
  width: 120px;
  height: 120px;
}

.heading {
  text-align: center;
  line-height: 100%;
}

.container {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.bold-text-2 {
  text-align: left;
  width: auto;
}

.paragraph, .paragraph-2 {
  text-align: center;
}

.paragraph-3 {
  color: var(--beige-01);
  text-align: center;
}

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

.div-block {
  flex-flow: row;
  justify-content: space-around;
  margin-left: 18px;
  margin-right: 18px;
  text-decoration: none;
  display: flex;
}

.link {
  opacity: 1;
  outline-offset: 0px;
  color: var(--tsx-blue);
  outline: 3px #00e;
  text-decoration: none;
}

.link.about-us-es:hover {
  box-shadow: 7px 9px 4px 3px #0003;
}

.link.about-us-en:hover {
  box-shadow: 7px 9px 4px 3px #99968e;
}

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

.link-2.services-es:hover {
  box-shadow: 7px 9px 4px 3px #0003;
}

.link-2.services-en:hover {
  box-shadow: 7px 9px 4px 3px #99968e;
}

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

.link-3.contact-us-es:hover {
  box-shadow: 7px 9px 4px 3px #0003;
}

.link-3.contact-us-en:hover {
  box-shadow: 7px 9px 4px 3px #99968e;
}

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

.heading-2 {
  font-size: var(--h1-mobile);
  text-align: center;
}

.image-2, .image-3, .image-4, .image-5, .image-6, .image-7 {
  width: 18px;
  height: 19px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 17px;
}

.section-2 {
  margin-top: 159px;
}

.page-hero {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 200px;
}

.heading-4 {
  font-family: var(--poppins);
  font-size: var(--h1-mobile);
  text-align: center;
}

.paragraph-4 {
  margin-top: 60px;
  font-size: 20px;
}

.list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-8 {
  width: 15px;
  height: 15px;
  margin-top: 8px;
}

.text-block-2 {
  color: var(--beige-01);
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
}

.text-block-2.text2, .text-block-2.text3 {
  color: var(--tsx-blue);
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.text-block-2.text4 {
  color: var(--beige-01);
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.text-block-2.text5 {
  color: var(--tsx-blue);
  border: 3px #002e4f;
  justify-content: center;
  align-items: center;
  height: 125px;
  display: flex;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: grid;
}

.heading-6 {
  font-size: var(--h3);
  margin-top: 38px;
  margin-bottom: 12px;
}

.heading-6.benefits {
  text-align: left;
}

.container-2 {
  width: auto;
  max-width: none;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 43px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-4 {
  background-color: #002e4f;
  justify-content: center;
  align-items: center;
  height: 125px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.div-block-5 {
  text-align: left;
  background-color: #002e4f;
  justify-content: center;
  align-items: center;
  height: 125px;
  display: flex;
}

.div-block-5.text6 {
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-6 {
  text-align: center;
  background-color: #002e4f;
  justify-content: center;
  align-items: center;
  height: 125px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.div-block-7 {
  border: 3px solid #002e4f;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 125px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.div-block-8 {
  border: 3px solid #002e4f;
  justify-content: center;
  align-items: center;
  height: 125px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.div-block-9 {
  border: 3px solid var(--tsx-blue);
  height: 125px;
  padding-left: 3px;
  padding-right: 3px;
}

.container-3 {
  width: auto;
  max-width: none;
  margin: 0 30px 53px;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-3 {
  text-align: left;
  font-size: 20px;
}

.image-9, .image-10, .image-11 {
  width: 100px;
  height: 100px;
}

.text-block-4, .text-block-5 {
  font-size: 20px;
}

.heading-7 {
  font-size: var(--h1-mobile);
  text-align: center;
}

.paragraph-5 {
  margin-top: 60px;
  font-size: 20px;
}

.text-block-6 {
  text-align: center;
  border: 3px #002e4f;
  justify-content: center;
  align-items: center;
  height: 125px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  display: flex;
}

.text-block-6.text-2 {
  color: var(--beige-01);
  margin-left: 5px;
  margin-right: 5px;
}

.text-block-6.text2 {
  color: var(--beige-01);
  background-color: #002e4f;
  margin-left: 5px;
  margin-right: 5px;
}

.text-block-6.text3, .text-block-6.text4 {
  color: var(--beige-01);
  background-color: #0000;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-13 {
  color: var(--tsx-blue);
  background-color: #002e4f;
  padding-left: 3px;
  padding-right: 3px;
}

.container-4 {
  width: auto;
  max-width: none;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 43px;
}

.div-block-14 {
  border: 3px solid var(--tsx-blue);
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-15 {
  background-color: var(--tsx-blue);
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-16, .div-block-17 {
  border: 3px solid var(--tsx-blue);
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-18, .div-block-19 {
  background-color: var(--tsx-blue);
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-20 {
  border: 3px solid var(--tsx-blue);
  padding-left: 3px;
  padding-right: 3px;
}

.heading-8 {
  font-size: var(--h3);
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 65px;
  display: flex;
}

.div-block-21.option1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.div-block-21.option2, .div-block-21.option3, .div-block-21.option4 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-22.panel-benefits-section {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
}

.image-12, .image-12.image-1, .image-13, .image-13.image-2, .image-14, .image-14.panel-image-3 {
  width: 100px;
  height: 100px;
}

.text-block-7 {
  width: auto;
  font-size: 20px;
}

.text-block-7.text-2, .text-block-8, .text-block-8.text-2, .text-block-9, .text-block-9.text-image-3 {
  font-size: 20px;
}

.panel-container {
  width: auto;
  max-width: none;
  margin-left: 30px;
  margin-right: 30px;
}

.panel-func {
  width: auto;
  max-width: none;
  margin-bottom: 43px;
  margin-left: 30px;
  margin-right: 30px;
}

.panel-benefits, .container-5 {
  width: auto;
  max-width: none;
  margin-bottom: 53px;
  margin-left: 30px;
  margin-right: 30px;
}

.heading-9 {
  font-size: var(--h1-mobile);
  text-align: center;
}

.text-block-10 {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 20px;
}

.heading-10 {
  font-size: var(--h3);
  margin-top: 38px;
  margin-bottom: 12px;
}

.text-block-11 {
  color: var(--beige-01);
  text-align: center;
  background-color: #002e4f;
  justify-content: center;
  align-items: center;
  height: 125px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  display: flex;
}

.div-block-23 {
  background-color: var(--tsx-blue);
  justify-content: center;
  align-items: center;
  padding-left: 3px;
  padding-right: 3px;
  display: block;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-12, .text-block-13 {
  text-align: center;
  background-color: #f5f4ec;
  border: 3px #002e4f;
  justify-content: center;
  align-items: center;
  height: 125px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  display: flex;
}

.text-block-14 {
  color: var(--beige-01);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 125px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  display: flex;
}

.text-block-15 {
  color: var(--beige-01);
  text-align: center;
  background-color: #002e4f;
  justify-content: center;
  align-items: center;
  height: 125px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  display: flex;
}

.text-block-16 {
  text-align: center;
  background-color: #f5f4ec;
  border: 3px #002e4f;
  justify-content: center;
  align-items: center;
  height: 125px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  display: flex;
}

.div-block-25 {
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: var(--tsx-blue);
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: var(--tsx-blue);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--tsx-blue);
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: var(--tsx-blue);
  background-color: #0000;
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-26 {
  border: 3px solid var(--tsx-blue);
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-27 {
  background-color: var(--tsx-blue);
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-28 {
  background-color: var(--tsx-blue);
  text-align: left;
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-29 {
  border: 3px solid var(--tsx-blue);
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-31, .div-block-32, .div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.image-15, .image-16, .image-17 {
  width: 100px;
  height: 100px;
}

.text-block-17 {
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.text-block-18, .text-block-19 {
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.container-6 {
  width: auto;
  max-width: none;
  margin-bottom: 53px;
  margin-left: 30px;
  margin-right: 30px;
}

.heading-11 {
  font-size: var(--h1-mobile);
  text-align: center;
}

.text-block-20 {
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 20px;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 12px;
}

.text-block-21 {
  height: 125px;
}

.text-block-22 {
  text-align: center;
  border: 3px #002e4f;
  justify-content: center;
  align-items: center;
  height: 125px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  display: flex;
}

.text-block-23, .text-block-24 {
  background-color: var(--tsx-blue);
  color: var(--beige-01);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 125px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
  display: flex;
}

.text-block-25 {
  border-top-style: none;
  border-top-width: 3px;
  border-top-color: var(--tsx-blue);
  border-right-style: none;
  border-right-width: 3px;
  border-right-color: var(--tsx-blue);
  border-bottom-style: none;
  border-bottom-width: 3px;
  border-bottom-color: var(--tsx-blue);
  border-left-style: none;
  border-left-width: 3px;
  border-left-color: var(--tsx-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 125px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-13 {
  font-size: var(--h3);
  margin-top: 38px;
  margin-bottom: 12px;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-26 {
  font-size: 20px;
}

.image-18, .image-19 {
  width: 100px;
  height: 100px;
}

.text-block-27, .text-block-28 {
  font-size: 20px;
}

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

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-29 {
  text-align: center;
  font-size: 20px;
}

.image-20 {
  text-align: center;
  width: 100px;
  height: 100px;
}

.container-7 {
  width: auto;
  max-width: none;
  margin: 31px 30px 53px;
}

.image-21 {
  width: 100px;
  height: 100px;
}

.text-block-30 {
  text-align: center;
  font-size: 20px;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-14 {
  font-size: var(--h1-mobile);
  text-align: center;
}

.text-block-31 {
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 20px;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 35px;
  display: grid;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
}

.div-block-41.gafetes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-32 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.text-block-33 {
  text-align: center;
  border: 3px solid #002e4f;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 20px;
  display: flex;
}

.text-block-34 {
  color: var(--beige-01);
  text-align: center;
  background-color: #002e4f;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 20px;
  display: flex;
}

.text-block-35 {
  text-align: center;
  border: 3px solid #002e4f;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 20px;
  display: flex;
}

.text-block-36 {
  color: var(--beige-01);
  text-align: center;
  background-color: #002e4f;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 20px;
  display: flex;
}

.container-8 {
  margin-bottom: 50px;
}

.heading-15 {
  font-size: var(--h3);
  border: 1px solid #000;
}

.heading-16 {
  font-size: var(--h1-mobile);
  text-align: center;
}

.text-block-37 {
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 20px;
}

.container-9 {
  width: auto;
  max-width: none;
  margin-bottom: 80px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}

.heading-17 {
  font-size: var(--h1-mobile);
  text-align: center;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.button {
  color: var(--tsx-blue);
  text-align: center;
  background-color: #f5f4ec;
  border: 3px solid #002e4f;
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.button:hover {
  color: #f5f4ec;
  background-color: #002e4f;
  border: 3px #002e4f;
  box-shadow: -4px 6px 11px 5px #0003;
}

.button-2 {
  color: var(--tsx-blue);
  text-align: center;
  background-color: #f5f4ec;
  border: 3px solid #002e4f;
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.button-2:hover {
  color: var(--beige-01);
  background-color: #002e4f;
  border-style: none;
  box-shadow: 4px 6px 11px 5px #0003;
}

.button-3 {
  color: var(--tsx-blue);
  text-align: center;
  background-color: #f5f4ec;
  border: 3px solid #002e4f;
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.button-3:hover {
  color: var(--beige-01);
  background-color: #002e4f;
  border-style: none;
  box-shadow: -4px 6px 11px 5px #0003;
}

.button-4 {
  color: var(--tsx-blue);
  text-align: center;
  background-color: #f5f4ec;
  border: 3px solid #002e4f;
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.button-4:hover {
  color: var(--beige-01);
  background-color: #002e4f;
  border: 3px #002e4f;
  box-shadow: 4px 6px 11px 5px #0003;
}

.button-5 {
  color: var(--tsx-blue);
  text-align: center;
  background-color: #f5f4ec;
  border: 3px solid #000;
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.button-5:hover {
  color: var(--beige-01);
  background-color: #002e4f;
  border: 3px #002e4f;
  box-shadow: -4px 6px 11px 5px #0003;
}

.button-6 {
  color: var(--tsx-blue);
  text-align: center;
  background-color: #f5f4ec;
  border: 3px solid #002e4f;
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
  transform: translate(0);
}

.button-6:hover {
  color: var(--beige-01);
  background-color: #002e4f;
  border-style: none;
  box-shadow: 4px 6px 11px 5px #0003;
}

.container-10 {
  width: auto;
  max-width: none;
  margin-bottom: 98px;
  margin-left: 30px;
  margin-right: 30px;
}

.link-block {
  width: 150px;
  height: 150px;
  transform: translate(16px);
}

.link-block:hover {
  width: 150px;
  height: 150px;
}

.heading-18 {
  font-size: var(--h1-mobile);
  text-align: center;
  margin-bottom: 62px;
}

.div-block-44 {
  border: 3px solid var(--tsx-blue);
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-45, .div-block-46 {
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-47 {
  border: 3px solid var(--tsx-blue);
  padding-left: 3px;
  padding-right: 3px;
}

.code-embed {
  margin-bottom: 20px;
}

.container-11 {
  width: auto;
  max-width: none;
  margin-bottom: 92px;
  margin-left: 30px;
  margin-right: 30px;
}

.container-11.container-en {
  max-width: none;
  margin-left: 30px;
  margin-right: 30px;
}

.container-12 {
  margin-bottom: 125px;
}

.container-13 {
  margin-bottom: 94px;
}

.div-block-48 {
  border: 3px solid var(--tsx-blue);
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-49, .div-block-50 {
  background-color: var(--tsx-blue);
  padding-left: 3px;
  padding-right: 3px;
}

.div-block-51 {
  border: 3px solid var(--tsx-blue);
  padding-left: 3px;
  padding-right: 3px;
}

.image-22 {
  display: none;
}

.div-block-55 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  position: fixed;
}

.container-14, .container-15, .container-16, .container-17, .container-18, .container-19, .container-20, .container-21 {
  width: auto;
  max-width: none;
  margin-left: 30px;
  margin-right: 30px;
}

.image-25, .image-26 {
  width: 120px;
  max-width: none;
}

.container-22, .container-23, .container-24, .container-25, .container-26 {
  width: auto;
  max-width: none;
  margin-left: 30px;
  margin-right: 30px;
}

.image-27, .image-28, .image-29, .image-30 {
  width: 120px;
  max-width: none;
}

.container-28 {
  width: auto;
  max-width: none;
  margin-left: 30px;
  margin-right: 30px;
}

.div-block-56 {
  z-index: 3;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--beige-01);
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 40px 10px 20px;
  display: flex;
  position: static;
}

.link-4 {
  color: var(--tsx-blue);
  font-size: 25px;
  text-decoration: none;
}

.link-4:lang(es-mx) {
  color: #999897;
}

.link-4.w--current {
  color: var(--tsx-blue);
  font-size: 25px;
  text-decoration: underline;
}

.link-4.link-es, .link-4.link-en {
  color: var(--tsx-blue);
  text-decoration: underline;
}

.form-block {
  margin-bottom: 54px;
}

.contacto-expositores-form {
  margin-top: 32px;
}

.contact-expositores-field {
  border-radius: 6px;
}

.code-embed-2 {
  margin-top: 10px;
}

.contacto-expositores-submit {
  background-color: var(--tsx-blue);
  border-radius: 6px;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 0;
}

.exhibitor-success {
  background-color: var(--beige-01);
  margin-top: 54px;
  margin-bottom: 54px;
}

.contacto-expositores-error {
  color: var(--beige-01);
  text-align: center;
  background-color: #c95549;
}

.text-block-52 {
  background-color: var(--beige-01);
}

.text-block-53 {
  color: var(--beige-01);
  background-color: #0000;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

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

  .style-guide-font-grid {
    grid-template-columns: 1fr;
  }

  .spacer-40px-height, .spacer-64px-height, .spacer-10px-height, .spacer-20px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .page-hero-section {
    padding-top: 161px;
    padding-bottom: 40px;
  }

  .spacer-80px-height {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .primary-button.mobile-hidden.servicios.visitantes.see-more-1-en, .primary-button.mobile-hidden.servicios.panel-expositores.see-more-2-en, .primary-button.mobile-hidden.servicios.panel-organizadores.see-more-3-en, .primary-button.mobile-hidden.servicios.app.see-more-4-en, .primary-button.mobile-hidden.servicios.mapa.see-more-6-en {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .primary-button.mobile-hidden.nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .primary-button.mobile-hidden.contact-us-en.contact-us-home {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-logo-wrapper {
    height: 200px;
  }

  .navbar {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .hero-section-image {
    width: 150px;
    height: 150px;
  }

  .features-grid-image-wrapper {
    height: 220px;
  }

  .dark-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .industries-image-wrapper {
    display: none;
  }

  .navbar-bg {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    position: static;
  }

  .text-carousel-image {
    width: 15px;
    height: 15px;
  }

  .carousel-text {
    font-size: 25px;
  }

  .faq-question-text {
    font-size: 30px;
  }

  .plus-icon {
    margin-left: 10px;
  }

  .faq-seciton-grid {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .testimonials-section {
    padding-top: 60px;
    padding-bottom: 220px;
  }

  .right-arrow {
    left: 10%;
  }

  .cta-section {
    background-position: 50%;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-heading {
    margin-bottom: 20px;
    font-size: 36px;
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-link {
    font-size: var(--h5);
  }

  .dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .numbers-wrapper {
    grid-row-gap: 33px;
    grid-template-columns: 1fr 1fr;
  }

  .services-cards-grid {
    grid-template-columns: 1fr;
  }

  .partners-logo-wrapper {
    min-width: 160%;
  }

  .partners-logo {
    height: 30px;
  }

  .secotion-fade-out-blur {
    width: 250px;
  }

  .image, .image:hover {
    width: 90px;
    height: 90px;
  }

  .bold-text-3, .heading-3 {
    font-size: var(--h3);
  }

  .page-hero {
    padding-top: 178px;
  }

  .heading-4 {
    font-size: var(--h1);
  }

  .paragraph-4, .text-block-2, .text-block-2.text1, .text-block-2.text2, .text-block-2.text3, .text-block-2.text4 {
    font-size: 18px;
  }

  .heading-6 {
    font-size: var(--h3);
  }

  .container-2 {
    width: auto;
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-5.text6 {
    font-size: 18px;
  }

  .container-3 {
    width: auto;
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-block-3 {
    font-size: 15px;
  }

  .image-9, .image-10, .image-11 {
    width: 60px;
    height: 60px;
  }

  .text-block-4, .text-block-5 {
    font-size: 15px;
  }

  .heading-7 {
    font-size: var(--h1);
  }

  .paragraph-5, .text-block-6, .text-block-6.text-2 {
    font-size: 18px;
  }

  .container-4 {
    width: auto;
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-21.option1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-22.panel-benefits-section {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: minmax(0, 1fr) auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch start;
    margin-top: 30px;
  }

  .image-12, .image-12.image-1, .image-13, .image-13.image-2, .image-14, .image-14.panel-image-3 {
    width: 60px;
    height: 60px;
  }

  .text-block-7, .text-block-8, .text-block-9.text-image-3 {
    font-size: 15px;
  }

  .panel-container, .panel-func {
    width: auto;
    max-width: none;
  }

  .panel-benefits {
    width: auto;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container-5 {
    width: auto;
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading-9 {
    font-size: var(--h1);
  }

  .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16 {
    font-size: 18px;
  }

  .div-block-31, .div-block-32, .div-block-33 {
    justify-content: center;
    align-items: center;
  }

  .image-15, .image-16, .image-17 {
    width: 60px;
    height: 60px;
  }

  .text-block-17, .text-block-18, .text-block-19 {
    font-size: 15px;
  }

  .container-6 {
    width: auto;
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading-11 {
    font-size: var(--h1);
  }

  .text-block-20 {
    font-size: 18px;
  }

  .heading-12 {
    margin-top: 0;
  }

  .text-block-22 {
    border-style: none;
    font-size: 18px;
  }

  .text-block-23, .text-block-24 {
    font-size: 18px;
  }

  .text-block-25 {
    border-style: none;
    font-size: 18px;
  }

  .text-block-26 {
    font-size: 15px;
  }

  .image-18 {
    width: 60px;
    height: 60px;
  }

  .text-block-29 {
    font-size: 15px;
  }

  .image-20 {
    width: 60px;
    height: 60px;
  }

  .container-7 {
    max-width: none;
    margin-top: 29px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-21 {
    width: 60px;
    height: 60px;
  }

  .text-block-30 {
    font-size: 15px;
  }

  .heading-16 {
    font-size: var(--h1);
  }

  .text-block-37, .button, .button-2, .button-3, .button-4, .button-6 {
    font-size: 18px;
  }

  .container-10 {
    width: auto;
    max-width: none;
    margin-bottom: 50px;
  }

  .heading-18 {
    font-size: var(--h1);
  }

  .div-block-55 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-top: 0;
    display: flex;
    position: fixed;
  }

  .container-14, .container-21 {
    width: auto;
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-25, .image-26 {
    width: 120px;
  }

  .container-22 {
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
  }

  .container-23, .container-24 {
    width: auto;
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
  }

  .container-25, .container-26 {
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-27, .image-28 {
    width: 120px;
  }

  .bold-text-7 {
    font-size: var(--h3);
  }

  .image-29, .image-30 {
    width: 120px;
  }

  .bold-text-8 {
    font-size: var(--h3);
  }

  .div-block-56 {
    background-color: var(--beige-01);
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .link-4, .link-4.w--current {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--h1-mobile);
  }

  .section {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .spacer-30px-height, .spacer-40px-height, .spacer-64px-height, .spacer-10px-height, .spacer-20px-height {
    background-color: #fff0;
  }

  .page-hero-section {
    padding-top: 98px;
    padding-bottom: 20px;
  }

  .spacer-80px-height {
    background-color: #fff0;
  }

  .large-text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .primary-button.mobile-hidden.servicios {
    margin-bottom: 0;
    padding: 10px 0;
  }

  .primary-button.mobile-hidden.servicios.visitantes.see-more-1-en {
    margin-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button.mobile-hidden.servicios.visitantes.see-more-es, .primary-button.mobile-hidden.servicios.panel-expositores, .primary-button.mobile-hidden.servicios.panel-organizadores, .primary-button.mobile-hidden.servicios.app {
    margin-bottom: 14px;
    padding: 5px 20px;
  }

  .primary-button.mobile-hidden.servicios.gafetes.see-more-5-en {
    margin-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button.mobile-hidden.servicios.mapa {
    margin-bottom: 14px;
    padding: 5px 20px;
  }

  .primary-button.mobile-hidden.nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 20px;
    padding: 15px 0;
  }

  .primary-button.mobile-hidden.contact-us-home {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .primary-button-icon {
    background-color: #0000;
  }

  .primary-button-arrow {
    width: 10px;
    height: 10px;
    display: block;
  }

  .primary-button-arrow.arrow-in-nav {
    display: none;
  }

  .nav-logo-wrapper {
    height: 100px;
    margin-top: 50px;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    position: static;
  }

  .livvic-text {
    font-size: 30px;
  }

  .hero-section-image {
    width: 120px;
    height: 120px;
  }

  .hero-section-image.image-es {
    width: 120px;
    height: 150px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .dark-section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .navbar-bg {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .text-carousel-image {
    width: 15px;
    height: 15px;
  }

  .carousel-text {
    font-size: 20px;
  }

  .faq-question-text {
    font-size: 25px;
  }

  .faq-paragraph {
    font-size: 15px;
  }

  .faq-seciton-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-section {
    padding-top: 60px;
    padding-bottom: 220px;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-heading {
    font-size: 32px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .link-wrapper {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
    display: flex;
    overflow: hidden;
  }

  .footer-link {
    margin-top: 10px;
    font-size: 18px;
  }

  .footer-link-underline {
    display: none;
  }

  .footer-left-side {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-dropdown {
    width: 60px;
  }

  .dropdown-list {
    top: auto;
  }

  .numbers-wrapper, .section-heading-grid {
    grid-template-columns: 1fr;
  }

  .partners-logo-wrapper {
    min-width: 180%;
  }

  .partners-logo {
    height: 30px;
  }

  .image {
    z-index: 7;
    width: 50px;
    height: 50px;
    position: static;
  }

  .image:hover {
    width: 50px;
    height: 50px;
  }

  .container {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    font-size: 15px;
  }

  .div-block {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .link.about-us-es, .link.about-us-es.w--current, .link.about-us-en, .link-2.services-es {
    font-size: 15px;
  }

  .link-2.services-es.w--current {
    font-size: 18px;
  }

  .link-2.services-en {
    font-size: 15px;
  }

  .link-3.contact-us-es {
    font-size: 15px;
    display: block;
  }

  .link-3.contact-us-en {
    font-size: 15px;
  }

  .heading-2 {
    line-height: 30px;
  }

  .image-2, .image-3, .image-4, .image-5, .image-7 {
    width: 15px;
    height: 16px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .page-hero {
    padding-top: 121px;
  }

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

  .paragraph-4 {
    margin-top: 20px;
    font-size: 15px;
  }

  .text-block-2, .text-block-2.text1, .text-block-2.text2, .text-block-2.text3, .text-block-2.text4 {
    font-size: 15px;
  }

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

  .heading-6.benefits {
    margin-top: 10px;
  }

  .container-2, .container-3 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .image-9, .image-10, .image-11 {
    width: 40px;
    height: 40px;
  }

  .heading-7 {
    font-size: var(--h1);
  }

  .paragraph-5 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .text-block-6, .text-block-6.text-2 {
    font-size: 15px;
  }

  .container-4 {
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .div-block-21 {
    height: 80px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-21.option1 {
    justify-content: space-between;
    height: 80px;
    margin-bottom: 0;
  }

  .div-block-21.option2, .div-block-21.option3, .div-block-21.option4 {
    height: 80px;
  }

  .div-block-21.option-1-beneftis, .div-block-21.option-2-benefits {
    height: 80px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-22.benefits {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-22.panel-benefits-section {
    grid-template-rows: minmax(0, 1fr) auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-12, .image-12.image-1, .image-13, .image-13.image-2, .image-14, .image-14.panel-image-3 {
    width: 40px;
    height: 40px;
  }

  .panel-container, .panel-func, .panel-benefits, .container-5 {
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .text-block-10 {
    margin-top: 20px;
    font-size: 15px;
  }

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

  .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16 {
    font-size: 15px;
  }

  .div-block-25 {
    padding-right: 3px;
  }

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

  .div-block-31, .div-block-32 {
    height: 80px;
  }

  .div-block-33 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 80px;
  }

  .image-15, .image-16, .image-17 {
    width: 40px;
    height: 40px;
  }

  .container-6 {
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .text-block-20 {
    margin-bottom: 40px;
    font-size: 15px;
  }

  .heading-12 {
    margin-top: 0;
    font-size: 30px;
  }

  .text-block-22 {
    border-style: none;
    font-size: 15px;
  }

  .text-block-23, .text-block-24 {
    font-size: 15px;
  }

  .text-block-25 {
    border-style: none;
    font-size: 15px;
  }

  .heading-13 {
    font-size: 30px;
  }

  .div-block-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-36 {
    height: 80px;
  }

  .image-18 {
    width: 40px;
    height: 40px;
  }

  .div-block-38 {
    justify-content: flex-start;
    align-items: center;
    height: 80px;
  }

  .text-block-29 {
    text-align: left;
  }

  .image-20 {
    width: 40px;
    height: 40px;
  }

  .container-7 {
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-21 {
    width: 40px;
    height: 40px;
  }

  .text-block-30 {
    text-align: left;
  }

  .div-block-39 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
  }

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

  .text-block-37 {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .container-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-17 {
    font-size: 30px;
  }

  .div-block-43 {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .button, .button-2, .button-3, .button-4, .button-5.service-5-en, .button-6 {
    height: 80px;
    font-size: 15px;
  }

  .container-10 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading-18 {
    font-size: 30px;
  }

  .nav-bar-menu, .contact-us-es {
    display: none;
  }

  .div-block-44 {
    border: 3px solid var(--tsx-blue);
  }

  .div-block-45, .div-block-46 {
    background-color: var(--tsx-blue);
  }

  .div-block-47 {
    border: 3px solid var(--tsx-blue);
  }

  .container-11 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .bold-text-4 {
    font-size: 30px;
    line-height: 10px;
  }

  .image-22 {
    width: 28px;
    height: 28px;
    display: inline-block;
  }

  .div-block-55 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    margin-top: 0;
    display: flex;
    position: fixed;
  }

  .text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42 {
    font-size: 15px;
  }

  .container-14, .container-15, .container-16, .container-17, .container-18, .container-19, .container-20 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-block-43 {
    font-size: 12px;
  }

  .container-21 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-25 {
    width: 80px;
    height: auto;
  }

  .image-26 {
    width: 80px;
  }

  .container-22, .container-23, .container-24, .container-25, .container-26 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-27, .image-28 {
    width: 80px;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .image-29, .image-30 {
    width: 80px;
  }

  .div-block-56 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: var(--beige-01);
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    display: flex;
    position: static;
    top: 0%;
    left: 0;
    right: auto;
  }

  .link-4, .link-4.w--current {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: var(--h2-mobile);
  }

  h3 {
    margin-bottom: 10px;
  }

  p {
    font-size: var(--mobile-body-text);
  }

  .section {
    margin-left: 30px;
    margin-right: 30px;
    padding: 0 0 40px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .content-container {
    margin-left: 0;
    margin-right: 0;
  }

  .style-guide-heading-wrapper {
    margin-top: 40px;
  }

  .page-hero-section {
    margin-top: 0;
    padding: 92px 10px 0;
  }

  .large-text {
    margin-bottom: 0;
    font-size: 13px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr;
  }

  .primary-button.mobile-hidden {
    display: none;
  }

  .primary-button.mobile-hidden.servicios {
    width: 100%;
  }

  .primary-button.mobile-hidden.servicios.visitantes.see-more-1-en {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .primary-button.mobile-hidden.servicios.visitantes.see-more-es {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .primary-button.mobile-hidden.servicios.panel-expositores {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .primary-button.mobile-hidden.servicios.panel-expositores.see-more-2-en {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .primary-button.mobile-hidden.servicios.panel-organizadores {
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .primary-button.mobile-hidden.servicios.panel-organizadores.see-more-3-en {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .primary-button.mobile-hidden.servicios.app {
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .primary-button.mobile-hidden.servicios.app.see-more-4-en {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .primary-button.mobile-hidden.servicios.mapa {
    width: auto;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .primary-button.mobile-hidden.servicios.mapa.see-more-6-en {
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .primary-button.mobile-hidden.servicios.services-en {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .primary-button.mobile-hidden.servicios.prmary-button-servicios {
    width: auto;
    padding: 5px 10px;
  }

  .primary-button.mobile-hidden.nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 60px;
    height: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .primary-button.mobile-hidden.contact-us-en.contact-us-home {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .primary-button.mobile-hidden.contact-us-home {
    display: flex;
  }

  .primary-button-icon {
    background-color: #0000;
    flex: 0 auto;
    display: block;
  }

  .primary-button-arrow, .primary-button-arrow.parimary-button-see-more-arrow {
    width: 10px;
    height: 10px;
    display: block;
  }

  .nav-logo-wrapper {
    justify-content: flex-end;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    height: auto;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .livvic-text {
    line-height: 20px;
  }

  .download-links-wrapper {
    margin-top: 40px;
  }

  .hero-section-image {
    width: 100px;
    height: 100px;
    margin-top: 11px;
  }

  .hero-section-image.image-es {
    width: 100px;
    max-width: none;
    height: 100px;
    margin-top: 0;
  }

  .light-pink-container, .yellow-container, .light-purple-container {
    padding: 30px 20px;
  }

  .dark-section {
    padding: 60px 10px 40px;
  }

  .navbar-bg {
    height: auto;
  }

  .navbar-button-icon-wrapper:active {
    display: block;
  }

  .navbar-button-icon-line {
    margin-bottom: 5px;
  }

  .navbar-button-icon-line:active {
    pointer-events: auto;
    display: block;
  }

  .text-carousel-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-carousel-image {
    width: 10px;
    height: 10px;
  }

  .carousel-text {
    font-size: 15px;
  }

  .faq-question-text {
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    font-size: 18px;
    line-height: 120%;
    display: flex;
  }

  .faq-paragraph {
    font-size: 12px;
  }

  .plus-icon {
    height: 40px;
  }

  .faq-seciton-grid {
    flex-flow: column;
    place-items: stretch stretch;
    display: flex;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-wrapper.cursor-hover-animation {
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .plus-line-animated {
    width: 20px;
  }

  .faq-question {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 40px;
    display: flex;
  }

  .testimonials-section {
    padding: 60px 10px 220px;
  }

  .portrait-slide {
    width: 100%;
    height: 380px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow {
    left: 20%;
  }

  .landscape-slide {
    width: 100%;
    height: 300px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-section {
    padding: 60px 10px 40px;
  }

  .cta-heading {
    font-size: 28px;
  }

  .footer {
    flex-flow: column;
    padding: 30px 10px;
    font-size: 12px;
    display: flex;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-logo {
    height: 100px;
    margin-bottom: 0;
  }

  .powerd-by {
    color: var(--tsx-blue);
  }

  .dropdown-toggle {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: 1;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 50px;
    height: 30px;
    padding: 12px 20px;
    font-size: 14px;
  }

  .nav-dropdown {
    justify-content: center;
    align-items: center;
    width: 60px;
    display: flex;
  }

  .dropdown-list {
    z-index: 4;
    width: 250px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
    position: absolute;
    inset: 45px 0% auto;
  }

  .dropdown-list.w--open {
    min-width: 140%;
  }

  .dropdown-link, .dropdown-link.w--current {
    margin-bottom: 0;
    font-size: 15px;
  }

  .nav-link-image {
    width: 15px;
    height: 15px;
  }

  .text-block {
    font-size: var(--mobile-body-text);
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .numbers-text {
    font-size: var(--h1);
  }

  .demo-video {
    height: 360px;
  }

  .services-card-text-wrapper {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .partners-logo-wrapper {
    min-width: 300%;
  }

  .partners-logo {
    height: 30px;
  }

  .secotion-fade-out-blur {
    width: 25px;
    display: none;
  }

  .secotion-fade-out-blur.right {
    width: 25px;
  }

  .testimonials-slide-heading {
    font-size: 32px;
  }

  .image {
    background-color: #0000;
    flex: 0 auto;
    width: 50px;
    max-width: none;
    height: 50px;
    display: block;
  }

  .image:hover {
    width: 50px;
    height: 50px;
  }

  .container {
    padding-top: 13px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    font-size: 12px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .div-block {
    flex-flow: column;
  }

  .link.about-us-es, .link.about-us-es.w--current, .link.about-us-en, .link-2.services-es, .link-2.services-es.w--current, .link-2.services-en {
    font-size: 12px;
  }

  .link-3.contact-us-es {
    font-size: 12px;
    display: block;
  }

  .link-3.contact-us-en {
    font-size: 12px;
  }

  .image-2 {
    width: 14px;
    height: 15px;
  }

  .heading-3 {
    margin-bottom: 14px;
    font-size: 20px;
    position: static;
  }

  .page-hero {
    margin-left: 0;
    margin-right: 0;
    padding-top: 105px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 20px;
  }

  .paragraph-4, .text-block-2, .text-block-2.text1, .text-block-2.text2, .text-block-2.text3, .text-block-2.text4 {
    font-size: 12px;
  }

  .text-block-2.text5 {
    height: auto;
  }

  .heading-6 {
    margin-top: 20px;
    font-size: 20px;
  }

  .container-2 {
    padding-bottom: 20px;
  }

  .div-block-4, .div-block-5.text6, .div-block-6, .div-block-7, .div-block-8 {
    height: 150px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    height: 150px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
  }

  .div-block-10 {
    height: 70px;
  }

  .div-block-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .text-block-3, .text-block-4, .text-block-5 {
    font-size: 12px;
  }

  .heading-7 {
    font-size: 20px;
  }

  .paragraph-5 {
    font-size: 12px;
  }

  .text-block-6 {
    flex-flow: row;
    height: 160px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 12px;
  }

  .text-block-6.text-2 {
    font-size: 12px;
  }

  .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-8 {
    font-size: 20px;
  }

  .div-block-22.benefits {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    display: flex;
  }

  .div-block-22.panel-benefits-section {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    display: flex;
  }

  .text-block-7, .text-block-7.text-2, .text-block-8, .text-block-8.text-2, .text-block-9, .text-block-9.text-image-3 {
    font-size: 12px;
  }

  .heading-9 {
    font-size: 20px;
  }

  .text-block-10 {
    font-size: 12px;
  }

  .heading-10 {
    margin-top: 20px;
    font-size: 20px;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .div-block-23 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16 {
    font-size: 12px;
  }

  .div-block-25, .div-block-26, .div-block-27, .div-block-28, .div-block-29 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .div-block-30 {
    flex-flow: column;
    display: flex;
  }

  .text-block-17, .text-block-18, .text-block-19 {
    font-size: 12px;
  }

  .container-6 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .heading-11 {
    font-size: 20px;
  }

  .text-block-20 {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .heading-12 {
    font-size: 20px;
  }

  .text-block-22, .text-block-23, .text-block-24, .text-block-25 {
    font-size: 12px;
  }

  .heading-13 {
    font-size: 20px;
  }

  .div-block-35 {
    flex-flow: column;
    display: flex;
  }

  .text-block-26, .text-block-29 {
    font-size: 12px;
  }

  .container-7 {
    margin-top: 0;
  }

  .text-block-30 {
    font-size: 12px;
  }

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

  .text-block-37 {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .container-9 {
    margin: 13px 0 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-17 {
    font-size: 20px;
  }

  .button, .button-2, .button-3, .button-4, .button-5.service-5-en, .button-6 {
    font-size: 12px;
  }

  .link-block.w--current {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: pink;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100px;
    height: 60px;
    display: flex;
  }

  .heading-18 {
    font-size: 20px;
  }

  .nav-bar-menu {
    display: none;
  }

  .contact-us-es {
    font-size: 12px;
  }

  .div-block-44 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-45, .div-block-46, .div-block-47, .div-block-48, .div-block-49, .div-block-50, .div-block-51 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .bold-text-4 {
    font-size: 25px;
  }

  .bold-text-4.heading-small-mobil {
    font-weight: 700;
  }

  .div-block-52 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-53 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    flex: 1;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100px;
    height: 60px;
    display: flex;
  }

  .link-block-2 {
    background-color: #0000;
    display: block;
  }

  .div-block-54 {
    display: none;
  }

  .image-22 {
    width: 28px;
    height: 28px;
    display: inline-block;
  }

  .image-23 {
    width: 15px;
  }

  .div-block-55 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .image-24 {
    display: none;
  }

  .image-24:active {
    display: block;
  }

  .text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42 {
    font-size: 12px;
  }

  .text-block-43 {
    text-align: left;
    display: block;
  }

  .image-25, .image-26 {
    width: 50px;
  }

  .bold-text-5 {
    font-size: 20px;
    line-height: 15px;
  }

  .image-27, .image-28 {
    width: 50px;
  }

  .text-block-44 {
    font-size: 15px;
  }

  .container-27 {
    text-align: center;
  }

  .text-block-45, .text-block-46, .text-block-47, .text-block-48, .text-block-49 {
    font-size: 12px;
  }

  .bold-text-6 {
    font-size: 20px;
  }

  .text-block-50 {
    font-size: 12px;
  }

  .bold-text-7 {
    font-size: 20px;
  }

  .image-29, .image-30 {
    width: 50px;
  }

  .bold-text-8 {
    font-size: 20px;
  }

  .container-28 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .text-block-51 {
    font-size: 12px;
  }

  .div-block-56 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--beige-01);
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 40px;
    position: static;
  }

  .link-4, .link-4.w--current {
    font-size: 15px;
  }

  .section-3 {
    font-size: 12px;
  }
}

#w-node-_3f9a7713-3e77-4874-03ec-ef86e778d637-d5f1c0b9 {
  justify-self: stretch;
}

#w-node-_9ea3b75a-bc0d-1138-0c4f-9604f425d059-934f7ff8, #w-node-_14c5bae4-81cd-e238-d1b2-98f92bc42714-934f7ff8, #w-node-_0ae82b9f-0eed-9b74-440f-73c13268a08c-934f7ff8 {
  align-self: auto;
}

#w-node-_3f9a7713-3e77-4874-03ec-ef86e778d637-e06ceb7d {
  justify-self: stretch;
}

#w-node-_9ea3b75a-bc0d-1138-0c4f-9604f425d059-daaf8c13, #w-node-_14c5bae4-81cd-e238-d1b2-98f92bc42714-daaf8c13, #w-node-_0ae82b9f-0eed-9b74-440f-73c13268a08c-daaf8c13 {
  align-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-e8b1e84d-86ee-1435-ca49-449ab12f4122-934f7ff8 {
    align-self: auto;
  }

  #w-node-_56c6b4ad-a0fd-cebb-7b23-e7b91bc9b623-83db8bd6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


