.page-template-page-home {
    --container-w: 100%;
    font-size: 18px;
    line-height: 27px;
}
h3, .h3,
h4, .h4 {
    margin-top: 0;
    margin-bottom: 0;
}
section {
    margin: 0;
}
.yellow-bar-title {
    position: relative;
}
.yellow-bar-title:before {
    content: '';
    width: 60px;
    height: 5px;
    background-color: #FFD13F;
    position: absolute;
    left: 0;
    bottom: calc(100% + 18px);
}
.yellow-bar {
    width: 60px;
    height: 5px;
    background-color: #FFD13F;
    margin-bottom: 12px;
}
.prlx-img {
    transition: transform .5s linear;
}
.prlx-img:not(.sol-prlx) {
    opacity: 0;
}
.prlx-img.appear {
    opacity: 1;
    transition: opacity .5s linear;
}
.decoration {
    background-color: #4FC8ED;
    position: absolute;
}
.text-center .yellow-bar {
    margin-left: auto;
    margin-right: auto;
}
.link {
    color: #4FC8ED;
    font: 15px/1 "TVNordEF-Bold", sans-serif;
    letter-spacing: 2.1px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.link svg {
    width: 10px;
    margin-left: 4px;
}
.hero-img {
    background-color: #021625;
    position: relative;
}
.hero-img .container {
    position: relative;
    z-index: 1;
}
.hero-img .btn:after {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-left-color: #fff;
    border-width: 8px 14px;
    margin: 0 -18px 0 12px;
}

/* Video Section */
.video-section {
    background-color: #021625;
    position: relative;
    z-index: 1;
}
#video-container {
    position: relative;
    cursor: pointer;
}
.play-btn {
    background: url("../../imgs/cta-video-play.svg") no-repeat 50% 50%;
    background-size: 60px auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.solution-section {
    background: linear-gradient(180deg, #021625 0%, #003B5C 100%);
    position: relative;
}
.solution-section:before,
.about-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
}
.solution-section h3 {
    margin-bottom: 20px;
}
.sol-img-bg {
    /*opacity: 0;*/
    display: block;
    position: absolute;
    top: 0;
    /*right: 0;*/
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*transition: opacity .4s ease-out;*/
    /*transform: translateY(100%);*/
}
.sol-img-bg:first-child {
    transform: translateY(0);
}
.sol-img-bg.active {
    /*opacity: 1;*/
    /*transition: opacity .4s ease-out;*/
}
.text-block-sol {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #000;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 25px 40px;
    transition: all .4s ease-out;
}
.text-block-sol .btn {
    margin-top: 19px;
    white-space: normal;
}
.text-block-sol h4 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
}
.text-block-sol-inner {
    display: none;
    opacity: 0;
    transition: opacity .4s ease-out;
}
.text-block-sol-inner p {
    margin-top: 15px;
}
.text-block-sol.active {
    background-color: #fff;
    padding-top: 40px;
    transition: all .4s ease-out;
}
.text-block-sol.active h4 {
    color: #39BADD;
}
.text-block-sol.active .text-block-sol-inner {
    opacity: 1;
    transition: opacity .4s ease-out;
}

.title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.title-row h2 {
    margin-bottom: 0;
}
.title-row .btn {
    margin-left: auto;
    padding-right: 0;
}
.hp-cs-carousel {
    margin-left: -15px;
    margin-right: -15px;
}
.hp-cs-carousel .slick-dots {
    list-style: none;
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 0;
}
.hp-cs-carousel .slick-dots li {
    list-style: none;
}
.hp-cs-carousel .slick-dots li button {
    display: block;
    width: 34px;
    height: 5px;
    font-size: 0;
    border: none;
    margin: 0;
    padding: 0;
    background-color: #39BADD;
    opacity: 0.25;
}
.hp-cs-carousel .slick-dots li.slick-active button {
    opacity: 1;
}
.hp-cs-carousel .carousel-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr 33px 6fr;
    grid-template-columns: 4.5fr 5.5fr;
    gap: 0 50px;
    padding: 0 15px;
}
.hp-cs-carousel .carousel-item .carousel-title h3 {
    color: #000;
    font-family: 'TVNordEF-Black', sans-serif;
}
.hp-cs-carousel .carousel-item .carousel-content {
    color: #000;
}
.hp-cs-carousel .carousel-item__image {
    display: flex;
    justify-content: flex-end;
    height: 400px;
    position: relative;
}
.hp-cs-carousel .carousel-item__image img {
    max-width: 486px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hp-cs-carousel .statistic-block {
    background: #173A56;
    position: absolute;
    left: 0;
    bottom: 60px;
    padding: 25px;
    color: #fff;
}
.hp-cs-carousel .statistic-block > div:not(:last-child) {
    margin-bottom: 20px;
}
.hp-cs-carousel .statistic-block .carousel-statistics {
    display: flex;
    gap: 15px;
}
.hp-cs-carousel .statistic-block .carousel-statistics .carousel-statistic {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid rgba(167, 167, 167, .4);
    font-family: 'TVNordEF-Black', sans-serif;
}
.hp-cs-carousel .statistic-block .carousel-statistics .carousel-statistic .value {
    color: #4FC8ED;
    font-family: 'TVNordEF-BlackCon', sans-serif;
    font-weight: 400;
}
.hp-cs-carousel .statistic-block .carousel-statistics .carousel-statistic .value-description {
    font-family: 'TVNordEF-Bold', sans-serif;
    text-transform: uppercase;
}
.hp-cs-carousel .statistic-block .carousel-logo {
    max-width: 100%;
    width: 100%;
    column-gap: 3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    font-weight: 600;
}
.hp-cs-carousel .statistic-block .carousel-logo.count-3 img {
    max-width: 28.5%;
    width: auto;
    max-height: 43px;
    margin: 0;
}
.hp-cs-carousel .statistic-block .carousel-logo.count-2 img {
    max-width: 39%;
}
.hp-cs-carousel .statistic-block .carousel-logo img {
    object-fit: contain;
    height: auto;
    max-width: 180px;
    width: auto;
}
.hp-cs-carousel .statistic-block .carousel-logo.count-1 {
    display: block;
}
.hp-cs-carousel .statistic-block .carousel-logo.count-1 img {
    max-height: 43px;
    object-position: left;
}

.resource-section {
    background: #F1F1F1;
    padding-top: 70px;
    padding-bottom: 180px;
}
.resource-section .container {
    max-width: 817px;
}
.resource-section p {
    font-size: 26px;
    line-height: 1.46;
    margin-bottom: 30px;
}

.events-section {
    position: relative;
}
.events-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
.events-bg-img:before {
    content: '';
    mix-blend-mode: soft-light;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.events-section .row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.events-section .title-block h3 {
    margin-bottom: 20px;
}
.events-section .title-block p {
    margin-bottom: 30px;
}
.events-column {
    color: #000;
    text-decoration: none;
}
.events-column:hover {
    color: #000;
    text-decoration: none;
}
.event-img {
    width: 100%;
    height: 250px;
}
.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-body {
    background-color: #fff;
    color: #04111A;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.event-body h4 {
    color: #000;
    font: 21px/1.35 "TVNordEF-Black", sans-serif;
    margin-bottom: 30px;
}
.event-body p {
    margin: auto 0 0;
}
.news-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.news-card {
    padding-left: 10px;
    padding-right: 10px;
}
.news-item {
    background-color: #F1F1F1;
    color: #04111A;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
}
.news-card h4 {
    font: 21px/1.35 "TVNordEF-Black", sans-serif;
    margin-bottom: 45px;
}
.news-card h4 a {
    color: #000;
}
.news-card .link {
    margin-top: auto;
}

/* Partners Section */
.partners-section .yellow-bar {
    margin-top: 18px;
}
.partners-top-row {
    margin-top: 69px;
}
.partners-bottom-row {
    margin-top: 65px;
}
.partners-section .splide__slide {
    display: flex;
    align-items: center;
}
.partners-section .splide__slide img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 40px;
    max-width: 200px;
}
.about-section {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
.about-section .row {
    flex-wrap: wrap;
}
.about-section .image img {
    position: relative;
    z-index: 1;
}
.about-section .btn {
    padding-left: 35px;
    padding-right: 35px;
}
.stats-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px;
}
.stats-item-number {
    color: #FFD13F;
    font: 54px/50px "TVNordEF-BlackCon", sans-serif;
    letter-spacing: 1.08px;
    margin-bottom: 5px;
}
.stats-item p {
    color: #fff;
    font: 15px/20px "TVNordEF-Regular", sans-serif;
    letter-spacing: 0.97px;
    margin: 0;
}
.about-section .hp-about-img-item img {
    width: 100%;
}
.hp-popup-block {
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.3;
    position: fixed;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    transition: transform .5s;
    z-index: 9;
}
.hp-popup-block.active {
    transform: translateX(0);
    transition: transform .5s 1s;
}
.hp-popup-close {
    opacity: 0.3;
    font: 32px/30px "TVNordEF-Light", sans-serif;
    cursor: pointer;
    width: auto;
    position: absolute;
}
.hp-popup-body {
    padding: 25px;
}
.hp-popup-block h3 {
    font: 21px / 1.35 "TVNordEF-Black", sans-serif;
    margin-bottom: 5px;
}
.hp-popup-block .yellow-bar-title:before {
    bottom: calc(100% + 10px);
}
.hp-popup-block img {
    width: 100%;
}
.hp-popup-block h4 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 8px;
}
.hp-popup-block .btn {
    font-size: 18px;
    line-height: 0.9;
    width: fit-content;
    padding: 12px 12px;
}
.hp-popup-block.light {
    background-color: #F1F1F1;
    color: #000;
}
.hp-popup-block.dark {
    background-color: #173A56;
    color: #fff;
}
.hp-popup-block .hp-popup-body {
    position: relative;
}
.hp-popup-block .hp-popup-close {
    top: -1px;
    right: 5px;
}
.hp-popup-block img {
    margin-bottom: 40px;
}

.sol-skip-section {
    background: url("../../imgs/arrow-white-down.svg") no-repeat 50% 100%;
    background-size: 18px auto;
    color: #fff;
    cursor: pointer;
    font: 15px/18px "TVNordEF-Bold", sans-serif;
    letter-spacing: 2.1px;
    padding-bottom: 19px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 380px) and (max-width: 767px) {
    .hp-cs-carousel .statistic-block {
        width: 320px;
        max-width: 100%;
        left: calc(50% - 160px);
    }
}

@media (min-width: 501px) {
    .hp-popup-block img {
        width: 100%;
    }
    .hp-popup-block.vertical {
        width: 296px;
    }
    .hp-popup-block.horizontal {
        width: 435px;
    }
    .hp-popup-block.horizontal .hp-popup-body {
        display: flex;
        padding-right: 45px;
    }
    .hp-popup-block.horizontal h3 {
        margin-top: 15px;
    }
    .hp-popup-block.horizontal .hp-popup-col-img {
        width: 55%;
    }
    .hp-popup-block.horizontal img {
        margin-bottom: 0;
    }
    .hp-popup-block.horizontal .hp-popup-col-copy {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    .hp-popup-block.horizontal .btn {
        margin-top: auto;
    }
    .hp-popup-block.horizontal .hp-popup-close {
        line-height: 20px;
        top: 22px;
        right: 18px;
    }
    .hp-popup-block.horizontal.left .hp-popup-col-copy {
        order: -1;
    }
    .hp-popup-block.horizontal.left .hp-popup-col-img {
        padding-left: 25px;
    }
    .hp-popup-block.horizontal.right .hp-popup-col-img {
        padding-right: 25px;
    }
}

@media (max-width: 500px) {
    .hp-popup-block img {
        width: auto;
        max-height: 250px;
    }
}

@media (min-width: 768px) {
    .page-template-page-home {
        --container-w: 750px;
    }
    h1, .h1 {
        font-size: 64px;
        line-height: 60px;
        margin-bottom: 35px;
    }
    .hero-text p {
        margin-bottom: 0;
        font-size: 26px;
        line-height: 1.45;
    }
    .bg-img-wrapper .desktop-bg {
        display: block;
        z-index: 0;
    }
    .hero-img.no-video {
        padding-bottom: 100px !important;
    }
    .hero-img:before {
        content: '';
        background: transparent linear-gradient(180deg, #02162500 0%, #021625 81%, #021625 100%);
        width: 100%;
        height: 91px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    .hero-img .btn {
        margin-top: 54px;
    }
    .title-row {
        margin-bottom: 60px;
    }
    .video-section {
        padding-top: 46px;
        padding-bottom: 70px;
    }
    .video-section h3 {
        margin-bottom: 40px;
    }
    .blue-prlx {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50%;
    }
    .video-section .blue-prlx {
        background: linear-gradient(180deg, #005483 0%, #005483 38%, #00304B 100%);
    }
    .solution-section {
        padding-top: 58px;
        padding-bottom: 58px;
        min-height: calc(100vh - 70px);
    }
    .solution-section:before {
        background: url("../../imgs/hp-lines-solutions.svg") no-repeat 50% 50%;
        background-size: 100% 100%;
    }
    .cs-section {
        padding-top: 140px;
        padding-bottom: 120px;
    }
    .hp-cs-carousel .slick-dots {
        margin-top: 48px;
    }
    .hp-cs-carousel .carousel-item .carousel-content {
        margin-bottom: 27px;
    }
    .hp-cs-carousel .carousel-item .carousel-title h3 {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 9px;
    }
    .hp-cs-carousel .statistic-block .carousel-statistics .carousel-statistic .value {
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .hp-cs-carousel .statistic-block .carousel-statistics .carousel-statistic .value-description {
        letter-spacing: 1.4px;
        font-size: 14px;
        line-height: 18px;
    }
    .events-section {
        padding-top: 77px;
        padding-bottom: 177px;
    }
    .events-section .blue-prlx {
        background-color: #003B5C;
        top: -50px;
    }
    .events-section .decoration {
        width: 120px;
        height: 120px;
        bottom: -15px;
        right: 0;
        z-index: -1;
    }
    .events-column {
        position: relative;
        z-index: 1;
    }
    .events-bg-img {
        background-position: 50% 50%;
        top: 0;
    }
    .events-bg-img:before {
        background: url("../../imgs/hp-lines-events.svg") no-repeat 50% 50%;
        background-size: 100% 100%;
    }
    .news-section {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .partners-section {
        padding-bottom: 90px;
    }
    .partners-section .splide__slide {
        margin-right: 100px;
    }
    .about-section {
        padding-top: 100px;
        padding-bottom: 68px;
    }
    .about-section:before {
        background: url("../../imgs/hp-lines-about.svg") no-repeat 50% 50%;
        background-size: 100% 100%;
    }
    .about-section h3 {
        margin-bottom: 40px;
    }
    .about-section .btn {
        margin-top: 25px;
    }
    .about-section .text-white {
        padding-right: 6%;
    }
    .about-section .decoration {
        width: 294px;
        height: 294px;
        top: -30px;
        right: -15px;
        z-index: 0;
    }
    .stats-wrap {
        column-gap: 5%;
    }
    .stats-item {
        width: 30%;
        padding-right: 2%;
    }
}

@media (min-width: 992px) {
    .page-template-page-home {
        --container-w: 970px;
    }
    .hero-text {
        width: 55%;
    }
    .blue-prlx,
    .sol-prlx {
        width: calc(((100% - var(--container-w)) / 2) + (var(--container-w) * 0.4166666667));
    }
    .sol-prlx {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }
    .solution-section {
        height: calc(100vh - 70px);
        overflow: hidden;
    }
    .events-bg-img {
        width: calc(((100% - var(--container-w)) / 2) + (var(--container-w) * 0.66666666) - 15px);
    }
    .events-section .title-block {
        align-self: center;
        padding-right: 110px;
    }
    .about-section .image {
        padding-left: 3%;
    }
    .about-section .hp-about-img-item img {
        height: 100%;
        object-fit: cover;
    }
}

@media (min-height: 890px) {
    .solution-section {
        min-height: 860px;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hp-cs-carousel .statistic-block {
        transition: .3s;
        transform: translatex(20%);
    }
    .hp-cs-carousel .carousel-item__image {
        justify-content: center;
    }
    .events-section .title-block {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hp-cs-carousel .carousel-item {
        grid-template-columns: 4fr 6fr;
        gap: 0 50px;
    }
    .about-section .hp-about-img-item {
        height: 440px;
    }
}

@media (min-width: 1200px) {
    .page-template-page-home {
        --container-w: 1170px;
    }
    .about-section .hp-about-img-item {
        height: 534px;
    }
}

@media (max-width: 991px) {
    .bg-img-wrapper {
        padding-bottom: 100px !important;
    }
    .sol-prlx {
        display: none !important;
    }
    .solution-section:before {
        top: 286px;
        height: calc(100% - 286px);
    }
    .hp-cs-carousel .carousel-item {
        grid-template-columns: 1fr;
    }
    .hp-cs-carousel .carousel-item .carousel-item__text {
        order: 1;
    }
    .hp-cs-carousel {
        padding: 65px 0 50px;
    }
    .news-card {
        margin-bottom: 20px;
    }
    .about-section .hp-about-img-item {
        width: 100%;
    }
    .about-section .hp-about-carousel {
        margin-top: 70px;
    }
    .about-section .hp-about-img-item img {
        height: auto;
    }
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 42px;
        line-height: 0.9;
        /*font-size: 34px;*/
        /*line-height: 30px;*/
        letter-spacing: 0.68px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    h3, .h3 {
        font-size: 30px;
        line-height: 27px;
    }
    .blue-prlx {
        display: none;
    }
    .bg-img-wrapper {
        background-color: #021625;
        flex-wrap: wrap;
        padding-top: 0 !important;
        padding-bottom: 70px !important;
    }
    .mobile-bg {
        position: relative;
        height: 434px;
        z-index: 0;
    }
    .mobile-bg:before {
        content: '';
        background: transparent linear-gradient(180deg, #02162500 0%, #021625 81%, #021625 100%);
        width: 100%;
        height: 67px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 0;
    }
    .title-row {
        margin-bottom: 12px;
    }
    .video-section {
        padding-bottom: 60px;
    }
    .video-section h3 {
        margin-bottom: 11px;
    }
    .solution-section {
        padding-bottom: 50px;
    }
    .solution-section:before {
        background: url("../../imgs/hp-lines-solutions-m.svg") no-repeat 50% 50%;
        background-size: 100% auto;
    }
    .text-block-sol .btn {
        font-size: 22px;
        line-height: 0.9;
        padding: 18px 19px;
    }
    .cs-section {
        padding-top: 66px;
    }
    .hp-cs-carousel {
        padding-top: 0;
    }
    .hp-cs-carousel .carousel-item .carousel-item__image {
        padding-bottom: 69px;
    }
    .hp-cs-carousel .statistic-block {
        bottom: 0;
        left: 15px;
        width: calc(100% - 30px);
    }
    .hp-cs-carousel .statistic-block {
        padding: 15px;
    }
    .hp-cs-carousel .statistic-block .carousel-statistics .carousel-statistic .value {
        font-size: 31px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .hp-cs-carousel .statistic-block .carousel-statistics .carousel-statistic .value-description {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .hp-cs-carousel .carousel-item__image img {
        max-width: 100%;
    }
    .hp-cs-carousel .carousel-item .carousel-title h3 {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 22px;
    }
    .hp-cs-carousel .carousel-item .carousel-content {
        margin-bottom: 30px;
    }
    .hp-cs-carousel .slick-dots {
        margin-top: 30px;
    }
    .resource-section {
        padding-bottom: 70px;
    }
    .events-section {
        padding-bottom: 30px;
    }
    .events-bg-img:before {
        background: url("../../imgs/hp-lines-events-m.svg") no-repeat 50% 100%;
        background-size: 100% auto;
    }
    .events-column {
        margin-bottom: 20px;
    }
    .events-bg-img {
        background-position: 50% 100%;
        top: 200px;
    }
    .events-section .title-block {
        background-color: #173A56;
        padding-top: 66px;
        padding-bottom: 80px;
        margin-bottom: -50px;
    }
    .news-section {
        padding-top: 66px;
        padding-bottom: 20px;
    }
    .news-section .btn {
        padding-left: 0;
    }
    .news-row {
        margin-top: 30px;
    }
    .partners-section {
        padding-bottom: 50px;
    }
    .partners-section h3 {
        position: relative;
        text-align: left;
    }
    .partners-section h3:before {
        content: '';
        width: 60px;
        height: 5px;
        background-color: #FFD13F;
        position: absolute;
        left: 0;
        bottom: calc(100% + 11px);
    }
    .partners-section .yellow-bar {
        display: none;
    }
    .partners-top-row {
        margin-top: 40px;
    }
    .partners-section .splide__slide {
        margin-right: 50px;
    }
    .about-section {
        padding-top: 66px;
        padding-bottom: 50px;
    }
    .about-section:before {
        background: url("../../imgs/hp-lines-about-m.svg") no-repeat 50% 0%;
        background-size: 100% auto;
    }
    .about-section h3 {
        margin-bottom: 30px;
    }
    .about-section .btn {
        margin-top: 30px;
    }
    .about-section .decoration {
        width: 198px;
        height: 198px;
        top: -20px;
        right: 0;
    }
    .stats-wrap {
        row-gap: 30px;
    }
    .stats-item {
        width: 100%;
    }
    .stats-item p {
        max-width: 150px;
    }
    .sol-skip-section {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .hp-cs-carousel .carousel-item .btn {
        width: 100%;
        text-align: center;
    }
}