:root {

    --ColorRed: #D11242;
    --ColorRed-2: #A1102B;
    --ColorRed-3: #F21840;
    --ColorWhite: #FFFFFF;
    --ColorBlack: #121418;
    --ColorBlack-2: #212121;
    --ColorGray: #414042;
    --ColorGray-2: #B4B4B4;

    --iconSize: clamp(12px, 1.7157rem + 0.6536vw, 40px);
}

footer>*,
header,
section>* {
    max-width: 1920px;
    margin: auto;
}

main {
    position: unset;
    overflow: hidden;
}

section:first-child {
    padding: 60px 0 100px;
}

section,
footer {
    padding: 100px 0;
}

figure {
    margin: 0;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* custom headers */
span.custom-h3 {
    font-family: 'SF Pro Display', sans-serif;
    font-size: clamp(20px, 3vw, 25px);
    line-height: clamp(30px, 4vw, 35px);
    font-style: normal;
    font-weight: 700;
}

span.custom-h4 {
    font-family: "Giga Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


h1 {
    font-family: 'SF Pro Display Bold', sans-serif;
    font-size: clamp(40px, 5vw + 1rem, 50px);
    line-height: clamp(50px, 6vw, 60px);
    font-style: normal;
    font-weight: 700;
}


h2 {
    font-family: 'SF Pro Display Bold', sans-serif;
    font-size: clamp(30px, 4vw, 35px);
    line-height: clamp(40px, 5vw, 45px);
    font-style: normal;
    font-weight: 700;
}


h3 {
    font-family: 'SF Pro Display', sans-serif;
    font-size: clamp(20px, 3vw, 25px);
    line-height: clamp(30px, 4vw, 35px);
    font-style: normal;
    font-weight: 700;
}


h4 {
    font-family: "Giga Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h5 {
    text-align: center;
    font-family: "Giga Sans";
    font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.span-h2 {
    font-size: 35px;
    line-height: 45px;

}

.span-h3 {
    font-size: 25px;
    line-height: 35px;

}

section .content ul {
    text-align: start;
}

section .inner-content p {
    margin-bottom: 16px;
}

section .inner-content p:last-child {
    margin-bottom: 0;
}

section ._header span,
section ._header h2,
section ._header h3 {
    margin-bottom: 0;
}

section ._header span,
section .content span,
section .sub-header span {
    color: var(--ColorRed);
}

section .row._custom .content h3 {
    font-family: "Giga Sans";
    font-size: clamp(20px, 3vw, 25px);
    line-height: clamp(30px, 4vw, 35px);
    font-style: normal;
    font-weight: 700;
    color: var(--ColorBlack);
    text-align: center;
}

section .row._custom {
    margin-bottom: 60px;
}


@media (max-width:1199px) {
    .span-h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }

    .span-h3 {
        font-size: 20px !important;
        line-height: 30px !important;
    }
}


p {
    color: var(--ColorGray);
    font-family: "Giga Sans Extra Light";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

li span._red {
    color: var(--ColorRed);
    font-size: 18px;
    font-family: "Giga Sans Extra Light";
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration-line: underline;
}

li {
    color: var(--ColorWhite);
    font-size: 18px;
    font-family: "Giga Sans Extra Light";
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

p.card-text,
.cta-custom-text-white {
    color: var(--ColorWhite);
}

.cta-custom-link-gray {
    color: var(--ColorGray);
}

.cta-custom-link-black {
    color: var(--ColorBlack);
}

.cta-custom-link-red {
    color: var(--ColorRed);
}

a.font-bold {
    font-family: "Giga Sans Bold";
}

p a {
    color: var(--ColorRed);
    font-family: "Giga Sans Medium";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration-line: underline;
}

a {
    text-decoration: none;
}

a.link {
    color: var(--ColorRed) !important;
    font-family: "Giga Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration-line: underline;
}

a.link-black {
    color: var(--ColorBlack) !important;
    font-family: "Giga Sans Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-decoration-line: underline;
}

a.read-more {
    text-align: center;
    font-family: "Giga Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
}

a.read-more:hover {
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
}

a.read-more:hover path {
    transition: .5s ease all;
    fill: var(--ColorBlack-2);
}


p:last-child {
    margin-bottom: 0;
}

/* CUSTOM padding for Font alignment */
.cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cta-view-more {
    display: block;
}

.cta a.read-more,
.cta-view-more a.read-more {
    padding: 12px 20px 8px 20px;
}

.white-button {
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid var(--ColorWhite);
    color: var(--ColorRed);
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    background: var(--ColorWhite);
    cursor: pointer;
}

.white-button:hover {
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid var(--ColorWhite);
    color: var(--ColorWhite);
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    background-color: transparent;
    cursor: pointer;
}

.red-button {
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid var(--ColorRed);
    background: var(--ColorRed);
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    color: var(--ColorWhite);
    cursor: pointer;
}

.red-button:hover {
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid var(--ColorRed);
    background: var(--ColorWhite);
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    color: var(--ColorRed);
    cursor: pointer;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.row.mb-50 {
    margin-bottom: 50px;
}

.bottom-60,
.mb-60 {
    margin-bottom: 60px;
}

.row.mb-50:last-child {
    margin-bottom: 0;
}

._left-50 {
    padding-left: 50px;
}

._right-50 {
    padding-right: 50px;
}


._left {
    padding-left: 100px;
}

._right {
    padding-right: 100px;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}


._black {
    color: var(--ColorBlack);
}

._red {
    color: var(--ColorRed);
}

._white {
    color: var(--ColorWhite);
}

._gray {
    color: var(--ColorGray);
}

section .row._custom .content .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}

section .row._custom .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 100%;
}


section .row._header,
section .row._custom {
    margin-bottom: 60px;
}

section .row._header:last-child,
section .row._custom:last-child {
    margin-bottom: 0;
}

section .row._header .content figure.image,
section .row._custom .content figure.image {
    width: 100%;
    margin-bottom: 30px;
}

section .row._header .content figure.image img,
section .row._custom .content figure.image img {
    width: 100%;
    object-fit: cover;
}

section .row._header figure.image,
section .row._custom figure.image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

section .row._header figure.image img,
section .row._custom figure.image img {
    width: 100%;

    object-fit: cover;
}

section .row._custom .content h2,
section .row._header .content h2 {
    margin-bottom: 0;
}


@media (max-width:1440px) {
    ._left {
        padding-left: 60px;
    }

    ._right {
        padding-right: 60px;
    }
}

@media (max-width:1199px) {



    section .row._header,
    section .row._custom {
        margin-bottom: 50px;
    }

    section .row._header figure.image,
    section .row._custom figure.image {
        margin-bottom: 30px;
    }

    .mb-100 {
        margin-bottom: 70px !important;
    }

    .mb-60 {
        margin-bottom: 50px !important;
    }

    ._left {
        padding-left: 0;
    }

    ._right {
        padding-right: 0;
    }

    .tablet-logo {
        display: block;
    }

    .custom-menu-logo {
        display: none;
    }


    section p,
    section li {
        font-size: 18px;
        line-height: normal;
    }

    section:first-child {
        padding: 70px 30px;
    }

    section,
    footer {
        padding: 70px 30px;
    }

    .custom-container {
        padding: 0;
    }
}

@media (max-width: 991px) {


    section p,
    section li {
        font-size: 18px;
        line-height: normal;
    }

    p {
        max-width: unset;
    }
}

@media (max-width: 767px) {

    section .row._custom .content h2,
    section .row._header .content h2 {
        margin: 0 auto 20px;
        text-align: center;
    }

    section .row._custom .content p,
    section .row._header .content p {
        text-align: center;
    }

    section .row._header,
    section .row._custom {
        margin-bottom: 40px;
    }

    .mb-100 {
        margin-bottom: 50px !important;
    }

    .mb-60 {
        margin-bottom: 40px !important;
    }

    .top_bar .row {
        gap: 15px;
    }

    .top_bar .header_form {
        justify-content: start;
    }

    section p {
        font-size: 18px;
        line-height: normal;
    }

    section:first-child {
        padding: 50px 20px;
    }

    section,
    footer {
        padding: 50px 20px;
    }
}


/* KEYFRAMES CSS ANIM */
@keyframes anime {

    0%,
    50% {
        color: rgba(255, 255, 255, 0.9);
        background: linear-gradient(-45deg, var(--ColorRed), #DA5375, var(--ColorRed));
        background-size: 200% 200%;
        background-position: 0% 50%;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    }

    40% {
        color: rgba(255, 255, 255, 0.9);
        background: linear-gradient(-45deg, #ff3d3d, #FF3D77, #ff335f);
        background-size: 200% 200%;
        background-position: 100% 50%;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    }

    60% {
        color: rgba(255, 255, 255, 0.9);
        background: linear-gradient(134deg, var(--ColorRed) 17.33%, #DA5375 81.52%);
        background-size: 200% 200%;
        background-position: 100% 50%;
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
    }

    100% {
        color: rgba(255, 255, 255, 0.9);
        background: linear-gradient(-45deg, var(--ColorRed), #FF3D77, #ff1a2d);
        background-size: 200% 200%;
        background-position: 0% 50%;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    }
}

@keyframes shine {
    0% {
        transform: translate(-100%, -25%) rotate(10deg);
    }

    50% {
        transform: translate(100%, -25%) rotate(10deg);
    }

    100% {
        transform: translate(100%, -25%) rotate(10deg);
    }
}

@-webkit-keyframes identifier {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes identifier {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}


/* HEADER CSS */
._custom .nav-container img {
    width: 100%;
    height: 100%;
    max-height: 50px;
    max-width: 262.934px;
    object-fit: contain;
    /* padding-right: 10px; */
}

.top-bar {
    width: 100%;
    background-color: var(--ColorRed);
    padding: 25px 32px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.top-bar.visible {
    opacity: 1;
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.top-bar span.text,
.top-bar span.text a {
    text-align: center;
    color: var(--ColorWhite);
    font-family: "Giga Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.top-bar a span {
    text-align: center;
    font-family: "Giga Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    text-transform: none;
}

.top-bar a.tel {
    color: var(--ColorWhite);
    font-family: "Giga Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.top-bar a.text {
    color: var(--ColorRed);
    font-family: "Giga Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 30px;
    background: var(--ColorWhite);
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

nav.navbar.navbar-expand-xl.bg-white {
    padding: 20px 0;
}

._custom .menu-item {
    display: flex;
    align-items: center;
    padding: 20px 0 20px;
    position: relative;
}

._custom .menu-item:hover>.sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 65px;
    padding: 0;
    /* background: #F7F7F7; */
    list-style: none;
    z-index: 3;
    transition: ease 0.5s;
}

/* ._custom .menu-item:hover>ul.sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 65px;
    padding: 0;
    background: #F7F7F7;
    list-style: none;
    z-index: 3;
    transition: ease 0.5s;
} */

._custom .menu-item-has-children .menu-item-type-custom,
._custom .menu-item-has-children .menu-item-type-post_type {
    padding: 0;
}


._custom .menu-item-has-children {
    display: flex;
    align-items: center;
    padding: 20px 0 20px;
    position: relative;
}

._custom li.menu-item a {
    color: #121418;
    text-align: center;
    font-family: "Giga Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: pre;
}


._custom li.menu-item:hover>a {
    color: var(--ColorRed);
    transition: ease 0.5s;
}

._custom li.menu-item:hover>a+ul {
    color: var(--ColorRed);
}

._custom li.menu-item a:hover {
    color: var(--ColorRed);
    transition: ease 0.5s;
}


._custom .menu-item:hover.menu-item-has-children:focus:after,
._custom .menu-item:hover.menu-item-has-children:after,
._custom .menu-item:hover.menu-item-has-children.focus:after,
._custom .menu-item:hover.menu-item-has-children:focus:after {
    transform: translate(0, 0) scaleY(-1);
    height: 25px;
    width: 20px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='5' viewBox='0 0 7 5' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 1.3L3.3 4.5L0.1 1.3L0.9 0.5L3.3 2.9L5.7 0.5L6.5 1.3Z' fill='%23D11242'/%3E%3C/svg%3E");
    transition: all 300ms ease-in-out;
}

.menu-item-has-children:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='5' viewBox='0 0 7 5' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 1.3L3.3 4.5L0.1 1.3L0.9 0.5L3.3 2.9L5.7 0.5L6.5 1.3Z' fill='%23414042'/%3E%3C/svg%3E");
    display: inline-block;
    transform: translate(0, -4px) scaleY(1);
    height: 25px;
    width: 20px;
    /* position: absolute; */
    padding-left: 8px;
    top: 31px;
    transition: all 300ms ease-in-out;
}

._custom nav.navbar.navbar-expand-lg.bg-white {
    padding: 0;
}

._custom .sticky-top {
    z-index: 998 !important;
}

._custom .__top_bar {
    padding: 16px 0;
    background: var(--ColorRed-2)
}

._custom .__top_bar._desktop {
    display: none;
}

._custom .__top_bar .header_form {
    display: flex;
    justify-content: end;
    max-width: 900px;
    width: 100%;
    gap: 15px;
}

._custom .__top_bar h5 {
    color: var(--ColorWhite);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 10px;
}

._custom .wpcf7-spinner {
    display: none;
}

._custom .wpcf7 form.invalid .wpcf7-response-output,
._custom .wpcf7 form.unaccepted .wpcf7-response-output,
._custom .wpcf7 form.payment-required .wpcf7-response-output {
    color: var(--ColorWhite);
}

._custom .sticky_head {
    padding: 0;
    z-index: 10;
    top: 0;
    position: sticky;
}

._custom .truncate-lines-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

._custom .truncate-lines-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

._custom .wpcf7 form.init .wpcf7-response-output,
._custom .wpcf7 form.resetting .wpcf7-response-output,
._custom .wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

._custom input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-text,
._custom input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.input-text {
    display: flex;
    width: 100%;
    padding: 15px;
    align-items: center;
    gap: 10px;
}

._custom .__top_bar .row ._custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._custom .__top_bar div.inquire p {
    display: flex;
    gap: 10px;
    margin-bottom: 0 !important;
}

._custom .wpcf7 form.sent .wpcf7-response-output {
    background-color: var(--ColorWhite);
    color: #000;
}

._custom input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: var(--ColorWhite);
    color: var(--ColorRed-3);
    transition: ease 0.5s;
}

._custom input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: flex;
    width: 140px;
    height: auto;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FC0;
    border: none;
    color: var(--ColorBlack-2);
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: ease 0.5s;
}


._custom ul#menu-menu-seohackernavmenu ul.sub-menu li.menu-item:hover a {
    color: var(--ColorWhite);
    transition: ease 0.5s;
}

._custom ul#menu-menu-seohackernavmenu .menu-item-has-children>a {
    text-align: center;
}

._custom ul#menu-menu-seohackernavmenu li.menu-item,
._custom ul#menu-menu-seohackernavmenu li.menu-item ul.sub-menu li.menu-item {
    position: relative;
}

._custom ul#menu-menu-seohackernavmenu ._custom li.menu-item a {
    padding: 20px 15px 0;
}

._custom ul#menu-menu-seohackernavmenu li.menu-item a::before,
._custom ul#menu-menu-seohackernavmenu li.menu-item ul.sub-menu li.menu-item a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

._custom a .menu-item-has-children {
    text-align: center;
}

._custom ul.sub-menu {
    display: none;
    position: absolute;
    top: 100px;
    padding-left: 0;

}

._custom ul.sub-menu li {
    color: #121418;
    /* background: #F7F7F7; */
    margin: auto;
    /* width: 300px; */
    display: flex;
    cursor: pointer;

}

._custom ul.sub-menu li a {
    color: #121418;
    font-family: "Giga Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* white-space: pre; */
    text-align: left !important;
    padding: 0;
    width: 100%;
    transition: ease 0.5s;
}

.sub-menu li {
    background: #F7F7F7;
}

.sub-menu li:hover {
    background: #F7F7F7;
}

._custom ul.sub-menu li:hover a {
    color: var(--ColorRed) !important;
    /* background: #F7F7F7; */
    transition: ease 0.5s;
}



._custom .tablet-logo {
    display: none;
}

._custom .custom-menu-logo {
    display: block;
}

._custom .navbar-expand-lg .navbar-nav,
._custom .navbar-expand-xl .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    list-style: none;
    padding: 0;
    width: 100%;
}

._custom .__custom nav.navbar {
    padding: 0;
}

._custom #navbarSupportedContent {
    flex-grow: 0;
    padding-bottom: 0;
}

._custom .navwrap {
    margin: 0;
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    /*     padding: 25px 0 20px; */
}

._custom .navwrap>a {
    margin-right: 5px;

}


._custom .nav-container {
    display: flex;
    justify-content: space-between;
    width: auto;
}

._custom #primary-menu {
    gap: 50px;
    align-items: center;
}

/* VIDEO PLAYER */
.video-preview-modal {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    min-height: calc(480px + 10%);
    z-index: 1000;
    display: none;
}

.video-preview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 999;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* CUSTOM SUB MENU */
.row.inquiry-form {
    margin-bottom: 60px;
}

._custom li.inquiry_btn.menu-item.menu-item-type-custom.menu-item-object-custom {
    display: flex;
    padding: 15px 20px 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--ColorRed);
    transition: ease 0.5s;
    max-width: 100%;
    border: 1px solid var(--ColorWhite);
    border-radius: 30px;
}

._custom li.inquiry_btn.menu-item.menu-item-type-custom.menu-item-object-custom a.stretched-link {
    color: var(--ColorWhite);
    font-family: "Giga Sans Extra Light";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

._custom li.inquiry_btn.menu-item.menu-item-type-custom.menu-item-object-custom:hover {
    background: var(--ColorWhite) !important;
    transition: ease 0.5s;
    border: 1px solid var(--ColorRed);
    border-radius: 30px;
}

._custom li.inquiry_btn.menu-item.menu-item-type-custom.menu-item-object-custom:hover a {
    color: var(--ColorRed) !important;
    transition: ease 0.5s;

}

._custom .wpcf7-not-valid-tip {
    color: var(--ColorWhite);
}

.inner-content._left,
.inner-content._right {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

._custom ul.sub-menu .menu-item {
    padding: 20px;
}

@media all and (max-width: 1599px) {

    ._custom .navbar-expand-lg .navbar-nav,
    ._custom .navbar-expand-xl .navbar-nav {
        gap: 30px !important;
    }


    ._custom #navbarSupportedContent {
        flex-grow: 0;
    }

}

@media all and (max-width: 1440px) {


    ._custom .navbar-expand-lg .navbar-nav,
    ._custom .navbar-expand-xl .navbar-nav {
        gap: 30px !important;
    }


    ._custom li.menu-item a {
        /* max-width: 160px; */
        font-size: 17px;
    }

    ._custom #navbarSupportedContent {
        flex-grow: 0;
    }
}

@media all and (max-width: 1370px) {

    ._custom .navbar-expand-lg .navbar-nav,
    ._custom .navbar-expand-xl .navbar-nav {
        gap: 15px !important;
    }

    /* ._custom li.menu-item a {
        max-width: 150px;
    } */
}

@media all and (max-width: 1299px) {

    ._custom .navbar-expand-lg .navbar-nav,
    ._custom .navbar-expand-xl .navbar-nav {
        gap: 10px !important;
    }

}

@media all and (max-width:1199px) {

    .row.inquiry-form {
        margin-bottom: 50px;
    }

    .sub-menu li {
        background: var(--ColorWhite);
    }

    ._custom ul#menu-menu-seohackernavmenu .menu-item-has-children>a {
        margin-bottom: 10px;
    }

    ._custom #navbarSupportedContent {
        padding-bottom: 20px;
        box-shadow: 0px 15px 10px -15px #11111126;
    }

    section ._right,
    section ._left {
        padding-right: 0;
        padding-left: 0;
    }

    ._custom .navwrap {
        display: block;
    }

    ._custom li.menu-item a {
        max-width: 100%;
        font-size: 18px;
    }

    /* custom-left-menu*/
    ._custom .navbar-expand-lg .navbar-nav,
    ._custom .navbar-expand-xl .navbar-nav {
        display: block;
        height: 600px;
        overflow-y: scroll;
        margin-top: 20px;
    }

    ._custom .menu-item {
        display: flex;
        flex-direction: column;
        align-items: start;
        position: relative;
        max-width: 100%;
        width: 100%;
        padding: 20px 15px 20px 15px;
    }

    ._custom ul.sub-menu .menu-item {
        padding: 10px 10px 5px 10px;
    }

    .menu-item-has-children:after {
        display: none;
    }

    ._custom li.inquiry_btn.menu-item.menu-item-type-custom.menu-item-object-custom {
        max-width: 100%;
        margin: auto;
    }

    ._custom .navwrap {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 20px 15px;
    }

    ._custom .__top_bar h5 {
        margin-bottom: 20px;
    }

    .top-bar.visible,
    .top-bar {
        flex-direction: column;
    }


    ._custom .menu-item ul.sub-menu {
        display: block;
        position: static;
        padding: 0;
        background: var(--ColorWhite);
        list-style: none;
        z-index: 1;
        width: 100%;
    }

    ._custom ul.sub-menu li {
        /* background: var(--ColorWhite); */
        margin: auto;
        padding: 15px;
        display: block;
        cursor: pointer;
        width: 100%;
    }

    ._custom .menu-item:hover>ul.sub-menu {
        position: unset;
    }

    ._custom .nav-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: normal;
    }
}

@media all and (max-width:767px) {
    .row.inquiry-form {
        margin-bottom: 40px;
    }

    ._custom .__top_bar .row ._custom {
        flex-direction: column;
    }

    ._custom .__top_bar h5 {
        margin-right: 0;
    }

}

@media all and (max-width:575px) {
    ._custom .nav-container img {
        width: 100%;
        padding-right: 20px;
    }

    ._custom .__top_bar div.inquire p {
        flex-direction: column;
        gap: 0;
    }

    ._custom .navwrap>a {
        margin-right: 0;
    }

    ._custom .navwrap {
        padding: 20px 0;
    }


    /* 
    ._custom .menu-item {
        padding: 20px 5px 20px 0;
    } */
}


#scrollToTopBtn {
    display: none;
    position: fixed;
    top: 85%;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    /* padding: 15px; */
    border-radius: 10px;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    z-index: 10;
}

#scrollToTopBtn:hover {
    background-color: transparent;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}


/* FOOTER CSS */
footer {

    background-color: #121418;
}

footer .lower-links .inner-content a {
    text-transform: capitalize;
}

footer .upper-links {
    align-items: center;
}

footer .row.lower-links {
    align-items: start;
    margin-bottom: 60px;
}

footer .lower-links .content>div {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0 10px;
}

footer .lower-links .inner-content img {
    margin-right: 10px;
}

footer .lower-links .col-3.inner-content,
footer .lower-links .col-2.inner-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .lower-links .inner-content .details {
    display: flex;
    width: 80%;
    padding-right: 30px;
}

footer .lower-links .inner-content ._custom {
    display: flex;
}

footer .lower-links .inner-content .details img {
    object-fit: contain;
}

footer .lower-links .inner-content .contact_details {
    display: flex;
    flex-wrap: wrap;
    padding-right: 15px;
}

footer .detail-container {
    display: flex;
    flex-direction: column;
}

footer .lower-links .inner-content ._custom {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    gap: 15px;
}

footer .lower-links .inner-content .contact_details {
    padding-right: 0;
}

footer .lower-links .content .newsletter {
    text-transform: uppercase;
}

footer .lower-links .content .email,
footer .lower-links .content .newsletter {
    color: var(--ColorWhite);
    font-style: normal;
    font-weight: 300;

}

footer a {
    color: var(--ColorWhite);
    font-family: "Giga Sans Thin";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;

    text-transform: uppercase;
    text-decoration: none;
}

footer .style-h5 {
    text-align: left;
    color: var(--ColorWhite);
    font-family: "Giga Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;

    text-transform: none;
    margin-bottom: 15px;
}

footer hr {
    border-top: 1px solid var(--ColorWhite);
    margin: 60px 0 60px 0;
    opacity: 1;
}

footer p.copyright,
footer p.copyright a {

    color: var(--ColorWhite);
    text-align: center;
    font-family: "Giga Sans Thin";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    /* 155.556% */


    text-transform: none;
}

footer .row {
    justify-content: start;
    align-items: baseline;
    gap: 60px 0;
}

footer .menu {
    margin: auto 0 auto auto;
}

footer .menu .col {
    width: fit-content;
}

footer .menu>.row>.col:first-child {
    max-width: 342px;
}

footer .menu>.row>.col:first-child .col:first-child {
    max-width: 195px;
}

footer .menu>.row>.col:first-child .col:last-child {
    max-width: fit-content;
}

footer .menu>.row>.col:nth-child(2) {
    max-width: 119px;
}

footer .menu>.row>.col:last-child {
    max-width: 400px;
}

footer .content a {
    color: var(--ColorWhite);
    font-family: "Giga Sans Extra Light";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    display: block;
    text-transform: none;
    margin-bottom: 0;
}

footer p.copyright a:hover,
footer .content a:hover,
footer .details a:hover,
footer .contact_details a:hover {
    color: var(--ColorRed);
}

footer span.address {
    color: var(--ColorWhite);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;

    text-transform: capitalize;
}

footer .wpcf7-not-valid-tip {
    color: var(--ColorWhite)F;
}

footer ._cta input {
    border-radius: 0;
    background: var(--ColorRed);
    padding: 10px 15px;
    color: var(--ColorBlack-2);
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    text-transform: uppercase;
    min-width: 150px;
    border: none;
    transition: ease 0.5s;
}

footer ._cta input:hover {
    transition: ease 0.5s;
    background: var(--ColorWhite);
    color: var(--ColorRed-3);
    transition: ease 0.5s;
}

footer .header_form {
    display: flex;
    gap: 15px;
}

footer ._input input {
    display: flex;
    max-width: 300px;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border: none;
}

footer .social-logos {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .contact_details .email a {
    display: flex;
    justify-content: start;
}

footer .contact_details .email a h5 {
    padding-right: 15px;
    margin-bottom: 15px;
    width: 85px;
}

footer .contact_details .email a span {
    text-transform: lowercase;
    overflow-wrap: anywhere;
}

footer .footer-logo {
    display: flex;
    align-items: center;
    justify-content: start;
}

footer .socialmedia {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

footer ._input input::placeholder {
    color: #797979;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;

}

footer div.subscribe p {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}

footer .row.lower-links .inner-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 410px;
}
footer .row.upper-links .content {
    display: flex;
        flex-direction: column;
}
footer .row.upper-links .content .style-h5 {
    margin-bottom: 20px;
    padding: 0;
}

footer .row.upper-links .content .style-h5 {
    margin-bottom: 20px;
    padding: 0;
}

footer .row.upper-links .inner-content-left {
    display: flex;
    gap: 50px;
    justify-content: start;
    align-items: start;
}

footer .row.upper-links ul {
    margin: 0;
    padding: 0;
}

footer .row.upper-links ul li {
    list-style-type: none;
    margin-bottom: 20px;
}

footer .row.upper-links ul li:last-child {
    margin-bottom: 0;
}

footer .bottom-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
}

@media all and (max-width:1900px) {
    footer ._input input {
        max-width: 300px;
        width: 100%;
        min-width: unset;
    }
}

@media all and (max-width:1850px) {
    footer .lower-links .inner-content ._custom {
        flex-direction: column;
        gap: 15px;
    }

    footer .contact_details a {
        letter-spacing: 1px;
    }
}

@media all and (max-width:1700px) {

    .custom-container {
        padding: 0 5%;
    }

    footer .header_form {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }

    footer ._input input {
        width: 100%;
        max-width: 100%;
    }
}

@media all and (max-width:1500px) {
    footer .bottom-footer-links {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media all and (max-width:1199px) {

    footer {
        padding: 70px 30px;
    }

    footer .header_form {
        display: flex;
        flex-direction: row;
    }

    footer ._input input {
        width: unset;
        max-width: 100%;
    }

    footer .row.lower-links .inner-content {
        min-width: 300px;
    }

    footer .row {
        justify-content: center;
    }

}

@media all and (max-width:991px) {


    footer .row.lower-links {
        gap: 60px 0;
        margin-bottom: 30px;
    }

    footer .row.lower-links .inner-content {
        min-width: 250px;
    }

    footer .row.upper-links .inner-content-left {
        flex-direction: column;
        gap: 20px 0;
    }
}


@media all and (max-width:768px) {

    footer {
        padding: 50px 20px;
    }

    footer .row {
        gap: 40px 0;
    }
}

@media all and (max-width:575px) {

    footer .header_form {
        width: 100%;
    }

    footer div.subscribe p {
        flex-direction: column;
        display: flex;
        gap: 0;
        margin-bottom: 0;
    }

    footer .subscribe-form {
        margin-bottom: 0;
    }

    footer ._input input {
        width: 100%;
        min-width: 100%;
    }

    footer .footer-logo,
    footer .socialmedia {
        justify-content: center;
    }

    footer .header_form {
        flex-direction: column;
    }

    footer .contact_details .email a {
        flex-direction: column;
    }

    footer .contact_details .email a h5 {
        margin-bottom: 0;
    }

    footer .contact_details .email a span {
        font-size: 15px;
        margin-bottom: 15px;
    }

}



/* TEMPLATE SECTION */
section.section__get__in__touch .why-us {
    background: url('section-7-inner-content-bg.jpg')no-repeat center center/cover;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 100px 30px;
}


section.section__get__in__touch .header {
    max-width: 1100px;
}

section.section__get__in__touch .header h2 {
    margin-bottom: 30px;
}

section.section__get__in__touch div p {
    color: var(--ColorWhite);
    text-align: center;
    font-family: "Giga Sans Thin";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 30px;
    max-width: 1100px;
}

section.section__get__in__touch div p a {
    font-family: "Giga Sans Bold" !important;
}

section.section__get__in__touch a.red-button.read-more:hover {
    color: var(--ColorWhite);
    border-radius: 30px;
    border: 1px solid var(--ColorWhite);
    background: transparent;
}

@media(max-width: 1199px) {

    section.section__get__in__touch .why-us {
        min-height: 450px;
        padding: 70px 30px;
    }

    section.section__get__in__touch .cta-custom-text-gray {
        margin-bottom: 0;
    }
}

@media(max-width: 991px) {}

@media(max-width: 767px) {
    section.section__get__in__touch .why-us {
        min-height: auto;
        padding: 50px 20px;
    }

    section.section__get__in__touch .header {
        max-width: 1100px;
        display: flex;
        flex-direction: column;
    }
}

@media(max-width: 575px) {}

@media(max-width: 375px) {

    section.section__get__in__touch .row .why-us {
        justify-content: start;
        padding: 50px 20px;
        min-height: auto;
    }
}



/*  BANNER with button */
section .play-button-container .icon {
    border: none !important;
    z-index: 9;
}

section .play-button-container .icon a {
    position: absolute;
    bottom: calc(0% + -18px);
    right: calc(1% + -18px);
    /* padding: 20px; */
    display: flex;
    width: 60px;
    height: 60px;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 4px solid #FFF;
    background: var(--Red, #D11242);
    overflow: hidden;
    cursor: pointer;
}

section .play-button-container .icon a::before {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: blur;
    background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
    transform: translate(-100%, -25%) rotate(10deg);
    z-index: 1;
    animation: shine 4s infinite;
}

section .play-button-container .icon a:hover {
    background: linear-gradient(134deg, #ffffff 17.33%, #ffffff 81.52%);
    border: 4px solid #D11242;
    transition: all .3s ease-in-out;
}

section .play-button-container .icon a:hover svg path {
    fill: #D11242;
}

section .play-button-container .icon svg {
    width: 20px;
    height: 20px;
    padding-left: 2px;
    transform: rotate(1deg);
    flex-shrink: 0;
}


@media(max-width: 767px) {
    /* section .content {
        padding: 50px 0;
    } */

    section .play-button-container .icon a {
        width: 50px;
        height: 50px;
        padding: calc(0% + var(--iconSize));
        bottom: calc(2% + 3px);
    }

    section .play-button-container .icon svg {
        width: 20px;
        height: 20px;
        padding-left: 2px;
        transform: rotate(1deg);
        flex-shrink: 0;
    }

}

@media(max-width: 575px) {
    /* section .content .header {
        padding: 0 20px;
        margin-bottom: 40px;
    } */

    /* section .content {
        padding: 50px 0;
    } */

    section .play-button-container .icon a {
        width: 35px;
        height: 35px;
        padding: calc(0% + var(--iconSize) / 1.4);
        bottom: calc(2% + 3px);
    }

    section .play-button-container .icon svg {
        width: 20px;
        height: 20px;
        padding-left: 2px;
        transform: rotate(1deg);
        flex-shrink: 0;
    }

}



.video-preview-modal {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    min-height: calc(480px + 10%);
    z-index: 1000;
    display: none;
}

.video-preview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 999;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


._info {
    position: absolute;
    bottom: 0;
    left: 25px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    transform: translateY(0) translateX(0) scale(1);
}

._info ._name {
    color: var(--ColorWhite);
    font-size: 25px;
    font-family: "Giga Sans";
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
}

._info a {
    color: var(--ColorWhite);
    font-size: 18px;
    font-family: "Giga Sans";
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 10px;
}

._info ._description {
    color: var(--ColorWhite);
    font-family: "Giga Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    margin-bottom: 15px;
    max-width: 900px;
}

@media(max-width: 1199px) {
    ._info ._name {

        font-size: 20px;
    }

    ._info a ._link {
        font-size: 16px;
    }
}


@media(max-width: 767px) {
    ._info ._name {
        font-size: 18px;
    }

    ._info a ._link {
        font-size: 15px;
    }
}

@media(max-width: 575px) {
    ._info ._name {
        font-size: 18px;
    }

    ._info a ._link {
        font-size: 16px;
    }
}



[class^="item"] {
    text-decoration: none;
    margin-right: 20px;
    background: transparent;
    box-shadow: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

[class^="item"]:last-child {
    margin-right: 0;
}

.video-close-button {
    width: 40px;
    height: 40px;
    position: fixed;
    top: -5%;
    right: -5%;
    border-radius: 50%;
    background-color: var(--ColorWhite);
    opacity: 1;
    transition: 0.3s ease-out;
    z-index: 1000;
}

.video-close-button:before,
.video-close-button:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    background-color: var(--ColorRed);
    left: 50%;
    top: 50%;
}

.video-close-button:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.video-close-button:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.video-close-button:hover,
.video-close-button:focus {
    transform: scale(1.15);
    opacity: 1;
}

@media(max-width: 1599px) {
    .video-preview-modal {
        width: 80%;
    }
}

@media(max-width: 1199px) {
    .video-preview-modal {
        width: 80%;
    }

    .video-close-button {
        top: 2%;
        right: -8%;
    }
}

@media(max-width: 991px) {
    ._info {
        bottom: 5px;
        left: 15px;
    }

    .video-close-button {
        top: 0%;
        right: -8%;
    }
}

@media(max-width: 767px) {
    .video-close-button {

        top: 8%;
        right: -8%;
    }
}

@media(max-width: 575px) {
    .video-close-button {
        top: 14%;
        right: -8%;
    }
}

@media(max-width: 575px) {
    .video-close-button {
        top: 18%;
        right: -8%;
    }
}



.card-repeater .tiers {
    display: grid;
    gap: 30px;
}

.card-repeater .row._custom:last-child {
    margin-bottom: 0;
}

.card-repeater .tiers.tiers-1 {
    margin-bottom: 0;
}

.card-repeater .tiers.tiers-2 {
    margin-bottom: 0;
}


.card-repeater .tier--header {
    min-height: 150px;
    margin-bottom: 0;
}


.card-repeater .tier--header h3 {
    color: var(--ColorWhite);
    font-family: "Giga Sans";
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
    min-height: 35px;
}


.card-repeater .tier--card {
    border-radius: 20px;
    background: var(--ColorBlack);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    padding: 30px;
    transition: ease 0.6s;
}

.card-repeater .tier--header p {
    color: var(--ColorWhite);
    font-family: "Giga Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.card-repeater .cta-view-more {
    display: flex;
}

.card-repeater .tier--body span {
    color: var(--ColorWhite);
    font-family: "Giga Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.card-repeater .tier--body>.d-flex {
    align-items: center;
    margin-bottom: 10px;
}

.card-repeater .tier--body>.d-flex:last-child {
    align-items: center;
    margin-bottom: 0;
}

.card-repeater figure.image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.card-repeater figure.image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}


.card-repeater figure.tier--card img {
    width: 25px;
}

.card-repeater .tier--body>.d-flex svg {
    margin-right: 11px;
    flex: none;
    margin-top: 5px;
    margin-bottom: auto;
}

.card-repeater .tier--footer {
    margin-top: auto;
}

.card-repeater .tier--footer .cta-view-more a.red-button.read-more {
    justify-content: center;
}

.card-repeater a.red-button.read-more:hover {
    border: 1px solid var(--ColorWhite);
}


@media(max-width: 1440px) {
    .card-repeater .tiers {
        grid-template-columns: 2fr 2fr;
    }


    section .row._header .content figure.image,
    section .row._custom .content figure.image {
        height: 100%;
    }

    section .row._header .content figure.image img,
    section .row._custom .content figure.image img {
        height: 100%;
    }

    section .row._header figure.image,
    section .row._custom figure.image {
        height: 100%;
    }

    section .row._header figure.image img,
    section .row._custom figure.image img {
        height: 100%;
    }

}

@media(max-width: 1199px) {
    .card-repeater .sub-header p {
        max-width: 100% !important;
    }

    .card-repeater .tier--header h3 {
        min-height: auto;
    }

    .card-repeater .tier--header {
        min-height: auto;
        margin-bottom: 0;
    }

    .card-repeater .tier--header p {
        margin-bottom: 0;
    }

    .card-repeater .tier--card {
        max-width: 100%;
    }


    section .row._header figure.image img,
    section .row._custom figure.image img {
        height: 100%;
        max-height: 480px;
        min-height: 480px;
    }

    section .row._header .content figure.image,
    section .row._custom .content figure.image,
    section .row._header .content figure.image img,
    section .row._custom .content figure.image img,
    section .row._header figure.image,
    section .row._custom figure.image,
    section .row._custom .right-content figure img,
    section .row._custom .left-content figure img,
    section .row figure.image img,
    section .row._header figure.image img,
    section .row._custom figure.image img {
        max-height: 480px;
        object-position: center top;
    }
}

@media(max-width: 991px) {

    .card-repeater .tier--card {
        max-width: 100%;
        padding: 50px 30px;
    }

    .card-repeater .tiers {
        grid-template-columns: 1fr;
    }

    .card-repeater .tiers.tiers-1 {
        margin-bottom: 0;
    }

    section .row._header figure.image img,
    section .row._custom figure.image img {
        height: 100%;
        max-height: 380px;
        min-height: 380px;
    }

    section .row._header .content figure.image,
    section .row._custom .content figure.image,
    section .row._header .content figure.image img,
    section .row._custom .content figure.image img,
    section .row._header figure.image,
    section .row._custom figure.image,
    section .row._custom .right-content figure img,
    section .row._custom .left-content figure img,
    section .row figure.image img,
    section .row._header figure.image img,
    section .row._custom figure.image img {
        max-height: 380px;
        object-position: center center;
    }
}

@media(max-width:767px) {
    section .row._custom .content {
        align-items: start;
    }
}

@media(max-width: 575px) {
    .card-repeater .tier--card {
        max-width: 100%;
        padding: 50px 30px;
    }

}


.tiers {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 30px;
}

.tier--card {
    border-radius: 20px;
    background: #121418;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0 30px;
    width: 100%;
    padding: 30px;
    transition: ease 0.6s;
}

.tier--card img {
    width: 25px;
}

.tier--header {
    min-height: 30px;
    margin-bottom: 0;
}

.tier--card ul li,
.tier--card ol li {
    margin-bottom: 20px;
}

.tier--header h3 {
    color: #FFF;
    font-family: "Giga Sans";
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
    min-height: 35px;
}

.tier--header p {
    color: #FFF;
    font-family: "Giga Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.tier--body p {
    color: #FFF;
    font-family: "Giga Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

@media(max-width: 1199px) {
    .tier--card {
        max-width: 100%;
    }

    .tier--header {
        min-height: auto;
        margin-bottom: 0;
    }

    .tier--header p {

        margin-bottom: 0;
    }

    .tier--header h3 {
        min-height: auto;
    }
}

@media(max-width: 991px) {
    .tier--card {
        max-width: 100%;
        padding: 50px 30px;
    }

    .tiers {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 575px) {
    .tier--card {
        max-width: 100%;
        padding: 50px 30px;
    }

}