@font-face {
  font-family: 'FrutigerBlackCn';
  src: url('/fonts/Frutiger-BlackCn.woff2') format('woff2'),
      url('/fonts/Frutiger-BlackCn.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FrutigerLTStd';
  src: url('/fonts/FrutigerLTStd-Light.woff2') format('woff2'),
      url('/fonts/FrutigerLTStd-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger45';
  src: url('/fonts/Frutiger-Bold.woff2') format('woff2'),
      url('/fonts/Frutiger-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FrutigerLinotype';
  src: url('/fonts/FrutigerLinotype-Roman.woff2') format('woff2'),
      url('/fonts/FrutigerLinotype-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('/fonts/FuturaBT-Book.woff2') format('woff2'),
      url('/fonts/FuturaBT-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('/fonts/FuturaBT-Medium.woff2') format('woff2'),
      url('/fonts/FuturaBT-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('/fonts/FuturaBT-Heavy.woff2') format('woff2'),
      url('/fonts/FuturaBT-Heavy.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*Common CSS*/
html{ font-size: 62.5%;}
*{outline: none;}
*::-moz-selection{background:#3079ed; color:#fff; text-shadow:none;} 
body{ margin:0; padding:0; width:100%; font-size:1.3rem; font-weight: 400; font-family: 'Hind';}
label{display: block; font-family: 'Hind'; font-weight: 400;}
select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none;}
select::-ms-expand {display: none;}
select option{ color: #282828;}
option{font-family: 'Hind'; font-weight: 400;}
h1, h2, h3, h4, h5, h6, p{margin:0; padding:0; font-family: 'Hind'; line-height: normal;}
ul, li{ list-style:none; margin:0; padding:0; font-family: 'Hind';}
img{vertical-align:middle; border:none}
a, input, select, textarea, .btn {transition: all 0.35s ease-in 0s; outline:none; font-family: 'Hind'; text-decoration:none;}
a{ color:#666; cursor: pointer;}
a:hover{ outline:none; cursor:pointer; color:#212121; text-decoration:none;}
a:focus {outline:none; text-decoration:none}
video{ width: 100%;}
button{transition:all 0.25s ease-in 0s; border: none; padding: 0; background-color: transparent;}
textarea:focus, input:focus{ outline:none; transition-duration: 0.1s; box-shadow:none;}
.form-control::-moz-placeholder{ opacity:1; color:#fff;}
.form-control::-webkit-input-placeholder{ opacity:1; color:#fff;}

.container{ max-width: 100%; position: relative; padding: 0 5%;}
.img_block > img{ width: 100%;}
.relative{ position: relative;}
.banner_section { background-color: #FA141E; position: relative; height: 680px !important; display: block !important;}
.banner_section video { width: 100%; object-position: center; object-fit: cover; height: 100%; position: relative; z-index: 1;  pointer-events: none;}
/* opacity: 0.75; mix-blend-mode: luminosity; filter: blur(0); */

.banner_section .vector{ position: absolute; left: 0; top: 0; height: 100%; z-index: 2;  pointer-events: none; opacity: .9;} 
/* mix-blend-mode: saturation; */
.banner_section .vector img{ height: 100%;}
.madhuri_pic{ position: absolute; right: 60px; bottom: 0; z-index: 3; pointer-events: none; width: 65%;}
.madhuri_pic > img{ width: 100%;}
.banner_section .left_copy { position: absolute; left: 60px; top: 0; z-index: 4; height: 100%; display: grid; align-content: baseline; padding:60px 0; width: 26%;}
.banner_section h1{ font-size: 18px; color: #fff; font-weight: 400; text-align: center; font-family: 'Hind'; padding-top: 50px;}
.banner_section h2{ font-size: 24px; font-weight: 500; text-align: center; color: #F7C55E; font-family: 'Hind'; display: flex; align-items: center; justify-content: center;}
.banner_section h2 span{ color: #fff;}
.name-slider { display: inline-block; height: 1.2em; overflow: hidden; vertical-align: bottom; transition: width 0.5s ease; margin: 0 7px;} 
.name-track { display: block; transition: transform 0.5s ease; } 
.name-track span { display: block; height: 1.2em; line-height: 1.2em; white-space: nowrap; }
.banner_section .left_copy .lower{ padding-top: 40px;}

.lower_list{ display: flex; justify-content: center; column-gap: 20px; position: relative;}
.lower_list > li{border-left: 1px solid rgba(255, 255, 255, 0.30); padding-left: 20px;}
.lower_list > li:first-child{ border-left: none; padding-left: 0;}
.lbl{ position: relative; margin-bottom: 40px; color: #fff; font-size: 18px; font-family: 'Hind';}
.lbl span{ display: inline-block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } 
.lbl span:before, .lbl span:after{ content: ''; position: absolute; left: -134px; top: 50%; transform: translateY(-50%); height: 1px; background-color: rgba(255, 255, 255, 0.30); width: 124px;}
.lbl span:after{ left: auto; right: -134px;}

.form_block{ background: linear-gradient(180deg, #6A0202 0%, #200 68.7%), linear-gradient(90deg, #523004 0%, #73481D 100%); position: fixed; left: 0; bottom: 0; width: 100%; z-index: 99; padding: 14px 0 13px 0;}
.form_block .container{display: flex; flex-wrap: wrap; align-items: center; column-gap: 50px;}
.form_block .container .left{ flex: 0 0 auto;}
.form_block .container .right{  flex: 1; display: flex; column-gap: 20px; align-items: center;}
.logo_list{ display: flex; align-items: center; column-gap: 10px;}
.logo_list li{ color: #fff; font-size: 22px; font-weight: 400; text-align: center; line-height: 22px; text-transform: uppercase;}
.logo_list li img{ width: 140px;}

.form_list{ display: flex; width: 100%; column-gap: 10px;}
.form_list > li{ flex: 2; position: relative;}
.form_list > li.btn_cls{ flex: 1;}
.form_list > li.captcha{ flex: 2.2;}
.form_list > li.story{ flex: 4;}
.form_block .container .right h3{ color: #fff; font-size: 16px; font-weight: 600; line-height: 20px; font-family: 'Hind'; width: 20%; text-transform: uppercase;}
.form_block .container .right .tabs{ width: 100%;}
.check_box{ position: relative; padding: 0 0 0 20px; margin-top: 0px;}
.check_box input[type="checkbox"]{ position: absolute; left: 0; top: 2px;}
.check_box label{ color: rgba(255,255,255,.75); font-size: 14px;}
.tab-content>.active.show {
    transform: scale(1) !important;
}
.form_block form {
    padding: 0 !important;
}
.form_block .tabs .nav-tabs{ border: none; column-gap: 10px; padding-bottom: 10px;}
.form_block .tabs .nav-tabs > li{ width: auto;}
.form_block .tabs .nav-tabs .nav-link{ font-size: 15px; color: rgba(255, 255, 255, 0.48); font-family: 'Hind'; text-transform: uppercase; box-shadow: none; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.48); width: 100%; text-align: center; padding: 2px 24px 0; line-height: 26px;} 
.form_block .tabs .nav-tabs .nav-item.show .nav-link, .form_block .tabs .nav-tabs .nav-link.active{ color: #460202;  background-color: #fff; border-color: #fff;}

.form_list .form-control{ border-radius: 3px; border: 1px solid rgba(255, 255, 255, 0.19); background-color: transparent; height: 40px; color: #fff; font-family: 'Hind'; font-size: 14px; padding: 0 0 0 10px;}
.form_list .form-control:focus{ border: 1px solid rgba(255, 255, 255, 0.19); box-shadow: none;} 

.form_list p{ font-size: 14px; line-height: 22px; width: 74px; border-radius: 8px; background-color: rgba(255, 255, 255, 0.31); padding: 0 4px; color: #EFBE47; text-align: center; position: absolute; right: 10px; top: 50%; transform: translateY(-50%);}

.existing_customer{ display: flex; column-gap: 10px;}
.form_fields{ display: flex; flex-wrap: wrap; row-gap: 10px;}
.btn_cls{ width: 100px;}
.btn_cls > .btn{ height: 100%;}

/* .btn{ border-radius: 3px; background: linear-gradient(180deg, #FC1C26 0%, #D71921 100%); box-shadow: 10px 10px 20px 0px rgba(215, 25, 33, 0.20); color: #fff; font-size: 15px; text-transform: uppercase; width: 100%; line-height: 40px; padding: 0;} 
.btn:hover{ background: linear-gradient(180deg, #f2b62b 0%, #F7C55E 100%)} */

.btn { position: relative; border-radius: 3px; background: linear-gradient(180deg, #FC1C26 0%, #D71921 100%); box-shadow: 10px 10px 20px 0px rgba(215, 25, 33, 0.20); color: #fff; font-size: 15px; text-transform: uppercase; width: 100%; line-height: 40px; padding: 0; overflow: hidden; z-index: 1;}
.btn::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, #f2b62b 0%, #F7C55E 100%); opacity: 0; transition: all 0.35s ease-in 0s; z-index: -1;}
.btn:hover::before { opacity: 1;}

.story_section{ padding: 80px 0;}
.story_section ul{ display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 30px;}
.story_section ul li{ position: relative;}
.story_section ul li .inner{ border-radius: 20px; box-shadow: 0px 14px 50px 0px rgba(0, 0, 0, 0.15); overflow: hidden; position: relative; height: 100%;}
.story_section ul li .inner .copy{ position: absolute; right: 0; top: 50%; padding: 20px; width: 44%; transform: translateY(-50%); z-index: 9;}
.story_section ul li .inner .copy h2{ color: #FFF; font-size: 25px; font-weight: 500; line-height: 28px;}
.story_section ul li .inner .copy h3{ color: #EFBE47; font-size: 23px; font-weight: 500; line-height: 24px; text-transform: uppercase; padding: 10px 0;}
.story_section ul li .inner .copy p{ color: #fff; font-size: 15px; line-height: 18px; font-weight: 400;}
.story_section ul li .inner .copy p.tnc{ color: rgba(255, 255, 255, 0.47); padding-top: 5px; margin-top: 0 !important;}

.story_section ul li .story_one{ background-color: #24110B;}
.story_section ul li .story_one:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(90deg, rgba(205, 8, 12, 1) 0%, rgba(0, 0, 0, 1) 100%); mix-blend-mode: color;}
.story_section ul li .story_one video{ margin-left: -25%; background: linear-gradient(270deg, #000 15.71%, rgba(0, 0, 0, 0.00) 1%); mix-blend-mode: plus-lighter;}
.story_section ul li .story_two{ background: linear-gradient(180deg, #FFBB08 0%, #EF980D 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);}
.story_section ul li .story_two video{  mix-blend-mode: multiply; opacity: .1;}
.story_section ul li .bigb{ width: 350px; position: absolute; left: 0; bottom: 0;}
.story_section ul li .story_three{ position: relative; background-color: #24110B;}
.story_section ul li .story_three video{  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 91.59%, #000 100%); mix-blend-mode: lighten; position: relative; right: -27%;}
.story_section ul li .story_three .copy{ right: auto; left: 40px;}
.story_section ul li .story_two .copy  h2{ color: #000; font-family: Hind; font-size: 24px; font-weight: 600; line-height: 28px; text-transform: uppercase; padding-bottom: 10px;}
.story_section ul li .inner .copy .btn{ width: auto; margin-top: 10px; padding: 0 20px;}
.story_section ul li .inner.story_three h2{ color: #EFBE47; text-transform: uppercase;}
.story_section ul li .inner.story_three h3{ color: #fff; text-transform: none;}
.story_section ul li .story_three:before{ content: ''; position: absolute; left: 20%; top: 0; width: 100%; height: 100%; background: radial-gradient(circle,rgba(205, 8, 12, 1) 25%, rgba(0, 0, 0, 1) 100%); mix-blend-mode: inherit; filter: blur(50px); opacity: 0.7;}

@keyframes mymove {
  0%   {transform: translateX(0);}
  25%  {transform: translateX(20px);}
  50%  {transform: translateX(15px) scale(.65);}
  75%  {transform: translateX(15px) scale(.65);}
  100% {transform: translateX(0);}
}

@keyframes mymove2 {
  0%   {transform: translateX(0);}
  25%  {transform: translateX(-20px);}
  50%  {transform: translateX(-15px) scale(.65);}
  75%  {transform: translateX(-15px) scale(.65);}
  100% {transform: translateX(0);}
}
.story_section .arrow-red{ position: absolute; right: -10px; top: 50%; transform: translateY(-50%);}
.story_section .arrow-red .front{ position: relative; z-index: 2;}
.story_section .arrow-red .back{ position: absolute; left: 0; top: 0; animation: mymove 4s infinite; z-index: 1;}
.story_section .arrow-red.right{ right: auto; left: -10px;}
.story_section .arrow-red.right .back{ animation: mymove2 4s infinite;}



.help_line{ padding-bottom: 80px;}
.help_inner {
    background-image: url(/images/help-line-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: right;
    column-gap: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 29px 0px;
    align-items: center;
    background-position: left center;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(232, 28, 35, 0.39);
    border-image: none;
    padding: 24px 49px;
}.help_inner h3{ color: #000; font-family: Hind; font-size: 23px; font-weight: 600; text-transform: uppercase;} 
.help_inner h3 img{ position: relative; top: -7px; margin-left: 5px;}
.h_number{ display: flex; column-gap: 20px;}
.h_number > li{ color: #E81C23; font-size: 50px; font-weight: 700; font-family: Hind;  transition: transform .5s ease;}
.h_number > li.active{ transform: scale(1.4); transition: transform 2s ease;}
.h_number > li:nth-child(1).active{ transform-origin: right;}
.h_number > li:nth-child(3).active{ transform-origin: left;}

.tunein_section{ padding: 40px 0; background-color: #F6F6F7; margin-bottom: 40px;}
.tunein_section .inner{ position: relative; display: flex; justify-content: space-between; column-gap: 50px;}
.tunein_section .inner .pic_block{ overflow: hidden;}
.tunein_section .inner .pic_block video{ width: 100%; height: 100%; mix-blend-mode: darken; max-width: 500px; transform: scale(1.2);}
.tunein_section .left_block{ position: relative; border-radius: 17px; background: rgba(255, 255, 255, 0.68); padding: 20px 55px 30px; text-align: center;}
.tunein_section .left_block .copy .ss_logo{ padding-bottom: 10px;}
.tunein_section .left_block .copy .ss_logo img{ width: 160px;}
.tunein_section .left_block .copy h3{ color: #1A0001;  font-family: 'Hind'; font-size: 33px; font-weight: 700; line-height: 35px; letter-spacing: -0.66px; text-transform: uppercase; padding-bottom: 20px;}
.tunein_section .left_block .copy h5{ color: #D71920; font-family: 'Hind'; font-size: 24px;  font-weight: 700; line-height: 32px; letter-spacing: -0.4px; padding-bottom: 30px;}
.tunein_section .left_block .copy h4{ color: #1A0001; font-family: 'Hind'; font-size: 20px; font-weight: 400; line-height: normal; letter-spacing: -0.48px; text-transform: uppercase;}
.tunein_section .left_block .copy p{ color: #4C4C4C; font-family: 'Futura'; font-size: 16px; font-weight: 500; line-height: 22px;  letter-spacing: -0.28px; text-transform: uppercase;}
.tunein_section .left_block .copy p span{ color: #D71920;}
.tunein_section .left_block .copy .line{ background: #DEDEDE; width: 100%; height: 1px; margin: 7px 0;}  

.tunein_section .right_block{ width: 40%;}
.rb_inner{ position: relative; width: 100%;}
.rb_inner p{ color: #000; font-family: Hind; font-size: 22px; font-weight: 600; line-height: 34px!important; text-align: center;}
.tunein_section .right_block .video{  overflow: hidden; padding:30px 0;}
.tunein_section .right_block .video img{ width: 100%;}
.tunein_section .right_block ul{ display: flex; gap: 16px; padding: 0 15px;}
.tunein_section .right_block ul li{ flex: 1;}
.tunein_section .right_block ul li .icon{ border-radius: 10px; background: linear-gradient(180deg, #FFF4BD 0%, #FFFCED 100%); box-shadow: 0 14px 13px 0 rgba(0, 0, 0, 0.07); padding: 20px; display: flex; align-items: center;} 
.tunein_section .right_block ul li .icon h4{ color: #000; font-family: Hind; font-size: 13px; font-weight: 600; line-height: 15px; padding: 0 0 0 5px;}
.tunein_section .right_block ul li p{ color: rgba(0, 0, 0, 0.54); font-size: 12px; font-weight: 500; line-height: 25px; padding-top: 10px;}

.modal-header{ border-bottom: none; padding: 25px 20px 0;}
.submit_your_number .modal-body{ padding: 30px; text-align: center;}
.submit_your_number h3{ color: #D71920; font-family: 'Hind'; font-size: 24px; font-weight: 700; line-height: normal;  text-transform: uppercase;}
.submit_your_number p{ color: #403F26; font-size: 16px;  line-height: 20px; padding-bottom: 10px;}
.submit_your_number .form-group{ margin-bottom: 15px; display: flex; column-gap: 10px;}
.submit_your_number .form-control{ border: 1px solid #ccc; height: 50px; border-radius: 5px; padding: 0 20px; font-size: 16px; color: #000; flex: 1;}
.submit_your_number .form-control:focus{ box-shadow: none;}
.submit_your_number .form-group span{ flex: 0 0 auto; width: 50px; line-height: 48px; border: 1px solid #ccc; font-size: 16px; color: #000; border-radius: 5px;}


.real_life_testimonials .inner{ background: #FFEBBA; overflow: hidden; height: 270px; position: relative; display: flex; align-items: center; border-radius: 20px;}
.real_life_testimonials .inner video { width: 50%; position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 1;}
.real_life_testimonials .inner:before{ content: ''; background: linear-gradient(270deg, rgba(255, 235, 186, 0.00) 64.24%, #FFEBBA 100%);; position: absolute; right: 0; top: 0; width: 50%; height: 100%; z-index: 2;}
.real_life_testimonials .inner .copy{ padding-left: 50px; width: 36%;}
.real_life_testimonials .inner .copy p{ color: #000; font-family: Hind; font-size: 30px; font-weight: 700; line-height: 41px;  letter-spacing: -0.9px;}
.real_life_testimonials .inner .copy p span{ color: #D71920;}


.heading{ text-align: center; padding-bottom: 40px;}
.heading h2{ color: #000;  font-family: Hind; font-size: 35px; font-weight: 600; line-height: 33px;  letter-spacing: -0.7px; text-transform: uppercase;}
.heading p{ color: #898989; font-family: Hind; font-size: 25px; font-weight: 500; line-height: 33px;}

.realstory_section{ background-color: #FAFAFA; padding: 70px 0;}
.realstory_section .slick-track{ column-gap: 30px;}
.rls_block{ border-radius: 10px; border: 1px solid #E81C23; background: #fff;  overflow: hidden; transition: all .35s; width: 100%;}
.rls_block .video_block{ position: relative; background-color: #f4f4f4; border-radius: 10px; overflow: hidden;}
/* .rls_block.comimg_soon .video_block{ height: 100%;} */
.rls_block .video_block .img_block{ width: 100%; height: 100%;}
.rls_block .video_block .img_block > img{ height: 100%;}
.rls_block:hover{ background-color: #E81C23;}
.rls_block:hover .video_block video{ mix-blend-mode: difference;}
.rls_block:hover .video_block:before{ display: none;}
.play_btn{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2;}
.rls_block .video_block h3{ color: #403F26; text-align: center; font-size: 22px; position: absolute; left: 0; bottom: 0; text-align: center; width: 100%; padding: 0 20px 20px; z-index: 2;}  
.rls_block .copy{ padding: 15px 20px; }
.rls_block .copy p{ color: #E81C23; text-align: center; font-size: 16px; font-weight: 500; line-height: 22px; transition: all .35s;}
.rls_block:hover .copy p{ color: #fff;}
.rls_carousel .slick-slide{ padding-bottom: 0;}
.rls_carousel{ padding: 0 40px;}
.rls_carousel .slick-prev, .rls_carousel .slick-next{ background-color: #DE131A; top: 50%; bottom: auto; width: 50px; height: 50px; transform: translateY(-50%); border-radius: 100%; box-shadow: 8px 8px 20px #DE131A40;}
.rls_carousel .slick-prev{ left: 0;}
.rls_carousel .slick-next{ right: 0;}
.rls_carousel .slick-next::before{ content: url(/images/arrow-next-white.webp);}
.rls_carousel .slick-prev::before{ content: url(/images/arrow-prev-white.webp);}

.realstory_swiper_container{ position: relative; padding: 0 60px;}
.realstory_swiper_container .ms_next::before, .realstory_swiper_container .ms_prev::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); content: url(/images/arrow-next-white.webp); height: 14px;}
.realstory_swiper_container .ms_prev::before { content: url(/images/arrow-prev-white.webp);}
.realstory_swiper_container .ms_next, .realstory_swiper_container .ms_prev{ background-color: #DE131A; width: 50px; height: 50px; transform: translateY(-50%); border-radius: 100%; box-shadow: 8px 8px 20px #DE131A40; margin-top: 0;}
.realstory_swiper_container .ms_prev{ left: 0; right: auto;}
.realstory_swiper_container .swiper-pagination{ position: static; padding-top: 15px; display: none;}

.watchstory_section{ position: relative; padding: 70px 0 0;  background: url(/images/story-bg.webp) brown 50% / cover no-repeat;
background-blend-mode: overlay; overflow: hidden;}
.watchstory_section .container{ position: relative; z-index: 2; max-width: 1220px; padding: 0;}
.watchstory_section .heading h2, .watchstory_section .heading p{ color: #fff;}

.story_bg{ background: linear-gradient(180deg, #FFF0C2 0%, #FFF5D5 100%); box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.10); border-radius: 30px 30px 0 0; width: 100%;}
.story_bg.story_white{ background: linear-gradient(180deg, #E6E6E6 0%, #FFF 100%);}
.story_inner .pic_block{ display: flex; flex-wrap: wrap; align-items: center; padding: 20px;}
.story_inner .pic_block > img{ border-radius: 100%;}
.story_inner .pic_block > div{ padding-left: 15px;}
.story_inner .pic_block h4{ color: #000; text-align: center; font-family: Futura; font-size: 20px; font-style: normal; font-weight: 500; line-height: 25px;}
.story_inner .pic_block p{ color: #000;  font-size: 12px; font-weight: 500; line-height: 25px;}
.story_inner .video{ position: relative; overflow: hidden; mix-blend-mode: darken; padding: 0 15px 15px;}
.story_inner .video img{ width: 100%;}
.story_inner .copy{ text-align: center; width: 100%; padding: 0 20px 60px;}
.story_inner .copy h3{ color: #403F26; font-size: 16px; font-weight: 600; line-height: 20px; padding-bottom: 10px;}
.story_inner .copy p{ color: #E81C23; font-size: 12px; font-weight: 500; line-height: 16px; padding: 0 25px;}

.swiper-pagination-bullet{ background-color: rgba(0, 0, 0, 0.25); opacity: 1; transition: all .5s;}
.swiper-pagination-bullet.swiper-pagination-bullet-active{ background-color: #000000;}
.story_bg .swiper-button-next, .story_bg .swiper-button-prev{ width: 20px; height: 20px; top: auto; bottom: 5px; transform: none; right: 25%;} 
.story_bg .swiper-button-prev{ right: auto; left: 25%;}
.story_bg .swiper-button-next svg, .story_bg .swiper-button-prev svg, .ms_next svg, .ms_prev svg{ display: none;}

.story_bg .swiper-button-next::before, .story_bg .swiper-button-prev::before { content: ''; position: absolute; right: 0; content: url(/images/arrow-next.webp);}
.story_bg .swiper-button-prev::before { right: auto; left: 0; content: url(/images/arrow-prev.webp);}

.main_story_swiper_container{ position: relative;}
.main_story_swiper_container .ms_next::before, .main_story_swiper_container .ms_prev::before { content: ''; position: absolute; right: 0; content: url(/images/swiper-next.svg);}
.main_story_swiper_container .ms_prev::before { right: auto; left: 0; content: url(/images/swiper-prev.svg);}
.main_story_swiper_container .ms_next, .main_story_swiper_container .ms_prev{ width: 70px; height: 70px; right: -90px;}
.main_story_swiper_container .ms_prev{ left: -70px; right: auto;}

 
.ssseason3_section{ padding: 60px 0 0;}
.ssseason3_section .heading{ padding-bottom: 10px;}
.ssseason3_section .heading h2{ color: #E81C23; text-transform: none; font-weight: 700;}
.ssseason3_section .heading p{ text-transform: uppercase; color: #403F26;}
.ss_list{ display: flex; flex-wrap: wrap; margin: 0 -12px;}
.ss_list > li{ width: 25%; padding: 0 12px 25px;}
.ss_list > li:nth-child(2){ width: 50%;}
.ss_list > li h3{ color: #000; font-size: 22px; font-weight: 500; line-height: 25px; text-transform: uppercase; text-align: center;}
.ss_list > li .inner{ border-radius: 30px; background: #FFF; box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.10); padding: 30px 15px; border: 1px solid #D92026;}
.ss_list > li .sp_inner{ border-radius: 30px; background: #F8F8F8; overflow: hidden;}
.ss_list > li .header{ padding: 24px 15px;}
.ss_list > li .sp_inner a.img_block{ display: inline-block; width: 100%;}

.social_carousel .img_block{ width: 100%;}
.social_carousel .slick-dots{ bottom: 0;}
.social_carousel .slick-prev, .social_carousel .slick-next{ bottom: -2px;}
.spmsg .slick-dots{ bottom: 0; background-color: #fff; display: flex; width: auto; left: 50%; transform: translateX(-50%); padding: 0 40px; height: 33px; align-items: center;}
.spmsg .slick-dots:before, .spmsg .slick-dots:after{ content: url(/images/corner01.webp); position: absolute; left: -35px; top: 0;}
.spmsg .slick-dots:after{ content: url(/images/corner02.webp); left: auto; right: -35px;}
.spmsg .slick-prev, .spmsg .slick-next{ bottom: 9px;}
.spmsg .slick-prev{ left: 43%;}
.spmsg .slick-next{ right: 43%;}

.nowstreaming_section{ background: linear-gradient(180deg, #F6C058 0%, #FBE58B 67.5%, #FDEF9A 100%); padding: 50px 0;}
.nowstreaming_section .heading h2{ font-size: 32px;}
.ns_inner{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px;}
.ns_inner h3{ position: absolute; left: 50%; top: 0; padding: 4px 50px; border-radius: 20px; background: #D92026; color: #FFF; text-align: center; font-size: 14px; font-weight: 500; line-height: 25px; transform: translate(-50%, -23px);}
.ns_inner .col{border-radius: 20px; border: 1px solid rgba(0, 0, 0, 0.21); padding: 30px 45px; position: relative;}
.ns_inner ul{ display: grid; grid-template-columns: auto auto auto auto; gap: 10px; justify-content: center;}
.ns_inner ul > li img{ width: 100%;}

.ssSwiper{ padding: 70px 0;}
.ssSwiper .swiper-slide {  transform: scale(0.85); transition: transform 0.6s ease;}
.ssSwiper h3{ color: #000; text-align: center; font-family: Hind; font-size: 22px; font-weight: 600; line-height: 25px;  letter-spacing: -0.44px; text-transform: uppercase; padding-top: 15px;}
.slide-box { width: 100%;  border-radius: 20px; background-color: #ECECEC; padding: 18px; transition: transform 0.6s ease;}
.ssSwiper .swiper-slide-prev{ transform-origin: left;}
.ssSwiper .swiper-slide-next{ transform-origin: right;}
.ssSwiper .swiper-slide-active { transform: scale(1.20);}
.ssSwiper .swiper-slide-active .slide-box{ background-color: #000; box-shadow: 0 20px 35px 0 rgba(222, 19, 26, 0.27);}
.slide-box img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 18px;}
.ssSwiper .swiper-slide-prev, .ssSwiper .swiper-slide-next { cursor: grab;}
.ssSwiper .swiper-slide:active { cursor: grabbing;}
.ss_swiper_container .swiper-pagination{ padding-top: 20px; position: relative;}


.revisit_section{ padding: 80px 0;}
.revisit_inner{ position: relative; background-image: url(/images/revisit-bg.webp); background-repeat: no-repeat; background-position: center top; background-size: cover; border-radius: 20px;}
.abm{ position: absolute; left: 50px; bottom: 0; pointer-events: none; z-index: 1; width: 46%;}
.revisit_inner .block_div{ display: flex; flex-wrap: wrap; width: 100%; padding: 30px 50px 30px 60%; align-items: center;}
.revisit_inner .carousel_div{ width: 100%;}
.revisit_inner .carousel_div h3{ color: #FFF; font-family: Hind; font-size: 35px; font-weight: 700; line-height: 38px;  letter-spacing: -0.7px; padding-bottom: 20px;}

.true_story{ width: 100%; }
.true_story h4{ color: #F7C55E;  font-size: 28px; font-weight: 500; line-height: 34px; padding-bottom: 0; flex: 1;}
.true_story .video{ width: 100%;}
.true_story .video img{ width: 100%; border-radius: 10px;}
.true_story .dwn_list{ display: grid; grid-template-columns: repeat(2,1fr); column-gap: 20px; padding: 20px 5px 0;}
.true_story .dwn_list > li{ width: 100%;}
.true_story .dwn_list > li a{ width: 100%; border: 1px solid #ffffff50; border-radius: 8px; padding: 15px 20px; display: flex; align-items: center; justify-content: center; color: #EFBE47; font-size: 16px; line-height: 24px; font-weight: 500; column-gap: 10px;}
.true_story .dwn_list > li p{ color: #FFF; text-align: center; font-size: 15px; font-weight: 500; line-height: 25px; padding-top: 5px;}
.true_story .head{ margin-bottom: 20px; padding-top: 1px; text-align: center;}
.ssLogo{ border: 1px solid #F7C55E; display: inline-block; padding: 10px; border-radius: 10px; text-align: center; background-color: rgba(0, 0, 0, .25); flex: 0 0 auto; margin-bottom: 10px;}
.ssLogo > img{ width: 150px;}

.swiper_np{ position: absolute; right: 0; top: 0; display: flex; column-gap: 30px; z-index: 10;}
.revisit_swiper_container{ position: relative; padding-top: 30px;}
.revisit_swiper_container .ms_next::before, .revisit_swiper_container .ms_prev::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); content: url(/images/arrow-next-white.webp); height: 14px;}
.revisit_swiper_container .ms_prev::before { content: url(/images/arrow-prev-white.webp);}
.revisit_swiper_container .ms_next, .revisit_swiper_container .ms_prev{ background-color: transparent; border: 1px solid #fff; width: 28px; height: 28px; transform: none; border-radius: 100%; box-shadow: 8px 8px 20px #DE131A40; margin-top: 0; position: relative; top: 0;} 
.revisit_swiper_container .ms_prev{ right: auto; left: auto;}


.tooltip-one {
  position: absolute; right: 10px; top:10px;
  display: inline-block;
 
}

.tooltip-one .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #ffffff;
  color: #4f5253;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 180%;
    right: -12px;
  margin-left: -60px;
	border:1px solid #ececec; font-size:12px;
	box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2); padding: 15px; text-align: justify;
}

.tooltip-one .tooltiptext::after {
  content: "";
    position: absolute;
    top: 100%;
    left: 90%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.tooltip-one:hover .tooltiptext {
  visibility: visible;
}

.memory_section{ padding-bottom: 40px;}
.memory_carousel{ padding: 0 60px;}
.memory_carousel .slick-track{ column-gap: 40px;}
.memory_carousel .slick-slide{ padding-bottom: 40px;}
.memory_block{ width: 100%; border-radius: 8px; border: 1px solid rgba(126, 126, 126, 0.50); background: #FFFCEA; box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.05); padding: 10px; transition: all 1s;}
.memory_block:hover{ background-color: #DE131A; border-color: #DE131A;}
.memory_block p{ color: #505050; text-align: center; font-family: "FrutigerLinotype"; font-size: 13px; line-height: 16px; padding: 15px 15px 0; transition: all .3s;}
.memory_block .img_block{ border: 1px solid transparent; transition: all 1s; display: inline-block; width: 100%;}
.memory_block:hover .img_block{ border-color: #fff;}
.memory_block:hover p{ color: #fff;}

.memory_swiper_container{ position: relative; padding: 0 60px;}
.memory_swiper_container{ position: relative;}
.memory_swiper_container .ms_next::before, .memory_swiper_container .ms_prev::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); content: url(/images/arrow-next-white.webp); height: 14px;}
.memory_swiper_container .ms_prev::before { content: url(/images/arrow-prev-white.webp);}
.memory_swiper_container .ms_next, .memory_swiper_container .ms_prev{ background-color: #DE131A; width: 50px; height: 50px; transform: translateY(-50%); border-radius: 100%; box-shadow: 8px 8px 20px #DE131A40; margin-top: 0;}
.memory_swiper_container .ms_prev{ left: 0; right: auto;}
.memory_swiper_container .swiper-pagination{ position: static; padding-top: 15px; display: none;}

.cmponent_section{ padding-bottom: 90px;}
.cmponent_section ul{ border-radius: 20px; background: #F7F7F7; padding: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;}
.cmponent_section ul li .inner{ border-radius: 8px; border: 1px solid #D7D7D7; background: #ffffff50; box-shadow: 7.114px 16.712px 32.54px 0px rgba(0, 0, 0, 0.10); height: 100%; position: relative; display: flex; align-items: center; padding: 20px 20px 20px 0; transition: all .85s; cursor: pointer;}
.cmponent_section ul li .inner:hover{ border: 1px solid #D92026; background: #F7C25B;}
.cmponent_section ul li .inner .icon{ padding: 0 20px;}
.cmponent_section ul li .inner h3{ font-size: 19px; color: #D71920; font-family: 'Frutiger45'; line-height: 22px;}
.cmponent_section ul li .inner h3 span{ display: block; font-size: 14px; color: #949494; font-family: "FrutigerLinotype"; transition: all .85s;}
.cmponent_section ul li .inner:hover h3 span{ color: #D71920;}

footer{ background-color: #222 !important; padding: 50px 0 190px !important;}
footer p{ color: #A3A3A3; font-family: "FrutigerLinotype"; font-size: 13px; line-height: 21px;}
footer p strong{ font-family: "FrutigerBlackCn";}

.form_bg_new h4 {
    font-size: 20px;
    color: #eca64a;
    text-align: center;
    font-weight: 600;
}

.form_bg_new p {
    color: #fff;
    text-align: center;
}