: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-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:hover {
    /* transition: all 0.55s ease 0s; */
    background-color: #FFF;
    border: 1px solid #0D0D0D;
    /* color: #FC7E52 !important; */
}

.news_btn,
.btn{
  font-family: 'Syne';
  font-weight: bold;
}
a:hover {
    -webkit-filter: unset;
    filter: unset;
}
.site_button {
    margin: 0px;
    font-size: 0.8rem;
    padding: 0.7rem 2.8rem 0.7rem 0.8rem;
    letter-spacing: -0.014rem;
    box-shadow: 2px 7px 0px #0D0D0D;
    text-align: left;
    width: auto;
    color: #0D0D0D !important;
    border-radius: 11rem;
    display: inline-block;
    background-color: #FC7E52;
    font-family: 'Syne';
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    transition: all 0.55s ease 0s !important;
}
.site_button span{
    position: absolute;
    top: 0rem;
    right: -2rem;
    height: 100%;
    width: 3.95rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.55s ease 0s !important;
    display: flex;
}
.site_button span svg{
    width: 100%;
    height: auto;
}
.site_button:hover span{    right: -3rem;}

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

  .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: 0rem;
  }

  .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;
}
.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: 1.0rem 0px 0.46rem 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;
    }
    
.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 svg{
        width: 35.4rem;
        height: auto;
        overflow: visible;
    }
    .responsive_headerrow1 .responsive-menu-head{}
    .responsive_headerrow1 .responsive-menu-head .responsive-menu-close{
        clear: both;
        height: 4vw;
        width: 5.87vw;
        display: block;
        position: absolute;
        top: 4.4vw;
        right: 3.67vw;
    }
    .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.09rem;
  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.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: 4rem 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.03rem;
  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: 1.04rem;
    padding-bottom: 6.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: 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: -3.3rem;
}
.hp_footer_center .button_middle button:hover{
  background-color: #FC7E52;
}
.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 .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 article{
        font-size: 1.4rem;
    }
    .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.4vw;
        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.42vw;
        letter-spacing: 0.3rem;
        padding-bottom: 4.8rem;
    }
    .hp_footer_logomenu .flogomenu_right ul li a{}
}
@media (max-width: 500px) {
    .responsive_headerrow1 .responsive-menu-head .responsive-menu-close{
        clear: both;
        height: 9vw;
        width: 9.87vw;
        display: block;
        position: absolute;
        top: 4.7vw;
        right: 3.67vw;
    }
}

.hp1_images {
  display: flex;
  justify-content: space-evenly;
  padding: 3rem 0px 0rem;
}

section.hp1 .section_inner {
  width: 90rem;
}

img.hp1_image1 {
  height: 22.3rem;
  width: auto;
  left: 10.34rem;
  position: relative;
  bottom: -7.5rem;
  z-index: 1;
  opacity: 0;
}

img.hp1_image3 {
  right: 10.48rem;
  position: relative;
  top: 0.6rem;
  opacity: 0;
}

img.hp1_image2 {
  height: 27.28rem;
  width: auto;
  position: relative;
  top: -1rem;
  left: -2rem;
}

img.hp1_image3 {
  height: 16.35rem;
}

section.hp1 {
  background-color: rgb(254, 251, 239);
  /* padding: 3vh 0px 3rem; */
  margin-bottom: 0;
  min-height: 100rem;
  /* top: 3vh; */
}

section.hp1 h1 {
  text-align: center;
  font-size: 8rem;
  font-weight: 300;
  letter-spacing: 0.07rem;
  color: #0D0D0D;
}

section.hp1 h1 i {
  text-transform: lowercase;
  color: rgb(252, 126, 82);
}

section.hp1 p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 0.25rem;
  line-height: 1.8rem;
  letter-spacing: -0.025rem;
}

.hp1_logos .section_inner {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 74rem !important;
}

.hp1_logos .hp1_right {
  display: flex;
  justify-content: space-between;
  width: 63rem;
  align-items: center;
  padding-right: 2rem;
}

.hp1_logos .hp1_left {
  width: 20rem;
}

.hp1_left span {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0D0D0D;
}

.hp1_logos {
  background-color: rgb(255, 255, 255);
  padding: 0.7rem 0px 0.87rem 0;
  border-width: 1px 0px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgb(13, 13, 13);
  border-bottom-color: rgb(13, 13, 13);
  border-image: initial;
  border-left-style: initial;
  border-left-color: initial;
  border-right-style: initial;
  border-right-color: initial;
  position: relative;
  bottom: 7.3rem;
  z-index: 3;
}

.hp1_logos .hp1_right img {
  width: auto;
  height: 1.5rem;
}
.hp1_logos .hp1_right img:nth-child(5){
    height: auto;
}

.hp1_logos .hp1_right img:nth-child(2){
    height: 3rem;
    width: auto;
}

.down_arrow img {
  width: auto;
  height: 2.7rem;
  position: relative;
  bottom: -0.5rem;
  cursor: pointer;
}

.down_arrow{
  position: absolute !important;
  animation: jumpInfinite 1.5s infinite;
  left: 49%;
}

.down_arrow img:after {
  content: " ";
  position: absolute;
  top: 12px;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid;
  border-right: 4px solid;
  border-radius: 4px;
  transform: rotateZ(45deg);
}

.hp1_main{
    width:100%;
    z-index: 1;
}
.hp1_ani_image1{
  position: absolute;
  top: 26rem;
  left: 25rem;
  width: 16.5rem;
  z-index: 0;
}
.hp1_ani_image3{
  position: absolute;
  top: 19.5rem;
  left: 61.3rem;
  width: 12.1rem;
  z-index: 0;
}
@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}




section.hp2 .section_inner {
  display: flex;
  width: 76rem;
  align-items: center;
}

.hp2_left {
  width: 53rem;
}

.hp2_left_box {
  padding: 2.2rem 3.1rem 3rem;
  border-width: 1px 0px 1px 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(0, 0, 0);
  border-bottom-color: rgb(0, 0, 0);
  border-left-color: rgb(0, 0, 0);
  border-image: initial;
  border-right-style: initial;
  border-right-color: initial;
  background-color: #FCFCFC;
}

.hp2_right {
  width: 40rem;
}

.hp2_right img {
  position: relative;
  top: 3rem;
  width: auto;
  height: 38.8rem;
  border: 1px solid #0D0D0D;
}

.hp2_left_box p {
  margin-bottom: 2rem;
  padding-right: 5rem;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.04rem;
  line-height: 1.84rem;
}

section.hp2 {
  padding: 0rem 0px 14.6rem;
  background-color: rgb(254, 251, 239);
}

.hp2_left_box h2 {
  font-size: 4.1rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: -0.012rem;
  color: #0D0D0D;
  padding-left: 0.14rem;
}

.hp2_left_box h2 i {
  text-transform: lowercase;
  letter-spacing: 0.11rem;
  font-size: 4.5rem;
}

.hp2_left>span {
  text-transform: uppercase;
  color: rgb(252, 126, 82);
  margin-bottom: 1.2rem;
  display: block;
  padding-top: 3.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.hp2_right .circle {
  position: absolute;
  height: 25rem;
  width: 25rem;
  border: 1px solid rgb(0, 0, 0);
  z-index: 1;
  border-radius: 100rem;
  right: -4.2rem;
  top: -7rem;
}

section.hp3 {
  padding: 3rem 0px 7.65rem;
  background-image: url("hp3-bg.jpg");
  background-size: cover;
  background-position: center top;
  /* border-bottom: 1px solid rgb(0, 0, 0); */
    background-attachment: fixed;
}

section.hp3 .section_inner {
  width: 91rem;
}

.hp3_content h2 {
  font-size: 10rem;
  text-transform: lowercase;
  font-style: italic;
  color: rgb(252, 136, 82);
  font-weight: 300;
  margin-bottom: 1.3rem;
  letter-spacing: -0.19rem;
}

.hp3_content h3 {
  font-size: 1.7rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #FCFCFC;
  margin-bottom: 1.8rem;
  letter-spacing: 0.071rem;
  line-height: 1.8rem;
}

.hp3_content p {
  font-size: 1rem;
  color: #FCFCFC;
    font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 1.8rem;
  margin-bottom: 1.8rem;
}

.hp3 a.site_button {
  margin-top: 1.9rem;
  width: 13.7rem;
  color: #FCFCFC !important;
  padding-left: 1.5rem;
  box-shadow: 2px 7px 0px #FCFCFC;
}
.hp3 .site_button span svg{}
.hp3 .site_button span svg path{ fill:#FCFCFC;}
.hp3 .site_button:hover{
    background-color: #FC7E52;
    border: 1px solid #0D0D0D;
    box-shadow: 2px 7px 0px #0D0D0D;
    /* color: #0D0D0D !important; */
}
.hp3 .site_button:hover span svg path{
    /* fill: #0D0D0D; */
}
.hp4 .news_items {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 3.2rem 0px 1.9rem;
  position: relative;
  opacity: 0.2 !important;
}

.hp4 .news_items:hover {
  opacity: 1 !important;
}

.hp4 .news_items:first-child{
  opacity: 1;
}

.hp4 .news_items::after {
  content: "";
  height: 1px;
  width: 88rem;
  position: absolute;
  bottom: 0px;
  background-color: rgb(0, 0, 0);
}

.hp4 .news_items:last-child:after{
  display: none;
}

section.hp4 .section_inner {
  width: 88rem;
}

section.hp4 {
  padding: 3rem 0px 8rem;
  background-color: rgb(254, 251, 239);
  border-top: 1px solid rgb(0, 0, 0);
}

.news_content {
  width: 60.5rem;
  padding-top: 0.7rem;
}

.news_content p {
  font-size: 1rem;
  letter-spacing: 0.04rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  padding-right: 1rem;
  font-weight: 500;
}

.hp4 .news_items:nth-child(3) .news_content apan{
  margin-left: 1rem;
}
.hp4 .news_items:nth-child(3) .news_content{
  padding-top: 0.5rem;
}
.hp4 .news_items:nth-child(3) .news_content p{
  margin-left: 0;
  line-height: 1.8rem;
}

.hp4 .news_items:nth-child(2) {
  padding-top: 1.3rem;
  padding-left: 0.8rem;
  padding-bottom: 0.8rem;
}

.hp4 .news_items:nth-child(2) h2 {}

.hp4 .news_items:nth-child(2) p {
  line-height: 1.8rem;
  margin-top: 0.3rem;
  margin-left: 0;
}

.hp4 .news_items:nth-child(2) .numbers span,
.hp4 .news_items:nth-child(3) .numbers span {
  left: -12rem;
}

.hp4 .news_items:nth-child(2) .numbers span{
  padding: 2rem;
  top: -14rem;
}

.hp4 .news_items:nth-child(3) .numbers span {
  top: -12.3rem;
}

.hp4 .news_items:nth-child(2) .numbers span img,
.hp4 .news_items:nth-child(3) .numbers span img {
  height: 10.9rem;
}

.hp4 .news_items:nth-child(3) {
  padding-top: 1.4rem;
}

.hp4 .news_items:nth-child(3) .news_content span{
  margin-left: 0.5rem;
}
.hp4 .news_items:nth-child(3) .news_content h2{
  margin-top: 0.4rem;
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
}
.hp4 .news_items:nth-child(3) .numbers span img {}

.hp4 .news_items:nth-child(2) h2 {
  margin-bottom: 0.08rem;
  /* letter-spacing: -0.166rem; */
  margin-top: 0.3rem;
}

.news_button {
  width: 17rem;
  text-align: right;
  margin-right: 8rem;
  padding-bottom: 1.3rem;
}

.hp4 .news_items:nth-child(3) .news_button{
  margin-right: 7.5rem;
  padding-bottom: 2rem;
}

.hp4 .news_items:nth-child(2) .news_button{
  padding-bottom: 2.1rem;
  margin-right: 7rem;
}

.hp4 .news_items:nth-child(2) .news_button span{}

.news_button .news_btn {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.03rem;
  position: relative;
  color: #fc8852;
}
.news_button .news_btn:hover{
  color: #0d0d0d;
}
.numbers {
  width: 20rem;
}

.numbers span {
  position: absolute;
  top: -12.7rem;
  padding: 1.4rem;
  left: -9.3rem;
}

.numbers {
  position: relative;
}

.numbers span img {
  width: auto;
  height: 11.3rem;
}

.news_content span {
  color: rgb(252, 136, 82);
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.news_content h2 {
  font-size: 5.4rem;
  /* font-weight: 300; */
  letter-spacing: -0.04rem;
  line-height: 6rem;
  font-style: italic;
}

section.hp5 {
  background-color: #0D0D0D;
  padding: 1.2rem 0px 5rem;
  background-image: url("hp5-bg.png");
  background-size: contain;
  background-position: 0rem 6.45rem;
  background-repeat: no-repeat;
}

.erh_text_anim {
  overflow: hidden;
}

.erh_text_anim .marquee__inner {
  width: fit-content;
  display: flex;
  position: relative;
  white-space: nowrap;
  padding: 0rem 1rem;
  animation-play-state: running;
  letter-spacing: 1px;
  list-style: none;
  overflow: hidden;
  gap: 8rem;
  align-items: center;
}

.marquee.marq1 {
    display: flex;
    justify-content: start;
    width: 285rem;
    gap: 8rem;
}

.erh_text_anim .marquee__inner li img{}

.marq_one {
  animation: 30s linear 0s infinite normal none running marq1;
}

@keyframes marq1 {
  0% {
    transform: translate3d(calc(0% + 0px), 0px, 0px);
  }

  100% {
    transform: translate3d(calc(-100% + 0px), 0px, 0px);
  }
}

section.hp5 .section_inner span {
  text-align: center;
  color: #FEFBEF;
  display: block;
  margin-bottom: 4rem;
  text-transform: uppercase;
  padding-top: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.hp6 {
  background-color: rgb(254, 251, 239);
  padding-bottom: 9.799rem;
  border-bottom: 1px solid rgb(0, 0, 0);
}

section.hp6 .section_inner {
  display: flex;
  justify-content: space-between;
}

.hp6_left {
  width: 53rem;
  padding: 6.9rem 3.3rem 3.3rem;
  position: relative;
}

.hp6_left .circle {
  position: absolute;
  height: 30rem;
  width: 30rem;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 100rem;
  right: -12.9rem;
  top: 3rem;
}

.hp6_text {
    padding-left: 3rem;
    padding-right: 8rem;
}

.hp6_text p{
    font-size: 1.1rem;
    color: #000000;
    font-weight: 500;
}

.hp6_right {
  width: 50rem;
}

.hp6_left_episod_box .episode_items a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(0, 0, 0);
  border-left: 0px;
  border-right: 0px;
  padding: 0.7rem 0.5rem 0.74rem 0px;
  width: 33.5rem;
}

.episode_items:nth-child(2) {
  border-top: 1px solid rgb(0, 0, 0);
}

.episode_left {
  width: 29rem;
}

.episode_left p {
  margin-bottom: 0px;
  letter-spacing: -0.01rem;
  color: #000000;
  font-weight: 500;
}

.episode_right {
  width: 5.9rem;
  transition: .33s;
}

.episode_items:hover .episode_right {
    margin-right: -0.5rem;
}

.episode_right img {
  width: 1.67rem;
  margin-left: auto;
}

.hp6_right img {
  width: auto;
  height: 67.55rem;
  position: relative;
  z-index: 2;
}

.hp6_mobile {
  position: absolute;
  right: -16.3rem;
  top: 11.1rem;
  z-index: 3;
}

.hp6_mobile img {
  width: 22.3rem;
}

.hp6_left_content {
  position: relative;
}

.hp6_left_content h2 {
    font-weight: 300 !important;
    font-style: italic;
}

.hp6_left_content h2.the {
    margin-left: 2.6rem;
    margin-bottom: -1.7rem;
    letter-spacing: -0.4rem;
}

.hp6_left_content h2.podcust {
    text-align: right;
    letter-spacing: -0.3rem;
    padding-right: 10.8rem;
}

img.forbae {
    width: 34.3rem;
    margin-left: -0.3rem;
    margin-bottom: -1rem;
}

.hp6_left_content .site_button {
  /* width: 15.48rem; */
  margin-left: 3rem;
  margin-top: 1.2rem;
  font-size: 0.87rem;
  letter-spacing: -0.04rem;
  padding: 0.7rem 2.8rem 0.7rem 1.8rem;
}

.hp6_left_content .site_button:hover {
  /* width: 17rem; */
}

.hp6_left_content h2 span {
  display: block;
  font-weight: 200;
  font-size: 7rem;
  padding-left: 2.8rem;
  letter-spacing: 0px;
  font-family: "Carefree Serif";
}

.hp6_left_content h2 span.txt_right {
  text-align: right;
  padding-right: 10rem;
  letter-spacing: 0rem;
}

.hp6_left_content h2 {
  font-size: 7.5rem;
  line-height: 6rem;
  letter-spacing: 1.7rem;
  margin-bottom: 3rem;
  font-weight: bold;
  color: #0D0D0D;
}

.hp6_left_episod_box {
  padding: 2rem 7.98rem 3.8rem 2.5rem;
  border: 1px solid rgb(0, 0, 0);
  margin-left: 0.7rem;
  margin-top: 2.8rem;
  background-color: #FCFCFC;
}

.hp6_left_episod_box>span {
  margin-bottom: 1.1rem;
  display: block;
  color: rgb(252, 136, 82);
  letter-spacing: 0.07rem;
  font-size: 1.17rem;
  font-family: 'Founders Grotesk';
}

.hp6_left_content>p {
  padding-left: 3rem;
  font-size: 1.05rem;
  margin-bottom: 2.6rem;
  line-height: 1.9rem;
  letter-spacing: 0.02rem;
  padding-right: 10.5rem;
}

section.hp7 {
  padding: 3rem 0px 0rem;
  position: relative;
  z-index: 1;
  background-color: rgb(252, 252, 252);
}
section.hp7:after{
  content: '';
  height: 5.2rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fefbef;
  z-index: -1;
  border-top: 1px solid #000;
}

.hp7 .section_inner {
  width: 100rem;
  position: relative;
  padding-left: 2.5rem;
}

section.hp7 .section_inner>span {
  position: absolute;
  left: 2.5rem;
  top: 4.8rem;
  color: #fc8852;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.hp7 .testi_top {
  display: block;
  width: 100%;
  margin-left: auto;
  z-index: 1;
  position: relative;
  padding-bottom: 0rem;
  padding-left: 11.7rem;
  min-height: 19.3rem;
}

/*
.hp7 .section_inner::before {
  content: "";
  background-image: url("q1.png");
  position: absolute;
  height: 9rem;
  width: 12.4rem;
  left: 32rem;
  top: -5rem;
  background-repeat: no-repeat;
  z-index: 99;
  background-size: cover;
}

.hp7 .section_inner::after {
  content: "";
  background-image: url("q2.png");
  position: absolute;
  height: 9rem;
  width: 12.3rem;
  right: -4rem;
  bottom: 25rem;
  background-repeat: no-repeat;
  background-size: cover;
}
*/

.hp7_quote_icon1{
  position: absolute;
  height: 9.4rem;
  width: 12.4rem;
  left: 32rem;
  top: -5rem;
  z-index: 99;
}
.hp7_quote_icon1 svg{
  height: 100%;
  width: 100%;
}
.hp7_quote_icon2{
  position: absolute;
  height: 9.8rem;
  width: 12.7rem;
  right: -4.3rem;
  bottom: 24.46rem;
}
.hp7 .testi_top .hp7_quote_icon2{
  position: absolute;
  height: 9.8rem;
  width: 12.7rem;
  right: -1.3rem;
  bottom: -3.76rem;
}
.hp7_quote_icon2 svg{
  height: 100%;
  width: 100%;
}

.hp7 .testi_top h2 {
  width: 55rem;
  font-size: 4rem;
  font-weight: 300;
  font-style: italic;
  padding-left: 4rem;
  padding-top: 4.4rem;
  line-height: 4.4rem;
  letter-spacing: 0.11rem;
  color: #0D0D0D;
  padding-bottom: 4rem;
  padding-right: 4.5rem;
}

.hp7 .testi_bottom {
  display: flex;
  align-items: center;
  margin-top: 0rem;
  padding-bottom: 5rem;
}

.hp7 .testi_btm_image {
  width: 55rem;
}

.hp7 .testi_text {
  padding: 2.34rem 9rem 0rem 2rem;
  width: 134rem;
}
.hp7 .testi_text .textbody{
    padding-bottom: 2rem;
}
.hp7 .testi_text p,
.hp7 .testi_text p span{
  padding-right: 0rem;
  letter-spacing: 0.028rem;
  line-height: 1.8rem;
  color: #363F45;
  font-weight: 500;
}

.hp7 .testi_top .testi_topimg {
  width: 18.8rem;
}

.hp7 .testi_bottom .testi_btm_image img {
  width: 55rem;
  margin-bottom: -4rem;
  z-index: 1;
}

.hp7 .aut_name {
  display: block;
  /* margin-top: 2rem; */
  text-transform: uppercase;
  font-size: 1.1rem;
}

.hp7 .aut_name span{
    font-weight: 500;
    font-family: 'General Sans';
    font-size: 1.06rem;
}

.hp7 button.slick-prev.slick-arrow {
  position: absolute;
  height: 2rem;
  width: 2.7rem;
  left: inherit;
  top: inherit;
  bottom: 7.9rem;
  z-index: 9;
  right: 11.5rem !important;
}

.hp7 button.slick-prev.slick-arrow {
  background-image: url("hp7-left-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.hp7 button.slick-next.slick-arrow {
  background-image: url("hp7-right-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.hp7 button.slick-prev.slick-arrow::before,
.hp7 button.slick-next.slick-arrow::before {
  font-size: 0px;
}

.hp7 button.slick-prev::after {
  content: "";
  background-image: url("hp7-middle-arrow.png");
  background-repeat: no-repeat;
  height: 5rem;
  width: 3rem;
  right: -5.3rem;
  top: -1.5rem;
  position: absolute;
  background-size: contain;
}

.hp7 button.slick-next.slick-arrow {
  position: absolute;
  height: 2rem;
  width: 2.7rem;
  left: inherit;
  top: inherit;
  bottom: 7.8rem;
  z-index: 9;
  right: 3.1rem !important;
}

.hp7 button.slick-next::before,
.hp7 .slick-prev::before {
  color: rgb(252, 136, 82);
  font-size: 3rem;
}
.hp7_testimonials{
  overflow: hidden;
  height: 47.5vw;
}
.hp7_testimonials.slick-initialized.slick-slider {
  position: relative;
  overflow: unset;
  height: auto;
  padding-right: 0rem;
}
div#section-1710532219585 {
    margin-top: -10.2rem;
    z-index: 0 !important;
    position: relative;
}

div#section-1710536073304 {
    z-index: 1;
    position: relative;
    padding-bottom: 5rem;
}

.hp7 .slick-list.draggable {
    padding-bottom: 4rem;
}


.hp7 .testimonial_item{
    padding-right: 0;
}

.testimonial_itemin{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.testimonial_itemin .left{
    width: 30%;
    padding-top: 7.76rem;
    padding-right: 2rem;
    position: relative;
}
.testimonial_itemin .left .testi_btm_image{
    width: 100%;
}
.testimonial_itemin .left .testi_btm_image img{}
.testimonial_itemin .left .testi_topimg{
    position: absolute;
    top: 0.05rem;
    right: -11.4rem;
    width: 18.8rem;
}
.testimonial_itemin .left .testi_topimg img {
    border: 1px solid #161E2A;
    width: 100%;
}
.testimonial_itemin .right{
    width: 70%;
    overflow: hidden;
}


section.hp8 .section_inner>span {
  text-align: center;
  display: block;
  margin-bottom: 1.3rem;
  color: #fc7e52;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

section.hp8 .section_inner h2 {
  text-align: center;
  font-size: 5rem;
  font-weight: 300;
  line-height: 5.3rem;
  text-transform: uppercase;
  margin-bottom: 2.7rem;
  letter-spacing: 0.13rem;
  color: #0D0D0D;
}

section.hp8 .section_inner h2 i {
  text-transform: lowercase;
}

section.hp8 .section_inner {
  width: 91rem;
}

.hp8 .circle {
  position: absolute;
  height: 27rem;
  width: 27rem;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 100rem;
  right: -7.9rem;
  top: 12.4rem;
}

.hp8_slider .slider_item {
  padding: 1.5rem;
}

.hp8_slider .slider_item h4 {
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Syne";
  font-weight: bold;
  letter-spacing: -0.04rem;
  margin-bottom: 0.5rem;
  line-height: 1.6rem;
}

.hp8_slider .slider_item p {
  letter-spacing: 0.02rem;
  font-size: 0.9rem;
  margin-bottom: 0px;
  font-weight: 500;
}

.hp8_slider .slider_item .slider_btn a {
  margin-top: 0.16rem;
  background-color: transparent;
  color: rgb(0, 0, 0);
  border: 0px;
  box-shadow: none;
  padding: 0px;
  font-weight: 600;
  font-size: 0.84rem;
  letter-spacing: 0.04rem;
  display: block;
  text-align: left;
}

a.news_btn span img {
  position: absolute;
  width: 3.6rem;
  right: -4.2rem;
  top: 0.3rem;
}

.hp8_slider .slider_item .slider_btn a span img {
  position: absolute;
  width: 3.6rem;
  right: 7.6rem;
  top: 0.3rem;
}

.hp8_slider .slider_item .slider_btn a:hover {
    color: #fc7e52;
}

.hp8 .slider_btn {
  position: relative;
  width: 18rem;
}

.hp8_slider .slider_item .author_img img {
  width: 18.5rem;
  margin-bottom: 1.6rem;
 border: 1px solid #161E2A;
}

section.hp8 {
  padding: 5rem 0rem 5.3rem 0px;
  background-color: rgb(254, 251, 239);
  z-index: 0;
  margin-top: -1.2rem;
  border-top: 1px solid rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
}

.hp8_slider {
  margin-bottom: 6.84rem !important;
  margin-bottom: 1rem !important;
  overflow: hidden;
  height: 29vw;
}
.hp8_slider.slick-initialized{
  overflow:unset;
  height:auto;
}

.hp8_slider button.slick-prev.slick-arrow {
  height: 2rem;
  width: 4rem;
  background-image: url("hp8-left-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -3.5rem;
  top: 11.5rem;
}

.hp8_slider button.slick-next.slick-arrow {
  height: 2rem;
  width: 4rem;
  background-image: url("hp8-right-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: -4.5rem;
  top: 11.5rem;
}

.hp8_slider button.slick-next.slick-arrow::before,
.hp8_slider button.slick-prev.slick-arrow::before {
  font-size: 0px;
}


section.hp8 .hp8_link{
    text-align: center;
}
section.hp8 .site_button {
  /* width: 13.8rem; */
  margin: 0px auto;
  font-size: 0.8rem;
  letter-spacing: 0rem;
  margin-left: 0rem;
  padding: 0.7rem 3.2rem 0.7rem 1.8rem;
}

section.hp8 .site_button:hover {
  /* width: 16rem; */
}

.hp8 .slick-dots {
    position: relative;
    bottom: 0rem;
    padding-top: 2.84rem;
    padding-bottom: 1rem;
}

.hp8 .slick-dots li button::before {
  height: 0.8rem;
  width: 0.8rem;
  font-size: 2rem;
  border: 1px solid #000;
  color: transparent;
  border-radius: 100rem;
  background-color: transparent;
  opacity: 1;
}
.hp8 li.slick-active button::before{
    background-color: #000 !important;
}
.slick-dots li {
  margin: 0rem;
}

section.hp9 .section_inner {
  width: 65rem;
  text-align: center;
}

section.hp9 .section_inner .hp9_content>span {
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.hp9_content p {
  color: #FCFCFC;
  font-size: 0.98rem;
  letter-spacing: 0.05rem;
  line-height: 1.77rem;
  margin-bottom: 2.3rem;
  font-weight: 500;
}

.hp9_content .section_inner>span {}

section.hp9 {
  background-image: url("hp9-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
}

.hp9 .overlay {
  padding: 4rem 0px 3.8rem;
  border-top: 1px solid rgb(0, 0, 0);
}

.hp9_content img {
  width: 38.2rem;
  margin: 0px auto;
  z-index: 1;
  position: relative;
}

h2.hp9_h2_1 {
  font-size: 9rem;
  font-weight: 300;
  margin-bottom: -2.7rem;
  text-transform: uppercase;
  color: rgb(252, 136, 82);
  margin-top: -1rem;
  letter-spacing: 0rem;
}

h2.hp9_h2_2 {
  font-size: 9rem;
  font-weight: 300;
  margin-top: -2.6rem;
  color: rgb(252, 136, 82);
  font-style: italic;
  letter-spacing: 0rem;
  line-height: 11rem;
}

.hp9_content .link{
    text-align: center;
}
.hp9 .site_button {
  /* margin: 0px auto; */
  text-align: left;
  width: auto;
  color: #FCFCFC !important;
  /* margin-left: 24.8rem; */
  /* padding-left: 1.7rem; */
  display: inline-block;
  box-shadow: 2px 7px 0px #FCFCFC;
  max-width: 44rem;
  /* width: auto; */
  padding: 0.7rem 6.8rem 0.7rem 1.8rem;
}
.hp9 .site_button span svg{}
.hp9 .site_button span svg path{ fill:#FCFCFC;}
.hp9 .site_button:hover{
    background-color: #FC7E52;
    border: 1px solid #0D0D0D;
    box-shadow: 2px 7px 0px #0D0D0D;
    /* color: #0D0D0D !important; */
}




@media(max-width:767px){
  .hp7 .section_inner{
    padding-left:0;
    width:95rem;
  }
    section.hp9 {
    background-attachment: unset;
}
    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: 87%;
        text-align: center;
        padding-left: 12rem;
    }
    
    img.logo__image {
        width: 36rem !important;
    }
    
    .header__container > div:last-of-type {
        width: 9rem;
    }
    
    section.hp1 {
        padding-top: 9rem;
        padding-bottom: 58rem;
        min-height: 1px;
    }
    
    section.hp1 .section_inner h1 {
        font-size: 15rem;
        line-height: 1;
        margin-bottom: 7rem;
    }
    
    section.hp1 p {
        font-size: 4rem;
        line-height: 1.46;
    }
    
    img.hp1_image1 {
        height: 41rem;
        left: 0.3rem;
        bottom: -32.7rem;
        opacity: 1;
    }
    
    img.hp1_image2 {
        height: 59rem;
        left: -6.6rem;
        top: 0;
    }
    
    .hp1_images {
        justify-content: space-around;
        padding-top: 11.7rem;
    }
    
    img.hp1_image3 {
        height: 25rem;
        right: 3rem;
        top: 5.5rem;
        opacity: 1;
    }
    
    .hp1_logos {
        bottom: inherit;
        top: 33.9rem;
        padding: 2.8rem 0px 3.1rem 0;
    }
    .hp1_ani_image1,
    .hp1_ani_image2,
    .hp1_ani_image3{
      display:none;
    }
    
    section.hp1 .hp1_logos .section_inner {
        flex-wrap: wrap;
        text-align: center;
        width: 100% !important;
    }
    
    .hp1_logos .hp1_left {
        width: 100%;
        margin-top: -16.7rem;
        padding-right: 1.4rem;
    }
    
    .hp1_left span {
        letter-spacing: 0.02em;
        font-size: 3.5rem;
        font-weight: 500;
    }
    
    .hp1_logos .hp1_right img {
        width: auto;
        height: 6rem;
    }
    .hp1_logos .hp1_right img:nth-child(2){
        width: 20rem;
        height: auto;
    }
    
    .hp1_logos .hp1_right {
        gap: 15rem;
        width: max-content;
        padding-right: 0rem;
    }
    
    .hp1_logo_flex {
        display: flex;
        width: 100%;
        justify-content: space-between;
        gap: 15rem;
    }
      
      .hp1_logo_flex {
          animation: 20s linear 0s infinite normal none running hp1_right;
        }
        
        @keyframes hp1_right {
          0% {
            transform: translate3d(calc(-100% + 20px), 0px, 0px);
          }
        
          100% {
            transform: translate3d(calc(-260.7% + 0px), 0px, 0px);
          }
        }
    
    .down_arrow {
        top: 205rem;
        left: 46%;
    }
    
    .down_arrow img {
        height: 12rem;
        z-index: 9;
    }
    
    section.hp2 .section_inner {
        width: 90%;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding-left: 0.4rem;
    }
    
    section.hp2 {
        padding-top: 8rem;
        padding-bottom: 13rem;
    }
    
    .hp2_right .circle {
        height: 42rem;
        width: 42rem;
        right: -18rem;
        top: -10rem;
    }
    
    .hp2_right img {
        height: 76rem;
        float: right;
        right: 6rem;
    }
    
    .hp2_left {
        width: 100%;
    }
    
    .hp2_right {
        width: 100%;
    }
    
    .hp2_left_box {
        padding-top: 54.97rem;
        margin-top: -52rem;
        padding-left: 4rem;
        padding-right: 2rem;
        padding-bottom: 5rem;
        border: 1px solid #000;
    }
    
    .hp2_left>span {
        padding-left: 4rem;
        padding-right: 25rem;
        padding-top: 8.7rem;
        line-height: 1.2;
        color: #000000;
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    
    .hp2_left_box h2 {
        font-size: 9.4rem;
        line-height: 1.1;
        letter-spacing: -0.06rem;
        margin-bottom: 6rem;
    }
    
    .hp2_left_box h2 i {
        font-size: 10.8rem;
        line-height: 0;
    }
    
    .hp2_left_box p {
        font-size: 4rem;
        line-height: 1.46;
        margin-bottom: 8rem;
    }
    
    .hp2 .site_button {
        font-size: 3.4rem;
        width: 90%;
        padding: 2.2rem 4rem 2rem 6.3rem;
        letter-spacing: 0.07rem;
        line-height: 1.4;
        box-shadow: 4px 6px 0px #0D0D0D;
    }
  .hp2 .site_button span{
    position: absolute;
    top: 0rem;
    right: -7rem;
    height: 100%;
    width: 9.95rem;
    overflow: hidden;
}
    .hp2 .site_button span svg{
    width: 147%;
    margin-left: -5rem;
}
    a.site_button span img {
        height: 3rem;
        width: 16rem;
        right: -8rem;
        top: 35%;
    }
    .hp2 .site_button:hover span{right: -8rem;}
    .hp2 a.site_button span img {
        width: 10rem !important;
        height: 2.5rem;
        top: 43%;
    }
    
    section.hp3 {
        padding-top: 11rem;
        padding-bottom: 121rem;
        background-attachment: unset;
    }
    
    .hp3_content h2 {
        font-size: 20rem;
        letter-spacing: -0.55rem;
        margin-bottom: 3.5rem;
    }
    
    .hp3_content h3 {
        font-size: 4rem;
        line-height: 1.2;
        letter-spacing: 0.32rem;
        margin-bottom: 5rem;
    }
    
    .hp3_content h3 br {
        display: none;
    }
    
    .hp3_content {
        padding-left: 1rem;
    }
    
    .hp3_content p {
        font-size: 4.08rem;
        line-height: 1.44;
        letter-spacing: -0.08rem;
        margin-bottom: 6rem;
    }
    
    .hp3_content p br {
        display: none;
    }
    
    .hp3 a.site_button {
        font-size: 3.5rem;
        width: 69%;
        margin-top: 8.4rem;
        padding: 2rem 3rem 2rem 7rem;
    }
    
    section.hp3 {
        padding-top: 11rem;
        padding-bottom: 121rem;
    }
    
    .hp3_content h2 {
        font-size: 20rem;
        letter-spacing: -0.55rem;
        margin-bottom: 3.7rem;
    }
    
    .hp3_content h3 {
        font-size: 3.9rem;
        line-height: 1.2;
        letter-spacing: 0.06rem;
        margin-bottom: 5.7rem;
        font-family: 'Syne';
        font-weight: 500;
    }
    
    .hp3_content h3 br {
        display: none;
    }
    
    .hp3_content {
        padding-left: 1rem;
    }
    
    .hp3_content p {
        font-size: 4.08rem;
        line-height: 1.44;
        letter-spacing: -0.08rem;
        margin-bottom: 6rem;
        font-weight: 500;
    }
    
    .hp3_content p br {
        display: none;
    }
    
    .hp3 a.site_button {
        font-size: 3.5rem;
        width: 69%;
        margin-top: 2.7rem;
        padding: 3.2rem 3rem 2.7rem 7rem;
        box-shadow: 2px 5px 0px #FCFCFC;
    }
    
    .hp3 a.site_button:hover { }
    .hp3 a.site_button span{
        right: -8rem;
        width: 16rem;
    }
  .hp3 a.site_button span svg{}
  .hp3 a.site_button:hover span{        right: -9rem;}
    section.hp4 {
        padding-top: 10rem;
        padding-bottom: 6.2rem;
    }
    
    .hp4 .news_items {
        flex-wrap: wrap;
        align-items: inherit;
        opacity: 1 !important;
    }
    
    .numbers {
        width: 100%;
    }
    
    .news_content {
        width: 100%;
        padding-top: 1.9rem;
    }
    
    .news_button {
        width: 100%;
        text-align: left;
        padding-top: 7rem;
    }
    
    .numbers span {
        top: 0;
        left: -2rem;
        position: relative;
    }
    
    .numbers span img {
        height: 30rem !important;
    }
    
    .news_content span {
        color: #000;
        margin-left: -0.7rem;
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    
    .news_content h2 {
        font-size: 14.2rem;
        line-height: 1.1;
        letter-spacing: 0.1rem;
    }
    
    .news_content p {
        font-size: 4rem;
        line-height: 1.4 !important;
        margin-left: -0.7rem;
        margin-top: 1.12rem;
        letter-spacing: -0.05rem;
        padding-right: 0;
        font-weight: 500;
        color: #000000;
    }
    
    .news_content p br {
        display: none;
    }
    
    .news_button .news_btn {
        font-size: 3.4rem;
        letter-spacing: 0.1rem;
    }
    
    a.news_btn span img {
        width: 16rem;
        right: -20rem;
        top: 0.8rem;
    }
    
    .hp4 .news_items.aos-init {
        padding-bottom: 5rem;
    }
    
    .hp4 .news_items:nth-child(2) .numbers span {
        top: 0;
        left: -2rem;
    }
    
    .hp4 .news_items:nth-child(2) {
        padding-top: 4rem;
        padding-left: 0;
    }
    
    .hp4 .news_items:nth-child(2) h2 {
        padding-right: 3rem;
        margin-top: 1.9rem;
        line-height: 1;
        margin-bottom: 4rem;
    }
    
    .hp4 .news_items:nth-child(2) p {
        font-size: 3.7rem;
        letter-spacing: 0.04rem;
        line-height: 1.6 !important;
    }
    
    .hp4 .news_items:nth-child(2) .news_button {
        padding-top: 4.2rem;
    }
    
    .hp4 .news_items:nth-child(3) .numbers span {
        top: 0;
        left: -2rem;
    }
    
    .hp4 .news_items:nth-child(3) {
        padding-top: 4rem;
    }
    
    .hp4 .news_items:nth-child(3) .news_content h2 {
        margin-top: 4rem;
        margin-left: 0;
        margin-bottom: 4rem;
    }
    
    .hp4 .news_items:nth-child(3) .news_content p {
        margin-left: -1rem;
    }
    
    section.hp6 .section_inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .hp6_left {
        width: 100%;
    }
    
    .hp6_right {
        width: 100%;
    }
    
    .hp6_right img {
        height: 126rem;
    }
    
    .hp6_mobile {
        right: inherit;
        top: -74rem;
    }
    
    .hp6_mobile img {
        width: 51rem;
        margin-left: 5rem;
    }
    
    section.hp5 .section_inner span {
        margin-bottom: 9rem;
        padding-left: 2rem;
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    
    section.hp5 {
        padding-top: 6rem;
        background-size: 241rem;
        background-position: center;
        padding-bottom: 23rem;
        margin-bottom: -9rem;
    }
    
    .marquee.marq1 {
        width: 100%;
        display: block;
    }
    
    .erh_text_anim .marquee__inner {
        gap: 10rem;
    }
    
    .erh_text_anim .marquee__inner li {
        width: max-content;
        margin: 0 auto;
        text-align: center;
    }
    
    .erh_text_anim .marquee__inner li img {
        height: 6rem;
        margin: 0 auto;
    }
    
    .marquee.marq1 ul:last-child {
        display: none;
    }

    .hp6_left_content h2 {
        font-size: 18rem;
    }
    
    img.forbae {
        width: 96%;
        margin: 2rem auto;
    }
    
    .hp6_text p {
        font-size: 3.83rem;
        line-height: 1.53;
        font-weight: 500;
        letter-spacing: 0.034rem;
    }
    
    .hp6_text p br { }

    .hp6_left_content {
        padding-top: 37rem;
    }
    
    .hp6_left_content h2.the {
        margin-left: 9rem;
    }
    
    .hp6_left_content h2.podcust {
        padding-right: 3rem;
        letter-spacing: -0.35rem;
        margin-bottom: 12rem;
    }
    
    .hp6_text {
        padding-left: 2rem;
        padding-top: 0.3rem;
        padding-right: 5rem;
    }
    
    .hp6_left_episod_box {
        width: 89.5rem;
        margin: 9rem auto 0 auto;
        padding: 8rem 4rem 10rem 4rem;
    }
    
    .hp6_left_episod_box>span {
        font-family: 'Syne';
        padding-top: 0.3rem;
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    
    .episode_left p {
        font-size: 3.7rem;
        padding-left: 1rem;
    }
    
    .episode_left {
        width: 66rem;
    }
    
    .hp6_left_episod_box .episode_items a {
        width: 100%;
        padding: 3rem 0;
    }
    
    .episode_right img {
        width: 8rem;
    }
    
    .episode_right {
        width: 10rem;
    }
    
    .hp6_left_episod_box .episode_items:nth-child(2) a {
        padding-bottom: 4rem;
    }
    
    .hp6_left_episod_box .episode_items:nth-child(3) a {
        padding-top: 1.8rem;
        padding-bottom: 1.6rem;
    }
    
    .hp6_left_episod_box .episode_items:nth-child(4) a {
        padding-bottom: 4.2rem;
    }
    
    .hp6_left_episod_box .episode_items:nth-child(5) a {
        padding-bottom: 4rem;
    }
    
    .hp6_left_episod_box .episode_items:nth-child(6) a {
        padding-top: 3.7rem;
        padding-bottom: 3.4rem;
    }
    
    .hp6 {
        padding-bottom: 15rem;
    }
    
    .hp6_left_content .site_button {
        font-size: 3.5rem;
        padding: 3rem 12.5rem 2.9rem 7rem;
        margin-top: 6.6rem;
        margin-left: 2rem;
        letter-spacing: 0.01rem;
    }
    
    .hp6 {
        padding-bottom: 15rem;
    }
    
    .hp6_left_content a.site_button span{
    right: -10rem;
    width: 17rem;
}
  .hp6_left_content a.site_button span svg{}
  .hp6_left_content a.site_button:hover span{        right: -11rem;}
    
    .hp7 .testi_bottom {
        flex-wrap: wrap;
        margin-top: 0;
    }
    
    .hp7 .testi_btm_image {width: 100%;padding-right: 3rem;padding-top: 17.8rem;padding-left: 34.5rem;height: 94.4rem;overflow: hidden;}
    
    .hp7 .testi_bottom .testi_btm_image img {
        margin-left: auto;
        margin-bottom: 0;
        width: 58rem;
    }
    
    .hp7 .testimonial_item {
        /* display: flex !important; */
        width: 100%;
        /* align-items: end; */
    }
    
    .hp7 .testi_top {
        width: 100%;
        display: block;
        padding-bottom: 0rem;
        padding-left: 0rem;
        min-height: 19.3rem;
    }
    
    .hp7 .testi_top .testi_topimg {
        width: 38rem;
        margin-left: 2rem;
        /* position: absolute; */
        /* bottom: 0rem; */
        /* left: 0rem; */
        /* z-index: 3; */
        margin-top: -27.6rem;
    }
    
    .hp7 .testi_text p {
        font-size: 4rem;
        line-height: 1.44;
        /* padding-top: 65rem; */
        letter-spacing: -0.07rem;
        padding-right: 0rem;
    }
    
    .hp7 .testi_text p br {
        display: none;
    }
    
    .hp7 .testi_top h2 {
        font-size: 14rem;
        z-index: 1;
        /* position: absolute; */
        width: 96rem;
        line-height: 0.94;
        margin-top: 15.9rem;
        padding-left: 3rem;
        padding-right: 2.5rem;
    }
  .hp7 .testi_top .hp7_quote_icon2{
    display: none;
}
    
    .hp7 .testi_top h2 br {
        display: none;
        width: 100%;
    }
    
    section.hp7 .section_inner>span {
        left: 3rem;
        color: #000;
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    
    section.hp7 {
        padding-bottom: 52.64rem;
        padding-top: 7rem;
    }
    
    .hp7 .testi_text {
        padding-left: 3rem;
        padding-bottom: 7rem;
    }
    
    .hp7 .aut_name span {
        font-size: 3.88rem;
    }
    
    .hp7 .aut_name {
        margin-top: 4rem;
    }
    
    .hp7_quote_icon1{
        top: 97rem;
        width: 28rem;
        height: 21rem;
        left: 21rem;
    }
    
    .hp7_quote_icon2 {
        height: 21rem;
        width: 29rem;
        right: 6rem;
        bottom: -8rem;
    }
    
    .hp7 button.slick-prev.slick-arrow {
        left: 3.4rem;
        width: 43%;
        background-size: 12rem;
        height: 11rem;
        bottom: -37rem;
    }
    
    .hp7 button.slick-next.slick-arrow {
        background-size: 12rem;
        height: 11rem;
        right: 3rem !important;
        width: 12rem;
        bottom: -37rem;
    }
    
    .hp7 button.slick-prev::after {
        height: 23rem;
        width: 5rem;
        background-size: cover;
        top: -7rem;
    }



.testimonial_itemin{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.testimonial_itemin .left{
    width: 100%;
    padding-top: 0.1rem;
    padding-right: 0rem;
    position: relative;
}
.testimonial_itemin .left .testi_btm_image{
    width: 100%;
    padding-right: 2.8rem;
}
.testimonial_itemin .left .testi_btm_image img{}
.testimonial_itemin .left .testi_topimg{
    position: absolute;
    top: unset;
    right: unset;
    width: 37.8rem;
    bottom: -11rem;
    left: 2.2rem;
    
}
.testimonial_itemin .left .testi_topimg img{border: 1px solid #161E2A;}
.testimonial_itemin .right{
    width: 100%;
    overflow: hidden;
    padding-top: 11rem;
}
    
    section.hp8 .section_inner>span {
        color: #000;
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    
    section.hp8 .section_inner h2 {
        font-size: 15rem;
        line-height: 1;
        letter-spacing: 0;
    }
    
    section.hp8 .section_inner h2 br {
        display: none;
    }
    
    section.hp8 {
        padding-top: 14rem;
        padding-bottom: 19.4rem;
    }
    
    section.hp8 .section_inner>span {
        margin-bottom: 6.6rem;
    }
    
    .hp8_slider {
        margin-top: 15rem;
        margin-bottom: 32rem !important;
    }
    
    .hp8_slider .slider_item {
        padding: 1rem;
    }
    
    .hp8_slider .slider_item .author_img img {
        width: 100%;
        margin-bottom: 8rem;
        margin-top: 1px;
    }
    
    .hp8_slider .slider_item h4 {
        font-size: 4rem;
        text-align: center;
        margin-bottom: 5rem;
        line-height: 1;
        /* font-weight: 500; */
    }
    
    .hp8_slider .slider_item p {
        font-size: 3.8rem;
        text-align: center;
        letter-spacing: 0.08rem;
        margin-bottom: 4.8rem;
    }
    
    .hp8_slider .slider_item .slider_btn a {
        font-size: 3.8rem;
        text-align: center;
        width: 100%;
        display: block;
        letter-spacing: -0.05rem;
    }
    
    .hp8 .slider_btn {
        width: 85%;
    }
    
section.hp8 .site_button {
        font-size: 3.5rem;
        padding: 3rem 16.5rem 2.9rem 6rem;
        margin-top: 0rem;
        margin-left: 0rem;
        letter-spacing: 0.01rem;
    }
    
section.hp8 a.site_button span{
    right: -8rem;
    width: 17rem;
}
section.hp8a.site_button span svg{}
section.hp8 a.site_button:hover span{        right: -11rem;}
    
    .hp8_slider .slider_item .slider_btn a span img {
        width: 12rem;
        top: 2rem;
        right: 7rem;
    }
    
    .hp8 .slick-dots {bottom: -17rem;position: absolute;}
    
    .hp8 .slick-dots li button::before {
        height: 3.5rem;
        width: 3.5rem;
    }
    
    .slick-dots li {
        width: 4.2rem;
    }
    
    .hp8_slider button.slick-prev.slick-arrow {
        top: inherit;
        bottom: -22rem;
        width: 14%;
        background-position: left;
        background-size: 12rem;
        height: 8rem;
        left: 0rem;
        z-index: 9;
    }
    
    .hp8_slider button.slick-next.slick-arrow {
        top: inherit;
        bottom: -22rem;
        width: 15%;
        background-position: right;
        background-size: 12rem;
        height: 9rem;
        right: 0rem;
        z-index: 9;
    }
    
    section.hp9 .section_inner .hp9_content>span {
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    
    h2.hp9_h2_1 {
        font-size: 16rem;
        letter-spacing: 0.1rem;
        margin-top: 0.6rem;
        margin-bottom: -4.5rem;
    }
    
    section.hp9 .section_inner {
        width: 94rem;
    }
    
    h2.hp9_h2_2 {
        font-size: 16rem;
        letter-spacing: 0.1rem;
        margin-top: 0rem;
    }
    
    .hp9_content img {
        width: 93rem;
    }
    
    .hp9 .site_button:hover {
        /* width: 65rem; */
    }
    
    .hp9_content p {
        font-size: 3.78rem;
        line-height: 1.53;
        margin-top: 9rem;
        padding: 0 2rem;
        margin-bottom: 9rem;
    }
    
section.hp9 .site_button {
        font-size: 3.5rem;
        padding: 3rem 13.5rem 2.9rem 11rem;
        margin-top: 0rem;
        margin-left: 0rem;
        letter-spacing: 0.01rem;
        max-width: unset;
        margin-right: 6rem;
        box-shadow: 2px 3px 0px #FCFCFC;
    }
    
section.hp9 a.site_button span{
    right: -8rem;
    width: 17rem;
}
section.hp9 a.site_button span svg{}
section.hp9 a.site_button:hover span{        right: -11rem;}
    
    .hp9 .overlay {
        padding-top: 16rem;
        padding-bottom: 16rem;
    }
    
    .hp_footer_top {
        flex-direction: column;
        padding: 0 5rem;
    }
    
    .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.3rem;
        color: #000;
    }
    
    .ftop_left h2 br {
        display: none;
    }
    
    .ftop_left h2 {
        font-size: 15rem;
        line-height: 1;
        margin-top: 5rem;
        letter-spacing: -0.1rem;
        padding-right: 5rem;
        margin-bottom: 6rem;
    }
    
    .fleft div {
        font-size: 3rem;
        text-align: center;
        letter-spacing: 0.18rem;
    }
    
    .hp_footer_bottom {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
        margin-top: 19rem;
    }
    
    .fleft {
        width: 100%;
    }
    
    .fcenter {
        width: 100%;
    }
    
    .fright {
        width: 100%;
        margin-top: 2rem;
    }
    
    .fcenter p {
        font-size: 3.7rem;
        margin-top: 1rem;
    }
    
    .hp_footer_bottom .fright ul li a {
        font-size: 3rem;
        letter-spacing: 0.15rem;
    }
    
    .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;
    }
    
    footer.hp_footer {
        padding-top: 13rem;
        /* padding-bottom: 6rem; */
    }
    
    .hp_footer::before {
        bottom: 31rem;
    }
    
    .hp6_left .circle {
        width: 42rem;
        height: 42rem;
        right: 17rem;
        top: 18rem;
    }
    
    .hp8 .circle {
        width: 80rem;
        height: 80rem;
        top: 102rem;
        right: -57rem;
    }
    
    .hp4 .news_items{
        /* opacity: 0.6 !important; */
    }
    .hamburger__slice{
        height: 1px !important;
    }
}

@media (max-width: 500px){
    .hp8_slider .slider_item .author_img img{
        /* height: 82rem; */
    }
}





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