:root {
  --banner-headline-font-size: 2rem;
  --banner-button-size: 30px;
  --banner-subhead-font-size: 30px;
  --banner-imagetext-font-size: 30px;
}


.banner-promo {
    background: #f2f2f2;
    padding: 15px 0 10px;
    border-bottom: solid 1px #c9c9c9;
}


.banner-promo .image-name {
	font-size: .9rem;
}

.banner-promo .code-sec {
    font-family: 'Playfair-Display';
    font-style: italic;
    color: #000;
    font-size: var(--banner-headline-font-size);
    text-align: center;
}

.banner-promo .code-sec span {
    font-style: normal;
    border-bottom: solid 1px #000;
}

.banner-promo .bonus-sec {
    color: #000;
/*    font-size: .875rem;*/
    font-size: .875em;
    text-align: center;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .2rem;
/*    padding: 8px 0;*/
    padding: 8px 0px;
    font-weight: 800;
}

.banner-promo .bonus-sec span.dollar-text {
    position: relative;
    z-index: 3;
}

.banner-promo .bonus-sec span.dollar-text:after {
    background: #eed27f;
    content: "";
    bottom: 3px;
    height: 7px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
}

.banner-promo #collapse {
    padding-top: 20px;
}

.banner-promo #arrow {
    margin: 10px auto 5px;
    display: block;
    width: 20px
}

.banner-promo #arrow .down {
    background-image: url(../images/down-arrow.svg);
    width: 20px;
    height: 7px;
    display: block;
}

.banner-promo #arrow .top {
    background-image: url(../images/top-arrow.svg);
    width: 20px;
    height: 7px;
    display: block;
}

.banner-promo .image-name {
    text-align: center;
    padding-top: 4px;
    font-family: 'Lora', serif;
        
}

.banner-promo .start-btn {
    border: solid 1px #ad813f;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #ad813f;
    background: #FFF;
    margin: 28px 0 15px;
    font-weight: 600;

    font-family: 'Lora', serif;
}

.banner-promo .start-btn:hover {
    background: #ad813f;
    color: #FFF;
    text-decoration: none;
}

.banner-promo .mobileView {
    display: none;
}

.banner-promo.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.promo-container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.promoimg {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.promoimgbox {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.promoimgbox img {
    max-width: 100%;
}

.get-started {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-promo .mobileView {
    display: none;
}

.arrowremove {
    display: none !important;
}

.closeadd {
    display: block !important;
    position: absolute;
    right: 25px;
    top: 20px;
    background-image: url(../images/cross-img.svg);
    width: 18px;
    height: 18px;
    background-size: cover;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .banner-promo .mobileView {
        display: block;
    }

    .banner-promo .desktopView {
        display: none;
    }

    .banner-promo .code-sec {
        font-size: 1.2rem;
    }

    .banner-promo .bonus-sec {
        letter-spacing: .1rem;
        font-size: .6rem;
    }

    .banner-promo .promo-slide.slider {
        width: 100%;
        padding: 0 15px;
    }

    .banner-promo .slick-slide {
        width: 92.6vw;
    }

    .banner-promo .slick-slide .slide {
        display: block;
    }

    .banner-promo .promoimg .slick-dots {
        position: inherit;
        bottom: 72px;
        width: 100%;
    }

    .banner-promo .slick-dots li button {
        border: solid 1px #FFF;
        background: transparent;
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

    .banner-promo .slick-dots li.slick-active button {
        background: #FFF;
    }

    .banner-promo .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .banner-promo .slick-dots li button:before {
        display: none;
    }

    .banner-promo .image-name {
        text-transform: uppercase;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 400;
        font-size: .7rem;
        min-height: 36px;
    }

    .promoimgbox {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .banner-promo .desktopView {
        display: none;
    }

    .banner-promo .mobileView {
        display: block;
    }

    .closeadd {
        width: 14px;
        height: 14px;
        right: 12px;
        top: 16px;
    }

    .banner-promo .start-btn {
        margin-top: 0;
    }
    
   
    .banner-promo .bonus-sec span.dollar-text{
        position: relative;
	    z-index: 3;
	    background: -webkit-repeating-linear-gradient(transparent, transparent 59.9%, #eed27f 60.1%, #eed27f 100%);
	    background: -o-repeating-linear-gradient(transparent, transparent 59.9%, #eed27f 60.1%, #eed27f 100%);
	    background: -moz-repeating-linear-gradient(transparent, transparent 59.9%, #eed27f 60.1%, #eed27f 100%);
	    background: repeating-linear-gradient(transparent, transparent 59.9%, #eed27f 60.1%, #eed27f 100%);
	   
	    

    content: "";
    bottom: 1px;
    }
    
    .banner-promo .bonus-sec span.dollar-text:after {
        background: transparent;   
    }

}
@media screen and (min-width: 480px) and (max-width: 736px) and (orientation : landscape) {
    .banner-promo .slick-slide {
        width: 38vw;
    }
}

@-webkit-keyframes bounceAlpha {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }

    25% {
        opacity: 0;
        -webkit-transform: translateY(10px) scale(0.9);
        transform: translateY(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        -webkit-transform: translateY(-10px) scale(0.9);
        transform: translateY(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        -webkit-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }

    25% {
        opacity: 0;
        -webkit-transform: translateY(10px) scale(0.9);
        transform: translateY(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        -webkit-transform: translateY(-10px) scale(0.9);
        transform: translateY(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        -webkit-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }
}

.bounceAlpha {
    -webkit-animation-name: bounceAlpha;
    animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.arrow.primera.down.bounceAlpha {
    -webkit-animation-name: bounceAlpha;
    animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

#arrow:hover .arrow.down {
    -webkit-animation-name: bounceAlpha;
    animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

#arrow:hover .arrow.primera.down {
    -webkit-animation-name: bounceAlpha;
    animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes bounceAlpha1 {
    55% {
        opacity: 1;
        -webkit-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }

    26% {
        opacity: 0;
        -webkit-transform: translateY(10px) scale(0.9);
        transform: translateY(10px) scale(0.9);
    }

    25% {
        opacity: 0;
        -webkit-transform: translateY(-10px) scale(0.9);
        transform: translateY(-10px) scale(0.9);
    }

    0% {
        opacity: 1;
        -webkit-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }
}

@keyframes bounceAlpha1 {
    55% {
        opacity: 1;
        -webkit-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }

    26% {
        opacity: 0;
        -webkit-transform: translateY(10px) scale(0.9);
        transform: translateY(10px) scale(0.9);
    }

    25% {
        opacity: 0;
        -webkit-transform: translateY(-10px) scale(0.9);
        transform: translateY(-10px) scale(0.9);
    }

    0% {
        opacity: 1;
        -webkit-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }
}

.bounceAlpha1 {
    -webkit-animation-name: bounceAlpha1;
    animation-name: bounceAlpha1;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.arrow.primera.top.bounceAlpha1 {
    -webkit-animation-name: bounceAlpha1;
    animation-name: bounceAlpha1;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

#arrow:hover .arrow.top {
    -webkit-animation-name: bounceAlpha1;
    animation-name: bounceAlpha1;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

#arrow:hover .arrow.primera.top {
    -webkit-animation-name: bounceAlpha1;
    animation-name: bounceAlpha1;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

#homeFromTheFounder h2, 
#homeFromTheFounder p{
    color: #fff;
}
