/* loader */

.loader-container {
  display: none;
  height: 100vh;
  width: 100vw;
  max-width: 100vw;
  position: fixed;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  inset-block-start: 0;
  inset-inline-start: 0;
  background-color: #f9fafb;
}

.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loader {
  transform: rotate(-90deg);
  height: 9rem;
}

.loader[dir="rtl"] {
  transform: rotate(90deg);
}

.loader-chevron {
  position: absolute;
  width: 3.8rem;
  height: 0.8rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}

.loader-chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}

.loader-chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.loader-chevron:before,
.loader-chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #1351ec;
}

.loader-chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.loader-chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(3.8rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(5.2rem);
  }
  100% {
    opacity: 0;
    transform: translateY(8rem) scale(0.5);
  }
}

/* Webflow */
:root {
  --blue-500: #1351ec;
  --grey800: #5b5b5b;
  --blue100: #edf4fc;
  --grey50: #f9fafb;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.image-34 {
  margin-left: 0;
  margin-right: 8px;
}

.mobile-margin-top-10 {
  display: none;
}

.navbar-wrapper-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 940px;
  min-width: 0;
  max-width: 940px;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1076px;
  height: 84px;
  margin-bottom: 0;
  padding: 14px 24px;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-19 {
  color: rgba(51, 51, 51, .85);
  letter-spacing: .25px;
  -webkit-text-stroke-color: rgba(51, 51, 51, .85);
  margin-left: 8px;
  margin-right: 8px;
  padding: 5px 8px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-19:hover {
  color: #333;
}

.nav-link-19:active {
  color: #3374db;
  font-weight: 500;
}

.nav-link-19:focus {
  color: #3374db;
}

.nav-link-19:focus-visible {
  outline-offset: 0px;
  color: #3374db;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-19[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #3374db;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px;
  display: flex;
}

.mobile-margin-top-10-copy-copy {
  margin-left: 40px;
}

.dropdown-link-4 {
  color: rgba(51, 51, 51, .85);
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-4:active {
  color: #3374db;
}

.flex-block-17 {
  align-items: center;
  margin-left: 0;
  padding-right: 0;
}

.dropdown-link-2 {
  color: rgba(51, 51, 51, .85);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-2:active {
  color: #3374db;
}

.vectors-wrapper-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.dropdown-toggle {
  padding-left: 0;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.dropdown-link-3 {
  color: rgba(51, 51, 51, .85);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-3:active {
  color: #3374db;
}

.mainnavbar {
  background-color: #fff;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.icon-3 {
  color: #2565ff;
  margin-left: 0;
  font-size: 16px;
  font-weight: 100;
}

.text-block-9 {
  color: rgba(51, 51, 51, .85);
  margin-right: 2px;
  font-size: 1rem;
}

.text-block-9:active, .text-block-9:focus {
  font-weight: 500;
}

.text-block-9:focus-visible {
  color: #3374db;
}

.text-block-9[data-wf-focus-visible] {
  color: #3374db;
}

.dropdown-link {
  color: rgba(51, 51, 51, .85);
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.flex-block-17-copy {
  align-items: center;
  margin-left: 0;
  padding-right: 0;
}

.profile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px;
  display: flex;
}

.mobile-margin-top-10-copy {
  margin-left: 20px;
}

.nav-link-19-copy-copy {
  color: rgba(51, 51, 51, .85);
  letter-spacing: .25px;
  -webkit-text-stroke-color: rgba(51, 51, 51, .85);
  margin-left: 0;
  margin-right: 5px;
  padding: 5px 0 5px 8px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
  display: none;
  overflow: visible;
}

.nav-link-19-copy-copy:hover {
  color: #333;
}

.nav-link-19-copy-copy:active {
  color: rgba(51, 51, 51, .85);
  font-weight: 500;
}

.nav-link-19-copy-copy:focus-visible {
  outline-offset: 0px;
  color: rgba(51, 51, 51, .85);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-19-copy-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: rgba(51, 51, 51, .85);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 6px;
  margin-top: -10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

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

.bold-text-2 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.linkfooter {
  color: #fff;
  text-decoration: none;
}

.logo-kavak-white {
  margin-bottom: 24px;
}

.bold-text-4 {
  font-weight: 400;
  text-decoration: none;
}

.containerfooter {
  text-align: left;
  max-width: 940px;
  padding-left: 0;
}

.copy-right {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  padding-bottom: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer {
  -webkit-text-stroke-color: #2565ff;
  background-color: #000;
  border: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .03);
}

.accordion-item.container-3-copy-copy {
  box-shadow: none;
  text-align: left;
  -webkit-text-stroke-color: #e9e9e9;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e7e9ee;
  border-radius: 0;
  width: auto;
  max-width: 1076px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.accordion-item.container-3-copy-copy:active {
  box-shadow: none;
  -webkit-text-stroke-color: #5b5b5b;
  border: 1px #000;
}

.accordion-item.container-3-copy-copy-copy {
  box-shadow: none;
  text-align: left;
  -webkit-text-stroke-color: #e9e9e9;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e7e9ee;
  border-radius: 0;
  width: auto;
  max-width: 1076px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.accordion-item.container-3-copy-copy-copy:active {
  box-shadow: none;
  -webkit-text-stroke-color: #5b5b5b;
  border: 1px #000;
}

.accordion-item.container-3-copy-copy-copy-copy {
  box-shadow: none;
  text-align: left;
  -webkit-text-stroke-color: #e9e9e9;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e7e9ee;
  border-radius: 0;
  width: auto;
  max-width: 1076px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.accordion-item.container-3-copy-copy-copy-copy:active {
  box-shadow: none;
  -webkit-text-stroke-color: #5b5b5b;
  border: 1px #000;
}

.accordion-item.container-3-copy-copy-copy-copy-copy {
  box-shadow: none;
  text-align: left;
  -webkit-text-stroke-color: #e9e9e9;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e7e9ee;
  border-radius: 0;
  width: auto;
  max-width: 1076px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.accordion-item.container-3-copy-copy-copy-copy-copy:active {
  box-shadow: none;
  -webkit-text-stroke-color: #5b5b5b;
  border: 1px #000;
}

.faqs {
  -webkit-text-stroke-color: #2565ff;
  background-color: #fff;
  border: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.container-4 {
  max-width: 1076px;
}

.heading-8 {
  width: 90%;
  font-size: 16px;
  font-weight: 500;
}

.accordion-item-trigger {
  -webkit-text-stroke-color: #5b5b5b;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  width: 90%;
  margin-bottom: 16px;
  font-size: 16px;
}

.heading-7-copy {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.icon-2.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  background-image: url('../images/Chevron_1Chevron.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 23px;
  height: 20px;
  font-size: 32px;
  line-height: 30px;
}

.dropdown-link-5 {
  color: rgba(51, 51, 51, .85);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-5:active {
  color: #3374db;
}

.dropdown-link-6 {
  color: rgba(51, 51, 51, .85);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-6:active {
  color: #3374db;
}

.dropdown-link-7 {
  color: rgba(51, 51, 51, .85);
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.logonavbar {
  margin-left: 0;
  margin-right: 8px;
}

.mainbanner {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/bannerp2p.webp');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  min-height: 80vh;
  font-family: Noka, sans-serif;
}

.body {
  height: 40vh;
}

.heading-3x-large {
  color: #1b2532;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 5.25rem;
}

.heading-3x-large-2 {
  color: #1b2532;
  margin-bottom: 0;
  font-family: "Roboto 20230825 T 140845 Z 001";
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 5.25rem;
}

.heading-3x-large-3 {
  color: #1b2532;
  margin-bottom: 0;
  font-family: Noka, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 5.25rem;
}

.heading {
  color: #1b2532;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Noka, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.875rem;
}

.heading.heading-2x-large {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 4.625rem;
}

.heading.heading-1x-large {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 3.5rem;
}

.heading.heading-large {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

.heading.heading-small {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.heading.heading-x-small {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.5rem;
}

.heading.heading-x-small.margin {
  margin-left: 82px;
}

.heading.heading-medium {
  text-align: left;
  margin-top: 0;
  margin-bottom: -1px;
  font-size: 2rem;
  line-height: 2.25rem;
}

.heading.heading-medium.aligncenter {
  text-align: center;
  margin-bottom: 16px;
}

.heading.heading-medium.aligncenter.marginbottom40px {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.heading.heading-medium.margin24px {
  margin-bottom: 24px;
}

.heading.heading-1x-large {
  color: #fff;
  text-align: left;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  font-size: 3rem;
  line-height: 3.5rem;
}

.heading.heading-1x-large.marginbottom16px {
  width: 75%;
  margin-bottom: 8px;
}

.paragraph-large {
  color: #fff;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.paragraph {
  color: #fff;
  width: 100%;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}

.body-13 {
  background-color: #eff1f5;
}

.hero {
  -webkit-text-fill-color: inherit;
  background-color: #141414;
  background-image: linear-gradient(135deg, #000 34%, rgba(255, 255, 255, .1) 84%), url('../images/2306_MX_TABOOLA_MINICOOPER_04-4.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  border-radius: 20px;
  align-items: center;
  min-width: 856px;
  max-width: 856px;
  height: auto;
  min-height: 229.34px;
  margin-top: 24.61px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  width: 70%;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  position: static;
}

.flex-block-1 {
  width: auto;
  min-width: 940px;
}

.dropdown-link-8 {
  color: rgba(51, 51, 51, .85);
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
}

.dropdown-link-8:active {
  color: #3374db;
}

.dropdown-link-9 {
  color: rgba(51, 51, 51, .85);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-9:active {
  color: #3374db;
}

.dropdown-link-10 {
  color: rgba(51, 51, 51, .85);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-10:active {
  color: #3374db;
}

.dropdown-link-11 {
  color: rgba(51, 51, 51, .85);
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.container-5 {
  max-width: 940px;
}

.text-block-4 {
  color: #333;
  text-align: center;
  margin-bottom: 16px;
  font-family: Noka, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.tabs-menu {
  z-index: 1000;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.tab-link-tab-1 {
  color: var(--blue-500);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--blue-500);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #e9e9e9;
}

.tab-link-tab-1:active {
  color: #2565ff;
  -webkit-text-stroke-color: #5b5b5b;
  border-bottom-color: #2565ff;
}

.tab-link-tab-1.w--current {
  color: var(--blue-500);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--blue-500);
  overflow-wrap: normal;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #2565ff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tab-link-tab-1.w--current:focus {
  color: #2565ff;
}

.text-block-7 {
  color: #5b5b5b;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--blue-500);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-7:active {
  -webkit-text-stroke-color: #2565ff;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #e9e9e9;
  flex: 1;
  align-self: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tab-link-tab-2.w--current {
  color: var(--blue-500);
  -webkit-text-stroke-width: 1px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #2565ff;
  align-self: center;
  height: 100%;
}

.text-block-5 {
  color: #5b5b5b;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.benefits {
  -webkit-text-stroke-color: #2565ff;
  background-color: #fff;
  border: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.tabs {
  color: #5b5b5b;
  -webkit-text-stroke-color: #2565ff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.buttonbase-tonal {
  text-align: center;
  background-color: #ebf1ff;
  border-radius: 8px;
  width: 328px;
  margin-right: 0;
  padding: 12px 64px;
  text-decoration: none;
}

.buttonbase-tonal:hover {
  background-color: #a8c5ff;
}

.image-51 {
  padding-right: 16px;
}

.paragraph-strong {
  color: #333;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.paragraph-strong.colorblue600 {
  color: #1351ec;
  -webkit-text-stroke-color: #002f94;
  width: 100%;
  font-weight: 400;
}

.paragraph-strong.colorblue600:hover {
  -webkit-text-stroke-color: #002f94;
}

.paragraph-strong.colorblue600:focus {
  color: #1351ec;
}

.paragraph-strong.colorwhite {
  color: #fff;
  width: 100%;
  font-weight: 400;
  text-decoration: none;
}

.buttonbase-default {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue-500);
  text-align: center;
  object-fit: fill;
  border: 0 solid #1351ec;
  border-radius: 8px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 328px;
  height: 48px;
  margin: 24px auto;
  padding: 12px 64px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.buttonbase-default:hover {
  background-color: #002f94;
  border: 0 solid #002f94;
}

.buttonbase-default:focus {
  border: 2px solid #a8c5ff;
}

.buttonbase-default.margin {
  margin-bottom: 0;
}

.image-50 {
  margin-right: 16px;
  padding-right: 0;
}

.flex-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
}

.nextsteps {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  min-width: 856px;
  max-width: 856px;
  margin-top: 28px;
  margin-bottom: 80px;
  display: flex;
  overflow: visible;
}

.nextsteps.margin24px {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.next-steps-card {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 251px;
  min-width: 251px;
  max-width: none;
  height: 124px;
  min-height: 124px;
  padding: 16px 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.next-steps-card.margin16px {
  width: 19%;
  margin-right: 16px;
  padding-top: 40px;
  padding-bottom: 16px;
}

.paragraph-6 {
  color: var(--grey800);
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-6.margin {
  margin-left: 82px;
}

.image-52 {
  object-fit: fill;
  background-color: #f70a0a;
  border: 1px #000;
  border-radius: 20px;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

.image-53, .image-54, .image-55 {
  margin-bottom: 8px;
}

.tabs-2 {
  background-color: rgba(0, 0, 0, 0);
}

.tabs-content {
  background-color: var(--blue100);
}

.sectionsteps {
  background-color: var(--grey50);
  justify-content: space-around;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-8 {
  background-color: #fff;
  border-radius: 20px;
  min-width: 940px;
  max-width: 940px;
  padding: 40px 24px;
}

.container-8.margin24px {
  background-color: #fff;
  padding-top: 56px;
  padding-bottom: 56px;
}

.flex-block-20 {
  border-radius: 20px;
  align-items: center;
}

.image-56 {
  margin-right: 24px;
  position: relative;
  top: 0;
  bottom: 0%;
  left: -28%;
  right: auto;
}

.image-57 {
  max-width: none;
  margin-right: 0;
}

.div-block {
  text-align: center;
  background-color: #1500ff;
  width: 1px;
  min-height: 71px;
}

.flex-block-21 {
  align-items: center;
  min-width: 24px;
  max-width: 24px;
}

.flex-block-22 {
  margin-left: 16px;
}

.div-block-2 {
  min-width: auto;
}

.flex-block-23 {
  min-width: 60%;
  max-width: 60%;
  margin-left: -96px;
}

.sectionstart {
  text-align: center;
  justify-content: space-around;
  max-width: 940px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.sectionstart.margin24px {
  flex-direction: column;
  align-items: center;
  max-width: 650px;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.benefit {
  justify-content: space-around;
  max-width: 940px;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
}

.bold-text-5 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.carrousel {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  min-width: 856px;
  max-width: 856px;
  margin-top: 9px;
  display: flex;
  overflow: auto;
}

.image-58 {
  margin-bottom: 8px;
}

.image-42 {
  margin-left: 0;
  margin-right: 8px;
}

.text-block-38 {
  color: rgba(51, 51, 51, .85);
  margin-right: 2px;
  font-size: 1rem;
}

.text-block-38:active, .text-block-38:focus {
  font-weight: 500;
}

.text-block-38:focus-visible {
  color: #3374db;
}

.text-block-38[data-wf-focus-visible] {
  color: #3374db;
}

.dropdown-link-12 {
  color: rgba(51, 51, 51, .85);
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
}

.dropdown-link-12:active {
  color: #3374db;
}

.dropdown-link-13 {
  color: rgba(51, 51, 51, .85);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-13:active {
  color: #3374db;
}

.dropdown-link-14 {
  color: rgba(51, 51, 51, .85);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-14:active {
  color: #3374db;
}

.form {
  margin-top: 40px;
}

.container-10 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 24px 60px;
  display: flex;
}

.bold-text-6 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.footer-2 {
  -webkit-text-stroke-color: #2565ff;
  background-color: #000;
  border: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.bold-text-7 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.footer-3 {
  -webkit-text-stroke-color: #2565ff;
  background-color: #000;
  border: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.dropdown-link-15 {
  color: rgba(51, 51, 51, .85);
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
}

.dropdown-link-15:active {
  color: #3374db;
}

.dropdown-link-16 {
  color: rgba(51, 51, 51, .85);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-16:active {
  color: #3374db;
}

.nav-link-20 {
  color: rgba(51, 51, 51, .85);
  letter-spacing: .25px;
  -webkit-text-stroke-color: rgba(51, 51, 51, .85);
  margin-left: 8px;
  margin-right: 8px;
  padding: 5px 8px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-20:hover {
  color: #333;
}

.nav-link-20:active {
  color: #3374db;
  font-weight: 500;
}

.nav-link-20:focus {
  color: #3374db;
}

.nav-link-20:focus-visible {
  outline-offset: 0px;
  color: #3374db;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-20[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #3374db;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.dropdown-link-17 {
  color: rgba(51, 51, 51, .85);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-17:active {
  color: #3374db;
}

.text-block-39 {
  color: rgba(51, 51, 51, .85);
  margin-right: 2px;
  font-size: 1rem;
}

.text-block-39:active, .text-block-39:focus {
  font-weight: 500;
}

.text-block-39:focus-visible {
  color: #3374db;
}

.text-block-39[data-wf-focus-visible] {
  color: #3374db;
}

.dropdown-link-18 {
  color: rgba(51, 51, 51, .85);
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.mobile-margin-top-10-copy-2 {
  margin-left: 20px;
}

.dropdown-toggle-2 {
  padding-left: 0;
  padding-right: 43px;
}

.dropdown-toggle-2.padding0 {
  padding-left: 16px;
  padding-right: 16px;
}

.icon-4 {
  color: #2565ff;
  margin-left: 0;
  font-size: 16px;
  font-weight: 100;
}

.dropdown-link-19 {
  color: rgba(51, 51, 51, .85);
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-20 {
  color: rgba(51, 51, 51, .85);
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
}

.dropdown-link-20:active {
  color: #3374db;
}

.text-block-40 {
  color: rgba(51, 51, 51, .85);
  margin-right: 2px;
  font-size: 1rem;
}

.text-block-40:active, .text-block-40:focus {
  font-weight: 500;
}

.text-block-40:focus-visible {
  color: #3374db;
}

.text-block-40[data-wf-focus-visible] {
  color: #3374db;
}

.icon-5 {
  color: #2565ff;
  margin-left: 0;
  font-size: 16px;
  font-weight: 100;
}

.dropdown-link-21 {
  color: rgba(51, 51, 51, .85);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-21:active {
  color: #3374db;
}

.mobile-margin-top-10-copy-3 {
  margin-left: 20px;
}

.dropdown-link-22 {
  color: rgba(51, 51, 51, .85);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-22:active {
  color: #3374db;
}

.header {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 33px;
  left: 1197px;
}

.log-in {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 28px;
  left: 1251px;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.flex-block-24 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.cards {
  grid-column-gap: 43px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1070px;
  text-decoration: none;
  display: flex;
}

.auto-layout-horizontal {
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  height: 100px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.auto-layout-vertical {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noka, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.text-3 {
  color: #5b5b5b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.auto-layout-horizontal-2 {
  grid-column-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  height: 100px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.cards-2 {
  grid-column-gap: 43px;
  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;
  width: 100%;
  max-width: 1070px;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.auto-layout-horizontal-3 {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  height: 100px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #5b5b5b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.auto-layout-horizontal-4 {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  height: 100px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.tab-pane-comprar {
  background-color: #fff;
}

.frame-48096179 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 14px;
  left: 14px;
}

.text-block-41, .text-block-42 {
  font-size: 20px;
}

.vectors-wrapper-18 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 15px;
  left: 14px;
}

.vectors-wrapper-20 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-21 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 15px;
  left: 14px;
}

.hero-heading-left {
  grid-column-gap: 80px;
  background-color: #fcfcfc;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.frame-48096182 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.title-copy-goes-here-be-awesome {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noka, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
}

.error-fd49ed44-05f5-bcbf-7935-f015a44e4dc7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.frame-48096174 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-22 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.frame-48096173 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noka, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.text-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-48096172 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.default {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.container-11 {
  grid-column-gap: 4px;
  background-color: #1351ec;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 328px;
  height: 56px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.label {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1px 4px;
  text-decoration: none;
  display: flex;
}

.label-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .003em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.column-2 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-48096170 {
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noka, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  text-decoration: none;
}

.auto-layout-horizontal-5 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-23 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 328px;
  height: 108px;
  text-decoration: none;
  display: flex;
}

.button {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.style-filled-state-active-width-fixed-size-medium {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 328px;
  text-decoration: none;
  display: flex;
}

.container-12 {
  grid-column-gap: 4px;
  background-color: #1351ec;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.label-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .003em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

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

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

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

.frame-48096154 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.reparaciones {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 297px;
  height: 332px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .08);
}

.rectangle-5480 {
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.frame-38059 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 181px;
  padding: 24px 16px 28px;
  display: flex;
}

.text-8 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noka, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-9 {
  color: #3e4a5b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.services {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.reparaciones-2 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 297px;
  height: 332px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .08);
}

.frame-48096184 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 297px;
  height: 181px;
  padding: 24px 16px 28px;
  text-decoration: none;
  display: flex;
}

.text-10 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noka, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.text-11 {
  color: #3e4a5b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.frame-48096185 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 181px;
  padding: 24px 16px 28px;
  display: flex;
}

.flex-block-25 {
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.frame-48096186 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: auto;
}

.reparaciones-3 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 286px;
  max-width: 297px;
  height: 332px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .08);
}

.rectangle-5481 {
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.frame-48096187 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 297px;
  height: 181px;
  padding: 24px 16px 28px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noka, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.text-13 {
  color: #3e4a5b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.frame-48096188 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 181px;
  padding: 24px 16px 28px;
  display: flex;
}

.section {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 24px 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.faqss {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-left: 16px;
  padding-right: 16px;
}

.container-13 {
  max-width: 1076px;
}

.paragraph-9 {
  width: 90%;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-13 {
  width: 90%;
  font-size: 16px;
  font-weight: 500;
}

.title-section {
  color: #1b2532;
  text-align: left;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin: 0 auto;
  padding-bottom: 8px;
  font-family: Noka, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
}

.title-section.mobile {
  margin-left: 0;
  padding-bottom: 16px;
}

.flex-block-26 {
  flex-flow: wrap;
  display: flex;
}

.heading-14 {
  text-align: center;
  flex-flow: row;
  font-family: Noka, sans-serif;
  font-weight: 600;
  display: block;
}

.flex-block-27 {
  flex-flow: column;
  width: 248px;
  height: 100px;
  padding-left: 16px;
}

.text-block-43, .text-block-44 {
  text-align: center;
}

.ventajas {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 24px;
  display: flex;
}

.ventajas-block {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 328px;
  max-width: 100%;
  height: 100px;
  padding: 16px 24px 16px 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.ventajas-block.margin16px {
  width: 19%;
  margin-right: 16px;
  padding-top: 40px;
  padding-bottom: 16px;
}

.flex-block-26-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.auto-layout-horizontal-6 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.frame-48096189 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-25 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-26 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30.52px;
  height: 27.26px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 2.73001px;
  left: .740006px;
}

.type-filled-colour-on {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.bold-text-8 {
  font-weight: 400;
}

.frame-48096190 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  max-height: 42px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.kavakaliados-1 {
  object-fit: cover;
}

.frame {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.auto-layout-horizontal-7 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  text-decoration: none;
  display: flex;
}

.type-outline-colour-on-notification-off {
  object-fit: cover;
}

.text-14 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.country-mexico {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 2px;
  text-decoration: none;
  display: flex;
}

.frame-48096191 {
  object-fit: cover;
}

.frame-48096155 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 456px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-28 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.stacked-vertical {
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.buttonsbase {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-14 {
  grid-column-gap: 4px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.label-4 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1px 4px;
  text-decoration: none;
  display: flex;
}

.label-5 {
  color: #1351ec;
  text-align: center;
  letter-spacing: .003em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.container-15 {
  grid-column-gap: 4px;
  background-color: #1351ec;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.label-6 {
  color: #fff;
  text-align: center;
  letter-spacing: .003em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.dropdownlist {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  height: 181px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.single-line {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-16 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 16px 15px;
  text-decoration: none;
  display: flex;
}

.label-7 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #3e4a5b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.dividerpadding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.vectors-wrapper-29 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.right-content {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.flags {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-30 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 14px;
  text-decoration: none;
  display: flex;
}

.frame-48096192 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 456px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-31 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.container-17 {
  grid-column-gap: 4px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.label-8 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1px 4px;
  text-decoration: none;
  display: flex;
}

.label-9 {
  color: #1351ec;
  text-align: center;
  letter-spacing: .003em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.container-18 {
  grid-column-gap: 4px;
  background-color: #1351ec;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.label-10 {
  color: #fff;
  text-align: center;
  letter-spacing: .003em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.container-19 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 16px 15px;
  text-decoration: none;
  display: flex;
}

.label-11 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-32 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 14px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-23 {
  color: rgba(51, 51, 51, .85);
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
}

.dropdown-link-23:active {
  color: #3374db;
}

.vectors-wrapper-34 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.text-block-45 {
  color: rgba(51, 51, 51, .85);
  margin-right: 2px;
  font-size: 1rem;
}

.text-block-45:active, .text-block-45:focus {
  font-weight: 500;
}

.text-block-45:focus-visible {
  color: #3374db;
}

.text-block-45[data-wf-focus-visible] {
  color: #3374db;
}

.image-43 {
  margin-left: 0;
  margin-right: 8px;
}

.nav-link-21 {
  color: rgba(51, 51, 51, .85);
  letter-spacing: .25px;
  -webkit-text-stroke-color: rgba(51, 51, 51, .85);
  margin-left: 8px;
  margin-right: 8px;
  padding: 5px 8px;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-21:hover {
  color: #333;
}

.nav-link-21:active {
  color: #3374db;
  font-weight: 500;
}

.nav-link-21:focus {
  color: #3374db;
}

.nav-link-21:focus-visible {
  outline-offset: 0px;
  color: #3374db;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-21[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #3374db;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.dropdown-link-24 {
  color: rgba(51, 51, 51, .85);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .9rem;
}

.dropdown-link-24:active {
  color: #3374db;
}

.mobile-margin-top-10-copy-4 {
  margin-left: 20px;
}

.icon-6 {
  color: #2565ff;
  margin-left: 0;
  font-size: 16px;
  font-weight: 100;
}

.dropdown-list-2 {
  background-color: #fff;
  border-radius: 6px;
  margin-top: -10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.dropdown-list-2.w--open {
  margin-top: -10px;
  padding-top: 8px;
}

.frame-48096193 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 456px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-35 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 80px;
  text-decoration: none;
  display: flex;
}

.menuo-bienvenida {
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  padding: 16px;
  text-decoration: none;
  display: none;
}

.buttonsbase-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-20 {
  grid-column-gap: 4px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.label-12 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1px 4px;
  text-decoration: none;
  display: flex;
}

.label-13 {
  color: #1351ec;
  text-align: center;
  letter-spacing: .003em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.container-21 {
  grid-column-gap: 4px;
  background-color: #1351ec;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.label-14 {
  color: #fff;
  text-align: center;
  letter-spacing: .003em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.dropdownlist-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  height: 181px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.single-line-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-22 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 16px 15px;
  text-decoration: none;
  display: flex;
}

.label-15 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  text-decoration: none;
  display: flex;
}

.text-16 {
  color: #3e4a5b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.dividerpadding-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.vectors-wrapper-36 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.right-content-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.flags-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-37 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 14px;
  text-decoration: none;
  display: flex;
}

.logo {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.kavakaliados-2 {
  object-fit: cover;
}

.frame-48096156 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-15 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noka, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.supporting-text {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.buttonsbase-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-23 {
  grid-column-gap: 4px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.label-16 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1px 4px;
  text-decoration: none;
  display: flex;
}

.label-17 {
  color: #1351ec;
  text-align: center;
  letter-spacing: .003em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.container-24 {
  grid-column-gap: 4px;
  background-color: #1351ec;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.label-18 {
  color: #fff;
  text-align: center;
  letter-spacing: .003em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.heading-17 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noka, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.flags-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-38 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 14px;
  text-decoration: none;
  display: flex;
}

.navbar {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: stretch;
  text-decoration: none;
  display: flex;
}

.country-mexico-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 2px;
  text-decoration: none;
  display: flex;
}

.frame-48096195 {
  object-fit: cover;
}

.frame-48096196 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.frame-48096197 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-39 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-40 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 14px;
  left: 14px;
}

.button-back {
  display: none;
}

.success-container {
  margin-top: 186px;
  display: flex;
}

.heading-18 {
  color: #1b2532;
  font-family: Noka, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.heading-mobile {
  color: #1351ec;
  margin-top: 68px;
  font-family: Noka, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  display: none;
}

.body-14 {
  background-color: #eff1f5;
}

.container-25 {
  flex: 1;
  min-width: 517px;
  max-width: 517px;
  margin-left: -42px;
  margin-right: auto;
}

.image-59 {
  margin-left: 292px;
  margin-right: 33px;
}

.paragraph-10 {
  color: #1b2532;
}

.paragraph-11 {
  -webkit-text-stroke-color: #1b2532;
  width: 517px;
  font-size: 16px;
  line-height: 22px;
}

.heading-desktop {
  color: #1351ec;
  margin-top: 50px;
  font-size: 48px;
  line-height: 56px;
}

.container-27 {
  display: none;
}

.interested-container {
  min-width: 856px;
  max-width: 856px;
  margin-top: -60px;
  display: flex;
}

.pitch {
  min-width: 856px;
  max-width: 856px;
  margin-top: 22.04px;
  margin-left: auto;
  margin-right: auto;
}

.pitch-heading {
  color: #1b2532;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.div-block-3 {
  align-items: flex-end;
  display: flex;
}

.paragraph-12 {
  margin-bottom: 0;
}

.image-60 {
  margin: 10px;
}

.pitch-container {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 26px;
  display: flex;
}

.paragraph-pitch {
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-span {
  color: #1351ec;
}

@media screen and (min-width: 1280px) {
  .mobile-margin-top-10 {
    margin-left: 0;
  }

  .navbar-wrapper-3 {
    color: rgba(51, 51, 51, .85);
    width: 1320px;
    max-width: 1320px;
    margin-left: 0;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 1320px;
    height: 84px;
    padding: 16px;
  }

  .nav-link-19 {
    -webkit-text-stroke-color: #5b5b5b;
    margin-left: 0;
    font-size: 1rem;
  }

  .nav-link-19:hover {
    -webkit-text-stroke-color: #333;
  }

  .nav-link-19:active {
    color: #3374db;
  }

  .dropdown-link-4 {
    font-size: 1rem;
  }

  .flex-block-17 {
    margin-left: 10px;
  }

  .dropdown-link-2 {
    font-size: 1rem;
  }

  .dropdown-toggle {
    padding-left: 0;
  }

  .nav-menu-two {
    margin-left: 0;
  }

  .dropdown-link-3 {
    font-size: 1rem;
  }

  .mainnavbar {
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
  }

  .icon-3 {
    color: #2565ff;
    -webkit-text-stroke-color: #2565ff;
    font-size: 16px;
  }

  .text-block-9 {
    color: rgba(51, 51, 51, .85);
    font-size: 1rem;
  }

  .dropdown-link {
    font-size: 1rem;
  }

  .flex-block-17-copy {
    margin-left: 40px;
  }

  .profile {
    margin-left: 16px;
  }

  .mobile-margin-top-10-copy {
    margin-left: 0;
  }

  .nav-link-19-copy-copy {
    font-size: 1rem;
    display: block;
  }

  .link-footer {
    color: #fff;
    font-size: .9rem;
    text-decoration: none;
  }

  .linkfooter {
    color: #fff;
    text-decoration: none;
  }

  .containerfooter {
    max-width: 1320px;
  }

  .copy-right {
    font-size: .9rem;
    font-weight: 300;
  }

  .accordion-item.container-3-copy-copy, .container-4 {
    max-width: 1320px;
  }

  .dropdown-link-5, .dropdown-link-6, .dropdown-link-7 {
    font-size: 1rem;
  }

  .mainbanner {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    background-clip: border-box;
    width: 100%;
    min-height: auto;
  }

  .heading-3x-large, .heading.heading-2x-large, .heading.heading-2x-large {
    color: #fff;
  }

  .heading.heading-large {
    text-align: left;
  }

  .heading.heading-x-small {
    font-size: 1.25rem;
  }

  .heading.heading-medium.aligncenter.marginbottom40px {
    margin-bottom: 0;
  }

  .heading.heading-medium.margin24px {
    width: 90%;
  }

  .heading.heading-1x-large {
    width: 50%;
    margin-left: 25px;
  }

  .heading.heading-1x-large.marginbottom16px {
    width: 60%;
  }

  .paragraph {
    color: #fff;
    margin-bottom: 16px;
  }

  .body-2 {
    height: 40px;
  }

  .body-3 {
    height: 134vh;
  }

  .body-4 {
    height: 40px;
  }

  .body-5 {
    height: 134vh;
  }

  .body-6, .body-7 {
    height: 40px;
  }

  .body-8 {
    height: 134vh;
  }

  .body-9 {
    height: 0;
  }

  .body-10 {
    height: 134vh;
  }

  .body-11, .body-12 {
    min-height: 40px;
  }

  .hero {
    background-color: #000;
    background-size: cover;
    width: auto;
    max-width: 856px;
    margin-top: 24.61px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-5 {
    color: #fff;
    width: 45%;
    margin-bottom: 16px;
  }

  .flex-block-1 {
    width: auto;
    min-width: 1320px;
  }

  .dropdown-link-8, .dropdown-link-9, .dropdown-link-10, .dropdown-link-11 {
    font-size: 1rem;
  }

  .container-5 {
    max-width: 1320px;
  }

  .tab-link-tab-1.w--current {
    -webkit-text-stroke-width: 1px;
  }

  .nextsteps {
    flex-flow: column;
    min-width: 856px;
    max-width: 856px;
    display: flex;
    overflow: visible;
  }

  .nextsteps.margin24px {
    max-width: 1200px;
    margin-bottom: 80px;
  }

  .paragraph-6 {
    color: #333;
    margin-bottom: 16px;
  }

  .container-7 {
    max-width: 1320px;
  }

  .sectionsteps {
    max-width: 100%;
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .container-8 {
    min-width: auto;
    max-width: 1320px;
  }

  .container-8.margin24px {
    max-width: 1200px;
  }

  .flex-block-20 {
    width: 100%;
  }

  .image-56 {
    left: -16%;
  }

  .div-block-2 {
    min-width: 50%;
  }

  .flex-block-23 {
    min-width: 50%;
    max-width: 50%;
    margin-left: -95px;
  }

  .sectionstart {
    max-width: 1320px;
  }

  .sectionstart.margin24px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .benefit {
    max-width: 1320px;
  }

  .carrousel {
    flex-flow: row;
    align-items: flex-start;
    min-width: 0;
    max-width: 856px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
    overflow: auto;
  }

  .text-block-38 {
    color: rgba(51, 51, 51, .85);
    font-size: 1rem;
  }

  .dropdown-link-12, .dropdown-link-13, .dropdown-link-14 {
    font-size: 1rem;
  }

  .form {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .dropdown-link-15, .dropdown-link-16 {
    font-size: 1rem;
  }

  .nav-link-20 {
    -webkit-text-stroke-color: #5b5b5b;
    margin-left: 0;
    font-size: 1rem;
  }

  .nav-link-20:hover {
    -webkit-text-stroke-color: #333;
  }

  .nav-link-20:active {
    color: #3374db;
  }

  .mobile-margin-top-11 {
    margin-left: 0;
  }

  .dropdown-link-17 {
    font-size: 1rem;
  }

  .text-block-39 {
    color: rgba(51, 51, 51, .85);
    font-size: 1rem;
  }

  .dropdown-link-18 {
    font-size: 1rem;
  }

  .mobile-margin-top-10-copy-2 {
    margin-left: 0;
  }

  .dropdown-toggle-2 {
    padding-left: 0;
    padding-right: 24px;
  }

  .dropdown-toggle-2.padding0 {
    padding-right: 24px;
  }

  .icon-4 {
    color: #2565ff;
    -webkit-text-stroke-color: #2565ff;
    margin-right: 0;
    font-size: 16px;
  }

  .icon-4.margin {
    margin-right: 0;
  }

  .mobile-margin-top-12 {
    margin-left: 0;
  }

  .dropdown-link-19, .dropdown-link-20 {
    font-size: 1rem;
  }

  .text-block-40 {
    color: rgba(51, 51, 51, .85);
    font-size: 1rem;
  }

  .icon-5 {
    color: #2565ff;
    -webkit-text-stroke-color: #2565ff;
    font-size: 16px;
  }

  .dropdown-link-21 {
    font-size: 1rem;
  }

  .mobile-margin-top-10-copy-3 {
    margin-left: 0;
  }

  .dropdown-link-22 {
    font-size: 1rem;
  }

  .vectors-wrapper-16, .vectors-wrapper-18 {
    width: 32px;
    height: 32px;
  }

  .frame-48096186 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1200px;
  }

  .section {
    justify-content: center;
    align-items: center;
  }

  .faqss {
    margin-top: 60px;
  }

  .title-section.mobile {
    padding-bottom: 16px;
  }

  .ventajas {
    max-width: 1200px;
  }

  .dropdown-link-23 {
    font-size: 1rem;
  }

  .text-block-45 {
    color: rgba(51, 51, 51, .85);
    font-size: 1rem;
  }

  .nav-link-21 {
    -webkit-text-stroke-color: #5b5b5b;
    margin-left: 0;
    font-size: 1rem;
  }

  .nav-link-21:hover {
    -webkit-text-stroke-color: #333;
  }

  .nav-link-21:active {
    color: #3374db;
  }

  .dropdown-link-24 {
    font-size: 1rem;
  }

  .mobile-margin-top-10-copy-4 {
    margin-left: 0;
  }

  .icon-6 {
    color: #2565ff;
    -webkit-text-stroke-color: #2565ff;
    font-size: 16px;
  }

  .vectors-wrapper-39 {
    width: 32px;
    height: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .heading.heading-1x-large {
    margin-left: 25px;
  }

  .body-13 {
    min-width: 856px;
  }

  .hero {
    min-width: 856px;
    max-width: 856px;
    margin-top: 24.61px;
    margin-left: auto;
    margin-right: auto;
  }

  .buttonbase-default {
    text-align: center;
  }

  .nextsteps {
    flex-flow: column;
    min-width: 856px;
    max-width: 856px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .next-steps-card {
    flex-flow: column;
  }

  .paragraph-6 {
    font-size: 16px;
    font-weight: 400;
  }

  .container-7 {
    max-width: 856px;
  }

  .carrousel {
    min-width: 0;
    max-width: 856px;
  }

  .faqss {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-section.mobile {
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 16px;
  }

  .flex-block-26, .flex-block-27, .ventajas-block, .flex-block-26-copy {
    flex-flow: column;
  }

  .text-block-46 {
    font-size: 20px;
    line-height: 24px;
  }

  .container-25 {
    margin-left: -295px;
  }
}

@media screen and (max-width: 991px) {
  .image-34 {
    max-width: 70%;
  }

  .mobile-margin-top-10 {
    margin-top: 16px;
    margin-bottom: 24px;
    margin-left: 8px;
    display: flex;
  }

  .navbar-wrapper-3 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .navbar-logo-left-container.shadow-three {
    min-width: auto;
    max-width: none;
    height: 56px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
    line-height: 0;
  }

  .nav-link-19 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .mobile-margin-top-10-copy-copy {
    border-bottom: 1px solid #e7e9ee;
    margin-left: 8px;
  }

  .dropdown-toggle {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    padding: 20px;
    display: block;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .mainnavbar {
    min-width: 100px;
    max-width: 100vw;
    display: none;
  }

  .flex-block-17-copy {
    border-top: 1px solid #e7e9ee;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mobile-margin-top-10-copy {
    border: 1px solid #e7e9ee;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: none;
  }

  .nav-link-19-copy-copy {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .containerfooter {
    margin-left: 24px;
    margin-right: 24px;
  }

  .logonavbar {
    max-width: 70%;
  }

  .heading.heading-2x-large {
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .heading.heading-x-small.margin {
    margin-left: 0;
  }

  .heading.heading-medium.aligncenter {
    margin-bottom: 32px;
    padding-top: 0;
  }

  .heading.heading-1x-large {
    width: auto;
    margin-left: 0;
    position: absolute;
    top: auto;
    bottom: auto;
    left: 16px;
  }

  .heading.heading-1x-large.marginbottom16px {
    width: 80%;
  }

  .hero {
    background-image: linear-gradient(135deg, #000 28%, rgba(255, 255, 255, .1) 84%), url('../images/2306_MX_TABOOLA_MINICOOPER_04-4.png');
    background-position: 0 0, 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-width: 0;
    max-width: none;
    margin-top: 0;
  }

  .flex-block-1 {
    min-width: 100%;
  }

  .tabs-menu {
    display: flex;
  }

  .nextsteps {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    min-width: 0;
    max-width: none;
    max-height: none;
    margin-left: 16px;
    display: flex;
    overflow: visible;
  }

  .nextsteps.margin24px {
    margin-left: 24px;
    margin-right: 24px;
  }

  .paragraph-6.margin {
    margin-left: 0;
  }

  .sectionsteps {
    padding-top: 80px;
  }

  .container-8.margin24px {
    min-width: auto;
    max-width: none;
    margin-left: 24px;
    margin-right: 24px;
  }

  .flex-block-20 {
    display: block;
  }

  .image-56 {
    text-align: center;
    max-width: 80%;
    margin-bottom: 24px;
    margin-right: 24px;
    display: block;
    position: static;
    top: -87px;
    bottom: 0%;
    left: 0%;
  }

  .div-block-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .flex-block-23 {
    min-width: auto;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
  }

  .sectionstart.margin24px {
    max-width: 100%;
    margin: 64px 24px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .carrousel {
    grid-template-columns: 1fr 1fr;
    min-width: 0;
    max-width: 100%;
    display: flex;
    overflow: auto;
  }

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

  .container-10 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link-20 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-margin-top-11 {
    margin-top: 16px;
    margin-bottom: 24px;
    margin-left: 8px;
    display: flex;
  }

  .mobile-margin-top-10-copy-2 {
    border: 1px solid #e7e9ee;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: none;
  }

  .dropdown-toggle-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .mobile-margin-top-12 {
    margin-top: 16px;
    margin-bottom: 24px;
    margin-left: 8px;
    display: flex;
  }

  .mobile-margin-top-10-copy-3 {
    border: 1px solid #e7e9ee;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: none;
  }

  .container {
    flex-direction: column;
    align-items: center;
  }

  .title-section.mobile {
    padding-bottom: 16px;
  }

  .nav-menu-wrapper-3 {
    background-color: rgba(0, 0, 0, 0);
    line-height: 0;
  }

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

  .nav-link-21 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-margin-top-10-copy-4 {
    border: 1px solid #e7e9ee;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: none;
    overflow: visible;
  }

  .button-back {
    background-color: #fff;
    background-image: url('../images/Arrow-Left.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 8px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    position: absolute;
    top: 16px;
    left: 16px;
  }

  .heading-mobile {
    display: none;
  }

  .container-25 {
    min-width: 0;
    max-width: none;
    margin-left: auto;
  }

  .image-59 {
    margin-left: 16px;
  }

  .paragraph-11 {
    width: auto;
  }

  .heading-desktop {
    color: #1351ec;
    margin-top: 60px;
  }

  .container-27 {
    display: none;
  }

  .interested-container {
    min-width: 0;
    max-width: none;
    display: flex;
  }

  .pitch {
    min-width: 0;
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-60 {
    align-self: center;
  }

  .pitch-container {
    margin-left: 0;
  }

  .section-pitch-left {
    margin-right: 40px;
  }

  .paragraph-pitch {
    color: #3e4a5b;
  }
}

@media screen and (max-width: 767px) {
  .mobile-margin-top-10 {
    border-bottom: 1px solid #fbfbfb;
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 8px 0;
    display: none;
  }

  .nav-link-19 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10-copy-copy {
    margin-top: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .mobile-margin-top-10-copy {
    border-bottom: 1px solid #e7e9ee;
    margin-top: 10px;
  }

  .nav-link-19-copy-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .containerfooter {
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
  }

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

  .accordion-item-content {
    margin-right: 0;
  }

  .heading.heading-2x-large {
    color: #fff;
  }

  .heading.heading-medium.aligncenter.marginbottom40px, .heading.heading-medium.margin24px {
    text-align: center;
  }

  .heading.heading-1x-large {
    margin-left: 0;
  }

  .heading.heading-1x-large.marginbottom16px {
    width: 100%;
  }

  .paragraph {
    color: #3e4a5b;
  }

  .hero {
    background-image: linear-gradient(0deg, #000 11%, rgba(255, 255, 255, .1) 89%), url('../images/2306_MX_TABOOLA_MINICOOPER_mobile.png');
    background-position: 0 0, 61%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-left: 24px;
    padding-right: 16px;
  }

  .paragraph-5 {
    color: #fff;
    width: 100%;
  }

  .flex-block-1 {
    width: 100%;
  }

  .buttonbase-tonal, .buttonbase-default {
    padding-left: 56px;
    padding-right: 56px;
  }

  .paragraph-6 {
    color: #3e4a5b;
  }

  .image-56 {
    max-width: 90%;
    margin-bottom: 24px;
  }

  .div-block-2 {
    height: auto;
    position: relative;
    left: 6px;
  }

  .sectionstart.margin24px {
    margin-top: 64px;
    margin-bottom: 64px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .nav-link-20 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    border-bottom: 1px solid #fbfbfb;
    margin-top: 10px;
  }

  .mobile-margin-top-10-copy-2 {
    border-bottom: 1px solid #e7e9ee;
    margin-top: 10px;
  }

  .mobile-margin-top-12 {
    border-bottom: 1px solid #fbfbfb;
    margin-top: 10px;
  }

  .mobile-margin-top-10-copy-3 {
    border-bottom: 1px solid #e7e9ee;
    margin-top: 10px;
  }

  .title-section.mobile {
    padding-bottom: 16px;
  }

  .nav-link-21 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10-copy-4 {
    border-bottom: 1px solid #e7e9ee;
    margin-top: 10px;
  }

  .button-back {
    background-color: #fff;
    background-image: url('../images/Arrow-Left.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 8px;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    min-height: 44px;
    max-height: 44px;
    font-size: 0;
    line-height: 0;
    display: inline-flex;
    position: absolute;
    top: 16px;
    left: 16px;
  }

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

  .heading-mobile {
    display: none;
  }

  .container-25 {
    margin-top: -8px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-59 {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-desktop {
    color: #1351ec;
  }

  .container-26 {
    margin-left: 16px;
  }

  .container-27 {
    display: none;
  }

  .interested-container {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .navbar-wrapper-3 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .navbar-logo-left-container.shadow-three {
    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;
    display: none;
  }

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

  .menu-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button.w--open {
    justify-content: flex-end;
    align-items: center;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .containerfooter {
    margin-left: 16px;
    margin-right: 16px;
  }

  .accordion-item.container-3-copy-copy, .accordion-item.container-3-copy-copy-copy, .accordion-item.container-3-copy-copy-copy-copy, .accordion-item.container-3-copy-copy-copy-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7-copy {
    font-size: 24px;
  }

  .heading.heading-x-small {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-width: 248px;
    font-size: 20px;
    display: flex;
  }

  .heading.heading-medium.aligncenter {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .heading.heading-medium.aligncenter.marginbottom40px {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 20px;
  }

  .heading.heading-medium.aligncenter.marginbottom16px {
    margin-bottom: 16px;
  }

  .heading.heading-medium.aligncenter.marginbottom8px {
    margin-bottom: 8px;
  }

  .heading.heading-medium.margin24px {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .heading.heading-1x-large {
    margin-bottom: 16px;
    margin-left: 0;
    font-size: 32px;
    line-height: 32px;
    top: 88px;
    bottom: auto;
  }

  .heading.heading-1x-large.marginbottom16px {
    width: 100%;
    margin-bottom: 8px;
    line-height: 2.5rem;
  }

  .body-13 {
    line-height: 22px;
  }

  .hero {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(0deg, #000 10%, rgba(255, 255, 255, .1)), url('../images/2306_MX_TABOOLA_MINICOOPER_mobile.png');
    background-position: 0 0, 61%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-clip: border-box;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    align-items: flex-end;
    height: 160px;
    min-height: 160px;
    padding-bottom: 24px;
    padding-left: 16px;
  }

  .paragraph-5 {
    margin-bottom: 24px;
  }

  .flex-block-1 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 100%;
    display: flex;
  }

  .tabs-menu {
    justify-content: center;
    padding-top: 0;
    display: flex;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2 {
    flex-direction: column;
    align-items: center;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .buttonbase-tonal {
    width: 100%;
  }

  .paragraph-strong.colorwhite {
    font-size: 16px;
    line-height: 22.4px;
  }

  .buttonbase-default {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 16px;
    font-family: Roboto, sans-serif;
    display: block;
  }

  .flex-block-18 {
    width: 100%;
    display: block;
    position: -webkit-sticky;
    position: sticky;
  }

  .nextsteps {
    width: auto;
    min-width: 0;
    margin-top: 28px;
    margin-bottom: 16px;
    margin-left: 16px;
  }

  .nextsteps.margin24px {
    margin: 40px 16px;
  }

  .next-steps-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 251px;
    min-width: 251px;
    max-width: none;
    height: 124px;
    padding: 16px 16px 8px;
  }

  .paragraph-6 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-52, .image-53, .image-54, .image-55 {
    margin-right: 16px;
  }

  .sectionsteps {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .container-8.margin24px {
    align-items: stretch;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .image-56 {
    max-width: 100%;
    margin-bottom: 16px;
    top: -93px;
    bottom: 0%;
  }

  .image-56.marginbottom8px {
    margin-bottom: 24px;
  }

  .div-block {
    min-height: 88px;
  }

  .div-block-2 {
    text-align: left;
    flex-direction: column;
    height: auto;
    display: block;
    position: relative;
  }

  .flex-block-23 {
    padding-left: 0;
  }

  .sectionstart.margin24px {
    margin: 40px 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .carrousel {
    grid-template-columns: 1fr;
    width: auto;
    min-width: 0;
    max-width: 100%;
    margin-left: 0;
    display: inline-flex;
    overflow: auto;
  }

  .image-58 {
    margin-right: 16px;
  }

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

  .footer-2 {
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-block-42 {
    flex: 0 auto;
    line-height: 28px;
  }

  .hero-heading-left {
    padding: 32px 16px;
  }

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

  .frame-48096182 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-7 {
    text-align: left;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 32px;
  }

  .auto-layout-horizontal-5 {
    grid-column-gap: 0px;
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .vectors-wrapper-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 8px;
    flex-flow: row;
    width: 328px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .rectangle-5480 {
    min-width: 297px;
    max-width: 297%;
  }

  .services {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .frame-48096184 {
    min-width: 297px;
  }

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

  .flex-block-25 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .frame-48096186 {
    width: 100%;
    overflow: auto;
  }

  .reparaciones-3 {
    min-width: 288px;
    font-weight: 700;
  }

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

  .faqss {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-section {
    text-align: left;
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 36px;
    display: block;
  }

  .title-section.mobile {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6rem;
    line-height: 28px;
  }

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

  .heading-14 {
    text-align: left;
  }

  .flex-block-27 {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-top: 0;
  }

  .ventajas {
    margin-top: 24px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .ventajas-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 16px;
  }

  .flex-block-26-copy {
    flex-flow: row;
  }

  .stacked-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-48096192 {
    margin-left: 16px;
    margin-right: 16px;
    display: block;
  }

  .menuo-bienvenida {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .supporting-text {
    text-align: left;
  }

  .heading-16 {
    display: block;
  }

  .container-23 {
    padding-bottom: 16px;
  }

  .label-18 {
    font-weight: 400;
  }

  .heading-17 {
    font-weight: 600;
  }

  .flags-3 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: 214px;
  }

  .navbar {
    display: none;
  }

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

  .link-block-2 {
    width: 100%;
    display: block;
  }

  .link-block-3 {
    width: 100%;
  }

  .link-block-4 {
    width: 100%;
    font-family: Roboto, sans-serif;
    text-decoration: none;
  }

  .link-block-5 {
    width: 100%;
    text-decoration: none;
  }

  .button-back {
    background-color: #fff;
    background-image: url('../images/Arrow-Left.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 8px;
    min-width: 44px;
    max-width: 44px;
    min-height: 40px;
    max-height: 44px;
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
  }

  .code-embed {
    display: none;
  }

  .success-container {
    flex-flow: column;
    margin-top: 80px;
  }

  .heading-18 {
    color: #1b2532;
    margin-top: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-mobile {
    text-align: center;
    margin-top: 0;
    font-size: 40px;
    line-height: 46px;
    display: block;
  }

  .container-25 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-59 {
    width: 151.87px;
    height: 193px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-11 {
    color: #3e4a5b;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-desktop {
    color: #1351ec;
    font-size: 48px;
    line-height: 56px;
    display: none;
  }

  .container-26 {
    margin-left: auto;
  }

  .container-27 {
    justify-content: flex-end;
    margin-top: 40px;
    margin-right: 16px;
    display: flex;
  }

  .interested-container {
    min-width: 0;
    margin-top: 34px;
    display: block;
  }

  .pitch {
    min-width: 0;
    max-width: none;
    margin-top: 24px;
    margin-left: 16px;
    margin-right: 14px;
  }

  .pitch-heading {
    color: #1b2532;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: Noka, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .div-block-3 {
    flex-flow: row;
    align-items: center;
    margin-bottom: 8px;
    display: flex;
  }

  .pitch-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .section-pitch-left {
    flex-flow: column;
    display: flex;
  }

  .paragraph-pitch {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }

  .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20 {
    font-size: 16px;
  }

  .text-span {
    color: #1351ec;
  }
}


@font-face {
  font-family: 'Noka';
  src: url('../fonts/NOKA.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noka';
  src: url('../fonts/Noka-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noka';
  src: url('../fonts/Noka-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noka';
  src: url('../fonts/Noka-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noka';
  src: url('../fonts/Noka-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noka';
  src: url('../fonts/Noka-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}