/*
 *  2026-01 lp-travel-esim
 */
html {
    font-size: 62.5%;
    overflow-x: hidden;
    overflow-y: scroll;
}

a {
    color: #E269A4;
    text-decoration: underline;
}

a:hover {
    color: #E269A4;
    text-decoration: none;
}

.le-currency-select{
  display:flex;
  justify-content:center;
  margin: 0 0;
}

.le-cur-select{
  height: 36px;
  padding: 0 36px 0 20px;
  border: 1px solid #D7D7D7;
  border-radius: 999px;
  background: #fff;
  color: #737373;
  font-weight: 700;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

.le-currency-select{
  position: relative;
}

.le-currency-select::after{
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #737373;
    border-bottom: 2px solid #737373;
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
}

.le-cur-select:focus-visible {
    outline: none;
}

a.le-buy-button {
    width: 300px;
    display: flex;
    background: #0E996E;
    height: 48px;
    border-radius: 48px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.3s;
}

a.le-buy-button:has(+ .le-contact-button) {
    margin-bottom: 16px;
}

a.le-buy-button:hover {
    background: #087959;
    color: rgba(255, 255, 255, 0.6) !important;
}

a.le-contact-button {
    width: 300px;
    display: flex;
    background: #FFFFFF;
    height: 48px;
    border-radius: 48px;
    text-decoration: none;
    color: #E269A4;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: 0.3s;
    border: 1px solid #E269A4;
}

a.le-contact-button:hover {
    border: solid 1px rgba(226, 105, 163, 0.6);
    background: transparent;
    color: rgba(226, 105, 163, 0.6);
}

.pag-lp-travel-esim .l-container.adjust-blankspace .in-container {
    padding-top: 56px;
    padding-bottom: 56px;
}

.pag-lp-travel-esim h2.heading-ut {
    margin-bottom: 32px;
    color: #222222;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}

.pag-lp-travel-esim .l-header.type-short .l-utility .button-ut {
    background: #04996E;
    height: 40px;
    padding: 0 30px;
}

.pag-lp-travel-esim p.paragraph-ut {
    font-size: 1.6rem;
    margin-bottom: 40px;
}


/* ---------- LE (page-specific) mode tabs ---------- */
.le-datepicker .le-dp-mode {
    display: flex;
    max-width: 250px;
    margin: 0 auto 24px;
    height: 50px;
    border: 2px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 50px;
    align-items: center;
    padding: 0 5px;
}

.le-datepicker .le-dp-mode-btn {
    width: 50%;
    height: 36px;
    border-radius: 36px;
    background: #fff;
    color: #595857;
    font-weight: 600;
    cursor: pointer;
    border: none;
}

.le-datepicker .le-dp-mode-btn.active {
    background: #595857;
    color: #FFF;
    font-weight: bold;
}
/* ---------- Slider UI ---------- */
.new-data-plans .le-duration{
  max-width: 100%;
  margin: 0 auto;
  display:none; /* mode ilə açılacaq */
}
.new-data-plans .le-duration .le-duration-top{
  margin-bottom:8px;

}
.new-data-plans .le-duration .le-duration-label{
  font-weight:bold;
}
.new-data-plans .le-duration .le-duration-val {
    font-weight: bold;
    color: #222;
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 16px;
    line-height: 1;
    flex-wrap: wrap;
}

.le-main-visual .new-data-plans .le-duration .le-duration-val {
    margin-bottom: 10px;
}

.le-datepicker {
    background: #FCECF3;
}

.le-datepicker .le-white-bg {
    background: #FFF;
    padding: 32px;
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08);
}

.le-datepicker .le-white-bg h3.heading-ut {
    font-size: 2rem;
    margin-bottom: 24px;
}

.le-datepicker > .in-container > .paragraph-ut {
    margin-bottom: 0;
    margin-top: 40px;
}

.le-datepicker > .in-container > .paragraph-ut.lr-txt {
    margin-bottom: 40px;
    margin-top: 0;
}

.le-datepicker .lr-txt{
    font-size: 1.4rem;
    color: #737373;
    display: block;
    text-align: center;
}

.le-datepicker .lr-txt .pink {
    color: #E269A4;
    font-weight: bold;
}

.le-datepicker ul.list-ut-notes {
    margin-bottom: 0;
}

.le-datepicker .panel-ut {
    margin-bottom: 0 !important;
}

.new-data-plans .le-duration .le-duration-val .le-days-num{
    color: #E269A4;
    font-size: 4rem;
    display: block;
    width: 100%;
}

.le-main-visual .new-data-plans .le-duration .le-duration-val .le-days-num {
    width: auto;
}

.new-data-plans .le-duration input[type="range"]{
  width:100%;
  accent-color:#E269A4;
}

.new-data-plans.le-mode-dates .plan-days,
.new-data-plans.le-mode-duration .plan-days {
    margin-top: 24px;
    margin-bottom: 16px;
}

.new-data-plans.le-mode-dates .plan-days .pd-text,
.new-data-plans.le-mode-duration .plan-days .pd-text {
    display: none;
}

/* ---------- Mode visibility rules ---------- */
/* le-main-visual: calendar hissəsini gizlət, slider göstər */
.le-main-visual .new-data-plans .usage-dates,
.le-main-visual .new-data-plans .label,
.le-main-visual .new-data-plans .date-range-picker{
  display:none !important;
}
.le-main-visual .new-data-plans .le-duration{
  display:block !important;
}

/* le-datepicker: JS mode-a görə class qoyacaq */
.new-data-plans.le-mode-duration .usage-dates,
.new-data-plans.le-mode-duration .label,
.new-data-plans.le-mode-duration .date-range-picker{
  display:none !important;
}
.new-data-plans.le-mode-duration .le-duration{
  display:block;
}

.new-data-plans.le-mode-dates .le-duration{
  display:none;
}
.new-data-plans.le-mode-dates .usage-dates,
.new-data-plans.le-mode-dates .label{
  display:block;
}

/* ---------- 4 chip göstərilməsi ---------- */
/* Əvvəl yalnız .deactive/.normal/.active görünürdü. İndi əlavə class-ları da göstəririk */
.new-data-plans .plan-days .deactive,
.new-data-plans .plan-days .deactive2,
.new-data-plans .plan-days .normal,
.new-data-plans .plan-days .normal2,
.new-data-plans .plan-days .normal3,
.new-data-plans .plan-days .active{
  display:flex;
}

/* normal2/normal3 görünüşcə normal kimi olsun */
.new-data-plans .plan-days .normal2,
.new-data-plans .plan-days .normal3{
  color:#737373;
}

/* deactive2 görünüşcə deactive kimi olsun */
.new-data-plans .plan-days .deactive2{
  color:#D7D7D7;
}

/* ===== main visual: card compact layout ===== */
.le-main-visual .new-data-plans .plan-cards > li .top-plan {
    height: auto;
    padding: 0 0 0 0;
    background: none;
}

.le-main-visual .new-data-plans .plan-cards > li .top-plan .recommend,
.le-main-visual .new-data-plans .plan-cards > li .top-plan .value{
  position: static;
  transform: none;
  left: auto;
  top: auto;
  width: auto;
  height: 18px;
  padding: 0 12px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 auto 12px 0;
  color: #fff;
}

.le-main-visual .new-data-plans .plan-cards > li .top-plan .value {
    background: #D7D7D7;
}

.le-main-visual .new-data-plans .plan-cards > li .top-plan .type-plan{
  width: 100%;
  justify-content: center;
}

.le-main-visual .new-data-plans .plan-cards > li .top-plan .type-plan img{
  display:none !important;
}

.le-main-visual .new-data-plans .plan-cards > li .body-plan{
  padding: 12px 0 0 0;
}

.le-main-visual .new-data-plans .plan-cards > li .body-plan .price-plan {
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 24px;
}

.le-main-visual .new-data-plans .plan-cards > li .body-plan .with-tax {
    display: block;
    color: #595857;
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 1;
}

.le-main-visual .new-data-plans .plan-cards > li .body-plan .days-plan{
    display:block;
    font-weight: normal;
    font-size: 1.4rem;
    color:#737373;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #595857;
}

@media only screen and (max-width: 640px) {
  .new-data-plans .plan-days .deactive,
  .new-data-plans .plan-days .deactive2,
  .new-data-plans .plan-days .normal,
  .new-data-plans .plan-days .normal2,
  .new-data-plans .plan-days .normal3,
  .new-data-plans .plan-days .active{
    width: calc(25% - 10px);
  }
}


/* ====== LEMV fade slideshow ====== */
.le-main-visual .lemv-slideshow{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
}

.le-main-visual .lemv-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 900ms ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: opacity;
}

.le-main-visual .lemv-slide.is-active{
  opacity: 1;
}

.le-main-visual .lemv-dots{
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
  display: none;
}

.le-main-visual .lemv-dot{
  width: 20px;
  height: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(255,255,255,.25);
  cursor: pointer;
}

.le-main-visual .lemv-dot.is-active{
  background: rgba(255,255,255,.95);
}



/* ====== HP ====== */
.le-main-visual {
  position: relative;
}

.le-main-visual .lemv-container {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.le-main-visual .lemv-container {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.le-main-visual .lemv-container .lemv-right {
    max-width: 460px;
    width: 100%;
    padding: 24px;
    background: #FFF;
    border-radius: 24px;
    box-shadow: 8px 8px 16px #00000014;
}

.le-main-visual .lemv-container .lemv-left {
    max-width: 500px;
    width: 100%;
    color: #FFF;
}

.le-main-visual .lemv-container .lemv-left .ll-top {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
}

/*.le-main-visual.first-sldr .lemv-container .lemv-left .ll-top {
    color: #222;
    text-shadow: none;
}*/

.le-main-visual .lemv-container .lemv-left .ll-middle {
    font-size: 4.2rem;
    font-weight: 800;
    line-height: 1;
    display: block;
    margin-bottom: 30px;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
}

/*.le-main-visual.first-sldr .lemv-container .lemv-left .ll-middle {
    color: #E269A4;
    text-shadow: none;
}*/

.le-main-visual .lemv-container .lemv-left .ll-bottom {
    font-size: 1.6rem;
    line-height: 1.6;
    display: block;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
}

/*.le-main-visual.first-sldr .lemv-container .lemv-left .ll-bottom {
    color: #222;
    text-shadow: none;
}*/

.le-main-visual .lemv-container .lemv-left .tp-wrapper {
    background: #FFF;
    padding: 5px 0;
    margin-top: 40px;
}

.le-main-visual .lemv-container .lemv-right .new-data-plans .plan-days .pd-text {
    display: none;
}

.le-main-visual .lemv-container .lemv-right .lr-heading {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}

.le-main-visual .lemv-container .lemv-right .lr-heading img {
    margin-left: 10px;
    filter: drop-shadow(2px 2px 12px rgba(0, 0, 0, 0.1));
}

.le-main-visual .lemv-container .lemv-right .lr-txt {
    font-size: 1.2rem;
    text-align: center;
    display: block;
    color: #737373;
    margin-bottom: 10px;
    line-height: 1;
}

.le-main-visual .lemv-container .lemv-right .lr-txt.le-plan-days-note {
    display: none;
}

.le-main-visual .lemv-container .lemv-right .new-data-plans .plan-days {
    margin-top: 0;
}

.le-main-visual .lemv-container .lemv-right .new-data-plans .plan-cards {
    margin: 20px auto 20px;
    gap: 10px;
}

.le-main-visual .lemv-container .lemv-right .new-data-plans .plan-cards > li {
    width: calc(50% - 5px);
    padding: 12px 16px;
    border: 1px solid #D7D7D7;
}

.le-main-visual .lemv-container .lemv-right .new-data-plans .plan-cards > li.active {
    display: block;
}

.le-main-visual .new-data-plans .plan-cards > li .top-plan .type-plan {
    width: 100%;
    justify-content: left;
    color: #737373;
    font-weight: bold;
    font-size: 1.2rem;
}

.le-main-visual .new-data-plans .plan-cards > li.w5g .top-plan .type-plan {
    color: #E269A4;
}

.le-main-visual .lemv-shared-buynow{
  width: 100%;
  max-width: 200px;
  margin: 16px auto 0;
  display: flex;
  background: #04996E;
  height: 48px;
  color: #FFF;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 48px;
  transition: 0.3s;
}

.le-main-visual .lemv-shared-buynow:hover{
  background: #087959;
  color: rgba(255,255,255,0.6);
}

.new-data-plans .le-range{
  --min: 1;
  --max: 90;
  --val: 10;
  --track-h: 8px;
  --thumb: 34px;
  --pink: #E269A4;
  --track: #D7D7D7;
  --thumb-svg: url("/assets/img-lp/travel-esim/icon/sakura-petal.svg");

  width: 100%;
  position: relative;
}

.new-data-plans .le-range input[type="range"]{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: var(--thumb);
  background: transparent;
  cursor: pointer;
}

/* track (webkit) */
.new-data-plans .le-range input[type="range"]::-webkit-slider-runnable-track{
  height: var(--track-h);
  border-radius: 999px;
  border: 1px solid var(--border);
  background:
    linear-gradient(
      to right,
      var(--pink) 0%,
      var(--pink) calc((var(--val) - var(--min)) * 100% / (var(--max) - var(--min))),
      var(--track) calc((var(--val) - var(--min)) * 100% / (var(--max) - var(--min))),
      var(--track) 100%
    );
}

/* thumb (webkit) */
.new-data-plans .le-range input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: var(--thumb);
  height: var(--thumb);
  margin-top: calc((var(--track-h) - var(--thumb)) / 2);
  border: none;
  border-radius: 999px;
  background: var(--thumb-svg) no-repeat center / contain;
  filter: drop-shadow(0px 6px 10px #0000001A);
}

/* track (firefox) */
.new-data-plans .le-range input[type="range"]::-moz-range-track{
  height: var(--track-h);
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--track);
}

/* progress fill (firefox) */
.new-data-plans .le-range input[type="range"]::-moz-range-progress{
  height: var(--track-h);
  border-radius: 999px;
  background: var(--pink);
}

/* thumb (firefox) */
.new-data-plans .le-range input[type="range"]::-moz-range-thumb{
  width: var(--thumb);
  height: var(--thumb);
  border: none;
  border-radius: 999px;
  background: var(--thumb-svg) no-repeat center / contain;
}

/* focus */
.new-data-plans .le-range input[type="range"]:focus{
  outline: none;
}

.le-coverage .lec-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.le-coverage .lec-content .lecc-left {
    max-width: 456px;
    width: 100%;
}

.le-coverage .lec-content .lecc-left > img{
    width: 100%;
}

.le-coverage .lec-content .lecc-right {
    width: calc(100% - 480px);
}

.le-coverage .lec-content .lecc-right span {
    background: #FCEBF3;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    color: #E269A4;
    border-radius: 30px;
    margin-bottom: 8px;
    font-size: 1.4rem;
    width: fit-content;
}

.le-coverage .lec-content .lecc-right span img {
    margin-right: 8px;
}

.le-steps .les-three {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.le-steps .les-three > li {
    width: calc(33.333% - 16px);
}

.le-steps .les-three > li h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.le-steps .les-three > li p {
    font-size: 1.4rem;
    margin-bottom: 0;
}

.le-steps .les-three > li .lest-img {
    width: 72px;
    height: 72px;
    border-radius: 72px;
    background: #595857;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.accordion-ut.le-accordion {
    margin-bottom: 40px;
}

.le-accordion.accordion-ut .wrap-unit {
    margin-bottom: 24px;
}

.le-accordion.accordion-ut .wrap-unit:last-child {
    margin-bottom: 0;
}

.le-accordion.accordion-ut .wrap-unit > .c-nav > a {
    height: 68px;
    padding: 0 24px;
    border: none;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #F5F5F5;
}

.le-accordion.accordion-ut .wrap-unit .icon {
    width: 45px;
}

.accordion-ut.le-accordion .wrap-unit > .c-nav > a:after {
    content: "";
    background: url(/assets/img-lp/travel-esim/icon/arrow-bottom.svg) no-repeat center;
    background-size: cover;
    width: 17px;
    height: 10px;
    position: relative;
    top: 0;
    right: 0;
    margin: auto 0 auto auto;
    transition: 0.2s;
}

.accordion-ut.le-accordion .wrap-unit.st-active > .c-nav > a:after {
    transform: scaleY(-1);
}

.accordion-ut.le-accordion .unit-ut .sim-compatibility {
    margin-top: 0;
}

.pag-lp-travel-esim .accordion-ut.le-accordion .unit-ut .l-container .in-container {
    padding-top: 0;
    padding-bottom: 0;
    background: #F5F5F5;
}

.accordion-ut.le-accordion .wrap-unit > .unit-ut {
    padding: 20px 0 0 0;
    border-bottom: 0;
}

.le-simcomp .sim-compatibility .in-container{
    background: #F5F5F5;
}

.le-simcomp .sim-compatibility .sim-comp-area h2 {
    font-size: 2.8rem;
    margin-bottom: 24px;
}

.le-simcomp .sim-compatibility .sim-comp-area h2::before {
    background: url(/assets/img-lp/travel-esim/icon/sim.svg) no-repeat center;
    background-size: cover;
}

.le-simcomp .sim-compatibility .sim-comp-area>span {
    margin-bottom: 20px;
}

.le-simcomp .sim-compatibility .sim-comp-area .sub-heading {
    font-size: 1.4rem;
    color: #737373;
    font-weight: normal;
    margin-bottom: 16px;
}

.le-accordion.accordion-ut .how-to-activate {
    background: #F5F5F5;
    padding: 32px 0;
    border-radius: 20px;
}



.le-accordion.accordion-ut .in-container > .block-tab-a > .p-nav {
    display: none;
}

.le-accordion.accordion-ut .in-container > .block-tab-a > .unit-ut > .panel-ut.type-trisect.card-pdng-0 {
    display: none;
}

.le-accordion.accordion-ut .block-tab-a > .p-nav {
    background: none;
}

.le-accordion.accordion-ut .block-tab-a > .p-nav > li a {
    background: none;
}

.le-accordion.accordion-ut .block-tab-a > .p-nav > li a.st-active{
    background: none;
}

.le-accordion.accordion-ut .in-container > .block-tab-a > .unit-ut h3.heading-ut {
    margin-bottom: 24px;
    padding-top: 0;
    margin-top: 0 !important;
}

.pag-lp-travel-esim .accordion-ut.le-accordion .unit-ut .l-container.how-to-activate .in-container {
    padding-left: 20px;
    padding-right: 20px;
}

.le-accordion.accordion-ut .scroll-horizontal-tablet {
    margin-bottom: 40px;
}

.le-adventages ul.lea-content {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.le-adventages ul.lea-content li{
    width: calc(33.333% - 10px);
    border: 1px solid #D7D7D7;
    border-radius: 20px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08);
    padding: 32px 16px;
}

.le-adventages ul.lea-content li .img {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.le-adventages ul.lea-content li h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

.le-adventages ul.lea-content li span {
    text-align: center;
    display: block;
    font-size: 1.4rem;
}

.le-local {
    background: #FFF;
}

.le-local ul.lel-content {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.le-local ul.lel-content > li {
    background: #FFF;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    width: calc(50% - 10px);
    padding: 24px 40px;
}

.le-local ul.lel-content > li.sakuramobile{
    border: 2px solid #76B63D;
}

.le-local ul.lel-content > li.roaming{
    border: 2px solid #D7D7D7;
}

.le-local ul.lel-content > li .lel-cate {
    width: fit-content;
    display: flex;
    padding: 0 16px;
    height: 26px;
    background: #76B63E;
    margin: 0 auto 24px;
    border-radius: 26px;
    font-size: 1.4rem;
    align-items: center;
}

.le-local ul.lel-content > li.sakuramobile .lel-cate {
    background: #76B63E;
    color: #FFF;
}

.le-local ul.lel-content > li.roaming .lel-cate {
    background: #D7D7D7;
    color: #222222;
}

.le-local ul.lel-content > li h3 {
    font-size: 2.4rem;
    font-weight: bold;
    width: fit-content;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
}

.le-local ul.lel-content > li h3::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.le-local ul.lel-content > li.sakuramobile h3::before {
    background: url(/assets/img-lp/travel-esim/icon/sakura.svg) no-repeat center;
    background-size: cover;
}

.le-local ul.lel-content > li.roaming h3::before {
    background: url(/assets/img-lp/travel-esim/icon/globe.svg) no-repeat center;
    background-size: cover;
}

.le-local ul.lel-content > li .subhead-txt {
    color: #EE96BD;
    text-align: center;
    display: block;
    font-weight: bold;
    margin-bottom: 24px;
}

.le-local ul.lel-content > li.sakuramobile .subhead-txt {
    color: #EE96BD;
}

.le-local ul.lel-content > li.roaming .subhead-txt {
    color: #737373;
}

.le-local ul.lel-content > li .lel-connection {
    border-radius: 16px;
    padding: 10px 18px 10px;
    margin-bottom: 24px;
    min-height: 145px;
    display: flex;
    flex-wrap: wrap;
}

.le-local ul.lel-content > li .lel-connection > * {
    width: 100%;
}

.le-local ul.lel-content > li.sakuramobile .lel-connection {
    background: #FCECF3;
}

.le-local ul.lel-content > li.roaming .lel-connection {
    background: #F5F5F5;
}

.le-local ul.lel-content > li .lel-connection .lelc-heading {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.le-local ul.lel-content > li.sakuramobile .lel-connection .lelc-heading {
    color: #E269A4;
}

.le-local ul.lel-content > li.roaming .lel-connection .lelc-heading {
    color: #595857;
}

.le-local ul.lel-content > li .lel-connection > ul {
    display: flex;
    justify-content: space-between;
}

.le-local ul.lel-content > li .lel-connection > ul li {
    position: relative;
}

.le-local ul.lel-content > li.sakuramobile .lel-connection > ul li::after {
    content: "";
    width: 150px;
    height: 2px;
    background: #EE96BD;
    position: absolute;
    left: 85px;
    border-radius: 2px;
    top: 20px;
}

.le-local ul.lel-content > li.sakuramobile .lel-connection > ul li:last-child:after {
    display: none;
}

.le-local ul.lel-content > li.sakuramobile .lel-connection > ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #EE96BD;
    border-bottom: 2px solid #EE96BD;
    transform: rotate(-45deg);
    position: absolute;
    left: 225px;
    top: 16px;
}

.le-local ul.lel-content > li.sakuramobile .lel-connection > ul li:last-child::before {
    display: none;
}



.le-local ul.lel-content > li.roaming .lel-connection > ul li::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #737373;
    position: absolute;
    border-radius: 2px;
    top: 20px;
}

.le-local ul.lel-content > li.roaming .lel-connection > ul li:nth-child(1)::after {
    left: 74px;
}

.le-local ul.lel-content > li.roaming .lel-connection > ul li:nth-child(2)::after {
    left: 85px;
}

.le-local ul.lel-content > li.roaming .lel-connection > ul li:last-child:after {
    display: none;
}

.le-local ul.lel-content > li.roaming .lel-connection > ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #737373;
    border-bottom: 2px solid #737373;
    transform: rotate(-45deg);
    position: absolute;
    top: 16px;
}

.le-local ul.lel-content > li.roaming .lel-connection > ul li:nth-child(1):before {
    left: 114px;
}

.le-local ul.lel-content > li.roaming .lel-connection > ul li:nth-child(2):before {
    left: 124px;
}

.le-local ul.lel-content > li.roaming .lel-connection > ul li:last-child::before {
    display: none;
}

.le-local ul.lel-content > li .lel-connection > ul li .img {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.le-local ul.lel-content > li.sakuramobile .lel-connection > ul li .img {
    background: #EE96BD;
}

.le-local ul.lel-content > li.roaming .lel-connection > ul li .img {
    background: #737373;
}

.le-local ul.lel-content > li .lel-connection > ul li span {
    display: block;
    font-size: 1.4rem;
    text-align: center;
}
    
.le-local ul.lel-content > li .lel-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.le-local ul.lel-content > li .lel-list li {
    font-size: 1.4rem;
    position: relative;
    padding-left: 22px;
}

.le-local ul.lel-content > li .lel-list li::before {
    content: "";
    width: 14px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px;
}

.le-local ul.lel-content > li.sakuramobile .lel-list li::before {
    background: url(/assets/img-lp/travel-esim/icon/check-green.svg) no-repeat center;
    background-size: cover;
}

.le-local ul.lel-content > li.roaming .lel-list li::before {
    background: url(/assets/img-lp/travel-esim/icon/check-gray.svg) no-repeat center;
    background-size: cover;
}

.le-local ul.lel-content > li .lel-list li span {
    font-weight: bold;
}



.le-review {
    background: #F5F5F5;
}

.le-review .in-container > .tp-wrapper {
    display: none !important;
}

.le-review .grw-net-widget {
    display: flex;
    align-items: center;
}

.le-review .review-slider-viewport > .review-slider > li::before,
.le-review .review-slider-viewport > .review-slider > li::after{
    display: none;
}

.le-review .review-slider-viewport > .review-slider > li .review-cont .review-top {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
}

.le-review .review-slider-viewport > .review-slider > li .review-cont .review-top .reviewer {
    color: #04996E;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2rem;
}

.le-review .review-slider-viewport > .review-slider > li .review-cont .review-top .reviewer::before {
    content: "";
    background: url(/assets/img/home/user-reviews-green.svg) no-repeat center;
    background-size: cover;
    width: 14px;
    height: 14px;
    display: block;
    margin-right: 8px;
}

.le-review .review-slider-viewport > .review-slider > li .review-cont .review-top .reviewer span {
    margin-left: 5px;
    font-weight: normal;
    font-size: 1.2rem;
    margin-top: 0;
}

.le-review .review-slider-viewport > .review-slider > li .review-cont .review-middle .review-cate {
    font-size: 1.2rem;
}

.le-review .review-slider-viewport > .review-slider > li .review-cont .review-middle .review-stars span::after {
    width: 16px;
    height: 15px;
}

.le-review .review-slider-viewport > .review-slider > li .review-cont .review-middle {
    margin-bottom: 20px;
}

.le-review .review-slider-viewport > .review-slider > li .review-cont h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 700;
}
.le-review .review-slider-viewport > .review-slider > li .review-cont p {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.le-review .review-slider-viewport > .review-slider > li .review-cont {
    padding: 20px 20px;
}

.le-review .review-slider-viewport > .review-slider > li .review-cont > .review-cate {
    font-size: 1.2rem;
    height: 26px;
    padding: 0 12px;
    background: #EE96BD;
    line-height: 26px;
    font-weight: bold;
    color: #FFF;
    border-radius: 26px;
    text-align: center;
    width: fit-content;
}

.floating-footer-button{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 12px 16px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 -8px 24px rgba(0,0,0,.10);
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform 280ms ease, opacity 280ms ease;
  will-change: transform, opacity;
}

.floating-footer-button.is-visible{
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce){
  .floating-footer-button{
    transition: none;
  }
}

.le-faq {
    background: #F5F5F5;
}

.le-faq .le-accordion.accordion-ut .wrap-unit > .c-nav > a {
    border-radius: 8px;
    background: #FFF;
    border: 1px solid #D7D7D7;
    box-shadow: 8px 8px 16px 0px #00000014;
}

.le-faq .accordion-ut.le-accordion .wrap-unit > .unit-ut {
    padding: 20px;
    border-radius: 8px;
    border-bottom: 0;
    margin-top: 20px;
    background: #FFF;
    border: 1px solid #D7D7D7;
    box-shadow: 8px 8px 16px 0px #00000014;
}

.le-footer {
    background: #F5F5F5;
}

.le-footer .lef-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.le-footer .lef-top .lft-left {
    width: 230px;
}

.le-footer .lef-top .lft-left .lef-logo {
    margin-bottom: 24px;
    display: block;
}

.le-footer .lef-top .lft-left > span {
    color: #595857;
    font-size: 1.4rem;
    display: block;
}

.le-footer .lef-top .lft-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 48px;
}

.le-footer .lef-top .lft-right ul {
    margin-bottom: 0;
}

.le-footer .lef-top .lft-right ul li {
    color: #222222;
}

.le-footer .lef-top .lft-right ul li:first-child {
    font-weight: bold;
    margin-bottom: 10px;
}

.le-footer .lef-top .lft-right ul li a {
    color: #222222;
    text-decoration: none;
    font-size: 1.4rem;
}

.le-footer .lef-top .lft-right ul li a:hover {
    color: #E269A4;
}

.le-footer .lef-bottom {
    
}

.le-footer .lef-bottom .lefb-trust {
    color: #E269A4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.le-footer .lef-bottom .lefb-trust .img {
    margin-right: 10px;
}

.le-footer .lef-bottom .lef-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    align-items: center;
}

.le-footer .lef-bottom .lef-contact li {
    
}

.le-footer .lef-bottom .lef-contact li a {
    display: block;
    color: #222222;
    text-decoration: none;
}

.le-footer .lef-bottom .lef-contact li .img {
    margin-right: 10px;
}

.le-footer .copyright {
    text-align: center;
    display: block;
    padding: 40px 0 60px;
    color: #737373;
    font-size: 1.4rem;
}


@media only screen and (max-width: 1140px) {
    .le-main-visual .lemv-container .lemv-left {
        max-width: 100%;
    }

    .le-main-visual .lemv-slideshow {
        min-height: 680px;
    }

    .lemv-left {
        display: flex;
        flex-wrap: wrap;
    }

    .le-main-visual .lemv-container .lemv-left .ll-top {
        width: 100%;
        font-size: 2rem;
        order: 2;
    }
    .le-main-visual .lemv-container .lemv-left .ll-middle {
        font-size: 2.8rem;
        margin-bottom: 20px;
        order: 3;
    }
    .le-main-visual .lemv-container .lemv-left .ll-bottom {
        font-size: 1.4rem;
        order: 4;
        width: 100%;
    }

    .le-main-visual .lemv-container .lemv-left .tp-wrapper {
        margin-top: 0;
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }
    .le-main-visual .lemv-container .lemv-right {
        max-width: 100%;
        margin: 20px auto 0;
        width: 600px;
    }
    

}

@media only screen and (max-width: 834px) {
    .le-coverage .lec-content .lecc-right {
        width: fit-content;
        margin: 28px auto 0;
    }
    .le-coverage .lec-content .lecc-left {
        margin: 0 auto;
    }
    .le-steps .les-three > li {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .le-steps .les-three > li .lest-img {
        margin: 0 20px 0 0;
    }
    .le-steps .les-three > li .lest_content {
        width: calc(100% - 92px);
    }

    .le-steps .les-three > li h3 {
        margin-bottom: 10px;
        text-align: left;
    }
    .le-steps .les-three > li p {
        font-size: 1.4rem;
        margin-bottom: 0;
        text-align: left;
    }
    .le-steps .les-three {
        gap: 32px;
    }
    .le-accordion.accordion-ut .wrap-unit > .c-nav > a {
        min-height: 68px;
        height: auto;
        padding: 0 20px;
    }
    .le-accordion.accordion-ut .wrap-unit .text {
        width: calc(100% - 62px);
    }

    .le-adventages ul.lea-content {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .le-adventages ul.lea-content li {
        flex: none;
        width: 190px;
    }

    .le-local ul.lel-content {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .le-local ul.lel-content > li {
        flex: none;
        width: 310px;
        padding: 24px 12px;
    }

    .le-local ul.lel-content > li.sakuramobile .lel-connection > ul li::after {
        width: 100px;
        left: 70px;
        top: 20px;
    }

    .le-local ul.lel-content > li.sakuramobile .lel-connection > ul li::before {
        left: 160px;
    }

    .le-local ul.lel-content > li .lel-connection > ul li span {
        font-size: 1.2rem;
    }

    .le-local ul.lel-content > li.roaming .lel-connection > ul li:nth-child(1)::after {
        left: 64px;
    }

    .le-local ul.lel-content > li.roaming .lel-connection > ul li::after {
        width: 25px;
    }

    .le-local ul.lel-content > li.roaming .lel-connection > ul li:nth-child(1):before {
        left: 80px;
    }

    .le-local ul.lel-content > li.roaming .lel-connection > ul li:nth-child(2)::after {
        left: 75px;
    }

    .le-local ul.lel-content > li.roaming .lel-connection > ul li:nth-child(2):before {
        left: 90px;
    }

    .le-main-visual .new-data-plans .plan-cards > li .body-plan .with-tax {
        font-size: 2rem;
    }

    .le-main-visual .new-data-plans .plan-cards > li .body-plan .days-plan {
        font-size: 1.2rem;
        margin-left: 5px;
        padding-left: 5px;
    }

    .le-main-visual .lemv-container .lemv-right .new-data-plans .plan-cards > li {
        padding: 12px 12px;
    }

    .le-main-visual .lemv-container .lemv-right .new-data-plans .plan-days {
        gap: 10px;
        font-size: 1.2rem;
    }

    .le-main-visual .lemv-container .lemv-right {
        padding: 14px 20px;
    }

    .le-main-visual .lemv-container .lemv-right .lr-heading img {
        width: 30px;
    }
    .le-main-visual .lemv-container .lemv-right .lr-heading {
        margin-bottom: 10px;
    }

    .new-data-plans .le-duration .le-duration-val .le-days-num {
        font-size: 2.8rem;
    }
    .new-data-plans .le-duration .le-duration-val {
        font-size: 1.4rem;
        margin-bottom: 10px;
        gap: 8px;
        line-height: 1.4;
    }

    .le-datepicker .le-white-bg {
        padding: 32px 24px;
    }
    
    .new-data-plans .plan-days:has(.active) {
        gap: 8px;
    }

    .new-data-plans .plan-days span {
        font-size: 1.4rem;
    }

    .le-currency-select {
        position: relative;
        width: fit-content;
        margin: 0 auto;
    }

    .le-main-visual .lemv-container .lemv-right .lr-txt {
        margin-bottom: 0;
        line-height: 1.2;
    }
    .le-local ul.lel-content > li h3 {
        font-size: 2.2rem;
    }
    .le-footer .lef-top .lft-left {
        width: 230px;
        margin: 0 auto 32px;
        text-align: center;
    }

    .le-footer .lef-top .lft-right {
        width: 100%;
    }

}

@media only screen and (min-width: 640px) {
    .floating-footer-button{
        display: none !important;
    }
    .le-footer .copyright br {
        display: none;
    }
}

@media only screen and (max-width: 640px) {

    .le-main-visual .lemv-container .lemv-right {
        max-width: 100%;
        margin: 10px auto 0;
        width: 600px;
    }
    
    .le-main-visual .lemv-container .lemv-left .tp-wrapper {
        width: calc(100% + 100px);
        transform: scale(0.8);
        margin: 0 -50px 10px;
    }
    .le-main-visual .lemv-container .lemv-left .ll-middle {
        margin-bottom: 10px;
    }
    .pag-lp-travel-esim .l-header.type-short .l-utility .button-ut {
        padding: 0 15px;
    }

    .accordion-ut.le-accordion .wrap-unit > .c-nav > a {
        padding: 0 34px 0 24px;
    }

    .accordion-ut.le-accordion .wrap-unit > .c-nav > a:after {
        top: 50%;
        transform: translateY(-50%);
        right: 17px;
        position: absolute;
    }
    .accordion-ut.le-accordion .wrap-unit.st-active > .c-nav > a:after {
        transform: translateY(-50%) scaleY(-1);
    }

    .le-footer .lef-top .lft-right ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        column-gap: 16px;
    }

    .le-footer .lef-top .lft-right ul li:first-child {
        width: 100%;
    }
    
    .le-footer .lef-top .lft-right {
        gap: 32px;
    }

    .le-footer .lef-bottom .lef-contact {
        gap: 16px;
    }

    .le-footer .lef-bottom .lef-contact li {
        width: 100%;
        text-align: center;
    }
}
