

/* === trust-01 === */

.trust-01 {
    margin: var(--block-margin) 0;
    padding-top: .1px;
    --sash-padding: 2.25rem;
    --sash-offset: 1.5rem;
}

.trust-01 .row {
    --bs-gutter-y: var(--block-gap);
}

.trust-01 .row-content:not(:first-child) {
    margin-top: 0;
}

@media screen and (min-width: 1200px) {
    .trust-01 .col-subtitle {
        padding-right: calc(4rem + var(--block-gap) * .5);
    }
}

@media screen and (min-width: 992px) {

    .trust-01:has(+ .features-01) {
        margin-bottom: 0;
    }

    .trust-01 .row-content:not(:first-child) {
        margin-top: var(--block-gap);
    }

    .trust-01 .col-image {
        padding-right: calc(4rem + var(--block-gap) * .5);
    }

    .trust-01 .col-content {
        margin-bottom: calc(var(--block-margin) * 2 + var(--sash-padding));
    }

    @media screen and (max-width: 1199.98px) {

        .trust-01-subtitle>:not(.trust-01-circle-spacing) {
            max-width: calc(100% / 12 * (var(--caption-col-offset) + 1.5));
        }

        .trust-01-subtitle .trust-01-circle-spacing {

            /* --caption-col-offset */

            --circle-size: calc(100% / 12 * var(--caption-col-width));
            --circle-offset-right: calc(100% - (100% / 12 * (var(--caption-col-offset) + .5)) - var(--circle-size));

            border-radius: 50%;
            height: unset;
            min-height: 100%;
            width: calc(var(--circle-size) + 45px);
            margin-right: var(--circle-offset-right);
            background-color: transparent;
            opacity: 0;
            shape-outside: inset(1% round 50%);
            float: right;
            aspect-ratio: 1/1;
            margin-top: calc((var(--block-margin) * -1) - (calc(var(--circle-size) + 45px) / 2) - var(--banner-overlay));
            margin-bottom: 0;

            pointer-events: none;
        }

        .trust-01 {
            --sash-offset: -.5rem;
        }

    }

}

.trust-01-subtitle {
    font-size: calc(var(--h3-fontsize) - 6px);
    line-height: var(--h3-fontsize);
    display: inline;
}

.trust-01 .col-subtitle,
.trust-01 .col-subtitle p {
    line-height: 1.2;
    color: var(--text-secondary);
}

.trust-01 .title {
    margin-bottom: 1.5rem;
}

.trust-01 .col-subtitle p:last-child {
    margin-bottom: 0;
}

.trust-01 .image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    height: calc(100% - .5px);
    min-height: 400px;
    background-color: #fff;
}

.trust-01 .image-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 2.5rem);
    background: #000;
    border-radius: 20px 150px 20px 20px;
}

.trust-01 .image-wrapper .main {
    height: auto;
    width: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: screen;
    z-index: 1;
}

.trust-01 .image-wrapper .sash {
    object-fit: contain;
    height: auto;
    width: 135px;
    aspect-ratio: 1/1;
    position: relative;
    z-index: 2;
}

.trust-01 .image-wrapper .sash-wrapper {
    position: absolute;
    right: calc(var(--sash-padding) * 2 + var(--sash-offset));
    bottom: var(--sash-padding);
    display: flex;
    justify-content: center;
    align-items: center;
}

.trust-01 .image-wrapper::after,
.trust-01 .image-wrapper .sash-wrapper::after {
    content: "";
    border-radius: 50%;
    padding: 1.5rem;
    background-color: #000;
    z-index: 0;
    position: absolute;
    aspect-ratio: 1/1;
    width: calc(100% + var(--sash-padding) * 2);
    height: calc(100% + var(--sash-padding) * 2);
}

.trust-01 .image-wrapper::after {
    width: calc(135px + var(--sash-padding) * 2);
    height: calc(135px + var(--sash-padding) * 2);
    right: calc(var(--sash-padding) + var(--sash-offset));
    bottom: 0rem;
}

.trust-01 .image-wrapper .sash-wrapper::after {
    z-index: 1;
    opacity: .73;
}

.trust-01 .accreditation-wrapper {
    margin-top: 1.5rem;
}

.trust-01 .accreditation-wrapper span {
    font-size: 14px;
    line-height: 1;
    color: rgb(155, 155, 155);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 1rem;
    font-weight: 500;
}

.trust-01 .accreditations-images {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    margin: 1rem 0 2rem;
}

.trust-01 .accreditations-images img {
    max-height: 110px;
}

@media screen and (max-width: 991.98px) {
    .trust-01 {
        --sash-offset: 2rem;
    }

    .trust-01 .row {
        --bs-gutter-y: 2rem;
    }

    .trust-01 .text p {
        margin-bottom: var(--bs-gutter-y);
    }

    .trust-01 .col-subtitle p:last-child {
        margin-bottom: 1rem;
    }

    .trust-01-subtitle {
        text-wrap: balance;
    }

    .trust-01 .image-wrapper::before {
        height: 100%;
    }

    .trust-01 .image-wrapper .sash-wrapper {
        bottom: calc(var(--sash-padding) + var(--sash-offset));
        right: calc(var(--sash-padding) + var(--sash-offset));
    }
}

@media screen and (max-width: 767.98px) {

    .trust-01 {
        margin: calc(var(--block-margin) - 10px) 0;
    }

    .trust-01 .image-wrapper {
        min-height: 340px;
    }

    .trust-01-subtitle {
        font-size: var(--h3-fontsize);
        padding-right: 2rem;
        text-wrap: wrap;
        display: block;
    }

    .trust-01 .col-subtitle p:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575.98px) {

    .trust-01 {
        --sash-padding: 1.25rem;
        --sash-offset: 1rem;
        margin: calc(var(--block-margin) - 20px) 0 calc(var(--block-padding) + 10px);
    }

    .trust-01 .image-wrapper .sash {
        width: 80px;
    }

    .trust-01 .image-wrapper::before {
        border-top-right-radius: 100px;
    }

    .trust-01 .image-wrapper {
        aspect-ratio: 4/3;
        min-height: unset;
    }

    .trust-01 .accreditations-images {
        gap: 0.75rem;
    }

    .trust-01 .accreditations-images img {
        height: auto !important;
        width: auto !important;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        max-width: 110px;
        max-height: 110px;
        min-width: 0;
    }

    .trust-01 .accreditations-images {
        flex-flow: row nowrap;
    }

    .trust-01-subtitle {
        font-size: var(--h4-fontsize);
        padding-right: 0;
    }
}
/* === trust-01 === */



/* === features-01 === */

.features-01 {
    padding: calc(var(--block-padding) * 1.75) 0;
    background-color: rgb(245, 245, 245);
    overflow: hidden;

    --feature-default-color: var(--button-background);
    --feature-hover-color: var(--header-color);

    --feature-arrow-hidden: calc(100% + var(--h2-fontsize));
    --feature-arrow-visible: calc(var(--block-gap) * -1 + var(--h2-fontsize) * -.5);

    --feature-gap: 1.75rem;
}

.features-01 .row {
    --bs-gutter-y: var(--block-gap);
}

.features-01 .feature-wrapper {
    display: flex;
    flex-flow: column;
    gap: 2rem;
    margin-top: var(--h2-fontsize);
}

.features-01 .feature {
    --feature-color: var(--feature-default-color);

    color: var(--feature-color) !important;
    text-decoration: unset !important;
    display: flex;
    flex-flow: row wrap;
    align-items: start;
    justify-content: start;
    gap: 0px var(--feature-gap);
    position: relative;
    z-index: 2;
    background-image: linear-gradient(to right, var(--feature-hover-color), var(--feature-hover-color) 33.33333%, var(--feature-default-color) 66.66666%, var(--feature-default-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 100%;
    background-position: top right;
    transition: all .4s ease-in-out;
    transition-delay: .1s;
}

@media screen and (min-width: 992px) {

    .features-01 .feature::before,
    .features-01 .feature::after {
        transform: translateZ(1px);
        content: "";
        position: absolute;
        background-color: var(--button-background);
        font-family: 'Font Awesome 6 Pro';
        color: var(--button-color);
        font-weight: 400;
        font-size: 20px;
        line-height: var(--h2-fontsize);
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        right: var(--feature-arrow-hidden);
        transition: .4s cubic-bezier(.79, .32, .37, 1.09);
        transition-delay: .1s;
        filter: blur(20px);
        opacity: 0;

        width: 120px;
        height: 120px;
    }
}

.features-01 .feature::before {
    background-color: var(--feature-hover-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--feature-hover-color);
    z-index: 1;
}

.features-01 .feature:hover,
.features-01 .feature:active {
    --feature-color: var(--feature-default-color) !important;
    background-position: top right 100% !important;
    text-decoration: none !important;
}

.features-01 .feature:hover::before,
.features-01 .feature:hover::after,
.features-01 .feature:active::before,
.features-01 .feature:active::after {
    right: var(--feature-arrow-visible);
    filter: blur(0px);
    opacity: 1;

    width: var(--h2-fontsize);
    height: var(--h2-fontsize);
}

.features-01 .feature:first-child {
    --feature-color: var(--feature-hover-color);
    background-position: top right 100%;
}

.features-01 .feature:first-child::before,
.features-01 .feature:first-child:after {
    right: var(--feature-arrow-visible);
    filter: blur(0px);
    opacity: 1;

    width: var(--h2-fontsize);
    height: var(--h2-fontsize);
}

.features-01 .feature-wrapper:has(.feature:hover) .feature:first-child:not(:hover),
.features-01 .feature-wrapper:has(.feature:active) .feature:first-child:not(:active) {
    --feature-color: var(--feature-default-color) !important;
    background-position: top right !important;
}

.features-01 .feature-wrapper:has(.feature:hover) .feature:first-child:not(:hover)::before,
.features-01 .feature-wrapper:has(.feature:hover) .feature:first-child:not(:hover)::after,
.features-01 .feature-wrapper:has(.feature:active) .feature:first-child:not(:active)::before,
.features-01 .feature-wrapper:has(.feature:active) .feature:first-child:not(:active)::after {
    right: var(--feature-arrow-hidden);
    filter: blur(20px);
    opacity: 0;
}

.features-01 .feature i {
    color: var(--feature-color) !important;
    transition: color 0.3s ease;
}

.features-01 .feature .feature-icon {
    font-size: calc(var(--h2-fontsize) - 4px);
    line-height: var(--h2-fontsize - 4px);
    width: var(--h2-fontsize);
    color: var(--feature-color) !important;
    display: flex;
    transition: color 0.3s ease;
    margin-top: 2px;
}

.features-01 .feature .feature-title {
    font-size: var(--h2-fontsize);
    line-height: 1;
    transition: color 0.3s ease;
    margin-bottom: 0;
    padding-bottom: .5rem;
    width: calc(100% - var(--h2-fontsize) - var(--feature-gap));
}

.features-01 .feature .feature-title::selection {
    background: var(--button-background);
    color: var(--body-color);
    -webkit-text-fill-color: var(--body-color);
}

.features-01 .image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.features-01 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px 20px 140px 20px;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.79, 0.32, 0.37, 1.09), opacity 0.5s ease;
    pointer-events: none;
}

.features-01 .image-wrapper.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.features-01 .image-wrapper.exiting {
    opacity: 0;
    transform: translateX(100%);
}

/*
.features-01 .image-wrapper::after {
    content: "";
    background-image: url('/images/logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 75%;
    height: auto;
    aspect-ratio: 5/1;
    position: absolute;
    right: 0;
    top: 0;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1367%) hue-rotate(208deg) brightness(116%) contrast(101%);
    z-index: 1;
    transform-origin: top right;
    transform: rotate(-90deg) translateY(-60%) translateX(24%);
}
 */

.features-01 .image-wrapper .main {
    height: auto;
    width: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    left: -50%;
    top: calc(-50%);
    transform: translate(50%, 50%);
    z-index: 1;
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .features-01 .feature .feature-title {
        font-size: calc(var(--h2-fontsize) - 6px);
        line-height: var(--h2-fontsize);
    }
}

@media screen and (min-width: 1200) {
    .features-01 {
        --feature-arrow-visible: calc(-3.5rem + var(--block-gap) * -1 + var(--h2-fontsize) * -.5);
    }

    .features-01 .col-feature {
        padding-right: calc(3.5rem + var(--block-gap) * .5);
    }
}

@media screen and (min-width: 992px) {
    .features-01 .image-container {
        height: calc(100% - var(--h2-fontsize) * 1.1 - .5rem);
    }

    .trust-01+.features-01 {
        margin-top: calc(var(--block-padding) * -1);
        z-index: 1;
        position: relative;
        mix-blend-mode: multiply;
    }

}

@media screen and (max-width: 1199.98px) {
    .features-01 {
        --feature-gap: 1.5rem;
    }
}

@media screen and (max-width: 991.98px) {
    .features-01 {
        padding: calc(var(--block-margin) * 1.25) 0;
    }

    .features-01 .feature-wrapper {
        margin-top: 0;
    }

    .features-01 .feature-wrapper {
        gap: 0;
    }

    .features-01 .feature:not(:first-child) {
        margin-top: 2rem;
    }

    .features-01 .feature>.image-wrapper {
        height: 20rem;
        margin: 0 0 1rem;
        position: relative;
        overflow: visible;
        border-radius: unset;
        background-color: unset;
        opacity: 1;
        transform: none;
        transition: none;
    }

    .features-01 .feature>.image-wrapper .main {
        border-radius: 20px 20px 140px 20px;
    }

    .features-01 .image-wrapper.d-lg-none {
        height: 0rem;
        margin: 0;
        position: relative;
        overflow: hidden;
        border-radius: unset;
        background-color: unset;
        opacity: 0;
        transition: height 0.4s ease, opacity 0.4s ease, margin 0.4s ease;
    }

    .features-01 .image-wrapper.d-lg-none.mobile-visible {
        height: 20rem;
        margin: 15px 0 10px;
        opacity: 1;
    }

    .features-01 .feature>.image-wrapper::before,
    .features-01 .feature>.image-wrapper::after {
        transform: translateZ(1px);
        content: "";
        position: absolute;
        background-color: var(--button-background);
        font-family: 'Font Awesome 6 Pro';
        color: var(--button-color);
        font-weight: 400;
        font-size: 20px;
        line-height: var(--h2-fontsize);
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 60px;
        height: 60px;
        right: 15px;
        bottom: 15px;
        z-index: 1;
    }

    .features-01 .feature>.image-wrapper::before {
        background-color: var(--feature-hover-color);
        -webkit-background-clip: text;
        -webkit-text-fill-color: var(--feature-hover-color);
        z-index: 2;
    }

    .features-01 .feature .feature-title {
        padding-bottom: .5rem;
        padding-top: .25rem;
        max-width: 500px;
    }

    .features-01 .feature .feature-icon {
        font-size: calc(var(--h2-fontsize) + 6px);
    }

}

@media screen and (max-width: 767.98px) {
    .features-01 .feature .feature-title {
        max-width: 400px;
    }
}

@media screen and (max-width: 575.98px) {
    .features-01 {
        padding: var(--block-margin) 0;
        --feature-gap: .75rem;
    }

    .features-01 .feature:not(:first-child) {
        margin-top: 1.5rem;
    }

    .features-01 .feature .feature-title {
        font-size: calc(var(--h2-fontsize) - 4px);
    }

    .features-01 .feature .feature-icon {
        font-size: var(--h2-fontsize);
    }

    .features-01 .feature>.image-wrapper .main {
        border-bottom-right-radius: 100px;
    }

    .features-01 .image-wrapper.d-lg-none.mobile-visible {
        height: 16rem;
    }

    .features-01 .feature>.image-wrapper::before,
    .features-01 .feature>.image-wrapper::after {
        right: 0px;
        bottom: 5px;
        width: 55px;
        height: 55px;
    }
}

@media screen and (max-width: 350px) {
    .features-01 {
        overflow: hidden;
    }

    .features-01 .feature .feature-title {
        word-break: break-word;
        word-break: auto-phrase;
    }
}
/* === features-01 === */



/* === wide-video-01 === */

.wide-video-01 {
    position: relative;
    width: 100%;
    min-height: 50vh;
    height: calc(100svh - var(--nav-height-scroll));
    aspect-ratio: 16/9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wide-video-01-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #4c4b4b;
}

.wide-video-01 .wide-video-01-video::-webkit-media-controls {
    display: none !important;
}

.wide-video-01 .wide-video-01-video::-webkit-media-controls-enclosure {
    display: none !important;
}

.wide-video-01 .wide-video-01-video::-webkit-media-controls-panel {
    display: none !important;
}

.wide-video-01 video::-webkit-media-controls {
    display: none !important;
}

.wide-video-01 video::-webkit-media-controls-enclosure {
    display: none !important;
}

.wide-video-01 img,
.wide-video-01 .wide-video-01-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: opacity 0.5s ease-in-out;
}

.wide-video-01.playing img,
.wide-video-01.playing .wide-video-01-poster {
    opacity: 0;
    pointer-events: none;
}

.wide-video-01::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 3;
    pointer-events: none;
    opacity: 1;
    transition: opacity 1s ease-in-out, transform .3s ease;
}

.wide-video-01 .cursor {
    background-color: rgba(255, 255, 255, 0.24);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    font-size: 18px;
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
    z-index: 2;
    opacity: 1;
    transition: opacity 1s ease-in-out, transform .3s ease;
    backdrop-filter: blur(1px);
}

.wide-video-01:hover .cursor {
    opacity: 1;
}

.wide-video-01.playing .cursor {
    opacity: 0;
}

.wide-video-01.playing:after {
    opacity: 0;
}

.wide-video-01 .cursor svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2px;
    font-weight: 500;

    text-transform: uppercase;
    text-align: justify;
    color: #fff;
    font-size: 7.5px;
    letter-spacing: 0.195em;
    line-height: 1;
    transform: rotate(0);
    animation: rotateCursor 30s linear infinite;
}

@keyframes rotateCursor {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.wide-video-01 .cursor:before {
    content: "\f04b";
    font-weight: 600;
    font-size: 48px;
    line-height: 1;
    color: #fff;
    margin-left: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Font Awesome 6 Pro';
}

@media screen and (max-width: 991.98px) {
    .wide-video-01 {
        min-height: 50vh;
        aspect-ratio: 16/11;
        height: unset;
    }
}
/* === wide-video-01 === */



/* === case-studies === */

.case-studies {
    margin: var(--block-padding) 0;
    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
    --card-padding: 2rem;
    --slide-count: 4;
}

.case-studies .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    position: relative;
}

.case-studies .case-studies-title {
    color: #fff;
}

.case-studies .button-wrapper {
    z-index: 0;
    position: relative;
    border-top: 1px solid #dddddd;
    padding-top: 2rem;
}

.case-studies .case-studies-slider {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 5;
}

.case-studies .case-studies-slider:not(.slick-initialized) {
    display: flex;
    flex-flow: row nowrap;
    gap: var(--block-gap);
    height: 100%;
}

.case-studies .case-studies-slider:not(.slick-initialized)>.case-studies-slide {
    display: none !important;
    width: calc(100% / var(--slide-count));
}

.case-studies .case-studies-slider .slick-list {
    overflow: visible;
}

/* the slides */
.case-studies .case-studies-slider .slick-slide {
    margin: 0 calc(var(--block-gap) / 2);
}

/* the parent */
.case-studies .case-studies-slider .slick-list {
    margin: 0 calc(var(--block-gap) / -2);
}

.case-studies .case-studies-slide {
    text-decoration: unset;
    color: #fff !important;
    height: 100%;
    display: flex !important;
    flex-flow: column nowrap;
    position: relative;
    aspect-ratio: 7/13;
    max-height: 600px;
}

.case-studies .case-studies-item {
    position: relative;
    display: block;
    flex-grow: 1;
}

.case-studies .case-studies-slide:hover .h3,
.case-studies .case-studies-slide.touch-active .h3 {
    transform: translateY(calc(-3 * var(--h3-fontsize))) translateZ(0px);
}

.case-studies .case-studies-content {
    display: flex;
    flex-flow: column wrap;
    justify-content: end;
    padding: var(--card-padding) 0 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
    transition: all .35s cubic-bezier(.68, -0.55, .27, 1.55);
    background-color: rgba(0, 0, 0, 0.1);
}

.case-studies .case-studies-content::before,
.case-studies .case-studies-content>*:not(img) {
    opacity: 0;
    transform: translateY(200px) translateZ(0);
    transition: all .45s cubic-bezier(.68, -0.55, .27, 1.55);
}

.case-studies .case-studies-slide:hover .case-studies-content,
.case-studies .case-studies-slide.touch-active .case-studies-content {
    height: calc(100% + 2*var(--h3-fontsize) + 4.25rem);
}

.case-studies .case-studies-slide:hover .case-studies-content::before,
.case-studies .case-studies-slide:hover .case-studies-content>*:not(img),
.case-studies .case-studies-slide.touch-active .case-studies-content::before,
.case-studies .case-studies-slide.touch-active .case-studies-content>*:not(img) {
    transform: translateY(0) translateZ(0);
    opacity: 1;
}

.case-studies .case-studies-content::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    bottom: -10%;
    height: 140%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1)10%, rgba(0, 0, 0, .8) 100%);
}

.case-studies .case-studies-content>*:not(:last-child) {
    padding: 0 var(--card-padding) 1rem;
    z-index: 1;
}

.case-studies .case-studies-buttons {
    padding: var(--card-padding);
    border-top: 1px solid rgb(125, 125, 125, .9);
    position: relative;
}

.case-studies .case-studies-buttons::after {
    content: "";
    background-image: url('/images/logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 115%;
    height: auto;
    aspect-ratio: 5/1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateZ(0);
    filter: brightness(0) saturate(0%);
    z-index: -1;
    opacity: .5;
}

.case-studies .case-studies-buttons .btn {
    padding: 0;
    background: transparent !important;
    color: var(--button-background-hover) !important;
    border-radius: unset !important;
    display: flex;
    align-items: center;
    min-height: unset;
    height: unset;
}

.case-studies .case-studies-buttons .btn::before {
    transform: translateZ(1px);
    content: "";
    position: relative;
    margin-left: 0;
    margin-right: 10px;
    background-color: var(--button-background-hover);
    font-family: 'Font Awesome 6 Pro';
    color: var(--button-color);
    font-weight: 400;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.case-studies .case-studies-slide ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.case-studies .case-studies-slide ul li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: start;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: .5rem;
}

.case-studies .case-studies-slide ul i {
    color: #fff !important;
    width: 16px;
}

.case-studies .case-studies-slide img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1 !important;
    transition: .3s ease-in-out;
    padding: 0 !important;
    margin: 0 !important;
}

.case-studies .case-studies-slide h3,
.case-studies .case-studies-slide .h3 {
    margin: 0;
}

.case-studies .case-studies-slide h3 strong,
.case-studies .case-studies-slide .h3 strong,
.case-studies .case-studies-slide h3 b,
.case-studies .case-studies-slide .h3 b {
    font-weight: var(--h3-fontweight);
}

.case-studies .case-studies-slide .h3 {
    color: var(--button-background);
    line-height: 1.2;
    height: calc(var(--h3-fontsize) * 2.4);

    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    margin-top: 1.5rem;

    transition: all .35s cubic-bezier(.68, -0.55, .27, 1.55);
    transition-delay: .1s;
    transform: translateZ(0px);
}

@media screen and (min-width: 1200px) {
    .case-studies {
        --slide-count: 4;
    }

    .case-studies .case-studies-slider:not(.slick-initialized)>.case-studies-slide:nth-child(-n+4) {
        display: flex !important;
    }
}

@media screen and (min-width: 992px) {
    .case-studies {
        --slide-count: 3;
    }

    .case-studies .case-studies-slider:not(.slick-initialized)>.case-studies-slide:nth-child(-n+3) {
        display: flex !important;
    }
}

@media screen and (min-width: 576px) {
    .case-studies {
        --slide-count: 2;
    }

    .case-studies .case-studies-slider:not(.slick-initialized)>.case-studies-slide:nth-child(-n+2) {
        display: flex !important;
    }
}

@media screen and (max-width: 767.98px) {
    .case-studies {
        --card-padding: 1.75rem;
    }

    .process-steps+.case-studies {
        margin: var(--block-margin) 0;
    }
}

@media screen and (max-width: 575.98px) {

    .case-studies {
        --slide-count: 1.2;
        --block-gap: 1.75rem;
    }

    .process-steps+.case-studies {
        margin: calc(var(--block-margin) - 10px) 0 var(--block-margin);
    }

    .process-steps+.case-studies .button-wrapper .btn {
        width: 100%;
        justify-content: space-between;
    }

    .case-studies .case-studies-slider:not(.slick-initialized)>.case-studies-slide:nth-child(-n+1) {
        display: flex !important;
    }

    .case-studies .case-studies-slide {
        aspect-ratio: 7/13;
    }

    /* .case-studies .case-studies-slide .h3 {
        line-height: 1.2;
        height: calc(var(--h4-fontsize) * 2.4);
    } */

    .case-studies .case-studies-slider {
        padding-top: 1rem;
        padding-bottom: 0;
    }

    .case-studies:has(.button-wrapper) .case-studies-slider {
        padding-bottom: 1rem;
    }
}
/* === case-studies === */



/* === our-team-01 === */

:root {
  --team-slider-overflow: 100px;
}

.our-team-01 {

  padding: var(--block-padding) 0 var(--team-slider-overflow);
  background-color: rgb(255, 255, 255, 1);
  background-image: linear-gradient(0deg, rgb(255, 255, 255, 1) var(--team-slider-overflow), rgb(245, 245, 245) var(--team-slider-overflow), rgb(245, 245, 245) 100%);
  z-index: 1;

  overflow: hidden;
  position: relative;
}

.our-team-01 .container {
  position: relative;
  z-index: 2;
}

.our-team-01::after {
  content: "";
  background-image: url('/images/logo.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: calc(100% - 60px);
  max-height: 64%;
  aspect-ratio: 5/1;
  position: absolute;
  right: 30px;
  left: 30px;
  max-width: calc(1920px);
  bottom: var(--team-slider-overflow);
  filter: brightness(0) saturate(100%) invert(98%) sepia(3%) saturate(42%) hue-rotate(218deg) brightness(114%) contrast(87%);
  z-index: -1;
}

.our-team-01 .slick-list,
.our-team-01 .slick-track,
.our-team-01 .slick-slide>div {
  height: 100%;
}

.our-team-01 .next-slide,
.our-team-01 .prev-slide {
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  z-index: 1;
  background-color: var(--button-background-hover);
  color: var(--button-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  transition: transform 0.3s ease;
  transform: translateZ(1px);
}

.our-team-01 .next-slide:hover {
  animation: bounceArrowRight 2s infinite;
  transform: translate(-3px, 0px) translateZ(1px);
}

.our-team-01 .prev-slide:hover {
  animation: bounceArrowLeft 2s infinite;
  transform: translate(3px, 0px) translateZ(1px);
}

.our-team-01 .next-slide {
  right: 20px;
}

.our-team-01 .prev-slide {
  right: calc(60px + 20px + 6px);
}

.our-team-01 .employee-slider {
  border-radius: 20px 100px 20px 20px;
  height: calc(100% + var(--team-slider-overflow));
  overflow: hidden;
  min-height: 470px;
}

.our-team-01 .employee-slider:not(.slick-initialized) .employee-item {
  display: none !important;
}

.our-team-01 .employee-slider:not(.slick-initialized) .employee-item:first-child {
  display: flex !important;
}

.our-team-01 .block-content {
  margin-bottom: var(--block-padding);
}

@media screen and (min-width: 992px) {
  .our-team-01 .block-content {
    padding-left: calc(4rem + var(--block-gap) * .5);
  }
}

.our-team-01 .block-content h2 {
  margin-bottom: 1.25rem;
}

.our-team-01 .our-team-description {
  margin-bottom: 1.75rem;
}

.our-team-01 .employee-details {
  background-color: var(--button-background);
  height: var(--team-slider-overflow);
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: center;
  color: var(--body-color);
  padding: 20px;
  padding-left: 2rem;
  padding-right: calc((60px + 20px) * 2 + 6px);
  gap: 6px;
  position: relative;
}

.our-team-01 .employee-slider.slick-initialized::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(182, 213, 89) 50%, rgb(182, 213, 89) 100%);
  display: block;
  right: 0;
  bottom: 0;
  width: calc((60px + 20px) * 2 + 6px);
  height: var(--team-slider-overflow);
}

.our-team-01 .employee-item {
  display: flex !important;
  flex-flow: column nowrap;
  height: 100%;
}

.our-team-01 .employee-item .employee-image {
  width: 100%;
  height: auto;
  position: relative;
  flex-grow: 1;
  overflow: hidden;
}

.our-team-01 .employee-item .employee-image img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  display: flex;
  width: 100%;
  height: 100%;
}

.our-team-01 .employee-item .employee-name {
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--body-color);
  font-weight: 300;
  text-wrap: nowrap;
}

.our-team-01 .employee-item .employee-name b {
  font-weight: 600;
}

.our-team-01 .employee-item .employee-position {
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--body-color);
}

.our-team-01-mobile {
  background-color: unset;
  background-image: unset;
  padding: 3rem 0 2.25rem !important;
}

.our-team-01-mobile::after {
  content: unset;
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  .our-team-01 .employee-item .employee-name {
    font-size: 30px;
  }
}

@media screen and (max-width: 1199.98px) {
  .our-team-01 {
    padding-top: calc(var(--block-padding) + 20px);
  }
}

@media screen and (max-width: 991.98px) {

  .our-team-01 .block-content h2 br {
    display: none;
  }

  .our-team-01::after {
    content: unset;
  }

  .our-team-01 {
    padding-top: var(--block-padding);
  }

  .our-team-01 .employee-slider {
    aspect-ratio: 5/4;
    width: 100%;
    min-height: auto;
  }

  .our-team-01 .block-content {
    margin-bottom: 2rem
  }
}

@media screen and (max-width: 575.98px) {
  :root {
    --team-slider-overflow: 160px;
  }

  .our-team-01 .employee-slider {
    aspect-ratio: 14/15;
  }

  .our-team-01 {
    padding-top: calc(var(--block-margin) - 10px);
  }

  .our-team-01 .block-content {
    margin-bottom: 1.5rem;
  }

  .our-team-01 .employee-slider {
    overflow: visible;
    padding-bottom: 30px;
  }

  .our-team-01 .employee-slider:not(.slick-initialized) .employee-item:first-child {
    overflow: hidden;
    border-radius: 20px 100px 20px 20px;
  }

  .our-team-01 .slick-list {
    overflow: hidden;
    border-radius: 20px 100px 20px 20px;
  }

  .our-team-01 .employee-details {
    padding: 1.75rem 1.75rem 3.5rem;
    height: calc(var(--team-slider-overflow) - 30px);
  }

  .our-team-01 .employee-slider.slick-initialized::after {
    content: unset;
  }

  .our-team-01 .prev-slide,
  .our-team-01 .next-slide {
    bottom: 0px;
  }

  .our-team-01 .prev-slide {
    right: unset;
    left: 20px;
  }

  .our-team-01 .next-slide {
    right: unset;
    left: calc(60px + 15px + 10px);
  }

  .our-team-01-mobile {
    background-color: unset;
    background-image: unset;
    padding: 2rem 0 3rem !important;
  }
}
/* === our-team-01 === */



/* === call-to-action-gallery === */

.cta-gallery {
    margin: calc(var(--block-gap)*.75) 0;
    overflow: hidden;
    position: relative;
    --background-height: 150px;
}

.our-team-01+.cta-gallery {
    padding-top: calc(var(--team-slider-overflow) + (var(--block-gap) * .5));
    margin-top: calc(-1 * var(--team-slider-overflow));
}

.cta-gallery:has(+ .features_block),
.cta-gallery:has(+ .footer-05),
.cta-gallery:has(+ .footer-04-ecommerce) {
    background-image: linear-gradient(0deg, rgb(58, 58, 58) 0px, rgb(58, 58, 58) var(--background-height), transparent var(--background-height));
    margin-bottom: 0;
}

.case-studies-entry-03-step-05+.cta-gallery {
    margin-top: 0;
    background-image: linear-gradient(180deg, rgb(58, 58, 58) 0px, rgb(58, 58, 58) var(--background-height), transparent var(--background-height));
}

.our-benefits-01+.cta-gallery {
    margin-top: 0;
    background-image: linear-gradient(180deg, rgb(245, 245, 245) 0px, rgb(245, 245, 245) var(--background-height), transparent var(--background-height));
}

.cta-gallery .container {
    position: relative;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;

    width: calc(150% + var(--block-gap) * 1.5);
    left: calc(-25% - (var(--block-gap) * .75));

    position: relative;
}

.gallery-grid .gallery-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: calc(var(--block-gap) * .5);
}

.gallery-grid .gallery-item .grid-wrapper {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: start;
    gap: 1.25rem;
    position: relative;
}

.gallery-grid .gallery-item-11 .grid-wrapper {
    border-top-right-radius: 150px;
}

.gallery-grid .gallery-item-8 .grid-wrapper {
    border-bottom-left-radius: 150px;
}

.gallery-grid .gallery-item .grid-wrapper.title-wrapper,
.gallery-grid .gallery-item .grid-wrapper.content-wrapper {
    border-radius: unset !important;
    padding: 4rem;
}

.gallery-grid .gallery-item .grid-wrapper.title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.gallery-grid .gallery-item .grid-wrapper.title-wrapper h2 {
    text-wrap: balance;
    margin-bottom: 0;
    line-height: 1.05;
}

.gallery-grid .gallery-item .grid-wrapper.content-wrapper .cta-gallery-text p {
    font-size: 24px;
    line-height: 30px;
}

.gallery-grid .gallery-item .grid-wrapper.content-wrapper .cta-gallery-text ul:last-child {
    margin-bottom: 0;
}

.gallery-grid .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
    transform: translateZ(1px);
}

.gallery-grid .gallery-item:hover img {
    transform: scale(1.1) translateZ(1px);
}

.gallery-grid .gallery-item-1 {
    grid-area: 1 / 1 / 2 / 2;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-2 {
    grid-area: 1 / 2 / 2 / 3;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-3 {
    grid-area: 1 / 3 / 2 / 4;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-4 {
    grid-area: 1 / 4 / 2 / 6;
    aspect-ratio: 2/1;
}

.gallery-grid .gallery-item-5 {
    grid-area: 1 / 6 / 2 / 7;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-6 {
    grid-area: 2 / 1 / 4 / 2;
    aspect-ratio: 2/1;
}

.gallery-grid .gallery-item-7 {
    grid-area: 2 / 2 / 3 / 4;
    aspect-ratio: 2/1;
    background: #fff !important;
}

.gallery-grid .gallery-item-8 {
    grid-area: 2 / 4 / 3 / 5;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-9 {
    grid-area: 2 / 5 / 3 / 7;
    aspect-ratio: 2/1;
}

.gallery-grid .gallery-item-10 {
    grid-area: 3 / 2 / 4 / 3;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-11 {
    grid-area: 3 / 3 / 5 / 4;
    aspect-ratio: 1/2;
}

.gallery-grid .gallery-item-12 {
    grid-area: 3 / 4 / 4 / 6;
    aspect-ratio: 2/1;
    background: #fff !important;
}

.gallery-grid .gallery-item-13 {
    grid-area: 3 / 6 / 4 / 7;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-14 {
    grid-area: 4 / 1 / 5 / 3;
    aspect-ratio: 2/1;
}

.gallery-grid .gallery-item-15 {
    grid-area: 4 / 4 / 5 / 5;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-16 {
    grid-area: 4 / 5 / 5 / 6;
    aspect-ratio: 1/1;
}

.gallery-grid .gallery-item-17 {
    grid-area: 4 / 6 / 5 / 7;
    aspect-ratio: 1/1;
}

@media screen and (min-width: 1600px) {
    .gallery-grid .gallery-item .grid-wrapper.content-wrapper .cta-gallery-text p {
        padding-right: 2rem;
    }
}

@media screen and (max-width: 1599.98px) and (min-width: 1200px) {
    .gallery-grid .gallery-item .grid-wrapper.content-wrapper .cta-gallery-text p {
        font-size: 22px;
        font-size: clamp(18px, 1.6vw, 26px);
        line-height: 1.25;
    }
}

@media screen and (max-width: 1199.98px) {

    .gallery-grid .gallery-item .grid-wrapper.content-wrapper {
        padding: 2rem;
    }

    .gallery-grid .gallery-item .grid-wrapper.content-wrapper .cta-gallery-text p {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 991.98px) and (min-width: 576px) {

    .cta-gallery {
        --block-gap: 1.5rem;
        --background-height: 120px;
    }

    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(4, 1fr);

        --third: calc(100% / 3);

        width: calc(100% + var(--third) * 2 + var(--block-gap) * 1.5);
        left: calc(var(--third) * -1 - (var(--block-gap) * .75));
    }

    .gallery-grid .gallery-item-1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .gallery-grid .gallery-item-2 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .gallery-grid .gallery-item-3 {
        grid-area: 1 / 3 / 2 / 4;
    }

    .gallery-grid .gallery-item-4 {
        grid-area: 1 / 4 / 2 / 6;
    }

    .gallery-grid .gallery-item-5 {
        display: none;
    }

    .gallery-grid .gallery-item-6 {
        grid-area: 2 / 1 / 4 / 2;
    }

    .gallery-grid .gallery-item-7 {
        grid-area: 2 / 2 / 3 / 4;
    }

    .gallery-grid .gallery-item-8 {
        grid-area: 2 / 4 / 3 / 5;
    }

    .gallery-grid .gallery-item-9 {
        grid-area: 2 / 5 / 3 / 6;
    }

    .gallery-grid .gallery-item-10 {
        display: none;
    }

    .gallery-grid .gallery-item-11 {
        grid-area: 3 / 2 / 5 / 3;
    }

    .gallery-grid .gallery-item-12 {
        grid-area: 3 / 3 / 4 / 5;
    }

    .gallery-grid .gallery-item-13 {
        grid-area: 3 / 5 / 4 / 6;
    }

    .gallery-grid .gallery-item-14 {
        grid-area: 4 / 1 / 5 / 2;
    }

    .gallery-grid .gallery-item-15 {
        grid-area: 4 / 3 / 5 / 4;
    }

    .gallery-grid .gallery-item-16 {
        grid-area: 4 / 4 / 5 / 5;
    }

    .gallery-grid .gallery-item-17 {
        grid-area: 4 / 5 / 5 / 6;
    }

    /* .gallery-grid .gallery-item .grid-wrapper.title-wrapper {
        padding: 3rem 4rem;
        align-items: start;
    } */

    .gallery-grid .gallery-item .grid-wrapper.content-wrapper {
        padding: 2rem;
    }

    .gallery-grid .gallery-item-8 .grid-wrapper {
        border-bottom-left-radius: 110px;
    }

    .gallery-grid .gallery-item-11 .grid-wrapper {
        border-top-right-radius: 110px;
    }
}

@media screen and (max-width: 767.98px) and (min-width: 576px) {
    .cta-gallery {
        --block-gap: 1.125rem;
        --background-height: 90px;
    }

    .gallery-grid {
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: auto auto auto auto;
        grid-row-gap: 0px;
    }

    .gallery-grid .gallery-item {
        height: auto;
    }

    .gallery-grid .gallery-item-6,
    .gallery-grid .gallery-item-7,
    .gallery-grid .gallery-item-9,
    .gallery-grid .gallery-item-11,
    .gallery-grid .gallery-item-13 {
        aspect-ratio: unset;
    }

    .gallery-grid .gallery-item-1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .gallery-grid .gallery-item-2 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .gallery-grid .gallery-item-3 {
        grid-area: 1 / 3 / 2 / 4;
    }

    .gallery-grid .gallery-item-4 {
        grid-area: 1 / 4 / 2 / 6;
    }

    .gallery-grid .gallery-item-5 {
        display: none;
    }

    .gallery-grid .gallery-item-6 {
        grid-area: 2 / 1 / 4 / 2;
    }

    .gallery-grid .gallery-item-7 {
        grid-area: 2 / 2 / 4 / 5;
    }

    .gallery-grid .gallery-item-8 {
        display: none;
    }

    .gallery-grid .gallery-item-9 {
        grid-area: 2 / 5 / 3 / 6;
    }

    .gallery-grid .gallery-item-10 {
        display: none;
    }

    .gallery-grid .gallery-item-11 {
        grid-area: 3 / 2 / 5 / 3;
    }

    .gallery-grid .gallery-item-12 {
        display: none;
    }

    .gallery-grid .gallery-item-13 {
        grid-area: 3 / 5 / 4 / 6;
    }

    .gallery-grid .gallery-item-14 {
        grid-area: 4 / 1 / 5 / 2;
        aspect-ratio: 1/1;
    }

    .gallery-grid .gallery-item-15 {
        grid-area: 4 / 3 / 5 / 4;
    }

    .gallery-grid .gallery-item-16 {
        grid-area: 4 / 4 / 5 / 5;
    }

    .gallery-grid .gallery-item-17 {
        grid-area: 4 / 5 / 5 / 6;
    }

    .gallery-grid .gallery-item .grid-wrapper.title-wrapper {
        padding: 2.125rem;
        padding-right: 0;
    }

    .gallery-grid .gallery-item .grid-wrapper.title-wrapper h2 br {
        display: none;
    }

    .gallery-grid .gallery-item .grid-m-content-wrapper {
        padding-left: calc(((100% + 2.125rem - 2*var(--block-gap)) / 3) - 2.125rem + 3.125rem);
    }

    .gallery-grid .gallery-item .grid-m-content-wrapper .cta-gallery-text {
        margin-bottom: 1.25rem;
    }

    .gallery-grid .gallery-item .grid-m-content-wrapper .cta-gallery-text br {
        display: none;
    }

    .gallery-grid .gallery-item .grid-m-content-wrapper .cta-gallery-text p {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 575.98px) {

    .cta-gallery {
        --block-gap: 18px;
        --background-height: 22.5vw;
    }

    .gallery-grid .gallery-item {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    .gallery-grid {
        width: calc(200% + var(--block-gap) * 1.5);
        left: calc(-50% - (var(--block-gap) * .75));
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto auto auto;
    }

    .gallery-grid .gallery-item-1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .gallery-grid .gallery-item-2 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .gallery-grid .gallery-item-3 {
        grid-area: 1 / 3 / 2 / 4;
    }

    .gallery-grid .gallery-item-4 {
        grid-area: 1 / 4 / 2 / 5;
    }

    .gallery-grid .gallery-item-5 {
        display: none;
    }

    .gallery-grid .gallery-item-6 {
        display: none;
    }

    .gallery-grid .gallery-item-7 {
        grid-area: 2 / 2 / 3 / 4;
        height: auto;
        aspect-ratio: unset;
    }

    .gallery-grid .gallery-item-8 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .gallery-grid .gallery-item-9 {
        grid-area: 3 / 2 / 4 / 3;
    }

    .gallery-grid .gallery-item-10 {
        grid-area: 3 / 3 / 4 / 4;
    }

    .gallery-grid .gallery-item-11 {
        grid-area: 3 / 4 / 4 / 5;
    }

    .gallery-grid .gallery-item-12 {
        display: none;
    }

    .gallery-grid .gallery-item-13 {
        display: none;
    }

    .gallery-grid .gallery-item-14 {
        display: none;
    }

    .gallery-grid .gallery-item-15 {
        display: none;
    }

    .gallery-grid .gallery-item-16 {
        display: none;
    }

    .gallery-grid .gallery-item-17 {
        display: none;
    }

    .gallery-grid .gallery-item .grid-wrapper.title-wrapper {
        padding: 1.25rem 0;
    }

    .gallery-grid .gallery-item .grid-m-content-wrapper .cta-gallery-text {
        margin-bottom: 1.25rem;
        text-wrap: pretty;
    }

    .gallery-grid .gallery-item .grid-m-content-wrapper .cta-gallery-text br {
        display: none;
    }

    .gallery-grid .gallery-item .grid-m-content-wrapper .cta-gallery-text p {
        font-size: 20px;
        line-height: 26px;
    }

    .gallery-grid .gallery-item .grid-wrapper.title-wrapper {
        align-items: start;
    }

    .gallery-grid .gallery-item .grid-wrapper.title-wrapper .btn {
        width: 100%;
        justify-content: space-between;
    }

    .gallery-grid .gallery-item .grid-wrapper.title-wrapper h2 {
        line-height: 1;
    }

    .gallery-grid .gallery-item .grid-wrapper.title-wrapper h2 br {
        display: none;
    }
}
/* === call-to-action-gallery === */



/* === features_block === */

.features_block {
    padding: calc(var(--block-padding) * 1.5) 0px calc(var(--block-padding) * 1.5);
    background-color: rgb(58, 58, 58);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.features_block::before {
    content: "";
    background-image: url('/images/logo.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    width: calc(100% - 60px);
    height: auto;
    aspect-ratio: 5/1;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0%;
    z-index: 0;
    filter: brightness(0) saturate(100%) invert(16%) sepia(0%) saturate(0%) hue-rotate(89deg) brightness(95%) contrast(83%);
}

.cta-gallery+.features_block {
    padding: calc(var(--block-padding) * 1.25) 0px calc(var(--block-padding) * 1.5);
}

.features_block .title {
    margin-bottom: .5rem;
    color: #fff;
}

.features_block .row {
    --bs-gutter-y: var(--block-gap);
}

.features_block .row.item-list {
    --bs-gutter-x: 6rem;
}

.features_block .item {
    display: flex;
    flex-flow: row nowrap;
}

.features_block .item .item-icon {
    width: 3.5rem;
    font-size: var(--h3-fontsize);
    line-height: 1;
    display: flex;
    flex-shrink: 0;
}

.features_block .item .item-icon i {
    font-family: 'Font Awesome 6 Pro';
}

.features_block .item .item-title {
    color: var(--button-background);
    line-height: 1;
    display: flex;
    flex-flow: row nowrap;
    align-items: start;
}

.features_block .item .item-content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
}

.features_block .item .item-content .item-text {
    text-wrap: pretty;
}

@media screen and (max-width: 1399.98px) {
    .features_block .row.item-list {
        --bs-gutter-x: var(--block-gap);
    }
}

@media screen and (max-width: 991.98px) {
    .features_block .item .item-title {
        font-size: calc(var(--h3-fontsize) - 4px);
    }
}

@media screen and (max-width: 767.98px) {
    .features_block {
        padding: var(--block-margin) 0px var(--block-margin);
    }

    .cta-gallery+.features_block {
        padding: var(--block-margin) 0px var(--block-margin);
    }

    .features_block .item .item-icon {
        font-size: calc(var(--h3-fontsize) + 6px);
    }

    .features_block .item .item-title {
        font-size: var(--h3-fontsize);
        padding-bottom: 3px;
        padding-top: 3px;
    }
}

@media screen and (max-width: 575.98px) {

    .cta-gallery+.features_block {
        padding: calc(var(--block-margin) - 10px) 0px calc(var(--block-margin) * 1.5);
    }

    .features_block .item {
        flex-flow: column nowrap;
        gap: .5rem;
    }

    .features_block .item-list.row {
        --bs-gutter-y: 2rem
    }

    .features_block .item .item-icon {
        width: 3.25rem;
    }

    .features_block .item .item-title {
        line-height: calc(var(--h3-fontsize) + 6px);
    }

}
/* === features_block === */



/* === news-latest-01 === */

.news-01 {
    margin: var(--block-padding) 0;
    overflow: hidden;
    --card-padding: 1.5rem;
    --lines-to-show: 4;
    --slide-count: 4;
}

.news-01 .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    position: relative;
}

.news-01 .category-label {
    border-radius: 20px;
    line-height: 1;
    padding: 0.5rem 1rem !important;
    width: fit-content;
    display: block;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid var(--button-background);
    color: var(--button-background);
    margin: 1rem 0;
}

.news-01 .news-01-content>.category-label {
    margin: 1rem var(--card-padding);
}

.news-01 .news-01-title {
    color: #fff;
}

.news-01 .button-wrapper {
    z-index: 0;
    position: relative;
    border-top: 1px solid #dddddd;
    padding-top: 2rem;
}

.news-01 .news-01-slider {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 5;
}

.news-01 .news-01-slider:not(.slick-initialized) {
    display: flex;
    flex-flow: row nowrap;
    gap: var(--block-gap);
    height: 100%;
}

.news-01 .news-01-slider:not(.slick-initialized)>.news-01-slide {
    display: none !important;
    width: calc(100% / var(--slide-count));
}

.news-01 .news-01-slider .slick-list {
    overflow: visible;
}

/* the slides */
.news-01 .news-01-slider .slick-slide {
    margin: 0 calc(var(--block-gap) / 2);
}

/* the parent */
.news-01 .news-01-slider .slick-list {
    margin: 0 calc(var(--block-gap) / -2);
}

.news-01 .news-01-slide {
    text-decoration: unset;
    color: #fff !important;
    display: flex !important;
    flex-flow: column nowrap;
    position: relative;
    aspect-ratio: 4/5;
    max-height: 450px;
    padding-top: 200px;
    width: 100%;
    height: auto;
}

.news-01 .news-01-item {
    position: absolute;
    height: 200px;
    top: 0;
    display: block;
    flex-grow: 1;
}

.news-01 .news-01-slide:hover .h3 {
    transform: translateY(calc(-3 * var(--h4-fontsize))) translateZ(0px);
}

.news-01 .news-01-content {
    display: flex;
    flex-flow: column wrap;
    justify-content: end;
    padding: var(--card-padding) 0 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
    transition: all .35s cubic-bezier(.68, -0.55, .27, 1.55);
    background-color: rgba(0, 0, 0, 0.1);
}

.news-01 .news-01-content::before,
.news-01 .news-01-content>*:not(img) {
    opacity: 0;
    transform: translateY(200px) translateZ(0);
    transition: all .45s cubic-bezier(.68, -0.55, .27, 1.55);
}

.news-01 .news-01-slide:hover .news-01-content {
    height: calc(100% + var(--lines-to-show) * 1.2 * var(--h4-fontsize) + 2rem + 2rem);
}

.news-01 .news-01-slide:hover .news-01-content::before,
.news-01 .news-01-slide:hover .news-01-content>*:not(img) {
    transform: translateY(0) translateZ(0);
    opacity: 1;
}

.news-01 .news-01-content::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10%;
    width: 100%;
    height: 140%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, .7) 100%);
    z-index: 0;
}

.news-01 .news-01-content>*:not(:last-child) {
    padding: 0 var(--card-padding) 1rem;
    z-index: 1;
}

.news-01 .news-01-buttons {
    padding: var(--card-padding);
    border-top: 1px solid rgb(125, 125, 125, .9);
    position: relative;
}

.news-01 .news-01-buttons::after {
    content: "";
    background-image: url('/images/logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 115%;
    height: auto;
    aspect-ratio: 5/1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateZ(0);
    filter: brightness(0) saturate(0%);
    z-index: -1;
    opacity: .5;
}

.news-01 .news-01-buttons .btn {
    padding: 0;
    background: transparent !important;
    color: var(--button-background-hover) !important;
    border-radius: unset !important;
    display: flex;
    align-items: center;
    min-height: unset;
    height: unset;
}

.news-01 .news-01-buttons .btn::before {
    transform: translateZ(1px);
    content: "";
    position: relative;
    margin-left: 0;
    margin-right: 10px;
    background-color: var(--button-background-hover);
    font-family: 'Font Awesome 6 Pro';
    color: var(--button-color);
    font-weight: 400;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.news-01 .news-01-slide img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1 !important;
    transition: .3s ease-in-out;
    padding: 0 !important;
    margin: 0 !important;
}

.news-01 .news-01-slide h3,
.news-01 .news-01-slide .h3 {
    margin: 0;
    font-size: var(--h4-fontsize);
    line-height: 1.2;
    font-weight: 400;
}

.news-01 .news-01-slide h3 strong,
.news-01 .news-01-slide .h3 strong,
.news-01 .news-01-slide h3 b,
.news-01 .news-01-slide .h3 b {
    font-weight: var(--h4-fontweight);
}

.news-01 .news-01-slide .h3 {
    line-height: calc(var(--h4-fontsize) * 1.2);
    height: calc(var(--h4-fontsize) * 1.2 * var(--lines-to-show));
    font-weight: 500;

    display: -webkit-box;
    -webkit-line-clamp: var(--lines-to-show);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    transition: all .35s cubic-bezier(.68, -0.55, .27, 1.55);
    transition-delay: .1s;
    transform: translateZ(0px);
}

.news-01-heading {
    text-wrap: balance;
}

@media screen and (min-width: 1200px) {
    .news-01 {
        --slide-count: 4;
    }

    .news-01 .news-01-slider:not(.slick-initialized)>.news-01-slide:nth-child(-n+4) {
        display: flex !important;
    }
}

@media screen and (min-width: 992px) {
    .news-01 {
        --slide-count: 3;
    }

    .news-01 .news-01-slider:not(.slick-initialized)>.news-01-slide:nth-child(-n+3) {
        display: flex !important;
    }
}

@media screen and (min-width: 576px) {
    .news-01 {
        --slide-count: 2;
    }

    .news-01 .news-01-slider:not(.slick-initialized)>.news-01-slide:nth-child(-n+2) {
        display: flex !important;
    }
}

@media screen and (max-width: 991.98px) {
    .news-01 {
        --lines-to-show: 3;
    }

    .news-01 .news-01-slide {
        aspect-ratio: unset;
    }
}

@media screen and (max-width: 767.98px) {
    .news-01 {
        --lines-to-show: 4;
        --card-padding: 1.75rem;
    }
}

@media screen and (max-width: 575.98px) {
    .news-01 {
        --slide-count: 1.2;
        --block-gap: 1.75rem;
    }

    .news-01 .news-01-slider:not(.slick-initialized)>.news-01-slide:nth-child(-n+1) {
        display: flex !important;
    }

    .news-01 .news-01-slider {
        padding-top: 1rem;
    }

}
/* === news-latest-01 === */



/* === testimonial-carousel === */

.testimonial-carousel {
    --lines-to-show: 11;
    margin: calc(var(--block-padding) + 10px) 0;
}

.testimonial-carousel .row {
    --bs-gutter-y: var(--block-padding);
}

.instagram-carousel-wrapper:not(.slick-initialized) .instagram-slide {
    display: none !important;
}

.instagram-carousel-wrapper:not(.slick-initialized) .instagram-slide:first-child {
    display: flex !important;
}

.instagram-carousel-wrapper .instagram-slide a {
    width: 100%;
    height: 100%;
}

.instagram-carousel-wrapper .instagram-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.instagram-carousel-wrapper {
    flex-grow: 1;
    position: relative;
}

.instagram-carousel-wrapper .slick-slide {
    position: relative;
}

.instagram-carousel-wrapper .slick-list,
.instagram-carousel-wrapper .slick-track {
    height: 100%;
}

@media screen and (min-width: 992px) {
    .testimonial-carousel .col-carousel {
        padding-left: calc(4rem + var(--block-gap) * .5);
    }
}

.testimonial-carousel .testimonial-inner:not(.slick-initialized) .testimonial-item {
    display: none !important;
}

.testimonial-carousel .testimonial-inner:not(.slick-initialized) .testimonial-item:first-child {
    display: flex !important;
}

.testimonial-carousel .testimonial-inner.slick-initialized .testimonial-item {
    display: flex !important;
}

.testimonial-carousel .testimonial-inner {
    height: 100%;
}

.testimonial-carousel-wrapper {
    display: flex;
    flex-flow: column nowrap;
    min-height: fit-content;
    height: 100%;
}

.testimonial-carousel #testimonial-carousel {
    flex-grow: 1;
}

.testimonial-carousel .testimonial-content {
    display: flex;
    flex-flow: column nowrap;
    gap: 6px;
    margin-bottom: calc(60px + 2rem);
}

.testimonial-carousel .testimonial-text p {
    margin-bottom: 1.5rem;
}

.testimonial-carousel .testimonial-text.clamped {
    display: -webkit-box;
    -webkit-line-clamp: var(--lines-to-show);
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-carousel .read-more-btn {
    display: none;
    background: none;
    border: none;
    color: var(--body-color);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    padding: 0;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
    transition: color 0.3s ease;
    text-decoration: unset;
    text-align: start;
}

.testimonial-carousel .read-more-btn:hover {
    color: var(--button-background-hover);
}

@media screen and (max-width: 1199.98px) {
    .testimonial-carousel .read-more-btn {
        display: inline-block;
    }
}

.testimonial-carousel .testimonial-author {
    color: var(--button-background);
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.testimonial-carousel .testimonial-position {
    color: var(--button-background);
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .15em;
}

.testimonial-carousel .testimonial-carousel-title {
    text-wrap: balance;
    margin-bottom: 1.5rem;
    margin-top: -.5rem;
}

.testimonial-carousel .next-slide,
.testimonial-carousel .prev-slide {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    z-index: 1;
    background-color: var(--button-background);
    color: var(--button-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 0px;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
    transform: translateZ(1px);
}

.testimonial-carousel .next-slide:hover {
    background-color: var(--button-background-hover);
    animation: bounceArrowRight 2s infinite;
    transform: translate(-3px, 0px) translateZ(1px);
}

.testimonial-carousel .prev-slide:hover {
    background-color: var(--button-background-hover);
    animation: bounceArrowLeft 2s infinite;
    transform: translate(3px, 0px) translateZ(1px);
}

.testimonial-carousel .next-slide {
    left: calc(60px + 0px + 6px);
}

.testimonial-carousel .prev-slide {
    left: 0px;
}

.testimonial-carousel .image-wrapper {
    background-color: var(--button-background);
    border-radius: 20px 20px 140px 20px;
    line-height: 1;
    overflow: hidden;
    height: auto;
    width: 100%;
    aspect-ratio: 3/4;
    display: flex;
    flex-flow: column;
}

.testimonial-carousel .image-wrapper a {
    color: #fff !important;
    font-weight: 500;
    text-decoration: unset;
}

.testimonial-carousel .image-header {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 6px;
    position: relative;
    padding: 1.5rem 2rem;
    overflow: hidden;
    color: var(--header-color);
    font-weight: 400;
    font-size: 16px;
}

.testimonial-carousel .image-header::before {
    content: "";
    background-image: url('/images/logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 70%;
    height: auto;
    aspect-ratio: 5/1;
    position: absolute;
    left: 2rem;
    top: 30%;
    z-index: 0;
    filter: brightness(0) saturate(100%) invert(76%) sepia(22%) saturate(992%) hue-rotate(33deg) brightness(99%) contrast(87%);
}

.testimonial-carousel .image-header .header-content {
    z-index: 1;
    position: relative;
}

.testimonial-carousel .image-header .icon {
    font-size: 36px;
    line-height: 1;
    z-index: 1;
    position: relative;
}

.testimonial-carousel .image-wrapper .main {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1199.98px) {
    .testimonial-carousel {
        margin: calc(var(--block-margin) * 1.5) 0 var(--block-margin);
    }

    .testimonial-carousel .image-wrapper {
        aspect-ratio: 9/14;
    }
}

@media screen and (max-width: 991.98px) {
    .testimonial-carousel {
        --lines-to-show: 7;
        margin: var(--block-padding) 0;
    }
}

@media screen and (max-width: 767.98px) {
    .testimonial-carousel {
        --lines-to-show: 10;
        margin: calc(var(--block-margin) * 1.25) 0;
    }
}

@media screen and (max-width: 575.98px) {
    .testimonial-carousel {
        --lines-to-show: 14;
    }

    .testimonial-carousel .image-wrapper {
        border-radius: 20px 20px 100px 20px;
    }
}
/* === testimonial-carousel === */



/* === trusted-by-01 === */

.trusted-by-01 {
    padding: var(--block-padding) 0;
    background-color: rgb(245, 245, 245);
}

.trusted-by-01:last-child {
    margin-bottom: 0;
}

.trusted-by-01 .row {
    --bs-gutter-y: var(--block-gap);
}

.trusted-by-01 .container {
    position: relative;
}

.trusted-by-01 .trusted-by-01-subtitle {
    color: var(--header-color);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    display: flex;
    margin-bottom: var(--block-gap);
}

@media screen and (min-width: 678px) and (max-width: 767.98px),
screen and (min-width: 820px) and (max-width: 991.98px),
screen and (min-width: 1050px) and (max-width: 1199.98px),
screen and (min-width: 1240px) {
    .trusted-by-01 .trusted-by-01-subtitle {
        transform: rotate(270deg);
        transform-origin: left top;
        position: absolute;
        left: -2rem;
        top: calc(100px + var(--block-gap));
        width: 100px;
        text-align: right;
        text-wrap: nowrap;
        margin-bottom: 0;
    }
}

.trusted-by-01 .image-wrapper {
    background-color: #fff;
    border-radius: 20px;
    padding: 2rem 3.5rem;
    aspect-ratio: 2/1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trusted-by-01 .image-wrapper img {
    object-fit: contain;
    object-position: center;
    opacity: .76;
    height: 100%;
    width: 100%;
    max-width: 160px;
    max-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 500;
    text-align: center;
    letter-spacing: -.02em;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.trusted-by-01 .image-wrapper:hover img {
    filter: grayscale(0%);
}

.trusted-by-01 .btn:hover {
    background-color: var(--button-background) !important;
}

.trusted-by-01 .btn {
    text-wrap: balance;
    text-align: left;
    line-height: 1.2;
    font-size: 16px;
    width: fit-content;
    padding: 0;
    max-width: 180px;
    flex-flow: row-reverse nowrap;

    background-color: var(--button-background-hover);
    height: 100%;
    border-radius: 20px 20px 150px 20px;
    transition: .3s ease;
    padding: 1.5rem 3.5rem;
    display: flex;
    align-items: center;
    justify-content: start;

    width: 100%;
    height: 100%;
    max-width: unset;
}

.trusted-by-01 .btn::after {
    margin: 0;
    margin-right: 1rem;
    background-color: var(--button-background) !important;
}

.trusted-by-01 .btn::before {
    content: "";
    background-image: url('/images/logo_space.svg');
    background-repeat: repeat no-repeat;
    background-position: center;
    background-size: contain;
    width: 350px;
    height: auto;
    aspect-ratio: 5/1;
    position: absolute;
    left: 45%;
    top: 80%;
    transform: translate(-50%, -50%) translateZ(0);
    filter: brightness(0) saturate(100%) invert(80%) sepia(45%) saturate(421%) hue-rotate(27deg) brightness(105%) contrast(97%);
    z-index: -1;
    opacity: 1;
    transition: filter 0.3s ease, opacity 0.3s ease;
    animation: scrollLeftToRight 20s linear infinite;
}

@keyframes scrollLeftToRight {
    0% {
        background-position: 350px center;
    }

    100% {
        background-position: -350px center;
    }
}

.trusted-by-01 .btn:hover::before {
    opacity: .6;
    filter: brightness(0) saturate(100%) invert(81%) sepia(93%) saturate(267%) hue-rotate(16deg) brightness(93%) contrast(99%);
}

@media screen and (max-width: 1399.98px) {
    .trusted-by-01 .btn {
        padding: 1.5rem 2.5rem;
    }
}

@media screen and (max-width: 1199.98px) {

    .trusted-by-01 .image-wrapper {
        padding: 1.5rem 3rem;
    }

    .trusted-by-01 .btn {
        padding: 1.5rem 3.5rem;
    }

    .trusted-by-01 {
        padding: var(--block-padding) 0;
    }
}

@media screen and (max-width: 991.98px) {
    .trusted-by-01 .btn {
        padding: 1.5rem 1.75rem;
    }
}

@media screen and (max-width: 767.98px) {

    .trusted-by-01 {
        padding: var(--block-margin) 0;
    }

    .trusted-by-01 .image-wrapper {
        padding: 1rem 2rem;
    }

    .trusted-by-01 .btn {
        padding: 1.5rem 1.75rem;
        border-radius: 20px 20px 80px 20px;
    }

    .trusted-by-01 .btn::after {
        content: unset;
    }
}

@media screen and (max-width: 575.98px) {

    .trusted-by-01 {
        --block-gap: 1.5rem;
    }

    .trusted-by-01 .btn {
        min-width: unset;
        padding: 0.75rem 1.5rem;
        border-radius: 14px 14px 80px 14px;
        font-size: clamp(13px, 3.5vw, 16px);
    }

    .trusted-by-01 .image-wrapper {
        border-radius: 14px;
    }

    .trusted-by-01 .image-wrapper {
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 360px) {

    .trusted-by-01 .btn {
        padding: 0.75rem 1.25rem;
    }

    .trusted-by-01 {
        --block-gap: 1rem;
    }
}
/* === trusted-by-01 === */



/* === footer-05-brochure === */

:root {
    --form-overlap: 2.5rem;
}

.footer-05 {
    padding: calc(var(--block-padding) + 2rem) 0 0;
    background-color: var(--footer-background, rgb(58, 58, 58));
    color: var(--footer-color, #fff);
    position: relative;
    z-index: 5;


    overflow-x: hidden;
    overflow-x: clip;
    overflow-y: visible;
}

.footer-05>.container>.row {
    --bs-gutter-y: 5.25rem;
}

.footer-05 .btn.arrowed {
    --button-background: #363636;
    --button-background-hover: #3f3f3f;
    --button-color: #fff;
}

.footer-05-form {
    position: relative;
    z-index: 1;
    padding: 5rem 2rem;
    padding-right: 0;
    color: var(--body-color);
    height: 100%;
}

.footer-05-form::before {
    content: "";
    background-color: var(--button-background);
    position: absolute;
    left: calc(-1 * var(--col-overlap));
    top: calc(-1 * 1rem);
    height: calc(100% + var(--form-overlap));
    width: calc(100vw + var(--col-overlap));
    border-radius: 150px 20px 20px 20px;
    z-index: -1;
}

.footer-05-form::after {
    content: "";
    background-color: transparent;

    background-image: url('/images/logo.svg');
    background-repeat: no-repeat;
    background-position: left -70px bottom -80px;
    background-size: 900px auto;

    position: absolute;
    left: calc(-1 * var(--col-overlap));
    top: calc(-1 * 1rem);
    height: calc(100% + 2.5rem);
    width: calc(100vw + var(--col-overlap));
    border-radius: 150px 20px 20px 20px;
    z-index: -1;

    filter: brightness(0) saturate(100%) invert(74%) sepia(35%) saturate(587%) hue-rotate(33deg) brightness(95%) contrast(95%);
}

.footer-05-form::after {
    opacity: 0;
}

.footer-05 .content-col {
    display: flex;
    flex-flow: column;
}

@media screen and (min-width: 1200px) {
    .footer-05 .content-col {
        padding-right: calc(4rem + var(--block-gap) * .5);
        padding-bottom: var(--block-padding);
    }

    .footer-05 .form-col {
        --col-overlap: 4rem;
        padding-left: calc(var(--col-overlap) + var(--block-gap) * .5);
    }
}

.footer-05 .label.h3 {
    margin-bottom: .5rem;
    color: var(--button-background);
    line-height: 1;
    font-weight: var(--h2-fontweight);
}

.footer-05 .footer-05-content {
    margin-bottom: 2rem;
}

.footer-05 .footer-05-title {
    margin-bottom: 2rem;
    line-height: 3rem;
    font-size: calc(var(--h2-fontsize) - 6px);
    color: #fff;
}

.footer-05 .footer-05-text {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.025em;
}

.footer-05 .footer-05-contact {
    display: flex;
    flex-flow: row wrap;
    gap: var(--block-gap);
    margin-bottom: 2rem;
}

.footer-05 .footer-05-contact>div {
    width: calc(50% - var(--block-gap) * .5);
    display: flex;
    flex-flow: column nowrap;
}

.footer-05 .footer-05-contact>div>a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
}

.footer-05 .footer-05-contact>.footer-05-phone>a {
    font-size: 24px;
    line-height: 32px;
}

.footer-05 .footer-05-offices {
    margin-bottom: 4rem;
}

.footer-05 .footer-05-office-list {
    display: flex;
    flex-flow: row wrap;
    gap: var(--block-gap);

    font-size: 16px;
    line-height: 24px;
    margin-top: .75rem;
}

.footer-05 .footer-05-office-list p {
    font-size: 16px;
    line-height: 24px;
}

.footer-05 .footer-05-office-list>div {
    width: calc(50% - var(--block-gap) * .5);
    display: flex;
    flex-flow: column;
    gap: .5rem;
}

.footer-05-social {
    display: flex;
    flex-flow: row wrap;
    gap: 6px;
    margin-top: auto;
}

@media screen and (max-width: 1199.98px) {

    :root {
        --form-overlap: 5.5rem;
    }

    .footer-05 .footer-05-title {
        font-size: var(--h2-fontsize);
    }

    .footer-05 .footer-05-office-list {
        gap: calc(var(--block-gap) * 1.5) var(--block-gap);
    }

    .footer-05-form {
        --form-padding: calc(4.5rem + var(--bs-gutter-x) * .5);
        padding: var(--form-padding) 2.5rem 0 var(--form-padding);
    }

    .footer-05-form::before {
        width: 100vw;
        left: 0;
        top: 0;
    }

    .footer-05 .footer-05-text {
        padding-right: 7.5rem;
    }

    .footer-05 .footer-05-contact>div {
        width: calc(100% / 3 - var(--block-gap) * 1);
    }
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
    .footer-05 .footer-05-office-list>div {
        width: calc(100% / 3 - var(--block-gap) * 1);
    }
}

@media screen and (max-width: 991.98px) {
    .footer-05 {
        padding: var(--block-padding) 0 0;
    }

    .footer-05 .footer-05-contact>div {
        width: calc(100% / 2 - var(--block-gap) * .5);
    }

    .footer-05 .footer-05-offices {
        margin-bottom: 3.25rem;
    }

    .footer-05>.container>.row {
        --bs-gutter-y: 3.25rem;
    }

    .footer-05-form {
        --form-padding: 3.75rem;
        padding-top: 5.5rem;
    }

    .footer-05-form::before {
        border-top-left-radius: 110px;
    }
}

@media screen and (max-width: 767.98px) {
    .footer-05-form {
        --form-padding: 3rem;
        padding: 3rem 0 0 2.5rem;
    }

    .footer-05-form::before {
        border-top-left-radius: 60px;
    }
}

@media screen and (max-width: 575.98px) {
    .footer-05 {
        --form-overlap: 0px;
    }

    .footer-05 .form-group.bottom-box {
        flex-flow: column wrap;
    }

    .footer-05 .form-group.bottom-box .btn {
        width: 100%;
        justify-content: space-between;
    }

    .footer-05 .footer-05-office-list {
        gap: var(--block-gap);
    }

    .footer-05 .footer-05-title {
        margin-bottom: 0;
    }

    .footer-05 .footer-05-office-list>div,
    .footer-05 .footer-05-contact>div {
        width: 100%;
    }

    .footer-05 .footer-05-contact {
        gap: 1.75rem;
    }

    .footer-05 .footer-05-text {
        display: none;
    }

    .footer-05 .office-name {
        position: relative;
        cursor: pointer;
        user-select: none;
        margin-bottom: 0;
        transition: margin 0.3s ease;
    }

    .footer-05 .footer-05-office.open .footer-title {
        margin-bottom: 40px;
    }

    .footer-05 .office-name::after {
        content: "\f067";
        font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
        font-weight: 300;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-size: 16px;
        line-height: 16px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .footer-05 .footer-05-office.open .office-name::after {
        content: "\f068";
        transform: translateY(-50%) rotate(0deg);
    }

    .footer-05 .footer-05-office .office-address {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        margin-bottom: 0rem;
        transition: max-height 0.3s ease, opacity 0.3s ease, margin-bottom 0.3s ease;
    }

    .footer-05 .footer-05-office.open .office-address {
        max-height: 200px;
        opacity: 1;
        margin-bottom: .5rem;
    }

    .footer-05-form::before {
        width: 200vw;
        left: -50vw;
        border-radius: 0;
    }

    .footer-05-form {
        padding: 3rem 0;
    }

}
/* === footer-05-brochure === */



/* === footer-04-ecommerce === */

.footer-04-ecommerce {
  position: relative;
  overflow-y: visible;
  overflow-x: hidden;
  overflow-x: clip;
  z-index: 4;
}

.footer-04-ecommerce .footer-title {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 2px;
  font-weight: 500;
}

.footer-04-ecommerce .footer-bg {
  background-color: #303030;
  color: #ffffff;
  border-radius: 0 !important;
}

.footer-04-ecommerce .container {
  position: relative;
  z-index: 1;
  padding: calc(6.5rem + var(--form-overlap, 0px)) 0 2.5rem;
}

.footer-04-ecommerce .row {
  --bs-gutter-y: 50px;
}

.footer-04-ecommerce .row.footer-bottom {
  margin-top: 4rem;
  padding-top: 2.5rem;
  position: relative;
}

.footer-04-ecommerce .row.footer-bottom::before {
  content: "";
  background-color: rgb(58, 58, 58);
  position: absolute;
  left: -50vw;
  top: 0;
  height: 1px;
  width: 200vw;
}

.footer-04-ecommerce .row.footer-bottom {
  --bs-gutter-y: 0;
}

.footer-04-ecommerce a {
  text-decoration: none;
}

.footer-04-ecommerce .col-additional-links a {
  color: #a7aeb8;
  font-size: 15px;
  line-height: 35px;
}

.footer-04-ecommerce .column-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
}

.footer-04-ecommerce .site-authors {
  text-align: left;
  display: inline-flex;
}

.footer-04-ecommerce .site-authors img {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
}

.footer-04-ecommerce .footer-logo {
  margin-left: auto;
  max-height: 150px;
}

.footer-04-ecommerce .footer-info>* {
  margin-bottom: 6px;
}

.footer-04-ecommerce .footer-info {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .footer-04-ecommerce .footer-info {
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }

  .footer-04-ecommerce .site-authors {
    text-align: left;
  }
}

.footer-04-ecommerce .footer-info a {
  color: #ffffff;
}

.footer-04-ecommerce .footer-info b {
  color: #ffffff;
  font-weight: 500;
}

.footer-04-ecommerce .footer-column {
  display: flex;
  flex-flow: column wrap;
}

.footer-04-ecommerce .footer-column>* {
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .footer-04-ecommerce .footer-info {
    flex-flow: column wrap;
  }

  .footer-04-ecommerce .footer-column {
    text-align: left;
  }
}

.footer-04-ecommerce .link-list .footer-link a {
  color: var(--button-background);
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  display: block;
  width: 100%;
  font-family: var(--h4-font);
  width: fit-content;
  transition: color 0.3s ease;
  /* text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  width: 100%;
}

.footer-04-ecommerce #footer_column04.link-list .footer-link a {
  color: var(--button-background);
}

.footer-04-ecommerce .link-list .footer-link a:hover,
.footer-04-ecommerce .link-list .footer-link a:focus,
.footer-04-ecommerce #footer_column04.link-list .footer-link a:hover,
.footer-04-ecommerce #footer_column04.link-list .footer-link a:focus {
  color: var(--button-background-hover);
}

.footer-04-ecommerce .contact-with-us {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  margin-bottom: 25px;
  align-items: center;
}

.footer-04-ecommerce .contact-with-us .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}

.footer-04-ecommerce .contact-with-us .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-04-ecommerce .contact-with-us .icons>a {
  background: var(--header-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.1s all;
}

.footer-04-ecommerce .contact-with-us .icons>a:hover,
.footer-04-ecommerce .contact-with-us .icons>a:active {
  background: #fff;
  color: var(--header-color);
}

.footer-04-ecommerce .last-footer {
  color: #fff;
  font-style: normal;
  font-size: 14px;
}

.footer-04-ecommerce .last-footer a {
  color: #fff;
  font-size: 14px;
  width: 100%;
  text-decoration: none;
}

.footer-04-ecommerce .last-footer em.separator {
  color: #fff;
  font-style: normal;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-newsletter {
  position: relative;
  margin-top: 2rem;
}

.footer-newsletter button {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 12px 20px;
  border-radius: 7px !important;
  position: relative;
  background-color: rgb(87, 175, 224);
  display: block;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  text-align: start;
  border-color: rgb(87, 175, 224);
}

.footer-newsletter button::after {
  content: "\e093";
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  font-weight: 400;
  line-height: 0;
  margin-left: 24px;
  font-size: 18px;
  width: 8px;
  display: inline-block;
  height: 0px;
  transform: translate(0, 0);
  will-change: transform;
  position: absolute;
  right: 20px;
  bottom: 22px;
  border: unset;
  text-align: start;
  visibility: visible;
}

.footer-newsletter button:hover {
  background-color: rgba(87, 175, 224, 0.89);
  border-color: rgba(87, 175, 224, 0.89);
}

.footer-newsletter button:hover::after {
  animation: bounceArrowRightBottom 2s infinite;
  animation-delay: .0s;
}

.footer-newsletter button:has(+.form-newsletter.active) {
  outline: none !important;
  visibility: hidden;
}

.form-newsletter {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgb(87, 175, 224);
  width: 100%;
  padding: 12px 20px;
  z-index: 1;
  border-radius: 7px;
  max-height: 100%;
  overflow: hidden;
  transition: all .3s ease;
  opacity: 0;
  pointer-events: none;
  min-width: 100%;
  visibility: hidden;
}

.form-newsletter.active {
  padding: 30px 25px 25px;
  display: block;
  max-height: 700px;
  min-width: 300px;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.form-newsletter .close-btn {
  position: absolute;
  top: 17px;
  right: 17px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 2;
  background-color: transparent !important;
}

.form-newsletter .close-btn::after {
  content: unset;
}

.form-newsletter .close-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}

.form-newsletter .title {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-weight: var(--h3-fontweight);
  font-family: var(--h3-font);
  transition: all .3s ease;
}

.form-newsletter.active .title {
  color: #fff;
  font-size: var(--h3-fontsize);
  line-height: 1;
}

.form-newsletter .form-control {
  border-radius: 0px;
  background-color: #fff;
  border: unset;
  height: 52px;
  border-radius: 3px !important;
}

.form-newsletter .form-control::placeholder,
.form-newsletter .form-control::-webkit-input-placeholder {
  color: #a7aeb8;
  font-size: 15px;
}

.form-newsletter .checkbox+label {
  font-size: 14px;
  line-height: 20px;
}

.form-newsletter .checkbox+label::before {
  border: unset;
  border-radius: 3px !important;
}

.form-newsletter .tickbox.has-error label::before {
  background-color: #ffc8c8;
}

.form-newsletter .tickbox.has-error .error {
  display: none;
}


.form-newsletter .has-error input.error,
.form-newsletter .has-error select.error,
.form-newsletter .has-error textarea.error {
  background-color: #ffc8c8;
}

.form-newsletter .has-error input.error::placeholder,
.form-newsletter .has-error select.error::placeholder,
.form-newsletter .has-error textarea.error::placeholder {
  color: #f00;
}

.form-newsletter .checkbox:checked+label::after {
  top: 4px;
}

.footer-newsletter .form-newsletter button {
  background-color: rgb(0, 56, 84);
  border-color: rgb(0, 56, 84);
  border-radius: 0px !important;
  border-radius: 3px !important;
  text-align: center;
}

.footer-newsletter .form-newsletter button::after {
  position: relative;
  right: unset;
  bottom: unset;
  font-size: 16px;
}

.footer-newsletter .form-newsletter button:hover {
  background-color: rgb(0, 69, 104);
  border-color: rgb(0, 69, 104);
}

@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .footer-sitemap.d-xl-inline-block {
    display: none !important;
  }

  .footer-sitemap.d-xl-none {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  .footer-04-ecommerce .row {
    --bs-gutter-y: 50px;
    --bs-gutter-x: 1.75rem;
  }

  .footer-04-ecommerce .footer-info {
    display: flex;
    flex-flow: row;
    gap: var(--block-gap);
  }

  .footer-04-ecommerce .footer-info>* {
    width: calc(100% / 2 - var(--bs-gutter-x) * 0.5);
  }

  .footer-04-ecommerce .link-list .footer-link a {
    max-width: 180px;
  }
}

@media (max-width: 991.97px) {
  .additional-links .footer-link {
    width: 33%;
    display: inline-block;
  }

  .footer-04-ecommerce .contact-with-us {
    justify-content: center;
    align-items: center;
  }

  .footer-04-ecommerce .last-footer {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-04-ecommerce .column-title {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0;
    margin-top: 15px;
  }

  .footer-04-ecommerce .column-title .toggle-footer {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
  }

  .additional-links .footer-link {
    width: 100%;
    display: block;
  }

  .footer-04-ecommerce .contact-with-us {
    flex-direction: column;
  }

  .footer-04-ecommerce .contact-with-us .title {
    margin-bottom: 15px;
  }

  .col-additional-links {
    padding-top: 50px;
  }
}

@media (min-width: 992px) {
  .footer-04-ecommerce .footer-column {
    justify-content: start;
    flex-flow: column wrap;
  }
}

@media (max-width: 575.97px) {
  .col-authors .site-authors {
    text-align: left;
  }

  .footer-04-ecommerce .footer-bg {
    padding: 3.5rem 30px 2.75rem !important;
  }

  .footer-04-ecommerce .footer-column {
    margin-bottom: 0;
  }

  .footer-04-ecommerce .container {
    padding: 0 !important;
  }

  .footer-04-ecommerce .row {
    --bs-gutter-y: 0rem;
  }

  .footer-04-ecommerce .row.footer-bottom {
    --bs-gutter-y: 1.5rem;

    margin-top: 3rem;
    padding-top: 1.25rem;
  }

}

@media (max-width: 575.98px) {
  .footer-04-ecommerce .footer-title {
    position: relative;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
    transition: margin 0.3s ease;
  }

  .footer-04-ecommerce .footer-title::after {
    content: "\f067";
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
    font-weight: 300;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .footer-04-ecommerce .link-list.open .footer-title::after {
    content: "\f068";
    transform: translateY(-50%) rotate(0deg);
  }

  .footer-04-ecommerce .link-list.open .footer-title {
    margin-bottom: 25px;
  }

  .footer-04-ecommerce .link-list .footer-link {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }

  .footer-04-ecommerce .link-list.open .footer-link {
    max-height: 50px;
    opacity: 1;
  }

  .footer-04-ecommerce .footer-newsletter {
    max-height: 0;
    overflow: visible;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }

  .footer-04-ecommerce .link-list.open .footer-newsletter {
    max-height: 200px;
    opacity: 1;
  }

  .footer-04-ecommerce .footer-column {
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .footer-04-ecommerce .row {
    margin: 0;
  }

  .footer-04-ecommerce .row>* {
    padding-inline: 0;
  }
}
/* === footer-04-ecommerce === */

