/**
 * Theme Name: Sukkat Shalom B'nei Noach 2025
 * Template:   twentytwentyfive
 * Version:    v0
 */

@import url("https://use.typekit.net/kpb4bte.css");

body * {
    font-family: "area-normal", sans-serif;
}

body {
    background-color: white;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: -100px;
}

@media (max-width: 1500px) {
    body {
        background-position-x: -300px;
    }
}

@media (max-width: 900px) {
    body {
        background-position-x: -450px;
    }
}

@media (max-width: 700px) {
    body {
        background-position-x: -550px;
    }
}

@media (max-width: 500px) {
    body {
        background-position-x: -700px;
    }
}

.regular-webpage .header-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-navigation img {
    max-height: 75px;
    max-width: 200px;
}

.header-navigation ul {
    display: flex;
    gap: 35px;
    align-items: center;
}


li::before {
    width: 12px;
    height: 12px;
    position: absolute;
    background-color: var(--primary-color);
    content: '';
    border-radius: 1000px;
    margin-left: -30px;
    margin-top: 9px;
}
.sgenix-ant-pagination li::before {
    display: none !important;
}

li::marker {
    content: '';
}

li {
    margin-left: -10px;
    font: normal normal 600 18px / 160% var(--primary-font);
}



.header-navigation ul li:first-child::before,
.pill-nav-button::before {
    content: none !important;
}

.header-navigation li::before {
    margin-left: -27px;
    margin-top: 13px;
}

.header-navigation ul li::marker {
    color: var(--primary-color) !important;
}

.header-navigation ul li,
.header-navigation ul li a {
    text-decoration: none;
    text-transform: lowercase;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    margin-left: -4px;
    margin-right: 4px;
    margin-top: -5px;
}

.pill-nav-button {
    background-color: var(--primary-color);
    border-radius: 1000px;
    padding: 2px 25px 7px 25px;
    color: white;
    margin-left: -25px !important;
    margin-top: 0px !important;
}

.pill-nav-button a {
    margin-right: 0px !important;
}

.global-webpage {
    max-width: 65dvw;
    margin: 0 auto;
}

@media (max-width: 1300px) {
    .global-webpage {
        max-width: 85dvw;
    }
}

@media (max-width: 700px) {
    .global-webpage {
        max-width: 95dvw;
    }
}


:root {
    --primary-font: 'area-normal', sans-serif;
}

* {
    font: normal normal normal 18px/180% var(--primary-font);
    hyphens: auto;
    line-break: auto;
}

h1 {
    font: normal normal 800 42px/130% var(--primary-font);
}

h2 {
    font: normal normal 800 32px/150% var(--primary-font);
}

h3 {
    font: normal normal 800 28px/150% var(--primary-font);
}

h4 {
    font: normal normal 700 20px/150% var(--primary-font);
}

h5 {
    font: normal normal 700 18px/150% var(--primary-font);
    letter-spacing: 0.2;
}

h6 {
    font: normal normal 700 16px/150% var(--primary-font);
}

p, li {
    font: normal normal 600 18px/160% var(--primary-font)
}

p b {
    font-weight: 800 !important;
}

h4 b {
    font-weight: 800;
}
strong {
    font-size: unset;
}

@media (max-width: 1300px) {
    h1 {
        font: normal normal 800 36px/130% var(--primary-font);
    }

    h2 {
        font: normal normal 800 28px/150% var(--primary-font);
    }

    h3 {
        font: normal normal 800 25px/150% var(--primary-font);
    }

    h4 {
        font: normal normal 700 18px/150% var(--primary-font);
    }

    h5 {
        font: normal normal 700 16px/150% var(--primary-font);
    }

    h6 {
        font: normal normal 700 14px/150% var(--primary-font);
    }

    p, li {
        font: normal normal 600 18px/160% var(--primary-font);
    }
}

@media (max-width: 700px) {
    h1 {
        font: normal normal 800 30px/130% var(--primary-font);
    }

    h2 {
        font: normal normal 800 24px/150% var(--primary-font);
    }

    h3 {
        font: normal normal 800 21px/150% var(--primary-font);
    }

    h4 {
        font: normal normal 700 16px/150% var(--primary-font);
    }

    h5 {
        font: normal normal 700 14px/150% var(--primary-font);
    }

    h6 {
        font: normal normal 700 12px/150% var(--primary-font);
    }

    p, li {
        font: normal normal 600 16px/160% var(--primary-font)
    }
}

p, li {
    color: var(--black);
    margin: 0;
}

span {
    font-size: unset;
    font-weight: unset;
    line-height: unset;
}


section {
    padding: 45px 0;
}

.purple {
    color: var(--primary-color);
}

.full-width-container {
    width: calc(100% + 35dvw);
    margin-left: -17.5dvw;
    max-width: calc(115dvw);
}

.m-0 * {
    margin: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.large-hero-main__hero-leftbox {
    width: 50%;
}

@media (max-width: 1900px) {
    .large-hero-main__hero-leftbox {
        width: 52%;
    }
}

@media (max-width: 1300px) {
    .large-hero-main__hero-leftbox {
        width: 60%;
    }
}

@media (max-width: 900px) {
    .large-hero-main__hero-leftbox {
        width: 100%;
    }
}

@media (min-width: 1300px) and (max-width: 1460px) {
    .large-hero-main__hero-leftbox {
        margin-top: -20px;
        margin-bottom: 20px;
    }
}

.large-hero-main__hero-subtitle span {
    font: normal normal 600 22px / 120% var(--primary-font);
    margin-top: 10px !important;
}

@media (max-width: 1300px) {
    .large-hero-main__hero-subtitle span {
        font: normal normal 600 20px / 120% var(--primary-font);
    }
}

@media (max-width: 700px) {
    .large-hero-main__hero-subtitle span {
        font: normal normal 600 18px / 120% var(--primary-font);
    }
}

.large-hero-main__hero-subtitle {
    margin-top: 15px !important;
}

.cta-buttons a:first-of-type {
    background-color: var(--primary-color);
    color: white;
    padding: 2px 30px 6px 30px;
    border-radius: 1000px;
}

.cta-buttons.cta-swap a:first-of-type {
    background-color: transparent;
    color: white;
}

.cta-buttons.cta-swap a:last-of-type {
    background-color: var(--primary-color);
    color: white;
    padding: 2px 30px 6px 30px;
    border-radius: 1000px;
}


.cta-buttons a {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    text-wrap: nowrap;
}

@media (max-width: 1300px) {
    .cta-buttons a {
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .cta-buttons a {
        font-size: 14px;
    }
}

.cta-buttons a,
button {
    transition: opacity 0.2s, transform 0.1s, filter 0.1s;
    cursor: pointer;
}

@media (hover: hover) {
    .cta-buttons a:hover,
    button:hover,
    li a:hover,
    li.pill-nav-button:hover,
    .header-navigation img:hover,
    .cta-button:hover {
    opacity: 0.4;
    transition: opacity 0.2s, transform 0.1s, filter 0.1s;
}
}

@supports not (-moz-appearance: none) {
    .cta-buttons a:active,
    li a:active,
    li.pill-nav-button:active,
    .header-navigation img:active,
    .cta-button:active {
        transform: scale(0.8);
        filter: blur(5px);
    }
}

.cta-buttons {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.large-hero-main__hero-image {
    display: flex;
    width: 100%;
    justify-content: space-between;
    filter: contrast(0.5) grayscale(1) brightness(1.2);
    gap: 40px;
}

@media (min-width: 700px) and (max-width: 1600px) {
    .large-hero-main__hero-image img:nth-of-type(3) {
        display: none;
    }
}

@media (max-width: 430px) {
    .large-hero-main__hero-image img:nth-of-type(3) {
        display: none;
    }
}

.large-hero-main__hero-bottombox {
    max-width: 55%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1300px) {
    .large-hero-main__hero-bottombox {
        max-width: 65%;
    }
}

@media (max-width: 900px) {
    .large-hero-main__hero-bottombox {
        max-width: 90%;
    }
}


.large-hero-main__hero-image img {
    max-width: 120px;
    max-height: 25px;
    width: auto;
    height: fit-content;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
}

.review-rating__stars img {
    width: 20px;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
}

.review-rating__stars {
    display: flex;
}

.review-rating__text {
    font-size: 14px;
    font-weight: 600;
    text-wrap: nowrap;
}

.large-hero-main__hero-review {
    display: flex;
    gap: 10px;
}

.large-hero-main__hero-boxes {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
}

.large-hero-main__hero-experience {
    background-color: #131215;
    color: white;
    border-radius: 0px 10px 10px 10px;
}

.large-hero-main__hero-experience__image__box {
    background-color: #131215;
    width: 44dvw;
    right: 0;
    position: absolute;
    margin-top: -630px;
    height: 630px;
    border-radius: 10px 0px 10px 0px;
    background-position: center;
}

@media (max-width: 1300px) {
    .large-hero-main__hero-experience__image__box {
        width: 34dvw;
    }
}

@media (max-width: 900px) {
    .large-hero-main__hero-experience__image__box {
        width: 14dvw;
    }
}

@media (max-width: 700px) {
    .large-hero-main__hero-experience__image__box {
        width: 2dvw;
    }
}

.large-hero-main__hero-experience__content {
    height: 200px;
    display: flex;
    max-width: 65dvw;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 700px) {
    .large-hero-main__hero-experience__content {
        max-width: 85dvw;
    }
}

.large-hero-main__hero-experience__image__box::after {
    width: 10px;
    height: 10px;
    background-image: url('../sukkat/src/svg/corner-indent.svg');
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    margin-left: -10px;
    bottom: 200px;
}

.large-hero-main__hero-experience__image__box::before {
    content: '';
    background-color: rgb(19 18 21 / 90%);
    width: 100%;
    position: absolute;
    height: 100%;
    border-radius: 10px 0 10px 0;
}

@media (max-width: 700px) {
    .large-hero-main__hero-experience__image__box::before {
        background-color: rgb(19 18 21 / 100%);
    }
}

.large-hero-main__hero-experience__image__box__blurrer__container {
    background-color: #131215;
    height: 260px;
    width: 100px;
    z-index: 10;
    position: absolute;
    bottom: -25;
    margin-left: -50px;
    filter: blur(20px);
    clip-path: inset(35px -48px 25px -45px);
}

.large-hero-main {
    padding: 85px 0 25px 0;
}

.large-hero-main__hero-experience__content__text__team,
.highlight-section__content__text__team,
.step-flow__team {
    display: flex;
}

.large-hero-main__hero-experience__content__text__team img,
.highlight-section__content__text__team img,
.step-flow__team img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 1000px;
    margin-left: -40px;
    border: 7px solid #131215;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
}

.large-hero-main__hero-experience__content__text__team img:first-of-type,
.highlight-section__content__text__team img:first-of-type,
.step-flow__team img:first-of-type {
    margin-left: 0px;
}

.large-hero-main__hero-experience__content__text__text {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

@media (max-width: 700px) {
    .large-hero-main__hero-experience__content__text__text {
        margin-right: 20px;
        flex-direction: column-reverse;
    }
}

.large-hero-main__hero-experience__content__text__text h4 {
    margin: 0;
}

.large-hero-main__hero-experience__content__text {
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 11;
}

.large-hero-main__hero-experience__content__text__online {
    width: fit-content;
    background-color: #5500ff80;
    padding: 3px 15px 5px 35px;
    border-radius: 1000px;
    font-weight: 700;
    font-size: 14px;
}

.large-hero-main__hero-experience__content__text__online::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #5500FF;
    margin-top: 4px;
    border-radius: 1000px;
    margin-left: -27px;
}

@media (max-width: 700px) {
    .large-hero-main__hero-experience__content__text {
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
        align-self: center;
        margin-top: -5px;
        margin-left: 5dvw;
    }

    .large-hero-main__hero-experience__content__text__team img {
        width: 50px;
        border: 5px solid #131215;
        margin-left: -20px;
        height: 50px;
    }

    .large-hero-main__hero-experience__image__box__blurrer__container {
        display: none;
    }

    .large-hero-main__hero-experience__content__text__online {
        transform: scale(0.8);
        margin-left: -12;
        margin-top: -40px;
        z-index: 9;
        background-color: #34098a;
        border: 5px solid #131215;
        margin-bottom: -10px;
    }

    .large-hero-main__hero-bottombox__mobile .large-hero-main__hero-image img {
        max-width: 90px;
        max-height: 20px;
    }

    .large-hero-main__hero-bottombox__mobile .large-hero-main__hero-image {
        justify-content: left;
        margin-bottom: 20px;
    }

    .large-hero-main__hero-boxes .large-hero-main__hero-bottombox__left {
        display: none;
    }

    .large-hero-main__hero-boxes .large-hero-main__hero-bottombox {
        justify-content: right;
        margin-right: 0px;
        max-width: 95%;
    }

    .large-hero-main__hero-boxes {
        height: 300px;
        padding-bottom: 20px;
    }

    .large-hero-main {
        padding: 45px 0 25px 0px;
    }
    
    .large-hero-main__hero-experience__image__box {
        margin-top: -570px;
        height: 570px;
    }
}

@media (min-width: 700px) {
    .large-hero-main__hero-bottombox__mobile {
        display: none;
    }
}

@media (max-width: 700px) {
    .header-menu {
        display: none;
    }

    .header-navigation {
        padding: 20px 0px 20px 0px;
    }

    #wpadminbar {
        display: none !important;
    }

    html {
        margin-top: 0px !important;
    }
}

.text-50-image__heading {
    margin-bottom: 10px;
}

.text-50-image__container {
    display: flex;
    gap: 25%;
    align-items: center;
}

@media (max-width: 1500px) {
    .text-50-image__container {
        gap: 100px;
    }
}

@media (max-width: 900px) {
    .text-50-image__container {
        flex-direction: column-reverse !important;
        gap: 0px;
    }

    .text-50-image__container .text-50-image__image_side {
        width: 100%;
    }
}

.text-50-image__container div {
    flex: 1;
}

.text-50-image__image img {
    width: 100%;
    border-radius: 10px;
    filter: drop-shadow(0.1rem 0.1rem 1.75rem #13121538);
}

.highlight-section__container {
    background-color: var(--primary-color);
    color: white;
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 15px;
    background-size: cover;
    align-content: center;
}

.highlight-section__content__wrapper {
    padding: 40px 90px 40px 90px;
    background-image: url('../sukkat/src/webp/bg-gradient.webp');
    background-size: contain;
    border-radius: 15px;
    background-position: -950px;
    background-repeat: repeat-y;
    transition: all 0.5s ease;
    display: flex;
    width: 100%;
    max-width: calc(100% - 180px);
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1700px) {
    .highlight-section__content__wrapper {
        background-position: -250px;
    }
}

@media (max-width: 1300px) {
    .highlight-section__content__wrapper {
        background-position: -150px;
    }
} 

@media (max-width: 900px) {
    .highlight-section__content__wrapper {
        padding: 40px;
        background-position: 0px;
        max-width: calc(100% - 80px);
    }

    .highlight-section__container {
        background-position: 50%;
    }
}

.highlight-section__content {
    max-width: 380px;
}

.highlight-section__container h2 {
    margin: 0;
}

.highlight-section__container .cta-buttons a:first-of-type,
.step-flow__floating__box .cta-buttons a:first-of-type {
    background-color: white;
    color: var(--primary-color);
}

.step-flow__floating__box .cta-buttons a:first-of-type {
    color: #131215;
}

.step-flow__floating__box .cta-buttons {
    flex-direction: row-reverse;
    margin-top: 15px;
}

.highlight-section__content__heading {
    display: flex;
}

.highlight-section__content__heading img {
    width: 50px;
    border: 4px solid #5841e6;
    margin-left: -30px;
    height: 50px;
}

.highlight-section__content__text__team {
    margin-left: 10px;
}

.step-flow__heading {
    margin: 0;
    margin-bottom: 10px;
}

.step-flow__container {
    max-width: 460px;
}

.step-flow__steps__container {
    display: flex;
    flex: 1;
    gap: 20px;
    min-width: 400px;
}

.step-flow__floating__container {
    flex: 1;
}

.step-flow__step_line {
    min-width: 10px;
    height: 440px;
}

.step-flow__step_line__line {
    height: 100%;
    border-radius: 1000px;
    background-color: #131215;
}

.step-flow__step_line__col__line {
    background-color: var(--primary-color);
    height: 170px;
    border-radius: 1000px;
    margin-top: -440px;
    transition: 1s ease;
}

.step-flow__step p,
.step-flow__step h3 {
    margin: 0;
}

.step-flow__step {
    transition: 0.5s;
}

.step-flow__wrapper {
    display: flex;
    gap: 15%;
    position: relative;
    margin-top: 45px;
    flex-wrap: wrap;
  }

.step-flow__steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step-flow__step.step-flow__step--inactive {
    opacity: 20%;
}

.step-flow__floating__container {
    height: fit-content;
    position: sticky;
    top: 100px;
    width: 30%;
    align-self: flex-start;
    text-align: -webkit-right;
    margin-left: -30px;
    min-width: 260px;
}

.step-flow__floating__box {
    width: 300px;
    background-color: #131215;
    color: white;
    padding: 35px 30px 35px 30px;
    border-radius: 20px;
    text-align: right;
}

.step-flow__floating__box h3 {
    margin: 0;
}

.step-flow__hero-review {
    display: flex;
    gap: 10px;
    width: fit-content;
}

.step-flow__team img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border: 4px solid #ebebeb;
    margin-left: -20px;
}

.step-flow__bottom__items {
    display: flex;
    width: 360px;
    gap: 20px;
    justify-content: right;
    align-items: center;
    margin-top: 10px;
}

@media screen and (max-width: 1060px) {
    .step-flow__floating__box {
        width: 200px;
    }
    .step-flow__bottom__items {
        width: 260px;
    }
    .step-flow__wrapper {
        gap: 10%;
    }
}

@media screen and (max-width: 823px) {
    .step-flow__step_line__line {
        background-color: transparent;
    }

    .step-flow__floating__container {
        margin-left: 0;
        width: 100%;
        margin-top: 30px;
    }

    .step-flow__floating__box {
        width: calc(100% - 60px);
        text-align: left;
    }

    .step-flow__floating__box .cta-buttons {
        flex-direction: row;
    }

    .step-flow__steps__container {
        min-width: 100%;
    }
}

.recent-blogs-grid-4__grid {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.recent-blogs-grid-4__grid > div {
    display: block;
}

.recent-blogs-grid-4__item {
    flex: 1 0 20%;
    position: relative;
    cursor: pointer;
}

@media (max-width: 1300px) {
    .recent-blogs-grid-4__grid > div:nth-of-type(1),
    .recent-blogs-grid-4__grid > div:nth-of-type(2),
    .recent-blogs-grid-4__grid > div:nth-of-type(3),
    .recent-blogs-grid-4__grid > div:nth-of-type(4) {
        display: block;
    }

    .recent-blogs-grid-4__item {
        flex: 1 0 40%;
    }
}

@media (max-width: 500px) {
    .recent-blogs-grid-4__item {
        flex: 1 0 100%;
    }
}


.recent-blogs-grid-4__grid img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.28 / 1;
    object-fit: cover;
    border-radius: 15px;
}

.recent-blogs-grid-4__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 15px;
    background: linear-gradient(0deg, rgb(25 168 160) 0%, rgb(25 168 160 / 0%) 100%);
    pointer-events: none;
    transition: all 0.2s ease;
    opacity: 70%;
}

.recent-blogs-grid-4__item::after {
    width: fit-content;
    height: fit-content;
    color: #19A8A0;
    display: block;
    background-color: white;
    padding: 2px 25px 7px 25px;
    border-radius: 10px;
    font-weight: 700;
    position: absolute;
    right: 30px;
    transition: all 0.2s ease;
    bottom: 12px;
    left: 10px;
}

.recent-blogs-grid-4__top_text {
    max-width: 400px;
}

.recent-blogs-grid-4__item:hover::after {
    transform: scale(1.05) translateX(5px);
}

.recent-blogs-grid-4__item:hover::before {
    opacity: 100%;
}

.open-wrapper {
    background-color: #000000de;
    width: 100dvw;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(3px);
    color: white;
    z-index: 9999;
}

.wrapper-container {
    width: 85dvw;
    margin: 0 auto;
    max-height: 100%;
    overflow: auto;
    padding-top: 150px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.wrapper-container__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper-container__top h2 {
    margin: 0;
}

.wrapper-container__right .cta-buttons:last-of-type a:last-of-type,
.wrapper-container__bottom .cta-buttons:last-of-type a:last-of-type {
    background-color: white;
    color: var(--primary-color);
}

.wrapper-container__images img {
    width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
    margin: -1px;
}

.wrapper-container__images {
    margin-top: 40px;
    position: relative;
}


.wrapper-container__images img:first-of-type {
    border-radius: 15px 15px 0px 0px;
}

.wrapper-container__images img:last-of-type {
    border-radius: 0px 0px 15px 15px;
}


.wrapper-container__images img:only-of-type {
    border-radius: 15px;
}



.wrapper-container__images::before {
    width: 100%;
    height: 20px;
    content: '';
    position: absolute;
    background: linear-gradient(90deg,rgba(87, 67, 229, 0) 0%, rgba(87, 67, 229, 1) 10%, rgba(87, 67, 229, 1) 90%, rgba(87, 67, 229, 0) 100%);
    filter: blur(10px);
    border-radius: 100000px;
}

html.no-scroll {
    overflow: hidden;
}

html.no-scroll body {
    overflow: hidden;
}

.wrapper-container__bottom {
    margin-bottom: 300px;
    float: right;
}

.cta-close::before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../sukkat/src/svg/close.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -35px;
    margin-top: 6px;
    filter: brightness(0) saturate(100%) invert(28%) sepia(84%) saturate(1777%) hue-rotate(234deg) brightness(87%) contrast(107%);
}

.cta-close {
    padding: 2px 30px 6px 60px !important;
    position: relative;
}

.cta-buttons a {
    cursor: pointer;
}

.text-ladder__container {
    display: flex;
    gap: 10px;
}

.text-ladder__heading {
    width: fit-content;
    margin: 0;
}

.text-ladder__subtext {
    max-width: 80%;
}

.text-ladder__list {
    display: flex;
    flex-direction: column;
}

.text-ladder__list h2 {
    margin: 0;
}

@media (max-width: 500px) {
    .text-ladder__top_text {
        width: 100%;
    }

    .text-ladder__right_text {
        display: none;
    }
}

@media (min-width: 500px) {
    .text-ladder__list__mobile {
        display: none;
    }
}

#impact-heart h2::before {
    content: '';
    background-image: url('../sukkat/src/svg/heart.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    margin-right: -30px;
    margin-top: 5px;
    filter: brightness(0) saturate(100%) invert(84%) sepia(17%) saturate(5022%) hue-rotate(88deg) brightness(102%) contrast(105%);
    transform: rotate(20deg);
}

.highlight-section__heading {
    position: relative;
}

.faq__text {
    max-width: 400px;
}

.faq__item--question_box::before {
    content: url('../sukkat/src/svg/plus.svg');
    min-width: 35px;
    min-height: 35px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 1000px;
}

.faq__item--question_box {
    display: flex;
    gap: 15px;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
}

.faq__item--question_box p {
    font-weight: 800;
}

.faq__item-question {
    white-space: nowrap;
}

@media (max-width: 700px) {
    .faq__item-question {
        white-space: normal;
    }
}

.faq__item--question_box::after {
    width: 100%;
    height: 1px;
    display: block;
    content: '';
    background-color: #8080803d;
}

@media (max-width: 700px) {
    .faq__item--question_box::after {
        content: none;
    }
}

.faq__item--answer_box {
    margin-left: 50px;
}

.faq__questions {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq__item--answer_box {
    transition: all 0.5s ease;
}

.faq__item-wrapper.faq__item-opened .faq__item--question_box::before {
    content: url('../sukkat/src/svg/minus.svg');
}

.faq__content-heading {
    font-weight: 800;
}

.footer {
    background-color: #131215;
    position: relative;
    border-bottom: 15px solid var(--primary-color);
    margin-top: 100px;
}

section.footer.full-width-container::after {
    display: block;
    color: #ebebeb;
    margin-left: 150px;
    font-weight: 900;
    font-size: 140;
    content: 'Are you onboard?';
    line-height: 140px;
    transform: translateX(-130px) translateY(-70px);
    margin-right: 50%;
    top: 0;
    position: absolute;
    pointer-events: none;
}

.footer__container {
    max-width: 65dvw;
    margin: 0 auto;
    margin-top: 250px;
    color: white;
}

.footer__contact_container,
.formbox {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #ffffff1a;
    margin-bottom: 100px;
    padding-bottom: 100px;
}

.formbox {
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer__contact_container div,
.formbox div {
    flex: 1;
    max-width: 530px;
}

.footer__contact_left,
.formbox__left {
    max-width: 400px !important;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin: 0;
}

.grecaptcha-badge {
    display: none !important;
}

.frm_form_fields fieldset {
    padding: 0;
}

.footer__contact_form {
    background-color: var(--primary-color);
    padding: 35px 45px 5px 45px;
    border-radius: 15px;
}

.formbox__form {
    background-color: white;
    padding: 35px 45px 5px 45px;
    border-radius: 15px;
}

.footer__contact_form .frm_primary_label {
    color: white;
    font-size: 16px;
}


.footer__contact_form input,
.footer__contact_form textarea {
    background-color: #ffffff3b !important;
    border: none !important;
    color: white !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    border-radius: 13px !important;
}

.formbox input,
.formbox textarea {
    background-color: #2424241d !important;
    border: none !important;
    color: black !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    border-radius: 13px !important;
}

.footer__contact_form input::placeholder,
.footer__contact_form textarea::placeholder {
    color: #ffffff9e !important;
}

.footer__contact_form .frm_button_submit {
    background-color: white !important;
    border-radius: 1000px !important;
    padding: 2px 25px 7px 25px !important;
    color: var(--primary-color) !important;
    margin-top: 20px !important;
    border: none !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-wrap: nowrap !important;
}

.formbox .frm_button_submit {
    background-color: var(--primary-color) !important;
    border-radius: 1000px !important;
    padding: 2px 25px 7px 25px !important;
    color: white !important;
    margin-top: 20px !important;
    border: none !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-wrap: nowrap !important;
}

.frm_error_style {
    background-color: #ff7d7d40 !important;
    border: none !important;
    color: white !important;
}

.formbox .frm_error_style {
    background-color: #ff7d7d40 !important;
    border: none !important;
    color: black !important;
}

.frm_error {
    color: #ffffff8a !important;
}

.formbox .frm_error {
    color: #0000008a !important;
}

.footer__contact_form .frm_form_field,
.formbox__form .frm_form_field {
    margin-bottom: 20px !important;
}

.footer__contact_icon,
.formbox__contact_icon {
    display: flex;
    gap: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer__contact_icon:hover .footer__contact_icon_image,
.formbox__contact_icon:hover .formbox__contact_icon_image {
    background-color: white;
}

.footer__contact_icon:hover img,
.formbox__contact_icon:hover img {
    filter: invert(1);
}

.footer__contact_icon img,
.formbox__contact_icon img {
    transform: scale(0.9) translateX(1px);
    transition: all 0.3s ease;
}

.footer__contact_icon_image,
.formbox__contact_icon_image {
    background-color: var(--primary-color);
    min-height: 25px;
    min-width: 25px;
    border-radius: 1000px;
    padding: 5px;
    flex: 0 !important;
    transition: all 0.3s ease;
}

.footer__contact_icons,
.formbox__contact_icons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}


.footer__logo_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__logo {
    filter: contrast(10000000) grayscale(10000) invert(1);
    width: 250px;
    min-width: 150px;
}

.footer__social {
    width: 40px;
    height: 40px;
    background-color: white;
    display: flex;
    align-content: center;
    align-items: center;
    place-content: center;
    transition: all 0.3s ease;
}

.footer__social:hover {
    transform: translateY(-7px);
    background-color: var(--primary-color);
}

.footer__social:hover img {
    filter: brightness(0) invert(1);
}

.footer__social img {
    transition: all 0.3s ease;
}

.footer__menus {
    display: flex;
    margin-top: 30px;
}

.footer__menus .footer__menu {
    flex: 1;
}

.footer__menu h4 {
    margin: 0;
    font-weight: 800;
}

.footer__menu li::before {
    margin-top: 16px;
    background-color: white;
    width: 5px;
    height: 5px;
}

.footer__menu li a {
    margin-left: -10px;
    text-decoration: none;
    font-weight: 700;
    text-wrap: nowrap;
}

.footer__menus .footer__menu:first-of-type h4::before {
    content: url('../sukkat/src/svg/arrow-tr-br.svg');
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -7px;
}

.footer__menu ul {
    margin: 0;
    margin-top: 5px;
}

.footer__menu:last-of-type {
    text-align: right;
}

.footer__menu li {
    transition: all 0.3s ease;
}

.footer__menu li:hover {
    opacity: 40%;
}

.footer__info-lowpac {
    opacity: 40%;
    font-size: 14px;
}

.footer__info-top {
    margin-bottom: 40px;
}

.footer__bottom {
    margin-top: 75px;
}

.footer__bottom p {
    font-size: 15px;
}

.footer__socials {
    display: flex;
    gap: 20px;
}

@media (max-width: 700px) {
    .footer__contact_container {
        flex-direction: column;
        width: 125%;
        gap: 100px;
    }

    .footer__menus {
        display: flex;
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer__menu:last-of-type {
        text-align: left;
    }

    .footer__logo_container {
        flex-direction: column;
        align-items: baseline;
        gap: 30px;
    }

    .footer__logo {
        width: 175px;
    }

    .footer__socials {
        flex-wrap: wrap;
    }
}

@media (max-width: 700px) {
    section.footer.full-width-container::after {
        font-size: 70px;
        transform: translateX(-130px) translateY(-30px);
        line-height: 70px;
    }

    .footer__container {
        margin-top: 150px;
    }

    .footer__contact_form {
        background-color: var(--primary-color);
        padding: 15px 15px 0px 15px;
        border-radius: 15px;
    }

    .large-hero-services-bottombox__right {
        position: absolute !important;
        right: 20 !important;
        margin-top: -260px !important;
        color: #131215 !important;
    }

    .large-hero-services .large-hero-main__hero-experience__content__text__text {
        margin-right: 0px !important;
    }

    .large-hero-services .large-hero-main__hero-boxes {
        height: 250px !important;
    }
}

.large-hero-services .large-hero-main__hero-experience {
    border-radius: 0px 0px 10px 10px;
}

.large-hero-main__hero-breadcrumb img {
    height: 20px;
    width: 20px;
    transform: translateY(1px);
}

.large-hero-main__hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.large-hero-posts .large-hero-main__hero-breadcrumb span,
.large-hero-posts .large-hero-main__hero-breadcrumb a {
        z-index: 99;
        white-space: nowrap;
}

@media (max-width: 700px) {
    .large-hero-main__hero-breadcrumb img {
        height: 15px;
        width: 15px;
    }

    .large-hero-main__hero-breadcrumb span,
    .large-hero-main__hero-breadcrumb a {
        font-size: 14px;
    }

    .large-hero-services .large-hero-main__hero-image img:nth-of-type(3) {
        display: block !important;
    }
}

.highlight-section__review__stars,
.highlight-section__review__name {
    display: flex;
    gap: 5px;
    width: fit-content;
    background-color: #29007C;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 1000px;
}

.highlight-section__review__name p {
    max-width: 150px;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.highlight-section__review__name {
    min-width: 20px;
}


.highlight-section__review__stars img {
    width: 20px;
    filter: brightness(0) invert(1);
}

.highlight-section__review__info {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    max-width: 100%;
}

.highlight-section__review-item {
    background-color: #6755E8;
    padding: 30px;
    border-radius: 20px;
}

.highlight-section__review-item.highlight-section__review__1 {
    margin-top: -125px;
}

.highlight-section__review__1, .highlight-section__review__3 {
    transform: scale(0.9);
    opacity: 40%;
}

.highlight-section__review__1 {
    clip-path: inset(130px 0px 0px 0px);
}

.highlight-section__review__3 {
    clip-path: inset(0px 0px 130px 0px);
}

.highlight-section__review {
    max-width: 50%;
    height: 400px;
    align-content: center;
    margin-top: -40px;
    margin-bottom: -40px;
    transition: all 0.2s ease;
    user-select: none   ;
}

.highlight-section__review__text__content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    min-height: 6.4em;
}


.highlight-section__review__unloaded {
    opacity: 0%;
}

.highlight-section__content__wrapper__trustpilot::after {
    content: '';
    background-image: url('../sukkat/src/svg/trustpilot-wide.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px;
    position: absolute;
    bottom: 20px;
    height: 32px;
    right: 20px;
}

.highlight-section__content__wrapper__trustpilot {
    position: relative;
}

@media (max-width: 1100px) {
    .highlight-section__content__wrapper__trustpilot {
        flex-direction: column;
        margin: 0 auto;
    }

    .highlight-section__review__1 {
        opacity: 0%;
    }

    .highlight-section__review {
        max-width: 100%;
    }

    .highlight-section__content {
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .highlight-section__content__wrapper__trustpilot {
        max-width: calc(100% - 80px) !important;
    }

    .highlight-section__review__1,
    .highlight-section__review__3 {
        display: none;
    }

    .highlight-section__review {
        margin-top: 40px;
        max-height: unset;
        margin-bottom: 40px;
        height: fit-content;
    }

    .highlight-section__review__text__content {
        min-height: 6em;
    }

    .highlight-section__review__stars {
        display: none;
    }

    .highlight-section__review__name {
        height: 30px;
    }
}

.project-showcase-detailed__top_text_wrapper {
    display: flex;
}

.project-showcase-detailed__top_text {
    max-width: 400px;
}

.project-showcase-detailed__client_logos {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 400px);
    margin: 0 auto;
    align-items: center;
    align-self: center;
    grid-gap: 50px;
    column-gap: 30px;
}

.project-showcase-detailed__client_logos div {
    flex: 1 1 calc(25% - 30px);
    box-sizing: border-box;
}

.project-showcase-detailed__client_logos img {
    max-width: 170px;
    max-height: 40px;
    width: auto;
    height: fit-content;
}

.project-showcase-detailed__project_container {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.project-showcase-detailed__project_container_left {
    width: 40%;

    display: flex;
    gap: 10px;
}

.project-showcase-detailed__project_container_right {
    width: 80%;
    background-color: #131215;
    border-radius: 15px;
    color: white;
}

.project-showcase-detailed__project_container_image {
    background-color: green;
    border-radius: 15px;
    width: 20px;
    color: transparent;
    pointer-events: none;
    transition: all 0.5s ease;
    min-width: 20px;
}

.project-showcase-detailed__project_container_image img {
    opacity: 0%;
    max-width: 100%;
}

.project-showcase-detailed__project_container_image.project-showcase-detailed__project_container_image--active {
    width: 100%;
    color: unset;
    padding: 60px;
    min-height: 200px;
    align-content: center;
    background-size: cover;
}

.project-showcase-detailed__project_container_image.project-showcase-detailed__project_container_image--active img {
    opacity: 100%;
    max-height: 100px;
}

.project-showcase-detailed__project_container_right_contents {
    padding: 30px;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    height: calc(100% - 60px);
    height: 260px;
}

.project-showcase-detailed__project_container_right_contents_left {
    width: 60%;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.project-showcase-detailed__project_container_right_contents_right {
    width: 30%;
}

.project-showcase-detailed__project_container_icon {
    display: flex;
    gap: 10px;
    align-items: center;
}

.project-showcase-detailed__project_container_icon img {
    filter: brightness(0) saturate(100%) invert(29%) sepia(37%) saturate(5803%) hue-rotate(238deg) brightness(95%) contrast(108%);
    width: 25px;
    height: 25px;
}

.project-showcase-detailed__project_container_icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.project-showcase-detailed__project_container_right_contents_text {
    font-weight: 600;
    color: #a1a0a1;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6em;
    min-height: 6.0em;
}

.project-showcase-detailed__project_container_right_contents_text b {
    color: white;
    font-weight: 700;
}

.project-showcase-detailed__project_container_right_contents_right button {
    background-color: var(--primary-color);
    color: white;
    padding: 2px 30px 6px 30px;
    border-radius: 1000px;
    border: none;
    font-weight: 700;
    transform: translateX(-35px);
}

.project-showcase-detailed__project_container_right_contents_right button::after {
    content: '';
    width: 35px;
    height: 35px;
    background-image: url(../sukkat/src/svg/arrow-right.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 40px;
}

.project-showcase-detailed__project_container_right_contents_right {
    align-content: center;
    text-align: right;
}

.project-showcase-detailed__foreground_image {
    text-align: center;
}

#next-project-button {
    cursor: pointer;
}

@media (max-width: 700px) {
    .project-showcase-detailed__top_text_wrapper {
        flex-direction: column-reverse;
    }

    .project-showcase-detailed__client_logos {
        max-width: unset;
        width: 90%;
        margin: 0;
        align-self: unset;
        grid-gap: 30px;
        column-gap: 10px;
    }

    .project-showcase-detailed__client_logos img {
        max-width: 90px;
        max-height: 20px;
    }

    .project-showcase-detailed__project_container {
        flex-direction: column;
    }

    .project-showcase-detailed__project_container_right {
        width: 100%;
    }

    .project-showcase-detailed__project_container_left {
        width: 100%;
        height: 390px;
    }
    
    .project-showcase-detailed__project_container_right_contents {
        flex-direction: column;
        height: 350px;
        min-height: fit-content;
    }

    .project-showcase-detailed__project_container_right_contents_left {
        width: 100%;
    }

    .project-showcase-detailed__project_container_right_contents_right {
        width: 100%;
        align-content: unset;
        text-align: left;
    }

    .project-showcase-detailed__project_container_right_contents_right button {
        transform: unset;
    }

    .project-showcase-detailed__project_container_right_contents_text_container {
        margin-top: 20px;
    }

    .project-showcase-detailed__project_container_right_contents_text b {
        font-size: unset;
    }
}


.hun-text__subtext,
.large-hero-posts__subtext {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hun-text__subtext b,
.hun-text__subtext strong,
.large-hero-posts__subtext b,
.large-hero-posts__subtext strong {
    font-weight: 800;
}

.large-hero-posts__hero-boxes {
    background-color: #131215;
    padding-top: 125px;
    padding-left: 17dvw;
    max-width: 60%;
    height: 250px;
    border-radius: 0px 0px 0px 15px;
}

.large-hero-posts {
    margin-top: -125px;
}

.large-hero-posts .large-hero-main__hero-experience__image__box {
    background-color: #131215;
    width: 44dvw;
    right: 0;
    position: absolute;
    margin-top: -505px;
    height: 730px;
    border-radius: 0px 0px 0px 10px;
    background-position: center;
}


.large-hero-posts .large-hero-main__hero-experience__image__box__blurrer__container {
    background-color: #131215;
    height: 565px;
    width: 100px;
    z-index: 10;
    position: absolute;
    bottom: 200;
    margin-left: -50px;
    filter: blur(20px);
    clip-path: inset(35px -48px 25px -45px);
}

.header-navigation {
    z-index: 99999;
    position: relative;
}

.large-hero-posts .large-hero-main__hero-leftbox {
    color: white;
}

.large-hero-posts .large-hero-main__hero-experience__image__box::after {
    bottom: 215px;
    transform: rotate(270deg);
}

.large-hero-posts .large-hero-main__hero-experience__image__box::before {
    border-radius: 0px 0px 0px 10px;
}

@media (max-width: 1900px) {
    .large-hero-posts .large-hero-main__hero-leftbox {
        width: 75%;
    }
}

.large-hero-posts .large-hero-main__hero-breadcrumb img {
    filter: invert(1);
}

body:has(.large-hero-posts) .header-navigation img,
body:has(.large-hero-posts) .header-navigation__mobile-button {
    filter: brightness(100000);
}

body:has(.large-hero-posts) .header-navigation__mobile-button {
    filter: invert(1);
}

body:has(.large-hero-posts) .header-navigation .header-menu {
    color: white;
}

.large-hero-posts__bottom-information {
    z-index: 11;
    position: absolute;
    bottom: 0;
    color: white;
    padding: 40px;
    width: 70%;
}

.large-hero-posts__hero-reviews {
    margin-top: 55px;
    margin-bottom: 25px;
}

.large-hero-posts__hero-logos {
    opacity: 50%;
}

.large-hero-posts .cta-button {
    background-color: var(--primary-color);
    color: white;
    padding: 2px 30px 6px 30px;
    border-radius: 1000px;
    width: fit-content;
    font-weight: 700;
    text-decoration: none;
}

.large-hero-main__hero-experience__content__text__text div {
    margin-top: 10px;
}

.large-hero-posts-text {
    max-width: 50%;
    margin-top: 40px;
}

@media (max-width: 700px) {
    .large-hero-posts__hero-boxes {
        width: 100%;
        max-width: 100%;
        padding-right: 15px;
        margin-top: -10px;
    }

    .large-hero-posts .large-hero-main__hero-leftbox {
        width: 100%;
    }

    .large-hero-posts .large-hero-main__hero-experience__image__box {
        width: 100%;
        height: 500px;
    }

    .large-hero-posts .large-hero-main__hero-experience__image__box {
        display: none;
    }

    .large-hero-posts-text {
        max-width: 100%;
    }
}

@media (max-width: 1040px) {
    .large-hero-posts .large-hero-main__hero-experience__content__text {
        display: none;
    }
}

.menu-item {
    white-space: nowrap;
}

@media (max-width: 1300px) and (min-width: 700px) {
    .large-hero-main__hero-experience__content {
        max-width: 85dvw;
    }
}



@media (max-width: 900px) {
    .header-navigation__desktop {
        display: none;
    }
}

.header-navigation__mobile {
    display: none;
}

@media (max-width: 900px) {
    .header-navigation__mobile {
        display: flex !important;
    }

    .header-menu__list-mobile {
        flex-direction: column !important;
        display: flex !important;
        width: 100% !important;
        text-align: left !important;
        align-items: self-start !important;
        padding-left: 0px !important;
    }

    .header-navigation__mobile-button {
        height: 35px;
        width: 35px;
        border: none;
        z-index: 99999;
        background: url('../sukkat/src/svg/hamburger.svg') no-repeat center center;
        background-size: 90%;
    }

    .header-menu {
        position: absolute;
        left: -10px;
        background-color: #e4e4e487;
        padding: 40px;
        max-width: calc(100% - 60px);
        top: 0;
        width: 100%;
        backdrop-filter: blur(10px);
        height: 100dvh;
    }

    .header-navigation li::before {
        display: none !important;
    }

    .header-navigation ul li {
        margin-left: 0px !important;
    }

    .pill-nav-button {
        width: calc(100% - 50px);
    }

    .header-navigation__mobile-logo {
        width: 300px;
    }

    .current-menu-item {
        color: var(--primary-color);
    }
}

.team-members__box {
    background: url(https://st2.depositphotos.com/1012250/9262/i/450/depositphotos_92626992-stock-photo-marmoset-close-up-zhangjiajie-national.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    border-radius: 15px;
    position: relative;
}

@media (min-width: 901px) {
    .team-members__box_l {
        height: 550px;
    }
}

.team-members__box_tr {
    z-index: 10;
    color: white;
    position: relative;
}

.team-members__box_br {
    z-index: 10;
    position: absolute;
    color: white;
    bottom: 25px;
}

.team-members__box::before {
    background: linear-gradient(0deg, rgba(87, 67, 229, 1) 0%, rgba(87, 67, 229, 0.36) 100%);
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 9;
    border-radius: 15px;
}

.team-members__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 50px;
}

@media (max-width: 900px) {
    .team-members__list {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        margin-top: 30px;
    }
}

@media (max-width: 600px) {
    .team-members__list {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        margin-top: 30px;
    }

    .team-members__box_br h4 {
        max-width: 130px;
    }
}

.team-members__flag {
    height: 50px;
    width: 50px;
    background-size: 140%;
    background-position: center;
    border-radius: 1000px;
}

.team-members__box_br h4 {
    margin: 0;
}

.team-members__box_contents {
    padding: 30px;
    height: -webkit-fill-available;
}

@media (max-width: 900px) {
    .team-members__box_contents {
        padding: 15px;
    }
}

.formbox_left_dir {
    flex-direction: row-reverse;
}

.formbox_left {
    padding-left: 50px;
}

@media (max-width: 700px) {
    .formbox_left_dir {
        flex-direction: column-reverse;
    }

    .formbox_left {
        padding-left: 0px;
    }
}


.video-list__videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
}

.video-list__video {
    flex: 1 1 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    aspect-ratio: 16 / 9;
}

@media (max-width: 900px) {
    .video-list__video {
        flex: 1 1 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
}

@media (max-width: 600px) {
    .video-list__video {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.video-list__video-embed iframe {
    width: 100% !important;
    height: 100% !important;
    border-radius: 15px;
}

.video-list__video-embed.youtube-placeholder img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 15px !important;
}

@media (max-width: 600px) {
    .video-list__video-embed.youtube-placeholder img {
        height: 100% !important;
    }
}

.youtube-placeholder {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    border-radius: 15px;
}
.youtube-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.youtube-placeholder .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.youtube-placeholder::before {
    content: '';
    background: url('../sukkat/src/webp/play-btn.webp');
    height: 150px;
    width: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    border-radius: 1000px;
    background-repeat: no-repeat;
    pointer-events: none;
}

.video-list__video_side {
    margin-top: 50px;
}

.video-list__text_side {
    max-width: 600px;
}

.video-list__video-title {
    margin-top: 0px !important;
}

.blog-article {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-article:hover {
    transform: translateY(-5px);
}

.blog-article-image {
    max-width: 490px;
}

.blog-article-image img {
    border-radius: 15px;
    width: 490px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.blog-article-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.blog-article-content-title {
    font-weight: 800;
    font-size: 27px;
}

.blog-article-arrow-container {
    max-width: 40px;
    align-content: center;
}

.blog-article-arrow {
    background-color: var(--primary-color);
    border-radius: 1000px;
}

.blog-article-arrow img {
    max-width: -webkit-fill-available;
    padding: 5px;
}

.pagination * {
    padding: 10px;
    background-color: #E0E0E0;
    color: black;
    text-decoration: none;
    padding-top: 5px;
}

.pagination :first-child {
    border-radius: 1500px 0px 0px 1500px;
    padding-left: 15px;
}

.pagination :last-child {
    border-radius: 0px 1500px 1500px 0px;
    padding-right: 15px;
}

.pagination span {
    background-color: var(--primary-color);
    color: white;
}

.pagination {
    padding-top: 5px;
    padding-bottom: 10px;
    margin-top: 30px;
}

@media (max-width: 900px) {
    .blog-article-image img {
        width: 340px;
        height: 166px;
    }
}

@media (max-width: 700px) {
    .blog-article {
        flex-direction: column;
        background-color: #dddddd;
        padding: 20px;
        border-radius: 20px;
    }

        .blog-article-image img {
        width: 100%;
        height: fit-content;
        aspect-ratio: 16 / 9;
    }

    .blog-article-arrow-container {
        display: none;
    }

    .blog-article-content-title {
        font-weight: 800;
        font-size: 17px;
        line-height: 19px;
    }

    .blog-article-content-date {
        font: normal normal 500 16px / 150% var(--primary-font);
        margin-top: 10px;
    }
}

.wrapper-container__left {
    min-width: 55%;
}

.wrapper-container__top { 
    flex-wrap: wrap;
}

@media (max-width: 700px) {
    .wrapper-container__right a.cta-button:not(.cta-close) {
        padding: 0px;
    }

    .cta-close::before {
        transform: translateY(-4px);
    }
    
    .wrapper-container {
        width: 95dvw;
    }
}

.sgenix-ant-row span,
.sgenix-ant-flex span,
.sgenix-ant-flex {
    font-size: 14px !important;
}

main.sgenix-ant-layout-content {
    max-width: unset !important;
}

#support-genix a {
    text-decoration: none;
}

#support-genix * {
    font-family: "area-normal", sans-serif !important;
}

#support-genix h5 {
    font-weight: 700 !important;
}

.image-grid__images {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-top: 50px;
}

.image-grid__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
}

.image-grid__image-url:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.image-grid__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;

}

@media (min-width: 1024px) {
  .image-grid__images {
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 48px) / 4), 1fr));
  }
}

.red-text__container-inner {
    display: flex;
    gap: 15px;
    filter: brightness(0) invert(1);
    margin-left: 10px;
}

.red-text__container-inner img {
    max-width: 32px;
}

.red-text__container {
    background-color: #AE423B;
    padding: 20px;
    border-radius: 15px;
}

.red-text__container-inner-url::after {
    content: '';
    background: url(../sukkat/src/svg/arrow-right.svg);
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-left: auto;
    background-size: contain;
    background-repeat: no-repeat;
    align-self: center;
    transition: 0.2s;
}

.red-text__container-inner-url {
    cursor: pointer;
}

.red-text__container-inner-url:hover::after {
    transform: translateX(5px);
    transition: 0.2s;
}

.red-text__heading {
    margin: 0;
    margin-top: -1px;
}
.effect-bounce {
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

.text-50-image__text_side p:not(:last-of-type) {
    margin-bottom: 20px;
}

.top-bar__container {
    background-color: var(--primary-color);
    padding: 40px;
    border-radius: 15px;
    min-height: 200px;
    align-content: center;
    color: white;
    padding-left: 75px;
    padding-right: 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 700px) {
    .top-bar__container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.top-bar__text {
    z-index: 10;
    position: relative;
}

.top-bar__text * {
    margin: 0;
}

.top-bar__container-overlay {
    position: relative;
}
.top-bar__container-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    border-radius: 15px;
    pointer-events: none;
    z-index: 5;
    opacity: 60%;
}

.footer-class {
    background-color: var(--primary-color);
    color: white;
}

.footer-class p {
    justify-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-bar__single {
    margin-top: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-bar__single .top-bar__text {
    max-width: 75%;
}

.top-bar__single.top-bar__container-overlay::after {
    opacity: 90%;
}

.post-content a {
    font-size: unset;
    font-weight: unset;

    color: var(--primary-color);
}

.post-content strong {
    font-weight: 800;
}

.post-content p {
    margin: 20 0 20 0;
}

.post-content {
    margin-bottom: 50px;
}

#blog-filter-form select,
#blog-filter-form input {
    background-color: #eaeaea;
    border: 0px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
}

.blog-articles {
    margin-bottom: 50px;
}

.page-numbers.dots {
    background-color: #E0E0E0;
    color: black;
}

#blog-filter-form {
    display: flex;
    gap: 20px;
}

@media (max-width: 700px) {
    #blog-filter-form {
        flex-direction: column;
    }
}

.header-navigation__desktop {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-navigation__search form {
    margin: 0;
    margin-top: -3px;
}

.header-navigation__search input {
    background-color: #eaeaea;
    border: 0px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    width: 200px;
    height: 35px;
}

.header-navigation__search button {
    background-color: var(--primary-color);
    border: 0px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    height: 35px;
    transform: translateY(4px);
}

.header-navigation__search button img {
    filter: invert(1);
}

@media (max-width: 900px) {
    .header-navigation__desktop .header-navigation__search {
        display: none;
    }
}

.header-navigation__mobile .header-navigation__search {
    margin-left: -10px;
}

.header-navigation__mobile input {
    background-color: #eaeaea91;
}

.no-articles {
    margin-bottom: 100px;
}

.image-grid__buttons a {
    background-color: var(--primary-color);
    color: white;
    padding: 2px 30px 6px 30px;
    border-radius: 5px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.image-grid__buttons a:hover {
    opacity: 0.8;
    transition: all 0.2s ease;
}

.image-grid__buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-direction: column;
}

@media (max-width: 700px) {
    .footer-class {
        width: calc(100% + 20px) !important;
        margin: -10px !important;
        text-align: center !important;
    }
}

#trp-floater-ls.trp-bottom-left {
    left: 2%;
}