/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
/* font-family: 'Quicksand', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap');
/* font-family: 'Poppins', sans-serif; */

@font-face {
    font-family: 'Ogg-Roman';
    src: url('ogg-roman.woff2') format('woff2'),
        url('ogg-roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela';
    src: url('canela-regularitalic.woff2') format('woff2'),
        url('canela-regularitalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'StyreneAWeb';
    src: url('styreneaweb-regular.woff2') format('woff2'),
        url('styreneaweb-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'StyreneAWeb';
    src: url('styreneaweb-medium.woff2') format('woff2'),
        url('styreneaweb-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'StyreneAWeb';
    src: url('styreneaweb-bold.woff2') format('woff2'),
        url('styreneaweb-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('hk-grotesk-regular.woff2') format('woff2'),
        url('hk-grotesk-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('hk-grotesk-bold.woff2') format('woff2'),
        url('hk-grotesk-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Commuters Sans';
    src: url('commuters-sans-regular.woff2') format('woff2'),
        url('commuters-sans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Commuters Sans';
    src: url('commuters-sans-semi-bold.woff2') format('woff2'),
        url('commuters-sans-semi-bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ridley Grotesk';
    src: url('ridleygrotesk-regular.woff2') format('woff2'),
        url('ridleygrotesk-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Voyage';
    src: url('voyage-regular.woff2') format('woff2'),
        url('voyage-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*
    GLOBAL FONT STYLE
===============================================*/
body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: 0.68px;
    text-align: left;
    color: #000000;
    font-family: 'HK Grotesk';
}
h1, h2, h3, h4, h5, h6{
    margin:0;
    margin-bottom:20px;
    font-family: 'Ogg-Roman';
    font-weight: normal;
    color: #000000;
}
h1{
    font-family: 'Ogg-Roman';
    font-size: 93px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    font-family: 'Voyage';
}
h2{
    font-family: 'Ogg-Roman';
    font-size: 70.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.41px;
    color: #ffffff;
}
h3{
    font-family: 'Ogg-Roman';
    font-size: 53px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    font-family: 'Voyage';
}
h4{
    font-family: 'Ogg-Roman';
    font-size: 41px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.3px;
    color: #000000;
    font-family: 'Voyage';
}
h5{
  font-family: 'StyreneAWeb';
  font-size: 16.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 1.3px;
  color: #000000;
  font-family: 'Commuters Sans';
  font-family: 'Ridley Grotesk';
}
h6{
  /* font-family: 'StyreneAWeb'; */
  font-size: 15.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 1.3px;
  color: #000000;
  font-family: 'Commuters Sans';
  font-family: 'Ridley Grotesk';
}

br[m]{
    display:none;
}
@media screen and (max-width: 550px){
    br[m]{
        display:unset;
    }
    br[d]{
        display:none;
    }
}
.mobile_only{
    display:none;
}
/* 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; }

.pf4_button{
    display: inline-block;
    margin: 0;
    opacity: 1;
    background-color: #1B494F;
    padding: 13px 37px 9px 38px;
    font-family: 'Ridley Grotesk';
}
.pf4_button span{
    font-family: StyreneAWeb;
    font-size: 13.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 1.1px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-right: 31px;
    font-family: 'Commuters Sans';
    font-family: 'Ridley Grotesk';
}
.pf4_button span:before{
    content: "";
    position: absolute;
    background-image: url(stf-button-art.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    top: 3px;
    right: 0px;
    width: 20px;
    height: 11px;
}
.pf4_button:hover {
    background-color: #1e5258;
}
.section_inner {
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing:border-box;
}
.section_inner img {
    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.111vw;
        letter-spacing: 0.047vw;
    }
    h1, h2, h3, h4, h5, h6{}
    h1{
        font-size: 6.458vw;
    }
    h2{
        font-size: 4.896vw;
        letter-spacing: 0.098vw;
    }
    h3{
        font-size: 3.681vw;
    }
    h4{
        font-size: 2.847vw;
        letter-spacing: 0.16vw;
    }
    h5{
      font-size: 1.146vw;
      letter-spacing: 0.09vw;
    }
    h6{
      font-size: 1.076vw;
      letter-spacing: 0.09vw;
    }
    .pf4_button{
        padding: 0.903vw 2.569vw 0.625vw 2.639vw;
    }
    .pf4_button span{
        font-size: 0.938vw;
        letter-spacing: 0.076vw;
        padding-right: 2.153vw;
    }
    .pf4_button span:before{
        top: 0.208vw;
        right: 0vw;
        width: 1.389vw;
        height: 0.764vw;
    }
    .pf4_button:hover {}
    .section_inner {
        width: 75vw;
    }
}
@media screen and (max-width: 1140px){
    body{
        font-size: 1.2vw;
        letter-spacing: 0.057vw;
    }
    h1, h2, h3, h4, h5, h6{}
    h1{
        font-size: 6.75vw;
    }
    h2{
        font-size: 4.875vw;
        letter-spacing: 0.117vw;
    }
    h3{
        font-size: 4vw;
    }
    h4{
        font-size: 4.2vw;
        letter-spacing: 0.192vw;
    }
    h5{
      font-size: 1.375vw;
      letter-spacing: 0.108vw;
    }
    h6{
      font-size: 1.292vw;
      letter-spacing: 0.108vw;
    }
    .pf4_button{
        padding: 1.083vw 3.083vw 0.75vw 3.167vw;
    }
    .pf4_button span{
        font-size: 1.2vw;
        letter-spacing: 0.092vw;
        padding-right: 2.583vw;
    }
    .pf4_button span:before{
        top: 0.25vw;
        right: 0vw;
        width: 1.667vw;
        height: 0.917vw;
    }
    .pf4_button:hover {}
    .section_inner {
        width: 90vw;
    }
}
@media screen and (max-width: 1024px){
  body{
      font-size: 1.4vw;
      letter-spacing: 0.068vw;
  }
  h1, h2, h3, h4, h5, h6{}
  h1{
      font-size: 7.3vw;
  }
  h2{
      font-size: 5.05vw;
      letter-spacing: 0.141vw;
  }
  h3{
      font-size: 5.3vw;
  }
  h4{
      font-size: 4.1vw;
      letter-spacing: 0.23vw;
  }
  h5{
    font-size: 1.65vw;
    letter-spacing: 0.13vw;
  }
  h6{
    font-size: 1.55vw;
    letter-spacing: 0.13vw;
  }
  .pf4_button{
      padding: 1.3vw 3.7vw 0.9vw 3.8vw;
  }
  .pf4_button span{
      font-size: 1.35vw;
      letter-spacing: 0.11vw;
      padding-right: 3.1vw;
  }
  .pf4_button span:before{
      top: 0.3vw;
      right: 0vw;
      width: 2vw;
      height: 1.1vw;
  }
  .pf4_button:hover {}
  .section_inner {
      width: 108vw;
  }
}
@media screen and (max-width: 768px){
    body{
      font-size: 2.083vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.78;
      letter-spacing: 0.143vw;
    }
    h1, h2, h3, h4, h5, h6{}
    h1{
      font-size: 10.677vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.88;
      letter-spacing: normal;
    }
    h2{
      font-size: 9.766vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: 0.143vw;
    }
    h3{
      font-size: 6.12vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
    }
    h4{
      font-size: 5.664vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.06;
      letter-spacing: 0.329vw;
    }
    h5{
      font-size: 2.865vw;
      font-weight: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.057vw;
    }
    h6{
      font-size: 2.669vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 4.32;
      letter-spacing: 0.134vw;
    }
    .pf4_button{
        display: inline-block;
        margin: 0;
        opacity: 1;
        background-color: #1B494F;
        padding: 1.5vw 6.51vw 1.3vw 6.901vw;
    }
    .pf4_button span{
        font-family: StyreneAWeb;
        font-size: 2.083vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 0.182vw;
        text-align: left;
        color: #ffffff;
        text-transform: uppercase;
        position: relative;
        padding-right: 5.339vw;
    }
    .pf4_button span:before{
        content: "";
        position: absolute;
        background-image: url(stf-button-art.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 2;
        top: 0.651vw;
        right: 0vw;
        width: 3.516vw;
        height: 1.953vw;
    }
    .pf4_button:hover {
        background-color: #1e5258;
    }
}
@media screen and (max-width: 550px){
    body{
      /* font-size: 16px; */
      font-size: 4vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.78;
      letter-spacing: 0.1vw;
    }
    h1, h2, h3, h4, h5, h6{}
    h1{
      font-size: 15vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.88;
      letter-spacing: normal;
    }
    h2{
      font-size: 11.458vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: 0.229vw;
    }
    h3{
      font-size: 8.542vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
    }
    h4{
      font-size: 10.521vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.06;
      letter-spacing: 0.527vw;
    }
    h5{
      font-size: 4.583vw;
      font-weight: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 0.092vw;
    }
    h6{
      font-size: 4.271vw;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 4.32;
      letter-spacing: 0.215vw;
    }
    .pf4_button{
        display: inline-block;
        margin: 0;
        opacity: 1;
        background-color: #1B494F;
        padding: 3.333vw 10.417vw 2.708vw 11.042vw;
    }
    .pf4_button span{
        font-family: StyreneAWeb;
        font-size: 3.75vw;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 0.292vw;
        text-align: left;
        color: #ffffff;
        text-transform: uppercase;
        position: relative;
        padding-right: 8.542vw;
    }
    .pf4_button span:before{
        content: "";
        position: absolute;
        background-image: url(stf-button-art.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 2;
        top: 1.042vw;
        right: 0vw;
        width: 5.625vw;
        height: 3.125vw;
    }
    .pf4_button:hover {
        background-color: #1e5258;
    }
}



/*
    Header
------------------------------*/
.ln_header {
    padding-top: 121px;
    text-align: center;
    z-index: 9999;
    position: relative;
}
.ln_header .section_inner{
    position: fixed;
    width: 100%;
    top: 0px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 22px;
}
.ln_header .section_inner img{

}
.ln_header .user img{
    width: unset;
    border-radius: 50%;
}
/* .ln_header_right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
} */

/* .ln_logo img {
    width: 253px;
    height: 109px;
    margin: 0 auto;
    margin-bottom: 84px;
} */

.ln_header_right ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ln_header_right li {
    display: inline-block;
    margin: 0;
    padding-left: 20px;
    position: relative;
}

.ln_header_right li a {
    font-size: 14px;
    letter-spacing: 1.45px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    color: #000000;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 4px 0px 4px 10px;
    font-family: 'StyreneAWeb';
    font-family: 'Commuters Sans';
    font-family: 'Ridley Grotesk';
}
.ln_header_right li a:hover:before{
    content:"";
    background-color: #e6fc89;
    position: absolute;
    bottom: 2px;
    left: 0px;
    display: block;
    width: 100%;
    height: 12px;
    z-index: -1;
}
.ln_header_right li:last-child a {
    border: 1px solid #000;
}

.ln_header_right li a:hover:after {
    background-color: #e2a883;
}
.ln_header_right li.button_contact{}
.ln_header_right li.button_contact a{
    padding: 14px 44px 15px 44px;
    background-color: #214a50;
    color: #FFF;
    border: 0px !important;
}
.ln_header_right li.button_contact a:hover{
    background-color: #000;
}
.ln_header_right li.button_contact a span{}
.ln_header_right li.button_contact a:hover:before{
  display:none;
}
/*
    Responsive Header
------------------------------*/

.responsive-menu-hand {
    display: none;
}

.responsive-menu-hand svg {
    width: 100%;
    height: 100%;
}

.responsive-menu-close {
    clear: both;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 4vw;
    right: 5vw;
}

.responsive-menu-close strong {
    position: relative;
    height: 0px;
    width: 40px;
    display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
    width: 40px;
    display: block;
    background-color: #fff;
    height: 5px;
}

.responsive-menu-close span:nth-child(1) {
    transform: rotate(-45deg);
    margin-top: 25px;
}

.responsive-menu-close span:nth-child(2) {
    transform: rotate(45deg);
    margin-top: -5px;
}

.responsive-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -110%;
    background: #214A50;
    z-index: 999999;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    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: #ffffff;
    font-size: 22px !important;
    letter-spacing: 0.3px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.52;
    font-weight: bold;
    border: 0;
    margin: 0;
}

.responsive-menu ul li:hover {
    text-decoration: none;
}

.responsive-menu ul li a:hover {
    color: #ffffff;
}

.ln_logo img {
    width: 166px;
    margin-bottom: 0px;
    margin: 0px;
}
.ln_header_right{
    width: 75%;
    text-align: right;
    padding-top: 13px;
}
.ln_header_left{
    width: 25%;
    text-align: left;
    padding-top: 12px;
}
.ln_header_left a {
    display: block;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: -200% center;
}
.ln_header_left a img{
  opacity:0;
}
@media (max-width: 1440px) {
  .ln_header {
      padding-top: 8.403vw;
  }
  .ln_header .section_inner{
      padding-left: 2.778vw;
      padding-right: 2.778vw;
      padding-top: 1.528vw;
  }
  .ln_header_right ul {}
  .ln_header_right li {
      padding-left: 1.389vw;
  }
  .ln_header_right li a {
      font-size: 0.972vw;
      letter-spacing: 0.101vw;
      padding: 0.278vw 0vw 0.278vw 0.694vw;
  }
  .ln_header_right li a:hover:before{
      bottom: 0.139vw;
      height: 0.833vw;
  }
  .ln_header_right li.button_contact{}
  .ln_header_right li.button_contact a{
      padding: 0.972vw 3.056vw 1.042vw 3.056vw;
  }
  .responsive-menu-hand {
      display: none;
  }
  .responsive-menu-close {
      height: 2.778vw;
      width: 2.778vw;
      top: 57.6px;
      right: 72px;
  }
  .responsive-menu-close strong {
      width: 2.778vw;
  }
  .responsive-menu {}
  .responsive-menu.active {}
  .responsive-menu ul {}
  .responsive-menu ul li {}
  .responsive-menu ul li a,
  .responsive-menu .pf4_header_userarea span a {
      line-height: 2.778vw;
      height: 2.778vw;
      font-size: 1.528vw !important;
      letter-spacing: 0.021vw;
  }
  .ln_logo img {
      width: 11.528vw;
  }
  .ln_header_right{
      padding-top: 0.903vw;
  }
  .ln_header_left{
      padding-top: 0.833VW;
  }
}

@media (max-width: 1140px) {
  .ln_header {
      padding-top: 10.614vw;
  }
  .ln_header .section_inner{
      padding-left: 3.509vw;
      padding-right: 3.509vw;
      padding-top: 1.93vw;
  }

  .ln_header_right ul {}

  .ln_header_right li {
      padding-left: 1.754vw;
  }

  .ln_header_right li a {
      font-size: 1.228vw;
      letter-spacing: 0.127vw;
      padding: 0.351vw 0vw 0.351vw 0.877vw;
  }
  .ln_header_right li a:hover:before{
      bottom: 0.175vw;
      height: 1.053vw;
  }
  .ln_header_right li.button_contact{}
  .ln_header_right li.button_contact a{
      padding: 1.228vw 3.86vw 1.316vw 3.86vw;
  }

  .responsive-menu-hand {
      display: none;
  }

  .responsive-menu-close {
      height: 3.509vw;
      width: 3.509vw;
      top: 45.6px;
      right: 57px;
  }

  .responsive-menu-close strong {
      width: 3.509vw;
  }

  .responsive-menu {}

  .responsive-menu.active {}

  .responsive-menu ul {}

  .responsive-menu ul li {}

  .responsive-menu ul li a,
  .responsive-menu .pf4_header_userarea span a {
      line-height: 3.509vw;
      height: 3.509vw;
      font-size: 1.93vw !important;
      letter-spacing: 0.026vw;
  }

  .ln_logo img {
      width: 14.561vw;
  }
  .ln_header_right{
      padding-top: 1.14vw;
  }
  .ln_header_left{
      padding-top: 1.842vw;
  }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {

    .ln_logo img {
        /* height: auto !important; */
        width: 15vw;
    }

    .ln_header_right ul {
        display: none;
    }
    .ln_header {
        padding-top: 0vw;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        z-index: 99;
        left: 0;
        top: 0;
        border-bottom: 1px solid #000;
    }

    .responsive-menu-hand {
        display: inline-block;
        width: 5vw;
        margin-top: 1vw;
    }

    .ln_header .section_inner{
        position: relative;
        top: 0px;
        padding-left: 7vw;
        padding-right: 7vw;
    }
    .ln_header_right{
        width: 65%;
        text-align: right;
    }
    .ln_header_left{
        width: 35%;
    }
    .responsive-menu-hand {
        display: inline-block;
        width: 7.6vw;
        margin-top: 0.6vw;
        margin-right: 0vw;
    }

      .responsive-menu {}
      .responsive-menu.active {}
      .responsive-menu ul {}
      .responsive-menu ul li {
    padding-right: 10vw;
    padding-bottom: 2vw;
}
      .responsive-menu ul li a,
      .responsive-menu .pf4_header_userarea span a {
          line-height: normal;
          height: auto;
          font-size: 4.528vw !important;
          letter-spacing: 0.021vw;
          text-align: left;
      }
      .responsive-menu ul li a span{
          padding-left: 10vw;
          position: relative;
          padding-right: 2vw;
      }
      .responsive-menu ul li a:hover span:before{
        content:"";
        content: "";
        width: 100%;
        height: 17.13px;
        position: absolute;
        bottom: -1px;
        right: 0px;
        background-color: #e6fc8999;
        z-index: -1;
      }
      .responsive_stf_social{
    width: 100%;
    display: block;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 10vw;
}
      .responsive_stf_social a{
    display: inline-block;
    margin-right: 2vw;
}
      .responsive_stf_social a img{
    height: 4vw;
}
      .responsive_stf_social a.email{
    /* display: inline-block; */
}
      .responsive_stf_social a.instagram{}
      .responsive_stf_social a.pinterest{}
}

@media (max-width: 550px) {
    .ln_logo img {
        width: 100% !important;
        width: 42.5vw !important;
    }

    .ln_header {
        /* padding-top: 2.5vw; */
    }
    .ln_header .section_inner{
        position: relative;
        top: 0px;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
        padding-top: 0;
    }
    .ln_header_right{
        width: 30%;
        padding-right: 6vw;
        padding-top: 4vw;
    }
    .ln_header_left{
        width: 70%;
        padding-top: 0vw !important;
        background-color: #F6F5F3;
    }
    .ln_header_left a {
    FONT-WEIGHT: 100;
    background-position: -9vw center;
}
    .responsive-menu-hand {
        display: inline-block;
        width: 7.6vw;
        margin-top: 0.6vw;
        margin-right: 0vw;
    }

      .responsive-menu {}
      .responsive-menu.active {}
      .responsive-menu ul {}
      .responsive-menu ul li {
    padding-right: 10vw;
    padding-bottom: 2vw;
}
      .responsive-menu ul li a,
      .responsive-menu .pf4_header_userarea span a {
          line-height: normal;
          height: auto;
          font-size: 4.528vw !important;
          letter-spacing: 0.021vw;
          text-align: left;
      }
      .responsive-menu ul li a span{
          padding-left: 10vw;
          position: relative;
          padding-right: 2vw;
      }
      .responsive-menu ul li a:hover span:before{
        content:"";
        content: "";
        width: 100%;
        height: 17.13px;
        position: absolute;
        bottom: -1px;
        right: 0px;
        background-color: #e6fc8999;
        z-index: -1;
      }
}

.sk_header.active{
    width: 100%;
}
.sk_header.active .section_inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ececec;
    z-index: 999;
    position: fixed;
    top: 0px;
}

.sk_header.active .ln_header_left{
    width: 25%;
    text-align: left;
    padding-top: 0px;
}
.sk_header.active .ln_header_left a.ln_logo{
    display: inline-block;
    text-align: left;
}
.sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{
    margin-bottom: -8px;
    margin-left: 0px;
    width: 132px;
}

.sk_header.active .ln_header_right{
    width: 75%;
    text-align: right;
    padding-top: 7px;
}
.sk_header.active .ln_header_left{
  padding-top: 0vw !important;
}
.sk_header.active .ln_header_right{
  padding-top: 0vw;
}
.sk_header.active .ln_header_right ul{}


  .ln_header  .user {
    /*============================================================================
      #User Avatar
    ==============================================================================*/
    /*============================================================================
      #User Dropdown
    ==============================================================================*/
    display: block;
    margin-top: -20px;
    }
    .sk_header.active .section_inner .user {
      margin-top: -10px;
      margin-bottom: -13px;
    }
    .ln_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;
      margin-bottom: -11px;
      margin-left: 0px;
      }
    .ln_header  .user__dropdown {
      position: absolute;
      z-index: 9999;
      top: 22px;
      right: 0;
      display: none;
      padding: 20px 30px;
      text-align: left;
      white-space: nowrap;
      border-top: 0;
      background: #f9f9f9;
      box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
      }
      .ln_header  .user__dropdown--light a {
        color: #0a2338; }
      .ln_header  .user__dropdown--dark a {
        color: #fff; }
      .ln_header  .user__dropdown span {
        display: block; }
      .ln_header  .user__dropdown a {
        line-height: 32px !important;
        display: block;
        border: 0px solid #000 !important;
        }
  .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: 1440px) {
  .sk_header.active{ }
  .sk_header.active .section_inner{
      padding-left: 2.778vw;
      padding-right: 2.778vw;
      padding-top: 0.694vw;
      padding-bottom: 0.694vw;
  }

  .sk_header.active .ln_header_left{ }
  .sk_header.active .ln_header_left a.ln_logo{ }
  .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{
      margin-bottom: -0.8vw;
      width: 9.3vw;
  }

  .sk_header.active .ln_header_right{
      padding-top: 0vw;
  }
  .sk_header.active .ln_header_left{ }
  .sk_header.active .ln_header_right{ }
  .sk_header.active .ln_header_right ul{ }
}
@media (max-width: 1140px) {
  .sk_header.active{ }
  .sk_header.active .section_inner{
      padding-left: 3.509vw;
      padding-right: 3.509vw;
      padding-top: 0.877vw;
      padding-bottom: 0.877vw;
  }

  .sk_header.active .ln_header_left{ }
  .sk_header.active .ln_header_left a.ln_logo{ }
  .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{
      margin-bottom: -0.702vw;
      width: 11.67vw;
  }

  .sk_header.active .ln_header_right{
      /* padding-top: 0.614vw; */
  }
  .sk_header.active .ln_header_left{ }
  .sk_header.active .ln_header_right{ }
  .sk_header.active .ln_header_right ul{ }
}
@media (max-width: 1024px) {

}
@media (max-width: 768px) {
    .sk_header.active .section_inner{ }
    .sk_header.active .ln_header_left{width: 50%;padding-top: 0vw !important;}
    .sk_header.active .ln_header_left a.ln_logo{margin-bottom: -1vw;}
    .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{width: 16.9vw;}
    .sk_header.active .ln_header_right{width: 50%;margin-top: 0vw;padding-top: 0vw;}
    .sk_header.active .ln_header_right ul{}
    .sk_header.active .ln_header_right ul li{}
    .sk_header.active .ln_header_right ul li a{}
}
@media (max-width: 550px) {
    .sk_header.active{
    opacity: 0;
    z-index: -999;
    padding-top: 0vw;
    /* display: none; */
    /* padding-top: 0vw; */
    padding-top: 26.1vw;
    }
    .sk_header.active .section_inner{display: none;}
    .sk_header.active .ln_header_left{ }
    .sk_header.active .ln_header_left a.ln_logo{ }
    .sk_header.active .ln_header_left a.ln_logo img.ln_logo_image{ }
    .sk_header.active .ln_header_right{ }
    .sk_header.active .ln_header_right ul{}
    .sk_header.active .ln_header_right ul li{}
    .sk_header.active .ln_header_right ul li a{}
}




/*
        SECTION 01
-----------------------------*/
.stf_s1{padding-bottom: 50px;}
.stf_s1 .section_inner{
    width: 1080px;
}
.stf_s1_title{
    padding-left: 117px;
    position: relative;
    z-index: 5;
    bottom: -23px;
    width: 100%;
}
.stf_s1_title h1{
    margin-bottom: 1px;
}
.stf_s1_title h1 .art1{display: none;}
.stf_s1_title h1 .art2{
    position: relative;
}
.stf_s1_title h1 .art2:before{
    content: "";
    position: absolute;
    background-color: #000000;
    top: -70px;
    right: 60px;
    width: 2px;
    height: 439px;
    transform: rotate(30deg);
}
.stf_s1_title h1 br[m]{}
.stf_s1_title h3{}
.stf_s1_title h3 mark{
    background-color: rgba(255, 255, 255, 0);
    /* background-image: linear-gradient(120deg, #e6fc89 0%, #e6fc89 100%); */
    background-repeat: no-repeat;
    background-size: 99% 65%;
    background-position: 0px 96%;
    padding: 0;
    color: #000000;
    padding-left: 5px;
    margin-left: -5px;
}
.stf_s1_container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
}
.stf_s1_container_left{
    padding-left: 21px;
    width: 60.2%;
}
.stf_s1_container_left_img{}
.stf_s1_container_left_img img{}
.stf_s1_container_right{
    width: 39.8%;
    padding-left: 54px;
    padding-top: 197px;
}
.stf_s1_container_right article{}
.stf_s1_container_right article h5{
    text-transform: uppercase;
    margin-bottom: 7px;
}
.stf_s1_container_right article h5 strong{
    font-weight: 500;
    display: inline-block;
    margin-top: 15px;
}
.stf_s1_container_right article h5 br[d]{}
.stf_s1_container_right article p{
}
.stf_s1_container_right article p strong{font-weight: 600;font-style: italic;}
.stf_s1_container_right article p br[d]{}
.stf_s1_container_right article p br[m]{}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .stf_s1{
        padding-bottom: 2.764vw;
    }
    .stf_s1 .section_inner{
        width: 75vw;
    }
    .stf_s1_title{
        padding-left: 8.125vw;
        bottom: -1.5vw;
        width: 100%;
    }
    .stf_s1_title h1{
        margin-bottom: 0.069vw;
    }
    .stf_s1_title h1 .art1{}
    .stf_s1_title h1 .art2{}
    .stf_s1_title h1 .art2:before{
        top: -4.861vw;
        right: 4.167vw;
        height: 30.486vw;
    }
    .stf_s1_title h1 br[m]{}
    .stf_s1_title h3{}
    .stf_s1_title h3 mark{
        background-size: 99% 65%;
        background-position: 0vw 96%;
        padding-left: 0.347vw;
        margin-left: -0.347vw;
    }
    .stf_s1_container{}
    .stf_s1_container_left{
        padding-left: 1.458vw;
        width: 60.2%;
    }
    .stf_s1_container_left_img{}
    .stf_s1_container_left_img img{}
    .stf_s1_container_right{
        width: 39.8%;
        padding-left: 3.75vw;
        padding-top: 13.681vw;
    }
    .stf_s1_container_right article{}
    .stf_s1_container_right article h5{
        margin-bottom: 0.486vw;
    }
    .stf_s1_container_right article h5 strong{
        margin-top: 1.042vw;
    }
    .stf_s1_container_right article h5 br[d]{}
    .stf_s1_container_right article p{}
    .stf_s1_container_right article p strong{}
    .stf_s1_container_right article p br[d]{}
    .stf_s1_container_right article p br[m]{}
}
@media screen and (max-width: 1140px){
    .stf_s1{
    padding-top: 2vw;
}
    .stf_s1 .section_inner{
    width: 92vw;
}
    .stf_s1_title{
    padding-left: 14.125vw;
}
    .stf_s1_title h1{}
    .stf_s1_title h1 .art1{}
    .stf_s1_title h1 .art2{}
    .stf_s1_title h1 .art2:before{
}
    .stf_s1_title h1 br[m]{}
    .stf_s1_title h3{}
    .stf_s1_title h3 mark{}
    .stf_s1_container{}
    .stf_s1_container_left{}
    .stf_s1_container_left_img{}
    .stf_s1_container_left_img img{}
    .stf_s1_container_right{}
    .stf_s1_container_right article{}
    .stf_s1_container_right article h5{}
    .stf_s1_container_right article h5 strong{}
    .stf_s1_container_right article h5 br[d]{}
    .stf_s1_container_right article p{}
    .stf_s1_container_right article p strong{}
    .stf_s1_container_right article p br[d]{}
    .stf_s1_container_right article p br[m]{}
}
@media screen and (max-width: 1024px){
    .stf_s1{}
    .stf_s1 .section_inner{}
    .stf_s1_title{
    padding-left: 6.125vw;
}
    .stf_s1_title h1{}
    .stf_s1_title h1 .art1{}
    .stf_s1_title h1 .art2{}
    .stf_s1_title h1 .art2:before{
    top: -4.861vw;
    right: 3.5vw;
}
    .stf_s1_title h1 br[m]{}
    .stf_s1_title h3{}
    .stf_s1_title h3 mark{}
    .stf_s1_container{}
    .stf_s1_container_left{
    padding-left: 0vw;
    width: 54%;
}
    .stf_s1_container_left_img{}
    .stf_s1_container_left_img img{}
    .stf_s1_container_right{
    width: 46%;
    padding-top: 12.681vw;
}
    .stf_s1_container_right article{}
    .stf_s1_container_right article h5{}
    .stf_s1_container_right article h5 strong{}
    .stf_s1_container_right article h5 br[d]{}
    .stf_s1_container_right article p{}
    .stf_s1_container_right article p strong{}
    .stf_s1_container_right article p br[d]{}
    .stf_s1_container_right article p br[m]{}
}
@media screen and (max-width: 768px){
    .stf_s1{
    padding-top: 8.75vw;
    padding-bottom: 2vw;
}
    .stf_s1 .section_inner{
    width: 100%;
}
    .stf_s1_title{
    padding-left: 7.917vw;
    margin-bottom: -2vw;
}
    .stf_s1_title h1{
    margin-bottom: 1.042vw;
}
    .stf_s1_title h1 .art_m{
    display: inline-block;
    position: relative;
}
    .stf_s1_title h1 .art_m:before{
    content: "";
    position: absolute;
    background-color: #000000;
    top: -17.042vw;
    right: 1.5vw;
    width: 0.208vw;
    height: 33.917vw;
    transform: rotate(30deg);
    }
    .stf_s1_title h1 .art2{
    display: none;
}
    .stf_s1_title h1 .art2:before{}
    .stf_s1_title h1 br[m]{
    display: block;
}
    .stf_s1_title h3{}
    .stf_s1_title h3 mark{
    background-size: 99% 59%;
    background-position: 0px 96%;
}
    .stf_s1_container{
    padding-left: 7.708vw;
    padding-right: 7.5vw;
}
    .stf_s1_container_left{
    width: 100%;
    padding-right: 1.458vw;
}
    .stf_s1_container_left_img{}
    .stf_s1_container_left_img img{}
    .stf_s1_container_right{
    width: 100%;
    padding: 0vw;
    padding-top: 3.958vw;
}
    .stf_s1_container_right article{}
    .stf_s1_container_right article h5{
    font-family: StyreneAWeb;
    font-size: 2.75vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 0.292vw;
    margin-bottom: 2.417vw;
}
    .stf_s1_container_right article h5 strong{
    margin-top: 2.167vw;
    display: block;
}
    .stf_s1_container_right article h5 br[d]{
    display: none;
}
    .stf_s1_container_right article p{}
    .stf_s1_container_right article p strong{}
    .stf_s1_container_right article p br[d]{
    display: none;
}
    .stf_s1_container_right article p br[m]{}
}
@media screen and (max-width: 550px){
    .stf_s1{
    padding-top: 9.75vw;
    padding-bottom: 0vw;
}
    .stf_s1 .section_inner{
    width: 100%;
}
    .stf_s1_title{
    padding-left: 7.917vw;
    margin-bottom: -4.167vw;
}
    .stf_s1_title h1{
    margin-bottom: 1.042vw;
}
    .stf_s1_title h1 .art_m{
    display: inline-block;
    position: relative;
}
    .stf_s1_title h1 .art_m:before{
    content: "";
    position: absolute;
    background-color: #000000;
    top: -21.042vw;
    right: 2.5vw;
    width: 0.208vw;
    height: 42.917vw;
    transform: rotate(30deg);
    }
    .stf_s1_title h1 .art2{
    display: none;
}
    .stf_s1_title h1 .art2:before{}
    .stf_s1_title h1 br[m]{}
    .stf_s1_title h3{}
    .stf_s1_title h3 mark{
    background-size: 99% 59%;
    background-position: 0px 96%;
}
    .stf_s1_container{
    padding-left: 7.708vw;
    padding-right: 7.5vw;
}
    .stf_s1_container_left{
    width: 100%;
    padding-right: 1.458vw;
}
    .stf_s1_container_left_img{}
    .stf_s1_container_left_img img{}
    .stf_s1_container_right{
    width: 100%;
    padding: 0vw;
    padding-top: 3.958vw;
}
    .stf_s1_container_right article{}
    .stf_s1_container_right article h5{
    font-family: StyreneAWeb;
    font-size: 3.75vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: 0.292vw;
    margin-bottom: 5.417vw;
    text-align: center;
}
    .stf_s1_container_right article h5 strong{
    margin-top: 4.167vw;
}
    .stf_s1_container_right article h5 br[d]{}
    .stf_s1_container_right article p{
    text-align: center;
}
    .stf_s1_container_right article p strong{}
    .stf_s1_container_right article p br[d]{}
    .stf_s1_container_right article p br[m]{}
}
/*
        SECTION 02
-----------------------------*/
.stf_s2{
    padding-bottom: 35px;
    padding-top: 35px;
}
.stf_s2 .section_inner{
    width: 1026px;
}
.stf_s2_title{
    text-align: center;
    width: 100%;
}
.stf_s2_title h4{
    margin-bottom: 12px;
    position: relative;
}
.stf_s2_title h4:before{
    content: " ";
    background-color: #D6D6D6;
    height: 1px;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
    z-index: 0;
}
.stf_s2_title h4 span{
    position: relative;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 0px 18px;
}
.stf_s2_title h4 mark{
    background-color: rgba(255, 255, 255, 0);
    /* background-image: linear-gradient(120deg, #e6fc89 0%, #e6fc89 100%); */
    background-repeat: no-repeat;
    background-size: 100% 42%;
    background-position: 0px 95%;
    padding: 0;
    color: #000000;
}
.stf_s2_title h4 br[m]{}
.stf_s2_title p{
    /* font-family: StyreneAWeb; */
    font-weight: normal;
    letter-spacing: 1.05px;
    /* text-transform: uppercase; */
    /* font-family: 'Commuters Sans'; */
}
.stf_s2_title p br[m]{}
.stf_s2_container{
    position: relative;
    width: 100%;
    padding-top: 42px;
}
.stf_s2_container_slider{}
.stf_s2_slider_item{
    padding-right: 10px;
    padding-left: 12px;
}
.stf_s2_slider_item img{}
.stf_s2_container_slider .slick-list{}
.stf_s2_container_slider .slick-list .slick-track{}
.stf_s2_container_slider .slick-prev,
.stf_s2_container_slider .slick-next {
    background-color: transparent;
    border: 0px;
    background-repeat: no-repeat;
    font-size: 0px;
    width: 81px;
    height: 12px;
    padding: 0px;
    margin: 0px;
    background-size: contain;
    position: absolute;
    top: 45%;
    z-index: 2;
}
.stf_s2_container_slider .slick-prev {
    background-image: url(stf-slider-art-l.png);
    left: -117px;
}
.stf_s2_container_slider .slick-next {
    background-image: url(stf-slider-art-r.png);
    right: -117px;
}
.stf_s2_container_slider .slick-dots{ display: none !important; }
.stf_s2_container_slider .slick-dots li{ }
.stf_s2_container_slider .slick-dots li button{ }
.stf_s2_container_slider .slick-dots li:hover,
.stf_s2_container_slider .slick-dots li.slick-active{}
.stf_s2_link{
    margin: 0 auto;
    padding-top: 46px;
}
.stf_s2_link .pf4_button{}
.stf_s2_link .pf4_button span{}
.stf_s2_link .pf4_button span:before{content: "";}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .stf_s2{
        padding-bottom: 2.5vw;
        padding-top: 2.5vw;
    }
    .stf_s2 .section_inner{
        width: 71.25vw;
    }
    .stf_s2_title{}
    .stf_s2_title h4{
        margin-bottom: 1.069vw;
    }
    .stf_s2_title h4:before{
        height: 0.069vw;
        width: 1440px;
        top: 2.222vw;
    }
    .stf_s2_title h4 span{
        padding: 0vw 1.25vw;
    }
    .stf_s2_title h4 mark{
        background-size: 100% 42%;
        background-position: 0vw 95%;
    }
    .stf_s2_title h4 br[m]{}
    .stf_s2_title p{
        letter-spacing: 0.073vw;
    }
    .stf_s2_title p br[m]{}
    .stf_s2_container{
        padding-top: 2.917vw;
    }
    .stf_s2_container_slider{}
    .stf_s2_slider_item{
        padding-right: 0.694vw;
        padding-left: 0.833vw;
    }
    .stf_s2_slider_item img{}
    .stf_s2_container_slider .slick-list{}
    .stf_s2_container_slider .slick-list .slick-track{}
    .stf_s2_container_slider .slick-prev,
    .stf_s2_container_slider .slick-next {
        font-size: 0vw;
        width: 5.625vw;
        height: 0.833vw;
        padding: 0vw;
        margin: 0vw;
        top: 45%;
    }
    .stf_s2_container_slider .slick-prev {
        left: -8.125vw;
    }
    .stf_s2_container_slider .slick-next {
        right: -8.125vw;
    }
    .stf_s2_container_slider .slick-dots{}
    .stf_s2_container_slider .slick-dots li{ }
    .stf_s2_container_slider .slick-dots li button{ }
    .stf_s2_container_slider .slick-dots li:hover,
    .stf_s2_container_slider .slick-dots li.slick-active{}
    .stf_s2_link{
        padding-top: 3.194vw;
    }
    .stf_s2_link .pf4_button{}
    .stf_s2_link .pf4_button span{}
    .stf_s2_link .pf4_button span:before{}
}
@media screen and (max-width: 1140px){
    .stf_s2{}
    .stf_s2 .section_inner{}
    .stf_s2_title{}
    .stf_s2_title h4{}
    .stf_s2_title h4:before{
    top: 3.222vw;
}
    .stf_s2_title h4 span{}
    .stf_s2_title h4 mark{}
    .stf_s2_title h4 br[m]{}
    .stf_s2_title p{}
    .stf_s2_title p br[m]{}
    .stf_s2_container{}
    .stf_s2_container_slider{}
    .stf_s2_slider_item{}
    .stf_s2_slider_item img{}
    .stf_s2_container_slider .slick-list{}
    .stf_s2_container_slider .slick-list .slick-track{}
    .stf_s2_container_slider .slick-prev,
    .stf_s2_container_slider .slick-next {}
    .stf_s2_container_slider .slick-prev {}
    .stf_s2_container_slider .slick-next {}
    .stf_s2_container_slider .slick-dots{}
    .stf_s2_container_slider .slick-dots li{ }
    .stf_s2_container_slider .slick-dots li button{ }
    .stf_s2_container_slider .slick-dots li:hover,
    .stf_s2_container_slider .slick-dots li.slick-active{}
    .stf_s2_link{}
    .stf_s2_link .pf4_button{}
    .stf_s2_link .pf4_button span{}
    .stf_s2_link .pf4_button span:before{}
}
@media screen and (max-width: 1024px){
    .stf_s2{}
    .stf_s2 .section_inner{
    width: 78vw;
}
    .stf_s2_title{}
    .stf_s2_title h4{}
    .stf_s2_title h4:before{}
    .stf_s2_title h4 span{}
    .stf_s2_title h4 mark{}
    .stf_s2_title h4 br[m]{}
    .stf_s2_title p{}
    .stf_s2_title p br[m]{}
    .stf_s2_container{padding-left: 3vw;padding-right: 3vw;}
    .stf_s2_container_slider{}
    .stf_s2_slider_item{}
    .stf_s2_slider_item img{}
    .stf_s2_container_slider .slick-list{}
    .stf_s2_container_slider .slick-list .slick-track{}
    .stf_s2_container_slider .slick-prev,
    .stf_s2_container_slider .slick-next {
    width: 7.91vw;
    height: 1.172vw;
}
    .stf_s2_container_slider .slick-prev {
    left: -10.125vw;
}
    .stf_s2_container_slider .slick-next {
    right: -10.125vw;
}
    .stf_s2_container_slider .slick-dots{}
    .stf_s2_container_slider .slick-dots li{ }
    .stf_s2_container_slider .slick-dots li button{ }
    .stf_s2_container_slider .slick-dots li:hover,
    .stf_s2_container_slider .slick-dots li.slick-active{}
    .stf_s2_link{}
    .stf_s2_link .pf4_button{}
    .stf_s2_link .pf4_button span{}
    .stf_s2_link .pf4_button span:before{}
}
@media screen and (max-width: 768px){
    .stf_s2{
    padding-bottom: 5vw;
    padding-top: 7vw;
}
    .stf_s2 .section_inner{
    width: 100%;
}
    .stf_s2_title{
    padding-left: 6vw;
    padding-right: 6vw;
}
    .stf_s2_title h4{
    margin-bottom: 0.833vw;
}
    .stf_s2_title h4:before{
    top: 4.25vw;
}
    .stf_s2_title h4 span{
    padding: 0vw 3.958vw;
}
    .stf_s2_title h4 mark{
    background-size: 99% 45%;
    background-position: 0px 83%;
}
    .stf_s2_title h4 br[m]{}
    .stf_s2_title p{
    line-height: 1.72;
    letter-spacing: 0.292vw;
}
    .stf_s2_title p br[m]{}
    .stf_s2_container{
    padding: 0vw;
    padding-top: 4.292vw;
    padding-left: 18.5vw;
    padding-right: 18.917vw;
}
    .stf_s2_container_slider{}
    .stf_s2_slider_item{
    padding: 0vw;
}
    .stf_s2_slider_item img{}
    .stf_s2_container_slider .slick-list{}
    .stf_s2_container_slider .slick-list .slick-track{}
    .stf_s2_container_slider .slick-prev,
    .stf_s2_container_slider .slick-next {width: 13.75vw;height: 5vw;top: 45.5%;}
    .stf_s2_container_slider .slick-prev {
    background-image: url(stf-slider-art-l-m.png);
    left: -6.667vw;
}
    .stf_s2_container_slider .slick-next {
    background-image: url(stf-slider-art-r-m.png);
    right: -6.25vw;
}
    .stf_s2_container_slider .slick-dots{}
    .stf_s2_container_slider .slick-dots li{ }
    .stf_s2_container_slider .slick-dots li button{ }
    .stf_s2_container_slider .slick-dots li:hover,
    .stf_s2_container_slider .slick-dots li.slick-active{}
    .stf_s2_link{
    padding-top: 6.5vw;
}
    .stf_s2_link .pf4_button{}
    .stf_s2_link .pf4_button span{}
    .stf_s2_link .pf4_button span:before{
    width: 3.516vw;
    height: 1.4vw;
}
}
@media screen and (max-width: 550px){
    .stf_s2{
    padding-bottom: 10vw;
    padding-top: 10vw;
}
    .stf_s2 .section_inner{
    width: 100%;
}
    .stf_s2_title{
    padding-left: 8vw;
    padding-right: 8vw;
}
    .stf_s2_title h4{
    margin-bottom: 0.833vw;
}
    .stf_s2_title h4:before{
    top: 6.25vw;
}
    .stf_s2_title h4 span{
    padding: 0vw 3.958vw;
}
    .stf_s2_title h4 mark{
    background-size: 99% 45%;
    background-position: 0px 83%;
}
    .stf_s2_title h4 br[m]{}
    .stf_s2_title p{
    line-height: 1.72;
    letter-spacing: 0.292vw;
    font-weight: 500;
}
    .stf_s2_title p br[m]{}
    .stf_s2_container{
    padding: 0vw;
    padding-top: 7.292vw;
    padding-left: 12.5vw;
    padding-right: 12.917vw;
}
    .stf_s2_container_slider{}
    .stf_s2_slider_item{
    padding: 1vw;
}
    .stf_s2_slider_item img{}
    .stf_s2_container_slider .slick-list{}
    .stf_s2_container_slider .slick-list .slick-track{}
    .stf_s2_container_slider .slick-prev,
    .stf_s2_container_slider .slick-next {width: 13.75vw;height: 5vw;top: 45.5%;}
    .stf_s2_container_slider .slick-prev {
    background-image: url(stf-slider-art-l-m.png);
    left: -8.25vw;
}
    .stf_s2_container_slider .slick-next {
    background-image: url(stf-slider-art-r-m.png);
    right: -8.25vw;
}
    .stf_s2_container_slider .slick-dots{}
    .stf_s2_container_slider .slick-dots li{ }
    .stf_s2_container_slider .slick-dots li button{ }
    .stf_s2_container_slider .slick-dots li:hover,
    .stf_s2_container_slider .slick-dots li.slick-active{}
    .stf_s2_link{
    padding-top: 12.5vw;
}
    .stf_s2_link .pf4_button{}
    .stf_s2_link .pf4_button span{}
    .stf_s2_link .pf4_button span:before{
    width: 6vw;
    height: 3vw;
    top: 0.8vw;
    right: -2vw;
}
}
/*
        SECTION 03
-----------------------------*/
.stf_s3{
    position: relative;
    background-color: #F4F1EC;
    padding-bottom: 15px;
    margin-top: 35px;
}
.stf_s3_bg_art1{
    position: absolute;
    width: 100%;
    height: 326px;
    background-color: #FFFFFF;
}
.stf_s3 .section_inner{
    width: 1060px;
}
.stf_s3_title{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.stf_s3_title h4{
    position: relative;
    margin-bottom: 12px;
}
.stf_s3_title h4:before{
    content: "";
    background-color: #D6D6D6;
    height: 1px;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
    z-index: 0;
}
.stf_s3_title h4 span{
    position: relative;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 0px 18px;
}
.stf_s3_title h4 mark{
    background-color: rgba(255, 255, 255, 0);
    /* background-image: linear-gradient(120deg, #e6fc89 0%, #e6fc89 100%); */
    background-repeat: no-repeat;
    background-size: 100% 42%;
    background-position: 0px 95%;
    padding: 0;
    color: #000000;
}
.stf_s3_title h4 br[m]{}
.stf_s3_title p{
    /* font-family: StyreneAWeb; */
    font-weight: normal;
    /* letter-spacing: 1.05px; */
    /* text-transform: uppercase; */
    /* font-family: 'Commuters Sans'; */
}
.stf_s3_title p br[m]{}
.stf_s3_container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    padding-top: 29px;
}
.stf_s3_container.mobile_only{display: none;}
.stf_s3_container_item{
    width: 50%;
    text-align: center;
    position:relative;
    margin-bottom: 60px;
}
.stf_s3_container_item_link{
  position:absolute;
  width:90%;
  height: 70%;
  background-color:#000;
  left:5%;
  top:0;
  z-index:9;
  opacity:0;
}
.stf_s3_container_item:nth-child(2) .stf_s3_container_item_link{
  /* top: 77px; */
}
.stf_s3_container_item:nth-child(2){
    /* padding-top: 77px; */
}
.stf_s3_container_item_img{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    width: 670px;
    height: 460px;
    left: -126px;
    top: 0px;
    margin-bottom: -158px;
}
.stf_s3_container_item:nth-child(2) .stf_s3_container_item_img{
    /* width: 678px; */
    /* height: 464px; */
    /* left: -167px; */
    /* top: 1px; */
}
.stf_s3_container_item article{
    position: relative;
    z-index: 5;
    margin-bottom: 20px;
}
.stf_s3_container_item article h6{
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: bold;
}
.stf_s3_container_item article p{
    letter-spacing: 1.4px;
    margin-bottom: 0;
}
.stf_s3_item_link{
    position: relative;
    z-index: 5;
}
.stf_s3_item_link .pf4_button{
    padding: 13px 30px 9px 32px;
}
.stf_s3_item_link .pf4_button span{
    font-weight: 500;
}
.stf_s3_item_link .pf4_button span:before{
    content: "";
    top: 2px;
}

/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .stf_s3{
        padding-bottom: 5.694vw;
        margin-top: 2.5vw;
    }
    .stf_s3_bg_art1{
        height: 22.639vw;
    }
    .stf_s3 .section_inner{
        width: 73.611VW;
    }
    .stf_s3_title{}
    .stf_s3_title h4{
        margin-bottom: 1.069vw;
    }
    .stf_s3_title h4:before{
        top: 2.222vw;
    }
    .stf_s3_title h4 span{
        padding: 0vw 1.25vw;
    }
    .stf_s3_title h4 mark{
        background-size: 100% 42%;
        background-position: 0vw 95%;
    }
    .stf_s3_title h4 br[m]{}
    .stf_s3_title p{
        letter-spacing: 0.073vw;
    }
    .stf_s3_title p br[m]{}
    .stf_s3_container{
        padding-top: 2.014vw;
    }
    .stf_s3_container_item{
        /* width: 50%; */
        margin-bottom: 4.167vw;
    }
    .stf_s3_container_item:nth-child(2){
        /* padding-top: 5.347vw; */
    }
    .stf_s3_container_item_img{
        width: 46.528VW;
        height: 31.944VW;
        left: -8.750VW;
        top: 0vw;
        margin-bottom: -10.972VW;
    }
    .stf_s3_container_item:nth-child(2) .stf_s3_container_item_img{
        /* width: 47.083vw; */
        /* height: 32.222vw; */
        /* left: -11.597vw; */
        /* top: 0.069vw; */
    }
    .stf_s3_container_item article{
    margin-bottom: 1.389VW;
}
    .stf_s3_container_item article h6{
        margin-bottom: 0vw;
    }
    .stf_s3_container_item article p{
        letter-spacing: 0.097vw;
        margin-bottom: 0;
    }
    .stf_s3_item_link{}
    .stf_s3_item_link .pf4_button span{}
    .stf_s3_item_link .pf4_button span:before{
        top: 0.139vw;
    }


    .stf_s3_container_item:nth-child(2) .stf_s3_container_item_link{
      /* top: 5.347vw; */
    }
}
@media screen and (max-width: 1140px){
    .stf_s3{}
    .stf_s3_bg_art1{}
    .stf_s3 .section_inner{}
    .stf_s3_title{}
    .stf_s3_title h4{}
    .stf_s3_title h4:before{
    top: 3.222vw;
}
    .stf_s3_title h4 span{}
    .stf_s3_title h4 mark{}
    .stf_s3_title h4 br[m]{}
    .stf_s3_title p{}
    .stf_s3_title p br[m]{}
    .stf_s3_container{}
    .stf_s3_container_item{}
    .stf_s3_container_item:nth-child(2){}
    .stf_s3_container_item_img{}
    .stf_s3_container_item:nth-child(2) .stf_s3_container_item_img{}
    .stf_s3_container_item article{}
    .stf_s3_container_item article h6{}
    .stf_s3_container_item article p{}
    .stf_s3_item_link{}
    .stf_s3_item_link .pf4_button{}
    .stf_s3_item_link .pf4_button span{}
    .stf_s3_item_link .pf4_button span:before{}
}
@media screen and (max-width: 1024px){
    .stf_s3{}
    .stf_s3_bg_art1{}
    .stf_s3 .section_inner{
        width: 94vw;
    }
    .stf_s3_title{}
    .stf_s3_title h4{}
    .stf_s3_title h4:before{}
    .stf_s3_title h4 span{}
    .stf_s3_title h4 mark{}
    .stf_s3_title h4 br[m]{}
    .stf_s3_title p{}
    .stf_s3_title p br[m]{}
    .stf_s3_container{}
    .stf_s3_container_item{}
    .stf_s3_container_item:nth-child(2){}
    .stf_s3_container_item_img{
    left: -3.2vw;
}
    .stf_s3_container_item:nth-child(2) .stf_s3_container_item_img{
    /* left: -8.6vw; */
}
    .stf_s3_container_item article{}
    .stf_s3_container_item article h6{}
    .stf_s3_container_item article p{}
    .stf_s3_item_link{}
    .stf_s3_item_link .pf4_button{
    /* padding: 1.3vw 3.7vw 0.9vw 3.8vw; */
    }
     .stf_s3_container_item_link{
      width:90%;
      height: 54%;
      left:5%;
    }
    .stf_s3_item_link .pf4_button span{}
    .stf_s3_item_link .pf4_button span:before{}
}
@media screen and (max-width: 768px){
    .stf_s3{
    padding-bottom: 0vw;
}
    .stf_s3_bg_art1{
    height: 47.5%;
}
    .stf_s3 .section_inner{
    width: 100%;
}
    .stf_s3_title{
    padding-left: 8vw;
    padding-right: 5vw;
}
    .stf_s3_title h4{
    padding-bottom: 1.5vw;
}
    .stf_s3_title h4:before{
    left: 50%;
    transform: translateX(-50%);
    width: 221%;
    top: 4vw;
}
    .stf_s3_title h4 span{}
    .stf_s3_title h4 mark{
    background-size: 99% 45%;
    background-position: 0vw 83%;
}
    .stf_s3_title h4 br[m]{}
    .stf_s3_title p{}
    .stf_s3_title p br[m]{}
    .stf_s3_container.desktop_only{/* display: none; */}
    .stf_s3_container_item{
    width: 100%;
    margin-bottom: 10vw;
}
    .stf_s3_container_item:nth-child(2){}
    .stf_s3_container_item_img{
    background-size: 100vw;
    width: 100vw;
    height: 68.5vw;
    left: -7vw;
    margin-bottom: -23.5VW;
}
    .stf_s3_container_item:nth-child(2) .stf_s3_container_item_img{
    /* background-size: 68vw; */
    /* width: 60.639vw; */
    /* height: 43.5vw; */
    /* left: -9.875vw; */
}
    .stf_s3_container_item article{
    padding-bottom: 1.5vw;
}
    .stf_s3_container_item article h6{
    line-height: 1.4;
}
    .stf_s3_container_item article p{
    /* line-height: normal; */
    /* letter-spacing: 0.4vw; */
}
    .stf_s3_item_link{
    /* padding-left: 15vw; */
    /* padding-right: 15vw; */
    /* padding-bottom: 11vw; */
}
    .stf_s3_item_link .pf4_button{
    /* width: 100%; */
    /* padding: 1.5vw 6.51vw 1.3vw 6.901vw; */
}
    .stf_s3_item_link .pf4_button span{/* padding-right: 45px; */}
    .stf_s3_item_link .pf4_button span:before{/* top: 0.8vw; *//* width: 3.516vw; *//* height: 1.4vw; */}
    .stf_s3_container.mobile_only{
      /* display: block; */
      position: relative;
      padding-top: 0vw;
    }
    .stf_s3_slider{
      width: 100%;
      display: block;
      position: relative;
      padding-top: 4.6vw;
    }
.stf_s3_slider .slick-list{}
.stf_s3_slider .slick-list .slick-track{}
.stf_s3_slider .slick-prev,
.stf_s3_slider .slick-next {
    background-color: transparent;
    border: 0px;
    background-repeat: no-repeat;
    font-size: 0px;
    width: 14vw;
    height: 5vw;
    padding: 0px;
    margin: 0px;
    background-size: contain;
    position: absolute;
    top: 31vw;
    z-index: 2;
}
.stf_s3_slider .slick-prev {
    background-image: url(stf-slider-art-l-m.png);
    left: 7.9vw;
    width: 8vw;
    height: 3vw;
    top: 22vw;
}
.stf_s3_slider .slick-next {
    background-image: url(stf-slider-art-r.png);
    right: -117px;
}
.stf_s3_slider .slick-dots{ display: none !important; }
.stf_s3_slider .slick-dots li{ }
.stf_s3_slider .slick-dots li button{ }
.stf_s3_slider .slick-dots li:hover,
.stf_s3_slider .slick-dots li.slick-active{}
}
@media screen and (max-width: 550px){
    .stf_s3{
    padding-bottom: 0vw;
    margin-top: 10vw;
}
    .stf_s3_bg_art1{
    height: 53.5%;
}
    .stf_s3 .section_inner{
    width: 100%;
    padding-bottom: 0vw;
}
    .stf_s3_title{
    padding-left: 8vw;
    padding-right: 8vw;
}
    .stf_s3_title h4{
    padding-bottom: 1.5vw;
    line-height: 1.1;
}
    .stf_s3_title h4:before{
    left: 50%;
    transform: translateX(-50%);
    width: 221%;
    top: 6.222vw;
}
    .stf_s3_title h4 span{}
    .stf_s3_title h4 mark{
    background-size: 99% 45%;
    background-position: 0vw 83%;
}
    .stf_s3_title h4 br[m]{}
    .stf_s3_title p{
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.7;
}
  .stf_s3_title p br{
    display:none;
  }
    .stf_s3_title p br[m]{}
    .stf_s3_container.desktop_only{/* display: none; */}
    .stf_s3_container_item{
    /* width: 100%; */
    margin-bottom: 15vw;
}
    .stf_s3_container_item:nth-child(2){}
    .stf_s3_container_item_img{
    /* width: 100%; */
    /* height: 115.5vw; */
    /* left: unset; */
    /* top: 0vw; */
    /* margin-bottom: -38.6vw; */
    /* position: relative; */
    /* background-position: -26vw 0px; */
    background-size: 100vw;
    width: 100vw;
    height: 73.5vw;
    left: -8vw;
    margin-bottom: -27.5VW;
}
    .stf_s3_container_item:nth-child(2) .stf_s3_container_item_img{
    /* background-size: 68vw; */
    /* width: 60.639vw; */
    /* height: 43.5vw; */
    /* left: -11.875vw; */
}
    .stf_s3_container_item article{
    /* padding-left: 10vw; */
    /* padding-right: 7vw; */
    /* padding-bottom: 5vw; */
    margin-top: 0;
}
    .stf_s3_container_item article h6{
    /* font-size: 21.5px; */
    /* line-height: normal; */
    /* padding-bottom: 1.1vw; */
    line-height: 1.5;
    font-size: 2.9vw;
    letter-spacing: 0.09vw;
}
    .stf_s3_container_item article p{
    /* line-height: normal; */
    /* letter-spacing: 0.4vw; */
    font-size: 3.1vw;
}
    .stf_s3_item_link{
    /* padding-left: 11vw; */
    /* padding-right: 10.5vw; */
    /* padding-bottom: 19.7vw; */
}
    .stf_s3_item_link .pf4_button{
    /* width: 100%; */
    padding: 0vw 2vw 0.8vw 3vw;
}
    .stf_s3_item_link .pf4_button span{
    font-size: 2vw;
    letter-spacing: 0.2vw;
    font-weight: 300;
    padding-right: 6vw;
}
    .stf_s3_item_link .pf4_button span:before{
    width: 3vw;
    height: 3vw;
    top: 0vw;
    right: 0vw;
}
    .stf_s3_container.mobile_only{
      /* display: block; */
      position: relative;
      padding-top: 2.3vw;
    }
    .stf_s3_slider{
      width: 100%;
      display: block;
      position: relative;
      padding-top: 4.6vw;
    }
.stf_s3_slider .slick-list{}
.stf_s3_slider .slick-list .slick-track{}
.stf_s3_slider .slick-prev,
.stf_s3_slider .slick-next {
    background-color: transparent;
    border: 0px;
    background-repeat: no-repeat;
    font-size: 0px;
    width: 14vw;
    height: 5vw;
    padding: 0px;
    margin: 0px;
    background-size: contain;
    position: absolute;
    top: 39vw;
    z-index: 2;
}
.stf_s3_slider .slick-prev {
    background-image: url(stf-slider-art-l-m.png);
    left: 5.9vw;
    display: none;
}
.stf_s3_slider .slick-next {
    background-image: url(stf-slider-art-r.png);
    right: -117px;
    background-image: url(stf-slider-art-r-m.png);
    right: 5.5vw;
    display: block;
}
.stf_s3_slider .slick-dots{ display: none !important; }
.stf_s3_slider .slick-dots li{ }
.stf_s3_slider .slick-dots li button{ }
.stf_s3_slider .slick-dots li:hover,
.stf_s3_slider .slick-dots li.slick-active{}
}
/*
        SECTION 04
-----------------------------*/
.stf_s4{
    position: relative;
    background-color: #ced2de;
    padding-bottom: 79px;
    margin-top: 63px;
}
.stf_s4_bg_art1{
    position: absolute;
    width: 100%;
    height: 400px;
    background-color: #FFFFFF;
    top: -62px;
    left: 0px;
}
.stf_s4 .section_inner{
    width: 918px;
}
.stf_s4_title{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.stf_s4_title h4{
    position: relative;
    margin-bottom: 12px;
}
.stf_s4_title h4:before{
    content: "";
    content: " ";
    background-color: #D6D6D6;
    height: 1px;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
    z-index: 0;
}
.stf_s4_title h4 span{
    position: relative;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 0px 18px;
}
.stf_s4_title h4 mark{
    background-color: rgba(255, 255, 255, 0);
    /* background-image: linear-gradient(120deg, #e6fc89 0%, #e6fc89 100%); */
    background-repeat: no-repeat;
    background-size: 100% 42%;
    background-position: 0px 95%;
    padding: 0;
    color: #000000;
}
.stf_s4_title h4 br[m]{}
.stf_s4_title p{
    /* font-family: StyreneAWeb; */
    font-weight: normal;
    letter-spacing: 1.05px;
    /* text-transform: uppercase; */
    /* font-family: 'Commuters Sans'; */
}
.stf_s4_title p br[m]{}
.stf_s4_container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    padding-top: 29px;
}
.stf_s4_container.mobile_only{display: none;}
.stf_s4_container_item{
    width: 50%;
    text-align: center;
    position: relative;
}
.stf_s4_container_item:nth-child(2){
    padding-top: 77px;
}
.stf_s4_container_item_img{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    width: 686px;
    height: 468px;
    left: -171px;
    top: 0px;
    margin-bottom: -165px;
}
.stf_s4_container_item:nth-child(2) .stf_s3_container_item_img{
    width: 678px;
    height: 464px;
    left: -167px;
    top: 1px;
}
.stf_s4_container_item article{
    position: relative;
    z-index: 5;
}
.stf_s4_container_item article h6{
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: bold;
}
.stf_s4_container_item article p{
    letter-spacing: 1.4px;
    margin-bottom: 9px;
}
.stf_s4_item_link{
    position: relative;
    z-index: 5;
}
.stf_s4_item_link .pf4_button{
    padding: 13px 30px 9px 32px;
    font-weight: 400;
}
.stf_s4_item_link .pf4_button span{
    font-weight: 500;
}
.stf_s4_item_link .pf4_button span:before{
    content: "";
    top: 2px;
}

.stf_s4_container_item_link{
  position:absolute;
  width:90%;
  height: 59%;
  background-color:#000;
  left:5%;
  top:0;
  z-index:9;
  opacity:0
}
.stf_s4_container_item:nth-child(2) .stf_s4_container_item_link{
  top: 77px;
}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .stf_s4{
        padding-bottom: 5.486vw;
        margin-top: 4.375vw;
    }
    .stf_s4_bg_art1{
        height: 27.778vw;
        top: -4.306vw;
        left: 0vw;
    }
    .stf_s4 .section_inner{
        width: 63.75vw;
    }
    .stf_s4_title{}
    .stf_s4_title h4{
        margin-bottom: 1.069vw;
    }
    .stf_s4_title h4:before{
        height: 0.069vw;
        top: 2.222vw;
    }
    .stf_s4_title h4 span{
        padding: 0vw 1.25vw;
    }
    .stf_s4_title h4 mark{
        background-size: 100% 42%;
        background-position: 0vw 95%;
    }
    .stf_s4_title h4 br[m]{}
    .stf_s4_title p{
        letter-spacing: 0.073vw;
    }
    .stf_s4_title p br[m]{}
    .stf_s4_container{
        width: 100%;
        padding-top: 2.014vw;
    }
    .stf_s4_container_item{
        width: 50%;
    }
    .stf_s4_container_item:nth-child(2){
        padding-top: 17.347vw;
    }
    .stf_s4_container_item_img{
        width: 47.639vw;
        height: 32.5vw;
        left: -11.875vw;
        top: 0vw;
        margin-bottom: -11.458vw;
    }
    .stf_s4_container_item:nth-child(2) .stf_s3_container_item_img{
        width: 47.083vw;
        height: 32.222vw;
        left: -11.597vw;
        top: 0.069vw;
    }
    .stf_s4_container_item article{}
    .stf_s4_container_item article h6{
        margin-bottom: 0vw;
    }
    .stf_s4_container_item article p{
        letter-spacing: 0.097vw;
        margin-bottom: 0.625vw;
    }
    .stf_s4_item_link{}
    .stf_s4_item_link .pf4_button{
        padding: 0.903vw 2.083vw 0.625vw 2.222vw;
    }
    .stf_s4_item_link .pf4_button span{}
    .stf_s4_item_link .pf4_button span:before{
        top: 0.139vw;
    }
    .stf_s4_container_item:nth-child(2) .stf_s4_container_item_link{
      top: 5.347vw;
    }
}
@media screen and (max-width: 1140px){
    .stf_s4{}
    .stf_s4_bg_art1{}
    .stf_s4 .section_inner{}
    .stf_s4_title{}
    .stf_s4_title h4{}
    .stf_s4_title h4:before{
        top: 3.222vw;
    }
    .stf_s4_title h4 span{}
    .stf_s4_title h4 mark{}
    .stf_s4_title h4 br[m]{}
    .stf_s4_title p{}
    .stf_s4_title p br[m]{}
    .stf_s4_container{}
    .stf_s4_container_item{}
    .stf_s4_container_item:nth-child(2){}
    .stf_s4_container_item_img{}
    .stf_s4_container_item:nth-child(2) .stf_s4_container_item_img{}
    .stf_s4_container_item article{}
    .stf_s4_container_item article h6{}
    .stf_s4_container_item article p{}
    .stf_s4_item_link{}
    .stf_s4_item_link .pf4_button{}
    .stf_s4_item_link .pf4_button span{}
    .stf_s4_item_link .pf4_button span:before{}
}
@media screen and (max-width: 1024px){
    .stf_s4{}
    .stf_s4_bg_art1{}
    .stf_s4 .section_inner{
        width: 75vw;
    }
    .stf_s4_title{}
    .stf_s4_title h4{}
    .stf_s4_title h4:before{}
    .stf_s4_title h4 span{}
    .stf_s4_title h4 mark{}
    .stf_s4_title h4 br[m]{}
    .stf_s4_title p{}
    .stf_s4_title p br[m]{}
    .stf_s4_container{}
    .stf_s4_container_item{}
    .stf_s4_container_item:nth-child(2){}
    .stf_s4_container_item_img{
        /* left: -9.2vw; */
    }
    .stf_s4_container_item:nth-child(2) .stf_s4_container_item_img{
        left: -8.6vw;
    }
    .stf_s4_container_item article{}
    .stf_s4_container_item article h6{}
    .stf_s4_container_item article p{}
    .stf_s4_item_link{}
    .stf_s4_item_link .pf4_button{
        /* padding: 1.3vw 3.7vw 0.9vw 3.8vw; */
    }
    .stf_s4_item_link .pf4_button span{}
    .stf_s4_item_link .pf4_button span:before{}
}
@media screen and (max-width: 768px){
  .stf_s4_container_item_link{
      width:90%;
      height: 54%;
      left:5%;
    }
.stf_s4{
    position: relative;
    background-color: #F4F1EC;
    padding-bottom: 82px;
}
.stf_s4_bg_art1{
    position: absolute;
    width: 100%;
    height: 326px;
    background-color: #FFFFFF;
}
.stf_s4 .section_inner{
    width: 918px;
}
.stf_s4_title{
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.stf_s4_title h4{
    position: relative;
    margin-bottom: 1px;
}
.stf_s4_title h4:before{
    content: "";
    background-color: #D6D6D6;
    height: 1px;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 32px;
    z-index: 0;
}
.stf_s4_title h4 span{
    position: relative;
    background-color: #FFFFFF;
    display: inline-block;
    padding: 0px 18px;
}
.stf_s4_title h4 mark{
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(120deg, #e6fc89 0%, #e6fc89 100%);
    background-repeat: no-repeat;
    background-size: 100% 42%;
    background-position: 0px 95%;
    padding: 0;
    color: #000000;
}
.stf_s4_title h4 br[m]{}
.stf_s4_title p{
    /* font-family: StyreneAWeb; */
    font-weight: normal;
    /* letter-spacing: 1.05px; */
    /* text-transform: uppercase; */
}
.stf_s4_title p br[m]{}
.stf_s4_container{
    /* width: 100%; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* margin: 0px auto; */
    /* position: relative; */
    /* box-sizing: border-box; */
    /* padding-top: 29px; */
}
.stf_s4_container_item{
    /* width: 50%; */
    /* text-align: center; */
}
.stf_s4_container_item:nth-child(2){
    /* padding-top: 77px; */
}
.stf_s4_container_item_img{
    /* background-position: top center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* position: relative; */
    /* z-index: 0; */
    /* width: 686px; */
    /* height: 468px; */
    /* left: -171px; */
    /* top: 0px; */
    /* margin-bottom: -165px; */
}
.stf_s4_container_item:nth-child(2) .stf_s4_container_item_img{
    width: 678px;
    height: 464px;
    left: -167px;
    top: 1px;
}
.stf_s4_container_item article{
    /* position: relative; */
    /* z-index: 5; */
}
.stf_s4_container_item article h6{
    /* text-transform: uppercase; */
    /* margin-bottom: 0px; */
}
.stf_s4_container_item article p{
    /* letter-spacing: 1.4px; */
    /* margin-bottom: 9px; */
}
.stf_s4_item_link{
    /* position: relative; */
    /* z-index: 5; */
}
.stf_s4_item_link .pf4_button{
    /* padding: 13px 30px 9px 32px; */
}
.stf_s4_item_link .pf4_button span{}
.stf_s4_item_link .pf4_button span:before{
    content: "";
    top: 2px;
}

/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .stf_s4{
        padding-bottom: 5.694vw;
    }
    .stf_s4_bg_art1{
        height: 22.639vw;
    }
    .stf_s4 .section_inner{
        width: 63.75vw;
    }
    .stf_s4_title{}
    .stf_s4_title h4{
        margin-bottom: 0.069vw;
    }
    .stf_s4_title h4:before{
        top: 2.222vw;
    }
    .stf_s4_title h4 span{
        padding: 0vw 1.25vw;
    }
    .stf_s4_title h4 mark{
        background-size: 100% 42%;
        background-position: 0vw 95%;
    }
    .stf_s4_title h4 br[m]{}
    .stf_s4_title p{
        /* letter-spacing: 0.073vw; */
    }
    .stf_s4_title p br[m]{}
    .stf_s4_container{
        /* padding-top: 2.014vw; */
    }
    .stf_s4_container_item{
        /* width: 50%; */
    }
    .stf_s4_container_item:nth-child(2){
        /* padding-top: 5.347vw; */
    }
    .stf_s4_container_item_img{
        /* width: 47.639vw; */
        /* height: 32.5vw; */
        /* left: -11.875vw; */
        /* top: 0vw; */
        /* margin-bottom: -11.458vw; */
    }
    .stf_s4_container_item:nth-child(2) .stf_s4_container_item_img{
        width: 47.083vw;
        height: 32.222vw;
        left: -11.597vw;
        top: 0.069vw;
    }
    .stf_s4_container_item article{}
    .stf_s4_container_item article h6{
        /* margin-bottom: 0vw; */
    }
    .stf_s4_container_item article p{
        /* letter-spacing: 0.097vw; */
        /* margin-bottom: 0.625vw; */
    }
    .stf_s4_item_link{}
    .stf_s4_item_link .pf4_button span{}
    .stf_s4_item_link .pf4_button span:before{
        top: 0.139vw;
    }
}
    .stf_s4{
    padding-bottom: 0vw;
    padding-top: 5vw;
}
    .stf_s4_bg_art1{
    height: 54.5%;
}
    .stf_s4 .section_inner{
    width: 100%;
}
    .stf_s4_title{
    padding-left: 8vw;
    padding-right: 5vw;
}
    .stf_s4_title h4{
    padding-bottom: 1.5vw;
}
    .stf_s4_title h4:before{
    left: 50%;
    transform: translateX(-50%);
    width: 221%;
    top: 4vw;
}
    .stf_s4_title h4 span{}
    .stf_s4_title h4 mark{
    background-size: 99% 45%;
    background-position: 0vw 83%;
}
    .stf_s4_title h4 br[m]{}
    .stf_s4_title p{}
    .stf_s4_title p br[m]{}
    .stf_s4_container.desktop_only{/* display: none; */}
    .stf_s4_container_item{
    /* width: 100%; */
}
    .stf_s4_container_item:nth-child(2){}
    .stf_s4_container_item_img{
    /* width: 100%; */
    /* height: 66.5vw; */
    /* left: unset; */
    /* top: 0vw; */
    /* margin-bottom: -22.6vw; */
    /* position: relative; */
    /* background-position: -7vw 0vw; */
    /* z-index: 5; */
    /* background-size: contain; */
}
    .stf_s4_container_item:nth-child(2) .stf_s4_container_item_img{}
    .stf_s4_container_item article{
    /* padding-left: 10vw; */
    /* padding-right: 7vw; */
    /* padding-bottom: 4.5vw; */
}
    .stf_s4_container_item article h6{
    /* font-size: 21.5px; */
    /* line-height: normal; */
    /* padding-bottom: 1vw; */
}
    .stf_s4_container_item article p{
    /* line-height: normal; */
    /* letter-spacing: 0.4vw; */
}
    .stf_s4_item_link{
    /* padding-left: 15vw; */
    /* padding-right: 15vw; */
    /* padding-bottom: 11vw; */
}
    .stf_s4_item_link .pf4_button{
    /* width: 100%; */
    /* padding: 1.5vw 6.51vw 1.3vw 6.901vw; */
}
    .stf_s4_item_link .pf4_button span{/* padding-right: 45px; */}
    .stf_s4_item_link .pf4_button span:before{top: 0.8vw;width: 3.516vw;height: 1.4vw;}
    .stf_s4_container.mobile_only{
      /* display: block; */
      position: relative;
      padding-top: 0vw;
    }
    .stf_s4_slider{
      width: 100%;
      display: block;
      position: relative;
      padding-top: 1.6vw;
    }
.stf_s4_slider .slick-list{}
.stf_s4_slider .slick-list .slick-track{}
.stf_s4_slider .slick-prev,
.stf_s4_slider .slick-next {
    background-color: transparent;
    border: 0px;
    background-repeat: no-repeat;
    font-size: 0px;
    width: 14vw;
    height: 5vw;
    padding: 0px;
    margin: 0px;
    background-size: contain;
    position: absolute;
    top: 31vw;
    z-index: 2;
}
.stf_s4_slider .slick-prev {
    background-image: url(stf-slider-art-l-m.png);
    left: 7.9vw;
    display: none !important;
}
.stf_s4_slider .slick-next {
    background-image: url(stf-slider-art-r-m.png);
    right: 7.9vw;
    display: block;
    width: 8vw;
    height: 3vw;
    top: 22vw;
}

.stf_s4_slider .slick-dots{ display: none !important; }
.stf_s4_slider .slick-dots li{ }
.stf_s4_slider .slick-dots li button{ }
.stf_s4_slider .slick-dots li:hover,
.stf_s4_slider .slick-dots li.slick-active{}
}
@media screen and (max-width: 550px){
    .stf_s4{
    padding-top: 12.7vw;
    padding-bottom: 0vw;
    background-color: #ced2de;
}
    .stf_s4_bg_art1{
    height: 70%;
}
    .stf_s4 .section_inner{
    width: 100%;
    padding-bottom: 10vw;
}
    .stf_s4_title{
    padding-left: 8vw;
    padding-right: 8vw;
}
    .stf_s4_title h4{
    padding-bottom: 1.5vw;
}
    .stf_s4_title h4:before{
    left: 50%;
    transform: translateX(-50%);
    width: 221%;
    top: 6.222vw;
}
    .stf_s4_title h4 span{}
    .stf_s4_title h4 mark{
    background-size: 99% 45%;
    background-position: 0vw 83%;
}
    .stf_s4_title h4 br[m]{}
    .stf_s4_title p{
    /* font-size: 4vw; */
    /* font-weight: 500; */
    /* line-height: 1.7; */
  }
  .stf_s4_title p br{
    display:none;
  }
    .stf_s4_title p br[m]{}
    .stf_s4_container.desktop_only{/* display: none; */}
    .stf_s4_container_item{
    width: 100%;
}
    .stf_s4_container_item:nth-child(2){}
    .stf_s4_container_item_img{
    /* width: 100%; */
    /* height: 115.5vw; */
    /* left: unset; */
    /* top: 0vw; */
    margin-bottom: -23.6vw;
    /* position: relative; */
    /* background-position: -72vw 0px; */
    /* background-size: cover; */
    background-size: 94vw;
    width: 89.639vw;
    height: 66.5vw;
    left: -1.875vw;
}
    .stf_s4_container_item:nth-child(2) .stf_s4_container_item_img{
    background-size: 68vw;
    width: 60.639vw;
    height: 43.5vw;
    left: -11.875vw;
    background-size: 94vw;
    width: 89.639vw;
    height: 66.5vw;
    left: -1.875vw;
    margin-bottom: -23.6vw;
}
    .stf_s4_container_item article{
    /* padding-left: 10vw; */
    /* padding-right: 7vw; */
    padding-bottom: 3.5vw;
}
    .stf_s4_container_item article h6{
    /* font-size: 21.5px; */
    /* line-height: normal; */
    /* padding-bottom: 1vw; */
    line-height: 1.5;
    font-size: 2.9vw;
    letter-spacing: 0.09vw;
}
    .stf_s4_container_item article p{
    /* line-height: normal; */
    /* letter-spacing: 0.4vw; */
    font-size: 3.1vw;
}
    .stf_s4_item_link{
    /* padding-left: 11vw; */
    /* padding-right: 10.5vw; */
    /* padding-bottom: 19.7vw; */
}
    .stf_s4_item_link .pf4_button{
    /* width: 100%; */
    /* padding: 3.4vw 6vw 2.4vw 3vw; */
    padding: 0vw 2vw 0.8vw 3vw;
}
    .stf_s4_item_link .pf4_button span{
    /* font-size: 4vw; */
    /* letter-spacing: 0.2vw; */
    /* font-weight: 300; */
    /* padding-right: 6vw; */
    font-size: 2vw;
    letter-spacing: 0.2vw;
    font-weight: 300;
    padding-right: 6vw;
}
    .stf_s4_item_link .pf4_button span:before{
    width: 3vw;
    height: 3vw;
    top: 0vw;
    right: 0vw;
}

    .stf_s4_container.mobile_only{
      /* display: block; */
      position: relative;
      padding-top: 2.3vw;
    }
    .stf_s4_slider{
      width: 100%;
      display: block;
      position: relative;
      padding-top: 4.6vw;
    }


.stf_s4_slider .slick-list{}
.stf_s4_slider .slick-list .slick-track{}
.stf_s4_slider .slick-prev,
.stf_s4_slider .slick-next {
    background-color: transparent;
    border: 0px;
    background-repeat: no-repeat;
    font-size: 0px;
    width: 14vw;
    height: 5vw;
    padding: 0px;
    margin: 0px;
    background-size: contain;
    position: absolute;
    top: 39vw;
    z-index: 2;
}
.stf_s4_slider .slick-prev {
    background-image: url(stf-slider-art-l-m.png);
    left: 5.9vw;
    display: none !important;
}
.stf_s4_slider .slick-next {
    background-image: url(stf-slider-art-r-m.png);
    right: 5.5vw;
    display: block;
}
.stf_s4_slider .slick-dots{ display: none !important; }
.stf_s4_slider .slick-dots li{ }
.stf_s4_slider .slick-dots li button{ }
.stf_s4_slider .slick-dots li:hover,
.stf_s4_slider .slick-dots li.slick-active{}
}
/*
        FOOTER TOP
-----------------------------*/
.stf_footer_top{
    background-color: #1B494F;
    padding-bottom: 47px;
}
.stf_footer_top .section_inner{
    width: 1116px;
}
.stf_footer_top_title{
    text-align: right;
    width: 100%;
    padding-top: 58px;
    margin-bottom: -60px;
    position: relative;
    z-index: 5;
}
.stf_footer_top_title h2{
    margin-right: -4px;
    background-color: #1B494F;
    display: inline-block;
}
.stf_footer_top_title h2 br[m]{}
.stf_footer_top_container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
}
.stf_footer_top_container_left{
    width: 72.7%;
    padding-left: 69px;
}
.stf_footer_top_container_left_in{
    border: 2px solid #fff;
    box-sizing: border-box;
    position: relative;
    padding: 41px 42px 17px 38px;
    text-align: right;
}
.stf_footer_top_container_left_in:after{
    content: "";
    position: absolute;
    width: 58.5%;
    height: 81.5%;
    z-index: 0;
    top: -4px;
    right: -4px;
    background-color: #1B494F;
}
.stf_footer_top_instagram{
    position: relative;
    z-index: 5;
}
.stf_footer_top_instagram .instagram_feed{}
.stf_footer_top_instagram .instagram_gallery{}
.stf_footer_top_instagram .instagram_gallery a{
    list-style: none;
    margin: 0px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
}
.stf_footer_top_instagram .instagram_gallery a img{
    max-width: 100%;
    width: 100% !important;
    height: auto;
    margin: 0 !important;
}
.stf_footer_top_instagram .instagram_gallery a:last-child{}
.stf_footer_top_container_left a{
    font-family: 'Canela';
    font-size: 16.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: 0.33px;
    text-align: right;
    color: #ffffff;
    display: block;
    padding-top: 7px;
    padding-right: 9px;
    position: relative;
    z-index: 5;
}
.stf_footer_top_container_right{
    width: 27.3%;
    padding-top: 154px;
}
.stf_footer_top_container_right a{}
.stf_footer_top_container_right a img{
    padding-left: 10px;
}
.stf_footer_top_container_right article{
    text-align: right;
    padding-top: 42px;
}
.stf_footer_top_container_right article ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.stf_footer_top_container_right article ul li{
    margin-bottom: 1px;
}
.stf_footer_top_container_right article ul li a{
    font-family: StyreneAWeb;
    font-weight: bold;
    line-height: 2.44;
    letter-spacing: 0.68px;
    text-align: right;
    color: #ffffff;
}
.stf_social.mobile_only{}
.stf_social.mobile_only a{}
.stf_social.mobile_only a img{}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .stf_footer_top{
        padding-bottom: 3.264vw;
    }
    .stf_footer_top .section_inner{
        width: 77.5vw;
    }
    .stf_footer_top_title{
        padding-top: 4.028vw;
        margin-bottom: -4.167vw;
    }
    .stf_footer_top_title h2{
        margin-right: -0.278vw;
    }
    .stf_footer_top_title h2 br[m]{}
    .stf_footer_top_container{}
    .stf_footer_top_container_left{
        width: 72.7%;
        padding-left: 4.792vw;
    }
    .stf_footer_top_container_left_in{
        border: 0.139vw solid #fff;
        padding: 2.847vw 2.917vw 1.181vw 2.639vw;
    }
    .stf_footer_top_container_left_in:after{
        width: 58.5%;
        height: 81.5%;
        top: -0.278vw;
        right: -0.278vw;
    }
    .stf_footer_top_instagram{}
    .stf_footer_top_instagram .instagram_feed{}
    .stf_footer_top_instagram .instagram_gallery{}
    .stf_footer_top_instagram .instagram_gallery a{
        margin: 0vw;
        padding-left: 0.347vw;
        padding-right: 0.347vw;
        width: 25%;
    }
    .stf_footer_top_instagram .instagram_gallery a img{
        max-width: 100%;
        width: 100% !important;
    }
    .stf_footer_top_instagram .instagram_gallery a:last-child{}
    .stf_footer_top_container_left a{
        font-size: 1.146vw;
        letter-spacing: 0.023vw;
        padding-top: 0.486vw;
        padding-right: 0.625vw;
    }
    .stf_footer_top_container_right{
        width: 27.3%;
        padding-top: 10.694vw;
    }
    .stf_footer_top_container_right a{}
    .stf_footer_top_container_right a img{
        padding-left: 0.694vw;
    }
    .stf_footer_top_container_right article{
        padding-top: 2.917vw;
    }
    .stf_footer_top_container_right article ul{}
    .stf_footer_top_container_right article ul li{
        margin-bottom: 0.069vw;
    }
    .stf_footer_top_container_right article ul li a{
        letter-spacing: 0.047vw;
    }
    .stf_social.mobile_only{}
    .stf_social.mobile_only a{}
    .stf_social.mobile_only a img{}
}
@media screen and (max-width: 1140px){
    .stf_footer_top{}
    .stf_footer_top .section_inner{
    width: 85vw;
}
    .stf_footer_top_title{
    margin-bottom: -5.167vw;
}
    .stf_footer_top_title h2{
}
    .stf_footer_top_title h2 br[m]{}
    .stf_footer_top_container{}
    .stf_footer_top_container_left{}
    .stf_footer_top_container_left_in{}
    .stf_footer_top_container_left_in:after{
    width: 51.5%;
}
    .stf_footer_top_instagram{}
    .stf_footer_top_instagram .instagram_feed{}
    .stf_footer_top_instagram .instagram_gallery{}
    .stf_footer_top_instagram .instagram_gallery a{}
    .stf_footer_top_instagram .instagram_gallery a img{}
    .stf_footer_top_instagram .instagram_gallery a:last-child{}
    .stf_footer_top_container_left a{
    font-size: 1.7vw;
}
    .stf_footer_top_container_right{}
    .stf_footer_top_container_right a{}
    .stf_footer_top_container_right a img{}
    .stf_footer_top_container_right article{}
    .stf_footer_top_container_right article ul{}
    .stf_footer_top_container_right article ul li{}
    .stf_footer_top_container_right article ul li a{}
    .stf_social.mobile_only{}
    .stf_social.mobile_only a{}
    .stf_social.mobile_only a img{}
}
@media screen and (max-width: 1024px){
    .stf_footer_top{}
    .stf_footer_top .section_inner{}
    .stf_footer_top_title{
    margin-bottom: -4.8vw;
}
    .stf_footer_top_title h2{
    margin-right: 0vw;
}
    .stf_footer_top_title h2 br[m]{}
    .stf_footer_top_container{}
    .stf_footer_top_container_left{}
    .stf_footer_top_container_left_in{}
    .stf_footer_top_container_left_in:after{
    width: 55.5%;
}
    .stf_footer_top_instagram{}
    .stf_footer_top_instagram .instagram_feed{}
    .stf_footer_top_instagram .instagram_gallery{}
    .stf_footer_top_instagram .instagram_gallery a{}
    .stf_footer_top_instagram .instagram_gallery a img{}
    .stf_footer_top_instagram .instagram_gallery a:last-child{}
    .stf_footer_top_container_left a{}
    .stf_footer_top_container_right{}
    .stf_footer_top_container_right a{}
    .stf_footer_top_container_right a img{}
    .stf_footer_top_container_right article{}
    .stf_footer_top_container_right article ul{}
    .stf_footer_top_container_right article ul li{}
    .stf_footer_top_container_right article ul li a{}
    .stf_social.mobile_only{}
    .stf_social.mobile_only a{}
    .stf_social.mobile_only a img{}
}
@media screen and (max-width: 768px){
    .stf_footer_top{
    padding-top: 7.917vw;
    padding-bottom: 1.875vw;
    background-color: #214A50;
}
    .stf_footer_top .section_inner{
    width: 96%;
}
    .stf_footer_top_title{
    text-align: left;
    padding-left: 8.75vw;
    padding-right: 9.375vw;
    margin-bottom: -6.417vw;
    position: relative;
    z-index: 8;
}
    .stf_footer_top_title h2{
    text-align: left;
    background-color: #1b494f00;
}
    .stf_footer_top_title h2 br[m]{}
    .stf_footer_top_container{
    padding-left: 8.333vw;
    padding-right: 9.375vw;
}
    .stf_footer_top_container_left{
    width: 100%;
    padding: 0vw;
}
    .stf_footer_top_container_left_in{
    border: none;
    padding: 0vw;
}
    .stf_footer_top_container_left_in:after{
    display: none;
}
    .stf_footer_top_instagram{}
    .stf_footer_top_instagram .instagram_feed{}
    .stf_footer_top_instagram .instagram_gallery{
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    .stf_footer_top_instagram .instagram_gallery a{
    padding-left: 0vw;
    padding-right: 0vw;
    width: 50%;
    padding: 0vw !important;
    margin: 0vw !important;
}
    .stf_footer_top_instagram .instagram_gallery a:nth-child(5){display: none;}
    .stf_footer_top_instagram .instagram_gallery a:nth-child(6){display: none;}
    .stf_footer_top_instagram .instagram_gallery a:nth-child(7){display: none;}
    .stf_footer_top_instagram .instagram_gallery a:nth-child(8){display: none;}
    .stf_footer_top_instagram .instagram_gallery a img{
    margin: 0vw !important;
}
    .stf_footer_top_container_left a{
    font-size: 3.3vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: 0.098vw;
    margin-right: -0.833vw;
    padding-top: 0vw;
    margin-top: -0.208vw;
}
    .stf_footer_top_container_right{
    padding: 0vw;
    width: 100%;
    padding-top: 0.833vw;
}
    .stf_footer_top_container_right a{
    display: none;
}
    .stf_footer_top_container_right a img{}
    .stf_footer_top_container_right article{text-align: center;padding-bottom: 2.917vw;}
    .stf_footer_top_container_right article ul{}
    .stf_footer_top_container_right article ul li{
    display: inline-block;
    margin-left: 1.667vw;
    margin-right: 1.667vw;
    position: relative;
}
    .stf_footer_top_container_right article ul li:before{
    content: "";
    position: absolute;
    top: 1.083vw;
    right: -2.5vw;
    width: 1px;
    height: 2vw;
    background-color: #FFF;
    }
    .stf_footer_top_container_right article ul li:last-child:before {display: none;}
    .stf_footer_top_container_right article ul li a{
    display: inline-block;
    font-size: 2vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: 0.156vw;
}
    .stf_social.mobile_only{
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-right: 1.042vw;
}
    .stf_social.mobile_only a{}
    .stf_social.mobile_only a img{}
    .stf_social.mobile_only a .style_1{padding-right: 1.25vw;}
}
@media screen and (max-width: 550px){
    .stf_footer_top{
    padding-top: 7.917vw;
    padding-bottom: 1.875vw;
    background-color: #214A50;
}
    .stf_footer_top .section_inner{
    width: 100%;
}
    .stf_footer_top_title{
    text-align: left;
    padding-left: 8.75vw;
    padding-right: 9.375vw;
    margin-bottom: -10.417vw;
    position: relative;
    z-index: 8;
}
    .stf_footer_top_title h2{
    text-align: left;
    background-color: #1b494f00;
}
    .stf_footer_top_title h2 br[m]{}
    .stf_footer_top_container{
    padding-left: 8.333vw;
    padding-right: 9.375vw;
}
    .stf_footer_top_container_left{
    width: 100%;
    padding: 0vw;
}
    .stf_footer_top_container_left_in{
    border: none;
    padding: 0vw;
}
    .stf_footer_top_container_left_in:after{
    display: none;
}
    .stf_footer_top_instagram{}
    .stf_footer_top_instagram .instagram_feed{}
    .stf_footer_top_instagram .instagram_gallery{}
    .stf_footer_top_instagram .instagram_gallery a{
    padding-left: 0vw;
    padding-right: 0vw;
    width: 50%;
    padding: 0vw !important;
    margin: 0vw !important;
}
    .stf_footer_top_instagram .instagram_gallery a:nth-child(5){display: none;}
    .stf_footer_top_instagram .instagram_gallery a:nth-child(6){display: none;}
    .stf_footer_top_instagram .instagram_gallery a:nth-child(7){display: none;}
    .stf_footer_top_instagram .instagram_gallery a:nth-child(8){display: none;}
    .stf_footer_top_instagram .instagram_gallery a img{
    margin: 0vw !important;
}
    .stf_footer_top_container_left a{
    font-size: 4.583vw;
    font-weight: 100;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: 0.098vw;
    margin-right: -0.833vw;
    padding-top: 2vw;
    margin-top: -0.208vw;
}
    .stf_footer_top_container_right{
    padding: 0vw;
    width: 100%;
    padding-top: 0.833vw;
}
    .stf_footer_top_container_right a{
    display: none;
}
    .stf_footer_top_container_right a img{}
    .stf_footer_top_container_right article{text-align: center;padding-bottom: 2.917vw;}
    .stf_footer_top_container_right article ul{}
    .stf_footer_top_container_right article ul li{
    display: inline-block;
    margin-left: 1.667vw;
    margin-right: 1.667vw;
    position: relative;
}
    .stf_footer_top_container_right article ul li:before{
    content: "";
    position: absolute;
    top: 2.083vw;
    right: -2.5vw;
    width: 0.208vw;
    height: 3.333vw;
    background-color: #FFF;
    }
    .stf_footer_top_container_right article ul li:last-child:before {display: none;}
    .stf_footer_top_container_right article ul li a{
    display: inline-block;
    font-size: 3.125vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: 0.156vw;
}
    .stf_social.mobile_only{
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-right: 1.042vw;
}
    .stf_social.mobile_only a{}
    .stf_social.mobile_only a img{}
    .stf_social.mobile_only a .style_1{padding-right: 1.25vw;}
}
/*
        FOOTER BOTTOM
-----------------------------*/
.stf_footer_bottom{
    background-color: #000000;
    padding-top: 22px;
    padding-bottom: 18px;
}
.stf_footer_bottom .section_inner{
    justify-content: space-between;
    width: 1182px;
}
.stf_footer_bottom_left{}
.stf_copyright{
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.7px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}
.stf_copyright span{}
.stf_copyright span strong{font-weight: normal;}
.stf_copyright span .stf_credit,
.stf_copyright span a{
    color: #ffffff;
}
.stf_footer_bottom_right{
    padding-top: 2px;
    padding-right: 29px;
    padding-left: 50px;
}
.stf_social{}
.stf_social a{
    display: inline-block;
    margin-left: 7px;
}
.stf_social a img{}
/*
    Media 1440
-----------------------------*/
@media screen and (max-width: 1440px){
    .stf_footer_bottom{
        padding-top: 1.528vw;
        padding-bottom: 1.25vw;
    }
    .stf_footer_bottom .section_inner{
        width: 82.083vw;
    }
    .stf_footer_bottom_left{}
    .stf_copyright{
        font-size: 1.042vw;
        letter-spacing: 0.118vw;
    }
    .stf_copyright span{}
    .stf_copyright span .stf_credit{}
    .stf_footer_bottom_right{
        padding-top: 0.139vw;
        padding-right: 2.014vw;
        padding-left: 3.472vw;
    }
    .stf_social{}
    .stf_social a{
        margin-left: 0.486vw;
    }
    .stf_social a img{}
}
@media screen and (max-width: 1140px){
    .stf_footer_bottom{}
    .stf_footer_bottom .section_inner{
        width: 90vw;
    }
    .stf_footer_bottom_left{
    width: 85%;
}
    .stf_copyright{font-size: 1.2vw;}
    .stf_copyright span{}
    .stf_copyright span .stf_credit{}
    .stf_footer_bottom_right{
    width: 15%;
    padding-right: 0vw;
    padding-left: 2.472vw;
}
    .stf_social{}
    .stf_social a{}
    .stf_social a img{}
}
@media screen and (max-width: 1024px){
    .stf_footer_bottom{}
    .stf_footer_bottom .section_inner{}
    .stf_footer_bottom_left{}
    .stf_copyright{}
    .stf_copyright span{}
    .stf_copyright span .stf_credit{}
    .stf_footer_bottom_right{}
    .stf_social{}
    .stf_social a{}
    .stf_social a img{}
}
@media screen and (max-width: 768px){
    .stf_footer_bottom{
    padding-top: 4.167vw;
    padding-bottom: 2.5vw;
}
    .stf_footer_bottom .section_inner{
    width: 90%;
}
    .stf_footer_bottom_left{
    width: 100%;
}
    .stf_copyright{
    font-size: 2.083vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: 0.333vw;
    text-align: center;
}
    .stf_copyright span{}
    .stf_copyright span strong{display: none;}
    .stf_copyright span .stf_credit{}
    .stf_footer_bottom_right{
    display: none;
}
    .stf_social{}
    .stf_social a{}
    .stf_social a img{}
}
@media screen and (max-width: 550px){
    .stf_footer_bottom{
    padding-top: 4.167vw;
    padding-bottom: 2.5vw;
}
    .stf_footer_bottom .section_inner{
    width: 90%;
}
    .stf_footer_bottom_left{
    width: 100%;
}
    .stf_copyright{
    font-size: 3.333vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: 0.333vw;
    text-align: center;
}
    .stf_copyright span{}
    .stf_copyright span strong{display: none;}
    .stf_copyright span .stf_credit{}
    .stf_footer_bottom_right{
    display: none;
}
    .stf_social{}
    .stf_social a{}
    .stf_social a img{}
}







/* Shop 2 Section */
.busf_s2 {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.busf_s2 .section_inner {
  width: 1125px;
}

.busf_s2 h2 {
  font-family: Ogg-Roman;
  font-size: 41px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 2.25px;
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 58px;
  padding-right: 55px;
  font-family: 'Voyage';
  padding-top: 24px;
}

.busf_s2 .busf_s2_border::after {
  content: '';
  position: absolute;
  background-color: #000;
  opacity: 0.16;
  height: 1px;
  width: 100%;
  left: 0;
  top: 90px;
}

.busf_s2 .section_top {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.busf_s2 .video_image {
  position: relative;
  z-index: 1;
     width: 608px;
}

.busf_s2 .video_image:before {
  content: "";
  position: absolute;
  background-image: url(bss2_vdo_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 63px;
  height: 63px;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.busf_s2_bottom_item .service {
  width: 22.75%;
  margin-right: 25.2px;
}
.busf_s2_bottom_item .busf_s2_item_in{
  border: solid 0.8px #000000;
  position: relative;
  background: #fff;
  padding: 50px 15px 22px 26px;
  transition: all 0.5s ease;
  height: 100%;
}
.busf_s2_bottom_item .busf_s2_item_in:hover {
    transform: translateY(-5%) scale(1.03);
}
.busf_s2_bottom_item .service:nth-child(4n) {
  margin-right: 0;
}

.busf_s2 .top_bg {
  position: absolute;
  top: -14px;
  left: 29px;
}

.busf_s2_bottom_item .service h6 {
  font-family: StyreneAWeb;
  font-size: 13.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.74;
  letter-spacing: 0.98px;
  text-align: left;
  color: #000000;
  margin-bottom: 21px;
}

.busf_s2_bottom_item .service h3 {
  position: relative;
  z-index: 3;
  font-size: 53px;
  letter-spacing: 2.65px;
  text-align: center;
  color: #cae35d;
}

.busf_s2_bottom_item .service h3:before {
  position: absolute;
  width: 58px;
  height: 59px;
  background-color: #f2f4fa;
  border-radius: 50%;
  left: -5px;
  z-index: -1;
  content: "";
  bottom: 9px;
}

.busf_s2_bottom_item:before {
  content: "";
  position: absolute;
  left: -19px;
  bottom: -21px;
  width: 101.2%;
  z-index: -1;
  height: 148px;
  background-color: #ced2de;
}

.busf_s2 .section_bottom {
  padding-left: 15px;
  width: 100%;
}

.busf_s2_bottom_item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 85px;
}

.busf_s2_bottom_item .service p {
  font-size: 13.5px;
  letter-spacing: 0.76px;
}

.busf_s2_bottom_item .service:nth-child(1) .top_bg {
  left: 42px;
}

.busf_s2_bottom_item .service:nth-child(1) .top_bg h3:before {
  left: -15px;
}

.busf_s2_bottom_item .service:nth-child(4) .top_bg h3:before {
  left: 3px;
}

.busf_s2_bottom_item .service:nth-child(2) p {
  margin-left: -2px;
}

.busf_s2_bottom_item .service:nth-child(3) p {
  margin-left: -2px;
}


@media (max-width: 1440px) {

  .busf_s2 {
    padding-top: 2.472vw;
    padding-bottom: 2.25vw;
  }

  .busf_s2 .section_inner {
    width: 78.125vw;
  }

  .busf_s2 h2 {
    font-size: 2.847vw;
    letter-spacing: 0.156vw;
    margin-bottom: 2.083vw;
    padding-left: 4.028vw;
    padding-right: 3.819vw;
    padding-top: 1.667VW;
  }

  .busf_s2 .busf_s2_border::after {
    width: 100%;
    top: 6.25vw;
  }

  .busf_s2 .video_image:before {
    /* width: 4.375vw; */
    /* height: 4.375vw; */
  }

  .busf_s2_bottom_item .service {

    margin-right: 1.75vw;
  }
  .busf_s2_bottom_item .busf_s2_item_in{
    padding: 3.472vw 1.042vw 1.528vw 1.806vw;
  }

  .busf_s2 .top_bg {
    top: -0.972vw;
    left: 2.014vw;
  }

  .busf_s2_bottom_item .service h6 {
    font-size: 0.938vw;
    letter-spacing: 0.068vw;
    margin-bottom: 1.458vw;
  }

  .busf_s2_bottom_item .service h3 {
    font-size: 3.681vw;
    letter-spacing: 0.184vw;
  }

  .busf_s2_bottom_item .service h3:before {
    width: 4.028vw;
    height: 4.097vw;
    left: -0.347vw;
    bottom: 0.625vw;
  }

  .busf_s2_bottom_item:before {
    left: -1.319vw;
    bottom: -1.458vw;
    height: 10.278vw;
  }

  .busf_s2 .section_bottom {
    padding-left: 1.042vw;
  }

  .busf_s2_bottom_item {
    margin-top: 5.903vw;
  }

  .busf_s2_bottom_item .service p {
    font-size: 0.938vw;
    letter-spacing: 0.053vw;
  }

  .busf_s2_bottom_item .service:nth-child(1) .top_bg {
    left: 2.917vw;
  }

  .busf_s2_bottom_item .service:nth-child(1) .top_bg h3:before {
    left: -1.042vw;
  }

  .busf_s2_bottom_item .service:nth-child(4) .top_bg h3:before {
    left: 0.208vw;
  }

  .busf_s2_bottom_item .service:nth-child(2) p {
    margin-left: -0.139vw;
  }

  .busf_s2_bottom_item .service:nth-child(3) p {
    margin-left: -0.139vw;
  }

}

@media (max-width: 1140px) {
  .busf_s2 h2{
    font-size:4.2vw
  }
}

@media (max-width: 1024px) {
  .busf_s2 .section_inner {
    width: 88vw;
  }

  .busf_s2 h2 {
    font-size: 3.8vw;
  }

  .busf_s2 .busf_s2_border::after {
    top: 5.65vw;
  }

  .busf_s2 .section_bottom {
    padding-left: 2.042vw;
  }

  .busf_s2_bottom_item .service h6 {
    font-size: 1.6vw;
  }

  .busf_s2_bottom_item .service h3 {
    font-size: 4.2vw;
  }

  .busf_s2_bottom_item .service p {
    font-size: 1.4vw;
  }

  .busf_s2_bottom_item .service p br {
    display: none;
  }
}

@media (max-width: 768px) {
  .busf_s2 {
    padding-top: 7vw;
    padding-bottom: 6.25vw;
  }

  .busf_s2 .section_inner {
    width: 78vw;
  }

  .busf_s2 .video_image {}

  .busf_s2 h2 {
    font-size: 5.8vw;
    margin-bottom: 3.2vw;
  }

  .busf_s2 .video_image:before {
    width: 10.203vw;
    height: 10.203vw;
  }

  .busf_s2_bottom_item {
    justify-content: space-between;
    margin-top: 9vw;
  }

  .busf_s2_bottom_item .service {
    margin-right: 0;
    margin-bottom: 10vw;
    width: 100%;
    min-height: 30vw;
  }
  .busf_s2_bottom_item .busf_s2_item_in{
    padding: 6.4vw 5vw 1.528vw;
  }

  .busf_s2 .busf_s2_border::after {
    top: 10vw;
  }

  .busf_s2 .section_bottom {
    padding-left: 0;
  }

  .busf_s2_bottom_item .service h6 {
    font-size: 2.84vw;
  }

  .busf_s2_bottom_item .service h6 br {
    display: none;
  }

  .busf_s2_bottom_item .service h3 {
    font-size: 4.2vw;
  }

  .busf_s2_bottom_item .service p {
    font-size: 2vw;
  }


  .busf_s2 .top_bg {
    top: -3vw !important;
    left: 6vw !important;
  }

  .busf_s2_bottom_item .service h3 {
    font-size: 7.5vw;
    letter-spacing: 0.184vw;
  }

  .busf_s2_bottom_item .service h3:before {
    width: 8vw;
    height: 8vw;
    left: -1.5vw !important;
  }

  .busf_s2_bottom_item:before {
    left: -2.5vw;
    bottom: -0.4vw;
    height: 15vw;
    width: 106%;
  }

  .busf_s2 .section_top{
    width: 100%;
  }
  .busf_s2 .video_image {
        width: 100%;
    }
}

@media (max-width: 550px) {
  .busf_s2 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .busf_s2 .section_inner {
    width: 100vw;
    padding: 0 9vw;
  }

  .busf_s2 .busf_s2_border::after {
    top: 14.45vw;
  }

  .busf_s2 .video_image:before {
    width: 14.203vw;
    height: 14.203vw;
    top: 50%;
  }

  .busf_s2 h2 {
    font-size: 8.7vw;
    margin-bottom: 9vw;
  }

  .busf_s2_bottom_item .service h6 {
    font-size: 3.7vw;
  }

  .busf_s2_bottom_item .service h3 {
    font-size: 12.2vw;
  }

  .busf_s2_bottom_item .service p {
    font-size: 2.8vw;
  }

  .busf_s2 .top_bg {
    top: -3.5vw !important;
    left: 10vw !important;
  }

  .busf_s2_bottom_item {
    margin-top: 17vw;
  }

  .busf_s2_bottom_item .service h3:before {
    width: 13vw;
    height: 13vw;
    left: -2.5vw !important;
  }

  .busf_s2_bottom_item:before {
    left: -3.5vw;
    bottom: 5.6vw;
    height: 25vw;
    width: 108%;
  }

  .busf_s2_bottom_item .service {

    margin-right: 0;
    margin-bottom: 15vw;
    /* width: 100%; */
    /* min-height: 45vw; */
  }
  .busf_s2_bottom_item .busf_s2_item_in{
    padding: 11.4vw 5vw 5.528vw;
  }
}




.sizer--full{
  min-height:87vh !important;
}
.block-type--cta{
  padding-left: 5vw !important;
  padding-right: 5vw !important;
}
.btn-medium{
  font-size:0.833VW;
  font-family: 'Ridley Grotesk';
  letter-spacing: 0.1em;
  padding: 0.573VW 1.563VW;
  border-width: 1px;
  box-shadow: none !important;
  margin: 0;
  margin-top: 0.8vw;
  margin-bottom: 0.58vw;
  font-weight: normal;
}
.btn-medium:hover{
  background-color:#DDF638 !important;
}
h1{
  font-size:5.677VW;
  margin-bottom: 2.031VW;
}
h4{
  font-size:2.135VW;
  margin-bottom: 1.55VW;
  letter-spacing: 0.045em;
}

@media (max-width: 767px){
  .sizer--full{
    min-height: auto !important;
    padding-top: 9.3vw !important;
    padding-bottom: 9.3vw !important;
  }
  .block-type--cta{
    padding-left: 9.6vw !important;
    padding-right: 9.6vw !important;
  }
  .btn-medium{
    font-size:2.899VW;
    font-family: 'Ridley Grotesk';
    letter-spacing: 0.1em;
    padding: 10px 1.563VW;
    border-width: 1px;
    box-shadow: none !important;
    margin: 0;
    margin-top: 0;
    margin-bottom: 5.3vw;
    font-weight: normal;
  }
  h1{
    font-size: 13.425VW;
    margin-bottom: 7.031VW;
    padding-left: 14vw;
    padding-right: 14vw;
    line-height: 1.1;
  }
  h4{
    font-size:6.763VW;
    margin-bottom: 6VW;
    letter-spacing: 0.03em;
  }
}