@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('../../inc/css/header.css');
@import url('../../inc/css/footer.css');
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueThin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueUltraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueUltraLightItalic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueLightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueRoman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueMediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueBoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueBlack.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueBlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueHeavy.otf') format('opentype');
    font-weight: 950;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../../assets/fonts/HelveticaNeue/HelveticaNeueHeavyItalic.otf') format('opentype');
    font-weight: 950;
    font-style: italic;
}


.search_form {
    position: absolute;
    display: none;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
    width: 100%;
    top: 0;
}

.search_form form {
    inset: 165px auto 0 auto;
    width: calc(100% - 20px);
    max-width: 900px;
    margin: 40px auto 0 auto;
    padding: 20px;
    border-radius: 2px;
    border: 1px solid #F2F2F2;
    background: #FFF;
    top: 132px;
    position: relative;
}

/* .search_form form{
    display: none;
} */


.search_form .search_field {
    gap: 0 20px;
}

.search_form input,
.search_form input::placeholder {
    color: var(--Black, #4A4A4A);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    border: none;
    padding: 0;
    margin: 0;
}

.search_form.show {
    display: block;
}

input:focus {
    box-shadow: none;
}

input:focus-visible {
    outline: none;
}




.wrapper {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

section {
    padding: 100px 30px;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    background-color: unset;
}



input:focus {
    box-shadow: none;
}

input:focus-visible {
    outline: none;
}

h1 {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

h1.green_text span{
    color: var(--Pear, #BBE303);
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: unset;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

h3 {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section h3.green_text span {
    color: var(--Pear, #BBE303);
    font-family: 'Oswald', sans-serif;
    font-size: inherit;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: unset;
}

section span.green_text {
    color: var(--Green, #CCFE04);
    font-family: 'Helvetica-Light', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
    display: block;
    margin-bottom: 10px;
}

h4 {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


section p,
section li {
    color: var(--P, #666);
    font-family: 'Helvetica-Light', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

p:last-child {
    margin-bottom: 0;
}

p:last-of-type {
    margin-bottom: 0;
}

section img {
    max-width: 100%;
    height: auto;
}



section span {
    color: #000;
    font-family: 'Helvetica-Light', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
}

section h2.green_text span {
    color: var(--Green, #BBE303);
    font-family: 'Oswald', sans-serif;
    font-size: inherit;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: unset;
}


input:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: transparent !important;
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    transition: background-color 5000s ease-in-out 0s, color 0s ease-in-out 0s;
}

section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 1.20719L18 9.20735L16.0003 11.207L9 4.20672L1.99969 11.207L2.3846e-08 9.20735L8.00016 1.20719C8.26536 0.942068 8.625 0.79313 9 0.79313C9.375 0.79313 9.73464 0.942068 9.99984 1.20719Z' fill='black'/%3e%3c/svg%3e");
    transform: rotate(0deg);
    height: 12px;
}

section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 1.20719L18 9.20735L16.0003 11.207L9 4.20672L1.99969 11.207L2.3846e-08 9.20735L8.00016 1.20719C8.26536 0.942068 8.625 0.79313 9 0.79313C9.375 0.79313 9.73464 0.942068 9.99984 1.20719Z' fill='black'/%3e%3c/svg%3e");
    transform: rotate(180deg);
    height: 12px;
}

/* section .accordion-item.open {
    height: 100%;
} */

span.text-white {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
}

section .paging {
    gap: 0 25px;
    margin-top: calc(60px - 24px);
}

section .paging span.page-numbers.current {
    color: #BBE303;
}

section .paging * {
    color: var(--Black, #4A4A4A);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

section .paging svg {
    padding: 10px 8px;
    width: 26px;
    height: 37px;
}

section .header {
    margin-bottom: calc(60px - 24px);
}

form {
    margin-bottom: 0;
}

section .content {
    max-width: 650px;
}

section .left_content {
    margin: 0 auto 0 0;
}

section .right_content {
    margin: 0 0 0 auto;
}


section .green_btn {
    padding: 12px 24px;
    border-radius: 2px;
    background: var(--Green, #CCFE04);
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    display: block;
    margin-top: 30px;
    border: none;
}

section .black_hover:hover {
    transition: .5s ease all;
    color: white;
    background-color: #000 !important;
}

section .white_hover:hover {
    transition: .5s ease all;
    background-color: white !important;
    color: #000;
}

section .black_btn {
    padding: 12px 24px;
    border-radius: 2px;
    background: black;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    display: block;
    margin-top: 30px;
    border: none;
}

section .group_button {
    display: flex;
    align-items: center;
    gap: 0 15px;
}


section .group_button>button {
    padding: 12px 15px;
    border-radius: 2px;
    border: none;
    background: #FFF;
}

section .group_button>button:not(:disabled) {
    background-color: #CCFE04;
}

section .mb-20 {
    margin-bottom: 20px;
}

section .row {
    gap: 24px 0;
}

section .mb-30 {
    margin-bottom: 30px;
}

section .mb-60 {
    margin-bottom: 60px;
}

section .mt-60 {
    margin-top: 60px;
}

section ul{
    padding-left: 20px;
}

section p + ul{
    margin-top: 16px;
}

@media (max-width: 1400px) {
    .search_form#search_desktop {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .mw-xl-100 {
        max-width: 100% !important;
    }
    section{
        padding: 70px 30px;
    }
}

@media (max-width: 991px) {
    section .mb-60 {
        margin-bottom: 50px;
    }

    section .mt-60 {
        margin-top: 50px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    section .header {
        margin-bottom: calc(50px - 24px);
    }

    .mw-lg-100 {
        max-width: 100% !important;
    }

    section .content {
        max-width: 100%;
    }

    section .paging {
        margin-top: calc(50px - 24px);
    }



}

@media (max-width: 767px) {
    section .mb-60 {
        margin-bottom: 40px;
    }

    section .mt-60 {
        margin-top: 40px;
    }

    section{
        padding: 50px 20px;
    }

    section .header {
        margin-bottom: calc(40px - 24px);
    }

    .mw-md-100 {
        max-width: 100% !important;
    }

    section .paging {
        margin-top: calc(40px - 24px);
    }

    section h3 {
        height: auto !important;
    }

}

