@font-face {
    font-family: 'Editor\'s Note';
    src: url('editorsnote-light.eot');
    src: url('editorsnote-light.eot?#iefix') format('embedded-opentype'),
        url('editorsnote-light.woff2') format('woff2'),
        url('editorsnote-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Editor\'s Note';
    src: url('editorsnote-lightitalic.eot');
    src: url('editorsnote-lightitalic.eot?#iefix') format('embedded-opentype'),
        url('editorsnote-lightitalic.woff2') format('woff2'),
        url('editorsnote-lightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Editor\'s Note';
    src: url('editorsnote-thinitalic.eot');
    src: url('editorsnote-thinitalic.eot?#iefix') format('embedded-opentype'),
        url('editorsnote-thinitalic.woff2') format('woff2'),
        url('editorsnote-thinitalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Editor\'s Note';
    src: url('editorsnote-italic.eot');
    src: url('editorsnote-italic.eot?#iefix') format('embedded-opentype'),
        url('editorsnote-italic.woff2') format('woff2'),
        url('editorsnote-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Editor\'s Note';
    src: url('editorsnote-thin.eot');
    src: url('editorsnote-thin.eot?#iefix') format('embedded-opentype'),
        url('editorsnote-thin.woff2') format('woff2'),
        url('editorsnote-thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Editor\'s Note';
    src: url('editorsnote-regular.eot');
    src: url('editorsnote-regular.eot?#iefix') format('embedded-opentype'),
        url('editorsnote-regular.woff2') format('woff2'),
        url('editorsnote-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('neuemontreal-regular.eot');
    src: url('neuemontreal-regular.eot?#iefix') format('embedded-opentype'),
        url('neuemontreal-regular.woff2') format('woff2'),
        url('neuemontreal-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'River Jade';
    src: url('riverjade.eot');
    src: url('riverjade.eot?#iefix') format('embedded-opentype'),
        url('riverjade.woff2') format('woff2'),
        url('riverjade.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*
font-family: "heebo", sans-serif;
font-weight: 500;
font-style: normal;
*/
/* Start Style */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 1.02vw;
  line-height: 1.54;
  color: #000000;
  font-family: "work-sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.0357vw;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-family: 'Editor\'s Note';
}
h1 {
  font-size: 3.09vw;
  line-height: 1.098;
  letter-spacing: 0.016vw;
  color: #232226;
}

h2 {
  font-size: 3.1vw;
  line-height: 1.098;
  letter-spacing: 0.01vw;
  color: #232226;
  margin: 0px;
}

h3 {
  font-size: 3.1vw;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: 0.02vw;
  color: #000000;
}

h4 {
  font-size: 1.6vw;
  /* font-weight: normal; */
  line-height: 1.16;
  letter-spacing: 0.06vw;
}

h5 {
  line-height: normal;
  color: #232226;
  position: relative;
  font-size: 2.1vw;
  letter-spacing: 0.1vw;
}

a:hover {
    -webkit-filter: unset !important;
    filter: unset !important;
}

.cls-1 {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
}

input[type="submit"] {
  display: inline-block;
  font-stretch: normal;
  font-style: normal;
  border: 0;
  cursor: pointer;
  position: relative;
  background-color: #588791;
}

input[type="submit"]::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.site_button:hover:before,
input[type="submit"]::before {
  width: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 1.389vw;
}

p:last-child {
  margin-bottom: 0;
}

mark {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #1d1d1b 14%, #1d1d1b 98%);
  background-repeat: no-repeat;
  background-size: 113% 85%;
  background-position: 0% 88%;
  color: inherit;
}

.mobile_only {
  display: none !important;
}

.m {
  display: none !important;
}

section {
  position: relative;
}
.section_inner {
  width: 100%;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
}

.g_button {
  display: inline-block;
  background-color: #cdfa52;
  font-family: "Nunito Sans";
  font-weight: bold;
  text-transform: uppercase;
  color: #1d1d1b;
  padding: 0.66vw 3.802vw;
  font-size: 0.833vw;
  letter-spacing: 0.063vw;
  border: 1px solid #1d1d1b;
  position: relative;
  z-index: 2;
  line-height: 1;
}

.g_button:before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s ease;
}
.g_button:hover {
  -webkit-filter: unset !important;
  filter: unset !important;
}
.g_button:hover:before {
  width: 100%;
}

.mobile_only {
  display: none;
}

@media (max-width: 1440px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 1140px) {

}
@media (max-width: 768px) {
  body {
    font-size: 4.6vw;
    letter-spacing: 0.03vw;
    line-height: 1.5;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  }
  h1 {
    font-size: 7.1vw;
    letter-spacing: -0.06vw;
    line-height: 1.052;
  }

  h2 {
    font-size: 7.1vw;
    letter-spacing: 0.034vw;
  }

  h3 {
    font-size: 7.7vw;
    letter-spacing: 0.02vw;
    line-height: 1.16;
  }

  h4 {
    font-size: 4.8vw;
    letter-spacing: 0.16vw;
  }

  h5 {
    font-size: 5vw;
    letter-spacing: 0.64vw;
    line-height: 1.45;
  }
  .g_button {
    font-size: 2.833vw;
    letter-spacing: 0.09vw;
    padding: 2vw 9.9vw 2.7vw 9.6vw;
  }
  .g_button:hover {
  }
}
/*
    Header
------------------------------*/
.lp_header{
    /* position: absolute; */
    /* top: 0px; */
    display: block;
    width: 100%;
    z-index: 1;
    position: relative;
}
.lp_section_header{
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
    z-index: 1;
    height: auto;
    left: 0vw;
    z-index: 9999;
}
.lp_section_header.active{
    position: fixed;
    transition: all 1s ease;
}
.lp_header .section_inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 1.302vw;
  padding-left: 2.47vw;
  padding-right: 3.438vw;
  padding-top: 3.97vw;
}

.lp_header_left {
  width: 40%;
  padding-top: 0vw;
  padding-left: 0vw;
  order: 1;
}

.lp_header_right {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* flex-direction: column; */
  /* justify-content: flex-start; */
  width: 40%;
  text-align: right;
  padding-top: 0vw;
  margin-top: 0vw;
  order: 3;
}

.lp_header_right ul,
.lp_header_left ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* margin-top: -0.417vw; */
  width: auto;
  display: inline-block;
  position: relative;
  z-index: 999;
}

.lp_header_right li,
.lp_header_left li{
  display: inline-block;
  margin: 0;
  padding-right: 0.58vw;
  padding-left: 0vw;
}

.lp_header_right li a,
.lp_header_left li a{
  display: block;
  position: relative;
  font-size: 0.734vw;
  line-height: 2;
  letter-spacing: 0.263vw;
  text-align: left;
  color: #232226;
  text-transform: uppercase;
  font-family: "heebo", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-left: 2vw;
}

.responsive-menu ul li a:after,
.lp_header_right li a:after,
.lp_header_left li a:after{
  content: " ";
  width: 98%;
  height: 2px;
  opacity: 0;
  position: absolute;
  bottom: 1px;
  left: 0px;
  z-index: -1;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  background-color: #cdfa52;
  display: none;
}

.lp_header li a span.icon{
    position: absolute;
    top: -0.1vw;
    left: -0.22vw;
    width: 1.2vw;
    display: block;
    height: 1.2vw;
}
.lp_header li a span.icon svg{
    width: 1.2vw;
    display: block;
    height: 1.2vw;
}

.lp_header_left li{
    padding-right: 2vw;
}
.lp_header_left li a span.icon{
    opacity: 0;
    display: none;
}
.lp_header_left li a:hover span.icon{
    opacity: 1;
}
.lp_header_left li a:hover span.icon svg{}

.responsive-menu ul li a:after {
  bottom: -1px;
}

.lp_header li a:hover{
    -webkit-filter: unset;
    filter: unset;
}

.responsive-menu ul li a:hover:after,
.lp_header_right li a:hover:after {
  opacity: 1;
}

.responsive-menu ul li a {
  display: inline-block;
  padding: 0 0px;
}

.responsive-menu ul li.pf4_user_menu_item {
  margin-bottom: 0vw;
}

.responsive-menu ul li.pf4_user_menu_item .user img.user__avatar {
  display: none;
}

.responsive-menu ul li.pf4_user_menu_item .user .user__dropdown a {
  display: block;
  margin-bottom: 25px;
}

.lp_header_left li a .text{
    position: relative;
}
.lp_header_left li a .text:before{
    content: "";
    width: 0;
    height: 1px;
    left: 0px;
    bottom: 0.16vw;
    position: absolute;
    background-color: rgb(25, 20, 20);
    opacity: 0;
    transition: 0.45s;
}
.lp_header_left li a:hover .text::before {
  opacity: 1;
  width: 100%;
}


.lp_header_center{
    width: 20%;
    height: auto;
    position: relative;
    top: 0vw;
    left: 0vw;
    padding-top: 0vw;
    padding-left: 5.5vw;
    padding-right: 4.56vw;
    order: 2;
    margin-top: -1.5vw;
}
.lp_header_center .logo{
    display: block;
    text-align: center;
}
.lp_header_center .logo a{
    display: inline-block;
}
.lp_header_center .logo a svg{
    width: 100%;
    height: auto;
}

.lp_header_center .logo a:hover{
    -webkit-filter: unset;
    filter: unset;
}


.lp_section_header.active .lp_header .section_inner{
    padding-top: 1.97vw;
    padding-bottom: 1.97vw;
    background-color: #FFF;
}
.lp_section_header.active .lp_header_center{
    /* text-align: center; */
    padding-top: 1.2vw;
    margin-top: -2vw;
    margin-bottom: -1vw;
}
.lp_section_header.active .lp_header_center .logo{/* transform: translateX(41.5vw); *//* text-align: center; */}
.lp_section_header.active .lp_header_center .logo a{}
.lp_section_header.active .lp_header_center .logo a svg{
    /* transition: width 1s ease; */
    width: 6vw;
}
@media (max-width: 1440px) {
    
}

@media (max-width: 1140px) {
    .lp_header_left  li a,
    .lp_header_right li a {
        font-size: 1vw;
    }

    .lp_header li a span.icon {
        position: absolute;
        top: 0.26vw;
    }
}

@media (max-width: 1024px) {
  .lp_header_left {
    padding-left: 0vw;
    /* width: 80%; */
  }
  .lp_header_right {
    padding-left: 0;
    padding-top: 0vw;
  }

  .lp_header_right li a {
    /* font-size: 1.5vw; */
  }
}

@media (max-width: 768px) {
  .lp_header_left {
    padding-left: 0.1vw;
    width: 80%;
    padding-top: 0vw;
    /* display: none; */
    opacity: 0;
    display: none;
  }
    .responsive-menu .lp_header_left{
        display: block;
        opacity: 1;
    }
  .lp_header .section_inner {
    position: relative;
    padding-bottom: 6.5vw;
    padding-left: 3.8vw;
    padding-right: 4vw;
    padding-top: 4.5vw;
    /* height: 15.3vw; */
  }

  .lp_header_right {
    text-align: right;
    width: 20%;
  }
.lp_header_left a{
    display: inline-block;
}
.lp_header_left a svg{
    width: 44.9vw;
    height: auto;
}
.responsive-menu .lp_header .section_inner{
    height: auto;
    background-color: transparent !important;
    padding-top: 11.33vw !important;
}
.lp_header_center{
    padding-top: 1.6vw;
    padding-left: 0.9vw;
    padding-right: 4vw;
    width: 80%;
}
.lp_header_center .logo{
    text-align: left;
}
.lp_header_center .logo a{}
.lp_header_center .logo a svg{
    width: 28.7vw;
}
.lp_section_header.active .lp_header_center .logo {
    transform: translateX(0vw);
}
.lp_section_header.active .lp_header .section_inner {
    padding-top: 3.97vw;
    padding-bottom: 4.97vw;
    background-color: #FFF;
}
.lp_section_header.active .lp_header_center{
    text-align: left;
    padding-top: 0vw;
    margin-top: -0.9vw;
    margin-bottom: -2.96vw;
}
.lp_section_header.active .lp_header_center .logo a{
    
}
.lp_section_header.active .lp_header_center .logo a svg{
    width: 18vw;
}
}

/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
  display: none;
}

.responsive-menu-hand svg {
  width: 100%;
  height: 100%;
}

.responsive-menu-close {
  clear: both;
  height: 7vw;
  width: 7vw;
  display: block;
  position: absolute;
  top: 5vw;
  right: 6.5vw;
}
.responsive-menu-close svg {
  width: 100%;

  height: 100%;
}

.responsive-menu-close strong {
  position: relative;
  height: 0px;
  width: 40px;
  display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
  width: 60px;
  display: block;
  background-color: #706e6c;
  height: 2px;
}


.responsive-menu-close span:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: 40px;
}

.responsive-menu-close span:nth-child(2) {
  transform: rotate(45deg);
  margin-top: -2px;
}

.responsive-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -110%;
  right: 0vw;
  background: #ffffff;
  z-index: 999999;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: auto;
  transition: top 0.5s ease;
  padding-top: 0vw;
  background-image: url(responsive-bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.responsive-menu.active {
  top: 0;
  /* right: 0vw; */
}

.responsive-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  border-bottom: 0;
}

.responsive-menu ul li {
  margin: 0;
  padding: 0 4vw;
  list-style-type: none;
  position: relative;
  margin-bottom: 9.3vw;
  text-align: left;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
  line-height: 40px;
  height: auto;
  display: inline-block;
  text-decoration: none;
  font-size: 20px !important;
  letter-spacing: 3.9px;
  position: relative;
  text-align: center;
  line-height: 1.52;
  border: 0;
  margin: 0;
  color: #232226;
  text-transform: uppercase;
  font-family: "heebo", sans-serif;
  font-weight: 500;
}

.responsive-menu ul li:hover {
  text-decoration: none;
}

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

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

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

@media (max-width: 768px) {
  .lp_header_right ul {
    display: none;
  }

  a.responsive-menu-hand {
    width: 10.7vw;
    margin-top: 0px;
    background-image: url(mobile_menu.svg);
    background-position: center;
    background-size: 9vw;
    background-repeat: no-repeat;
    right: 4vw;
    position: absolute;
    height: 7vw;
    top: 4.6vw;
    z-index: 9999;
  }

  .responsive-menu-hand {
    display: block;
  }

  .responsive-menu .lp_header {
    order: 1;
    position: relative;
  }
  .responsive-menu .responsive-menu-waper {
    order: 2;
    padding-top: 3.8vw;
    padding-left: 0vw;
    padding-right: 0vw;
    /* background-image: url(responsive-bg.jpg); */
    /* background-position: top; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
  }
.responsive-menu .responsive-menu-waper:before {
    /* content: ""; */
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(responsive-bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0vw;
    left: 0vw;
    opacity: 0.67;
}
    .responsive-menu:before{
        /* content:""; */
        width: 100%;
        height: 100%;
        display: block;
        /* background-image: url(responsive-bg.jpg); */
        /* background-position: top; */
        /* background-size: cover; */
        /* background-repeat: no-repeat; */
        position: absolute;
        top: 0vw;
        left: 0vw;
        opacity: 0.67;
    }
    .responsive-menu ul li a{
        font-size: 4vw !important;
        letter-spacing: 3.9px;
        padding-left: 12vw;
    }
    .responsive-menu ul li a .icon{
        display: block;
        position: absolute;
        top: -0.76vw;
        left: 0vw;
        width: 5.6vw;
        height: 7vw;
        opacity: 0;
    }
    .responsive-menu ul li a .icon svg{
        height: 100%;
        width: 100%;
    }
    .responsive-menu ul li a:hover .icon{
        opacity: 1;
    }

  .responsive-menu .lp_header .section_inner{
    /* padding-top: 11.33vw; */
}
}

.lp_header .user {
  /*============================================================================
      #User Avatar
    ==============================================================================*/
  /*============================================================================
      #User Dropdown
    ==============================================================================*/
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: -13px;
}

.lp_header .user .dropdown > :before {
  content: " ";
  position: absolute;
  z-index: 0;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #f2d0c4;
  opacity: 1;
  height: 14px;
  width: 2px;
  top: 17px;
  left: -10px;
}

.lp_header .user__avatar {
  height: 40px;
  max-height: 40px;
  margin: 0 0 0 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.lp_header .user__dropdown {
  position: absolute;
  z-index: 2000;
  top: 50px;
  right: 0;
  display: none;
  padding: 20px 30px;
  text-align: left;
  white-space: nowrap;
  border-top: 1px solid #f9f9f9;
  background: #f9f9f9;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
}

.lp_header .user__dropdown--light a {
  color: #0a2338;
}

.lp_header .user__dropdown--dark a {
  color: #fff;
}

.lp_header .user__dropdown span {
  display: block;
}

.lp_header .user__dropdown a {
  line-height: 40px !important;
  display: block;
  color: #000;
  padding-right: 7px;
  padding-left: 7px;
}

.lp_header--center .user {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.lp_header--center .user__dropdown {
  top: 50px;
}

.lp_header--center .user__dropdown a {
  line-height: 40px;
  margin: 0 0 0 0;
}

@media (max-width: 767px) {
  .lp_header .user {
    position: static;
    display: block;
    width: 100%;
  }

  .lp_header .user__avatar {
    display: none;
  }

  .lp_header .user__dropdown {
    position: static;
    display: block !important;
    padding: 0 0 0 0;
    text-align: left;
    border-top: 0;
    background: transparent !important;
    box-shadow: none;
  }

  .lp_header--light .user__dropdown a {
    color: #0a2338;
  }

  .lp_header--dark .user__dropdown a {
    color: #fff;
  }
}

.m {
  display: none;
}
@media (max-width: 768px) {
  .m {
    display: block !important;
  }
}




.nuchi_anim {
  position: relative;
  padding-right: 3.37vw;
  letter-spacing: -0.01vw;
}
.nuchi_anim .text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
  line-height: 0.9;
  padding-top: 2px;
}
.nuchi_anim .letter {
  transform-origin: 0 100%;
  display: inline-block;
} 

.nuchi_anim .text-wrapper.mobile{
    display:none;
}
/*
    Section 01
------------------------------*/
.a_slc1{
	width: 100%;
	height: auto;
	display: block;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 16.14vw;
	padding-bottom: 15.23vw;
}
.a_slc1 .inner{
	display: block;
	width: 100%;
	position: relative;
	margin: 0px auto;
	box-sizing: border-box;
	text-align: center;
	padding-left: 15vw;
	padding-right: 15vw;
}

.a_slc1 h1{
    padding-top: 0.1vw;
    margin: 0px;
    font-size: 7.3vw;
    line-height: 1.091;
    letter-spacing: -0.01vw;
    padding-right: 0vw;
}
.a_slc1 h1 br{
    display: none;
}

@media (max-width: 768px) {
.a_slc1{padding-top: 33.14vw;padding-bottom: 33.14vw;height: 100vh;display: flex;justify-content: center;align-items: center;background-position: bottom center;}
.a_slc1 .inner{padding-left: 10vw;padding-right: 10vw;}

.a_slc1 h1{
    padding-right: 0vw;
    font-size: 14.1vw;
    padding-top: 1vw;
    line-height: 1.16;
}
.a_slc1 h1 br{display: block;}
}









/*
    Section 02
------------------------------*/
.a_slc2{
	width: 100%;
	height: auto;
	display: block;
	background-color: #E4E4DB;
	padding-top: 7.46vw;
	padding-left: 4vw;
	padding-right: 4vw;
	padding-bottom: 6.9vw;
}
.a_slc2 .inner{
	display: block;
	width: 100%;
	position: relative;
	margin: 0px auto;
}

.a_slc2 h5.subheading{
    padding-left: 2vw;
    display: block;
    position: relative;
    margin-bottom: 0px;
    line-height: normal;
    padding-bottom: 2.66vw;
}
.a_slc2 h5.subheading em{
    padding-right: 0vw;
    font-weight: normal;
}
.a_slc2 h5.subheading .icon{
    position: absolute;
    top: -0.1vw;
    left: 0vw;
    width: 1.2vw;
    display: block;
    height: 100%;
    padding-top: 1.1vw;
}
.a_slc2 h5.subheading .icon svg{
    width: 1.3vw;
    display: block;
    height: 1.3vw;
}

.a_slc2 h2.heading{
    text-transform: uppercase;
    padding-top: 0.2vw;
    letter-spacing: 0.032vw;
    font-size: 3.05vw;
    line-height: 1.095;
    padding-left: 0.04vw;
}
.a_slc2 h2.heading br{}
.a_slc2 h2.heading .text-wrapper{
    line-height: 0.91;
}
.a_slc2 article{
    width: 100%;
    display: block;
    padding-left: 46.03vw;
    margin-top: -0.64vw;
}
.a_slc2 article p{
    letter-spacing: 0.034vw;
    line-height: 1.53;
}

@media (max-width: 768px) {
.a_slc2 {
    padding-top: 17.1vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 22.1vw;
}
.a_slc2 .inner{ }

    .a_slc2 h5.subheading{
        width: 100%;
        padding-left: 8.3vw;
        letter-spacing: 0.06vw;
        padding-bottom: 7.8vw;
        padding-top: 0.4vw;
    }
    .a_slc2 h5.subheading em{
        letter-spacing: 0.1vw;
        font-weight: normal;
    }
    .a_slc2 h5.subheading .icon{
        height: 5.3vw;
        width: 5.3vw;
        padding: 0px;
        top: 1.3vw;
        left: 0.3vw;
    }
    .a_slc2 h5.subheading .icon svg{
        width: 100%;
        height: 100%;
    }

.a_slc2 h2.heading{padding-top: 0.5vw;letter-spacing: -0.03vw;font-size: 7.05vw;line-height: 0.95;padding-left: 0.04vw;padding-right: 1.37vw;}
.a_slc2 h2.heading br{}
.a_slc2 h2.heading .text-wrapper{ }
.a_slc2 article{padding-left: 0px;padding-top: 9.5vw;letter-spacing: 0.0vw;padding-right: 9.6vw;}
.a_slc2 article p{letter-spacing: 0.024vw;line-height: 1.27;}
}












/*
    Section 03
------------------------------*/
.a_slc3{
    width: 100%;
    display: block;
    padding-top: 6.45vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 6.76vw;
}
.a_slc3_bg{
    width: 100%;
    display: block;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(a-sbg-d.jpg);
    position: absolute;
    top: 0vw;
    left: 0vw;
}

.a_slc3 .inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    z-index: 1;
    position: relative;
}
.a_slc3 .left{
    width: 46%;
    padding-right: 0.7vw;
}

.a_slc3 h5.subheading{
    padding-left: 2vw;
    display: block;
    position: relative;
    margin-bottom: 0px;
    line-height: normal;
    padding-bottom: 2.9vw;
}
.a_slc3 h5.subheading em{
    padding-right: 0vw;
    font-weight: normal;
}
.a_slc3 h5.subheading .icon{
    position: absolute;
    top: -0.1vw;
    left: 0vw;
    width: 1.2vw;
    display: block;
    height: 100%;
    padding-top: 1.1vw;
}
.a_slc3 h5.subheading .icon svg{
    width: 1.3vw;
    display: block;
    height: 1.3vw;
}

.a_slc3 h2.nuchi_anim{
    text-transform: uppercase;
    padding-top: 0.2vw;
    letter-spacing: -0.006vw;
    font-size: 2.875vw;
    line-height: 1.095;
    padding-left: 0.07vw;
    padding-bottom: 3.7vw;
}
.a_slc3 h2.nuchi_anim br{ display:none;}
.a_slc3 h2.nuchi_anim .text-wrapper{
    line-height: 0.91;
}
.a_slc3 article{
    width: 100%;
    display: block;
    padding-left: 0.1vw;
    padding-right: 0.5vw;
}
.a_slc3 article p{
    letter-spacing: 0.034vw;
    line-height: 1.53;
}

.a_slc3 .left span{
    width: 100%;
    display: block;
    height: 54vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.a_slc3 .left span img{
    width: 10%;
    opacity: 0;
}
.a_slc3 .right{
    width: 54%;
    padding-top: 33.05vw;
    padding-left: 3.6vw;
}

@media (max-width: 768px) {
.a_slc3{
    padding-top: 15.3vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 13.76vw;
}
.a_slc3_bg{background-image: url(a-s2-bg-m.jpg);}

.a_slc3 .inner{}
.a_slc3 .left{
    width: 100%;
    padding-right: 1.1vw;
    padding-left: 25.6vw;
}

.a_slc3 h5.subheading{
    width: 124%;
    padding-left: 8.3vw;
    letter-spacing: 0.1vw;
    padding-bottom: 15.4vw;
    padding-top: 0.4vw;
    margin-left: -25.6vw;
}
.a_slc3 h5.subheading em{
    letter-spacing: 0.1vw;
    font-weight: normal;
    padding-right: 0.2vw;
}
.a_slc3 h5.subheading .icon{
    height: 5.3vw;
    width: 5.3vw;
    padding: 0px;
    top: 1.3vw;
    left: 0.3vw;
}
.a_slc3 h5.subheading .icon svg{
    width: 100%;
    height: 100%;
}

.a_slc3 h2.nuchi_anim{
    padding-top: 0.3vw;
    letter-spacing: -0.08vw;
    display: block;
    line-height: 0.98;
    font-size: 7.1vw;
    padding-bottom: 7.6vw;
}
.slc3 h2.heading br{}
.a_slc3 h2.heading .text-wrapper{ }
.a_slc3 article{padding-left: 0vw;padding-right: 2.4vw;}
.a_slc3 article p{line-height: 1.27;}

.a_slc3 .left span{height: 95vw;}
.a_slc3 .left span img{}
.a_slc3 .right{
    width: 100%;
    padding-top: 12.35vw;
    padding-left: 0vw;
}
}




 /*
    Section 03
------------------------------*/
.a_slc4{
    width: 100%;
    height: auto;
    display: block;
    padding-top: 5.7vw;
    padding-bottom: 4.7vw;
    padding-left: 4vw;
    padding-right: 0vw;
    background-color: #E4E4DB;
}
.a_slc4 .inner{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.a_slc4 h5.subheading{
    padding-left: 2vw;
    display: block;
    position: relative;
    margin-bottom: 0px;
    line-height: normal;
    padding-bottom: 2vw;
    padding-right: 4vw;
}
.a_slc4 h5.subheading em{
    padding-right: 0.04vw;
    font-weight: normal;
}
.a_slc4 h5.subheading .icon{
    position: absolute;
    top: -0.1vw;
    left: 0vw;
    width: 1.2vw;
    display: block;
    height: 100%;
    padding-top: 1.1vw;
}
.a_slc4 h5.subheading .icon svg{
    width: 1.3vw;
    display: block;
    height: 1.3vw;
}

.a_slc4 h2.heading{
    text-transform: uppercase;
    /* line-height: 1.07; */
    padding-top: 0.2vw;
    letter-spacing: 0.0vw;
    font-size: 3.1vw;
    line-height: 1.06;
}

.a_slc4_in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    padding-top: 1.78vw;
    padding-left: 0.08vw;
}
.a_slc4_left{
    width: 43.4%;
    padding-right: 0.13vw;
    position: relative;
    display: block;
}
.a_slc4_slider1{
    height: 30.6vw;
}
.a_slc4_slider1.slick-initialized{
    height: auto;
}
.a_slc4_slider1_col{
    width: 100%;
    display: block;
    position: relative;
}
.a_slc4_slider1_col a,
.a_slc4_slider2_col a{
    position: absolute;
    top: 0vw;
    left: 0vw;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.a_slc4_slider1_col span.img{
    width: 100%;
    display: block;
    height: 24.75vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.a_slc4_slider1_col span.img img{
    width: 10%;
    opacity: 0;
}
.a_slc4_slider1_col h4{
    padding-top: 1.6vw;
    margin-bottom: 0px;
    display: block;
    letter-spacing: 0.063vw;
    padding-right: 17vw;
    line-height: 1.25;
}

.a_slc4_right{
    width: 56.6%;
    padding-left: 1.2vw;
}
.a_slc4_rightin{
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
    /* margin-left: -25vw; */
    overflow: hidden;
}
.a_slc4_slider2{
    margin-left: -25vw;
    padding-bottom: 7.83vw;
    height: 30.6vw;
}
.a_slc4_slider2_col{
    width: 100%;
    display: block;
    position: relative;
    padding-right: 1.4vw;
    padding-left: 0vw;
}
.a_slc4_slider2_col span.img{
    width: 100%;
    display: block;
    height: 13.8vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.a_slc4_slider2_col span.img img{
    width: 10%;
    opacity: 0;
}
.a_slc4_slider2_col h4{
    padding-top: 1.2vw;
    margin-bottom: 0px;
    display: block;
    padding-left: 0.1vw;
    padding-right: 0vw;
    line-height: 1.23;
}





.a_slc4_slider2.slick-initialized{
    height: auto;
}
.a_slc4_slider2 .slick-prev{
    display: none !important;
}
.a_slc4_slider2 .slick-next{
    border: 0px;
    background-color: transparent !important;
    position: absolute;
    bottom: 0.3vw;
    right: 4.05vw;
    width: 23.89vw;
    height: 4.167vw;
    cursor: pointer;
    transition: all 1s ease;
    border: 2px solid #000;
    border-radius: 4vw;
    display: inline-flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.a_slc4_slider2 .slick-next span.text{
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    font-family: "heebo", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.45vw;
    text-decoration: underline;
    padding-left: 2vw;
    letter-spacing: 0.12vw;
}
.a_slc4_slider2 .slick-next span.svg{
    width: 50%;
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
    padding-right: 3.1vw;
}
.a_slc4_slider2 .slick-next span.svg svg{
    rotate: 270deg;
    width: 2vw;
    height: 3.3vw;
}

.a_slc4_slider2 .slick-next:hover{
    /* right: 0.7vw; */
}
.a_slc4_slider2 .slick-list{
    padding-right: 2.67vw;
}
.a_slc4_slider2 .slick-list .slick-track{
    /* padding-right: 3vw; */
}
.a_slc4_slider2 .slick-list .slick-track .slick-slide{}

.a_slc4_slider2 .slick-next svg{
    /* width: 100%; */
    /* height: 100%; */
    transition: all 0.3s ease;
}

.a_slc4_slider2 .slick-next svg #Rectangle_725{
  stroke-width: 0;
}
.a_slc4_slider2 .slick-next:hover svg{
  margin-right: -0.7vw;
}

@-webkit-keyframes anime_button {
  0% { margin-left: 5px; margin-right:0px; }
  20% { margin-left:4px; margin-right:1px;}
  40% {margin-left: 3px; margin-right:2px;}
  60% {margin-left: 2px; margin-right:3px;}
  80% {margin-left: 1px; margin-right:4px;}
  100% {margin-left: 0px; margin-right:5px;}
}
@-moz-keyframes anime_button {
  0% { margin-left: 5px; margin-right:0px; }
  20% { margin-left:4px; margin-right:1px;}
  40% {margin-left: 3px; margin-right:2px;}
  60% {margin-left: 2px; margin-right:3px;}
  80% {margin-left: 1px; margin-right:4px;}
  100% {margin-left: 0px; margin-right:5px;}
}
@keyframes anime_button {
  0% { margin-left: 5px; margin-right:0px; }
  20% { margin-left:4px; margin-right:1px;}
  40% {margin-left: 3px; margin-right:2px;}
  60% {margin-left: 2px; margin-right:3px;}
  80% {margin-left: 1px; margin-right:4px;}
  100% {margin-left: 0px; margin-right:5px;}
}

@media (max-width: 768px) {
    .a_slc4{
        width: 100%;
        height: auto;
        display: block;
    }
    .a_slc4 .inner{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        margin: 0px auto;
        overflow: unset;
    }
    
    .a_slc4{
        padding-top: 17vw;
        padding-bottom: 8.5vw;
        padding-left: 4.1vw;
        padding-right: 3.2vw;
    }
    .a_slc4 h5.subheading{
        width: 100%;
        padding-left: 8.3vw;
        letter-spacing: 0.06vw;
        padding-bottom: 7.8vw;
        padding-top: 0.4vw;
    }
    .a_slc4 h5.subheading em{
        letter-spacing: 0.1vw;
        font-weight: normal;
    }
    .a_slc4 h5.subheading .icon{
        height: 5.3vw;
        width: 5.3vw;
        padding: 0px;
        top: 1.7vw;
        left: 0.3vw;
    }
    .a_slc4 h5.subheading .icon svg{
        width: 100%;
        height: 100%;
    }
    
    .a_slc4_in{
        padding-top: 8.8vw;
    }
    .a_slc4_left{
        width: 100%;
        padding-right: 0px;
    }
    .a_slc4_slider1{
        z-index: 2;
    }
    .a_slc4_slider1_col{}
    .a_slc4_slider1_col span.img{
        height: 55.1vw;
        width: 100%;
    }
    .a_slc4_slider1_col span.img img{}
    .a_slc4_slider1_col h4{
        padding-top: 5vw;
        padding-bottom: 3.2vw;
        padding-right: 0vw;
        font-size: 4.5vw;
        letter-spacing: 0.3vw;
        line-height: 1.28;
    }
    .a_slc4_slider1_col article{
        padding: 0px;
        padding-top: 1.3vw;
        line-height: 1.266;
    }
    .a_slc4_slider1_col article p{}
    
    
    .a_slc4_right{
        width: 32%;
        padding-left: 0px;
        margin-right: -3vw;
        margin-left: -10%;
        display: none;
    }
    .a_slc4_rightin{
        /* padding-left: 8vw; */
    }
    .a_slc4_slider2{
        margin-left: -50vw;
        margin-right: -30vw;
        padding-bottom: 99vw;
    }
    .a_slc4_slider2_col{
        padding-right: 0vw;
        padding-left: 4.4vw;
    }
    .a_slc4_slider2_col span.img{
        height: 60.32vw;
    }
    .a_slc4_slider2_col span.img:before{
        background-size: cover;
    }
    .a_slc4_slider2_col span.img img{}
    .a_slc4_slider2_col h4{
        display: none;
    }
    .a_slc4_slider2_col article{}
    .a_slc4_slider2_col article p{}
    
    
    
    
    
    .a_slc4_slider2.slick-initialized{}
    .a_slc4_slider2 .slick-prev{}
    .a_slc4_slider2 .slick-next{
        right: 35vw;
        width: 24.3vw;
        height: 14.4vw;
        bottom: 0px;
        border-radius: 100px;
    }
    .a_slc4_slider2 .slick-next svg{ }
    .a_slc4_slider2 .slick-list{}
    .a_slc4_slider2 .slick-list .slick-track{}
    .a_slc4_slider2 .slick-list .slick-track .slick-slide{}
    .a_slc4_slider2 .slick-next:hover svg {
        margin-right: -1vw;
    }


.a_slc4_slider1 .slick-prev {
    display: none !important;
}
.a_slc4_slider1 .slick-next {
    background-color: transparent !important;
    position: absolute;
    right: 2vw;
    width: 24.46vw;
    height: 14.5vw;
    top: -23.4vw;
    border-radius: 100px;
    border: 2px solid #000;
    cursor: pointer;
    transition: all 1s ease;
}
.a_slc4_slider1 .slick-next svg {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}
.a_slc4_slider1 .slick-next svg #Rectangle_725{
  stroke-width: 0;
}
.a_slc4_slider1 .slick-next:hover svg{
  margin-right: -1vw;
}
}












/*
    Section 04
------------------------------*/
.slc4{
    background-color: #E4E4DB;
    display: block;
    width: 100%;
    padding-top: 5.2vw;
    padding-left: 3.97vw;
    padding-right: 3.97vw;
    padding-bottom: 5.54vw;
}
.slc4 .inner{}
.slc4 h5.subheading{
    padding-left: 2.06vw;
    display: block;
    position: relative;
    margin-bottom: 0px;
    line-height: normal;
    padding-bottom: 2.12vw;
    color: #232226;
    letter-spacing: 0.11vw;
}
.slc4 h5.subheading em{
    font-weight: normal;
}
.slc4 h5.subheading .icon{
    position: absolute;
    top: -0.1vw;
    left: 0vw;
    width: 1.2vw;
    display: block;
    height: 100%;
    padding-top: 1.1vw;
}
.slc4 h5.subheading .icon svg{
    width: 1.3vw;
    display: block;
    height: 1.3vw;
}
.slc4 article{
    text-transform: uppercase;
    line-height: 1.076;
    letter-spacing: -0.02vw;
    font-weight: 300;
    font-family: 'Editor\'s Note';
    font-size: 3.15vw;
    padding-top: 0.5vw;
    padding-left: 0.04vw;
    padding-bottom: 2.95vw;
}
.slc4 article.mobile{
    display: none;
}
.slc4 article .text-wrapper{
    line-height: 0.787;
    padding-bottom: 0.7vw;
    margin-bottom: -0.7vw;
}
.slc4 .link{
    display: block;
    padding-top: 0.45vw;
    padding-left: 0.1vw;
}
.slc4 .link a{
    display: inline-block;
    position: relative;
    font-family: "heebo", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.4vw;
    color: #232226;
    letter-spacing: 0.13vw;
    line-height: normal;
    padding-right: 1.34vw;
    transition: all 0.3s ease;
}
.slc4 .link a:hover{
    padding-right: 1.74vw;
}
.slc4 .link a span.text{
    /* text-decoration: underline; */
    position: relative;
    display: inline-block;
}
.slc4 .link a span.text:after{
    content:"";
    width: 100%;
    display: block;
    height: 1px;
    background-color: #232226;
    position: absolute;
    bottom: 0.43vw;
}
.slc4 .link a span.icon{position: absolute;top: 0.1vw;right: 0vw;}
.slc4 .link a span.icon svg{width: 1vw;height: 1.1vw;}

@media (max-width: 768px) {
    .slc4{
        padding-top: 15.7vw;
        padding-left: 3.97vw;
        padding-right: 3.97vw;
        padding-bottom: 17vw;
    }
    .slc4 .inner{}
    .slc4 h5.subheading{
        padding-left: 8.4vw;
        letter-spacing: 0.15vw;
        padding-bottom: 8.2vw;
    }
    .slc4 h5.subheading .icon{
        height: 5.3vw;
        width: 5.3vw;
        padding: 0px;
        top: 1.3vw;
        left: 0.3vw;
    }
    .slc4 h5.subheading .icon svg{
        width: 100%;
        height: 100%;
    }
    .slc4 article{
        font-size: 5.8vw;
        padding-top: 0.7vw;
        padding-left: 0.1vw;
        letter-spacing: 0vw;
        line-height: 1.29;
        display: none;
        width: 103%;
    }
    .slc4 article.mobile{
        display:block;
    }
    .slc4 article p{}
    .slc4 article p br{
        display: none;
    }
    .slc4 .link{
        padding-top: 4.4vw;
        padding-left: 0.1vw;
    }
    .slc4 .link a{
        font-size: 3.8vw;
        padding-right: 6.34vw;
    }
    .slc4 .link a:hover{
        padding-right: 6.74vw;
    }
    .slc4 .link a span.text{}
    .slc4 .link a span.icon{
        top: 0.8vw;
    }
    .slc4 .link a span.icon svg{
        width: 3.6vw;
        height: 4.1vw;
    }
    .slc4 .link a span.text:after{
        bottom: 1.3vw;
    }
}














 /*
    Section 05
------------------------------*/
.a_slc5{
    width: 100%;
    height: auto;
    display: block;
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
    padding-right: 0vw;
    background-color: #E4E4DB;
    margin-top: -1.0vw;
    padding-top: 1vw;
}
.a_slc5 .inner{
    display: block;
    width: 100%;
    position: relative;
    padding-left: 3.37vw;
    padding-top: 3.9vw;
    padding-bottom: 7.3vw;
}

.a_slc5 .top_line{ }
.a_slc5 h2.heading{
    text-transform: uppercase;
    padding-top: 0.2vw;
    letter-spacing: 0.0vw;
    font-size: 3.1vw;
    line-height: 1.06;
}

.about_logos_slider {
    position: relative;
    padding-top: 4.277vw;
}
.about_logos_slider:before{
    content:"";
    background: #E4E4DB;
    background: linear-gradient(90deg, #E4E4DB 49%, rgb(228 228 219 / 14%) 100%);
    width: 10vw;
    position: absolute;
    top: 0vw;
    left: -3vw;
    height: 100%;
    display: block;
    z-index: 1;
}
.about_logos_slider .marquee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
}
.about_logos_slider .marquee-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-column-gap: 6vw;
}
.about_logos_slider .scroll {
    animation: scroll 35s linear infinite;
}
.about_logos_slider .scroll img{
    height: 1.78vw;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% - 1rem)); }
}
.about_logos_slider .text-block {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #000;
    font-size: 9vw;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}
.about_logos_slider .reverse {
    animation-direction: reverse;
    padding-right: 6vw;
}


.top_line,
.bottom_line{
    width: 100%;
    display: block;
    padding-left: 4.1vw;
    padding-right: 4vw;
    z-index: 1;
    position: relative;
    padding-top: 0.0vw;
}
.top_line span,
.bottom_line span{
    height: 1px;
    display: block;
    width: 100%;
    background-color: #000000;
    transition: all 5s ease;
}
.top_line.not_in_viewport span,
.bottom_line.not_in_viewport span{
    /* width: 0px; */
    opacity: 0;
}
@media (max-width: 768px) {
    .top_line,
    .bottom_line{
        padding-left: 3.3vw;
        padding-right: 3.3vw;
    }
    .top_line span,
    .bottom_line span{}
    .a_slc5{ }
    .a_slc5 .inner{padding-left: 0vw;padding-top: 12.9vw;padding-bottom: 19.3vw;}

    .a_slc5 .top_line{ }
    .a_slc5 h2.nuchi_anim{padding-right: 3.37vw;letter-spacing: -0.1vw;padding-left: 5.3vw;}

    .about_logos_slider {padding-top: 8.9vw;}
    .about_logos_slider:before{display: none;}
    .about_logos_slider .marquee { }
    .about_logos_slider .marquee-content { }
    .about_logos_slider .scroll { }
    .about_logos_slider .scroll img{height: 7.9vw;margin-right: 11vw;}
    .about_logos_slider .text-block { }
    .about_logos_slider .reverse {grid-column-gap: 0vw;}
}





/*
    Section 06
------------------------------*/
.a_slc6{
    width: 100%;
    height: auto;
    display: block;
    padding-top: 8.4vw;
    padding-bottom: 3.54vw;
    padding-left: 4vw;
    padding-right: 3vw;
    background-image: url(a-s6bg-d.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.a_slc6 .inner{
    display: block;
    width: 100%;
    position: relative;
}

.a_slc6 h2.nuchi_anim{
    text-transform: uppercase;
    padding-top: 0.2vw;
    letter-spacing: -0.01vw;
    font-size: 3.1vw;
    line-height: 1.06;
}


.a_slc6_in{
    padding-top: 5.2vw;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-left: 12.8vw;
    padding-right: 14.1vw;
}
.a_slc6_in .left{
    width: 50%;
    padding-right: 3.86vw;
}
.a_slc6_in .right{
    width: 50%;
    padding-left: 3.9vw;
}

.a_slc6_col{
    display: block;
    width: 100%;
    padding-bottom: 3.67vw;
}
.a_slc6_col h3{
    display: block;
    margin: 0px;
    font-size: 1.6vw;
    padding-left: 0.1vw;
    letter-spacing: 0.036vw;
    padding-bottom: 2.1vw;
}
.a_slc6_col article{
    display: block;
    width: 100%;
    font-family: 'River Jade';
    font-size: 2.75vw;
    letter-spacing: 0.3px;
}
.a_slc6_col article ul{
    margin: 0px;
    padding: 0px;
}
.a_slc6_col article ul li{
    margin: 0px;
    list-style: none;
    line-height: 0.95;
    color: #232226;
    display: block;
}
.a_slc6_col article ul li mark{
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #000000 0%, #000000 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0px 71%;
    color: inherit;
    padding-left: 0.1vw;
    padding-right: 0vw;
    width: 100%;
}
.a_slc6_col article ul li mark a{
    color: #232226;
    display: inline-block;
    position: relative;
    padding-right: 3vw;
}
.a_slc6_col article ul li mark a:after{
    content: "";
    width: 2.45vw;
    height: 2.45vw;
    display: block;
    position: absolute;
    top: -0.5vw;
    right: 0.15vw;
    background-image: url(lists.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.a_slc6_col article ul.s1{}
.a_slc6_col article ul.s1 li{
    padding-bottom: 2.6vw;
}
.a_slc6_col article ul.s1 li:last-child{
  padding-bottom: 0.6vw;
}
.a_slc6_col article ul.s1 li mark{}

@media (max-width: 768px) {
    .a_slc6{padding-top: 18.2vw;padding-bottom: 9.54vw;padding-left: 3.4vw;padding-right: 5.6vw;background-image: url(a-s6bg-m.jpg);}
    .a_slc6 .inner{ }

    .a_slc6 h2.nuchi_anim{padding-top: 0.2vw;letter-spacing: -0.1vw;font-size: 7.1vw;line-height: 1.06;padding-left: 0.6vw;}


    .a_slc6_in{
    padding-left: 0vw;
    padding-right: 0vw;
    padding-top: 13.2vw;
}
    .a_slc6_in .left{
    width: 100%;
    padding: 0px;
}
    .a_slc6_in .right{
    width: 100%;
    padding: 0px;
}

    .a_slc6_col{
    padding-bottom: 8.4vw;
}
    .a_slc6_col h3{
    font-size: 4.6vw;
    padding-left: 0.5vw;
    letter-spacing: 0.19vw;
    padding-bottom: 4vw;
}
    .a_slc6_col article{
    font-size: 7.2vw;
    letter-spacing: 0.091vw;
}
    .a_slc6_col article ul{}
    .a_slc6_col article ul li{
    line-height: 1.03;
}
    .a_slc6_col article ul li mark{}
    .a_slc6_col article ul li mark a{
    padding-right: 10vw;
}
    .a_slc6_col article ul li mark a:after{
        content: "";
        width: 7.15vw;
        height: 7.15vw;
        top: -1.9vw;
        right: 0.4vw;
    }

    .a_slc6_col article ul.s1{}
    .a_slc6_col article ul.s1 li{
    padding-bottom: 6.4vw;
}
    .a_slc6_col article ul.s1 li mark{}
}








/*
    Section 07
------------------------------*/
.a_slc7{
    background-color: #E4E4DB;
    width: 100%;
    display: block;
    padding-top: 5.1vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 5.12vw;
}
.a_slc7 .inner{
    width: 100%;
    display: block;
    padding-right: 10vw;
    position: relative;
    padding-bottom: 0.05vw;
}
.a_slc7 h5.subheading{
    padding-left: 2vw;
    display: block;
    position: relative;
    margin-bottom: 0px;
    line-height: normal;
    padding-bottom: 2.06vw;
    letter-spacing: 0.096vw;
}
.a_slc7 h5.subheading em{
    padding-right: 0.1vw;
    font-weight: normal;
}
.a_slc7 h5.subheading .icon{
    position: absolute;
    top: -0.1vw;
    left: 0vw;
    width: 1.2vw;
    display: block;
    height: 100%;
    padding-top: 1.1vw;
}
.a_slc7 h5.subheading .icon svg{
    width: 1.3vw;
    display: block;
    height: 1.3vw;
}

.a_slc7 h2.nuchi_anim{
    text-transform: uppercase;
    /* line-height: 1.07; */
    padding-top: 0.2vw;
    letter-spacing: -0.023vw;
    font-size: 3.1vw;
    line-height: 1.06;
}
.a_slc7 h2.nuchi_anim br{ display:none;}
.a_slc7 .link{
    width: auto;
    display: inline-block;
    position: absolute;
    bottom: 0vw;
    right: -0.1vw;
}
.a_slc7 .link a{
    background-color: transparent !important;
    width: 7.084vw;
    height: 4.167vw;
    cursor: pointer;
    transition: all 1s ease;
    border: 2px solid #000;
    border-radius: 4vw;
    display: block;
    position: relative;
}
.a_slc7 .link a span{
  display:block;
  width: 100%;
  height: 100%;
  position: relative;
  position: relative;
  transition: all 1s ease;
}
.a_slc7 .link a svg{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.a_slc7 .link a svg #Rectangle_725{
  stroke-width: 0;
}
.a_slc7 .link a:hover span{
  width: 115%;
}
.a_slc7 h2.nuchi_anim br{ display:none;}

@media (max-width: 768px) {
.a_slc7 h5.subheading{
    width: 100%;
    padding-left: 8.3vw;
    letter-spacing: 0.1vw;
    padding-bottom: 5.4vw;
    padding-top: 0.4vw;
}
.a_slc7 h5.subheading em{
    letter-spacing: 0.1vw;
    font-weight: normal;
    padding-right: 0.2vw;
}
.a_slc7 h5.subheading .icon{
    height: 5.3vw;
    width: 5.3vw;
    padding: 0px;
    top: 1.6vw;
    left: 0.3vw;
}
.a_slc7 h5.subheading .icon svg{
    width: 100%;
    height: 100%;
}


.a_slc7{
    padding-top: 6.7vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 4.32vw;
    background-color: #E4E4DB;
}
.a_slc7 .inner{
    padding-right: 0vw;
}

.a_slc7 h2.nuchi_anim{padding-top: 0.8vw;letter-spacing: -0.1vw;font-size: 7.1vw;line-height: 1.3;}
.a_slc7 h2.nuchi_anim br{ display:none;}
.a_slc7 h2.nuchi_anim br{ display:block;}
.a_slc7 .link{position: relative;display: block;text-align: right;height: 18vw;}
.a_slc7 .link a{display: inline-block;background-color: transparent !important;position: absolute;right: 1vw;width: 24.46vw;height: 14.5vw;bottom: 1.6vw;border-radius: 100px;border: 2px solid #000;cursor: pointer;transition: all 1s ease;}
.a_slc7 .link a span{ }
.a_slc7 .link a svg{ }

.a_slc7 .link a svg #Rectangle_725{ }
.a_slc7 .link a:hover span{ }
}


/*
    Footer
------------------------------*/
.footer{}

.footer .footer_topbg{
    width: 100%;
    display: block;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(s4-bg.jpg);
    position: absolute;
    top: 0vw;
    left: 0vw;
}

.footer .footer_s1{
    width: 100%;
    display: block;
    padding-top: 7.34vw;
    z-index: 1;
}
.footer .footer_s1 .section_inner{
    width: 100%;
    display: block;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 3vw;
}

.footer .footer_s1 .footer_logo{
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 1.38vw;
}
.footer .footer_s1 .footer_logo span{
    display: block;
    padding-left: 0.05vw;
    width: 7vw;
    margin: 0px auto;
}
.footer .footer_s1 .footer_logo span svg{
    width: 7vw;
}

.footer .footer_s1 .footer_insta{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-left: 22vw;
    padding-right: 22vw;
}
.footer .footer_s1 .footer_insta .insta_code {
    width: 100%;
}
.footer .footer_s1 .footer_insta .insta_code .code{
    width: 100%;
}
.footer .footer_s1 .footer_insta .insta_code .code.desktop{}
.footer .footer_s1 .footer_insta .insta_code .code.mobile {
    display: none;
}
.footer .footer_s1 .footer_insta .insta_code .code.desktop iframe{
    width: 100% !important;
    height: 11.9vw !important;
}
.footer .footer_s1 .footer_insta .insta_images{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 0.34vw;
    padding-right: 0.34vw;
}
.footer .footer_s1 .footer_insta .insta_images .image{
    width: 25%;
    display: block;
    padding: 1vw 0.5vw;
}
.footer .footer_s1 .footer_insta .insta_images .image span{
    display: block;
    width: 100%;
    height: 11.4vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer_s1 .footer_insta .insta_images .image span a{}

.footer .footer_s1 .footer_insta .title{
    font-weight: 300;
    font-family: 'Editor\'s Note';
    width: 50%;
    text-transform: lowercase;
    font-size: 1.3vw;
    padding-left: 0.87vw;
    margin-top: -0.6vw;
    letter-spacing: 0.09vw;
    color: #232226;
}
.footer .footer_s1 .footer_insta .in_user{
    font-weight: 300;
    font-family: 'Editor\'s Note';
    width: 50%;
    text-transform: lowercase;
    font-size: 1.3vw;
    padding-left: 0.87vw;
    margin-top: -0.6vw;
    letter-spacing: 0.09vw;
    text-align: right;
    padding-right: 1.23vw;
}
.footer .footer_s1 .footer_insta .in_user a{
    color: #232226;
}

.footer .footer_s2{
    display: block;
    padding-left: 4vw;
    padding-right: 4vw;
    background-color: #E4E4DB;
    margin-top: -11.14vw;
    padding-top: 13.8vw;
    padding-bottom: 1.5vw;
}
.footer .footer_s2 .section_inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid rgb(0 0 0 / 0%);
    padding-top: 0.41vw;
    position: relative;
}
.footer .footer_s2 .section_inner:before{
    content:"";
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    background-color: #000;
    transition: all 5s ease;
}
.footer .footer_s2 .section_inner.not_in_viewport:before{
   /* width: 0%;*/
}

.footer .footer_s2 .left{
    width: 50%;
    padding-left: 0.1vw;
}
.footer .footer_s2 .left ul{
    margin: 0px;
    padding: 0px;
}
.footer .footer_s2 .left ul li{
    list-style: none;
    display: inline-block;
    font-family: 'Neue Montreal';
    font-size: 0.6vw;
    margin: 0px;
    letter-spacing: 0.077vw;
    position: relative;
    line-height: normal;
}
.footer .footer_s2 .left ul li a{
    color: #000000;
    text-transform: uppercase;
}
.footer .footer_s2 .left ul li:before{
    content:"";
    width: 1px;
    display: block;
    height: 0.5vw;
    position: absolute;
    top: 0.2vw;
    right: -0.3vw;
    background-color: #000;
}
.footer .footer_s2 .left ul li:last-child{
    padding-left: 0.2vw;
}
.footer .footer_s2 .left ul li:last-child:before{
    display: none;
}

.footer .footer_s2 .right{
    width: 50%;
}
.footer .footer_s2 .right ul{
    margin: 0px;
    padding: 0px;
    text-align: right;
}
.footer .footer_s2 .right ul li{
    list-style: none;
    display: inline-block;
    font-family: 'Neue Montreal';
    font-size: 0.6vw;
    margin: 0px;
    letter-spacing: 0.077vw;
    position: relative;
    text-transform: uppercase;
    padding-right: 2vw;
    padding-left: 2vw;
    line-height: normal;
}
.footer .footer_s2 .right ul li a{
    color: #000000;
    text-transform: uppercase;
}
.footer .footer_s2 .right ul li:before{
    content:"";
    width: 1px;
    display: block;
    height: 0.5vw;
    position: absolute;
    top: 0.2vw;
    right: -0.3vw;
    background-color: #000;
}
.footer .footer_s2 .right ul li:last-child{
    padding-right: 0vw;
}
.footer .footer_s2 .right ul li:last-child:before{
    display: none;
}
@media (max-width: 1024px) {
    .footer .footer_s2 .left ul li,
    .footer .footer_s2 .right ul li{
        font-size: 0.9vw;
    }
}
@media (max-width: 768px) {
    .footer{}
    .footer .footer_topbg{
        background-image: url(slc5-mbg.jpg);
    }
    
    .footer .footer_s1{
        padding-top: 15.7vw;
    }
    .footer .footer_s1 .section_inner{
        padding-left: 0vw;
        padding-right: 0vw;
        padding-bottom: 3vw;
        z-index: 1;
    }
    
    .footer .footer_s1 .footer_logo{
        padding-bottom: 15.38vw;
    }
    .footer .footer_s1 .footer_logo span{
        width: 32vw;
        padding-left: 0.3vw;
    }
    .footer .footer_s1 .footer_logo span svg{
        height: auto;
        width: 29.5vw;
    }
    
    .footer .footer_s1 .footer_insta{
        padding-left: 0vw;
        padding-right: 0vw;
    }
    .footer .footer_s1 .footer_insta .insta_code {
        width: 100%;
    }
    .footer .footer_s1 .footer_insta .insta_code .code {
        width: 100%;
    }
    .footer .footer_s1 .footer_insta .insta_code .code.desktop {
        display: none;
    }
    .footer .footer_s1 .footer_insta .insta_code .code.mobile {
        display: block;
    }
    .footer .footer_s1 .footer_insta .insta_code .code iframe {
        width: 100% !important;
        height: 24.1vw !important;
    }
    .footer .footer_s1 .footer_insta .insta_images{
        padding-left: 1.5vw;
        padding-right: 1.5vw;
    }
    .footer .footer_s1 .footer_insta .insta_images .image{
        width: 50%;
        padding: 1vw 1.8vw 2.6vw 1.8vw;
    }
    .footer .footer_s1 .footer_insta .insta_images .image span{
        height: 44.7vw;
    }
    .footer .footer_s1 .footer_insta .insta_images .image span a{}
    
    .footer .footer_s1 .footer_insta .title{
        font-size: 5vw;
        padding-left: 5.7vw;
        padding-top: 0.5vw;
        letter-spacing: 0.2vw;
    }
    .footer .footer_s1 .footer_insta .in_user{
        font-size: 5vw;
        padding-right: 6.98vw;
        padding-top: 0.5vw;
        letter-spacing: 0.2vw;
    }
    .footer .footer_s1 .footer_insta .in_user a{}
    
    .footer .footer_s2{
        margin-top: -85.14vw;
        padding-top: 99.6vw;
        padding-left: 3.3vw;
        padding-right: 3.3vw;
        padding-bottom: 6.5vw;
    }
    .footer .footer_s2 .section_inner{
        padding-top: 4.7vw;
    } 
    
    .footer .footer_s2 .left{
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer .footer_s2 .left ul{}
    .footer .footer_s2 .left ul li{
        font-size: 2.9vw;
        padding-left: 0.5vw;
        padding-right: 0.5vw;
    }
    .footer .footer_s2 .left ul li a{}
    .footer .footer_s2 .left ul li:before{
        content:"";
        height: 2.5vw;
        top: 0.7vw;
        right: -0.3vw;
    }
    .footer .footer_s2 .left ul li:last-child{
        padding-left: 0.5vw;
    }
    .footer .footer_s2 .left ul li:last-child:before{
        display: none;
    }
    
    .footer .footer_s2 .right{
        width: 100%;
        text-align: center;
    }
    .footer .footer_s2 .right ul{
        text-align: center;
    }
    .footer .footer_s2 .right ul li{
        font-size: 2.9vw;
        padding-left: 0.5vw;
        padding-right: 0.5vw;
        display: block;
        padding-top: 1.2vw;
        padding-bottom: 0.8vw;
    }
    .footer .footer_s2 .right ul li a{}
    .footer .footer_s2 .right ul li:before{
        content:""; 
    }
    .footer .footer_s2 .right ul li:last-child{}
    .footer .footer_s2 .right ul li:last-child:before{
        display: none;
    }


    .responsive-menu-waper .footer .footer_s1{
        padding-top: 14vw;
        position: relative;
        padding-bottom: 3vw;
    }
    .responsive-menu-waper .footer .footer_s1:before{
        content:"";
        width: 94%;
        display: block;
        position: absolute;
        top: 6.4vw;
        left: 3vw;
        height: 1px;
        background-color: rgb(0 0 0 / 53%);
    }
    .responsive-menu-waper .footer .footer_s1:after{
        content:"";
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0vw;
        left: 0vw;
        height: 70.4%;
        background-color: #E4E4DB;
    }
    
}