:root {
  font-size: 1vw;
}
@media(min-width:2560px){
    :root{
        font-size:22px;
    }
}
@media(max-width:767px){
    :root{
        font-size:5px;
    }
    main {
        padding: 0px !important;
        margin-top: 15rem;
    }
}
@media(max-width:500px){
    :root{
        font-size:1vw;
    }
}


body {
  font-family: "General Sans";
  font-style: 300;
  font-weight: normal;
  font-size: 1rem;
  color: rgb(0, 0, 0);
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  background-color: #FEFBEF;
}

span{
  font-family: 'Syne';
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #0D0D0D;
}

h1 {
  font-family: "Carefree Serif";
}

h1 i{
  font-family: "Carefree Serif";
  font-weight: 200;
  font-style: italic;
}


h2 {
  font-family: "Carefree Serif";
  font-weight: 200;
}

h2 i{
  font-weight: 300;
}

h3 {
  font-family: "Founders Grotesk";
}

.desktop_only {
  display: block;
}

.mobile_only {
  display: none !important;
}

.site_button {
  position: relative;
  border: 1px solid #fc7e6b;
}

a.site_button span img {
  height: 0.6rem;
  position: absolute;
  right: -1.9rem;
  top: 40%;
  width: 3.6rem;
}

.site_button span {
    position: absolute;
    top: 0.87rem;
    right: -2rem;
    height: 0.7rem;
    width: 3.95rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.55s ease 0s !important;
}

.site_button:hover {
  transition: all 0.55s ease 0s;
  background-color: transparent;
  border: 1px solid #0D0D0D;
  color: #0D0D0D !important;
}

.news_btn,
.btn{
  font-family: 'Syne';
  font-weight: bold;
}
a:hover {
    -webkit-filter: unset;
    filter: unset;
}
.site_button {
    padding: 0.8rem 2.5rem;
    background-color: #FC7E52;
    font-family: 'Syne';
    margin-top: 2.2rem;
    position: relative;
    display: block;
    color: #0D0D0D;
    border-radius: 10rem;
    width: 27.1rem;
    font-size: 0.79rem;
    transition: all 0.55s ease 0s !important;
    text-transform: uppercase;
    letter-spacing: 0rem;
    font-weight: bold;
    padding-top: 0.7em;
    line-height: 1.5;
}

.site_button:hover {
  width: 30rem;
  color: rgb(255, 255, 255);
  -webkit-filter: unset;
  filter: unset;
}

.section_inner {
  margin: 0px auto;
}

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

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
  color: #0D0D0D;
}
    br.d{ display:block; }
    br.m{ display:none; }
@media (max-width: 1024px) and (min-width: 768px){
    body{
        font-size:1.4rem;
    }
    br.d{ display:none; }
    br.m{display:block;}
}
@media screen and (max-width: 767px) {
  body {font-size: 3.8rem;letter-spacing: 0.05rem;line-height: 1.53;}

  .desktop_only {
    display: none;
  }
    br.d{ display:none; }
    br.m{ display:block; }
  h1 {}

  h2 {}

  h3 {}

  .mobile_only {
    display: block !important;
  }

    .site_button {
        font-size: 3.5rem;
        padding: 2rem 6.5rem;
    }

  .section_inner {
    margin: 0px auto;
    /* width: 93vw; */
    padding-left: 1.4rem;
  }

  .section_left_item,
  .section_right_item {
    width: 100%;
  }

  .section_inner.aos-init.aos-animate {
    min-height: 81vh;
  }

  .site_button span {
    top: 0rem !important;
    height: 100% !important;
}
}

.hp_desktop_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80rem;
  margin: 0px auto;
}

.desktop_menu_left {
  display: flex;
  justify-content: end;
  width: 36.5rem;
  gap: 5.7rem;
  padding-top: 0.6rem;
}

.desktop_menu_left li a {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Syne;
  letter-spacing: 0.06rem;
  color: rgb(13, 13, 13) !important;
}

.desktop_menu_right {
  display: flex;
  justify-content: left;
  width: 36.5rem;
  gap: 5.5rem;
  padding-top: 0.6rem;
}

.desktop_menu_right li a {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Syne;
  letter-spacing: 0.06rem;
  color: rgb(13, 13, 13) !important;
}

.desktop_menu_center {
  width: 30rem;
}
.logo img,
.natalie_logo img {
    width: 15.7rem !important;
    margin: 0px auto;
    max-width: unset;
}

.natalie_logo.mobile_only img {
  width: 40rem;
  margin: inherit;
}
.header__block--dropdown{
  margin-left: 4.67rem !important;
}
.header a, .header a.link-list__link, .dropdown a.dropdown__trigger {
    font-size: 0.95rem;
    text-transform: uppercase;
    font-family: Syne;
    letter-spacing: -0.01rem;
    color: rgb(13, 13, 13) !important;
    filter: brightness(100%) !important;
    font-weight: 600;
}
.dropdown__item a{
  font-size: 70%;
}
.dropdown a.dropdown__trigger:hover{
      color: #fc7e52 !important;
}
.dropdown.dropdown--open a.dropdown__trigger{
      color: #fc7e52 !important;
}

.header {
  background-color: rgb(254, 251, 239);
  padding: 1.06rem 0.5rem 0.5rem 0.5rem;
  border-bottom: 1px solid rgb(13, 13, 13);
  box-shadow: none;
      transition: unset;
}
.link-list.justify-content-right {
    margin-right: 2.65rem;
    gap: 4.62rem;
    padding-top: 0.1rem;
}
.link-list.justify-content-left {
    gap: 4.67rem;
    margin-left: 2.6rem;
    padding-top: 0.1rem;
}
.link-list.justify-content-left a,

.link-list.justify-content-right a{
    /* font-size: 0.95rem; */
}
.link-list.justify-content-left a:hover,

.link-list.justify-content-right a:hover{
    text-decoration: underline;
    color: #fc7e52 !important;
}

.link-list.justify-content-left {
}
.responsive-menu ul li a::after,
.hp_header_right li a::after {
  content: " ";
  width: 98%;
  height: 1.5px;
  opacity: 0;
  position: absolute;
  bottom: 45%;
  left: 0px;
  z-index: -1;
  transition: all 0.25s ease 0s;
  background-color: rgb(0, 0, 0);
}


.header .header__wrap .header__content .container{
    max-width: unset;
}


.header a.logo svg{
    height: auto;
    width: 15.8vw;
}
@media (max-width: 1024px) and (min-width: 768px){
    .link-list.justify-content-left a, .link-list.justify-content-right a{
        font-size: 1.5rem;
    }
    .link-list.justify-content-left{
        gap: 0rem;
    }
    .link-list.justify-content-right {
        margin-right: 2.4rem;
        gap: 0rem;
    }
}

@media (min-width: 768px) {
    .header__content--desktop .header__block {
        display: inline-block;
        margin: 0 20px;
    }
}
@media (max-width: 767px) {
    .header {
        padding: 0rem !important;
    }
    body #section-header{
        position: absolute;
        width: 100%;
        z-index: 999;
        background-color: #FEFBEF;
        top: 0rem;
        left: 0rem;
    }
  .hp_header .section_inner {
    position: relative;
    padding: 9.4vw 7.438vw 9.4vw 7.8vw;
  }

  .hp_header_icon {
    width: 8%;
    text-align: right;
    padding-right: 0.99vw;
    margin-top: -0.052vw;
    display: none;
  }
  .header .header__wrap .header__content .container{
        padding-right: 18px;
        padding-left: 18px;
    }
    .header a.logo svg {
        height: auto;
        width: 35.8vw;
        margin-top: 0.2vw;
        overflow: visible;
    }
}

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

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

.responsive-menu-close {
  clear: both;
  height: 9vw;
  width: 9.87vw;
  display: block;
  position: absolute;
  top: 4.7vw;
  right: 3.67vw;
}

.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: rgb(112, 110, 108);
  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: url("m-menu.jpg") 0% 0% / cover rgb(29, 29, 27); */
  z-index: 999999;
  overflow: auto;
  transition: top 0.5s ease 0s;
  padding-top: 0vw;
  display: none;
  background-color: #0D0D0D;
}

.responsive-menu.active {
  top: 0px;
}

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

.responsive-menu .social_icon {
  margin-top: 38vw;
}

.responsive-menu .social_icon ul {
  display: flex;
}

.responsive-menu .social_icon ul li {
  padding: 0px 4vw;
}

.responsive-menu .social_icon ul li.youtube {
  padding: 0px 3vw;
}

.responsive-menu .social_icon ul li.youtube img {
  width: 6vw;
}

.responsive-menu .social_icon ul li img {
  width: 5vw;
  height: auto;
}

.responsive-menu ul li {
  margin: 0px 0px 7vw;
  padding: 0px 18px;
  list-style-type: none;
  position: relative;
  text-align: left;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
  height: auto;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.3vw;
  position: relative;
  text-align: center;
  line-height: 1.52;
  border: 0px;
  margin: 0px;
  color: rgb(255, 255, 255);
  font-family: "MADE Outer Sans";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 6vw !important;
}

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


@media (max-width: 1024px) and (min-width: 768px){
    
}
@media (max-width: 767px) {
  .hp_header_right ul {
    display: none;
  }
    .responsive-menu{
        display:block;
    }
  a.responsive-menu-hand {
    width: 9.4vw;
    height: 7rem;
    margin-top: 0px;
    right: 4vw;
    position: absolute;
    top: 0rem;
  }

  a.responsive-menu-hand span {
    width: 100%;
    height: 2px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0px;
    left: 0px;
  }

  a.responsive-menu-hand span:first-child {
    top: 0vw;
  }

  a.responsive-menu-hand span:nth-child(2) {
    top: 3vw;
  }

  a.responsive-menu-hand span:last-child {
    top: 6vw;
  }

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

  .responsive-menu .hp_header {
    order: 1;
  }

  .responsive-menu .responsive-menu-waper {
    order: 2;
    padding-top: 15.8vw;
    padding-left: 8vw;
    padding-right: 10vw;
  }

  .responsive-menu .hp_header_icon {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 23vw;
    padding-top: 10.7vw;
    padding-bottom: 9vw;
  }
    .responsive-menu-bg{
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0rem;
        left: 0rem;
        width: 100%;
        height: 100%;
        opacity: 0.10;
    }
    .responsive_headerrow1{
        border-bottom: 1px solid #FEFBEF;
        display: block;
        padding-top: 6rem;
        padding-bottom: 4.9rem;
        position: relative;
        z-index: 2;
    }
    .responsive_headerrow1 .inner{
        width: 92rem;
        margin: 0px auto;
    }
    .responsive_headerrow1 .responsive_logo{
        text-align: center;
        padding-right: 15rem;
        padding-left: 15rem;
    }
    .responsive_headerrow1 .responsive_logo a.logo{}
    .responsive_headerrow1 .responsive_logo a.logo svg{
        width: 35.4rem;
        height: auto;
        overflow: visible;
    }
    .responsive_headerrow1 .responsive-menu-head{}
    .responsive_headerrow1 .responsive-menu-head .responsive-menu-close{}
    .responsive_headerrow1 .responsive-menu-head .responsive-menu-close svg{}
    
    .responsive_headerrow2{
        display: block;
        padding-top: 15.5rem;
        padding-bottom: 4.9rem;
        position: relative;
        z-index: 2;
    }
    .responsive_headerrow2 .inner{
        width: 92rem;
        margin: 0px auto;
    }
    .responsive_headerrow2 .link-list{
        display: block;
        margin: 0rem;
    }
    .responsive_headerrow2 .link-list ul{}
    .responsive_headerrow2 .link-list ul li{
        padding-left: 7.8rem;
        margin-bottom: 12.1rem;
    }
    .responsive_headerrow2 .link-list a, .dropdown a.dropdown__trigger{
        font-family: 'Syne';
        font-weight: normal;
        font-size: 4.35rem !important;
      color: #fff !important;
    }
    .dropdown a.dropdown__trigger {
        padding-left: 7.8rem;
        margin-bottom: 12.1rem;
    }
    .dropdown .dropdown__menu {
        width: 66rem;
        background-color: #000000fa;
        left: 0;
    }
    .dropdown .dropdown__item a {
        font-size: 4.35rem !important;
        color: #fff !important;
        padding-left: 7.8rem;
        padding-top: 0;
    }
    .responsive_insta{
        width: 100%;
        display: block;
        padding-left: 8rem;
        padding-top: 11rem;
    }
    .responsive_insta a{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    .responsive_insta .icon{
        display: inline-block;
        width: 5.4rem;
    }
    .responsive_insta .icon svg{
        width: 100%;
        height: auto;
    }
    .responsive_insta .icon svg path{
        fill: #FEFBEF;
    }
    .responsive_insta .itext{
        font-family: 'General Sans';
        color: #FEFBEF;
        font-size: 4.3rem;
        padding-left: 2.7rem;
        line-height: 1.12;
    }
}

.arrow img,
.button_middle .site_button img {
  width: 5.5vw;
  height: auto;
}

.erh_desk_menu_area {
  z-index: 2;
}

.erh_desk_menu_area .erh_desk_menu ul,
.erh_desk_menu_area .erh_desk_menu ul .social,
.menu_link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0px;
  padding: 0px;
  margin-top: 0px;
}

.menu_link {
  width: 80%;
}

.erh_desk_menu_area {
  border-bottom: 1px solid rgb(0, 0, 0);
  border-top: 1px solid rgb(0, 0, 0);
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.erh_desk_menu_area .erh_desk_menu ul li {
  margin: 0px;
  padding: 1vw 5.5vw 1.2vw;
  border-right: 1px solid rgb(0, 0, 0);
}

.erh_desk_menu_area .erh_desk_menu ul li a {
  font-family: "MADE Outer Sans";
  font-weight: 500;
  font-size: 1.2vw;
  color: rgb(0, 0, 0);
  letter-spacing: 0vw;
  position: relative;
}

.erh_desk_menu_area .erh_desk_menu ul li a::after {
  content: "";
  width: 0px;
  height: 2px;
  left: -0.6vw;
  bottom: 35%;
  position: absolute;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  transition: all 0.45s ease 0s;
}

.erh_desk_menu_area .erh_desk_menu ul li a:hover::after {
  opacity: 1;
  width: 120%;
}

.erh_desk_menu_area .erh_desk_menu ul li.insta a:hover::after,
.erh_desk_menu_area .erh_desk_menu ul li.youtube a:hover::after {
  opacity: 0;
}


@media (max-width: 1024px) and (min-width: 768px){
    
}
@media (max-width: 767px) {
  .erh_desk_menu_area {
    display: none;
  }
}

.hp_footer_bottom {
  padding-top: 1.1rem;
  margin: 0px auto;
  padding-left: 2.1rem;
  padding-right: 1.89rem;
  padding-bottom: 1rem;
  background-color: #0D0D0D;
  width: 100%;
}
.hp_footer_bottom .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 96.01rem;
  margin: auto;
}
.hp_footer_bottom .fright ul {
  display: flex;
  margin: 0px;
  justify-content: end;
  width: 30rem;
  color: #FEFBEF;
  margin-top: -0.23rem;
}

.hp_footer_bottom .fright ul li {
  padding: 0px 0.36rem;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.032rem;
}

.hp_footer_bottom .fright ul li a {
  font-size: 0.8rem;
  color: #FEFBEF;
  font-family: "Syne";
  font-weight: 400;
  letter-spacing: 0.078em;
}
.hp_footer_bottom .fright ul li a:hover {
    text-decoration: underline;
}
footer.hp_footer {
  background-color: rgb(254, 251, 239);
  position: relative;
}

.hp_footer::before {
  content: "";
  height: 1px;
  width: 100rem;
  position: absolute;
  bottom: 3.6rem;
  left: 0px;
  background-color: rgb(13, 13, 13);
}

.fleft {
  width: 27rem;
  text-transform: uppercase;
}

.fleft div {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 400;
    font-family: "Syne";
    color: #FEFBEF;
    letter-spacing: 0.087em;
}

.fcenter {
  width: 25rem;
  text-align: center;
}

.fcenter p {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-family: "Syne";
    font-weight: 500;
    color: #FEFBEF;
}

.fcenter p a{
  color: #fc8852;
  border-bottom: 1px solid #fc8852;
}
.fcenter p a:hover {
    color: #FEFBEF;
    border-bottom: 1px solid #FEFBEF;
}
.hp_footer_top {
  padding: 2.78rem 1.8rem 2.6rem 1.87rem;
}
.hp_footer_top .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 96.33rem;
  margin: auto;
}
.ftop_left {
  width: 32.3rem;
}

.ftop_left span {
  text-transform: uppercase;
  color: #fc8852;
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.ftop_left h2 {
  font-size: 5.3rem;
  font-weight: 100;
  line-height: 5.2rem;
  text-transform: uppercase;
  margin-top: 1.2rem;
  letter-spacing: -0.152rem;
  color: #0D0D0D;
}

.ftop_left h2 i {
  text-transform: lowercase;
}

.ftop_right {
  width: 62.22rem;
}

.insta_images {
  margin-top: 0.4rem;
}

.insta_images ul {
  display: flex;
  justify-content: space-between;
}

.ftop_right span {
  text-align: right;
  display: block;
  margin-top: 1.3rem;
  padding-right: 0rem;
  font-size: 1.1rem;
  letter-spacing: 0rem;
  font-family: "General Sans";
  color: #0D0D0D;
}

.ftop_right span:hover{
  color: #FC7E52;
}

.insta_images img {
  /* width: 15rem; */
  height: auto;
}

footer.hp_footer .section_inner {
  margin: 0px auto;
  padding-left: 0;
  /* width: 98rem; */
}


.hp_footer_center{
    position: relative;
    padding-top: 11.04rem;
    padding-bottom: 10.7rem;
}
.hp_footer_cbg{
    width: 102%;
    margin-left: -1%;
    position: absolute;
    top: 0vw;
    left: 0vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-color: #0D0D0D;
}
.hp_footer_cbg.desktop_only{
    background-attachment: fixed;
}
.hp_footer_cbg.mobile_only{
    background-attachment: unset;
}
.hp_footer_cbg:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #0D0D0D;
    opacity: 0.65;
}
.hp_footer_center .inner{
    max-width: 60rem;
    margin: 0px auto;
    position: relative;
}
.hp_footer_center h2{
    color: #FCFCFC;
    font-size: 3.4rem;
    text-align: center;
    letter-spacing: -0.076rem;
}
.hp_footer_center h2 i{
    color: #FC7E52;
}
.hp_footer_center h2 br.m{}
.hp_footer_center h2 br.d{}
.hp_footer_center article{
    font-size: 0.9rem;
    letter-spacing: 0.036rem;
    font-weight: 500;
    padding-right: 0.5rem;
    padding-bottom: 4rem;
    color: #FCFCFC;
    text-align: center;
    padding-top: 1.54rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.hp_footer_center article p{}
.hp_footer_center article br.m{}
.hp_footer_center article br.d{}
.hp_footer_center .hp_footer_cform{
    width: 100%;
    display: block;
    padding-left: 3rem;
    padding-right: 0rem;
}
.hp_footer_center .footer_formin{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.hp_footer_center .footer_formin input{
    background-color: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #FCFCFC !important;
    color: #FCFCFC;
    border-radius: 0px;
    padding: 12px 0px 0px 3px;
    height: 2.7rem;
    font-family: 'Syne';
    font-weight: bold;
    font-size: 0.7rem;
    letter-spacing: 0.08rem;
}
.hp_footer_center .footer_formin .text-field{width: 24.7%;margin: 0px;}
.hp_footer_center .footer_formin .email-field{
    width: 33.7%;
    margin-left: 5.5%;
    margin-bottom: 0px;
}
.hp_footer_center .button_middle{
    width: 28.7%;
    margin-left: 6.5%;
}
.hp_footer_center .button_middle button{
    margin: 0px;
    font-size: 1.015rem;
    padding: 0.7rem 2.5rem 0.46rem 3.2rem;
    letter-spacing: -0.019rem;
    box-shadow: 0px 7px 0px #FCFCFC;
    text-align: left;
    width: 88%;
    color: #FCFCFC !important;
}
.hp_footer_center .button_middle button.site_button{}
.hp_footer_center .button_middle button.site_button span{
    top: 0.8rem;
    right: -1.93rem;
    height: 1rem;
    width: 4.7rem;
    transition: all 0.55s ease 0s !important;
}
.hp_footer_center .button_middle button.site_button span svg{
    width: 100%;
    height: auto;
}
.hp_footer_center .button_middle button.site_button span svg path{
    fill: #FCFCFC;
}
.hp_footer_center .button_middle button.site_button:hover span{
  right: -3rem;
}
.hp_footer_center .button_middle button:hover{
  /* background-color: #0D0D0D; */
  background-color: #FC7E52;
  /* color: #0D0D0D !important; */
  border: 1px solid #0D0D0D;
  box-shadow: 0px 7px 0px #0D0D0D;
}
.hp_footer_logomenu{
    background-color: #0D0D0D;
    width: 100%;
    padding-top: 1.12vw;
    padding-left: 1.94vw;
    padding-right: 1.94vw;
    padding-bottom: 1vw;
    border-bottom: 1px solid #FEFBEF;
}
.hp_footer_logomenu .inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 96.12rem;
    margin: auto;
}
.hp_footer_logomenu .flogomenu_left{
    width: 20%;
}
.hp_footer_logomenu .flogomenu_left svg{
    height: auto;
    width: 15.77rem;
}
.hp_footer_logomenu .flogomenu_right{
    width: 80%;
    padding-left: 4.44vw;
    padding-right: 0.5vw;
    padding-top: 0.86vw;
}
.hp_footer_logomenu .flogomenu_right ul{
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: space-between;
}
.hp_footer_logomenu .flogomenu_right ul li{
    font-family: Syne;
    letter-spacing: 0.06rem;
    filter: brightness(100%) !important;
    font-weight: 400;
    margin: 0px;
    font-size: 1.01vw;
}
.hp_footer_logomenu .flogomenu_right ul li a{
    color: #FEFBEF;
}
.hp_footer_logomenu .flogomenu_right ul li a:hover {
    color: #FC7E52;
}
@media (max-width: 1024px) and (min-width: 768px){
    .hp_footer_center .inner{
        max-width: 76rem;
    }
    .hp_footer_center article{
        font-size: 1.4rem;
    }
    .hp_footer_center .footer_formin input{
        font-size: 1.2rem;
        height: auto;
    }
    .hp_footer_center .button_middle button{
        font-size: 1.3rem;
        padding: 0.9rem 2.5rem 0.46rem 3.2rem;
        letter-spacing: -0.019rem;
        box-shadow: 0px 3px 0px #FCFCFC;
    }
    .hp_footer_logomenu .flogomenu_right ul li a{
        font-size: 1.3vw;
    }
    .fleft div,
    .fcenter p,
        .hp_footer_bottom .fright ul li a{
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    .hp_footer_center{
        padding-top: 25.2rem;
        padding-bottom: 30.2rem;
    }
    .hp_footer_center .inner{
        max-width: 90rem;
    }
    .hp_footer_center h2{
        font-size: 14rem;
        text-align: center;
        letter-spacing: -0.34rem;
        line-height: 0.88;
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .hp_footer_center article{
        font-size: 3.8rem;
        letter-spacing: 0.05rem;
        line-height: 1.53;
        padding-top: 4.8rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-weight: 400;
    }
    .hp_footer_center .hp_footer_cform{
        padding-left: 14.2rem;
        padding-right: 14.2rem;
        padding-top: 3.2rem;
    }
    .hp_footer_center .footer_formin input{
        height: auto;
        text-align: center;
        font-size: 3.2rem;
        padding: 2.1rem 0rem 2.1rem 0rem;
    }
    .hp_footer_center .footer_formin .text-field{
        width: 100%;
        padding-bottom: 5.7rem;
    }
    .hp_footer_center .footer_formin .email-field{
        width: 100%;
        margin-left: 0%;
    }
  .hp_footer_center .button_middle{
        width: 100%;
        margin-left: 0%;
        padding-top: 8.6rem;
        padding-left: 4rem;
        padding-right: 5.3rem;
    }
    .hp_footer_center .button_middle button.site_button{
        text-align: center;
        font-size: 3.8rem;
        padding: 2.7rem 11.5rem 2.7rem 9.2rem;
        letter-spacing: -0.23rem;
        box-shadow: 2px 4px 1px #FCFCFC;
        line-height: 1;
    }
    .hp_footer_center .button_middle button.site_button span{
        top: 0.1rem;
        right: -8rem;
        height: 100%;
        width: 16.2rem;
        display: flex;
    }
.hp_footer_center .button_middle button.site_button:hover span{
  right: -10rem;
}
    .hp_footer_logomenu{
        padding-top: 12.2vw;
        padding-left: 1.94vw;
        padding-right: 1.94vw;
        padding-bottom: 8vw;
    }
    .hp_footer_logomenu .inner{
        max-width: 89.12rem;
    }
    .hp_footer_logomenu .flogomenu_left{
        width: 100%;
        text-align: center;
        padding-bottom: 9.5rem;
    }
    .hp_footer_logomenu .flogomenu_left svg{
        width: 70.8rem;
    }
    .hp_footer_logomenu .flogomenu_right{
        width: 100%;
        display: block;
        padding-left: 0rem;
        padding-right: 0rem;
        padding-top: 0.3vw;
    }
    .hp_footer_logomenu .flogomenu_right ul{
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding-left: 1.6rem;
    }
    .hp_footer_logomenu .flogomenu_right ul li{
        width: 50%;
        text-align: center;
        font-size: 4.42vw;
        letter-spacing: 0.3rem;
        padding-bottom: 5rem;
    }
}










/******* Section 01 *******************/
.thpop1{
    width: 100%;
    height: auto;
    padding-top: 5.8rem;
    padding-bottom: 10.28rem;
    border-bottom: 1px solid #0D0D0D;
}
.thpop1_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0vw;
    left: 0vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.thpop1_bg:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #0D0D0D;
    opacity: 0.65;
}
.thpop1_bg.desktop_only{}
.thpop1_bg.mobile_only{
    background-attachment: unset;
}
.thpop1 .section_inner{
    padding: 0vw;
    position: relative;
    width: 78.1vw;
}
.thpop1 .sub_heading{
    color: rgb(252, 126, 82);
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    display: block;
    text-align: center;
    font-weight: 500;
}
.thpop1 .sub_heading br.m{}
.thpop1 .sub_heading br.d{}
.thpop1 h1{
    /* text-transform: uppercase; */
    color: #FCFCFC;
    font-size: 9.8rem;
    letter-spacing: -0.26rem;
    font-weight: 200;
    padding-top: 2.3rem;
    text-align: center;
}
.thpop1 h1 i{
    letter-spacing: -0.23rem;
    font-size: 10.3rem;
    color: #FC7E52;
}
.thpop1 h1 br.m{}
.thpop1 h1 br.d{}
.thpop1 article{
    font-weight: 400;
    padding-top: 0.59rem;
    font-size: 1.14rem;
    letter-spacing: 0.002rem;
    padding-right: 15rem;
    padding-bottom: 3.34rem;
    padding-left: 15rem;
    text-align: center;
    color: #FCFCFC;
}
.thpop1 article p{
    color: #FCFCFC;
}
.thpop1 article strong{color: #FC7E52;}
.thpop1 article strong.s1{color: #FCFCFC;font-weight: 400;}
.thpop1 article br.m{}
.thpop1 article br.d{}
.thpop1 .svg_arrow{
    display: block;
    width: 100%;
    text-align: center;
}
.thpop1 .svg_arrow span{
    display: block;
    margin: 0px auto;
    width: 1.8rem;
}
.thpop1 .svg_arrow svg{
    width: 100%;
    height: auto;
}
.thpop1 .svg_arrow svg line{
    stroke: #FCFCFC;
}
.thpop1 .svg_arrow svg path{
    fill: #FCFCFC;
}

@media (max-width: 1024px) and (min-width: 768px){
    .thpop1 .sub_heading{
        font-size: 1.3rem;
    }
    .thpop1 article{
        font-size: 1.4rem;
        padding-right: 11rem;
        padding-left: 11rem;
    }
    .thpop1 .svg_arrow span{
        width: 2.8rem;
    }
}
@media (max-width: 767px) {
    section.thpop1{
        width: 100%;
        height: auto;
        padding-top: 23.5rem;
        padding-bottom: 33.35rem;
    }
    .thpop1 .section_inner{
        width: 90.1vw;
    }
    .thpop1 .sub_heading{
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    .thpop1 h1{
        font-size: 16.5rem;
        letter-spacing: -0.26rem;
        padding-top: 6.1rem;
        padding-left: 10rem;
        padding-right: 10rem;
        line-height: 0.96;
    }
    .thpop1 h1 i{
        font-size: 16.5rem;
    }
    .thpop1 article{
        padding-top: 10.4rem;
        padding-right: 0rem;
        padding-bottom: 10.34rem;
        padding-left: 0rem;
        font-size: 3.8rem;
        letter-spacing: 0.05rem;
        line-height: 1.53;
    }
    .thpop1 .svg_arrow span{
        width: 7.8rem;
    }
    
    .thpop1 article strong.s1{
        display: block;
        text-transform: uppercase;
        font-family: 'Syne';
        font-weight: normal;
        font-size: 4.7rem;
        line-height: 1.21;
        letter-spacing: 0vw;
        padding-bottom: 3.1rem;
    }
}









/***** Section 02 ******************/
.thpop2{
    padding-bottom: 5.5rem;
}
.thpop2 .section_inner{
    padding: 0px;
    max-width: 55.6vw;
    /* margin-top: -4rem; */
    padding-left: 0.06rem;
}
.thpop2 article{
    margin-top: -3.78rem;
    display: block;
    position: relative;
    background-color: #FCFCFC;
    border: 1px solid #0D0D0D;
    padding: 4.5rem 4rem 5.9rem 4rem;
    text-align: center;
}
.thpop2 .sub_heading{
    color: rgb(252, 126, 82);
    
    
    
/* CUstom font referance

@font-face {
    font-family: 'Carisma Classic 300';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/28edd3c-dd43-04b8-621a-eba145c43621_CarismaClassic-300Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Carefree Serif';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/7b2d5c-eb4-cd40-5b61-342431f6ea7d_CarefreeSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Carefree Serif';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/86144ac-0a4f-ced5-ff4d-7f731c4a73_CarefreeSerif-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Carefree Serif';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/6ff2af-6207-bcbe-10ff-b4e5b3370e6_CarefreeSerif-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'General Sans';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/c864bdf-dcb0-c33-c2af-27f45fe886b_GeneralSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Cicle';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/dbdf1ff-f617-612-281-a1af18c55ec_CicleFina.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Carefree Serif';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/de50dd-af60-4f48-28d-babc0441c5d_CarefreeSerif-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Cormorant Garamond';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/ae44b5-d822-7408-e6e-084b2aacf4a_CormorantGaramond-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Syne';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/dbaf4ae-c367-71a4-65dd-848357b01b80_Syne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Syne';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/cfdfccf-c654-4b4-b0c1-7816f44b311_Syne-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'General Sans';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/c21c4-6757-864e-555e-a88b8e73ebf_GeneralSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
      font-family: 'General Sans';
      src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/4b4e506-ec71-bdfe-22e0-d54a31cef275_GeneralSans-Medium.ttf') format('truetype');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
  }
  
  
  @font-face {
    font-family: 'Founders Grotesk';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/8f4c70b-c1cd-36f-236-2d582aea11_FoundersGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Helvetica';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/f14c2c5-fd6-3c4b-f25-f10a5278174e_Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

*/
    @font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('helveticaneueltstd-hvex.woff2') format('woff2'),
        url('helveticaneueltstd-hvex.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:
    root {
  font-size: 1vw;
}
    @media(min-width:2560px){
 :root{
  font-size:22px;
 }
}
    @media(max-width:767px){
 :root{
  font-size:5px;
 }
}
    @media(max-width:500px){
 :root{
  font-size:1vw;
 }
}
    body {
  font-family: "General Sans";
    font-style: 300;
    font-weight: normal;
    font-size: 1rem;
    color: rgb(0, 0, 0);
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    background-color: #FEFBEF;
}
    span{
  font-family: 'Syne';
    font-weight: normal;
}
    h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
    h1 {
  font-family: "Carefree Serif";
}
    h1 i{
  font-family: "Carefree Serif";
    font-weight: 200;
    font-style: italic;
}
    h2 {
  font-family: "Carefree Serif";
    font-weight: 200;
}
    h2 i{
  font-weight: 300;
}
    h3 {
  font-family: "Founders Grotesk";
}

.desktop_only {
    display: block;
}

.mobile_only {
    display: none !important;
}

.site_button {
    position: relative;
    border: 1px solid #fc7e6b;
}
    a.site_button span img {
  height: 0.6rem;
    position: absolute;
    right: -1.9rem;
    top: 40%;
    width: 3.6rem;
}

.site_button
    span {
    position: absolute;
    top: 0.87rem;
    right: -2rem;
    height: 0.7rem;
    width: 3.95rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.site_button:
    hover {
  transition: all 0.55s ease 0s;
    background-color: transparent;
    border: 1px solid #fc7e6b;
    color: #FC7E52 !important;
}

.news_btn,
.btn{
    font-family: 'Syne';
    font-weight: bold;
}

.site_button {
    padding: 0.8rem 2.5rem;
    background-color: #FC7E52;
    font-family: 'Syne';
    margin-top: 2.2rem;
    position: relative;
    display: block;
    color: #0D0D0D;
    border-radius: 10rem;
    width: 27.1rem;
    font-size: 0.79rem;
    transition: all 0.55s ease 0s !important;
    text-transform: uppercase;
    letter-spacing: 0rem;
    font-weight: bold;
    padding-top: 0.7em;
    line-height: 1.5;
}

.site_button:
    hover {
  width: 30rem;
    color: rgb(255, 255, 255);
}

.section_inner {
    margin: 0px auto;
}
    ul {
  list-style: none;
    padding-left: 0px;
    margin: 0px;
}
    a {
  text-decoration: none;
}
    p {
  margin-bottom: 0;
    color: #0D0D0D;
}
    @media (max-width: 1024px) and (min-width: 768px){
 body{
  font-size:1.4rem;
 }
 br.d{
    display:none; }
 br.m{
    display:block; }
}
    @media screen and (max-width: 767px) {
  body {}

  .desktop_only {
    display: none;
  }
 br.d{
    display:none; }
 br.m{
    display:block; }
  h1 {}

  h2 {}

  h3 {}

  .mobile_only {
    display: block !important;
  }

    .site_button {
    font-size: 3.5rem;
    padding: 2rem 6.5rem;
    }

  .section_inner {
    margin: 0px auto;
    /* width: 93vw; */
    padding-left: 1.4rem;
  }

  .section_left_item,
  .section_right_item {
    width: 100%;
  }

  .section_inner.aos-init.aos-animate {
    min-height: 81vh;
  }
}

.hp_desktop_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80rem;
    margin: 0px auto;
}

.desktop_menu_left {
    display: flex;
    justify-content: end;
    width: 36.5rem;
    gap: 5.7rem;
    padding-top: 0.6rem;
}

.desktop_menu_left
    li a {
  font-size: 1rem;
    text-transform: uppercase;
    font-family: Syne;
    letter-spacing: 0.06rem;
    color: rgb(13, 13, 13) !important;
}

.desktop_menu_right {
    display: flex;
    justify-content: left;
    width: 36.5rem;
    gap: 5.5rem;
    padding-top: 0.6rem;
}

.desktop_menu_right
    li a {
  font-size: 1rem;
    text-transform: uppercase;
    font-family: Syne;
    letter-spacing: 0.06rem;
    color: rgb(13, 13, 13) !important;
}

.desktop_menu_center {
    width: 30rem;
}
.logo
    img,
.natalie_logo img {
    width: 15.7rem !important;
    margin: 0px auto;
    max-width: unset;
}

.natalie_logo.mobile_only
    img {
  width: 40rem;
    margin: inherit;
}

.header
    a, .header a.link-list__link {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: Syne;
    letter-spacing: -0.06rem;
    color: rgb(13, 13, 13) !important;
    filter: brightness(100%) !important;
    font-weight: 600;
}
    div#section-header {
  background-color: rgb(254, 251, 239);
    padding: 1.06rem 0px 0.5rem 0.5rem;
    border-bottom: 1px solid rgb(13, 13, 13);
}
.link-list.justify-content-right {
    margin-right: 2.4rem;
    gap: 4.5rem;
}
.link-list.justify-content-left {
    margin-left: 2.4rem;
    gap: 4.5rem;
}
.link-list.justify-content-left
    a,

.link-list.justify-content-right a{
    font-size: 0.95rem;
}
.link-list.justify-content-left
    a:hover,

.link-list.justify-content-right a:hover{
    text-decoration: underline;
}

.link-list.justify-content-left {
    margin-left: 2.8rem;
}
.responsive-menu
    ul li a::after,
.hp_header_right li a::after {
  content: " ";
    width: 98%;
    height: 1.5px;
    opacity: 0;
    position: absolute;
    bottom: 45%;
    left: 0px;
    z-index: -1;
    transition: all 0.25s ease 0s;
    background-color: rgb(0, 0, 0);
}


.header .header__wrap .header__content .container{
    max-width: unset;
}
    @media (max-width: 1024px) and (min-width: 768px){
 .link-list.justify-content-left a, .link-list.justify-content-right a{
  font-size: 1.5rem;
 }
 .link-list.justify-content-left{
    gap: 0rem;
    }
    .link-list.justify-content-right {
    margin-right: 2.4rem;
    gap: 0rem;
    }
}
    @media (min-width: 768px) {
    .header__content--desktop .header__block {
        display: inline-block;
    margin: 0 20px;
    }
}
    @media (max-width: 767px) {
    div#section-header{
        padding: 1.0rem 0px 1.1rem 0.5rem;
    }
  .hp_header .section_inner {
    position: relative;
    padding: 9.4vw 7.438vw 9.4vw 7.8vw;
  }

  .hp_header_icon {
    width: 8%;
    text-align: right;
    padding-right: 0.99vw;
    margin-top: -0.052vw;
    display: none;
  }
  .header .header__wrap .header__content .container{
    padding-right: 18px;
    padding-left: 18px;
    }
}

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

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

.responsive-menu-close {
    clear: both;
    height: 9vw;
    width: 9.87vw;
    display: block;
    position: absolute;
    top: 4.7vw;
    right: 3.67vw;
}

.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: rgb(112, 110, 108);
    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: url("m-menu.jpg") 0% 0% / cover rgb(29, 29, 27); */
    z-index: 999999;
    overflow: auto;
    transition: top 0.5s ease 0s;
    padding-top: 0vw;
    display: none;
    background-color: #0D0D0D;
}

.responsive-menu.active {
    top: 0px;
}

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

.responsive-menu .social_icon {
    margin-top: 38vw;
}

.responsive-menu .social_icon
    ul {
  display: flex;
}

.responsive-menu .social_icon
    ul li {
  padding: 0px 4vw;
}

.responsive-menu .social_icon
    ul li.youtube {
  padding: 0px 3vw;
}

.responsive-menu .social_icon
    ul li.youtube img {
  width: 6vw;
}

.responsive-menu .social_icon
    ul li img {
  width: 5vw;
    height: auto;
}

.responsive-menu
    ul li {
  margin: 0px 0px 7vw;
    padding: 0px 18px;
    list-style-type: none;
    position: relative;
    text-align: left;
}

.responsive-menu
    ul li a,
.responsive-menu .pf4_header_userarea span a {
  height: auto;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.3vw;
    position: relative;
    text-align: center;
    line-height: 1.52;
    border: 0px;
    margin: 0px;
    color: rgb(255, 255, 255);
    font-family: "MADE Outer Sans";
    text-transform: uppercase;
    font-weight: 500;
    font-size: 6vw !important;
}

.responsive-menu
    ul li:hover {
  text-decoration: none;
}
    @media (max-width: 1024px) and (min-width: 768px){}
    @media (max-width: 767px) {
  .hp_header_right ul {
    display: none;
  }
    .responsive-menu{
    display:block;
    }
  a.responsive-menu-hand {
    width: 9.4vw;
    height: 7rem;
    margin-top: 0px;
    right: 4vw;
    position: absolute;
    top: 0rem;
  }

  a.responsive-menu-hand span {
    width: 100%;
    height: 2px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0px;
    left: 0px;
  }

  a.responsive-menu-hand span:
    first-child {
    top: 0vw;
  }

  a.responsive-menu-hand span:nth-child(2) {
    top: 3vw;
  }

  a.responsive-menu-hand span:
    last-child {
    top: 6vw;
  }

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

  .responsive-menu .hp_header {
    order: 1;
  }

  .responsive-menu .responsive-menu-waper {
    order: 2;
    padding-top: 15.8vw;
    padding-left: 8vw;
    padding-right: 10vw;
  }

  .responsive-menu .hp_header_icon {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 23vw;
    padding-top: 10.7vw;
    padding-bottom: 9vw;
  }
    .responsive-menu-bg{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    opacity: 0.10;
    }
    .responsive_headerrow1{
    border-bottom: 1px solid #FEFBEF;
    display: block;
    padding-top: 6rem;
    padding-bottom: 4.9rem;
    position: relative;
    z-index: 2;
    }
    .responsive_headerrow1 .inner{
    width: 92rem;
    margin: 0px auto;
    }
    .responsive_headerrow1 .responsive_logo{
    text-align: center;
    padding-right: 15rem;
    padding-left: 15rem;
    }
    .responsive_headerrow1 .responsive_logo a.logo{}
    .responsive_headerrow1 .responsive_logo a.logo svg{
    width: 35.4rem;
    height: auto;
    }
    .responsive_headerrow1 .responsive-menu-head{}
    .responsive_headerrow1 .responsive-menu-head .responsive-menu-close{}
    .responsive_headerrow1 .responsive-menu-head .responsive-menu-close svg{}
    
    .responsive_headerrow2{
    display: block;
    padding-top: 15.5rem;
    padding-bottom: 4.9rem;
    position: relative;
    z-index: 2;
    }
    .responsive_headerrow2 .inner{
    width: 92rem;
    margin: 0px auto;
    }
    .responsive_headerrow2 .link-list{
    display: block;
    margin: 0rem;
    }
    .responsive_headerrow2 .link-list ul{}
    .responsive_headerrow2 .link-list ul li{
    padding-left: 7.8rem;
    margin-bottom: 12.1rem;
    }
    .responsive_headerrow2 .link-list a{
    font-family: 'Syne';
    font-weight: normal;
    font-size: 4.35rem !important;
    }

 .responsive_insta{
    width: 100%;
    display: block;
    padding-left: 8rem;
    padding-top: 11rem;
    }
 .responsive_insta a{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    }
 .responsive_insta .icon{
    display: inline-block;
    width: 5.4rem;
    }
 .responsive_insta .icon svg{
    width: 100%;
    height: auto;
    }
 .responsive_insta .icon svg path{
    fill: #FEFBEF;
    }
 .responsive_insta .itext{
    font-family: 'General Sans';
    color: #FEFBEF;
    font-size: 4.3rem;
    padding-left: 2.7rem;
    line-height: 1.12;
    }
}

.arrow
    img,
.button_middle .site_button img {
  width: 5.5vw;
    height: auto;
}

.erh_desk_menu_area {
    z-index: 2;
}

.erh_desk_menu_area .erh_desk_menu
    ul,
.erh_desk_menu_area .erh_desk_menu ul .social,
.menu_link {
  display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0px;
    padding: 0px;
    margin-top: 0px;
}

.menu_link {
    width: 80%;
}

.erh_desk_menu_area {
    border-bottom: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgb(0, 0, 0);
    background-image: url("background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.erh_desk_menu_area .erh_desk_menu
    ul li {
  margin: 0px;
    padding: 1vw 5.5vw 1.2vw;
    border-right: 1px solid rgb(0, 0, 0);
}

.erh_desk_menu_area .erh_desk_menu
    ul li a {
  font-family: "MADE Outer Sans";
    font-weight: 500;
    font-size: 1.2vw;
    color: rgb(0, 0, 0);
    letter-spacing: 0vw;
    position: relative;
}

.erh_desk_menu_area .erh_desk_menu
    ul li a::after {
  content: "";
    width: 0px;
    height: 2px;
    left: -0.6vw;
    bottom: 35%;
    position: absolute;
    background-color: rgb(0, 0, 0);
    opacity: 0;
    transition: all 0.45s ease 0s;
}

.erh_desk_menu_area .erh_desk_menu
    ul li a:hover::after {
  opacity: 1;
    width: 120%;
}

.erh_desk_menu_area .erh_desk_menu
    ul li.insta a:hover::after,
.erh_desk_menu_area .erh_desk_menu ul li.youtube a:hover::after {
  opacity: 0;
}
    @media (max-width: 1024px) and (min-width: 768px){}
    @media (max-width: 767px) {
  .erh_desk_menu_area {
    display: none;
  }
}

.hp_footer_bottom {
    padding-top: 1.13rem;
    margin: 0px auto;
    padding-left: 2.1rem;
    padding-right: 1.89rem;
    padding-bottom: 0.8rem;
    background-color: #0D0D0D;
    width: 100%;
}
.hp_footer_bottom .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 96.01rem;
    margin: auto;
}
.hp_footer_bottom .fright
    ul {
  display: flex;
    margin: 0px;
    justify-content: end;
    width: 30rem;
    color: #FEFBEF;
}

.hp_footer_bottom .fright
    ul li {
  padding: 0px 0.3rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hp_footer_bottom .fright
    ul li a {
  font-size: 0.73rem;
    color: #FEFBEF;
    font-family: "Syne";
    font-weight: 600;
}
    footer.hp_footer {
  background-color: rgb(254, 251, 239);
    position: relative;
}

.hp_footer::
    before {
  content: "";
    height: 1px;
    width: 100rem;
    position: absolute;
    bottom: 3.6rem;
    left: 0px;
    background-color: rgb(13, 13, 13);
}

.fleft {
    width: 27rem;
    text-transform: uppercase;
}

.fleft
    div {
  text-transform: uppercase;
    font-size: 0.74rem;
    font-weight: 600;
    font-family: "Syne";
    color: #FEFBEF;
}

.fcenter {
    width: 25rem;
    text-align: center;
}

.fcenter
    p {
  text-transform: uppercase;
    font-size: 0.8rem;
    font-family: "Syne";
    font-weight: bold;
    color: #FEFBEF;
}

.fcenter
    p a{
  color: #fc8852;
    border-bottom: 1px solid #fc8852;
}

.hp_footer_top {
    padding: 3.95rem 1.8rem 4.3rem 1.87rem;
}
.hp_footer_top .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 96.33rem;
    margin: auto;
}
.ftop_left {
    width: 32.3rem;
}

.ftop_left
    span {
  text-transform: uppercase;
    color: #fc8852;
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.ftop_left
    h2 {
  font-size: 5.3rem;
    font-weight: 100;
    line-height: 5.2rem;
    text-transform: uppercase;
    margin-top: 1.2rem;
    letter-spacing: -0.152rem;
    color: #0D0D0D;
}

.ftop_left
    h2 i {
  text-transform: lowercase;
}

.ftop_right {
    width: 62.22rem;
}

.insta_images {
    margin-top: 0.4rem;
}

.insta_images
    ul {
  display: flex;
    justify-content: space-between;
}

.ftop_right
    span {
  text-align: right;
    display: block;
    margin-top: 1.3rem;
    padding-right: 0rem;
    font-size: 1.1rem;
    letter-spacing: 0rem;
    font-family: "General Sans";
    color: #0D0D0D;
}

.ftop_right
    span:hover{
  color: #FC7E52;
}

.insta_images
    img {
  /* width: 15rem; */
  height: auto;
}
    footer.hp_footer .section_inner {
  margin: 0px auto;
    padding-left: 0;
    /* width: 98rem; */
}


.hp_footer_center{
    position: relative;
    padding-top: 11.04rem;
    padding-bottom: 10.7rem;
}
.hp_footer_cbg{
    width: 102%;
    margin-left: -1%;
    position: absolute;
    top: 0vw;
    left: 0vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-color: #0D0D0D;
}
.hp_footer_cbg.desktop_only{}
.hp_footer_cbg.mobile_only{}
.hp_footer_cbg:
    before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #0D0D0D;
    opacity: 0.65;
}
.hp_footer_center .inner{
    max-width: 60rem;
    margin: 0px auto;
    position: relative;
}
.hp_footer_center
    h2{
    color: #FCFCFC;
    font-size: 3.4rem;
    text-align: center;
    letter-spacing: -0.076rem;
}
.hp_footer_center
    h2 i{
    color: #FC7E52;
}
.hp_footer_center
    h2 br.m{}
.hp_footer_center
    h2 br.d{}
.hp_footer_center
    article{
    font-size: 0.9rem;
    letter-spacing: 0.036rem;
    font-weight: 500;
    padding-right: 0.5rem;
    padding-bottom: 4rem;
    color: #FCFCFC;
    text-align: center;
    padding-top: 1.54rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.hp_footer_center
    article p{}
.hp_footer_center
    article br.m{}
.hp_footer_center
    article br.d{}
.hp_footer_center .hp_footer_cform{
    width: 100%;
    display: block;
    padding-left: 5.2rem;
    padding-right: 5.2rem;
}
.hp_footer_center .footer_formin{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.hp_footer_center .footer_formin
    input{
    background-color: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #FCFCFC !important;
    color: #FCFCFC;
    border-radius: 0px;
    padding: 12px 0px 0px 3px;
    height: 2.7rem;
    font-family: 'Syne';
    font-weight: bold;
    font-size: 0.7rem;
    letter-spacing: 0.08rem;
}
.hp_footer_center .footer_formin .text-field{
    width: 28.3%;
    margin: 0px;}
.hp_footer_center .footer_formin .email-field{
    width: 28.7%;
    margin-left: 5.5%;
    margin-bottom: 0px;
}
.hp_footer_center .button_middle{
    width: 30.7%;
    margin-left: 6.5%;
}
.hp_footer_center .button_middle
    button{
    margin: 0px;
    font-size: 1.015rem;
    padding: 0.7rem 2.5rem 0.46rem 3.2rem;
    letter-spacing: -0.019rem;
    box-shadow: 2px 7px 0px #FCFCFC;
    text-align: left;
    width: 88%;
    color: #FCFCFC !important;
}
.hp_footer_center .button_middle
    button.site_button{}
.hp_footer_center .button_middle
    button.site_button span{
    top: 0.8rem;
    right: -1.93rem;
    height: 1rem;
    width: 4.7rem;
}
.hp_footer_center .button_middle
    button.site_button span svg{
    width: 100%;
    height: auto;
}
.hp_footer_center .button_middle
    button.site_button span svg path{
    fill: #FCFCFC;
}


.hp_footer_logomenu{
    background-color: #0D0D0D;
    width: 100%;
    padding-top: 1.2vw;
    padding-left: 1.94vw;
    padding-right: 1.94vw;
    padding-bottom: 1vw;
    border-bottom: 1px solid #FEFBEF;
}
.hp_footer_logomenu .inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 96.12rem;
    margin: auto;
}
.hp_footer_logomenu .flogomenu_left{
    width: 20%;
}
.hp_footer_logomenu .flogomenu_left
    svg{
    height: auto;
    width: 15.77rem;
}
.hp_footer_logomenu .flogomenu_right{
    width: 80%;
    padding-left: 4.44vw;
    padding-right: 0.5vw;
    padding-top: 0.86vw;
}
.hp_footer_logomenu .flogomenu_right
    ul{
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: space-between;
}
.hp_footer_logomenu .flogomenu_right
    ul li{
    font-family: Syne;
    letter-spacing: 0.06rem;
    filter: brightness(100%) !important;
    font-weight: 400;
    margin: 0px;
    font-size: 1.01vw;
}
.hp_footer_logomenu .flogomenu_right
    ul li a{
    color: #FEFBEF;
}
    @media (max-width: 1024px) and (min-width: 768px){
    section.thhp3{}
    .hp_footer_center{}
    .hp_footer_cbg{}
    .hp_footer_cbg.desktop_only{}
    .hp_footer_cbg.mobile_only{}
    
    .hp_footer_center .inner{}
    .hp_footer_center h2{}
    .hp_footer_center h2 i{}
    .hp_footer_center h2 br.m{}
    .hp_footer_center h2 br.d{}
    .hp_footer_center article{}
    .hp_footer_center article p{}
    .hp_footer_center article br.m{}
    .hp_footer_center article br.d{}
    .hp_footer_center .hp_footer_cform{}
    .hp_footer_center .footer_formin{}
    .hp_footer_center .footer_formin input{}
    .hp_footer_center .footer_formin .text-field{}
    .hp_footer_center .footer_formin .email-field{}
    .hp_footer_center .button_middle button{}
    .hp_footer_center .button_middle button.site_button{}
    .hp_footer_center .button_middle button.site_button span{}
    .hp_footer_center .button_middle button.site_button span svg{}
    .hp_footer_center .button_middle button.site_button span svg path{}
    
    
    .hp_footer_logomenu{}
    .hp_footer_logomenu .flogomenu_left{}
    .hp_footer_logomenu .flogomenu_left svg{}
    .hp_footer_logomenu .flogomenu_right{}
    .hp_footer_logomenu .flogomenu_right ul{}
    .hp_footer_logomenu .flogomenu_right ul li{}
    .hp_footer_logomenu .flogomenu_right ul li a{
    font-size: 1.3vw;
    }
    .fleft div,
    .fcenter p,
     .hp_footer_bottom .fright ul li a{
    font-size: 1rem;
    }
}
    @media (max-width: 768px) {
    section.thhp3{}
    .hp_footer_center{}
    .hp_footer_cbg{}
    .hp_footer_cbg.desktop_only{}
    .hp_footer_cbg.mobile_only{}
    
    .hp_footer_center .inner{}
    .hp_footer_center h2{}
    .hp_footer_center h2 i{}
    .hp_footer_center h2 br.m{}
    .hp_footer_center h2 br.d{}
    .hp_footer_center article{}
    .hp_footer_center article p{}
    .hp_footer_center article br.m{}
    .hp_footer_center article br.d{}
    .hp_footer_center .hp_footer_cform{}
    .hp_footer_center .footer_formin{}
    .hp_footer_center .footer_formin input{}
    .hp_footer_center .footer_formin .text-field{}
    .hp_footer_center .footer_formin .email-field{}
    .hp_footer_center .button_middle button{}
    .hp_footer_center .button_middle button.site_button{}
    .hp_footer_center .button_middle button.site_button span{}
    .hp_footer_center .button_middle button.site_button span svg{}
    .hp_footer_center .button_middle button.site_button span svg path{}
    
    
    .hp_footer_logomenu{
    padding-top: 12.2vw;
    padding-left: 1.94vw;
    padding-right: 1.94vw;
    padding-bottom: 8.6vw;
    }
    .hp_footer_logomenu .inner{
    max-width: 89.12rem;
    }
    .hp_footer_logomenu .flogomenu_left{
    width: 100%;
    text-align: center;
    padding-bottom: 10.5rem;
    }
    .hp_footer_logomenu .flogomenu_left svg{
    width: 70.8rem;
    }
    .hp_footer_logomenu .flogomenu_right{
    width: 100%;
    display: block;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0.3vw;
    }
    .hp_footer_logomenu .flogomenu_right ul{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 1.6rem;
    }
    .hp_footer_logomenu .flogomenu_right ul li{
    width: 50%;
    text-align: center;
    font-size: 4.32vw;
    letter-spacing: 0.3rem;
    padding-bottom: 4.8rem;
    }
    .hp_footer_logomenu .flogomenu_right ul li a{}
}






/******* Section 01 *******************/
.tnp1{
    width: 100%;
    height: auto;
    padding-top: 7.2rem;
    padding-bottom: 24.0rem;
    border-bottom: 1px solid #0D0D0D;
}
.tnp1_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0vw;
    left: 0vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.tnp1_bg:
    before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #0D0D0D;
    opacity: 0.65;
}
.tnp1_bg.desktop_only{}
.tnp1_bg.mobile_only{}
.tnp1 .section_inner{
    padding: 0vw;
    position: relative;
    width: 78.1vw;
}
.tnp1 .sub_heading{
    color: #FCFCFC;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    display: block;
    text-align: center;
/* CUstom font referance

@font-face {
    font-family: 'Carisma Classic 300';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/28edd3c-dd43-04b8-621a-eba145c43621_CarismaClassic-300Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Carefree Serif';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/7b2d5c-eb4-cd40-5b61-342431f6ea7d_CarefreeSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Carefree Serif';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/86144ac-0a4f-ced5-ff4d-7f731c4a73_CarefreeSerif-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Carefree Serif';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/6ff2af-6207-bcbe-10ff-b4e5b3370e6_CarefreeSerif-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'General Sans';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/c864bdf-dcb0-c33-c2af-27f45fe886b_GeneralSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Cicle';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/dbdf1ff-f617-612-281-a1af18c55ec_CicleFina.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Carefree Serif';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/de50dd-af60-4f48-28d-babc0441c5d_CarefreeSerif-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Cormorant Garamond';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/ae44b5-d822-7408-e6e-084b2aacf4a_CormorantGaramond-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Syne';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/dbaf4ae-c367-71a4-65dd-848357b01b80_Syne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Syne';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/cfdfccf-c654-4b4-b0c1-7816f44b311_Syne-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'General Sans';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/c21c4-6757-864e-555e-a88b8e73ebf_GeneralSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
      font-family: 'General Sans';
      src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/4b4e506-ec71-bdfe-22e0-d54a31cef275_GeneralSans-Medium.ttf') format('truetype');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
  }
  
  
  @font-face {
    font-family: 'Founders Grotesk';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/8f4c70b-c1cd-36f-236-2d582aea11_FoundersGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Helvetica';
    src: url('https://arrow2.mykajabi.com/resource_redirect/downloads/file-uploads/sites/52536/themes/2157242554/downloads/f14c2c5-fd6-3c4b-f25-f10a5278174e_Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

*/
    @font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('helveticaneueltstd-hvex.woff2') format('woff2'),
        url('helveticaneueltstd-hvex.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:
    root {
  font-size: 1vw;
}
    @media(min-width:2560px){
    :root{
        font-size:22px;
    }
}
    @media(max-width:767px){
    :root{
        font-size:5px;
    }
}
    @media(max-width:500px){
    :root{
        font-size:1vw;
    }
}
    body {
  font-family: "General Sans";
    font-style: 300;
    font-weight: normal;
    font-size: 1rem;
    color: rgb(0, 0, 0);
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    background-color: #FEFBEF;
}
    span{
  font-family: 'Syne';
    font-weight: normal;
}
    h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
    h1 {
  font-family: "Carefree Serif";
}
    h1 i{
  font-family: "Carefree Serif";
    font-weight: 200;
    font-style: italic;
}
    h2 {
  font-family: "Carefree Serif";
    font-weight: 200;
}
    h2 i{
  font-weight: 300;
}
    h3 {
  font-family: "Founders Grotesk";
}

.desktop_only {
    display: block;
}

.mobile_only {
    display: none !important;
}

.site_button {
    position: relative;
    border: 1px solid #fc7e6b;
}
    a.site_button span img {
  height: 0.6rem;
    position: absolute;
    right: -1.9rem;
    top: 40%;
    width: 3.6rem;
}

.site_button
    span {
    position: absolute;
    top: 0.87rem;
    right: -2rem;
    height: 0.7rem;
    width: 3.95rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.55s ease 0s !important;
}

.site_button:
    hover {
  transition: all 0.55s ease 0s;
    background-color: transparent;
    border: 1px solid #fc7e6b;
    color: #FC7E52 !important;
}

.news_btn,
.btn{
    font-family: 'Syne';
    font-weight: bold;
}
    a:hover {
    -webkit-filter: unset;
    filter: unset;
}
.site_button {
    padding: 0.8rem 2.5rem;
    background-color: #FC7E52;
    font-family: 'Syne';
    margin-top: 2.2rem;
    position: relative;
    display: block;
    color: #0D0D0D;
    border-radius: 10rem;
    width: 27.1rem;
    font-size: 0.79rem;
    transition: all 0.55s ease 0s !important;
    text-transform: uppercase;
    letter-spacing: 0rem;
    font-weight: bold;
    padding-top: 0.7em;
    line-height: 1.5;
}

.site_button:
    hover {
  width: 30rem;
    color: rgb(255, 255, 255);
}

.section_inner {
    margin: 0px auto;
}
    ul {
  list-style: none;
    padding-left: 0px;
    margin: 0px;
}
    a {
  text-decoration: none;
}
    p {
  margin-bottom: 0;
    /* color: #0D0D0D; */
}
    br.d{ display:block; }
    br.m{ display:none; }
    @media (max-width: 1024px) and (min-width: 768px){
    body{
        font-size:1.4rem;
    }
    br.d{
    display:none; }
    br.m{
    display:block;}
}
    @media screen and (max-width: 767px) {
  body {font-size: 3.8rem;
    letter-spacing: 0.05rem;
    line-height: 1.53;}

  .desktop_only {
    display: none;
  }
    br.d{
    display:none; }
    br.m{
    display:block; }
  h1 {}

  h2 {}

  h3 {}

  .mobile_only {
    display: block !important;
  }

    .site_button {
    font-size: 3.5rem;
    padding: 2rem 6.5rem;
    }

  .section_inner {
    margin: 0px auto;
    /* width: 93vw; */
    padding-left: 1.4rem;
  }

  .section_left_item,
  .section_right_item {
    width: 100%;
  }

  .section_inner.aos-init.aos-animate {
    min-height: 81vh;
  }

  .site_button span {
    top: 0rem !important;
    height: 100% !important;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
}

.hp_desktop_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80rem;
    margin: 0px auto;
}

.desktop_menu_left {
    display: flex;
    justify-content: end;
    width: 36.5rem;
    gap: 5.7rem;
    padding-top: 0.6rem;
}

.desktop_menu_left
    li a {
  font-size: 1rem;
    text-transform: uppercase;
    font-family: Syne;
    letter-spacing: 0.06rem;
    color: rgb(13, 13, 13) !important;
}

.desktop_menu_right {
    display: flex;
    justify-content: left;
    width: 36.5rem;
    gap: 5.5rem;
    padding-top: 0.6rem;
}

.desktop_menu_right
    li a {
  font-size: 1rem;
    text-transform: uppercase;
    font-family: Syne;
    letter-spacing: 0.06rem;
    color: rgb(13, 13, 13) !important;
}

.desktop_menu_center {
    width: 30rem;
}
.logo
    img,
.natalie_logo img {
    width: 15.7rem !important;
    margin: 0px auto;
    max-width: unset;
}

.natalie_logo.mobile_only
    img {
  width: 40rem;
    margin: inherit;
}

.header
    a, .header a.link-list__link {
    font-size: 0.95rem;
    text-transform: uppercase;
    font-family: Syne;
    letter-spacing: -0.01rem;
    color: rgb(13, 13, 13) !important;
    filter: brightness(100%) !important;
    font-weight: 600;
}
    div#section-header {
  background-color: rgb(254, 251, 239);
    padding: 1.06rem 0.5rem 0.5rem 0.5rem;
    border-bottom: 1px solid rgb(13, 13, 13);
}
.link-list.justify-content-right {
    margin-right: 2.65rem;
    gap: 4.62rem;
    padding-top: 0.1rem;
}
.link-list.justify-content-left {
    gap: 4.67rem;
    margin-left: 2.6rem;
    padding-top: 0.1rem;
}
.link-list.justify-content-left
    a,

.link-list.justify-content-right a{
    /* font-size: 0.95rem; */}
.link-list.justify-content-left
    a:hover,

.link-list.justify-content-right a:hover{
    text-decoration: underline;
}

.link-list.justify-content-left {
}
.responsive-menu
    ul li a::after,
.hp_header_right li a::after {
  content: " ";
    width: 98%;
    height: 1.5px;
    opacity: 0;
    position: absolute;
    bottom: 45%;
    left: 0px;
    z-index: -1;
    transition: all 0.25s ease 0s;
    background-color: rgb(0, 0, 0);
}


.header .header__wrap .header__content .container{
    max-width: unset;
}
    @media (max-width: 1024px) and (min-width: 768px){
    .link-list.justify-content-left a, .link-list.justify-content-right a{
        font-size: 1.5rem;
    }
    .link-list.justify-content-left{
    gap: 0rem;
    }
    .link-list.justify-content-right {
    margin-right: 2.4rem;
    gap: 0rem;
    }
}
    @media (min-width: 768px) {
    .header__content--desktop .header__block {
        display: inline-block;
    margin: 0 20px;
    }
}
    @media (max-width: 767px) {
    div#section-header{
        padding: 0rem 0px 0rem 0rem;
    }
  .hp_header .section_inner {
    position: relative;
    padding: 9.4vw 7.438vw 9.4vw 7.8vw;
  }
.header__content--desktop{
    padding-top: 5.7rem;
    padding-bottom: 5.1rem;
    padding-left: 0.5rem;
}
  .hp_header_icon {
    width: 8%;
    text-align: right;
    padding-right: 0.99vw;
    margin-top: -0.052vw;
    display: none;
  }
  .header .header__wrap .header__content .container{
    padding-right: 18px;
    padding-left: 18px;
    }
}

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

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

.responsive-menu-close {
    clear: both;
    /* height: 9vw; */
    /* width: 9.87vw; */
    display: block;
    /* position: absolute; */
    /* top: 4.7vw; */
    /* right: 3.67vw; */
}

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

.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: rgb(112, 110, 108);
    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: url("m-menu.jpg") 0% 0% / cover rgb(29, 29, 27); */
    z-index: 999999;
    overflow: auto;
    transition: top 0.5s ease 0s;
    padding-top: 0vw;
    display: none;
    background-color: #0D0D0D;
}

.responsive-menu.active {
    top: 0px;
}

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

.responsive-menu .social_icon {
    margin-top: 38vw;
}

.responsive-menu .social_icon
    ul {
  display: flex;
}

.responsive-menu .social_icon
    ul li {
  padding: 0px 4vw;
}

.responsive-menu .social_icon
    ul li.youtube {
  padding: 0px 3vw;
}

.responsive-menu .social_icon
    ul li.youtube img {
  width: 6vw;
}

.responsive-menu .social_icon
    ul li img {
  width: 5vw;
    height: auto;
}

.responsive-menu
    ul li {
  margin: 0px 0px 7vw;
    padding: 0px 18px;
    list-style-type: none;
    position: relative;
    text-align: left;
}

.responsive-menu
    ul li a,
.responsive-menu .pf4_header_userarea span a {
  height: auto;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.3vw;
    position: relative;
    text-align: center;
    line-height: 1.52;
    border: 0px;
    margin: 0px;
    color: rgb(255, 255, 255);
    font-family: "MADE Outer Sans";
    text-transform: uppercase;
    font-weight: 500;
    font-size: 6vw !important;
}

.responsive-menu
    ul li:hover {
  text-decoration: none;
}
    @media (max-width: 1024px) and (min-width: 768px){}
    @media (max-width: 767px) {
  .hp_header_right ul {
    display: none;
  }
    .responsive-menu{
    display:block;
    }
  a.responsive-menu-hand {
    width: 9.4vw;
    height: 7rem;
    margin-top: 0px;
    right: 4vw;
    position: absolute;
    top: 0rem;
  }

  a.responsive-menu-hand span {
    width: 100%;
    height: 2px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0px;
    left: 0px;
  }

  a.responsive-menu-hand span:
    first-child {
    top: 0vw;
  }

  a.responsive-menu-hand span:nth-child(2) {
    top: 3vw;
  }

  a.responsive-menu-hand span:
    last-child {
    top: 6vw;
  }

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

  .responsive-menu .hp_header {
    order: 1;
  }

  .responsive-menu .responsive-menu-waper {
    order: 2;
    padding-top: 15.8vw;
    padding-left: 8vw;
    padding-right: 10vw;
  }

  .responsive-menu .hp_header_icon {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 23vw;
    padding-top: 10.7vw;
    padding-bottom: 9vw;
  }
    .responsive-menu-bg{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
    opacity: 0.10;
    }
    .responsive_headerrow1{
    border-bottom: 1px solid #FEFBEF;
    display: block;
    padding-top: 6rem;
    padding-bottom: 3.9rem;
    position: relative;
    z-index: 2;
    }
    .responsive_headerrow1 .inner{
    width: 100%;
    margin: 0px auto;
    padding-right: 18px;
    padding-left: 18px;
    }
    .responsive_headerrow1 .responsive_logo{
    text-align: center;
    padding-right: 15rem;
    padding-left: 15rem;
    }
    .responsive_headerrow1 .responsive_logo a.logo{}
    .responsive_headerrow1 .responsive_logo a.logo svg{
    width: 35.4rem;
    height: auto;
    }
    .responsive_headerrow1 .responsive-menu-head{
    top: 5.7rem;
    right: 3.67rem;
    position: absolute;
    height: 7rem;
    width: 9.87rem;
}
    .responsive_headerrow1 .responsive-menu-head .responsive-menu-close{}
    .responsive_headerrow1 .responsive-menu-head .responsive-menu-close svg{}
    
    .responsive_headerrow2{
    display: block;
    padding-top: 15.5rem;
    padding-bottom: 4.9rem;
    position: relative;
    z-index: 2;
    }
    .responsive_headerrow2 .inner{
    width: 92rem;
    margin: 0px auto;
    }
    .responsive_headerrow2 .link-list{
    display: block;
    margin: 0rem;
    }
    .responsive_headerrow2 .link-list ul{}
    .responsive_headerrow2 .link-list ul li{
    padding-left: 7.8rem;
    margin-bottom: 12.1rem;
    }
    .responsive_headerrow2 .link-list a{
    font-family: 'Syne';
    font-weight: normal;
    font-size: 4.35rem !important;
    }

    .responsive_insta{
    width: 100%;
    display: block;
    padding-left: 8rem;
    padding-top: 11rem;
    }
    .responsive_insta a{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    }
    .responsive_insta .icon{
    display: inline-block;
    width: 5.4rem;
    }
    .responsive_insta .icon svg{
    width: 100%;
    height: auto;
    }
    .responsive_insta .icon svg path{
    fill: #FEFBEF;
    }
    .responsive_insta .itext{
    font-family: 'General Sans';
    color: #FEFBEF;
    font-size: 4.3rem;
    padding-left: 2.7rem;
    line-height: 1.12;
    }
}

.arrow
    img,
.button_middle .site_button img {
  width: 5.5vw;
    height: auto;
}

.erh_desk_menu_area {
    z-index: 2;
}

.erh_desk_menu_area .erh_desk_menu
    ul,
.erh_desk_menu_area .erh_desk_menu ul .social,
.menu_link {
  display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0px;
    padding: 0px;
    margin-top: 0px;
}

.menu_link {
    width: 80%;
}

.erh_desk_menu_area {
    border-bottom: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgb(0, 0, 0);
    background-image: url("background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.erh_desk_menu_area .erh_desk_menu
    ul li {
  margin: 0px;
    padding: 1vw 5.5vw 1.2vw;
    border-right: 1px solid rgb(0, 0, 0);
}

.erh_desk_menu_area .erh_desk_menu
    ul li a {
  font-family: "MADE Outer Sans";
    font-weight: 500;
    font-size: 1.2vw;
    color: rgb(0, 0, 0);
    letter-spacing: 0vw;
    position: relative;
}

.erh_desk_menu_area .erh_desk_menu
    ul li a::after {
  content: "";
    width: 0px;
    height: 2px;
    left: -0.6vw;
    bottom: 35%;
    position: absolute;
    background-color: rgb(0, 0, 0);
    opacity: 0;
    transition: all 0.45s ease 0s;
}

.erh_desk_menu_area .erh_desk_menu
    ul li a:hover::after {
  opacity: 1;
    width: 120%;
}

.erh_desk_menu_area .erh_desk_menu
    ul li.insta a:hover::after,
.erh_desk_menu_area .erh_desk_menu ul li.youtube a:hover::after {
  opacity: 0;
}
    @media (max-width: 1024px) and (min-width: 768px){}
    @media (max-width: 767px) {
  .erh_desk_menu_area {
    display: none;
  }
}

.hp_footer_bottom {
    padding-top: 1.2rem;
    margin: 0px auto;
    padding-left: 2.2rem;
    padding-right: 1.89rem;
    padding-bottom: 1rem;
    background-color: #0D0D0D;
    width: 100%;
}
.hp_footer_bottom .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 96.01rem;
    margin: auto;
}
.hp_footer_bottom .fright
    ul {
  display: flex;
    margin: 0px;
    justify-content: end;
    width: 30rem;
    color: #FEFBEF;
    margin-top: -0.18rem;
}

.hp_footer_bottom .fright
    ul li {
  padding: 0px 0.36rem;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.032rem;
}

.hp_footer_bottom .fright
    ul li a {
  font-size: 0.73rem;
    color: #FEFBEF;
    font-family: "Syne";
    font-weight: 600;
}
    footer.hp_footer {
  background-color: rgb(254, 251, 239);
    position: relative;
}

.hp_footer::
    before {
  content: "";
    height: 1px;
    width: 100rem;
    position: absolute;
    bottom: 3.6rem;
    left: 0px;
    background-color: rgb(13, 13, 13);
}

.fleft {
    width: 27rem;
    text-transform: uppercase;
}

.fleft
    div {
  text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    font-family: "Syne";
    color: #FEFBEF;
    letter-spacing: 0.032rem;
}

.fcenter {
    width: 25rem;
    text-align: center;
}

.fcenter
    p {
  text-transform: uppercase;
    font-size: 0.8rem;
    font-family: "Syne";
    font-weight: bold;
    color: #FEFBEF;
}

.fcenter
    p a{
  color: #fc8852;
    border-bottom: 1px solid #fc8852;
}

.hp_footer_top {
    padding: 2.78rem 1.8rem 2.6rem 1.87rem;
}
.hp_footer_top .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 96.33rem;
    margin: auto;
}
.ftop_left {
    width: 32.3rem;
}

.ftop_left
    span {
    text-transform: uppercase;
    color: #fc8852;
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.ftop_left
    h2 {
  font-size: 5.3rem;
    font-weight: 100;
    line-height: 5.2rem;
    text-transform: uppercase;
    margin-top: 1.2rem;
    letter-spacing: -0.152rem;
    color: #0D0D0D;
}

.ftop_left
    h2 i {
  text-transform: lowercase;
}

.ftop_right {
    width: 62.22rem;
}

.insta_images {
    margin-top: 0.4rem;
}

.insta_images
    ul {
  display: flex;
    justify-content: space-between;
}

.ftop_right
    span {
  text-align: right;
    display: block;
    margin-top: 1.3rem;
    padding-right: 0rem;
    font-size: 1.1rem;
    letter-spacing: 0rem;
    font-family: "General Sans";
    color: #0D0D0D;
}

.ftop_right
    span:hover{
  color: #FC7E52;
}

.insta_images
    img {
  /* width: 15rem; */
  height: auto;
}
    footer.hp_footer .section_inner {
  margin: 0px auto;
    padding-left: 0;
    /* width: 98rem; */
}


.hp_footer_center{
    position: relative;
    padding-top: 11rem;
    padding-bottom: 10.7rem;
}
.hp_footer_cbg{
    width: 102%;
    margin-left: -1%;
    position: absolute;
    top: 0vw;
    left: 0vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-color: #0D0D0D;
}
.hp_footer_cbg.desktop_only{}
.hp_footer_cbg.mobile_only{}
.hp_footer_cbg:
    before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #0D0D0D;
    opacity: 0.65;
}
.hp_footer_center .inner{
    max-width: 60rem;
    margin: 0px auto;
    position: relative;
}
.hp_footer_center
    h2{
    color: #FCFCFC;
    font-size: 3.4rem;
    text-align: center;
    letter-spacing: -0.076rem;
}
.hp_footer_center
    h2 i{
    color: #FC7E52;
}
.hp_footer_center
    h2 br.m{}
.hp_footer_center
    h2 br.d{}
.hp_footer_center
    article{
    font-size: 0.9rem;
    letter-spacing: 0.047rem;
    font-weight: 400;
    padding-right: 0.5rem;
    padding-bottom: 4rem;
    color: #FCFCFC;
    text-align: center;
    padding-top: 1.56rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.hp_footer_center
    article p{}
.hp_footer_center
    article br.m{}
.hp_footer_center
    article br.d{}
.hp_footer_center .hp_footer_cform{
    width: 100%;
    display: block;
    padding-left: 5.2rem;
    padding-right: 5.2rem;
}
.hp_footer_center .footer_formin{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.hp_footer_center .footer_formin
    input{
    background-color: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #FCFCFC !important;
    color: #FCFCFC;
    border-radius: 0px;
    padding: 12px 0px 0px 3px;
    height: 2.7rem;
    font-family: 'Syne';
    font-weight: bold;
    font-size: 0.7rem;
    letter-spacing: 0.08rem;
}
.hp_footer_center .footer_formin .text-field{
    width: 28.3%;
    margin: 0px;}
.hp_footer_center .footer_formin .email-field{
    width: 28.7%;
    margin-left: 5.5%;
    margin-bottom: 0px;
}
.hp_footer_center .button_middle{
    width: 30.7%;
    margin-left: 6.5%;
}
.hp_footer_center .button_middle
    button{
    margin: 0px;
    font-size: 1.015rem;
    padding: 0.7rem 2.5rem 0.46rem 3.2rem;
    letter-spacing: -0.019rem;
    box-shadow: 0px 7px 0px #FCFCFC;
    text-align: left;
    width: 88%;
    color: #FCFCFC !important;
}
.hp_footer_center .button_middle
    button.site_button{}
.hp_footer_center .button_middle
    button.site_button span{
    top: 0.8rem;
    right: -1.93rem;
    height: 1rem;
    width: 4.7rem;
    transition: all 0.55s ease 0s !important;
}
.hp_footer_center .button_middle
    button.site_button span svg{
    width: 100%;
    height: auto;
}
.hp_footer_center .button_middle
    button.site_button span svg path{
    fill: #FCFCFC;
}
.hp_footer_center .button_middle
    button.site_button:hover span{
  right: -3.3rem;
}
.hp_footer_center .button_middle
    button:hover{
  background-color: #0D0D0D;
}
.hp_footer_logomenu{
    background-color: #0D0D0D;
    width: 100%;
    padding-top: 1.23vw;
    padding-left: 1.94vw;
    padding-right: 1.94vw;
    padding-bottom: 1vw;
    border-bottom: 1px solid #FEFBEF;
}
.hp_footer_logomenu .inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 96.12rem;
    margin: auto;
}
.hp_footer_logomenu .flogomenu_left{
    width: 20%;
}
.hp_footer_logomenu .flogomenu_left
    svg{
    height: auto;
    width: 15.77rem;
}
.hp_footer_logomenu .flogomenu_right{
    width: 80%;
    padding-left: 4.44vw;
    padding-right: 0.5vw;
    padding-top: 0.86vw;
}
.hp_footer_logomenu .flogomenu_right
    ul{
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: space-between;
}
.hp_footer_logomenu .flogomenu_right
    ul li{
    font-family: Syne;
    letter-spacing: 0.06rem;
    filter: brightness(100%) !important;
    font-weight: 400;
    margin: 0px;
    font-size: 1.01vw;
}
.hp_footer_logomenu .flogomenu_right
    ul li a{
    color: #FEFBEF;
}
    @media (max-width: 1024px) and (min-width: 768px){
    .hp_footer_center .inner{
        max-width: 76rem;
    }
    .hp_footer_center article{
    font-size: 1.4rem;
    }
    .hp_footer_center .footer_formin input{
    font-size: 1.2rem;
    height: auto;
    }
    .hp_footer_center .button_middle button{
    font-size: 1.3rem;
    padding: 0.9rem 2.5rem 0.46rem 3.2rem;
    letter-spacing: -0.019rem;
    box-shadow: 0px 3px 0px #FCFCFC;
    }
    .hp_footer_logomenu .flogomenu_right ul li a{
    font-size: 1.3vw;
    }
    .fleft div,
    .fcenter p,
        .hp_footer_bottom .fright ul li a{
    font-size: 1rem;
    }
}
    @media (max-width: 767px) {
    .hp_footer_center{
        padding-top: 25.2rem;
    padding-bottom: 30.2rem;
    }
    .hp_footer_center .inner{
    max-width: 90rem;
    }
    .hp_footer_center h2{
    font-size: 14rem;
    text-align: center;
    letter-spacing: -0.34rem;
    line-height: 0.88;
    padding-left: 5rem;
    padding-right: 5rem;
    }
    .hp_footer_center article{
    font-size: 3.8rem;
    letter-spacing: 0.05rem;
    line-height: 1.53;
    padding-top: 4.8rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-weight: 300;
    }
    .hp_footer_center .hp_footer_cform{
    padding-left: 14.2rem;
    padding-right: 14.2rem;
    padding-top: 3.2rem;
    }
    .hp_footer_center .footer_formin input{
    height: auto;
    text-align: center;
    font-size: 3.2rem;
    padding: 2.1rem 0rem 2.1rem 0rem;
    }
    .hp_footer_center .footer_formin .text-field{
    width: 100%;
    padding-bottom: 5.7rem;
    }
    .hp_footer_center .footer_formin .email-field{
    width: 100%;
    margin-left: 0%;
    }
  .hp_footer_center .button_middle{
    width: 100%;
    margin-left: 0%;
    padding-top: 8.6rem;
    padding-left: 4rem;
    padding-right: 5.3rem;
    }
    .hp_footer_center .button_middle button.site_button{
    text-align: center;
    font-size: 3.8rem;
    padding: 2.7rem 11.5rem 2.7rem 9.2rem;
    letter-spacing: -0.23rem;
    box-shadow: 2px 4px 1px #FCFCFC;
    line-height: 1;
    }
    .hp_footer_center .button_middle button.site_button span{
    top: 0.1rem;
    right: -8rem;
    height: 100%;
    width: 16.2rem;
    display: flex;
    }

    .hp_footer_logomenu{
    padding-top: 12.2vw;
    padding-left: 1.94vw;
    padding-right: 1.94vw;
    padding-bottom: 8vw;
    }
    .hp_footer_logomenu .inner{
    max-width: 89.12rem;
    }
    .hp_footer_logomenu .flogomenu_left{
    width: 100%;
    text-align: center;
    padding-bottom: 9.5rem;
    }
    .hp_footer_logomenu .flogomenu_left svg{
    width: 70.8rem;
    }
    .hp_footer_logomenu .flogomenu_right{
    width: 100%;
    display: block;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0.3vw;
    }
    .hp_footer_logomenu .flogomenu_right ul{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 1.6rem;
    }
    .hp_footer_logomenu .flogomenu_right ul li{
    width: 50%;
    text-align: center;
    font-size: 4.32vw;
    letter-spacing: 0.3rem;
    padding-bottom: 5.3rem;
    }
}










/***** Section 01 ******************/
.neppp1{
    background-color: #FEFBEF;
    padding-top: 6.1rem;
    padding-left: 27rem;
    padding-right: 27rem;
    padding-bottom: 7.2rem;
}
.neppp1 .section_inner{
    width: 100%;
    padding: 0rem;
    max-width: 46rem;
}
.neppp1 .sub_heading{
    color: #FC7E52;
    display: block;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.neppp1
    h1{
    font-size: 5.1rem;
    letter-spacing: -0.14rem;
    font-weight: 200;
    padding-top: 2.56rem;
    text-align: center;
    line-height: 0.94;
    color: #0D0D0D;
    padding-right: 0.7rem;
}
.neppp1
    h1 i{}
.neppp1
    h1 br.m{}
.neppp1
    h1 br.d{}
.neppp1_link{
    display: block;
    padding-top: 5.3rem;
    /* padding-left: 2.1rem; */
} 
.neppp1_link
    ul{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-content: center;
    justify-content: center;
}
.neppp1_link
    ul li{
    margin-bottom: 0rem;
    padding-right: 0.43rem;
    padding-left: 0.43rem;
}
.neppp1_link
    ul li span{
    position: absolute;
    top: 0rem;
    left: 0.56rem;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 1.45rem;
}
.neppp1_link
    ul li span svg{
    width: 1.45rem;
    height: 1.45rem;
}
.neppp1_link
    ul li span svg path{}
.neppp1_link
    ul li a{
    font-size: 0.78rem;
    padding: 0.7rem 1.1rem 0.65rem 2.7rem;
    letter-spacing: -0.00rem;
    background-color: #FC7E52;
    display: block;
    font-family: 'Syne';
    font-weight: bold;
    color: #0D0D0D;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    line-height: 1.1;
    border-radius: 10rem;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #FC7E52;
}
.neppp1_link
    ul li a:hover{
  background-color: #FEFBEF;
}
.neppp1_link
    ul li.spotify{}
.neppp1_link
    ul li.spotify span{}
.neppp1_link
    ul li.spotify span svg{}
.neppp1_link
    ul li.spotify span svg path{}
.neppp1_link
    ul li.spotify a{}

.neppp1_link
    ul li.itunes{}
.neppp1_link
    ul li.itunes span{
    left: 1.15rem;
    width: 1.3rem;
    height: 96%;
}
.neppp1_link
    ul li.itunes span svg{
    width: 1.3rem;
    height: 1.3rem;
}
.neppp1_link
    ul li.itunes span svg path{}
.neppp1_link
    ul li.itunes a{
    padding: 0.75rem 1.25rem 0.7rem 3.2rem;
}

.neppp1_link
    ul li.stitcher{}
.neppp1_link
    ul li.stitcher span{
    left: 1.1rem;
    width: 2.45rem;
    height: 98%;
}
.neppp1_link
    ul li.stitcher span svg{
    width: 2.45rem;
    height: 2.45rem;
}
.neppp1_link
    ul li.stitcher span svg path{}
.neppp1_link
    ul li.stitcher a{
    padding: 0.75rem 1.1rem 0.7rem 4rem;
}
    @media (max-width: 1024px) and (min-width: 768px){
    .neppp1{
    padding-left: 15rem;
    padding-right: 15rem;
}
    .neppp1 .section_inner{
    max-width: 70rem;
}
    .neppp1 .sub_heading{
    font-size: 1.4rem;
}
    .neppp1 h1{}
    .neppp1 h1 i{}
    .neppp1 h1 br.m{}
    .neppp1 h1 br.d{}
    .neppp1_link{} 
    .neppp1_link ul{}
    .neppp1_link ul li{}
    .neppp1_link ul li span{}
    .neppp1_link ul li a{
    font-size: 1.3rem;
}

    .neppp1_link ul li.spotify{}
    .neppp1_link ul li.spotify span{}
    .neppp1_link ul li.spotify span svg{}
    .neppp1_link ul li.spotify span svg path{}
    .neppp1_link ul li.spotify a{}
    
    .neppp1_link ul li.itunes{}
    .neppp1_link ul li.itunes span{}
    .neppp1_link ul li.itunes span svg{}
    .neppp1_link ul li.itunes span svg path{}
    .neppp1_link ul li.itunes a{}
    
    .neppp1_link ul li.stitcher{}
    .neppp1_link ul li.stitcher span{}
    .neppp1_link ul li.stitcher span svg{}
    .neppp1_link ul li.stitcher span svg path{}
    .neppp1_link ul li.stitcher a{}
}
    @media (max-width: 767px) {
    .neppp1{
    padding-top: 12rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 32.1rem;
}
    .neppp1 .section_inner{
    max-width: 96rem;
}
    .neppp1 .sub_heading{
    font-size: 4.1rem;
    letter-spacing: 0.0rem;
    font-weight: 500;
}
    .neppp1 h1{
    padding-top: 7.3rem;
    font-size: 10.4rem;
    letter-spacing: -0.224rem;
    padding-right: 0rem;
    line-height: 0.965;
    /* word-spacing: 2px; */
}
    .neppp1 h1 i{}
    .neppp1 h1 br.m{}
    .neppp1 h1 br.d{}
    .neppp1_link{
    padding-top: 8.4rem;
    padding-left: 5rem;
    padding-right: 6rem;
} 
    .neppp1_link ul{}
    .neppp1_link ul li{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 3.8rem;
}
    .neppp1_link ul li span{
    width: 14.45rem;
}
    .neppp1_link ul li a{
    display: inline-block;
    font-size: 4.34rem;
    padding: 4rem 9.1rem 3.7rem 15rem;
    letter-spacing: -0.1rem;
    width: 100%;
}

    .neppp1_link ul li.spotify{
    padding-right: 6.2rem;
    padding-left: 6.7rem;
}
    .neppp1_link ul li.spotify span{}
    .neppp1_link ul li.spotify span svg{
    width: 8rem;
    height: auto;
    border-radius: 100%;
}
    .neppp1_link ul li.spotify span svg path{}
    .neppp1_link ul li.spotify a{}
    
    .neppp1_link ul li.itunes{
    padding-right: 5.2rem;
    padding-left: 6rem;
    margin-bottom: 3.6rem;
}
    .neppp1_link ul li.itunes span{
    left: 2.15rem;
    width: 17.3rem;
    height: 90%;
}
    .neppp1_link ul li.itunes span svg{
    width: 7.7rem;
    height: auto;
}
    .neppp1_link ul li.itunes span svg path{}
    .neppp1_link ul li.itunes a{
    font-size: 4.34rem;
    padding: 4rem 9.1rem 3.7rem 17.3rem;
    letter-spacing: -0.1rem;
}
    
    .neppp1_link ul li.stitcher{
    padding-left: 1rem;
}
    .neppp1_link ul li.stitcher span{
    left: 6.1rem;
    width: 14.45rem;
}
    .neppp1_link ul li.stitcher span svg{
    width: 16.45rem;
    height: auto;
}
    .neppp1_link ul li.stitcher span svg path{}
    .neppp1_link ul li.stitcher a{
    font-size: 4.34rem;
    padding: 4rem 8.1rem 3.7rem 22rem;
    letter-spacing: -0.1rem;
}
}



/***** Section 02 ******************/
.neppp2{
    background-color: #000000;
    padding-left: 8.8rem;
    padding-right: 8.8rem;
    z-index: 1;
}
.neppp2 .section_inner{
    width: 100%;
    padding: 0rem;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 82.4rem;
}
.neppp2 .left{
    width: 14.1%;
}
.neppp2 .left
    span{
    width: 100%;
    display: block;
    height: 11.6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -1.56rem;
    border-radius: 10px;
    margin-bottom: -1.56rem;
}
.neppp2 .right{
    width: 85.9%;
    padding-left: 6.5rem;
    position: relative;
    padding-top: 2.65rem;
    padding-right: 13rem;
    padding-bottom: 2.4rem;
}
.neppp2 .right:
    before{
  content: "";
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    top: 0rem;
    right: 0rem;
    height: 100%;
    width: 34rem;
}
.neppp2 .right .playicon{
    position: absolute;
    top: 2.62rem;
    left: 2.12rem;
    width: 3.4rem;
    cursor: pointer;
}
.neppp2 .right .playicon
    svg{
    width: 100%;
    height: auto;
}
.the_pause_svg{
    display:none;
}
.playicon.playing
    svg.the_pause_svg{
  display:block;
}
.playicon.playing
    svg.the_play_svg{
  display:none;
}
.neppp2 .right
    h6{
    color: rgb(245 242 229 / 52%);
    display: block;
    font-family: 'Syne';
    text-transform: uppercase;
    padding-left: 0.16rem;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.neppp2 .right
    h4{
    color: #F5F2E5;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.113rem;
    display: block;
    font-family: 'Syne';
    text-transform: uppercase;
    padding-left: 0.06rem;
    padding-top: 0.66rem;
}
.neppp2 .right .iconlist{
    position: absolute;
    top: 3.24rem;
    right: 1rem;
}
.neppp2 .right .iconlist
    ul{
    display: block;
}
.neppp2 .right .iconlist
    ul li{
    margin: 0px;
    display: inline-block;
    width: auto;
    margin-left: 1.1rem;
}
.neppp2 .right .iconlist
    ul li span{
    display: block;
    cursor: pointer;
}
.neppp2 .right .iconlist
    ul li span svg{
    width: auto;
    height: 1.77rem;
}
.neppp2 .right .iconlist
    ul li.sound.volume-25 svg #audio_volume_Path_4,
.neppp2 .right .iconlist ul li.sound.volume-25 svg #audio_volume_Path_3,
.neppp2 .right .iconlist ul li.sound.volume-25 svg #audio_volume_Path_2{
  fill:none;
}
.neppp2 .right .iconlist
    ul li.sound.volume-50 svg #audio_volume_Path_4,
.neppp2 .right .iconlist ul li.sound.volume-50 svg #audio_volume_Path_3{
  fill:none;
}
.neppp2 .right .iconlist
    ul li.sound.volume-75 svg #audio_volume_Path_4{
  fill:none;
}

.neppp2 .right .iconlist
    ul li.sound span{}
.neppp2 .right .iconlist
    ul li.sound span svg{}

.neppp2 .right .iconlist
    ul li.download{}
.neppp2 .right .iconlist
    ul li.download span{}
.neppp2 .right .iconlist
    ul li.download span svg{}

.neppp2 .right .iconlist
    ul li.share{
    display: none;
}
.neppp2 .right .iconlist
    ul li.share span{}
.neppp2 .right .iconlist
    ul li.share span svg{}

#timeline {
    width: 100%;
    height: 4px;
    background-color: rgb(245 242 229 / 52%);
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    position: absolute;
    left: 0;
    bottom: 0px;
    opacity:0;
}
#progress {
    height: 100%;
    background-color: #FC7E52;
    width: 0%;
}
#thumb {
    width: 10px;
    height: 10px;
    background-color: #FC7E52;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
    @media (max-width: 1024px) and (min-width: 768px){
  .neppp2{}
  .neppp2 .section_inner{}
  .neppp2 .left{}
  .neppp2 .left span{}
  .neppp2 .right{}
  .neppp2 .right:
    before{
    content: "";
  }
  .neppp2 .right .playicon{}
  .neppp2 .right .playicon svg{}
  .neppp2 .right h6{
    font-size: 1.4rem;
}
  .neppp2 .right h4{}
  .neppp2 .right .iconlist{}
  .neppp2 .right .iconlist ul{}
  .neppp2 .right .iconlist ul li{}
  .neppp2 .right .iconlist ul li span{}
  .neppp2 .right .iconlist ul li span svg{}

  .neppp2 .right .iconlist ul li.sound{}
  .neppp2 .right .iconlist ul li.sound span{}
  .neppp2 .right .iconlist ul li.sound span svg{}

  .neppp2 .right .iconlist ul li.download{}
  .neppp2 .right .iconlist ul li.download span{}
  .neppp2 .right .iconlist ul li.download span svg{}

  .neppp2 .right .iconlist ul li.share{}
  .neppp2 .right .iconlist ul li.share span{}
  .neppp2 .right .iconlist ul li.share span svg{}
}
    @media (max-width: 767px) {
  .neppp2{
    padding-left: 4.8rem;
    padding-right: 4.8rem;
}
  .neppp2 .section_inner{
    max-width: 90.4rem;
}
  .neppp2 .left{
    width: 100%;
    display: block;
}
  .neppp2 .left span{
    width: 52.1rem;
    margin: 0px auto;
    height: 51.8rem;
    border-radius: 5px;
    margin-top: -26.2rem;
}
  .neppp2 .right{
    width: 100%;
    padding-left: 19.5rem;
    position: relative;
    padding-top: 11.65rem;
    padding-right: 0rem;
    padding-bottom: 9.6rem;
}
  .neppp2 .right:
    before{
    content: "";
    top: 0rem;
    right: -5rem;
    height: 100%;
    width: 33rem;
    background: linear-gradient(to right, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 100%);
  }
  .neppp2 .right .playicon{
    top: 11.2rem;
    left: 0rem;
    width: 15.4rem;
}
  .neppp2 .right .playicon svg{}
  .neppp2 .right h6{
    font-size: 4.4rem;
    letter-spacing: 0.2rem;
}
  .neppp2 .right h4{
    font-size: 7.3rem;
    padding-left: 0.4rem;
    padding-top: 2rem;
    letter-spacing: 0.23rem;
    word-break: break-all;
    white-space: nowrap;
}
  .neppp2 .right .iconlist{
    position: relative;
    display: block;
    top: 0rem;
    right: 0rem;
    padding-right: 18.5rem;
    padding-top: 12.5rem;
}
  .neppp2 .right .iconlist ul{
    text-align: center;
}
  .neppp2 .right .iconlist ul li{
    margin-left: 2.1rem;
    margin-right: 2.1rem;
}
  .neppp2 .right .iconlist ul li span{}
  .neppp2 .right .iconlist ul li span svg{
    width: auto;
    height: 8rem;
}

  .neppp2 .right .iconlist ul li.sound{}
  .neppp2 .right .iconlist ul li.sound span{}
  .neppp2 .right .iconlist ul li.sound span svg{}

  .neppp2 .right .iconlist ul li.download{}
  .neppp2 .right .iconlist ul li.download span{}
  .neppp2 .right .iconlist ul li.download span svg{}

  .neppp2 .right .iconlist ul li.share{}
  .neppp2 .right .iconlist ul li.share span{}
  .neppp2 .right .iconlist ul li.share span svg{}
}





/***** Section 03 ******************/
.neppp3{
    background-color: #FCFCFC;
    padding-left: 19rem;
    padding-right: 19rem;
    padding-top: 5.7rem;
    padding-bottom: 9.56rem;
    border-bottom: 1px solid #0D0D0D;
}
.neppp3 .section_inner{
    width: 100%;
    padding: 0rem;
    max-width: 62rem;
}
.neppp3 .sub_heading{
    color: #FC7E52;
    display: block;
    text-align: center;
    word-spacing: 0.2rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.neppp3
    h2.mtitle{
    text-align: center;
    font-size: 4.1rem;
    padding-top: 1.1rem;
    letter-spacing: -0.112rem;
    padding-bottom: 4.34rem;
    color: #0D0D0D;
}
.neppp3
    h2.mtitle i{}
.neppp3 .list_box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 7.4rem;
    padding-right: 3.63rem;
    padding-bottom: 3rem;
}
.neppp3 .list_box
    ul{
    padding-right: 4rem;
    width: 50%;
}
.neppp3 .list_box
    ul li{
    font-size: 1.17rem;
    letter-spacing: 0.012rem;
    line-height: 1.56;
    padding-bottom: 1.8rem;
    padding-left: 3.17rem;
    font-family: 'General Sans';
    font-weight: 500;
    margin-bottom: 0rem;
    position: relative;
    color: #000;
}
.neppp3 .list_box
    ul li:before{
  content: "";
    background-image: url(right-icon01.png);
    position: absolute;
    top: 0.23rem;
    left: 0rem;
    width: 1.7rem;
    height: 1.45rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.neppp3 .list_box
    ul:last-child{}

.neppp3 .text_box{
    font-size: 1.14rem;
    letter-spacing: 0.026rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 1.4rem;
}
.neppp3 .text_box
    p{
    margin-bottom: 1.85rem;
}
.neppp3 .text_box
    br.m{}
.neppp3 .text_box
    br.d{}

.neppp3 .video_box{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    padding-bottom: 4.3rem;
}
.neppp3 .video_box .video{
    border: 1px solid #707070;
}
.neppp3 .video_box .video__wrapper{}
.neppp3 .video_box .kjb-video-responsive{
    /* padding-bottom: 64.4%; */
}
.neppp3 .video_box .video__wrapper .kjb-video-responsive .w-big-play-button{
    /* width: 6.8rem !important; */
    /* height: 6.8rem !important; */
    border-radius: 100% !important;
}

.neppp3 .blockquote{
    width: 100%;
    text-align: center;
    padding-left: 2rem;
    padding-right: 1rem;
    padding-bottom: 3.55rem;
}
.neppp3 .blockquote .svg{
    display: block;
}
.neppp3 .blockquote .svg
    svg{
    width: 2.9rem;
    height: auto;
}
.neppp3 .blockquote .svg.svg1{
    padding-right: 1rem;
}
.neppp3 .blockquote .svg.svg1
    svg{}
.neppp3 .blockquote .svg.svg2{
    padding-right: 1rem;
}
.neppp3 .blockquote .svg.svg2
    svg{}
.neppp3 .blockquote
    h2{
    font-size: 4.04rem;
    letter-spacing: -0.126rem;
    font-weight: 200;
    padding-top: 2.3rem;
    text-align: center;
    line-height: 0.94;
    color: #0D0D0D;
    padding-bottom: 1.6rem;
}
.neppp3 .blockquote
    h2 i{}
.neppp3 .blockquote
    h2 br.m{}
.neppp3 .blockquote
    h2 br.d{}
.neppp3 .blockquote .bqname{
    letter-spacing: 0.041rem;
    padding-right: 1rem;
    padding-bottom: 2.59rem;
    color: #363F45;
}
.neppp3 .blockquote .bqname
    strong{}
.neppp3 .blockquote .bqname
    i{font-weight: 500;}
.neppp3 .title_box{}
.neppp3 .title_box
    h2{
    font-size: 3.2rem;
    letter-spacing: -0.08rem;
    font-weight: 200;
    padding-top: 1.23rem;
    text-align: center;
    line-height: 0.94;
    color: #0D0D0D;
    padding-bottom: 2.76rem;
}

.neppp3 .share_box{
    width: 100%;
    margin-top: 0.1rem;
    /* padding-left: 7.3rem; */
} 
.neppp3 .share_box
    ul{
    display: flex;
    /* flex-wrap: wrap; */
    /* box-sizing: border-box; */
    /* align-content: center; */
    justify-content: center;
}
.neppp3 .share_box
    ul li{
    margin-bottom: 0rem;
    padding-right: 0.43rem;
    padding-left: 0.43rem;
}
.neppp3 .share_box
    ul li span{
    position: absolute;
    top: 0rem;
    left: 0.8rem;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 1.45rem;
}
.neppp3 .share_box
    ul li span svg{
    width: 1.45rem;
    height: 1.45rem;
}
.neppp3 .share_box
    ul li span svg path{
    fill: #FFFFFF;
}
.neppp3 .share_box
    ul li a{
    font-size: 0.97rem;
    padding: 0.8rem 2.64rem 0.8rem 3.1rem;
    letter-spacing: -0.01rem;
    background-color: #000000;
    display: block;
    font-family: 'Syne';
    font-weight: 500;
    color: #F5F2E5;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    line-height: 1.1;
    border-radius: 10rem;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #000000;
}

.neppp3 .share_box
    ul li.title{
    font-size: 0.9rem;
    padding: 0.5rem 2.36rem 0.7rem 0.7rem;
    letter-spacing: -0.009rem;
    font-family: 'Syne';
    font-weight: bold;
    color: #0D0D0D;
}
.neppp3 .share_box
    ul li.title span{
    display: none;
}

.neppp3 .share_box
    ul li.spotify{}
.neppp3 .share_box
    ul li.spotify span{}
.neppp3 .share_box
    ul li.spotify span svg{}
.neppp3 .share_box
    ul li.spotify span svg path{}
.neppp3 .share_box
    ul li.spotify a{}

.neppp3 .share_box
    ul li.itunes{}
.neppp3 .share_box
    ul li.itunes span{
    left: 1.4rem;
    width: 1.5rem;
    height: 96%;
}
.neppp3 .share_box
    ul li.itunes span svg{
    width: 6.6rem;
    height: auto;
}
.neppp3 .share_box
    ul li.itunes span svg path{}
.neppp3 .share_box
    ul li.itunes a{
    padding: 0.8rem 2.14rem 0.8rem 3.75rem;
}

.neppp3 .share_box
    ul li.stitcher{}
.neppp3 .share_box
    ul li.stitcher span{
    left: 1.2rem;
    width: 3.1rem;
    height: 98%;
}
.neppp3 .share_box
    ul li.stitcher span svg{
    width: 4rem;
    height: auto;
}
.neppp3 .share_box
    ul li.stitcher span svg path{}
.neppp3 .share_box
    ul li.stitcher a{
    padding: 0.8rem 2.14rem 0.8rem 4.75rem;
}

.neppp3 .share_box
    ul li a:hover{
    background-color: #ffffff;
    color: #0D0D0D;
}
.neppp3 .share_box
    ul li a:hover svg path{
  fill: #0D0D0D;
}
    @media (max-width: 1024px) and (min-width: 768px){
  .neppp3{}
  .neppp3 .section_inner{}
  .neppp3 .sub_heading{
    font-size: 1.4rem;
}
  .neppp3 h2.mtitle{}
  .neppp3 h2.mtitle i{}
  .neppp3 .list_box{}
  .neppp3 .list_box ul{}
  .neppp3 .list_box ul li{
    font-size: 1.4rem;
}
  .neppp3 .list_box ul li:
    before{
    content: "";
  }
  .neppp3 .list_box ul:
    last-child{}

  .neppp3 .text_box{
    font-size: 1.4rem;
}
  .neppp3 .text_box p{}
  .neppp3 .text_box br.m{}
  .neppp3 .text_box br.d{}

  .neppp3 .video_box{}
  .neppp3 .video_box .video{}
  .neppp3 .video_box .video__wrapper{}
  .neppp3 .video_box .kjb-video-responsive{}
  .neppp3 .video_box .kjb-video-responsive .w-big-play-button{}

  .neppp3 .blockquote{}
  .neppp3 .blockquote .svg{}
  .neppp3 .blockquote .svg svg{}
  .neppp3 .blockquote .svg.svg1{}
  .neppp3 .blockquote .svg.svg1 svg{}
  .neppp3 .blockquote .svg.svg2{}
  .neppp3 .blockquote .svg.svg2 svg{}
  .neppp3 .blockquote h2{}
  .neppp3 .blockquote h2 i{}
  .neppp3 .blockquote h2 br.m{}
  .neppp3 .blockquote h2 br.d{}
  .neppp3 .blockquote .bqname{}
  .neppp3 .blockquote .bqname strong{}
  .neppp3 .blockquote .bqname i{}
  .neppp3 .title_box{}
  .neppp3 .title_box h2{}

  .neppp3 .share_box{} 
  .neppp3 .share_box ul{}
  .neppp3 .share_box ul li{}
  .neppp3 .share_box ul li span{}
  .neppp3 .share_box ul li a{
    font-size: 1.3rem;
}

  .neppp3 .share_box ul li.title{
    font-size: 1.3rem;
}
  .neppp3 .share_box ul li.title span{}

  .neppp3 .share_box ul li.spotify{}
  .neppp3 .share_box ul li.spotify span{}
  .neppp3 .share_box ul li.spotify a{}

  .neppp3 .share_box ul li.itunes{}
  .neppp3 .share_box ul li.itunes span{}
  .neppp3 .share_box ul li.itunes a{}

  .neppp3 .share_box ul li.stitcher{}
  .neppp3 .share_box ul li.stitcher span{}
  .neppp3 .share_box ul li.stitcher a{}
}
    @media (max-width: 767px) {
  .neppp3{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 13.5rem;
    padding-bottom: 6rem;
    background-color: #FEFBEF;
    border-bottom: 0px solid #0D0D0D;
}
  .neppp3 .section_inner{
    max-width: 94rem;
}
  .neppp3 .sub_heading{
    font-size: 4.1rem;
    word-spacing: 0.1rem;
    letter-spacing: -0.15rem;
    letter-spacing: 0.0rem;
    font-weight: 500;
}
  .neppp3 h2.mtitle{
    font-size: 10.1rem;
    padding-top: 5.6rem;
    letter-spacing: -0.256rem;
    padding-bottom: 9.5rem;
    line-height: 0.95;
    padding-left: 4rem;
    padding-right: 4.4rem;
}
  .neppp3 h2.mtitle i{}
  .neppp3 .list_box{
    padding-bottom: 8.9rem;
}
  .neppp3 .list_box ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-right: 4rem;
}
  .neppp3 .list_box ul li{
    display: inline-block;
    /* clear: both; */
    font-size: 3.8rem;
    letter-spacing: 0.04rem;
    line-height: 1.56;
    padding-bottom: 5.8rem;
    padding-left: 0rem;
    padding-right: 0rem;
    text-align: center;
}
  .neppp3 .list_box ul li:
    before{
    display: inline-block;
    content: "";
    top: 0rem;
    left: -2rem;
    width: 5.7rem;
    height: 3.45rem;
    position: relative;
    margin-left: -5.4rem;
  }
  .neppp3 .list_box ul:
    last-child{}

  .neppp3 .text_box{
    padding-right: 0rem;
    padding-left: 0rem;
    padding-bottom: 5.3rem;
    font-size: 3.8rem;
    letter-spacing: 0.05rem;
    line-height: 1.53;
}
  .neppp3 .text_box p{
    margin-bottom: 5.85rem;
}
  .neppp3 .text_box br.m{}
  .neppp3 .text_box br.d{}

  .neppp3 .video_box{
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 10.1rem;
}
  .neppp3 .video_box .video{}
  .neppp3 .video_box .video__wrapper{}
  .neppp3 .video_box .kjb-video-responsive{}
  .neppp3 .video_box .kjb-video-responsive .w-big-play-button{}

  .neppp3 .blockquote{
    padding-left: 5.5rem;
    padding-right: 7.3rem;
    padding-bottom: 7.4rem;
}
  .neppp3 .blockquote .svg{}
  .neppp3 .blockquote .svg svg{
    width: 5rem;
}
  .neppp3 .blockquote .svg.svg1{}
  .neppp3 .blockquote .svg.svg1 svg{}
  .neppp3 .blockquote .svg.svg2{
    padding-top: 1.9rem;
    padding-left: 3rem;
}
  .neppp3 .blockquote .svg.svg2 svg{
    /* width: 5rem; */
}
  .neppp3 .blockquote h2{
    font-size: 10rem;
    padding-top: 3rem;
    line-height: 0.957;
    letter-spacing: -0.23rem;
    padding-bottom: 3.8rem;
}
  .neppp3 .blockquote h2 i{}
  .neppp3 .blockquote h2 br.m{}
  .neppp3 .blockquote h2 br.d{}
  .neppp3 .blockquote .bqname{
    letter-spacing: -0.03rem;
    padding-right: 0rem;
    padding-bottom: 2.59rem;
    font-size: 3.5rem;
    padding-left: 1.5rem;
}
  .neppp3 .blockquote .bqname strong{
    font-weight: 600;
}
  .neppp3 .blockquote .bqname i{
    font-style: normal;
}
  .neppp3 .title_box{
    padding-bottom: 5rem;
}
  .neppp3 .title_box h2{
    font-size: 9.56rem;
}

  .neppp3 .share_box{
    margin-top: -6rem;
} 
  .neppp3 .share_box ul{
    display: block;
}
  .neppp3 .share_box ul li{
    text-align: center;
    /* font-size: 5rem; */
    padding-bottom: 5rem;
}
  .neppp3 .share_box ul li span{
    top: 0rem;
    left: 4.3rem;
    width: 7.45rem;
    height: 94%;
}
.neppp3 .share_box ul li span svg {
    width: 7.45rem;
    height: auto;
}
  .neppp3 .share_box ul li a{
    display: inline-block;
    font-size: 4rem;
    padding: 4.6rem 2.64rem 4.8rem 3.1rem;
    letter-spacing: -0.2rem;
}

  .neppp3 .share_box ul li.title{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3.5rem;
    padding: 0rem;
    letter-spacing: 0.34rem;
    padding-left: 0.6rem;
    padding-bottom: 5.4rem;
}
  .neppp3 .share_box ul li.title span{}

  .neppp3 .share_box ul li.spotify{}
  .neppp3 .share_box ul li.spotify span{}
  .neppp3 .share_box ul li.spotify a{
    padding: 4.6rem 9.64rem 4.8rem 16rem;
}

  .neppp3 .share_box ul li.itunes{}
  .neppp3 .share_box ul li.itunes span{
    left: 8rem;
    width: 6.5rem;
    height: 88%;
}
  .neppp3 .share_box ul li.itunes a{
    padding: 4.6rem 9.64rem 4.8rem 18rem;
}

  .neppp3 .share_box ul li.stitcher{}
  .neppp3 .share_box ul li.stitcher span{
    left: 8.2rem;
    width: 16rem;
    height: 95%;
}
.neppp3 .share_box ul li.stitcher span svg {
    width: 20rem;
    height: auto;
}
  .neppp3 .share_box ul li.stitcher a{
    padding: 4.6rem 7.64rem 4.8rem 25rem;
}
}






/***** Section 04 ******************/
.neppp4{
    padding-top: 5.65rem;
    padding-left: 13.3rem;
    padding-right: 13.3rem;
    border-bottom: 1px solid #0D0D0D;
    padding-bottom: 4.53rem;
}
.neppp4 .circle.right{
    width: 16.5rem;
    height: 25.3rem;
    display: block;
    position: absolute;
    position: absolute;
    top: -5.2rem;
    right: 0rem;
    overflow: hidden;
}
.neppp4 .circle.right:
    before{
  width: 25.3rem;
    content:"";
    height: 25.3rem;
    display: block;
    border: 1px solid #000;
    border-radius: 100%;
}
.neppp4 .section_inner{
    width: 100%;
    padding: 0rem;
    max-width: 73.4rem;
}
.neppp4 .sub_heading{
    color: #FC7E52;
    display: block;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.neppp4
    h2{
    font-size: 7.9rem;
    letter-spacing: -0.13rem;
    font-weight: 200;
    padding-top: 1.2rem;
    text-align: center;
    line-height: 0.94;
    color: #0D0D0D;
}
.neppp4 .browseall{
    text-align: center;
}
.neppp4 .browseall
    a{
    text-decoration: underline;
    font-family: 'Syne';
    font-weight: bold;
    text-transform: uppercase;
    color: #0D0D0D;
    opacity: 1;
    font-size: 0.8rem;
}
.neppp4_list{
    padding-top: 3.88rem;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.neppp4_list_slider{
    display:none;
}
.neppp4_list .col{
    width: 33.33%;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    padding-bottom: 5.5rem;
}
.neppp4_list .colin{
    background-color: #0D0D0D;
    border: 1px solid #0D0D0D;
    width: 100%;
    height: 100%;
    padding-top: 1.54rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    padding-bottom: 2.44rem;
}
.neppp4_list .colin .epsod{
    font-size: 0.93rem;
    letter-spacing: 0.026rem;
    font-weight: 500;
    font-family: "General Sans";
    color: #FCFCFC;
}

.neppp4_list .colin
    h4{
    font-size: 1.74rem;
    font-weight: 200;
    padding-top: 0.6rem;
    line-height: 1.2;
    font-family: "Carefree Serif";
    color: #FCFCFC;
    text-transform: uppercase;
    padding-left: 0.1rem;
    letter-spacing: 0.026rem;
    min-height: 10.96rem;
    padding-bottom: 1rem;
}
.neppp4_list .colin
    article{
    font-size: 0.8rem;
    letter-spacing: 0.056rem;
    font-weight: 500;
    font-family: "General Sans";
    color: #FCFCFC;
    padding-right: 3rem;
    line-height: 1.45;
}
.neppp4_list .colin .link{
    position: absolute;
    bottom: -1.6rem;
    right: 0rem;
    width: 100%;
    padding-left: 3.7rem;
    padding-right: 0.8rem;
}
.neppp4_list .colin .link
    a{
    font-size: 1.0rem;
    padding: 0.5rem 1.1rem 0.4rem 1.9rem;
    letter-spacing: -0.076rem;
    box-shadow: 2px 6px 0px #0D0D0D;
    text-align: right;
    width: 100%;
    color: #0D0D0D !important;
    border-radius: 11rem;
    margin-top: 0rem;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.neppp4_list .colin .link
    a span{
    top: 0.3rem;
    left: 0.46rem;
    height: 1.8rem;
    width: 1.8rem;
}
.neppp4_list .colin .link
    a span svg{
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 100%;
}
.neppp4_list .colin .link
    a span svg circle{}
.neppp4_list .colin .link
    a span svg path{}

.neppp4_list .colin .link
    a:hover{
  background-color: #FFF;
}
    @media (max-width: 1024px) and (min-width: 768px){
    .neppp4{
    padding-left: 7.3rem;
    padding-right: 7.3rem;
}
    .neppp4 .section_inner{
    max-width: 85.4rem;
}
    .neppp4 .sub_heading{
    font-size: 1.4rem;
}
    .neppp4 h2{}
    .neppp4 .browseall{}
    .neppp4 .browseall a{
    font-size: 1.4rem;
}
    .neppp4_list{}
    .neppp4_list .col{
    padding-bottom: 8.5rem;
}
    .neppp4_list .colin{}
    .neppp4_list .colin .epsod{
    font-size: 1.2rem;
}

    .neppp4_list .colin h4{
    font-size: 2.6rem;
    min-height: 17.96rem;
}
    .neppp4_list .colin article{
    font-size: 1.4rem;
}
    .neppp4_list .colin .link{}
    .neppp4_list .colin .link a{
    font-size: 1.3rem;
    padding: 0.7rem 2.1rem 0.5rem 3.9rem;
    letter-spacing: -0.076rem;
    box-shadow: 1px 4px 0px #0D0D0D;
}
    .neppp4_list .colin .link a span{
    top: 0rem;
    left: 0.46rem;
    height: 100%;
    width: 2.8rem;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}
    .neppp4_list .colin .link a span svg{}
    .neppp4_list .colin .link a span svg circle{}
    .neppp4_list .colin .link a span svg path{} 
}
    @media (max-width: 767px) {
    .neppp4{
    padding-top: 5.2rem;
    padding-left: 4.6rem;
    padding-right: 4.6rem;
    padding-bottom: 14.8rem;
}
    .neppp4 .circle.right{
    width: 13rem;
    height: 56.3rem;
    top: 1.4rem;
}
    .neppp4 .circle.right:
    before{
      content:"";
    height: 59.3rem;
    width: 59.3rem;
    }
    .neppp4 .section_inner{
    max-width: 90.6rem;
}
    .neppp4 .sub_heading{
    font-size: 4rem;
    letter-spacing: 0.0rem;
    font-weight: 500;
}
    .neppp4 h2{
    font-size: 13.9rem;
    letter-spacing: -0.23rem;
    padding-top: 5.4rem;
    line-height: 0.94;
}
    .neppp4 .browseall{}
    .neppp4 .browseall a{}
    .neppp4_list{
    padding-top: 6.5rem;
    padding-bottom: 6.23rem;
}
    .neppp4_list_slider{
    display:none;
    }
    .neppp4_list .col{
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 5.5rem;
}
    .neppp4_list .colin{
    text-align: center;
    padding-top: 5.3rem;
    padding-left: 7.25rem;
    padding-right: 7.25rem;
    padding-bottom: 9.3rem;
}
    .neppp4_list .colin .epsod{
    font-size: 4.1rem;
    letter-spacing: 0.19rem;
    text-align: center;
}

    .neppp4_list .colin h4{
    font-size: 6.74rem;
    min-height: unset;
    padding-left: 0.1rem;
    letter-spacing: 0.026rem;
    padding-top: 3.4rem;
    line-height: 1.05;
}
    .neppp4_list .colin article{
    padding-right: 0rem;
    line-height: 1.41;
    font-size: 3.8rem;
    letter-spacing: 0.056rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
}
    .neppp4_list .colin .link{
    padding-left: 16.5rem;
    padding-right: 16.5rem;
    bottom: -4.6rem;
}
    .neppp4_list .colin .link a{
    /* padding: 0.5rem 1.1rem 0.4rem 1.9rem; */
    width: 100%;
    font-size: 3.4rem;
    padding: 2.5rem 6.7rem 2.02rem 10rem;
    letter-spacing: 0.06rem;
    box-shadow: 0px 5px 0px #000;
}
    .neppp4_list .colin .link a span{
    width: 7.8rem;
    left: 1.2rem;
}
    .neppp4_list .colin .link a span svg{
    width: 8rem;
    height: auto;
}
    .neppp4_list .colin .link a span svg circle{}
    .neppp4_list .colin .link a span svg path{}

.neppp4_list {
    margin-bottom: 0rem !important;
}
.neppp4_list .slick-arrow{
    height: auto;
    top: unset;
    bottom: 0rem;
    width: 12.4rem;
    z-index: 2;
}
.neppp4_list .slick-arrow svg{
    width: 100%;
    height: auto;
}
.neppp4_list .slick-arrow:
    before{
    display: none;
}
.neppp4_list .slick-arrow svg line{}
.neppp4_list .slick-arrow svg path{}

.neppp4_list .slick-prev{
    left: 1rem;
}
.neppp4_list .slick-prev svg{}
.neppp4_list .slick-prev svg line{}
.neppp4_list .slick-prev svg path{}

.neppp4_list .slick-next{
    right: 0.4rem;
}
.neppp4_list .slick-next svg{}
.neppp4_list .slick-next svg line{
    stroke: #000000;
}
.neppp4_list .slick-next svg path{
    fill: #000000;
}
.neppp4_list .slick-dots{
    /* display: none !important; */
    position: relative;
    bottom: 0rem;
    padding-top: 5.88rem;
}
.neppp4_list .slick-dots li{
    width: 15px;
    height: 15px;
    margin: 0 2px;
}
.neppp4_list .slick-dots li button{
    width: 15px;
    height: 15px;
    background-color: transparent !important;
    border-radius: 100%;
    border: 1px solid #0D0D0D;
}
.neppp4_list .slick-dots li button:
    before{
    display: none;
}

.neppp4_list .slick-dots li:
    hover,
.neppp4_list .slick-dots li.slick-active{}
.neppp4_list .slick-dots li:
    hover button,
.neppp4_list .slick-dots li.slick-active button{
    background-color: #0D0D0D !important;
}
.neppp4_list .slick-dots li:
    hover button:before,
.neppp4_list .slick-dots li.slick-active button:before{}
}
    @media (max-width: 1024px) and (min-width: 768px){}
    @media(max-width:767px){
    
    a.link-list__link {
        font-size: 4rem !important;
    }
    
    a.link-list__link {
    padding-left: 0 !important;
    margin-left: 0 !important;
    }
    
    .link-list.justify-content-left {
    margin-left: 0;
    }
    
    .header__content.header__content--mobile {
    padding: 10rem;
    }
    
    div#block-1555988494486 {
    width: 100%;
    text-align: center;
    padding-left: 14.2rem;
    padding-right: 12rem;
    }
    
    img.logo__image {
    width: 35.5rem !important;
    margin-right: 0.6rem;
    margin-top: 0.3rem;
    }
    
    .header__container > div:
    last-of-type {
        width: 9rem;
    }
    .hamburger{
    height: 30px;
    }
    .hamburger__slices{
    height: 30px;
    }
    .hamburger__slice{
    height: 1px;
    }
    
    .hamburger--slice-2 {
    top: 14px;
    }
    .hamburger--slice-3{
    top: 14px;
    }
    .hamburger--slice-4 {
    top: 28px;
    }
    .hp_footer_top {
    /* flex-direction: column; */
    /* padding: 0 4rem; */
    padding: 0rem 1.8rem 9rem 1.87rem;
    }
    .hp_footer_top .inner{
    max-width: 89.5rem;
    flex-wrap: wrap;
    }
    .ftop_left {
    width: 100%;
    }
    
    .ftop_right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    }
    
    .ftop_left span {
    font-size: 4rem;
    letter-spacing: 0.23rem;
    color: #000;
    }
    
    .ftop_left h2 br {
    display: none;
    }
    
    .ftop_left h2 {
    font-size: 14.7rem;
    line-height: 1.033;
    margin-top: 5.34rem;
    letter-spacing: -0.06rem;
    padding-right: 7rem;
    margin-bottom: 5.8rem;
    }
    
    .fleft div {
    font-size: 3.4rem;
    text-align: center;
    letter-spacing: 0.245rem;
    }
    
    .hp_footer_bottom {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    margin-top: 0rem;
    padding-top: 7.99rem;
    padding-bottom: 7rem;
    }
    .hp_footer_bottom .inner{
    max-width: 90.01rem;
    flex-wrap: wrap;
    }
    .fleft {
    width: 100%;
    }
    
    .fcenter {
    width: 100%;
    }
    
    .fright {
    width: 100%;
    margin-top: -0.5rem;
    }
    
    .fcenter p {
    font-size: 3.7rem;
    margin-top: 1.5rem;
    }
    
    .hp_footer_bottom .fright ul li a {
    font-size: 3rem;
    letter-spacing: 0.4rem;
    font-weight: 500;
    }
    
    .hp_footer_bottom .fright ul {
    width: 100%;
    justify-content: center;
    gap: 1.6rem;
    font-size: 5rem;
    }
    
    .ftop_right span {
    font-size: 4.5rem;
    padding-right: 0;
    letter-spacing: 0.1rem;
    margin-top: 1.34rem;
    }
    
    footer.hp_footer {
    padding-top: 10rem;
    padding-bottom: 0rem;
    }
    
    .hp_footer::
    before {
        bottom: 35rem;
    }
}
    @keyframes naellis_svg_vertical_bounce {
    0%{
        transform: translateY(0);
    }
    60% {
    transform: translateY(-10px);
    }
}
    @keyframes naellis_svg_horizontal_bounce {
    0%{
        transform: translateX(0);
    }
    60% {
    transform: translateX(-10px);
    }
}
.naellis_svg.bouncing_horizontal{
    animation: naellis_svg_horizontal_bounce 1s infinite;
}
.naellis_svg.bouncing_vertical {
    animation: naellis_svg_vertical_bounce 1s infinite;
};
}
.tnp1 .sub_heading
    br.m{}
.tnp1 .sub_heading
    br.d{}
.tnp1
    h1{
    /* text-transform: uppercase; */
    color: #FCFCFC;
    font-size: 5.1rem;
    letter-spacing: -0.14rem;
    font-weight: 200;
    padding-top: 2.2rem;
    text-align: center;
    line-height: 0.95;
}
.tnp1
    h1 i{
    /* letter-spacing: -0.23rem; */
    /* font-size: 10.3rem; */
    color: #FC7E52;
}
.tnp1
    h1 br.m{}
.tnp1
    h1 br.d{}
    @media (max-width: 1024px) and (min-width: 768px){}
    @media (max-width: 768px) {
    section.tnp1{
        padding-top: 35.2rem;
    padding-bottom: 80.8rem;
    }
    .tnp1_bg{} 
    .tnp1_bg.desktop_only{}
    .tnp1_bg.mobile_only{}
    .tnp1 .section_inner{
    width: 92rem;
    }
    .tnp1 .sub_heading{
    font-size: 4rem;
    letter-spacing: 0.1rem;
    }
    .tnp1 .sub_heading br.m{}
    .tnp1 .sub_heading br.d{}
    .tnp1 h1{
    font-size: 13.7rem;
    letter-spacing: -0.33vw;
    padding-top: 5.2rem;
    line-height: 0.9546;
    }
    .tnp1 h1 i{}
    .tnp1 h1 br.m{}
    .tnp1 h1 br.d{}
}









/******* Section 02 *******************/
    section.tnp2{
    padding-left: 9.56rem;
    padding-right: 9.56rem;
    padding-bottom: 11.4rem;
    /* background-color: #FEFBEF; */
}
.tnp2 .section_inner{
    width: 100%;
    padding: 0rem;
    border: 1px solid #0D0D0D;
    background-color: #FCFCFC;
    padding-top: 2.5rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    padding-bottom: 2.56rem;
    margin-top: -4.67rem;
    max-width: 80.88rem;
}
.tnp2 .section_inner:
    before{
 content:"";
    position: absolute;
    right: -9rem;
    top: -13rem;
    width: 25rem;
    height: 25rem;
    border: 1px solid #0D0D0D;
    z-index: 1;
    border-radius: 100%;
}
.tnp2_row1{
    width: 100%;
    display: block;
} 
.tnp2_row1 .img_bg{
    background-image: url(ipad--Mockup.png);
    width: 100%;
    max-width: 29rem;
    margin: 0px auto;
    height: 37.7rem;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -21.1rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    padding-top: 1.4rem;
    padding-bottom: 0.88rem;
}
.tnp2_row1 .img_bg
    span{
    width: 100%;
    display: block;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.tnp2_row2{
    display: block;
    position: relative;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
    padding-bottom: 3.7rem;
} 
.tnp2_row2
    h2{
    font-size: 5.2rem;
    margin-top: -0.15rem;
    padding-left: 3.04rem;
    letter-spacing: -0.126rem;
    color: #0D0D0D;
}
.tnp2_row2
    h2 i{}
.tnp2_row2 .sub_heading{
    font-weight: 400;
    font-size: 1.72rem;
    letter-spacing: 0.055rem;
    line-height: 1.18;
    padding-right: 4.2rem;
    padding-bottom: 1.7rem;
    font-family: "Founders Grotesk";
    padding-left: 37.45rem;
    display: block;
    margin-top: -2.245rem;
    color: #000000;
}
.tnp2_row2 .sub_heading
    br{}
.tnp2_row2 .sub_heading
    br.m{}
.tnp2_row2 .sub_heading
    br.d{}
.tnp2_row2
    article{
    font-size: 1.14rem;
    letter-spacing: 0.026rem;
    font-weight: 500;
    padding-left: 8.34rem;
    padding-left: 37.45rem;
    padding-right: 0rem;
    color: #000000;
}
.tnp2_row2
    article br{}
.tnp2_row2
    article br.m{}
.tnp2_row2
    article br.d{}
.tnp2_row2 .svg_arrow{
    position: absolute;
    bottom: 5rem;
    left: 5.94rem;
    width: 1.8rem;
}
.tnp2_row2 .svg_arrow
    span{
    display: block;
    width: 100%;
    height: auto;
}
.tnp2_row2 .svg_arrow
    span svg{
    width: 100%;
    height: auto;
}
.tnp2_row2 .svg_arrow
    span svg line{,}
.tnp2_row2 .svg_arrow
    span svg path{}

.tnp2_bottom{
    width: 100%;
    display: block;
    margin-bottom: -6.5rem;
}
.tnp2_form{
    width: 100%;
    display: block;
    /* padding-left: 5.2rem; */
    /* padding-right: 5.2rem; */
    padding-top: 1.75rem;
    padding-left: 5.87rem;
    background-color: #0D0D0D;
    border: 1px solid #0D0D0D;
    border-radius: 10rem;
    padding-right: 2.8rem;
    padding-bottom: 2.1rem;
}
.tnp2_form
    form{}
.tnp2_form .tnp2_formin{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.tnp2_form .tnp2_formin
    input{
    background-color: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #FCFCFC !important;
    color: #FCFCFC;
    border-radius: 0px;
    padding: 5px 0px 8px 3px;
    height: 2.8rem;
    font-family: 'Syne';
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: -0.03rem;
}
.tnp2_form .tnp2_formin
    input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FCFCFC;
}
.tnp2_form .tnp2_formin
    input::-moz-placeholder { /* Firefox 19+ */
    color: #FCFCFC;
}
.tnp2_form .tnp2_formin
    input:-ms-input-placeholder { /* IE 10+ */
    color: #FCFCFC;
}
.tnp2_form .tnp2_formin
    input:-moz-placeholder { /* Firefox 18- */
    color: #FCFCFC;
}


.tnp2_form .tnp2_formin .text-field{
    width: 28.9%;
    margin: 0px;}
.tnp2_form .tnp2_formin .email-field{
    width: 32.7%;
    margin-left: 3.8%;
    margin-bottom: 0px;
}
.tnp2_form .button_middle{
    width: 31.1%;
    margin-left: 2.5%;
    text-align: right;
    padding-right: 1.4rem;
}
.tnp2_form .button_middle
    button{
    margin: 0px;
    font-size: 1.0rem;
    padding: 0.7rem 1.5rem 0.5rem 1.9rem;
    letter-spacing: -0.006rem;
    box-shadow: 2px 6px 0px #FCFCFC;
    text-align: left;
    width: 78.5%;
    color: #FCFCFC !important;
    border-radius: 11rem;
    display: inline-block;
}
.tnp2_form .button_middle
    button.site_button{}
.tnp2_form .button_middle
    button.site_button span{
    top: 0.76rem;
    right: -2.35rem;
    height: 1.1rem;
    width: 4.7rem;
}
.tnp2_form .button_middle
    button.site_button span svg{
    width: 100%;
    height: auto;
}
.tnp2_form .button_middle
    button.site_button span svg path{
    fill: #FCFCFC;
}
    @media (max-width: 1024px) and (min-width: 768px){
    section.tnp2{}
    .tnp2 .section_inner{}
    .tnp2_row1{} 
    .tnp2_row1 .img_bg{}
    .tnp2_row1 .img_bg span{}
    .tnp2_row2{} 
    .tnp2_row2 h2{}
    .tnp2_row2 h2 i{}
    .tnp2_row2 .sub_heading{}
    .tnp2_row2 .sub_heading br{}
    .tnp2_row2 .sub_heading br.m{}
    .tnp2_row2 .sub_heading br.d{}
    .tnp2_row2 article{
    font-size: 1.45rem;
    }
    .tnp2_row2 article br{}
    .tnp2_row2 article br.m{}
    .tnp2_row2 article br.d{}
    .tnp2_row2 .svg_arrow{}
    .tnp2_row2 .svg_arrow span{}
    .tnp2_row2 .svg_arrow span svg{}
    .tnp2_row2 .svg_arrow span svg line{,}
    .tnp2_row2 .svg_arrow span svg path{}
    
    .tnp2_bottom{}
    .tnp2_form{ }
    .tnp2_form form{}
    .tnp2_form .tnp2_formin{ }
    .tnp2_form .tnp2_formin input{ }
    
    .tnp2_form .tnp2_formin .text-field{ }
    .tnp2_form .tnp2_formin .email-field{ }
    .tnp2_form .button_middle{ }
    .tnp2_form .button_middle button{ }
    .tnp2_form .button_middle button.site_button{}
    .tnp2_form .button_middle button.site_button span{ }
    .tnp2_form .button_middle button.site_button span svg{ }
    .tnp2_form .button_middle button.site_button span svg path{ }
}
    @media (max-width: 768px) {
    section.tnp2{
        padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 50.4rem;
    }
    .tnp2 .section_inner{
    width: 94rem;
    max-width: unset;
    margin-top: -24.67rem;
    }
    .tnp2 .section_inner:
    before{
     display:none;
    }
    .tnp2_row1{} 
    .tnp2_row1 .img_bg{
    width: 100%;
    max-width: 87rem;
    height: 113rem;
    margin-top: -51.8rem;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
    padding-top: 4.2rem;
    padding-bottom: 2.88rem;
    }
    .tnp2_row1 .img_bg span{
    border-radius: 2px;
    }
    .tnp2_row2{
    padding-top: 7.5rem;
    padding-bottom: 5.8rem;
    } 
    .tnp2_row2 h2{
    font-size: 13.9rem;
    text-align: center;
    padding-left: 0rem;
    letter-spacing: -0.37vw;
    }
    .tnp2_row2 h2 i{
    font-style: normal;
    }
    .tnp2_row2 .sub_heading{
    margin-top: 0rem;
    font-size: 4.8rem;
    letter-spacing: 0.02rem;
    padding-right: 0rem;
    padding-bottom: 2.9rem;
    padding-left: 0rem;
    text-align: center;
    padding-top: 6.1rem;
    line-height: 1.22;
    }
    .tnp2_row2 .sub_heading br{}
    .tnp2_row2 .sub_heading br.m{}
    .tnp2_row2 .sub_heading br.d{}
    .tnp2_row2 article{
    font-size: 3.85rem;
    letter-spacing: 0.026rem;
    font-weight: 500;
    padding-left: 0rem;
    padding-right: 0rem;
    text-align: center;
    line-height: 1.52;
    }
    .tnp2_row2 article br{}
    .tnp2_row2 article br.m{}
    .tnp2_row2 article br.d{}
    .tnp2_row2 .svg_arrow{
    display: none;
    }
    .tnp2_row2 .svg_arrow span{}
    .tnp2_row2 .svg_arrow span svg{}
    .tnp2_row2 .svg_arrow span svg line{,}
    .tnp2_row2 .svg_arrow span svg path{}
    
    .tnp2_bottom{
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: -38.8rem;
    }
    .tnp2_form{
    padding-top: 9.75rem;
    padding-left: 5.87rem;
    border-radius: 9rem;
    padding-right: 2.8rem;
    padding-bottom: 14.6rem;}
    .tnp2_form form{}
    .tnp2_form .tnp2_formin{
    padding-left: 6rem;
    padding-right: 9.1rem;}
    .tnp2_form .tnp2_formin input{
    text-align: center;
    font-size: 3.5rem;
    height: 10.37rem;
    padding: 0rem 0rem 2.8rem 0rem;}
    
    .tnp2_form .tnp2_formin .text-field{
    width: 100%;
    padding-bottom: 6.12rem;}
    .tnp2_form .tnp2_formin .email-field{
    width: 100%;
    margin-left: 0%;
    padding-bottom: 6.12rem;}
    .tnp2_form .button_middle{
    width: 100%;
    margin-left: 0%;
    padding-right: 0rem;
    text-align: left;
    padding-top: 2.9rem;}
    .tnp2_form .button_middle button{ }
    .tnp2_form .button_middle button.site_button{
    width: 87.5%;
    font-size: 3.5rem;
    padding: 2.1rem 1.5rem 2rem 7.8rem;
    letter-spacing: -0.006rem;
    }
    .tnp2_form .button_middle button.site_button span{
    top: 2.6rem;
    right: -8.35rem;
    height: 2.1rem;
    width: 16.7rem;}
    .tnp2_form .button_middle button.site_button span svg{ }
    .tnp2_form .button_middle button.site_button span svg path{ }
}








/******* Section 03 *******************/
    section.tnp3{
    background-color: rgb(238 234 219 / 51%);
    padding-left: 12.5rem;
    padding-right: 11.9rem;
    padding-top: 7.21rem;
    padding-bottom: 6.2rem;
    border-bottom: 1px solid #0D0D0D;
}
.tnp3 .section_inner{
    width: 100%;
    padding: 0rem;
    max-width: 75.6rem;
}
.tnp3
    h2{
    color: #0D0D0D;
    font-size: 7.96rem;
    letter-spacing: -0.23rem;
    font-weight: 200;
    line-height: 0.95;
    padding-left: 0.08rem;
}
.tnp3
    h2 i{
    color: #FC7E52;
}
.tnp3 .sub_heading{
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 0.02rem;
    line-height: 1.18;
    padding-right: 4.2rem;
    padding-bottom: 1.96rem;
    font-family: "Founders Grotesk";
    display: block;
    padding-top: 1.54rem;
    padding-left: 0.1rem;
    color: #000000;
}
.tnp3 .sub_heading
    br{}
.tnp3 .sub_heading
    br.m{}
.tnp3 .sub_heading
    br.d{}

.tnp3 .topic_lists{
    padding-bottom: 0.6rem;
}
.tnp3 .topic_lists
    ul{
    display: flex;
    flex-wrap: wrap;
}
.tnp3 .topic_lists
    ul li{
    font-family: 'Syne';
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 1rem;
    margin-bottom: 0rem;
    padding-right: 1.1rem;
}
.tnp3 .topic_lists
    ul li a{
    color: #0D0D0D;
    display: block;
    font-size: 0.79rem;
    border: 1px solid #FFFDF5;
    padding: 0.5rem 1.89rem 0.35rem 1.89rem;
    border-radius: 10rem;
    background-color: #FFFDF5;
}
.tnp3 .topic_lists
    ul li.active a,
.tnp3 .topic_lists ul li a:hover{
    border: 1px solid #000;
}

.tnp3 .search_form{
    width: 100%;
    display: block;
    padding-right: 0.6rem;
    padding-bottom: 4.98rem;
}
.tnp3 .search_form
    form{}
.tnp3 .search_form .search_formin{
    background-color: #FFFDF5;
    border-radius: 10rem;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 0.29rem;
    padding-left: 3.2rem;
    padding-right: 0.34rem;
    padding-bottom: 0.4rem;
    position: relative;
}
.tnp3 .search_form .search_formin:
    before{
    content:"";
    background-image: url(search-icon.png);
    width: 1.1rem;
    height: 1.1rem;
    display: block;
    position: absolute;
    top: 0.85rem;
    left: 1.58rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.tnp3 .search_form .search_formin .input_col{
    width: 86%;
}
.tnp3 .search_form .search_formin .input_col
    input{
    width: 100%;
    height: 2.1rem;
    margin: 0rem;
    padding: 0rem;
    border: 0px;
    background-color: transparent;
    font-family: 'Syne';
    font-weight: bold;
    /* color: #0D0D0D; */
    padding-top: 0.3rem;
    padding-left: 0.08rem;
    letter-spacing: 0.067rem;
}
.tnp3 .search_form .search_formin
    input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(13 13 13 / 24%);
}
.tnp3 .search_form .search_formin
    input::-moz-placeholder { /* Firefox 19+ */
    color: rgb(13 13 13 / 24%);
}
.tnp3 .search_form .search_formin
    input:-ms-input-placeholder { /* IE 10+ */
    color: rgb(13 13 13 / 24%);
}
.tnp3 .search_form .search_formin
    input:-moz-placeholder { /* Firefox 18- */
    color: rgb(13 13 13 / 24%);
}

.tnp3 .search_form .search_formin .button_col{
    width: 14%;
    text-align: right;
}
.tnp3 .search_form .search_formin .button_col
    button{
    text-align: center;
    display: inline-block;
    height: 2.15rem;
    border: 0px;
    background-color: #FC7E52;
    border-radius: 10rem;
    font-family: 'Syne';
    font-weight: bold;
    color: #0D0D0D;
    font-size: 0.76rem;
    padding-right: 1.9rem;
    letter-spacing: 0.04rem;
    padding-top: 0.1rem;
    padding-left: 1.75rem;
}

.tnp3 .topic_waper{}
.tnp3 .topic_waperin{
    width: 100%;
    display: block;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    padding-bottom: 1.8rem;
}
.tnp3 .topic_waperin .col{
    /* border: 1px solid #DCD7BF; */
    width: 100%;
    display: block;
    padding-bottom: 1rem;
}
.tnp3 .topic_waperin .col
    a{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 1.35rem;
    border: 1px solid #DCD7BF;
    padding-left: 2.2rem;
    color: #000000;
    font-size: 1.1rem;
    padding-bottom: 1.23rem;
    padding-right: 2.2rem;
}
.tnp3 .topic_waperin .col
    a:hover{
  border: 1px solid #FC7E52;
    background-color: rgb(255 253 245 / 73%);
}
.tnp3 .topic_waperin .col
    span.date{
    font-family: 'General Sans';
    font-weight: 500;
    color: #FC7E52;
    width: 7.78%;
    font-size: 0.95rem;
}
.tnp3 .topic_waperin .col
    span.text{
    display: block;
    margin-top: -0.2rem;
    letter-spacing: -0.026rem;
    width: 92%;
    font-weight: 500;
    font-family: 'General Sans';
}
.tnp3 .more_editions{
    text-align: center;
    padding-right: 0.6rem;}
.tnp3 .more_editions
    a{
    text-decoration: underline;
    font-family: 'Syne';
    font-weight: bold;
    text-transform: uppercase;
    color: #0D0D0D;
    opacity: 1;
    font-size: 0.8rem;
}
    @media (max-width: 1024px) and (min-width: 768px){
    section.tnp3{}
    .tnp3 .section_inner{}
    .tnp3 h2{}
    .tnp3 h2 i{}
    .tnp3 .sub_heading{}
    .tnp3 .sub_heading br{}
    .tnp3 .sub_heading br.m{}
    .tnp3 .sub_heading br.d{}
    
    .tnp3 .topic_lists{}
    .tnp3 .topic_lists ul{}
    .tnp3 .topic_lists ul li{
    /* padding-right: 2.1rem; */
}
    .tnp3 .topic_lists ul li a{
    font-size: 1.2rem;
    }
    
    .tnp3 .search_form{}
    .tnp3 .search_form form{}
    .tnp3 .search_form .search_formin{}
    .tnp3 .search_form .search_formin .input_col{}
    .tnp3 .search_form .search_formin .input_col input{}
    .tnp3 .search_form .search_formin .button_col{}
    .tnp3 .search_form .search_formin .button_col button{
    font-size: 1.1rem;
    }
    
    .tnp3 .topic_waper{}
    .tnp3 .topic_waperin{}
    .tnp3 .topic_waperin .col{}
    .tnp3 .topic_waperin .col a{
    font-size: 1.4rem;
    }
    .tnp3 .topic_waperin .col span{}
    .tnp3 .topic_waperin .col span.date{
    font-size: 1.4rem;
    }
    .tnp3 .more_editions{}
    .tnp3 .more_editions a{
    font-size: 1.4rem;
    }
}
    @media (max-width: 767px) {
    section.tnp3{
        padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 11.6rem;
    padding-bottom: 11.4rem;
    }
    .tnp3 .section_inner{
    max-width: unset;
    }
    .tnp3 h2{
    max-width: 87.3rem;
    margin: 0px auto;
    font-size: 13.9rem;
    letter-spacing: -0.37vw;
    }
    .tnp3 h2 i{}
    .tnp3 .sub_heading{
    max-width: 87.3rem;
    margin: 0px auto;
    display: block;
    font-size: 4.8rem;
    letter-spacing: 0.02rem;
    padding-top: 2.54rem;
    }
    .tnp3 .sub_heading br{}
    .tnp3 .sub_heading br.m{}
    .tnp3 .sub_heading br.d{}
    
    .tnp3 .topic_lists{
    width: 100%;
    display: block;
    padding-top: 3.7rem;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow-x: scroll;
    padding-bottom: 3.6rem;
    }
    .tnp3 .topic_lists ul{
    width: fit-content;
    flex-wrap: nowrap;
    /* display: flex; */
    white-space: nowrap;
    overflow: hidden;
    }
    .tnp3 .topic_lists ul li{
    padding-right: 3.1rem;
}
    .tnp3 .topic_lists ul li a{
    padding: 2.5rem 8.5rem 1.5rem 8.5rem;
    font-size: 3.4rem;
    }
    
    .tnp3 .search_form{
    max-width: 90.5rem;
    margin: 0px auto;
    }
    .tnp3 .search_form form{}
    .tnp3 .search_form .search_formin{
    padding-top: 0.29rem;
    padding-left: 11.5rem;
    padding-right: 0.34rem;
    padding-bottom: 0.4rem;
    }
    .tnp3 .search_form .search_formin:
    before{
     top: 2.6rem;
    left: 3.99rem;
    width: 5.1rem;
    height: 4.8rem;
    background-size: contain;
    }
    .tnp3 .search_form .search_formin .input_col{}
    .tnp3 .search_form .search_formin .input_col input{
    height: 9.1rem;
    font-size: 3.4rem;
    }
    .tnp3 .search_form .search_formin .button_col{
    padding-top: 1.5rem;
    padding-right: 0.9rem;
    }
    .tnp3 .search_form .search_formin .button_col button{
    font-size: 0.1rem;
    color: #0d0d0d00;
    height: 6.45rem;
    width: 6.45rem;
    }
    
    .tnp3 .topic_waper{
    max-width: 94rem;
    margin: 0px auto;
    padding-right: 0.3rem;
    padding-top: 11rem;
    }
    .tnp3 .topic_waperin{}
    .tnp3 .topic_waperin .col{
    padding-bottom: 3rem;
    }
    .tnp3 .topic_waperin .col a{
    font-size: 3.85rem;
    padding-bottom: 2.9rem;
    padding-right: 2.2rem;
    padding-top: 2.35rem;
    padding-left: 4.4rem;
    }
    .tnp3 .topic_waperin .col span.date{
    width: 20.78%;
    font-size: 3.8rem;
    }
    .tnp3 .topic_waperin .col span{}
    .tnp3 .topic_waperin .col span.text{
    letter-spacing: 0.13rem;
    width: 79%;
    margin-top: -0rem;
    line-height: 1.2;
    padding-top: 1rem;
    }
    .tnp3 .more_editions{
    padding-right: 0rem;
    padding-top: 2.7rem;
    }
    .tnp3 .more_editions a{
    font-size: 3.4rem;
    letter-spacing: 0.05rem;
    }
}
    @media (max-width: 1024px) and (min-width: 768px){}
    @media(max-width:767px){
    
    a.link-list__link {
        font-size: 4rem !important;
    }
    
    a.link-list__link {
    padding-left: 0 !important;
    margin-left: 0 !important;
    }
    
    .link-list.justify-content-left {
    margin-left: 0;
    }
    
    .header__content.header__content--mobile {
    padding: 10rem;
    }
    
    div#block-1555988494486 {
    width: 100%;
    text-align: center;
    padding-left: 14.2rem;
    padding-right: 12rem;
    }
    
    img.logo__image {
    width: 35.5rem !important;
    margin-right: 0.6rem;
    margin-top: 0.3rem;
    }
    
    .header__container > div:
    last-of-type {
        width: 9rem;
    }
    .hamburger{
    height: 30px;
    }
    .hamburger__slices{
    height: 30px;
    }
    .hamburger__slice{
    height: 1px;
    }
    
    .hamburger--slice-2 {
    top: 14px;
    }
    .hamburger--slice-3{
    top: 14px;
    }
    .hamburger--slice-4 {
    top: 28px;
    }
    .hp_footer_top {
    /* flex-direction: column; */
    /* padding: 0 4rem; */
    padding: 0rem 1.8rem 7.1rem 1.87rem;
    }
    .hp_footer_top .inner{
    max-width: 89.5rem;
    flex-wrap: wrap;
    }
    .ftop_left {
    width: 100%;
    }
    
    .ftop_right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    }
    
    .ftop_left span {
    font-size: 4rem;
    letter-spacing: 0.1rem;
    color: #000;
    font-weight: 500;
    }
    
    .ftop_left h2 br {
    display: none;
    }
    
    .ftop_left h2 {
    font-size: 14.7rem;
    line-height: 1.033;
    margin-top: 5rem;
    letter-spacing: -0.06rem;
    padding-right: 7rem;
    margin-bottom: 5.8rem;
    }
    
    .fleft div {
    font-size: 3.4rem;
    text-align: center;
    letter-spacing: 0.245rem;
    font-weight: 500;
    }
    
    .hp_footer_bottom {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    margin-top: 0rem;
    padding-top: 7.7rem;
    padding-bottom: 6rem;
    }
    .hp_footer_bottom .inner{
    max-width: 90.01rem;
    flex-wrap: wrap;
}
    .fleft {
    width: 100%;
    }
    
    .fcenter {
    width: 100%;
    }
    
    .fright {
    width: 100%;
    margin-top: -0.5rem;
    }
    
    .fcenter p {
    font-size: 3.7rem;
    margin-top: 1rem;
    }
    
    .hp_footer_bottom .fright ul li a {
    font-size: 3rem;
    letter-spacing: 0.4rem;
    font-weight: 500;
    }
    
    .hp_footer_bottom .fright ul {
    width: 100%;
    justify-content: center;
    gap: 1.6rem;
    font-size: 5rem;
    }
    
    .ftop_right span {
    font-size: 4.5rem;
    padding-right: 0;
    letter-spacing: 0.1rem;
    margin-top: 1.9rem;
    }
    
    footer.hp_footer {
    padding-top: 10rem;
    padding-bottom:0rem;
    }
    
    .hp_footer::
    before {
        bottom: 35rem;
    }
};
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.thpop2 h2{
    font-size: 5.134vw;
    padding-top: 3.25vw;
    line-height: 0.9;
    letter-spacing: -0.11vw;
    padding-right: 0.7vw;
    color: #0D0D0D;
}
.thpop2 h2 i{
    color: #FC7E52;
}
.thpop2 h2 br.m{}
.thpop2 h2 br.d{}
.thpop2_text{
    font-weight: 500;
    padding-top: 1.83rem;
    font-size: 1.14rem;
    letter-spacing: -0.023rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-bottom: 1.05rem;
    text-align: center;
}
.thpop2_text p{
    color: #000;
}
.thpop2_text br.m{}
.thpop2_text br.d{}
.thpop2 .link{
    text-align: center;
    padding-top: 2.2rem;
    padding-right: 2.45vw;
}
.thpop2 .link a.site_button{
    margin: 0px auto;
    width: 35.67rem;
    text-align: left;
    font-size: 1.016rem;
    padding: 0.7rem 2.5rem 0.46rem 1.7rem;
    letter-spacing: -0.019rem;
    box-shadow: 2px 7px 0px #000;
}
.thpop2 .link a.site_button span{
    top: 0.7rem;
    right: -2.33rem;
    height: 1rem;
    width: 4.7rem;
    transition: all 0.55s ease 0s !important;
}
.thpop2 .link a.site_button span svg{
    width: 100%;
    height: auto;
}
.thpop2 .link a.site_button span svg path{}
.thpop2 .link a.site_button:hover span {
    right: -3.4rem;
}

@media (max-width: 1024px) and (min-width: 768px){
    .thpop2 .sub_heading{
        font-size: 1.3rem;
    }
    .thpop2_text{
        font-size: 1.4rem;
        padding-right: 0rem;
        padding-left: 0rem;
    }
    .thpop2 .link a.site_button{
        font-size: 1.3rem;
        line-height: 1.1;
        padding: 0.9rem 3.45rem 0.5rem 2.87rem;
        box-shadow: 0px 4px 0px #0D0D0D;
    }
    .thpop2 .link a.site_button span{
        top: 0rem;
        right: -2.33rem;
        height: 100%;
        width: 5.7rem;
        display: flex;
    }
}
@media (max-width: 767px) {
    .thpop2{
        padding-bottom: 18.5rem;
    }
    .thpop2 .section_inner{
        max-width: 94.1rem;
    }
    .thpop2 article{
        margin-top: -24.7rem;
        padding: 13.7rem 3rem 14.7rem 3rem;
    }
    .thpop2 .sub_heading{
        font-size: 4.7rem;
        letter-spacing: 0.1vw;
        font-weight: 500;
        padding-left: 10rem;
        display: block;
        padding-right: 10rem;
        line-height: 1.2;
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    .thpop2 h2{
        font-size: 10.134vw;
        padding-top: 8.8vw;
        line-height: 0.94;
        letter-spacing: -0.23vw;
        padding-right: 0vw;
    }
    .thpop2_text{
        padding-top: 7.5rem;
        padding-right: 4rem;
        padding-left: 4rem;
        padding-bottom: 1.05rem;
        font-size: 3.8rem;
        letter-spacing: 0.05rem;
    }
    .thpop2 .link{
        padding-top: 7.6rem;
        padding-right: 9.3vw;
        padding-left: 3.1rem;
    }
    .thpop2 .link a.site_button{
        width: 100%;
        font-size: 3.8rem;
        padding: 2.4rem 3.5rem 2.46rem 6.5rem;
        letter-spacing: -0.21rem;
        box-shadow: 4px 6px 0px #000;
        line-height: 1.2;
    }
    .thpop2 .link a.site_button span{
        top: 0rem;
        right: -7.33rem;
        height: 100%;
        width: 9.9rem;
        display: flex;
        overflow: hidden;
    }
    
    .thpop2 .link a.site_button span svg{
        width: 170%;
        margin-left: -77%;
    }
    .thpop2 .link a.site_button:hover span{
        right: -8.33rem;
    }
}



/***** Section 03 ******************/
.thpop3{
    padding-bottom: 3.78rem;
}
.thpop3 .section_inner{
    width: 100%;
    padding-left: 0vw;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 100rem;
}
.thpop3_left{
    width: 69%;
    padding-right: 0.13rem;
}
.thpop3_ltop{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 3.42rem;
    margin-bottom: -5.68rem;
}
.thpop3_ltop .number{
    font-family: 'Helvetica Neue LT Std';
    font-size: 15.3rem;
    color: #FEFBEF;
    stroke: #000;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: black; */
    line-height: 0.9;
    margin-top: -2.2rem;
    letter-spacing: -0.2vw;
    font-weight: 900;
}
.thpop3_ltop .sub_heading{
    color: rgb(252, 126, 82);
    margin-bottom: 1.57rem;
    margin-left: -0.36rem;
    padding-top: 2.3rem;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.thpop3_left article{
    width: 100%;
    display: block;
    border: 1px solid #0D0D0D;
    background-color: #FCFCFC;
    padding-top: 7.8rem;
    padding-left: 4.4vw;
    padding-right: 15.8vw;
    padding-bottom: 8.9rem;
    border-left: 0px;
}
.thpop3_left h2{
    font-size: 4.7rem;
    letter-spacing: -0.123vw;
}
.thpop3_left .text{
    font-weight: 500;
    padding-top: 3.3rem;
    font-size: 1.14rem;
    letter-spacing: 0.0rem;
    padding-right: 4rem;
    padding-left: 9rem;
    padding-bottom: 1.05rem;
}
.thpop3_left .text p{
    color: #000;
}
.thpop3_left .text br.m{}
.thpop3_left .text br.d{}
.thpop3_left .link{
    width: 100%;
    display: block;
    padding-top: 0.9rem;
    display: flex;
    justify-content: flex-end;
    padding-right: 2.3rem;
}
.thpop3_left .link a.site_button{
    text-align: left;
    font-size: 1.02rem;
    padding: 0.7rem 2.5rem 0.46rem 1.7rem;
    letter-spacing: -0.019rem;
    box-shadow: 2px 6px 0px #000;
    width: 17.7rem;
}
.thpop3_left .link a.site_button span{
    top: 0.7rem;
    right: -2.33rem;
    height: 1.3rem;
    width: 4.7rem;
}
.thpop3_left .link a.site_button span svg{
    width: 100%;
    height: auto;
}
.thpop3_left .link a.site_button span svg path{}
.thpop3_right{
    width: 31%;
    padding-right: 4rem;
    padding-top: 13.4rem;
}
.thpop3_right img{
    border: 1px solid #0D0D0D;
    max-width: unset;
    width: 33.23rem;
    margin-left: -6.3rem;
}
.thpop3_left .link a.site_button:hover span{
  right: -3rem;
}

@media (max-width: 1024px) and (min-width: 768px){
    .thpop3_ltop .sub_heading{
        font-size: 1.3rem;
    }
    .thpop3_left .text{
        font-size: 1.4rem;
    }
    .thpop3_left .link a.site_button{
        font-size: 1.3rem;
        padding: 0.9rem 3.45rem 0.5rem 1.87rem;
        box-shadow: 2px 4px 0px #0D0D0D;
    }
}
@media (max-width: 767px) {
    .thpop3{
        padding-top: 17.8rem;
        padding-right: 3rem;
        padding-bottom: 15.1rem;
    }
    .thpop3 .section_inner{
        /* width: 94rem; */
        max-width: unset;
        border: 1px solid #0D0D0D;
        background-color: #FCFCFC;
        border-left: 0px;
        padding-left: 3rem;
    }
    .thpop3_left{
        /* border: 1px solid #0D0D0D; */
        /* background-color: #FCFCFC; */
        padding-top: 0rem;
        padding-left: 3.4vw;
        padding-right: 3.4vw;
        padding-bottom: 10.94rem;
        width: 94rem;
        /* margin-left: -3.2rem; */
        border-left: 0px;
        margin: 0px auto;
    }
    .thpop3_ltop{
        width: 100%;
        display: block;
        margin-bottom: 0rem;
        position: relative;
        padding-left: 0rem;
    }
    .thpop3_ltop .number{
        position: relative;
        top: 0rem;
        right: 0rem;
        display: inline-block;
        font-size: 42rem;
        margin-top: -22.6rem;
        margin-left: -1rem;
        letter-spacing: -0.7vw;
    }
    .thpop3_ltop .sub_heading{
        display: block;
        font-size: 4.7rem;
        margin-left: -0.36rem;
        padding-top: 1.2rem;
        letter-spacing: 0.1vw;
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    .thpop3_left article{
        border: 0px solid #0D0D0D;
        background-color: #FCFCFC;
        padding-top: 0rem;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .thpop3_left h2{
        font-size: 14rem;
        letter-spacing: -0.33vw;
        margin-top: -0.8rem;
    }
    .thpop3_left .text{
        padding-top: 5.57rem;
        padding-right: 0rem;
        padding-left: 0rem;
        padding-bottom: 1.05rem;
        font-size: 3.8rem;
        letter-spacing: 0.05rem;
        line-height: 1.53;
        margin-left: -0.3rem;
    }
    .thpop3_left .link{
        display: block;
        padding-right: 30.7rem;
        padding-top: 1.9rem;
    }
    .thpop3_left .link a.site_button{
        width: 100%;
        font-size: 3.4rem;
        padding: 2.5rem 9.5rem 2.02rem 6rem;
        letter-spacing: 0.06rem;
        box-shadow: 0px 5px 0px #000;
        text-align: center;
    }
    .thpop3_left .link a.site_button span{
        right: -10rem;
        width: 16.7rem;
        display: flex;
    }
    .thpop3_left .link a.site_button:hover span{
        right: -11rem;
    }
    .thpop3_left .link a.site_button span svg path{}
    .thpop3_right{
        width: 100%;
        padding-right: 0rem;
        padding-top: 1.4rem;
        padding-left: 28.75rem;
    }
    .thpop3_right img{
        width: 65.1rem;
        margin-left: 0rem;
        margin-right: -3.2rem;
    }
}





/***** Section 04 ******************/
.thpop4{
    padding-bottom: 3.78rem;
}
.thpop4 .section_inner{
    width: 100%;
    padding-left: 0vw;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 100rem;
}
.thpop4_left{
    width: 69%;
    padding-left: 0.16rem;
    padding-top: 10.675rem;
    position: relative;
    padding-bottom: 12.5rem;
}
.thpop4_ltop{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-right: 5.762rem;
    margin-bottom: -5.4rem;
    justify-content: flex-end;
}
.thpop4_ltop .number{
    font-family: 'Helvetica Neue LT Std';
    font-size: 14.8rem;
    color: #FEFBEF;
    stroke: #000;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: black; */
    line-height: 0.9;
    margin-top: -2.2rem;
    letter-spacing: -0.2vw;
}
.thpop4_ltop .sub_heading{
    color: rgb(252, 126, 82);
    margin-bottom: 1.57rem;
    margin-right: 1.3rem;
    padding-top: 3.3rem;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.thpop4_left article{
    width: 100%;
    display: block;
    border: 1px solid #0D0D0D;
    background-color: #FCFCFC;
    padding-top: 7.9rem;
    padding-left: 17.4vw;
    padding-right: 6.8vw;
    padding-bottom: 6.89rem;
    border-right: 0px;
}
.thpop4_left h2{
    font-size: 4.7rem;
    letter-spacing: -0.123vw;
}
.thpop4_left .text{
    font-weight: 500;
    padding-top: 3.8rem;
    font-size: 1.14rem;
    letter-spacing: 0.0rem;
    padding-right: 2rem;
    padding-left: 6.6rem;
    padding-bottom: 0.6rem;
}
.thpop4_left .text p{
    color: #000;
}
.thpop4_left .text br.m{}
.thpop4_left .text br.d{}
.thpop4_left .link{
    width: 100%;
    display: block;
    padding-top: 0.9rem;
    display: flex;
    justify-content: flex-end;
    padding-right: 2.3rem;
}
.thpop4_left .link a.site_button{
    text-align: left;
    font-size: 1.02rem;
    padding: 0.7rem 2.5rem 0.46rem 1.7rem;
    letter-spacing: -0.019rem;
    box-shadow: 2px 6px 0px #000;
    width: 19.4rem;
}
.thpop4_left .link a.site_button span{
    top: 0.7rem;
    right: -2.33rem;
    height: 1rem;
    width: 4.7rem;
}
.thpop4_left .link a.site_button span svg{
    width: 100%;
    height: auto;
}
.thpop4_left .link a.site_button span svg path{}

.thpop4_left img.thpop4_limage{
    position: absolute;
    bottom: -5rem;
    left: 3.8rem;
    width: 22.5rem;
    border: 1px solid #0D0D0D;
}

.thpop4_left .link a.site_button:hover span {
    right: -3rem;
}

.thpop4_right{
    width: 31%;
    padding-left: 10.12rem;
    padding-top: 0rem;
    position: relative;
    z-index: 1;
}
.thpop4_right img{
    border: 1px solid #0D0D0D;
    max-width: unset;
    width: 34.43rem;
    margin-left: -6.3rem;
}

@media (max-width: 1024px) and (min-width: 768px){
.thpop4_ltop .sub_heading{
    font-size: 1.3rem;
    padding-top: 2.5rem;
}
.thpop4_left .text{
    font-size: 1.4rem;
}
.thpop4_left .link a.site_button{
    font-size: 1.3rem;
    padding: 0.9rem 3.45rem 0.5rem 1.87rem;
    box-shadow: 2px 4px 0px #0D0D0D;
    width: 23.4rem;
}
}
@media (max-width: 767px) {
    .thpop4{
        padding-top: 17.6rem;
        padding-right: 3rem;
        padding-bottom: 13rem;
    }
    .thpop4 .section_inner{
        max-width: unset;
        border: 1px solid #0D0D0D;
        background-color: #FCFCFC;
        border-left: 0px;
        padding-left: 3rem;
    }
    .thpop4_left{
        padding-top: 0rem;
        padding-left: 3.4vw;
        padding-right: 3.4vw;
        padding-bottom: 14.8rem;
        width: 94rem;
        border-left: 0px;
        margin: 0px auto;
    }
    .thpop4_ltop{
        width: 100%;
        display: flex;
        margin-bottom: 0rem;
        position: relative;
        padding-left: 0rem;
        justify-content: unset;
        padding-right: 0rem;
    }
    .thpop4_ltop .number {
            position: relative;
            top: 0rem;
            right: 0rem;
            display: block;
            font-size: 43.4rem;
            margin-top: -23.3rem;
            margin-left: 0rem;
            letter-spacing: -0.7vw;
            order: 1;
            text-align: right;
            width: 100%;
            padding-right: 1.1rem;
    }
    .thpop4_ltop .sub_heading{
        position: relative;
        display: block;
        font-size: 4.7rem;
        margin-left: -0.36rem;
        padding-top: 1.5rem;
        letter-spacing: 0.1vw;
        width: 100%;
        order: 2;
        margin-bottom: 1rem;
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    .thpop4_left article{
        border: 0px solid #0D0D0D;
        background-color: #FCFCFC;
        padding-top: 0rem;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .thpop4_left h2{
        font-size: 14rem;
        letter-spacing: -0.33vw;
        margin-top: -0.8rem;
        margin-left: -0.2rem;
    }
    .thpop4_left .text{
        padding-top: 6.9rem;
        padding-right: 5.6rem;
        padding-left: 0rem;
        padding-bottom: 1.05rem;
        font-size: 3.8rem;
        letter-spacing: 0.05rem;
        line-height: 1.53;
        margin-left: -0.3rem;
    }
    .thpop4_left .link{
        display: block;
        padding-right: 22.1rem;
        padding-top: 2.9rem;
    }
    .thpop4_left .link a.site_button{
        width: 100%;
        font-size: 3.4rem;
        padding: 2.1rem 9.5rem 2.02rem 3.9rem;
        letter-spacing: 0.06rem;
        box-shadow: 0px 5px 0px #000;
        text-align: center;
    }
    .thpop4_left .link a.site_button span{
        right: -10rem;
        width: 16.7rem;
        display: flex;
    }
    .thpop4_left .link a.site_button:hover span {
        right: -11rem;
    }
    .thpop4_left img.thpop4_limage{
        position: relative;
        bottom: 0rem;
        left: 0rem;
        width: 50.5rem;
        border: 1px solid #0D0D0D;
        margin-left: 35.6rem;
        margin-top: -28.5rem;
        z-index: -1;
    }
    .thpop4_right{
        width: 100%;
        padding-left: 0rem;
        padding-top: 3.4rem;
        position: relative;
        z-index: 1;
    }
    .thpop4_right img{
        width: 73.8rem;
        margin-left: -8.2rem;
        z-index: 4;
        position: relative;
    }
}






/***** Section 05 ******************/
.thpop5{
    padding-bottom: 7.5rem;
}
.thpop5 .section_inner{
    width: 100%;
    padding-left: 0vw;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 100rem;
}
.thpop5_left{
    width: 69%;
    padding-right: 0.13rem;
    padding-top: 0.85rem;
}
.thpop5_ltop{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 3.42rem;
    margin-bottom: -5.38rem;
}
.thpop5_ltop .number{
    font-family: 'Helvetica Neue LT Std';
    font-size: 14.5rem;
    color: #FEFBEF;
    stroke: #000;
    text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: black; */
    line-height: 0.9;
    margin-top: -2.13rem;
    letter-spacing: -0.2vw;
}
.thpop5_ltop .sub_heading{
    color: rgb(252, 126, 82);
    margin-bottom: 1.57rem;
    margin-left: 0.767rem;
    padding-top: 2.3rem;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.thpop5_left article{
    width: 100%;
    display: block;
    border: 1px solid #0D0D0D;
    background-color: #FCFCFC;
    padding-top: 9.1rem;
    padding-left: 4.4vw;
    padding-right: 15.8vw;
    padding-bottom: 4.67rem;
    border-left: 0px;
}
.thpop5_left h2{
    font-size: 4.7rem;
    letter-spacing: -0.123vw;
}
.thpop5_left .text{
    font-weight: 500;
    padding-top: 3.3rem;
    font-size: 1.14rem;
    letter-spacing: 0.0rem;
    padding-right: 4rem;
    padding-left: 9rem;
    padding-bottom: 2.2rem;
}
.thpop5_left .text p{}
.thpop5_left .text br.m{}
.thpop5_left .text br.d{}
.thpop5_left .link{
    width: 100%;
    display: block;
    padding-top: 0.9rem;
    display: flex;
    justify-content: flex-end;
    padding-right: 5.76rem;
}
.thpop5_left .link a.site_button{
    text-align: left;
    font-size: 1.02rem;
    padding: 0.7rem 2.5rem 0.46rem 2.7rem;
    letter-spacing: -0.019rem;
    box-shadow: 2px 6px 0px #000;
    width: 14.3rem;
}
.thpop5_left .link a.site_button span{
    top: 0.7rem;
    right: -2.33rem;
    height: 1rem;
    width: 4.7rem;
}
.thpop5_left .link a.site_button span svg{
    width: 100%;
    height: auto;
}
.thpop5_left .link a.site_button span svg path{}

.thpop5_left .link a.site_button:hover span {
    right: -3rem;
}

.thpop5_right{
    width: 31%;
    padding-right: 7rem;
    padding-top: 13.3rem;
}
.thpop5_right img{
    border: 1px solid #0D0D0D;
    max-width: unset;
    width: 34.4rem;
    margin-left: -10.3rem;
}

@media (max-width: 1024px) and (min-width: 768px){
    .thpop5_ltop .sub_heading{
        font-size: 1.3rem;
    }
    .thpop5_left .text{
        font-size: 1.4rem;
    }
    .thpop5_left .link a.site_button{
        font-size: 1.3rem;
        padding: 0.9rem 3.45rem 0.5rem 1.87rem;
        box-shadow: 2px 4px 0px #0D0D0D;
        width: 23.4rem;
    }
}
@media (max-width: 767px) {
    .thpop5{
        padding-top: 17.8rem;
        padding-right: 3rem;
        padding-bottom: 17.3rem;
    }
    .thpop5 .section_inner{
        max-width: unset;
        border: 1px solid #0D0D0D;
        background-color: #FCFCFC;
        border-left: 0px;
        padding-left: 3rem;
    }
    .thpop5_left{
        padding-top: 0rem;
        padding-left: 3.4vw;
        padding-right: 3.4vw;
        padding-bottom: 10.94rem;
        width: 94rem;
        border-left: 0px;
        margin: 0px auto;
    }
    .thpop5_ltop{
        width: 100%;
        display: block;
        margin-bottom: 0rem;
        position: relative;
        padding-left: 0rem;
    }
    .thpop5_ltop .number{
        position: relative;
        top: 0rem;
        right: 0rem;
        display: inline-block;
        font-size: 42rem;
        margin-top: -22.6rem;
        margin-left: -1rem;
        letter-spacing: -0.7vw;
    }
    .thpop5_ltop .sub_heading{
        display: block;
        font-size: 4.7rem;
        margin-left: -0.36rem;
        padding-top: 0.5rem;
        letter-spacing: 0.1vw;
        font-weight: 500;
        margin-bottom: 0.3rem;
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    .thpop5_left article{
        border: 0px solid #0D0D0D;
        background-color: #FCFCFC;
        padding-top: 0rem;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .thpop5_left h2{
        font-size: 14rem;
        letter-spacing: -0.33vw;
        margin-top: -0.8rem;
    }
    .thpop5_left .text{
        padding-top: 9.4rem;
        padding-right: 2rem;
        padding-left: 0rem;
        padding-bottom: 1.05rem;
        font-size: 3.8rem;
        letter-spacing: 0.05rem;
        line-height: 1.53;
        margin-left: -0.3rem;
    }
    .thpop5_left .link{
        display: block;
        padding-right: 30.7rem;
        padding-top: 1.9rem;
    }
    .thpop5_left .link a.site_button{
        width: 100%;
        font-size: 3.4rem;
        padding: 2.5rem 17.7rem 2.02rem 6rem;
        letter-spacing: 0.06rem;
        box-shadow: 0px 5px 0px #000;
        text-align: center;
    }
    .thpop5_left .link a.site_button span{
        right: -10rem;
        width: 16.7rem;
        display: flex;
    }
    .thpop5_left .link a.site_button:hover span {
        right: -11rem;
    }
    .thpop5_right{
        width: 100%;
        padding-right: 0rem;
        padding-top: 3.1rem;
        padding-left: 12rem;
    }
    .thpop5_right img{
        width: 82.4rem;
        margin-left: 0.2rem;
    }
}





/***** Section 06 ******************/
.thpop6{
    background-color: #0D0D0D;
    padding-top: 4.35rem;
    padding-bottom: 7.2rem;
}
.thpop6 .sub_heading{
    color: #FCFCFC;
    margin-bottom: 1.1rem;
    display: block;
    text-align: center;
    padding-right: 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.thpop6 .section_inner{
    width: 100%;
    padding-left: 0rem;
}
.thpop6 h2{
    font-family: 'Helvetica Neue LT Std';
    font-size: 6rem;
    color: #0D0D0D;
    stroke: #FCFCFC;
    /* text-shadow: -1px 1px 0 #FCFCFC, 1px 1px 0 #FCFCFC, 1px -1px 0 #FCFCFC, -1px -1px 0 #FCFCFC; */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FCFCFC;
    line-height: 0.97;
    letter-spacing: 0.11vw;
    text-align: center;
    padding-right: 0.7rem;
    font-weight: 900;
    margin-bottom: -1.8rem;
}
.thpop6 h2 i{}
.thpop6 h2 br.m{}
.thpop6 h2 br.d{}
.thpop6_row1{
    width: 100%;
    /* display: block; */
    margin-top: -0.5rem;
    padding-bottom: 1.1vw;
}
@keyframes thpop6_carousel {
    0% {
    transform: translateX(0); 
  }
    100% {
    transform: translateX(-100%); 
  } 
}
@keyframes thpop6_carousel_reverse {
    0% {
    transform: translateX(-100%);
  }
    100% {
    transform: translateX(0); 
  } 
}
.thpop6_carousel{
  position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.thpop6_carousel_in{
  display: flex;
  /* white-space: nowrap; */
  overflow: hidden;
}
.thpop6_carousel_items{
  display: flex;
  align-items: center;
  animation: thpop6_carousel 20s linear infinite;
  /* width: 100%; */
}
.thpop6_carousel_item{
    width: 20.99vw;
    /* height: 27.9vw; */
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 100%;
}

.thpop6_carousel_item .colin{
    background-color: #FFFFFF;
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 12px;
    padding: 7.5rem 1.4rem 1.5rem 1.5rem;
    position: relative;
}
.thpop6_carousel_item .colin .svg{
    width: 3rem;
    display: block;
    position: absolute;
    top: 4.4rem;
    left: 1.7rem;
}
.thpop6_carousel_item .colin .svg svg{
    width: 100%;
    height: auto;
}
.thpop6_carousel_item .colin .svg svg path{}
.thpop6_carousel_item .colin .img{
    width: 5.1rem;
    height: 5.1rem;
    display: block;
    position: absolute;
    top: 1.48rem;
    right: 1.4rem;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.thpop6_carousel_item .colin .img img{
    width: 10%;
    opacity: 0;
}
.thpop6_carousel_item .colin article{
    white-space: unset;
    width: 100%;
    display: block;
    padding-top: 0.3rem;
    height: 100%;
}
.thpop6_carousel_item .colin article h3{
    font-family: "Carefree Serif";
    font-weight: 200;
    font-style: italic;
    font-size: 1.9rem;
    padding-left: 0.1rem;
    line-height: 0.97;
    color: #0D0D0D;
}
.thpop6_carousel_item .colin article .text{
    font-weight: 500;
    padding-top: 0.63rem;
    font-size: 0.92rem;
    letter-spacing: 0.0rem;
    line-height: 1.53;
    color: #363F45;
}
.thpop6_carousel_item .colin article .text p{}
.thpop6_carousel_item .colin article .text br.m{}
.thpop6_carousel_item .colin article .text br.d{}
.thpop6_carousel_item .colin article .nametitle{
    font-weight: 500;
    padding-top: 1.38rem;
    font-size: 0.92rem;
    letter-spacing: 0.0rem;
}

.reverse_direction_yes .thpop6_carousel_items{
  animation-name: thpop6_carousel_reverse;
}
.stop_on_hover_yes .thpop6_carousel_in:hover .thpop6_carousel_items{
  animation-play-state: paused;
}

@media (max-width: 1024px) and (min-width: 768px){
    .thpop6 .sub_heading{
        font-size: 1.3rem;
    }
    .thpop6_carousel_item{width: 30.99vw;}
    .thpop6_carousel_item .colin article h3{
        font-size: 4.1rem;
    }
    .thpop6_carousel_item .colin article .text{
        font-size: 1.4rem;
    }
    .thpop6_carousel_item .colin article .nametitle{
        font-size: 1.2rem;
    }
}
@media (max-width: 767px) {
    .thpop6{
        padding-top: 14.6rem;
        padding-bottom: 10.9rem;
    }
    .thpop6 .section_inner{
        width: 100rem;
        padding-left: 0rem;
    }
    .thpop6 .sub_heading{
        display: block;
        padding-top: 0.7rem;
        margin-bottom: 2.2rem;
        padding-right: 0rem;
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    .thpop6 h2{
        font-size: 5.7rem;
        padding-right: 0rem;
        letter-spacing: 0.08vw;
        line-height: 1.1;
        padding-bottom: 8.5rem;
    }
    .thpop6_carousel_item{width: 100%;padding-left: 2.5rem;padding-right: 2.5rem;}
    
    .thpop6_carousel_item .colin{
        padding: 33rem 2.4rem 17.99rem 7rem;
    }
    .thpop6_carousel_item .colin .svg{
        top: 20.4rem;
        left: 7.8rem;
        width: 13.2rem;
    }
    .thpop6_carousel_item .colin .img{
        width: 23.1rem;
        height: 23.1rem;
        top: 7.1rem;
        right: 6.4rem;
    }
    .thpop6_carousel_item .colin article h3{
        font-size: 7.1rem;
        padding-left: 0.1rem;
        line-height: 0.97;
        padding-right: 1rem;
    }
    .thpop6_carousel_item .colin article .text{
        font-size: 3.8rem;
        letter-spacing: 0.05rem;
        line-height: 1.53;
        padding-top: 5.1rem;
    }
    .thpop6_carousel_item .colin article .nametitle{
        padding-top: 6.38rem;
        font-size: 3.4rem;
        letter-spacing: 0.0rem;
    }

.thpop6_carousel_slider{
    margin-bottom: 0rem !important;
}
.thpop6_carousel_slider .slick-list{
    padding-left: 7.2rem;
    padding-right: 7.2rem;
}
.thpop6_carousel_slider .slick-list .slick-track{}
.thpop6_carousel_slider .slick-arrow{
    width: 12.5rem;
    height: 7rem;
    bottom: 6.9rem;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    display: block;
    top: unset;
}
.thpop6_carousel_slider .slick-arrow:before{
    display: none;
}
.thpop6_carousel_slider .slick-arrow svg{
    width: 100%;
    height: auto;
}
.thpop6_carousel_slider .slick-arrow svg line{}
.thpop6_carousel_slider .slick-arrow svg path{}

.thpop6_carousel_slider .slick-prev{
    left: 0rem;
    display: none !important;
}
.thpop6_carousel_slider .slick-prev svg{}
.thpop6_carousel_slider .slick-prev svg line{}
.thpop6_carousel_slider .slick-prev svg path{}

.thpop6_carousel_slider .slick-next{
    right: 15.4rem;
}
.thpop6_carousel_slider .slick-next svg{}
.thpop6_carousel_slider .slick-next svg line{
    stroke: #000000;
}
.thpop6_carousel_slider .slick-next svg path{
    fill: #000000;
}
.thpop6_carousel_slider .slick-dots{
    display: none !important;
    position: relative;
    bottom: 0rem;
    padding-top: 2.64rem;
}
.thpop6_carousel_slider .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 8px;
}
.thpop6_carousel_slider .slick-dots li button{
    width: 10px;
    height: 10px;
    background-color: #F2ECD4;
    border-radius: 100%;
}
.thpop6_carousel_slider .slick-dots li button:before{
    display: none;
}

.thpop6_carousel_slider .slick-dots li:hover,
.thpop6_carousel_slider .slick-dots li.slick-active{}
.thpop6_carousel_slider .slick-dots li:hover button,
.thpop6_carousel_slider .slick-dots li.slick-active button{
    background-color: #FC7E52;
}
.thpop6_carousel_slider .slick-dots li:hover button:before,
.thpop6_carousel_slider .slick-dots li.slick-active button:before{}

}





/***** Section 07 ******************/
.thpop7{
    background-color: #0D0D0D;
    margin-top: -0.5rem;
    padding-top: 0.9rem;
    padding-bottom: 7.25rem;
}
.thpop7 .section_inner{
    width: 100%;
    padding-left: 0rem;
}
.thpop7 .sub_heading{}
.thpop7_row1{}
@keyframes thpop7_carousel {
    0% {
    transform: translateX(0); 
  }
    100% {
    transform: translateX(-100%); 
  } 
}
@keyframes thpop7_carousel_reverse {
    0% {
    transform: translateX(-100%);
  }
    100% {
    transform: translateX(0); 
  } 
}
.thpop7_carousel{
  position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.thpop7_carousel_in{
  display: flex;
  /* white-space: nowrap; */
  overflow: hidden;
}
.thpop7_carousel_items{
  display: flex;
  align-items: center;
  animation: thpop7_carousel 20s linear infinite;
  /* width: 100%; */
}
.thpop7_carousel_item{
    width: 20.99vw;
    /* height: 27.9vw; */
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 100%;
}

.thpop7_carousel_item .colin{
    background-color: #FFFFFF;
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 12px;
    padding: 7.5rem 1.4rem 1.5rem 1.5rem;
    position: relative;
}
.thpop7_carousel_item .colin .svg{
    width: 3rem;
    display: block;
    position: absolute;
    top: 4.4rem;
    left: 1.7rem;
}
.thpop7_carousel_item .colin .svg svg{
    width: 100%;
    height: auto;
}
.thpop7_carousel_item .colin .svg svg path{}
.thpop7_carousel_item .colin .img{
    width: 5.1rem;
    height: 5.1rem;
    display: block;
    position: absolute;
    top: 1.48rem;
    right: 1.4rem;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.thpop7_carousel_item .colin .img img{
    width: 10%;
    opacity: 0;
}
.thpop7_carousel_item .colin article{
    white-space: unset;
    width: 100%;
    display: block;
    padding-top: 0.3rem;
}
.thpop7_carousel_item .colin article h3{
    font-family: "Carefree Serif";
    font-weight: 200;
    font-style: italic;
    font-size: 1.9rem;
    padding-left: 0.1rem;
    line-height: 0.97;
}
.thpop7_carousel_item .colin article .text{
    font-weight: 500;
    padding-top: 0.63rem;
    font-size: 0.92rem;
    letter-spacing: 0.0rem;
    line-height: 1.53;
}
.thpop7_carousel_item .colin article .text p{}
.thpop7_carousel_item .colin article .text br.m{}
.thpop7_carousel_item .colin article .text br.d{}
.thpop7_carousel_item .colin article .nametitle{
    font-weight: 500;
    padding-top: 1.38rem;
    font-size: 0.92rem;
    letter-spacing: 0.0rem;
}

.reverse_direction_yes .thpop7_carousel_items{
  animation-name: thpop6_carousel_reverse;
}
.stop_on_hover_yes .thpop7_carousel_in:hover .thpop7_carousel_items{
  animation-play-state: paused;
}

@media (max-width: 1024px) and (min-width: 768px){
    .thpop7_carousel_item{width: 30.99vw;}
    
    .thpop7_carousel_item .colin article h3{
        font-size: 4.1rem;
    }
    .thpop7_carousel_item .colin article .text{
        font-size: 1.4rem;
    }
    .thpop7_carousel_item .colin article .nametitle{
        font-size: 1.2rem;
    }
}
@media (max-width: 767px) {
    .thpop7{
        padding-top: 4.9rem;
    }
    .thpop7_carousel_item{width: 86.8vw;padding-left: 3rem;padding-right: 3rem;}
    
    .thpop7_carousel_item .colin{
        padding: 33rem 2.4rem 17.99rem 7rem;
    }
    .thpop7_carousel_item .colin .svg{
        top: 20.4rem;
        left: 7.8rem;
        width: 13.2rem;
    }
    .thpop7_carousel_item .colin .img{
        width: 23.1rem;
        height: 23.1rem;
        top: 7.1rem;
        right: 6.4rem;
    }
    .thpop7_carousel_item .colin article h3{
        font-size: 7.1rem;
        padding-left: 0.1rem;
        line-height: 0.97;
    }
    .thpop7_carousel_item .colin article .text{
        font-size: 3.8rem;
        letter-spacing: 0.05rem;
        line-height: 1.53;
        padding-top: 5.13rem;
    }
    .thpop7_carousel_item .colin article .nametitle{
        padding-top: 6.38rem;
        font-size: 3.4rem;
        letter-spacing: 0.0rem;
    }
}









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

@media(max-width:767px){
    
    a.link-list__link {
        font-size: 4rem !important;
    }
    
    a.link-list__link {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    
    .link-list.justify-content-left {
        margin-left: 0;
    }
    
    .header__content.header__content--mobile {
        padding: 10rem;
    }
    
    div#block-1555988494486 {
        width: 100%;
        text-align: center;
        padding-left: 14.2rem;
        padding-right: 12rem;
    }
    
    img.logo__image {
        width: 35.5rem !important;
        margin-right: 0.6rem;
        margin-top: 0.3rem;
    }
    
    .header__container > div:last-of-type {
        width: 9rem;
    }
    .hamburger{
        height: 30px;
    }
    .hamburger__slices{
        height: 30px;
    }
    .hamburger__slice{
        height: 1px;
    }
    
    .hamburger--slice-2 {
        top: 14px;
    }
    .hamburger--slice-3{
        top: 14px;
    }
    .hamburger--slice-4 {
        top: 28px;
    }
    .hp_footer_top {
        /* flex-direction: column; */
        /* padding: 0 4rem; */
        padding: 0rem 1.8rem 10.1rem 1.87rem;
    }
    .hp_footer_top .inner{
        max-width: 89.5rem;
        flex-wrap: wrap;
    }
    .ftop_left {
        width: 100%;
    }
    
    .ftop_right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .ftop_left span {
        color: #000;
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    
    .ftop_left h2 br {
        display: none;
    }
    
    .ftop_left h2 {
        font-size: 14.7rem;
        line-height: 1.033;
        margin-top: 5rem;
        letter-spacing: -0.06rem;
        padding-right: 7rem;
        margin-bottom: 5.8rem;
    }
    
    .fleft div {
        font-size: 3.4rem;
        text-align: center;
        letter-spacing: 0.245rem;
        font-weight: 500;
    }
    
    .hp_footer_bottom {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
        margin-top: 0rem;
        padding-top: 7.7rem;
        padding-bottom: 6rem;
    }
    .hp_footer_bottom .inner{
    max-width: 90.01rem;
    flex-wrap: wrap;
}
    .fleft {
        width: 100%;
    }
    
    .fcenter {
        width: 100%;
    }
    
    .fright {
        width: 100%;
        margin-top: -0.5rem;
    }
    
    .fcenter p {
        font-size: 3.7rem;
        margin-top: 1.5rem;
    }
    
    .hp_footer_bottom .fright ul li a {
        font-size: 3.4rem;
        letter-spacing: 0.07em;
        font-weight: 500;
    }
    
    .hp_footer_bottom .fright ul {
        width: 100%;
        justify-content: center;
        gap: 1.3rem;
        font-size: 4rem;
        padding-top: 1.5rem;
    }
    
    .ftop_right span {
        font-size: 4.5rem;
        padding-right: 0;
        letter-spacing: 0.1rem;
        margin-top: 1.9rem;
    }
    
    footer.hp_footer {
        padding-top: 10rem;
        padding-bottom: 0rem;
    }
    
    .hp_footer::before {
        bottom: 35rem;
    }
}

@keyframes naellis_svg_vertical_bounce {
    0%{
        transform: translateY(0);
    }
    60% {
        transform: translateY(-10px);
    }
}
@keyframes naellis_svg_horizontal_bounce {
    0%{
        transform: translateX(0);
    }
    60% {
        transform: translateX(-10px);
    }
}
.naellis_svg.bouncing_horizontal{
	animation: naellis_svg_horizontal_bounce 1s infinite;
}
.naellis_svg.bouncing_vertical {
    animation: naellis_svg_vertical_bounce 1s infinite;
}


body.browser_applesafari .thpop6 h2 {
    margin-bottom: -2.1rem;
}

.insta_images ul{}
.insta_images ul li{
    width: 100%;
    margin-bottom: 0rem;
}
.insta_images ul li iframe{
    height: 15.4rem !important;
}
.insta_images ul li.mobile_only iframe{
  height: 90.4rem !important;
}


.header .header__wrap .header__content .container .dropdown--open{}
.header .header__wrap .header__content .container .dropdown--open .dropdown__menu {
    width: 14.4rem;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 0px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
}
.header .header__wrap .header__content .container .dropdown--open .dropdown__menu .dropdown__item{
    display: block;
    border-bottom: 1px solid #000;
}
.header .header__wrap .header__content .container .dropdown--open .dropdown__menu .dropdown__item:hover{ background-color:#000;}
.header .header__wrap .header__content .container .dropdown--open .dropdown__menu .dropdown__item:hover a{color: #FFF !important;}
.header .header__wrap .header__content .container .dropdown--open .dropdown__menu .dropdown__item:last-child{ border-bottom: 0px solid #000; }