/* Minification failed. Returning unminified contents.
(1909,2329): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1909,4931): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1909,5043): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1909,5090): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1909,5141): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1909,5262): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-color'
(1909,5292): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1909,5536): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1909,6073): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1909,6187): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1909,7677): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(1909,7707): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1909,8939): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(1909,8969): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1909,9615): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1909,9674): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1909,10805): run-time error CSS1039: Token not allowed after unary operator: '-swiper-preloader-color'
(1909,10834): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1909,10932): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1909,10991): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Minification failed. Returning unminified contents.
(1887,2329): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1887,4931): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1887,5043): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1887,5090): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1887,5141): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1887,5262): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-color'
(1887,5292): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1887,5536): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1887,6073): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1887,6187): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1887,7677): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(1887,7707): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1887,8939): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(1887,8969): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1887,9615): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1887,9674): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1887,10805): run-time error CSS1039: Token not allowed after unary operator: '-swiper-preloader-color'
(1887,10834): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1887,10932): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1887,10991): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
/*.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}*/

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

ul{
  list-style:none;
  padding:0;
}
.slider-next-arrow{
  transform:rotate(180deg);
}
.slick-initialized{
  visibility:visible !important;
}
.slick-arrow{
  cursor:pointer;
}
.nav-overview{
  font-weight:700;
}
.banner-block{
  height:310px;
  overflow:hidden;
}
@media screen and (max-width:767px){
  .banner-block{
    height:245px;
  }
}
.banner-slider-wrapper{
  width:100%;
}
@media screen and (min-width:768px){
  .banner-slider-wrapper .slick-arrow{
    position:absolute;
    top:125px;
    z-index:20;
  }
  .banner-slider-wrapper .slick-arrow.gray_slider_arr_l{
    left:30px;
  }
  .banner-slider-wrapper .slick-arrow.gray_slider_arr_r{
    right:30px;
  }
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slick-arrow{
    display:none !important;
  }
}
.banner-slider-wrapper .slide-block{
  height:310px;
}
.banner-slider-wrapper .slide-block .slide-block-inner-container{
  height:100%;
  justify-content:center;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block{
    height:245px;
    padding:0 15px;
  }
}
.banner-slider-wrapper .slide-block.slide-block1{
  background-image:url(/Public/images/pages/index/desktop/overview_slide_desktop.jpg?or64936);
  background-position:50%;
  background-size:cover;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block1{
    background-image:url(/Public/images/pages/index/mobile/overview_slide_mobile.jpg?or64936);
  }
}
.banner-slider-wrapper .slide-block.slide-block1 .mid-dot{
  margin:0 10px;
}
.banner-slider-wrapper .slide-block.slide-block1 .slide1-block-wrapper{
  text-align:center;
}
@media screen and (min-width:768px){
  .banner-slider-wrapper .slide-block.slide-block1 .slide1-block-wrapper:first-child{
    margin-right:60px;
  }
}
.banner-slider-wrapper .slide-block.slide-block1 .slide1-block-wrapper .overview-icon{
  margin:auto;
  width:98px;
}
.banner-slider-wrapper .slide-block.slide-block1 .slide1-block-wrapper .overview-phone{
  height:280px;
  width:360px;
}
.banner-slider-wrapper .slide-block.slide-block1 .slide-title{
  color:#fff;
  font-size:35px;
  font-weight:700;
  margin-bottom:6px;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block1 .slide-title{
    color:#fff;
    font-size:30px;
    font-weight:400;
  }
}
.banner-slider-wrapper .slide-block.slide-block1 .slide-title span{
  font-size:65px;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block1 .slide-title span{
    line-height:1;
  }
}
.banner-slider-wrapper .slide-block.slide-block1 .slide-desc{
  color:#fff;
  font-size:28px;
  font-weight:400;
  margin-bottom:15px;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block1 .slide-desc.en{
    font-size:22px;
  }
}
.banner-slider-wrapper .slide-block.slide-block2{
  background-image:url(/Public/images/pages/index/desktop/overview_slide2_desktop.jpg?or64936);
  background-position:50%;
  background-size:cover;
}
.banner-slider-wrapper .slide-block.slide-block2 .slide-block-inner-container{
  height:100%;
  justify-content:center;
}
.banner-slider-wrapper .slide-block.slide-block2 .slide-block-inner-container .slide-block-wrapper{
  width:85%;
}
@media screen and (min-width:768px){
  .banner-slider-wrapper .slide-block.slide-block2 .slide-block-inner-container .slide-block-wrapper{
    height:215px;
  }
}
.banner-slider-wrapper .slide-block.slide-block2 .slide-block-inner-container .slide-block-wrapper .text-button-block{
  align-items:center;
  display:flex;
  flex-direction:column;
  height:100%;
  justify-content:center;
  text-decoration:none;
  width:100%;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block2 .slide-block-inner-container{
    text-align:center;
    width:100%;
  }
  .banner-slider-wrapper .slide-block.slide-block2 .slide-block-inner-container .slide-block-wrapper{
    align-items:center;
    display:flex;
    flex-direction:column;
    margin-bottom:20px;
    width:100%;
  }
  .banner-slider-wrapper .slide-block.slide-block2 .slide-block-inner-container .text-button-block{
    margin:auto;
  }
  .banner-slider-wrapper .slide-block.slide-block2 .slide-block-inner-container .overview-icon{
    height:62px;
    width:62px;
  }
}
.banner-slider-wrapper .slide-block.slide-block2 .learn-more-button{
  align-items:center;
  border:2px solid #fff;
  border-radius:4px;
  color:#fff;
  display:flex;
  font-size:30px;
  font-weight:700;
  height:70px;
  justify-content:center;
  width:225px;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block2 .learn-more-button{
    font-size:22px;
    height:37px;
    width:207px;
  }
  .banner-slider-wrapper .slide-block.slide-block2{
    background-image:url(/Public/images/pages/index/mobile/overview_slide2_mobile.jpg?or64936);
  }
}
.banner-slider-wrapper .slide-block.slide-block2 .slide-title-wrapper{
  align-items:baseline;
  display:flex;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block2 .slide-title-wrapper{
    align-items:center;
    flex-direction:column;
  }
}
.banner-slider-wrapper .slide-block.slide-block2 .slide-title-wrapper .slide-title{
  color:#fff;
  font-size:45px;
  font-weight:900;
  letter-spacing:2px;
  line-height:54px;
  margin-bottom:25px;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block2 .slide-title-wrapper .slide-title{
    font-size:30px;
    line-height:1;
    margin-bottom:6px;
  }
}
.banner-slider-wrapper .slide-block.slide-block2 .slide-title-wrapper .slide-title.en{
  font-size:32px;
}
.banner-slider-wrapper .slide-block.slide-block2 .slide-title-wrapper .slide-title.en .slide-title-highlight{
  font-size:55px;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block2 .slide-title-wrapper .slide-title.en{
    font-size:28px;
  }
  .banner-slider-wrapper .slide-block.slide-block2 .slide-title-wrapper .slide-title.en .slide-title-highlight{
    font-size:50px;
  }
}
.banner-slider-wrapper .slide-block.slide-block2 .slide-title-wrapper .slide-title.subtitle{
  margin-left:10px;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block2 .slide-title-wrapper .slide-title.subtitle{
    font-size:24px;
    line-height:1;
    margin-bottom:11px;
    margin-left:0;
  }
}
.banner-slider-wrapper .slide-block.slide-block2 .slide-title-wrapper .slide-title .slide-title-highlight{
  color:#ffcb05;
  font-size:65px;
  line-height:1;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block2 .slide-title-wrapper .slide-title .slide-title-highlight{
    font-size:55px;
  }
}
.banner-slider-wrapper .slide-block.slide-block3{
  background-image:url(/Public/images/pages/index/desktop/overview_slide_desktop.jpg?or64936);
  background-position:50%;
  background-size:cover;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block3{
    background-image:url(/Public/images/pages/index/mobile/overview_slide_mobile.jpg?or64936);
  }
}
.banner-slider-wrapper .slide-block.slide-block3 .slide-block-image{
  background-size:contain;
  height:280px;
  width:879px;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block3 .slide-block-image{
    height:183px;
    width:224px;
  }
}
.banner-slider-wrapper .slide-block.slide-block3 .slide-block-image.zh{
  background-image:url(/Public/images/pages/index/desktop/overview_slide3_tc.png);
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block3 .slide-block-image.zh{
    background-image:url(/Public/images/pages/index/mobile/overview_slide3_tc.png);
  }
}
.banner-slider-wrapper .slide-block.slide-block3 .slide-block-image.en{
  background-image:url(/Public/images/pages/index/desktop/overview_slide3_en.png);
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block3 .slide-block-image.en{
    background-image:url(/Public/images/pages/index/mobile/overview_slide3_en.png);
  }
}
.banner-slider-wrapper .slide-block.slide-block3 .slide-block-image.zh-cn{
  background-image:url(/Public/images/pages/index/desktop/overview_slide3_sc.png);
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block3 .slide-block-image.zh-cn{
    background-image:url(/Public/images/pages/index/mobile/overview_slide3_sc.png);
  }
}
.banner-slider-wrapper .slide-block.slide-block4{
  background-image:url(/Public/images/pages/index/desktop/overview_slide4_desktop.jpg?or64936);
  background-position:50%;
  background-size:cover;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block4{
    background-image:url(/Public/images/pages/index/mobile/overview_slide4_mobile.jpg?or64936);
  }
}
.banner-slider-wrapper .slide-block.slide-block4 .slide-block-image{
  background-image:url(/Public/images/pages/index/desktop/overview_slide4_tc.png);
  background-position:50%;
  background-repeat:no-repeat;
  background-size:contain;
  height:100%;
  justify-content:center;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block4 .slide-block-image{
    background-image:url(/Public/images/pages/index/mobile/overview_slide4_tc.png?3);
  }
}
.banner-slider-wrapper .slide-block.slide-block4 .slide-block-image.en{
  background-image:url(/Public/images/pages/index/desktop/overview_slide4_en.png);
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slide-block.slide-block4 .slide-block-image.en{
    background-image:url(/Public/images/pages/index/mobile/overview_slide4_en.png?2);
  }
}
.banner-slider-wrapper .slide-block .slide-desc,.banner-slider-wrapper .slide-block .slide-title{
  margin:0;
  text-shadow:0 2px 5px rgba(0,0,0,.75);
}
.banner-slider-wrapper .slider-dots-bar{
  bottom:15px;
  margin:0 !important;
  position:absolute;
  text-align:center;
  width:100%;
}
@media screen and (max-width:767px){
  .banner-slider-wrapper .slider-dots-bar{
    bottom:8px;
  }
}
.openrice-video-section{
  display:flex;
  justify-content:center;
  width:100%;
}
@media screen and (min-width:768px){
  .openrice-video-section{
    background-color:#e5e5e5;
    padding:50px 0;
  }
}
@media screen and (max-width:767px){
  .openrice-video-section{
    padding-top:15px;
  }
}
.openrice-video-section .video-outer-container{
  background-color:#e5e5e5;
  padding:30px;
  width:100%;
}
@media screen and (min-width:768px){
  .openrice-video-section .video-outer-container{
    background-color:#fff;
    padding:15px;
  }
}
@media screen and (min-width:992px){
  .openrice-video-section .video-outer-container{
    width:810px;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .openrice-video-section .video-outer-container{
    width:698px;
  }
}
@media screen and (max-width:767px){
  .openrice-video-section .video-outer-container{
    background-color:#000;
    padding:20px 0;
  }
}
.openrice-video-section .video-container{
  height:0;
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
}
.openrice-video-section .video-container .openrice-video{
  height:100%;
  left:0;
  min-height:1px;
  min-width:1px;
  position:absolute;
  top:0;
  width:100%;
}
@media screen and (min-width:992px){
  .openrice-video-section .video-container .openrice-video{
    max-height:439px;
    max-width:780px;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .openrice-video-section .video-container .openrice-video{
    max-height:376px;
    max-width:668px;
  }
}
@media screen and (max-width:767px){
  .openrice-video-section .video-container .openrice-video{
    background-color:#000;
  }
}
@media screen and (min-width:768px){
  .section-block{
    height:800px;
  }
}
@media screen and (max-width:767px){
  .section-block{
    padding:30px 16px;
  }
}
@media screen and (min-width:768px){
  .section-block .section-title-wrapper{
    padding-bottom:30px;
    padding-top:100px;
  }
}
.section-block .section-header{
  font-size:21px;
  font-weight:700;
  margin-bottom:20px;
}
.section-block .section-desc{
  font-size:16px;
  font-weight:400;
}
@media screen and (min-width:768px){
  .select-role-section-wrapper{
    height:auto;
    padding:0 20px;
  }
}
@media screen and (max-width:767px){
  .select-role-section-wrapper{
    padding-bottom:0;
  }
}
.select-role-section-wrapper .section-title-wrapper .section-subtitle,.select-role-section-wrapper .section-title-wrapper .section-title{
  font-weight:900;
}
@media screen and (min-width:768px){
  .select-role-section-wrapper .section-title-wrapper{
    padding:35px 0;
  }
  .select-role-section-wrapper .section-title-wrapper .section-title{
    font-size:35px;
  }
  .select-role-section-wrapper .section-title-wrapper .section-subtitle{
    font-size:45px;
    line-height:50px;
  }
}
@media screen and (max-width:767px){
  .select-role-section-wrapper .section-title-wrapper{
    padding-bottom:30px;
  }
  .select-role-section-wrapper .section-title-wrapper .section-title{
    font-size:24px;
  }
  .select-role-section-wrapper .section-title-wrapper .section-subtitle{
    font-size:35px;
    line-height:38px;
  }
}
@media screen and (min-width:768px){
  .select-role-section-wrapper .select-role-badges-wrapper{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
  }
}
.select-role-section-wrapper .select-role-badges-wrapper .swiper-container{
  width:100%;
}
.select-role-section-wrapper .select-role-badges-wrapper .swiper-container .swiper-wrapper .swiper-slide-active{
  transform:translateZ(0) rotateX(0deg) rotateY(0deg) !important;
}
.select-role-section-wrapper .select-role-badges-wrapper .swiper-container .swiper-wrapper .swiper-slide-prev{
  transform:scale(.65) translateX(75px) translateZ(0) !important;
}
.select-role-section-wrapper .select-role-badges-wrapper .swiper-container .swiper-wrapper .swiper-slide-next{
  transform:scale(.65) translateX(-75px) translateZ(0) !important;
}
.select-role-section-wrapper .select-role-badges-wrapper .swiper-container .swiper-button-next:after,.select-role-section-wrapper .select-role-badges-wrapper .swiper-container .swiper-button-prev:after{
  content:none !important;
}
.select-role-section-wrapper .select-role-badges-wrapper .swiper-container .swiper-button-next,.select-role-section-wrapper .select-role-badges-wrapper .swiper-container .swiper-button-prev{
  background:url(/Public/images/pages/index/mobile/roles_swiper_arrow.png) no-repeat 50% !important;
  height:44px;
  margin-top:-22px;
  width:27px;
}
.select-role-section-wrapper .select-role-badges-wrapper .swiper-container .swiper-button-prev{
  left:-5px;
}
.select-role-section-wrapper .select-role-badges-wrapper .swiper-container .swiper-button-next{
  right:-5px;
  transform:rotate(180deg);
}
.select-role-section-wrapper .select-role-badges-wrapper .roles-swiper-title{
  color:#565656;
  font-size:30px;
  font-weight:500;
  line-height:33px;
  margin-top:15px;
  width:100%;
}
.select-role-section-wrapper .select-role-badges-wrapper .select-role-badge{
  align-items:center;
  border-radius:10px;
  display:flex;
}
.select-role-section-wrapper .select-role-badges-wrapper .select-role-badge:hover{
  box-shadow:0 3px 6px 0 rgba(0,0,0,.07);
  cursor:pointer;
}
@media screen and (min-width:768px){
  .select-role-section-wrapper .select-role-badges-wrapper .select-role-badge{
    flex-direction:column;
    height:280px;
    padding:15px 15px 0;
    width:210px;
  }
  .select-role-section-wrapper .select-role-badges-wrapper .select-role-badge:not(:first-child){
    margin-left:15px;
  }
  .select-role-section-wrapper .select-role-badges-wrapper .select-role-badge.selected{
    box-shadow:0 3px 6px 0 rgba(0,0,0,.07);
  }
  .select-role-section-wrapper .select-role-badges-wrapper .select-role-badge.selected .select-role-image{
    display:none !important;
  }
  .select-role-section-wrapper .select-role-badges-wrapper .select-role-badge.selected .selected-role-image{
    display:block;
    height:165px;
    width:165px;
  }
}
@media screen and (max-width:767px){
  .select-role-section-wrapper .select-role-badges-wrapper .select-role-badge{
    justify-content:center;
    margin-bottom:25px;
  }
}
.select-role-section-wrapper .select-role-badges-wrapper .select-role-badge .select-role-image{
  height:165px;
  width:165px;
}
@media screen and (max-width:767px){
  .select-role-section-wrapper .select-role-badges-wrapper .select-role-badge .select-role-image{
    height:120px;
    margin-right:20px;
    width:120px;
  }
}
.select-role-section-wrapper .select-role-badges-wrapper .select-role-badge .selected-role-image{
  display:none;
}
.select-role-section-wrapper .select-role-badges-wrapper .select-role-badge .select-role-title{
  color:#565656;
  font-size:23px;
  font-weight:700;
  line-height:1.13;
  margin-bottom:10px;
  margin-top:25px;
}
@media screen and (min-width:768px){
  .select-role-section-wrapper .select-role-badges-wrapper .select-role-badge .select-role-title{
    width:100%;
  }
}
@media screen and (max-width:767px){
  .select-role-section-wrapper .select-role-badges-wrapper .select-role-badge .select-role-title{
    font-size:30px;
    margin:8px 0 20px;
  }
  .select-role-section-wrapper .select-role-badges-wrapper .select-role-badge .select-role-title.en{
    font-size:24px;
  }
}
.solutions-journey-section-wrapper{
  height:auto;
  max-width:1530px !important;
}
@media screen and (max-width:767px){
  .solutions-journey-section-wrapper{
    padding:0 16px;
  }
}
.solutions-journey-section-wrapper .section-title-wrapper{
  padding-top:20px;
}
@media screen and (max-width:767px){
  .solutions-journey-section-wrapper .section-title-wrapper{
    padding-bottom:25px;
    padding-top:15px;
  }
}
.solutions-journey-section-wrapper .section-title-wrapper .section-title{
  color:#3e75d9;
  font-size:45px;
  font-weight:700;
  line-height:1.2;
}
.solutions-journey-section-wrapper .solutions-buttons-swiper-container{
  padding:10px 0 !important;
  width:100%;
}
@media screen and (max-width:767px){
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container{
    padding-bottom:20px !important;
  }
}
.solutions-journey-section-wrapper .solutions-buttons-swiper-container.solutions-buttons-swiper-containerinitialized{
  background:url(/Public/images/pages/index/desktop/solutions-journey-background.png) no-repeat 50%;
  width:90%;
}
.solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-swiper-button-next,.solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-swiper-button-prev{
  background:#fff url(/Public/images/pages/index/desktop/solutions_swiper_arrow.png) no-repeat 50% !important;
  height:100%;
  margin-top:0;
  top:0;
  width:50px;
}
.solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-swiper-button-next{
  right:0;
  transform:rotate(180deg);
}
.solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-swiper-button-prev{
  left:0;
}
.solutions-journey-section-wrapper .solutions-buttons-swiper-container .swiper-button-next:after,.solutions-journey-section-wrapper .solutions-buttons-swiper-container .swiper-button-prev:after{
  content:none !important;
}
.solutions-journey-section-wrapper .solutions-buttons-swiper-container .swiper-button-next.swiper-button-disabled,.solutions-journey-section-wrapper .solutions-buttons-swiper-container .swiper-button-prev.swiper-button-disabled{
  opacity:0 !important;
  transition:opacity .5s ease-out;
}
.solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper{
  display:inline-flex;
}
@media screen and (min-width:768px){
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper{
    background:url(/Public/images/pages/index/desktop/solutions-journey-background.png) repeat-x 50%;
    justify-content:center;
    width:auto;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper.initialised{
    background:none;
    display:flex;
    justify-content:flex-start;
    width:100%;
  }
}
@media screen and (max-width:767px){
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper{
    align-items:center;
    background:url(/Public/images/pages/index/mobile/solutions-journey-background.png) repeat-y 50%;
    flex-direction:column;
  }
}
.solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button{
  background-color:#fff;
  border-radius:8px;
  box-shadow:0 3px 10px 0 hsla(0,3%,74%,.82);
  height:150px;
  padding:25px 10px 0;
  width:150px;
}
.solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-top-wrapper{
  align-items:center;
  display:flex;
  flex-direction:column;
  text-decoration:none;
  width:100%;
}
.solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-top-wrapper .selected-solutions-button-image,.solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-top-wrapper .solutions-button-image{
  height:60px;
  width:60px;
}
.solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-top-wrapper .selected-solutions-button-image{
  display:none;
}
.solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-top-wrapper .solutions-button-title{
  color:#333;
  font-size:21px;
  font-weight:600;
  margin-top:15px;
  width:100%;
}
.solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-top-wrapper .solutions-button-title.th{
  font-size:18px;
}
.solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-top-wrapper .solutions-button-title.en{
  font-size:25px;
  font-weight:400;
  line-height:1.12;
  margin-top:7px;
}
@media screen and (min-width:768px){
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button{
    margin-right:20px;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-top-wrapper:hover{
    cursor:pointer;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button.en{
    height:170px;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button.selected{
    background-color:#3e75d9;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button.selected .solutions-button-top-wrapper .solutions-button-title{
    color:#fff;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button.selected .solutions-button-top-wrapper .solutions-button-image{
    display:none !important;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button.selected .solutions-button-top-wrapper .selected-solutions-button-image{
    display:block;
  }
}
@media screen and (max-width:767px){
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button{
    height:auto;
    margin-top:25px;
    min-height:115px;
    padding-top:6px;
    position:relative;
    width:240px;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-top-wrapper.clickable:hover{
    cursor:pointer;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-top-wrapper .solutions-button-desc{
    color:#565656;
    font-size:14px;
    max-height:20px;
    max-width:210px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-top-wrapper .solutions-button-title{
    font-size:25px;
    font-weight:400;
    margin-top:0;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-top-wrapper .solutions-button-title.en{
    font-size:20px;
    font-weight:600;
    margin-top:8px;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-top-wrapper .solutions-button-arrow{
    background-image:url(/Public/images/pages/index/mobile/solutions_button_arrow.png);
    background-position:50%;
    background-repeat:no-repeat;
    background-size:contain;
    height:24px;
    position:absolute;
    right:10px;
    top:57.5px;
    transform:translate(-50%, -50%);
    width:13px;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-top-wrapper.selected .solutions-button-arrow{
    right:10px;
    top:58px;
    transform:rotate(90deg);
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-padding{
    margin-bottom:15px;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-link-buttons{
    height:auto;
    margin:0 auto;
    overflow:hidden;
    padding:10px 0;
    transition:height 1s;
    width:210px;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-link-buttons .solutions-link-button{
    font-size:22px;
    height:40px;
    margin-bottom:5px;
    padding:0 8px;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-link-buttons .solutions-link-button:last-child{
    margin-bottom:8px;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-link-buttons .solutions-link-button.disabled{
    align-items:center;
    background-color:initial;
    box-shadow:none;
    color:#bababa;
    display:flex !important;
    font-size:15px;
    font-weight:300;
    height:30px;
    justify-content:center;
    margin-bottom:0 !important;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-link-buttons .solutions-link-button.disabled span{
    display:inline-block;
    position:relative;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-link-buttons .solutions-link-button.disabled span.en:after,.solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-link-buttons .solutions-link-button.disabled span.en:before{
    width:50px;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-link-buttons .solutions-link-button.disabled span:after,.solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-link-buttons .solutions-link-button.disabled span:before{
    border-bottom:1px solid #bababa;
    content:"";
    height:1px;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:65px;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-link-buttons .solutions-link-button.disabled span:before{
    margin-right:10px;
    right:100%;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-link-buttons .solutions-link-button.disabled span:after{
    left:100%;
    margin-left:10px;
  }
  .solutions-journey-section-wrapper .solutions-buttons-swiper-container .solutions-buttons-swiper-wrapper .solutions-button .solutions-button-link-buttons .solutions-link-button .solutions-link-icon{
    height:30px;
    margin-right:10px;
    width:30px;
  }
}
.solutions-info-section-wrapper{
  align-items:center;
  display:flex;
  flex-direction:column;
  height:auto;
  padding:35px 0;
}
.solutions-info-section-wrapper .section-subtitle-wrapper{
  color:#565656;
  font-size:26px;
  font-weight:700;
}
.solutions-info-section-wrapper .section-title-wrapper{
  font-size:35px;
  padding-top:10px;
}
.solutions-info-section-wrapper .section-title-wrapper .section-title-one{
  color:#333;
}
.solutions-info-section-wrapper .section-title-wrapper .section-title-two{
  color:#eea717;
  font-weight:600;
}
.solutions-info-section-wrapper .section-desc{
  font-size:22px;
  line-height:1.2;
  width:720px;
}
.solutions-info-section-wrapper .solutions-link-buttons-wrapper{
  display:flex;
  margin-top:20px;
}
.solutions-info-section-wrapper .solutions-link-buttons-wrapper .solutions-link-button{
  border-radius:11px;
  box-shadow:0 3px 6px 0 rgba(0,0,0,.16);
  font-size:32px;
  height:75px;
  line-height:1;
  padding:0 40px;
}
.solutions-info-section-wrapper .solutions-link-buttons-wrapper .solutions-link-button:not(:last-child){
  margin-right:30px;
}
.solutions-info-section-wrapper .solutions-link-buttons-wrapper .solutions-link-button.disabled{
  align-items:center;
  background-color:initial;
  box-shadow:none;
  color:#bababa;
  font-size:24px;
  font-weight:300;
}
.solutions-info-section-wrapper .solutions-link-buttons-wrapper .solutions-link-button.disabled span{
  display:inline-block;
  position:relative;
}
.solutions-info-section-wrapper .solutions-link-buttons-wrapper .solutions-link-button.disabled span.en:after,.solutions-info-section-wrapper .solutions-link-buttons-wrapper .solutions-link-button.disabled span.en:before{
  width:270px;
}
.solutions-info-section-wrapper .solutions-link-buttons-wrapper .solutions-link-button.disabled span:after,.solutions-info-section-wrapper .solutions-link-buttons-wrapper .solutions-link-button.disabled span:before{
  border-bottom:1px solid #bababa;
  content:"";
  height:1px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:280px;
}
.solutions-info-section-wrapper .solutions-link-buttons-wrapper .solutions-link-button.disabled span:before{
  margin-right:18px;
  right:100%;
}
.solutions-info-section-wrapper .solutions-link-buttons-wrapper .solutions-link-button.disabled span:after{
  left:100%;
  margin-left:18px;
}
.solutions-info-section-wrapper .solutions-link-buttons-wrapper .solutions-link-button .solutions-link-icon{
  height:50px;
  margin-right:15px;
  width:50px;
}
@media screen and (min-width:768px){
  .restaurants-section-block{
    height:auto;
  }
}
.restaurants-section-block .section-header{
  font-size:26px;
}
.restaurants-section-block .slide-block{
  padding-bottom:40px;
}
@media screen and (min-width:992px){
  .restaurants-section-block .slide-block{
    flex:1 1 33%;
    max-width:33%;
    min-width:33%;
  }
}
@media screen and (min-width:768px) and (max-width:1160px){
  .restaurants-section-block .slide-block{
    flex:1 1 50%;
    max-width:50%;
    min-width:50%;
  }
}
@media screen and (max-width:767px){
  .restaurants-section-block .slide-block{
    display:flex;
    justify-content:center;
  }
  .restaurants-section-block .slide-block:not(:first-child){
    display:none;
  }
  .restaurants-section-block .slick-initialized .slide-block{
    display:block;
  }
}
.restaurants-section-block .slide-inner-block{
  display:block;
  margin:0 20px;
}
.restaurants-section-block .slide-inner-block:hover{
  text-decoration:none;
}
@media screen and (max-width:767px){
  .restaurants-section-block .slide-inner-block{
    min-width:180px;
  }
}
.restaurants-section-block .slide-title-row{
  align-items:center;
  border-bottom:1px solid #ccc;
  display:flex;
  padding-bottom:10px;
}
@media screen and (min-width:768px){
  .restaurants-section-block .slide-title-row{
    justify-content:flex-start;
  }
}
.restaurants-section-block .slide-title-row .slide-icon{
  height:28px;
}
.restaurants-section-block .slide-title-row .slide-title{
  color:#3e75d9;
  font-size:24px;
  line-height:1.2;
  margin-left:10px;
  text-align:left;
}
.restaurants-section-block .slide-desc{
  color:#4e3c2e;
  font-size:18px;
  line-height:1.3;
  padding-top:10px;
  text-align:left;
}
.restaurants-section-block .slide-more{
  border-bottom:1px solid #4e3c2e;
  color:#4e3c2e;
  font-size:14px;
  white-space:nowrap;
}
.restaurants-section-block .slide-more:hover{
  text-decoration:none;
}
.restaurant-slider-arrow{
  height:28px;
  width:15px;
}
.best-dining-section-block{
  background-image:url(/Public/images/pages/index/desktop/overview_bg_data_desktop.jpg?or64936);
  background-position:50%;
  background-size:cover;
  color:#fff;
}
@media screen and (max-width:767px){
  .best-dining-section-block{
    background-image:url(/Public/images/pages/index/mobile/overview_bg_data_mobile.jpg?or64936);
  }
}
@media screen and (min-width:768px){
  .best-dining-section-block.th{
    height:500px;
  }
}
@media screen and (max-width:767px){
  .best-dining-section-block.th .best-dining-web-app-block{
    flex-direction:column;
    margin-top:20px;
  }
  .best-dining-section-block.th .best-dining-web-app-block .best-dining-web-app-stats-block{
    margin:auto;
  }
  .best-dining-section-block.th .best-dining-web-app-block .best-dining-web-app-stats-block:last-child{
    margin-top:20px;
  }
  .best-dining-section-block.th .best-dining-web-app-block .icon-block{
    margin:auto;
    width:110px;
  }
  .best-dining-section-block.th .best-dining-web-app-block .chart-stats{
    font-size:18px;
  }
  .best-dining-section-block .section-title{
    font-size:19px;
  }
}
.best-dining-section-block .best-dining-stats-percentage{
  color:#fff;
  font-size:30px;
  font-weight:700;
}
@media screen and (min-width:768px){
  .best-dining-section-block .best-dining-bar-chart-block{
    padding-right:40px;
  }
}
@media screen and (max-width:767px){
  .best-dining-section-block .best-dining-bar-chart-block{
    margin-top:20px;
    padding-right:20px;
  }
}
.best-dining-section-block .chart-bold-percentage{
  color:#fff;
  font-size:60px;
  font-weight:700;
}
@media screen and (max-width:767px){
  .best-dining-section-block .chart-bold-percentage{
    color:#fff;
    font-size:30px;
    font-weight:700;
  }
}
.best-dining-section-block .chart-stats{
  color:#fff;
  font-size:25px;
  font-weight:700;
  text-align:left;
}
.best-dining-section-block .best-dining-bar-chart-item{
  align-items:center;
  -webkit-align-items:center;
  display:flex;
  display:-webkit-flex;
}
@media screen and (min-width:768px){
  .best-dining-section-block .best-dining-bar-chart-item:first-child .chart-left-block{
    padding-bottom:30px;
    padding-top:16px;
  }
}
@media screen and (max-width:767px){
  .best-dining-section-block .best-dining-bar-chart-item:first-child .chart-left-block{
    padding-bottom:10px;
  }
}
@media screen and (min-width:768px){
  .best-dining-section-block .best-dining-bar-chart-item:last-child .chart-left-block{
    padding-bottom:16px;
  }
}
.best-dining-section-block .best-dining-bar-chart-item .chart-left-block{
  border-right:2px solid hsla(0,0%,100%,.3);
  width:200px;
}
@media screen and (max-width:767px){
  .best-dining-section-block .best-dining-bar-chart-item .chart-left-block{
    width:120px;
  }
}
.best-dining-section-block .best-dining-bar-chart-item .chart-left-block .chart-item-percentage{
  color:#fff;
  font-size:60px;
  font-weight:400;
  line-height:1;
}
@media screen and (max-width:767px){
  .best-dining-section-block .best-dining-bar-chart-item .chart-left-block .chart-item-percentage{
    color:#fff;
    font-size:30px;
    font-weight:300;
  }
}
.best-dining-section-block .best-dining-bar-chart-item .chart-left-block .chart-item-title{
  color:#fff;
  font-size:18px;
  font-weight:400;
  line-height:1.2;
}
@media screen and (max-width:767px){
  .best-dining-section-block .best-dining-bar-chart-item .chart-left-block .chart-item-title{
    color:#fff;
    font-size:12px;
    font-weight:400;
  }
}
.best-dining-section-block .best-dining-bar-chart-item .chart-left-block .chart-item-title br{
  line-height:1.1;
}
.best-dining-section-block .best-dining-bar-chart-item .chart-bar{
  display:flex;
  display:-webkit-flex;
  flex:1;
  -webkit-flex:1;
  height:80px;
  position:relative;
  width:100%;
}
.best-dining-section-block .best-dining-bar-chart-item .chart-bar .chart-bar-bg{
  background-color:hsla(0,0%,100%,.5);
  height:100%;
  position:absolute;
  width:100%;
  z-index:1;
}
@media screen and (max-width:767px){
  .best-dining-section-block .best-dining-bar-chart-item .chart-bar{
    height:40px;
  }
}
.best-dining-section-block .best-dining-bar-chart-item .chart-bar .chart-bar-value{
  background-color:hsla(0,0%,100%,.8);
  height:100%;
  position:absolute;
  z-index:2;
}
.best-dining-section-block .best-dining-web-app-header{
  margin-bottom:30px;
  margin-top:40px;
}
.best-dining-section-block .best-dining-web-app-block{
  display:flex;
  display:-webkit-flex;
  justify-content:center;
  -webkit-justify-content:center;
  margin-bottom:30px;
}
@media screen and (max-width:399px){
  .best-dining-section-block .best-dining-web-app-block{
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
  }
}
.best-dining-section-block .best-dining-web-app-stats-block{
  align-items:center;
  -webkit-align-items:center;
  display:flex;
  display:-webkit-flex;
  margin:0 60px;
}
@media screen and (max-width:767px){
  .best-dining-section-block .best-dining-web-app-stats-block{
    margin:0 17px;
  }
}
@media screen and (max-width:399px){
  .best-dining-section-block .best-dining-web-app-stats-block{
    margin:10px 0;
  }
  .best-dining-section-block .best-dining-web-app-stats-block:last-child{
    padding-left:10px;
  }
}
@media screen and (min-width:400px) and (max-width:767px){
  .best-dining-section-block .best-dining-web-app-stats-block:first-child{
    margin-left:0;
  }
}
@media screen and (max-width:767px){
  .best-dining-section-block .best-dining-web-app-stats-block .icon-block{
    margin:auto;
  }
}
.best-dining-section-block .best-dining-web-app-stats-block .best-dining-stats-icon{
  margin-right:20px;
}
@media screen and (max-width:767px){
  .best-dining-section-block .best-dining-survey-info{
    color:#fff;
    font-size:12px;
    font-weight:400;
    margin-top:34px;
    text-align:center;
  }
}
.best-dining-section-block.loaded .chart-bar-value{
  animation:animJumpingBar 3s;
  width:100%;
}
.coverage-section-block{
  background-image:url(/Public/images/pages/index/desktop/overview_bg_coverage_desktop.png?or64936);
  background-position:50%;
  background-position:top;
  background-repeat:no-repeat;
  background-size:cover;
  background-size:auto;
  color:#565656;
  display:block;
  position:relative;
}
@media screen and (max-width:767px){
  .coverage-section-block{
    background-image:url(/Public/images/pages/index/mobile/overview_bg_coverage_mobile.png?or64936);
  }
}
.coverage-section-block .coverage-map-wrapper{
  height:100%;
  width:100%;
}
@media screen and (min-width:768px){
  .coverage-section-block .coverage-map-wrapper{
    margin:auto;
    max-width:1200px;
  }
}
@media screen and (max-width:767px){
  .coverage-section-block .coverage-map-wrapper{
    max-width:768px;
  }
}
.coverage-section-block .coverage-map-wrapper .coverage-region,.coverage-section-block .coverage-map-wrapper .coverage-stats-amount,.coverage-section-block .coverage-map-wrapper .coverage-stats-title,.coverage-section-block .coverage-map-wrapper .section-desc,.coverage-section-block .coverage-map-wrapper .section-header{
  position:relative;
  z-index:15;
}
.coverage-section-block .section-title-wrapper{
  margin:0 15px;
}
@media screen and (min-width:768px){
  .coverage-section-block .coverage-stats-block{
    display:flex;
    display:-webkit-flex;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    margin:90px auto 0;
    max-width:80%;
  }
  .coverage-section-block .coverage-stats-block.data-elements{
    justify-content:center;
    margin-top:0;
  }
  .coverage-section-block .coverage-stats-block.data-elements .coverage-stats-column .coverage-stats-item{
    margin-top:0;
  }
  .coverage-section-block .coverage-stats-block.data-elements .coverage-stats-column .coverage-stats-item .coverage-stats-amount{
    font-size:70px;
    margin-right:20px;
  }
  .coverage-section-block .coverage-stats-block.data-elements .coverage-stats-column .coverage-stats-item .coverage-stats-title{
    font-size:40px;
  }
}
@media screen and (max-width:767px){
  .coverage-section-block .coverage-stats-block{
    margin:34px 0;
  }
  .coverage-section-block .coverage-stats-block .coverage-stats-column{
    margin-top:30px;
  }
  .coverage-section-block .coverage-stats-block.data-elements .coverage-stats-title{
    margin-top:8px;
  }
}
.coverage-section-block .coverage-stats-block .coverage-stats-item{
  color:#3e75d9;
  font-weight:300;
}
@media screen and (min-width:768px){
  .coverage-section-block .coverage-stats-block .coverage-stats-item{
    margin:40px 0;
  }
}
@media screen and (max-width:767px){
  .coverage-section-block .coverage-stats-block .coverage-stats-item{
    line-height:.5;
  }
}
.coverage-section-block .coverage-stats-block .coverage-stats-item .coverage-stats-amount{
  display:inline-block;
  font-size:60px;
  line-height:1;
}
@media screen and (max-width:767px){
  .coverage-section-block .coverage-stats-block .coverage-stats-item .coverage-stats-amount{
    display:block;
    font-size:50px;
  }
}
.coverage-section-block .coverage-stats-block .coverage-stats-item .coverage-stats-amount.en{
  font-size:50px;
}
.coverage-section-block .coverage-stats-block .coverage-stats-item .coverage-stats-title{
  display:inline-block;
  font-size:25px;
}
@media screen and (min-width:768px){
  .coverage-section-block .coverage-stats-block .coverage-stats-item .coverage-stats-title{
    padding-bottom:65px;
  }
}
@media screen and (max-width:767px){
  .coverage-section-block .coverage-stats-block .coverage-stats-item .coverage-stats-title{
    font-size:20px;
  }
  .coverage-section-block .coverage-stats-block .coverage-stats-item:last-child{
    margin-top:30px;
  }
}
.coverage-section-block .coverage-regions-block{
  display:flex;
  display:-webkit-flex;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  justify-content:center;
  -webkit-justify-content:center;
}
@media screen and (min-width:768px){
  .coverage-section-block .coverage-regions-block{
    margin-bottom:80px;
  }
}
@media screen and (max-width:767px){
  .coverage-section-block .coverage-regions-block{
    margin-top:34px;
  }
}
.coverage-section-block .coverage-regions-block a:hover,.coverage-section-block .coverage-regions-block a:hover span{
  color:#eea717;
}
.coverage-section-block .coverage-regions-block .coverage-region{
  color:#333;
  cursor:pointer;
  font-size:14px;
  font-weight:400;
  line-height:1;
  margin-top:10px;
}
.coverage-section-block .coverage-regions-block .coverage-region:not(:first-child){
  border-left:1px solid #333;
  margin-left:15px;
  padding-left:15px;
}
.coverage-section-block .coverage-regions-block .coverage-region.hover-region{
  color:#eea717;
  text-decoration:underline;
}
.coverage-section-block .coverage-points-container,.coverage-section-block .overlay-coverage-points-container{
  left:0;
  margin:auto;
  position:absolute;
  right:0;
  top:0;
  width:768px;
}
@media screen and (max-width:767px){
  .coverage-section-block .coverage-points-container,.coverage-section-block .overlay-coverage-points-container{
    width:320px;
  }
}
.coverage-section-block .coverage-points-container{
  z-index:0;
}
.coverage-section-block .coverage-point,.coverage-section-block .overlay-coverage-point{
  border-radius:50%;
  height:7px;
  position:relative;
  width:7px;
}
@media screen and (min-width:768px){
  .coverage-section-block .coverage-point.hongkong,.coverage-section-block .overlay-coverage-point.hongkong{
    left:433px;
    top:245px;
  }
}
@media screen and (max-width:767px){
  .coverage-section-block .coverage-point.hongkong,.coverage-section-block .overlay-coverage-point.hongkong{
    left:115px;
    top:220px;
  }
}
@media screen and (min-width:768px){
  .coverage-section-block .coverage-point.china,.coverage-section-block .overlay-coverage-point.china{
    left:385px;
    top:195px;
  }
}
@media screen and (max-width:767px){
  .coverage-section-block .coverage-point.china,.coverage-section-block .overlay-coverage-point.china{
    left:80px;
    top:180px;
  }
}
@media screen and (min-width:768px){
  .coverage-section-block .coverage-point.taiwan,.coverage-section-block .overlay-coverage-point.taiwan{
    left:472px;
    top:219px;
  }
}
@media screen and (max-width:767px){
  .coverage-section-block .coverage-point.taiwan,.coverage-section-block .overlay-coverage-point.taiwan{
    left:151px;
    top:194px;
  }
}
@media screen and (min-width:768px){
  .coverage-section-block .coverage-point.japan,.coverage-section-block .overlay-coverage-point.japan{
    left:633px;
    top:52px;
  }
}
@media screen and (max-width:767px){
  .coverage-section-block .coverage-point.japan,.coverage-section-block .overlay-coverage-point.japan{
    left:293px;
    top:45px;
  }
}
@media screen and (min-width:768px){
  .coverage-section-block .coverage-point.malaysia,.coverage-section-block .overlay-coverage-point.malaysia{
    left:326px;
    top:353px;
  }
}
@media screen and (max-width:767px){
  .coverage-section-block .coverage-point.malaysia,.coverage-section-block .overlay-coverage-point.malaysia{
    left:19px;
    top:312px;
  }
}
@media screen and (min-width:768px){
  .coverage-section-block .coverage-point.singapore,.coverage-section-block .overlay-coverage-point.singapore{
    left:341px;
    top:364px;
  }
}
@media screen and (max-width:767px){
  .coverage-section-block .coverage-point.singapore,.coverage-section-block .overlay-coverage-point.singapore{
    left:32px;
    top:322px;
  }
}
@media screen and (min-width:768px){
  .coverage-section-block .coverage-point.thailand,.coverage-section-block .overlay-coverage-point.thailand{
    left:317px;
    top:256px;
  }
}
@media screen and (max-width:767px){
  .coverage-section-block .coverage-point.thailand,.coverage-section-block .overlay-coverage-point.thailand{
    left:13px;
    top:227px;
  }
}
.coverage-section-block .coverage-point{
  background-color:#eea717;
  cursor:default;
  image-rendering:crisp-edges;
  z-index:10;
}
.coverage-section-block .coverage-point.random-ripple .ripple-l3{
  animation:randomRipple 3s infinite;
}
.coverage-section-block .coverage-point .ripples{
  background-color:rgba(238,167,23,.4);
  border-radius:50%;
  height:7px;
  position:absolute;
  width:7px;
}
.coverage-section-block .coverage-point.region-hover .ripples.ripple-l1{
  animation:hoverRipple 1s infinite;
  height:28px;
  left:-10.5px;
  top:-10.5px;
  transform:scale(4);
  width:28px;
}
.coverage-section-block .coverage-point.region-hover .ripples.ripple-l2{
  animation:hoverRipple 1s infinite;
  height:42px;
  left:-17.5px;
  top:-17.5px;
  transform:scale(6);
  width:42px;
}
.coverage-section-block .coverage-point.region-hover .ripples.ripple-l3{
  animation:hoverRipple 1s infinite;
  height:56px;
  left:-24.5px;
  top:-24.5px;
  transform:scale(8);
  width:56px;
}
.coverage-section-block .overlay-coverage-points-container{
  z-index:30;
}
.coverage-section-block .overlay-coverage-points-container .overlay-coverage-point{
  cursor:pointer;
  z-index:40;
}
body.lang-th .restaurants-section-block .slide-title-row .slide-title{
  font-size:23px;
}

/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
