@font-face {
  font-family: "Work Sans";
  src: url("worksans-medium.woff2") format("woff2"), url("worksans-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commuters Sans";
  src: url("commuterssans-regular.woff2") format("woff2"), url("commuterssans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neue Haas Unica Pro";
  src: url("neuehaasunicapro-thin.woff2") format("woff2"), url("neuehaasunicapro-thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Old Standard TT";
  src: url("oldstandardtt-italic.woff2") format("woff2"), url("oldstandardtt-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("worksans-regular.woff2") format("woff2"), url("worksans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Flecha Bronzea L";
  src: url("flechabronzeal-extralight.woff2") format("woff2"), url("flechabronzeal-extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Neue Haas Unica Pro";
  font-size: 1.354vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: 0;
  color: #080808;
  margin: 0px;
  padding: 0px;
}

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

h1 {
  font-family: "Flecha Bronzea L";
  font-size: 6.094vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: normal;
  color: rgb(252, 252, 250);
}

h2 {
  font-family: "Flecha Bronzea L";
  font-size: 9vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: normal;
  color: rgb(8, 8, 8);
}

h3 {
  font-family: "Commuters Sans";
  font-size: 1.25vw;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #080808;
  text-transform: uppercase;
  line-height: 1.59;
}

.mobile_only {
  display: none;
}

.desktop_only {
  display: block;
}

.site_button {
  position: relative;
  display: inline-block;
  font-family: "Work Sans";
  font-size: 0.99vw;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgb(8, 8, 8);
  padding: 1vw;
  color: rgb(253, 253, 252);
  background-color: rgb(8, 8, 8);
}

.site_button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    /* background-color: #fff; */
    transition: 0.5s;
    background-image: url(btn_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.site_button:hover::after {
  width: 100%;
  transition: 0.5s;
  z-index: -1;
}

.site_button:hover {
    color: rgb(0 0 0) !important;
    z-index: 2;
    border: 1px solid rgb(8, 8, 8);
}

.section_inner {
  margin: 0px auto;
  width: 95%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

span {
  font-family: "Old Standard TT";
  font-size: 1.771vw;
  text-transform: initial;
  font-weight: 500;
  letter-spacing: 0;
font-style: italic;}

p {
  margin-bottom: 0px;
}

.hbh5 .marquee__inner li {
  margin-bottom: 0px;
  list-style: disc;
  margin-left: 3vw;
  font-size: 1.2vw;
  font-family: "Commuters Sans";
  padding-left: 2vw;
}

.hbh5 .marquee__inner li::marker {

  font-size: 0.7vw;
}

@media screen and (max-width: 768px) {
  body {
    font-family: "Neue Haas Unica Pro";
    font-size: 2.7vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: 0.188vw;
    color: rgb(0, 0, 0);
  }

  h1 {
    font-family: "Flecha Bronzea L";
    font-size: 5vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: normal;
    color: rgb(45, 63, 103);
  }

  h2 {
    font-family: "Flecha Bronzea L";
    font-size: 6vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: normal;
    color: rgb(45, 63, 103);
  }

  h3 {
    font-family: "Commuters Sans";
    font-size: 6vw;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    color: rgb(45, 63, 103);
  }

  .mobile_only {
    display: block;
  }

  .desktop_only {
    display: none;
  }

  .site_button {
    position: relative;
    display: inline-block;
    font-family: "Work Sans";
    font-size: 0.99vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid rgb(252, 252, 250);
    padding: 1vw;
    color: rgb(253, 253, 252);
    background-color: rgb(8, 8, 8);
  }

  .sectino_inner {
    flex-direction: column;
  }

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

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0px, 0px, 0px);
}

.slick-track {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: "";
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: 27vw;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-track {
  display: flex;
  transform: translate3d(-2838px, 0px, 0px);
}

.responsive-menu-close span:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: 18px;
  /* width: 30px; */
  /* height: 3px; */
  background-color: rgb(0, 0, 0);
  position: absolute;
  left: 0px;
}

.responsive-menu-close span:nth-child(2) {
  transform: rotate(45deg);
  /* width: 30px; */
  /* height: 3px; */
  position: absolute;
  background-color: rgb(0, 0, 0);
  bottom: 9px;
  right: 0px;
}

.responsive-menu {
  display: none;
  /* position: relative; */
  /* width: auto; */
  /* height: auto; */
  /* top: 16px; */
  /* right: 6px; */
  /* background: rgba(253, 249, 247, 0.96); */
  /* z-index: 0; */
  /* overflow: auto; */
  /* transition: right 0.5s ease 0s; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  margin-top: 1.3vw;
padding-bottom: 2vw;}

body.click-effect a.responsive-menu-hand img {
  transform: rotate(-180deg);
  transition: .33s;
}

.responsive-menu.active {
  right: 0px;
  /* bottom: 0; */
  top: 3vw;
  transition: right 0.5s ease 0s;
  height: 29vw;
  background-color: #fff;
  /* position: absolute; */
}

.responsive-menu ul {
  margin: 0px;
  padding: 2vw;
  list-style-type: none;
  width: 100%;
  border-bottom: 0px;
  padding: 0;
  /* margin-top: -1vw; */
}

.responsive-menu ul li {
  margin: 0px 0 .17vw;
  padding: 0px;
  list-style-type: none;
  padding-bottom: 1vw;position: relative;
}

.responsive-menu ul li:last-child {
  /* margin-top: 100px; */
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
  /* height: 2vw; */
  display: block;
  text-decoration: none;

  font-size: 1vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  /* letter-spacing: -1px; */
  text-align: right;
  color: rgb(32, 32, 32);
  border: 0px;
  margin: 0px;
  font-family: "Work Sans";
  text-transform: uppercase;
}



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

.responsive-menu ul li a:hover {
  color: rgb(0, 0, 0);
}

a.responsive-menu-close {
  /* height: 5vw; */
  /* width: 5vw; */
  /* position: absolute; */
  /* left: 37%; */
  /* top: 10%; */
}

.hbh_top {
  background-color: rgb(250, 221, 208);
  padding: 0.9vw 0 0.7vw 0;
  border-bottom: 1px solid #080808;
      position: relative;
}
.hbh_top:before{
    content:"";
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 0;
}
.hbh_top:hover:before {
    width: 100%;
}

.hbh_toplink {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0vw;
    left: 0vw;
z-index: 2;}
.top_heading {
  width: 95%;
  margin: 0px auto;
  padding: 0px 0vw 0px 2vw;
z-index: 1;position: relative;}

.top_heading p {
  text-transform: uppercase;
  font-family: "Commuters Sans";
  font-size: 1.2vw;
  letter-spacing: 0.03vw;
}

.top_heading p span {
  font-style: italic;
  text-transform: initial;
  font-size: 1.6vw;
  letter-spacing: -0.3px;
  padding-right: 0.4vw;
}

.top_heading p mark {
  background-color: transparent;
  text-decoration: underline;
  letter-spacing: 0.7px;
}

.slick-slide img.mobile_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .slick-slide img.mobile_only {
    display: block;
    height: 66vw;
    width: 100%;
  }

  .responsive-menu ul li a,
  .responsive-menu .pf4_header_userarea span a {
    font-size: 4vw;
  }

  .responsive-menu ul li a,
  .responsive-menu .pf4_header_userarea li {
    margin-bottom: 6vw;
  }

  .responsive-menu ul li a,
  .responsive-menu .pf4_header_userarea span ul {
    width: 100%;
    padding-top: 0vw;
    text-align: center;
    margin-bottom: 0vw;
    font-size: 3.1vw;
    letter-spacing: 0vw;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    /* height: auto; */
  }

  .hbh_top {
    padding: 6vw 0vw 7.3vw 0vw;
  }

  .top_heading {
    width: 98%;
    padding: 0vw;
  }

  .top_heading p {
    font-size: 3.1vw;
    text-align: center;
    letter-spacing: -.1px;
    line-height: 4.5vw;
  }

  .top_heading p span {
    font-size: 4vw;
    
  display: block;padding: 0vw;text-align: center;}

  .top_heading p mark {
    background-color: transparent;
    text-decoration: underline;
    letter-spacing: -.3px;
  }


}



.hbh1 {border-bottom: 1px solid #000;}

.hbh1 .section_inner {
  display: flex;
  width: 100%;
  padding: 0;
flex-wrap: wrap;box-sizing: border-box;}

.hbh1 .section_left_item {
  width: 11%;
  padding-top: 1.26vw;
  position: relative;
  border-right: 1px solid #080808;
}

.hbh1 .logo_area {
  margin-left: 1vw;
  background-color: #fff;
  position: relative;
  z-index: 999999;
}

a.responsive-menu-hand {
  text-transform: uppercase;
  font-size: 0.7vw;
  color: #080808;
  /* text-align: right; */
  padding-top: 0.7vw;
  display: block;
  padding-right: 0vw;
text-align: right;/* line-height: normal; */}

.cl_header_right {
  margin-left: 0vw;
  margin-top: -3.02px;
width: 100%;}

a.responsive-menu-hand img {

  width: 4.2vw;
  height: auto;
  /* text-align: center; */
  margin-top: 0;
  /* margin-left: .588vw; */
  /* transition: .33s; */
/* margin: 0px auto; */display: inline-block;}

a.responsive-menu-hand p {
  letter-spacing: 0.1vw;
  display: block;
  margin-right: 0vw;
  margin-bottom: 1.33vw;
  margin-top: 0.1vw;

  font-size: 0.8vw;
  font-weight: 600;
  font-family: 'Work Sans';
}

.hbh1 .site_logo img {
  margin-left: 0.3vw;
  width: 81%;
  background-color: #fff;
}

.hbh1 .menu_area {
  padding-right: 0;
  padding-top: 0.5vw;
  text-align: right;
  float: right;
  width: 100%;
  padding-left: 0.4vw;
  background-color: #fff;
  z-index: 999;
  position: relative;
padding-right: 1.9vw;}

.hbh1 .menu {
  float: right;
  line-height: 3;
width: 100%;}

.hbh1 .section_right_item {
  background-image: url("head_img.jpg");
  background-size: cover;
  padding: 20.7vw 0px 20.8vw 0;
  width: 90%;
  background-repeat: no-repeat;
}


.hbe1_404in{ width: 89%;padding-left: 6.5vw;padding-top: 5.9vw;padding-right: 24vw;padding-bottom: 5.2vw;}
.hbe1_404in h1{
    color:#080808;
line-height: 0.96;font-size: 9.1vw;letter-spacing: -0.023vw;padding-bottom: 2.2vw;}
.hbe1_404in article{text-transform: uppercase;font-family: "Commuters Sans";font-size: 1.56vw;padding-top: 0.45vw;letter-spacing: -0.031vw;}
.hbe1_404in article p{}
.hbe1_404in article p a{
    color:#000;
}
.hbe1_404in article p a:hover{
    opacity:0.7;
}
@media screen and (max-width: 768px) {
  .cl_header_right {
    width: 100%;
    border-right: 1px solid #080808;
    padding-top: 4vw;
    margin-top: 0.1vw;
    padding-bottom: 3.4vw;
  text-align: center;}

  .hbh1 .menu_area {
    padding-left: 0vw;
    padding-top: 0;
  padding-right: 0vw;float: unset;width: 30%;}
.hbh1 .section_left_item .mobile_only{width: 70%;padding-left: 27vw;padding-right: 0.7vw;/* padding-top: 0.5vw; */}
  .hbh1 .section_inner {
    flex-direction: unset;
    padding: 2vw 0px;
    padding: 0;
    /* border-bottom: 2px solid #080808; */
  display: flex;flex-wrap: wrap;}
    .hbh1 .menu{
        
    float: unset;width: 100%;}

  .hbh1 .section_left_item {
    width: 100%;
    display: flex;
    padding-top: 0;
    border-right: none;
  flex-wrap: wrap;box-sizing: border-box;border-bottom: 1px solid #080808;}

  .hbh1 .section_right_item {
    width: 100%;
  }

  .hbh1 .logo_area.mobile_only {
    display: flex;
    justify-content: space-between;
  }

  a.responsive-menu-hand {
    padding-top: 0;
  text-align: center;padding-right: 0.5vw;display: block;width: 100%;}

  a.responsive-menu-hand p {
    text-align: center;
    font-size: 3vw;
    padding-left: 0vw;
    margin-bottom: 0;
  line-height: 1.4;}

  a.responsive-menu-hand img {

    height: 14.5vw;
    width: 14.5vw;
    margin-left: 0vw;
    margin-top: 2.3vw;
  }

  .hbh1 .site_logo img {
    height: auto;
    width: 78vw;
    margin-top: 6vw;
    padding-right: 5vw;
  }

    .responsive-menu{text-align: center;margin-top: 5vw;}
    .responsive-menu ul li{
        
    text-align: center;margin-bottom: 3vw;padding-top: 2vw;}
    
    .hbe1_404in{ width: 100%;padding-left: 6.5vw;padding-top: 15.2vw;padding-right: 6.5vw;padding-bottom: 5.2vw;}
    .hbe1_404in h1{
        color:#080808;
    line-height: 0.96;font-size: 22.7vw;letter-spacing: 0.04vw;padding-bottom: 2.2vw;text-align: center;font-weight: normal;padding-right: 0vw;}
    .hbe1_404in h1 br{display: none;}
    .hbe1_404in h1 br.m{display: block;}
    .hbe1_404in article{text-transform: uppercase;font-family: "Commuters Sans";font-size: 3.76vw;padding-top: 6vw;letter-spacing: -0.031vw;text-align: center;padding-left: 0vw;line-height: 1.5;padding-bottom: 14.1vw;}
    .hbe1_404in article p{}
    .hbe1_404in article span{font-size: 4.18vw;}
}





.m1 {
  display: none;
}

@media screen and (max-width: 768px) {
  .m1 {
    display: block;
  }
}


.hbh10 {
  padding-top: 8.3vw;
  padding-bottom: 6.15vw;
  border-bottom: 1px solid;
  background-image: url(hbh10bg.png);
  background-size: cover;
}

.hbh10 button.slick-prev.slick-arrow,
.hbh10 button.slick-next.slick-arrow {
  display: none !important;
}

.hbh10 .section_inner {
  width: 90%;
  padding-left: 3.7vw;
}


.hbh10_inner {
  display: flex;
  margin-top: 3.3vw;
}

.hbh10 .hbh10_inner .section_left_item .mobile_only {
  display: none;
}

.hbh10 .section_inner h2 {
  font-size: 8.9vw;
  letter-spacing: 0.024vw;
}

.hbh10 .hbh10_inner .section_left_item {
  width: 54%;
  margin-right: 0vw;
  margin-top: 0.1vw;
}

.hbh10 .hbh10_inner .section_right_item {
  width: 46%;
  padding-left: 6.6vw;
}

.hbh10 .hbh10_inner .section_right_item img {

  width: 31.6vw;
  height: auto;
}

.hbh10_inner .section_left_item h3 {
  font-size: 1.5vw;
  line-height: 1.433;
  letter-spacing: 0.01vw;
}

.hbh10 .hbh10_inner h3 span {

  text-transform: lowercase;
  letter-spacing: 0;
}

.hbh10 .hbh10_inner article p {
  margin-top: 2.4vw;
  letter-spacing: 0;
}

.hbh10 .site_button {
  margin-top: 2.74vw;
  padding: 1.05vw 3vw;
  font-size: .9vw;
  letter-spacing: .037vw;
}

.hbh10 .hbh10_inner .section_left_item .desktop_only {
  display: block;
}

@media screen and (max-width: 768px) {
  .hbh10 .hbh10_inner .section_left_item {
    width: 100%;
    padding: 0;
  }

  .hbh10 .hbh10_inner .section_left_item .desktop_only {
    display: none;
  }

  .hbh10 .hbh10_inner .section_left_item .mobile_only {
    display: block;
    width: 86vw;
    margin: 0 auto;
    height: auto;
    padding-bottom: 15vw;
  }

  .hbh10 .hbh10_inner .section_left_item img {
    height: 78vw;
    margin-bottom: 15vw;
  }

  .hbh10 .hbh10_inner {
    width: 100%;
  }

  .hbh10 {

    padding-top: 18vw;
    padding-bottom: 7.5vw;
    border-bottom: 1px solid rgb(0, 0, 0);
    background: url(bg.png);
    background-size: cover;
  }

  .hbh10 .section_inner {

    padding-left: 0;
  }

  .hbh10 .section_inner h2 {

    font-size: 23vw;
    margin-bottom: 9vw;
    font-weight: normal;
    color: #080808;
  }

  .hbh10 .section_inner h2 br {}

  .hbh10 .section_inner h3 {

    font-size: 4.7vw;
    letter-spacing: -0.1vw;
    line-height: 1.5;
    padding-right: 4vw;
    color: #080808;
    margin-bottom: 14vw;
  }

  .hbh10 .section_inner h3 br {
    display: none !important;
  }

  .hbh10 .section_inner h3 span {

    font-size: 6vw;
    letter-spacing: -0.3vw;
    line-height: 1.25;
  }

  .hbh10 .section_inner .section_left_item img {}

  .hbh10 .hbh10_inner article p {

    font-size: 4.4vw;
    padding-left: 1.6vw;
    line-height: 1.64;
    padding-right: 1vw;
    letter-spacing: 0.18vw;
    margin-top: 0;
    margin-bottom: 16.6vw;
    color: #080808;
  }

  .hbh10 .hbh10_inner article p br {

    display: none;
  }

  .hbh10 .hbh10_inner .site_button {

    width: 76%;
    font-size: 5vw;
    margin: 0 auto;
    display: block;
    padding: 5.5vw 0;
  }
}




.hbh11 {
  padding-top: 8.2vw;
  padding-bottom: 8.7vw;
  border-bottom: 1px solid #080808;
}

.hbh11 .section_inner {
  width: 84%;
  padding: 0px 0vw;
}

.hbh11 .section_inner h3 {
  text-align: center;
  font-size: 1.5vw;
  letter-spacing: 0.01vw;
  padding-left: 2.4vw;
}

.hbh11 .section_in {
  padding-top: 4.2vw;
  /* padding-left: 1vw; */
  /* padding-right: 2vw; */
  margin-left: 1vw;
}

.hbh11_slider_preview {}

.hbh11_slider_img {
  margin: 0 1vw 0 1vw;
  border: 1px solid #080808;
  width: 19vw !important;
  /* padding-right: 1vw; */
}

/* 
.hbh11_slider_img:nth-child(2) {
  margin-left: 1.7vw;
}

.hbh11_slider_img:nth-child(3) {
  margin-left: 1.7vw;
}

.hbh11_slider_img:nth-child(4) {
  margin-left: 1.7vw;
}

.hbh11_slider_img:nth-child(5) {
  margin-left: 1.7vw;
}

.hbh11_slider_img:nth-child(6) {
  margin-left: 1.7vw;
}

.hbh11_slider_img:nth-child(7) {
  margin-left: 1.7vw;
}

.hbh11_slider_img:nth-child(8) {
  margin-left: 1.7vw;
}
 */
.hbh11 .desktop_only {}

.hbh11 .section_inner h2 {
  text-align: center;
  margin-bottom: 1.5vw;
  /* padding-left: 1.7vw; */
}

.hbh11 .section_inner .hbh11_slider_img h3 {
  text-align: center;
  font-size: 1.1vw;
  letter-spacing: 0.03vw;
  padding: 1.5vw 2vw 1.6vw 2vw;
  border-top: 1px solid;
  text-decoration: underline;
}

.hbh11 .section_inner .hbh11_slider_img h3 a {
  color: #080808;
}

button.slick-prev.slick-arrow {
  font-size: 0px;
  position: absolute;
  left: -6.3%;
  top: 38.3%;
  border: 0px;
  background-image: url("left_arrow.svg");
  height: 5vw;
  width: 5vw;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50%;
}

button.slick-next.slick-arrow {
  font-size: 0px;
  position: absolute;
  right: -6.5%;
  top: 38.4%;
  border: 0px;
  background-image: url("right_arrow.svg");
  height: 5vw;
  width: 5vw;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50%;
}


@media screen and (max-width: 768px) {
  .slick-slide img.desktop_only {
    height: 111vw;
    display: none;
  }

  .hbh11_slider_img {
    width: 100% !important;
    margin: 0;
    border: 1px solid rgb(8, 8, 8);
    height: auto;
  }

  .hbh11 {

    padding-top: 18vw;
    padding-bottom: 56vw;
  }

  .hbh11 .section_inner {

    width: 88%;
  }

  .hbh12 h2,
  .hbh11 h2 {

    font-size: 28vw;
    font-weight: 100;
    color: #080808;
  }

  .hbh11 .section_inner h3,
  .hbh12 .section_inner h3 {

    font-size: 4.5vw;
    line-height: 1.5;
    margin-top: 15.3vw;
    padding-left: 0.9vw;
    margin-bottom: 10vw;
    color: #080808;
  }
  .hbh11 h2{
    font-size: 24vw;
  }

  .hbh11 .section_inner h3 span,
  .hbh12 .section_inner h3 span {

    font-size: 5.4vw;
    color: #080808;
  display: block;}

  .hbh11 .section_in {
    margin-left: 0;
    width: 98%;
  }

  .hbh11_slider_preview {
    width: 94%;
    margin: 0 auto;
  }

  .hbh11 .section_inner .hbh11_slider_img h3 a,
  .hbh12 .section_inner .hbh12_slider_img h3 a {
    font-size: 4.4vw;
    padding: 0vw 0vw;
    font-weight: 100;
  }

  .hbh11 .section_inner .hbh11_slider_img h3 a br {
    display: none;
  }

  button.slick-prev.slick-arrow {
    bottom: -45%;

    top: inherit;
    height: 26vw;
    width: 26vw;
    left: -1vw;
  }

  .hbh12 button.slick-prev.slick-arrow {

    bottom: -43%;
  }

  .hbh12 button.slick-next.slick-arrow {

    bottom: -43%;
  }

  button.slick-next.slick-arrow {
    height: 26vw;
    width: 26vw;
    bottom: -45%;
    top: inherit;

    right: 0vw;
  }
}


.hbh12 {
  padding-top: 7.8vw;
  padding-bottom: 8vw;
}

.hbh12 .section_inner {
  width: 84%;
}

.hbh12 .section_in {}

.hbh12_slider_preview {
  padding-top: 3.6vw;
}

.hbh12_slider_img {
  margin: 0 1vw 0 1vw;
  border: 1px solid rgb(8, 8, 8);
}

.hbh12 .desktop_only {}

.hbh12 .section_inner h2 {
  text-align: center;
  padding-left: 1.3vw;
  margin-bottom: 1.2vw;
}

.hbh12 .section_inner h3 {
  text-align: center;
  padding-left: 5.6vw;
  font-size: 1.4vw;
  letter-spacing: 0.076vw;
}

.hbh12 .section_inner .hbh12_slider_img h3 {

  text-align: center;
  font-size: 1.1vw;
  letter-spacing: 0.03vw;
  padding: 0.9vw 1vw;
  border-top: 1px solid;
  text-decoration: underline;
}

.hbh12 .section_inner .hbh12_slider_img h3 a {
  color: #080808;
}

.hbh_footer_left {
    display: flex;
    width: 43%;
}

section.hbh_footer .section_inner {
  display: flex;
}
.hbh_footer_right {
    width: 57%;
    padding-left: 2vw;
}
.hbh_footer_right .instagram_image{ margin-bottom: -10px; }
.hbh_footer_right ul {
  display: flex;
}

.hbh_copy_right {
  background-color: rgb(8, 8, 8);
  color: rgb(255, 255, 255);
  text-align: center;
}

.hbh_form_in {
  display: flex;
  justify-content: space-between;
  width: 62%;
  margin: 0 auto;
}


@media screen and (max-width: 768px) {
  .hbh12_slider_img {
    height: auto;
  }

  .hbh_footer_left {
    flex-direction: column;
    width: 100%;
  }

  .hbh12 .section_inner .hbh12_slider_img h3,
  .hbh11 .section_inner .hbh11_slider_img h3 {
    margin: 0;
    padding: 6.4vw 0;
  }

  .hbh12 .section_inner .hbh12_slider_img h3 {
    padding: 6vw 0 4vw 0;
  }

  .hbh12 .section_inner h3 {
    font-size: 4.5vw;
    margin-top: 10.4vw;
    padding-left: 0;
    color: #080808;
  }

  .hbh12 {
    padding-bottom: 58vw;
    padding-top: 20vw;
  }

  .hbh12 .section_inner h2 {
    padding-left: 0;
    letter-spacing: 0.4vw;
    color: #080808;
  }
}



/* contact */
.contact {
  width: 100%;
  padding: 49px 0 57px 0;
  box-sizing: border-box;
  background-image: url(hbhfott.png);
  background-size: cover;
}

.contact .contact__content {
  margin: auto;
  width: 70%;
}

.contact .contact__content p {
  font-family: 'Brandon Grotesque';
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.8px;
  color: #C7C2BD;
  margin-bottom: 1.5rem;
  margin-bottom: 32px;
  padding-left: 1px;
}

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

.ln9_form_in .text-field {
  width: 33%;
}

.ln9_form_in .email-field {
  width: 299px;
}

.ln9_form_in input {
  border: 0px solid;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Poppins';
  font-size: 1vw;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 2.97px;
  color: #000000;
  border-bottom: 1px solid #080808;
  padding: 5px 0 2px 0px;
}

.button_middle {
  text-align: center;
  position: relative;
}



.button_middle button span {
  margin-left: 9px;
}



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






/* form and footer */
.contact {
  width: 100%;
  padding: 7.8vw 0 8.3vw 0;
  box-sizing: border-box;
  background-image: url(from_bg.png);
  background-size: cover;
  border-top: 1px solid #080808;
  border-bottom: 1px solid #080808;
}

.contact .contact__content {
  margin: auto;
  width: 86.7%;
  padding-left: 2.2vw;
}

.contact__content h3 {
  font-size: 1.6vw;
  letter-spacing: -1.3px;
}

.contact__content h3 span {
  letter-spacing: .1px;
}

.contact .contact__content .contact_content_form {
  padding-top: 2vw;
}

.contact .contact__content .contact_content_form .ln9_form_in {
  width: 100%;
}

.contact .contact__content .contact_content_form .ln9_form_in.ln9_form_in .text-field {
  width: 36.6%;
}

.contact .contact__content .contact_content_form .ln9_form_in .email-field.form-group- {
  width: 38.3%;
  margin-left: -.68vw;
}

.contact .contact__content .contact_content_form .ln9_form_in .text-field input#form_submission_name {
  font-size: 1.5vw;
  -webkit-text-fill-color: #080808;
}

.contact .contact__content .contact_content_form .ln9_form_in .email-field.form-group- input#form_submission_email {
  font-size: 1.5vw;
  padding-top: .3vw;
  -webkit-text-fill-color: #080808;
}


.contact .contact__content .contact_content_form .ln9_form_in .button_middle .site_button {
  padding: 1vw 4.72vw;
  margin: 0vw;
  font-size: 1vw;
  font-weight: 400;
  position: relative;
  bottom: .1vw;
}

.contact .contact__content .contact_content_form .ln9_form_in .button_middle {
  margin-right: 3vw;
}

section.hbh_footer .section_inner {
    display: flex;
    width: 100%;
    padding-bottom: 0vw;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow: hidden;
}

section.hbh_footer .section_inner .hbh_footer_social ul {
  margin-top: 3.3vw;
  padding-left: 3.64vw;
}

section.hbh_footer .section_inner .hbh_footer_social ul li {
  /* width: 3.3vw; */
  /* height: 3.3vw; */
  /* background-color: #F8DCCF; */
  /* border-radius: 50%; */
  /* display: table; */
  margin-bottom: 1vw;
}

section.hbh_footer .section_inner .hbh_footer_social ul li a {
  /* display: table-cell; */
  /* vertical-align: middle; */
  /* text-align: center; */
display: block;line-height: normal;height: 3.4vw;}
section.hbh_footer .section_inner .hbh_footer_social ul li a svg{
  
width: 100%;height: auto;}
.hbh_footer_social ul li a img {
  width: 1.4vw;
  height: auto;
  display: inline-block;
}

.hbh_footer_social ul li a img:last-child {
  margin-top: 0.4vw;
}

section.hbh_footer .section_inner .hbh_footer_left .thought {
  margin-left: 4.46vw;
}

section.hbh_footer .section_inner .hbh_footer_left .thought h2 {
  font-size: 6vw;
  padding: 3.7vw 0vw 1.7vw 0vw;
  letter-spacing: 0.03vw;
}

section.hbh_footer .section_inner .hbh_footer_left .thought .thought_btn {
  display: flex;
}

section.hbh_footer .section_inner .hbh_footer_left .thought .thought_btn a.site_button.f_btn1 {
  padding: 1vw 2.2vw;
  margin-right: .92vw;
}

section.hbh_footer .section_inner .hbh_footer_left .thought .thought_btn a.site_button.f_btn2 {
  padding: 1vw 2.2vw;
}

section.hbh_footer .section_inner .hbh_footer_right ul {
  margin: 0vw;
  /* padding-left: 2vw; */
}

section.hbh_footer .section_inner .hbh_footer_right ul li {
  margin: 0vw;
}

section.hbh_footer .section_inner .hbh_footer_right ul li a img {
  width: auto;
  height: 18.4vw;
}

.hbh_copy_right {
  padding: 1.9vw 0vw 1.5vw 3.9vw;
}

.hbh_copy_right p.text {
  font-size: 0.88vw;
  letter-spacing: 0px;
  font-family: 'Commuters Sans';
  font-weight: normal;
  letter-spacing: 0.047vw;
}

.hbh_copy_right p.text a {
  background: transparent;
  text-decoration: underline;
  color: #FDFDFC;
}

a.responsive-menu-hand.s2 {padding-top: 0vw;margin-top: -1vw;}


br.m {
  display: none;
  ;
}

.hbh_footer_right .instagram_image{ margin-bottom: -10px; }

@media screen and (max-width: 768px) {
  .contact .contact__content .contact_content_form imput {}

  .contact .contact__content {
    padding-left: 0;
  }

  .contact {
    padding-top: 14vw;
    padding-bottom: 23vw;
  }

  .contact .contact__content .contact_content_form .ln9_form_in .button_middle {
    margin-right: 0;
  }

  .hbh_copy_right {
    padding-left: 0;
  }

  .hbh_copy_right p.text {
    font-size: 3vw;
    padding: 2vw 6vw;
    letter-spacing: 0.12vw;
  }

  section.hbh_footer .section_inner {
    flex-direction: column;
  }

  br.m {
    display: block;
  }

  .contact .contact__content .contact_content_form .ln9_form_in {
    flex-direction: column;
  }

  .contact .contact__content .contact_content_form .ln9_form_in.ln9_form_in .text-field {
    width: 100%;
  }

  .contact .contact__content .contact_content_form .ln9_form_in .email-field.form-group- {
    width: 100%;
    margin: 0;
  }

  .hbh_footer_social {
    padding-bottom: 2.1vw;
  }

  section.hbh_footer .section_inner .hbh_footer_social ul {
    display: flex;
    justify-content: space-between;
    padding: 5vw 13vw;
  }

  .contact__content h3 {
    text-align: center;
    font-size: 5vw;
    padding: 0 5vw 0 5vw;
    line-height: 1.5;
    letter-spacing: -0.3vw;
    margin-bottom: 14vw;
    color: #080808;
  }

  .contact__content h3 span {
    font-size: 5vw;
  }

  section.hbh_footer .section_inner .hbh_footer_left .thought h2 {
    text-align: center;
    font-size: 19.5vw;
    font-weight: normal;
    padding-top: 17vw;
    padding-bottom: 11vw;
    color: #080808;
  }

  section.hbh_footer .section_inner .hbh_footer_left .thought .thought_btn {
    flex-direction: column;
    gap: 10vw;
  }

  section.hbh_footer .section_inner .hbh_footer_left .thought .thought_btn .site_button {
    font-size: 5vw;
    padding: 5vw 0;
    margin-bottom: 3vw;
    width: 56%;
    margin: 0 auto;
  font-size: 3.5vw;
    }

  section.hbh_footer .section_inner .hbh_footer_left .thought .thought_btn a.site_button.f_btn2 {
    padding: 6vw 1vw 5vw 1vw;
    width: 70%;
    margin-bottom: 3vw;
  font-size: 3.5vw;
    padding: 3vw 8.77vw;}

  section.hbh_footer .section_inner .hbh_footer_left .thought {
    margin-left: 0;
  }

  section.hbh_footer .section_inner .hbh_footer_left .thought .thought_btn a.site_button.f_btn1 {
    margin: 0 auto;
    padding: 6vw 1vw 5vw 1vw;
  font-size: 3.5vw;
    padding: 3vw 8.77vw;}

  .contact .contact__content .contact_content_form .ln9_form_in .email-field.form-group- input#form_submission_email {

    margin-bottom: 15vw !important;
  }

  .contact .contact__content .contact_content_form .ln9_form_in .email-field.form-group- input#form_submission_email,
  .contact .contact__content .contact_content_form .ln9_form_in .text-field input#form_submission_name {
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: 18vw;
    padding-bottom: 2vw;
  }

  .contact .contact__content .contact_content_form .ln9_form_in .button_middle .site_button {
    font-size: 5vw;
    margin-top: 5vw;
    width: 52%;
    padding: 6vw 5vw 4.4vw 5vw;
  font-size: 3.5vw;
    padding: 3vw 8.77vw;}

  section.hbh_footer .section_inner .hbh_footer_social ul li,
  section.hbh_footer .section_inner .hbh_footer_social ul li a {
    width: 19.5vw;
    height: 19.5vw;
  }
    section.hbh_footer .section_inner .hbh_footer_social ul li a svg{width: 100%;height: 100%;}

  .hbh_footer_social ul li a img {
    width: 8vw;
    height: auto;
  }
    .hbh_footer_social ul li:last-child a img{width: 6vw;}
}
