@import url(https://fonts.googleapis.com/css?family=Gravitas+One|Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Reem+Kufi);
@import url(normalize.min.css);
@import url(main.css);
@import url(../bower_components/remodal/dist/remodal.css);
@import url(../bower_components/remodal/dist/remodal-default-theme.css);
/*==================================
  VARIABLES.SCSS
==================================*/
/* COLORS ======================================================= */
/* FONTS ======================================================= */
/* UI ======================================================= */
/* MAP ======================================================= */
/* BOOTSTRAP - MEDIA QUERIES BREAKPOINTS ======================================================= */
/*==================================
  MIXINS.SCSS
==================================*/
/*==================================
  PACE.SCSS (LOADING CONTENT)
==================================*/
.pace {
  pointer-events: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #f8ecbf;
  transition: all .5s ease-out;
  transition-delay: 0.5s;
  /* @media screen and (min-width: $screen-md-min) {
  } */
  /*-webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);

  transition: all .5s ease-out; */
  /* &.pace-active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  } */ }
  .pace .pace-progress {
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    /* display: block;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: $ui-frame-thickness * 2.5;
    background: $gold;
    pointer-events: none; */ }
    .pace .pace-progress:after {
      content: attr(data-progress-text);
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 200px;
      height: 200px;
      margin-left: -100px;
      margin-top: -100px;
      font-family: "Reem Kufi", sans-serif;
      font-weight: 100;
      font-size: 5rem;
      line-height: 200px;
      text-align: center;
      color: #e3b700; }
  .pace.pace-inactive {
    opacity: 0; }

.page {
  opacity: 0; }

.pace-done .page {
  opacity: 1; }

body:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #FFF;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  transform: rotate(45deg) scale(0);
  transition: all 1s ease-out;
  transition-delay: 0.6s;
  z-index: 100001; }
body.js-after-loading:before {
  opacity: 0;
  transform: rotate(45deg) scale(10); }

@font-face {
  font-family: 'thailand-icons';
  src: url("../fonts/thailand-icons/fonts/thailand-icons.eot?h8d4ky");
  src: url("../fonts/thailand-icons/fonts/thailand-icons.eot?h8d4ky#iefix") format("embedded-opentype"), url("../fonts/thailand-icons/fonts/thailand-icons.ttf?h8d4ky") format("truetype"), url("../fonts/thailand-icons/fonts/thailand-icons.woff?h8d4ky") format("woff"), url("../fonts/thailand-icons/fonts/thailand-icons.svg?h8d4ky#thailand-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'thailand-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-airplane::before {
  content: "\e900";
  transform: rotate(-45deg); }

.icon-boat::before {
  content: "\e901"; }

.icon-bus::before {
  content: "\e902"; }

.icon-train::before {
  content: "\e903"; }

/*==================================
  LAYOUT.SCSS
==================================*/
p {
  margin: 20px 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

@media screen and (min-width: 992px) {
  html,
  body,
  main {
    height: 100%;
    min-height: 100%; }

  .page {
    overflow: hidden; } }
.page {
  position: relative;
  min-width: 400px;
  height: 100vh;
  color: #2e2600; }
  @media screen and (min-width: 992px) {
    .page {
      height: 100%; } }

.main-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px; }
  .main-header .logo,
  .main-header .tit {
    float: left; }
  .main-header .logo {
    margin-left: 21px; }
    .main-header .logo .logo-content {
      transform: rotate(45deg) scale(0.5); }
      .main-header .logo .logo-content::before {
        display: none; }
    .main-header .logo .logo-letters {
      display: none; }
    @media screen and (min-width: 992px) {
      .main-header .logo {
        position: absolute;
        top: 63px;
        left: 50%;
        margin-top: 4px;
        margin-left: -30px; }
        .main-header .logo .logo-content::before {
          display: block; }
        .main-header .logo .logo-letters {
          display: block; } }
  .main-header .tit {
    width: calc(100% - (21px + 60px));
    height: 60px;
    line-height: 60px;
    margin: 0;
    font-family: 'Gravitas One', cursive;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #e3b700; }
    .main-header .tit .tit-el-more {
      display: none; }
  @media screen and (min-width: 580px) {
    .main-header .tit {
      font-size: 1.2em; }
      .main-header .tit .tit-el-more {
        display: inline; } }
  @media screen and (min-width: 768px) {
    .main-header .tit {
      font-size: 1.6em; } }
  @media screen and (min-width: 992px) {
    .main-header {
      height: 0;
      background: none; }
      .main-header .logo .logo-content {
        transform: rotate(45deg); }
      .main-header .tit {
        display: none; } }

.journey-nav .item,
.step {
  height: 100px; }

.journey-nav {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 0;
  width: 200px;
  background: rgba(176, 142, 0, 0.8);
  font-family: "Reem Kufi", sans-serif; }
  .journey-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    height: 100%;
    border-left: 4px solid #FFF;
    z-index: 1; }
    @media screen and (min-width: 992px) {
      .journey-nav::before {
        top: -2px;
        left: 0;
        width: 100%;
        height: 0;
        border-top: 4px solid #FFF;
        border-left: none; } }
  .journey-nav .btn-nav-toggle {
    display: none; }
  .journey-nav .item {
    position: relative;
    padding: 10px 10px 10px 60px;
    border-bottom: 2px dotted #645000;
    box-sizing: border-box;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .journey-nav .item:last-child {
      border-bottom: none; }
    .journey-nav .item:not(:first-child)::before {
      content: "";
      position: absolute;
      z-index: 2;
      top: -8px;
      left: 46px;
      width: 8px;
      height: 8px;
      background: #FFF;
      border: 2px solid #FFF;
      outline: 3px solid #e83b54;
      box-shadow: 0 0 0 5px #FFF;
      transform: scale(0.8) rotate(45deg); }
    .journey-nav .item::after,
    .journey-nav .item .item-content::after,
    .journey-nav .item .icon-pre-list {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'thailand-icons' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      text-shadow: none;
      font-size: 2em;
      color: #ffd217;
      opacity: 0.75;
      z-index: 3; }
    @media screen and (min-width: 992px) {
      .journey-nav .item .item-content::after {
        bottom: 40px;
        right: 0;
        margin: 0 auto; } }
    .journey-nav .item .icon-pre-list {
      display: none; }
      @media screen and (min-width: 992px) {
        .journey-nav .item .icon-pre-list {
          display: block;
          bottom: 5px;
          left: 50%;
          margin-left: -130%;
          transform: rotate(-45deg); } }
  .journey-nav .item-3::after,
  .journey-nav .item-6::after,
  .journey-nav .item-7::after,
  .journey-nav .item-8::after {
    content: "\e903"; }
  .journey-nav .item-4::after,
  .journey-nav .item-5::after {
    content: "\e902"; }
  .journey-nav .item-1::after,
  .journey-nav .item-12::after,
  .journey-nav .item-13::after {
    content: "\e900";
    transform: rotate(-45deg); }
  .journey-nav .item-10::after,
  .journey-nav .item-11::after {
    content: "\e901"; }
  .journey-nav .item-8 .item-content::after {
    content: "\e900";
    transform: rotate(-45deg);
    bottom: 30px; }
    @media screen and (min-width: 992px) {
      .journey-nav .item-8 .item-content::after {
        bottom: 40px; } }
  .journey-nav .item-12 .item-content::after {
    content: "\e901";
    bottom: 26px; }
    @media screen and (min-width: 992px) {
      .journey-nav .item-12 .item-content::after {
        bottom: 40px; } }
  .journey-nav .step-num {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: #bf9a00;
    font-family: "Reem Kufi", sans-serif;
    font-size: 1.8em;
    font-style: normal;
    color: #FFF;
    text-align: center;
    box-sizing: border-box;
    z-index: 1; }
  .journey-nav .tit {
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2em; }
  @media screen and (min-width: 992px) {
    .journey-nav {
      top: auto;
      bottom: 0;
      width: 100%;
      height: 200px;
      z-index: 96; }
      .journey-nav .list {
        position: relative;
        width: 100%;
        height: 100%;
        padding-left: 3.3vw;
        text-align: center; }
        .journey-nav .list::before, .journey-nav .list::after {
          content: " ";
          display: table; }
        .journey-nav .list:after {
          clear: both; }
        .journey-nav .list::before {
          content: "";
          position: absolute;
          bottom: 5px;
          left: 0;
          width: 100%;
          height: 50px;
          background: #bf9a00; }
      .journey-nav .item {
        display: inline-block;
        width: calc(100vw/15);
        height: 100%;
        padding: 0;
        border-bottom: none; }
        .journey-nav .item:first-child::before, .journey-nav .item:not(:first-child)::before {
          content: "";
          position: absolute;
          z-index: 1;
          top: -6px;
          left: -8px;
          width: 8px;
          height: 8px;
          background: #FFF;
          border: 2px solid #FFF;
          outline: 3px solid #e83b54;
          box-shadow: 0 0 0 5px #FFF;
          transform: scale(0.8) rotate(45deg); }
        .journey-nav .item::after {
          position: absolute;
          bottom: 5px;
          left: 50%;
          margin-left: -25px; }
        .journey-nav .item .item-content {
          height: 100%; }
          .journey-nav .item .item-content::before {
            position: absolute;
            top: 0;
            left: -3px;
            content: "";
            height: 100%;
            border-left: 2px dotted #645000; }
      .journey-nav .step-num {
        top: auto;
        bottom: 5px;
        left: -27px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: none;
        padding-top: 0; }
      .journey-nav .tit {
        position: absolute;
        bottom: -32px;
        left: 35px;
        display: block;
        width: 200px;
        height: 70px;
        padding: 5px 15px 0 16px;
        text-align: right;
        transform-origin: 0;
        transform: rotate(-90deg);
        box-sizing: border-box; } }

.journey-intro {
  display: none;
  position: absolute;
  z-index: 97;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -90px;
  width: 180px;
  height: 180px;
  color: #FFF;
  font-size: 0.9em; }
  .journey-intro::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -90px;
    width: 180px;
    height: 180px;
    background: rgba(176, 142, 0, 0.8);
    transform: rotate(45deg); }
  .journey-intro .text {
    position: relative;
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 0.9em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .journey-intro .text-or {
    display: block;
    width: 40px;
    height: 40px;
    background: #e3b700;
    border-radius: 50%;
    margin: 5px auto;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Reem Kufi", sans-serif;
    font-style: normal;
    line-height: 40px;
    /* &::before {
      content:"";
      height: $ui-border-W;
    } */ }
  @media screen and (min-width: 992px) {
    .journey-intro {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }

.step {
  position: relative;
  width: 100%;
  background: #FFF;
  /* &::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: $ui-border-W solid transparentize($white,0.5);
  }

  &:last-child {
    &::before {
      border-top: 0;
    }
  } */ }

@media screen and (min-width: 992px) {
  .step {
    position: absolute;
    top: 0;
    left: 0; }

  .step-13 {
    margin-top: 0vw;
    margin-left: 0vw;
    width: calc(100% - 0vw );
    height: calc(100% - 0vw );
    z-index: 0; }

  .step-12 {
    margin-top: 2vw;
    margin-left: 2vw;
    width: calc(100% - 4vw );
    height: calc(100% - 4vw );
    z-index: 1; }

  .step-11 {
    margin-top: 4vw;
    margin-left: 4vw;
    width: calc(100% - 8vw );
    height: calc(100% - 8vw );
    z-index: 2; }

  .step-10 {
    margin-top: 6vw;
    margin-left: 6vw;
    width: calc(100% - 12vw );
    height: calc(100% - 12vw );
    z-index: 3; }

  .step-9 {
    margin-top: 8vw;
    margin-left: 8vw;
    width: calc(100% - 16vw );
    height: calc(100% - 16vw );
    z-index: 4; }

  .step-8 {
    margin-top: 10vw;
    margin-left: 10vw;
    width: calc(100% - 20vw );
    height: calc(100% - 20vw );
    z-index: 5; }

  .step-7 {
    margin-top: 12vw;
    margin-left: 12vw;
    width: calc(100% - 24vw );
    height: calc(100% - 24vw );
    z-index: 6; }

  .step-6 {
    margin-top: 14vw;
    margin-left: 14vw;
    width: calc(100% - 28vw );
    height: calc(100% - 28vw );
    z-index: 7; }

  .step-5 {
    margin-top: 16vw;
    margin-left: 16vw;
    width: calc(100% - 32vw );
    height: calc(100% - 32vw );
    z-index: 8; }

  .step-4 {
    margin-top: 18vw;
    margin-left: 18vw;
    width: calc(100% - 36vw );
    height: calc(100% - 36vw );
    z-index: 9; }

  .step-3 {
    margin-top: 20vw;
    margin-left: 20vw;
    width: calc(100% - 40vw );
    height: calc(100% - 40vw );
    z-index: 10; }

  .step-2 {
    margin-top: 22vw;
    margin-left: 22vw;
    width: calc(100% - 44vw );
    height: calc(100% - 44vw );
    z-index: 11; }

  .step-1 {
    margin-top: 24vw;
    margin-left: 24vw;
    width: calc(100% - 48vw );
    height: calc(100% - 48vw );
    z-index: 12; } }
.container-steps {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
  padding-top: 60px; }
  .container-steps .btn-home {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translate(130%, 0);
    -ms-transform: translate(130%, 0);
    -o-transform: translate(130%, 0);
    transform: translate(130%, 0); }
  @media screen and (min-width: 992px) {
    .container-steps {
      border: 20px solid #FFF;
      margin-top: 0; } }

.page[data-journey="pre-journey"] .container-steps {
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .page[data-journey="pre-journey"] .container-steps {
      overflow: hidden; } }

.page[data-journey="start-journey"]:not(.js-intro-fx) .container-steps {
  overflow: auto;
  overflow-x: hidden; }

@media screen and (min-width: 992px) {
  .page[data-journey="start-journey"] .container-steps {
    overflow: hidden !important; } }

@media screen and (min-width: 992px) {
  .frame {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    border: 5px solid #e3b700;
    margin-top: 20px;
    margin-left: 20px;
    width: calc(100% - 40px );
    height: calc(100% - 40px );
    /* width: 100%;
    height: 100%; */
    pointer-events: none;
    z-index: 99; }
    .frame::before {
      content: "";
      display: block;
      width: calc(100% - 5px * 2);
      height: calc(100% - 5px * 2);
      border: 2px solid #e3b700;
      margin: auto; } }

@media screen and (min-width: 1200px) {
  .frame-more {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #e3b700;
    margin-top: 69px;
    margin-left: 69px;
    width: calc(100% - 138px);
    height: calc(100% - 138px);
    pointer-events: none;
    z-index: 1; }
    .frame-more .icon-diamond {
      display: block;
      position: absolute;
      width: 24px;
      height: 24px;
      background: #FFF;
      border: 2px solid #e3b700;
      transform: rotate(-45deg); }
      .frame-more .icon-diamond.icon-1 {
        top: -15px;
        left: -15px; }
      .frame-more .icon-diamond.icon-2 {
        top: -15px;
        right: -15px; }
      .frame-more .icon-diamond.icon-3 {
        top: 50%;
        right: 0;
        margin: -15px -15px 0 0; }
      .frame-more .icon-diamond.icon-4 {
        bottom: -15px;
        right: -15px; }
      .frame-more .icon-diamond.icon-5 {
        bottom: -15px;
        left: -15px; }
      .frame-more .icon-diamond.icon-6 {
        top: 50%;
        left: 0;
        margin: -15px 0 0 -15px; } }

.step {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  /* .pic::before,
  .pic::after {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  } */ }
  .step.step-13 {
    border: none; }
  .step .pic {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
    margin: 0;
    /* &::before, //picture on top
    &::after { //picture on top shown on click only
      content:"";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
    }

    &::before { 
      -webkit-filter:grayscale(100%);
      filter:grayscale(100%);
    }

    &::after { 
      opacity: 0.85;
    } */ }
    .step .pic img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .step .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (min-width: 992px) {
  .btn-modal-info {
    display: none; } }

html {
  overflow: hidden; }

.btn-close-modal {
  transition: all 0.3s ease-out;
  transform: translate(220%, 0); }

.frame::before,
.frame-more {
  transition: all 0.5s ease-out; }

.cover {
  transition: all 0.5s ease-out; }
  .cover::before, .cover::after,
  .cover .content::before,
  .cover .content::after {
    transition: all 1.5s ease-out; }

.main-header {
  transition: all 0.3s ease-out; }
  .main-header .tit {
    transition: transform 0.3s ease-out; }
  .main-header .logo .logo-content::before {
    transition: all 0.5s ease-in; }

.journey-nav,
.journey-nav .item::before,
.journey-nav .step-num {
  transition: all 0.3s ease-out; }

.journey-intro,
.journey-intro::before {
  transition: all 0.3s ease-out; }

.journey-nav .item {
  transition: all 0.3s ease-out; }

.pic {
  transition: all 0.5s ease-out; }

.no-touch {
  /* .step {
    .tit-nav-wrap .js-tit-step-fx {
      width: 0;
      @include transition(all 0.2s ease-out);
    }
  } */ }
  .no-touch .page[data-status=""] .step:not(.js-active) {
    will-change: transform;
    cursor: pointer; }
  .no-touch .journey-nav .item.js-hover,
  .no-touch .journey-nav .item.js-active {
    background: rgba(227, 183, 0, 0.7);
    cursor: pointer; }
    .no-touch .journey-nav .item.js-hover .step-num,
    .no-touch .journey-nav .item.js-active .step-num {
      background: #e3b700; }
    .no-touch .journey-nav .item.js-hover::before,
    .no-touch .journey-nav .item.js-active::before {
      background: #e10021;
      transform: rotate(45deg) scale(1.1); }
    .no-touch .journey-nav .item.js-hover::after,
    .no-touch .journey-nav .item.js-hover .item-content::after,
    .no-touch .journey-nav .item.js-active::after,
    .no-touch .journey-nav .item.js-active .item-content::after {
      color: #ffeb97; }
    @media screen and (min-width: 992px) {
      .no-touch .journey-nav .item.js-hover .step-num,
      .no-touch .journey-nav .item.js-active .step-num {
        background: none; } }
  .no-touch .step:not(.js-active).js-hover .pic {
    opacity: 0.8; }
  @media screen and (min-width: 992px) {
    .no-touch .step:not(.js-active).js-hover {
      -webkit-box-shadow: 0 0 0 4px #FFF;
      box-shadow: 0 0 0 4px #FFF; } }
  .no-touch .btn-close-modal:hover {
    background: #fb0025;
    transition: none; }
  .no-touch .btn-close-modal:active {
    background: #c8001d;
    transition: none; }

.page .logo::before {
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out; }

@media screen and (min-width: 992px) {
  .step {
    backface-visibility: hidden; } }
.step .pic {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
.step > .content .tit-step-wrap .inner {
  width: 0; }
.step > .content .tit-step,
.step > .content .subtit {
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }
.step > .content .btn-wrap {
  opacity: 0;
  -webkit-transform: translate(0, 500%);
  -ms-transform: translate(0, 500%);
  -o-transform: translate(0, 500%);
  transform: translate(0, 500%); }
.step .content-info {
  -webkit-transform: translate(-110%, 0);
  -ms-transform: translate(-110%, 0);
  -o-transform: translate(-110%, 0);
  transform: translate(-110%, 0); }
.step .content-map {
  -webkit-transform: translate(110%, 0);
  -ms-transform: translate(110%, 0);
  -o-transform: translate(110%, 0);
  transform: translate(110%, 0); }

.btn-story {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.step.js-kaleidoscope-fx {
  /* .pic::before {
    opacity: 0;
  } */ }
  .step.js-kaleidoscope-fx::before,
  .step.js-kaleidoscope-fx .tit-step-wrap {
    opacity: 0; }
  .step.js-kaleidoscope-fx .pic::after {
    opacity: 1; }

.page[data-journey="pre-journey"] .main-header {
  transform: translate(0, -150%); }
  .page[data-journey="pre-journey"] .main-header .logo .logo-content::before {
    transform: scale(0); }
.page[data-journey="pre-journey"] .journey-intro {
  transform: scale(0); }
@media screen and (min-width: 1200px) {
  .page[data-journey="pre-journey"] .cover .intro .wrap-btn {
    z-index: 2; } }
.page[data-journey="pre-journey"] .journey-nav {
  transform: translate(-100%, 0); }
  @media screen and (min-width: 992px) {
    .page[data-journey="pre-journey"] .journey-nav {
      transform: translate(0, 110%); } }

.page[data-journey="start-journey"] .frame::before,
.page[data-journey="start-journey"] .frame-more {
  opacity: 0; }
.page[data-journey="start-journey"] .cover {
  width: 0;
  transition-delay: 0.875s; }
  .page[data-journey="start-journey"] .cover::before {
    transform: rotate(-45deg) translate(0, -200vw); }
  .page[data-journey="start-journey"] .cover::after {
    transform: rotate(-45deg) translate(200vw, 0);
    transition-delay: 0.25s; }
  .page[data-journey="start-journey"] .cover.cover-content .content {
    opacity: 0;
    transition-delay: 0.875s; }
    .page[data-journey="start-journey"] .cover.cover-content .content::before {
      transform: rotate(-45deg) translate(-200vw, 0);
      transition-delay: 0.75s; }
    .page[data-journey="start-journey"] .cover.cover-content .content::after {
      transform: rotate(-45deg) translate(0, 200vw);
      transition-delay: 0.5s; }
.page[data-journey="start-journey"] .main-header {
  background: #FFF;
  transition-delay: 0.55s;
  transform: translate(0, 0); }
  @media screen and (min-width: 992px) {
    .page[data-journey="start-journey"] .main-header .logo .logo-content::before {
      transform: scale(1);
      transition-delay: 1.075s; } }
.page[data-journey="start-journey"] .journey-intro {
  transform: scale(1); }
.page[data-journey="start-journey"] .journey-nav {
  transform: translate(0, 0);
  z-index: 99; }
.page[data-journey="start-journey"].js-intro-fx .main-header .tit {
  transition-delay: 1.375s; }
.page[data-journey="start-journey"].js-intro-fx .journey-intro {
  transition-delay: 1.625s; }
.page[data-journey="start-journey"].js-intro-fx .journey-nav {
  transition-delay: 1.375s; }
  @media screen and (min-width: 992px) {
    .page[data-journey="start-journey"].js-intro-fx .journey-nav {
      transition-delay: 1.875s; } }

@media screen and (min-width: 992px) {
  .page[data-status="status-active"] .journey-intro {
    opacity: 0;
    transform: translate(0, 20%);
    transform-delay: 0.5s;
    pointer-events: none; }
    .page[data-status="status-active"] .journey-intro::before {
      opacity: 0;
      transform: rotate(45deg) translate(0, 20%); }
  .page[data-status="status-active"] .journey-nav {
    transform: translate(0, 120%); }
  .page[data-status="status-active"] .step:not(.js-active) {
    display: none; }
  .page[data-status="status-active"] .step.js-active .pic {
    opacity: 1; } }
.page[data-status="status-active"].js-remodal-active .step:not(.js-active) {
  opacity: 1; }

.step::before {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
@media screen and (min-width: 992px) {
  .step:active, .step.js-active {
    -webkit-box-shadow: 0 0 0 8px #FFF;
    box-shadow: 0 0 0 8px #FFF; } }
.step.js-active::before {
  opacity: 0; }
.step.js-active .pic {
  -webkit-box-shadow: 0 0 20vw rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 20vw rgba(0, 0, 0, 0.3) inset; }
  .step.js-active .pic::before {
    opacity: 0; }

.js-remodal-active .journey-nav .item::before {
  opacity: 0; }
  @media screen and (min-width: 768px) {
    .js-remodal-active .journey-nav .item::before {
      opacity: 1; } }

.ref-media-md {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  pointer-events: none; }
  @media screen and (min-width: 992px) {
    .ref-media-md {
      display: block; } }

/*==================================
  LOGO.SCSS
==================================*/
.ui-diamond-el .ui-diamond-el-content {
  position: relative;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
  .ui-diamond-el .ui-diamond-el-content::before, .ui-diamond-el .ui-diamond-el-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .ui-diamond-el .ui-diamond-el-content::before {
    width: 109.2px;
    height: 109.2px;
    background: #FFF;
    margin: -24.6px 0 0 -24.6px; }
  .ui-diamond-el .ui-diamond-el-content::after {
    width: 117.2px;
    height: 117.2px;
    border: 2px solid #FFF;
    margin: -30.6px 0 0 -30.6px;
    display: none; }
.ui-diamond-el .logo-letters,
.ui-diamond-el .inner,
.ui-diamond-el .content,
.ui-diamond-el .content-el {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.ui-diamond-el .ui-diamond-el-content > .inner > .content {
  position: relative;
  overflow: hidden;
  border: 4px solid #e3b700;
  -webkit-box-shadow: 0 0 0 2px #FFF;
  box-shadow: 0 0 0 2px #FFF; }
  .ui-diamond-el .ui-diamond-el-content > .inner > .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin: -10% 0 0 -10%;
    display: block;
    width: 120%;
    height: 120%;
    background: transparent;
    z-index: 1;
    -webkit-box-shadow: 0 0 0 0.5em #FFF inset;
    box-shadow: 0 0 0 0.5em #FFF inset;
    pointer-events: none;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3); }
.ui-diamond-el .content-el {
  position: absolute;
  top: 0;
  left: 0; }

.ui-info-day .ui-diamond-el-content::before, .ui-info-day .ui-diamond-el-content::after {
  display: none; }

.logo .logo-letters {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-family: 'Gravitas One', cursive;
  text-transform: uppercase;
  color: #e3b700; }
  .logo .logo-letters .letter {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: normal; }
  .logo .logo-letters .letter-t-i {
    top: -20px;
    left: 0;
    z-index: 1; }
  .logo .logo-letters .letter-t-ii {
    /* top: 25%;
    left: 75%; */
    top: 33%;
    left: 67%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .logo .logo-letters .letter-t-iii {
    top: 100%;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .logo .logo-letters .letter-m {
    /* top: 25%; //15px
    left: -75%; //45px */
    top: 33%;
    left: -67%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
.logo .fa {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
  color: #FFF;
  font-size: 1.3em;
  transform: rotate(-45deg);
  display: none; }
  .logo .fa::before {
    width: 100%;
    text-align: center; }
@media screen and (min-width: 992px) {
  .logo .fa {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

.flag {
  overflow: hidden;
  background: #FFF; }
  .flag .inner {
    -webkit-transform: rotate(-45deg) scale(1.5);
    -moz-transform: rotate(-45deg) scale(1.5);
    -ms-transform: rotate(-45deg) scale(1.5);
    -o-transform: rotate(-45deg) scale(1.5);
    transform: rotate(-45deg) scale(1.5); }
  .flag .stripe {
    display: block; }
  .flag .stripe-red {
    background: #e10021;
    height: 8.66667px; }
  .flag .stripe-white {
    background: #FFF;
    height: 8.66667px; }
  .flag .stripe-blue {
    background: #273c85;
    height: 17.33333px; }

.info-day {
  background: #e3b700;
  -webkit-box-shadow: 0 0 0 20px #e3b700;
  box-shadow: 0 0 0 20px #e3b700;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-weight: 700; }
  .info-day .day-tit {
    font-size: 0.77em;
    font-style: normal;
    color: #7d6500; }
  .info-day .day-num {
    display: block;
    font-size: 1.9em;
    line-height: 0.7;
    color: #FFF; }

.ui-diamond-el .ui-diamond-el-content > .inner > .content::before {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.logo .ui-diamond-el-content > .inner > .content::before {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3); }
.logo .flag {
  display: block; }
.logo .info-day {
  -webkit-transform: rotate(-45deg) translate(0%, 200%);
  -moz-transform: rotate(-45deg) translate(0%, 200%);
  -ms-transform: rotate(-45deg) translate(0%, 200%);
  -o-transform: rotate(-45deg) translate(0%, 200%);
  transform: rotate(-45deg) translate(0%, 200%);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.135, 1.56);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.135, 1.56);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.135, 1.56); }
.logo .flag .stripe-blue,
.logo .flag .stripe-white {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.logo[data-mode="day-mode"] .info-day {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -moz-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  -o-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg); }
.logo[data-mode="day-mode"] .logo-content > .inner > .content::before {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.logo[data-mode="day-mode"].js-an-back-to-flag .info-day {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform: rotate(-45deg) translate(0%, 200%);
  -moz-transform: rotate(-45deg) translate(0%, 200%);
  -ms-transform: rotate(-45deg) translate(0%, 200%);
  -o-transform: rotate(-45deg) translate(0%, 200%);
  transform: rotate(-45deg) translate(0%, 200%); }
  .logo[data-mode="day-mode"].js-an-back-to-flag .info-day .day-num {
    -webkit-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    -o-transform: translate(0, 200%);
    transform: translate(0, 200%);
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
.logo[data-mode="day-mode"].js-an-back-to-flag .logo-content > .inner > .content::before {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3); }

.no-touch .logo .logo-letters {
  transition: all 0.3s ease-out; }
.no-touch .logo .ui-diamond-el .ui-diamond-el-content > .inner > .content {
  transition: all 0.3s ease-out; }
.no-touch .logo .fa {
  transition: all 0.3s ease-out;
  opacity: 0; }
.no-touch .logo:hover {
  cursor: pointer; }
  .no-touch .logo:hover .fa {
    opacity: 1; }
  .no-touch .logo:hover .logo-content > .inner > .content::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .no-touch .logo:hover .flag .stripe-blue {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .no-touch .logo:hover .stripe-red + .stripe-white {
    -webkit-transform: translate(0, -200%);
    -ms-transform: translate(0, -200%);
    -o-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  .no-touch .logo:hover .stripe-blue + .stripe-white {
    -webkit-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    -o-transform: translate(0, 200%);
    transform: translate(0, 200%); }
.no-touch .logo:active .logo-letters {
  color: #ffd217; }
.no-touch .logo:active .ui-diamond-el .ui-diamond-el-content > .inner > .content {
  border-color: #ffd217; }
.no-touch .logo:active .flag .stripe-blue {
  background: #4965c9; }
@media screen and (min-width: 992px) {
  .no-touch .js-modal-info .logo .fa {
    opacity: 1; }
  .no-touch .js-modal-info .logo .logo-content > .inner > .content::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .no-touch .js-modal-info .logo .flag .stripe-blue {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3); }
  .no-touch .js-modal-info .logo .stripe-red + .stripe-white {
    -webkit-transform: translate(0, -200%);
    -ms-transform: translate(0, -200%);
    -o-transform: translate(0, -200%);
    transform: translate(0, -200%); }
  .no-touch .js-modal-info .logo .stripe-blue + .stripe-white {
    -webkit-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    -o-transform: translate(0, 200%);
    transform: translate(0, 200%); } }
.no-touch .page[data-status=status-active] .logo {
  pointer-events: none; }

.page-elements .logo[data-mode="day-mode"] .info-day {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }
.page-elements .logo[data-mode="day-mode"] .logo-content > .inner > .content::before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }
.page-elements .logo[data-mode="day-mode"].js-an-back-to-flag .info-day {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform: rotate(-45deg) translate(0%, 200%);
  -moz-transform: rotate(-45deg) translate(0%, 200%);
  -ms-transform: rotate(-45deg) translate(0%, 200%);
  -o-transform: rotate(-45deg) translate(0%, 200%);
  transform: rotate(-45deg) translate(0%, 200%); }
  .page-elements .logo[data-mode="day-mode"].js-an-back-to-flag .info-day .day-num {
    -webkit-transform: translate(0, 200%);
    -ms-transform: translate(0, 200%);
    -o-transform: translate(0, 200%);
    transform: translate(0, 200%);
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
.page-elements .logo[data-mode="day-mode"].js-an-back-to-flag .logo-content > .inner > .content::before {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3); }

/*==================================
  UI.SCSS
==================================*/
/*
There are 2 main tyoes of buttons: pure UI buttons (like "close" or "prev" or "next" and buttons that perform a sort of exploration of content or more story-telling actions like "explore", "check-out", "more-info", etc...)
*/
.btn {
  outline: none; }

.btn-test {
  background: #e3b700;
  padding: 5px 20px;
  border: 4px solid #FFF;
  -webkit-box-shadow: 0 0 0 4px #e3b700, 0 0 0 6px #FFF;
  box-shadow: 0 0 0 4px #e3b700, 0 0 0 6px #FFF;
  border-radius: 33px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap; }

.btn-ui {
  position: relative;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  padding: 0; }
  .btn-ui.btn-home::before, .btn-ui.btn-home::after,
  .btn-ui.btn-home .btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .btn-ui.btn-home::before, .btn-ui.btn-home::after {
    content: ""; }
  .btn-ui.btn-home::before {
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #FFF;
    margin-top: -15px;
    margin-left: -15px; }
  .btn-ui.btn-home::after {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #FFF;
    margin-top: -10px;
    margin-left: -10px; }
  .btn-ui.btn-home .btn-icon {
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #FFF;
    margin-top: -5px;
    margin-left: -5px; }
  .btn-ui:active {
    background: rgba(0, 0, 0, 0.6); }

.btn-map {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  font-size: 0.85em;
  text-decoration: none; }
  .btn-map .fa {
    margin-right: 5px; }
  .btn-map:active {
    background: rgba(0, 0, 0, 0.6); }

.no-touch .btn-map:hover {
  background: rgba(0, 0, 0, 0.45); }
.no-touch .btn-map:active {
  background: rgba(0, 0, 0, 0.6); }

.btn-story {
  position: relative;
  width: 220px;
  line-height: 54px;
  background: #e3b700;
  padding: 0;
  border: 4px solid #FFF;
  -webkit-box-shadow: 0 0 0 4px #e3b700, 0 0 0 6px #FFF;
  box-shadow: 0 0 0 4px #e3b700, 0 0 0 6px #FFF;
  border-radius: 33px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1em;
  font-family: "Reem Kufi", sans-serif;
  overflow: hidden;
  white-space: nowrap;
  /* &.js-animation { => not used, it is messy to maintain
    @include animation-btn-story-highlight;
  } */ }
  .btn-story::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    transform: skew(-45deg, 0);
    transition: all 0.2s ease-out; }

.no-touch .btn-story:hover {
  background: #d9af00; }
  .no-touch .btn-story:hover::before {
    opacity: 0.5; }

.btn-story-close,
.btn-close-modal {
  position: relative; }
  .btn-story-close .btn-icon,
  .btn-close-modal .btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px; }
    .btn-story-close .btn-icon::before, .btn-story-close .btn-icon::after,
    .btn-close-modal .btn-icon::before,
    .btn-close-modal .btn-icon::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      height: 20px;
      border: 1px solid #FFF;
      margin-top: -10px;
      margin-left: -0.5px;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden; }
    .btn-story-close .btn-icon::before,
    .btn-close-modal .btn-icon::before {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
    .btn-story-close .btn-icon::after,
    .btn-close-modal .btn-icon::after {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }

.btn-close-modal {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 52px;
  height: 52px;
  background: #e10021;
  border: none;
  box-shadow: 0 0 0 2px #FFF; }
  .btn-close-modal .btn-icon {
    position: static;
    width: 100%;
    height: 100%;
    margin: 0; }
    .btn-close-modal .btn-icon::before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .btn-close-modal .btn-icon::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .btn-close-modal:focus {
    outline: none; }
  .btn-close-modal:active {
    background: #c8001d;
    transition: none; }

.btn-modal-info {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: rgba(46, 38, 0, 0.1);
  color: rgba(46, 38, 0, 0.3);
  transition: all 0.3s ease-out; }
  .btn-modal-info:active {
    background: rgba(39, 60, 133, 0.2);
    color: #1b2a5e; }

.no-touch .btn-modal-info:hover {
  background: rgba(39, 60, 133, 0.4);
  color: #273c85; }
.no-touch .btn-modal-info:active {
  background: rgba(39, 60, 133, 0.2);
  color: #1b2a5e; }

.btn-story .text,
.btn-story .btn-icon {
  display: inline-block; }
.btn-story .text {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.btn-story .btn-icon,
.btn-story .btn-icon::before,
.btn-story .btn-icon::after {
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.135, 1.56);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.135, 1.56);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.135, 1.56); }
.btn-story .btn-icon {
  -webkit-transform: translate(0, 75px);
  -ms-transform: translate(0, 75px);
  -o-transform: translate(0, 75px);
  transform: translate(0, 75px); }

.animation-an-btn-story-close {
  -moz-animation: an-btn-story-close 0.5s ease-out forwards 0.2s;
  -webkit-animation: an-btn-story-close 0.5s ease-out forwards 0.2s;
  -o-animation: an-btn-story-close 0.5s ease-out forwards 0.2s;
  animation: an-btn-story-close 0.5s ease-out forwards 0.2s; }
@-webkit-keyframes an-btn-story-close {
  0% {
    width: 220px; }
  50% {
    width: 20px; }
  100% {
    width: 62px;
    background: #e10021; } }
  .animation-an-btn-story-close .text {
    -webkit-transform: translate(0, -75px);
    -ms-transform: translate(0, -75px);
    -o-transform: translate(0, -75px);
    transform: translate(0, -75px); }
  .animation-an-btn-story-close .btn-icon,
  .animation-an-btn-story-close .btn-icon::before,
  .animation-an-btn-story-close .btn-icon::after {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .animation-an-btn-story-close .btn-icon {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    .animation-an-btn-story-close .btn-icon::before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .animation-an-btn-story-close .btn-icon::after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

.animation-an-btn-story-close-reverse {
  width: 62px;
  background: #e10021;
  -moz-animation: an-btn-story-close-reverse 0.5s ease-out forwards 0.2s;
  -webkit-animation: an-btn-story-close-reverse 0.5s ease-out forwards 0.2s;
  -o-animation: an-btn-story-close-reverse 0.5s ease-out forwards 0.2s;
  animation: an-btn-story-close-reverse 0.5s ease-out forwards 0.2s; }
@-webkit-keyframes an-btn-story-close-reverse {
  50% {
    width: 286px; }
  100% {
    width: 220px;
    background: #e3b700; } }
@keyframes an-btn-story-close-reverse {
  50% {
    width: 286px; }
  100% {
    width: 220px;
    background: #e3b700; } }
  .animation-an-btn-story-close-reverse .text {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.135, 1.56);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.135, 1.56);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.135, 1.56);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .animation-an-btn-story-close-reverse .btn-icon,
  .animation-an-btn-story-close-reverse .btn-icon::before,
  .animation-an-btn-story-close-reverse .btn-icon::after {
    -webkit-transition: all 0.3s cubic-bezier(1.56, 0.135, 0.42, 0);
    -o-transition: all 0.3s cubic-bezier(1.56, 0.135, 0.42, 0);
    transition: all 0.3s cubic-bezier(1.56, 0.135, 0.42, 0);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .animation-an-btn-story-close-reverse .btn-icon {
    -webkit-transform: translate(0, 75px);
    -ms-transform: translate(0, 75px);
    -o-transform: translate(0, 75px);
    transform: translate(0, 75px); }
    .animation-an-btn-story-close-reverse .btn-icon::before {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
    .animation-an-btn-story-close-reverse .btn-icon::after {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }

.no-touch .btn-home {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .no-touch .btn-home::before, .no-touch .btn-home::after,
  .no-touch .btn-home .btn-icon {
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.135, 2.56);
    -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.135, 2.56);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.135, 2.56); }
  .no-touch .btn-home::after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .no-touch .btn-home::before {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .no-touch .btn-home:hover {
    /* &::before,
    &::after,
    .btn-icon {
      @include scale(1.4);
    } */
    /* &::before,
    &::after,
    .btn-icon {
      @include rotate(360deg);
    } */ }
    .no-touch .btn-home:hover::before {
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
    .no-touch .btn-home:hover::after {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .no-touch .btn-home:hover .btn-icon {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .no-touch .btn-home:hover::before {
      width: 40px;
      height: 40px;
      margin-left: -20px;
      margin-top: -20px; }
    .no-touch .btn-home:hover::after {
      width: 30px;
      height: 30px;
      margin-left: -15px;
      margin-top: -15px; }
    .no-touch .btn-home:hover .btn-icon {
      width: 20px;
      height: 20px;
      margin-left: -10px;
      margin-top: -10px; }

/*==================================
  TYPOGRAPHY.SCSS
==================================*/
body {
  font-family: "Noto Sans", Arial, sans-serif; }

.tit-main {
  font-family: "Gravitas One", cursive; }

/*==================================
  COVER.SCSS
==================================*/
.cover {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 98;
  width: 100%;
  height: 100vh;
  left: 0;
  text-align: center; }
  .cover::before, .cover::after {
    content: "";
    position: absolute;
    top: 0;
    background: #fff0b0;
    width: 100vw;
    height: 100vw; }
  .cover::before {
    left: 0;
    transform: rotate(-45deg) translate(0, -100vw); }
  .cover::after {
    right: 0;
    transform: rotate(-45deg) translate(100vw, 0); }
  @media screen and (min-width: 992px) {
    .cover {
      height: 100%; }
      .cover::before {
        transform: rotate(-45deg) translate(0, -105vw); }
      .cover::after {
        transform: rotate(-45deg) translate(105vw, 0); } }
  .cover .intro {
    margin: auto 10px; }
    @media screen and (min-width: 992px) {
      .cover .intro {
        margin: auto; } }
    @media screen and (min-width: 1200px) {
      .cover .intro {
        max-width: 800px; } }
    .cover .intro .tit {
      margin: 0 auto;
      width: 100%;
      line-height: 8vw; }
      @media screen and (min-width: 992px) {
        .cover .intro .tit {
          width: 80vw; } }
      @media screen and (min-width: 1200px) {
        .cover .intro .tit {
          max-width: 100%; } }
    .cover .intro .text-wrap {
      width: 94%;
      margin: 1em auto 0; }
      @media screen and (min-width: 992px) {
        .cover .intro .text-wrap {
          width: 80vw; } }
      @media screen and (min-width: 1200px) {
        .cover .intro .text-wrap {
          max-width: 100%; } }
      .cover .intro .text-wrap .text {
        margin: auto;
        font-family: "Reem Kufi", sans-serif;
        font-size: 1.5em;
        line-height: 1.3; }
        @media screen and (min-width: 2000px) {
          .cover .intro .text-wrap .text {
            font-size: 28px; } }
    .cover .intro .btn-wrap {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 38px;
      z-index: 1; }
  .cover.cover-title {
    background: #FFF;
    mix-blend-mode: screen; }
    .cover.cover-title .text-wrap,
    .cover.cover-title .btn-wrap {
      visibility: hidden;
      pointer-events: none; }
  .cover.cover-content .tit {
    visibility: hidden;
    pointer-events: none; }
  .cover.cover-content .content {
    position: relative; }
    .cover.cover-content .content::before, .cover.cover-content .content::after {
      content: "";
      position: absolute;
      bottom: 0;
      background: #fff0b0;
      width: 100vw;
      height: 100vw; }
    .cover.cover-content .content::before {
      left: 0;
      transform: rotate(-45deg) translate(-100vw, 0); }
    .cover.cover-content .content::after {
      right: 0;
      transform: rotate(-45deg) translate(0, 100vw); }
    @media screen and (min-width: 992px) {
      .cover.cover-content .content::before {
        transform: rotate(-45deg) translate(-105vw, 0); }
      .cover.cover-content .content::after {
        transform: rotate(-45deg) translate(0, 105vw); } }
  .cover .content {
    display: flex;
    height: 100%;
    flex-direction: column; }
  .cover .tit .tit-sentence {
    display: block;
    font-size: 9.8vw;
    line-height: 5vw;
    text-transform: uppercase; }
  .cover .tit .tit-word {
    display: block;
    margin-top: 5vw;
    font-size: 12.9vw;
    text-transform: uppercase;
    font-weight: normal; }
  @media screen and (min-width: 992px) {
    .cover .tit .tit-sentence {
      font-size: 8.4vw;
      line-height: 7vw; }
    .cover .tit .tit-word {
      font-size: 11.1vw;
      margin-top: 2vw; } }
  @media screen and (min-width: 1200px) {
    .cover .tit .tit-sentence {
      font-size: 5.3rem;
      line-height: 5rem; }
    .cover .tit .tit-word {
      font-size: 7rem;
      margin-top: 0; } }

/*==================================
  STEP-CONTENT.SCSS
==================================*/
.step .content-tit .tit-step-wrap {
  width: 100%;
  margin: auto;
  text-align: center; }
  .step .content-tit .tit-step-wrap .inner {
    background: #FFF;
    padding: 40px 0;
    mix-blend-mode: screen; }
    .step .content-tit .tit-step-wrap .inner .tit-step {
      position: relative;
      top: -15px;
      margin: 0;
      font-family: "Gravitas One", cursive;
      font-size: 7vw;
      text-transform: uppercase;
      line-height: 1em;
      white-space: nowrap; }
.step .content-tit .subtit {
  position: relative;
  display: block;
  top: -55px;
  margin: 0 10px;
  color: #8a856a;
  font-family: "Reem Kufi", sans-serif;
  font-size: 1.7em;
  overflow: hidden; }
  .step .content-tit .subtit .subtit-content {
    position: relative;
    font-style: normal;
    padding: 0 10px; }
    .step .content-tit .subtit .subtit-content::before, .step .content-tit .subtit .subtit-content::after {
      position: absolute;
      top: 0;
      bottom: 0;
      content: "";
      width: 50vw;
      height: 0;
      border-bottom: 2px solid #e3b700;
      margin: auto 0; }
    .step .content-tit .subtit .subtit-content::before {
      right: 100%; }
    .step .content-tit .subtit .subtit-content::after {
      left: 100%; }
.step .content-tit .btn-wrap {
  position: absolute;
  width: 100%;
  bottom: 38px;
  z-index: 1; }
@media screen and (min-width: 992px) {
  .step .content-tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; } }
.step .content-info,
.step .content-map {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 992px) {
    .step .content-info,
    .step .content-map {
      position: absolute;
      width: 50%;
      height: 100%; } }
.step .content-info {
  display: flex;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  padding-left: 0;
  padding-right: 0;
  font-size: 1em; }
  .step .content-info .info-story {
    font-size: 0.9em; }
    .step .content-info .info-story p a {
      border-bottom: 1px dotted #2e2600;
      color: #2e2600;
      text-decoration: none; }
      .step .content-info .info-story p a:hover {
        border-bottom: 1px solid #334eac;
        color: #334eac; }
      .step .content-info .info-story p a:active {
        border-bottom-color: #2e2600;
        color: #2e2600; }
  .step .content-info .inner {
    padding: 0 76px 0 30px;
    overflow: auto; }
  .step .content-info .info-tit {
    box-sizing: border-box;
    height: 68px;
    line-height: 1.6;
    padding-bottom: 10px;
    border-bottom: 2px solid #e3b700;
    margin: 0;
    font-family: "Reem Kufi", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 3em; }
  .step .content-info .info-subtit {
    position: relative;
    padding-left: 47px;
    margin: 10px 0;
    color: #b08e00;
    font-weight: normal; }
    .step .content-info .info-subtit + .info-subtit {
      margin-top: -5px; }
    .step .content-info .info-subtit .icon-wrap {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      width: 42px;
      height: 100%;
      background: rgba(227, 183, 0, 0.2);
      text-align: center; }
      .step .content-info .info-subtit .icon-wrap [class^="icon-"] {
        display: block;
        width: 100%;
        font-size: 2em;
        color: #e3b700; }
    .step .content-info .info-subtit .icon-airplane {
      transform: rotate(-45deg); }
      .step .content-info .info-subtit .icon-airplane::before {
        transform: none; }
    .step .content-info .info-subtit .subtit-num {
      font-weight: normal; }
    .step .content-info .info-subtit .subtit-main {
      font-size: 1.3em;
      font-family: "Reem Kufi", sans-serif;
      line-height: 1.2em; }
    .step .content-info .info-subtit .subtit-details {
      display: block;
      font-size: 0.7em; }
      .step .content-info .info-subtit .subtit-details strong {
        font-weight: 700; }
      .step .content-info .info-subtit .subtit-details .duration {
        display: block;
        font-style: normal; }
.step .content-map {
  bottom: 0;
  right: 0;
  background: rgba(227, 183, 0, 0.7);
  padding-left: 5px; }
  .step .content-map .inner {
    width: 100%;
    height: 100%; }
  .step .content-map #thailand_map {
    display: block;
    /*height: 100%;
    margin: 0 auto; */ }
  .step .content-map .map-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .step .content-map .map-footer .btn {
      float: right;
      margin-left: 5px; }

#thailand_map {
  display: none;
  width: 100%;
  height: 100%;
  margin: 0; }
  #thailand_map svg {
    display: block;
    height: 100%;
    margin: 0 auto; }
  #thailand_map .map-land {
    width: 100%;
    height: 100%; }
  #thailand_map .map-islands {
    position: absolute;
    bottom: 10%;
    right: -4px;
    width: 48vh;
    height: 48vh;
    background: #e3b700;
    border: 4px solid #FFF; }
  #thailand_map .map-land-path,
  #thailand_map .map-islands .land-stroke {
    stroke-linecap: round;
    stroke-linejoin: round; }
  #thailand_map .map-islands .island,
  #thailand_map .map-islands .land-stroke,
  #thailand_map .trip {
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10; }
  #thailand_map .map-land-path,
  #thailand_map .map-islands .island,
  #thailand_map .map-islands .land-fill {
    fill: #FFF;
    fill-opacity: 0.7; }
  #thailand_map .map-land-path,
  #thailand_map .map-islands .island,
  #thailand_map .map-islands .land-stroke {
    stroke: #a18100;
    stroke-width: 2px; }
  #thailand_map .map-islands .land-stroke {
    fill: none; }
  #thailand_map .waves path {
    fill: none;
    stroke: #C9A100;
    stroke-width: 2px;
    stroke-miterlimit: 10; }
  #thailand_map .map-point .map-inner {
    fill: #FFF; }
  #thailand_map .map-point .map-outer .outer-rect-1,
  #thailand_map .map-point .map-outer path {
    fill: #FFF; }
  #thailand_map .map-point .map-outer .outer-rect-2 {
    fill: none;
    stroke: #e83b54;
    stroke-width: 2px;
    stroke-miterlimit: 10; }
  #thailand_map .trip {
    fill: none;
    stroke: #e86d7e;
    stroke-width: 2px; }
  #thailand_map .map-close-up-zone-inner,
  #thailand_map .map-close-up-zone-outer {
    fill: none;
    stroke: #FFF;
    stroke-miterlimit: 10; }
  #thailand_map .map-close-up-zone-inner {
    stroke-width: 3;
    stroke-width: 2px; }
  #thailand_map .map-close-up-zone-outer {
    stroke-width: 1;
    stroke-width: 1px; }

.step .map-close-up-zone {
  opacity: 0;
  pointer-events: none; }
.step .map-islands {
  display: none; }
.step.type-islands .map-close-up-zone {
  opacity: 1;
  pointer-events: auto; }
.step.type-islands .map-islands {
  display: block;
  transform: translate(100%, 0);
  transition: all 0.3s ease-out; }

#thailand_map .map-point-wrap {
  pointer-events: none; }
#thailand_map .map-close-up-zone {
  transform-origin: 50% 50%;
  transition: all 0.3s ease-out; }
  #thailand_map .map-close-up-zone:hover {
    transform: scale(1.2); }
    #thailand_map .map-close-up-zone:hover .map-close-up-zone-inner {
      cursor: pointer;
      fill: rgba(227, 183, 0, 0.65); }
#thailand_map .map-close-up-zone-inner {
  transition: all 0.3s ease-out;
  fill: transparent; }
#thailand_map.js-show-close-up .map-islands {
  transform: translate(0, 0); }
#thailand_map.js-show-close-up .map-close-up-zone {
  transform: scale(1.2); }
#thailand_map.js-show-close-up .map-close-up-zone-inner {
  fill: rgba(227, 183, 0, 0.65); }

.remodal .map-close-up-zone,
.remodal .map-islands {
  display: none; }

.btn-map-hide {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none; }

.step[data-content="show"] .content-info,
.step[data-content="show"] .content-map {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

#thailand_map .map-point {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
  #thailand_map .map-point .map-inner,
  #thailand_map .map-point .map-outer {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.135, 1.56);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.135, 1.56);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.135, 1.56); }
#thailand_map[data-day="day1"] .day1 .map-inner, #thailand_map[data-day="day2"] .day2 .map-inner, #thailand_map[data-day="day10"] .day10 .map-inner, #thailand_map[data-day="day13"] .day13 .map-inner {
  fill: #e83b54;
  -webkit-transform: rotate(45deg) scale(1.5);
  -moz-transform: rotate(45deg) scale(1.5);
  -ms-transform: rotate(45deg) scale(1.5);
  -o-transform: rotate(45deg) scale(1.5);
  transform: rotate(45deg) scale(1.5);
  -webkit-transition-delay: 0;
  transition-delay: 0; }
#thailand_map[data-day="day1"] .day1 .map-outer, #thailand_map[data-day="day2"] .day2 .map-outer, #thailand_map[data-day="day10"] .day10 .map-outer, #thailand_map[data-day="day13"] .day13 .map-outer {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }
#thailand_map .trip.day3,
#thailand_map .trip.day4,
#thailand_map .trip.day5,
#thailand_map .trip.day6,
#thailand_map .trip.day12-trip-mid,
#thailand_map .map-land .trip.day9,
#thailand_map .map-land .trip.day11 {
  stroke-dashoffset: 255;
  stroke-dasharray: 50; }
#thailand_map .trip.day7,
#thailand_map .map-islands .trip.day9 {
  stroke-dashoffset: 255;
  stroke-dasharray: 255; }
#thailand_map .trip.day8 {
  stroke-dashoffset: 1600;
  stroke-dasharray: 533; }
#thailand_map .map-islands .trip.day11 {
  stroke-dashoffset: 255;
  stroke-dasharray: 85; }
#thailand_map .map-land .trip.day12 {
  stroke-dashoffset: 255;
  stroke-dasharray: 231; }
#thailand_map .map-islands .trip.day12 {
  stroke-dashoffset: 255;
  stroke-dasharray: 255; }
#thailand_map[data-day="day3"] .day3-start {
  -moz-animation: an-map-point-start 0.3s ease-out;
  -webkit-animation: an-map-point-start 0.3s ease-out;
  -o-animation: an-map-point-start 0.3s ease-out;
  animation: an-map-point-start 0.3s ease-out; }
@-webkit-keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
  #thailand_map[data-day="day3"] .day3-start .map-inner {
    fill: #e83b54; }
#thailand_map[data-day="day3"] .trip.day3 {
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  stroke-dashoffset: 255;
  stroke-dasharray: 54; }
#thailand_map[data-day="day3"] .day3-end .map-inner {
  fill: #e83b54;
  -webkit-transform: rotate(45deg) scale(1.5);
  -moz-transform: rotate(45deg) scale(1.5);
  -ms-transform: rotate(45deg) scale(1.5);
  -o-transform: rotate(45deg) scale(1.5);
  transform: rotate(45deg) scale(1.5);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
#thailand_map[data-day="day3"] .day3-end .map-outer {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }
#thailand_map[data-day="day4"] .day4-start {
  -moz-animation: an-map-point-start 0.3s ease-out;
  -webkit-animation: an-map-point-start 0.3s ease-out;
  -o-animation: an-map-point-start 0.3s ease-out;
  animation: an-map-point-start 0.3s ease-out; }
@-webkit-keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
  #thailand_map[data-day="day4"] .day4-start .map-inner {
    fill: #e83b54; }
#thailand_map[data-day="day4"] .trip.day4 {
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  stroke-dashoffset: 255;
  stroke-dasharray: 58; }
#thailand_map[data-day="day4"] .day4-end .map-inner {
  fill: #e83b54;
  -webkit-transform: rotate(45deg) scale(1.5);
  -moz-transform: rotate(45deg) scale(1.5);
  -ms-transform: rotate(45deg) scale(1.5);
  -o-transform: rotate(45deg) scale(1.5);
  transform: rotate(45deg) scale(1.5);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
#thailand_map[data-day="day4"] .day4-end .map-outer {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }
#thailand_map[data-day="day5"] .day5-start {
  -moz-animation: an-map-point-start 0.3s ease-out;
  -webkit-animation: an-map-point-start 0.3s ease-out;
  -o-animation: an-map-point-start 0.3s ease-out;
  animation: an-map-point-start 0.3s ease-out; }
@-webkit-keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
  #thailand_map[data-day="day5"] .day5-start .map-inner {
    fill: #e83b54; }
#thailand_map[data-day="day5"] .trip.day5 {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  stroke-dashoffset: 255;
  stroke-dasharray: 57; }
#thailand_map[data-day="day5"] .day5-end .map-inner {
  fill: #e83b54;
  -webkit-transform: rotate(45deg) scale(1.5);
  -moz-transform: rotate(45deg) scale(1.5);
  -ms-transform: rotate(45deg) scale(1.5);
  -o-transform: rotate(45deg) scale(1.5);
  transform: rotate(45deg) scale(1.5);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }
#thailand_map[data-day="day5"] .day5-end .map-outer {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
#thailand_map[data-day="day6"] .day6-start {
  -moz-animation: an-map-point-start 0.3s ease-out;
  -webkit-animation: an-map-point-start 0.3s ease-out;
  -o-animation: an-map-point-start 0.3s ease-out;
  animation: an-map-point-start 0.3s ease-out; }
@-webkit-keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
  #thailand_map[data-day="day6"] .day6-start .map-inner {
    fill: #e83b54; }
#thailand_map[data-day="day6"] .trip.day6 {
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  stroke-dashoffset: 255;
  stroke-dasharray: 59; }
#thailand_map[data-day="day6"] .day6-end .map-inner {
  fill: #e83b54;
  -webkit-transform: rotate(45deg) scale(1.5);
  -moz-transform: rotate(45deg) scale(1.5);
  -ms-transform: rotate(45deg) scale(1.5);
  -o-transform: rotate(45deg) scale(1.5);
  transform: rotate(45deg) scale(1.5);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
#thailand_map[data-day="day6"] .day6-end .map-outer {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }
#thailand_map[data-day="day7"] .day7-start {
  -moz-animation: an-map-point-start 0.3s ease-out;
  -webkit-animation: an-map-point-start 0.3s ease-out;
  -o-animation: an-map-point-start 0.3s ease-out;
  animation: an-map-point-start 0.3s ease-out; }
@-webkit-keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
  #thailand_map[data-day="day7"] .day7-start .map-inner {
    fill: #e83b54; }
#thailand_map[data-day="day7"] .trip.day7 {
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  stroke-dashoffset: 255;
  stroke-dasharray: 448; }
#thailand_map[data-day="day7"] .day7-end .map-inner {
  fill: #e83b54;
  -webkit-transform: rotate(45deg) scale(1.5);
  -moz-transform: rotate(45deg) scale(1.5);
  -ms-transform: rotate(45deg) scale(1.5);
  -o-transform: rotate(45deg) scale(1.5);
  transform: rotate(45deg) scale(1.5);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }
#thailand_map[data-day="day7"] .day7-end .map-outer {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s; }
#thailand_map[data-day="day8"] .day8-start {
  -moz-animation: an-map-point-start 0.3s ease-out;
  -webkit-animation: an-map-point-start 0.3s ease-out;
  -o-animation: an-map-point-start 0.3s ease-out;
  animation: an-map-point-start 0.3s ease-out; }
@-webkit-keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
  #thailand_map[data-day="day8"] .day8-start .map-inner {
    fill: #e83b54; }
#thailand_map[data-day="day8"] .trip.day8 {
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  stroke-dashoffset: 1600;
  stroke-dasharray: 656; }
#thailand_map[data-day="day8"] .day8-end .map-inner {
  fill: #e83b54;
  -webkit-transform: rotate(45deg) scale(1.5);
  -moz-transform: rotate(45deg) scale(1.5);
  -ms-transform: rotate(45deg) scale(1.5);
  -o-transform: rotate(45deg) scale(1.5);
  transform: rotate(45deg) scale(1.5);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }
#thailand_map[data-day="day8"] .day8-end .map-outer {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s; }
#thailand_map[data-day="day9"] .day9-start {
  -moz-animation: an-map-point-start 0.3s ease-out;
  -webkit-animation: an-map-point-start 0.3s ease-out;
  -o-animation: an-map-point-start 0.3s ease-out;
  animation: an-map-point-start 0.3s ease-out; }
@-webkit-keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
  #thailand_map[data-day="day9"] .day9-start .map-inner {
    fill: #e83b54; }
#thailand_map[data-day="day9"] .trip.day9 {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
#thailand_map[data-day="day9"] .map-land .trip.day9 {
  stroke-dashoffset: 255;
  stroke-dasharray: 56; }
#thailand_map[data-day="day9"] .map-islands .trip.day9 {
  stroke-dashoffset: 255;
  stroke-dasharray: 367; }
#thailand_map[data-day="day9"] .day9-end .map-inner {
  fill: #e83b54;
  -webkit-transform: rotate(45deg) scale(1.5);
  -moz-transform: rotate(45deg) scale(1.5);
  -ms-transform: rotate(45deg) scale(1.5);
  -o-transform: rotate(45deg) scale(1.5);
  transform: rotate(45deg) scale(1.5);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }
#thailand_map[data-day="day9"] .day9-end .map-outer {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }
#thailand_map[data-day="day11"] .day11-start {
  -moz-animation: an-map-point-start 0.3s ease-out;
  -webkit-animation: an-map-point-start 0.3s ease-out;
  -o-animation: an-map-point-start 0.3s ease-out;
  animation: an-map-point-start 0.3s ease-out; }
@-webkit-keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
  #thailand_map[data-day="day11"] .day11-start .map-inner {
    fill: #e83b54; }
#thailand_map[data-day="day11"] .trip.day11 {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
#thailand_map[data-day="day11"] .map-land .trip.day11 {
  stroke-dashoffset: 255;
  stroke-dasharray: 54; }
#thailand_map[data-day="day11"] .map-islands .trip.day11 {
  stroke-dashoffset: 255;
  stroke-dasharray: 109; }
#thailand_map[data-day="day11"] .day11-end .map-inner {
  fill: #e83b54;
  -webkit-transform: rotate(45deg) scale(1.5);
  -moz-transform: rotate(45deg) scale(1.5);
  -ms-transform: rotate(45deg) scale(1.5);
  -o-transform: rotate(45deg) scale(1.5);
  transform: rotate(45deg) scale(1.5);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }
#thailand_map[data-day="day11"] .day11-end .map-outer {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
#thailand_map[data-day="day12"] .day12-start {
  -moz-animation: an-map-point-start 0.3s ease-out;
  -webkit-animation: an-map-point-start 0.3s ease-out;
  -o-animation: an-map-point-start 0.3s ease-out;
  animation: an-map-point-start 0.3s ease-out; }
@-webkit-keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
  #thailand_map[data-day="day12"] .day12-start .map-inner {
    fill: #e83b54; }
#thailand_map[data-day="day12"] .trip.day12-trip-mid {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  stroke-dashoffset: 255;
  stroke-dasharray: 55; }
#thailand_map[data-day="day12"] .day12-mid {
  -moz-animation: an-map-point-start 0.3s ease-out;
  -webkit-animation: an-map-point-start 0.3s ease-out;
  -o-animation: an-map-point-start 0.3s ease-out;
  animation: an-map-point-start 0.3s ease-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
@-webkit-keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes an-map-point-start {
  50% {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
  #thailand_map[data-day="day12"] .day12-mid .map-inner {
    fill: #e83b54; }
  #thailand_map[data-day="day12"] .day12-mid .map-inner {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
#thailand_map[data-day="day12"] .map-land .trip.day12 {
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  stroke-dashoffset: 255;
  stroke-dasharray: 461;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }
#thailand_map[data-day="day12"] .map-islands .trip.day12 {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  stroke-dashoffset: 255;
  stroke-dasharray: 395;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }
#thailand_map[data-day="day12"] .day12-end .map-inner {
  fill: #e83b54;
  -webkit-transform: rotate(45deg) scale(1.5);
  -moz-transform: rotate(45deg) scale(1.5);
  -ms-transform: rotate(45deg) scale(1.5);
  -o-transform: rotate(45deg) scale(1.5);
  transform: rotate(45deg) scale(1.5);
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s; }
#thailand_map[data-day="day12"] .day12-end .map-outer {
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s; }

[data-status="status-active"] .logo::before {
  height: 0; }

/*==================================
  REMODAL CUSTOM STYLE
==================================*/
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing,
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation: none; }

html.remodal-is-locked {
  overflow: hidden !important; }
  html.remodal-is-locked .btn-close-modal {
    transform: translate(0, 0);
    transition-delay: 0.15s; }

.btn-close-modal {
  position: fixed;
  z-index: 10000;
  /* &::before {
    $W: 50px;

    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: -$W;
    width: $W;
    height: 100%;
    background: linear-gradient(to right, transparentize($white,1), $white);
  } */ }

.remodal-overlay {
  opacity: 0;
  margin-top: 60px; }

.remodal-wrapper {
  overflow-x: hidden;
  margin-top: 60px;
  padding: 0 0 0 50px; }
  .remodal-wrapper .btn-close-modal {
    display: none;
    box-shadow: 0 0 0 4px #FFF;
    /* &::before {
      display: none;
    } */ }
    @media screen and (min-width: 992px) {
      .remodal-wrapper .btn-close-modal {
        display: block; } }
  @media screen and (min-width: 768px) {
    .remodal-wrapper {
      padding: 0 0 0 200px; } }
  @media screen and (min-width: 992px) {
    .remodal-wrapper {
      margin-top: 0;
      padding: 0; } }

.remodal {
  padding: 0 4px 4px;
  margin-bottom: 0; }

.remodal.sm-vp-step-content .tit-step {
  margin: 20px 0 10px;
  font-family: "Reem Kufi", sans-serif;
  text-transform: uppercase;
  font-size: 8vw;
  font-weight: normal;
  line-height: 1; }
.remodal.sm-vp-step-content .subtit {
  font-family: "Reem Kufi", sans-serif;
  font-size: 1.8em;
  line-height: 1; }
  .remodal.sm-vp-step-content .subtit .subtit-content {
    font-style: normal; }
.remodal.sm-vp-step-content .pic {
  margin: 0; }
  .remodal.sm-vp-step-content .pic img {
    width: 100%; }
  @media screen and (min-width: 992px) {
    .remodal.sm-vp-step-content .pic {
      height: 50vh;
      overflow: hidden; } }
.remodal.sm-vp-step-content .btn-story {
  display: none; }
.remodal.sm-vp-step-content .content-info {
  text-align: left;
  border-top: 2px solid #e3b700;
  margin-top: 10px;
  transform: none !important; }
.remodal.sm-vp-step-content .info-story {
  display: flex;
  flex-direction: column; }
  .remodal.sm-vp-step-content .info-story p {
    padding: 0 10px; }
    .remodal.sm-vp-step-content .info-story p a {
      border-bottom: 1px dotted #2e2600;
      color: #2e2600;
      text-decoration: none; }
      .remodal.sm-vp-step-content .info-story p a:hover {
        border-bottom: 1px solid #334eac;
        color: #334eac; }
      .remodal.sm-vp-step-content .info-story p a:active {
        border-bottom-color: #2e2600;
        color: #2e2600; }
  .remodal.sm-vp-step-content .info-story .content-map {
    order: 2;
    transform: none !important; }
.remodal.sm-vp-step-content .info-tit,
.remodal.sm-vp-step-content .info-subtit {
  display: none; }
.remodal.sm-vp-step-content .content-map {
  background: rgba(227, 183, 0, 0.7);
  padding: 20px 60px; }
.remodal.sm-vp-step-content .map-footer {
  margin-top: 20px;
  text-align: center; }
  .remodal.sm-vp-step-content .map-footer .btn {
    margin: 0 2px; }
.remodal.sm-vp-step-content #thailand_map {
  display: block;
  height: auto; }
  .remodal.sm-vp-step-content #thailand_map + #thailand_map {
    display: none; }
  .remodal.sm-vp-step-content #thailand_map .map-point .map-inner,
  .remodal.sm-vp-step-content #thailand_map .map-point .map-outer {
    transition: none; }
@media only screen and (min-width: 641px) {
  .remodal.sm-vp-step-content {
    max-width: none; } }
@media screen and (min-width: 992px) {
  .remodal.sm-vp-step-content .info-story {
    display: block; }
  .remodal.sm-vp-step-content .content-map {
    float: right;
    width: 50%;
    max-width: 550px;
    box-sizing: border-box;
    margin-left: 10px; } }

.remodal-inner > .pic {
  margin-top: 4px; }

.remodal-wrapper {
  display: block !important;
  transition: all 0.5s ease-out; }
  .remodal-wrapper.remodal-is-closed {
    transform: translate(100%, 0); }
  .remodal-wrapper.remodal-is-opened {
    transform: translate(0, 0); }

.remodal-overlay {
  display: block !important;
  pointer-events: none;
  transition: all 0.3s ease-out;
  z-index: 99; }

.js-modal-info .remodal-overlay {
  top: 60px;
  background: #e3b700;
  margin-top: 0;
  opacity: 0.75;
  pointer-events: auto; }
@media screen and (min-width: 992px) {
  .js-modal-info .btn-close-modal {
    top: 10px;
    right: 10px; }
    .js-modal-info .btn-close-modal::before {
      display: none; }
  .js-modal-info .remodal-overlay {
    display: none !important; }
  .js-modal-info .logo,
  .js-modal-info .btn-close-modal {
    z-index: 10001; } }

.modal-info {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  text-align: left; }
  .modal-info .info-section {
    margin-top: 40px; }
  .modal-info .info-tit {
    font-family: "Reem Kufi", sans-serif;
    font-size: 1.8em;
    line-height: 1;
    padding: 0 10px;
    margin: 0 0 5px; }
  .modal-info .info-text {
    border-top: 2px solid #e3b700; }
    .modal-info .info-text a {
      border-bottom: 1px dotted #2e2600;
      color: #2e2600;
      text-decoration: none; }
      .modal-info .info-text a:hover {
        border-bottom: 1px solid #334eac;
        color: #334eac; }
      .modal-info .info-text a:active {
        border-bottom-color: #2e2600;
        color: #2e2600; }
  .modal-info p {
    padding: 0 10px; }
  .modal-info .pic {
    margin: 0; }
    .modal-info .pic img {
      width: 100%; }
  @media screen and (min-width: 992px) {
    .modal-info {
      max-width: 600px;
      padding: 20px;
      border-left: 2px solid #e3b700;
      box-shadow: -10px 10px 0 0 rgba(0, 0, 0, 0.1); } }

/*# sourceMappingURL=style.css.map */
