: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;
}

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: #FFF;
  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;
  }
}

.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;
    }
    .header__block--dropdown{
      margin:0  !important
    }
    .dropdown a.dropdown__trigger{
      padding-left: 7.8rem;
        margin-bottom: 12.1rem;
    }
    .dropdown .dropdown__item a{
       font-size: 4.35rem !important;
       color:#fff !important;
       padding-left: 7.8rem;
       padding-top: 0;
    }
   .dropdown .dropdown__menu{
      width: 66rem;
      background-color: #000000fa;
      left: 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: #000; */
  /* border: 1px solid #ffffff; */
  background-color: #FC7E52;
  /* color: #0D0D0D !important; */
  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;
    }
    .hp_footer_center article{
        font-size: 3.8rem;
        letter-spacing: 0.05rem;
        line-height: 1.53;
        padding-top: 4.8rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        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_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: 5.3rem;
    }
.hp_footer_center .button_middle button.site_button:hover span {
    right: -10.3rem;
}
}






/******* Section 01 *******************/
section.thhp1{
    width: 100%;
    height: auto;
    padding-top: 11.76rem;
    padding-bottom: 1.9rem;
    border-bottom: 1px solid #0D0D0D;
}
.thhp1_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0vw;
    left: 0vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.thhp1_bg.desktop_only{
    background-attachment: fixed;
}
.thhp1_bg.mobile_only{
    background-attachment: unset;
}
.thhp1 .section_inner{
    padding: 0vw;
    position: relative;
    width: 78.2rem;
}
.thhp1 .sub_heading{
    color: #FC7E52;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.thhp1 .sub_heading br.m{}
.thhp1 .sub_heading br.d{}
.thhp1 h1{
    color: #0D0D0D;
    font-size: 9.82rem;
    letter-spacing: -0.27vw;
    font-weight: 200;
    padding-top: 1.86rem;
    line-height: 0.95;
    padding-left: 3.3rem;
}
.thhp1 h1 i{
    letter-spacing: -0.23rem;
    font-size: 10.3rem;
    color: #FC7E52;
}
.thhp1 h1 br.m{}
.thhp1 h1 br.d{}

.thhp1 article{
    font-size: 1.14rem;
    letter-spacing: 0.002rem;
    font-weight: 500;
    padding-left: 11.5rem;
    padding-right: 0rem;
    padding-top: 1.65rem;
    max-width: 35rem;
}
.thhp1 article p{
    color: #0D0D0D;
}
.thhp1 article br.m{}
.thhp1 article br.d{}
.thhp1 .svg_arrow{
    width: 100%;
    display: block;
    padding-top: 7.4rem;
}
.thhp1 .svg_arrow span{
    width: 1.8rem;
    display: block;
    margin: 0px auto;
}
.thhp1 .svg_arrow span svg{
    width: 100%;
    height: auto;
}


@media (max-width: 1024px) and (min-width: 768px){
    section.thhp1{ }
    .thhp1_bg{ }
    .thhp1_bg:before { }
    .thhp1_bg.desktop_only{}
    .thhp1_bg.mobile_only{}
    .thhp1 .section_inner{ }
    .thhp1 .sub_heading{font-size: 1.4rem;}
    .thhp1 .sub_heading br.m{}
    .thhp1 .sub_heading br.d{}
    .thhp1 h1{ }
    .thhp1 h1 i{ }
    .thhp1 h1 br.m{}
    .thhp1 h1 br.d{}
    
    .thhp1 article{
        font-size: 1.4rem;
        max-width: 41rem;
    }
    .thhp1 article p{}
    .thhp1 article br.m{}
    .thhp1 article br.d{}
    .thhp1 .svg_arrow{}
    .thhp1 .svg_arrow span{
        width: 2rem;
    }
    .thhp1 .svg_arrow span svg{}	
}
@media (max-width: 767px) {
    section.thhp1 {
        padding-top: 15.2rem;
        padding-bottom: 98.9rem;
    }
    .thhp1_bg{ }
    .thhp1_bg:before { }
    .thhp1_bg.desktop_only{}
    .thhp1_bg.mobile_only{}
    .thhp1 .section_inner{width: 88.7rem;}
    .thhp1 .sub_heading{letter-spacing: 0.02em;font-size: 3.9rem;font-weight: 500;}
    .thhp1 .sub_heading br.m{}
    .thhp1 .sub_heading br.d{}
    .thhp1 h1 {
        font-size: 24.3rem;
        letter-spacing: -0.6vw;
        font-weight: 200;
        padding-top: 3.89rem;
        line-height: 0.95;
        padding-left: 0rem;
    }
    .thhp1 h1 i {
        font-size: 24.3rem;
        letter-spacing: -0.6rem;
    }
    .thhp1 h1 br.m{}
    .thhp1 h1 br.d{}
    
    .thhp1 article {
        font-size: 3.8rem;
        letter-spacing: -0.01rem;
        /* font-weight: 600; */
        padding-left: 0rem;
        padding-right: 0rem;
        padding-top: 4.8rem;
        max-width: 55rem;
    }
    .thhp1 article p{}
    .thhp1 article br.m{}
    .thhp1 article br.d{}
    .thhp1 .svg_arrow {
        padding-top: 8.4rem;
        padding-left: 3.2rem;
    }
    .thhp1 .svg_arrow span {
        margin-left: 0rem;
        width: 8rem;
    }
    .thhp1 .svg_arrow span svg{}
}









/******* Section 02 *******************/
.thhp2{
    padding-left: 5.2rem;
    padding-right: 4.8rem;
    padding-top: 2.77rem;
    padding-bottom: 7.65rem;
    border-bottom: 1px solid #0D0D0D;
}
.thhp2 .section_inner{
    width: 100%;
    max-width: 90rem;
    margin: 0px auto;
}
.thhp2_row1{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.thhp2_row1 .col1{
    width: 73%;
}
.thhp2_row1 .col1 h2{
    color: #0D0D0D;
    font-size: 7.47rem;
    letter-spacing: -0.192rem;
    font-weight: 200;
    line-height: 0.91;
    padding-top: 3.97rem;
    padding-left: 0.04rem;
    padding-bottom: 4.66rem;
}
.thhp2_row1 .col1 h2 i{
    color: #FC7E52;
    letter-spacing: -0.2vw;
}
.thhp2_row1 .col1 h2 br.m{}
.thhp2_row1 .col1 h2 br.d{}

.thhp2_row1 .col2{
    width: 27%;
    display: block;
}
.thhp2_row1 .col2 .image{
    padding-left: 0.9rem;
    display: block;
}
.thhp2_row1 .col2 .image .circle{
    width: 20.4rem;
    height: 20.4rem;
    position: absolute;
    bottom: -6.6rem;
    right: -10.15rem;
    z-index: 1;
}
.thhp2_row1 .col2 .image .circle svg{
    width: 100%;
    height: 99%;
}
.thhp2_row1 .col2 .image img{
    border: 1px solid #000000;
    width: 100%;
    display: block;
    max-width: unset;
    margin-bottom: -7.1rem;
}

.thhp2_row2{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.thhp2_row2 .col1{
    width: 38%;
    padding-right: 4.37rem;
}
.thhp2_row2 .col1 .image{
    display: block;
}
.thhp2_row2 .col1 .image img{
    border: 1px solid #000000;
    width: 100%;
    display: block;
    max-width: unset;
}
.thhp2_row2 .col2{
    width: 62%;
    padding-right: 21rem;
    padding-top: 12rem;
}
.thhp2_row2 .col2 article{}
.thhp2_row2 .col2 h3{
    font-weight: 400;
    font-size: 1.82rem;
    letter-spacing: 0.005vw;
    line-height: 1;
    padding-bottom: 1.7rem;
    font-family: "Founders Grotesk";
    padding-top: 0.32rem;
    padding-left: 0.45rem;
    color: #000000;
}
.thhp2_row2 .col2 h3 br.m{}
.thhp2_row2 .col2 h3 br.d{}

.thhp2_row2 .col2 .thhp2_text{
    padding-left: 0.45rem;
    font-size: 1.14rem;
    letter-spacing: 0.026rem;
    font-weight: 500;
}
.thhp2_row2 .col2 .thhp2_text p{
    color: #000000;
}
.thhp2_row2 .col2 .thhp2_text br.m{}
.thhp2_row2 .col2 .thhp2_text br.d{}

.thhp2_row2 .col2 .link{
    padding-top: 3.2rem;
    padding-left: 0.45rem;
}
.thhp2_row2 .col2 .link a.site_button{
    margin: 0px;
    font-size: 1.015rem;
    padding: 0.7rem 4.45rem 0.46rem 2.6rem;
    letter-spacing: -0.018rem;
    box-shadow: 2px 7px 0px #0D0D0D;
    text-align: left;
    width: auto;
    color: #0D0D0D !important;
    border-radius: 11rem;
    display: inline-block;
}
.thhp2_row2 .col2 .link a.site_button span{
    top: 0.67rem;
    right: -2.3rem;
    height: 1.2rem;
    width: 4.8rem;
    transition: all 0.55s ease 0s !important;
}
.thhp2_row2 .col2 .link a.site_button:hover span{
  right: -3.3rem;
}
.thhp2_row2 .col2 .link a.site_button svg{
    width: 100%;
    height: auto;
}
.thhp2_row2 .col2 .link a.site_button svg path{}

.thhp2_row2 .col2 .link a.site_button:hover{}
.thhp2_row2 .col2 .link a.site_button:hover span{}
.thhp2_row2 .col2 .link a.site_button:hover svg{}
.thhp2_row2 .col2 .link a.site_button:hover svg path{}

@media (max-width: 1024px) and (min-width: 768px){
    .thhp2{}
    .thhp2 .section_inner{}
    .thhp2_row1{}
    .thhp2_row1 .col1{}
    .thhp2_row1 .col1 h2{}
    .thhp2_row1 .col1 h2 i{}
    .thhp2_row1 .col1 h2 br.m{}
    .thhp2_row1 .col1 h2 br.d{}

    .thhp2_row1 .col2{}
    .thhp2_row1 .col2 .image{}
    .thhp2_row1 .col2 .image .circle{}
    .thhp2_row1 .col2 .image img{}

    .thhp2_row2{}
    .thhp2_row2 .col1{}
    .thhp2_row2 .col1 .image{}
    .thhp2_row2 .col1 .image img{}
    .thhp2_row2 .col2{}
    .thhp2_row2 .col2 article{}
    .thhp2_row2 .col2 h3{}
    .thhp2_row2 .col2 h3 br.m{}
    .thhp2_row2 .col2 h3 br.d{}

    .thhp2_row2 .col2 .thhp2_text{
        font-size: 1.4rem;
    }
    .thhp2_row2 .col2 .thhp2_text p{}
    .thhp2_row2 .col2 .thhp2_text br.m{}
    .thhp2_row2 .col2 .thhp2_text br.d{}

    .thhp2_row2 .col2 .link{}
    .thhp2_row2 .col2 .link a.site_button{
        font-size: 1.3rem;
        padding: 0.9rem 4.45rem 0.5rem 1.87rem;
        box-shadow: 1px 3px 0px #0D0D0D;
    }
    .thhp2_row2 .col2 .link a.site_button span{}
    .thhp2_row2 .col2 .link a.site_button svg{}
    .thhp2_row2 .col2 .link a.site_button svg path{}

    .thhp2_row2 .col2 .link a.site_button:hover{}
    .thhp2_row2 .col2 .link a.site_button:hover span{}
    .thhp2_row2 .col2 .link a.site_button:hover svg{}
    .thhp2_row2 .col2 .link a.site_button:hover svg path{}
}

@media(max-width:767px){
    .thhp2{
        padding-left: 5.2rem;
        padding-right: 4.8rem;
        padding-top: 8.77rem;
        padding-bottom: 12.2rem;
    }
    .thhp2 .section_inner{
        padding-left: 0rem;
    }
    .thhp2_row1{}
    .thhp2_row1 .col1{
        width: 100%;
    }
    .thhp2_row1 .col1 h2{
        font-size: 14.47rem;
        letter-spacing: -0.35rem;
        font-weight: 200;
        line-height: 0.97;
        padding-top: 3rem;
        padding-left: 0.5rem;
        padding-bottom: 4.66rem;
    }
    .thhp2_row1 .col1 h2 i{
        letter-spacing: -0.36vw;
    }
    .thhp2_row1 .col1 h2 br.m{}
    .thhp2_row1 .col1 h2 br.d{}

    .thhp2_row1 .col2{
        display: none;
    }
    .thhp2_row1 .col2 .image{}
    .thhp2_row1 .col2 .image .circle{}
    .thhp2_row1 .col2 .image img{}

    .thhp2_row2{}
    .thhp2_row2 .col1{
        display: none;
    }
    .thhp2_row2 .col1 .image{}
    .thhp2_row2 .col1 .image img{}
    .thhp2_row2 .col2{
        width: 100%;
        padding-right: 0rem;
        padding-top: 1rem;
    }
    .thhp2_row2 .col2 article{}
    .thhp2_row2 .col2 h3{
        font-size: 4.82rem;
        letter-spacing: 0.00vw;
        line-height: 0.98;
        padding-right: 3rem;
    }
    .thhp2_row2 .col2 h3 br.m{}
    .thhp2_row2 .col2 h3 br.d{}

    .thhp2_row2 .col2 .thhp2_text{
        font-size: 3.8rem;
        letter-spacing: 0.05rem;
        line-height: 1.53;
        padding-top: 1rem;
    }
    .thhp2_row2 .col2 .thhp2_text p{}
    .thhp2_row2 .col2 .thhp2_text strong{
        font-weight: bold;
        letter-spacing: 0.15rem;
    }
    .thhp2_row2 .col2 .thhp2_text br.m{}
    .thhp2_row2 .col2 .thhp2_text br.d{}

    .thhp2_row2 .col2 .link{
        padding-top: 5.4rem;
        padding-left: 0.45rem;
        padding-right: 14.56rem;
    }
    .thhp2_row2 .col2 .link a.site_button{
        font-size: 3.5rem;
        padding: 2.4rem 16.9rem 2.4rem 9.9rem;
        box-shadow: 5px 6px 0px #0D0D0D;
        line-height: 1.34;
        letter-spacing: 0.01vw;
    }
    .thhp2_row2 .col2 .link a.site_button span{
        top: 0rem;
        right: -6.7rem;
        height: 100%;
        width: 18rem;
        display: flex;
        overflow: hidden;
    }
    .thhp2_row2 .col2 .link a.site_button svg{
    width: 118%;
    margin-left: -3rem;
}
    .thhp2_row2 .col2 .link a.site_button svg path{}

    .thhp2_row2 .col2 .link a.site_button:hover{}
    .thhp2_row2 .col2 .link a.site_button:hover span{right: -7.7rem;}
    .thhp2_row2 .col2 .link a.site_button:hover svg{}
    .thhp2_row2 .col2 .link a.site_button:hover svg path{}
}








/******* Section 03 *******************/
.thhp3{
    padding-top: 5.9rem;
    padding-left: 3.1rem;
    padding-bottom: 0.45rem;
    padding-right: 4.3rem;
    border-bottom: 1px solid #0D0D0D;
}
.thhp3 .section_inner{
    width: 100%;
    max-width: 92.6rem;
}
.thhp3 .thhp3_title{
    color: #0D0D0D;
    font-size: 7.2rem;
    letter-spacing: -0.192rem;
    font-weight: 200;
    line-height: 0.91;
    =: 3.97rem;
    text-align: center;
    padding-left: 1rem;
}
.thhp3 .thhp3_title i{
    color: #FC7E52;
    letter-spacing: -0.2vw;
}
.thhp3 .thhp3_title br.m{}
.thhp3 .thhp3_title br.d{}

.thhp3 .thhp3_subtitle{
    text-align: center;
    display: block;
    padding-top: 2.57rem;
    font-size: 1.76rem;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.06vw;
    padding-left: 1.1rem;
    padding-bottom: 9.45rem;
}
.thhp3 .thhp3_subtitle br.m{}
.thhp3 .thhp3_subtitle br.d{}

.thhp3_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.thhp3_row .col{
    width: 48.7%;
    padding-bottom: 7.8rem;
}
.thhp3_row .colin{
    width: 100%;
    display: block;
    position: relative;
    border: 1px solid #0D0D0D;
    padding-top: 2.1rem;
    padding-left: 2.87rem;
    padding-right: 2.87rem;
    padding-bottom: 8.76rem;
    height: 100%;
    transition: all 0.55s ease 0s !important;
}
.thhp3_row .colin .overly{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0rem;
    left: 0rem;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    transition: all 0.55s ease 0s !important;
}
.thhp3_row .colin .overly:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #0D0D0D;
    opacity: 0.65;
}
.thhp3_row .colin article{
    /* position: relative; */
    z-index: 1;
}
.thhp3_row .colin .number{
    font-family: 'Helvetica Neue LT Std';
    font-size: 9.1rem;
    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;
    letter-spacing: 0.01vw;
    position: absolute;
    top: -3.34rem;
    right: 1.05rem;
}
.thhp3_row .colin .sub_heading{
    color: #FC7E52;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.03em;
}
.thhp3_row .colin h2{
    font-size: 4.1rem;
    padding-top: 2.54rem;
    margin-left: -0.3rem;
    letter-spacing: -0.112vw;
    line-height: 1.08;
    color: #0D0D0D;
    min-height: 16.4rem;
}
.thhp3_row .colin h2 i{
    letter-spacing: -0.105vw;
    font-size: 4.7rem;
}
.thhp3_row .colin h2 br.m{}
.thhp3_row .colin h2 br.d{}

.thhp3_row .colin .boxtext{
    font-size: 1.14rem;
    letter-spacing: 0.026rem;
    font-weight: 500;
    margin-left: -0.4rem;
    padding-top: 1.4rem;
    color: #000000;
}
.thhp3_row .colin .boxtext br.m{}
.thhp3_row .colin .boxtext br.d{}

.thhp3_row .colin .link{
    position: absolute;
    bottom: 3.64rem;
    right: 0rem;
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 4.7rem;
}
.thhp3_row .colin .link a.site_button{
    font-size: 1.015rem;
    padding: 0.6rem 3.45rem 0.5rem 1.87rem;
    letter-spacing: -0.018rem;
    box-shadow: 2px 7px 0px #0D0D0D;
    display: inline-block;
    width: 25.35rem;
    text-align: left;
}
.thhp3_row .colin .link a.site_button:hover{
    background-color: #FFF;
    border: 1px solid #0D0D0D;
    color: #0D0D0D !important;
}
.thhp3_row .colin .link a.site_button span{
    top: 0.64rem;
    right: -2.3rem;
    height: 1.2rem;
    width: 4.8rem;
    transition: all 0.55s ease 0s !important;
}
.thhp3_row .colin .link a.site_button:hover span{
  right: -3.3rem;
}
.thhp3_row .colin .link a.site_button svg{
    width: 100%;
    height: auto;
}
.thhp3_row .colin .link a.site_button svg path{}

.thhp3_row .colin:hover{}
.thhp3_row .colin:hover .overly{
    opacity: 1;
}
.thhp3_row .colin:hover .sub_heading{ }
.thhp3_row .colin:hover h2{color: #FCFCFC;}
.thhp3_row .colin:hover .boxtext,
.thhp3_row .colin:hover .boxtext p{color: #FCFCFC;}
.thhp3_row .colin:hover .boxtext br.m{}
.thhp3_row .colin:hover .boxtext br.d{}
.thhp3_row .colin:hover .link a.site_button{
    color: #FCFCFC !important;
    background-color: #FC7E52;
    box-shadow: 2px 7px 0px #FCFCFC;
}
.thhp3_row .colin:hover .link a.site_button span{}
.thhp3_row .colin:hover .link a.site_button svg{}
.thhp3_row .colin:hover .link a.site_button svg path{
    fill: #FCFCFC;
}

.thhp3_row .colin:hover .link a.site_button:hover{

}
@media (max-width: 1024px) and (min-width: 768px){
    .thhp3{}
    .thhp3 .section_inner{}
    .thhp3 .thhp3_title{}
    .thhp3 .thhp3_title i{}
    .thhp3 .thhp3_title br.m{}
    .thhp3 .thhp3_title br.d{}

    .thhp3 .thhp3_subtitle{}
    .thhp3 .thhp3_subtitle br.m{}
    .thhp3 .thhp3_subtitle br.d{}

    .thhp3_row{}
    .thhp3_row .col{}
    .thhp3_row .colin{
        padding-bottom: 10.76rem;
    }
    .thhp3_row .colin .overly{}

    .thhp3_row .colin article{}
    .thhp3_row .colin .number{}
    .thhp3_row .colin .sub_heading{}
    .thhp3_row .colin h2{}
    .thhp3_row .colin h2 br.m{}
    .thhp3_row .colin h2 br.d{}

    .thhp3_row .colin .boxtext{
        font-size: 1.4rem;
    }
    .thhp3_row .colin .boxtext br.m{}
    .thhp3_row .colin .boxtext br.d{}

    .thhp3_row .colin .link{}
    .thhp3_row .colin .link a.site_button{
       font-size: 1.3rem;
       padding: 0.9rem 3.45rem 0.5rem 1.87rem;
       box-shadow: 0px 4px 0px #0D0D0D;
       width: 77%;
       border-radius: 40rem;
    }
    .thhp3_row .colin .link a.site_button:hover{
      box-shadow: 0px 4px 0px #0D0D0D;
    }
    .thhp3_row .colin .link a.site_button span{
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        align-items: center;
        top: 1.1rem;
    }
    .thhp3_row .colin .link a.site_button svg{}
    .thhp3_row .colin .link a.site_button svg path{}

    .thhp3_row .colin:hover{}
    .thhp3_row .colin:hover .overly
    .thhp3_row .colin:hover .link a.site_button{
      box-shadow: 0px 4px 0px #0D0D0D;
    }
    .thhp3_row .colin:hover .link a.site_button span{}
    .thhp3_row .colin:hover .link a.site_button svg{}
    .thhp3_row .colin:hover .link a.site_button svg path{}
    .thhp3_row .colin:hover .link a.site_button{
        color: #FCFCFC !important;
        background-color: #FC7E52;
        box-shadow: 0px 4px 0px #FCFCFC;
    }
}

@media(max-width:767px){
    .thhp3{
        padding-top: 14.3rem;
        padding-left: 3.9rem;
        padding-bottom: 0.45rem;
        padding-right: 4rem;
    }
    .thhp3 .section_inner{
        padding-left: 0rem;
        max-width: 92.1rem;
    }
    .thhp3 .thhp3_title{
        font-size: 11.6rem;
        letter-spacing: -0.4rem;
        font-weight: 200;
        line-height: 0.91;
        padding-left: 0.1rem;
    }
    .thhp3 .thhp3_title i{}
    .thhp3 .thhp3_title br.m{}
    .thhp3 .thhp3_title br.d{}

    .thhp3 .thhp3_subtitle{
        display: block;
        padding-top: 3.7rem;
        font-size: 4.5rem;
        color: #000000;
        font-weight: 400;
        letter-spacing: -0.03vw;
        padding-left: 0rem;
        padding-bottom: 30rem;
    }
    .thhp3 .thhp3_subtitle br.m{}
    .thhp3 .thhp3_subtitle br.d{}

    .thhp3_row{
        display: block;
    }
    .thhp3_row .col{
        width: 100%;
        padding-bottom: 30.6rem;
    }
    .thhp3_row .col:last-child{padding-bottom: 12.1rem;}
    .thhp3_row .colin{
        padding-top: 15rem;
        padding-left: 4.87rem;
        padding-right: 4.87rem;
        padding-bottom: 11.1rem;
    }
    .thhp3_row .colin .overly{
    display: none;
}

    .thhp3_row .colin article{}
    .thhp3_row .colin .number{
        font-size: 41.1rem;
        top: -23.1rem;
        right: -0.1rem;
        line-height: 0.9;
        letter-spacing: -0.3vw;
    }
    .thhp3_row .colin .sub_heading{
        padding-top: 2rem;
        padding-left: 0.5rem;
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    .thhp3_row .colin h2{
        font-size: 10.1rem;
        padding-top: 3.1rem;
        margin-left: -0.3rem;
        letter-spacing: -0.27vw;
        line-height: 0.957;
        color: #0D0D0D;
        /* min-height: 41.7rem; */
        /* display: flex; */
        /* flex-wrap: wrap; */
        align-content: flex-end;
    }
    .thhp3_row .colin h2 i{
        letter-spacing: -0.26vw;
        font-size: unset;
    }
    .thhp3_row .colin h2 br.m{}
    .thhp3_row .colin h2 br.d{}

    .thhp3_row .colin .boxtext{
        font-size: 3.8rem;
        letter-spacing: 0.05rem;
        line-height: 1.534;
        margin-left: -0.1rem;
        padding-top: 3.4rem;
        padding-right: 3.5rem;
    }
    .thhp3_row .colin .boxtext br.m{}
    .thhp3_row .colin .boxtext br.d{}

    .thhp3_row .colin .link{
        position: relative;
        padding-right: 6.9rem;
        bottom: 0rem;
        padding-top: 1.9rem;
        margin-left: -1rem;
    }
    .thhp3_row .colin .link a.site_button{
        width: 100%;
        letter-spacing: -0.0rem;
        font-size: 3.5rem;
        padding: 2.6rem 6.5rem 2.2rem 9.8rem;
        line-height: 1.34;
        box-shadow: 4px 6px 0px #0D0D0D;
    }
    .thhp3_row .colin .link a.site_button span{
        top: 0rem;
        right: -6.4rem;
        height: 100%;
        width: 10.4rem;
        display: flex;
    }
    .thhp3_row .colin .link a.site_button svg{}
    .thhp3_row .colin .link a.site_button svg path{}

    .thhp3_row .colin:hover{}
    .thhp3_row .colin:hover .overly
    .thhp3_row .colin:hover .link a.site_button{}
    .thhp3_row .colin .link a.site_button:hover span{right: -7rem;}
    .thhp3_row .colin:hover .link a.site_button svg{}
    .thhp3_row .colin:hover .link a.site_button svg path{
    fill: #0D0D0D;
}

  .thhp3_row .col:nth-child(2){
    padding-bottom: 27.3rem;
}
  .thhp3_row .col:nth-child(2) .colin{
        padding-top: 16rem;
        padding-left: 4.87rem;
        padding-right: 4.87rem;
        padding-bottom: 9.6rem;
  }
  .thhp3_row .col:nth-child(2) .colin h2{
    /* min-height: 40.4rem; */
  }
  .thhp3_row .col:nth-child(2) .colin .link{
    padding-right: 24.9rem;
    margin-left: -0.3rem;
    padding-top: 2.1rem;
  }

  .thhp3_row .col:nth-child(3){
    padding-bottom: 32.99rem;
}
  .thhp3_row .col:nth-child(3) .colin{
    padding-top: 14.9rem;
  }
  .thhp3_row .col:nth-child(3) .colin h2{
    /* min-height: 53.1rem; */
    /* padding-bottom: 0rem; */
  }
  .thhp3_row .col:nth-child(3) .colin .link{
    padding-right: 17.2rem;
    padding-top: 2.3rem;
  }
  .thhp3_row .col:nth-child(3) .colin .number{
    top: -21.1rem;
}
.thhp3_row .col:nth-child(3) .colin .boxtext{
    padding-top: 4.4rem;
}
.thhp3_row .col:nth-child(3)  .colin .link a.site_button{
    padding: 2.6rem 10.5rem 2.2rem 6.9rem;
}
.thhp3_row .col:nth-child(3)  .colin .link a.site_button span{
    right: -10.4rem;
    width: 16.4rem;
}


  .thhp3_row .col:nth-child(4){
    padding-bottom: 27.4rem;
}
  .thhp3_row .col:nth-child(4) .colin{
    padding-top: 14.9rem;
    padding-bottom: 12.8rem;
  }
  .thhp3_row .col:nth-child(4) .colin h2{
    /* min-height: 40.9rem; */
    padding-bottom: 0rem;
    align-content: flex-start;
  }
  .thhp3_row .col:nth-child(4) .colin .link{
    padding-right: 17.2rem;
    padding-top: 5rem;
  }
  .thhp3_row .col:nth-child(4) .colin .number{
    top: -26.7rem;
}
.thhp3_row .col:nth-child(4) .colin .boxtext{
    padding-top: 4.4rem;
}
.thhp3_row .col:nth-child(4)  .colin .link a.site_button{
    padding: 2.6rem 10.5rem 2.2rem 6.9rem;
}
.thhp3_row .col:nth-child(4)  .colin .link a.site_button span{
    right: -10.4rem;
    width: 16.4rem;
}


  .thhp3_row .col:nth-child(5){
    padding-bottom: 12.4rem;
}
  .thhp3_row .col:nth-child(5) .colin{
    padding-top: 14.9rem;
    padding-bottom: 11.8rem;
  }
  .thhp3_row .col:nth-child(5) .colin h2{
    /* min-height: 36.9rem; */
    /* padding-bottom: 0rem; */
    /* align-content: flex-start; */
  }
  .thhp3_row .col:nth-child(5) .colin .link{
    padding-right: 36rem;
    padding-top: 3.4rem;
  }
  .thhp3_row .col:nth-child(5) .colin .number{
    top: -21.1rem;
}
.thhp3_row .col:nth-child(5) .colin .boxtext{
    padding-top: 4.4rem;
}
.thhp3_row .col:nth-child(5)  .colin .link a.site_button{
    padding: 2.6rem 10.5rem 2.2rem 8.1rem;
}
.thhp3_row .col:nth-child(5)  .colin .link a.site_button span{
    right: -8.4rem;
    width: 16.4rem;
}


.thhp3_row .colin:hover h2 {
    color: #0D0D0D;
}
.thhp3_row .colin:hover .boxtext, .thhp3_row .colin:hover .boxtext p {
    color: #0D0D0D;
}
.thhp3_row .colin:hover .link a.site_button {
    color: #0D0D0D !important;
    background-color: #FC7E52;
    box-shadow: 2px 7px 0px #0D0D0D;
}
    .thhp3_row .colin:hover .link a.site_button:hover {
        color: #0D0D0D !important;
        background-color: #FFFF;
        box-shadow: 2px 7px 0px #0D0D0D;
          border: 1px solid #0D0D0D;
    }
}








@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;
}



.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; }