body #site-header {
    background: #fff!important;
    box-shadow: 0 5px 20px 0 rgba(36, 69, 114, 0.16);
}

body #site-navigation-wrap .dropdown-menu>li>a, body #site-navigation-wrap .dropdown-menu>li>a:hover {
    color: #103559!important;
}

#site-header #site-logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    display: block;
    height: auto;
    float: none;
}

#site-navigation-wrap .dropdown-menu>li>a {
    line-height: normal;
}

#site-header #site-logo #site-logo-inner a {
    display: block;
}
#site-header #site-logo #site-logo-inner a img {
    margin: 0 !important;
    max-height: 40px;
    display: block;
    opacity: 1!important;
}

#site-header #site-logo #site-logo-inner {
    height: auto;
}

#site-header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

#site-header-inner::after {
    display: none;
}

#searchform-dropdown,
.toggle-cart-widget{
    display: none;
}

#site-navigation-wrap {
    width: auto !important;
    left: auto !important;
    position: static !important;
    transform: none !important;
}

body #site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    width: auto !important;
}

@media (max-width: 1150px) {
    #site-header #site-logo {
        position: static;
        transform: none;
    }

    #site-header-inner {
        justify-content: space-between;
    }

    body #outer-wrap .oceanwp-mobile-menu-icon a {
        color: #103559!important;
    }
}

/* CBD 101 POPUP */
.user-guide-popup {
    background: rgba(0,0,0,.5);
    z-index: 1000;
    display: none;
    position: fixed;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.user-guide-popup .join-popup-thankyou {
    display: none;
}

.user-guide-popup a[href="#close-popup"] {
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    fill: #3E3E3E;
    color: #3E3E3E;
    background-color: #61CE7000;
    position: absolute;
    right: -40px;
    top: -20px;
}


/* Relief Holidays LP*/

.relief-holidays .relief-holidays__header {
    background-image: url(../img/relief-holiday/relief-holiday-header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.relief-holidays .relief-holidays__header h1 {
    color: #CC0000;
    font-family:Gilroy-ExtraBold;
    margin: 0;
    font-size: 70px;
    line-height: 67px;
}

.relief-holidays .relief-holidays__header p {
    color: #272727;
    font-size: 30px;
    font-family: Gilroy-Regular;
}

.relief-holidays .relief-holidays__header a {
    background: #CC0000;
    color: #fff;
    font-family: Gilroy-ExtraBold;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    position: relative;
    padding: 10px 70px;
    cursor: pointer;
    text-decoration: none;
    margin-top: 40px;
}

.relief-holidays .relief-holidays__header a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #840000;
    transition: 0.15s;
    border-top: 25px solid #ececec;
    border-left: 25px solid transparent;
    pointer-events: none;
}

.relief-holidays .relief-holidays__header a:hover::before{
    border-top: 30px solid #ececec;
    border-left: 30px solid transparent;
}

.relief-holidays__partners {
    background: #F0F0F0;
    padding: 40px 0;
}

.relief-holidays__partners img {
    max-height: 50px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
}

.relief-holidays__partners .slick-dots {
    bottom: -40px !important;
}

.relief-holidays__partners .slick-dots li.slick-active button:before {
    color: #4D7CBE;
}

.relief-holidays__partners .slick-slide {
    padding: 0 20px;
}
.relief-holidays__partners  .slick-track {
    display: flex;
    align-items: center;
}

.relief-holidays__enjoy {
    background: #fff;
    padding: 100px 0;
}

.relief-holidays__enjoy .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.relief-holidays__enjoy img {
    display: block;
    width: 48%;
}
.relief-holidays__enjoy .rh-enjoy-content {
    text-align: center;
    width: 50%;
}

.relief-holidays__enjoy .rh-enjoy-content h2 {
    margin: 0;
    line-height: normal;
    font-family: Gilroy-ExtraBold;
    color: #CC0000;
    font-size: 40px;
    text-transform: none;
}

.relief-holidays__enjoy .rh-enjoy-content p {
    color: #272727;
    font-size: 21px;
    font-family: Gilroy-Regular;
}

.relief-holidays__enjoy .rh-enjoy-content  a {
    display: inline-block;
    margin: 0 auto;
    border-radius: 5px;
    background: #CC0000;
    padding: 10px 50px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
    font-family: Gilroy-ExtraBold;
}

@media (max-width: 1199px) {
    .relief-holidays .relief-holidays__header {
        min-height: 90vh;
        background-position: top center;
    }

    .relief-holidays .relief-holidays__header h1 {
        font-size: 60px;
    }

    .relief-holidays .relief-holidays__header p {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .relief-holidays .relief-holidays__header {
        min-height: 430px;
        background-position: center;
    }

    .relief-holidays .relief-holidays__header h1 {
        font-size: 45px;
        line-height: normal;
    }

    .relief-holidays .relief-holidays__header p {
        font-size: 20px;
    }

    .relief-holidays__enjoy {
        padding: 60px 0;
    }

    .relief-holidays__enjoy img {
        width: 38%;
    }
    .relief-holidays__enjoy .rh-enjoy-content {
        width: 60%;
    }

    .relief-holidays__enjoy .rh-enjoy-content h2 {
        font-size: 30px;
    }

    .relief-holidays__enjoy .rh-enjoy-content a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .relief-holidays .relief-holidays__header {
        min-height: 300px;
        background-position: -30px center;
    }

    .relief-holidays .relief-holidays__header h1 {
        font-size: 30px;
        line-height: normal;
    }

    .relief-holidays .relief-holidays__header p {
        font-size: 16px;
    }

    .relief-holidays .relief-holidays__header a {
        margin-top: 20px;
        font-size: 14px;
        padding: 8px 40px;
    }

    .relief-holidays__partners img {
        max-height: 80px;
    }

    .relief-holidays__enjoy {
        padding: 60px 0;
    }

    .relief-holidays__enjoy img {
        width: auto;
        max-width: 90%;
        margin: 0 auto;
    }

    .relief-holidays__enjoy .rh-enjoy-content {
        width: 100%;
        padding-top: 40px;
    }

    .relief-holidays__enjoy .rh-enjoy-content h2 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .relief-holidays__enjoy .rh-enjoy-content h2 span{
        display: block;
    }

    .relief-holidays__enjoy .rh-enjoy-content p {
        font-size: 22px;
        max-width: 220px;
        line-height: normal;
        margin: 0 auto;
    }

    .relief-holidays__enjoy .rh-enjoy-content a {
        font-size: 16px;
    }
}


/* Find Your Wellness */

.btn--blink {
    position: relative;
    display: block;
    overflow: hidden;
}
.btn--blink::after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5ac8e), color-stop(50%, #fff), color-stop(50%, #e5ac8e));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), color-stop(50%, rgba(229, 172, 142, 0)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), to(rgba(229, 172, 142, 0)));
    background: -webkit-linear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
    background: -moz- oldlinear-gradient(top, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    -ms-transform: rotate(60deg) translate(-5em, 7.5em);
    -moz-transform: rotateZ(60deg) translate(-5em, 7.5em);
    -o-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: sheens 3s infinite;
    -moz-animation: sheens 3s infinite;
    animation: sheens 3s infinite;
    z-index: 1;
}

.wellness-lp .container {
    width: auto;
}

.btn--primary-w {
    color: #fff;
    text-transform: uppercase;
    font-family: Gilroy-Bold;
    padding: 12px 40px;
    border-radius: 2px;
    background: #4d7cbe;
    transition: transform 300ms;
    text-decoration: none;
    font-size: 16px;
}
.btn--primary-w:hover {
    transform: scale(1.05);
    color: #fff!important;
}
.wellness-lp-header {
    position: relative;
}
.wellness-lp-header__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/wellness/header-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.wellness-lp-header .container {
    position: relative;
    z-index: 5;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 500px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}
.wellness-lp-header .half-width {
    width: 50%;
}
.wellness-lp-header h1 {
    font-family: Gilroy-ExtraBold;
    font-size: 60px;
    color: #fff;
    margin: 0;
    text-align: center;
}
.wellness-lp-header p {
    margin-top: 10px;
    font-family: Gilroy-Regular;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: normal;
    margin-bottom: 20px;
}
.wellness-lp-header p span {
    display: block;
}

.wellness-lp-header a {
    display: table;
    margin: 0 auto;
}
@media (min-width: 2400px) {
    .wellness-lp-header .container {
        min-height: 40vh;
    }
}
@media (max-width: 1200px) {
    .wellness-lp-header .container {
        min-height: 400px;
    }
    .wellness-lp-header h1 {
        font-size: 50px;
    }
    .wellness-lp-header p {
        font-size: 20px;
    }
    .wellness-lp-header a {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .wellness-lp-header__bg {
        background-attachment: unset;
    }
    .wellness-lp-header .container {
        min-height: 350px;
    }
    .wellness-lp-header h1 {
        font-size: 40px;
    }
    .wellness-lp-header p {
        font-size: 16px;
    }
    .wellness-lp-header a {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .wellness-lp-header {
        min-height: unset;
        background: #fff;
    }
    .wellness-lp-header__bg {
        background-position: top right;
        height: 300px;
    }
    .wellness-lp-header .container {
        position: relative;
        min-height: unset;
        padding-top: 330px;
    }
    .wellness-lp-header .container .half-width {
        width: 100%;
    }
    .wellness-lp-header h1 {
        color: #4d7bbd;
    }
    .wellness-lp-header p {
        color: #274869;
    }
    .wellness-lp-header .btn--primary-w {
        background: #274869;
    }
}

.functional-wellness {
    padding: 100px 0 80px 0;
    background: #fff;
}
.functional-wellness .container {
    max-width: 1200px;
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 auto;
}
.functional-wellness__image {
    width: 50%;
    /*background-image: url(../img/wellness/functional-wellness.jpg);
     background-repeat: no-repeat;
     background-position: top left;
     background-size: contain;
    */
}
.functional-wellness__image img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.functional-wellness__content {
    width: 50%;
    padding: 50px 0;
}
.functional-wellness__content h2 {
    text-transform: none;
    line-height: normal;
    margin-top: 0;
    font-family: Gilroy-ExtraBold;
    color: #4d7bbd;
    font-size: 40px;
    margin-bottom: 30px;
}
.functional-wellness__content p {
    font-family: Gilroy-Light;
    color: #103558;
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 50px;
    max-width: 450px;
}
.functional-wellness__content .btn--primary-w {
    display: inline-block;
}
@media (max-width: 1200px) {
    .functional-wellness {
        padding-top: 60px;
    }
    .functional-wellness__content {
        box-sizing: border-box;
        padding-right: 20px;
    }
}
@media (max-width: 991px) {
    .functional-wellness__image, .functional-wellness__content {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .functional-wellness__content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .functional-wellness__content p {
        font-size: 14px;
        line-height: 26px;
    }
}

.wellness-partners {
    padding-bottom: 80px;
    background: #fff;
}
.wellness-partners .container {
    box-sizing: border-box;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}
.wellness-partners #partners-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wellness-partners #partners-logo img {
    display: block;
    max-height: 30px;
    width: auto;
    height: auto;
    max-width: 220px;
}
.wellness-partners .slick-list {
    padding: 0;
}
.wellness-partners .slick-slide {
    padding: 0 10px;
}
.wellness-partners .slick-slide img {
    max-width: 100%;
    margin: 0 auto;
}
.wellness-partners .slick-track {
    display: flex;
    align-items: center;
}
.wellness-partners .slick-dots {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wellness-partners .slick-dots li {
    transition: opacity 300ms;
    opacity: 0.4;
}
.wellness-partners .slick-dots li button {
    border: none;
    background: #4d7bbd;
    border-radius: 30px;
    font-size: 0;
    height: 20px;
    width: 20px;
    margin: 0 5px;
}
.wellness-partners .slick-dots li button::before {
    display: none !important;
}

.wellness-partners .slick-dots li.slick-active {
    opacity: 1;
}
@media (max-width: 1200px) {
    .wellness-partners {
        padding-bottom: 120px;
    }
    .wellness-partners .container {
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .wellness-partners #partners-logo img {
        max-height: 60px;
        max-width: 100%;
    }
}
.wellness-features {
    background: #fff;
    padding-bottom: 80px;
}
.wellness-features .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 15px;
}
.wellness-features .wlp-feature-item {
    border-radius: 10px;
    overflow: hidden;
    width: 32%;
    transition: transform 300ms, box-shadow 300ms;
    margin-bottom: 80px;
}
.wellness-features .wlp-feature-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(14, 27, 45, 0.1);
}
.wellness-features .wlp-feature-item--focus {
    background: #7ca3d6;
}
.wellness-features .wlp-feature-item--hemp {
    background: #FAA33D;
}
.wellness-features .wlp-feature-item--kava {
    background: #61B0BC;
}
.wellness-features .wlp-feature-item--unwind {
    background: #9594d2;
}
.wellness-features .wlp-feature-item__image img {
    display: block;
    max-width: 100%;
    height: auto;
}
.wellness-features .wlp-feature-item__content {
    position: relative;
    padding: 0 30px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wellness-features .wlp-feature-item__icon {
    position: absolute;
    top: -30px;
    left: 30px;
    background: #fff;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wellness-features .wlp-feature-item__icon img {
    display: block;
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
}
.wellness-features .wlp-feature-item__title {
    padding-top: 50px;
    margin-bottom: 20px;
}
.wellness-features .wlp-feature-item__title h3 {
    margin: 0;
    text-transform: none;
    line-height: normal;
    color: #fff;
    font-family: Gilroy-Bold;
    font-size: 25px;
}
.wellness-features .wlp-feature-item__title p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: Gilroy-Regular;
}
.wellness-features .wlp-feature-item__desc {
    color: #fff;
    font-family: Gilroy-Light;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 40px;
}
.wellness-features .wlp-feature-item__btn a {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Gilroy-Bold;
    font-size: 12px;
}
.wellness-features .wlp-feature-item__btn a::after {
    position: absolute;
    content: '';
    bottom: -4px;
    height: 2px;
    background: #fff;
    left: 0;
    width: 100%;
    transition: transform 300ms;
    transform: rotateY(90deg);
}
.wellness-features .wlp-feature-item__btn a:hover::after {
    transform: rotateY(0);
}
@media (min-width: 992px) and (max-width: 1200px) {
    .wellness-features .wlp-feature-item {
        width: calc(25% - 15px);
    }
    .wellness-features .wlp-feature-item__content {
        padding: 0 25px 25px 25px;
    }
    .wellness-features .wlp-feature-item__icon {
        left: 25px;
        height: 50px;
        width: 50px;
        top: -25px;
    }
    .wellness-features .wlp-feature-item__icon img {
        max-width: 30px;
        max-height: 30px;
    }
}
@media (max-width: 991px) {
    .wellness-features .container {
        padding: 0 20px;
    }
    .wellness-features .wlp-feature-item {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .wellness-features .container {
        padding: 0 20px;
    }
    .wellness-features .wlp-feature-item {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
.wellness-lp-about .wlp-about-item {
    background: rgba(149, 148, 210, 0.05);
    position: relative;
}
.wellness-lp-about .wlp-about-item .container {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    justify-content: flex-end;
}
.wellness-lp-about .wlp-about-item .container > div {
    width: 50%;
    box-sizing: border-box;
    padding: 5em 1em 5em 5em;
}
.wellness-lp-about .wlp-about-item__content h2 {
    font-size: 40px;
    text-transform: none;
    color: #7ca3d6;
    margin-top: 0;
    font-family: Gilroy-ExtraBold;
    line-height: normal;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.wellness-lp-about .wlp-about-item__content h2 img {
    display: block;
    margin-right: 10px;
}
.wellness-lp-about .wlp-about-item__content p {
    margin-top: 0;
    margin-bottom: 50px;
    color: #103558;
    font-size: 18px;
    font-family: Gilroy-Light;
    line-height: 30px;
}
.wellness-lp-about .wlp-about-item__content .btn--primary-w {
    display: inline-block;
}
.wellness-lp-about .wlp-about-item__img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-start;
}
.wellness-lp-about .wlp-about-item__img > div {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.wellness-lp-about .wlp-about-item--focus .wlp-about-item__content .btn--primary-w {
    background: #7ca3d6;
}
.wellness-lp-about .wlp-about-item--focus .wlp-about-item__img,
.wellness-lp-about .wlp-about-item--calm .wlp-about-item__img {
    justify-content: flex-end;
}
.wellness-lp-about .wlp-about-item--focus .container,
.wellness-lp-about .wlp-about-item--calm .container {
    justify-content: flex-start;
}
.wellness-lp-about .wlp-about-item--focus .container > div,
.wellness-lp-about .wlp-about-item--calm .container > div
{
    padding: 5em 5em 5em 1em;
}
.wellness-lp-about .wlp-about-item--unwind .wlp-about-item__content h2 {
    color: #9594d2;
}
.wellness-lp-about .wlp-about-item--unwind .wlp-about-item__content .btn--primary-w {
    background: #9594d2;
}

.wellness-lp-about .wlp-about-item--calm .wlp-about-item__content h2 {
    color: #61B0BC;
}
.wellness-lp-about .wlp-about-item--calm .wlp-about-item__content .btn--primary-w {
    background: #61B0BC;
}
@media (min-width: 2400px) {
    .wellness-lp-about .wlp-about-item__content .container {
        min-height: 40vh;
        align-items: center;
    }
}
@media (max-width: 1200px) {
    .wellness-lp-about .wlp-about-item--focus .container > div, .wellness-lp-about .wlp-about-item--calm .container > div,  .wellness-lp-about .wlp-about-item--unwind .container > div {
        padding: 2em 2em 2em 3em;
    }
}
@media (max-width: 991px) {
    .wellness-lp-about .wlp-about-item {
        display: block;
    }
    .wellness-lp-about .wlp-about-item__img {
        position: static;
    }
    .wellness-lp-about .wlp-about-item__img > div {
        width: 100%;
        min-height: 350px;
    }
    .wellness-lp-about .wlp-about-item .container > div {
        width: 100%;
        padding: 3em;
    }
}
@media (max-width: 767px) {
    .wellness-lp-about .wlp-about-item .container > div {
        padding: 3em 2em;
    }
    .wellness-lp-about .wlp-about-item__content h2 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wellness-lp-about .wlp-about-item__content h2 img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .wellness-lp-about .wlp-about-item__content p {
        text-align: center;
    }
    .wellness-lp-about .wlp-about-item__content .btn--primary-w {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}
.wellness-enhance {
    background: #f3f5f9;
    padding: 80px 0;
}
.wellness-enhance .container {
    box-sizing: border-box;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}
.wellness-enhance h2 {
    margin: 0;
    color: #4d7bbd;
    text-transform: none;
    font-family: Gilroy-ExtraBold;
    font-size: 40px;
}
.wellness-enhance p {
    font-family: Gilroy-Light;
    color: #103558;
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 20px;
}
.wellness-enhance .btn--primary-w {
    display: inline-block;
}
@media (max-width: 767px) {
    .wellness-enhance .container {
        padding: 0 20px;
    }
    .wellness-enhance h2 {
        font-size: 30px;
    }
    .wellness-enhance h2 span {
        display: block;
    }
    .wellness-enhance p {
        margin-top: 30px;
        font-size: 16px;
        line-height: 26px;
    }
}

@keyframes sheens {
    0%,79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
        -moz-transform: rotateZ(60deg) translate(-5em,7.5em);
        -o-transform: rotateZ(60deg) translate(-5em,7.5em);
        transform: rotateZ(60deg) translate(-5em,7.5em)
    }

    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
        -moz-transform: rotateZ(60deg) translate(-5em,7.5em);
        -o-transform: rotateZ(60deg) translate(-5em,7.5em);
        transform: rotateZ(60deg) translate(-5em,7.5em)
    }

    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em,-11em);
        -moz-transform: rotateZ(60deg) translate(1em,-11em);
        -o-transform: rotateZ(60deg) translate(1em,-11em);
        transform: rotateZ(60deg) translate(1em,-11em)
    }

    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em,-9em);
        -moz-transform: rotateZ(60deg) translate(1em,-9em);
        -o-transform: rotateZ(60deg) translate(1em,-9em);
        transform: rotateZ(60deg) translate(1em,-9em)
    }
}



/* Better Sleep LP */

.better-sleep-lp .container{
    width: auto;
    margin: 0 auto;
    max-width: 1200px;
}

.better-sleep-lp  .slick-dots {
    position: static;
}

.better-sleep-lp * {
    line-height: normal;
}

.slp-header {
    position: relative;
}
.slp-header img {
    display: block;
    width: 100%;
}
.slp-header-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slp-header .container {
    width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.slp-header__content {
    max-width: 460px;
}
.slp-header h1 {
    font-family: Gilroy ExtraBold;
    font-size: 55px;
    color: #888ee0;
    margin-top: 0;
    margin-bottom: 0;
}
.slp-header h1 span {
    display: block;
    font-family: Gilroy Regular;
    font-size: 50px;
}
.slp-header p {
    font-size: 18px;
    color: #3f426e;
    font-family: Gilroy Regular;
    line-height: 30px;
}

.slp-header a {
    display: inline-block;
    text-transform: uppercase;
    font-family: Gilroy ExtraBold;
    color: #fff;
    padding: 15px 60px;
    border-radius: 5px;
    background-color: #3f426e;
    font-size: 20px;
    text-decoration: none;
    margin-top: 30px;
    transition: background-color 300ms, transform 300ms;
}

.slp-header a:hover {
    background-color: #888ee0;
    transform: scale(1.05);
}

.slp-partners {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 70px 0;
}
.slp-partners .container {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.slp-partners #partners-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slp-partners #partners-logo img {
    display: block;
    max-height: 35px;
    width: auto;
    height: auto;
    max-width: 200px;
}
.slp-partners #partners-logo div:first-child img {
    max-height: 50px;
}
.slp-partners .slick-list {
    padding: 0;
}
.slp-partners .slick-slide {
    padding: 0 10px;
}
.slp-partners .slick-slide img {
    max-width: 100%;
    margin: 0 auto;
}
.slp-partners .slick-track {
    display: flex;
    align-items: center;
}
.slp-partners .slick-dots {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    margin-top: 20px;
}
.slp-partners .slick-dots button::before{
    display: none;
}

.slp-partners .slick-dots button {
    font-size: 0;
    transition: opacity 300ms;
    border: none;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: #888ee0;
    opacity: 0.4;
}
.slp-partners .slick-dots .slick-active button {
    opacity: 1;
}
@media (max-width: 1280px) {
    .slp-partners .container {
        padding: 0 20px;
    }
    .slp-partners #partners-logo {
        display: block;
    }
}
@media (max-width: 991px) {
    .slp-partners #partners-logo img {
        max-height: 60px;
        max-width: 100%;
    }
}
.slp-benefits {
    padding-top: 5px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding-bottom: 70px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 40px 0 rgba(63, 66, 110, .16);
}
.slp-benefits .container {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}
.slp-benefits__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.slp-benefits .slp-benefit-item {
    width: 265px;
    position: relative;
    text-align: center;
}
.slp-benefits .slp-benefit-item::before {
    position: absolute;
    top: -2px;
    width: 204px;
    height: 204px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border-radius: 200px;
    background: #c2c2c2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c2c2c2 0%, #fff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c2c2c2 0%, #fff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c2c2c2 0%, #fff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2c2c2', endColorstr='#ffffff',GradientType=0);
    /* IE6-9 */
}
.slp-benefits .slp-benefit-item__counter {
    position: relative;
    width: 200px;
    margin: 0 auto;
}
.slp-benefits .slp-benefit-item__counter::after {
    box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, .16);
    position: absolute;
    content: '';
    display: block;
    border-radius: 200px;
    width: 200px;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 1;
}
.slp-benefits .slp-benefit-item__counter svg {
    display: block;
}
.slp-benefits .slp-benefit-item__counter .circles-text {
    border-radius: 100px;
    width: 140px !important;
    height: 140px !important;
    top: 50% !important;
    left: 50% !important;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .16);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,c2c2c2+100 */
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #c2c2c2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff 0%, #c2c2c2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff 0%, #c2c2c2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c2c2c2',GradientType=0);
    /* IE6-9 */
}
.slp-benefits .slp-benefit-item__counter .circles-text::after {
    position: absolute;
    background-color: #fff;
    content: '';
    border-radius: 100px;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
}
.slp-benefits .slp-benefit-item__counter .circles-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 80px;
}
.slp-benefits .slp-benefit-item__counter#circle-1 .circles-text::before {
    background-image: url(../img/fb-sleep-lp/ico-1.svg);
}
.slp-benefits .slp-benefit-item__counter#circle-2 .circles-text::before {
    background-image: url(../img/fb-sleep-lp/ico-2.svg);
}
.slp-benefits .slp-benefit-item__counter#circle-3 .circles-text::before {
    background-image: url(../img/fb-sleep-lp/ico-3.svg);
}
.slp-benefits .slp-benefit-item__counter#circle-4 .circles-text::before {
    background-image: url(../img/fb-sleep-lp/ico-4.svg);
}
.slp-benefits .slp-benefit-item__percent {
    display: block;
    font-family: Gilroy ExtraBold;
    line-height: normal;
    color: #888ee0;
    font-size: 80px;
}
.slp-benefits .slp-benefit-item p {
    margin: 0;
    font-size: 16px;
    font-family: Gilroy ExtraBold !important;
    color: #3f426e;
}
.slp-benefits__btn {
    margin-top: 50px;
}
.slp-benefits__btn a {
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: Gilroy ExtraBold;
    color: #fff;
    padding: 15px 60px;
    border-radius: 5px;
    background-color: #3f426e;
    font-size: 20px;
    text-decoration: none;
    transition: background-color 300ms, transform 300ms;
}

.slp-benefits__btn a:hover {
    background-color: #888ee0;
    transform: scale(1.05);
}

.slp-sleep-better {
    background: #fff;
    padding-top: 100px;
    position: relative;
    padding-bottom: 40vh;
}
.slp-sleep-better .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: transform 300ms;
}
.slp-sleep-better img {
    display: block;
    margin: 0 auto;
    max-width: 800px;
}
.slp-sleep-better h2 {
    font-family: Gilroy ExtraBold;
    color: #888ee0;
    font-size: 75px !important;
    text-align: center;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 40px;
}
.slp-sleep-better h2 span {
    display: block;
}
.slp-sleep-better a {
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: Gilroy ExtraBold;
    color: #fff;
    padding: 15px 60px;
    border-radius: 5px;
    background-color: #3f426e;
    font-size: 20px;
    text-decoration: none;
    transition: background-color 300ms, transform 300ms;
}

.slp-sleep-better a:hover {
    background-color: #888ee0;
    transform: scale(1.05);
}

.slp-sleep-better::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60vh;
    z-index: 0;
    background-image: url(../img/fb-sleep-lp/bg-3.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.slp-reviews {
    background: #3f426e;
    padding-top: 60px;
    padding-bottom: 60px;
}
.slp-reviews .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.slp-reviews__wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    flex-wrap: wrap;
}
.slp-reviews__img {
    width: 50%;
}
.slp-reviews__img img {
    display: block;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 5px 10px 30px 0 rgba(13, 0, 67, .16);
}
.slp-reviews__list {
    width: 40%;
}
.slp-reviews #slp-reviews {
    width: 80%;
}
.slp-reviews p {
    text-align: center;
    color: #fff;
    font-family: Gilroy ExtraBold !important;
    font-size: 18px;
    margin: 15px 0;
}
.slp-reviews .slp-review-item__rating img {
    display: block;
    max-width: 200px;
}
.slp-reviews .slp-review-item__title {
    font-family: Gilroy ExtraBold;
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
}
.slp-reviews .slp-review-item__text {
    color: #fff;
    font-family: Gilroy Regular;
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
}
.slp-reviews .slp-review-item__text span {
    display: block;
    margin-top: 20px;
}
.slp-reviews .slick-dots {
    display: flex;
    list-style: none;
    align-items: center;
    padding-left: 0;
    margin-top: 20px;
}
.slp-reviews .slick-dots button::before{
    display: none;
}
.slp-reviews .slick-dots button {
    font-size: 0;
    transition: opacity 300ms;
    border: none;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: #888ee0;
    opacity: 0.4;
}

.slp-reviews .slick-dots .slick-active button {
    opacity: 1;
}
.slp-reviews__btn a {
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: Gilroy ExtraBold;
    color: #fff;
    padding: 15px 60px;
    border-radius: 5px;
    background-color: #888ee0;
    font-size: 20px;
    margin-top: 30px;
    text-decoration: none;
    transition: transform 300ms;
}

.slp-reviews__btn a:hover {
    transform: scale(1.05);
}

@media (min-width: 2400px) {
    .slp-header .container {
        width: 1920px;
    }
}
@media (max-width: 1200px) {
    .slp-header .container {
        width: 100%;
        padding: 0 20px;
    }
    .slp-header__content {
        max-width: 40%;
    }
    .slp-header h1 {
        font-size: 50px;
    }
    .slp-header h1 span {
        font-size: 45px;
    }
    .slp-benefits__list {
        justify-content: space-around;
    }
    .slp-benefits .slp-benefit-item {
        width: 40%;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .slp-benefits .slp-benefit-item__text {
        max-width: 70%;
        margin: 0 auto;
    }
    .slp-sleep-better {
        padding-bottom: 25vh;
    }
    .slp-sleep-better::after {
        height: 40vh;
    }
    .slp-reviews .container {
        padding: 0 20px;
    }
    .slp-reviews #slp-reviews {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .slp-header {
        padding: 50px 0;
        overflow: hidden;
    }
    .slp-header img {
        position: absolute;
        z-index: 0;
        top: 0;
        height: 100%;
        width: auto;
        left: -15%;
    }
    .slp-header .slp-header-wrapper {
        position: relative;
        z-index: 1;
    }
    .slp-header__content {
        max-width: 50%;
    }
    .slp-sleep-better h2 {
        font-size: 65px !important;
    }
    .slp-sleep-better .container {
        padding: 0 20px;
    }
    .slp-sleep-better img {
        max-width: 100%;
    }
    .slp-reviews {
        padding-top: 0;
    }
    .slp-reviews__list {
        width: 45%;
    }
}
@media (max-width: 767px) {
    .slp-header {
        background: #fff;
        padding: 0;
    }
    .slp-header img {
        position: static;
        height: auto;
        width: 100%;
    }
    .slp-header__content {
        width: 100%;
        max-width: unset;
    }
    .slp-header__content a {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .slp-benefits .container {
        padding: 0 20px;
    }
    .slp-benefits .slp-benefit-item {
        position: relative;
        width: 100%;
        border-radius: 5px;
        background: #888ee0;
        padding: 11px;
        margin: 0 0 15px 0;
    }
    .slp-benefits .slp-benefit-item::before {
        display: none;
    }
    .slp-benefits .slp-benefit-item__counter {
        height: 21px;
        background-color: #3f426e;
        overflow: hidden;
        border-radius: 50px;
        width: calc(100% - 80px);
        margin-left: auto;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .slp-benefits .slp-benefit-item__counter span {
        display: block;
        width: 100%;
        background-color: #fff;
        border-radius: 50px;
        height: inherit;
        transform: translateX(-100%);
    }
    .slp-benefits .slp-benefit-item__counter::after {
        display: none;
    }
    .slp-benefits .slp-benefit-item__percent {
        position: absolute;
        font-size: 30px;
        border-radius: 5px;
        background: #3f426e;
        padding: 3px 5px;
        left: 11px;
        top: 11px;
        color: #fff;
    }
    .slp-benefits .slp-benefit-item__text {
        max-width: unset;
        padding-top: 6px;
    }
    .slp-benefits .slp-benefit-item p {
        color: #fff;
        text-align: left;
        font-size: 16px;
    }
    .slp-sleep-better h2 span {
        display: inline;
    }

    .slp-sleep-better h2 {
        font-size: 45px !important;
        line-height: 50px;
    }
    .slp-reviews .container {
        padding: 0 40px;
    }
    .slp-reviews__img, .slp-reviews__list {
        width: 100%;
    }
    .slp-reviews__img {
        margin-bottom: 40px;
    }
    .slp-reviews .slp-review-item {
        text-align: center;
    }
    .slp-reviews .slp-review-item__rating img {
        margin: 0 auto;
    }
    .slp-reviews .slick-dots {
        justify-content: center;
    }
    .slp-reviews__btn {
        text-align: center;
    }

    .slp-benefits__btn a {
        padding: 15px 40px;
    }
}
@media (max-width: 380px) {
    .slp-reviews .container {
        padding: 0 20px;
    }
    .slp-header h1 {
        font-size: 45px;
    }
    .slp-header h1 span {
        font-size: 40px;
    }
    .slp-benefits__btn a {
        padding: 15px 25px;
    }
    .slp-sleep-better h2 {
        font-size: 40px !important;
        line-height: 45px;
    }
}
@media (max-width: 360px) {
    .slp-header h1 {
        font-size: 40px;
    }
    .slp-header h1 span {
        font-size: 35px;
    }
    .slp-benefits__btn a {
        font-size: 16px;
    }
    .slp-sleep-better h2 {
        font-size: 35px !important;
        line-height: 40px;
    }
    .slp-reviews .slp-review-item__text {
        font-size: 16px;
        line-height: 26px;
    }
    .slp-reviews__btn a {
        padding: 15px 40px;
    }
    .slp-reviews p {
        font-size: 16px;
    }
}


/** Awareness month */

.awareness-month {
    min-height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
    background-image: url(../img/awareness/bg.jpg);
    background-size: cover;
    background-position: top center;
}

.awareness-month .am-img-2 {
    display: none;
}

.awareness-month .container {
    padding-top: 3em;
    position: relative;
    z-index: 1;
}

.awareness-month p {
    text-align: center;
    color: #fff;
    font-family: Gilroy-Bold !important;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}

.awareness-month .am-leaves-1,
.awareness-month .am-leaves-2,
.awareness-month .am-leaves-3 {
    position: absolute;
    z-index: 0;
    top: 0;
    transition: transform 500ms;
}

.awareness-month .am-leaves-1 {
    transform: translateX(-100vw);
}
.awareness-month.loaded .am-leaves-1 {
    transform: translateX(0);
}

.awareness-month .am-leaves-1 img{
    display: block;
    height: 105%;
    width: auto;
    position: relative;
    left: -21vw;
    top: -15em;
}

.awareness-month .am-leaves-2 {
    top: auto;
    bottom: -27%;
    width: 100%;
    transform: translateY(100vh);
}
.awareness-month.loaded .am-leaves-2 {
    transform: translateY(0);
}

.awareness-month .am-leaves-2 img {
    display: block;
    margin: 0 auto;
}

.awareness-month .am-leaves-3 {
    right: 0;
    transform: translateX(100vw);
}
.awareness-month.loaded .am-leaves-3 {
    transform: translateX(0);
}
.awareness-month .am-leaves-3 img{
    display: block;
    height: 105%;
    width: auto;
    position: relative;
    right: -21vw;
    top: -15em;
}

.awareness-month .am-badge img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 500ms;
}

.awareness-month.loaded .am-badge img {
    opacity: 1;
}

.awareness-month .am-button {
    position: relative;
    width: 230px;
    margin: 0 auto;
}

.awareness-month .code {
    display: block;
    width: 100%;
    text-align: right;
    background: #d7ebf3;
    padding: 10px 15px;
    color: #00325D;
    font-family: Gilroy-Regular;
    font-size: 20px;
}

.awareness-month a {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 50px);
    cursor: pointer;
    background: #FAA33D;
    color: #fff;
    padding: 16px 0 16px 20px;
    transition: all .2s linear;
    font-family: Gilroy-ExtraBold;
    font-size: 14px;
    text-transform: uppercase;
}

.awareness-month a:hover {
    width: calc(100% - 60px);
    transition: all .2s linear;
}

.awareness-month a:hover:after {
    border-bottom: 30px solid #C68334;
    border-right: 30px solid transparent;
    right: -30px;
    transition: all .2s linear;
}

.awareness-month a:hover:before {
    width: 30px;
    height: 27px;
    transition: all .2s linear;
}

.awareness-month a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 20px;
    height: 38px;
    background: #FAA33D;
    transition: all .2s linear;
}

.awareness-month a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    border-bottom: 20px solid #C68334;
    border-right: 20px solid transparent;
    transition: all .2s linear;
}

@media (min-width: 1600px) {
    .awareness-month .am-leaves-1 img {
        left: -21em;
    }
    .awareness-month .am-leaves-3 img {
        right: -21em;
    }

    .awareness-month .am-leaves-2 {
        bottom: -14em;
    }

    .awareness-month .container {
        padding-top: 5em;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: calc(100vh - 80px);
    }
}

@media (min-width: 1920px) {
    .awareness-month .am-leaves-1 img {
        left: -21em;
        top: -10em;
        height: 110vh;
    }
    .awareness-month .am-leaves-3 img {
        right: -21em;
        top: -10em;
        height: 110vh;
    }

    .awareness-month .am-leaves-2 {
        bottom: -14em;
    }

    .awareness-month .container {
        padding-top: 2em;
        padding-bottom: 5em;
    }
}

@media (min-width: 2800px) {
    .awareness-month .am-leaves-2 {
        bottom: -20em;
    }
    .awareness-month .am-leaves-2 img{
        width: 40vw;
    }
}

@media (max-width: 1400px) {
    .awareness-month .am-leaves-1 img {
        left: -16em;
        top: -5em;
        height: 105vh;
    }
    .awareness-month .am-leaves-3 img {
        right: -17em;
        top: -5em;
        height: 105vh;
    }

    .awareness-month .am-leaves-2 {
        bottom: -13em;
    }

    .awareness-month .am-leaves-2 img {
        width: 60vw;
    }
}

@media (max-width: 1199px){
    .awareness-month .container {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: calc(100vh - 80px);
    }

    .awareness-month .am-badge img {
        max-width: 70%;
    }

    .awareness-month a {
        padding: 12px 0px 12px 20px;
        line-height: 20px;
        width: calc(100% - 60px);
    }

    .awareness-month .code {
        padding: 12px 15px;
        line-height: 20px;
    }

    .awareness-month a:hover {
        width: calc(100% - 70px);
    }

    .awareness-month a:before {
        height: 24px;
    }

    .awareness-month a:hover:before {
        height: 14px;
    }
}

@media (max-width: 991px) {
    .awareness-month .am-leaves-1 img {
        top: 0px;
        height: 100vh;
        left: -26em;
    }

    .awareness-month .am-leaves-2 {
        bottom: -5em;
    }

    .awareness-month .container {
        padding-bottom: 100px;
    }

    .awareness-month .am-leaves-3 img {
        right: -30em;
        top: 0px;
        height: 100vh;
    }
}

@media (max-width: 540px) {
    .awareness-month .am-img-1 {
        display: none !important;
    }
    .awareness-month .am-img-2 {
        display: block !important;
    }

    .awareness-month .am-leaves-1,
    .awareness-month .am-leaves-3 {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .awareness-month .am-leaves-1 img {
        height: auto;
        left: -10em;
    }

    .awareness-month .am-leaves-3 img {
        right: -10em;
        height: auto;
    }

    .awareness-month .am-leaves-2 {
        bottom: 0;
    }

    .awareness-month .am-leaves-2 img {
        width: 70vw;
    }

    .awareness-month p {
        font-size: 20px;
    }
}
@media (max-width: 380px) {
    .awareness-month p {
        font-size: 18px;
    }
}

@media (max-width: 360px) {
    .awareness-month p {
        font-size: 16px;
    }
}

/** END Awareness month */


@media (max-width: 1200px) {
    .cbda-lp-partners {
        padding-bottom: 120px;
    }
    .cbda-lp-partners .container {
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .cbda-lp-partners #partners-logo img {
        max-height: 60px;
        max-width: 100%;
    }
}
@media (min-width: 2400px) {
    .cbda-lp-header {
        min-height: 50vh;
    }
    .cbda-ecs__items .cbda-ecs-item {
        border-radius: 25px;
    }
}
@media (min-width: 1920px) {
    .cbda-lp-header {
        padding-top: 200px;
    }
}
@media (max-width: 1280px) {
    .cbda-lp-header {
        background-attachment: unset;
        background-position: bottom right;
    }
    .cbda-ecs__items .cbda-ecs-item {
        border-radius: 15px;
    }
    .cbda-ecs__items::before, .cbda-ecs__items::after {
        width: 80px;
    }
}
@media (max-width: 1100px) {
    .cbda-lp-header__content {
        padding-left: 40px;
    }
}
@media (max-width: 991px) {
    .cbda-lp-header {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .cbda-lp-about .cbdalp-about-item__img > div {
        background-position: center;
    }
    .cbda-lp-about .cbdalp-about-item .container > div {
        padding: 3em 2em 3em 3em;
    }
    .cbda-lp-about .cbdalp-about-item--reverse .container > div {
        padding: 3em 3em 3em 2em;
    }
    .cbda-ecs .container p {
        padding: 0;
    }
    .cbda-ecs__items .cbda-ecs-item {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .cbda-lp-header {
        background-position: 58% 0;
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .cbda-lp-header__content {
        padding-left: 20px;
        max-width: 80%;
    }
    .cbda-lp-header__content h1 {
        font-size: 80px;
        font-family: Gilroy-ExtraBold;
    }
    .cbda-lp-header__content h1 span {
        font-size: 30px;
        text-transform: uppercase;
    }
    .cbda-lp-header__content p {
        font-family: Gilroy-ExtraBold;
        font-size: 16px;
        line-height: 26px;
    }
    .cbda-ecs__items::before, .cbda-ecs__items::after {
        display: none;
    }
    .cbda-ecs .slick-dots {
        display: flex;
        align-items: center;
        list-style: none;
        padding: 0 15px;
        justify-content: center;
        margin-top: 20px;;
    }
    .cbda-ecs .slick-dots li {
        margin: 0 5px;
    }
    .cbda-ecs .slick-dots li button {
        border: none;
        border-radius: 20px;
        font-size: 0;
        background: #89dc65;
        transition: opacity 300ms;
        height: 18px;
        width: 18px;
        opacity: 0.35;
    }
    .cbda-ecs .slick-dots li.slick-active button {
        opacity: 1;
    }

    .cbda-lp-about .cbdalp-about-item__img {
        position: static;
    }
    .cbda-lp-about .cbdalp-about-item__img > div {
        width: 100%;
        min-height: 350px;
    }
    .cbda-lp-about .cbdalp-about-item .container > div {
        width: 100%;
        padding: 3em 2em;
    }
    .cbda-lp-about .cbdalp-about-item__content {
        text-align: center;
    }
    .cbda-lp-about .cbdalp-about-item__content h2 {
        text-align: center;
    }
    .cbda-lp-about__stars img {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 360px) {
    .cbda-lp-header {
        background-position: left center;
        padding-top: 40px;
    }
    .cbda-lp-header__content {
        padding-left: 0;
        max-width: unset;
        text-align: center;
    }
    .cbda-lp-header__content h1 {
        font-size: 70px;
        line-height: 70px;
        font-family: Gilroy-ExtraBold;
    }
    .cbda-lp-header__content h1 span {
        font-size: 30px;
        text-transform: uppercase;
    }
    .cbda-lp-header__content p {
        font-family: Gilroy-ExtraBold;
        font-size: 16px;
        line-height: 26px;
    }
    .cbda-lp-header__content a {
        padding: 15px 40px;
    }
    .cbda-lp-about .cbdalp-about-item__content h2 {
        font-size: 25px;
    }
}


 