/* ============ Hero Section ============= */
.nhs-hero {
    padding: 24rem 0 17rem;
    background: url('/wp-content/themes/heimdal/img/redesign-v3/solutions/nhs/nhs-hero.jpg') no-repeat;
    background-size: 100% 100%;
}

.nhs-hero .pre-h1 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.nhs-hero h1 {
    max-width: 900px;
    margin: 0.5rem 0 1rem;
}

.nhs-hero .post-h1 {
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: -0.48px;
    margin-bottom: 2rem;
    max-width: 740px;
}

.nhs-hero .solution-brief {
    color: #0A1A65;
    font-family: "Nunito Sans";
    font-size: 21px;
    font-weight: 600;
    margin-left: 3rem;
}

.nhs-hero .solution-brief img {
    max-width: 18px;
    margin: 5px 10px 10px;
}

.ctas-row a {
    font-size: 1.32rem;
}

@media screen and (min-width:3000px) {
    .nhs-hero {
        padding: 30rem 0 20rem;
        background-size: cover;
        background-position: 0;
    }
}

@media screen and (max-width:1921px) {
    .nhs-hero {
        background-size: cover;
        padding: 20rem 0 15rem;
        background-position: center;
    }
}

@media screen and (max-width:1700px) {
    .nhs-hero {
        background-size: cover;
        background-position: -85px 0;
        padding: 20rem 0 15rem;
    }
}

@media screen and (max-width:1501px) {
    .nhs-hero {
        background-position: -160px 0;
    }
}

@media screen and (max-width:1380px) {
    .nhs-hero {
        background-position: -145px 0;
        padding: 15rem 0 10rem;
    }
}

@media screen and (max-width:1201px) {
    .nhs-hero h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width:992px) {
    .nhs-hero {
        padding: 15rem 0 12rem;
        background: url('/wp-content/themes/heimdal/img/redesign-v3/solutions/nhs/Tablet-min.jpg') no-repeat;
        background-size: cover;
        background-position: -180px -81px;
    }
}

@media screen and (max-width:570px) {
    .nhs-hero {
        background: url('/wp-content/themes/heimdal/img/redesign-v3/solutions/nhs/hero-mobile.jpg') no-repeat;
        background-size: cover;
        background-position: 0;
        padding: 12rem 0 5rem;
    }

    .nhs-hero h1 {
        font-size: 2.5rem;
    }

    .nhs-hero .cta-v3:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 520px;
        box-shadow: 0 0 35px 4px rgb(255 0 0 / 32%);
        z-index: -1;
    }

    .ctas-row a {
        font-size: 1.2rem !important;
    }

    .ctas-row {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .nhs-hero .solution-brief {
        margin-left: 32px;
    }

    .cta-v3.mw-275 {
        max-width: max-content;
    }
}

@media screen and (max-width:485px) {
    .ctas-row {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

}

@media screen and (max-width:400px) {
    .nhs-hero {
        padding: 10rem 0 5rem;
    }


}

/* =========== End Hero Section ============= */

/* =========== Overview Section ================ */
.overview .pre-heading {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
}

.overview h2 {
    margin: 1rem auto 3rem;
    max-width: 960px;
}

.overview .overview-description {
    font-family: "Nunito Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: -0.48px;
    max-width: 1060px;
    margin: 0 auto;
}

@media screen and (max-width:600px) {

    .overview .overview-description {
        font-size: 20px;
    }

    .overview.section-space-sm {
        padding: 3rem 0;
    }
}

/* =========== End Overview Section ============ */

/* =========== Challenge Section ================== */
.challenge .pre-heading {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
}

.challenge h2 {
    margin: 1rem auto 4rem;
    max-width: 960px;
}

.challenge .challenge-cards {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 2rem;
}

.challenge .challenge-cards .challenge-card {
    max-width: 400px;
    border: 1.5px solid #E5E6EF;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 1px #dfe1ead4;
    padding: 40px;
    text-align: left;
}

.challenge .challenge-cards .challenge-card img {
    height: 70px;
    width: auto;
    margin-bottom: 1.5rem;
}

.challenge .challenge-cards .challenge-card .challenge-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0.8em;
}

.challenge .challenge-cards .challenge-card .challenge-card-description {
    font-family: "Nunito Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.4px;
}

.challenge .challenge-cards .challenge-card .challenge-card-description ul li {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 0.5rem;
}

@media screen and (max-width:1380px) {
    .challenge .challenge-cards {
        gap: 1rem;
    }

    .challenge .challenge-cards .challenge-card {
        max-width: 320px;
        padding: 30px;
    }

    .challenge .challenge-cards .challenge-card .challenge-card-title {
        font-size: 1.4rem;
    }

    .challenge .challenge-cards .challenge-card img {
        height: 50px;
    }
}

@media screen and (max-width:1200px) {
    .challenge .challenge-cards {
        row-gap: 3rem;
    }
}

@media screen and (max-width:600px) {

    .challenge.section-space-sm {
        padding: 3rem 0;
    }
}

/* =========== End Challenge Section =============== */

/* =========== Solution Section ================== */
.solutions .pre-heading {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
}

.solutions h2 {
    margin: 1rem auto 2rem;
    max-width: 1050px;
}

.solutions .solutions-description {
    font-family: "Nunito Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: -0.48px;
    max-width: 1060px;
    margin: 0 auto 6rem;
}

.solutions .solutions-cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.solutions .solutions-cards-wrapper .solutions-card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.solutions .solutions-cards-wrapper .solutions-card-row.reverse {
    flex-direction: row-reverse;
}

.solutions .solutions-cards-wrapper .solutions-card-row img {
    max-width: 720px;
    width: 55%;
}

.solutions .solutions-cards-wrapper .solutions-card-row .text-col {
    padding-right: 1rem;
}

.solutions .solutions-cards-wrapper .solutions-card-row.reverse .text-col {
    padding-right: 0;
    padding-left: 1.5rem;
}

.solutions .solutions-cards-wrapper .solutions-card-row .col-title {
    text-align: left;
    font-family: Inter;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 2rem;
}

.solutions .solutions-cards-wrapper .solutions-card-row .col-description {
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: 400;
    max-width: 500px;
    text-align: left;
}

@media screen and (max-width:992px) {

    .solutions .solutions-cards-wrapper .solutions-card-row {
        gap: 3rem;
    }

    .solutions .solutions-cards-wrapper .solutions-card-row img {
        width: 48%;
    }

    .solutions .solutions-cards-wrapper .solutions-card-row .text-col {
        padding-right: 0;
    }

    .solutions .solutions-cards-wrapper .solutions-card-row .col-title {
        font-size: 25px;
        margin-bottom: 1rem;
    }

    .solutions .solutions-cards-wrapper .solutions-card-row .col-description {
        font-size: 16px;
    }
}

@media screen and (max-width:769px) {

    .solutions .solutions-cards-wrapper .solutions-card-row,
    .solutions .solutions-cards-wrapper .solutions-card-row.reverse {
        flex-direction: column-reverse;
    }

    .solutions .solutions-cards-wrapper .solutions-card-row.reverse .text-col {
        padding-left: 0;
    }

    .solutions .solutions-cards-wrapper .solutions-card-row img {
        width: 56%;
    }
}

@media screen and (max-width:600px) {
    .solutions .solutions-description {
        font-size: 20px;
    }
}

@media screen and (max-width:540px) {

    .solutions .solutions-cards-wrapper .solutions-card-row img {
        width: 75%;
    }
}

/* =========== End Solution Section =============== */

/* <!-- ============ Numbers Section ========================== --> */
.numbers-section {
    background-image: url("/wp-content/themes/heimdal/img/redesign-v3/homepage/backgrounds/Home Page - Numbers section.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
}

.numbers-section .pre-heading {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 4rem 0 1rem;
}

.numbers-section h2 {
    font-family: Inter;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.18em;
}

.numbers-section .numbers-container {
    font-family: 'Inter';
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.numbers-section .numbers-container img {
    max-width: 100px;
    margin: 3rem 0 2rem;
}

.numbers-section .numbers-container .text-wrapper {
    display: flex;
}

.numbers-section .numbers {
    font-size: 5rem;
    font-weight: 700;
    margin-left: 10px;
}

.numbers-section .numbers-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.416em;
    max-width: 17.25rem;
    letter-spacing: -0.1px;
    margin: 0 auto;
}

.numbers-section .numbers-text b {
    background-color: #351E66;
    padding: 0.3rem 1rem;
    font-weight: 800;
}

@media screen and (max-width:1921px) {
    .numbers-section {
        background-size: cover;
    }
}

@media screen and (max-width:1400px) {

    .numbers-section .numbers {
        font-size: 3rem;
    }

    .numbers-section .numbers-text {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:1200px) {

    .numbers-section .numbers {
        font-size: 2.5rem;
    }
}

@media screen and (max-width:993px) {

    .numbers-section h2 {
        font-size: 2rem;
    }

    .numbers-section .numbers {
        font-size: 2rem;
    }

    .numbers-section .numbers-text {
        font-size: 1rem;
    }

    .numbers-section .section-space-sm {
        padding: 3rem 0 2rem;
    }
}

@media screen and (max-width:769px) {

    .numbers-section .numbers-text {
        margin-bottom: 0;
    }

}

@media screen and (max-width:630px) {

    .numbers-section .numbers-container img {
        max-width: 75px;
        margin: 0rem 0 1rem;
    }

    .numbers-section .numbers-text {
        margin-bottom: 1.25rem;
    }
}

@media screen and (max-width:576px) {

    .numbers-section .last-element {
        margin-bottom: 0;
    }

}

@media screen and (max-width:450px) {

    .numbers-section .numbers {
        font-size: 1.5rem;
    }

    .numbers-section .numbers-container img {
        max-width: 60px;
    }

    .numbers-section .section-space-sm {
        padding: 2rem 0 0rem;
    }

    .numbers-section .numbers-text {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:380px) {
    .numbers-section {
        padding-bottom: 2rem;
    }

    .numbers-section h2 {
        font-size: 1.7rem;
    }
}

/* <!-- ============ End Numbers Section =======================--> */

/* <!-- ============ Cyber Solutions Section =======================--> */
.cyber-solutions .pre-heading {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
}

.cyber-solutions h2 {
    margin: 1rem auto 2rem;
    max-width: 1050px;
}

.cyber-solutions .overview-description {
    font-family: "Nunito Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: -0.48px;
    max-width: 1200px;
    margin: 0 auto;
}

.cyber-solutions .cyber-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 2rem;
    row-gap: 8rem;
}

.cyber-solutions .cyber-card {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 550px;
    text-align: left;
}

.cyber-solutions .cyber-card .cyber-title {
    font-family: "Nunito Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: -0.48px;
}

.cyber-solutions .cyber-card .cyber-title img {
    position: absolute;
    width: 30px;
    left: -45px;
    top: -1px;
}

.cyber-solutions .cyber-card .cyber-description {
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -0.4px;
}

.cyber-solutions .cyber-card a img {
    width: 22px;
    margin-left: 1.5rem;
}

.cyber-solutions .cyber-card a {
    font-family: "Nunito Sans";
    font-size: 21px;
    font-weight: 600;
}

@media screen and (max-width:1380px) {

    .cyber-solutions .cyber-card {
        max-width: 460px;
        margin-left: 2rem;
    }
}

@media screen and (max-width:1201px) {

    .cyber-solutions .cyber-card {
        max-width: 400px;
        margin-left: 0
    }

    .cyber-solutions .cyber-cards-wrapper {
        column-gap: 1rem;
        row-gap: 6rem;
    }
}

@media screen and (max-width:992px) {

    .cyber-solutions .cyber-card {
        max-width: 300px;
    }

    .cyber-solutions .cyber-card .cyber-title {
        font-size: 20px;
    }

    .cyber-solutions .cyber-card .cyber-description {
        font-size: 18px;
    }
}

@media screen and (max-width:769px) {

    .cyber-solutions .cyber-card {
        max-width: 400px;
        margin-left: 2rem;
    }

    .cyber-solutions .cyber-cards-wrapper {
        justify-content: center;
    }

    .cyber-solutions .cyber-card a {
        font-size: 18px;
    }

    .cyber-solutions .cyber-card a img {
        width: 18px;
    }

    .cyber-solutions .overview-description {
        font-size: 20px;
    }
}

@media screen and (max-width:600px) {
    .cyber-solutions .overview-description {
        font-size: 20px;
    }
}

/* <!-- ============ End Cyber Solutions Section =======================--> */

/* <!-- ============ C2A Section ========================== --> */

#c2a-hp-section {
    background-size: cover;
    background-position: 0 -50px;
    background-repeat: no-repeat;
    color: #fff;
}

#c2a-hp-section h2 {
    font-family: Inter;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
    max-width: 880px;
}

#c2a-hp-section .c2a-pre-heading {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

#c2a-hp-section .cta-description {
    padding: 1.5rem 0 2rem;
    font-family: "Nunito Sans";
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: -0.48px;
}

#c2a-hp-section .cta-dashboard-container {
    position: relative;
    min-width: 660px;
}

#c2a-hp-section .cta-dashboard-container img {
    position: absolute;
}

#c2a-hp-section.c2a-linearbackground {
    background: linear-gradient(270deg, #A459FF 0%, #0065FE 100%) !important;
}

#c2a-hp-section.c2a-linearbackground h2 {
    max-width: 100%;
}

@media screen and (max-width:1500px) {
    #c2a-hp-section {
        background-size: 104% 100%;
    }
}

@media screen and (max-width:1400px) {
    #c2a-hp-section h2 {
        font-size: 45px;
    }

    #c2a-hp-section .cta-dashboard-container {
        min-width: 520px;
    }

    #c2a-hp-section .c2a-text-container {
        padding-right: 2rem;
    }
}

@media screen and (max-width:1250px) {
    #c2a-hp-section .cta-dashboard-container {
        min-width: 450px;
    }

    #c2a-hp-section h2,
    #c2a-hp-section .cta-description {
        max-width: 31rem;
    }

    #c2a-hp-section h2 {
        font-size: 40px;
    }

    #c2a-hp-section {
        background-size: 120% 100%;
        background-position: -120px 0;
    }
}

@media screen and (max-width:1100px) {

    #c2a-hp-section h2,
    #c2a-hp-section .cta-description {
        max-width: 24rem;
    }

    #c2a-hp-section .cta-description {
        padding: 1rem 0 1.5rem;
    }

    #c2a-hp-section .cta-dashboard-container {
        min-width: 420px;
    }

    #c2a-hp-section h2 {
        font-size: 36px;
    }
}

@media screen and (max-width:990px) {
    #c2a-hp-section .cta-dashboard-container {
        min-width: 320px;
    }
}

@media screen and (max-width:770px) {

    #c2a-hp-section {
        background-size: 120% 100%;
        background-position: -68px 0;
    }

    #c2a-hp-section {
        padding-bottom: 2rem;
    }

    #c2a-hp-section .cta-dashboard-container {
        margin-top: 3rem;
    }

    #c2a-hp-section .container {
        flex-direction: column;
    }

    #c2a-hp-section h2,
    #c2a-hp-section .cta-description {
        max-width: 33rem;
    }

}

@media screen and (max-width:610px) {
    #c2a-hp-section {
        background-size: 138% 100%;
        background-position: -151px 0;
    }

    #c2a-hp-section h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:570px) {
    #c2a-hp-section .c2a-text-container {
        padding-right: 0;
    }
}

@media screen and (max-width:520px) {
    #c2a-hp-section {
        background-image: url("/wp-content/themes/heimdal/img/redesign-v3/homepage/backgrounds/Home Page - Numbers section.jpg") !important;
        background-size: 100% 120%;
        background-position: 0 -115px;
        padding-bottom: 0;
    }

    #c2a-hp-section.c2a-linearbackground {
        padding-bottom: 0;
    }
}

/* <!-- ============ End C2A Section ========================== --> */


/* <!-- ============ Form Section ========================== --> */

.user-review-container {
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.user-review-left {
    width: 44%;
}

.user-review-right {
    width: 45%;
}

.user-review-right .user-review-right-carousel {
    color: #0A1A65;
    border-radius: 12px;
    padding: 3.8rem 3.8rem 2rem 3.8rem;
    box-shadow: 0px 1px 36px 4px rgba(2, 80, 198, 0.10);
}

.user-review-right .user-review-right-carousel .field {
    border-radius: 5px;
    border: 1px solid #D9DBE9;
    background-color: #FFF;
    box-shadow: 0px 1px 10px 0px rgba(2, 80, 198, 0.09);
}

.user-review-right .user-review-right-carousel .field::placeholder {
    color: #fff;
}

.user-review-right .user-review-right-carousel .submit-btn {
    border-radius: 5px;
    background: linear-gradient(90deg, #FF2F70 0%, #FF2626 100%);
    box-shadow: 0px 1px 10px 0px rgba(2, 80, 198, 0.09);
    max-width: 100%;
    color: #FFF;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.42px;
    padding: 0.6rem 0.5rem;
}

.user-review-container .body-large.first-text {
    margin-top: 3rem;
}

.user-review-container .h2-heading {
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}

.user-review-container .slick-dots {
    bottom: -45px;
}

.user-review-container .slick-dots>li {
    width: 70px;
    height: 7px;
    background: #ACB3D3;
}

.user-review-container .slick-dots>li.slick-active {
    background: #FF2F70;
}

.user-review-container .slick-initialized .slick-slide {
    margin: 10px;
}

.user-review-container .slick-dots li button,
.user-review-container .slick-dots li button:hover,
.user-review-container .slick-dots li button:focus,
.user-review-container .slick-dots li button:before,
.user-review-container .slick-prev:before,
.user-review-container .slick-next:before {
    display: none;
}

.carousel-section-logo {
    padding-bottom: 100px;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #000), color-stop(75%, #000), to(transparent));
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
    mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #000), color-stop(75%, #000), to(transparent));
    mask-image: linear-gradient(90deg, transparent, #000 25%, #000 75%, transparent);
}

.text-stars {
    display: flex;
    align-items: center;
    gap: 20px;
}

.text-stars p {
    font-family: "Nunito Sans";
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4em;
    letter-spacing: -0.48px;
}

.text-stars img {
    max-width: 112px;
}

.review-industry {
    font-family: "Nunito Sans";
    font-size: 23px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: -0.48px;
}

a .review-title {
    color: #0A1A65;
}

.review-title {
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.285em;
    margin: 1rem 0;
}

.review-quote {
    font-family: "Nunito Sans";
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.416em;
    letter-spacing: -0.48px;
    max-width: 600px;
}

.review-sites {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 100px;
    padding-top: 20px;
}

.review-sites .rating {
    display: flex;
    margin-top: 10px;
}

.review-sites .rating p {
    font-weight: 700;
    font-size: 18px;
    margin-left: 10px;
    padding-top: 2px;
}

.review-sites .rating img {
    max-width: 108px;
}

.review-sites .review-wrapper {
    max-width: 210px;
}

.review-sites .review-wrapper img {
    max-height: 36px;
    max-width: 195px;
}

@media screen and (max-width:1400px) {

    .user-review-container .h2-heading {
        font-size: 55px;
        line-height: 1.2em;
    }

    .review-title {
        font-size: 28px;
    }

    .review-quote {
        font-size: 18px;
    }

    .review-sites .review-wrapper img {
        max-height: 25px;
        max-width: 125px;
    }

    .review-sites .review-wrapper .rating img {
        max-width: 108px;
    }
}

@media screen and (max-width:1250px) {

    .user-review-container {
        padding: 100px 0 50px;
    }

    .user-review-container .h2-heading {
        font-size: 45px;
    }

    .user-review-container .body-large.first-text {
        margin-top: 2rem;
    }

    .user-review-right {
        width: 48%;
    }

    .user-review-right .user-review-right-carousel {
        padding: 2.8rem 1.8rem 1.5rem 1.8rem;
    }
}

@media screen and (max-width:1100px) {
    .user-review-container {
        padding: 80px 0;
    }

    .user-review-container .h2-heading {
        font-size: 48px;
    }

    .user-review-container .body-large.first-text {
        margin-top: 0.5rem;
    }

    .user-review-container .body-large {
        font-size: 22px;
        line-height: 1.3em;
    }

    .review-sites {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 100px);
        padding-bottom: 70px;
    }

    .review-sites .review-wrapper {
        place-self: center;
    }
}

@media screen and (max-width:992px) {
    .user-review-left {
        width: 40%;
    }

    .user-review-right {
        width: 54%;
    }

    .user-review-container .h2-heading {
        font-size: 36px;
    }

    .review-industry {
        font-size: 17px;
    }

    .review-title {
        font-size: 19px;
    }

}

@media screen and (max-width:770px) {

    .user-review-left,
    .user-review-right {
        width: 100%;
    }

    .user-review-left {
        text-align: center;
    }

    .user-review-container .body-large.first-text {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .user-review-right {
        max-width: 480px;
        margin: 2rem auto 0;
    }

    .user-review-container .h2-heading {
        max-width: 355px;
        margin: 0 auto;
    }
}

@media screen and (max-width:570px) {
    .user-review-container {
        padding: 80px 2rem;
    }
}

@media screen and (max-width:500px) {
    .review-sites {
        grid-template-columns: repeat(2, 1fr);
    }

    .review-sites .review-wrapper img {
        max-height: 23px;
        max-width: 110px;
    }

    .review-sites .review-wrapper .rating img {
        max-width: 100px;
    }

    .user-review-container .h2-heading {
        font-size: 30px;
    }
}

@media screen and (max-width:380px) {
    .carousel-section-logo {
        padding-bottom: 70px;
    }

    .user-review-right .user-review-right-carousel {
        padding: 1.8rem 0.1rem 0.5rem 0.1rem;
    }
}

/* <!-- ============ End Form Section ====================== --> */


/* <!-- ============ Resources Section ========================== --> */

#products-hp-section {
    position: relative;
    padding-bottom: 3.875rem;
}

#products-hp-section .container .body-large {
    margin-bottom: 80px;
}

#products-hp-section .slick-slide {
    margin: 1.5rem;
}

#products-hp-section .slick-slide>.card-top-part img {
    object-fit: cover;
    height: 100%;
}


#products-hp-section .slick-dots li.slick-active button:before {
    opacity: 0;
}

#products-hp-section .slick-dots>li {
    width: 70px;
    height: 7px;
    background: #ACB3D3;
}

#products-hp-section .slick-dots>li.slick-active {
    background: #FF2F70;
}

#products-hp-section .slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 0;
}

#products-hp-section .slick-arrow {
    display: none !important;
}

#products-hp-section .explore-solutions-link {
    display: flex;
    width: 212px;
    height: 54px;
    padding: 12px 0px;
    align-items: center;
    gap: 29px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

#products-hp-section .card-container:hover .explore-solutions-link {
    gap: 35px;
}

#products-hp-section .explore-solutions-span {
    margin-right: .3125rem;
    font-size: 20px;
}

#products-hp-section .left-arrow-explore-solutions {
    width: 22px;
    height: 14.728px;
    object-fit: contain;
}

#products-hp-section .resource-card-title {
    display: inline-block;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: -0.48px;
    padding-top: 1rem;
}

#products-hp-section .card-container .card-bottom-part-equal {
    padding: 2.5em 2em 1.5em;
}

#products-hp-section .card-texts-wrapper {
    min-height: 150px;
}


@media screen and (max-width:1300px) {
    #products-hp-section .card-texts-wrapper {
        min-height: 200px;
    }
}

@media screen and (max-width:1100px) {
    #products-hp-section .container .body-large {
        margin-bottom: 50px;
    }

    #products-hp-section .card-container .card-bottom-part-equal {
        padding: 1.5em 1em 1.5em;
    }

    .card-product-name {
        font-size: 13px;
    }

    .card-body-product {
        font-size: 16px;
    }
}

@media screen and (max-width:999px) {
    #products-hp-section .h2-heading {
        font-size: 2rem;
    }

    #products-hp-section .container .body-large {
        font-size: 20px;
        line-height: 1.3em;
    }

    #products-hp-section .carousel-prod-homepage {
        padding: 0 2rem;
    }

    #products-hp-section .carousel-prod-homepage .slick-dots {
        left: 0;
    }
}

@media screen and (max-width:990px) {
    #products-hp-section .carousel-prod-homepage {
        margin: 0 auto;
    }

    #products-hp-section .slick-dots>li {
        width: 38px;
    }

    #products-hp-section .card-texts-wrapper {
        min-height: 170px;
    }
}

@media screen and (max-width:770px) {
    #products-hp-section {
        padding-bottom: 5.875rem;
    }
}

@media screen and (max-width:570px) {
    #products-hp-section .carousel-prod-homepage {
        padding: 0;
    }

    #products-hp-section .slick-dots>li {
        width: 30px;
    }

    #products-hp-section .carousel-prod-homepage,
    #products-hp-section .slick-slide {
        max-width: 350px;
    }
}

@media screen and (max-width:430px) {
    #products-hp-section .slick-dots>li {
        width: 20px;
    }
}

/* ~~~ German Fixes ~~~ */
.de #products-hp-section .explore-solutions-span {
    font-size: 19px;
}

/* ~~~ End German Fixes ~~~ */

/* <!-- ============ End Resources Section =======================--> */