@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');




html {
    padding-top: 0 !important;
}

.icon-generic {
    display: none;
}
body > #admin_bar_iframe{
  display:none;
}

br[m]{
  display:none;
}
br.m{
  display:none;
}
body {
    font-family: "Poppins", sans-serif;
    font-size: 0.972VW;
    line-height: 1.5;
    letter-spacing: 0.058VW;
    font-weight: normal;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Vanitas';
    font-weight: normal;
    color: #34333f;
}

h1 {
    font-size: 75px;
    line-height: 0.91;
    letter-spacing: 3.75px;
    font-weight: normal;
    color: #b56a36;
    font-family: 'Culture' !important;
}

h2 {
    font-weight: normal;
    line-height: 0.89;
    letter-spacing: 0;
    font-family: 'Culture' !important;
    font-size: 6.875VW;
}

h3 {
    font-size: 40.13px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
}

.mobile_only {
    display: none;
}

.container--main {
    background: #ffffff !important;
    max-width: 100%;
}

.kj_button a {
    position: relative;
    display: inline-block;
    font-family: 'Proxima Nova EB';
    font-size: 11.25px;
    line-height: 2.73;
    letter-spacing: 3.94px;
    font-weight: normal;
    padding: 9px 37px;
    padding-right: 34px;
    border: 1px solid #000;
    z-index: 1;
    color: #000;
}

.kj_button a:hover {
    background-color: #f0f1ee;
}

.vertical_text {
    position: absolute;
    text-transform: uppercase;
    font-family: 'Proxima Nova B';
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    width: 20px;
    font-size: 0.833vw;
    word-spacing: 0.174vw;
    letter-spacing: 0.215vw;
}
.vertical_text hr{
  width: 1px;
  height: 1px;
  padding-left: 8px;
  border:0;
  opacity:0;
  margin: 0;
  display: inline;
}
.circletype{
    text-transform: uppercase;
    font-family: 'Proxima Nova B';
    font-size: 12px;
    word-spacing: 0;
    letter-spacing: 0;
}
.circletype path {
  fill: transparent;
}
.circletype text {
  fill: #000;
}
.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/*
  Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
    position: relative
}

.full-bg-holder>* {
    position: relative;
    z-index: 1
}

.full-left-bg {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    content: "";
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    opacity: 0;
    background-size: cover
}

.full-left-bg.active {
    opacity: 1
}

.full-right-bg {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    display: block;
    content: "";
    background-color: #859cac;
    opacity: 0
}

.full-right-bg.active {
    opacity: 1
}

.full-bg-mobile {
    display: none;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    background-color: #859cac
}

.full-bg-mobile.active {
    opacity: 1
}

@media (max-width: 980px) {
    .full-bg-mobile {
        display:block
    }
}

.section_inner {
    width: 83.333vw;
    margin: 0px auto;
    position: relative;
}

.section_inner img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

@media (max-width: 1440px) {
    body {
        font-size: 0.972VW;
        letter-spacing: 0.058vw;
    }

    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 1.389vw;
    }

    h1 {
        font-size: 5.208vw;
        letter-spacing: 0.260vw;
    }

    h2 {
        font-size: 6.875vw;
    }

    h3 {
        font-size: 2.787vw;
    }

    .kj_button a {
        font-size: 0.781vw;
        letter-spacing: 0.274vw;
        padding: 0.625vw 2.569vw;
        padding-right: 2.361vw;
        border: 0.069vw solid #000;
    }

}

@media (max-width: 1140px) {
   

    .kj_button a {
        font-size: 1vw;
    }

    .vertical_text {
        font-size: 1vw;
    }
}

@media (max-width: 1024px) {
    
    .kj_button a {
        font-size: 1.2vw;
    }

    .vertical_text {
        font-size: 1.2vw;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 2.8vw;
        letter-spacing: 0.06vw;
    }
    .kj_button a {
        font-size: 1.6vw;
    }
    .vertical_text {
        font-size: 2.6vw;
        letter-spacing: 0.7vw;
    }
    h2{
      font-size: 8vw;
    }
    br[d],
    br.d{
      display:none;
    }
     br[m],
     br.m{
      display:unset;
    }
      
}

@media (max-width: 550px) {
    body {
        font-size: 3.8vw;
        letter-spacing: 0.1vw;
    }
    .kj_button a {
        font-size: 2vw;
    }
    .vertical_text {
        font-size: 2.6vw;
    }
    h2{
      font-size: 10.5vw;
      letter-spacing:0.5vw;
    }
}


/*
=======================================
  Site Header Section
=========================================*/
.s_header {
    padding: 0;
    position: absolute;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    top: 0px;
}
.s_header .section_inner {
    width: 1293px;
    display: flex;
    flex-wrap: wrap;
}
.s_header .si_left, .s_header .si_right {
    width: 40%;
}
.s_header .si_center {
    width: 20%;
}
.s_header .si_left .header-menu {
    text-align: left;
}
.s_header .si_center {
    text-align: center;
    padding-top: 42px;
}
.header-menu {
    padding-top: 30px;
}
.s_h_logo {
    z-index: 2;
}
.s_h_logo img {
    max-width: 170px !important;
}
.header-menu a {
    font-family: 'Proxima Nova EB';
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    padding-top: 10px;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 3px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 !important;
    word-spacing: 5px;
    position: relative;
}
.header-menu a:after {
    content: '';
    position: absolute;
    height: 9px;
    width: 2px;
    background-color: #000;
    right: -3px;
    top: 24px;
}
.header-menu a:last-of-type {
    padding-right: 5px !important;
}
.header-menu a:last-of-type:after {
    display: none;
}
.header-menu a:hover {
    color: #000000;
}
.s_header .si_left .header-menu {
    margin-left: -13px;
}
.s_header .si_left .header-menu a:first-of-type {
    padding-left: 0px;
}
.header .user__avatar {
    height: 14px;
    margin: 0px;
}


/*
  Header ---> Responsive Menu
-----------------------------*/
a.responsive-menu-hand{
  margin: 3px 0;
  position: absolute;
  top: 30px;
  right: -5px;
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  background-image: url(mobile-menu-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  margin: 0;
  display: none;
}
a.responsive-menu-hand span,
a.responsive-menu-close span{
    display: none;
    width: 100%;
    height: 3px;
    background-color: #fff;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
a.responsive-menu-close span{
  display: block;
}
a.responsive-menu-hand span:nth-child(1),
a.responsive-menu-hand span:nth-child(2),
a.responsive-menu-hand span:nth-child(3),
a.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2),
a.responsive-menu-close span:nth-child(3)  {
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center; 
}
a.responsive-menu-hand span:nth-child(1),
a.responsive-menu-close span:nth-child(1) {
    top: 0; 
}
a.responsive-menu-hand span:nth-child(2),
a.responsive-menu-close span:nth-child(2) {
    top: 6px; 
}
a.responsive-menu-hand span:nth-child(3),
a.responsive-menu-close span:nth-child(3) {
    top: 12px; 
}
a.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(1) {
    top: 0;
    left: 8px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
}
a.responsive-menu-close span:nth-child(2) {
    width: 0;
    opacity: 0; 
}
a.responsive-menu-close span:nth-child(3) {
    top: 22px;
    left: 8px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); 
    width: 40px;
    display: block;
    margin-top: 22px;
    margin-left: 5px;
}


a.responsive-menu-hand:before,
a.responsive-menu-hand:after{
  display: none;
}
a.responsive-menu-close{
  clear: both;
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}
a.responsive-menu-close strong {
    position: relative;
    height: 40px;
    width: 40px;
    display: block;
}
a.responsive-menu-close span:nth-child(1){
    width: 40px;
    display: block;
    margin-top: 5px;
    margin-left: 5px;
}
a.responsive-menu-close:hover{
  background-color: #ba7240;
}
body.mobile-menu-active{
  overflow:hidden;
}
.responsive-menu{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -110%;
  background: #b66a36f2;
  z-index:999999;
  overflow:scroll;
  overflow-y: auto;
  overflow-x: auto;
  font-family: 'Roboto', sans-serif;
  transition: right 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.responsive-menu.active{
  right:0;
}
.responsive-menu ul{
  margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}
.responsive-menu .user__avatar{
  display:none;
}
.responsive-menu ul li{
   margin:0;
   padding:0;
   list-style-type:none;
   position:relative;
   margin-bottom: 13px;
}
.responsive-menu ul a,
.responsive-menu .user a,
.responsive-menu ul + span a{
    line-height: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 32px !important;
    letter-spacing: 2px;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.52;
    font-weight: bold;
    font-family: 'Vanitas';
}
.responsive-menu ul li:hover{ 
  text-decoration:none; 
}
.responsive-menu ul li a:hover{
  color: #000000;
}
.responsive-menu ul li i{
  height: 40px;
  width: 40px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 40px;
  cursor: pointer;
  border-left:solid 1px #E9EDF1;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
.responsive-menu ul li i.minus{
  background-image: url(images/ui/minus.svg);
}
.responsive-menu ul li i.plus{
  background-image: url(images/ui/plus.svg);
}
.responsive-menu ul li ul{ margin:0; padding:0; }
.responsive-menu ul li ul li a{ font-size:90%; padding-left:30px; border-bottom:solid 1px #E9E9E9; background-color: #F0F0F0; }
.responsive-menu ul li ul li ul li a{ font-size:80%; padding-left:30px; border-bottom:solid 1px #E9E9E9; background-color: #E4E4E4 ; }





@media (max-width: 1440px) {
  .s_header {
      padding: 0;
      width: 100%;
      top: 0vw;
  }
  .s_header .section_inner {
      width: 89.792vw;
  }
  .s_header .si_left, .s_header .si_right {
      width: 40%;
  }
  .s_header .si_center {
      width: 20%;
  }
  .s_header .si_center {
      padding-top: 2.917vw;
  }
  .header-menu {
      padding-top: 2.083vw;
  }
  .s_h_logo img {
      max-width: 11.806vw !important;
  }
  .header-menu a {
      padding-top: 1.694vw;
      padding-bottom: 1.694vw;
      font-size: 0.833vw;
      letter-spacing: 0.208vw;
      padding-left: 1.042vw;
      padding-right: 1.042vw;
      word-spacing: 0.347vw;
      line-height: 1 !important;
  }
  .header-menu a:after {
      height: 0.625vw;
      width: 0.1vw;
      right: -0.208vw;
      top: 1.667vw;
  }
  .header-menu a:last-of-type {
      padding-right: 0.347vw !important;
  }
  .s_header .si_left .header-menu {
      margin-left: -0.903vw;
  }
  .s_header .si_left .header-menu a:first-of-type {
      padding-left: 0vw;
  }
  .header .user__avatar {
      height: 0.972vw;
      margin: 0vw;
  }
}

@media (max-width: 1140px) {
  .header-menu a{
    font-size:1.1vw;
  }
  .header-menu a:after{
    height: 1vw;    
    top: 1.7vw;
  }
  .header .user__avatar{
    height: 1.4vw;
    margin-left: 1vw;
  }
}

@media (max-width: 850px) {
  .header-menu a{
    font-size:1.4vw;
  }
  .s_h_logo img{
    max-width: 16.806vw !important;
  }
}

@media (max-width: 768px) {
    .s_header{
        padding-right: 8vw;
        padding-left: 8vw;
    }
    .s_header .section_inner {
        width: 100%;
    }
    .s_header .si_left,
    .s_header .destop_only{
        display: none;
    }
    .s_header .si_center{
        width: 70%;
        text-align: left;
        padding-top: 34px;
    }
    .s_h_logo img {
        max-width: 151px !important;
        margin-left: -1vw;
        width: 151px;
    }
    .s_header .mobile_only {
        display: block;
        margin: 0px;
    }
    .s_header .si_right{
        width: 30%;
    }
  a.responsive-menu-hand{
    display:block;
  }
  .header .header-menu{
    display:none !important;
  }
}




/*
=======================================
  Section 1
=========================================*/
.s1 .section_inner {
    display: flex;
    flex-wrap: wrap;
    width: 86vw;
}

.s1 .si_left {
    width: 55%;
    padding-bottom: 5.486vw;
}

.s1 .si_left .si_left_content {
    z-index: 1;
    position: relative;
    padding-top: 10.694VW;
    padding-left: 8.389vw;
}

.s1 .si_left .si_left_content h1 {
    position: relative;
    text-transform: uppercase;
    font-size: 9.16vw;
    margin-bottom: 0.694vw;
}

.s1 .si_left .si_left_content h1:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 22.76vw;
    height: 23.021vw;
    top: -5.556vw;
    left: -5vw;
}

.s1 .si_left .si_left_content h1::after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #000;
    z-index: -1;
    width: 10.92vw;
    top: 9.7vw;
    left: -13.472vw;
}

.s1 .si_left .si_left_content article {
    position: relative;
    padding-top: 0.278vw;
    padding-left: 0.139vw;
    margin-bottom: 0;
    max-width: 22.361VW;
}

.s1 .si_left .si_left_content article .vertical_text {
    top: 0;
    left: -213px;
}

.s1 .si_right {
    width: 45%;
    position: relative;
}

.s1 .si_right .img_holder {
    position: absolute;
    z-index: 0;
    background-image: url(kj_1_img.jpg);
    background-size: cover;
    left: -4.2vw;
    width: 50.25vw;
    height: 100%;
}

.s1 .si_right img {
    max-width: 100%;
    opacity: 0;
}

.s1 .si_featuredin {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: 4.9VW;
    margin-top: -2.6VW;
}

.s1 #si_featuredin {max-width: 51.615vw;margin-right: -0.9vw;padding-left: 3.472vw;padding-right: 3.472vw;padding-top: 1.389vw;padding-bottom: 0.903vw;}
#s1_circletype{
  position: absolute;
  top: -30px;
  left: -30px;
  transform: rotate(-45deg);
}
.s1 #si_featuredin:before {
  content: "";
  display: block;
  background-image: url(s_1_featured_in.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6.486vw;
  height: 5.736vw;
  top: -3.056VW;
  left: 32.4VW;
}
.s1 .si_left .si_left_content article .vertical_text {
  top: 0;
  left: -14.792vw;
}
.s1 .si_left .si_left_content article br{
  display:none;
}

@media (max-width: 768px) {
    .s1 {
        padding-left: 8vw;
        padding-right: 8vw;
        padding-bottom: 10vw;
    }
    .s1 .section_inner {
        width: 100%;
    }
    .s1 .si_left {
        width: 100%;
    }
    .s1 .si_left .si_left_content {
        padding-top: 20.1vw;
        padding-left: 2.6vw;
    }
    .s1 .si_left .si_left_content h1 br {
        content: ' ';
    }
    .s1 .si_left .si_left_content h1 br:before {
        content: ' ';
        clear: both;
    }
    .s1 .si_left .si_left_content h1 {
        max-width: 100%;
        font-size: 8.6vw;
        letter-spacing: 0.5vw;
        padding-right: 37vw;
        line-height: 0.91;
    }
    .s1 .si_left .si_left_content h1:before {
        left: -5.2vw;
        top: 7.5vw;
        width: 23.2vw;
        height: 26.2vw;
    }
    .s1 .si_left .si_left_content h1::after {
        left: 35.7vw;
        top: 20.8vw;
        width: 29.4vw;
    }
    .s1 .si_left .si_left_content .kj_button{
      padding-left: 0.4vw;
      padding-top: 0.2vw;
    }
    .s1 .si_left .si_left_content .kj_button a{
        margin: 0px;
        font-size: 1.8vw;
        margin-top: 1vw;
        background-color: #000000;
        color: #FFF;
        padding: 1.1vw 4vw 1.1vw 5vw;
        letter-spacing: 0.95vw;
    }
    .s1 .si_left .si_left_content article .vertical_text {
        display: none;
    }
    .s1 .si_left .si_left_content article{
      padding-right: 2vw;
      padding-top: 0.278vw;
      max-width: 100%;
    }
    .s1 .si_left .si_left_content article p{     
      margin: 0px;    
      padding-top: 3.2vw;     
      line-height: 1.5;
    }

    .s1 .si_right {
        width: 100%;
        position: relative;
        height: 105.2vw;
    }
    .s1 .si_right .img_holder {
        left: inherit;
        width: 80.5vw;
        height: 109.9vw;
        right: -8vw;
        top: -5.8vw;
    }
    .s1 #si_featuredin {
        max-width: 100%;
        margin-right: 0vw;
        position: relative;
        background-color: #b66a36;
        padding-left: 11.4vw;
        padding-top: 2.6vw;
        padding-bottom: 2vw;
        padding-right: 6vw;
    }
    .s1 #si_featuredin:before {
        content: "";
        display: block;
        background-image: url(featured_in.png);
        width: 14vw;
        height: 14.6vw;
        position: absolute;
        background-repeat: no-repeat;
        top: -5.6vw;
        left: 5vw;
        background-size: contain;
    }

    /*==================================
    ------------------------------------
    ====================================*/
    .s1 .si_left .si_left_content {
        padding-top: 32.389vw;
        padding-left: 2.6vw;
    }
    .s1 .si_left .si_left_content h1 br {
        content: ' ';
    }
    .s1 .si_left .si_left_content h1 br:before {
        content: ' ';
        clear: both;
    }
    .s1 .si_left .si_left_content h1 {
        max-width: 100%;
        font-size: 11.6vw;
        letter-spacing: 0.8vw;
        padding-right: 12vw;
        line-height: 0.93;
    }
    .s1 .si_left .si_left_content h1:before {
        left: -8.2vw;
        top: 12.5vw;
        width: 36.2vw;
        height: 36.2vw;
    }
    .s1 .si_left .si_left_content h1::after {
        left: 54.7vw;
        top: 32.8vw;
        width: 29.4vw;
        display:none;
    }
    .s1 .si_left .si_left_content .kj_button{      
      padding-left: 0.4vw;      
      padding-top: 2.2vw;
    }
    .s1 .si_left .si_left_content .kj_button a{
        margin: 0px;
        font-size: 2.3vw;
        margin-top: 1vw;
        background-color: #000000;
        color: #FFF;
        padding: 2.1vw 7vw 2.1vw 8vw;
        letter-spacing: 0.95vw;
    }
    .s1 .si_left .si_left_content article .vertical_text {
        display: none;
    }
    .s1 .si_left .si_left_content article{
      padding-right: 2vw;
    }
    .s1 .si_left .si_left_content article p{     
      margin: 0px;    
      padding-top: 3.2vw;     
      line-height: 1.5;
    }
    .s1 .si_left .si_left_content article p br{
      display:none;
    }

    .s1 .si_right {
        width: 100%;
        position: relative;
        height: 105.2vw;
    }
    .s1 .si_right .img_holder {
        left: inherit;
        width: 80.5vw;
        height: 82.9vw;
        right: -8vw;
        top: -8.8vw;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .s1 .si_featuredin {
        margin-top: -44vw;
        margin-left: -8vw;
        margin-right: -8vw;
        width: 100vw !important;
        padding-bottom: 0;
    }
    .s1 #si_featuredin {
        max-width: 100%;
        margin-right: 0vw;
        position: relative;
        background-color: #b66a36;
        padding-left: 10.4vw;
        padding-top: 2.6vw;
        padding-bottom: 2vw;
    }
    .s1 #si_featuredin:before {
        content: "";
        display: block;
        background-image: url(featured_in.png);
        width: 18vw;
        height: 19.6vw;
        position: absolute;
        background-repeat: no-repeat;
        top: -12.6vw;
        left: 4vw;
        background-size: contain;
    }
}

/*
=======================================
  Section 2
=========================================*/
.s2 {
    position: relative;
    background-color: #96a095;
    padding-top: 42px;
    padding-bottom: 49px;
}

.s2 .si_arow {
    position: absolute;
    width: 10px;
    height: 35.25px;
    top: -13px;
    left: 50%;
}

.s2 .si_arow img {
    margin: 0px;
    margin-left: -6px;
}

.s2 .section_inner {
}

.s2 .section_inner .si_content {
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    width: 100%;
    font-size: 11.25px;
    letter-spacing: 4px;
    margin-left: 2px;
}

.s2 .section_inner .countdown {
    width: 537px;
    margin: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.s2 .section_inner .countdown .countdown_inner {
    width: 25%;
    position: relative;
}

.s2 .section_inner .countdown .countdown_inner:before {
    content: ':';
    position: absolute;
    right: -10px;
    top: -11px;
    font-size: 34px;
    color: #ffffff;
}

.s2 .section_inner .countdown .countdown_inner:last-of-type:before {
    display: none;
}

.s2 .section_inner .countdown .countdown_inner h2 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 64.125px;
    letter-spacing: 3.21px;
}

.s2 .section_inner .countdown .countdown_inner:nth-child(2) h2 {
    margin-left: 10px;
}

.s2 .section_inner .countdown .countdown_inner:nth-child(3) h2 {
    margin-left: 22px;
}

.s2 .section_inner .countdown .countdown_inner .countdown__title {
    font-size: 22.5px;
    letter-spacing: 3.21px;
    margin-left: 4px;
}

.s2 .section_inner .countdown .countdown_inner:nth-child(2) .countdown__title {
    margin-left: 14px;
}

.s2 .section_inner .countdown .countdown_inner:nth-child(3) .countdown__title {
    margin-left: 21px;
}

@media (max-width: 1440px) {
  .s2 {
      padding-top: 2.917vw;
      padding-bottom: 3.403vw;
  }
  .s2 .si_arow {
      width: 0.694vw;
      height: 2.448vw;
      top: -0.903vw;
      left: 50%;
  }
  .s2 .si_arow img {
      margin-left: -0.417vw;
  }
  .s2 .section_inner .si_content {
      font-size: 0.781vw;
      letter-spacing: 0.278vw;
      margin-left: 0.139vw;
  }
  .s2 .section_inner .countdown {
      width: 37.292vw;
      margin-top: 2.778vw;
  }
  .s2 .section_inner .countdown .countdown_inner:before {
      right: -0.694vw;
      top: -0.764vw;
      font-size: 2.361vw;
  }
  .s2 .section_inner .countdown .countdown_inner h2 {
      margin-bottom: 0.556vw;
      font-size: 4.453vw;
      letter-spacing: 0.223vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(2) h2 {
      margin-left: 0.694vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(3) h2 {
      margin-left: 1.528vw;
  }
  .s2 .section_inner .countdown .countdown_inner .countdown__title {
      font-size: 1.563vw;
      letter-spacing: 0.223vw;
      margin-left: 0.278vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(2) .countdown__title {
      margin-left: 0.972vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(3) .countdown__title {
      margin-left: 1.458vw;
  }
}

@media (max-width: 1024px) {
  .s2 .section_inner .si_content{
    font-size: 1.25vw;
  }
}

@media (max-width: 768px) {
  .s2 .section_inner .si_content{
    font-size:2vw;
  }
  .s2 .section_inner .countdown .countdown_inner:before {
      right: -0.694vw;
      top: -0.4vw;
      font-size: 3.361vw;
  }
  .s2 .section_inner .countdown .countdown_inner h2 {
      margin-bottom: 1.556vw;
      font-size: 6.453vw;
      letter-spacing: 0.3vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(2) h2 {
      margin-left: 0.694vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(3) h2 {
      margin-left: 1.528vw;
  }
  .s2 .section_inner .countdown .countdown_inner .countdown__title {
      font-size: 2.563vw;
      letter-spacing: 0.223vw;
      margin-left: 0.278vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(2) .countdown__title {
      margin-left: 0.972vw;
  }
  .s2 .section_inner .countdown .countdown_inner:nth-child(3) .countdown__title {
      margin-left: 1.458vw;
  }
  .s2 .section_inner .countdown .countdown_inner{
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .s2 .section_inner .countdown{
    width: 51.292vw;
  }

    .s2 .si_arow {
        width: 1.694vw;
        height: 6.448vw;
        top: -10.8vw;
        left: 50%;
    }
}

@media (max-width: 550px) {
  .s2 {
      padding-top: 5.7vw;
      padding-bottom: 3.403vw;
  }
  .s2 .section_inner .si_content {
      font-size: 2.7vw;
      letter-spacing: 0.8vw;
      margin: 0px;
  }
  .s2 .section_inner .countdown {
     width: 86vw;
     margin-top: 6.4vw;
  }
  .s2 .section_inner .countdown .countdown_inner h2 {
      margin-bottom: 1.3vw;
      font-size: 10.453vw;
      letter-spacing: 0.3vw;
  }
  .s2 .section_inner .countdown .countdown_inner .countdown__title {
    font-size: 3.563vw;
    letter-spacing: 0.223vw;
    margin-left: 0vw;
  }
}

@media (max-width: 480px) {
}

/*
=======================================
  Section 3
=========================================*/
.s3 {
    padding-top: 156px;
    z-index: 2;
    position: relative;
}

.s3 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1150px;
}

.s3 .si_left {
    width: 56.79%;
    position: relative;
}

.s3 .si_left:after {
    content: '';
    position: absolute;
    height: 362.25px;
    width: 10000px;
    left: -9505px;
    top: 148px;
    background-color: #f0f1ee;
    z-index: -1;
}

.s3 .si_right {
    width: 40%;
    padding-top: 161px;
}

.s3 .si_right h2 {
    margin-bottom: 0px;
    color: #b56a36;
}

.s3 .si_right article {
    color: #000;
    padding-top: 9px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.s3 .si_right article .vertical_text {
    left: 0;
    top: -194px;
}
@media (max-width: 1440px){
  .s3 {
      padding-top: 10.833vw;
  }
  .s3 .section_inner {
      width: 79.861vw;
  }
  .s3 .si_left {
      width: 56.79%;
  }
  .s3 .si_left:after {
      height: 25.156vw;
      width: 694.444vw;
      left: -660.069vw;
      top: 10.278vw;
  }
  .s3 .si_right {
      width: 40%;
      padding-top: 11.181vw;
  }
  .s3 .si_right h2 {
      margin-bottom: 0vw;
  }
  .s3 .si_right article{
    
  }
  .s3 .si_right article p br{
    display:none;
  } {
      padding-top: 0.625vw;
  }
  .s3 .si_right article .vertical_text {
      left: 0;
      top: -13.472vw;
  }
}
@media (max-width: 1140px){
  .s3 .si_right article p br{
    display:none;
  }
}
@media (max-width: 1024px){
  .s3 .si_left{
    padding-right: 3vw;
  }
}
@media (max-width: 768px){

  .s3{
    padding-left:9vw;
    padding-right:9vw;
  }
  .s3 .section_inner{
    width:100%;
  }
  .s3 .si_left{
    display:none;
    width: 100%;
  }
  .s3 .si_left.mobile_only{
    display:block;
    padding-right: 0;
  }
  .s3 .si_right{
    width:100%;
    padding-top: 2.181vw;
  }
  .s3 .si_right h2{
    margin-bottom: 4vw;
  }
  .s3 .si_right article .vertical_text{
    display:none;
  }
  .s3_upper_title{
    display:block;
    text-transform: uppercase;
    letter-spacing: 0.5vw;
    font-weight: normal;
    font-size: 2.2vw;
    margin-bottom: 1vw;
  }
  .s3 .si_left:after {
      height: 30.156vw;
      width: 685.444vw;
      left: -660.069vw;
      top: -13.722vw;
  }




}
@media (max-width: 550px){
  .s3{
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .s3 .si_right{
    padding-top: 3.781vw;
  }
  .s3 .si_right h2{
    margin-bottom: 8vw;
    padding-left: 35vw;
    line-height: 0.96;
  }
  .s3_upper_title{
    display:block;
    text-transform: uppercase;
    letter-spacing: 0.5vw;
    font-weight: normal;
    font-size: 2.5vw;
    margin-bottom: 1.7vw;
    text-align: center;
  }
  .s3 .si_left:after {
      height: 51vw;
      width: 75vw;
      left: -5vw;
      top: -21.722vw;
  }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 4
=========================================*/
.s4 {
    padding-top: 160px;
    z-index: 2;
    position: relative;
    padding-bottom: 5vw;
    padding-top: 6.4vw;
}
.s4.top_spacing_low{
  padding-top: 6.3VW !important;
}
.s4 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 84.5vw;
}
.s4 .si_left {
    width: 47.5%;
    padding-top: 0;
}
.s4 .si_left h2 {
    margin-bottom: 0px;
    color: #b56a36;
    padding-left: 7.722VW;
    text-transform: uppercase;
    letter-spacing: 0.26vw;
    margin-right: -11vw;
    position: relative;
    z-index: 1;
    margin-top: -2vw;
}
.s4 .si_left h2 span{
  display: block;
  margin-left: -5vw;
}
.s4 .si_left article {
    color: #000;
    position: relative;
    padding-top: 5.278vw;
    padding-left: 8.722VW;
}
.s4 .si_left article .article_inner {
    position: relative;
    padding-left: 1.5vw;
}
.s4 .si_left article .article_inner:before {
    content: '';
    position: absolute;
    width: 143%;
    height: 1px;
    background: #000;
    left: -1vw;
    top: -3.25vw;
}
.s4 .si_left article .vertical_text {
    left: 0;
    top: 0;
}
.s4 .si_left article ul{
  list-style-type:none;
  margin:0;
  padding:0;
}
.s4 .si_left article ul li{
    position: relative;
    padding-bottom: 1vw;
    margin: 0;
}
.s4 .si_left article ul li:before{
    content: '';
    position: absolute;
    left: -2.083VW;
    top: 0.4vw;
    background-image: url(326572_check_icon.png);
    background-color: transparent !important;
    background-size: contain;
    background-position: center;
    width: 1vw;
    height: 1vw;
    background-repeat: no-repeat;
}
.s4 .si_right {
    width: 44.3%;
    position: relative;
}
.s4 .si_right:after {
    content: '';
    position: absolute;
    background-color: #b56a36;
    z-index: -1;
    height: 33.5VW;
    width: 694.444vw;
    right: -690.972vw;
    top: 5.9VW;
}
.s4 .si_left article ul + p{
  margin-top:0;
}
@media (max-width: 768px){
  .s4 .si_left article ul li{
    padding-bottom: 3vw;
  }
  .s4{
    padding-left:9vw;
    padding-right:9vw;
    padding-bottom: 7vw;
  }
  .s4 .section_inner{
    width:100%;
  }
  .s4 .si_left{
    width:100%;
  }
  .s4 .si_right{
    width:100%;
    order:-1;
    padding-bottom: 7vw;
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }
  .s4 .si_right:after{
    top: auto;
    bottom: 0vw;
    right: -9vw;
    width: 57vw;
    height: 73vw;
    background-color: rgba(201, 238, 3, 0.575);
  }
  .s4 .si_left article .vertical_text{
    left: -3vw;
    top: -47vw;
  }
    .s4 .si_left article ul li:before {
        top: 2vw;
        height: 3.0vw;
        width: 3.0vw;
        left: -6vw;
    }
    .s4 .si_left h2 {
        margin-bottom: 0vw;
        padding-left: 0;
    }
    .s4 .si_left article {
        padding-left: 9.8vw;
    }
    .s4 .si_left article .article_inner:before{
        display: none;
    }
    .s4 .si_left h2{
        position: relative;
        padding-bottom: 5vw;
        margin-bottom: 6vw;
    }
    .s4 .si_left h2:before {
        width: 96%;
        height: 2px;
        background-color:#000;
        right: -46.069vw;
        top: 5.6vw;
        content: "";
        display: block;
        position: absolute;
    }

  /*
  =====================================
  ------------------------------------
  =====================================
  */
  .s4 .si_right{
    padding-bottom: 6vw;
    display: none;
  }
  .s4 .si_left{
    padding-top: 6vw;
  }
  .s4 .si_left .mobile_only{
    display:block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 6vw;
  }
  .s4 .si_left .img_holder:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -9vw;
    width: 57vw;
    height: 73vw;
    background-color: rgba(201, 238, 3, 0.575);
    z-index:0;
  }
  .s4 .si_left .mobile_only img{
    z-index:1;
    position:relative;
    width: 100%;
  }
  .s4 .si_left article{
    padding-top: 6vw;
    padding-left: 4vw;
  }
  .s4 .si_left article ul lip:before{
    
    height: 1px;
        
    width: 2vw;
        
    top: 2.5vw;
        
    left: -7vw;
  }
    .s4 .si_left h2:before {
        width: 130%;
        height: 1px;
        background-color: #000;
        right: unset;
        top: unset;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
    }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 5
=========================================*/
.s5 {
    background-color: #edebe3;
}

.s5 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 1274px;
    position: relative;
    padding-top: 88px;
    padding-bottom: 71px;
}

.s5 .section_inner:before {
    content: '';
    position: absolute;
    width: 10000px;
    left: -10002px;
    top: 53.9%;
    height: 1px;
    background-color: #000;
}

.s5 .section_inner:after {
    content: '';
    position: absolute;
    width: 10000px;
    right: -10002px;
    top: 53.9%;
    height: 1px;
    background-color: #000;
}

.s5 .si_content {
    width: 1029px;
    text-align: center;
    padding-left: 11px;
}

@media (max-width: 1440px){
  .s5 .section_inner {
      width: 88.472vw;
      padding-top: 6.111vw;
      padding-bottom: 4.931vw;
  }
  .s5 .section_inner:before {
      width: 694.444vw;
      left: -694.583vw;
      top: 53.9%;
      height: 0.069vw;
  }
  .s5 .section_inner:after {
      width: 694.444vw;
      right: -694.583vw;
      top: 53.9%;
      height: 0.069vw;
  }
  .s5 .si_content {
      width: 71.458vw;
      padding-left: 0.764vw;
  }
}
@media (max-width: 1140px){
  .s5 .si_content article p br{
    display:none;
  }
  .s5 .section_inner:before,
  .s5 .section_inner:after{
    height:0.1vw;
    top: calc(50% - 0.05vw);
  }
}
@media (max-width: 1024px){

}
@media (max-width: 768px){
  .s5{
    padding-left:9vw;
    padding-right:9vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .s5 .section_inner{
    width: 100%;
    padding-top:0;
    padding-bottom:0;
  }
  .s5 .si_content{
    width:100%;
  }
  .s5 .section_inner:before, 
  .s5 .section_inner:after{
    display:none;
  }
}
@media (max-width: 550px){
  .s5 {
      padding-top: 9.2vw;
      padding-bottom: 9.2vw;
  }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 6
=========================================*/
.s6 {
    z-index: 2;
    position: relative;
    padding-top: 6.4vw;
    padding-bottom: 6.167vw;
}
.s6 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 84vw;
}
.s6 .si_left {
    width: 43.4%;
    position: relative;
}
.s6 .si_left:after {
    content: '';
    position: absolute;
    background-color: #f0f1ee;
    z-index: -1;
    height: 37.2vw;
    width: 688.1vw;
    left: -665.694vw;
    top: 18.4vw;
}
.s6 .si_right {
    width: 49.3%;
    z-index: 1;
    padding-top: 2.1VW;
}
.s6 .si_right h2 {
    margin-bottom: 0px;
    color: #b56a36;
    text-transform: uppercase;
    line-height: 1.05;
    z-index: 2;
    margin-bottom: 0vw;
    margin-left: -12.1VW;
    letter-spacing: 0.1vw;
}
.s6 .si_right h2 span{
  display: inline-block;
  margin-left: -8.5vw;
}
.s6 .si_right article {
    color: #000;
    position: relative;
    padding-top: 2.6vw;
}
.s6 .si_right article ul{
  margin:0;
  padding:0;
  list-style-type: none;
  padding-top: 1vw;
}
.s6 .si_right article ul li {
  margin:0;
  position: relative;
  line-height: 1.27;
  padding-bottom: 2vw;
  padding-left: 2.153vw;
}
.s6 .si_right article ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.1vw;
    background-image: url(326572_check_icon.png);
    background-color: transparent !important;
    background-size: contain;
    background-position: center;
    width: 1vw;
    height: 1vw;
    background-repeat: no-repeat;
}
.s6 .si_right article ul li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
    left: 1px;
    bottom: 10px;
    left: 0.069vw;
    bottom: 1vw;
}
.s6 .si_right article .vertical_text {
    left: -33px;
    top: -226px;
    display: none;
}
.s6 .si_right article .vertical_text {
      left: -2.292vw;
      top: -15.694VW;
  }
.s6 .si_right article ul + p{
  margin-top:0.5vw;
}

@media (max-width: 768px){
  .s6 .si_right article{
    padding-top: 7.6vw;
  }
  .s6{
    padding-left: 9vw;
    padding-right:9vw;
    padding-top: 11vw;
    padding-bottom: 5vw;
  }
  .s6 .section_inner{
    width:100%;
  }
  .s6 .si_left{
    width: 100%;
    display: none;
  }
  .s6 .si_right{
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
  .s6 .si_right .img_holder{
    display:block;
    position:relative;
    margin-bottom: 5vw;
  }
  .s6 .si_right .img_holder:after{
    content: '';
    position: absolute;
    background-color: rgba(201, 238, 3, 0.575);
    height: 86.403vw;
    width: 59vw;
    left: -9vw;
    top: auto;
    bottom: -8vw;
  }
  .s6 .si_right .img_holder img{
    position:relative;
    z-index:1;
  }
  .s6 .si_right h2 br{
    display: none;
  }
  .s6 .si_right article .vertical_text{
    display:none;
  }
  .s6 .si_left .vertical_text{
    display:block;
    top: 29vw;
    right: -2vw;
  }
  .s6 .si_left img{
    width: calc(100% + 3vw);
    max-width: 200vw;
    margin-left:-9vw;
  }
  .s6 .si_left:after{
    height: 33.403vw;
    width: 59vw;
    left: -9vw;
    top: auto;
    bottom: -14vw;
  }
  .s6 .si_right article ul li{
    padding-left: 5vw;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 5vw;
    padding-top: 2vw;
  }
  .s6 .si_right article ul li:before{
    height: 3vw;
    width: 3vw;
    top: 3.0vw;
    left: 0vw;
  }
  .s6 .si_right h2{
    margin-left:0;
    position: relative;
    padding-bottom: 6vw;
    margin-bottom: 7vw;
  }
  .s6 .si_right h2:before {
        width: 130%;
        height: 1px;
        background-color: #000;
        content: " ";
        display: block !important;
        position: absolute;
        left: 0;
        bottom: 0;
        top: unset;
    }
  .s6 .si_right article ul li:after{
    height:1px;
    /* width: calc(100% + 5vw); */
    left: 0;
    bottom: 2vw;
  }
 .s6 .si_right article ul li br{
    display:none;
  }
}


/*
=======================================
  Section 7
=========================================*/
.s7 {
    z-index: 2;
    position: relative;
    background-color: #EDEBE3;
}
.s7 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85vw;
}
.s7 .si_left {
    width: 50.5%;
    padding-top: 9.931vw;
    padding-bottom: 5.3VW;
    padding-left: 2.5vw;
}
.s7 .si_left h2 {
    margin-bottom: 0px;
    color: #b56a36;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.13vw;
    margin-bottom: 0vw;
    padding-left: 5.972vw;
}
.s7 .si_left h2:after {
    content: "";
    display: block;
    background-image: url(s7-founder--story.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 6.806vw;
    height: 6.736vw;
    top: -3.6vw;
    left: 1.875vw;
}
.s7 .si_left h2:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #000;
    width: 694.444vw;
    left: -690.972vw;
    bottom: 3.1VW;
}
.s7 .si_left article {
    color: #000;
    padding-top: 0.9vw;
    padding-left: 6.389vw;
}
.s7 .si_left article p {
    position: relative;
}
.s7 .si_right {
    width: 41%;
    position: relative;
    padding-top: 12.75VW;
    padding-bottom: 4.514vw;
}
.s7 .si_right:after {
    content: '';
    position: absolute;
    background-color: #959f94;
    z-index: -1;
    height: 100%;
    width: 687.3VW;
    right: -667.083vw;
    bottom: 0vw;
}

@media (max-width: 768px){
  .s7{
    padding-left: 9vw;
    padding-right:9vw;
    background-color: transparent;
    padding-top: 6vw;
    padding-bottom: 7vw;
  }
  .s7:after{
    content:" ";
    background-color: #EDEBE3;
    position: absolute;
    width: 76vw;
    height: 94vw;
    left: 0;
    top: 24vw;
    z-index: 0;
  }
  .s7 .section_inner{
    width:100%;
    position: relative;
    z-index: 1;
  }
  .s7 .si_right{
    display:none;
  }
  .s7 .si_left{
    width:100%;
    padding-top: 7vw;
  }
  .s7 .si_left .img_holder.mobile_only{
    display:block;
    position:relative;
    padding-bottom: 9vw;
    margin-bottom: 8vw;
  }
  .s7 .si_left .img_holder.mobile_only img{
    position:relative;
    z-index:1;
  }
  .s7 .si_left .img_holder.mobile_only:after{
    position:absolute;
    content:" ";
    right: -9vw;
    bottom:0;
    background-color:#959F94;
    width: 71vw;
    height: 31vw;
  }
  .s7 .si_left article{
    padding-top:0;
    padding-left:0;
  }
  .s7 .si_left h2{
    padding-left: 0;
    margin-bottom: 5.5vw;
    line-height: 1;
  }
  .s7 .si_left h2:before{
    width: 689.444vw;
    left: -690.972vw;
    bottom: 5VW;
  }
  .s7 .si_left h2:after {
        width: 11.806vw;
        height: 19.736vw;
        top: -5.1vw;
        left: inherit;
        background-image: url(s7-founder--story-mobile.png);
        left: -5vw;
    }
  /*
  =====================================
  ------------------------------------
  =====================================
  */
  .s7 .si_left {
      padding-top: 7vw;
      padding-bottom: 0VW;
  }
 .s7 .si_left h2 {
      line-height: 1;
  }
  .s7:after {
      content: " ";
      background-color: #EDEBE3;
      position: absolute;
      width: 76vw;
      height: 94vw;
      left: 0;
      top: 24vw;
      z-index: 0;
  }
  .s7 .si_left h2:after {
      width: 21.806vw;
      height: 19.736vw;
      top: 0;
      left: inherit;
      right: 2vw;
  }
}


/*
=======================================
  Section 8
=========================================*/
.s8 {
    padding-top: 7.2vw;
    padding-bottom: 6.8vw;
    position: relative;
}
.s8:after{
  content:" ";
  position:absolute;
  background-color:#DFF56D;
  bottom:0;
  left:0;
  height: 12.5vw;
  width: 100%;
  z-index: 0;
}
.s8 .section_inner {
    margin: 0 auto;
    position: relative;
    width: 80.556vw;
    z-index: 2;
}

.s8 .section_inner:before {
    content: '';
    position: absolute;
    width: 10000px;
    left: -10082px;
    top: -36px;
    height: 204px;
    background-color: #b56a36;
    display: none;
}

.s8 .section_inner h2 {
    position: relative;
    color: #b56a36;
    padding-left: 0;
    margin-bottom: 1.944vw;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.18vw;
    line-height: 1.08;
}

.s8 .section_inner h2:after {
    content: '';
    position: absolute;
    width: 10000px;
    right: -10002px;
    bottom: 24px;
    height: 1px;
    background-color: #000;
    display: none;
}

.s8 .si_content {
    margin-left: 3.55vw;
    margin-right: 3.55vw;
    background: #f0f1ee;
    margin-top: -5.5vw;
}

.s8 .si_content .slider_warp {
    position: relative;
    z-index: 1;
}

.s8 .si_content .slider_inner {
    position: relative;
    padding-top: 7.2vw;
    padding-bottom: 3.1vw;
    display: flex;
    flex-wrap: wrap;
}

.s8 .si_content .slider_inner .vertical_text {
    left: 2.736vw;
    top: 8.25vw;
    transform: none;
    order: 2;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    text-align: center;
    width: 100%;
    margin-top: 3.6vw;
    font-size: 1.05vw;
}

.s8 .si_content .slider_inner img {
    width: 41px;
}

.s8 .si_content .slider_inner h3 {
    color: #698167;
    margin-top: 33px;
    margin-bottom: 33px;
}

.s8 .si_content .slider_inner .slider_content {
    max-width: 41.667VW;
    font-size: 1.458VW;
    text-align: center;
    order: 1;
    margin: 0 auto;
}
.s8 .si_content .slider_warp .slick-next,
.s8 .si_content .slider_warp .slick-prev{
    cursor: pointer;
    z-index: 4;
    background-color:transparent;
    border:0;
    font-size: 0;
    width: 5.6vw;
    height: 1.2vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
}
.s8 .si_content .slider_warp .slick-prev {
    top: 50%;
    left: -2.8vw;
    background-image:url(arrow-left.png);
}
.s8 .si_content .slider_warp .slick-next {
    background-image:url(arrow-right.png);
    top: 50%;
    right: -2.8vw;
}

@media (max-width: 1440px){
  .s8 .section_inner {
  }
  .s8 .section_inner:before {
      width: 694.444vw;
      left: -700.139vw;
      top: -2.5vw;
      height: 14.167vw;
  }
  .s8 .section_inner h2:after {
      width: 694.444vw;
      right: -694.583vw;
      bottom: 1.667vw;
      height: 0.069vw;
  }
  .s8 .si_content .slider_inner img {
      width: 2.847vw;
  }
  .s8 .si_content .slider_inner h3 {
      margin-top: 2.292vw;
      margin-bottom: 2.292vw;
  }

}

@media (max-width: 768px){
  .s8 .si_content .slider_inner{
    
padding-top: 5vw;
    
padding-bottom: 0;
  }
  .s8:after{
    
height: 25.5vw;
  }
    .s8 {
        padding-right: 9vw;
        padding-left: 9vw;
        padding-top: 5.417vw;
    }
    .s8 .section_inner {
        width: 100%;
    }
    .s8 .section_inner h2 {
        padding-left: 1.6vw;
        max-width: 100%;
        margin-bottom: 4vw;
        line-height: 1;
    }
    .s8 .section_inner h2:after{
        display: none;
    }
    .s8 .si_content {
        margin-left: 2.083vw;
        margin-right: 2.5vw;
    }
    .s8 .si_content .slider_inner .vertical_text {
        left: -4.4vw;
        top: 11.2vw;
    }
    .s8 .si_content .slider_inner .slider_content {
        max-width: 51.736vw;
        margin-left: 14.778vw;
        padding-top: 2.5vw;
        font-size: 2.8vw;
        letter-spacing: 0.1vw;
    }
    .s8 .si_content .slider_inner img {
        width: 5.4vw;
    }
    .s8 .si_content .slider_inner h3 {
        margin-top: 3.3vw;
        margin-bottom: 4.7vw;
        font-size: 5.5vw;
        margin-left: -0.5vw;
    }
    .s8 .section_inner:before {
        width: 2vw;
        left: -9vw;
        top: 1.5vw;
        height: 18.167vw;
    }
    .s8 .si_content .slider_warp .slick-next{
        right: -2.1vw;
        display: block !important;
        font-size: 0;
        border: 0;
        /* background-image: url(right-angle.png); */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 4.3vw;
        height: 8vw;
        top: 47vw;
    }
    .s8 .si_content .slider_warp .slick-prev {
        width: 4.3vw;
        height: 8vw;
        top: 47vw;
        left: -2.1vw;
        display: block !important;
        font-size: 0;
        border: 0;
        /* background-image: url(left-angle.png); */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        padding: 0;
    }
  /*
  =====================================
  ------------------------------------
  =====================================
  */
    .s8 {
        padding-right: 9vw;
        padding-left: 9vw;
        padding-bottom: 9.722vw;
        padding-top: 12vw;
    }
    .s8 .section_inner {
        width: 100%;
    }
    .s8 .section_inner h2 {
        padding-left: 1.6vw;
        max-width: 100%;
        margin-bottom: 4vw;
        line-height: 1;
    }
    .s8 .section_inner h2:after{
        display: none;
    }
    .s8 .si_content {
        margin-left: 0;
        margin-right: 0;
        margin-top: -10vw;
    }
    .s8 .si_content .slider_inner .vertical_text {
        left: 2.6vw;
        top: 17.2vw;
    }
    .s8 .si_content .slider_inner .slider_content {
        max-width: 100%;
        margin-left: 7vw;
        padding-top: 0;
        font-size: 3.5vw;
        letter-spacing: 0.1vw;
        margin-right: 7vw;
    }
    .s8 .si_content .slider_inner img {
        width: 7.4vw;
    }
    .s8 .si_content .slider_inner h3 {
        margin-top: 3.3vw;
        margin-bottom: 7.7vw;
        font-size: 7.5vw;
        margin-left: -0.5vw;
    }
    .s8 .section_inner:before {
        width: 2vw;
        left: -9vw;
        top: 1.5vw;
        height: 18.167vw;
    }
    .s8 .si_content .slider_warp .slick-next{
        right: -6.1vw;
        display: block !important;
        font-size: 0;
        border: 0;
        /* background-image: url(right-angle.png); */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 9.3vw;
        height: 8vw;
        top: 50%;
        transform: translateY(-50%);
    }
    .s8 .si_content .slider_warp .slick-prev {
        width: 9.3vw;
        height: 8vw;
        top: 47vw;
        left: -6.1vw;
        display: block !important;
        font-size: 0;
        border: 0;
        /* background-image: url(left-angle.png); */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 9
=========================================*/
.s9 {
    padding-top: 74px;
    padding-bottom: 26px;
    position: relative;
    background: #959f94;
}

.s9 .section_inner {
    width: 1235px;
    margin: 0 auto;
    text-align: center;
}

.s9 .section_inner .si_sub_title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11.25px;
    letter-spacing: 4px;
    margin-left: 8px;
    color: #edebe3;
}

.s9 .section_inner h2 {
    margin-left: 19px;
    margin-top: 0;
    margin-bottom: 31px;
    color: #edebe3;
}

.s9 .slider_warp {
    position: relative;
    z-index: 1;
}

.s9 .slider_inner {
    color: #ffffff;
}

.s9 .slider_inner .img_holder {
    width: 139px;
    position: relative;
    margin: auto;
}

.s9 .slider_inner .img_holder:before {
    content: '';
    position: absolute;
    width: 44px;
    height: 40px;
    background-image: url(testimonial.png);
    background-size: contain;
    bottom: 4px;
    right: 12px;
}

.s9 .slider_inner .img_holder img {
    border: 4.5px solid #b56a36;
    -webkit-border-radius: 87px;
    -moz-border-radius: 87px;
    border-radius: 87px;
}

.s9 .slider_inner .si_slider_text {
    padding-top: 20px;
}

.s9 .slider_inner .si_slider_name {
    padding-top: 10px;
}

.s9 .slider_inner .si_name {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-left: 3px;
}

.s9 .slider_inner .si_city {
    line-height: 1.36;
    letter-spacing: 0.825px;
    font-style: italic;
    display: block;
    margin-top: -5px;
    margin-right: 4px;
}

.s9 .slider_warp .slick-prev {
    width: 35px;
    height: 15px;
    position: absolute;
    top: 24.3%;
    left: 2px;
    cursor: pointer;
    z-index: 4;
    background-image: url(arrow-left-w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: 0;
    font-size: 0;
    background-size: contain;
}

.s9 .slider_warp .slick-next {
    width: 35px;
     height: 15px;
    position: absolute;
    top: 24.3%;
    right: 0px;
    cursor: pointer;
    z-index: 4;
    background-image: url(arrow-right-w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: 0;
    font-size: 0;
    background-size: contain;
}

.s9 .slider_warp .slick-dots {
    margin-top: 44px;
    margin-left: -26px;
}

.s9 .slider_warp .slick-dots li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.s9 .slider_warp .slick-dots li button {
    width: 30px;
    height: 4px;
    text-indent: -9999px;
    background: #cdcdcd;
    border: none;
}

.s9 .slider_warp .slick-dots li.slick-active button {
    background: #f0f1ee;
}

@media (max-width: 1440px){
  .s9 {
      padding-top: 5.139vw;
      padding-bottom: 1.806vw;
  }
  .s9 .section_inner {
      width: 85.764vw;
  }
  .s9 .section_inner .si_sub_title {
      font-size: 0.781vw;
      letter-spacing: 0.278vw;
      margin-left: 0.556vw;
  }
  .s9 .section_inner h2 {
      margin-left: 1.319vw;
      margin-top: 0;
      margin-bottom: 2.153vw;
  }
  .s9 .slider_inner .img_holder {
      width: 9.653vw;
  }
  .s9 .slider_inner .img_holder:before {
      width: 3.056vw;
      height: 2.778vw;
      bottom: 0.278vw;
      right: 0.833vw;
  }
  .s9 .slider_inner .img_holder img {
      border-width: 4.5px;
      -webkit-border-radius: 87px;
      -moz-border-radius: 87px;
      border-radius: 87px;
  }
  .s9 .slider_inner .si_slider_text {
      padding-top: 1.389vw;
  }
  .s9 .slider_inner .si_slider_name {
      padding-top: 0.694vw;
  }
  .s9 .slider_inner .si_name {
      font-size: 1.319vw;
      letter-spacing: 0.069vw;
      margin-left: 0.208vw;
  }
  .s9 .slider_inner .si_city {
      line-height: 1.36;
      letter-spacing: 0.57.292vw;
      margin-top: -0.347vw;
      margin-right: 0.278vw;
  }
  .s9 .slider_warp .slick-prev {
      width: 2.431vw;
      top: 24.3%;
      left: 0.139vw;
      height: 1.042vw;
  }
  .s9 .slider_warp .slick-next {
      width: 2.431vw;
      top: 24.3%;
      right: 0vw;
      height: 1.042vw;
  }
  .s9 .slider_warp .slick-dots {
      margin-top: 3.056vw;
      margin-left: -1.806vw;
  }
  .s9 .slider_warp .slick-dots li {
      margin-right: 0.417vw;
  }
  .s9 .slider_warp .slick-dots li button {
      width: 2.083vw;
      height: 0.278vw;
      text-indent: -694.375vw;
  }
}
@media (max-width: 1140px){
  .s9 .slider_inner .si_slider_text br{
    display:none;
  }
  .s9 .slider_inner .si_slider_text{
    padding-left:10vw;
    padding-right:10vw;
  }
  .s9 .slider_warp .slick-prev,
  .s9 .slider_warp .slick-next{
    top: 5vw;
    height: 1.8vw;
    width: 3vw;
  }
}
@media (max-width: 1024px){
  .s9 .section_inner .si_sub_title{
    font-size:1.25vw;
  }
}
@media (max-width: 768px){
  .s9 {
      padding-top: 18.139vw;
      padding-bottom: 10.806vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s9 .section_inner {
      width: 100%;
  }
  .s9 .section_inner .si_sub_title {
      font-size: 2.4vw;
      letter-spacing: 0.8vw;
      margin-left: 0.556vw;
  }
  .s9 .section_inner h2 {
      margin-left: 0;
      margin-top: 1.389vw;
      margin-bottom: 9.153vw;
  }
  .s9 .slider_inner .img_holder {
      width: 33vw;
      height: 33vw;
      padding-top: 0.278vw;
      padding-bottom: 0.417vw;
  }
  .s9 .slider_inner .img_holder:before {
      width: 9vw;
      height: 9vw;
      bottom: 0.278vw;
      right: 2.486vw;
      background-repeat: no-repeat;
  }
  .s9 .slider_inner .img_holder img {
      border-width: 1.4vw;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
  }
  .s9 .slider_inner .si_slider_text {
      padding-top: 3.389vw;
      padding-left: 5vw;
      padding-right: 5vw;
  }
  .s9 .slider_inner .si_slider_name {
      padding-top: 0.694vw;
  }
  .s9 .slider_inner .si_name {
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      margin-left: 0;
  }
  .s9 .slider_inner .si_city {
      margin-top: 0;
      margin-right: 0;
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      font-weight: 600;
  }
  .s9 .slider_warp .slick-prev {
       width: 4.3vw;
      height: 8vw;
      top: 10vw;
      left: 0;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(left-angle-light.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      padding: 0;
  }
  .s9 .slider_warp .slick-next {
      right: 0vw;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(right-angle-light.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 4.3vw;
      height: 8vw;
      top: 10vw;
  }
  .s9 .slider_warp .slick-dots {
      margin-top: 3.056vw;
      margin-left: 0;
      margin-bottom: 0;
      padding: 0;
  }
  .s9 .slider_warp .slick-dots li {
      margin-right: 1vw;
      margin-left: 1vw;
  }
  .s9 .slider_warp .slick-dots li button {
      width: 5.083vw;
      height: 0.7vw;
      text-indent: -694.375vw;
  }
}
@media (max-width: 550px){
  .s9 {
      padding-top: 18.139vw;
      padding-bottom: 14.806vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s9 .section_inner {
      width: 100%;
  }
  .s9 .section_inner .si_sub_title {
      font-size: 2.4vw;
      letter-spacing: 0.8vw;
      margin-left: 0.556vw;
  }
  .s9 .section_inner h2 {
      margin-left: 0;
      margin-top: 1.389vw;
      margin-bottom: 9.153vw;
  }
  .s9 .slider_inner .img_holder {
      width: 33vw;
      height: 33vw;
      padding-top: 0.278vw;
      padding-bottom: 0.417vw;
  }
  .s9 .slider_inner .img_holder:before {
      width: 9vw;
      height: 9vw;
      bottom: 0.278vw;
      right: 2.486vw;
      background-repeat: no-repeat;
  }
  .s9 .slider_inner .img_holder img {
      border-width: 1.4vw;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
  }
  .s9 .slider_inner .si_slider_text {
      padding-top: 3.389vw;
      padding-left: 5vw;
      padding-right: 5vw;
      font-weight: normal;
  }
  .s9 .slider_inner .si_slider_name {
      padding-top: 0.694vw;
  }
  .s9 .slider_inner .si_name {
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      margin-left: 0;
  }
  .s9 .slider_inner .si_city {
      margin-top: 0;
      margin-right: 0;
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      font-weight: 600;
  }
  .s9 .slider_warp .slick-prev {
       width: 4.3vw;
      height: 8vw;
      top: 10vw;
      left: 0;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(left-angle-light.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      padding: 0;
  }
  .s9 .slider_warp .slick-next {
      right: 0vw;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(right-angle-light.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 4.3vw;
      height: 8vw;
      top: 10vw;
  }
  .s9 .slider_warp .slick-dots {
      margin-top: 3.056vw;
      margin-left: 0;
      margin-bottom: 0;
      padding: 0;
  }
  .s9 .slider_warp .slick-dots li {
      margin-right: 1vw;
      margin-left: 1vw;
      margin-top: 5vw;
      margin-bottom: 0;
  }
  .s9 .slider_warp .slick-dots li button {
      width: 7vw;
      height: 0.8vw;
      text-indent: -694.375vw;
  }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 10
=========================================*/
.s10 {
    z-index: 2;
    position: relative;
    padding-top: 6.76vw;
    padding-bottom: 5.4vw;
}
.s10.top_spacing_low{
  padding-top: 6.6VW !important;
}
.s10 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.s10 .si_left {
    width: 46.6%;
    position: relative;
    padding-left: 10.9vw;
}

.s10 .si_left:after {
    content: '';
    position: absolute;
    background-color: #edebe3;
    z-index: -1;
    height: 33.4VW;
    width: 694.444vw;
    left: -665.694vw;
    top: 6.1VW;
}

.s10 .si_left .vertical_text {
    left: -55px;
    top: 709px;
}

.s10 .si_right {
    width: 52%;
    padding-top: 62px;
    position: relative;
    padding-right: 10vw;
    padding-top: 3.75VW;
}

.s10 .si_right h2 {
    color: #b56a36;
    position: relative;
    top: unset;
    left: unset;
    text-transform: uppercase;
    margin-bottom: 0vw;
    width: 55.556VW;
    margin-left: -7.5VW;
    line-height: 0.95;
    letter-spacing: 0.13vw;
}
.s10 .si_right h2:before {
    content: "";
    display: block;
    background-image: url(s10-lorem-ipsumtext.png);
    width: 98px;
    height: 102px;
    position: absolute;
    background-repeat: no-repeat;
    top: -63px;
    left: -68px;
    background-size: contain;
}
.s10 .si_right article {
    color: #000;
    position: relative;
    padding-top: 3vw;
    padding-left: 6.5VW;
}

.s10 .si_right article p {
    position: relative;
    line-height: 1.27;
    padding-bottom: 0.972vw;
    padding-left: 2.292vw;
}


.s10 .si_right article p:before {
    content: '';
    position: absolute;
    width: 0.694vw;
    height: 1px;
    background-color: #000;
    left: 0.069vw;
    top: 0.5vw;
}

.s10 .si_right article p:after {
    content: '';
    position: absolute;
    width: 89%;
    height: 1px;
    background-color: #f3f3f3;
    left: 0.069vw;
    bottom: -0.069vw;
}
.s10 .si_left .vertical_text {
      left: -3.819vw;
      top: 49.236vw;
  }
.s10 .si_right h2:before {
        width: 6.806vw;
        height: 7.083vw;
        top: -4.375vw;
        left: -4.722vw;
}
.s10 .si_right article ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.s10 .si_right article ul li{
  position: relative;
  padding-bottom: 1VW;
  margin: 0;
}
.s10 .si_right article ul li:before{
  content:"";
  position: absolute;
  left: -2.083VW;
  top: 0.4vw;
  background-image: url(326572_check_icon.png);
  background-color: transparent !important;
  background-size: contain;
  background-position: center;
  width: 1vw;
  height: 1vw;
}

@media (max-width: 768px){
  .s10 .si_right article ul li:before{
    height: 3vw;
    width: 3vw;
    top: 2vw;
    left: -6vw;
  }
  .s10 .si_right article ul li{
    padding-bottom:3vw;
  }
  .s10 {
      padding-top: 10.417vw;
      padding-bottom: 16.181vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s10 .section_inner {
      width: 100%;
  }
  .s10 .si_left {
      display: none;
  }
  .s10 .si_left:after {
      height: 33.403vw;
      width: 694.444vw;
      left: -665.694vw;
      top: 14.444vw;
  }
  .s10 .si_left .vertical_text {
      left: -8.472vw;
      top: 44.444vw;
  }
  .s10 .si_right {
      width: 100%;
      padding-top: 19.406vw;
  }
  .s10 .img_holder.mobile_only{
    display:block;
  }
  .s10 .img_holder.mobile_only img{
    /* margin-left: -15vw; */
    /* margin-top: -4vw; */
  }
  .s10 .si_right h2 {
      margin-bottom: 0vw;
      margin-left: 22.153vw;
      top: auto;
      width: auto;
      left: auto;
      position: relative;
      line-height: 1;
  }
  .s10 .si_right h2 br{
    display:none;
  }
  .s10 .si_right article {
      padding-top: 5.014vw;
      padding-left: 12vw;
  }
  .s10 .si_right article p {
      padding-left: 0;
      margin-bottom: 0;
      margin-top: 0;
      padding-bottom: 4vw;
      padding-top: 4vw;
  }
  .s10 .si_right article p:before {
      height: 1px;
      width: 2vw;
      top: 5.6vw;
      left: -7vw;
  }
  .s10 .si_right article p:after {
      bottom: 0;
      height: 1px;
      width: calc(100% + 5vw);
      left: -5vw;
  }
 /*
  =====================================
  ------------------------------------
  =====================================
  */
  .s10 {
      padding-top: 11.417vw;
      padding-bottom: 6.181vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s10 .section_inner {
      width: 100%;
  }
  .s10 .si_left {
      display: none;
  }
  .s10 .si_left:after {
      height: 33.403vw;
      width: 694.444vw;
      left: -665.694vw;
      top: 14.444vw;
  }
  .s10 .si_left .vertical_text {
      left: -8.472vw;
      top: 44.444vw;
  }
  .s10 .si_right {
      width: 100%;
      padding-top: 0;
      padding-right: 0;
  }
  .s10 .img_holder.mobile_only{
    display:block;
    padding-left: 0;
    padding-right: 0;
  }
  .s10 .img_holder.mobile_only img{
    /* margin-left: -15vw; */
    /* margin-top: -4vw; */
  }
  .s10 .si_right h2 {
      margin-left: 0;
      top: auto;
      width: auto;
      left: auto;
      line-height: 1;
      position: relative;
      padding-left: 0;
      padding-bottom: 5vw;
      margin-bottom: 6vw;
  }
  .s10 .si_right h2:before {
        width: 130%;
        height: 1px;
        background-color: #000;
        content: " ";
        display: block !important;
        position: absolute;
        left: 0;
        bottom: 0;
        top: unset;
    }
  .s10 .si_right h2 br{
    display:none;
  }
  .s10 .si_right article {
      padding-top: 6.014vw;
      padding-left: 7.4vw;
  }
  .s10 .si_right article p {
      padding-left: 0;
      margin-bottom: 0;
      margin-top: 0;
      padding-bottom: 4vw;
      padding-top: 4vw;
  }
  .s10 .si_right article p:before {
      height: 1px;
      width: 2vw;
      top: 5.6vw;
      left: -7vw;
  }
  .s10 .si_right article p:after {
      bottom: 0;
      height: 1px;
      width: calc(100% + 5vw);
      left: -5vw;
  }

}
@media (max-width: 450px){

}

/*
=======================================
  Section 11
=========================================*/
.s11 {
    padding-top: 74px;
    padding-bottom: 26px;
    position: relative;
    background: #f0f1ee;
    margin-bottom: 140px;
}
.s11 .section_inner {
    width: 1235px;
    margin: 0 auto;
    text-align: center;
}
.s11 .section_inner .si_sub_title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11.25px;
    letter-spacing: 4px;
    margin-left: 8px;
}
.s11 .section_inner h2 {
    margin-left: 19px;
    margin-top: 0;
    margin-bottom: 31px;
    color: #b56a36;
}
.s11 .slider_warp {
    position: relative;
    z-index: 1;
}
.s11 .slider_inner {
    color: #000000;
}
.s11 .slider_inner .img_holder {
    width: 129px;
    position: relative;
    margin: auto;
    padding-top: 4px;
    padding-bottom: 6px;
}
.s11 .slider_inner .img_holder:before {
    content: '';
    position: absolute;
    width: 44px;
    height: 40px;
    background-image: url(testimonial-2.png);
    background-size: contain;
    bottom: 4px;
    right: 7px;
}
.s11 .slider_inner .img_holder img {
    border: 4.5px solid #959f94;
    -webkit-border-radius: 87px;
    -moz-border-radius: 87px;
    border-radius: 87px;
}
.s11 .slider_inner .si_slider_text {
    padding-top: 20px;
}
.s11 .slider_inner .si_slider_name {
    padding-top: 10px;
}
.s11 .slider_inner .si_name {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-left: 3px;
}
.s11 .slider_inner .si_city {
    line-height: 1.36;
    letter-spacing: 0.825px;
    font-style: italic;
    display: block;
    margin-top: -5px;
    margin-right: -2px;
}
.s11 .slider_warp .slick-prev {
    width: 35px;
    position: absolute;
    top: 24.3%;
    left: 2px;
    cursor: pointer;
    z-index: 4;
    display: none !important;
}
.s11 .slider_warp .slick-next {
    width: 35px;
    position: absolute;
    top: 24.3%;
    right: 0px;
    cursor: pointer;
    z-index: 4;
    display: none !important;
}
.s11 .slider_warp .slick-dots {
    margin-top: 44px;
    margin-left: -26px;
}
.s11 .slider_warp .slick-dots li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}
.s11 .slider_warp .slick-dots li button {
    width: 30px;
    height: 4px;
    text-indent: -9999px;
    background: #cdcdcd;
    border: none;
}
.s11 .slider_warp .slick-dots li.slick-active button {
    background: #959f94;
}

@media (max-width: 1440px){
  .s11 {
      padding-top: 5.139vw;
      padding-bottom: 1.806vw;
      margin-bottom: 9.722vw;
  }
  .s11 .section_inner {
      width: 85.764vw;
  }
  .s11 .section_inner .si_sub_title {
      font-size: 0.781vw;
      letter-spacing: 0.278vw;
      margin-left: 0.556vw;
  }
  .s11 .section_inner h2 {
      margin-left: 1.319vw;
      margin-top: 0;
      margin-bottom: 2.153vw;
  }
  .s11 .slider_inner .img_holder {
      width: 8.958vw;
      padding-top: 0.278vw;
      padding-bottom: 0.417vw;
  }
  .s11 .slider_inner .img_holder:before {
      width: 3.056vw;
      height: 2.778vw;
      bottom: 0.278vw;
      right: 0.486vw;
  }
  .s11 .slider_inner .img_holder img {
      border-width: 0.313vw;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
  }
  .s11 .slider_inner .si_slider_text {
      padding-top: 1.389vw;
  }
  .s11 .slider_inner .si_slider_name {
      padding-top: 0.694vw;
  }
  .s11 .slider_inner .si_name {
      font-size: 1.319vw;
      letter-spacing: 0.069vw;
      margin-left: 0.208vw;
  }
  .s11 .slider_inner .si_city {
      margin-top: -0.347vw;
      margin-right: -0.139vw;
  }
  .s11 .slider_warp .slick-prev {
      width: 2.431vw;
      top: 24.3%;
      left: 0.139vw;
  }
  .s11 .slider_warp .slick-next {
      width: 2.431vw;
      top: 24.3%;
      right: 0vw;
  }
  .s11 .slider_warp .slick-dots {
      margin-top: 3.056vw;
      margin-left: -1.806vw;
  }
  .s11 .slider_warp .slick-dots li {
      margin-right: 0.417vw;
  }
  .s11 .slider_warp .slick-dots li button {
      width: 2.083vw;
      height: 0.278vw;
      text-indent: -694.375vw;
  }
}
@media (max-width: 1140px){
  .s11 .slider_inner .si_slider_text br{
    display:none;
  }
}
@media (max-width: 1024px){
  .s11 .section_inner .si_sub_title{
    font-size:1.25vw;
  }
}
@media (max-width: 768px){
  .s11 {
      padding-top: 19.8vw;
      padding-bottom: 10vw;
      margin-bottom: 9.722vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s11 .section_inner {
      width: 100%;
  }
  .s11 .section_inner .si_sub_title {
      font-size: 2.4vw;
      letter-spacing: 0.8vw;
      margin-left: 0.556vw;
  }
  .s11 .section_inner h2 {
      margin-left: 0;
      margin-top: 3.389vw;
      margin-bottom: 7.153vw;
  }
  .s11 .slider_inner .img_holder {
      width: 33vw;
      height: 33vw;
      padding-top: 0.278vw;
      padding-bottom: 0.417vw;
  }
  .s11 .slider_inner .img_holder:before {
      width: 10vw;
      height: 10vw;
      bottom: 0.278vw;
      right: 2.486vw;
      background-repeat: no-repeat;
  }
  .s11 .slider_inner .img_holder img {
      border-width: 1.4vw;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
  }
  .s11 .slider_inner .si_slider_text {
      padding-top: 2.389vw;
      padding-left: 5vw;
      padding-right: 5vw;
  }
  .s11 .slider_inner .si_slider_name {
      padding-top: 0.694vw;
  }
  .s11 .slider_inner .si_name {
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      margin-left: 0.208vw;
  }
  .s11 .slider_inner .si_city {
      margin-top: 0;
      margin-right: 0;
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      font-weight: 600;
  }
  .s11 .slider_warp .slick-prev {
      width: 4.3vw;
      height: 8vw;
      top: 10vw;
      left: 0;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(left-angle.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      padding: 0;
  }
  .s11 .slider_warp .slick-next {
      right: 0vw;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(right-angle.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 4.3vw;
      height: 8vw;
      top: 10vw;
  }
  .s11 .slider_warp .slick-dots {
      margin-top: 4vw;
      margin-bottom: 0;
      margin-left: 0;
      padding-left: 0;
  }
  .s11 .slider_warp .slick-dots li {
      margin-right: 1vw;
      margin-left: 1vw;
  }
  .s11 .slider_warp .slick-dots li button {
      width: 5.083vw;
      height: 0.7vw;
      text-indent: -694.375vw;
  }
}
@media (max-width: 550px){
  .s11 {
      padding-top: 19.8vw;
      padding-bottom: 13vw;
      margin-bottom: 17.722vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s11 .section_inner {
      width: 100%;
  }
  .s11 .section_inner .si_sub_title {
      font-size: 2.4vw;
      letter-spacing: 0.8vw;
      margin-left: 0.556vw;
  }
  .s11 .section_inner h2 {
      margin-left: 0;
      margin-top: 3.389vw;
      margin-bottom: 7.153vw;
  }
  .s11 .slider_inner .img_holder {
      width: 33vw;
      height: 33vw;
      padding-top: 0.278vw;
      padding-bottom: 0.417vw;
  }
  .s11 .slider_inner .img_holder:before {
      width: 10vw;
      height: 10vw;
      bottom: 0.278vw;
      right: 2.486vw;
      background-repeat: no-repeat;
  }
  .s11 .slider_inner .img_holder img {
      border-width: 1.4vw;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
  }
  .s11 .slider_inner .si_slider_text {
      padding-top: 2.389vw;
      padding-left: 5vw;
      padding-right: 5vw;
  }
  .s11 .slider_inner .si_slider_name {
      padding-top: 0.694vw;
  }
  .s11 .slider_inner .si_name {
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      margin-left: 0.208vw;
  }
  .s11 .slider_inner .si_city {
      margin-top: 0;
      margin-right: 0;
      font-size: 3.6vw;
      letter-spacing: 0.3vw;
      font-weight: 600;
  }
  .s11 .slider_warp .slick-prev {
      width: 4.3vw;
      height: 8vw;
      top: 10vw;
      left: 0;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(left-angle.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      padding: 0;
  }
  .s11 .slider_warp .slick-next {
      right: 0vw;
      display: block !important;
      font-size: 0;
      border: 0;
      background-image: url(right-angle.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 4.3vw;
      height: 8vw;
      top: 10vw;
  }
  .s11 .slider_warp .slick-dots {
      margin-top: 4vw;
      margin-bottom: 0;
      margin-left: 0;
      padding-left: 0;
  }
  .s11 .slider_warp .slick-dots li {
      margin-bottom: 0;
      margin-right: 1vw;
      margin-left: 1vw;
  }
  .s11 .slider_warp .slick-dots li button {
      text-indent: -694.375vw;
      width: 7vw;
      height: 0.8vw;
  }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 12
=========================================*/
.s12 {
    padding-top: 63px;
    z-index: 2;
    padding-bottom: 98px;
    position: relative;
}

.s12:before {
    content: '';
    position: absolute;
    height: 506px;
    width: 10000px;
    left: -5000px;
    top: 0px;
    background-color: #b56a36;
    z-index: -1;
}

.s12:after {
    content: '';
    position: absolute;
    height: 423px;
    width: 311px;
    left: 0px;
    top: 82px;
    background-image: url(bg-flower.png);
    z-index: -1;
}

.s12 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1105px;
}

.s12 .section_inner .si_offer {
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 14px;
    font-size: 11.25px;
    color: #edebe3;
    letter-spacing: 4px;
}

.s12 .si_left {
    width: 20.45%;
}

.s12 .si_left .si_left_inner {
    /* padding-top: 263px; */
    padding-left: 12px;
    padding-right: 20px;
    height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.s12 .si_left .si_left_inner h2 {
    color: #ffffff;
    padding-right: 20px;
}

.s12 .si_center {
    width: 44.25%;
    text-align: center;
}
.s12.one_column_mood .si_center{
  width: 67.25%;
}
.s12 .si_center .si_center_inner {
    background: #edebe3;
    margin-top: 43.5px;
    padding-top: 80px;
    padding-bottom: 104px;
}

.s12 .si_center .si_center_inner h3 {
    letter-spacing: normal;
    color: #b56a36;
    margin-left: -8px;
    margin-bottom: 34px;
}

.s12 .si_center .si_center_inner .vertical_line {
    height: 172px;
    width: 11px;
    margin: auto;
    border-left: 1px solid #000000;
}

.s12 .si_center .si_center_inner article {
    padding-top: 6px;
    margin-right: 8px;
}

.s12 .si_center .si_center_inner .kj_button a {
    background: #b56a36;
    color: #ffffff;
    border: none;
    margin-top: 24px;
    margin-right: 9px;
}

.s12 .si_right {
    width: 32.3%;
    text-align: center;
}
.s12.one_column_mood .si_right{
    width: 63.3%;
}

.s12 .si_right .si_right_inner {
    background: #f0f1ee;
    margin-top: 122px;
    padding-top: 61px;
    padding-bottom: 38px;
}

.s12 .si_right .si_right_inner h3 {
    letter-spacing: normal;
    color: #698167;
    margin-left: -14px;
    margin-bottom: 23px;
}

.s12 .si_right .si_right_inner .vertical_line {
    height: 42px;
    width: 28px;
    margin: auto;
    border-left: 1px solid #000000;
}

.s12 .si_right .si_right_inner article {
    padding-top: 3px;
    margin-right: 15px;
}

.s12 .si_right .si_right_inner .kj_button a {
    margin-top: 25px;
    padding-bottom: 8px;
    margin-right: 15px;
    padding-right: 35px;
}

@media (max-width: 1440px){
  .s12 .si_left .si_left_inner h2{
    padding-right: 1.5vw;
  }
  .s12 {
      padding-top: 4.375vw;
      padding-bottom: 6.806vw;
  }
  .s12:before {
      height: 35.139vw;
      width: 694.444vw;
      left: -347.222vw;
      top: 0vw;
  }
  .s12:after {
      height: 29.375vw;
      width: 21.597vw;
      left: 0vw;
      top: 5.694vw;
  }
  .s12 .section_inner {
      width: 76.736vw;
  }
  .s12 .section_inner .si_offer {
      margin-left: 0.972vw;
      font-size: 11.1.736vw;
      letter-spacing: 0.278vw;
  }
  .s12 .si_left {
      width: 23.45%;
  }
  .s12 .si_left .si_left_inner {
      /* padding-top: 18.264vw; */
      padding-left: 0.833vw;
      height: 28.472VW;
  }
  .s12 .si_center {
      /* width: 47.25%; */
  }
  .s12 .si_center .si_center_inner {
      margin-top: 3.021vw;
      padding-top: 5.556vw;
      padding-bottom: 7.222vw;
  }
  .s12 .si_center .si_center_inner h3 {
      margin-left: -0.556vw;
      margin-bottom: 2.361vw;
  }
  .s12 .si_center .si_center_inner .vertical_line {
      height: 11.944vw;
      width: 0.764vw;
      border-left: 1px solid #000000;
  }
  .s12 .si_center .si_center_inner article {
      padding-top: 0.417vw;
      margin-right: 0.556vw;
  }
  .s12 .si_center .si_center_inner .kj_button a {
      margin-top: 1.667vw;
      margin-right: 0.625vw;
  }
  .s12 .si_right {
      width: 32.3%;
  }
  .s12 .si_right .si_right_inner {
      margin-top: 8.472vw;
      padding-top: 4.236vw;
      padding-bottom: 2.639vw;
  }
  .s12 .si_right .si_right_inner h3 {
      margin-left: -0.972vw;
      margin-bottom: 1.597vw;
  }
  .s12 .si_right .si_right_inner .vertical_line {
      height: 2.917vw;
      width: 1.944vw;
      border-left: 1px solid #000000;
  }
  .s12 .si_right .si_right_inner article {
      padding-top: 0.208vw;
      margin-right: 1.042vw;
  }
  .s12 .si_right .si_right_inner .kj_button a {
      margin-top: 1.736vw;
      padding-bottom: 0.556vw;
      margin-right: 1.042vw;
      padding-right: 2.431vw;
  }
}
@media (max-width: 1140px){
  .s12 .si_right .si_right_inner article,
  .s12 .si_center .si_center_inner article{
    padding-left:2vw;
    padding-right:2vw;
  }
  .s12 .si_right .si_right_inner article br,
  .s12 .si_center .si_center_inner article br{
    display:none;
  }
  .s12 .si_center .si_center_inner{
    padding-top: 9vw;
  }
}
@media (max-width: 1024px){

}
@media (max-width: 768px){
  .s12 {
      padding-top: 28.8vw;
      padding-bottom: 24.806vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s12:before {
      height: 101.4vw;
      width: 100%;
      left: 0;
      top: 0vw;
  }
  .s12:after {
      height: 101.4vw;
      width: 100%;
      left: 0vw;
      top: 0;
      background-repeat: no-repeat;
      background-size: 76vw;
  }
  .s12 .section_inner {
      width: 100%;
  }
  .s12 .section_inner .si_offer {
      margin-left: 0.972vw;
      font-size: 11.1.736vw;
      letter-spacing: 0.278vw;
  }
  .s12 .si_left {
      width: 100%;
  }
  .s12 .si_left .si_left_inner h2 br{
    display:none;
  }
  .s12 .si_left .si_left_inner {
      padding-top: 4.264vw;
      padding-left: 0;
      padding-bottom: 7.1vw;
      height: unset;
  }
  .s12 .si_center,
  .s12.one_column_mood .si_center {
      width: 100%;
  }
  .s12 .si_center .si_center_inner {
      margin-top: 0;
      padding-top: 10.8vw;
      padding-bottom: 14vw;
      position: relative;
  }
  .s12 .si_center .si_center_inner h3 {
      margin-left: 0;
      margin-bottom: 5.361vw;
      font-size: 7vw;
  }
  .s12 .si_center .si_center_inner .vertical_line {
      height: 8.944vw;
      width: 0.764vw;
      border-left: 1px solid #000000;
  }
  .s12 .si_center .si_center_inner article {
      padding-top: 0.5vw;
      margin-right: 0;
  }
  .s12 .si_right .si_right_inner article,
  .s12 .si_center .si_center_inner article{
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .s12 .si_center .si_center_inner .kj_button{
    
position: absolute;
    
bottom: -6vw;
    
width: 82%;
    
left: 9%;
  }
  .s12 .si_center .si_center_inner .kj_button a {
      margin-top: 0vw;
      margin-right: 0vw;
      margin-bottom: 0vw;
      display: block;
      width: 100%;
      font-size: 3vw;
      letter-spacing: 0.8vw;
      padding-top: 2.2vw;
      padding-bottom: 2.2vw;
  }
  .s12 .si_right,
  .s12.one_column_mood .si_right {
      width: 100%;
      margin-top: 16.5vw;
  }
  .s12 .si_right .si_right_inner {
      margin-top: 0;
      padding-top: 10.8vw;
      padding-bottom: 14vw;
      position: relative;
  }
  .s12 .si_right .si_right_inner h3 {
      margin-left: 0;
      margin-bottom: 5.361vw;
      font-size: 7vw;
  }
  .s12 .si_right .si_right_inner .vertical_line {
      border-left: 1px solid #000000;
      height: 8.944vw;
      width: 0.764vw;
  }
  .s12 .si_right .si_right_inner article {
      padding-top: 0.208vw;
      margin-right: 1.042vw;
  }
  .s12 .si_right .si_right_inner .kj_button{
    position: absolute;
    bottom: -6vw;
    width: 82%;
    left: 9%;
  }
  .s12 .si_right .si_right_inner .kj_button a {
      padding-right: 2.431vw;
      margin-top: 0vw;
      margin-right: 0vw;
      margin-bottom: 0vw;
      display: block;
      width: 100%;
      font-size: 3vw;
      letter-spacing: 0.8vw;
      padding-top: 2.2vw;
      padding-bottom: 2.2vw;
      background-color: #fff;
  }
}
@media (max-width: 550px){
  .s12 {
      padding-top: 28.8vw;
      padding-bottom: 24.806vw;
      padding-left: 9vw;
      padding-right: 9vw;
      overflow: hidden;
  }
  .s12:before {
      height: 101.4vw;
      width: 100%;
      left: 0;
      top: 0vw;
  }
  .s12:after {
      height: 101.4vw;
      width: 100%;
      left: -2vw;
      top: -26vw;
      background-repeat: no-repeat;
      background-size: 89vw;
  }
  .s12 .section_inner {
      width: 100%;
  }
  .s12 .section_inner .si_offer {
      margin-left: 0.972vw;
      font-size: 11.1.736vw;
      letter-spacing: 0.278vw;
  }
  .s12 .si_left {
      width: 100%;
  }
  .s12 .si_left .si_left_inner h2 br{
    display:none;
  }
  .s12 .si_left .si_left_inner {
      padding-top: 4.264vw;
      padding-left: 0;
      padding-bottom: 7.1vw;
  }
  .s12 .si_center {
      width: 100%;
  }
  .s12 .si_center .si_center_inner {
      margin-top: 0;
      padding-top: 10.8vw;
      padding-bottom: 14vw;
      position: relative;
  }
  .s12 .si_center .si_center_inner h3 {
      margin-left: 0;
      margin-bottom: 5.361vw;
      font-size: 7vw;
  }
  .s12 .si_center .si_center_inner .vertical_line {
      height: 8.944vw;
      width: 0.764vw;
      border-left: 1px solid #000000;
  }
  .s12 .si_center .si_center_inner article {
      padding-top: 0.5vw;
      margin-right: 0;
  }
  .s12 .si_right .si_right_inner article,
  .s12 .si_center .si_center_inner article{
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .s12 .si_center .si_center_inner .kj_button{
    position: absolute; 
    bottom: -6vw; 
    width: 82%;  
    left: 9%;
  }
  .s12 .si_center .si_center_inner .kj_button a {
      margin-top: 0vw;
      margin-right: 0vw;
      margin-bottom: 0vw;
      display: block;
      width: 100%;
      font-size: 3vw;
      letter-spacing: 0.8vw;
      padding-top: 2.2vw;
      padding-bottom: 2.2vw;
  }
  .s12 .si_right {
      width: 100%;
      margin-top: 16.5vw;
  }
  .s12 .si_right .si_right_inner {
      margin-top: 0;
      padding-top: 10.8vw;
      padding-bottom: 14vw;
      position: relative;
  }
  .s12 .si_right .si_right_inner h3 {
      margin-left: 0;
      margin-bottom: 5.361vw;
      font-size: 7vw;
  }
  .s12 .si_right .si_right_inner .vertical_line {
      border-left: 1px solid #000000;
      height: 8.944vw;
      width: 0.764vw;
  }
  .s12 .si_right .si_right_inner article {
      padding-top: 0.208vw;
      margin-right: 1.042vw;
  }
  .s12 .si_right .si_right_inner .kj_button{
    position: absolute;
    bottom: -6vw;
    width: 82%;
    left: 9%;
  }
  .s12 .si_right .si_right_inner .kj_button a {
      padding-right: 2.431vw;
      margin-top: 0vw;
      margin-right: 0vw;
      margin-bottom: 0vw;
      display: block;
      width: 100%;
      font-size: 3vw;
      letter-spacing: 0.8vw;
      padding-top: 2.2vw;
      padding-bottom: 2.2vw;
      background-color: #fff;
  }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 13
=========================================*/
.s13 {
    padding-top: 90px;
    z-index: 2;
    padding-bottom: 77px;
    position: relative;
    background: #edebe3;
}

.s13 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 990px;
}

.s13 .section_inner h2 {
    width: 100%;
    text-align: center;
    color: #b56a36;
    margin-left: 3px;
    margin-bottom: 54px;
}

.s13 .si_left {
    width: 50%;
}

.s13 .si_left #accordion {
    padding-left: 38px;
}

.s13 .si_left #accordion h3 {
    cursor: pointer;
    font-family: 'Proxima Nova Rg';
    position: relative;
    font-size: 16.5px;
    line-height: 1.3;
    letter-spacing: .83px;
    padding-left: 29px;
    color: #000000;
    margin-bottom: 37px;
    font-weight: normal;
}

.s13 .si_left #accordion h3:before {
    content: '+';
    position: absolute;
    width: 8px;
    height: 8px;
    font-family: 'Proxima Nova Rg';
    top: 1px;
    left: 0px;
}

.s13 .si_left #accordion h3.ui-accordion-header-active:before {
    content: '-';
}

.s13 .si_left #accordion div {
    margin-left: 29px;
    font-size: 15px;
    font-family: 'Proxima Nova Rg';
    margin-top: -12px;
    padding-bottom: 30px;
}

.s13 .si_right {
    width: 40.5%;
}

.s13 .si_right #accordion2 h3 {
    cursor: pointer;
    font-family: 'Proxima Nova Rg';
    position: relative;
    font-size: 16.5px;
    line-height: 1.3;
    letter-spacing: .83px;
    padding-left: 29px;
    color: #000000;
    margin-bottom: 37px;
    font-weight: normal;
}

.s13 .si_right #accordion2 h3:before {
    content: '+';
    position: absolute;
    width: 8px;
    height: 8px;
    font-family: 'Proxima Nova Rg';
    top: 1px;
    left: 0px;
}

.s13 .si_right #accordion2 h3.ui-accordion-header-active:before {
    content: '-';
}

.s13 .si_right #accordion2 div {
    margin-left: 29px;
    font-size: 15px;
    font-family: 'Proxima Nova Rg';
    margin-top: -12px;
    padding-bottom: 30px;
}

@media (max-width: 1440px){
  .s13 {
      padding-top: 6.25vw;
      padding-bottom: 5.347vw;
  }
  .s13 .section_inner {
      width: 68.75vw;
  }
  .s13 .section_inner h2 {
      width: 100%;
      margin-left: 0.208vw;
      margin-bottom: 3.75vw;
  }
  .s13 .si_left {
      width: 50%;
  }
  .s13 .si_left #accordion {
      padding-left: 2.639vw;
  }
  .s13 .si_left #accordion h3 {
      font-size: 1.146vw;
      letter-spacing: 0.058vw;
      padding-left: 2.014vw;
      margin-bottom: 2.569vw;
  }
  .s13 .si_left #accordion h3:before {
      width: 0.556vw;
      height: 0.556vw;
      top: 0.069vw;
      left: 0vw;
  }
  .s13 .si_left #accordion div {
      margin-left: 2.014vw;
      font-size: 1.042vw;
      margin-top: -0.833vw;
      padding-bottom: 2.083vw;
  }
  .s13 .si_right {
      width: 40.5%;
  }
  .s13 .si_right #accordion2 h3 {
      font-size: 1.146vw;
      letter-spacing: 0.058vw;
      padding-left: 2.014vw;
      margin-bottom: 2.569vw;
  }
  .s13 .si_right #accordion2 h3:before {
      width: 0.556vw;
      height: 0.556vw;
      top: 0.069vw;
      left: 0vw;
  }
  .s13 .si_right #accordion2 div {
      margin-left: 2.014vw;
      font-size: 1.042vw;
      margin-top: -0.833vw;
      padding-bottom: 2.083vw;
  }
}
@media (max-width: 1140px){
  .s13 .si_left #accordion h3,
  .s13 .si_right #accordion2 h3{
    font-size:1.4vw;
  }
  .s13 .si_left #accordion h3 br,
  .s13 .si_right #accordion2 h3 br{
    display:none;
  }
}
@media (max-width: 1024px){
  .s13 .si_left #accordion h3, 
  .s13 .si_right #accordion2 h3{
    font-size:1.8vw;
  }
}
@media (max-width: 768px){
  .s13 {
      padding-top: 14.35vw;
      padding-bottom: 12.347vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s13 .section_inner {
      width: 100%;
  }
  .s13 .section_inner h2 {
      width: 100%;
      margin-left: 0.208vw;
      margin-bottom: 8.75vw;
      position: relative;
  }
  .s13 .section_inner h2:before{
    content:" ";
    position: absolute;
    top: 11.6vw;
    left: 45vw;
    height: 0.4vw;
    width: 50vw;
    background-color: #000;
  }
  .s13 .si_left {
      width: 100%;
  }
  .s13 .si_left #accordion {
      padding-left: 0;
  }
  .s13 .si_left #accordion h3 {
      font-size: 3.4vw;
      letter-spacing: 0.058vw;
      padding-left: 8vw;
      margin-bottom: 2.569vw;
      padding-top: 4.5vw;
  }
  .s13 .si_left #accordion h3:before {
      width: 3vw;
      height: 6vw;
      top: 3.7vw;
      left: 0vw;
      font-size: 4.5vw;
  }
  .s13 .si_left #accordion div {
      margin-left: 2.014vw;
      font-size: 3.042vw;
      margin-top: -0.833vw;
      padding-bottom: 2.083vw;
  }
  .s13 .si_right {
      width: 100%;
      padding-top: 1vw;
  }
  .s13 .si_right #accordion2 h3 {
      font-size: 3.4vw;
      letter-spacing: 0.058vw;
      padding-left: 8vw;
      margin-bottom: 2.569vw;
      padding-top: 4.5vw;
  }
  .s13 .si_right #accordion2 h3:before {
      width: 3vw;
      height: 6vw;
      left: 0vw;
      font-size: 4.5vw;
      top: 3.8vw;
  }
  .s13 .si_right #accordion2 div {
      margin-left: 2.014vw;
      font-size: 3.042vw;
      margin-top: -0.833vw;
      padding-bottom: 2.083vw;
  }
}
@media (max-width: 550px){
  .s13 {
      padding-top: 14.35vw;
      padding-bottom: 12.347vw;
      padding-left: 9vw;
      padding-right: 9vw;
  }
  .s13 .section_inner {
      width: 100%;
  }
  .s13 .section_inner h2 {
      width: 100%;
      margin-left: 0.208vw;
      margin-bottom: 8.75vw;
      position: relative;
  }
  .s13 .section_inner h2:before{
    content:" ";
    position: absolute;
    top: 11.6vw;
    left: 45vw;
    height: 0.4vw;
    width: 50vw;
    background-color: #000;
  }
  .s13 .si_left {
      width: 100%;
  }
  .s13 .si_left #accordion {
      padding-left: 0;
  }
  .s13 .si_left #accordion h3 {
      font-size: 3.4vw;
      letter-spacing: 0.058vw;
      padding-left: 8vw;
      margin-bottom: 2.569vw;
      padding-top: 4.5vw;
  }
  .s13 .si_left #accordion h3:before {
      width: 3vw;
      height: 6vw;
      top: 3.7vw;
      left: 0vw;
      font-size: 4.5vw;
  }
  .s13 .si_left #accordion div {
      margin-left: 2.014vw;
      font-size: 3.042vw;
      margin-top: -0.833vw;
      padding-bottom: 2.083vw;
  }
  .s13 .si_right {
      width: 100%;
      padding-top: 1vw;
  }
  .s13 .si_right #accordion2 h3 {
      font-size: 3.4vw;
      letter-spacing: 0.058vw;
      padding-left: 8vw;
      margin-bottom: 2.569vw;
      padding-top: 4.5vw;
  }
  .s13 .si_right #accordion2 h3:before {
      width: 3vw;
      height: 6vw;
      left: 0vw;
      font-size: 4.5vw;
      top: 3.8vw;
  }
  .s13 .si_right #accordion2 div {
      margin-left: 2.014vw;
      font-size: 3.042vw;
      margin-top: -0.833vw;
      padding-bottom: 2.083vw;
  }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 14
=========================================*/
.s14 {
    padding-top: 103px;
    z-index: 2;
    padding-bottom: 26px;
    position: relative;
    background: #959f94;
}

.s14 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1224px;
}

.s14 .si_left {
    width: 61%;
    position: relative;
}
.s14 .si_left:before{
    content: "";
    display: block;
    background-image: url(s14-follow-along-on-ig.png);
    width: 132px;
    height: 155px;
    position: absolute;
    background-repeat: no-repeat;
    top: -49px;
    left: 25px;
    background-size: contain;
}
.s14 .si_left .instagram_feed {
    margin-right: 32px;
    margin-left: 90px;
}
.s14 .si_left .instagram_feed a{
  margin:0;
}
.s14 .instagram_gallery a:last-child{
  display:none;
}
.s14 .instagram_gallery a img{
  width:33.33% !important;
}
.s14 .si_left .vertical_text {
    right: 0;
    bottom: 5px;
    width: 20px;
}

.s14 .si_center {
    width: 20%;
    padding-top: 72px;
}

.s14 .si_center .fooer_menu {
    padding-right: 32px;
    position: relative;
}

.s14 .si_center .fooer_menu:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 110px;
    background: #ffffff;
    right: 3px;
    top: 9px;
}

.s14 .si_center .fooer_menu a {
    margin: 0;
    padding: 0;
    font-size: 11.25px;
    line-height: 3.33;
    letter-spacing: 4px;
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    display: block;
    text-align: right;
    text-transform: uppercase;
    color: #ffffff;
}

.s14 .si_right {
    width: 15%;
    text-align: right;
    padding-top: 81px;
}

.s14 .si_right img {
    max-width: 168px;
}

@media (max-width: 1440px){
  .s14 {
      padding-top: 7.153vw;
      padding-bottom: 1.806vw;
  }
  .s14 .section_inner {
      width: 85vw;
  }
  .s14 .si_left {
      width: 61%;
  }
  .s14 .si_left .instagram_feed {
      margin-right: 2.222vw;
      margin-left: 6.25vw;
  }
  .s14 .si_left .vertical_text {
      right: 0;
      bottom: 0.347vw;
      width: 1.389vw;
  }
  .s14 .si_center {
      width: 20%;
      padding-top: 5vw;
  }
  .s14 .si_center .fooer_menu {
      padding-right: 2.222vw;
  }
  .s14 .si_center .fooer_menu:after {
      width: 0.139vw;
      height: 7.639vw;
      right: 0.208vw;
      top: 0.625vw;
  }
  .s14 .si_center .fooer_menu a {
      margin: 0;
      padding: 0;
      font-size: 0.781vw;
      letter-spacing: 0.278vw;
  }
  .s14 .si_right {
      width: 15%;
      padding-top: 5.625vw;
  }
  .s14 .si_right img {
      max-width: 11.667vw;
  }
    .s14 .si_left:before {
        width: 9.2vw;
        height: 10.8vw;
        top: -3.4vw;
        left: 1.7vw;
    }
}
@media (max-width: 1140px){
  .s14 .si_center .fooer_menu a{
    font-size:1vw;
    line-height:2.5;
  }
}
@media (max-width: 1024px){

}
@media (max-width: 768px){
  .s14 {
      padding-top: 18vw;
      padding-bottom: 6vw;
      padding-left: 15vw;
      padding-right: 9vw;
  }
  .s14 .section_inner {
      width: 100%;
  }
  .s14 .si_left {
      width: 100%;
  }
  .s14 .si_left .instagram_feed {
      margin-right: 0;
      margin-left: 0;
  }
  .s14 .si_left .vertical_text {
      right: 0vw;
      bottom: -6.458vw;
      transform: rotate(0deg);
      width: auto;
  }
  .s14 .si_center {
      width: 100%;
      padding-top: 11vw;
  }
  .s14 .si_center .fooer_menu {
      padding-right: 0;
  }
  .s14 .si_center .fooer_menu:after {
      width: 0.139vw;
      height: 7.639vw;
      right: 0.208vw;
      top: 0.625vw;
      opacity: 0;
  }
  .s14 .si_center .fooer_menu a {
      margin: 0;
      padding: 0;
      font-size: 2.2vw;
      letter-spacing: 1.278vw;
      text-align: center;
      margin-bottom: 0.9vw;
  }
  .s14 .si_right {
      width: 100%;
      padding-top: 3vw;
      text-align: center;
  }
  .s14 .si_right img {
      max-width: 23.667vw;
  }
  .s14 .instagram_gallery a:last-child{
    display:block;
  }
  .s14 .instagram_gallery a img{
    width:50% !important;
    padding: 0.1vw;
  }
}
@media (max-width: 550px){
  .s14 {
      padding-top: 18vw;
      padding-bottom: 6vw;
      padding-left: 15vw;
      padding-right: 9vw;
  }
  .s14 .section_inner {
      width: 100%;
  }
  .s14 .si_left {
      width: 100%;
  }
  .s14 .si_left .instagram_feed {
      margin-right: 0;
      margin-left: 0;
  }
  .s14 .si_left .vertical_text {
      right: 0vw;
      bottom: -6.458vw;
      transform: rotate(0deg);
  }
  .s14 .si_center {
      width: 100%;
      padding-top: 11vw;
  }
  .s14 .si_center .fooer_menu {
      padding-right: 0;
  }
  .s14 .si_center .fooer_menu:after {
      width: 0.139vw;
      height: 7.639vw;
      right: 0.208vw;
      top: 0.625vw;
      opacity: 0;
  }
  .s14 .si_center .fooer_menu a {
      margin: 0;
      padding: 0;
      font-size: 2.2vw;
      letter-spacing: 1.278vw;
      text-align: center;
      margin-bottom: 0.9vw;
  }
  .s14 .si_center .fooer_menu a:hover{
    text-decoration:line-through;
  }
  .s14 .si_right {
      width: 100%;
      padding-top: 3vw;
      text-align: center;
  }
  .s14 .si_right img {
      max-width: 23.667vw;
  }
  .s14 .instagram_gallery a:last-child{
    display:block;
  }
  .s14 .instagram_gallery a img{
    width:50% !important;
    padding: 0.1vw;
  }
    .s14 .si_left:before {
        width: 26.167vw;
        height: 28.764vw;
        top: -9.4vw;
        left: -12.9vw;
        background-image: url(s14-follow-along-on-ig-mobile.png);
    }
}
@media (max-width: 450px){

}

/*
=======================================
  Section 15
=========================================*/
.s15 {
    background: #000000;
}

.s15 .section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1208px;
}

.s15 .si_left {
    width: 80%;
}

.s15 .si_left .si_copyright {
    padding-left: 13px;
    padding-top: 22px;
    font-size: 15px;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;
    letter-spacing: 1.6px;
    line-height: 1.5;
    text-transform: uppercase;
    font-style: italic;
}
.s15 .si_left .si_copyright strong{
  font-style:normal;
}
.s15 .si_left .si_copyright a {
    color: #6bbdb9;
}

.s15 .si_left .si_copyright a:hover {
    color: #ffffff;
}

.s15 .si_right {
    width: 20%;
    text-align: right;
}

.s15 .si_right .si_social {
    margin-top: 18px;
    padding-bottom: 22px;
}

.s15 .si_right .si_social img {
    max-height: 18px;
    margin-left: 10px;
}

.footer_menu_link{
  font-style:normal;
}
.s15 .si_right .si_social a{
  
}
.s15 .si_right .si_social svg{
  width: 18px;
  height: 16px;
}
@media (max-width: 1440px){
  .s15 .section_inner {
      width: 83.889vw;
  }
  .s15 .si_left {
      width: 80%;
  }
  .s15 .si_left .si_copyright {
      padding-left: 0.903vw;
      padding-top: 1.528vw;
      font-size: 1.042vw;
      letter-spacing: 0.111vw;
  }
  .s15 .si_right {
      width: 20%;
  }
  .s15 .si_right .si_social {
      margin-top: 1.25vw;
      padding-bottom: 1.528vw;
  }
  .s15 .si_right .si_social img {
      max-height: 1.25vw;
      margin-left: 0.694vw;
  }
}
@media (max-width: 1140px){

}
@media (max-width: 1024px){

}
@media (max-width: 768px){
  .s15{
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
  .s15 .section_inner {
      width: 100%;
  }
  .s15 .si_left {
      width: 100%;
  }
  .s15 .si_left .si_copyright {
      padding-left: 0;
      padding-top: 0;
      font-size: 2.3vw;
      letter-spacing: 0.3vw;
      text-align: center;
  }
  .s15 .si_left .si_copyright span{
    display:none;
  }
  .s15 .si_left .si_copyright strong{
    display:block;
    padding-top: 1.5vw;
  }
  .s15 .si_right {
      width: 100%;
      display: none;
  }
  .s15 .si_right .si_social {
      margin-top: 1.25vw;
      padding-bottom: 1.528vw;
  }
  .s15 .si_right .si_social img {
      max-height: 1.25vw;
      margin-left: 0.694vw;
  }
}
@media (max-width: 550px){
  .s15{
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 4vw;
    padding-top: 4vw;
  }
  .s15 .section_inner {
      width: 100%;
  }
  .s15 .si_left {
      width: 100%;
  }
  .s15 .si_left .si_copyright {
      padding-left: 0;
      padding-top: 0;
      font-size: 3.3vw;
      letter-spacing: 0.3vw;
      text-align: center;
  }
  .s15 .si_left .si_copyright span{
    display:none;
  }
  .s15 .si_left .si_copyright strong{
    display:block;
    padding-top: 1.5vw;
  }
  .s15 .si_right {
      width: 100%;
      display: none;
  }
  .s15 .si_right .si_social {
      margin-top: 1.25vw;
      padding-bottom: 1.528vw;
  }
  .s15 .si_right .si_social img {
      max-height: 1.25vw;
      margin-left: 0.694vw;
  }
}
@media (max-width: 450px){

}


/*
=======================================
  Spacing control. Keep this under all css
=========================================*/
.top_spacing_remove{
  padding-top:0  !important;
}
.bottom_spacing_remove{
  padding-bottom: 0 !important;
}
.top_spacing_low{
  padding-top: 4.167vw !important;
}
.bottom_spacing_low{
  padding-bottom:60px !important;
}

/*s7*/
.s7.top_spacing_low{
  padding-top:0px !important;
}
.s7.bottom_spacing_low{
  padding-bottom:0px !important;
}
.s7.top_spacing_low .si_right{
  padding-top:30px !important;
}
.s7.bottom_spacing_low .si_right{
  padding-bottom:30px !important;
}
.s7.top_spacing_remove .si_right{
  padding-top:0px !important;
}
.s7.bottom_spacing_remove .si_right{
  padding-bottom:0px !important;
}

@media (max-width: 1440px){
  .top_spacing_low{
  }
  .bottom_spacing_low{
    padding-bottom:4.167vw !important;
  }
  /*s7*/
  .s7.top_spacing_low .si_right{
    padding-top:2.083vw !important;
  }
  .s7.bottom_spacing_low .si_right{
    padding-bottom:2.083vw !important;
  }
}
@media (max-width: 768px){
  /*s7*/
  .s7.top_spacing_low .si_left{
    padding-top:2.083vw !important;
  }
  .s7.bottom_spacing_low .si_left{
    padding-bottom:2.083vw !important;
  }
}

.section--accordion .accordion__title{
    font-family: inherit;
}





/******************  Image / Video / Vartical Text Disable And Respinsive CSS ******************/
.s1.enable_img_false{}
.s1.enable_img_false .si_left{    
    width: 100%;
}
.s1.enable_img_false  .si_left .si_left_content article{max-width: 900px;}
.s1.enable_img_false  .si_left .si_left_content article p br{ display:none ;}
.s3.enable_video_false{
    padding-top: 75px;
}
.s3.enable_video_false .si_right{
    width: 100%;
    padding-top: 0px;
}
.s3.enable_video_false .si_right article .vertical_text,
.s3.enable_video_false .si_right article p br{ display:none;}

.s4.enable_img_false{
    padding-top: 50px;
    padding-bottom: 70px;
}
.s4.enable_img_false .section_inner{
    width: 1150px;
}
.s4.enable_img_false .si_left{    
    width: 100%;    
    padding-top: 0px;
}
.s4.enable_img_false .si_left h2{
    padding-left: 0px;
}
.s4.enable_img_false .si_left article{
    padding-left: 33px;
}
.s4.enable_img_false .si_left article .vertical_text{
    display: none;
}
.s4.enable_img_false .si_left article .article_inner{}
.s4.enable_img_false .si_left article .article_inner ul{}
.s4.enable_img_false .si_left article .article_inner ul li{}
.s4.enable_img_false .si_left article .article_inner ul li br{display:none;}

.s6.enable_img_false{
    padding-top: 100px;
    padding-bottom: 90px;
}
.s6.enable_img_false .si_right h2{}
.s6.enable_img_false .si_right h2 br{
    display: none;
}
.s6.enable_img_false .si_right article .article_inner{}
.s6.enable_img_false .si_right article .article_inner ul{}
.s6.enable_img_false .si_right article .article_inner ul li{}
.s6.enable_img_false .si_right article .article_inner ul li br{display:none;}
.s6.enable_img_false .si_right{    
    width: 100%;    
    padding-top: 0px;
}
.s6.enable_img_false .si_right article .vertical_text{
    display: none;
}

.s7.enable_image_false{}
.s7.enable_image_false .si_left{
    width: 100%;
    padding-bottom: 75px;
}
.s7.enable_image_false .si_left h2{}
.s7.enable_image_false .si_left h2 br,
.s7.enable_image_false .si_left h2:before{
    display: none;
}
.s7.enable_image_false .si_left article .article_inner{}
.s7.enable_image_false .si_left article .article_inner p{}
.s7.enable_image_false .si_left article .article_inner p br{
    display: none;
}
.s7.enable_image_false .si_left article .article_inner ul{}
.s7.enable_image_false .si_left article .article_inner ul li{}
.s7.enable_image_false .si_left article .article_inner ul li br{display:none;}

.s10.enable_image_false{}
.s10.enable_image_false .si_right{    
    width: 100%;    
    padding-top: 0px;
}
.s10.enable_image_false .si_right h2{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
}
.s10.enable_image_false .si_right h2 br{
    display: none;
}
.s10.enable_image_false .si_right article .article_inner{}
.s10.enable_image_false .si_right article .article_inner p{}
.s10.enable_image_false .si_right article .article_inner p br{
    display: none;
}
.s10.enable_image_false .si_right article .article_inner ul{}
.s10.enable_image_false .si_right article .article_inner ul li{}
.s10.enable_image_false .si_right article .article_inner ul li br{display:none;}

@media (max-width: 1440px){
    .s1.enable_img_false .si_left{    
        width: 100%;
    }
    .s1.enable_img_false  .si_left .si_left_content article{max-width: 62.5vw;}
    .s1.enable_img_false  .si_left .si_left_content article p br{ display:none ;}
    .s3.enable_video_false{
        padding-top: 5.208vw;
    }
    .s3.enable_video_false .si_right{
        width: 100%;
        padding-top: 0vw;
    }
    .s3.enable_video_false .si_right article .vertical_text,
    .s3.enable_video_false .si_right article p br{ display:none;}

    .s4.enable_img_false{
        padding-top: 3.472vw;
        padding-bottom: 4.861vw;
    }
    .s4.enable_img_false .section_inner{
        width: 79.861vw;
    }
    .s4.enable_img_false .si_left{    
        width: 100%;    
        padding-top: 0vw;
    }
    .s4.enable_img_false .si_left h2{
        padding-left: 0vw;
    }
    .s4.enable_img_false .si_left article{
        padding-left: 2.292vw;
    }
    .s4.enable_img_false .si_left article .vertical_text{
        display: none;
    }
    .s4.enable_img_false .si_left article .article_inner ul li br{display:none;}

    .s6.enable_img_false{
        padding-top: 6.944vw;
        padding-bottom: 6.25vw;
    }
    .s6.enable_img_false .si_right h2 br{
        display: none;
    }
    .s6.enable_img_false .si_right article .article_inner ul li br{display:none;}
    .s6.enable_img_false .si_right{    
        width: 100%;    
        padding-top: 0vw;
    }
    .s6.enable_img_false .si_right article .vertical_text{
        display: none;
    }

    .s7.enable_image_false .si_left{
        width: 100%;
        padding-bottom: 5.208vw;
    }
    .s7.enable_image_false .si_left h2 br{
        display: none;
    }
    .s7.enable_image_false .si_left article .article_inner p br{
        display: none;
    }
    .s7.enable_image_false .si_left article .article_inner ul li br{display:none;}

    .s10.enable_image_false{}
    .s10.enable_image_false .si_right{    
        width: 100%;    
        padding-top: 0vw;
    }
    .s10.enable_image_false .si_right h2{
        position: relative;
        top: 0vw;
        left: 0vw;
        width: 100%;
    }
    .s10.enable_image_false .si_right h2 br{
        display: none;
    }
    .s10.enable_image_false .si_right article .article_inner p br{
        display: none;
    }
    .s10.enable_image_false .si_right article .article_inner ul li br{display:none;}
}
@media (max-width: 1140px){
    .s1.enable_img_false .si_left{    
        width: 100%;
    }
    .s1.enable_img_false  .si_left .si_left_content article{max-width: 78.947vw;}
    .s1.enable_img_false  .si_left .si_left_content article p br{ display:none ;}
    .s3.enable_video_false{
        padding-top: 6.579vw;
    }
    .s3.enable_video_false .si_right{
        width: 100%;
        padding-top: 0vw;
    }
    .s3.enable_video_false .si_right article .vertical_text,
    .s3.enable_video_false .si_right article p br{ display:none;}

    .s4.enable_img_false{
        padding-top: 4.386vw;
        padding-bottom: 6.14vw;
    }
    .s4.enable_img_false .section_inner{
        width: 79.861vw;
    }
    .s4.enable_img_false .si_left{    
        width: 100%;    
        padding-top: 0vw;
    }
    .s4.enable_img_false .si_left h2{
        padding-left: 0vw;
    }
    .s4.enable_img_false .si_left article{
        padding-left: 2.895vw;
    }
    .s4.enable_img_false .si_left article .vertical_text{
        display: none;
    }
    .s4.enable_img_false .si_left article .article_inner ul li br{display:none;}

    .s6.enable_img_false{
        padding-top: 8.772vw;
        padding-bottom: 7.895vw;
    }
    .s6.enable_img_false .si_right h2 br{
        display: none;
    }
    .s6.enable_img_false .si_right article .article_inner ul li br{display:none;}
    .s6.enable_img_false .si_right{    
        width: 100%;    
        padding-top: 0vw;
    }
    .s6.enable_img_false .si_right article .vertical_text{
        display: none;
    }

    .s7.enable_image_false .si_left{
        width: 100%;
        padding-bottom: 6.579vw;
    }
    .s7.enable_image_false .si_left h2 br{
        display: none;
    }
    .s7.enable_image_false .si_left article .article_inner p br{
        display: none;
    }
    .s7.enable_image_false .si_left article .article_inner ul li br{display:none;}

    .s10.enable_image_false{}
    .s10.enable_image_false .si_right{    
        width: 100%;    
        padding-top: 0vw;
    }
    .s10.enable_image_false .si_right h2{
        position: relative;
        top: 0vw;
        left: 0vw;
        width: 100%;
    }
    .s10.enable_image_false .si_right h2 br{
        display: none;
    }
    .s10.enable_image_false .si_right article .article_inner p br{
        display: none;
    }
    .s10.enable_image_false .si_right article .article_inner ul li br{display:none;}
}
@media (max-width: 1024px){
    .s1.enable_img_false .si_left{    
        width: 100%;
    }
    .s1.enable_img_false  .si_left .si_left_content article{max-width: 87.891vw;}
    .s1.enable_img_false  .si_left .si_left_content article p br{ display:none ;}
    .s3.enable_video_false{
        padding-top: 7.324vw;
    }
    .s3.enable_video_false .si_right{
        width: 100%;
        padding-top: 0vw;
    }
    .s3.enable_video_false .si_right article .vertical_text,
    .s3.enable_video_false .si_right article p br{ display:none;}

    .s4.enable_img_false{
        padding-top: 4.883vw;
        padding-bottom: 6.836vw;
    }
    .s4.enable_img_false .section_inner{
        width: 79.861vw;
    }
    .s4.enable_img_false .si_left{    
        width: 100%;    
        padding-top: 0vw;
    }
    .s4.enable_img_false .si_left h2{
        padding-left: 0vw;
    }
    .s4.enable_img_false .si_left article{
        padding-left: 3.223vw;
    }
    .s4.enable_img_false .si_left article .vertical_text{
        display: none;
    }
    .s4.enable_img_false .si_left article .article_inner ul li br{display:none;}

    .s6.enable_img_false{
        padding-top: 9.766vw;
        padding-bottom: 8.789vw;
    }
    .s6.enable_img_false .si_right h2 br{
        display: none;
    }
    .s6.enable_img_false .si_right article .article_inner ul li br{display:none;}
    .s6.enable_img_false .si_right{    
        width: 100%;    
        padding-top: 0vw;
    }
    .s6.enable_img_false .si_right article .vertical_text{
        display: none;
    }

    .s7.enable_image_false .si_left{
        width: 100%;
        padding-bottom: 7.324vw;
        padding-top: 12vw;
    }
    .s7.enable_image_false .si_left h2 br{
        display: block;
    }
    .s7.enable_image_false .si_left article .article_inner p br{
        display: none;
    }
    .s7.enable_image_false .si_left article .article_inner ul li br{display:none;}

    .s10.enable_image_false{}
    .s10.enable_image_false .si_right{    
        width: 100%;    
        padding-top: 0vw;
    }
    .s10.enable_image_false .si_right h2{
        position: relative;
        top: 0vw;
        left: 0vw;
        width: 100%;
    }
    .s10.enable_image_false .si_right h2 br{
        display: block;
    }
    .s10.enable_image_false .si_right article .article_inner p br{
        display: none;
    }
    .s10.enable_image_false .si_right article .article_inner ul li br{display:none;}
}
@media (max-width: 768px){
    
    .s1.enable_img_false .si_left{    
        width: 100%;
    }
    .s1.enable_img_false  .si_left .si_left_content article{max-width: 117.188vw;}
    .s1.enable_img_false  .si_left .si_left_content article p br{ display:none ;}
    .s3.enable_video_false{
        padding-top: 9.766vw;
    }
    .s3.enable_video_false .si_right{
        width: 100%;
        padding-top: 0vw;
    }
    .s3.enable_video_false .si_right article .vertical_text,
    .s3.enable_video_false .si_right article p br{ display:none;}

    .s4.enable_img_false{
        padding-top: 6.51vw;
        padding-bottom: 9.115vw;
    }
    .s4.enable_img_false .section_inner{
        width: 79.861vw;
    }
    .s4.enable_img_false .si_left{    
        width: 100%;    
        padding-top: 0vw;
    }
    .s4.enable_img_false .si_left h2{
        padding-left: 0vw;
    }
    .s4.enable_img_false .si_left article{
        padding-left: 4.297vw;
    }
    .s4.enable_img_false .si_left article .vertical_text{
        display: none;
    }
    .s4.enable_img_false .si_left article .article_inner ul li br{display:none;}

    .s6.enable_img_false{
        padding-top: 13.021vw;
        padding-bottom: 11.719vw;
    }
    .s6.enable_img_false .si_right h2 br{
        display: none;
    }
    .s6.enable_img_false .si_right article .article_inner ul li br{display:none;}
    .s6.enable_img_false .si_right{
        width: 100%;
        padding-top: 0vw;
        padding-left: 7vw;
    }
    .s6.enable_img_false .si_right article .vertical_text{
        display: none;
    }
    
    .s7.enable_image_false:after{
        display: none;
    }
    .s7.enable_image_false .si_left{
        width: 100%;
        padding-bottom: 0.766vw;
        padding-top: 1vw;
    }
    .s7.enable_image_false .si_left h2 br{
        display: none;
    }
    .s7.enable_image_false .si_left article .article_inner p br{
        display: none;
    }
    .s7.enable_image_false .si_left article .article_inner ul li br{display:none;}

    .s10.enable_image_false{}
    .s10.enable_image_false .si_right{    
        width: 100%;    
        padding-top: 0vw;
    }
    .s10.enable_image_false .si_right h2{
        position: relative;
        top: 0vw;
        left: 0vw;
        width: 100%;
        margin-left: 11.153vw;
    }
    .s10.enable_image_false .si_right h2 br{
        /* display: none; */
    }
    .s10.enable_image_false .si_right article .article_inner p br{
        display: none;
    }
    .s10.enable_image_false .si_right article .article_inner ul li br{display:none;}
}
@media (max-width: 550px){
    
    .s1.enable_img_false .si_left{    
        width: 100%;
    }
    .s1.enable_img_false  .si_left .si_left_content article{max-width: 187.5vw;}
    .s1.enable_img_false  .si_left .si_left_content article p br{ display:none ;}
    .s3.enable_video_false{
        padding-top: 15.625vw;
    }
    .s3.enable_video_false .si_right{
        width: 100%;
        padding-top: 0vw;
    }
    .s3.enable_video_false .si_right .s3_upper_title {}
    .s3.enable_video_false .si_right h2{
        padding-left: 0px;
        text-align: center;
        margin-bottom: 0vw;
    }
    .s3.enable_video_false .si_right article .vertical_text,
    .s3.enable_video_false .si_right article p br{ display:none;}

    .s4.enable_img_false{
        padding-top: 10.417vw;
        padding-bottom: 14.583vw;
    }
    .s4.enable_img_false .section_inner{
        width: 100%;
    }
    .s4.enable_img_false .si_left{    
        width: 100%;    
        padding-top: 0vw;
    }
    .s4.enable_img_false .si_left h2{
        padding-left: 0vw;
    }
    .s4.enable_img_false .si_left article{
        padding-left: 6.875vw;
    }
    .s4.enable_img_false .si_left article .vertical_text{
        display: none;
    }
    .s4.enable_img_false .si_left article .article_inner ul li br{display:none;}

    .s6.enable_img_false{
        padding-top: 20.833vw;
        padding-bottom: 18.75vw;
    }
    .s6.enable_img_false .si_right h2 br{
        display: none;
    }
    .s6.enable_img_false .si_right article .article_inner ul li br{display:none;}
    .s6.enable_img_false .si_right{    
        width: 100%;    
        padding-top: 0vw;
    }
    .s6.enable_img_false .si_right article .vertical_text{
        display: none;
    }
    
    .s7.enable_image_false:after{}
    .s7.enable_image_false .si_left{
        width: 100%;
        padding-bottom: 4.625vw;
    }
    .s7.enable_image_false .si_left h2 br{
        display: block;
    }
    .s7.enable_image_false .si_left article .article_inner p br{
        display: none;
    }
    .s7.enable_image_false .si_left article .article_inner ul li br{display:none;}

    .s10.enable_image_false{
        padding-top: 28vw;
    }
    .s10.enable_image_false .si_right{    
        width: 100%;    
        padding-top: 0vw;
    }
    .s10.enable_image_false .si_right h2{
        position: relative;
        top: 0vw;
        left: 0vw;
        width: 100%;
        margin-left: 5.153vw;
    }
    .s10.enable_image_false .si_right h2 br{
        display: none;
    }
    .s10.enable_image_false .si_right article .article_inner p br{
        display: none;
    }
    .s10.enable_image_false .si_right article .article_inner ul li br{display:none;}
}







/*********** Price New *********/
/*********** Price New *********/
.bsi_new_price_wrap {
    background-color: #262626;
    padding-top: 70px;
    padding-bottom: 8px;
}
.bsi_new_price {
    padding-bottom: 89px;
}
.bsi_new_price .section_inner {
    width: 988px;
    padding-left: 33px;
    padding-top: 27px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.bsi_new_price .section_inner:before {
    content: "";
    width: 347px;
    height: 384px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #E0F58B;
}
.bsi_new_price_left {
    width: 60.8%;
    background-color: #E6E5DC;
    position: relative;
    z-index: 1;
    padding-top: 6.389vw;
    padding-left: 6.25vw;
    padding-bottom: 4.1vw;
    padding-right: 9.097vw;
}
.bsi_new_price_title h2 {
    color: #FF5700;
    width: 110%;
    font-size: 3.229vw;
    letter-spacing: -0.005vw;
    margin-bottom: 2.153vw;
    text-transform: uppercase;
}
.bsi_new_price_title h4 {
    text-transform: uppercase;
    font-family: 'Proxima Nova B';
    font-size: 15px;
    padding-left: 1px;
    letter-spacing: 2.56px;
    border-bottom: 1px solid #676763;
    padding-bottom: 12px;
    margin-bottom: 23px;
    color: #170001;
}
.bsi_new_price_left article {
    padding-left: 31px;
    padding-top: 4px;
    color: #271210;
}
.bsi_new_price_left article ul {
    margin: 0px;
    padding: 0px;
}
.bsi_new_price_left article ul li {
    list-style: none;
    position: relative;
    display: block;
    padding-left: 19px;
    margin: 0px;
    width: 103%;
    letter-spacing: 0.1px;
    padding-bottom: 20px;
    line-height: 1.23;
}
.bsi_new_price_left article ul li:before {
    content: "";
    width: 8px;
    height: 1px;
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    background-color: #000;
}
.bsi_new_price_right {
    width: 39.2%;
    padding-top: 37px;
    padding-bottom: 39px;
    position: relative;
}
.bsi_new_price_right:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 202px;
    background-color: #E6E5DC;
    height: 100%;
}
.bsi_new_price_rightin {
    height: 100%;
    display: block;
    position: relative;
    background-color: #FFFFFF;
    padding-left: 65px;
    padding-right: 63px;
    text-align: center;
    padding-top: 44.5px;
    padding-bottom: 12px;
}
.bsi_new_price_rightin h3 {
    color: #FF5700;
    letter-spacing: -0.1px;
    margin-bottom: 0px;
}
.bsi_new_price_rightin h3:after {
    content: "";
    display: block;
    width: 93%;
    margin: 0px auto;
    height: 1px;
    background-color: #000;
    margin-top: 12px;
}
.bsi_new_price_rightin article {
}
.bsi_new_price_rightin article p {
    font-size: 15.4px;
    line-height: 1.46;
    letter-spacing: 0.3px;
    margin: 0px;
    padding-bottom: 21px;
}
.bsi_new_price_rightin article p br {
}

.bsi_new_price_rightin .kj_button {
}
.bsi_new_price_rightin .kj_button a {
    margin: 0px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    padding: 4px 30px 3px 30px;
    background-color: #CAEE01;
}
.bsi_new_price_rightin .kj_button a:hover{
    background-color:#FFF;
}
.bsi_new_price.style2 .section_inner {
    padding-top: 0vw;
}
.bsi_new_price.style2 .section_inner:before {
    top: unset;
    bottom: -30px;
    background-color: #F8D1BC;
    height: 415px;
}
.bsi_new_price.style2 .bsi_new_price_title h2 {
    width: 124%;
}
.bsi_new_price.style2 .bsi_new_price_left {
    background-color: #FFFFFF;
    padding-top: 5.347vw;
    padding-bottom: 2.7vw;
}
.bsi_new_price.style2 .bsi_new_price_left article ul li {
    width: 101%;
    padding-bottom: 19px;
}
.bsi_new_price.style2 .bsi_new_price_right:before{
    background-color: #ffffff;
}
.bsi_new_price.style2 .bsi_new_price_rightin{
    background-color: #E6E5DC;
}
.bsi_new_price_wrap {
        padding-top: 4.3vw;
        padding-bottom: 0.556vw;
    }
    .bsi_new_price {
        padding-bottom: 4vw;
    }
    .bsi_new_price .section_inner {
        width: 68.611vw;
        padding-left: 2.292vw;
        padding-top: 1.875vw;
    }
    .bsi_new_price .section_inner:before {
        width: 24.097vw;
        height: 26.667vw;
    }
    .bsi_new_price_title h4 {
        font-size: 1.042vw;
        padding-left: 0.069vw;
        letter-spacing: 0.178vw;
        padding-bottom: 0.833vw;
        margin-bottom: 1.597vw;
    }
    .bsi_new_price_left article {
        padding-left: 2.153vw;
        padding-top: 0.278vw;
    }
    .bsi_new_price_left article ul li {
        padding-left: 1.319vw;
        letter-spacing: 0.007vw;
        padding-bottom: 1.389vw;
    }
    .bsi_new_price_left article ul li:before {
        width: 0.556vw;
        top: 0.556vw;
    }
    .bsi_new_price_right {
        padding-top: 2.569vw;
        padding-bottom: 2.708vw;
    }
    .bsi_new_price_right:before {
        width: 14.028vw;
    }
    .bsi_new_price_rightin {
        padding-left: 4.514vw;
        padding-right: 4.375vw;
        padding-top: 3.09vw;
        padding-bottom: 0.833vw;
    }
    .bsi_new_price_rightin h3 {
        font-size: 1.944vw;
        letter-spacing: -0.007vw;
    }
    .bsi_new_price_rightin h3:after {
        margin-top: 0.833vw;
    }
    .bsi_new_price_rightin article {
        padding-top: 1.458vw;
    }
    .bsi_new_price_rightin article p {
        font-size: 1.069vw;
        letter-spacing: 0.021vw;
        padding-bottom: 1.458vw;
    }
    .bsi_new_price_rightin .kj_button {
        padding-bottom: 2.847vw;
    }
    .bsi_new_price_rightin .kj_button a {
        font-size: 0.972vw;
        letter-spacing: 0.09vw;
        padding: 0.278vw 2.083vw 0.208vw 2.083vw;
    }
    .bsi_new_price.style2 .section_inner {
        padding-bottom: 1.875vw;
    }
    .bsi_new_price.style2 .section_inner:before {
        bottom: -0.069vw;
    }
    .bsi_new_price.style2 .bsi_new_price_left article ul li {
        padding-bottom: 1.319vw;
    }
.bsi_new_price_wrap h2{
  text-align: center;
  text-transform: uppercase;
  color: #ff5700;
  margin-bottom: 4vw;
  margin-top:2vw;
}
@media (max-width: 768px){
    .bsi_new_price_wrap h2{
      margin-bottom: 8vw;
      margin-top:0;
    }
    .bsi_new_price_wrap {padding-top: 9.3vw;padding-bottom: 0.556vw;}

    .bsi_new_price { }
    .bsi_new_price .section_inner {width: 88.2vw !important;padding-left: 5.9vw !important;padding-top: 4.3vw !important;}
    .bsi_new_price .section_inner:before {width: 54.097vw !important;height: 59.667vw !important;top: 0px !important;left: 0.67vw !important;bottom: unset !important;background-color: #e0f58b;}

    .bsi_new_price_left {width: 100%;padding-right: 12.3vw;padding-left: 14.1vw;padding-top: 14.1vw;padding-bottom: 5.9vw;}
    .bsi_new_price_title { }
    .bsi_new_price_title h2 {font-size: 7.1vw;letter-spacing: 0.06vw;margin-bottom: 5.153vw;margin-left: -0.2vw;}
    .bsi_new_price_title h4 {font-size: 2.4vw;padding-left: 0.069vw;letter-spacing: 0.35vw;padding-bottom: 1.6vw;margin-bottom: 1.597vw;border-width: 2px;}
    .bsi_new_price_left article {padding-left: 4.7vw;padding-top: 2.76vw;}
    .bsi_new_price_left article ul { }
    .bsi_new_price_left article ul li {padding-left: 3.1vw;letter-spacing: 0.09vw;padding-bottom: 3.12vw;font-size: 2.3vw;line-height: 1.3;}
    .bsi_new_price_left article ul li:before {width: 9px;top: 1.3vw;}

    .bsi_new_price_right {width: 100%;padding-top: 0vw;padding-bottom: 2.708vw;padding-left: 13.2vw;padding-right: 10.9vw;}
    .bsi_new_price_right:before {width: 100%;height: 56.6%;}
    .bsi_new_price_rightin {padding-left: 10vw;padding-right: 10vw;padding-top: 6.8vw;padding-bottom: 5.4vw;}
    .bsi_new_price_rightin h3 {font-size: 4.3vw;letter-spacing: -0.007vw;}
    .bsi_new_price_rightin h3:after {margin-top: 2.1vw;width: 94%;}
    .bsi_new_price_rightin article {padding-top: 3.2vw;padding-bottom: 2.1vw;}
    .bsi_new_price_rightin article p {font-size: 2.3vw;line-height: 1.45;letter-spacing: 0.1vw;}
    .bsi_new_price_rightin article p br { }
    .bsi_new_price_rightin .kj_button { }
    .bsi_new_price_rightin .kj_button.style1 {padding-bottom: 6.3vw;}
    .bsi_new_price_rightin .kj_button a {padding: 2.4vw 2.083vw 2.2vw 2.3vw;line-height: normal;font-size: 1.972vw;letter-spacing: 0.33vw;font-weight: 400;}
    .bsi_new_price_rightin .kj_button a:hover{ }

    .bsi_new_price.style2 .section_inner { }
    .bsi_new_price.style2 .section_inner:before { }

    .bsi_new_price.style2 .bsi_new_price_title h2 {
    font-size: 8.1vw;
    }
    .bsi_new_price.style2 .bsi_new_price_left {padding-top: 13.347vw;}

    .bsi_new_price.style2 .bsi_new_price_left article ul li { }
    .bsi_new_price.style2 .bsi_new_price_right:before{  }
    .bsi_new_price.style2 .bsi_new_price_rightin{ }
  /*
  =====================================
  ------------------------------------
  =====================================
  */
    .bsi_new_price_wrap {padding-top: 14.3vw;padding-bottom: 2.556vw;}

    .bsi_new_price {padding-bottom: 8vw;}
    .bsi_new_price .section_inner {width: 88.2vw !important;padding-left: 5.9vw !important;padding-top: 4.3vw !important;}
    .bsi_new_price .section_inner:before {width: 54.097vw !important;height: 59.667vw !important;top: 0px !important;left: 0.67vw !important;bottom: unset !important;background-color: #e0f58b;}

    .bsi_new_price_left {width: 100%;padding-right: 8.1vw;padding-left: 8.1vw;padding-top: 8.1vw;padding-bottom: 5.9vw;}
    .bsi_new_price_title { }
    .bsi_new_price_title h2 {font-size: 8.1vw;letter-spacing: 0.06vw;margin-bottom: 5.153vw;margin-left: -0.2vw;}
    .bsi_new_price_title h4 {font-size: 3.4vw;padding-left: 0.069vw;letter-spacing: 0.35vw;padding-bottom: 1.6vw;margin-bottom: 1.597vw;border-width: 2px;}
    .bsi_new_price_left article {padding-left: 4.7vw;padding-top: 2.76vw;}
    .bsi_new_price_left article ul { }
    .bsi_new_price_left article ul li {padding-left: 5.1vw;letter-spacing: 0.09vw;padding-bottom: 3.12vw;font-size: 3.8vw;line-height: 1.3;}
    .bsi_new_price_left article ul li:before {width: 9px;top: 2.2vw;}

    .bsi_new_price_right {width: 100%;padding-top: 0vw;padding-bottom: 2.708vw;padding-left: 8.2vw;padding-right: 8.2vw;}
    .bsi_new_price_right:before {width: 100%;height: 56.6%;}
    .bsi_new_price_rightin {padding-left: 6vw;padding-right: 6vw;padding-top: 6.8vw;padding-bottom: 5.4vw;}
    .bsi_new_price_rightin h3 {font-size: 6.3vw;letter-spacing: -0.007vw;}
    .bsi_new_price_rightin h3:after {margin-top: 2.1vw;width: 94%;}
    .bsi_new_price_rightin article {padding-top: 3.2vw;padding-bottom: 2.1vw;}
    .bsi_new_price_rightin article p {font-size: 3.3vw;line-height: 1.45;letter-spacing: 0.1vw;}
    .bsi_new_price_rightin article p br { }
    .bsi_new_price_rightin .kj_button { }
    .bsi_new_price_rightin .kj_button.style1 {padding-bottom: 6.3vw;}
    .bsi_new_price_rightin .kj_button a {padding: 3.4vw 2.083vw 3.2vw 2.3vw;line-height: normal;font-size: 3.972vw;letter-spacing: 0.33vw;font-weight: 400;}
    .bsi_new_price_rightin .kj_button a:hover{ }

    .bsi_new_price.style2 .section_inner { }
    .bsi_new_price.style2 .section_inner:before { }

    .bsi_new_price.style2 .bsi_new_price_title h2 {}
    .bsi_new_price.style2 .bsi_new_price_left {padding-top: 9.347vw;padding-bottom: 7vw;}

    .bsi_new_price.style2 .bsi_new_price_left article ul li { }
    .bsi_new_price.style2 .bsi_new_price_right:before{  }
    .bsi_new_price.style2 .bsi_new_price_rightin{ }

}






/******************************************/


.bsi_new_book_vip_price{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.bsi_new_book_vip_colin h2{
    font-size: 2.9vw;
    color: #FF5700;
    letter-spacing: 0;
    margin-bottom: 2.153vw;
    text-align: center;
    text-transform: uppercase;
}



.bsi_new_book_vip_coldes {
    display: block;
    position: relative;
    background-color: #E6E5DC;
    text-align: center;
    padding-bottom: 0px;
    height: auto;
    padding-left: 2.431vw;
    padding-right: 2.431vw;
    padding-top: 2.257vw;
}

.bsi_new_book_vip_coldes h3 {
    color: #FF5700;
    margin-bottom: 0px;
    font-size: 1.944vw;
}

.bsi_new_book_vip_coldes h3:after {
    content: "";
    display: block;
    width: 100%;
    margin: 0px auto;
    height: 1px;
    background-color: #000;
    margin-top: 12px;
}

.bsi_new_book_vip_coldes article {
    /* padding-top: 21px; */
    /* min-height: 126px; */
}
.bsi_new_book_vip_coldes article.style1{
    /* min-height: auto; */
    /* min-height: 24.306vw; */
}
.bsi_new_book_vip_coldes article ul{
    margin: 0px;
    padding-left: 0px;
}
.bsi_new_book_vip_coldes article ul li{
    margin: 0px;
    list-style: none;
    line-height: 1.4;
    padding-bottom: 15px;
}

.bsi_new_book_vip_coldes article p {
    font-size: 15.4px;
    line-height: 1.46;
    letter-spacing: 0.3px;
    margin: 0px;
    padding-bottom: 21px;
}

.bsi_new_book_vip_coldes article p br { }

.bsi_new_book_vip_coldes .kj_button {
    /* padding-bottom: 41px; */
}

.bsi_new_book_vip_coldes .kj_button a {
    margin: 0px;
    width: 100%;
    /* font-size: 14px; */
    text-transform: uppercase;
    /* letter-spacing: 1.3px; */
    /* padding: 4px 30px 3px 30px; */
    background-color: #CAEE01;
    font-size: 0.972vw;
    letter-spacing: 0.09vw;
    padding: 0.278vw 2.083vw 0.208vw 2.083vw;
}
.bsi_new_book_vip_coldes .kj_button a:hover{
    background-color:#FFF;
}



    .bsi_new_book_vip_wrap{
        background-color: rgba(37, 37, 37, 0.995);
        padding-top: 6.944vw;
        padding-bottom: 3.472vw;
    }
    .bsi_new_book_vip_wrap .section_inner{
        width: 83.333vw;
    }

    .bsi_new_book_vip_title{
        padding-bottom: 3.472vw;
    }
    .bsi_new_book_vip_title h2{
        font-size: 6.250VW;
        font-weight: normal;
        line-height: 0.89;
        letter-spacing: 0.235vw;
        text-align: center;
        color: #ff5700;
        text-transform: uppercase;
    }

    .bsi_new_book_vip_col{
        width: 50%;
        padding-left: 2.083vw;
        padding-right: 2.083vw;
    }
    .bsi_new_book_vip_colin{
        background-color: #FFF;
        padding-left: 2.431vw;
        padding-right: 2.431vw;
        padding-top: 3.125vw;
        padding-bottom: 4.167vw;
    }


    .bsi_new_book_vip_coldes h3:after {
        margin-top: 0.833vw;
    }

    .bsi_new_book_vip_coldes article {
        padding-top: 1.458vw;
    }
    .bsi_new_book_vip_coldes article.style1 {
        min-height: auto;
    }
    .bsi_new_book_vip_coldes article p {
        font-size: 1.069vw;
        letter-spacing: 0.021vw;
        padding-bottom: 1.458vw;
    }

    .bsi_new_book_vip_coldes article p br { }

    .bsi_new_book_vip_coldes .kj_button {
        padding-bottom: 2.847vw;
    }

    .bsi_new_book_vip_coldes .kj_button.style1 { }

    .bsi_new_book_vip_coldes .kj_button a {
        /* font-size: 0.972vw; */
        /* letter-spacing: 0.09vw; */
        /* padding: 0.278vw 2.083vw 0.208vw 2.083vw; */
    }
    .bsi_new_book_vip_coldes .kj_button a:hover{ }


@media (max-width: 1280px){

    .bsi_new_book_vip_coldes { }
    .bsi_new_book_vip_coldes h3 { }
    .bsi_new_book_vip_coldes h3:after { }
    .bsi_new_book_vip_coldes article { }
    .bsi_new_book_vip_coldes article p { }
    .bsi_new_book_vip_coldes article p br { }
    .bsi_new_book_vip_coldes .kj_button { }
    .bsi_new_book_vip_coldes .kj_button.style1 { }
    .bsi_new_book_vip_coldes .kj_button a { }
    .bsi_new_book_vip_coldes .kj_button a:hover{ }

}
@media (max-width: 1140px){
    .bsi_new_book_vip_wrap .section_inner{
        width: 83.333vw;
    }
    .bsi_new_book_vip_coldes { }
    .bsi_new_book_vip_coldes h3 { }
    .bsi_new_book_vip_coldes h3:after { }
    .bsi_new_book_vip_coldes article { }
    .bsi_new_book_vip_coldes article p {font-size: 1.2vw;}
    .bsi_new_book_vip_coldes article p br { }
    .bsi_new_book_vip_coldes .kj_button { }
    .bsi_new_book_vip_coldes .kj_button.style1 { }
    .bsi_new_book_vip_coldes .kj_button a {padding: 1.2vw 2.083vw 1.1vw 2.083vw;line-height: normal;}
    .bsi_new_book_vip_coldes .kj_button a:hover{ }
}
@media (max-width: 1024px){
    .bsi_new_book_vip_wrap .section_inner{
        width: 92vw;
    }
    .bsi_new_book_vip_coldes { }
    .bsi_new_book_vip_coldes h3 { }
    .bsi_new_book_vip_coldes h3:after { }
    .bsi_new_book_vip_coldes article { }
    .bsi_new_book_vip_coldes article p {font-size: 1.5vw;}
    .bsi_new_book_vip_coldes article p br { }
    .bsi_new_book_vip_coldes .kj_button { }
    .bsi_new_book_vip_coldes .kj_button.style1 { }
    .bsi_new_book_vip_coldes .kj_button a { }
    .bsi_new_book_vip_coldes .kj_button a:hover{ }

}
@media (max-width: 768px){
    .bsi_new_book_vip_wrap{
        padding-top: 6.944vw;
        padding-bottom: 3.472vw;
    }
    .bsi_new_book_vip_wrap .section_inner{
    width: 85.6vw;
}

    .bsi_new_book_vip_title{
        padding-bottom: 3.472vw;
    }
    .bsi_new_book_vip_title h2{
        /* font-size: 3.75vw; */
        letter-spacing: 0.235vw;
        font-size: 7.03vw;
    }

    .bsi_new_book_vip_price{ }
    .bsi_new_book_vip_col{
        width: 100%;
        padding-left: 2.083vw;
        padding-right: 2.083vw;
        padding-bottom: 10vw;
    }
    .bsi_new_book_vip_colin{
        padding-left: 5.861vw;
        padding-right: 5.861vw;
        padding-top: 8.125vw;
        padding-bottom: 9.167vw;
    }
    .bsi_new_book_vip_colin h2{
        letter-spacing: -0.005vw;
        margin-bottom: 2.153vw;
        font-size: 6.1vw;
    }
  
    .bsi_new_book_vip_coldes {padding-left: 5vw;padding-right: 5vw;padding-top: 6.8vw;padding-bottom: 5.4vw;}
    .bsi_new_book_vip_coldes h3 {font-size: 4.3vw;letter-spacing: -0.007vw;}
    .bsi_new_book_vip_coldes h3:after {margin-top: 2.1vw;width: 94%;}
    .bsi_new_book_vip_coldes article {padding-top: 3.2vw;padding-bottom: 2.1vw;}
    .bsi_new_book_vip_coldes article p {font-size: 2.3vw;line-height: 1.45;letter-spacing: 0.1vw;}
    .bsi_new_book_vip_coldes article p br { }
    .bsi_new_book_vip_coldes .kj_button { }
    .bsi_new_book_vip_coldes .kj_button.style1 {padding-bottom: 6.3vw;}
    .bsi_new_book_vip_coldes .kj_button a {padding: 2.4vw 2.083vw 2.2vw 2.3vw;line-height: normal;font-size: 1.972vw;letter-spacing: 0.33vw;font-weight: 400;}
    .bsi_new_book_vip_coldes .kj_button a:hover{ }

  /*
  =====================================
  ------------------------------------
  =====================================
  */
    .bsi_new_book_vip_wrap{
        padding-top: 10.944vw;
        padding-bottom: 3.472vw;
    }
    .bsi_new_book_vip_wrap .section_inner{
        width: 85.6vw;
    }

    .bsi_new_book_vip_title{
        padding-bottom: 3.472vw;
    }
    .bsi_new_book_vip_title h2{
        /* font-size: 3.75vw; */
        letter-spacing: 0.235vw;
        font-size: 11.03vw;
    }

    .bsi_new_book_vip_price{ }
    .bsi_new_book_vip_col{
        width: 100%;
        padding-left: 2.083vw;
        padding-right: 2.083vw;
        padding-bottom: 10vw;
    }
    .bsi_new_book_vip_colin{
        padding-left: 5.861vw;
        padding-right: 5.861vw;
        padding-top: 8.125vw;
        padding-bottom: 9.167vw;
    }
    .bsi_new_book_vip_colin h2{
        letter-spacing: -0.005vw;
        margin-bottom: 2.153vw;
        font-size: 8.1vw;
    }
    .bsi_new_book_vip_coldes {padding-left: 5vw;padding-right: 5vw;padding-top: 6.8vw;padding-bottom: 5.4vw;}
    .bsi_new_book_vip_coldes h3 {font-size: 7.3vw;letter-spacing: -0.007vw;}
    .bsi_new_book_vip_coldes h3:after {margin-top: 2.1vw;width: 94%;}
    .bsi_new_book_vip_coldes article {padding-top: 3.2vw;padding-bottom: 2.1vw;}
    .bsi_new_book_vip_coldes article p {font-size: 3.3vw;line-height: 1.45;letter-spacing: 0.1vw;}
    .bsi_new_book_vip_coldes article p br { }
    .bsi_new_book_vip_coldes .kj_button { }
    .bsi_new_book_vip_coldes .kj_button.style1 {padding-bottom: 6.3vw;}
    .bsi_new_book_vip_coldes .kj_button a {padding: 3.4vw 2.083vw 3.2vw 2.3vw;line-height: normal;font-size: 3.972vw;letter-spacing: 0.33vw;font-weight: 400;}
    .bsi_new_book_vip_coldes .kj_button a:hover{ }
}


.si_slider_text2{  
  max-width: 976px;
  margin: 0px auto;
  font-size:16px;
}
.si_slider_text2 h4{
    color: #FFF;
}
.si_slider_text2 b,
.si_slider_text2 strong{
    color:#FF5700;
}




.section--logo_list{
  padding-top: 7vw;
  padding-bottom: 8vw;
}
.section--logo_list .container{
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  width: 83.333VW;
}
.section--logo_list h2{
  text-transform: uppercase;
  color: #ff5700;
  font-size: 6.875vw;
  line-height: 1;
  margin-bottom: 4vw;
}
.section--logo_list .col-md-8{
  width: 100%;
}
.section--logo_list .col-sm-2{
  width:100%;
}
.section--logo_list .img-fluid{
  width: calc(100% - 19vw);
  margin: 0 9.5vw;
}
.section--logo_list .col-sm-2 + .col-sm-2{
  display:none;
}

@media (max-width: 768px){
  .section--logo_list{
    padding-top: 13vw;
    padding-bottom: 14vw;
  }
  .section--logo_list h2{
    font-size: 8.5vw !important;
  }
  .section--logo_list .container{
    padding:0;
    width: 86vw;
  }
  .section--logo_list .col-md-8{
    padding:0;
  }
  .section--logo_list .col-sm-2{
    padding:0;
  }
  .section--logo_list .col-sm-2{
    display:none;
  }
  .section--logo_list .col-sm-2 + .col-sm-2{
    display:block;
    text-align: center;
  }
  .section--logo_list .img-fluid{
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}


.s4.that_not_all{
  padding-top: 7vw !important;
}
.s4.that_not_all .section_inner{
  width: 87.7vw;
}
.s4.that_not_all .si_right{
  padding-right: 2.4vw;
}
.s4.that_not_all .si_left{z-index: 2;}
.s4.that_not_all .si_right{
  width: 42.3%;
}
.s4.that_not_all .si_left h2{
  width: calc(100% + 14vw);
  z-index: 2;
  letter-spacing: 0.15vw;
}
.s4.that_not_all .si_left article .article_inner:before{
  width: 92%;
}
.s4.that_not_all .si_right:after{
  top: 8.8VW;
  height: 40.5VW;
}
.s4.that_not_all .si_left article{
  padding-top: 7.278vw;
  padding-left: 7.722VW;
}
@media (max-width: 768px){
  .s4.that_not_all .section_inner{
    width:100%;
  }
  .s4.that_not_all{
    padding-bottom: 5vw;
    background-color: #e6e5dc !important;
  }
  .s4.that_not_all .si_left article{
    padding-top: 3.278vw;
    padding-left: 0;
  }
}





.s6.what_we_cover{
  padding-top: 6.55vw;
  padding-bottom: 4.1vw;
}
.s6.what_we_cover .section_inner{
  width: 88vw;
}
.s6.what_we_cover .si_left{
  width: 42.3%;
}
.s6.what_we_cover .si_right{
  padding-top: 0VW;
  width: 52.2%;
}
.s6.what_we_cover .si_left:after{
  top: 6.2vw;
  height: 33.3vw;
}
.s6.what_we_cover .si_right h2{
    /* font-size: 3.5vw; */
    margin-left: 0;
    /* letter-spacing: 0.22vw; */
    margin-top: -2vw;
}
.s6.what_we_cover .si_right article{
  padding-top: 2vw;
  padding-right: 0vw;
}
@media (max-width: 768px){
    .s6.what_we_cover .si_left{
      width:100%;
    }
    .s6.what_we_cover .si_right{
      width:100%;
    }
    .s6.what_we_cover .section_inner{
      width: 100%;
    }
    .s6.what_we_cover .si_right article{
      padding-right: 0;
      padding-top: 8vw;
    }
    .s6.what_we_cover .si_right h2{
      font-size: 10.5vw;
    }
    .s6.what_we_cover article ul{
      position: relative;
      padding-left: 0;
    }
    .s6 .si_right h2 span{
      margin-left: 0;
    }
    .s6.what_we_cover{
      padding-top: 12.55vw;
      padding-bottom: 6.1vw;
    }
}



.s16{
  background-color:#252525;
  padding-top: 5.3vw;
  padding-bottom: 6.65vw;
}
.s16 .section_inner{
  width: 65.2vw;
}
.s16 h2{
  color:#ff5700;
  margin-bottom: -3.2vw;
  font-size: 6.875vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05vw;
  /* margin-left: -10vw; */
  /* margin-right: -10vw; */
  padding-left: 5vw;
  padding-right: 5vw;
}
.s16_box{
  background-color: #E6E5DC;
  padding-top: 5.4vw;
}
.s16_content{
  text-align: center;
  color:#000;
  position:relative;
  margin-left: 11.8vw;
  margin-right: 11.8vw;
  font-size: 1.042vw;
  letter-spacing: 0.04vw;
  line-height: 1.5;
}
.s16_content:before{
  content:"";
  position:absolute;
  top: -0.8vw;
  left: -2.7vw;
  font-family: Vanitas !important;
  height:2.2vw;
  width:3vw;
  line-height: 1;
  color: #F1A377;
  background-size:contain;
  background-repeat:no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 80 69' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-174,77)'%3E%3Cg transform='matrix(288,0,0,288,163.99,124.969)'%3E%3Cpath d='M0.295,-0.698L0.295,-0.692C0.293,-0.691 0.29,-0.689 0.287,-0.687C0.283,-0.685 0.277,-0.68 0.268,-0.673C0.259,-0.666 0.252,-0.659 0.245,-0.651C0.238,-0.643 0.232,-0.632 0.226,-0.619C0.221,-0.606 0.218,-0.592 0.218,-0.578C0.218,-0.568 0.219,-0.56 0.222,-0.553C0.224,-0.546 0.226,-0.541 0.229,-0.538L0.233,-0.535C0.233,-0.536 0.234,-0.538 0.236,-0.54C0.238,-0.542 0.241,-0.544 0.247,-0.548C0.253,-0.551 0.26,-0.553 0.267,-0.553C0.278,-0.553 0.288,-0.549 0.296,-0.541C0.304,-0.533 0.308,-0.523 0.308,-0.511C0.308,-0.499 0.304,-0.489 0.296,-0.481C0.287,-0.472 0.276,-0.468 0.261,-0.468C0.241,-0.468 0.224,-0.476 0.211,-0.492C0.198,-0.508 0.192,-0.529 0.192,-0.556C0.192,-0.575 0.195,-0.593 0.202,-0.61C0.209,-0.627 0.218,-0.64 0.228,-0.651C0.238,-0.661 0.248,-0.67 0.258,-0.677C0.268,-0.685 0.277,-0.69 0.284,-0.693L0.295,-0.698ZM0.147,-0.698L0.147,-0.692C0.145,-0.691 0.142,-0.689 0.139,-0.687C0.135,-0.685 0.129,-0.68 0.12,-0.673C0.111,-0.666 0.104,-0.659 0.097,-0.651C0.09,-0.643 0.084,-0.632 0.078,-0.619C0.073,-0.606 0.07,-0.592 0.07,-0.578C0.07,-0.568 0.071,-0.56 0.074,-0.553C0.076,-0.546 0.078,-0.541 0.081,-0.538L0.085,-0.535C0.085,-0.536 0.086,-0.538 0.088,-0.54C0.09,-0.542 0.093,-0.544 0.099,-0.548C0.105,-0.551 0.112,-0.553 0.118,-0.553C0.13,-0.553 0.14,-0.549 0.148,-0.541C0.156,-0.533 0.16,-0.523 0.16,-0.511C0.16,-0.499 0.156,-0.489 0.148,-0.481C0.139,-0.472 0.128,-0.468 0.113,-0.468C0.093,-0.468 0.076,-0.476 0.063,-0.492C0.05,-0.508 0.043,-0.529 0.043,-0.556C0.043,-0.575 0.047,-0.593 0.054,-0.61C0.061,-0.627 0.07,-0.64 0.08,-0.651C0.09,-0.661 0.1,-0.67 0.11,-0.677C0.12,-0.685 0.129,-0.69 0.136,-0.693L0.147,-0.698Z' style='fill:rgb(241,163,119);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.s16_content:after{
  content:" ";
  position:absolute;
  bottom: -0.8vw;
  right: 0.5vw;
  font-family: Vanitas !important;
  height:2.2vw;
  width:3vw;
  line-height: 1;
  color: #F1A377;
   background-size:contain;
  background-repeat:no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 80 69' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-174,77)'%3E%3Cg transform='matrix(288,0,0,288,163.99,124.969)'%3E%3Cpath d='M0.295,-0.698L0.295,-0.692C0.293,-0.691 0.29,-0.689 0.287,-0.687C0.283,-0.685 0.277,-0.68 0.268,-0.673C0.259,-0.666 0.252,-0.659 0.245,-0.651C0.238,-0.643 0.232,-0.632 0.226,-0.619C0.221,-0.606 0.218,-0.592 0.218,-0.578C0.218,-0.568 0.219,-0.56 0.222,-0.553C0.224,-0.546 0.226,-0.541 0.229,-0.538L0.233,-0.535C0.233,-0.536 0.234,-0.538 0.236,-0.54C0.238,-0.542 0.241,-0.544 0.247,-0.548C0.253,-0.551 0.26,-0.553 0.267,-0.553C0.278,-0.553 0.288,-0.549 0.296,-0.541C0.304,-0.533 0.308,-0.523 0.308,-0.511C0.308,-0.499 0.304,-0.489 0.296,-0.481C0.287,-0.472 0.276,-0.468 0.261,-0.468C0.241,-0.468 0.224,-0.476 0.211,-0.492C0.198,-0.508 0.192,-0.529 0.192,-0.556C0.192,-0.575 0.195,-0.593 0.202,-0.61C0.209,-0.627 0.218,-0.64 0.228,-0.651C0.238,-0.661 0.248,-0.67 0.258,-0.677C0.268,-0.685 0.277,-0.69 0.284,-0.693L0.295,-0.698ZM0.147,-0.698L0.147,-0.692C0.145,-0.691 0.142,-0.689 0.139,-0.687C0.135,-0.685 0.129,-0.68 0.12,-0.673C0.111,-0.666 0.104,-0.659 0.097,-0.651C0.09,-0.643 0.084,-0.632 0.078,-0.619C0.073,-0.606 0.07,-0.592 0.07,-0.578C0.07,-0.568 0.071,-0.56 0.074,-0.553C0.076,-0.546 0.078,-0.541 0.081,-0.538L0.085,-0.535C0.085,-0.536 0.086,-0.538 0.088,-0.54C0.09,-0.542 0.093,-0.544 0.099,-0.548C0.105,-0.551 0.112,-0.553 0.118,-0.553C0.13,-0.553 0.14,-0.549 0.148,-0.541C0.156,-0.533 0.16,-0.523 0.16,-0.511C0.16,-0.499 0.156,-0.489 0.148,-0.481C0.139,-0.472 0.128,-0.468 0.113,-0.468C0.093,-0.468 0.076,-0.476 0.063,-0.492C0.05,-0.508 0.043,-0.529 0.043,-0.556C0.043,-0.575 0.047,-0.593 0.054,-0.61C0.061,-0.627 0.07,-0.64 0.08,-0.651C0.09,-0.661 0.1,-0.67 0.11,-0.677C0.12,-0.685 0.129,-0.69 0.136,-0.693L0.147,-0.698Z' style='fill:rgb(241,163,119);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transform:rotate(180deg);
}
.s16_name{
  text-align: center;
  color: #ff5700;
  font-size: 1.3vw;
  font-weight: bold;
  padding-top: 1.5vw;
  letter-spacing: 0.15vw;
}
.s16_video{
  padding-top: 2.9vw;
  padding-left: 9.8vw;
  padding-right: 9.8vw;
  padding-bottom: 4.5vw;
}
@media (max-width: 768px){
  .s16{
    padding-top: 12.3vw;
    padding-bottom: 10.65vw;
  }
  .s16 h2{
    font-size: 10.5vw;
    margin-bottom: -5.2vw;
  }
  .s16 .section_inner{
    width: 86vw;
  }
  .s16_box{
    
  }
  .s16_content{
    font-size: 3.8vw;
    letter-spacing: 0.1vw;
    margin-left: 12.8vw;
    margin-right: 12.8vw;
  }
  .s16_content:before{
    height: 7.2vw;
    width: 8vw;
    top: -1.8vw;
    left: -8.5vw;
  }
  .s16_content:after{
    height: 7.2vw;
    width: 8vw;
    bottom: -2.8vw;
    right: -4.5vw;
  }
  .s16_content p{

  }
  .s16_name{
    font-size: 3.8vw;
    letter-spacing: 0.1vw;
    padding-top: 1.5vw;
  }
  .s16_video{
    padding-top: 4.9vw;
    padding-left: 6.8vw;
    padding-right: 6.8vw;
    padding-bottom: 2.5vw;
  }
}







.s17{
  background-color:#252525;
  padding-top: 7.3vw;
  padding-bottom: 8.3vw;
}
.s17 .section_inner{
  width: 90.2vw;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.s17 h2{
  color:#ff5700;
  margin-bottom: 6vw;
  /* font-size: 4.5vw; */
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05vw;
  width: 100%;
}
.s17 h2 span{
  transform: translateY(43%);
  display: inline-block;
}
.s17_box{
  width: 47.6%;
}
.s17_box_in{
  padding-top: 3.7vw;
  background-color: #E6E5DC;
}
.s17_box+.s17_box{
  margin-top: 10.2vw;
}
.s17_content{
  text-align: center;
  color:#000;
  position:relative;
  margin-left: 5.1vw;
  margin-right: 3.8vw;
  font-size: 1.042vw;
  letter-spacing: 0.04vw;
  line-height: 1.5;
}
.s17_content:before{
  content:"";
  position:absolute;
  top: -1.7vw;
  left: -1.5vw;
  font-family: Vanitas !important;
  height:2.2vw;
  width:3vw;
  line-height: 1;
  color: #F1A377;
  background-size:contain;
  background-repeat:no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 80 69' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-174,77)'%3E%3Cg transform='matrix(288,0,0,288,163.99,124.969)'%3E%3Cpath d='M0.295,-0.698L0.295,-0.692C0.293,-0.691 0.29,-0.689 0.287,-0.687C0.283,-0.685 0.277,-0.68 0.268,-0.673C0.259,-0.666 0.252,-0.659 0.245,-0.651C0.238,-0.643 0.232,-0.632 0.226,-0.619C0.221,-0.606 0.218,-0.592 0.218,-0.578C0.218,-0.568 0.219,-0.56 0.222,-0.553C0.224,-0.546 0.226,-0.541 0.229,-0.538L0.233,-0.535C0.233,-0.536 0.234,-0.538 0.236,-0.54C0.238,-0.542 0.241,-0.544 0.247,-0.548C0.253,-0.551 0.26,-0.553 0.267,-0.553C0.278,-0.553 0.288,-0.549 0.296,-0.541C0.304,-0.533 0.308,-0.523 0.308,-0.511C0.308,-0.499 0.304,-0.489 0.296,-0.481C0.287,-0.472 0.276,-0.468 0.261,-0.468C0.241,-0.468 0.224,-0.476 0.211,-0.492C0.198,-0.508 0.192,-0.529 0.192,-0.556C0.192,-0.575 0.195,-0.593 0.202,-0.61C0.209,-0.627 0.218,-0.64 0.228,-0.651C0.238,-0.661 0.248,-0.67 0.258,-0.677C0.268,-0.685 0.277,-0.69 0.284,-0.693L0.295,-0.698ZM0.147,-0.698L0.147,-0.692C0.145,-0.691 0.142,-0.689 0.139,-0.687C0.135,-0.685 0.129,-0.68 0.12,-0.673C0.111,-0.666 0.104,-0.659 0.097,-0.651C0.09,-0.643 0.084,-0.632 0.078,-0.619C0.073,-0.606 0.07,-0.592 0.07,-0.578C0.07,-0.568 0.071,-0.56 0.074,-0.553C0.076,-0.546 0.078,-0.541 0.081,-0.538L0.085,-0.535C0.085,-0.536 0.086,-0.538 0.088,-0.54C0.09,-0.542 0.093,-0.544 0.099,-0.548C0.105,-0.551 0.112,-0.553 0.118,-0.553C0.13,-0.553 0.14,-0.549 0.148,-0.541C0.156,-0.533 0.16,-0.523 0.16,-0.511C0.16,-0.499 0.156,-0.489 0.148,-0.481C0.139,-0.472 0.128,-0.468 0.113,-0.468C0.093,-0.468 0.076,-0.476 0.063,-0.492C0.05,-0.508 0.043,-0.529 0.043,-0.556C0.043,-0.575 0.047,-0.593 0.054,-0.61C0.061,-0.627 0.07,-0.64 0.08,-0.651C0.09,-0.661 0.1,-0.67 0.11,-0.677C0.12,-0.685 0.129,-0.69 0.136,-0.693L0.147,-0.698Z' style='fill:rgb(241,163,119);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.s17_content:after{
  content:" ";
  position:absolute;
  bottom: -0.8vw;
  right: 4.2vw;
  font-family: Vanitas !important;
  height:2.2vw;
  width:3vw;
  line-height: 1;
  color: #F1A377;
  background-size:contain;
  background-repeat:no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 80 69' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-174,77)'%3E%3Cg transform='matrix(288,0,0,288,163.99,124.969)'%3E%3Cpath d='M0.295,-0.698L0.295,-0.692C0.293,-0.691 0.29,-0.689 0.287,-0.687C0.283,-0.685 0.277,-0.68 0.268,-0.673C0.259,-0.666 0.252,-0.659 0.245,-0.651C0.238,-0.643 0.232,-0.632 0.226,-0.619C0.221,-0.606 0.218,-0.592 0.218,-0.578C0.218,-0.568 0.219,-0.56 0.222,-0.553C0.224,-0.546 0.226,-0.541 0.229,-0.538L0.233,-0.535C0.233,-0.536 0.234,-0.538 0.236,-0.54C0.238,-0.542 0.241,-0.544 0.247,-0.548C0.253,-0.551 0.26,-0.553 0.267,-0.553C0.278,-0.553 0.288,-0.549 0.296,-0.541C0.304,-0.533 0.308,-0.523 0.308,-0.511C0.308,-0.499 0.304,-0.489 0.296,-0.481C0.287,-0.472 0.276,-0.468 0.261,-0.468C0.241,-0.468 0.224,-0.476 0.211,-0.492C0.198,-0.508 0.192,-0.529 0.192,-0.556C0.192,-0.575 0.195,-0.593 0.202,-0.61C0.209,-0.627 0.218,-0.64 0.228,-0.651C0.238,-0.661 0.248,-0.67 0.258,-0.677C0.268,-0.685 0.277,-0.69 0.284,-0.693L0.295,-0.698ZM0.147,-0.698L0.147,-0.692C0.145,-0.691 0.142,-0.689 0.139,-0.687C0.135,-0.685 0.129,-0.68 0.12,-0.673C0.111,-0.666 0.104,-0.659 0.097,-0.651C0.09,-0.643 0.084,-0.632 0.078,-0.619C0.073,-0.606 0.07,-0.592 0.07,-0.578C0.07,-0.568 0.071,-0.56 0.074,-0.553C0.076,-0.546 0.078,-0.541 0.081,-0.538L0.085,-0.535C0.085,-0.536 0.086,-0.538 0.088,-0.54C0.09,-0.542 0.093,-0.544 0.099,-0.548C0.105,-0.551 0.112,-0.553 0.118,-0.553C0.13,-0.553 0.14,-0.549 0.148,-0.541C0.156,-0.533 0.16,-0.523 0.16,-0.511C0.16,-0.499 0.156,-0.489 0.148,-0.481C0.139,-0.472 0.128,-0.468 0.113,-0.468C0.093,-0.468 0.076,-0.476 0.063,-0.492C0.05,-0.508 0.043,-0.529 0.043,-0.556C0.043,-0.575 0.047,-0.593 0.054,-0.61C0.061,-0.627 0.07,-0.64 0.08,-0.651C0.09,-0.661 0.1,-0.67 0.11,-0.677C0.12,-0.685 0.129,-0.69 0.136,-0.693L0.147,-0.698Z' style='fill:rgb(241,163,119);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transform:rotate(180deg);
}
.s17_name{
  text-align: center;
  color: #ff5700;
  font-size: 1.3vw;
  font-weight: bold;
  padding-top: 0.5vw;
  letter-spacing: 0.15vw;
}
.s17_video{
  padding-top: 2.5vw;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-bottom: 2.2vw;
}
.s17_box_2nd .s17_content:before{
  top: -1.8vw;
  left: -1.1vw;
}
.s17_box_2nd .s17_content:after{
  bottom: -0.6vw;
  right: 4.74vw;
}
.s17_box_2nd .s17_name{
  padding-top: 2.5vw;
}

@media (max-width: 768px){
  .s17{
    padding-top: 12.3vw;
    padding-bottom: 10.65vw;
  }
  .s17 h2{
    font-size: 10.5vw;
  }
  .s17 h2 span{
    transform: unset;
  }
  .s17 .section_inner{
    width: 86vw;
  }
  .s17_box{
    width:100%;
  }
  .s17_content{
    font-size: 3.8vw;
    letter-spacing: 0.1vw;
    margin-left: 12.8vw;
    margin-right: 12.8vw;
  }
  .s17_content:before{
    height: 7.2vw;
    width: 8vw;
    top: -1.8vw;
    left: -8.5vw;
  }
  .s17_content:after{
    height: 7.2vw;
    width: 8vw;
    bottom: -2.8vw;
    right: -4.5vw;
  }
  .s17_content p{

  }
  .s17_name{
    font-size: 3.8vw;
    letter-spacing: 0.1vw;
    padding-top: 1.5vw;
  }
  .s17_video{
    padding-top: 4.9vw;
    padding-left: 6.8vw;
    padding-right: 6.8vw;
    padding-bottom: 2.5vw;
  }
  .s17_box_2nd .s17_content:before{
    top: -1.8vw;
    left: -8.5vw;
  }
  .s17_box_2nd .s17_content:after{
    
bottom: -4.6vw;
    
right: -4.26vw;
  }
}




/*
    Section 16
-------------------------------------------*/
.bsi16{
    background-color: #262626;
    padding-left: 12.7vw;
    padding-right: 12.7vw;
    padding-top: 5.6vw;
    padding-bottom: 9vw;
}
.bsi16 h2{
    text-align: center;
    /* display: none; */
    margin-bottom: 6vw;
    color: #FF610F;
    text-transform: uppercase;
}
.bsi16 h3{
    margin: 0;
    text-align: center;
    font-size: 4.2vw;
    padding-top: 0.5vw;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 2.5vw;
    color: #000000;
}
.bsi16 h4{
    margin: 0;
    text-align: center;
    font-family: 'Proxima Nova B';
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    font-size: 1.042VW;
    letter-spacing: 0.2vw;
    border-bottom: solid 1px;
    padding-bottom: 1.2vw;
}
.bsi16 h4 span{
    display: inline-block;
    padding-right: 1vw;
}
.bsi16_boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bsi16_box{
    width: 45.9%;
    background-color: transparent;
    padding: 4vw 4vw;
    position: relative;
    padding-bottom: 10vw;
}
.bsi16_box_des{
  /* line-height: 1; */
  font-size: 1.042vw;
  min-height: 20vw;
}
.bsi16_box_des img{
  margin-top: 0;
  margin-bottom: 0;
}
.bsi16_box *{
  position:relative;
  z-index: 2;
}
.bsi16_box em svg{
  width: 1.2vw;
  height: auto;
  transform: rotate(180deg);
  transition: all 0.5s ease;
  cursor: pointer;
}
.bsi16_box .active em svg{
  transform: rotate(0deg);
}
.bsi16_box:before{
   content:" ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #E6E5DC;
  z-index: 1;
}
.bsi16_box:after{
  content:" ";
  position: absolute;
  width: 25vw;
  height: 27.7vw;
  left: -2.4vw;
  top: -2.3vw;
  background-color: #E0F58B;
  z-index: 0;
}
.bsi16_box + .bsi16_box:before{
  background-color: #FFFFFF;
}
.bsi16_box + .bsi16_box:after{
  background-color: #F8D1BC;
  left: unset;
  top: unset;
  bottom: -2.3vw;
  right: -2.4vw;
}
.bsi16_box_content{
  padding-top: 3vw;
  padding-left: 2.15vw;
  padding-right: 0vw;
  font-size: 1.094VW;
  line-height: 1.2;
  letter-spacing: 0.03vw;
  display: none;
}
.bsi16 ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bsi16 ul li{
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 1.5vw;
  padding-left: 1.4vw;
}
.bsi16 ul li:before{
  content:" ";
  width: 0.6vw;
  height: 1px;
  left: 0;
  top: 0.6vw;
  position: absolute;
  background-color: #000;
}
.bsi16 .kj_button{
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 4.2vw;
}
.bsi16 .kj_button a{
    margin: 0;
    background-color: #CAEE01;
    font-size: 0.885VW;
    letter-spacing: 0.17vw;
    width: 22vw;
}
@media (max-width: 768px){
  .bsi16_box_des{
    font-size:3.8vw;
  }
   .bsi16{
      padding-left: 12.7vw;
      padding-right: 12.7vw;
      padding-top: 12.6vw;
      padding-bottom: 8vw;
  }
  .bsi16 h2{
      text-align: center;
      /* display: none; */
      margin-bottom: 13vw;
  }
  .bsi16 h3{
      font-size: 9.3vw;
      margin-bottom: 4.5vw;
  }
  .bsi16 h4{
      font-size: 3.4vw;
      padding-bottom: 3.2vw;
  }
  .bsi16 h4 span{
      display: inline-block;
      padding-right: 1vw;
  }
  .bsi16_boxes{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .bsi16_box{
      width: 100%;
      padding: 8vw;
      padding-bottom: 25vw;
      margin-bottom: 10vw;
  }
  .bsi16_box em svg{
    width: 3.5vw;
  }
  .bsi16_box:after{
    width: 55vw;
    height: 61.7vw;
    left: -5.4vw;
    top: -5.3vw;
  }
  .bsi16_box + .bsi16_box:after{
    bottom: -5.3vw;
    right: -5.4vw;
  }
  .bsi16_box_content{
    font-size: 3.8vw;
    padding-top: 6vw;
    padding-left: 0;
  }
  .bsi16 ul li{
    margin-bottom: 3.5vw;
    padding-left: 4.4vw;
  }
  .bsi16 ul li:before{
    width: 1.6vw;
    top: 1.8vw;
  }
  .bsi16 .kj_button{
      bottom: 7.2vw;
  }
  .bsi16 .kj_button a{
      width: 62vw;
      padding: 3.4vw 2.083vw 3.2vw 2.3vw;
      line-height: normal;
      font-size: 3.972vw;
      letter-spacing: 0.33vw;
      font-weight: 400;
  } 
}