@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;
}
.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;
    transition: all 1s ease;
    order: 2;
    margin-top: -1.5vw;
}
.lp_header_center .logo{
    display: block;
    transition: all 1s ease;
    text-align: center;
}
.lp_header_center .logo a{
    display: inline-block;
}
.lp_header_center .logo a svg{
    width: 100%;
    height: auto;
    transition: all 1s ease;
}

.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: left;}
.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;}
.a_slc1 h1 br{
    display: none;
}

@media (max-width: 768px) {
.a_slc1{padding-top: 78.14vw;padding-bottom: 72.4vw;}
.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 01
------------------------------*/
.slc1_404{
	width: 100%;
	height: auto;
	display: block;
	background-color: #E4E4DB;
	padding-top: 10.1vw;
	padding-left: 4vw;
	padding-right: 4vw;
	padding-bottom: 6.9vw;
}
.slc1_404 .inner{
	display: flex;
	width: 100%;
	position: relative;
	margin: 0px auto;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding-top: 3.4vw;
	padding-bottom: 3.9vw;
}
.slc1_404 .left{
    width: 63%;
    text-align: right;
}
.slc1_404 .right{
    width: 37%;
    padding-top: 15.45vw;
}
.slc1_404 h1{
  padding-top: 0.1vw;
  margin: 0px;
  font-size: 31.2vw;
  line-height: 1.08;
  letter-spacing: -0.0vw;
  padding-right: 1.5vw;
}
.slc1_404 h1 br{
    display: none;
}

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


.slc1_404 .link{
    display: block;
    padding-top: 0.45vw;
    padding-left: 1.76vw;
}
.slc1_404 .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.9vw;
    transition: all 0.3s ease;
}
.slc1_404 .link a:hover{
    padding-right: 1.74vw;
}
.slc1_404 .link a span.text{
    /* text-decoration: underline; */
    position: relative;
    display: inline-block;
}
.slc1_404 .link a span.text:after{
    content:"";
    width: 100%;
    display: block;
    height: 1px;
    background-color: #232226;
    position: absolute;
    bottom: 0.43vw;
}
.slc1_404 .link a span.icon{position: absolute;top: 0.1vw;right: 0vw;}
.slc1_404 .link a span.icon svg{width: 1vw;height: 1.1vw;}

@media (max-width: 768px) {
    .slc1_404 {
        padding-top: 25.1vw;
        padding-left: 3.3vw;
        padding-right: 3.3vw;
        padding-bottom: 24.1vw;
    }
    .slc1_404 .inner{padding-top: 16vw;padding-bottom: 3.9vw;}
    .slc1_404 h1{
        padding-right: 0vw;
        font-size: 35.1vw;
        padding-top: 1vw;
        line-height: 1.16;
    }
    .slc1_404 h1 br{display: block;}

    .slc1_404 .left{
    width: 100%;
    text-align: center;
}
    .slc1_404 .right{
    width: 100%;
    padding-top: 0vw;
}
    
    .slc1_404 h5.subheading{
        width: 100%;
        padding-left: 0vw;
        letter-spacing: 0.27vw;
        padding-bottom: 7.8vw;
        padding-top: 0.7vw;
        text-align: center;
        font-size: 5.6vw;
        line-height: 1.23;
    }
    .slc1_404 h5.subheading em{
        letter-spacing: 0.1vw;
        font-weight: normal;
    }
    .slc1_404 h5.subheading .icon{
        height: 5.3vw;
        width: 5.3vw;
        padding: 0px;
        top: 1.3vw;
        left: 0.3vw;
    }
    .slc1_404 h5.subheading .icon svg{
        width: 100%;
        height: 100%;
    }

    .slc1_404 .link{
        padding-top: 10.97vw;
        padding-left: 0.1vw;
        text-align: center;
    }
    .slc1_404 .link a{
        font-size: 3.8vw;
        padding-right: 6.34vw;
        letter-spacing: 0.4vw;
    }
    .slc1_404 .link a:hover{
        padding-right: 6.74vw;
    }
    .slc1_404 .link a span.text{}
    .slc1_404 .link a span.icon{
        top: 0.8vw;
    }
    .slc1_404 .link a span.icon svg{
        width: 3.6vw;
        height: 4.1vw;
    }
    .slc1_404 .link a span.text:after{
        bottom: 1.3vw;
    }
}












.top_line,
.bottom_line{
    width: 100%;
    display: block;
    padding-left: 0vw;
    padding-right: 0vw;
    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: 0vw;
        padding-right: 0vw;
    }
    .top_line span,
    .bottom_line 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(404-bg.jpg);
    position: absolute;
    top: 0vw;
    left: 0vw;
}

.footer .footer_s1{
    width: 100%;
    display: block;
    padding-top: 7vw;
    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 iframe{
    width: 100% !important;
    height: 11.9vw !important;
}
.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_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: 18vw;
    }
    .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;
    }
    
}