@font-face {
    font-family: 'avenir-black';
    src: url('../fonts/AvenirLTStd-Black.otf');
}
@font-face {
    font-family: 'avenir-light';
    src: url('../fonts/AvenirLTStd-Light.otf');
}
@font-face {
    font-family: 'avenir-medium';
    src: url('../fonts/AvenirLTStd-Medium.otf');
}
@font-face {
    font-family: 'avenir-heavy';
    src: url('../fonts/AvenirLTStd-Heavy.otf');
}

/* animation */
@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.02);
                transform: scale(1.02);
    }
}
@keyframes zoomIn {
    0% {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.02);
                transform: scale(1.02);
    }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  font-weight: lighter;
  overflow-x: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body{
    font-family: 'avenir-black';
    background-color: #F8F8F8;
    overflow-x: hidden;
}

a{
  text-decoration: none;
  cursor: pointer;
  color: #C4C4C4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.link-nav a:hover:not(.nav-item-active), .lang-select:hover:not(.lang-item-active), .wings a:hover{
    -webkit-filter: opacity(0.7);
            filter: opacity(0.7);
    /* color: #E6007E; */
}

.footer a:hover:not(.footer-logo){
    -webkit-filter: opacity(0.7);
            filter: opacity(0.7);
}

.lang-item-active:hover{
    color: #E6007E !important;
    background-color: white !important;
    -webkit-box-shadow: 0 0 0 1px #E6007E inset;
            box-shadow: 0 0 0 1px #E6007E inset;
}

b{
    font-family: 'avenir-black';
}

::-moz-selection{
    background: #F3E1E7;
}

::selection{
    background: #F3E1E7;
}

nav a{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

p{
  line-height: 1.4;
}

h1{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

main{
    margin: 48px;
    margin-bottom: -2px;
    border: 2px solid #F2F2F2;
    border-top: 0;
    height: auto;
}

.line{
    position: absolute;
    z-index: -2;
    border-left: 2px solid #F2F2F2;
    top: 60px;
}

/*positie lijnen*/
.left-line{
    left: 25%;
}

.middle-line{
    left: calc(50% - 1px);
}

.right-line{
    right: 25%;
}

/*********************NAV*********************/
nav{
    /* max-width: 1920px; */
    position: fixed;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'avenir-black';
    z-index: 999;
    font-size: 14px;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
}

nav a:not(.nav-link):not(.lang-select){
    margin-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.link-nav{
    margin-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-transform: uppercase;
}

.link-nav a{
    padding-right: 20px;
}

.logo-nav{
    z-index: 1;
    position: absolute;
    top: 8px;
    left: 34px;
}

.nav-right-container{
    position: absolute;
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.lang{
    margin-top: 2px;
}

.lang>a{
    padding-top: 6px;
    margin-right: 8px;
}

.lang>a:last-child{
    margin-right: 0;
}

.lang-item-active{
    color: white !important;
    background-color: #E6007E !important;
    border-radius: 40px;
}

.nav-icon-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
}
.nav-icon{
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

.icon{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

a .instagram{
    background-image: url("icons/instagram.svg");
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a .instagram:hover, a:hover .instagram{
    opacity: 0.7;
}

a .facebook{
    background-image: url("icons/facebook.svg");
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a .facebook:hover, a:hover .facebook{
    opacity: 0.7;
}

.mobile-menu-button{
    display: none;
    position: absolute;
    right: 16px;
    background-image: url('icons/nav_hamburger.svg');
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.mobile-menu-button:after{
    display: none;
    background-image: url('icons/nav_cross.svg');
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after{
    background-color: #646363 !important;
}

.mobile-menu-container{
    visibility: hidden;
    position: absolute;
    top: 58px;
    right: 0;
    left: 0;
    height: 0px;
    overflow: hidden;
    background-color: white;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
}

.mobile-menu-items-container{
    padding-top: 10px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-transform: uppercase;
}

.mobile-menu-items-container>a{
    margin-bottom: 28px;
}

.mobile-menu-bottom-container{
    padding: 0 32px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mobile-menu-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.mobile-menu-left .nav-icon:first-child{
    margin-right: 32px !important;
}

.mobile-menu-right>.lang>a{
    margin-right: 32px;
}

.mobile-menu-right>.lang>a:last-child{
    margin-right: 0;
}

#player{
    margin-left: -8px;
}

/*********************OTHER STUFF*********************/
.nav-item-active{
    color: #E6007E;
}

.logo{
    width: 90px;
    height: 100px;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
}


.shadow{
    position: relative;
    z-index: 10;
}

.shadow:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-box-shadow: 0px 0 60px 20px rgba(157, 157, 157, 0.25);
    box-shadow: 0px 0 60px 20px rgba(157, 157, 157, 0.25);
}

.centered-text{
    text-align: center;
}

/*********************INTRO SECTION*********************/
.home-intro{
    margin-top: 90px;
    position: relative;
    left: 0;
    height: auto;
    width: 100%;
}

.home-video{
    width: 100%;
    background-color: lightgray;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    font-size: 50px;
}

.home-buttons-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.home-button{
    cursor: pointer;
    margin: 0 7.5px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 0 0 0 1px #E3E3E3E3 inset;
            box-shadow: 0 0 0 1px #E3E3E3E3 inset;
}

.home-button-active{
    background-color: #E5007D;
    -webkit-box-shadow: 0 0 0 1px #E5007D inset;
            box-shadow: 0 0 0 1px #E5007D inset;
}

.home-button:not(.home-button-active):hover{
    background-color: #E3E3E3E3;
}

#home-images{
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
    /* -webkit-transition: background-image 0.5s cubic-bezier(0, 0, 0.04, 0.64);
    -o-transition: background-image 0.5s cubic-bezier(0, 0, 0.04, 0.64);
    transition: background-image 0.5s cubic-bezier(0, 0, 0.04, 0.64); */
    -webkit-transition: background-image 1s ease-out;
    -o-transition: background-image 1s ease-out;
    transition: background-image 1s ease-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.carousel{
    background-color: white;
    position: relative;
    padding-bottom: 42.857%;
}

.carousel video{
    height: 100%;
    z-index: 10;
}

.carousel-wrapper{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 900vw;
}

.slideshow-image{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-wrapper>div{
    float: left;
    width: 100vw;
    height: 100%;
}

.home-images-container{
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/*********************CONTAINERS*********************/
.intro-links{
    font-family: 'avenir-light';
    padding-top: 1.5vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.icon-connected{
    margin-right: 2%;
    width: 2vh;
    height: 2vh;
    display: inline-block;
    background-color: #252525;
}

.social-link{
    text-align: center;
    width: 100%;
}

.number{
    font-family: 'avenir-black';
    position: absolute;
    text-transform: uppercase;
    font-size: 13.75vw;
    background: -webkit-linear-gradient(#F3E1E7, #FFF2F6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.goto-button{
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF2187), to(#E6007E));
    background: -webkit-linear-gradient(#FF2187, #E6007E);
    background: -o-linear-gradient(#FF2187, #E6007E);
    background: linear-gradient(#FF2187, #E6007E);
    width: auto;
    height: 60px;
    /* border-radius: 30px; */
    color: white;
    font-size: 16px;
    font-family: 'avenir-medium';
    text-transform: uppercase;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.goto-button>button{
    height: 100%;
    width: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border:none;
    outline:none;
    background:none;
    cursor: pointer;
    color: white;
    font-size: 15px;
    font-family: 'avenir-medium';
    text-transform: uppercase;
}

.goto-button>a{
    height: 100%;
    width: 100%;
    padding: 0 20px;
    margin-top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.goto-button>a>div, .goto-button>button>div{
    padding-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 20px;
    color: white;
}

.goto-button>a>img, .goto-button>button>img{
    margin-left: 16px;
    height: 20px;
    width: 20px;

}

.goto-button img, .footer-goto-top>.icon{
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    transition: -webkit-transform 400ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    -o-transition: transform 400ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    transition: transform 400ms cubic-bezier(0.68, -0.1, 0.265, 1.55);
    transition: transform 400ms cubic-bezier(0.68, -0.1, 0.265, 1.55), -webkit-transform 400ms cubic-bezier(0.68, -0.1, 0.265, 1.55)
}

.bottom-title{
    margin-top: 3%;
    margin-left: 15%;
    display: inline-block;
    width: 100%;
}

.left-image, .right-image, .left-intro, .right-intro, .middle-intro, .second-image, .first-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* home */
.section-container>section{
    height: 45vw;
}

.right-image>.button{
    position: absolute;
    bottom: -30px;
    right: 36px;
}

/*********************AMBASSADORS*********************/
.ambassadors, .brand-activations, .about-us, .contact, .team{
    margin-bottom: 10vw;
}


.ambassadors{
    width: 100%;
    position: relative;
}

.ambassadors>.section-number{
    top: 6%;
    left: 2.4%;
}

.ambassadors>.left-image{
    z-index: 3;
    position: absolute;
    top: 22.3%;
    width: 45.8%;
    height: 58.8%;
    left: 0;
}
.ambassadors>.right-image{
    z-index: 2;
    position: absolute;
    width: 58.9%;
    height: 75.1%;
    right: 0;
    top: 10%;
}
/*********************BRAND-ACTIVATIONS*********************/
.brand-activations{
    width: 100%;
    height: 0;
    /* padding-bottom: 48%; */
    /*border: 1px solid red;*/
    position: relative;
}

.brand-activations>.section-number{
    right: 1.8%;
    top: 2%;
}

.brand-activations>.left-image{
    position: absolute;
    width: 60.9%;
    height: 87.2%;
    left: 0;
    bottom: 6.5%;
}

.brand-activations>.right-image{
    position: absolute;
    bottom: 10%;
    width: 45%;
    height: 70%;
    right: 0;
}
/*********************ABOUT US*********************/
.about-us{
    width: 100%;
    height: 0;
    position: relative;
}
.about-us>.section-number{
    top: 7%;
    left: 2.4%;
}

.about-us>.left-image{
    position: absolute;
    bottom: 4%;
    width: 41%;
    height: 71.4%;
    left: 0;
}
.about-us>.right-image{
    position: absolute;
    top: 10%;
    width: 64%;
    height: 80.5%;
    right: 0;
}

/*********************CONTACT*********************/
.contact{
    width: 100%;
    height: 0;
    position: relative;
}
.contact>.section-number{
    top: 14%;
    right: 2%;
}

.contact>.left-image{
    z-index: 2;
    position: absolute;
    bottom: 7.1%;
    width: 63.5%;
    height: 78.2%;
    left: 0;
}
.contact>.right-image{
    position: absolute;
    bottom: 3.5%;
    width: 44.4%;
    height: 65.5%;
    right: 0;
}

/*********************TEAM*********************/
.team{
    width: 100%;
    height: 0;
    /* padding-bottom: 48%; */
    /*border: 1px solid red;*/
    position: relative;
}
.team>.section-number{
    top: 10%;
    left: 2.4%;
}

.team>.left-image{
    position: absolute;
    bottom: 3%;
    width: 38.1%;
    height: 70%;
    left: 0;
}
.team>.right-image{
    position: absolute;
    bottom: 10%;
    width: 64%;
    height: 75.7%;
    right: 0;
}

/* wings */
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.wings>h1{
    color: #E5007D;
    font-family: 'avenir-black';
    font-size: 32px;
    line-height: 1.1;
}
.wings>p{
    margin-top: 24px;
    font-family: 'avenir-medium';
    color: #720728;
    font-size: 18px;
    line-height: 1.6;
}
.wings a{
    color: #720728;
}

.wings b{
    font-family: 'avenir-black';
}
.wings{
    display: none;
    z-index: 1;
    padding-top: 10px;
    z-index: 1;
    position: relative;
    padding-left: 48px;
    padding-right: 48px;
    height: auto !important;
    -webkit-transform: translate3d(0, -350px, 0);
            transform: translate3d(0, -350px, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    margin-top: -14vw;
    margin-bottom: 5vw;
    max-height: none !important;
}

.wings>.page-title{
    z-index: -5;
    top: -75px;
    width: 100%;
    left: 0;
}

/*********************JOIN THE TEAM PAGE 1*********************/
.join-the-team-intro{
    margin-left: 34px;
    margin-right: 34px;
    padding-top: 86px;
}

.step-button{
    padding-left: 10px;
    padding-right: 10px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    width: auto !important;
}

.arrow-button-step{
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.join-the-team-intro>.intro-content{
    width: 100%;
    height: 0;
    padding-bottom: 32%;
    position: relative;
    margin-bottom: 2vw;
}

.join-the-team-intro>.intro-content>.welcome1{
    white-space: nowrap;
    font-family: 'avenir-black';
    position: absolute;
    text-transform: uppercase;
    font-size: 9vw;
    background: -webkit-linear-gradient(#F3E1E7, #FFF2F6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 4%;
    bottom: -4%;
}

.join-the-team-intro>.intro-content>.left-intro{
    position: absolute;
    top: 11.8%;
    width: 31%;
    height: 67.5%;
    left: 0;
}

.join-the-team-intro>.intro-content>.right-intro{
    position: absolute;
    bottom: 31.7%;
    width: 30%;
    height: 60.3%;
    right: 0;
}

.join-the-team-intro>.intro-content>.middle-intro{
    position: absolute;
    width: 50%;
    height: 80%;
    left: 25%;
    bottom: 0;
    z-index: 1;
}

.jtt-step-container{
    border-bottom: 6px solid #E5007D;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
    width: 40%;
    min-width: 600px;
    /*margin: 0 auto;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #FFFFFF;
    border: 1px solid #DAB5C1;
    color: #720728;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: calc(100% - 150px);
    margin-left: -60px;
}

.tooltip:hover .tooltiptext{
    visibility: visible;
}

.step-wrapper{
    margin-top: -80px;
    padding-top: 80px;
}

.successfully-send{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.successfully-send .circle{
    background-color: #E5007D;
    height: 25px;
    width: 25px;
}

.successfully-send .circle>img{
    height: 10px;
}

.successfully-send h1{
    color: #E5007D;
    font-family: 'avenir-black';
    font-size: 36px;
    margin-left: 10px;
}

.circle{
    font-family: 'avenir-black';
    font-size: 1.5vw;
    padding-top: 2px;
    background-color: #E5007D;
    border-radius: 50%;
    height: 45px;
    width: 45px;

    /*LOGO TEXT*/
    display: -ms-grid;
    display: grid;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -ms-flex-line-pack:center;
        align-content:center;

    -webkit-transition: background-color 0.2s;

    -o-transition: background-color 0.2s;

    transition: background-color 0.2s;
}

.circle>img{
    height: 15px;
}

.circle-a{
    color: white;
}

.circle-active{
    color: #E5007D;
}

.circle-active>.circle{
    background-color: white;
    border: 2px solid #E5007D;
}

.join-the-team-intro>.line{
    width: 100px;
    height: 10px;
    border-top: 2px solid #E5007D;
}

.step>h1{
    color: #E5007D;
    font-family: 'avenir-black';
    font-size: 36px;
    margin-bottom: 3vw;
}

.step{
    margin-top: 4vw;
    margin-left: 40px;
}

.article-step{
    margin: 3vw 0;
}

.article-step>div{
    margin: 1vw 0;
}

fieldset{
    color: #720728;
    font-family: 'avenir-medium';
    font-size: 18px;
    margin-bottom: 0.5vw;
    height: 18px;
}

.icon-jtt{
    display: none;
    width: 18px;
    height: 18px;
    vertical-align: -2px;
}

.phone-number-be{
    position: relative;
    width: 320px;
}
.phone-number-be span{
    position: relative;
    display: inline-block !important;
    color: #DAB5C1;
    font-family: 'avenir-medium';
    font-size: 16px;
    width: 40px;
    padding-left: 10px;
    z-index: 1;
    top: 16px;
}

.phone-number-be input{
    position: relative;
    top: -15px;
    padding-left: 45px !important;
}

select, input[type=text], input[type=date], input[type=email], input[type=number], textarea{
    color: #720728;
    font-family: 'avenir-medium';
    padding: 10px;
    height: 45px;
    margin-right: 20px;
    background-color: #FFF3F6;
    width: 300px;
    outline: none !important;
    border: 1px solid #DAB5C1;
    font-size: 16px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

button[type=submit]{
    color: #C4C4C4;
    border: 0 none;
    cursor:pointer;
    width: 36px;
    height: 24px;
    font-family: "avenir-black";
    background-color: white;
    outline: none !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
    padding: 0px;
}

button[type=submit]>span{
    padding-top: 4px;
}

option{
    color: #720728;
}

select{
    color: #DAB5C1;
}

/* input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
} */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

select{
    background: #FFF3F6 url('icons/select-arrow.png') no-repeat;
    background-size: 20px;
    background-position:  right 10px center;
}

input:focus, textarea:focus, select:focus{
    background-color: white;
}

input[type='checkbox']:after {
    width: 15px;
    height: 15px;
    top: -2px;
    left: -1px;
    border-radius: 5px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #DAB5C1;
}

input[type='checkbox']:checked:after {
    width: 15px;
    height: 15px;
    top: -2px;
    left: -1px;
    border-radius: 5px;
    color: #DAB5C1;
    position: relative;
    content: '\2714';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    visibility: visible;
    border: 1px solid #DAB5C1;
}

.checkbox-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}

label[for=bussiness]{
    color: #720728;
    font-family: 'avenir-medium';
    font-size: 12px;
    margin-top: 2px;
    margin-left: 5px;
}

input[type='radio']:after {
   width: 15px;
   height: 15px;
   border-radius: 15px;
   top: -2px;
   left: -1px;
   position: relative;
   background-color: white;
   content: '';
   display: inline-block;
   visibility: visible;
   border: 1px solid #DAB5C1;
}

input[type='radio']:checked:after {
   width: 15px;
   height: 15px;
   border-radius: 15px;
   top: -2px;
   left: -1px;
   position: relative;
   background-color: #DAB5C1;
   content: '';
   display: inline-block;
   visibility: visible;
   border: 2px solid white;
}

textarea{
    width: 300px;
    height: 150px;
    resize: none;
}

*::-webkit-input-placeholder {
    color: #F3DEE4;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #F3DEE4;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #F3DEE4;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #F3DEE4;
}

input[type=radio]{
    margin: 1px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.radio{
    display: inline-block;
    border: 1px solid #DAB5C1;
    background-color: #FFF3F6;
    width: auto;
    padding: 0 10px;
    height: 50px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.container-radio>.radio:last-child{
    margin-left: 10px;
}

.container-radio{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.radio-label{
    margin-left: 10px;
    font-family: 'avenir-light';
    color: #DAB5C1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 18px;
}

.form-step fieldset{
    color: #720728;
    font-size: 18px;
    font-family: 'avenir-medium';
}

.fieldset-black{
    font-family: 'avenir-black' !important;
    text-transform: uppercase !important;
}

.form-step .container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}


.step-text{
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #E5007D;
    text-align: center;
    white-space: nowrap;
    width: 45px;
}

.centered{
    margin: 0 -1000%;
}

.step-text-container{
    width: 40%;
    min-width: 600px;
    font-size: 12px;
    margin: 25px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/***************** STEP 2 ***********************/
.step2-choise{
    margin-right: 2vw;
    color: #F3DEE4;
    font-family: 'avenir-medium';
    font-size: 1vw;
    text-transform: uppercase;
}

.step2-active{
    color: #720728;
    text-decoration: underline;
}

.small-input{
    width: 100px !important;
    margin-right: 20px;
}

.extra-small-input{
    width: 140px !important;
    margin-right: 0 !important;
}

.small-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.small-container fieldset{
    margin-right: 0;
}

/***************** STEP 3 ***********************/
.checkbox-wrapper>.checkbox-container{
    margin-right: 10px;
}

.checkbox-wrapper label{
    margin-top: 0;
}

.checkbox-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

/***************** STEP 4 ***********************/
.progress-bar-container{
    position: absolute;
    top: calc(50% - 5px);
    left: 10px;
    right: 10px;
    border: 1px solid red;
    height: 10px;
    visibility: hidden;
}

.progress-bar{
    background-color: #E5007D;
    width: 0%;
    height: 100%;
}

.image-container{
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.image{
    position: relative;
    width: 14vw;
    height: 14vw;
    background-color: #FFF3F6;
    border: 1px solid #DAB5C1;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.image-click{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: white url('icons/plus.svg') center no-repeat;
    cursor: pointer;
}

.image-click>a{
    color: white;
    font-size: 3vw;
    font-family: 'avenir-black';
}


/***************** STEP 5 ***********************/
.label{
    font-size: 12px;
    font-family: 'avenir-heavy';
    color: #720728;
    margin-left: 5px;
}

.jtt-5-input>select,.jtt-5-input>input{
    display: block;
    margin-top: 10px;
}

/***************** SUCCESS ***********************/
.icon-social{
    height: 20px;
    width: 20px;
    background-color: black;
    display: inline-block;
}

.fieldset{
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'avenir-black';
}

.lower{
    text-transform: none;
}

.medium{
    font-family: 'avenir-medium';
    font-size: 18px;
}


.return{
    font-size: 16px;
    cursor: pointer;
}

/*********************FOOTER*********************/
footer{
    font-family: 'avenir-black';
    font-size: 12px;
    height: 300px;
    background-color: #F2F2F2;
    position: relative;
    width: calc(100% - 96px);
    margin-left: 48px;
    margin-right: 48px;
    margin-bottom: 48px;
}

.footer-left,.footer-right{
    position: absolute;
    padding: 40px 40px;
    height: 100%;
    width: 45%;
}

.footer-goto-top{
    float: right;
    height: 30px;
    width: 30px;
    margin-bottom: 4%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}



.footer-goto-top>img{
    cursor:pointer;
}

.footer-left{
    width: calc(100% - 150px);
    color: #E6007E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.footer-left>a{
    color: #979797;
}

.logo-footer{
    float: right;
}

.logo-footer>img{
    height: 100px;
    width: 90px;
}

.footer-right{
    right: 0;
    width: 150px;
    color: #FB0052;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.footer-title{
    font-size: 24px;
}

.footer-info{
    font-family: 'avenir-light';
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 12px;
    color: #979797;
}

.footer-info>div{
    margin-bottom: 12px;
}

.footer-icon{
    height: 16px;
    width: 16px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.social-wrap{
    font-size: 16px;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: 'avenir-heavy';
}

.social-wrap a{
    color: #4A4A4A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.social-wrap:first-child{
    margin-bottom: 8px;
}

.span-footer-heavy>a{
    font-family: 'avenir-heavy';
    color: #4A4A4A;
    text-decoration: underline;
}
/*********************ABOUT US - CONTACT *********************/
.about-us-page, .clients, .contact-us, .location{
    position: relative;
    top: 80px;
    margin-bottom: 8vw;
}

.location{
    margin-bottom: calc(8vw + 90px);
}


.about-us-page{
    padding-left: 2%;
    /* height: 50vw; */
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.about-us-page>.wrapper{
    width: 60%;
    position: relative;
    height: 60vw;
    /* z-index: -1;
    height: 0;
    width: 100%;
    right: 48px;
    padding-bottom:60%;
    position: absolute;
    top: 8vw; */
}

.about-us-page>.about-wrap{
    width: 40%;
    padding-top: 10vw;
}

.page-title{
    font-family: 'avenir-black';
    position: absolute;
    text-transform: uppercase;
    font-size: 140px;
    white-space: nowrap;
    background: -webkit-linear-gradient(#F3E1E7, #FFF2F6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.about-us-page h1, .clients h1, .contact-us h1, .location h1{
    color: #E5007D;
    font-family: 'avenir-black';
    font-size: 32px;
    line-height: 1.1;
}

.about-us-page>.text-container{
    margin-left: 2%;
    word-wrap: break-word;
    width: 40%;
}

.about-us-page .text-container .text{
    margin-top: 2%;
    font-family: 'avenir-medium';
    font-size: 18px;
    color: #720728;
}

.about-us-page .text-container .text>p{
    margin-top: 4%;
}

.about-us-page>.wrapper>.title-pos{
    top: 10%;
    left: -45%;
    z-index: -1;
}

.about-us-page>.wrapper>.first-image{
    position: absolute;
    right: 0;
    top: 0;
    height: 50%;
    width: 80%;
}

.about-us-page>.wrapper>.second-image{
    z-index: 1;
    position: absolute;
    right: 5%;
    top: 45%;
    height: 50%;
    width: 80%;
}

.about-us-page .agency{
    margin-top: 8vw;
    word-wrap: break-word;
}

.agency-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.agency-container>div{
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    color: #720728;
}

.arrow-button{
    height: 24px;
    width: 24px;
    margin-left: 10px;
}

.about-icon{
    height: 30px;
    width: 20px;
    margin-right: 10px;
}

.about-icon-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.clients>.wrapper{
    height: 140px;
    position: relative;
}

.clients>.wrapper>.title-pos{
    top: 0;
    left: 28.7%;
}

.clients>.wrapper h1{
    position: absolute;
    left: 2%;
    top: 45%;
}

.slideshow-clients{
    margin-left: 2%;
    margin-right: 2%;
    overflow: hidden;
}

.clients-container{
    height: auto;

    width: 150vw;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
}

.clients-container>div{
    padding: 0 2vw;
    width: 15vw;
    height: 13vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.clients-container>div>img{
    width: 100%;
    height: auto;
    max-height: 90%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-drag: none;
}

.contact-us{
    padding-top: 90px;
    margin-top: -90px;
}

.contact-us-container{
    position: relative;
    width: 100%;
    height: 140px;
}

.contact-us-container>.title-pos{
    top: 6%;
    left: 16.2%;
}

.contact-us h1{
    position: absolute;
    left: 2%;
    top: 52%;
}

.contact-form{
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
}

.contact-form>.left{
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.contact-form fieldset{
    margin-top: 0.5vw;
    font-size: 18px !important;
}
.contact-form>.right{
    width: calc(70% - 20px);
    position: relative;
}

.contact-form>.left input{
    width: 100%;
    margin-bottom: 20px;
}

.button-container-form{
    width: 100%;
}

.button-container-form>.goto-button{
    float: right;
    margin-top: 16px;
}

.contact-form>.right textarea{
    width: 100%;
    height: calc(100% - 38px - 1vw);
}

.location>.wrapper{
    height: 140px;
    position: relative;
}

.location>.wrapper>.title-pos{
    top: 0;
    left: 23.7%;
}

.location>.wrapper h1{
    position: absolute;
    left: 2%;
    top: 50%;
}

.map{
    height: 100%;
    width: 50%;
}

.map-container{
    margin-left: 32px;
    height: 40vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 300px;
    margin-left: 20px;
}

.about-info p{
    line-height: 1;
}

.info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
}

.hotline{
    margin-top: 5px;
    font-size: 14px !important;
}
.info-logo{
    height: 40px;
    width: 40px;

    margin-right: 30px;
}

.info-logo>img{
    width: 40px;
    height: 40px;
}

.info-text{
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.info-text>fieldset{
    font-family: 'avenir-black';
    text-transform: uppercase;
    color: #720728;
    font-size: 18px;
}

.info-text>p{
    font-family: 'avenir-medium';
    color: #720728;
    font-size: 18px;
}

/********************* AMBASSADORS *********************/
.ambassadors-text-container>h1{
    color: #E5007D;
    font-family: 'avenir-black';
    font-size: 32px;
}

.ambassadors-text-container>h1>span{
    display: block;
    margin-top: 8px;
}

.ambassadors-text-container>p, .text-container>p{
    color: #720728;
    font-size: 18px;
    font-family: 'avenir-medium';
    margin-top: 20px;
}

/* first section */
.ambassadors-1{
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    top: 100px;
    min-height: 550px;
    z-index: 10;
}

.ambassadors-1 .ambassadors-image{
    background-position: center;
    background-size: cover;

    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    right: 0;
}

.ambassadors-1>.content-container, .ambassadors-2>.content-container, .ambassadors-3>.content-container{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 50px;
    z-index: 1;
}

.ambassadors-text-container{
    position: relative;
}

.ambassadors-1>.image-container, .ambassadors-2>.image-container{
    width: 50%;
    padding-bottom: 42.5%;
    position: relative;
    z-index: 2;
}


.ambassadors-1 .ambassadors-title-pos{
    position: absolute;
    font-size: 140px;
    right: 0;
    top: -55px;
    z-index: -1;
}

/* second section */
.ambassadors-2{
    margin-top: 0;
    margin-bottom: 150px;
    z-index: 5;
}

.ambassadors-2 .ambassadors-image{
    background-position: center;
    background-size: cover;

    position: absolute;
    top: -40px;
    left: -10px;
    bottom: -150px;
    right: 50px;
}

.ambassadors-2 .ambassadors-title-pos{
    left: inherit;
    left: 40px;
    top: -70px;
    width: 50vw;
}

.ambassadors-2 .goto-button{
    float: right;
    margin-top: 24px;
}

/* third section */
.ambassadors-3{
    margin-top: 0;
    margin-bottom: 200px;
}

.ambassadors-3 .goto-button{
    margin-top: 24px;
}

.ambassadors-2 .content-container{
    z-index: 0;
}

.ambassadors-3 .content-container{
    z-index: -2;
}

.ambassadors-3{
    z-index: 0;
}

.ambassadors-3 .ambassadors-image{
    background-position: center;
    background-size: cover;

    z-index: -1;
    position: absolute;
    top: -150px;
    left: inherit;
    bottom: 0;
    right: 0;
    width: 80%;
}

.ambassadors-3 .ambassadors-title-pos{
    z-index: -2;
    right: 0;
    top: -70px;
    bottom: -60px;
}

/*************************** brand activation page *************************/
.image-1, .image-2, .image-3{
    background-position: center;
    background-size: cover;
}

.brand-image-container{
    height: 25.7vw;
    /* padding-bottom: 28%; */
    margin-top: -40px;
    position: relative;
}

.large-title{
    position: absolute;
    width: 100%;
    /* font-size: 9.5vw; */
    font-size: 140px;
    text-align: center;
    z-index: 0;
}

.title-wrapper{
    position: relative;
    height: 140px;
}

.sub-title-container{
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.number-wrapper{
    margin: 0 auto;
}

.sub-title-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
}

.sub-title-number, .sub-title{
    color: #E5007D;
    font-family: "avenir-black";
}

.sub-title-number{
    /* font-size: 1.667vw; */
    font-size: 24px;
}

.sub-title{
    /* font-size: 2.5vw; */
    font-size: 36px;
    text-transform: uppercase;
}

.sub-title-text{
    margin-top: 1.25vw;
    text-align: center;
    /* font-size: 1.25vw; */
    font-size: 18px;
    color: #720728;
    font-family: "avenir-medium";
}

.brand-activation-1,.brand-activation-2,.brand-activation-3,.brand-activation-4,.brand-activation-5,.brand-activation-6{
    position: relative;
    top: 120px;
    margin-bottom: 10vw;
}

.brand-activation-section-wrapper{
    padding-top: 90px;
}

.brand-activation-last{
    margin-bottom: 150px !important;
}

/* images */
.brand-activation-1 .image-1{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35%;
    height: 90%;
}

.brand-activation-1 .image-2{
    z-index: 1;
    position: absolute;
    left: 30%;
    top: 0;
    width: 42%;
    height: 90%;
}

.brand-activation-2 .image-1{
    position: absolute;
    left: 14%;
    top: 0;
    width: 25%;
    height: 78%;
}

.brand-activation-2 .image-2{
    position: absolute;
    top: 10%;
    left: calc(50% - 26% / 2);
    width: 26%;
    height: 80%;
}

.brand-activation-2 .image-3{
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 14%;
    width: 25%;
    height: 70%;
}

.brand-activation-3 .image-1{
    left: inherit;
    right: 0;
}

.brand-activation-6 .image-1{
    top: 0;
    bottom: inherit;
}

.brand-activation-6 .image-2{
    top: inherit;
    bottom: 0;
}

.brand-activation-brnd .image-1{
    left: 5%;
    top: 0;
    width: 28%;
    height: 78%;
}

.brand-activation-brnd .image-2{
    top: 10%;
    left: calc(50% - 35% / 2);
    width: 35%;
    height: 80%;
}

.brand-activation-brnd .image-3{
    bottom: 0;
    right: 5%;
    width: 28%;
    height: 70%;
}




.article-step .button button {
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .article-step .button button div {
    margin-right: 10px; /* Adjust space between text and image */
  }
  
  #instagramAuth {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
  
  #instagramAuth:hover {
    box-shadow: 0 6px 8px rgba(0,0,0,0.2);
  }
  
  #facebookAuth {
    background-color: #4267B2;
    color: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
  
  #facebookAuth:hover {
    background-color: #365899;
    box-shadow: 0 6px 8px rgba(0,0,0,0.2);
  }
  
  /* Ensure the icons are sized appropriately */
  .article-step .button img.arrow {
    width: 20px;
    height: 20px;
  }
  