/*============================================================================
  #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: 'Myriad Pro';
  src: url('MyriadPro-Regular.woff2') format('woff2'),
    url('MyriadPro-Regular.woff') format('woff');
  font-weight: normal;
  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;
}



/*
    GLOBAL FONT STYLE
===============================================*/
body {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  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;
}

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;
}

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;
}

h5 {
  font-family: 'StyreneAWeb';
  font-size: 16.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 1.3px;
  color: #000000;
  font-family: 'Commuters Sans';
}

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;
}

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;
}

.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;
}

.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: 0.938vw;
    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: 3.6vw;
    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;
  }
}


ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.section_inner {
  margin: 0 auto;
}

.d_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section_left_item {}

.section_right_item {}

.only_mobile {}

.site_button,
input[type="submit"] {
  display: inline-block;
  background-color: #E2A883;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  padding: 20px 34px;
  border: 0;
  cursor: pointer;
}

.site_button:hover,
input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
}

p {
  margin-top: 0;
  margin-bottom: 26px;
}

p:last-child {
  margin-bottom: 0;
}

mark {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #e6fc89 0%, #e6fc89 100%);
  background-repeat: no-repeat;
  background-size: 100% 61%;
  background-position: 0 48%;
  color: inherit;
}

.text_center {
  text-align: center;
}

.mobile_only {
  display: none;
}

@media (max-width: 1440px) {}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {}

@media (max-width: 768px) {}

@media (max-width: 550px) {}





/*
    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';
}
.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: 21px;
}
@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: 1.458vw;
  }
}

@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;
    }

    .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: 62.5vw !important;
    }

    .ln_header {
        padding-top: 2.5vw;
    }
    .ln_header .section_inner{
        position: relative;
        top: 0px;
        padding-left: 8vw;
        padding-right: 6vw;
        display: flex;
        flex-wrap: wrap;
        padding-top: 0vw;
        padding-bottom: 2.4vw;
    }
    .ln_header_right{
        width: 59%;
    }
    .ln_header_left{
        width: 41%;
        padding-top: 1.2vw !important;
    }
    .responsive-menu-hand {
        display: inline-block;
        width: 7.6vw;
        margin-top: 2.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{}
}







/*=============== Shop Page css here==================*/


/* Shop 1 Section */
.busf_s1 {
  padding-top: 177px;
  padding-bottom: 85px;
  background-image: url(bss1_hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.busf_s1 .section_inner {
  width: 942px;
  text-align: center;
}

.busf_s1 .section_in {
  background-color: #ffffff;
  width: 100%;
  padding: 68px 50px 50px 50px
}

.busf_s1 h1 {
  font-family: Ogg-Roman;
  font-size: 64px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: .5px;
  margin-bottom: 38px;
  margin-left: -6px;
}

.busf_s1 mark {
  background-size: 100% 35%;
  background-position: 0 85%;
  padding-left: 12px;
  padding-right: 4px;
  color: inherit;
}

.busf_s1 p {
  font-size: 13.5px;
  letter-spacing: .78px;
}

.busf_s1 h5 {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: 0.8px;
  text-align: center;
  color: #000000;
}

.busf_s1 h5 strong {
  font-weight: normal;
  letter-spacing: 1px;
  padding-left: 7px;
}


@media (max-width: 1440px) {
  .busf_s1 {
    padding-top: 12.292vw;
    padding-bottom: 5.903vw;
  }

  .busf_s1 .section_inner {
    width: 65.417vw;
  }

  .busf_s1 .section_in {
    padding: 4.722vw 3.472vw 3.472vw 3.472vw;
  }

  .busf_s1 h1 {
    font-size: 4.444vw;
    letter-spacing: 0.035vw;
    margin-bottom: 2.639vw;
    margin-left: -0.417vw;
  }

  .busf_s1 mark {
    padding-left: 0.833vw;
    padding-right: 0.278vw;
  }

  .busf_s1 p {
    font-size: 0.938vw;
    letter-spacing: 0.054vw;
  }

  .busf_s1 h5 {
    font-size: 1.181vw;
    letter-spacing: 0.056vw;
  }

  .busf_s1 h5 span {
    letter-spacing: 0.069vw;
    padding-left: 0.486vw;
  }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {

  .busf_s1 .section_inner {
    width: 80vw;
  }

  .busf_s1 .section_in {
    padding: 10.641vw 4.472vw 5vw;
  }

  .busf_s1 h1 {
    font-size: 6.917vw;
  }

  .busf_s1 p {
    font-size: 1.4vw;
  }

  .busf_s1 p br {
    display: none;
  }

  .busf_s1 h5 {
    font-size: 1.7vw;
  }
}

@media (max-width: 768px) {
  .busf_s1 {
    /* padding-top: 12.292vw; */
    padding-bottom: 6.8vw;
  }

  .busf_s1 .section_inner {
    width: 78vw;
  }

  .busf_s1 h1 {
    font-size: 10.3vw;
    margin-left: 0;
  }

  .busf_s1 p {
    font-size: 2vw;
  }

  .busf_s1 h5 {
    font-size: 2.6vw;
  }
}

@media (max-width: 550px) {
  .busf_s1 .section_inner {
    width: 100vw;
    padding: 0 9vw;
  }

  .busf_s1 {
    padding-top: 20vw;
    padding-bottom: 16vw;
  }

  .busf_s1 h1 {
    font-size: 12.3vw;
    margin-bottom: 5.3vw;
  }

  .busf_s1 p {
    font-size: 4.4vw;
    margin-bottom: 10vw;
  }

  .busf_s1 h5 {
    font-size: 4vw;
  }
}






/* Shop 2 Section */
.busf_s2 {
  padding-top: 50px;
  padding-bottom: 90px;
  position: relative;
}

.busf_s2 .section_inner {
  width: 1125px;
}

.busf_s2 h2 {
  font-family: Ogg-Roman;
  font-size: 41px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 2.25px;
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 30px;
  padding-left: 58px;
  padding-right: 55px;
}

.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;
  font-family: 'Commuters Sans';
}

.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: 3.472vw;
    padding-bottom: 6.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;
  }

  .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) {}

@media (max-width: 1024px) {
  .busf_s2 .section_inner {
    width: 88vw;
  }

  .busf_s2 h2 {
    font-size: 3.8vw;
  }

  .busf_s2 .busf_s2_border::after {
    top: 6.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: 9.65vw;
  }

  .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: 16vw;
    padding-bottom: 10.25vw;
  }

  .busf_s2 .section_inner {
    width: 100vw;
    padding: 0 9vw;
  }

  .busf_s2 .busf_s2_border::after {
    top: 20.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: 4vw;
  }

  .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;
  }
}




/* Shop 3 Section */
.busf_s3 {
  padding-bottom: 68px;
}

.busf_s3 .section_inner {
  width: 920px;
}

.busf_s3_in {
  padding-left: 21px;
  padding-right: 28px;
  padding-bottom: 35px;
}

.busf_s3 .section_inner>h5 {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.94;
  letter-spacing: 0.3px;
  text-align: center;
  color: #000;
  width: 100%;
}

.busf_s3 .section_inner>h5 a {
  color: #b7d635;
  position: relative;
  z-index: 1;
}

.busf_s3 .section_inner>h5 a:before {
  content: "";
  position: absolute;
  width: 106%;
  height: 1px;
  background-color: #b7d635;
  bottom: -1px;
  left: 0;
  opacity: 0;
}

.busf_s3 .section_inner>h5 a:hover:before {
  opacity: 1;
}

.busf_s3 .section_single_item_img img {
  width: 100%;
}

.busf_s3 .section_big_item .section_big_single_item {
  width: 50%;
}


.busf_s3 .section_small_item .section_small_single_item {
  width: 33.333%;
}


.busf_s3 .section_single_item_wrap {
  position: relative;
  margin: 5px;
}

.busf_s3 .section_single_item_text {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
  background-color: #fff;
  justify-content: center;
  right: 0;
  bottom: 0;
  padding: 13px;
  margin: 25px;
}


.busf_s3 .section_single_item_wrap:hover .section_single_item_text {
  display: flex;
}

.busf_s3 .section_single_item_text .image-title {
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  display: flex;
}

.busf_s3 .section_single_item_text .image-title p {
  color: #000;
  font-size: 25px;
  font-family: 'Canela';
}

@media (max-width: 1440px) {
  .busf_s3 {
    padding-bottom: 4.722vw;
  }

  .busf_s3 .section_inner {
    width: 63.889vw;
  }

  .busf_s3_in {
    padding-left: 1.458vw;
    padding-right: 1.944vw;
    padding-bottom: 2.431vw;
  }

  .busf_s3 .section_inner>h5 {
    font-size: 0.903vw;
    letter-spacing: 0.021vw;
  }

  .busf_s3 .section_inner>h5 a:before {
    height: 0.069vw;
    bottom: -0.069vw;
  }

  .busf_s3 .section_single_item_wrap {
    margin: 0.347vw;
  }

  .busf_s3 .section_single_item_text {
    padding: 0.903vw;
    margin: 1.736vw;
  }

  .busf_s3 .section_single_item_text .image-title p {
    font-size: 1.736vw;
  }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
  .busf_s3 .section_inner {
    width: 75vw;
  }

  .busf_s3 .section_inner>h5 {
    font-size: 1.2vw;
  }

  .busf_s3 .section_single_item_text .image-title p {
    font-size: 2.4vw;
  }
}

@media (max-width: 768px) {
  .busf_s3 .section_inner {
    width: 78vw;
  }

  .busf_s3 .section_big_item .section_big_single_item {
    width: 100%;
  }


  .busf_s3 .section_small_item .section_small_single_item {
    width: 100%;
  }

  .busf_s3_in {
    padding: 0;
  }

  .busf_s3 .section_single_item_wrap {
    margin: 0;
    margin-bottom: 6vw;
  }

  .busf_s3 .section_single_item_text {
    margin: 8vw;
  }

  .busf_s3 .section_single_item_text .image-title p {
    font-size: 4.8vw;
  }

  .busf_s3 .section_inner>h5 {
    font-size: 2.2vw;
  }

}

@media (max-width: 550px) {
    .busf_s3 {
    padding-bottom: 11vw;
  }

  .busf_s3 .section_inner {
    width: 100vw;
    padding: 0 9vw;
  }

  .busf_s3 .section_inner>h5 {
    font-size: 2.8vw;
    margin-top: 3vw;
  }

  .busf_s3 .section_single_item_text .image-title p {
    font-size: 7.8vw;
  }
    .busf_s3 .section_single_item_wrap {
    margin-bottom: 5vw;
  }

    .busf_s3  .section_big_item:last-child .section_big_single_item:last-child .section_single_item_wrap{
      margin-bottom: 0;
    }

}





/* Shop 4 Section */
.busf_s4 {
  padding-bottom: 81px;
}

.busf_s4 .section_inner {
  width: 1026px;
}

.busf_s4_title {
  text-align: center;
  width: 100%;
  padding-bottom: 31px;
}

.busf_s4_title h4 {
  font-size: 68px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: 1.52px;
  text-align: center;
  color: #000000;
  margin-bottom: 1px;
  position: relative;
  margin-bottom: 33px;
}

.busf_s4_title h4 span {
  position: relative;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 0px 18px;
  padding-left: 25px;
}

.busf_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% 28%;
  background-position: 0px 78%;
  padding: 0;
  color: #000000;
}

.busf_s4_title p {
  font-size: 13.5px;
  letter-spacing: 0.78px;
  padding-left: 6px;
}

.busf_s4_container {
  position: relative;
  width: 100%;
}

.busf_s4_slider_item {
  padding-right: 10px;
  padding-left: 12px;
}

.busf_s4_slider_item a .busf_s4_over_wrap {
  position: relative;
  display: block;
}

.busf_s4_slider_item a .busf_s4_over_text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
  background-color: #132a2d;
  margin: 17px 21px 17px 19px;
  justify-content: center;
  right: 0;
  bottom: 0;
  padding: 13px;
  padding: 49px 0 0 0;
}

.busf_s4_slider_item a:hover .busf_s4_over_text {
  display: flex;
}

.busf_s4_over_text_style h5 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #e6fc89;
  margin-bottom: 4px;
}

.busf_s4_over_text_style p {
  font-size: 13.5px;
  font-weight: normal;
  letter-spacing: 0.85px;
  color: #fff;
  padding-right: 3px;
}

.busf_s4_container_slider .slick-prev,
.busf_s4_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;
  cursor: pointer;
  outline: none;
}

.busf_s4_container_slider .slick-prev {
  background-image: url(stf-slider-art-l.png);
  left: -117px;
}

.busf_s4_container_slider .slick-next {
  background-image: url(stf-slider-art-r.png);
  right: -117px;
}

.busf_s4_container_slider .slick-dots {
  display: none !important;
}

.busf_s4 .slick-slide:focus,
.busf_s4 .slick-prev:focus,
.busf_s4 .slick-next:focus {
  outline: none;
}


@media screen and (max-width: 1440px) {
  .busf_s4 {
    padding-bottom: 5.625vw;
  }

  .busf_s4 .section_inner {
    width: 71.25vw;
  }

  .busf_s4_title {
    padding-bottom: 2.153vw;
  }

  .busf_s4_title h4 {
    font-size: 4.722vw;
    letter-spacing: 0.106vw;
    margin-bottom: 2.292vw;
  }

  .busf_s4_title h4 span {
    padding: 0vw 1.25vw;
    padding-left: 1.736vw;
  }

  .busf_s4_title p {
    font-size: 0.938vw;
    letter-spacing: 0.054vw;
    padding-left: 0.417vw;
  }

  .busf_s4_slider_item {
    padding-right: 0.694vw;
    padding-left: 0.833vw;
  }

  .busf_s4_slider_item a .busf_s4_over_text {
    margin: 1.181vw 1.458vw 1.181vw 1.319vw;
    padding: 0.903vw;
    padding: 3.403vw 0 0 0;
  }

  .busf_s4_over_text_style h5 {
    font-size: 1.042vw;
    letter-spacing: 0.104vw;
    margin-bottom: 0.278vw;
  }

  .busf_s4_over_text_style p {
    font-size: 0.938vw;
    letter-spacing: 0.059vw;
    padding-right: 0.208vw;
  }

  .busf_s4_container_slider .slick-prev,
  .busf_s4_container_slider .slick-next {
    width: 5.625vw;
    height: 0.833vw;
  }

  .busf_s4_container_slider .slick-prev {
    left: -8.125vw;
  }

  .busf_s4_container_slider .slick-next {
    right: -8.125vw;
  }
}

@media screen and (max-width: 1140px) {}

@media screen and (max-width: 1024px) {

  .busf_s4 .section_inner {
    width: 78vw;
  }

  .busf_s4_title h4 {
    font-size: 5.8vw;
  }

  .busf_s4_title p {
    font-size: 1.4vw;
  }

  .busf_s4_title p br {
    display: none;
  }

  .busf_s4_container {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .busf_s4_over_text_style h5 {
    font-size: 1.8vw;
    margin-bottom: 1.2vw;
  }

  .busf_s4_over_text_style p {
    font-size: 1.4vw;
    line-height: 1.5;
  }

  .busf_s4_container_slider .slick-prev,
  .busf_s4_container_slider .slick-next {
    width: 7.91vw;
    height: 1.172vw;
  }

  .busf_s4_container_slider .slick-prev {
    left: -10.125vw;
  }

  .busf_s4_container_slider .slick-next {
    right: -10.125vw;
  }


}

@media screen and (max-width: 768px) {
  .busf_s4 {}

  .busf_s4 .section_inner {
    width: 100%;
  }

  .busf_s4_title h4 {
    font-size: 8.5vw;
  }

  .busf_s4_title p {
    font-size: 2vw;
  }

  .busf_s4_over_text_style h5 {
    font-size: 2.5vw;
    margin-bottom: 1.2vw;
  }

  .busf_s4_over_text_style p {
    font-size: 2vw;
    line-height: 1.5;
  }


  .busf_s4_title {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .busf_s4_title h4 {
    margin-bottom: 0.833vw;
  }

  .busf_s4_title h4 span {
    padding: 0vw 3.958vw;
  }

  .busf_s4_title h4 mark {
    background-size: 99% 45%;
    background-position: 0px 83%;
  }

  .busf_s4_container {
    padding: 0vw;
    padding-top: 4.292vw;
    padding-left: 18.5vw;
    padding-right: 18.917vw;
  }


  .busf_s4_slider_item a .busf_s4_over_text {
    margin: 6vw;
  }

  .busf_s4_slider_item {
    padding: 0vw;
  }

  .busf_s4_container_slider .slick-prev,
  .busf_s4_container_slider .slick-next {
    width: 13.75vw;
    height: 5vw;
    top: 45.5%;
  }

  .busf_s4_container_slider .slick-prev {
    background-image: url(stf-slider-art-l-m.png);
    left: -6.667vw;
  }

  .busf_s4_container_slider .slick-next {
    background-image: url(stf-slider-art-r-m.png);
    right: -6.25vw;
  }

}

@media screen and (max-width: 550px) {
  .busf_s4 {
    padding-bottom: 21.458vw;
  }

  .busf_s4 .section_inner {
    width: 100vw;
    padding: 0 9vw;
  }

  .busf_s4_title {
    padding-left: 5vw;
    padding-right: 5vw;
  }

 .busf_s4_title h4 {
    font-size: 11.5vw;
    margin-bottom: 8vw;
  }

  .busf_s4_title p {
    font-size: 2.8vw;
  }

  .busf_s4_over_text_style h5 {
    font-size: 3.4vw;
    margin-bottom: 1.2vw;
  }

  .busf_s4_over_text_style p {
    font-size: 2.8vw;
    line-height: 1.5;
  }

  .busf_s4_title h4 mark {
    background-size: 99% 45%;
    background-position: 0px 83%;
  }

  .busf_s4_container {
    padding: 0vw;
    padding-top: 7.292vw;
    padding-left: 12.5vw;
    padding-right: 12.917vw;
  }


  .busf_s4_slider_item {
    padding: 0vw;
  }


  .busf_s4_container_slider .slick-prev,
  .busf_s4_container_slider .slick-next {
    width: 13.75vw;
    height: 5vw;
    top: 45.5%;
  }

  .busf_s4_container_slider .slick-prev {
    background-image: url(stf-slider-art-l-m.png);
    left: -6.667vw;
  }

  .busf_s4_container_slider .slick-next {
    background-image: url(stf-slider-art-r-m.png);
    right: -6.25vw;
  }


}















/*
        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{}
}