span {
  font-weight: inherit;
}
span.icon {
  line-height: 0;
  vertical-align: bottom;
}
svg {
  vertical-align: bottom;
}
span.orange {
  font-weight: inherit;
  color: var(--secondary);
}
span.blue {
  font-weight: inherit;
  color: var(--primary);
}
strong {
  font-weight: bold;
}
.mgb-def {
  margin-block: 60px;
}
div.container.mxw-def {
  margin-inline: auto;
  max-width: 1146px;
  padding-inline: 20px;
}
.def-sec-header {
  margin-bottom: 24px;
}
.def-sec-header .title {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 8px 0;
  color: #000;
}
.def-sec-header .description {
  font-size: 14px;
  line-height: 1.7;
}
.hero-section {
  position: relative;
  background-color: #d2e4ff;
  overflow: hidden;
}
.hero-section > .container {
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 70px 0;
  z-index: 2;
}
.back-icon svg {
  height: 200px;
  width: 200px;
  position: absolute;
  transform: translateX(50%);
  right: 40%;
  bottom: -65px;
  fill: #000;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hero-buttons .cta {
  flex-basis: 45%;
  flex-shrink: 0;
  flex-grow: 1;
}
.hero-buttons .cta a {
  min-width: fit-content;
  gap: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 12px 14px;
  border-radius: 10px;
  color: #fff;
  background-color: var(--primary);
  transition: background-color 200ms;
}
.hero-buttons .cta a span {
  line-height: inherit;
}
.hero-buttons .cta a svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  margin-bottom: -2px;
}
.hero-buttons .cta a:hover {
  background-color: #0056d6;
}
.hero-buttons .cta.orange a {
  background-color: var(--secondary);
  color: #000;
}
.hero-buttons .cta.orange a:hover {
  background-color: #e35f33;
}
.hero-buttons .cta.orange a svg {
  fill: #000;
}
.hero-section h1.title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 22px;
  color: #000;
  line-height: 1.5;
}
.hero-section p.description {
  margin-bottom: 22px;
}
.hero-img {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 100%;
}
.hero-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.sec-ta .items {
  display: grid;
  grid-template-columns: repeat(6, auto);
  justify-content: space-between;
  gap: 20px;
  list-style-type: none;
}
.sec-ta .items .item .icon {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 100vmax;
  margin-inline: auto;
  margin-bottom: 6px;
  background-color: #ddd;
}
.sec-ta .items .item .icon svg {
  width: 40px;
  height: 40px;
}
.sec-ta .items .item h3 {
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  color: var(--blck);
  text-align: center;
}
.sec-ta .items .item:nth-child(1) .icon {
  background-color: #d7cdff;
}
.sec-ta .items .item:nth-child(2) .icon {
  background-color: #d0e0ff;
}
.sec-ta .items .item:nth-child(3) .icon {
  background-color: #fcf9e3;
}
.sec-ta .items .item:nth-child(4) .icon {
  background-color: #eefde3;
}
.sec-ta .items .item:nth-child(5) .icon {
  background-color: #ffeae3;
}
.sec-ta .items .item:nth-child(6) .icon {
  background-color: #dffdfa;
}
.benefits-section > .container .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #d1d5db;
  border-radius: 14px;
  user-select: none;
  transition: box-shadow 200ms;
  background-color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.benefits-section > .container .item:hover {
  box-shadow: 0 0px 10px 1px rgba(0, 0, 0, 0.1);
}
.benefits-section > .container .item .title {
  color: var(--secondary);
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.benefits-section > .container .item .description {
  font-size: 14px;
  margin-top: -10px;
  line-height: 2;
  text-align: center;
}
.benefits-section > .container .item .icon svg {
  width: 80px;
  height: 80px;
  fill: var(--secondary);
}
.benefits-section > .container .item .shape {
  position: absolute;
  width: 210px;
  height: 160px;
  border-radius: 47% 53% 39% 61% / 65% 51% 49% 35%;
  top: -32px;
  right: -45px;
  background-color: #fff5f1;
  z-index: -1;
  overflow: hidden;
}
.benefits-section > .container .item .shape svg {
  fill: #ffebe3;
  position: absolute;
  top: 20px;
  right: 40px;
  width: 120px;
  height: 120px;
}
.benefits-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style-type: none;
}
.benefits-section ul li {
  display: flex;
}

.benefits-section ul li:nth-child(1) .item .shape {
  background-color: #e3eeff;
}
.benefits-section ul li:nth-child(1) .item .title {
  color: var(--primary);
}
.benefits-section ul li:nth-child(3) .item .shape {
  background-color: #e9e1ff;
}
.benefits-section ul li:nth-child(3) .item .title {
  color: #4200ff;
}
.benefits-section .control-dots {
  display: none;
}
.control-dots,
.control-dots-nojs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.control-dots .dot,
.control-dots-nojs .dot {
  width: 8px;
  height: 8px;
  border-radius: 100vmax;
  background-color: #d9d9d9;
  cursor: pointer;
  transition: 200ms;
}
.control-dots .dot.current,
.control-dots-nojs .dot.current {
  width: 24px;
  background-color: var(--primary);
}
.control-dots-nojs .dot {
  cursor: auto;
}
.introduction-section {
  position: relative;
  background-color: #fdf9f5;
  padding: 48px 0;
  overflow: hidden;
  z-index: 1;
}
.introduction-section .content {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 48px;
}
.introduction-section .content .introduction-text p {
  font-size: 16px;
  line-height: 1.75;
}
.introduction-section header {
  margin-bottom: 0;
}
.introduction-section header .title {
  margin-bottom: 24px;
}
.introduction-section .content .video {
  width: 50%;
  flex-shrink: 0;
}
.introduction-section .content .video video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.introduction-section .back-icon {
  position: absolute;
  width: 110px;
  height: 174px;
  top: -25px;
  left: -25px;
  z-index: -1;
}
.introduction-section .back-icon.bottom {
  top: initial;
  left: initial;
  bottom: -34px;
  right: -34px;
  transform: rotate(200deg);
}
.cta-def {
  display: flex;
  justify-content: center;
  gap: 4px;
  border-radius: 10px;
  color: #fff;
  background-color: var(--primary);
  line-height: 24px;
  padding: 10px 0;
  margin-top: 1rem;
  transition: background-color 200ms;
}
.cta-def:hover {
  background-color: #0056d6;
  color: #fff;
}
.cta-def svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.costum-scroller-indicator-js {
  width: 70px;
  height: 7px;
  background-color: #d1d5db;
  border-radius: 10px;
  margin: 14px auto;
  position: relative;
  overflow: hidden;
  user-select: none;
}
.costum-scroller-indicator-js .scroll-thumb {
  width: 25%;
  height: 100%;
  background-color: var(--primary);
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: grab;
}
.costum-scroller-indicator-js .scroll-thumb.dragging {
  cursor: grabbing;
}
.discount-section .banner-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
  vertical-align: bottom;
  cursor: pointer;
}
.discount-section .banner-image:active {
  transform: scale(0.98);
}
.faq-section .faq-items {
  list-style-type: none;
}
.faq-section ul,
ol {
  margin: 0px 0px 0px 0px !important;
}
.faq-section .faq-items .faq-item {
  padding: 14px 15px;
  margin-bottom: 1rem;
  border-radius: 10px;
  background-color: #e1eaff;
}
.faq-section .faq-item .faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.faq-section .faq-item .faq-question strong {
  font-weight: bold;
}
.faq-section .faq-item .faq-question[aria-expanded="true"] .angle-down {
  transform: rotate(180deg);
}
.faq-section .faq-item .angle-down {
  flex-shrink: 0;
  height: 22px;
  width: 22px;
  transition: transform 200ms ease;
}
.faq-section .faq-item .faq-answer {
  font-size: 14px;
  margin-top: 14px;
  display: none;
}
.faq-section .faq-item .faq-answer :where(span, p) {
  font-size: inherit;
}
.faq-section .faq-item.active .faq-question {
  color: var(--primary);
}
.faq-section .faq-item.active .faq-answer {
  display: block;
}
.faq-section .cta-def {
  width: fit-content;
  margin: 0 auto;
  padding: 12px 24px;
}
.mag-section .section-items {
  list-style-type: none;
}
.mag-section ul {
  margin: 0px 0px 0px 0px !important;
}
.mag-section .section-items .item {
  position: relative;
  border-radius: 10px;
  border: 1px solid #bac6d3;
  overflow: hidden;
}
.mag-section .section-items .title {
  font-size: 1rem;
  color: #000;
  padding: 0 8px;
  margin-bottom: 4px;
}
.mag-section .section-items .meta {
  line-height: 1.5;
  font-size: 12px;
  color: #6e7a86;
  margin: 0 8px;
}
.mag-section .section-items .meta * {
  line-height: inherit;
}
.mag-section .section-items .description {
  font-size: 14px;
  line-height: 1.7;
  margin: 15px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mag-section .section-items .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 1rem;
  line-height: 1.75;
  padding: 9px 0 7px;
  color: #fff;
  background-color: var(--primary);
  border-radius: 4px;
  margin: 15px 8px 8px;
}
.mag-section .section-items .cta svg {
  fill: #fff;
}
.mag-section .section-items {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.mag-section .section-items a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
}
.mag-section .section-items svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}
.mag-section .section-items .pic {
  margin-bottom: 16px;
}
.mag-section .section-items .pic img {
  display: block;
  width: 100%;
  border-radius: 0 0 8px 8px;
  object-fit: cover;
}
.mag-section .see-all-cta {
  width: fit-content;
  margin: 20px auto 0 0;
}
.mag-section .see-all-cta a {
  display: block;
  font-size: 14px;
  color: var(--primary);
  padding: 9px 18px;
  border: 2px solid var(--primary);
  border-radius: 10px;
}
.mag-section .see-all-cta svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  fill: var(--primary);
}
.section-menu-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.custom-scroller-menu {
  display: flex;
  overflow-x: auto;
  /* scroll-snap-type: x mandatory; */
}
.custom-scroller-menu > .container {
  display: flex;
  flex: 0 0 auto;
  scroll-snap-type: x mandatory;
  border-radius: 8px;
  border: 1px solid #d1d5db;
}
.custom-scroller-menu .item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  user-select: none;
}
.custom-scroller-menu .item .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  padding: 4px 24px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 2;
  color: var(--blck);
}
.custom-scroller-menu .item.current .cta {
  color: #fff;
  background-color: var(--primary);
  border-radius: 8px;
}
.custom-scroller-menu .item .cta .icon {
  margin-right: 6px;
}
.custom-scroller-menu .item .cta .icon svg {
  fill: var(--blck);
  width: 18px;
  height: 18px;
}
.section-menu-cta > .cta a {
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--primary);
}
.section-menu-cta > .cta svg {
  width: 24px;
  height: 24px;
  fill: var(--primary);
}
.centers-banner-section img {
  width: 100%;
  height: auto;
}
.map-section {
  position: relative;
  padding: 42px 0;
  background-color: #edf4ff;
  overflow: hidden;
  z-index: 1;
}
.map-section .mobile-title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
.map-section .back-icon {
  position: absolute;
  width: 110px;
  height: 174px;
  top: -50px;
  right: -25px;
  z-index: -1;
  transform: rotate(200deg);
}
.map-section .back-icon.bottom {
  right: initial;
  top: initial;
  bottom: -50px;
  left: -34px;
  transform: rotate(0);
}
.map-section .def-sec-header .title {
  margin-bottom: 24px;
}
.map-section .cta-def {
  margin-top: 24px;
}
.layout-2 {
  display: flex;
  align-items: center;
  gap: 48px;
}
.layout-2 .content {
  flex-grow: 1;
}
.layout-2 .picture {
  flex-shrink: 0;
  width: 43%;
}
.layout-2 .picture img {
  width: 100%;
  height: auto;
}
.layout-2 .def-sec-header p {
  font-size: 16px;
  line-height: 1.75;
  color: #000;
}
.reserve-section {
  padding: 24px 0;
  background-image: linear-gradient(#c5fffc, #8ed7df);
  border-radius: 0 100px 0 100px;
  overflow: hidden;
}
.reserve-section .picture {
  width: 52%;
}
.reserve-section .def-sec-header .title {
  font-size: 28px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 24px;
}
.reserve-section .cta-def {
  margin-top: 24px;
}
.reserve-section .title-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  transform: translate(107%, -20%);
  top: 0;
  right: 0;
}
.reserve-section .mobile-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
.map-section .content,
.reserve-section .content {
  margin-bottom: 0;
}
.mcta-disabled {
  cursor: default;
  background-color: #d1d5db !important;
  color: #a0acb9 !important;
}
.mcta-disabled svg {
  fill: #a0acb9 !important;
}
.button-t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  color: var(--primary);
  font-size: 14px;
  padding: 8px 36px;
  border-radius: 10px;
  border: 1px solid var(--primary);
  transition: background-color 200ms, color 200ms;
}
.button-t1:hover {
  background-color: var(--primary);
  color: #fff;
}
.button-t1 svg {
  stroke: var(--primary);
  margin-left: 4px;
  transition: stroke 200ms;
}
.button-t1 svg.spec {
  stroke: none;
  fill: var(--primary);
  transition: fill 200ms;
}
.button-t1:hover svg {
  stroke: #fff;
}
.button-t1:hover svg.spec {
  stroke: none;
  fill: #fff;
}
.modal {
  top: 50%;
  left: 50%;
  width: 90%;
  right: initial;
  transform: translate(-50%, -50%);
  border: none;
  max-width: 400px;
  border-radius: 8px;
}
.modal .header {
  padding: 28px 16px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  background-color: #edf4ff;
}
.modal .header h3 {
  font-size: 16px;
  color: var(--primary);
}
.modal .header .close-btn svg {
  stroke: var(--blck);
  width: 24px;
  height: 24px;
}
.modal .content {
  padding: 16px 16px 24px 16px;
  height: 250px;
  overflow: auto;
}
.modal .content p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--blck);
}
.modal .ctas {
  padding: 0 16px 20px;
}
.modal-type-1 .ctas button {
  width: 100%;
}
#guide-1 .gif {
  margin-bottom: 24px;
}
#guide-1 .gif img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .sec-ta .items {
    grid-template-columns: repeat(3, auto);
    justify-content: stretch;
  }
  .benefits-section ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 767px) {
  .benefits-section ul {
    margin: 0;
  }
  .mag-section .see-all-cta {
    display: none;
  }
  .map-section .mobile-title,
  .reserve-section .mobile-title-con,
  .introduction-section .mobile-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-ta .items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin: 0 -20px 0 -20px;
    padding: 0 20px;
  }
  .sec-ta .items .item {
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
  .sec-ta .items .item .icon {
    width: 70px;
    height: 70px;
  }
  .sec-ta .items .item .icon svg {
    width: 24px;
    height: 24px;
  }
  .sec-ta .items .item h3 {
    font-size: 13px;
  }
  .hero-section .back-icon svg {
    display: none;
  }
  .hero-section > .container {
    flex-direction: column-reverse;
    padding: 32px 20px;
  }
  .hero-section h1.title {
    font-size: 22px;
  }
  .def-sec-header .title {
    font-size: 19px;
  }
  .def-sec-header .description {
    font-size: 13px;
  }
  .benefits-section ul {
    display: flex;
    margin: 0 -20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  .benefits-section ul li {
    min-width: 100vw;
    scroll-snap-align: center;
    padding: 0 20px;
  }
  .benefits-section .control-dots {
    display: flex;
  }
  .introduction-section .content {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .introduction-section .content .video {
    width: 100%;
  }
  .introduction-section .content p {
    font-size: 14px;
    text-align: justify;
  }
  .introduction-section header .title {
    display: none;
  }
  .introduction-section .mobile-title {
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
  }
  .introduction-section .back-icon {
    width: 90px;
    height: 145px;
    left: -40px;
  }
  .introduction-section .back-icon.bottom {
    right: -50px;
  }
  .discount-section .banner-image {
    border-radius: 0;
  }
  .discount-section > div.container.mxw-def {
    padding-inline: 0;
  }
  .faq-section .faq-item .faq-question {
    font-size: 14px;
  }
  .mag-section .section-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-menu-cta > .cta {
    display: none;
  }
  .layout-2 {
    flex-direction: column;
    gap: 24px;
  }
  .layout-2 .picture {
    width: 100%;
  }
  .map-section {
    padding: 24px 0;
  }
  .map-section > .container {
    flex-direction: column-reverse;
  }
  .map-section .def-sec-header .title {
    display: none;
  }
  .reserve-section {
    border-radius: 0;
  }
  .reserve-section > .container {
    flex-direction: column-reverse;
  }
  .reserve-section .def-sec-header .title-con {
    display: none;
  }
  .reserve-section .title-icon {
    width: 20px;
    height: 20px;
    transform: translate(95%, -20%);
  }
  .hero-buttons {
    flex-direction: column;
  }
  .modal {
    width: 100%;
    max-width: 100%;
    top: initial;
    bottom: 0;
    left: 0;
    transform: translate(0);
    border-radius: 8px 8px 0 0;
  }
  .modal.modal-type-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    bottom: initial;
    border-radius: 8px;
    animation: none;
  }
}
