
@font-face {
    font-family: 'HK Grotesk';
    src: url('hkgrotesk-light.woff2') format('woff2'),
        url('hkgrotesk-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('hkgrotesk-medium.woff2') format('woff2'),
        url('hkgrotesk-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('hkgrotesk-regular.woff2') format('woff2'),
        url('hkgrotesk-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@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: 'Ridley Grotesk';
    src: url('ridleygrotesk-bold.woff2') format('woff2'),
        url('ridleygrotesk-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Voyage';
    src: url('voyage-bold.woff2') format('woff2'),
        url('voyage-bold.woff') format('woff');
    font-weight: bold;
    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;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('hkgrotesk-semibold.woff2') format('woff2'),
        url('hkgrotesk-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ridley Grotesk';
    src: url('ridleygrotesk-medium.woff2') format('woff2'),
        url('ridleygrotesk-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
  font-size: 1.319vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0vw;
  color: #000000;
}

h1 {
  font-size: 6.653vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.94;
  letter-spacing: 0.005vw;
  color: #FAF4B7;
}

h2 {
  font-size: 6.24vw;
  font-weight: 400;
  letter-spacing: 0.165vw;
  color: #000000;
  line-height: 108%;
  position: relative;
  font-family: 'Voyage';
  text-transform: uppercase;
}

h3 {
  font-size: 3vw;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0vw;
  color: #000000;
  font-family: 'Voyage';
  line-height: 144%;
}

h4 {
  font-size: 1.7vw;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.063vw;
  font-family: 'Ridley Grotesk';
  margin-bottom: 1.1vw;
}

h5 {
  font-size: 0.792vw;
  line-height: 1.44;
  letter-spacing: 0.069vw;
  font-weight: 600;
}

a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}


input[type="submit"] {
    display: inline-block;
    font-stretch: normal;
    font-style: normal;
    border: 0;
    cursor: pointer;
    position: relative;
    background-color: #588791;
}

input[type="submit"]::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.site_button:hover:before,
input[type="submit"]::before {
    width: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 1.389vw;
}

p:last-child {
    margin-bottom: 0 !important;
}

mark {
    background-color: rgba(255, 255, 255, 0);
    background-image: -o-linear-gradient(330deg, #E4DBDC 0%, #E4DBDC 100%);
    background-image: linear-gradient(120deg, #E4DBDC 0%, #E4DBDC 100%);
    background-repeat: no-repeat;
    background-size: 100% 24%;
    background-position: 0 88%;
    color: inherit;
}

.mobile_only {
    display: none;
}

.m {
    display: none !important;
}

section {
  position:relative;
}
.section_inner {
  width: 100vw;
  margin: 0px auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.g_button {
    font-size: 0.931vw;
    letter-spacing: 0.229vw;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    padding: 1.319vw 1.944vw 1.25vw 2.083vw;
    border: solid 1px #000000;
    position: relative;
    font-family: 'Commuters Sans Semi';
    background-color: #000000;
    display: inline-block;
}
.g_button span{ }
.g_button span svg{
    width: 1.042vw;
    margin-bottom: -0.278vw;
    margin-left: 0.139vw;
}
.g_button span svg path{}
.g_button:hover { }


.owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*header*/

.header--overlay {
    background-color: #fff !important;
    border-bottom: 1px solid #000;
}

.header__content--desktop .link-list__link {
    color: #000;
    font-size: 0.625vw;
    text-transform: uppercase;
    font-family: 'Ridley Grotesk';
    line-height: 137%;
}

.header__content--desktop .link-list__link {
    margin: 0 3.021vw;
    font-size: 0.8vw !important;
    letter-spacing: 0;
    border: 1px solid rgb(0 0 0 / 0%);
    margin-top: -1px;
    padding: 7px 16px 5px 16px;
    display: inline-block;
    border-width: 1px !important;
}

.header__block--logo .logo__image {
    width: 7.521vw !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: unset;
}

.header__wrap a.logo {
  display: inline-block;
  position: relative;
  top: -0.3vw;
  left: 1.3vw;
}

.header__content--desktop {
    padding: 1.25vw 0 1.2vw;
}

.header__content--desktop a.link-list__link.workBtn {
    border: 1px solid #000;
    background: #DDF638;
    padding: 0.26vw 0.833vw;
    margin-top: -0.417vw;
    margin-left: 4.01vw;
}

.header__content--desktop .header__block--menu a:hover{
      border: 1px solid #000;
    background: #DDF638;
}
.header a.link-list__link:hover:before{
  display:none !important;
}

@media (max-width: 1440px) {


    h2 {
      font-size: 6.250vw;
      letter-spacing: 0.167vw;
    }

    h3 {
      font-size: 41.2px;
      letter-spacing: 1px;
    }

    h4 {
      font-size: 1.667vw;
      letter-spacing: 0.083vw;
      margin-bottom: 1.042vw;
    }

} /* 1440px */

@media (max-width: 1280px) {

    .header__content--desktop .link-list__link {
        margin: 0 28px;
        /* font-size: 1.3vw !important; */
    }


} /* 1280px */

@media (max-width: 1140px) { 
  
} /* 1140px */

@media (max-width: 1024px) {

    div.h_menu-left {
        margin-left: 0;
        padding-left: 4.883vw;
        margin-left: 0px !important;
    }

    div.h_menu-right {
        padding-right: 0;
        margin-right: 0;
        margin: 0 0px !important;
    }

    .header__content--desktop a.link-list__link.workBtn {
        margin-left: auto;
    }


    .header__content--desktop .link-list__link {
        margin: 0 28px;
        font-size: 1.3vw !important;
    }
    .header__block--logo .logo__image {
        width: 10.521vw !important;
        margin-bottom: -1.2vw;
    }
} /* 1024px */

@media (min-width: 768px) {
    .mobiOnly {
        display: none !important
    }
.header__content--desktop .link-list__link {
    letter-spacing: 0;
    padding: 7px 28px 5px 27px;
    margin: 0 2.4vw;
}
}
@media (max-width: 1024px) {
    .header__content--desktop .link-list__link {
        letter-spacing: 0;
        padding: 7px 28px 5px 27px;
        margin: 0 0vw;
    }
}
@media (max-width: 767px) {
    .deskOnly {
        display: none !important;
    }
.header__block--logo .logo__image {
    width: 25.521vw !important;
    margin-bottom: -1.2vw;
}
    .header__content--mobile .link-list__link {
        color: #000 !important;
        font-size: 2.347vw;
        text-align: center;
        line-height: 3.129vw;
        margin: 1.304vw 0 7.562vw 0 !important;
        text-transform: uppercase;
    }

    .header__content--mobile a.link-list__link.workBtn {
        background: #DDF638;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        border: 1px solid #000;
        padding: 0.913vw 7.04vw !important;
    }

    .header__content--mobile {
        height: calc(100vh - 8.475vw);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .header__content.header__content--mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
        border-top: 1px solid #000;
        padding: 19vh 0 26vh 0;
    }

    .header__content.header__content--mobile .header__block {
        -webkit-box-flex: unset;
            -ms-flex-positive: unset;
                flex-grow: unset;
        display: contents;
    }

    .header__content.header__content--mobile .header__block> div {
        display: contents;
    }

    header__block--logo {
        margin-right: auto !important;
        margin-left: 0 !important;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        line-height: unset;
        height: auto;
        max-height: unset;
        min-height: unset;
    }

    .header__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        width: 100% !important;
        padding: 0 7.7vw 0 7.5vw;
    }

    .hamburger__slice {
        background: #000;
    }
    .hamburger--slice-2,
    .hamburger--slice-3 {
        top: 2.3vw;
        opacity: 0.4;
    }
    .hamburger__slice.hamburger--slice-1 {
        width: 7vw;
        margin-left: auto;
        display: block;
        left: auto;
        right: 0px;
        opacity: 0.6;
    }

    .hamburger--slice-4 {
        width: 7vw;
        top: 4.347vw;
        opacity: 0.6;
    }

    .header__wrap a.logo {
        position: unset;
        margin: 0vw 0 0 0;
    }

    .header__content--desktop {
        padding: 3.6vw 0 5.868vw !important;
    }

.header__block--logo {
    order: 1;
    margin-right: 0px !important;
    width: 56%;
    text-align: left;
}
    .header--overlay .header__content--mobile{

padding-top: 40vw !important;

}
    .header--overlay .header__content--mobile .h_menu-right,
    .header--overlay .header__content--mobile .h_menu-left{}

    .header--overlay .header__content--mobile .h_menu-right .link-list,
    .header--overlay .header__content--mobile .h_menu-left .link-list{
    text-align: center;
}

    .header--overlay .header__content--mobile .h_menu-right .link-list a,
    .header--overlay .header__content--mobile .h_menu-left .link-list a{
    text-align: center;
    margin: 0px !important;
    font-size: 18px;
    font-family: 'Ridley Grotesk';
    font-weight: normal;
    /* margin-bottom: 16.3vw !important; */
    margin: 0px 85px!important;
    margin-bottom: 16.3vw !important;
}
    .header--overlay .header__content--mobile .link-list a{
      display: block;
      margin: 0px 85px!important;
      font-size: 16px;
      padding: 3.4vw 3.4vw 2.7vw 3.4vw;
      border: 1px solid rgb(0 0 0 / 0%);
    }
    .header--overlay .header__content--mobile .link-list a:hover{      
        border: 1px solid #000;      
        background: #DDF638;
    }
} /* 767px */

@media (max-width: 550px) {


} /* 550px */





.fixed-header .site-header{
    position: fixed;
    z-index: 0;
}
.fixed-header.active .site-header{
    z-index: 999;
}

@media (max-width: 767px) {
    .fixed-header .site-header{
        display:none;
    }
}

/*Sec 1 ===========================*/

    section.brup1 {
        background: url("brup1.png");
        background-size: cover;
        background-position: right bottom;
        background-repeat: no-repeat;
        padding: 9.24vw 0 5.5vw;
    }

    section.brup1 .section_inner {
        width: 78.9vw;
    }

    .brupCont h5 {
        font-family: 'Ridley Grotesk';
        font-size: 1.46vw;
        letter-spacing: 0.04vw;
        line-height: 1.5;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 0.7vw;
    }

    .brupCont h1,
    .brupCont h2 {
        font-size: 7.13vw;
        color: #000;
        font-family: 'Voyage';
        text-transform: uppercase;
        margin-left: -1vw;
        line-height: 105%;
        margin-bottom: 0vw;
    }

    .brupCont h2.rightAli, .brupCont p {
        margin-left: 9.9vw;
    }
    .brupCont h2{
        letter-spacing: 0px;
        width: 92%;
    }

    .brupCont p {
        font-size: 1.2vw;
        line-height: 1.25;
        font-family: 'HK Grotesk';
        font-weight: 300;
        margin-top: 2.4vw;
        letter-spacing: 0.04vw;
    }

@media (max-width: 1280px) {

} /* 1280px */
@media (max-width: 1140px) { 

} /* 1140px */
@media (max-width: 1024px) {
    .brupCont p {
        font-size: 1.7vw;
    }
} /* 1024px */
@media (max-width: 767px) {


    section.brup1 {
        padding: 28.744vw 0 11.077vw;
        background-image: url(brup1m.png);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #F5F3F1;
    }

    section.brup1 .section_inner {
        width: 75.845vw;
    }

    .brupCont h5 {
        font-size: 3.865vw;
        line-height: 169%;
        margin-bottom: 2.415vw;
    }

    .brupCont h1,
    .brupCont h2 {
        font-size: 15.217vw;
        line-height: 105%;
    }

    .brupCont h2.rightAli, .brupCont p {
        margin: 0;
    }

    .brupCont h1 br {
        display: none;
    }

    .brupCont h2.rightAli {
        margin-bottom: 10.8vw;
        margin-right: 0vw;
        margin-left: -1.208vw;
        width: 113%;
    }
    .brupCont h2.rightAli br{
      display:none;
    }

    .brupCont p {
        font-size: 4.348vw;
        line-height: 122%;
        margin-left: -1vw;
        letter-spacing: 0.07vw;
    }
    


} /* 767px */
@media (max-width: 550px) {

} /* 550px */

/*Sec 1 End ===========================*/


/*Sec 2 Start ===========================*/

section.brup2 .section_inner {
    max-width: 59.3vw;
}

section.brup2 {
    background: #F1EAFA;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.brup2Cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.04vw 0 1.12vw;
}

.brup2Cont p {
    margin: 0;
    font-size: 1vw;
    font-family: 'Ridley Grotesk';
    line-height: 139%;
    margin-right: 3.8vw;
    text-transform: uppercase;
    padding-top: 0.17vw;
    padding-left: 0vw;
    letter-spacing: -0.018vw;
}

.brup2Cont img {
    display: block;
    width: 34.45vw;
}
.brup2Cont img.mobile_only{
  display:none;
}

@media (max-width: 1280px) {

} /* 1280px */
@media (max-width: 1140px) { 

} /* 1140px */
@media (max-width: 1024px) {

} /* 1024px */
@media (max-width: 767px) {

    .brup2Cont {
        padding: 4.589vw 0 5.314vw 0;
    }

    section.brup2 .section_inner {
        width: 84.5vw;
        max-width: unset;
    }

    .brup2Cont p {
        font-size: 2.657vw;
        line-height: 1.273;
        width: 30.227vw;
        margin-right: 7.6vw;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-top: 1vw;
        letter-spacing: 0.04vw;
    }

    .brup2Cont img {
        width: auto;
        height: 8.333vw;
        max-width: unset;
        display: none;
    }
    .brup2Cont img.mobile_only{
      display:inline-block;
    }
    
} /* 767px */
@media (max-width: 550px) {


} /* 550px */


/*Sec 2 End ===========================*/

/*Sec 3 Start ===========================*/
section.brup3 .section_inner {
    max-width: 79.323vw;
    padding-bottom: 0.1vw;
}

section.brup3 {
    background: #FFFFFF;
    padding-top: 11.3vw;
}

.brup3_title h2 {
    display: inline-block;
}

.brup3_title span.downArrow {
    position: absolute;
    right: -11.5vw;
    top: 1.5vw;
    width: 6.2vw;
    height: 11.49vw;
}
.brup3_title span.downArrow:before{
    width: 100%;
    height: 100%;
    background-image: url("arrow_down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
    -webkit-animation: anime_button 0.4s infinite alternate;
    -moz-animation: anime_button 0.4s infinite alternate;
    animation: anime_button 0.4s infinite alternate;
    position: relative;
    display: block;
    content:"";
}
@keyframes anime_button {
  from {top: 0px;}
  to {top: 10px;}
}
.brup3_title {
    margin-bottom: 15.6vw;
}

.brup3_cont_img img {
    width: 0.521vw;
    opacity: 0;
}

.brup3_cont_img {
    display: block;
    width: 100%;
    height: 33.2vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #000;
}

.brup3_cont_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12.2vw;
}

.brup3_cont_img_box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 26.6vw;
}

.brup3_left .brup3_cont_img_box {
    margin-right: 10.2vw;
    position: relative;
    z-index: 1;
}

.brup3_cont {
    margin-top: 4.6vw;
    margin-left: auto;
}

.brup3_left .brup3_cont_img_box:after {content: "";position: absolute;left: 100%;top: 11.906vw;width: 8.8vw;height: 1px;background: #000;transition: all 3s ease;}

.brup3_cont h6 {
    font-size: 1.06vw;
    line-height: 1.8;
    display: inline-block;
    padding: 0;
    margin-bottom: 1.65vw;
    border-bottom: 1px solid rgb(0 0 0 / 0%);
    font-family: 'Ridley Grotesk';
    font-weight: 400;
    letter-spacing: 0.09vw;
    position: relative;
    line-height: 1.3;
}
.brup3_cont h6:after{
    content:"";
    display: block;
    width: 100%;
    height: 0.75px;
    background-color: #000;
    transition: all 3s ease;
}
.brup3_cont h2 {
    margin-bottom: 3.1vw;
    letter-spacing: 0;
}

.brup3_content {
    padding-left: 4.9vw;
    margin-right: -0.104vw;
}

.brup3_content p {
    font-family: 'HK GROTESK';
    letter-spacing: 0.0vw;
    font-size: 1.2vw;
    margin-bottom: 2.6vw;
    line-height: 1.26;
}

.brand_btn {
    font-size: 0.8vw;
    font-family: 'Ridley Grotesk';
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    background: #DDF638;
    border: 1px solid #000;
    padding: 0.7vw 3.5vw 0.521vw 3.4vw;
    letter-spacing: 0.1vw;
    -webkit-filter: unset !important;
    filter: unset !important;
    position: relative;
    z-index: 2;
}
.brand_btn:before{
    content:"";
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000;
    z-index: -1;
    transition: all 0.5s ease;
}
.brand_btn:hover:before{
  width: 100%;
}
.brand_btn:hover{
    color:#FFF;
}

.brup3_right .brup3_cont_img_box {
    margin-left: 5.7vw;
    position: relative;
    z-index: 1;
}

.brup3_right .brup3_cont_img_box:after {
    position: absolute;
    z-index: 1;
    right: 100%;
    top: 45.3%;
    width: 24.6vw;
    height: 1px;
    background: #000;
    content: "";
    display: block;
    transition: all 3s ease;
}

.brup3_boxes {
    position: relative;
    z-index: 1;
    max-width: 81.8vw;
    margin: 0 auto;
}

.brup3_cont_box .brup3_cont {
}

.brup3_cont_box.brup3_right .brup3_cont {
    margin-top: 0.93vw;
}

.brup3_cont_box.brup3_right .brup3_cont h4 {
    margin-bottom: 1.45vw;
    padding-top: 0.2vw;
}

.brup3_cont_box.brup3_left:last-child {
    margin-bottom: 7.708vw;
}

.brup3_cont_box.brup3_left:last-child .brup3_cont {
    margin-top: 1.8vw;
}

.brup3_cont_box.brup3_left:last-child .brup3_cont_img_box {
    margin-right: 10.45vw;
}

.brup3_cont_box.brup3_left:last-child .brup3_content {
    padding-right: 6.167vw;
    padding-top: 0.4vw;
}

.brup3_cont_box.brup3_left:last-child .brup3_content .brup3_btn .brand_btn {
    padding: 0.7vw 5.6vw 0.58vw 5.5vw;
    margin-top: 0.1vw;
    margin-left: -0.1vw;
}

.brup3_cont_box.brup3_right .brup3_btn .brand_btn {
    padding: 0.7vw 3.93vw 0.521vw 3.8vw;
}

.brup3_cont_box.brup3_left:last-child .brup3_cont_img_box:after {
    top: 9.1vw;
}

.brup3_cont_box.not_in_viewport .brup3_cont_img_box:after, .brup3_right.not_in_viewport .brup3_cont_img_box:after{
  width: 0vw;
}
@media (max-width: 1280px) {

} /* 1280px */
@media (max-width: 1140px) { 
  .brand_btn{   
    padding-top: 0.8vw;
  }

  .brup3_cont_box.brup3_left:last-child .brup3_content .brup3_btn .brand_btn{
    padding-top: 0.9vw;
  }
} /* 1140px */
@media (max-width: 1024px) {
  .brup3_content p{   
    font-size: 1.7vw;
  }
  .brup6_btn .brand_btn{
    padding-top: 0.7vw;
  }
} /* 1024px */
@media (max-width: 767px) {
   .brup6_btn .brand_btn {
      padding: 3.519vw 12.560vw 3.019vw 11.836vw;
  }
    section.brup3 {
        padding-top: 17.874vw;
    }

    .brup3_title h2 {
        font-size: 11.836vw;
        line-height: 106%;
        width: 70.048vw;
        margin: 0;
        padding-left: 0.4vw;
        letter-spacing: 0.3vw;
    }

    .brup3_title span.downArrow {
        width: 10.386vw;
        height: 19.599vw;
        bottom: 0;
        top: auto;
        left: auto;
        right: -7.246vw;
        bottom: 1.208vw;
    }

    .brup3_title {
        margin-bottom: 25.5vw;
    }

    .brup3_cont_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 24.5vw;
    }

    .brup3_left .brup3_cont_img_box:after {
        display: none;
    }

    .brup3_left .brup3_cont_img_box {
        margin: 0px 0px 10.386vw 0.6vw !important;
    }

    .brup3_cont_box.brup3_left:last-child .brup3_cont {
        margin-top: 4.348vw;
    }

    .brup3_boxes {
        width: 78.502vw;
        margin-left: auto;
        margin-right: auto;
    }

    .brup3_cont_img, .brup3_cont_img_box {
        width: 77.295vw;
        height: 96.377vw;
        margin-left: auto !important;
        margin-right: auto !important;
        border-color: #746d6a;
    }

    .brup3_cont_img_box {
        margin-bottom: 14.493vw !important;
    }

    .brup3_cont h6 {
        font-size: 2.899vw;
        line-height: 1.5;
        margin-bottom: 5.556vw;
        letter-spacing: 0.290vw;
    }

    .brup3_cont h2 {
        font-size: 11.111vw;
        line-height: 98%;
        margin-bottom: 12.077vw;
        position: relative;
        z-index: 1;
        margin-right: -9.662vw;
        margin-bottom: 12.4vw;
        padding-left: 0.3vw;
    }

    .brup3_content {
        padding: 0;
        padding-left: 7.971vw;
        margin-right: -2.899vw;
    }

    h4 {
        font-size: 3.865vw;
        line-height: 138%;
    }

    .brup3_content p {
        font-size: 3.865vw;
        line-height: 138%;
        margin-bottom: 8.3vw;
        letter-spacing: 0.08vw;
    }

    .brup3_content p br {
        display: none;
    }

    .brup3_content h4 {
        margin-bottom: 5.3vw;
        letter-spacing: 0.169vw;
    }

    .brand_btn {
        font-size: 2.899vw;
        line-height: 126%;
        padding: 3.419vw 12.560vw 3.019vw 11.836vw;
        letter-spacing: 0.362vw;
    }

    .brup3_cont_box.brup3_right .brup3_btn .brand_btn {
        padding: 3.519vw 14.010vw 3.019vw 11.836vw;
    }

    .brup3_cont_box.brup3_left:last-child .brup3_content .brup3_btn .brand_btn {
        padding: 3.519vw 8.01vw 3.019vw 6.836vw;
        max-width: 59vw;
        width: 100%;
        text-align: center;
    }

    .brup3_cont h2:before {
        position: absolute;
        z-index: -1;
        height: 0.75px;
        content: "";
        right: 100%;
        width: 100%;
        top: 6.8vw;
        background: #000000;
        margin-right: 3.140vw;
    }

    .brup3_cont_box.brup3_right .brup3_cont {
        margin: 0;
        padding-left: 0.6vw;
        padding-top: 0.4vw;
    }

    .brup3_cont_box.brup3_right .brup3_cont h2 {
    letter-spacing: -0.483vw;
    margin-bottom: 10.870vw;
    margin-top: -0.8vw;
    margin-left: -1vw;
    }

    .brup3_cont_box.brup3_right {
        margin-left: -0.3vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 24.638vw;
    }

    .brup3_cont_box.brup3_right .brup3_cont h4 {
        margin-bottom: 5.072vw;
    }

    .brup3_right .brup3_cont_img_box:after {
        display: none;
    }

    .brup3_right .brup3_cont_img_box {
        margin: 0;
        width: 100.1%;
    }
 
} /* 767px */
@media (max-width: 550px) {

} /* 550px */


/*Sec 3 End ===========================*/

/*Sec 4 Start ===========================*/
section.brup4 {
    background: #ffffff;
    padding: 8.54vw 0 10.9vw 0;
}

.brup4_title {
    text-align: center;
    margin-bottom: 6.76vw;
}

.section_title h2 {
    font-size: 4.2vw;
    letter-spacing: 0.078vw;
    position: relative;
}

section.brup4 .section_inner {
    max-width: 82.9vw;
}

span.brup4_img img {
    display: block;
    /* width: 0; */
    /* border: 1px solid #000; */
    margin-bottom: -3vw;
}
span.brup4_img img.mobile_only {
    display: none;
}
.brup4_img {
    display: block;
    width: 56.4vw;
    height: 39.8vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* border: 1px solid #000; */
}
.brup4_img a{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

.brup4_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
}

.brup4_right_img {
    margin-left: auto;
}

.brup4_img_box {
    margin-bottom: 8.95vw;
}

.brup4_img_box:last-child {
    margin-bottom: 7.1vw;
}

.brup4_btn {
    text-align: center;
}

.brup4_btn .brand_btn {
    padding: 0.7vw 5.7vw 0.521vw 5.7vw;
}

.brup4_img .video{
    width: 100%;
    display: block;
    height: 100%;
    /* border: 1px solid #000; */
}
.brup4_img .video .video__wrapper{
    width: 100%;
    display: block;
    height: 100%;
    border: 1px solid #000;
}
.brup4_img .video .video__wrapper:before{
    /* content:""; */
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
}
.brup4_img .video .video__wrapper .w-ui-container{
    display: none !important;
}
@media (max-width: 1280px) {

} /* 1280px */
@media (max-width: 1140px) { 
  .brup4_btn .brand_btn{
    
padding-top: 0.8vw;
  }
} /* 1140px */
@media (max-width: 1024px) {

} /* 1024px */
@media (max-width: 767px) {

    section.brup4 .section_inner {
        width: 86.058vw;
    }

    .section_title h2 {
        font-size: 7.246vw;
        line-height: 1;
        margin: 0;
        letter-spacing: 0.18vw;
    }

    section.brup4 {
        background: transparent;
        padding: 19.5vw 0 21.739vw 0;
    }

    .brup4_title {
        margin-bottom: 11.6vw;
    }

    .brup4_img_box {
        margin-bottom: 18.116vw;
        width: 100%;
    }

    .brup4_img {
        width: 100%;
        height: 58.179vw;
    }
    
    .brup3_cont_box.brup3_left:last-child .brup3_content {
        margin-top: -2.657vw;
    }

    .brup4_btn .brand_btn {
        padding: 3.415vw 20.290vw 3.140vw;
    }

    .brup4_btn {
        margin-top: 9.420vw;
    }
    span.brup4_img img {
        /* display: none; */
    }
    span.brup4_img img.mobile_only {
        display: block;
        border: 1px solid #808080;
    }

} /* 767px */
@media (max-width: 550px) {


} /* 550px */


/*Sec 4 End ===========================*/

/*Sec 5 Start ===========================*/
section.brup5 .section_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.brup5_left {
    width: 36.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    border-right: 1px solid #000;
}

.brup5_left:after {
    position: absolute;
    display: block;
    content: "";
    width: 11.65vw;
    height: 1px;
    background: #000000;
    left: 100%;
    top: 14.25vw;
    transition: all 3s ease;
}
.not_in_viewport .brup5_left:after{
    width: 0vw;
}
.brup5_right {padding: 10.5vw 12.563vw 8vw 13vw;width: 63.73%;}

.brup5_right h2 {margin-bottom: 2.98vw;}

section.brup5 {
    border-top: 1px solid #000;
}

.brup5_cont {
    padding-left: 4.9vw;
}

.brup5_cont h4 {
    font-size: 1.6vw;
    font-family: 'Ridley Grotesk';
    line-height: 1.4;
    margin-bottom: 0.781vw;
    text-transform: uppercase;
    letter-spacing: 0.015vw;
    margin-bottom: 1.65vw;
}

.brup5_cont p {
    font-size: 1.12vw;
    font-weight: 300;
    line-height: 139%;
    margin-bottom: 1.3vw;
    font-family: 'HK Grotesk';
    padding-right: 0;
    letter-spacing: 0.042vw;
}


@media (max-width: 1280px) {

} /* 1280px */
@media (max-width: 1140px) { 

} /* 1140px */
@media (max-width: 1024px) {
  .brup5_cont p {
      font-size: 1.7vw;
  }
  .brup5_cont p br{
    display:none;
  }
} /* 1024px */
@media (max-width: 767px) {
    

    section.brup5 .section_inner {
        display: block;
    }

    .brup5_left {
        width: 100%;
        height: 82.850vw;
        border: 0;
        border-bottom: 1px solid #000;
    }

    .brup5_right {
        padding: 17.1vw 0 13.71vw;
        width: 100%;
    }

    .brup5_right h2 {
        margin: 0 0 9.6vw 10.145vw;
        font-size: 13.768vw;
        line-height: 105%;
        position: relative;
        z-index: 1;
        letter-spacing: 0vw;
        width: 130%;
    }

    .brup5_right h2:after {
        position: absolute;
        z-index: -1;
        right: 97.5%;
        top: 6.739vw;
        width: 100%;
        height: 0.75px;
        background: #000000;
        content: "";
        margin-right: 4.831vw;
    }

    .brup5_cont {
        width: 88.676vw;
        margin: 0 auto;
        padding: 0 0px 0 12.6vw;
        margin-bottom: 4.831vw;
    }

    .brup5_cont h4 {
        font-size: 3.865vw;
        line-height: 138%;
        letter-spacing: 1px;
        margin-bottom: 5.314vw;
        letter-spacing: 0.198vw;
    }

    .brup5_cont h4 br {
        display: none;
    }
    .brup5_cont h4 br.m{
    display: block !important;
}

    .brup5_cont p {
        font-size: 3.865vw;
        line-height: 138%;
        margin-bottom: 5vw;
        letter-spacing: 0.097vw;
        padding-left: 0.4vw;
    }

    .brup5_cont p br {
        display: none;
    }
    .brup5_cont p br.m{
    display: block !important;
}

} /* 767px */
@media (max-width: 550px) {


} /* 550px */


/*Sec 5 End ===========================*/

/*Sec 6 Start ===========================*/
section.brup6 .section_inner {
    max-width: 75.26vw;
    margin: 0 auto;
}

section.brup6 {
    padding: 4.76vw 0 5.54vw 0;
    background: #EAE7E4;
    border-top: 1px solid #000;
}

.brup5_title {
    text-align: center;
}

.section_title.brup5_title h5 {
    margin-bottom: 0.9vw;
}

.brup5_title h5 {
    font-size: 1.302vw;
    line-height: 1.1;
    font-family: 'Ridley Grotesk';
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid;
    margin-bottom: 1.563vw;
}

.brup5_title h3 {
    margin-bottom: 2.9vw;
}

.brup6_client {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.client_img img {
    display: block;
    width: 7.8vw;
    height: 7.8vw;
    border-radius: 50%;
    border: 1px solid #000;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1.6vw;
}

.client_img p {
    font-size: 1.1vw;
    font-family: 'Ridley Grotesk';
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}

.client_img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20% !important;
}


@media (max-width: 1280px) {

} /* 1280px */
@media (max-width: 1140px) { 

} /* 1140px */
@media (max-width: 1024px) {

} /* 1024px */
@media (max-width: 767px) {
    
    .section_title.brup5_title h5 {
        font-size: 3.623vw;
        line-height: 157%;
        margin-bottom: 6.522vw;
        letter-spacing: 1px;
    }

    .brup5_title h3 {
        font-size: 9.662vw;
        line-height: 1.2;
        margin-bottom: 14.1vw;
    }

    .brup6_row, section.brup6 .section_inner {
        width: 82.947vw;
        max-width: unset;
    }

    .brup6_client {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .client_img {
        width: 50% !important;
        margin-bottom: 9.1vw;
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .client_img img {
        width: 26.087vw;
        height: 26.087vw;
        margin-bottom: 5.3vw;
    }

    .client_img p {
        font-size: 3.382vw;
        line-height: 136%;
    }

    section.brup6 {
        padding: 18.357vw 0 12.4vw 0;
    }

} /* 767px */
@media (max-width: 550px) {

} /* 550px */


/*Sec 6 End ===========================*/

/*Sec 7 Start ===========================*/

.feature_slide {
    padding: 2.083vw;
    padding-bottom: 0vw;
}
.feature_slide .brup7_bottom{
    opacity:0;
}
.active .feature_slide .brup7_bottom{
    opacity:1;
}
.feature_slide img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 0 1.563vw rgb(0 0 0 / 22%);
            box-shadow: 0 0 1.563vw rgb(0 0 0 / 22%);
}

.featuredSlider .owl-nav {
    position: absolute;
    z-index: 1;
    top: 39.4%;
    height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: -70px;
    right: -67px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.featuredSlider {
    position: relative;
}

.featuredSlider .owl-nav button {
    background: transparent;
    border: 0;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.featuredSlider .owl-nav button img {
    display: block;
    width: 3.969vw;
    height: 3.458vw;
}
.featuredSlider .owl-nav button.owl-prev{
    left: -1vw;
    display: block;
    position: relative;
    top: -0.2vw;
}
.featuredSlider .owl-nav button.owl-next{
    right: -1vw;
    display: block;
    position: relative;
    top: -0.2vw;
}

.brup7_bottom {
    text-align: center;
    margin-top: 2.7vw;
    padding-top: 2.23vw;
}

.brup7_bottom h4 {
    font-size: 1.6vw;
    text-transform: uppercase;
    margin-bottom: 0.4vw;
    letter-spacing: 0.13vw;
}

.brup7_bottom p a {
    font-size: 1.15vw;
    color: #000;
    font-weight: 300;
    font-family: 'HK Grotesk';
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 0.026vw;
}

.brup7_bottom p {
    margin-bottom: 2.23vw;
}

.brup7_title {
    text-align: center;
    margin-bottom: 4.8vw;
}

section.brup7 {
    padding: 6.23vw 0 7.1vw 0;
    border-top: 1px solid #000;
}

.brup7_cont {
    max-width: 33.6vw;
    margin: 0 auto;
}

@media (max-width: 1280px) {

} /* 1280px */
@media (max-width: 1140px) { 

} /* 1140px */
@media (max-width: 1024px) {
  .brup7_bottom p a{
      font-size: 1.7vw;
  }
} /* 1024px */
@media (max-width: 767px) {
    
    section.brup7 {
        padding: 17.8vw 0 16.4vw;
        border-top: 1px solid #000;
    }

    .brup7_title {
        margin-bottom: 11.836vw;
    }

    .brup7_cont {
        max-width: 84.541vw;
        margin-bottom: 0vw;
    }

    .featuredSlider .owl-nav {
        position: absolute;
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 50.6vw;
    }

    .featuredSlider .owl-nav button, 
    .featuredSlider .owl-nav button img {
        width: 9.662vw;
        height: 4.831vw;
    }

    .featuredSlider .owl-nav button {
        margin: 0 5.3vw;
    }

    .brup7_bottom {
        margin: 0;
        padding-left: 0vw;
        padding-right: 0vw;
        padding-top: 22.2vw;
    }

    .brup7_bottom h4 {
        font-size: 5.797vw;
        line-height: 225%;
        margin-bottom: 0;
        letter-spacing: 0.483vw;
    }

    .brup7_bottom p a {
        margin: 0;
        font-size: 4.348vw;
        line-height: 167%;
    }

    .brup7_bottom p {
        margin-bottom: 10.386vw;
        margin-top: -1.691vw;
    }
    .feature_slide {
        padding: 3.2vw 3.6vw 2.778vw 3.5vw;
    }

    
} /* 767px */
@media (max-width: 550px) {

} /* 550px */


/*Sec 7 End ===========================*/

/*Sec 8 Start ===========================*/

section.brup8 {
    border-top: 1px solid #000000;
    background: url('brup6.png') no-repeat scroll left bottom;
    background-size: cover;
    padding: 4.6vw 0 5.4vw 0;
}

section.brup8 .section_title {
    text-align: center;
}

.section_title h5 {
    font-size: 1.34vw;
    line-height: 1.5;
    font-family: 'Ridley Grotesk';
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #000;
    margin-bottom: 1.563vw;
    letter-spacing: 0.078vw;
}

section.brup8 .section_title h5 {
    font-size: 1.12vw;
    letter-spacing: 0.05vw;
    margin-bottom: 1.4vw;
}

section.brup8 .section_title h2 {
    margin-bottom: 2.5vw;
    font-size: 6.23vw;
    letter-spacing: 0;
}

section.brup8 .section_title p {
    font-size: 1.145vw;
    line-height: 136%;
    font-weight: 300;
    font-family: 'HK Grotesk';
    margin: 0 auto 2.85vw auto;
    max-width: 38.167vw;
    letter-spacing: 0.026vw;
}

section.brup8 .section_title p b {
    font-weight: 600;
}

.brup6_form {
    display: flex;
    max-width: 64.281vw;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.brup6_form .form-group{
    margin: 0px !important;
}
.brup6_form input {
    font-size: 0.8vw;
    line-height: 145%;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    border-right: 0;
    letter-spacing: 0.104vw;
    border-radius: 0px;
    padding-top: 0.8vw;
}

.brup6_form input::-webkit-input-placeholder {
    color: #000;
    text-align: center;
}

.brup6_form input::-moz-placeholder {
    color: #000;
    text-align: center;
}

.brup6_form input:-ms-input-placeholder {
    color: #000;
    text-align: center;
}

.brup6_form input::-ms-input-placeholder {
    color: #000;
    text-align: center;
}

.brup6_form input::placeholder {
    color: #000;
    text-align: center;
}

.brup6_form input[type="text"] {
    width: 16.6vw;
}

.brup6_form .email-field.form-group {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.brup6_form .email-field.form-group input{
  width: 100%;
}
.brup6_form button {
    font-size: 0.9vw;
    border: 1px solid #000;
    line-height: 145%;
    min-width: 16.4vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #DDF638;
    letter-spacing: 0.104vw;
    margin: 0px !important;
    font-family: 'Ridley Grotesk';
    font-weight: normal;
    -webkit-filter: unset !important;
    filter: unset !important;
    position: relative;
    z-index: 2;
    padding-top: 0.6vw;
}
.brup6_form button:before{
    content:"";
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000;
    z-index: -1;
    transition: all 0.5s ease;
}
.brup6_form button:hover:before{
  width: 100%;
}
.brup6_form button:hover{
    color: #FFF !important;
}

.brup6_form input, .brup6_form  button {
    height: 2.5vw;
    box-shadow: none !important;
    font-family: 'Ridley Grotesk';
    font-weight: normal;
    box-shadow: 0px 0px 0px #000 !important;
}
.brup6_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform:uppercase;
}
.brup6_form input::-moz-placeholder { /* Firefox 19+ */
  text-transform:uppercase;
}
.brup6_form input:-ms-input-placeholder { /* IE 10+ */
  text-transform:uppercase;
}
.brup6_form input:-moz-placeholder { /* Firefox 18- */
  text-transform:uppercase;
}
@media (max-width: 1280px) {

} /* 1280px */
@media (max-width: 1140px) { 
  .brup6_form input {    
    height: 3vw;    
    padding-top: 1vw;
  }
   .brup6_form button{height: 3vw;padding-top: 0.9vw;}
} /* 1140px */
@media (max-width: 1024px) {
  section.brup8 .section_title p{
      font-size: 1.7vw;
      max-width: 46.167vw;
  }
  .brup6_form input, .brup6_form button{    
    height: 3.5vw;    
    font-size: 1.2vw;
  }
  .brup6_form input{    
    padding-top: 1.3vw;
  }

} /* 1024px */
@media (max-width: 767px) {
    
    section.brup8 .section_title h5 {
        font-size: 3.382vw;
        line-height: 136%;
        margin-bottom: 8.1vw;
        letter-spacing: 1.4px;
        line-height: 1.7;
        border-bottom: 0.75px solid #000;
    }

    section.brup8 .section_title h2 {
        font-size: 11.836vw;
        line-height: 107%;
        margin: 0 auto 8.696vw auto;
        max-width: 78.502vw;
    }

    section.brup8 .section_title p {
        font-size: 4vw;
        max-width: 78.502vw;
        text-align: center;
        margin-bottom: 13.3vw;
    }

    section.brup8 .section_title p b {
        display: block;
    }

    .brup6_form {
        width: 77.527vw;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: unset;
    }
    .brup6_form .form-group{      
        width: 100%;
    }
    .brup6_form input, .brup6_form button {
        display: block;
        width: 100% !important;
        max-width: unset;
        margin-bottom: 5.314vw;
        font-size: 2.899vw;
        line-height: 125%;
        height: 9.662vw;
        border: 1px solid #000;
        text-align: center;
        box-shadow: 0px 0px 0px #000 !important;
    }
    .brup6_form .button_middle{width: 100%;}
    .brup6_form button{
      
padding-top: 3vw;
      
color: #000 !important;
    }
    section.brup8 {
        padding: 13.31vw 0 20.8vw 0;
        background-image: url(brup6m.png);
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #EAE7E4;
    }
    .brup6_form input {
        padding-top: 3.3vw;
    }
    
} /* 767px */
@media (max-width: 550px) {

} /* 550px */


/*Sec 8 End ===========================*/

/*Footer Start ===========================*/
.footer_top {
    background: #000000;
    color: #fff;
    padding: 4.6vw 0 1.94vw 0;
}

.footer_top .section_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 87vw;
    margin: 0 auto;
}

.footer_left {
    width: 46.7%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    padding-left: 2vw;
}

.footer_right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 43.67vw;
    margin-left: auto;
}

.footer_logo {
    border-bottom: 1.5px solid #fff;
    padding: 0.781vw 0 1.21vw 1.5vw;
    margin-top: -0.5vw;
}

.footer_widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.8vw 1.563vw 1.563vw 1.6vw;
}

.footer_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_links {
    width: 17.2vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 0.521vw;
}

.footer_links ul li a {
    display: block;
    font-size: 0.78vw;
    color: #fff;
    font-family: 'Ridley Grotesk';
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 0.85vw;
    letter-spacing: 0.02vw;
}

.subscrib_form {
    width: 21vw;
    margin: 0 auto;
    text-align: center;
    padding-top: 1vw;
}
.subscrib_form form .subscrib_form{
  
padding-top: 1.456vw;
}
.subscrib_form .form-group{
  margin-bottom: 0.34vw;
}
.subscrib_form h4 {
    font-size: 2.1vw;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Voyage';
    margin-bottom: 0.7vw;
    letter-spacing: 0.1vw;
}

.subscrib_form p {
    font-size: 0.8vw;
    font-family: 'HK Grotesk';
    padding: 0 0vw;
    margin: 0vw 0vw;
    margin-bottom: 0.052vw;
    letter-spacing: 0.026vw;
    font-weight: 300;
}

.subscrib_form input {
    display: block;
    width: 100%;
    text-align: center;
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 1.5px solid #fff;
    font-size: 0.79vw;
    line-height: 2;
    height: 1.78vw;
    border-radius: 0vw;
    box-shadow: none !important;
    font-family: 'Ridley Grotesk';
    font-weight: normal;
}
.subscrib_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform:uppercase;
  color: #fff;
}
.subscrib_form input::-moz-placeholder { /* Firefox 19+ */
  text-transform:uppercase;
  color: #fff;
}
.subscrib_form input:-ms-input-placeholder { /* IE 10+ */
  text-transform:uppercase;
  color: #fff;
}
.subscrib_form input:-moz-placeholder { /* Firefox 18- */
  text-transform:uppercase;
  color: #fff;
}
.subscrib_form button {
    display: block;
    margin: 1.8954vw auto 0 auto !important;
    border: 1px solid #ddf638;
    background: #DDF638;
    color: #000;
    font-size: 0.625vw;
    font-family: 'Ridley Grotesk';
    padding: 0.45vw 2vw 0.4vw 2vw;
    text-transform: uppercase;
    position: relative;
    left: 0.23vw;
    font-weight: normal;
    letter-spacing: 0.12vw;
    /* border: 0px; */
    z-index: 2;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    line-height: 1.5;
    -webkit-filter: unset !important;
    filter: unset !important;
}
.subscrib_form button:before{
    content:"";
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000;
    z-index: -1;
    transition: all 0.5s ease;
}
.subscrib_form button:hover:before{
  width: 100%;
}
.subscrib_form button:hover{
   color:#FFF;
}

.copyright {
    background: #F1EAFA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.146vw 0.781vw;
    padding-right: 3.177vw;
}

.copyright p {
    margin: 0 0 0 0;
    font-size: 0.9vw;
    line-height: 1.2;
    padding: 0.67vw 1.406vw;
    text-transform: uppercase;
    font-family: 'Ridley Grotesk';
}

.copyright p:first-child {
    border-right: 1.5px solid #000;
}

.footer_left li {
    width: 7.656vw;
    padding: 0;
    margin-bottom: 1.354vw;
}

.footer_left h4 {
    display: inline-block;
    position: absolute;
    top: 41.1%;
    color: #fff;
    z-index: 1;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    left: -5.4vw;
    padding: 0;
    border-bottom: 1px solid #fff;
    font-size: 0.9vw;
    font-family: 'Ridley Grotesk';
    line-height: 194%;
    text-transform: uppercase;
    letter-spacing: 0.036vw;
}
.footer_left h4 a{
    color: #fff;
}

.footer_left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0vw;
    list-style: none;
    width: 27.188vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer_left li img {
    display: block;
    width: 100%;
}

.footer_logo img {
    display: block;
    width: 10.417vw;
}

.instaFeed {
    max-width: 39.24vw;
}


@media (max-width: 1280px) {

} /* 1280px */
@media (max-width: 1140px) { 

} /* 1140px */
@media (max-width: 1024px) {
  .subscrib_form p,
  .footer_links ul li a{    
font-size: 1.2vw;
  }
  .subscrib_form input{
    
height: 3vw;
    
font-size: 1.2vw;
  }
  .subscrib_form button{
    
font-size: 1.2vw;
  }
} /* 1024px */
@media (max-width: 767px) {
 
    .footer_top .section_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: unset;
        width: 77.295vw;
    }

    .instaFeed {
        max-width: unset;
        width: 100%;
    }

    .footer_left {
        width: 100%;
        margin-bottom: 11.4vw;
    }

    .instaFeed img {
        display: block;
        width: 65.217vw;
        margin-left: auto;
    }

    .footer_left h4 {
        font-size: 3.6vw;
        top: 17vw;
        left: -15.1vw;
        line-height: 1.9;
        letter-spacing: 0.3vw;
    }

    .footer_right {
        max-width: unset;
        width: 100%;
    }

    .footer_widget {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0;
    }

    .footer_links {
        padding: 10.6vw 0 0 8.1vw;
        width: 100%;
    }

    .footer_links ul li a {
        font-size: 2.899vw;
        line-height: 3.5;
    }

    .footer_links ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        margin-bottom: 2.899vw;
    }
    .footer_links ul li{
    width: 50%;
    letter-spacing: 0.2vw;
    line-height: normal;
    padding-bottom: 6vw;
}
    .footer_links ul li a{
    line-height: normal;
}
    .subscrib_form {
        width: 78.019vw;
        padding: 0;
        margin-left: 0;
    }

    .subscrib_form h4 {
        font-size: 10.145vw;
        line-height: 1.1;
        margin-bottom: 4.3vw;
        margin-top: 3.6vw;
        letter-spacing: 0.26vw;
    }

    .subscrib_form p {
        font-size: 3.865vw;
        line-height: 139%;
        margin-bottom: 7.246vw;
        letter-spacing: 0.1vw;
        padding-right: 1vw;
    }
    .subscrib_form form .subscrib_form{
    padding-top: 9.9vw;
    padding-right: 0.8vw;
}
.subscrib_form .form-group{
  
padding-bottom: 3.3vw;
}
    .subscrib_form input {
        font-size: 3.3vw;
        line-height: normal;
        height: auto;
        letter-spacing: 0.5px;
        padding-top: 0.5vw;
    }

.subscrib_form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform:uppercase;
}
.subscrib_form input::-moz-placeholder { /* Firefox 19+ */
  text-transform:uppercase;
}
.subscrib_form input:-ms-input-placeholder { /* IE 10+ */
  text-transform:uppercase;
}
.subscrib_form input:-moz-placeholder { /* Firefox 18- */
  text-transform:uppercase;
}
    .subscrib_form button {
        margin-top: 4.05vw !important;
        font-size: 2.899vw;
        line-height: 130%;
        padding: 2.415vw 8.386vw 2vw 9.386vw;
        letter-spacing: 2.4px;
    }

    .footer_top {
        padding: 13.077vw 0 16.184vw 0;
    }

    .footer_logo img {
        width: 30.676vw;
        margin: 0 0 5.77vw 8vw;
    }

  .footer_logo {
      padding: 1.208vw 0 0 0;
      margin: 0 0 0 0;
      border-bottom: 1px solid #fff;
  }

    .copyright {
        padding: 2.6vw 0 2.6vw;
        display: block;
    }

    .copyright p {
        font-size: 3.2vw;
        line-height: 1.4;
        display: block;
        width: 100%;
        text-align: center;
        padding: 4.831vw 0;
        letter-spacing: 0.6px;
    }

    .copyright p:first-child {
        position: relative;
        z-index: 1;
        border: 0;
    }

    .copyright p:first-child:after {
        position: absolute;
        content: "";
        width: 24.155vw;
        height: 1px;
        background: #000;
        left: 50%;
        top: 100%;
        -webkit-transform: translate(-50%);
            -ms-transform: translate(-50%);
                transform: translate(-50%);
    }
   
} /* 767px */
@media (max-width: 550px) {

} /* 550px */


/*Footer End ===========================*/





.brup7_cont_v2{}
.brup7_cont_v2in{}
.brup7_cont_v2in .slick-list{
    padding-left: 29.3vw;
    padding-right: 29.3vw;
}
.brup7_cont_v2in .slick-list .slick-track{}
.brup7_cont_v2in .slick-list .slick-track .slick-slide {}

.brup7_cont_v2in .feature_slide{
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 1.96vw;
    padding-bottom: 3vw;
}
.brup7_cont_v2in .feature_slide img{}

.brup7_cont_v2in .slick-arrow{
    position: absolute;
    top: 45%;
    width: 3.958vw;
    height: 3.438vw;
    display: block;
    /* background-image: url(arrow_left.svg); */
    background-repeat: no-repeat;
    background-size: contain;
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    font-size: 0px;
    cursor: pointer;
    z-index: 5;
}
.brup7_cont_v2in .slick-prev{
    background-image: url(arrow_left.svg);
    background-position: center left;
    left: 27.8vw;
}
.brup7_cont_v2in .slick-next{
    background-image: url(arrow_right.svg);
    background-position: center right;
    right: 27.8vw;
}





.brup7_cont_v2_nav{}
.brup7_cont_v2_nav_in{}
.brup7_cont_v2_nav_in .brup7_bottom{
    margin-top: 0vw;
    padding-top: 1.953vw;
}
.brup7_cont_v2_nav_in .brup7_bottom h4{}
.brup7_cont_v2_nav_in .brup7_bottom p{}
.brup7_cont_v2_nav_in .brup7_bottom p a{}
.brup7_cont_v2_nav_in .brup7_bottom .brup6_btn{}
.brup7_cont_v2_nav_in .brup7_bottom .brup6_btn a.brand_btn{}


@media (max-width: 767px) {
    .brup7_cont_v2{
        padding-top: 1.3vw;
    }
    .brup7_cont_v2in{
        padding-left: 5.3vw;
        padding-right: 5.3vw;
        padding-bottom: 16.8vw;
    }
    .brup7_cont_v2in .slick-list{
        padding-left: 0vw;
        padding-right: 0vw;
    }
    .brup7_cont_v2in .slick-list .slick-track{}
    .brup7_cont_v2in .slick-list .slick-track .slick-slide {}
    
    .brup7_cont_v2in .feature_slide{}
    .brup7_cont_v2in .feature_slide img{}
    
    .brup7_cont_v2in .slick-arrow{
        top: unset;
        bottom: 4vw;
        width: 9.958vw;
        height: 7.438vw;
    }
    .brup7_cont_v2in .slick-prev{left: 34.8vw;}
    .brup7_cont_v2in .slick-next{
        right: 34.8vw;
    }
    
    
    
    
    
    .brup7_cont_v2_nav{
        padding-bottom: 2.8vw;
    }
    .brup7_cont_v2_nav_in{}
    .brup7_cont_v2_nav_in .brup7_bottom{}
    .brup7_cont_v2_nav_in .brup7_bottom h4{}
    .brup7_cont_v2_nav_in .brup7_bottom p{}
    .brup7_cont_v2_nav_in .brup7_bottom p a{}
    .brup7_cont_v2_nav_in .brup7_bottom .brup6_btn{}
    .brup7_cont_v2_nav_in .brup7_bottom .brup6_btn a.brand_btn{}
}