.cbg-lp {
    background: #BAD4F5;
}

.cbg-lp .container {
    width: auto;
}

.btn--orange {
    display: table !important;
    background-color: #faa33d;
    transition: transform 300ms;
    color: #fff;
    font-family: Gilroy-ExtraBold;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.8px;
    border-radius: 5px;
    padding: 12px 30px;
    text-decoration: none;
    margin-top: 20px;
}

.dark-wave svg {
    position: relative;
    width: 100%;
    height: 25vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 50px;
    max-height: 70px;
}

.dark-wave .parallax > use {
    animation: move-forever 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.dark-wave .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.dark-wave .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.dark-wave .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}


.cbg-lp .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: unset;
}

.cbg-lp .cbg-header {
    position: relative;
    padding-top: 130px;
    padding-bottom: 90px;
    z-index: 0;
}

.cbg-lp .cbg-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cbg-lp .cbg-header-clouds::after, .cbg-lp .cbg-header-clouds::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

.cbg-lp .cbg-header-clouds::after {
    left: 0;
    height: 760px;
    width: 463px;
    background-image: url('../img/cbg-study/cloud-1.svg');
    background-position: top right;
    top: 50%;
}

.cbg-lp .cbg-header-clouds::before {
    right: 0;
    height: 1000px;
    width: 500px;
    background-image: url('../img/cbg-study/cloud-2.svg');
    background-position: top left;
    top: 30%;
}

.cbg-lp .cbg-header__img {
    position: relative;
    width: calc(50% - 50px);
}

.cbg-lp .cbg-header__img::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 90px;
    height: 90px;
    background: #FAA33D;
    border-radius: 100px;
}

.cbg-lp .cbg-header__img img {
    display: block;
}

.cbg-lp .cbg-header__img img:first-child {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.cbg-lp .cbg-header__img img:nth-child(2) {
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 30px;
    max-width: 49%;
    animation: bottom 5s infinite ease-in-out;
    transition: all 0.1s ease-out;
}

.cbg-lp .cbg-header__img img:nth-child(3) {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 100px;
    max-width: 50.5%;
    animation: bottom 7s infinite ease-in-out;
    transition: all 0.1s ease-out;
}

.cbg-lp .cbg-header__content {
    width: calc(50% - 50px);
}

.cbg-lp .cbg-header__content h1 {
    margin: 0;
    font-family: Gilroy-Bold;
    font-size: 65px;
    line-height: 70px;
    color: #fff;
}

.cbg-lp .cbg-header__content h1 span {
    display: block;
}

.cbg-lp .cbg-header__content p {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-family: Gilroy-Regular;
}

.cbg-lp .cbg-products {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    background-image: url(../img/cbg-study/cloud-5.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.cbg-lp .cbg-products__reports {
    padding-top: 20px;
    padding-bottom: 80px;
    background: #fff;
    position: relative;
}

.cbg-lp .cbg-products__reports::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 120% auto;
    background-image: url(../img/cbg-study/cloud-13.svg);
    height: 300px;
    width: 400px;
    z-index: 0;
}

.cbg-lp .cbg-products__reports::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -150px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 120%;
    background-image: url(../img/cbg-study/cloud-14.svg);
    height: 500px;
    width: 250px;
    z-index: 0;
}
.cbg-lp .cbg-products__reports .container {
    position: relative;
    z-index: 2;
}

.cbg-lp .cbg-products__reports h2 {
    text-align: center;
    color: #4D7BBD;
    font-family: Gilroy-Bold;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 40px;
    text-transform: none;
}

.cbg-lp .cbg-products__reports h2 span {
    display: block;
}

.cbg-lp .cbg-products__reports .cbg-reports {
    display: flex;
    justify-content: space-between;
}

.cbg-lp .cbg-products__reports .cbg-reports-item {
    width: calc(33.33333% - 50px);
    margin-bottom: 30px;
}

.cbg-lp .cbg-products__reports .cbg-reports-item:nth-child(2) .cbg-reports__img svg path {
    transform: translate(50%, 50%) rotate(90deg);
}

.cbg-lp .cbg-products__reports .cbg-reports-item:nth-child(3) .cbg-reports__img svg path {
    transform: translate(50%, 50%) rotate(180deg);
}

.cbg-lp .cbg-products__reports .cbg-reports-item .cbg-reports__img {
    position: relative;
}

.cbg-lp .cbg-products__reports .cbg-reports-item .cbg-reports__img img {
    display: block;
    max-width: 120px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cbg-lp .cbg-products__reports .cbg-reports-item .cbg-reports__img svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.cbg-lp .cbg-products__reports .cbg-reports-item .cbg-reports__img svg path {
    transform: translate(50%, 50%);
}

.cbg-lp .cbg-products__reports .cbg-reports-item .cbg-reports__text {
    font-family: Gilroy-Bold;
    font-size: 21px;
    line-height: 31px;
    color: #7BA4DD;
    text-align: center;
    padding-top: 40px;
    max-width: 300px;
    margin: 0 auto;
}

.cbg-lp .cbg-majority {
    background: #7BA4DD;
    position: relative;
    padding-bottom: 100px;
}

.cbg-lp .cbg-majority::before {
    content: '';
    background: #fff;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
}

.cbg-lp .cbg-majority::after {
    display: none;
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    background-image: url('../img/cbg-study/cloud-6.svg');
    animation: top 7s infinite ease-in-out;
    height: 450px;
    width: 250px;
    z-index: 1;
}

.cbg-lp .cbg-majority .dark-wave {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.cbg-lp .cbg-majority .dark-wave svg {
    height: 50vh;
    max-height: 120px;
}

.cbg-lp .cbg-majority .container {
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
}

.cbg-lp .cbg-majority__img {
    width: 60%;
    position: relative;
}

.cbg-lp .cbg-majority__img img {
    display: block;
}

.cbg-lp .cbg-majority__img img:first-child {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
}

.cbg-lp .cbg-majority__img img:nth-child(2) {
    position: absolute;
    bottom: -35px;
    right: 55px;
    z-index: 3;
    max-height: 99%;
}

.cbg-lp .cbg-majority__content {
    width: 40%;
    padding-left: 120px;
    padding-top: 90px;
}

.cbg-lp .cbg-majority__content h2 {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-family: Gilroy-Bold;
    text-transform: none;
}

.cbg-lp .cbg-majority__subtitle {
    font-family: Gilroy-Regular;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}

.cbg-lp .cbg-majority__subtitle span {
    display: block;
}

.cbg-lp .cbg-majority .stem {
    width: 1px;
    height: 60%;
    margin-left: 7px;
    background: linear-gradient(to bottom, rgba(1, 96, 153, 0), rgba(1, 96, 153, 0.5));
    animation: stem 0.5s linear infinite;
}

.cbg-lp .cbg-majority .rain {
    position: absolute;
    left: 50%;
    top: 10%;
    width: 80%;
    height: 80%;
    z-index: 1;
    transform: rotate(-15deg) translateX(-50%);
    overflow: hidden;
    border-radius: 50%;
}

.cbg-lp .cbg-majority .rain.back-row {
    display: none;
    z-index: 1;
    bottom: 60px;
    opacity: 0.5;
}

.cbg-lp .cbg-majority .drop {
    position: absolute;
    bottom: 100%;
    width: 15px;
    height: 120px;
    pointer-events: none;
    animation: drop 0.5s linear infinite;
}

.cbg-lp .cbg-majority .splat {
    width: 15px;
    height: 10px;
    border-top: 2px dotted #016099;
    border-radius: 50%;
    opacity: 1;
    transform: scale(0);
    animation: splat 0.5s linear infinite;
    display: none;
}

.cbg-lp .cbg-positive-effects {
    background: #7BA4DD;
    position: relative;
    padding-top: 50px;
    padding-bottom: 70px;
}

.cbg-lp .cbg-positive-effects h2 {
    text-align: center;
    font-family: Gilroy-Bold;
    font-size: 40px;
    line-height: 45px;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: none;
    color: #fff;
}

.cbg-lp .cbg-positive-effects h2 span {
    display: block;
}

.cbg-lp .cbg-positive-effects::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    background-image: url('../img/cbg-study/cloud-7.svg');
    animation: top 6s infinite ease-in-out;
    height: 400px;
    width: 200px;
    z-index: 0;
}

.cbg-lp .cbg-positive-effects .container {
    position: relative;
    z-index: 1;
}

.cbg-lp .cbg-positive-effects .cbg-pe-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item {
    width: calc(20% - 20px);
}

.cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item .blob svg path {
    transform: translate(50%, 50%);
}

.cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item:nth-child(2) .blob svg {
    transform: rotate(45deg);
}

.cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item:nth-child(3) .blob svg {
    transform: rotate(90deg);
}

.cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item:nth-child(4) .blob svg {
    transform: rotate(-45deg);
}

.cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item:nth-child(5) .blob svg {
    transform: rotate(-90deg);
}

.cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item__img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
}

.cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item__img img {
    display: block;
    z-index: 1;
    max-height: 70px;
}

.cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item__title {
    text-align: center;
    color: #fff;
    font-family: Gilroy-Regular;
    font-size: 25px;
    line-height: 30px;
    padding-top: 20px;
}

.cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item__title span {
    display: block;
}

.cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item .blob {
    position: absolute;
    width: 180px;
    height: 180px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item .blob svg {
    width: 100%;
    height: 100%;
    display: block;
}

.cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item .blob svg path {
    transform: translate(50%, 50%);
}

.cbg-lp .cbg-effective {
    background: #7BA4DD;
    position: relative;
}

.cbg-lp .cbg-effective .container {
    display: flex;
    justify-content: space-between;
}

.cbg-lp .cbg-effective__content {
    width: 40%;
    padding-right: 100px;
    padding-top: 40px;
}

.cbg-lp .cbg-effective__content h2 {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-family: Gilroy-Bold;
    text-transform: none;
}

.cbg-lp .cbg-effective__img {
    width: 60%;
    position: relative;
}

.cbg-lp .cbg-effective__img::after {
    content: '';
    position: absolute;
    background-image: url(../img/cbg-study/sun-shines.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 300px;
    height: 300px;
    z-index: 0;
    top: 0;
    right: 110px;
    animation: rotate 10s infinite linear;
    perspective-origin: center;
}

.cbg-lp .cbg-effective__img img {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
}

.cbg-lp .cbg-effective__subtitle {
    font-family: Gilroy-Regular;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}

.cbg-lp .cbg-effective__subtitle span {
    display: block;
}

.cbg-lp .cbg-effective .dark-wave {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    z-index: 2;
}

.cbg-lp .cbg-effective .dark-wave svg {
    max-height: 100px;
}

.cbg-lp .cbg-stats {
    background: #fff;
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
}

.cbg-lp .cbg-stats::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    background-image: url('../img/cbg-study/cloud-8.svg');
    animation: top 6s infinite ease-in-out;
    height: 400px;
    width: 200px;
    z-index: 0;
}

.cbg-lp .cbg-stats::after {
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    background-image: url('../img/cbg-study/cloud-9.svg');
    animation: top 7s infinite ease-in-out;
    height: 450px;
    width: 250px;
    z-index: 1;
}

.cbg-lp .cbg-stats .container {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.cbg-lp .cbg-stats .cbg-stats-item {
    position: relative;
    text-align: center;
    width: calc(33.33333% - 40px);
}

.cbg-lp .cbg-stats .cbg-stats-item__counter {
    position: relative;
}

.cbg-lp .cbg-stats .cbg-stats-item__persons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.cbg-lp .cbg-stats .cbg-stats-item__persons div {
    font-family: Gilroy-Bold;
    font-size: 75px;
    color: #103558;
    display: flex;
    align-items: center;
    line-height: 75px;
}

.cbg-lp .cbg-stats .cbg-stats-item__persons small {
    font-size: 30px;
    line-height: 30px;
    display: block;
    padding: 0 10px;
}

.cbg-lp .cbg-stats .cbg-stats-item__persons img {
    margin-top: 20px;
    display: block;
    max-width: 100%;
}

.cbg-lp .cbg-stats .cbg-stats-item__persons svg path {
    transition: fill 250ms;
}

.cbg-lp .cbg-stats .cbg-stats-item__circle {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.cbg-lp .cbg-stats .cbg-stats-item__circle svg {
    display: block;
}

.cbg-lp .cbg-stats .cbg-stats-item__circle .circles-wrp {
    background: #fff;
    border-radius: 200px;
}

.cbg-lp .cbg-stats .cbg-stats-item__percent {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-family: Gilroy-Bold;
    color: #103558;
    font-size: 70px;
    line-height: 70px;
}

.cbg-lp .cbg-stats .cbg-stats-item__percent sup {
    line-height: 35px;
    font-size: 40px;
}

.cbg-lp .cbg-stats .cbg-stats-item__title {
    color: #7BA4DD;
    font-size: 25px;
    line-height: 30px;
    font-family: Gilroy-Bold;
    max-width: 300px;
    margin: 30px auto 0 auto;
}

.cbg-lp .cbg-feedback {
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.cbg-lp .cbg-feedback::after {
    content: '';
    position: absolute;
    right: -150px;
    bottom: -80px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    background-image: url('../img/cbg-study/cloud-10.svg');
    animation: bottom 6s infinite ease-in-out;
    height: 300px;
    width: 500px;
    z-index: 0;
}

.cbg-lp .cbg-feedback .blob {
    position: absolute;
    top: 0;
    left: -10%;
    z-index: 0;
}

.cbg-lp .cbg-feedback .container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.cbg-lp .cbg-feedback__img {
    width: 50%;
    position: relative;
}

.cbg-lp .cbg-feedback__img > img {
    display: block;
    max-width: 100%;
}

.cbg-lp .cbg-feedback__hearts {
    position: absolute;
    display: flex;
    top: 5%;
    right: 31%;
}

.cbg-lp .cbg-feedback__hearts img {
    display: block;
}

.cbg-lp .cbg-feedback__hearts img:first-child {
    height: 36px;
    margin-right: 5px;
    margin-top: 15px;
    animation: heartbeat 1s infinite;
}

.cbg-lp .cbg-feedback__hearts img:last-child {
    height: 25px;
    animation: heartbeat 1.3s infinite;
}

.cbg-lp .cbg-feedback__content {
    width: 50%;
    padding-left: 100px;
    padding-top: 100px;
}

.cbg-lp .cbg-feedback__content h2 {
    color: #4D7BBD;
    font-size: 75px;
    margin-top: 0;
    font-family: Gilroy-Bold;
    line-height: 75px;
    margin-bottom: 20px;
    text-transform: none !important;
}

.cbg-lp .cbg-feedback__content h2 span {
    display: block;
}

.cbg-lp .cbg-feedback__content p {
    margin-top: 30px;
    margin-bottom: 0;
    font-family: Gilroy-Regular;
    color: #4D7BBD;
    font-size: 15px;
    line-height: 20px;
    max-width: 310px;
}

.cbg-lp .cbg-feedback__content .btn--orange {
    text-transform: none !important;
}

.cbg-lp .cbg-feedback__subtitle {
    font-size: 35px;
    font-family: Gilroy-Regular;
    color: #4D7BBD;
    line-height: 40px;
    max-width: 400px;
    padding-bottom: 40px;
}

@media (min-width: 1800px) {
    .cbg-lp .cbg-feedback .blob svg {
        width: 1350px;
        height: 1350px;
    }
}

@media (max-width: 1800px) {
    .cbg-lp .cbg-header-clouds::after {
        height: 600px;
        width: 400px;
        top: 60%;
    }

    .cbg-lp .cbg-header-clouds::before {
        height: 800px;
        width: 450px;
        top: 45%;
    }
}

@media (min-width: 1600px) and (max-width: 1799px) {
    .cbg-lp .cbg-feedback .blob {
        left: -15%;
    }

    .cbg-lp .cbg-feedback .blob svg {
        width: 1250px;
        height: 1250px;
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    .cbg-lp .cbg-feedback .blob {
        left: -12%;
    }
}

@media (min-width: 1366px) and (max-width: 1439px) {
    .cbg-lp .cbg-feedback .blob {
        left: -18%;
    }
}

@media (max-width: 1366px) {
    .cbg-lp .cbg-header-clouds::after {
        height: 500px;
        width: 350px;
        top: 70%;
    }

    .cbg-lp .cbg-header-clouds::before {
        height: 650px;
        width: 360px;
        top: 60%;
    }

    .cbg-lp .cbg-majority::after {
        height: 400px;
        width: 200px;
    }

    .cbg-lp .cbg-stats::after {
        height: 400px;
        width: 200px;
    }
}

@media (min-width: 1280px) and (max-width: 1365px) {
    .cbg-lp .cbg-feedback .blob {
        left: -21%;
    }
}

@media (max-width: 1199px) {
    .cbg-lp .container {
        box-sizing: border-box;
    }

    .cbg-lp .cbg-header {
        padding-top: 80px;
    }

    .cbg-lp .cbg-header__img {
        width: calc(50% - 25px);
    }

    .cbg-lp .cbg-header__content {
        width: calc(50% - 25px);
    }

    .cbg-lp .cbg-header__content h1 {
        font-size: 55px;
        line-height: 60px;
    }

    .cbg-lp .cbg-header__content p {
        font-size: 21px;
    }

    .cbg-lp .cbg-header-clouds {
        overflow: hidden;
    }

    .cbg-lp .cbg-header-clouds::after {
        width: 400px;
        top: 80%;
    }

    .cbg-lp .cbg-header-clouds::before {
        top: 50%;
    }

    .cbg-lp .cbg-products__reports .cbg-reports-item .cbg-reports__text {
        font-size: 18px;
        line-height: 25px;
    }

    .cbg-lp .cbg-products__reports::before {
        height: 200px;
        width: 300px;
    }
    .cbg-lp .cbg-products__reports::after {
        height: 350px;
        width: 200px;
    }

    .cbg-lp .cbg-majority:after {
        height: 250px;
        width: 200px;
        top: 50%;
    }

    .cbg-lp .cbg-majority__content {
        padding-left: 50px;
    }

    .cbg-lp .cbg-majority__content h2 {
        font-size: 35px;
    }

    .cbg-lp .cbg-positive-effects::after {
        height: 300px;
        width: 170px;
        top: 50px;
    }

    .cbg-lp .cbg-effective__img::after {
        width: 250px;
        height: 250px;
        right: 100px;
    }

    .cbg-lp .cbg-effective__content {
        padding-right: 30px;
    }

    .cbg-lp .cbg-effective__content h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .cbg-lp .cbg-stats::before {
        height: 300px;
    }

    .cbg-lp .cbg-stats::after {
        height: 300px;
        width: 170px;
        top: 40%;
    }

    .cbg-lp .cbg-stats .cbg-stats-item__title {
        font-size: 21px;
        line-height: 28px;
    }

    .cbg-lp .cbg-feedback .blob {
        top: 40px;
        left: -13%;
    }

    .cbg-lp .cbg-feedback .blob svg {
        width: 800px;
        height: 800px;
    }

    .cbg-lp .cbg-feedback::after {
        right: -130px;
        bottom: -70px;
        height: 250px;
        width: 400px;
    }

    .cbg-lp .cbg-feedback__content {
        padding-top: 0;
    }

    .cbg-lp .cbg-feedback__content h2 {
        font-size: 70px;
        line-height: 70px;
    }

    .cbg-lp .cbg-feedback__subtitle {
        font-size: 30px;
        line-height: 35px;
        max-width: 300px;
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .cbg-lp .cbg-header {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .cbg-lp .cbg-header .cbg-header-clouds::before {
        height: 400px;
        width: 230px;
        top: 60%;
    }

    .cbg-lp .cbg-header .cbg-header-clouds::after {
        height: 350px;
        width: 250px;
        top: 75%;
    }

    .cbg-lp .cbg-header__content h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .cbg-lp .cbg-header__content p {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .cbg-lp .cbg-header__content .btn--orange {
        font-size: 16px;
    }

    .cbg-lp .cbg-products {
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 100px;
        padding-bottom: 0;
    }

    .cbg-lp .cbg-products .container {
        background: #fff;
        padding-bottom: 40px;
    }

    .cbg-lp .cbg-products::before {
        background-image: none;
        background-color: #fff;
        top: 600px;
    }

    .cbg-lp .cbg-products__list {
        padding-bottom: 50px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cbg-lp .cbg-products__list .nh-product {
        width: 400px;
        margin-bottom: 40px;
    }

    .cbg-lp .cbg-products__reports::before {
        height: 180px;
    }

    .cbg-lp .cbg-products__reports::after {
        height: 320px;
    }

    .cbg-lp .cbg-products__reports .cbg-reports-item {
        margin-bottom: 0;
        width: calc(33.33333% - 20px);
    }

    .cbg-lp .cbg-products__reports .cbg-reports-item .cbg-reports__img img {
        max-width: 100px;
    }

    .cbg-lp .cbg-products__reports .cbg-reports-item .cbg-reports__img svg {
        height: 160px;
        width: 160px;
    }

    .cbg-lp .cbg-majority {
        padding-bottom: 50px;
    }

    .cbg-lp .cbg-majority::after {
        height: 200px;
        width: 150px;
    }

    .cbg-lp .cbg-majority__content h2 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 20px;
    }

    .cbg-lp .cbg-majority__content .btn--orange {
        font-size: 16px;
    }

    .cbg-lp .cbg-majority__subtitle {
        font-size: 18px;
    }

    .cbg-lp .cbg-positive-effects::after {
        height: 200px;
        width: 150px;
        top: auto;
        bottom: 50px;
    }

    .cbg-lp .cbg-positive-effects h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item__img .blob {
        width: 150px;
        height: 150px;
    }

    .cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item__img img {
        max-height: 50px;
    }

    .cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item__title {
        padding-top: 0;
        font-size: 20px;
        line-height: 25px;
    }

    .cbg-lp .cbg-effective__img::after {
        width: 200px;
        height: 200px;
        right: 70px;
    }

    .cbg-lp .cbg-effective__content {
        padding-top: 20px;
    }

    .cbg-lp .cbg-effective__content h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .cbg-lp .cbg-effective__content .btn--orange {
        font-size: 16px;
    }

    .cbg-lp .cbg-effective__subtitle {
        font-size: 18px;
        line-height: 23px;
    }

    .cbg-lp .cbg-effective .dark-wave svg {
        max-height: 60px;
    }

    .cbg-lp .cbg-stats::before {
        height: 250px;
        width: 150px;
    }

    .cbg-lp .cbg-stats::after {
        height: 200px;
        width: 150px;
    }

    .cbg-lp .cbg-stats .cbg-stats-item {
        width: calc(33.33333% - 20px);
    }

    .cbg-lp .cbg-stats .cbg-stats-item__title {
        margin-top: 15px;
        font-size: 18px;
        line-height: 24px;
    }

    .cbg-lp .cbg-stats .cbg-stats-item__circle {
        width: 150px;
        height: 150px;
    }

    .cbg-lp .cbg-stats .cbg-stats-item__percent {
        font-size: 50px;
        line-height: 50px;
        display: flex;
        align-items: flex-start;
    }

    .cbg-lp .cbg-stats .cbg-stats-item__percent sup {
        font-size: 24px;
        display: block;
        line-height: normal;
        padding-top: 10px;
    }

    .cbg-lp .cbg-stats .cbg-stats-item__persons {
        height: 150px;
    }

    .cbg-lp .cbg-stats .cbg-stats-item__persons div {
        font-size: 50px;
    }

    .cbg-lp .cbg-stats .cbg-stats-item__persons svg {
        max-width: 100%;
    }

    .cbg-lp .cbg-stats .cbg-stats-item__persons small {
        font-size: 24px;
    }

    .cbg-lp .cbg-feedback {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .cbg-lp .cbg-feedback::after {
        right: -100px;
        bottom: -60px;
        height: 200px;
        width: 300px;
    }

    .cbg-lp .cbg-feedback .blob {
        top: 0;
        left: -15%;
    }

    .cbg-lp .cbg-feedback .blob svg {
        width: 600px;
        height: 600px;
    }

    .cbg-lp .cbg-feedback__hearts {
        top: 4%;
        right: 30%;
    }

    .cbg-lp .cbg-feedback__hearts img:first-child {
        height: 28px;
        margin-right: 0;
    }

    .cbg-lp .cbg-feedback__hearts img:last-child {
        height: 20px;
    }

    .cbg-lp .cbg-feedback__content {
        padding-left: 70px;
    }

    .cbg-lp .cbg-feedback__content h2 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .cbg-lp .cbg-feedback__content .btn--orange {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 250px;
    }

    .cbg-lp .cbg-feedback__content p {
        max-width: 250px;
        margin-top: 20px;
        font-size: 14px;
    }

    .cbg-lp .cbg-feedback__subtitle {
        font-size: 25px;
        line-height: 30px;
        max-width: 250px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .cbg-lp .cbg-positive-effects .cbg-pe-list {
        justify-content: space-around;
    }

    .cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item {
        width: 40%;
        margin-bottom: 20px;
    }

    .cbg-lp .cbg-effective .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cbg-lp .cbg-effective__content {
        width: 60%;
        text-align: center;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 40px;
    }

    .cbg-lp .cbg-effective__img {
        width: 70%;
    }

    .cbg-lp .cbg-feedback .blob {
        left: -25%;
    }

    .cbg-lp .cbg-feedback__content {
        padding-left: 50px;
    }

    .cbg-lp .cbg-feedback__content h2 {
        font-size: 45px;
        line-height: 45px;
    }

    .cbg-lp .cbg-feedback__subtitle {
        font-size: 22px;
        line-height: 27px;
    }
}

@media (max-width: 640px) {
    .cbg-lp .cbg-header__img {
        display: none;
    }

    .cbg-lp .cbg-header__content {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .cbg-lp .cbg-header__content .btn--orange {
        margin-left: auto;
        margin-right: auto;
        min-width: 210px;
    }

    .cbg-lp .cbg-header__content h1 {
        max-width: 360px;
    }

    .cbg-lp .cbg-header .cbg-header-wrapper {
        position: relative;
        z-index: 1;
    }

    .cbg-lp .cbg-header .cbg-header-clouds {
        display: none;
    }

    .cbg-lp .cbg-header::after {
        position: absolute;
        content: '';
        left: 0;
        top: 60%;
        width: 100%;
        height: 400px;
        display: block;
        background-image: url('../img/cbg-study/cloud-11.png');
        background-position: top center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .cbg-lp .cbg-products {
        padding-bottom: 0;
        background-image: none;
        padding-top: 140px;
    }

    .cbg-lp .cbg-products::before {
        top: 100px;
    }

    .cbg-lp .cbg-products__list .nh-product {
        width: 100%;
    }

    .cbg-lp .cbg-products__reports {
        padding-top: 0;
    }

    .cbg-lp .cbg-products__reports h2 {
        margin-top: 0;
        font-size: 20px;
        line-height: 25px;
    }

    .cbg-lp .cbg-products__reports h2 span {
        display: inline;
    }

    .cbg-lp .cbg-products__reports .cbg-reports {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cbg-lp .cbg-products__reports .cbg-reports .cbg-reports-item {
        min-width: 40%;
        width: auto;
        margin-bottom: 40px;
    }

    .cbg-lp .cbg-products__reports::after,
    .cbg-lp .cbg-products__reports::before {
        display: none;
    }

    .cbg-lp .cbg-majority {
        position: relative;
    }

    .cbg-lp .cbg-majority .dark-wave {
        display: none;
    }

    .cbg-lp .cbg-majority::after {
        display: none;
    }

    .cbg-lp .cbg-majority::before {
        height: 140px;
    }

    .cbg-lp .cbg-majority .dark-wave svg {
        max-height: 70px;
    }

    .cbg-lp .cbg-majority .container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 80%;
    }

    .cbg-lp .cbg-majority__img {
        width: 120%;
        position: absolute;
        left: -10%;
        top: 0;
    }

    .cbg-lp .cbg-majority__content {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .cbg-lp .cbg-positive-effects {
        overflow: hidden;
    }

    .cbg-lp .cbg-positive-effects::after {
        width: 200%;
        height: 150%;
        left: -50%;
        top: -15%;
        transform: rotate(45deg);
        animation: none;
        background-size: contain;
    }

    .cbg-lp .cbg-positive-effects h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item {
        margin-bottom: 0;
    }

    .cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item__title {
        font-size: 15px;
    }

    .cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item__title span {
        display: inline;
    }

    .cbg-lp .cbg-effective .dark-wave {
        display: none;
    }

    .cbg-lp .cbg-stats {
        position: relative;
        z-index: 1;
    }

    .cbg-lp .cbg-stats::before {
        content: '';
        position: absolute;
        z-index: 0;
        left: 0;
        top: -70px;
        width: 100%;
        height: 200px;
        background-image: url(../img/cbg-study/cloud-12.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }

    .cbg-lp .cbg-effective__content {
        width: 80%;
    }

    .cbg-lp .cbg-effective__content .btn--orange,
    .cbg-lp .cbg-majority__content .btn--orange{
        margin-left: auto;
        margin-right: auto;
        min-width: 210px;
    }

    .cbg-lp .cbg-effective__img {
        width: 100%;
    }

    .cbg-lp .cbg-effective__img::after {
        width: 150px;
        height: 150px;
        right: 17%;
    }

    .cbg-lp .cbg-stats {
        padding-top: 50px;
    }

    .cbg-lp .cbg-stats .container {
        flex-direction: column;
    }

    .cbg-lp .cbg-stats .cbg-stats-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .cbg-lp .cbg-stats .cbg-stats-item__persons {
        height: auto;
    }

    .cbg-lp .cbg-feedback {
        padding-bottom: 0;
    }

    .cbg-lp .cbg-feedback .blob {
        left: -30%;
    }

    .cbg-lp .cbg-feedback .blob svg {
        width: 700px;
        height: 700px;
    }

    .cbg-lp .cbg-feedback::after {
        display: none;
    }

    .cbg-lp .cbg-feedback .container {
        flex-direction: column;
        padding: 0;
    }

    .cbg-lp .cbg-feedback__content {
        padding: 40px;
        width: 100%;
        position: relative;
    }

    .cbg-lp .cbg-feedback__content::after {
        position: absolute;
        content: '';
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        background-color: #7BA4DD;
        z-index: 0;
    }

    .cbg-lp .cbg-feedback__content > * {
        position: relative;
        z-index: 1;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
    }

    .cbg-lp .cbg-feedback__content h2, .cbg-lp .cbg-feedback__content p {
        color: #fff;
    }

    .cbg-lp .cbg-feedback__img {
        width: 120%;
        position: relative;
        left: -10%;
        bottom: -10px;
    }

    .cbg-lp .cbg-feedback__hearts {
        right: 32%;
        top: 5%;
    }

    .cbg-lp .cbg-feedback__subtitle {
        color: #fff;
    }
}

@media (max-width: 360px) {
    .cbg-lp .cbg-header__content h1 {
        font-size: 34px;
    }

    .cbg-lp .cbg-products__reports .cbg-reports-item {
        margin-bottom: 50px;
    }

    .cbg-lp .cbg-products__reports .cbg-reports-item .cbg-reports__text {
        font-size: 15px;
        line-height: 20px;
        padding-top: 30px;
    }

    .cbg-lp .cbg-positive-effects .cbg-pe-list {
        justify-content: center;
    }

    .cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item {
        width: calc(50% - 20px);
    }

    .cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item__img {
        min-height: 150px;
    }

    .cbg-lp .cbg-positive-effects .cbg-pe-list .cbg-pe-item:nth-child(2n) {
        margin-left: 40px;
    }

    .cbg-lp .cbg-effective .container {
        padding: 0;
    }

    .cbg-lp .cbg-effective__img::after {
        right: 16%;
    }

    .cbg-lp .cbg-feedback .blob {
        left: -25%;
    }

    .cbg-lp .cbg-feedback .blob svg {
        width: 500px;
        height: 500px;
    }

    .cbg-lp .cbg-feedback_hearts {
        right: 31%;
    }
}

@keyframes bottom {
    from {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    to {
        transform: translateY(0px);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes drop {
    0% {
        transform: translateY(0vh);
    }
    75% {
        transform: translateY(90vh);
    }
    100% {
        transform: translateY(90vh);
    }
}

@keyframes splat {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    80% {
        opacity: 1;
        transform: scale(0);
    }
    90% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

@keyframes stem {
    0% {
        opacity: 1;
    }
    65% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(0.75);
    }
    20% {
        transform: scale(1);
    }
    40% {
        transform: scale(0.75);
    }
    60% {
        transform: scale(1);
    }
    80% {
        transform: scale(0.75);
    }
    100% {
        transform: scale(0.75);
    }
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@keyframes top {
    from {transform:translateY(0px);}
    50% {transform:translateY(40px);}
    to {transform:translateY(0px);}
}

@keyframes bottom {
    from {transform:translateY(0px);}
    50% {transform:translateY(-20px);}
    to {transform:translateY(0px);}
}