@font-face {
    font-family: 'Panton';
    src: url('../fonts/panton-330.otf') format('opentype');
    font-weight: 330;
    font-style: normal;
    font-display: swap;
    font-stretch: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/panton-350.otf') format('opentype');
    font-weight: 350;
    font-style: normal;
    font-display: swap;
    font-stretch: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('../fonts/panton-370.otf') format('opentype');
    font-weight: 370;
    font-style: normal;
    font-display: swap;
    font-stretch: normal;
}

body.design-v2 h1,
body.design-v2 h2,
body.design-v2 h3,
body.design-v2 h4,
body.design-v2 h5,
body.design-v2 h6 {
    font-family: 'Panton', sans-serif !important;
}

body.design-v2 {
    font-family: 'Panton', sans-serif;
    font-size: 16px;
    font-weight: 330;
    line-height: 1.8;
    scroll-padding-top: 120px;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-feature-settings: "kern", "liga", "clig", "calt";
}

body.design-v2 strong,
body.design-v2 b {
    font-weight: 350;
}

body.design-v2 section {
    padding: 0;
}

body.design-v2 section {
    padding: 0;
}

body.design-v2 section > .boxed {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px;
}

body.design-v2 p > a {
    font-weight: 350;
}

@media (max-width: 768px) {
    body.design-v2 section > .boxed {
        padding: 24px 16px;
    }
}

body.design-v2 section:last-of-type:not(.cta-v2) {
    margin-bottom: 192px;
}

@media (max-width: 768px) {
    body.design-v2 section:last-of-type:not(.cta-v2) {
        margin-bottom: 64px;
    }
}

body.design-v2.kb-article-layout .site-main > *,
body.design-v2.kb-article-layout section:last-of-type:not(.cta-v2) {
    margin-bottom: 0;
}

body.design-v2 section > .boxed {
    max-width: 1440px;
    margin: 0 auto;
    padding: 64px;
}

body.design-v2 .entry-content > section:first-of-type {
    margin-top: 0;
}

body.design-v2 p > a {
    font-weight: 350;
}

@media (max-width: 768px) {
    body.design-v2 section > .boxed {
        padding: 24px 16px;
    }
}

body.design-v2 section:last-of-type:not(.cta-v2) {
    margin-bottom: 192px;
}

@media (max-width: 768px) {
    body.design-v2 section:last-of-type:not(.cta-v2) {
        margin-bottom: 64px;
    }
}

section ul {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

section ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 30px;
}

section ul li:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    content: '';
    background-color: var(--green);
    -webkit-mask-image: url('/wp-content/themes/strevon/assets/images/icons/circle-check-solid.svg');
    mask-image: url('/wp-content/themes/strevon/assets/images/icons/circle-check-solid.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
}

section ul li.splide__slide:before {
    display: none;
}

section.has-divider-top {
    padding-top: 100px;
}

section > .bottom-divider,
section > .top-divider {
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: var(--blue);
    -webkit-mask-size: 100% 50px;
    mask-size: 100% 50px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

section > .top-divider {
    top: 0;
    -webkit-mask-image: url('/wp-content/themes/strevon/assets/images/elements/divider.svg');
    mask-image: url('/wp-content/themes/strevon/assets/images/elements/divider.svg');
}

section > .bottom-divider {
    bottom: 0;
    -moz-transform: rotateY(180deg) rotateX(180deg);
    -o-transform: rotateY(180deg) rotateX(180deg);
    -webkit-transform: rotate(180deg);
    -webkit-mask-image: url('/wp-content/themes/strevon/assets/images/elements/divider.svg');
    mask-image: url('/wp-content/themes/strevon/assets/images/elements/divider.svg');
}

section > .top-divider.wave,
section > .bottom-divider.wave {
    -webkit-mask-image: url('/wp-content/themes/strevon/assets/images/elements/divider-wave.svg');
    mask-image: url('/wp-content/themes/strevon/assets/images/elements/divider-wave.svg');
}

.top-divider.light-blue,
.bottom-divider.light-blue {
    background-color: var(--light-blue);
}

.top-divider.gray,
.bottom-divider.gray {
    background-color: var(--gray);
}

.top-divider.yellow,
.bottom-divider.yellow {
    background-color: var(--yellow);
}

.top-divider.green,
.bottom-divider.green {
    background-color: var(--green);
}

.top-divider.black,
.bottom-divider.black {
    background-color: var(--black);
}

.top-divider.white,
.bottom-divider.white {
    background-color: var(--white);
}

section.bg-blue {
    background-color: var(--blue);
    color: var(--white);
}

section.bg-blue h1,
section.bg-blue h2,
section.bg-blue h3,
section.bg-blue h4,
section.bg-blue h5,
section.bg-blue h6 {
    color: var(--white);
}

section.bg-white {
    background-color: var(--white);
    color: var(--blue);
}

section.bg-gray {
    background-color: var(--gray);
    color: var(--blue);
}

section.bg-light-blue {
    background-color: var(--light-blue);
    color: var(--blue);
}

section p {
    margin-bottom: 8px;
}

section .btn-group {
    margin-top: 30px;
}

.btn {
    display: inline-block;
    padding: 12px 32px;
    border: 2px solid var(--yellow);
    border-radius: 30px;
    background-color: var(--yellow);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.40);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.btn.btn-primary {
    position: relative;
    border-color: var(--green);
    background-color: var(--green);
    color: var(--white);
}

.btn:hover {
    text-decoration: none;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}


i.icon {
    display: inline-block;
    margin-left: 14px;
}

i.icon.sign-out::after {
    display: inline-block;
    width: 18px;
    height: 18px;
    content: '';
    background-color: var(--white);
    -webkit-mask-image: url('/wp-content/themes/strevon/assets/images/icons/right-from-bracket-solid.svg');
    mask-image: url('/wp-content/themes/strevon/assets/images/icons/right-from-bracket-solid.svg');
}

body > .site {
    padding-top: 84px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.company-social-media > li {
    display: inline-block;
    margin-right: 20px;
}

.company-social-media img {
    width: auto;
    height: 20px;
}

.error404 .inside-article {
    min-height: calc(100vh - 478px);
    padding: 100px 0;
    text-align: center;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999; /* Ensure it is behind the popup */
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
}

.pop-cta-form {
    position: fixed;
    top: 12%;
    right: 0;
    left: 0;
    z-index: 1000; /* Ensure it is above the overlay */
    display: block;
    width: 100%;
    max-width: 550px;
    margin: auto;
    padding: 40px;
    border-radius: 3px;
    background-color: #fff;
}

.pop-cta-form .wpforms-container input.wpforms-field-medium,
.pop-cta-form .wpforms-container select.wpforms-field-medium,
.pop-cta-form .wpforms-container .wpforms-field-row.wpforms-field-medium,
.pop-cta-form .wp-core-ui div.wpforms-container input.wpforms-field-medium,
.pop-cta-form .wp-core-ui div.wpforms-container select.wpforms-field-medium,
.pop-cta-form .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    width: 100%;
    max-width: 100%;
}

.progress-bar {
    width: 100%;
    margin-bottom: 20px; /* Space below the progress bar */
    border-radius: 5px;
    background-color: #e0e0e0; /* Light grey background */
    overflow: hidden;
}

.progress-bar-fill {
    width: 50%; /* 50% progress */
    height: 20px; /* Height of the progress bar */
    border-radius: 5px 0 0 5px; /* Rounded corners on the left side */
    background-color: #4caf50; /* Green fill color */
}

span#CookieDeclarationUserStatusLabelConsentId,
span#CookieDeclarationUserStatusLabelConsentDate,
#CookieDeclarationConsentIdAndDate span {
    background-image: none;
}

@media (max-width: 992px) {
    .btn,
    .wpforms-submit.btn {
        padding: 12px;
    }

    h1,
    h2,
    h3 {
        font-size: 28px;
        line-height: 1.6;
    }
}

@media (max-width: 425px) {
    h1,
    h2 {
        font-size: 26px;
        line-height: 1.6;
    }
}

/* DESIGN v2 STYLES */

body.design-v2 h1 span {
    background: none;
}

body.design-v2 .buttons {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 394px;
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #20375F 0%, #162032 100%);
    gap: 24px;
}

body.design-v2 .buttons:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url('/wp-content/themes/strevon/assets/images/icons/dots.png');
    background-repeat: no-repeat;
}

body.design-v2 .button-group {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 8px;
}

body.design-v2 .button-group .button {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    padding: 14px 32px;
    border-radius: 8px;
    font-family: 'Panton', sans-serif;
    font-weight: 350;
    line-height: 28px;
    gap: 8px;
}

@media (max-width: 768px) {
    body.design-v2 .button-group .button {
        padding: 12px 24px;
        gap: 4px;
    }

    body.design-v2 .button-group {
        gap: 4px;
    }

    body.design-v2 .buttons {
        padding: 16px;
        gap: 16px;
    }
}

body.design-v2 .button-group .button-primary-yellow {
    background: #FEE600;
    color: #162032;
}

body.design-v2 .button-group .button-secondary-white {
    background: #FFFFFF;
    color: #1A2233;
}

body.design-v2 .button-group .button-caption {
    font-family: Panthon, sans-serif;
    font-size: 14px;
    font-weight: 330;
    color: rgba(255, 255, 255, 0.80);
    line-height: 24px;
}

body.design-v2 .button.has-icon::after {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
}

body.design-v2 .button-group .button.icon-arrow-right::after {
    background-image: url('/wp-content/themes/strevon/assets/images/icons/arrow-right.svg');
}

body.design-v2 .button-group .button.icon-arrow-down::after {
    background-image: url('/wp-content/themes/strevon/assets/images/icons/arrow-down.svg');
}

body.design-v2 > .site {
    padding-top: 64px;
}

body.design-v2 #contact-popup-button {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(180deg, #20375F 0%, #162032 100%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    color: white;
    cursor: pointer;
}

body.design-v2 #contact-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -16px;
    z-index: 1001;
    display: none;
    justify-content: end;
    align-items: end;
    width: 100%;
    margin-bottom: 80px;
}

body.design-v2 #contact-popup-content {
    position: relative;
    width: 100%;
    max-width: 394px;
    padding: 24px;
    border-radius: 8px;
    background: white;
    box-shadow: 2px 4px 16px 0px rgba(163, 177, 204, 0.20);
    text-align: center;
}

body.design-v2 #contact-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

body.design-v2 #contact-popup-close img {
    display: block;
}

body.design-v2 #contact-popup-content .information {
    display: flex;
    align-items: center;
    max-width: calc(100% - 12px);
    margin-bottom: 24px;
    gap: 16px;
}

body.design-v2 #contact-popup-content .information .image {
    position: relative;
}

body.design-v2 #contact-popup-content .information .image img {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 40px;
    max-height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

body.design-v2 #contact-popup-content .information .image::after {
    position: absolute;
    bottom: -2px;
    left: 2px;
    z-index: 0;
    width: 40px;
    height: 40px;
    content: '';
    background-image: url('/wp-content/themes/strevon/blocks/reviews-v2/images/image-background.svg');
    background-size: cover;
}

body.design-v2 #contact-popup-content .information span {
    font-size: 14px;
    color: #1A2233;
    text-align: start;
    line-height: 24px;
}

body.design-v2 #contact-popup-content .contact-buttons {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
}

body.design-v2 #contact-popup-content .contact-buttons > a {
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #1A2233;
    text-align: left;
}

body.design-v2 #contact-popup-content .contact-buttons > a::after {
    position: absolute;
    top: 2px;
    right: 0;
    width: 20px;
    height: 20px;
    padding-left: 8px;
    content: '';
    background-image: url('../images/icons/arrow-pop-up.svg');
    background-size: cover;
}

body.design-v2 .back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    background: linear-gradient(180deg, #20375F 0%, #162032 100%);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

body.design-v2 .back-to-top:hover {
    background-color: #162032;
}

.kb-article-slider .splide__slide {
    position: relative;
    margin-bottom: 16px;
    padding-left: 0;
    border-radius: 8px;
    box-shadow: 2px 4px 12px 0px rgba(163, 177, 204, 0.35);
}

.kb-article-slider .splide__slide .item > .content::after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 152px;
    height: 152px;
    content: '';
    background: url('/wp-content/themes/strevon/assets/images/elements/dots-gray.png') no-repeat;
    background-size: cover;
}

.kb-article-slider .splide__slide .item > .image > img {
    width: 100%;
    height: 100%;
    max-height: 152px;
    height: 152px;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}

.kb-article-slider .splide__slide .item > .image.type-loom,
.knowledge-base-archive-v2 .image.type-loom {
    position: relative;
}

.kb-article-slider .splide__slide .item > .image.type-loom::after,
.knowledge-base-archive-v2 .image.type-loom::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    content: '';
    background: url('/wp-content/themes/strevon/assets/images/icons/play.svg') no-repeat center;
    background-size: cover;
    transform: translate(-50%, -50%);
}

.kb-article-slider .splide__slide .item > .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 152px;
    padding: 32px 16px 48px 16px;
    border-radius: 0 0 8px 8px;
    text-align: center;
    gap: 4px;
}

.kb-article-slider .splide__slide .item > .content .item-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 370;
    color: #162032;
    line-height: 28px;
}

.kb-article-slider .splide__slide .item > .content .item-content {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #636A75;
    line-height: 24px;
}

.kb-article-slider.slider {
    width: calc(100% + 44px);
    margin: 0 -28px;
    padding: 0 22px;
    overflow: hidden;
}

.kb-article-slider .splide__track {
    overflow: visible;
}

.kb-article-slider .splide__arrows .splide__arrow--next {
    top: calc(50% - 8px);
    right: -18px !important;
    width: 56px;
    height: 56px;
    padding: 10px;
    background-color: var(--gray);
    box-shadow: 2px 4px 12px 0px rgba(163, 177, 204, 0.35);
    opacity: 1;
}

.kb-article-slider .splide__arrows .splide__arrow--next svg {
    width: 10px;
    height: 10px;
    fill: #1A2233;
}

.kb-article-slider .splide__arrow--prev {
    display: none;
}

.kb-article-slider .splide .splide__pagination {
    margin-top: 24px;
    gap: 8px;
}

.kb-article-slider .splide .splide__pagination li {
    padding-left: 0;
}

.kb-article-slider .splide .splide__pagination li button.is-active {
    border: none;
    background: var(--black);
}

.kb-article-slider .splide .splide__pagination li button {
    border: 2px solid #636A75;
    background: transparent;
}

.kb-article-slider .splide .splide__pagination li::before {
    content: none;
}

.kb-article-slider .item > .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 8px 0 0 0;
    background: #F4F6FC;
}

.kb-article-slider .item > .read-more::after {
    display: block;
    width: 24px;
    height: 24px;
    content: '';
    background-color: #636A75;
    mask-image: url('/wp-content/themes/strevon/assets/images/icons/arrow-right.svg');
    -webkit-mask-image: url('/wp-content/themes/strevon/assets/images/icons/arrow-right.svg');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
}

@media (max-width: 768px) {
    .kb-article-slider .splide__slide .item > .content .item-heading {
        font-size: 18px;
        line-height: 28px;
    }

    .kb-article-slider .splide__slide .item > .content .item-content {
        font-size: 12px;
        line-height: 20px;
    }

    .kb-article-slider .splide__slide .item > .content {
        gap: 0;
    }

    .kb-article-slider .splide__arrows .splide__arrow--next {
        top: 90px;
        right: -12px !important;
        width: 48px;
        height: 48px;
        padding: 8px;
    }

    body.design-v2 #contact-popup-content .information span {
        font-size: 12px;
        line-height: 20px;
    }

    body.design-v2 #contact-popup {
        margin-bottom: 76px;
    }

    body.design-v2 #contact-popup-content .contact-buttons > a {
        font-size: 12px;
    }

    body.design-v2 #contact-popup-content .contact-buttons > a::after {
        width: 16px;
        height: 16px;
    }

    body.design-v2 #contact-popup-content .information img {
        max-width: 40px;
        max-height: 40px;
    }

    body.design-v2 #contact-popup-button {
        position: fixed;
        right: 16px;
        bottom: 16px;
    }

    body.design-v2 #contact-popup-content {
        max-width: 242px;
        padding: 16px;
    }

    body.design-v2 #contact-popup-content .information .image {
        width: 85px;
    }

    body.design-v2 #contact-popup {
        left: -16px;
    }
}


@media (min-width: 769px) {
    #fixed-bottom-button {
        display: none !important;
    }
}

@media (max-width: 768px) {
    #fixed-bottom-button {
        display: none;
        position: fixed;
        left: 16px;
        right: 16px;
        bottom: 16px;
        z-index: 1;
        text-align: center;
        transition: transform 0.3s;
    }

    #fixed-bottom-button .button-group {
        width: 100%;
    }

    #fixed-bottom-button .button {
        width: 100%;
        font-size: 1em;
        padding: 12px 0;
    }

    .hide-mobile {
        display: none !important;
    }
}