/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
/* font-family: 'Quicksand', sans-serif; */

@font-face {
    font-family: 'Avenir LT 55 Roman';
    src: url('avenirlt-roman.woff2') format('woff2'),
        url('avenirlt-roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT 65';
    src: url('avenirlt-medium.woff2') format('woff2'),
        url('avenirlt-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('avenirnextltpro-regular.woff2') format('woff2'),
        url('avenirnextltpro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('avenirnextltpro-demi.woff2') format('woff2'),
        url('avenirnextltpro-demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('avenirnextltpro-bold.woff2') format('woff2'),
        url('avenirnextltpro-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Silver South Script';
    src: url('silversouthscript.woff2') format('woff2'),
        url('silversouthscript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Zimra';
    src: url('zimra-regular.woff2') format('woff2'),
        url('zimra-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
    GLOBAL FONT STYLE
===============================================*/
main {
    z-index: 1;
}
body{
    font-family: 'Avenir LT 65';
    font-size: 19px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: 1.52px;
    color: #000000;
}
h1, h2, h3, h4, h5, h6{
    margin:0;
    margin-bottom:20px;
    font-family: 'Zimra';
    font-weight: normal;
    font-style: normal;
    color: #172522;
}
h1{
    font-family: 'Zimra';
    font-size: 87px;
    font-weight: normal;
    line-height: 0.59;
    letter-spacing: 4.35px;
}
h2{
    font-size: 122.5px;
    font-family: 'Silver South Script';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.64;
    letter-spacing: normal;
}
h3{
    font-size: 59px;
    font-family: 'Zimra';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: 2.95px;
}
h4{
    font-size: 31px;
    font-family: 'Zimra';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: 1.55px;
}
h5{
    font-size: 25px;
    font-family: 'Avenir LT 65';
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: 3.25px;
}
h6{
    font-size: 17px;
    font-family: 'Avenir Next LT Pro';
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: 1.36px;
    color: #353932;
}
.mobile_only{
    display:none;
}
.pf4_button{
    position:relative;
    display: inline-block;
    margin: 0;
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Avenir Next LT Pro';
    font-size: 14.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 2.61px;
    color: #000000;
    background-color: #F2D0C4;
    padding: 15px 23px 13px 27px;
    margin-top: -5px;
}
.pf4_button:hover{
    background-color: #353932 !important;
    color: #ffffff;
}
.section_inner {
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative; 
    box-sizing:border-box;
}
.section_inner img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
html{
    padding-top:0 !important;
}

/*
  Global Font Variable Size
-----------------------------*/
@media screen and (max-width: 1440px){
    body{
        font-size: 1.319vw;
        letter-spacing: 0.106vw;
    }
    h1{
        font-size: 6.042vw;
        letter-spacing: 0.302vw;
    }
    h2{
        font-size: 8.507vw;
    }
    h3{
        font-size: 4.097vw;
        letter-spacing: 0.205vw;
    }
    h4{
        font-size: 2.153vw;
        letter-spacing: 0.108vw;
    }
    h5{
        font-size: 1.736vw;
        letter-spacing: 0.226vw;
    }
    h6{
        font-size: 1.181vw;
        letter-spacing: 0.094vw;
    }
    .pf4_button{
        font-size: 1.007vw;
        letter-spacing: 0.181vw;
        padding: 1.042vw 1.597vw 0.903vw 1.875vw;
        margin-top: -0.347vw;
    }
}
@media screen and (max-width: 1140px){
body{
    font-size: 1.71vw;
    letter-spacing: 0.137vw;
}
h1{
    font-size: 7.831vw;
    letter-spacing: 0.392vw;
}
h2{
    font-size: 10vw;
}
h3{
    font-size: 5.311vw;
    letter-spacing: 0.266vw;
}
h4{
    font-size: 2.79vw;
    letter-spacing: 0.14vw;
}
h5{
    font-size: 2.25vw;
    letter-spacing: 0.293vw;
}
h6{
    font-size: 1.53vw;
    letter-spacing: 0.122vw;
}
.pf4_button{
    font-size: 1.305vw;
    letter-spacing: 0.235vw;
    padding: 1.35vw 2.07vw 1.17vw 2.43vw;
    margin-top: -0.45vw;
}
}
@media screen and (max-width: 1024px){
body{
    font-size: 1.855vw;
    letter-spacing: 0.148vw;
}
h1{
    font-size: 5.496vw;
    letter-spacing: 0.425vw;
}
h2{
    font-size: 8.963vw;
}
h3{
    font-size: 4.762vw;
    letter-spacing: 0.288vw;
}
h4{
    font-size: 3.027vw;
    letter-spacing: 0.151vw;
}
h5{
    font-size: 2vw;
    letter-spacing: 0.317vw;
}
h6{
    font-size: 2.2vw;
    letter-spacing: 0.133vw;
}
.pf4_button{
    font-size: 1.416vw;
    letter-spacing: 0.255vw;
    padding: 1.465vw 2.246vw 1.27vw 2.637vw;
    margin-top: -0.488vw;
}
}
@media screen and (max-width: 768px){}
@media screen and (max-width: 550px){

}



/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

  .header .user {
    /*============================================================================
      #User Avatar
    ==============================================================================*/
    /*============================================================================
      #User Dropdown
    ==============================================================================*/ }
    .header .user .dropdown>:before {
        content: " ";
        position: absolute;
        z-index: 0;
        background-size: contain;
        background-position: right center;
        background-repeat: no-repeat;
        background-color: #F2D0C4;
        opacity: 1;
        height: 14px;
        width: 2px;
        top: 17px;
        left: -10px;
    }
    .header .user__avatar {
      height: 40px;
      max-height: 40px;
      margin: 0 0 0 1rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
    .header .user__dropdown {
      position: absolute;
      z-index: 2000;
      top: 71px;
      right: 0;
      display: none;
      padding: 20px 30px;
      text-align: left;
      white-space: nowrap;
      border-top: 1px solid #f9f9f9;
      background: #f9f9f9;
      box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05); }
      .header .user__dropdown--light a {
        color: #0a2338; }
      .header .user__dropdown--dark a {
        color: #fff; }
      .header .user__dropdown span {
        display: block; }
      .header .user__dropdown a {
        line-height: 40px !important;
        display: block; }
  .header--center .user {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem; }
    .header--center .user__dropdown {
      top: 50px; }
      .header--center .user__dropdown a {
        line-height: 40px;
        margin: 0 0 0 0; }
@media (max-width: 767px) {
    .header .user {
      position: static;
      display: block;
      width: 100%; }
      .header .user__avatar {
        display: none; }
      .header .user__dropdown {
        position: static;
        display: block !important;
        padding: 0 0 0 0;
        text-align: left;
        border-top: 0;
        background: transparent !important;
        box-shadow: none; }
    .header--light .user__dropdown a {
      color: #0a2338; }
    .header--dark .user__dropdown a {
      color: #fff; } } 
}
@media (min-width: 768px) {
    
}


.hamburger__slices {
    position: relative;
    width: 100%;
    height: 24px;
}
.hamburger__slice {
    position: absolute;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #595959;
}
.hamburger--slice-2 {
    top: 11px;
}
.hamburger--slice-3 {
    top: 11px;
}
.hamburger--slice-4 {
    top: 22px;
}
.hamburger--opened .hamburger--slice-1 {
    -webkit-transform: translate(0, 0px) !important;
    -ms-transform: translate(0, 0px) !important;
    transform: translate(0, 0px) !important;
    opacity: 1 !important;
}
.hamburger--opened .hamburger--slice-2 {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
.hamburger--opened .hamburger--slice-3 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.hamburger--opened .hamburger--slice-4 {
    -webkit-transform: translate(0, 0px) !important;
    -ms-transform: translate(0, 0px) !important;
    transform: translate(0, 0px) !important;
    opacity: 1;
}

/*
  Site Header
=========================================*/
.header {    z-index: 2;}
.header__wrap{
    padding-bottom: 141px;
}
.header__content{
    padding: 41px 0 40px 0;
    position: fixed;
    width: 100%;
}
.header__container{width: 100% !important;max-width: 100% !important;padding-right: 63px;padding-left: 63px;}

.pf4_site_header.active{
    position: fixed;
    width: 100%;
    z-index: 11;
    background-color: #FFF;
    box-shadow: 0px 0px 5px #000;
    padding: 11px 0 10px 0;
}

.header__content--desktop .link-list__link {
    margin: 0 10px;
    font-family: 'Avenir LT 55 Roman';
    font-size: 12.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 3.1px;
    color: #000000 !important;
    padding-top: 12px;
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}
.header__content--desktop .link-list__link:before {
    content: " ";
    position: absolute;
    z-index: 0;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #F2D0C4;
    opacity: 1;
    height: 14px;
    width: 2px;
    bottom: 14px;
    right: -10px;
}
.header__wrap .logo__image{
    width: auto !important;
}

.header__content--mobile{
    display: none !important;
}

.header__content--desktop .header__block .link-list a.link-list__link:last-child:before,
.header_login_menu:before{
    display: none;
}
/*
  Header ---> Responsive Menu
-----------------------------*/
a.responsive-menu-hand {

}

a.responsive-menu-hand span, a.responsive-menu-close span {
    display: none;
}

a.responsive-menu-hand span {
}

a.responsive-menu-close span {
    display: block;
}

a.responsive-menu-hand:before, a.responsive-menu-hand:after {
    display: none;
}

a.responsive-menu-close {
    clear: both;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 28px;
    right: 28px;
    background-image: url(close.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}


a.responsive-menu-close:hover {}

.responsive-menu .user__avatar {
    display: none;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: rgba(239, 203, 191, 0.98);
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    font-family: 'sofia_probold';
    transition: right 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.responsive-menu.active {
    right: 0;
}

.responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-bottom: 0;
}

.responsive-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    margin-bottom: 0px;
}

.responsive-menu ul li a, .responsive-menu .pf4_header_userarea span a {
    line-height: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 22px !important;
    letter-spacing: 0.3px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.52;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    border: 0;
    margin: 0;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #000000;
}

.responsive-menu ul li i {
    height: 40px;
    width: 40px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 40px;
    cursor: pointer;
    border-left: solid 1px #ffbea5;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.responsive-menu ul li i.minus {
    background-image: url(images/ui/minus.svg);
}

.responsive-menu ul li i.plus {
    background-image: url(images/ui/plus.svg);
}

.responsive-menu ul li ul {
    margin: 0;
    padding: 0;
}

.responsive-menu ul li ul li a {
    font-size: 90%;
    padding-left: 30px;
    border-bottom: solid 1px #E9E9E9;
    background-color: #F0F0F0;
}

.responsive-menu ul li ul li ul li a {
    font-size: 80%;
    padding-left: 30px;
    border-bottom: solid 1px #E9E9E9;
    background-color: #E4E4E4 ;
}

.pf4_header_userarea span a {
    /* border: 2px solid #000; */
    /* padding: 4px 20px 6px 20px; */
    /* margin-left: 13px !important; */
    display: block;
    text-align: center;
}

@media screen and (max-width: 1440px){
    .header {}
    .header__wrap{
        padding-bottom: 9.792vw;
    }
    .header__content{
        padding: 2.847vw 0 2.778vw 0;
    }
    .header__container{
        padding-right: 4.375vw;
        padding-left: 4.375vw;
    }

    .pf4_site_header.active{
        box-shadow: 0vw 0vw 0.347vw #000;
        padding: 0.764vw 0 0.694vw 0;
    }
}
@media screen and (max-width: 1140px){
    .header {}
    .header__wrap{ }
    .header__content{ }
    .header__container{ }

    .pf4_site_header.active{ }

    .header__block .logo img.logo__image{max-width: 88%;}

    .header__content--desktop .header__block{
        display: none;
    }
    .header__content--desktop .header__block.header__block--logo{
        display: block;
    }
    .hamburger.hidden--desktop{
        display: block !important;
        padding-top: 1px;
        width: 32px;
    }
}
@media screen and (max-width: 1024px){
    .header {}
    .header__wrap{ }
    .header__content{ }
    .header__container{ }

    .pf4_site_header.active{ }
    .header__block .logo img.logo__image{

    }
}
@media screen and (max-width: 768px){
    .header {}
    .header__wrap{ }
    .header__content{ }
    .header__container{ }

    .pf4_site_header.active{ }
    .header__block .logo img.logo__image{

    }
}
@media screen and (max-width: 550px){
    .header {}
    .header__wrap{ }
    .header__content{position: relative;padding-top: 8.3vw;}
    .header__container{padding-right: 8vw;padding-left: 7.375vw;}

    .pf4_site_header.active{position: relative;}
    .header__block .logo img.logo__image{max-width: 100%;}
}





/*
  Section 01
=========================================*/
.hc_s1{
    padding-top: 0px;
    padding-bottom: 145px;
}
.hc_s1 .section_inner{
    width: 1284px;
}
.hc_s1_left{
    width: 52%;
    padding-left: 69px;
    padding-top: 77px;
}
.hc_s1_left_content{
    width: 100%;
}
.hc_s1_left_content article{}
.hc_s1_left_content article h1{
    margin-bottom: 75px;
    display: inline-block;
    position: relative;
}
.hc_s1_left_content article h1 span{
    font-family: 'Silver South Script';
    font-size: 147px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.64;
    letter-spacing: normal;
    text-align: left;
    color: #172522;
    transform: rotate(-6deg);
    display: inline-block;
    position: absolute;
    bottom: -61px;
    right: -270px;
}
.hc_s1_left_content article h5{
    font-family: 'Avenir LT 65';
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 3.25px;
    text-transform: uppercase;
    position:relative;
    padding-bottom: 98px;
}
.hc_s1_left_content article h5:before{
    content: " ";
    position: absolute;
    z-index: 0;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #000000;
    opacity: 1;
    bottom: 0px;
    left: 63px;
    width: 1px;
    height: 76px;
}
.hc_s1_left_content article h5 br{}
.hc_s1_left_content article p{}
.hc_s1_left_content article .pf4_button{}
.hc_s1_left_featured{
    width: 100%;
    padding-bottom: 21px;
    padding-top: 94px;
}
.hc_s1_left_featured h6{
    display: inline-block;
    margin-right: 41px;
    margin-bottom: 0px;
}
.hc_s1_left_featured span{
    display: inline-block;
    margin-bottom: -21px;
}
.hc_s1_left_featured .mobile_only{
    display: none;
}
.hc_s1_left_featured span img{}
.hc_s1_right{
    width: 48%;
}
.hc_s1_right_img_holder{
    padding-top: 164px;
    position: relative;
    margin-left: 51px;
}
.hc_s1_bg_art1{
    position: absolute;
    top: 2px;
    left: 105px;
    background-color: #F7F6F6;
    width: 300%;
    height: 539px;
    z-index: 0;
}
.hc_s1_bg_art2{
    position: absolute;
    left: -16px;
    bottom: -26px;
    z-index: 0;
    width: 231px;
    height: 229px;
    background-color: #353932;
}
.hc_s1_right_img{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 550px;
    position: relative;
    z-index: 2;
    bottom: -2px;
}
.hc_s1_right_img img{
    width: 10%;
    opacity: 0;
}
    .hc_s1_right_img_holder.mobile_only{display: none;}
    .hc_s1_right_img.mobile_only{display: none;}
    .hc_s1_right_img.mobile_only img{display: none;}
    .hc_s1_bg_art1.mobile_only{display: none;}
    .hc_s1_bg_art2.mobile_only{display: none;}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .hc_s1{
        padding-top: 0vw;
        padding-bottom: 10.069vw;
    }
    .hc_s1 .section_inner{
        width: 89.167vw;
    }
    .hc_s1_left{
        width: 52%;
        padding-left: 4.792vw;
        padding-top: 5.347vw;
    }
    .hc_s1_left_content{
        width: 100%;
    }
    .hc_s1_left_content article{}
    .hc_s1_left_content article h1{
        margin-bottom: 5.208vw;
    }
    .hc_s1_left_content article h1 span{
        font-size: 10.208vw;
        bottom: -4.236vw;
        right: -18.75vw;
    }
    .hc_s1_left_content article h5{
        letter-spacing: 0.226vw;
        padding-bottom: 6.806vw;
    }
    .hc_s1_left_content article h5:before{
        bottom: 0vw;
        left: 4.375vw;
        width: 0.069vw;
        height: 5.278vw;
    }
    .hc_s1_left_content article h5 br{}
    .hc_s1_left_content article p{}
    .hc_s1_left_content article .pf4_button{}
    .hc_s1_left_featured{
        width: 100%;
        padding-bottom: 1.458vw;
        padding-top: 6.528vw;
    }
    .hc_s1_left_featured h6{
        margin-right: 2.847vw;
        margin-bottom: 0vw;
    }
    .hc_s1_left_featured span{
        margin-bottom: -1.458vw;
    }
    .hc_s1_left_featured span img {
        width: 27.153vw;
        max-width: unset;
    }
    .hc_s1_right{
        width: 48%;
    }
    .hc_s1_right_img_holder{
        padding-top: 11.389vw;
        margin-left: 3.542vw;
    }
    .hc_s1_bg_art1{
        top: 0.139vw;
        left: 7.292vw;
        width: 300%;
        height: 37.431vw;
    }
    .hc_s1_bg_art2{
        left: -1.111vw;
        bottom: -1.806vw;
        width: 16.042vw;
        height: 15.903vw;
    }
    .hc_s1_right_img{
        height: 38.194vw;
        bottom: -0.139vw;
    }
    .hc_s1_right_img img{}
}
@media screen and (max-width: 1140px){
    .hc_s1{}
    .hc_s1 .section_inner{
        width: 90vw;
    }
    .hc_s1_left{
        padding-left: 0vw;
    }
    .hc_s1_left_content{}
    .hc_s1_left_content article{}
    .hc_s1_left_content article h1{}
    .hc_s1_left_content article h1 span{}
    .hc_s1_left_content article h5{}
    .hc_s1_left_content article h5:before{}
    .hc_s1_left_content article h5 br{}
    .hc_s1_left_content article p{}
    .hc_s1_left_content article .pf4_button{}
    .hc_s1_left_featured{}
    .hc_s1_left_featured h6{}
    .hc_s1_left_featured span{
        margin-left: -8vw;
        margin-bottom: -1.2vw;
    }
    .hc_s1_left_featured span img{
        width: 68%;
    }
    .hc_s1_right{}
    .hc_s1_right_img_holder{}
    .hc_s1_bg_art1{}
    .hc_s1_bg_art2{}
    .hc_s1_right_img{}
    .hc_s1_right_img img{}
}
@media screen and (max-width: 1024px){
    .hc_s1{
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 3vw;
}
    .hc_s1 .section_inner{
        width: 100%;
    }
    .hc_s1_left{
        width: 48%;
        padding-top: 9vw;
    }
    .hc_s1_left_content{}
    .hc_s1_left_content article{}
    .hc_s1_left_content article h1{}
    .hc_s1_left_content article h1 span{
    font-size: 7.208vw;
    right: -12.75vw;
}
    .hc_s1_left_content article h5{}
    .hc_s1_left_content article h5:before{}
    .hc_s1_left_content article h5 br{}
    .hc_s1_left_content article p{}
    .hc_s1_left_content article .pf4_button{}
    .hc_s1_left_featured{
        display: none;
    }
    .hc_s1_left_featured h6{
    width: 100%;
    text-align: center;
    margin-right: 0vw;
    padding-bottom: 2vw;
}
    .hc_s1_left_featured span{
        margin-left: 0vw;
        margin-bottom: 0vw;
        width: 100%;
        text-align: center;
    }
    .hc_s1_left_featured span img{
        width: auto;
    }
    .hc_s1_left_featured.mobile_only{
        display: block;
        padding-top: 7vw;
        padding-bottom: 1.5vw;
    }
    .hc_s1_right{
        width: 52%;
    }
    .hc_s1_right_img_holder{
        padding-top: 7vw;
    }
    .hc_s1_bg_art1{}
    .hc_s1_bg_art2{}
    .hc_s1_right_img{
        height: 42.194vw;
    }
    .hc_s1_right_img img{}
}
@media screen and (max-width: 768px){
    .hc_s1{
        padding-top: 11.417vw;
    }
    .hc_s1 .section_inner{}
    .hc_s1_left{
        width: 100%;
        padding-top: 0vw;
        padding-left: 0vw;
    }
    .hc_s1_left_content{}
    .hc_s1_left_content article{}
    .hc_s1_left_content article h1{
        font-size: 8.813vw;
        font-weight: normal;
        line-height: 0.59;
        letter-spacing: 0.642vw;
        margin-bottom: 11.458vw;
    }
    .hc_s1_left_content article h1 span{
        font-size: 16.667vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.64;
        letter-spacing: normal;
        bottom: -6.958vw;
        right: -29.792vw;
    }
    .hc_s1_left_content article h5{
        font-size: 3.646vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: 0.475vw;
        padding-bottom: 0vw;
        margin-bottom: 5.417vw;
    }
    .hc_s1_left_content article h5:before{
        display: none;
    }
    .hc_s1_left_content article h5 br{}
    .hc_s1_left_content article p{
        margin-top: 8.875vw;
        font-size: 3.2vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.39;
        letter-spacing: 0.3vw;
        margin-bottom: 4vw;
    }
    .hc_s1_left_content article .pf4_button{
        padding: 2.125vw 4.792vw 1.708vw 5.625vw;
        font-size: 2.2vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.72;
        letter-spacing: 0.544vw;
    }
    .hc_s1_left_featured{
        margin-top: 6.667vw;
        padding-top: 4.167vw;
        padding-bottom: 7.917vw;
        position:relative;
    }
    .hc_s1_left_featured:before{
        content:"";
        position:absolute;
        height: 100%;
        width: 500%;
        background-color: #F7F6F6;
        z-index: -1;
        top: 0vw;
        right: -150%;
    }   
    .hc_s1_left_featured h6{
        font-size: 3.542vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.47;
        letter-spacing: 0.283vw;
        color: #353932;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-right: 0vw;
        margin-bottom: 2.708vw;
    }
    .hc_s1_left_featured span{ display: none; }
    .hc_s1_left_featured span img{}
    .hc_s1_left_featured .mobile_only{
        display: block;
    }
    .hc_s1_left_featured .mobile_only img{width: 63%;}
    .hc_s1_right{
        width: 100%;
    }
    .hc_s1_right_img_holder{display: none;}
    .hc_s1_bg_art1{
        width: 47.208vw;
        height: 48.542vw;
        top: -5vw;
        left: inherit;
        right: -6.292vw;
    }
    .hc_s1_bg_art2{
        width: 34.375vw;
        height: 33.958vw;
        left: 0vw;
        bottom: -3.542vw;
    }
    .hc_s1_right_img{}
    .hc_s1_right_img img{}
    .hc_s1_right_img_holder.mobile_only{display: block;padding-top: 0vw;margin-left: 0vw;}
    .hc_s1_right_img.mobile_only{display: block;height: 81.042vw;bottom: 0vw;}
    .hc_s1_right_img.mobile_only img{display: block;}
    .hc_s1_bg_art1.mobile_only{display: block;}
    .hc_s1_bg_art2.mobile_only{display: block;}
    
    .hc_s1_left_featured.mobile_only{
        padding-bottom: 6.1vw;
        padding-top: 4vw;
    }
}
@media screen and (max-width: 550px){
    .hc_s1{
        padding-top: 1.4vw;
    }
    .hc_s1 .section_inner{}
    .hc_s1_left{
        width: 100%;
        padding-top: 0vw;
        padding-left: 0vw;
    }
    .hc_s1_left_content{
    padding-bottom: 3vw;
}
    .hc_s1_left_content article{}
    .hc_s1_left_content article h1{
        font-size: 11.813vw;
        font-weight: normal;
        line-height: 0.59;
        letter-spacing: 0.642vw;
        margin-bottom: 10.9vw;
        padding-left: 1.4vw;
    }
    .hc_s1_left_content article h1 span{
        font-size: 20.667vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.64;
        letter-spacing: normal;
        bottom: -8.958vw;
        right: -39.792vw;
    }
    .hc_s1_left_content article h5{
        font-size: 3.646vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.32;
        letter-spacing: 0.475vw;
        padding-bottom: 0vw;
        margin-bottom: 5vw;
        padding-left: 1.3vw;
    }
    .hc_s1_left_content article h5:before{
        display: none;
    }
    .hc_s1_left_content article h5 br{}
    .hc_s1_left_content article p{
        margin-top: 11.875vw;
        font-size: 3.75vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.39;
        letter-spacing: 0.3vw;
        padding-left: 1.3vw;
        margin-bottom: 3.5vw;
    }
    .hc_s1_left_content article .pf4_button{
        padding: 3.125vw 4.792vw 2.708vw 5.625vw;
        font-size: 3.021vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.72;
        letter-spacing: 0.544vw;
        margin-left: 1.5vw;
    }
    .hc_s1_left_featured{
        margin-top: 3.7vw;
        padding-top: 4.167vw;
        padding-bottom: 5.3vw;
        position:relative;
    }
    .hc_s1_left_featured:before{
        content:"";
        position:absolute;
        height: 100%;
        width: 500%;
        background-color: #F7F6F6;
        z-index: -1;
        top: 0vw;
        right: -150%;
    }
    .hc_s1_left_featured h6{
        font-size: 3.542vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.47;
        letter-spacing: 0.283vw;
        color: #353932;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-right: 0vw;
        margin-bottom: 1vw;
    }
    .hc_s1_left_featured span{ display: none; }
    .hc_s1_left_featured span img{}
    .hc_s1_left_featured .mobile_only{
            display: block;
    }
    .hc_s1_left_featured .mobile_only img{width: 74%;}
    .hc_s1_right{
        width: 100%;
    }
    .hc_s1_right_img_holder{display: none;}
    .hc_s1_bg_art1{
        width: 40.208vw;
        height: 48.542vw;
        top: -5vw;
        left: inherit;
        right: -3.292vw;
    }
    .hc_s1_bg_art2{
        width: 34.1vw;
        height: 33.958vw;
        left: 1.4vw;
        bottom: -3.542vw;
    }
    .hc_s1_bg_art2:before{
      content:"";
      width: 1px;
      height: 10vw;
      background-color: #353932;
      left: 13.3vw;
      bottom: -4vw;
      display: block;
      position: absolute;
    }
    .hc_s1_right_img{}
    .hc_s1_right_img img{}
    .hc_s1_right_img_holder.mobile_only{display: block;padding-top: 0vw;margin-left: 0vw;padding-left: 2.4vw;}
    .hc_s1_right_img.mobile_only{display: block;height: 81.042vw;bottom: 0vw;}
    .hc_s1_right_img.mobile_only img{display: block;}
    .hc_s1_bg_art1.mobile_only{display: block;}
    .hc_s1_bg_art2.mobile_only{display: block;}
}
/*
  Section 02
=========================================*/
.hc_s2{
    background-color: #F7F7F7;
}
.hc_s2 .section_inner{
    width: 1440px;
}
.hc_s2_left{
    width: 48.2%;
}
.hc_s2_left_img{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
    bottom: -2px;
    height: 744px;
    left: -5px;
    top: 0px;
}
.hc_s2_left_img img{
    width: 10%;
    opacity: 0;
}
.hc_s2_right{
    width: 51.8%;
    padding-top: 119px;
    padding-left: 95px;
    padding-right: 80px;
}
.hc_s2_right article{
}
.hc_s2_right article h2{
    position: relative;
    z-index: 5;
    margin-left: -130px;
    transform: rotate(-6deg);
    margin-bottom: 49px;
}
.hc_s2_right article p{}
.hc_s2_right article p br{}
.hc_s2_right article p .m{
    display: none;
}
.hc_s2_right article .pf4_button{
    margin-top: 29px;
    margin-left: -150px;
    position: relative;
    z-index: 5;
    padding: 15px 36px 13px 35px;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .hc_s2{}
    .hc_s2 .section_inner{
        width: 100vw;
    }
    .hc_s2_left{
        width: 48.2%;
    }
    .hc_s2_left_img{
        bottom: -0.139vw;
        height: 51.667vw;
        left: -0.347vw;
        top: 0vw;
    }
    .hc_s2_left_img img{}
    .hc_s2_right{
        width: 51.8%;
        padding-top: 8.264vw;
        padding-left: 6.597vw;
        padding-right: 5.556vw;
    }
    .hc_s2_right article{
    }
    .hc_s2_right article h2{
        margin-left: -9.028vw;
        margin-bottom: 3.403vw;
    }
    .hc_s2_right article p{}
    .hc_s2_right article p br{}
    .hc_s2_right article .pf4_button{
        margin-top: 2.014vw;
        margin-left: -10.417vw;
        padding: 1.042vw 2.5vw 0.903vw 2.431vw;
    }
}
@media screen and (max-width: 1140px){
    .hc_s2{
        padding-bottom: 6vw;
    }
    .hc_s2 .section_inner{}
    .hc_s2_left{
        width: 51.2%;
    }
    .hc_s2_left_img{
        height: 61.667vw;
    }
    .hc_s2_left_img img{}
    .hc_s2_right{
        width: 48.8%;
        padding-left: 3.597vw;
        padding-right: 4vw;
    }
    .hc_s2_right article{}
    .hc_s2_right article h2{
        margin-left: -8.028vw;
        margin-bottom: 5.403vw;
    }
    .hc_s2_right article p{}
    .hc_s2_right article p br{
        display: none;
    }
    .hc_s2_right article .pf4_button{
        margin-top: 5.014vw;
    }
}
@media screen and (max-width: 1024px){
    .hc_s2{}
    .hc_s2 .section_inner{
        width: 100vw;
        padding-right: 6vw;
    }
    .hc_s2_left{
        width: 46.2%;
    }
    .hc_s2_left_img{}
    .hc_s2_left_img img{}
    .hc_s2_right{
        width: 53.8%;
        padding-left: 3.597vw;
        padding-right: 0vw;
    }
    .hc_s2_right article{}
    .hc_s2_right article h2{}
    .hc_s2_right article p{}
    .hc_s2_right article p br{
        display: none;
    }
    .hc_s2_right article .pf4_button{
        margin-top: 3vw;
    }
}
@media screen and (max-width: 768px){
    .hc_s2{
        background-color: #FFFFFF;
        padding-top: 6vw;
    }
    .hc_s2 .section_inner{
        width: 100%;
    }
    .hc_s2_bg_art1.mobile_only{
        display: block;
        width: 67.708vw;
        height: 77.9%;
        background-color: #F7F7F7;
        z-index: 0;
        position: absolute;
        top: 41.667vw;
        left: 18.542vw;
    }
    .hc_s2_left{display: none; }
    .hc_s2_left_img{}
    .hc_s2_left_img img{}
    .hc_s2_left_img.mobile_only{
        display: block;
        margin-top: -0.625vw;
        margin-left: 14.375vw;
        height: 57.75vw;
        margin-bottom: 5.625vw;
    }
    .hc_s2_left_img.mobile_only img{}
    .hc_s2_right{
        width: 100%;
        padding-left: 12.083vw;
        padding-right: 0vw;
        padding-top: 1.25vw;
        position: relative;
    }
    .hc_s2_right article{}
    .hc_s2_right article h2{
        margin-left: -1.875vw;
        margin-bottom: 0vw;
        font-size: 14.417vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.64;
        letter-spacing: normal;
    }
    .hc_s2_right article p{
        font-size: 3.2vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.3vw;
    }
    .hc_s2_right article p br{
        display: none;
    }
    .hc_s2_right article p .m{
        display: block;
    }
    .hc_s2_right article .pf4_button{
        margin-top: -0.625vw;
        margin-left: 0.208vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.72;
        letter-spacing: 0.544vw;
        padding: 2.125vw 4.792vw 1.708vw 5.625vw;
        font-size: 2.2vw;
    }
}
@media screen and (max-width: 550px){
    .hc_s2{
        background-color: #FFFFFF;
        padding-top: 7.5vw;
    }
    .hc_s2 .section_inner{
        width: 100%;
    }
    .hc_s2_bg_art1.mobile_only{
        display: block;
        width: 67.708vw;
        height: 81.9%;
        background-color: #F7F7F7;
        z-index: 0;
        position: absolute;
        top: 41.667vw;
        left: 18.542vw;
    }
    .hc_s2_left{display: none; }
    .hc_s2_left_img{}
    .hc_s2_left_img img{}
    .hc_s2_left_img.mobile_only{
        display: block;
        margin-top: -0.625vw;
        margin-left: 20.375vw;
        height: 57.75vw;
        margin-bottom: 5.625vw;
    }
    .hc_s2_left_img.mobile_only img{}
    .hc_s2_right{
        width: 100%;
        padding-left: 12.083vw;
        padding-right: 0vw;
        padding-top: 1.25vw;
        position: relative;
    }
    .hc_s2_right article{}
    .hc_s2_right article h2{
        margin-left: -1.875vw;
        margin-bottom: 0vw;
        font-size: 19.417vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.64;
        letter-spacing: normal;
    }
    .hc_s2_right article p{
        font-size: 3.75vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.3vw;
    }
    .hc_s2_right article p br{
        display: none;
    }
    .hc_s2_right article p .m{
        display: block;
    }
    .hc_s2_right article .pf4_button{
        margin-top: -0.625vw;
        margin-left: 0.208vw;
        padding: 3.125vw 7.5vw 2.708vw 7.292vw;
        font-size: 3.021vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.72;
        letter-spacing: 0.544vw;
    }
}
/*
  Section 03
=========================================*/
.hc_s3{
    padding-top: 118px;
    padding-bottom: 101px;
}
.hc_s3 .section_inner{
    width: 1215px;
}
.hc_s3_left{
    width: 58.2%;
    padding-top: 87px;
    padding-right: 203px;
}
.hc_s3_left article{}
.hc_s3_left article h2{
    transform: rotate(-6deg);
    color: #F2CFC3;
    margin-bottom: 4px;
    position: relative;
    z-index: 0;
}
.hc_s3_left article h3{
    text-transform: uppercase;
    text-align: center;
    padding-left: 8px;
    margin-bottom: 19px;
    position: relative;
    z-index: 1;
}
.hc_s3_left article p{
    text-align: center;
    padding-left: 10px;
}
.hc_s3_left article p br{}
.hc_s3_left article span{
    margin-top: 42px;
    text-align: center;
    display: block;
    margin-left: 9px;
}
.hc_s3_left article span .pf4_button{
    padding: 15px 37px 13px 41px;
}
.hc_s3_right{
    width: 41.8%;
}
.hc_s3_right_img{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
    bottom: -2px;
    height: 508px;
}
.hc_s3_right_img img{
    width: 10%;
    opacity: 0;
}
.hc_s3_right_img_art{
    position: absolute;
    background-position: center top;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    z-index: 0;
    left: -186px;
    top: 124px;
    width: 259px;
    height: 259px;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .hc_s3{
        padding-top: 8.194vw;
        padding-bottom: 7.014vw;
    }
    .hc_s3 .section_inner{
        width: 84.375vw;
    }
    .hc_s3_left{
        width: 58.2%;
        padding-top: 6.042vw;
        padding-right: 14.097vw;
    }
    .hc_s3_left article{}
    .hc_s3_left article h2{
        margin-bottom: 0.278vw;
    }
    .hc_s3_left article h3{
        padding-left: 0.556vw;
        margin-bottom: 1.319vw;
    }
    .hc_s3_left article p{
        padding-left: 0.694vw;
    }
    .hc_s3_left article p br{}
    .hc_s3_left article span{
        margin-top: 2.917vw;
        margin-left: 0.625vw;
    }
    .hc_s3_left article span .pf4_button{
        padding: 1.042vw 2.569vw 0.903vw 2.847vw;
    }
    .hc_s3_right{
        width: 41.8%;
    }
    .hc_s3_right_img{
        bottom: -0.139vw;
        height: 35.278vw;
    }
    .hc_s3_right_img img{}
    .hc_s3_right_img_art{
        left: -12.917vw;
        top: 8.611vw;
        width: 17.986vw;
        height: 17.986vw;
    }
}
@media screen and (max-width: 1140px){
    .hc_s3{}
    .hc_s3 .section_inner{
        width: 93vw;
    }
    .hc_s3_left{
        padding-right: 18.097vw;
        width: 65.2%;
    }
    .hc_s3_left article{}
    .hc_s3_left article h2{}
    .hc_s3_left article h3{}
    .hc_s3_left article p{}
    .hc_s3_left article p br{}
    .hc_s3_left article span{}
    .hc_s3_left article span .pf4_button{}
    .hc_s3_right{
        width: 34.8%;
    }
    .hc_s3_right_img{}
    .hc_s3_right_img img{}
    .hc_s3_right_img_art{}
}
@media screen and (max-width: 1024px){
    .hc_s3{}
    .hc_s3 .section_inner{}
    .hc_s3_left{
        padding-right: 15vw;
        padding-top: 3.042vw;
    }
    .hc_s3_left article{}
    .hc_s3_left article h2{
        font-size: 7.5vw;
        margin-left: -2vw;
    }
    .hc_s3_left article h3{}
    .hc_s3_left article p{}
    .hc_s3_left article p br{}
    .hc_s3_left article span{}
    .hc_s3_left article span .pf4_button{}
    .hc_s3_right{}
    .hc_s3_right_img{}
    .hc_s3_right_img img{}
    .hc_s3_right_img_art{}
}
@media screen and (max-width: 768px){
    .hc_s3{
        padding-top: 11.042vw;
        padding-bottom: 10.167vw;
    }
    .hc_s3 .section_inner{
        width: 100%;
        padding-left: 6.458vw;
    }
    .hc_s3_left{
        width: 100%;
        padding-right: 0vw;
        padding-top: 0vw;
    }
    .hc_s3_left article{}
    .hc_s3_left article h2{
        font-size: 12.729vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.64;
        letter-spacing: normal;
        margin-bottom: 1.458vw;
    }
    .hc_s3_left article h3{
        font-size: 7vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.88;
        letter-spacing: 0.5vw;
        margin-left: -7.5vw;
        position: relative;
        z-index: 5;
        margin-bottom: 5.625vw;
    }
    .hc_s3_left article p{
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.3vw;
        margin-left: -6.458vw;
        padding-left: 16.667vw;
        padding-right: 16.667vw;
        font-size: 3.2vw;
    }
    .hc_s3_left article p br{
        display: none;
    }
    .hc_s3_left article span{
        margin-left: 0vw;
        margin-top: 3.958vw;
    }
    .hc_s3_left article span .pf4_button{
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.72;
        letter-spacing: 0.544vw;
        margin-left: -6.042vw;
        padding: 2.125vw 4.792vw 1.708vw 5.625vw;
        font-size: 2.2vw;
    }
    .hc_s3_right{ display: none; }
    .hc_s3_right_img{}
    .hc_s3_right_img img{}
    .hc_s3_right_img_art{display: none;}
    .hc_s3_right_img.mobile_only{
        display: block;
        height: 53.542vw;
        margin-left: 23.542vw;
        margin-bottom: 5.625vw;
    }
    .hc_s3_right_img.mobile_only img{}
    .hc_s3_right_img_art.mobile_only{
        display: block;
        width: 37.708vw;
        height: 37.708vw;
        left: -22.5vw;
        top: 7.917vw;
        margin-left: 0vw;
        margin-top: 0vw;
    }
}
@media screen and (max-width: 550px){
    .hc_s3{
        padding-top: 21.042vw;
        padding-bottom: 14.167vw;
    }
    .hc_s3 .section_inner{
        width: 100%;
        padding-left: 6.458vw;
    }
    .hc_s3_left{
        width: 100%;
        padding-right: 0vw;
        padding-top: 0vw;
    }
    .hc_s3_left article{}
    .hc_s3_left article h2{
        font-size: 19.729vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.64;
        letter-spacing: normal;
        margin-bottom: 1.458vw;
        padding-left: 2vw;
    }
    .hc_s3_left article h3{
        font-size: 9vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.88;
        letter-spacing: 0.5vw;
        margin-left: -7.5vw;
        position: relative;
        z-index: 5;
        margin-bottom: 5.625vw;
    }
    .hc_s3_left article p{
        font-size: 3.75vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.3vw;
        margin-left: -6.458vw;
        padding-left: 16.667vw;
        padding-right: 16.667vw;
    }
    .hc_s3_left article p br{
        display: none;
    }
    .hc_s3_left article span{
        margin-left: 0vw;
        margin-top: 3.958vw;
    }
    .hc_s3_left article span .pf4_button{
        padding: 3.125vw 7.708vw 2.708vw 8.542vw;
        font-size: 3.021vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.72;
        letter-spacing: 0.544vw;
        margin-left: -6.042vw;
    }
    .hc_s3_right{ display: none; }
    .hc_s3_right_img{}
    .hc_s3_right_img img{}
    .hc_s3_right_img_art{display: none;}
    .hc_s3_right_img.mobile_only{
        display: block;
        height: 53.542vw;
        margin-left: 23.542vw;
        margin-bottom: 5.625vw;
    }
    .hc_s3_right_img.mobile_only img{}
    .hc_s3_right_img_art.mobile_only{
        display: block;
        width: 37.708vw;
        height: 37.708vw;
        left: -22.5vw;
        top: 7.917vw;
        margin-left: 0vw;
        margin-top: 0vw;
    }
}
/*
  Section 04
=========================================*/
.hc_s4{
    background-color: #F7F7F7;
    padding-top: 76px;
}
.hc_s4 .section_inner{
    width: 933px;
}
.hc_s4_left{
    width: 41.4%;
    position: relative;
    padding-bottom: 180px;
}
.hc_s4_left article{
    text-align: right;
}
.hc_s4_left article h3{
    padding-bottom: 18px;
    color: #000;
}
.hc_s4_left article h3 br{}
.hc_s4_bg_art1{
    position: absolute;
    z-index: 0;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #000000;
    opacity: 1;
    bottom: 0px;
    right: 30px;
    width: 2px;
    height: 181px;
}
.hc_s4_left article h3 .m{
    display: none;
}
.hc_s4_slider{
    width: 58.6%;
    padding-top: 6px;
    padding-left: 106px;
    padding-right: 52px;
    position: relative;
    padding-bottom: 82px;
}
.hc_s4_slider_i{
    width: 100%;
    display: block;
    position: relative;
}
.hc_s4_slider_item{}
.hc_s4_slider_text_img{}
.hc_s4_slider_text_img img{
    border-radius: 10%;
}


.hc_s4_slider_i .slick-list{}
.hc_s4_slider_i .slick-list .slick-track{}
.hc_s4_slider_i .slick-prev,
.hc_s4_slider_i .slick-next {
  background-color: transparent;
  border: 0px;
  background-repeat: no-repeat;
  font-size: 0px;
  width: 30px;
  height: 55px;
  padding: 0px;
  margin: 0px;
  background-size: contain;
  position: absolute;
  top: 38%;
  z-index: 2;
}
.hc_s4_slider_i .slick-prev:focus,
.hc_s4_slider_i .slick-next:focus{
  outline:none;
}
.hc_s4_slider_i .slick-prev {
  background-image: url(s4-2.png);
  left: -46px;
}
.hc_s4_slider_i .slick-next {
  background-image: url(s4-3.png);
  right: -46px;
}
.hc_s4_slider_i .slick-dots{ display: none !important; }
.hc_s4_slider_i .slick-dots li{ }
.hc_s4_slider_i .slick-dots li button{ }
.hc_s4_slider_i .slick-dots li:hover,
.hc_s4_slider_i .slick-dots li.slick-active{}


/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .hc_s4{
        padding-top: 5.278vw;
    }
    .hc_s4 .section_inner{
        width: 64.792vw;
    }
    .hc_s4_left{
        width: 41.4%;
        padding-bottom: 12.5vw;
    }
    .hc_s4_left article{}
    .hc_s4_left article h3{
        padding-bottom: 1.25vw;
    }
    .hc_s4_left article h3 br{}
    .hc_s4_bg_art1{
        bottom: 0vw;
        right: 2.083vw;
        width: 0.139vw;
        height: 12.569vw;
    }
    .hc_s4_slider{
        width: 58.6%;
        padding-top: 0.417vw;
        padding-left: 7.361vw;
        padding-right: 3.611vw;
    }
    .hc_s4_slider_item{}
    .hc_s4_slider_text_img{}
    .hc_s4_slider_text_img img{
        border-radius: 10%;
    }
}
@media screen and (max-width: 1140px){
    .hc_s4{}
    .hc_s4 .section_inner{    width: 84vw;}
    .hc_s4_left{}
    .hc_s4_left article{}
    .hc_s4_left article h3{}
    .hc_s4_left article h3 br{}
    .hc_s4_bg_art1{}
    .hc_s4_slider{}
    .hc_s4_slider_item{}
    .hc_s4_slider_text_img{}
    .hc_s4_slider_text_img img{}
}
@media screen and (max-width: 1024px){
    .hc_s4{}
    .hc_s4 .section_inner{
        width: 90vw;
    }
    .hc_s4_left{
        width: 46.4%;
    }
    .hc_s4_left article{}
    .hc_s4_left article h3{}
    .hc_s4_left article h3 br{}
    .hc_s4_bg_art1{}
    .hc_s4_slider{
        width: 47.6%;
        padding-left: 6vw;
        padding-right: 0vw;
    }
    .hc_s4_slider_item{}
    .hc_s4_slider_text_img{}
    .hc_s4_slider_text_img img{}
}
@media screen and (max-width: 768px){
    .hc_s4{
        padding-top: 9.875vw;
        padding-bottom: 1vw;
    }
    .hc_s4 .section_inner{
        width: 100%;
    }
    .hc_s4_left{
        width: 100%;
        padding-right: 12.5vw;
        padding-left: 12.5vw;
        padding-bottom: 0vw;
    }
    .hc_s4_left article{}
    .hc_s4_left article h3{
        font-size: 7vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 0.5vw;
    }
    .hc_s4_left article h3 br{
        display: none;
    }       
    .hc_s4_left article h3 .m{
        display: block;
    }
    .hc_s4_bg_art1{
        display: none;
    }
    .hc_s4_slider{
        width: 100%;
        padding-top: 0vw;
        padding-left: 3.958vw;
        padding-right: 3.958vw;
        margin-top: -0.208vw;
    }
    .hc_s4_slider_item{}
    .hc_s4_slider_text_img{
        position: relative;
        left: 0vw;
        top: inherit;
    }
    .hc_s4_slider_text_img img{
        width: 64%;
    }
    .hc_s4_slider_i .slick-prev, .hc_s4_slider_i .slick-next{

    }
    .hc_s4_slider_i .slick-prev {
        left: 9vw;
    }
    .hc_s4_slider_i .slick-next{
            right: 9vw;
    }
}
@media screen and (max-width: 550px){
    .hc_s4{
        padding-top: 11.875vw;
        padding-bottom: 12.1vw;
    }
    .hc_s4 .section_inner{
        width: 100%;
    }
    .hc_s4_left{
        width: 100%;
        padding-right: 12.5vw;
        padding-left: 12.5vw;
        padding-bottom: 0vw;
    }
    .hc_s4_left article{}
    .hc_s4_left article h3{
        font-size: 10vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 0.5vw;
    }
    .hc_s4_left article h3 br{
        display: none;
    }       
    .hc_s4_left article h3 .m{
        display: block;
    }
    .hc_s4_bg_art1{
        display: none;
    }
    .hc_s4_slider{
        width: 100%;
        padding-top: 0vw;
        padding-left: 15.8vw;
        padding-right: 24.958vw;
        margin-top: -0.208vw;
        padding-bottom: 0vw;
    }
    .hc_s4_slider_item{}
    .hc_s4_slider_text_img{
        position: relative;
        left: 0vw;
        top: inherit;
    }
    .hc_s4_slider_text_img img{
        width: 100%;
    }
    .hc_s4_slider_i .slick-prev, .hc_s4_slider_i .slick-next{top: 28%;}
    .hc_s4_slider_i .slick-prev {
        left: 9vw;
        display: none !important;
    }
    .hc_s4_slider_i .slick-next{
            right: -16vw;
    }
}
/*
  Section 05
=========================================*/
.hc_s5{
    padding-top: 84px;
    padding-bottom: 76px;
}
.hc_s5 .section_inner{
    width: 1234px;
}
.hc_s5_in{
    padding-top: 43px;
    padding-bottom: 104px;
    background-color: #F7F7F7;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
}
.hc_s5_left{
    width: 54.5%;
}
.hc_s5_left_img{}
.hc_s5_left_img img{}
.hc_s5_right{
    width: 45.5%;
    padding-left: 65px;
    padding-top: 123px;
}
.hc_s5_right article{}
.hc_s5_right article h2{
    transform: rotate(-6deg);
    color: #F2CFC3;
    margin-bottom: 7px;
    padding-left: 18px;
}
.hc_s5_right article h3{
    text-transform: uppercase;
    margin-bottom: 49px;
    position: relative;
    z-index: 5;
}
.hc_s5_right article p{
    padding-left: 3px;
}
.hc_s5_right article .pf4_button{
    margin-left: 4px;
    margin-top: 1px;
    padding: 14px 65px 14px 66px;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .hc_s5{
        padding-top: 5.833vw;
        padding-bottom: 5.278vw;
    }
    .hc_s5 .section_inner{
        width: 85.694vw;
    }
    .hc_s5_in{
        padding-top: 2.986vw;
        padding-bottom: 7.222vw;
    }
    .hc_s5_left{
        width: 54.5%;
    }
    .hc_s5_left_img{}
    .hc_s5_left_img img{}
    .hc_s5_right{
        width: 45.5%;
        padding-left: 4.514vw;
        padding-top: 8.542vw;
    }
    .hc_s5_right article{}
    .hc_s5_right article h2{
        margin-bottom: 0.486vw;
        padding-left: 1.25vw;
    }
    .hc_s5_right article h3{
        margin-bottom: 3.403vw;
    }
    .hc_s5_right article p{
        padding-left: 0.208vw;
    }
    .hc_s5_right article .pf4_button{
        margin-left: 0.278vw;
        margin-top: 0.069vw;
        padding: 0.972vw 4.514vw 0.972vw 4.583vw;
    }
}
@media screen and (max-width: 1140px){
    .hc_s5{}
    .hc_s5 .section_inner{
        width: 90vw;
    }
    .hc_s5_in{
        padding-right: 5vw;
    }
    .hc_s5_left{}
    .hc_s5_left_img{}
    .hc_s5_left_img img{}
    .hc_s5_right{}
    .hc_s5_right article{}
    .hc_s5_right article h2{}
    .hc_s5_right article h3{}
    .hc_s5_right article p{}
    .hc_s5_right article .pf4_button{}
}
@media screen and (max-width: 1024px){
    .hc_s5{}
    .hc_s5 .section_inner{}
    .hc_s5_in{}
    .hc_s5_left{
        width: 50.5%;
    }
    .hc_s5_left_img{}
    .hc_s5_left_img img{}
    .hc_s5_right{
        width: 49.5%;
    }
    .hc_s5_right article{}
    .hc_s5_right article h2{}
    .hc_s5_right article h3{}
    .hc_s5_right article p{}
    .hc_s5_right article .pf4_button{}
}
@media screen and (max-width: 768px){
    .hc_s5{
        padding-top: 16.333vw;
        padding-bottom: 9.708vw;
    }
    .hc_s5 .section_inner{
        width: 100%;
    }
    .hc_s5_in{
        padding: 0vw;
        background-color: #f7f7f700;
    }
    .hc_s5_left{
        width: 100%;
        padding-left: 9.167vw;
        padding-right: 9.167vw;
    }
    .hc_s5_left_img{
        position: relative;
        z-index: 5;
    }
    .hc_s5_left_img img{}
    .hc_s5_bg_art1.mobile_only{
        display: block;
        position: absolute;
        top: -6.042vw;
        right: -5.833vw;
        z-index: -1;
        width: 69.167vw;
        height: 36.458vw;
        background-color: #f7f7f7;
    }
    .hc_s5_right{
        padding: 0vw;
        width: 100%;
        padding-left: 8.333vw;
        margin-top: -2.083vw;
        padding-right: 7.083vw;
    }
    .hc_s5_right article{}
    .hc_s5_right article h2{
        font-size: 15.521vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.64;
        letter-spacing: normal;
        position: relative;
        z-index: 6;
        margin-left: 3.375vw;
        margin-bottom: -1.667vw;
    }
    .hc_s5_right article h3{
        font-size: 7vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.07;
        letter-spacing: 0.5vw;
        margin-bottom: -0.417vw;
        text-align: right;
        padding-right: 10vw;
        position: relative;
        z-index: 6;
    }
    .hc_s5_right article p{
        font-size: 3.2vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.72;
        letter-spacing: 0.3vw;
        text-align: center;
        padding-left: 7.5vw;
    }
    .hc_s5_right article span{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .hc_s5_right article .pf4_button{
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.72;
        letter-spacing: 0.544vw;
        margin: 0 auto;
        text-align: center;
        margin-top: 1.667vw;
        margin-left: -0.833vw;
        padding: 2.125vw 4.792vw 1.708vw 5.625vw;
        font-size: 2.2vw;
    }
}
@media screen and (max-width: 550px){
    .hc_s5{
        padding-top: 18.333vw;
        padding-bottom: 12.708vw;
    }
    .hc_s5 .section_inner{
        width: 100%;
    }
    .hc_s5_in{
        padding: 0vw;
        background-color: #f7f7f700;
    }
    .hc_s5_left{
        width: 100%;
        padding-left: 9.167vw;
        padding-right: 9.167vw;
    }
    .hc_s5_left_img{
        position: relative;
        z-index: 5;
    }
    .hc_s5_left_img img{}
    .hc_s5_bg_art1.mobile_only{
        display: block;
        position: absolute;
        top: -6.042vw;
        right: -5.833vw;
        z-index: -1;
        width: 69.167vw;
        height: 36.458vw;
        background-color: #f7f7f7;
    }
    .hc_s5_right{
        padding: 0vw;
        width: 100%;
        padding-left: 8.333vw;
        margin-top: -2.083vw;
        padding-right: 7.083vw;
    }
    .hc_s5_right article{}
    .hc_s5_right article h2{
        font-size: 24.521vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.64;
        letter-spacing: normal;
        position: relative;
        z-index: 6;
        margin-left: -5.625vw;
        margin-bottom: -1.667vw;
    }
    .hc_s5_right article h3{
        font-size: 9.6vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.07;
        letter-spacing: 0.5vw;
        margin-bottom: -0.417vw;
        text-align: right;
        padding-right: 0vw;
    }
    .hc_s5_right article p{
        font-size: 3.75vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.72;
        letter-spacing: 0.3vw;
        text-align: center;
        padding-left: 7.5vw;
    }
    .hc_s5_right article span{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .hc_s5_right article .pf4_button{
        font-size: 3.021vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.72;
        letter-spacing: 0.544vw;
        margin: 0 auto;
        text-align: center;
        padding: 2.917vw 13.542vw 2.917vw 13.75vw;
        margin-top: 1.667vw;
        margin-left: -0.833vw;
    }
}
/*
  Section 06
=========================================*/
.hc_s6{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 123px;
    padding-bottom: 91px;
}
.hc_s6 .section_inner{}
.hc_s6 article{
    text-align: center;
    margin: 0 auto;
}
.hc_s6 article h3{
    font-size: 63.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.87;
    letter-spacing: 3.18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 43px;
}
.hc_s6 article h2{
    font-size: 182px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.64;
    letter-spacing: normal;
    color: #f2cfc3;
    transform: rotate(-6deg);
    margin-bottom: 61px;
}
.hc_s6 article p{
    color: #ffffff;
}
.hc_s6 article p br{}
.hc_s6 article p br.m{
    display: none;
}
.hc_s6 article .pf4_button{
    margin-top: 13px;
    padding: 15px 43px 13px 43px;
}
.hc_s6 article .pf4_button:hover{
    box-shadow: 0px 0px 2px #FFF;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .hc_s6{
        padding-top: 8.542vw;
        padding-bottom: 6.319vw;
    }
    .hc_s6 .section_inner{}
    .hc_s6 article{}
    .hc_s6 article h3{
        font-size: 4.41vw;
        letter-spacing: 0.221vw;
        margin-bottom: 2.986vw;
    }
    .hc_s6 article h2{
        font-size: 12.639vw;
        margin-bottom: 4.236vw;
    }
    .hc_s6 article p{}
    .hc_s6 article p br{}
    .hc_s6 article p .m{
        display:none;
    }
    .hc_s6 article .pf4_button{
        margin-top: 0.903vw;
        padding: 1.042vw 2.986vw 0.903vw 2.986vw;
    }
}
@media screen and (max-width: 1140px){
    .hc_s6{}
    .hc_s6 .section_inner{}
    .hc_s6 article{}
    .hc_s6 article h3{}
    .hc_s6 article h2{}
    .hc_s6 article p{}
    .hc_s6 article p br{}
    .hc_s6 article .pf4_button{}
}
@media screen and (max-width: 1024px){
    .hc_s6{}
    .hc_s6 .section_inner{
        width: 100%;
    }
    .hc_s6 article{}
    .hc_s6 article h3{
        font-size: 5.201vw;
    }
    .hc_s6 article h2{
        font-size: 11vw;
    }
    .hc_s6 article p{}
    .hc_s6 article p br{}
    .hc_s6 article .pf4_button{}
}
@media screen and (max-width: 768px){
    .hc_s6{
        padding-top: 13.333vw;
        padding-bottom: 14.167vw;
        background-position: center top;
    }
    .hc_s6 .section_inner{
        width: 100%;
        padding-left: 8.333vw;
        padding-right: 8.333vw;
    }
    .hc_s6 article{}
    .hc_s6 article h3{
        font-size: 7.104vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: 0.506vw;
        margin-bottom: 1.292vw;
    }
    .hc_s6 article h2{
        font-size: 16.896vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.64;
        letter-spacing: normal;
        margin-bottom: 7.083vw;
    }
    .hc_s6 article p{
        font-size: 3.2vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.3vw;
        margin-bottom: 3.125vw;
    }
    .hc_s6 article p br{display: none;}
    .hc_s6 article p .m{display: block;}
    .hc_s6 article .pf4_button{
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.72;
        letter-spacing: 0.544vw;
        padding: 2.125vw 4.792vw 1.708vw 5.625vw;
        font-size: 2.2vw;
    }
}
@media screen and (max-width: 550px){
    .hc_s6{
        padding-top: 13.333vw;
        padding-bottom: 14.167vw;
        background-position: center top;
    }
    .hc_s6 .section_inner{
        width: 100%;
        padding-left: 8.333vw;
        padding-right: 8.333vw;
    }
    .hc_s6 article{}
    .hc_s6 article h3{
        font-size: 9.104vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: 0.506vw;
        margin-bottom: 7.292vw;
    }
    .hc_s6 article h2{
        font-size: 28.896vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.64;
        letter-spacing: normal;
        margin-bottom: 12.083vw;
    }
    .hc_s6 article p{
        font-size: 3.75vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.3vw;
        margin-bottom: 3.125vw;
    }
    .hc_s6 article p br{display: none;}
    .hc_s6 article p .m{display: block;}
    .hc_s6 article .pf4_button{
        font-size: 3.021vw;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.72;
        letter-spacing: 0.544vw;
        padding: 3.125vw 8.958vw 2.708vw 8.958vw;
    }
}


/*
  Section 07
=========================================*/
.hc_s7{padding-top: 74px;padding-bottom: 66px;}
.hc_s7 .section_inner{
    width: 790px;
}

.hc_s7 h3{
    text-align: center;
    width: 100%;
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 1.1;
    letter-spacing: 0.7px;
    padding-bottom: 25px;
}
.hc_s7_form{
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 0px;
}
.hc_s7_form form{
}

.hc_s7_form_in{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.hc_s7_form_in input{
    background-color: transparent;
    border: 0px solid #FFF;
    border-bottom: 2px solid #c6c6c6;
    color: #000;
    width: 100%;
    letter-spacing: 2px;
    display: block;
    padding-bottom: 4px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    padding-left: 2px;
    text-transform: capitalize;
    font-family: 'Avenir LT 65';
    line-height: 1.7;
    margin-bottom: 30px;
}
.hc_s7_form_in input[type="submit"]{
    padding: 15px 43px 13px 43px;
    position: relative;
    display: inline-block;
    margin: 0;
    opacity: 1;
    text-transform: uppercase;
    font-family: 'Avenir Next LT Pro';
    font-size: 14.5px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 2.61px;
    color: #000000;
    background-color: #F2D0C4;
    width: auto;
    border: 0px solid;
}
.hc_s7_form_in input[type="submit"]:hover{
    background-color: #000;
    color: #FFF;
}
.hc_s7_form_in .text-field{
}
.hc_s7_form_in .email-field{
}
.hc_s7_form_in .submit-field{
    padding-top: 0px;
    margin-top: -5px;
}


.hc_s7_form_in input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.hc_s7_form_in input::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.hc_s7_form_in input:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.hc_s7_form_in input:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}
@media screen and (max-width: 1440px){
    .hc_s7{
        padding-top: 5.139vw;
        padding-bottom: 4.583vw;
    }
    .hc_s7 .section_inner{
        width: 54.861vw;
    }

    .hc_s7 h3{
        font-size: 2.222vw;
        letter-spacing: 0.049vw;
        padding-bottom: 1.736vw;
    }
    .hc_s7_form{ }
    .hc_s7_form form{ }

    .hc_s7_form_in{ }
    .hc_s7_form_in input{
        letter-spacing: 0.139vw;
        padding-bottom: 0.278vw;
        font-size: 1.042vw;
        padding-left: 0.139vw;
        margin-bottom: 2.083vw;
    }
    .hc_s7_form_in input[type="submit"]{
        padding: 1.042vw 2.986vw 0.903vw 2.986vw;
        font-size: 1.007vw;
        letter-spacing: 0.181vw;
    }
    .hc_s7_form_in input[type="submit"]:hover{ }
    .hc_s7_form_in .text-field{ }
    .hc_s7_form_in .email-field{ }
    .hc_s7_form_in .submit-field{
        margin-top: -0.347vw;
    }
}
@media screen and (max-width: 1140px){
    .hc_s7{ }
    .hc_s7 .section_inner{ }

    .hc_s7 h3{font-size: 3vw;}
    .hc_s7_form{ }
    .hc_s7_form form{ }

    .hc_s7_form_in{ }
    .hc_s7_form_in input{font-size: 1.3vw;}
    .hc_s7_form_in input[type="submit"]{padding: 1.042vw 2.986vw 0.903vw 2.986vw;font-size: 1.305vw;letter-spacing: 0.235vw;}
    .hc_s7_form_in input[type="submit"]:hover{ }
    .hc_s7_form_in .text-field{ }
    .hc_s7_form_in .email-field{ }
    .hc_s7_form_in .submit-field{ }
}
@media screen and (max-width: 1024px){
    .hc_s7{ }
    .hc_s7 .section_inner{ }

    .hc_s7 h3{ }
    .hc_s7_form{ }
    .hc_s7_form form{ }

    .hc_s7_form_in{ }
    .hc_s7_form_in input{ }
    .hc_s7_form_in input[type="submit"]{ }
    .hc_s7_form_in input[type="submit"]:hover{ }
    .hc_s7_form_in .text-field{ }
    .hc_s7_form_in .email-field{ }
    .hc_s7_form_in .submit-field{ }
}
@media screen and (max-width: 768px){
    .hc_s7{padding-left: 7vw;padding-right: 7vw;padding-top: 8.139vw;padding-bottom: 7.583vw;}
    .hc_s7 .section_inner{width: 100%;}

    .hc_s7 h3{font-size: 4vw;padding-bottom: 2.736vw;}
    .hc_s7_form{ }
    .hc_s7_form form{ }

    .hc_s7_form_in{ }
    .hc_s7_form_in input{font-size: 2vw;margin-bottom: 4.083vw;}
    .hc_s7_form_in input[type="submit"]{padding: 2.125vw 4.792vw 1.708vw 5.625vw;font-size: 2.2vw;}
    .hc_s7_form_in input[type="submit"]:hover{ }
    .hc_s7_form_in .text-field{ }
    .hc_s7_form_in .email-field{ }
    .hc_s7_form_in .submit-field{ }
}
@media screen and (max-width: 550px){
    .hc_s7{padding-left: 14vw;padding-right: 14vw;padding-top: 13.18vw;padding-bottom: 12.5vw;background-color: #F7F7F7;}
    .hc_s7 .section_inner{ }

    .hc_s7 h3{font-size: 6vw;padding-bottom: 5.5vw;}
    .hc_s7 h3 br{display: none;}
    .hc_s7_form{ }
    .hc_s7_form form{ }

    .hc_s7_form_in{ }
    .hc_s7_form_in input{font-size: 3.4vw;margin-bottom: 5.6vw;padding-bottom: 1.12vw;}
    .hc_s7_form_in input[type="submit"]{font-size: 3.021vw;line-height: 1.72;letter-spacing: 0.544vw;padding: 3.125vw 8.958vw 2.708vw 8.958vw;}
    .hc_s7_form_in input[type="submit"]:hover{ }
    .hc_s7_form_in .text-field{ }
    .hc_s7_form_in .email-field{ }
    .hc_s7_form_in .submit-field{padding-top: 2.4vw;}
}

/*
  Section 08
=========================================*/
.hc_s8{ background-color: #f2cfc3; }
.hc_s8 .section_inner{
    width: 1440px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.hc_s8_left{width: 16.9%;padding-top: 26px;padding-bottom: 9px;padding-left: 25px;}
.hc_s8_left h3{
    font-size: 31px;
    line-height: 0.97;
    letter-spacing: 1.55px;
    text-transform: uppercase;
}
.hc_s8_left h3 br{}
.hc_s8_left h3 span{
    font-family: 'Silver South Script';
    transform: rotate(-6deg);
    font-size: 69.5px;
    line-height: 1.68;
    text-transform: none;
    display: block;
    margin-top: -57px;
    letter-spacing: 0.2px;
    margin-bottom: -27px;
}
.hc_s8_left a{
    font-family: 'Avenir Next LT Pro';
    color: #000;
    font-weight: 600;
    font-size: 14.5px;
    letter-spacing: 2.2px;
}

.hc_s8_right{width: 83.1%;}
.hc_s8_right .instagram_feed{}
.hc_s8_right .instagram_gallery{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.hc_s8_right .instagram_gallery a{ width: 20%; }
.hc_s8_right .instagram_gallery a img{
    width: 100% !important;
    margin: 0px !important;
}
@media screen and (max-width: 1440px){
    .hc_s8{  }
    .hc_s8 .section_inner{
        width: 100vw;
    }

    .hc_s8_left{
        padding-top: 1.806vw;
        padding-bottom: 0.625vw;
        padding-left: 1.736vw;
    }
    .hc_s8_left h3{
        font-size: 2.153vw;
        letter-spacing: 0.108vw;
    }
    .hc_s8_left h3 br{}
    .hc_s8_left h3 span{
        font-size: 4.826vw;
        margin-top: -3.958vw;
        letter-spacing: 0.014vw;
        margin-bottom: -1.875vw;
    }
    .hc_s8_left a{
        font-size: 1.007vw;
        letter-spacing: 0.153vw;
    }

    .hc_s8_right{width: 83.1%;}
    .hc_s8_right .instagram_feed{}
    .hc_s8_right .instagram_gallery{ }
    .hc_s8_right .instagram_gallery a{ }
    .hc_s8_right .instagram_gallery a img{ }
}
@media screen and (max-width: 1140px){
    .hc_s8{  }
    .hc_s8 .section_inner{ }

    .hc_s8_left{ }
    .hc_s8_left h3{margin-bottom: 0px;}
    .hc_s8_left h3 br{}
    .hc_s8_left h3 span{ }
    .hc_s8_left a{ }

    .hc_s8_right{  }
    .hc_s8_right .instagram_feed{  }
    .hc_s8_right .instagram_gallery{  }
    .hc_s8_right .instagram_gallery a{  }
    .hc_s8_right .instagram_gallery a img{  }    
}
@media screen and (max-width: 1024px){
    .hc_s8{  }
    .hc_s8 .section_inner{ }

    .hc_s8_left{width: 100%;text-align: center;padding-top: 5vw;padding-bottom: 2vw;padding-left: 0vw;}
    .hc_s8_left h3{font-size: 3.762vw;}
    .hc_s8_left h3 br{
    /* display: none; */
}
    .hc_s8_left h3 span{font-size: 7.826vw;margin-top: -2.958vw;letter-spacing: 0.014vw;margin-bottom: -1.875vw;}
    .hc_s8_left a{font-size: 2.007vw;}

    .hc_s8_right{width: 100%;}
    .hc_s8_right .instagram_feed{  }
    .hc_s8_right .instagram_gallery{  }
    .hc_s8_right .instagram_gallery a{  }
    .hc_s8_right .instagram_gallery a img{  }    
}
@media screen and (max-width: 768px){
    .hc_s8{  }
    .hc_s8 .section_inner{ }

    .hc_s8_left{padding-top: 8vw;padding-bottom: 2vw;}
    .hc_s8_left h3{font-size: 4.762vw;}
    .hc_s8_left h3 br{}
    .hc_s8_left h3 span{font-size: 9.826vw;margin-top: -5.958vw;}
    .hc_s8_left a{ }

    .hc_s8_right{  }
    .hc_s8_right .instagram_feed{  }
    .hc_s8_right .instagram_gallery{  }
    .hc_s8_right .instagram_gallery a{  }
    .hc_s8_right .instagram_gallery a img{  }    
}
@media screen and (max-width: 550px){
    .hc_s8{  }
    .hc_s8 .section_inner{ }

    .hc_s8_left{text-align: left;background-color: #f2cfc3;width: 50%;position: absolute;top: 0vw;left: 0vw;height: 50vw;padding-top: 4.9vw;padding-bottom: 2vw;padding-left: 4vw;}
    .hc_s8_left h3{text-align: left;font-size: 6.5vw;}
    .hc_s8_left h3 br{}
    .hc_s8_left h3 span{font-size: 13.8vw;margin-top: -10.958vw;margin-bottom: -2.3vw;}
    .hc_s8_left a{font-size: 3.3vw;}

    .hc_s8_right{  }
    .hc_s8_right .instagram_feed{  }
    .hc_s8_right .instagram_gallery{  }
    .hc_s8_right .instagram_gallery a{width: 50%;}
    .hc_s8_right .instagram_gallery a img{  }  

    .hc_s8_right .instagram_gallery a:last-child{
      display:none;
    }  
}


/*
  MBL Footer
=========================================*/
.mbl_footer{
    background-color: #000000;
    padding-bottom: 20px;
    padding-top: 18px;
}
.mbl_footer .section_inner{
    font-family: 'Quicksand', sans-serif;
    color: #FFF;
    letter-spacing: 1.7px;
    font-size: 15px;
    font-weight: normal;
    width: 1230px;
    text-align: center;
    display: block;
}
.mbl_footer a{
    margin: 0px;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
}
.mbl_footer .divider{
    color: #FFF;
    display: inline-block;
    padding-left: 13px;
    padding-right: 6px;
}
.mbl_footer .text{}
.mbl_footer .text2{
    text-transform: uppercase;
}
.mbl_footer .Brandup{ color: #6bbdb9; }
/*
  Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
  .mbl_footer{
      padding-bottom: 1.597vw;
      padding-top: 1.528vw;
  }
  .mbl_footer .section_inner{
      letter-spacing: 0.118vw;
      font-size: 1.042vw;
      width: 85.417vw;
  }
  .mbl_footer a{
      margin: 0vw;
  }
  .mbl_footer .divider{
      padding-left: 0.903vw;
      padding-right: 0.417vw;
  }
  .mbl_footer .text{}
  .mbl_footer .text2{}
  .mbl_footer .Brandup{}
}
@media screen and (max-width: 1140px){
  .mbl_footer{}
  .mbl_footer .section_inner{
    font-size: 1.3vw;
}
  .mbl_footer a{}
  .mbl_footer .divider{}
  .mbl_footer .text{}
  .mbl_footer .text2{}
  .mbl_footer .Brandup{}
}
@media screen and (max-width: 1024px){
  .mbl_footer{
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .mbl_footer .section_inner{
    font-size: 1.6vw;
    width: 100%;
  }
  .mbl_footer a{}
  .mbl_footer .divider{}
  .mbl_footer .divider.s1{
    display: block;
    height: 1px;
    opacity: 0;
  }
  .mbl_footer .divider.s2{}
  .mbl_footer .text{}
  .mbl_footer .text2{}
  .mbl_footer .Brandup{}
}
@media screen and (max-width: 768px){
  .mbl_footer{}
  .mbl_footer .section_inner{
    font-size: 1.9vw;
  }
  .mbl_footer a{}
  .mbl_footer .divider{}
  .mbl_footer .divider.s2{
    display: block;
    height: 1px;
    opacity: 0;
  }
  .mbl_footer .text{
    font-size: 1.9vw;
  }
  .mbl_footer .text2{}
  .mbl_footer .Brandup{}
}
@media screen and (max-width: 550px){
  .mbl_footer{
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom: 6.2vw;
    padding-top: 4.2vw;
    line-height: 1.1;
  }
  .mbl_footer .section_inner{
    font-size: 3.3vw;
    letter-spacing: 0.39vw;
  }
  .mbl_footer a{}
  .mbl_footer .divider{
    padding-left: 0.903vw;
    padding-right: 0.3vw;
  }
  .mbl_footer .divider.s1{
    height: 7px;
  }
  .mbl_footer .divider.s2{
    height: 3.5vw;
  }
  .mbl_footer .text{
  font-size: 3.2vw;
  }
  .mbl_footer .text2{
    font-size: 2.99vw;
    letter-spacing: 0.2vw;
  }
  .mbl_footer .Brandup{
    letter-spacing: 0.2vw;
    font-size: 2.99vw;
  }
}