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

.hbh1 .section_inner {
  display: flex;
  width: 100%;
  padding: 0;
}

.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;/* bottom: -1vw; */}

.cl_header_right {
  margin-left: .33vw;
  margin-top: -3.02px;
}

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

.hbh1 .section_right_item {
  background-image: url("head_img.jpg");
  background-size: cover;
  /* padding: 20.7vw 0px 20.8vw 0; */
  width: 89%;
  background-repeat: no-repeat;
height: 35.5vw;overflow: hidden;position: relative;}

.hbh1 .section_right_item:before{
    content:"";
    position:absolute;
width: 100%;height: 100%;display: block;z-index: 2;}

.hbh1 .kjb-video-responsive .w-vulcan-v2-button{
    display: none !important;
}

@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: 33%;}
.hbh1 .section_left_item .mobile_only{width: 67%;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; */
  }
    .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;}

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




.hbh2 {
  background-color: rgb(8, 8, 8);
  padding-top: 0.7vw;
}

.m1 {
  display: none;
}

.hbh2 .section_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95.5%;
  padding: 2vw 1.76vw 2.37vw 1.2vw;
}

.hbh2 .site_button.hbh2_button {
  padding: 0.95vw 2.77vw;
  margin-top: 0.2vw;
  border: 1px solid #FDFDFC;
}

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

  .hbh2 .section_inner h1 {
    font-size: 16vw;
    text-align: center;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1vw;
    margin-top: 4vw;
    font-weight: 100;
  }

  .hbh2 .site_button.hbh2_button {
    padding: 3vw 8.77vw;
    margin-top: 0.2vw;
    border: 1px solid #FDFDFC;
    margin-top: 8.77vw;
    font-size: 3.5vw;
    
    margin-bottom: 8vw;
  }

  section.mobile_only.head_bg img {
    /* min-width: 182vw; */
    /* min-height: 100vw; */
    position: relative;
    top: 0vw;
    /* right: 54vw; */
    width: 100vw;
    height: 100vw;
  }

      .hbh2 .section_inner h1 {

    font-size: 15vw;
    text-align: center;
    color: #fff;
    line-height: 1.05;
    letter-spacing: 0.5vw;
  }

  .hbh2 .section_inner {

    flex-direction: unset;
  display: block;width: 100%;padding: 0px;padding-top: 2vw;text-align: center;}

  .hbh2 .section_inner .site_button {/* margin: 0px auto !important; */display: inline-block;}
}

.hbh3 {}

.hbh3 .section_inner {
  width: 100%;
}

.hbh3 .client_logo {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 55%;
  margin: 0px 0px auto auto;
  /* border-width: 0px 0px 1px 1px; */
  /* border-bottom-style: solid; */
  /* border-left-style: solid; */
  /* border-bottom-color: rgb(8, 8, 8); */
  /* border-left-color: rgb(8, 8, 8); */
  /* border-image: initial; */
  /* border-top-style: initial; */
  /* border-top-color: initial; */
  /* border-right-style: initial; */
  /* border-right-color: initial; */
  padding: 0.2vw 1vw 0vw 2.6vw;
  border: 1px solid #080808;
    border-top: 0px solid;
}

.hbh3 .featured_title {
  text-transform: uppercase;
  width: 20%;
}

.hbh3 .client_logo ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 1.6vw;
  width: 80%;
  margin: 0px;
}

.hbh3 .client_logo ul li {
  width: 33%;
  margin-bottom: 0px;
}

.hbh3 .client_logo ul li img {

  width: 11vw;
  height: auto;
}

.hbh3 .client_logo ul li:nth-child(2) img {

  width: 10vw;
  margin-left: 0.32vw;
}

.hbh3 .client_logo ul li:nth-child(3) img {

  margin-left: 0.16vw;
}

.hbh3 .client_logo ul li:first-child {
  padding-left: 0.8vw;
  padding-top: 0.07vw;
}

@media screen and (max-width: 768px) {
  .hbh3 .client_logo {
    width: 100%;
    padding: 1.2vw 0vw 1.2vw 0vw;
    border-left: 0vw;
border-right: 0;;
  align-items: unset;
    justify-content: unset;display: flex;}

  .hbh3 .featured_title {
    width: 30%;
  text-align: center;display: block;display: flex;justify-content: center;flex-direction: column;padding-left: 5vw;}

  .hbh3 .featured_title h3 {
    font-size: 3vw;
    margin-left: 0vw;
    color: #080808;
  text-align: left;}

  .hbh3 .client_logo ul li img {
    width: 91%;
    height: auto;
  max-width: unset;margin: 0px auto;}

  .hbh3 .client_logo ul li:nth-child(2) img {
    width: unset;
    margin-left: unset;
    margin-top: unset;
  width: 89%;
    height: auto;
    max-width: unset;margin: 0px auto;}

  .hbh3 .client_logo ul li:nth-child(3) img {
    margin-left: -2.84vw;
    margin-top: -1.5vw;
  width: unset;
    margin-left: unset;
    margin-top: unset;
    width: 92%;
    height: auto;
    max-width: unset;
    margin: 0px auto;}
    .hbh3 .client_logo ul {
        
    width: 71%;padding-left: 0vw;text-align: center;padding-right: 4vw;}
    .hbh3 .client_logo ul li{
        
    width: 33.33%;padding: 0vw !important;text-align: center;}
}



.hbh4 {
  padding: 9vw 0px 6.55vw;
}

.hbh4 .section_inner {
  display: flex;
  width: 89%;
}

.hbh4 .section_left_item {
  width: 43%;
  padding-left: 3.2vw;
}

.hbh4 .section_right_item {
  width: 57%;
  padding-left: 4vw;
}

.hbh4_in {}

.hbh4_in h2 {
  margin-bottom: 2.6vw;
}

.hbh4_in article {}

.hbh4_in article h3 {
  font-size: 1.5vw;
  margin-bottom: 1.6vw;
  letter-spacing: 0.007vw;
}

.hbh4_in article p {
  letter-spacing: 0px;
  line-height: 1.5;
  margin-bottom: 2vw;
  color: #080808;
}

.hbh4_in article h3 span {
  text-transform: initial;
  line-height: 1;
  letter-spacing: 0;
}

.hbh4 .section_left_item img {
  width: 33.8vw;
  height: auto;
border: 1px solid #080808;}



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

  .hbh4 .section_right_item {
    width: 100%;
    padding-left: 0;
  }

  .hbh4_in h2 {
    margin-bottom: 2.6vw;
    font-size: 18vw;
    margin-top: 1.4vw;
    letter-spacing: .23vw;
    line-height: 1;
    color: #080808;
    margin-left: 0.6vw;
  font-weight: 100;}

  .hbh4_in article h3 {
    font-size: 3.3vw;
    margin-bottom: 6.4vw;
    margin-top: 5.3vw;
    line-height: 5.8vw;
    color: #080808;
    /*font-family: "Old Standard TT";*/
  }

  .hbh4_in article h3 span {
    text-transform: initial;
    font-size: 4.55vw;
    position: relative;
    /* top: -1vw; */
    font-family: "Old Standard TT";
  display: block;}

  .hbh4_in article img {
    /* max-height: 102vw; */
    /* min-width: 89vw; */
    width: 100%;
    height: 102vw;
  border: 1px solid #080808;}

  .m2 {
    display: none;
  }

  .hbh4_in article p {
    letter-spacing: 0.13vw;
    line-height: 1.45;
    font-size: 4.4vw;
    margin-top: 7.5vw;
  text-align: justify;}

  .hbh4_in article p span {
    font-size: 5vw;
    text-align: left;
    display: inline-block;
    margin-top: 1.8vw;
  }

    .hbh4_in article h3 br{
        display:none;
    }
}




.hbh5 {
  position: relative;
  background-image: url("hbh5.png");
  padding: 1.88vw 0px;
  border-width: 1px 0px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgb(8, 8, 8);
  border-bottom-color: rgb(8, 8, 8);
  border-image: initial;
  border-left-style: initial;
  border-left-color: initial;
  border-right-style: initial;
  border-right-color: initial;
  background-size: cover;
}
.hbh5 .section_inner{
  width:100%;
}

.tl_top {
  position: relative;
}

.tl_bottom {
  position: relative;
}


.hbh5 .marquee {
  top: 0px;
  left: 0px;
  width: 100vw;
  overflow: hidden;
  
}

.hbh5 .marquee__inner {
  padding: 0;
  
  
  font-size: 2.083VW;
  color: rgb(8, 8, 8);
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: BigCaslon;
  margin-bottom: 0px;
  margin-top: 0px;
}


.hbh5 .marquee__inner- {
  width: fit-content;
  display: flex;
  position: relative;
  white-space: nowrap;
  padding: 0px 1vw;
  animation-play-state: running;
  transition-duration: 0.4s;
  font-size: 40px;
  color: rgb(8, 8, 8);
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: BigCaslon;
  margin-bottom: 0px;
  margin-top: 0px;
}

.marq_one- {
  transform: translate3d(calc(-25% + 20vw), 0px, 0px);
  animation: 5s linear 0s infinite normal none paused marq1;
}

.marq_two- {
  transform: translate3d(calc(-50% + 20vw), 0px, 0px);
  animation: 5s linear 0s infinite normal none paused marquee;
}

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

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

@keyframes marquee {
  0% {
    transform: translate3d(calc(-50% + 20vw), 0px, 0px);
  }

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



@media screen and (max-width: 768px) {
  .hbh5 {
    padding: 5.88vw 0px;
  }

  .hbh5 .marquee__inner li {
    font-size: 3.2vw;
  }
}





.hbh6 {}

.hbh6 .section_inner {
  width: 100%;
}

.hbh6_video {width: 100%; }
.hbh6_video .kjb-video-responsive {
    padding-bottom: 43%;
}

.hbh6_video img {
  
}


.hbh6_pop{
    z-index: 26;
    position: fixed;
    top: 0vw;
    left: 0%;
    width: 100%;
    height: 100%;display: none;
}
.hbh6_pop.active{
    display: block;
background-color: rgb(0 0 0 / 59%);}
.hbh6_pop .section_inner{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
height: 100%;}
.hbh6_pop_wrapper{
    margin: 0 auto;
    /* background-color: #ffffff; */
    width: 100%;
    height: auto;
    padding-top: 1.75vw;
    border: 1px solid #000;
    padding-left: 2.4vw;
    position: relative;
    padding-bottom: 4.87vw;
padding: 0px;}
.hbh6_pop_wrapper .btn{
    
border: 0px;padding: 0px;box-shadow: unset;margin: 0px;height: auto;width: 100%;display: block;}
.hbh6_pop_video{
    
width: 100%;display: block;height: 100%;}
.hbh6_pop_video .kjb-video-responsive {
    padding-bottom: 50%;
}
.hbh6_pop_wrapper .close_popup2{
    content: "";
    position: absolute;
    /* background-image: url(nav_close.svg); */
    width: 2vw;
    height: 2vw;
    top: 0vw;
        cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
background-color: #FFF;right: 0vw;padding: 0.6vw;line-height: 0;}
.hbh6_pop_wrapper .close_popup2 svg{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
  .hbh6_video img {
    /* min-width: 125vw; */
    height: auto;
    position: relative;
    right: 0;
  width: 100%;}


    .hbh6_pop{
        
    }
    .hbh6_pop.active{
        
    }
    .hbh6_pop .section_inner{
        
    width: 100%;}
    .hbh6_pop_wrapper{
        
    }
    .hbh6_pop_wrapper .btn{
        
    }
    .hbh6_pop_video{
    
    }
    .hbh6_pop_video .kjb-video-responsive {
    
    padding-bottom: 56%;}
    .hbh6_pop_wrapper .close_popup2{
    
    width: 7vw;
    height: 7vw;padding: 2vw;}
    .hbh6_pop_wrapper .close_popup2 svg{
        
    }
}














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

.hbh7 .section_inner {
  width: 68.6%;
  border: 1px solid rgb(8, 8, 8);
  padding: 3.8vw 3vw 4.5vw 3vw;
  margin-top: -8vw;
  text-align: center;
  background-color: rgb(255, 255, 255);
    z-index: 1;
    position: relative;
}

.hbh7 .section_inner h2 {

  margin-bottom: 2vw;
}

.hbh7 .section_inner h3 {

  font-size: 1.5vw;
  font-weight: 600;
}

.m3 {
  display: none;
}

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

  .m3 {
    display: block;
  }

  section {
    position: initial;
  }

  .hbh7 .section_inner {
    width: 89.6%;
    padding: 7.8vw 0vw 6.3vw 0vw;
    margin-top: 5vw;
  }

  .hbh7 .section_inner h2 {
    margin-bottom: 7.9vw;
    font-size: 11vw;
    font-weight: 100;color: #080808;
  }

  .hbh7 .section_inner h3 {
    font-size: 4.2vw;
    font-weight: 500;
    line-height: 6.3vw;
    margin-left: 4vw;
    letter-spacing: -0.4px;
    color: #080808;
  }

  .hbh7 .section_inner h3 span {
    font-size: 4.771vw;
  }
}




.hbh8 {
  padding-bottom: 8.64vw;
  border-bottom: 1px solid;
}

.hbh8 .section_inner {
  display: flex;
  width: 94%;
  padding-top: 8.5vw;
}

.hbh8 .section_left_item {
  width: 58%;
  padding-left: 5.7vw;
  padding-top: .1vw;
}

.hbh8 .top_article {}

.hbh8 h3 {
  font-size: 1.5vw;
  line-height: 1.46;
  margin-top: 2.5vw;
  letter-spacing: 0.007vw;
}

.hbh8 h3 span {
  text-transform: lowercase;
  letter-spacing: 0;
}

.hbh8 .top_article p {
  letter-spacing: 0px;
  padding-right: 1vw;
  margin-bottom: 2vw;
  color: rgba(8, 8, 8);
  line-height: 1.5;
}

.hbh8 .bottom_article {
  margin-top: 2.2vw;
}

.hbh8 .bottom_article p {
  letter-spacing: 0px;
  margin-bottom: 2.2vw;
}

.hbh8 .author {}

.hbh8 .author_info {}

.hbh8 .author_info p span {
  font-size: 1vw;
  padding-right: 1.1vw;
}

.hbh8 .author_info p {}

.hbh8 .hbh8_button {
  margin-right: 1.5vw;
}

.hbh8 .site_button {
  /* background-image: url("btn_bg.png"); */
  /* color: rgb(8, 8, 8); */
  /* border: 1px solid rgb(8, 8, 8); */
  float: right;
  letter-spacing: 0px;
  padding: 0.9vw 2vw;
  background-size: cover;
  margin-top: .5vw;
  margin-right: 1vw;
background-color: #000;color: #FFF;
}

.hbh8 .section_right_item {
  width: 42%;
  padding-left: 2.2vw;
  padding-top: 0.1vw;
}

.hbh8 .section_right_item img {
  min-height: 64.5vw;
border: 1px solid #080808;}

.m5 {
  display: none;
}

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

  .m5 {
    /* display: block; */
  }

  .hbh8 .section_inner {
    width: 89%;
    padding-top: 9.4vw;
  }

  .hbh8 .section_left_item {
    width: 100%;
    padding-left: 0;
  }

  .hbh8 .top_article p {
    font-size: 4.4vw;
    
    
    
    
    padding: 0 0vw 0 1.4vw;
    margin-bottom: 6.2vw;
  text-align: justify;letter-spacing: 0.13vw;
    line-height: 1.45;}

  .hbh8 h3 {

    font-size: 4.5vw;
    line-height: 1.5;
    padding-right: 5vw;
    margin-bottom: 11vw;
    color: #080808;
  }

  .hbh8 h3 br {
    display: none;
  }

  br.mobile_only {
    display: block !important;
  }

  .hbh8 h3 span {

    font-size: 5vw;
    letter-spacing: 0.15vw;
  }

  .hbh8 .top_article {

    margin-bottom: 8.2vw;
  }

  .hbh8 .section_left_item img {

    width: 100%;
    height: 104vw;
    margin-bottom: 12.3vw;
  border: 1px solid #080808;}

  .hbh8 .bottom_article p {

    font-size: 4.4vw;
    padding-left: 1vw;
    
    
    margin-bottom: 7.5vw;
    padding-right: 1vw;
    color: #080808;
  text-align: justify;letter-spacing: 0.13vw;
    line-height: 1.45;}

  .hbh8 .bottom_article p br {
    display: none;
  }

  .hbh8 .bottom_article {}

  .hbh8 .author_info {

    font-size: 5vw;
    margin-bottom: 15vw;
  }

  .hbh8 .author_info p {font-size: 4.4vw;}

  .hbh8 .author_info p span {

    font-size: 6vw;
  }

  .hbh8 .site_button {
    width: 97%;
    font-size: 3.5vw;
    padding: 3vw 8.77vw;
  }

  .hbh8 {

    padding-bottom: 15vw;
  }
    .hbh8 .top_article p br{
        display: none !important;
    }
}



.hbh9 {
  padding-top: 4.66vw;
  border-bottom: 1px solid #080808;
  padding-bottom: 4.32vw;
}

.hbh9 .section_inner {
  display: flex;
  width: 90%;
}

.hbh9 .section_left_item {
  width: 44%;
  padding-left: 4.67vw;
}

.hbh9 .section_left_item img {
  width: 32vw;
  height: auto;
}

.hbh9 .section_right_item {
  width: 56%;
  padding-left: 2vw;
  padding-top: 4vw;
}

.hbh9_in {}

.hbh9_in h2 {

  margin-bottom: 2.2vw;
  margin-top: -0.1vw;
}

.hbh9_in article {}

.hbh9_in article p {

  letter-spacing: 0;
  margin-bottom: 2.73vw;
}

.hbh9_in h3 {

  font-size: 1.5vw;
  line-height: 1.48;
  margin-bottom: 2.4vw;
  letter-spacing: 0.0074vw;
}

.hbh9_in h3 span {

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

.hbh9 .site_button {
  padding: 1vw 3.87vw;
  letter-spacing: 0;
}

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

  .hbh9_in h2 {

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

  .hbh9 {

    padding-top: 18vw;
    padding-bottom: 14.4vw;
    border-bottom: 1px solid #080808;
  }

  .hbh9_in h3 {

    font-size: 4.6vw;
    line-height: 1.55;
    margin-bottom: 5vw;
    padding-right: 3vw;
    color: #080808;
  }

  .hbh9_in h3 span {

    font-size: 5.3vw;
    line-height: 1.4;
  }

  .hbh9_in article img {

    height: 119vw;
    margin-bottom: 2vw;
    width: 100%;
  }

  .hbh9_in article p {

    font-size: 4.4vw;
    padding-left: 2vw;
    letter-spacing: 0.13vw;
    padding-right: 1vw;
    
  text-align: justify;letter-spacing: 0.13vw;
    line-height: 1.45;}

  .hbh9_in article p br {

    display: none;
  }

  .hbh9_in article {

    margin-bottom: 17vw;
  }

  .hbh9 .site_button {
    margin: 0 auto;
    width: 55%;
    font-size: 5vw;
    padding: 6vw 0 4.7vw 0;
    display: block;
  font-size: 3.5vw;
    padding: 3vw 8.77vw;}
}



.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.4vw;
    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;
    
    padding-right: 1vw;
    
    margin-top: 0;
    margin-bottom: 16.6vw;
    color: #080808;
  text-align: justify;letter-spacing: 0.13vw;
    line-height: 1.45;}

  .hbh10 .hbh10_inner article p br {

    display: none;
  }

  .hbh10 .hbh10_inner .site_button {

    width: 55%;
    font-size: 5vw;
    margin: 0 auto;
    display: block;
    padding: 5.5vw 0;
  font-size: 3.5vw;
    padding: 3vw 8.77vw;}
}




.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: 3.3vw;
    padding-left: 0.9vw;
    margin-bottom: 4vw;
    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;
  min-height: 7.1vw;
}

.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 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;
    min-height: unset;
  }

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

  .hbh12 .section_inner h3 {
    font-size: 4.5vw;
    margin-top: 3.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;
      font-family: "Neue Haas Unica Pro";
}

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




.wrapper {
  width: 100%;
  height: 80vw !important;
  overflow: hidden;
  perspective: 1000;
}
.sections {
 
  overflow: hidden;
}
.section {
 
}





/*******************************************************
Popup Section Start From Here
*******************************************************/
.auh_pop{
    z-index: 26;
    position: fixed;
    top: 9.9vw;
    left: 0%;
    width: 100%;
    display: none;
}
.auh_pop .section_inner{
    width: 80%;
    text-align: center;
}
.auh_pop_wrapper{
    margin: 0 auto;
    background-color: #ffffff;
    width: 42.7vw;
    height: auto;
    padding-top: 1.75vw;
    border: 1px solid #000;
    padding-left: 2.4vw;
    position: relative;
padding-bottom: 4.87vw;}
.auh_pop_wrapper:after{
  position:absolute;
  background-image: url(nav_close.svg);
}
.auh_pop h2{
  font-size: 4vw;
  line-height: 0.92;
  padding-top: 0.7vw;
text-align: left;letter-spacing: -0.01vw;padding-right: 1vw;}
.auh_pop h2 br{}
.auh_pop h2 span{
  text-transform: lowercase;
  font-style: italic;
}
.auh_pop h2 text{}
.auh_pop h2 strong{}
.auh_pop .btn{width: 100%;border: 0px;box-shadow: unset;padding: 0px;text-align: left;margin: 0px;margin-left: -1vw;padding-top: 1.8vw;padding-left: 0.4vw;padding-right: 11vw;display: block;-webkit-filter: unset;
    filter: unset;}
.auh_pop .btn article{
    font-family: "Neue Haas Unica Pro";
    font-size: 1.3vw;
    font-weight: normal;
    
    
    line-height: 1.27;
letter-spacing: 0.014vw;padding-left: 0.54vw;}
.auh_pop .btn a{
  padding-left: 0vw;
  padding-right: 0vw;
display: block;width: 8.1vw;height: 3.45vw;position: absolute;/* bottom: 2.17vw !important; */right: 2.34vw;bottom: 0vw;margin-bottom: 2.15vw;border: 0px !important;}
.auh_pop .btn a span{display: block;height: 100%;width: 100%;}
.auh_pop .btn a span svg{width: 100%;height: auto;max-width: unset;}
.auh_pop .btn a:after{}

.auh_pop .btn a:hover{
  
    /* bottom: 2.17vw !important; *//* right: 2.34vw; */
/* opacity: 0.7; */}
.auh_pop.active{
  display:block;
}
.auh_pop .btn a:hover #Rectangle_2{
  fill:#FADDD0;
  stroke:#FADDD0;
}
.auh_pop .btn a:hover #Group_1 line{
  stroke:#000000;
}
.close_popup{
    content: "";
    position: absolute;
    /* background-image: url(nav_close.svg); */
    width: 1vw;
    height: 2vw;
    top: 0.1vw;
    left: 96%;
    background-repeat: no-repeat;
    background-size: contain;
}
.close_popup svg{width: 100%;height: auto;}
.close_popup.active{
  display:block;
}
@media(max-width: 768px){
    .auh_pop{
        top: 0vw;
            padding-top: 40%;
        justify-content: center;
        align-items: center;
        height: 100%;
        z-index: 999;
        background-color: rgb(0 0 0 / 42%);
    }
    .auh_pop .section_inner{
        width: 100%;
    }

    .auh_pop_wrapper{
        width: 87vw;
        height: auto;
    padding-left: 5.4vw;padding-right: 5.4vw;}
    .auh_pop_wrapper:after{
        width: 4vw;
        height: 4vw;
        top: 10vw;
    }
    .auh_pop h2{
        padding-top: 4vw;
        font-size: 10vw;
        line-height: 0.93;
        margin-bottom: 0;
    font-weight: normal;color: #080808;text-align: center;padding-right: 0vw;}
    
    .auh_pop h2 br{display: none;}
    .auh_pop h2 span{}
    .auh_pop h2 text{}
    .auh_pop h2 strong{}
    .auh_pop .btn{
        padding-top: 2.3vw;
    padding-right: 0vw;margin: 0px;text-align: center;}
    .auh_pop .btn a{
        font-size: 2vw;
        padding-top: 0vw;
        padding-left: 0vw;
        padding-right: 0vw;
        padding-bottom: 0vw;
    width: 22.1vw;
    height: auto;position: relative;margin: 0px auto;}
    .close_popup{width: 2.5vw;
    height: 3vw;top: 2.3vw;
    left: 94.5%;}

    .auh_pop .btn article{
        
    font-size: 2.8vw;padding-left: 0vw;padding-bottom: 5vw;}

    .auh_pop .btn article{
        
    font-size: 4.3vw;}
    .auh_pop .btn article br{display: none;}
}
@media(max-width: 550px){
    .auh_pop{ }
}