/*!**/
/*Theme Name: Land Pro*/
/*Text Domain: https://land-pro.ca*/
/*Author: Kobzza*/
/*Author URI: https://kobzza.com/*/
/**!*/

/*:root {*/
/*    --c-white: #FDFDFD;*/
/*    --c-grey-white: rgb(255 255 255 / .7);*/
/*    --c-black: #030303;*/
/*    --c-light-grey: rgba(0,0,0,.75);*/
/*    --c-dark-grey: #929292;*/
/*    --c-green: #336659;*/
/*    --c-light-green: #7BBF59;*/
/*    --c-dark-green: #17261E;*/
/*    --c-yellow: #EDF252;*/
/*    --c-red: #D3030B;*/
/*    --border-radius-10: 10px;*/

/*    --container-padding-x: 20px;*/
/*    --section-gap-y: 60px;*/

/*    --font-family-base: 'Poppins', sans-serif;*/
/*    font-size: .75em;*/
/*}*/

/**,*/
/**::before,*/
/**::after {*/
/*    box-sizing: border-box;*/
/*}*/
/*html {*/
/*    height: 100%;*/
/*    scroll-behavior: smooth;*/
/*    scroll-padding-top: 64px;*/
/*}*/
/*html.is-lock {*/
/*    overflow: hidden;*/
/*}*/
/*html, body {*/
/*    min-height: 100%;*/
/*}*/
/*:where( h1, h2, h3, h4, h5, h6 ) {*/
/*    font-weight: 500;*/
/*}*/
/*body {*/
/*    font-family: var(--font-family-base);*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    min-height: 100vh;*/
/*    line-height: 1.3;*/
/*    color: var(--c-black);*/
/*    background-color: var(--c-white);*/
/*    font-size: 18px;*/
/*}*/
/*.body-page {*/
/*    padding-top: 170px;*/
/*}*/
/*body.scroll-lock {*/
/*    overflow: hidden;*/
/*}*/
/*body,*/
/*:where(blockquote, figure):where([class]) {*/
/*    margin: 0;*/
/*}*/
/*a:where([class]),*/
/*header a,*/
/*footer a,*/
/*.contact-info a {*/
/*    text-decoration: unset;*/
/*}*/
/*:where(ul, ol):where([class]) {*/
/*    padding-left: 0;*/
/*}*/
/*:where(*/
/*  h1,*/
/*  h2,*/
/*  h3,*/
/*  h4,*/
/*  h5,*/
/*  h6,*/
/*  p,*/
/*  ul,*/
/*  ol,*/
/*  dl*/
/*):where([class]) {*/
/*    margin-block: 0;*/
/*}*/
/*p {*/
/*    margin: 0;*/
/*}*/
/*:where(dd[class]) {*/
/*    margin-left: 0;*/
/*}*/
/*:where(ul[class]) {*/
/*    list-style: none;*/
/*}*/
/*img {*/
/*    display: block;*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/
/*input,*/
/*textarea,*/
/*select,*/
/*button {*/
/*    font: inherit;*/
/*}*/
/*.container {*/
/*    width: 100%;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    overflow-x: clip;*/
/*    max-width: 1600px;*/
/*    padding: 0 var(--container-padding-x);*/
/*}*/
/*.container--small-padding {*/
/*    padding: 0 calc(var(--container-padding-x) / 2);*/
/*}*/
/*div.container-fluid {*/
/*    padding: 0;*/
/*    max-width: calc(100% - 8px);*/
/*}*/
/*div.container--right {*/
/*    padding-right: 0;*/
/*    max-width: 100%;*/
/*}*/
/*main {*/
/*    flex: 1;*/
/*}*/
/*!* Classes *!*/
/*.fw-300 {*/
/*    font-weight: 300;*/
/*}*/
/*.fw-400 {*/
/*    font-weight: 400;*/
/*}*/
/*.fw-500 {*/
/*    font-weight: 500;*/
/*}*/
/*.fw-600 {*/
/*    font-weight: 600;*/
/*}*/
/*.fw-700 {*/
/*    font-weight: 700;*/
/*}*/
/*.ws-pl {*/
/*    white-space: pre-line;*/
/*}*/
/*.ws-nw {*/
/*    white-space: nowrap;*/
/*}*/
/*.c-black {*/
/*    color: var(--c-black);*/
/*}*/
/*.c-light-grey {*/
/*    color: var(--c-light-grey);*/
/*}*/
/*.c-light-green {*/
/*    color: var(--c-light-green);*/
/*}*/
/*.c-dark-green {*/
/*    color: var(--c-dark-green);*/
/*}*/
/*.c-dark-grey {*/
/*    color: var(--c-dark-grey);*/
/*}*/
/*.c-white {*/
/*    color: var(--c-white);*/
/*}*/
/*.c-grey-white {*/
/*    color: var(--c-grey-white);*/
/*}*/
/*.bg-white {*/
/*    background-color: var(--c-white);*/
/*}*/
/*.bg-light-green {*/
/*    background-color: var(--c-light-green);*/
/*}*/
/*.bg-dark-green {*/
/*    background-color: var(--c-dark-green);*/
/*}*/
/*.bg-black {*/
/*    background-color: var(--c-black);*/
/*}*/
/*.bg-yellow {*/
/*    background-color: var(--c-yellow);*/
/*}*/
/*.w-100 {*/
/*    width: 100%;*/
/*}*/
/*.w-fc {*/
/*    width: fit-content;*/
/*}*/
/*.pos-r {*/
/*    position: relative;*/
/*}*/
/*.pos-a {*/
/*    position: absolute;*/
/*}*/
/*.layer-front {*/
/*    z-index: 1;*/
/*}*/
/*.layer-behind {*/
/*    z-index: -1;*/
/*}*/
/*.layer-behind-deeper {*/
/*    z-index: -2;*/
/*}*/
/*.t-center {*/
/*    text-align: center;*/
/*}*/
/*.t-left {*/
/*    text-align: left;*/
/*}*/
/*.t-right {*/
/*    text-align: right;*/
/*}*/
/*.m-auto {*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/
/*.m-i-auto {*/
/*    margin-inline: auto;*/
/*}*/
/*.d-flex {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.fw-nowrap {*/
/*    flex-wrap: nowrap;*/
/*}*/
/*.overflow-h {*/
/*    overflow: hidden;*/
/*}*/
/*.f-direction-column {*/
/*    flex-direction: column;*/
/*}*/
/*.fs-0 {*/
/*    flex-shrink: 0;*/
/*}*/
/*.order-first {*/
/*    order: -1;*/
/*}*/
/*.br-20 {*/
/*    border-radius: 20px;*/
/*}*/
/*.br-40 {*/
/*    border-radius: 40px;*/
/*}*/
/*.br-circle {*/
/*    border-radius: 50%;*/
/*}*/
/*.br-dif-conner {*/
/*    border-radius: var(--br-dif-conner);*/
/*}*/
/*.sz-28 {*/
/*    width: 28px;*/
/*    height: 28px;*/
/*}*/
/*.tt-u {*/
/*    text-transform: uppercase;*/
/*}*/
/*.d-inline-flex {*/
/*    display: inline-flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.fw-nw {*/
/*    flex-wrap: nowrap;*/
/*}*/
/*.flex-1 {*/
/*    flex: 1;*/
/*}*/
/*.d-block {*/
/*    display: block;*/
/*}*/
/*.d-grid {*/
/*    display: grid;*/
/*}*/
/*.d-none {*/
/*    display: none;*/
/*}*/
/*.d-ib {*/
/*    display: inline-block;*/
/*}*/
/*.is-hidden {*/
/*    display: none !important;*/
/*}*/
/*.width-fit-content {*/
/*    width: fit-content;*/
/*}*/
/*.wb-bw {*/
/*    word-break: break-word;*/
/*}*/
/*.d-inline-block {*/
/*    display: inline-block;*/
/*}*/
/*.jc-c {*/
/*    justify-content: center;*/
/*}*/
/*.jc-fe {*/
/*    justify-content: flex-end;*/
/*}*/
/*.jc-fs {*/
/*    justify-content: flex-start;*/
/*}*/
/*.jc-sb {*/
/*    justify-content: space-between;*/
/*}*/
/*.jc-sa {*/
/*    justify-content: space-around;*/
/*}*/
/*.ai-c {*/
/*    align-items: center;*/
/*}*/
/*.ai-fs {*/
/*    align-items: flex-start;*/
/*}*/
/*.ai-fe {*/
/*    align-items: flex-end;*/
/*}*/
/*.as-fe {*/
/*    align-self: flex-end;*/
/*}*/
/*.order-1 {*/
/*    order: 1;*/
/*}*/
/*.br-10 {*/
/*    border-radius: 10px;*/
/*}*/
/*.br-15 {*/
/*    border-radius: 15px;*/
/*}*/
/*.br-20 {*/
/*    border-radius: 20px;*/
/*}*/
/*.br-circle {*/
/*    border-radius: 50%;*/
/*}*/
/*.lh-1 {*/
/*    line-height: 1;*/
/*}*/
/*.lh-11 {*/
/*    line-height: 1.1;*/
/*}*/
/*.lh-12 {*/
/*    line-height: 1.2;*/
/*}*/
/*.lh-13 {*/
/*    line-height: 1.3;*/
/*}*/
/*.lh-15 {*/
/*    line-height: 1.5;*/
/*}*/
/*.lh-16 {*/
/*    line-height: 1.6;*/
/*}*/
/*.lh-2 {*/
/*    line-height: 2;*/
/*}*/
/*.pl-20 {*/
/*    padding-left: 1.125rem;*/
/*}*/
/*.pl-40 {*/
/*    padding-left: 2.5rem;*/
/*}*/
/*.ml-auto {*/
/*    margin-left: auto;*/
/*}*/
/*.ml-14 {*/
/*    margin-left: 14px;*/
/*}*/
/*.mr-16 {*/
/*    margin-right: 16px;*/
/*}*/
/*.mr-auto {*/
/*    margin-right: auto;*/
/*}*/
/*.mb-6 {*/
/*    margin-bottom: 6px;*/
/*}*/
/*.mb-8 {*/
/*    margin-bottom: 8px;*/
/*}*/
/*.mb-10 {*/
/*    margin-bottom: 10px;*/
/*}*/
/*.mb-16 {*/
/*    margin-bottom: 16px;*/
/*}*/
/*.mb-20 {*/
/*    margin-bottom: 1.25rem;*/
/*}*/
/*.mb-24 {*/
/*    margin-bottom: 1.5rem;*/
/*}*/
/*.mb-28 {*/
/*    margin-bottom: 1.75rem;*/
/*}*/
/*.mb-32 {*/
/*    margin-bottom: 1.875rem;*/
/*}*/
/*.mb-40 {*/
/*    margin-bottom: 2.5rem;*/
/*}*/
/*.mb-50 {*/
/*    margin-bottom: 3.125rem;*/
/*}*/
/*.mb-60 {*/
/*    margin-bottom: 3.5rem;*/
/*}*/
/*.mb-72 {*/
/*    margin-bottom: 4.5rem;*/
/*}*/
/*.mb-90 {*/
/*    margin-bottom: 5.625rem;*/
/*}*/
/*.mt-6 {*/
/*    margin-top: 6px;*/
/*}*/
/*.mt-8 {*/
/*    margin-top: 8px;*/
/*}*/
/*.mt-10 {*/
/*    margin-top: 10px;*/
/*}*/
/*.mt-16 {*/
/*    margin-top: 16px;*/
/*}*/
/*.mt-20 {*/
/*    margin-top: 1.25rem;*/
/*}*/
/*.mt-24 {*/
/*    margin-top: 1.5rem;*/
/*}*/
/*.mt-30 {*/
/*    margin-top: 1.875rem;*/
/*}*/
/*.mt-40 {*/
/*    margin-top: 2.5rem;*/
/*}*/
/*.mt-50 {*/
/*    margin-top: 3.125rem;*/
/*}*/
/*.mt-60 {*/
/*    margin-top: 3.75rem;*/
/*}*/
/*.ml-8 {*/
/*    margin-left: 8px;*/
/*}*/
/*.ml-20 {*/
/*    margin-left: 20px;*/
/*}*/
/*.gap-2 {*/
/*    gap: 2px;*/
/*}*/
/*.gap-4 {*/
/*    gap: 4px;*/
/*}*/
/*.gap-8 {*/
/*    gap: 8px;*/
/*}*/
/*.gap-10 {*/
/*    gap: 10px;*/
/*}*/
/*.gap-16 {*/
/*    gap: 1rem;*/
/*}*/
/*.gap-20 {*/
/*    gap: 1.25rem;*/
/*}*/
/*.gap-24 {*/
/*    gap: 1.5rem;*/
/*}*/
/*.gap-30 {*/
/*    gap: 1.875rem;*/
/*}*/
/*.gap-40 {*/
/*    gap: 2.5rem;*/
/*}*/
/*.gap-60 {*/
/*    gap: 3.75rem;*/
/*}*/
/*.gap-y-4 {*/
/*    row-gap: 10px;*/
/*}*/
/*.fz-h1,*/
/*.content h1 {*/
/*    font-size: 30px;*/
/*}*/
/*.fz-h2,*/
/*.content h2 {*/
/*    font-size: 24px;*/
/*}*/
/*.fz-h3,*/
/*.content h3 {*/
/*    font-size: 20px;*/
/*}*/

/*.fz-p,*/
/*.fz-p1,*/
/*.fz-p2,*/
/*.fz-h4,*/
/*.content :where(h4, h5, h6),*/
/*.step-form .wpcf7-list-item-label {*/
/*    font-size: 14px;*/
/*}*/
/*.fz-text {*/
/*    font-size: 14px;*/
/*}*/
/*.fz-h1,*/
/*.fz-h2,*/
/*.fz-h3,*/
/*.fz-h4,*/
/*.fz-p {*/
/*    line-height: 1.3;*/
/*}*/
/*.content p {*/
/*    margin: revert;*/
/*    line-height: 1.5;*/
/*    font-size: 1.125rem;*/
/*    color: var(--c-black);*/
/*}*/
/*.privacy-heading__content p:last-child {*/
/*    color: var(--c-light-green);*/
/*}*/
/*.content :where( h1, h2, h3, h4, h5, h6 ) {*/
/*    color: var(--c-dark-green);*/
/*    font-weight: 700;*/
/*    margin: revert;*/
/*}*/
/*.content :where(ul,ol) {*/
/*    list-style: revert;*/
/*    padding-left: 20px;*/
/*    color: var(--c-black);*/
/*    font-size: 1.125rem;*/
/*}*/
/*.content li:not(:first-child) {*/
/*    margin-top: .55rem;*/
/*}*/
/*.fz-h4-lg {*/
/*    font-size: 3rem;*/
/*}*/
/*.content > :first-child:is(h1, h2, h3, h4) {*/
/*    margin-top: 0;*/
/*}*/
/*.content :where(ul,ol) {*/
/*    list-style: revert;*/
/*    padding-left: 20px;*/
/*}*/
/*.content li:not(:first-child) {*/
/*    margin-top: .55rem;*/
/*}*/
/*.fz-button {*/
/*    font-size: 18px;*/
/*}*/

/*.wb-bw {*/
/*    word-break: break-word;*/
/*}*/
/*.pointer {*/
/*    cursor: pointer;*/
/*}*/
/*.paragraph-space p + p {*/
/*    margin-top: 1.2rem;*/
/*}*/
/*.fix-h2-lh {*/
/*    margin-top: -.25rem;*/
/*}*/
/*.border-radius-10 {*/
/*    border-radius: var(--border-radius-10);*/
/*}*/
/*!* Classes *!*/
/*.section,*/
/*section {*/
/*    padding-top: 30px;*/
/*    padding-bottom: 30px;*/
/*}*/
/*section.section--pb-sm {*/
/*    padding-bottom: 1.5rem;*/
/*}*/
/*section.section--p-sm {*/
/*    padding-top: 1.5rem;*/
/*    padding-bottom: 1.5rem;*/
/*}*/
/*.section--margin-offset {*/
/*    margin-block: 30px;*/
/*}*/
/*.section-fill-bg {*/
/*    max-width: calc(100% - 8px);*/
/*    margin-inline: auto;*/
/*}*/
/*.section--white {*/
/*    background-color: var(--c-white);*/
/*}*/
/*.section.section--p-0 {*/
/*    padding: 0;*/
/*}*/
/*.section.section--pt-0 {*/
/*    padding-top: 0;*/
/*}*/
/*.section.section--top-0 {*/
/*    padding-top: 0;*/
/*}*/
/*.section.section-bottom-0 {*/
/*    padding-bottom: 0;*/
/*}*/
/*.section-title {*/
/*    font-size: 2rem;*/
/*    font-weight: 700;*/
/*}*/
/*.section-text {*/
/*    font-size: 1.4rem;*/
/*}*/
/*.link-td-underline {*/
/*    color: var(--c-white);*/
/*    text-decoration: underline;*/
/*}*/
/*.link--border-bottom:hover {*/
/*    text-decoration: unset;*/
/*}*/
/*header {*/
/*    position: sticky;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 3;*/
/*    width: 100%;*/
/*    transition: all .4s ease-in;*/
/*}*/
/*header.is-active .header-menu,*/
/*header.is-active .header-promo {*/
/*    padding-block: .5rem;*/
/*}*/
/*.header__overlay-menu-dialog {*/
/*    position: fixed;*/
/*    inset: 0;*/
/*    flex-direction: column-reverse;*/
/*    justify-content: start;*/
/*    row-gap: 16px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    padding: var(--container-padding-x);*/
/*    background-color: var(--c-dark-green);*/
/*    border: none;*/
/*    transition: .3s ease-in-out all;*/
/*    transition-behavior: allow-discrete;*/
/*}*/
/*.header__overlay-menu-dialog[open] {*/
/*    display: flex;*/
/*    @starting-stfyle {*/
/*        opacity: 0;*/
/*        translate: 50%;*/
/*    }*/
/*}*/
/*.header__overlay-menu-dialog:not([open]) {*/
/*    opacity: 0;*/
/*    translate: 50%;*/
/*}*/
/*.burger-menu {*/
/*    display: block;*/
/*    cursor: pointer;*/
/*    user-select: none;*/
/*    width: 44px;*/
/*    position: relative;*/
/*    z-index: 5;*/
/*    padding: 8px;*/
/*}*/
/*.burger-menu span {*/
/*    display: block;*/
/*    height: 2px;*/
/*    background-color: var(--c-yellow);*/
/*    transition: all .35s;*/
/*}*/
/*.burger-menu span:not(:first-child) {*/
/*    margin-top: 5px;*/
/*}*/
/*.burger-menu.is-active .mobile-btn-top {*/
/*    transform: translateY(9px) translateX(0) rotate(45deg);*/
/*}*/
/*.burger-menu.is-active .mobile-btn-middle {*/
/*    opacity: 0;*/
/*}*/
/*.burger-menu.is-active .mobile-btn-bottom {*/
/*    transform: translateY(-5px) translateX(0) rotate(-45deg);*/
/*}*/
/*.header-menu {*/
/*    background-color: var(--c-dark-green);*/
/*    padding-block: .5rem;*/
/*    transition: .3s ease-in-out padding;*/
/*}*/
/*.header-menu__container {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    align-items: center;*/
/*    gap: 100px;*/
/*}*/
/*.logo__img {*/
/*    max-width: 100px;*/
/*    height: auto;*/
/*}*/
/*.header-menu-burger-text {*/
/*    font-size: 12px;*/
/*}*/
/*.header-menu-burger-button {*/
/*    display: block;*/
/*    cursor: pointer;*/
/*    user-select: none;*/
/*    width: 34px;*/
/*    position: relative;*/
/*}*/
/*.header-menu-burger-button__item {*/
/*    display: block;*/
/*    height: 1.5px;*/
/*    transition: all .35s;*/
/*}*/
/*.header-menu-burger-button__item:not(:first-child) {*/
/*    margin-top: 4px;*/
/*}*/
/*.header-menu .buttons {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.header__logo {*/
/*    padding: 7px 0;*/
/*}*/
/*.header__logo-image {*/
/*    display: inline-block;*/
/*    max-width: 78px;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    transition: max-width .3s ease-in-out;*/
/*}*/

/*.button {*/
/*    display: inline-flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*    color: var(--c-yellow);*/
/*    background-color: var(--c-dark-green);*/
/*    border: 1px solid var(--c-dark-green);*/
/*    padding: 1.5rem 2.5rem;*/
/*    font-size: 1.875rem;*/
/*    border-radius: 10px;*/
/*    cursor: pointer;*/
/*    transition: background-color .3s ease-in-out, color .3s ease-in-out, .3s ease-in-out border-color;*/
/*    line-height: 1;*/
/*}*/
/*.button__icon {*/
/*    width: 16px;*/
/*    !*transition: .3s ease-in-out filter;*!*/
/*}*/
/*.button[type="submit"] {*/
/*    border: unset;*/
/*}*/
/*.form-row .button[type="submit"] {*/
/*    font-size: 16px;*/
/*    padding: 1.25rem 2.5rem;*/
/*}*/
/*.button--sm {*/
/*    font-size: 1.25rem;*/
/*    padding: 1.25rem 1.5rem;*/
/*}*/
/*.button--xs {*/
/*    font-size: 1rem;*/
/*    padding: .8rem 1.2rem;*/
/*}*/
/*.button:hover {*/
/*    background-color: var(--c-yellow);*/
/*    border-color: var(--c-yellow);*/
/*    color: var(--c-dark-green);*/
/*}*/
/*.button:hover .button__icon {*/
/*    filter: invert(97%) sepia(93%) saturate(1693%) hue-rotate(3deg) brightness(104%) contrast(106%);*/
/*}*/
/*.button--yellow {*/
/*    background-color: var(--c-yellow);*/
/*    border-color: var(--c-yellow);*/
/*    color: var(--c-dark-green);*/
/*}*/
/*.button--yellow:hover {*/
/*    background-color: var(--c-dark-green);*/
/*    border-color: var(--c-dark-green);*/
/*    color: var(--c-yellow);*/
/*}*/

/*.page-404-php {*/
/*    text-align: center;*/
/*    padding-top: 50px;*/
/*}*/
/*!*Pagination*!*/
/*.nav-links {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.navigation.pagination {*/
/*    text-align: center;*/
/*    padding: 20px 0;*/
/*}*/
/*.page-numbers {*/
/*    font-size: 20px;*/
/*    display: inline-block;*/
/*    padding: 4px 10px;*/
/*    border: 1px solid #ececec;*/
/*    margin: 1px;*/
/*}*/
/*.page-numbers:hover {*/
/*    color: #4D24AA;*/
/*    background: #f8f8f8;*/
/*}*/
/*.page-numbers.current {*/
/*    color: #4D24AA;*/
/*    background: #f8f8f8;*/
/*}*/
/*.prev.page-numbers:hover,*/
/*.next.page-numbers:hover {*/
/*    background: #f8f8f8;*/
/*}*/
/*.prev.page-numbers:hover path,*/
/*.next.page-numbers:hover path {*/
/*    fill: #4D24AA;*/
/*}*/
/*.page-404-php {*/
/*    width: 100%;*/
/*    padding-top: 0;*/
/*    padding-bottom: 50px;*/
/*    margin-top: 50px;*/
/*}*/
/*.page-404-php .content {*/
/*    text-align: left;*/
/*}*/
/*.page-404-php .title {*/
/*    font-size: 80px;*/
/*    margin-bottom: 0;*/
/*}*/
/*.page-404-php .text {*/
/*    font-size: 28px;*/
/*}*/
/*.page-404-php .inner {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-around;*/
/*}*/
/*.page-404-php img {*/
/*    max-width: 350px;*/
/*}*/
/*.iti.iti--allow-dropdown {*/
/*    display: block;*/
/*}*/
/*.iti .iti__flag {*/
/*    background-image: url('assets/img/flags.png');*/
/*}*/
/*.iti .iti__country {*/
/*    color: var(--c-black);*/
/*    font-size: 16px;*/
/*}*/
/*.iti.iti--allow-dropdown .iti__flag-container,*/
/*.iti.iti--separate-dial-code .iti__flag-container {*/
/*    left: 4px;*/
/*}*/
/*.iti.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {*/
/*    background-color: transparent;*/
/*}*/

/*.header-phone {*/
/*    display: grid;*/
/*    grid-template-areas:*/
/*        "icon text"*/
/*        "phone phone";*/
/*    grid-template-columns: auto 1fr;*/
/*    gap: 4px;*/
/*    align-items: center;*/
/*    color: var(--c-yellow);*/
/*}*/
/*.header-phone__logo {*/
/*    grid-area: icon;*/
/*}*/
/*.header-phone__text {*/
/*    grid-area: text;*/
/*}*/
/*.header-phone__phone {*/
/*    grid-area: phone;*/
/*}*/
/*.hero-image-group-body__icon {*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    object-fit: contain;*/
/*}*/
/*.hero-image-group__image {*/
/*    border-radius: var(--border-radius-10) var(--border-radius-10) 0 0;*/
/*}*/
/*.image__badge {*/
/*    position: absolute;*/
/*    top: 32px;*/
/*    left: 32px;*/
/*    padding: 13px 16px;*/
/*}*/
/*.hero__title em {*/
/*    font-style: normal;*/
/*    border-bottom: 2px solid var(--c-black);*/
/*}*/
/*.hero-image-group-body {*/
/*    border-radius: 0 0 var(--border-radius-10) var(--border-radius-10);*/
/*}*/
/*.hero-image-group-body {*/
/*    display: grid;*/
/*    gap: 2rem 4.5rem;*/
/*    padding: 2rem;*/
/*}*/
/*.header-promo {*/
/*    padding-block: 1.125rem;*/
/*    overflow: hidden;*/
/*    max-height: 100px;*/
/*    margin-bottom: 20px;*/
/*    transition:*/
/*            max-height 0.5s ease-in-out,*/
/*            margin-bottom 0.5s ease-in-out,*/
/*            padding-block 0.5s ease-in-out;*/
/*}*/
/*.header-promo.hidden {*/
/*    max-height: 0;*/
/*    margin-bottom: 0;*/
/*    padding-block: 0 !important;*/
/*}*/

/*.about-image-group-row {*/
/*    display: grid;*/
/*    align-items: center;*/
/*    gap: 20px*/
/*}*/
/*.about-figure__figcaption em {*/
/*    font-style: normal;*/
/*    color: var(--c-red);*/
/*}*/

/*.clog-free-gallery-group {*/
/*    display: grid;*/
/*    gap: 2.5rem 3rem;*/
/*}*/

/*.life-warranty__container {*/
/*    display: grid;*/
/*    gap: 20px*/
/*}*/
/*.step-form__head {*/
/*    padding: 1.5rem;*/
/*    border-radius: 10px 10px 0 0;*/
/*}*/
/*.step-form__body {*/
/*    padding: 2.375rem 1.5rem 2.75rem;*/
/*    border-radius: 0 0 10px 10px;*/
/*}*/
/*.step-form .wpcf7-spinner {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translateX(-135%);*/
/*}*/
/*[data-js-step-form-stage]:not([data-js-step-form-stage="is-active"]),*/
/*[data-js-step-form-title]:not([data-js-step-form-title="is-active"]) {*/
/*    display: none;*/
/*}*/
/*.radio-container {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*    align-items: flex-start;*/
/*    gap: 1.5rem 3.125rem;*/
/*    text-align: center;*/
/*    transition: .3s ease-in-out background-color;*/
/*}*/
/*.radio-item {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 1rem;*/
/*    width: 100%;*/
/*    background-color: var(--c-white);*/
/*    border: 1px solid var(--c-dark-green);*/
/*    cursor: pointer;*/
/*    border-radius: 10px;*/
/*    transition: .3s ease-in-out background-color;*/
/*}*/
/*.radio-item-box {*/
/*    justify-content: flex-start;*/
/*}*/

/*.radio-item:hover,*/
/*.radio-item:has(.radio-input:checked) {*/
/*    background-color: var(--c-yellow);*/
/*}*/
/*.radio-container .radio-input {*/
/*    display: none;*/
/*}*/
/*.radio-container__icon {*/
/*    height: 60px;*/
/*    object-fit: contain;*/
/*}*/
/*.radio-container__text strong {*/
/*    display: block;*/
/*    font-size: 2.5rem;*/
/*}*/
/*.step-form-curr-step-button__icon {*/
/*    transition: .3s ease-in-out filter;*/
/*}*/
/*.step-form-curr-step-button:hover .step-form-curr-step-button__icon {*/
/*    filter: invert(91%) sepia(91%) saturate(314%) hue-rotate(338deg) brightness(105%) contrast(101%);*/
/*}*/
/*.step-form .wpcf7-response-output {*/
/*    color: var(--c-white);*/
/*}*/
/*.step-form form.sent .wpcf7-response-output {*/
/*    display: none;*/
/*}*/
/*!* Contact Form 7 *!*/
/*.form-row {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    flex-wrap: wrap;*/
/*    gap: 16px 32px;*/
/*}*/
/*.wpcf7-spinner {*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/
/*.step-form .form-row {*/
/*    gap: 1rem;*/
/*    text-align: left;*/
/*}*/
/*.form-item,*/
/*.form-item--50 {*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/
/*.form-item--with-icon {*/
/*    position: relative;*/
/*}*/
/*.form-item--with-icon input {*/
/*    text-indent: 20px;*/
/*}*/
/*.form-item__icon {*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    left: 18px;*/
/*    z-index: 1;*/
/*}*/
/*.form-item__text {*/
/*    display: block;*/
/*    color: var(--c-white);*/
/*    font-size: 1.25rem;*/
/*    font-weight: 500;*/
/*    margin-bottom: 6px;*/
/*}*/
/*.form-item__text b {*/
/*    color: var(--c-red);*/
/*}*/
/*.form-item input {*/
/*    width: 100%;*/
/*}*/
/*.form-item input,*/
/*.form-item textarea {*/
/*    font-size: 16px;*/
/*    padding: 1rem 1.25rem;*/
/*    color: var(--c-black);*/
/*    border-radius: var(--border-radius-10);*/
/*    background-color: var(--c-white);*/
/*    border: 1px solid var(--c-dark-green);*/
/*}*/
/*.step-form .form-item input,*/
/*.step-form .form-item textarea {*/
/*    border-color: var(--c-white);*/
/*    font-size: 1.125rem;*/
/*    padding: 1.25rem 1.5rem;*/
/*}*/
/*.form-item input::placeholder,*/
/*.form-item textarea::placeholder {*/
/*    color: #404041;*/
/*}*/
/*.form-item input:focus,*/
/*.form-item textarea:focus {*/
/*    border-color: var(--c-light-grey);*/
/*    outline: unset;*/
/*    box-shadow: 0 0 10px rgb(237 242 82 / .5);*/
/*}*/
/*.form-item input:focus,*/
/*.form-item textarea:focus {*/
/*    border-color: var(--c-dark-green);*/
/*    outline: unset;*/
/*    box-shadow: 0 0 10px rgb(23 38 30 / 20%);*/
/*}*/
/*.step-form .wpcf7-list-item-label {*/
/*    padding-left: 20px;*/
/*    color: var(--c-yellow);*/
/*}*/
/*.step-form input[type="checkbox"] {*/
/*    display: none;*/
/*}*/
/*.step-form .wpcf7-checkbox .wpcf7-list-item-label::before,*/
/*.step-form .wpcf7-acceptance .wpcf7-list-item-label::before {*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    background-color: transparent;*/
/*    border: 2px solid #DBE4E1;*/
/*    transition: .3s ease-in-out;*/
/*}*/
/*.step-form .wpcf7-checkbox .wpcf7-list-item-label::before,*/
/*.step-form .wpcf7-acceptance .wpcf7-list-item-label::before,*/
/*.step-form .wpcf7-acceptance .wpcf7-list-item-label::after,*/
/*.step-form .wpcf7-checkbox .wpcf7-list-item-label::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 1px;*/
/*    left: 0;*/
/*}*/
/*.step-form .wpcf7-checkbox .wpcf7-list-item-label::after,*/
/*.step-form .wpcf7-acceptance .wpcf7-list-item-label::after {*/
/*    top: 7px;*/
/*    left: 2px;*/
/*    width: 19px;*/
/*    height: 16px;*/
/*    background: url('/wp-content/uploads/2025/03/check-mark-white.svg') no-repeat center / cover;*/
/*    opacity: 0;*/
/*    transition: .3s ease-in-out opacity;*/
/*}*/
/*.step-form .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before,*/
/*.step-form .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::before {*/
/*    background-color: var(--c-yellow);*/
/*    border-color: var(--c-yellow);*/
/*}*/
/*.step-form .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after,*/
/*.step-form .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {*/
/*    opacity: 1;*/
/*}*/
/*.step-form-stage p {*/
/*    margin: .6rem 0;*/
/*}*/
/*.contact-form .button[type="submit"] {*/
/*    flex: 1;*/
/*}*/
/*!* End Contact Form 7 *!*/

/*.review-slider__info {*/
/*    display: grid;*/
/*    grid-template-areas:*/
/*        "icon name"*/
/*        "icon date";*/
/*    gap: 2px 15px;*/
/*}*/
/*.review-slider__image {*/
/*    grid-area: icon;*/
/*    max-width: 52px;*/
/*    width: 100%;*/
/*}*/
/*.review-slider__name {*/
/*    grid-area: name;*/
/*}*/
/*.review-slider__date {*/
/*    grid-area: date;*/
/*}*/
/*.review-slide__star {*/
/*    width: 22px;*/
/*}*/
/*.review-slider__item {*/
/*    padding: 16px;*/
/*}*/
/*.review-slider__inner {*/
/*    background-color: var(--c-white);*/
/*    box-shadow: 5px 5px 12px 0 rgba(0, 0, 0, 0.10);*/
/*    padding: 2.25rem 1.625rem;*/
/*    height: 100%;*/
/*}*/
/*.splide .splide__pagination {*/
/*    display: flex;*/
/*    gap: 6px;*/
/*    margin-top: 20px;*/
/*}*/
/*.splide__pagination__page {*/
/*    aspect-ratio: 1 / 1;*/
/*    width: 12px;*/
/*    max-width: 12px;*/
/*    padding: 0;*/
/*    background-color: var(--c-dark-grey);*/
/*    border-radius: 50%;*/
/*    border: unset;*/
/*    cursor: pointer;*/
/*    opacity: .5;*/
/*    transition: .3s ease-in-out opacity, .3s ease-in-out background-color;*/
/*}*/
/*.splide__pagination__page:hover,*/
/*.splide__pagination__page.is-active {*/
/*    background-color: var(--c-light-green);*/
/*    opacity: 1;*/
/*}*/
/*.video {*/
/*    display: grid;*/
/*    gap: 20px 1.5rem;*/
/*}*/
/*.video-wrap {*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*}*/
/*.video__placeholder {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
/*.video-file {*/
/*    border-radius: var(--border-radius-10);*/
/*}*/
/*.video-play-button {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    translate: -50% -50%;*/
/*    transition: .3s ease-in-out opacity;*/
/*}*/
/*.video-wrap:hover .video-play-button {*/
/*    opacity: 1;*/
/*}*/
/*.our-secret-group {*/
/*    display: grid;*/
/*    gap: 20px;*/
/*}*/
/*.our-secret__item {*/
/*    padding: 16px;*/
/*    font-size: 1.625rem;*/
/*    border: 2px solid var(--c-light-green);*/
/*}*/
/*.popup-bonus__form,*/
/*.contact-section__form {*/
/*    padding: 1.5rem 2rem;*/
/*    background-color: var(--c-white);*/
/*    box-shadow: 4px 4px 32px 0 rgba(0, 0, 0, 0.10);*/
/*    border-radius: 10px;*/
/*}*/
/*.text-more__button {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    border-radius: 50% 50% 0 0;*/
/*}*/
/*.text-more__button::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    clip-path: path('M 51.5,-0.5 C 54.8333,-0.5 58.1667,-0.5 61.5,-0.5C 82.9145,2.079 95.4145,14.079 99,35.5C 99.645,42.3495 99.4783,49.1828 98.5,56C 98.7959,62.6738 99.9626,69.1738 102,75.5C 104.745,79.7672 108.578,82.1005 113.5,82.5C 113.5,83.1667 113.5,83.8333 113.5,84.5C 75.5,84.5 37.5,84.5 -0.5,84.5C -0.5,83.8333 -0.5,83.1667 -0.5,82.5C 7.28248,81.5551 12.1158,77.2217 14,69.5C 15.2171,58.2149 15.8838,46.8816 16,35.5C 19.3366,14.9973 31.1699,2.99734 51.5,-0.5 Z');*/
/*    width: 113px;*/
/*    bottom: 0;*/
/*    left: calc(50% + -1px);*/
/*    transform: translateX(-50%);*/
/*    z-index: -1;*/
/*    background: #fff;*/
/*    height: 83px;*/
/*    border-radius: 50% 50% 0 0;*/
/*}*/

/*.text-more__circle {*/
/*    position: absolute;*/
/*    inset: 50%;*/
/*    translate: -50% -50%;*/
/*    width: calc(100% - 8px);*/
/*    height: calc(100% - 8px);*/
/*    border-radius: 50%;*/
/*}*/
/*.text-more-button__icon::before,*/
/*.text-more-button__icon::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 50%;*/
/*    translate: -50% -50%;*/
/*    background-color: var(--c-dark-green);*/
/*    width: 22px;*/
/*    height: 2px;*/
/*}*/
/*.text-more-button__icon::after {*/
/*    transition: .3s ease-in-out rotate;*/
/*    rotate: 0deg;*/
/*}*/
/*.text-more--hidden .text-more-button__icon::after {*/
/*    rotate: 90deg;*/
/*}*/
/*.text-more p + p {*/
/*    margin-top: 1.5rem;*/
/*}*/
/*.text-more::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 0%;*/
/*    background-image: linear-gradient(180deg, transparent 0%, rgb(23 38 30 / 50%) 40%, rgb(23 38 30) 70% );*/
/*    pointer-events: none;*/
/*    transition: .3s ease-in-out height;*/
/*}*/
/*.text-more--hidden::after {*/
/*    height: 100%;*/
/*}*/

/*.footer {*/
/*    border-top: 1px solid var(--c-dark-green);*/
/*    margin-top: 2rem;*/
/*    padding-top: 2rem;*/
/*}*/
/*.footer__logo-image {*/
/*    height: 50px;*/
/*    width: auto;*/
/*}*/
/*.footer-working-hours__day {*/
/*    width: 120px;*/
/*}*/
/*.footer-brands__logo {*/
/*    max-width: 140px;*/
/*}*/
/*.footer a {*/
/*    color: var(--c-dark-green);*/
/*}*/
/*.footer a:hover {*/
/*    text-decoration: underline;*/
/*}*/
/*.footer-col--contacts p + p {*/
/*    margin-top: 1.5rem;*/
/*}*/
/*.footer-col--contacts strong {*/
/*    font-weight: 500;*/
/*}*/
/*.footer-bottom {*/
/*    border-top: 1px solid var(--c-dark-green);*/
/*    padding-top: 2rem;*/
/*    padding-bottom: 2rem;*/
/*    margin-top: 2rem;*/
/*}*/
/*.footer-copyright p {*/
/*    font-size: 16px;*/
/*}*/
/*.footer-copyright a {*/
/*    display: inline-block;*/
/*    width: 60px;*/
/*    margin-left: 5px;*/
/*    translate: 0 1px;*/
/*}*/
/*.footer-copyright img {*/
/*    width: 100%;*/
/*}*/

/*.privacy-heading__content {*/
/*    padding: 1.5rem;*/
/*    border: 2px solid var(--c-light-green);*/
/*    border-radius: 15px;*/
/*}*/

/*.breadcrumbs a {*/
/*    text-decoration: unset;*/
/*}*/
/*.breadcrumbs a,*/
/*.breadcrumb_last {*/
/*    font-size: 16px;*/
/*}*/
/*.breadcrumbs a {*/
/*    color: var(--c-green);*/
/*}*/
/*.breadcrumbs a:hover {*/
/*    text-decoration: underline;*/
/*}*/
/*.breadcrumb_last {*/
/*    color: var(--c-dark-green);*/
/*}*/
/*.breadcrumbs > span {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 6px;*/
/*    font-size: 14px;*/
/*}*/
/*.top-rated-slider {*/
/*    min-width: 1px;*/
/*    width: 100%;*/
/*}*/
/*.top-rated-slider-cards {*/
/*    width: 100%;*/
/*}*/
/*.top-rated-slider-item__inner {*/
/*    display: grid;*/
/*    grid-template-columns: 100%;*/
/*    gap: 40px;*/
/*}*/
/*.list-with-check-mark {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 1.125rem;*/
/*}*/
/*.list-with-check-mark__item {*/
/*    padding-left: 26px;*/
/*}*/
/*.list-with-check-mark__item::after {*/
/*    content: "";*/
/*    background: url("/wp-content/uploads/2025/03/check-green-i.svg") no-repeat center / contain;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 17px;*/
/*    height: 17px;*/
/*    display: block;*/
/*}*/
/*.top-rated-slider__image-wrap {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 1.5rem;*/
/*    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.25);*/
/*    margin: 3px 6px 6px 3px;*/
/*    aspect-ratio: 458 / 492;*/
/*    width: 100%;*/
/*}*/
/*.top-rated-slider__image {*/
/*    height: 100%;*/
/*    width: auto;*/
/*}*/
/*.top-rated-slider__image-wrap::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 10px;*/
/*    width: calc(100% - 20px);*/
/*    height: calc(100% - 20px);*/
/*    border: 2px solid var(--c-dark-green);*/
/*    border-radius: 10px;*/
/*    z-index: -1;*/
/*}*/
/*.top-rated-slider-nav {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 3.5rem;*/
/*    aspect-ratio: 1 / 1;*/
/*    border-radius: 50%;*/
/*    border: 1px solid var(--c-black);*/
/*    padding: 14px;*/
/*    cursor: pointer;*/
/*    transition: .3s ease-in-out background-color;*/
/*}*/
/*.top-rated-slider-nav:hover {*/
/*    background-color: var(--c-yellow);*/
/*}*/
/*.top-rated-slider--prev {*/
/*    left: 1.5rem;*/
/*}*/
/*.top-rated-slider--next {*/
/*    right: 1.5rem;*/
/*}*/
/*.top-rated-slider-cards {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 2rem;*/
/*}*/
/*.top-rated-slider-cards__item {*/
/*    display: none;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    gap: 4px;*/
/*    aspect-ratio: 170 / 204;*/
/*    border: 1px solid var(--c-black);*/
/*    border-radius: 10px;*/
/*    width: 100%;*/
/*    padding: .5rem;*/
/*}*/
/*.top-rated-slider__image {*/
/*    transition: .3s ease-in-out scale;*/
/*}*/
/*.top-rated-slider-cards__item:hover .top-rated-slider__image {*/
/*    scale: 1.05;*/
/*}*/
/*.top-rated-slider-cards__item.is-visible {*/
/*    display: flex;*/
/*}*/

/*.satisfied-homeowners__text {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    font-size: 5.5rem;*/
/*    background: linear-gradient(180deg, #257F32 0%, #D6E8C8 100%);*/
/*    -webkit-background-clip: text;*/
/*    color: transparent;*/
/*    line-height: 1;*/
/*}*/
/*.thank-you-text__text a[href*="tel"] {*/
/*    color: var(--c-white);*/
/*    background: var(--c-light-green);*/
/*    border-radius: 20px;*/
/*    display: inline-block;*/
/*    padding: 3px 11px;*/
/*    margin-left: 3px;*/
/*}*/
/*.thank-you-main .satisfied-homeowners {*/
/*    padding-bottom: 0;*/
/*}*/

/*.satisfied-homeowners__anim-char {*/
/*    overflow: hidden;*/
/*}*/
/*.satisfied-homeowners__last-char,*/
/*.satisfied-homeowners__curr-char {*/
/*    display: block;*/
/*    background: linear-gradient(180deg, #257F32 0%, #D6E8C8 100%);*/
/*    -webkit-background-clip: text;*/
/*    color: transparent;*/
/*}*/
/*.satisfied-homeowners__last-char {*/
/*    position: absolute;*/
/*    transform: translateY(-100%);*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*.satisfied-homeowners__curr-char {*/
/*    animation: moveUp 8s ease-in-out forwards;*/
/*    animation-delay: 2s;*/
/*}*/
/*.satisfied-homeowners__last-char {*/
/*    animation: moveDown 8s ease-in-out forwards;*/
/*    animation-delay: 2s;*/
/*}*/

/*@keyframes moveUp {*/
/*    0% {*/
/*        transform: translateY(0);*/
/*    }*/
/*    100% {*/
/*        transform: translateY(100%);*/
/*    }*/
/*}*/
/*@keyframes moveDown {*/
/*    0% {*/
/*        transform: translateY(-100%);*/
/*    }*/
/*    100% {*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/

/*.popup__overlay {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0,0,0,.7);*/
/*    z-index: 98;*/
/*    transition: .3s ease-in-out opacity;*/
/*    opacity: 0;*/
/*    display: none;*/
/*}*/
/*.popup {*/
/*    position: fixed;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    z-index: 99;*/
/*    padding: 4rem 2rem 2rem;*/
/*    transition: .3s ease-in-out opacity;*/
/*    opacity: 0;*/
/*    display: none;*/
/*    max-height: calc(100% - 30px);*/
/*    max-width: 926px;*/
/*    width: calc(100% - 30px);*/
/*    background-color: var(--c-white);*/
/*    border-radius: 10px;*/
/*    min-height: 340px;*/
/*    overflow: hidden;*/
/*    border: 1px solid #43434382;*/
/*    box-shadow: 0 0 29px rgba(97,94,94,25);*/
/*}*/

/*.popup__overlay.--show,*/
/*.popup.--show {*/
/*    opacity: 1;*/
/*    display: block;*/
/*}*/
/*.popup__close {*/
/*    position: absolute;*/
/*    z-index: 3;*/
/*    top: 28px;*/
/*    right: 28px;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    cursor: pointer;*/
/*}*/
/*.popup__close:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    display: block;*/
/*    height: 2px;*/
/*    width: 100%;*/
/*    background-color: var(--c-green);*/
/*    transform: translateY(9px) translateX(0) rotate(45deg);*/
/*}*/
/*.popup__close:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 14px;*/
/*    left: 0;*/
/*    display: block;*/
/*    height: 2px;*/
/*    width: 100%;*/
/*    background-color: var(--c-green);*/
/*    transform: translateY(-5px) translateX(0) rotate(-45deg);*/
/*}*/
/*.popup-bonus {*/
/*    background-color: var(--c-dark-green);*/
/*    max-width: 1000px;*/
/*}*/
/*.popup-bonus__title em,*/
/*.popup-bonus__success-title em {*/
/*    color: var(--c-yellow);*/
/*    font-style: normal;*/
/*}*/
/*.popup-bonus-wrap {*/
/*    display: grid;*/
/*    grid-template-columns: 100%;*/
/*    gap: 30px 20px;*/
/*}*/
/*.popup-bonus-list {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    gap: 1.25rem;*/
/*}*/
/*.popup-bonus-list__item {*/
/*    border: 1px solid var(--c-yellow);*/
/*    padding: .625rem;*/
/*}*/
/*.spin-wheel-wrap {*/
/*    position: relative;*/
/*    aspect-ratio: 1 / 1;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: calc(100% - 20px);*/
/*}*/
/*.spin-wheel__button:hover {*/
/*    border-color: var(--c-yellow);*/
/*}*/
/*.spin-wheel-arrow {*/
/*    position: absolute;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    z-index: 10;*/
/*    user-select: none;*/
/*    flex-shrink: 0;*/
/*}*/
/*.spin-wheel-arrow__circle {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    user-select: none;*/
/*    flex-shrink: 0;*/
/*    box-shadow: 0 0 13px rgba(0, 0, 0, .25);*/
/*    background:*/
/*            linear-gradient(*/
/*                    #F2F2F2,*/
/*                    #B3B3B3*/
/*            ) padding-box,*/
/*            linear-gradient(135deg, #FFF 14.65%, #999 85.36%) border-box;*/
/*    border: 2px solid transparent;*/
/*    transition: .3s ease-in-out background;*/
/*    border-radius: 50%;*/
/*}*/
/*.spin-wheel-arrow__arrow,*/
/*.spin-wheel-arrow__arrow::after {*/
/*    position: absolute;*/
/*    top: -28px;*/
/*    left: calc(50% + 1px);*/
/*    transform: translateX(-50%);*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-style: solid;*/
/*    border-width: 0 9px 30px 9px;*/
/*    border-color: transparent transparent rgb(20 38 29 / 43%) transparent;*/
/*    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));*/
/*}*/
/*.spin-wheel-arrow__arrow::after {*/
/*    content: "";*/
/*    translate: -1px 0;*/
/*    inset: 0;*/
/*    border-color: transparent transparent var(--c-yellow) transparent;*/
/*}*/
/*.spin-wheel-group {*/
/*    max-width: 450px;*/
/*    margin-inline: auto;*/
/*}*/
/*.popup-bonus-wrap:not(.has-bonus) .popup-bonus__form,*/
/*.popup-bonus-wrap:not(.has-bonus) .popup-bonus__success-title {*/
/*    display: none;*/
/*}*/
/*.has-bonus :is(.spin-wheel-group, .popup-bonus-list, .popup-bonus__title, .popup-bonus__text, .popup-bonus__text-bottom) {*/
/*    display: none;*/
/*}*/
/*.spin-wheel {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #333;*/
/*    border-radius: 50%;*/
/*    box-shadow: 0 0 0 5px #333,*/
/*    0 0 0 15px #fff,*/
/*    0 0 0 18px #111;*/
/*    overflow: hidden;*/
/*    transition: transform 5s ease-in-out;*/
/*    transform: rotate(-15deg);*/
/*    will-change: transform;*/
/*}*/
/*.spin-wheel__lamp {*/
/*    position: absolute;*/
/*    inset: -3%;*/
/*    width: 106%;*/
/*    height: 106%;*/
/*    z-index: 1;*/
/*    border-radius: 50%;*/
/*    box-shadow: inset 0 0 0 24px #001F33, inset 0 0 0 25px #fff, 0 0 0 10px #7bbf59, inset 0 0 11px 29px rgba(0,0,0,.24);*/
/*}*/
/*.spin-wheel__lamp::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: -.5%;*/
/*    width: 101%;*/
/*    height: 101.5%;*/
/*    background: url('/wp-content/uploads/2025/03/lamp-circle.svg') no-repeat center / contain;*/
/*    border-radius: 50%;*/
/*}*/
/*.spin-wheel__prize {*/
/*    position: absolute;*/
/*    width: 50%;*/
/*    height: 50%;*/
/*    background: var(--clr);*/
/*    transform-origin: bottom right;*/
/*    transform: rotate(calc(60deg * var(--i)));*/
/*    clip-path: polygon(0 0, 75% 0, 100% 100%, 0 75%);*/
/*    mask-image: radial-gradient(circle, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);*/
/*    -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    user-select: none;*/
/*}*/

/*.spin-wheel-prize__text {*/
/*    position: relative;*/
/*    transform: rotate(225deg);*/
/*    font-size: .875rem;*/
/*    font-weight: 500;*/
/*    padding-right: 4rem;*/
/*}*/

/*.support-button {*/
/*    position: fixed;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    transform: translateY(-50%);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-end;*/
/*    background-color: var(--c-yellow);*/
/*    padding: 2.5rem 0 2.5rem .75rem;*/
/*    border-radius: 10px;*/
/*    z-index: 2;*/
/*}*/
/*.support-button__link {*/
/*    color: var(--c-dark-green);*/
/*    border-bottom: 1px solid var(--c-dark-green);*/
/*    transition: .3s ease-in-out border-color;*/
/*}*/
/*.support-button__link:hover {*/
/*    border-color: transparent;*/
/*}*/
/*.support-button__title {*/
/*    writing-mode: vertical-rl;*/
/*    text-orientation: mixed;*/
/*    transform: rotate(180deg);*/
/*    padding: 26px 5px 26px 7px;*/
/*    transition: .3s ease-in-out color;*/
/*    color: rgb(23 38 30 / 50%);*/
/*}*/
/*.support-button.is-close .support-button__title {*/
/*    color: rgb(23 38 30);*/
/*}*/
/*.support-button::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 20px;*/
/*    height: 76px;*/
/*    border-radius: 10px;*/
/*    top: 50%;*/
/*    left: -8px;*/
/*    translate: 0 -50%;*/
/*    background: var(--c-yellow) url("/wp-content/uploads/2025/03/arrow-left-dark-green-i.svg") no-repeat center / 8px 8px;*/
/*    z-index: -1;*/
/*}*/
/*.support-button-list {*/
/*    max-width: 100%;*/
/*    opacity: 1;*/
/*    padding-inline: .75rem;*/
/*    transition: width .3s ease-in-out, opacity .3s ease-in-out,  padding .15s ease-in-out;*/
/*}*/
/*.support-button:hover::after {*/
/*    transform: rotate(180deg);*/
/*}*/
/*.support-button:hover .support-button__title {*/
/*    color: rgb(23 38 30 / 50%);*/
/*}*/
/*.support-button:hover .support-button-list {*/
/*    max-width: 100%;*/
/*    opacity: 1;*/
/*    padding-inline: .75rem;*/
/*}*/
/*.is-close .support-button-list {*/
/*    opacity: 0;*/
/*    max-width: 0;*/
/*    padding: 0;*/
/*}*/

/*.main-form-progress-line {*/
/*    position: relative;*/
/*    height: 10px;*/
/*    background-color: #e0e0e0;*/
/*    border-radius: 5px;*/
/*    width: 100%;*/
/*    margin-top: 14px;*/
/*}*/
/*.main-form-progress-line__bar {*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    background-color: #4caf50;*/
/*    border-radius: 5px;*/
/*}*/
/*.main-form-progress-line__num {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: -20px;*/
/*    translate: -50% 0;*/
/*    font-size: 14px;*/
/*    color: var(--c-dark-green);*/
/*}*/
/*.step-from-nav__item.is-disabled {*/
/*    opacity: .5;*/
/*    pointer-events: none;*/
/*    user-select: none;*/
/*}*/
/*.step-from-nav {*/
/*    max-width: 460px;*/
/*    margin-inline: auto;*/
/*    border-radius: 10px;*/
/*    background: var(--c-white);*/
/*    padding: .5rem 1rem;*/
/*}*/

/*@media (max-width: 1023px) {*/
/*    .header-menu li:not(:first-child) {*/
/*        margin-top: 1.5rem;*/
/*    }*/
/*    .header-menu ul a {*/
/*        color: var(--c-light-green);*/
/*        font-size: 16px;*/
/*        transition: .3s ease-in-out color;*/
/*        font-weight: 700;*/
/*    }*/
/*    .menu-item-has-children {*/
/*        cursor: pointer;*/
/*    }*/
/*    .menu-item-has-children > a {*/
/*        position: relative;*/
/*    }*/
/*    .menu-item-has-children > a:after {*/
/*        position: absolute;*/
/*        content: "";*/
/*        top: 50%;*/
/*        transform: translateY(-50%);*/
/*        right: -34px;*/
/*        width: 20px;*/
/*        height: 20px;*/
/*        background: url('/wp-content/uploads/2025/01/arrow-left-circle-i.svg') no-repeat center / contain;*/
/*        z-index: -1;*/
/*    }*/
/*    .menu-item-has-children .sub-menu {*/
/*        position: absolute;*/
/*        top: 0;*/
/*        left: 0;*/
/*        height: 100%;*/
/*        width: 100%;*/
/*        display: none;*/
/*        background: var(--c-white);*/
/*        visibility: hidden;*/
/*        overflow: auto;*/
/*        padding-bottom: 16px;*/
/*        opacity: 0;*/
/*        z-index: 5;*/
/*    }*/
/*    .menu-item-has-children .sub-menu.--open {*/
/*        display: block;*/
/*        visibility: visible;*/
/*        opacity: 1;*/
/*        z-index: 5;*/
/*    }*/
/*    .header-menu ul a:hover,*/
/*    .header-menu ul a[aria-current=page]:not([href^="/#"]) {*/
/*        color: var(--c-light-green);*/
/*    }*/
/*    .menu-header-container {*/
/*        margin-block: 1rem;*/
/*    }*/
/*    .mobile_menu_close {*/
/*        padding: 5px 10px;*/
/*        outline: none;*/
/*        user-select: none;*/
/*        position: fixed;*/
/*        top: 20px;*/
/*        right: 10px;*/
/*        cursor: pointer;*/
/*        z-index: -1;*/
/*        opacity: 0;*/
/*    }*/
/*    .header-menu.--open .mobile_menu_close {*/
/*        width: 46px;*/
/*        height: 46px;*/
/*        z-index: 3;*/
/*        opacity: 1;*/
/*        color: #666;*/
/*        transition: opacity 0.3s;*/
/*    }*/
/*    .mobile_menu_overlay {*/
/*        position: fixed;*/
/*        top: 0;*/
/*        left: 0;*/
/*        width: 100%;*/
/*        height: 100%;*/
/*        z-index: -10;*/
/*        opacity: 0;*/
/*        visibility: hidden;*/
/*        background-color: #87acd0;*/
/*    }*/
/*    .header-menu.--open .mobile_menu_overlay {*/
/*        z-index: 1;*/
/*        opacity: 0.8;*/
/*        visibility: visible;*/
/*        transition: opacity 0.3s;*/
/*    }*/
/*    .header__button {*/
/*        margin-top: 30px;*/
/*    }*/
/*    .header-phone__img {*/
/*        display: none;*/
/*    }*/
/*    .sub-menu li {*/
/*        margin-top: 10px;*/
/*    }*/
/*    .header-menu .sub-menu a {*/
/*        font-size: 18px;*/
/*    }*/
/*    .header-button {*/
/*        margin-top: 1.5rem;*/
/*    }*/
/*    .d-inline-flex-md {*/
/*        display: inline-flex;*/
/*    }*/
/*    .d-inline-block-md {*/
/*        display: inline-block;*/
/*    }*/
/*    .w-100-md {*/
/*        width: 100%;*/
/*    }*/
/*    .d-flex-md {*/
/*        display: flex;*/
/*    }*/
/*    .d-block-md {*/
/*        display: block;*/
/*    }*/
/*    .d-grid-md {*/
/*        display: grid;*/
/*    }*/
/*    .flex-1-md {*/
/*        flex: 1;*/
/*    }*/
/*    .d-none-md {*/
/*        display: none;*/
/*    }*/
/*    .header-phone {*/
/*        order: -1;*/
/*        margin: 16px 0 0;*/
/*    }*/
/*    .header__overlay-menu-dialog {*/
/*        padding: 3rem;*/
/*    }*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .page-404-php .inner {*/
/*        flex-direction: column;*/
/*    }*/
/*    .header-promo {*/
/*        display: none;*/
/*    }*/
/*    .hero-image-group-body__item {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*        text-align: center;*/
/*    }*/
/*    .order-1-md {*/
/*        order: 1;*/
/*    }*/
/*    .has-bonus .popup-bonus__content {*/
/*        order: -1;*/
/*    }*/
/*    .popup-bonus {*/
/*        overflow-y: auto;*/
/*    }*/
/*    .popup-bonus__form {*/
/*        padding: 1rem .75rem;*/
/*    }*/
/*    .life-warranty__image {*/
/*        margin-inline: auto;*/
/*    }*/
/*    .top-rated-slider__image-wrap {*/
/*        max-width: calc(100% - 12px);*/
/*    }*/
/*}*/
/*@media (max-width: 540px) {*/
/*    .page-404-php {*/
/*        padding-bottom: 25px;*/
/*    }*/
/*    .page-404-php .content {*/
/*        text-align: center;*/
/*    }*/
/*    .page-404-php .title {*/
/*        font-size: 60px;*/
/*    }*/
/*    .page-404-php img {*/
/*        display: none;*/
/*    }*/
/*    .w-100-xs {*/
/*        width: 100%;*/
/*    }*/
/*    body {*/
/*        font-size: 14px;*/
/*    }*/
/*    .gap-10-xs {*/
/*        gap: 10px;*/
/*    }*/
/*    .gap-6-xs {*/
/*        gap: 6px;*/
/*    }*/
/*    .w-100-xs {*/
/*        width: 100%;*/
/*    }*/
/*    .hero-image-group__image {*/
/*        aspect-ratio: 6 / 3;*/
/*        object-fit: cover;*/
/*    }*/
/*    .step-form-curr-step-button {*/
/*        padding: 1.25rem 1.5rem;*/
/*        font-size: 1.5rem;*/
/*    }*/
/*    .step-form-submit-button {*/
/*        margin-top: 20px;*/
/*    }*/
/*    .video-play-button {*/
/*        max-width: 40px;*/
/*    }*/
/*    .popup-bonus {*/
/*        padding: 5rem 1.5rem 1.5rem;*/
/*    }*/
/*    .step-from-nav {*/
/*        gap: 1rem;*/
/*        padding: .5rem;*/
/*    }*/
/*}*/
/*@media (min-width: 541px) {*/
/*    .container {*/
/*        padding: 0 2rem;*/
/*    }*/
/*    .clog-free-gallery-group {*/
/*        grid-template-columns: repeat(2, 1fr);*/
/*    }*/
/*    .form-item--50 {*/
/*        max-width: calc(50% - 15px);*/
/*    }*/
/*    .our-secret-group {*/
/*        grid-template-columns: repeat(2, 1fr);*/
/*    }*/
/*    .spin-wheel__lamp {*/
/*        box-shadow: inset 0 0 0 28px #001F33, inset 0 0 0 29px #fff, 0 0 0 10px #7bbf59, inset 0 0 11px 38px rgba(0,0,0,.24);*/
/*    }*/
/*}*/
/*@media (min-width: 768px) {*/
/*    :root {*/
/*        font-size: .875em;*/
/*    }*/
/*    .fz-h1 {*/
/*        font-size: 50px;*/
/*    }*/
/*    .fz-h2,*/
/*    .content h2 {*/
/*        font-size: 40px;*/
/*    }*/
/*    .fz-h3,*/
/*    .content h3 {*/
/*        font-size: 25px;*/
/*    }*/
/*    .fz-h4,*/
/*    .content h4 {*/
/*        font-size: 20px;*/
/*    }*/
/*    .fz-p1,*/
/*    .content h5,*/
/*    .content h6,*/
/*    .step-form .wpcf7-list-item-label {*/
/*        font-size: 1.25rem;*/
/*    }*/
/*    .fz-p2 {*/
/*        font-size: 1.125rem;*/
/*    }*/
/*    .fz-button {*/
/*        font-size: 1.875rem;*/
/*    }*/
/*    .ws-pl-md {*/
/*        white-space: pre-line;*/
/*    }*/
/*    .flex-1-sm {*/
/*        flex: 1;*/
/*    }*/
/*    .review-slider__inner {*/
/*        box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.10);*/
/*    }*/
/*    .review-section .splide.is-initialized:not(.is-active) .splide__list {*/
/*        display: grid;*/
/*        grid-template-columns: repeat(3, 1fr);*/
/*        gap: 4px;*/
/*    }*/
/*    .review-section .splide.is-initialized:not(.is-active) .splide__track {*/
/*        overflow: unset;*/
/*    }*/
/*    .video {*/
/*        grid-template-areas:*/
/*             "title placeholder"*/
/*             "text placeholder";*/
/*        grid-template-columns: 40% 1fr;*/
/*        grid-template-rows: auto 1fr;*/
/*    }*/
/*    .video__title {*/
/*        grid-area: title;*/
/*    }*/
/*    .video__text {*/
/*        grid-area: text;*/
/*    }*/
/*    .video-wrap {*/
/*        grid-area: placeholder;*/
/*        align-self: stretch;*/
/*    }*/
/*    .form-item--w50,*/
/*    .form-item--w33 {*/
/*        max-width: calc(50% - 16px);*/
/*    }*/
/*    .radio-item {*/
/*        width: 9.75rem;*/
/*        height: 9.75rem;*/
/*    }*/
/*    .hero-image-group-body {*/
/*        grid-template-columns: 25% 1fr 20%;*/
/*    }*/
/*    .about-image-group-row {*/
/*        grid-template-areas:*/
/*            "image title"*/
/*            "image text";*/
/*        grid-template-columns: 1fr 40%;*/
/*        align-items: center;*/
/*        gap: 40px 20px;*/
/*    }*/
/*    .about-figure {*/
/*        grid-area: image;*/
/*    }*/
/*    .about__title {*/
/*        grid-area: title;*/
/*        align-self: flex-end;*/
/*    }*/
/*    .about__text {*/
/*        align-self: flex-start;*/
/*        grid-area: text;*/
/*    }*/
/*    .life-warranty__container {*/
/*        display: grid;*/
/*        grid-template-areas:*/
/*        "icon title"*/
/*        "icon text";*/
/*        grid-template-columns: 214px 1fr;*/
/*        gap: 40px 58px;*/
/*    }*/
/*    .life-warranty__image {*/
/*        grid-area: icon;*/
/*    }*/
/*    .life-warranty__title {*/
/*        grid-area: title;*/
/*        align-self: flex-end;*/
/*    }*/
/*    .life-warranty__text {*/
/*        grid-area: text;*/
/*        align-self: flex-start;*/
/*    }*/
/*    .radio-container__icon {*/
/*        height: 85px;*/
/*    }*/
/*    .step-form .form-row {*/
/*        gap: 30px;*/
/*    }*/
/*    .footer-copyright a {*/
/*        width: 72px;*/
/*    }*/
/*    .privacy-heading__content {*/
/*        padding: 2rem;*/
/*    }*/
/*    .top-rated-slider__button {*/
/*        min-width: 320px;*/
/*    }*/
/*    .top-rated-slider-item__inner {*/
/*        grid-template-columns: 45% 1fr;*/
/*    }*/
/*    .top-rated-slider__image-wrap {*/
/*        box-shadow: 4.516px 4.516px 12px 0 rgba(0, 0, 0, 0.25);*/
/*        margin: 6px 14px 14px 6px;*/
/*    }*/
/*    .popup-bonus-wrap {*/
/*        grid-template-columns: 1fr 45%;*/
/*    }*/
/*    .top-rated .splide.is-initialized:not(.is-active) .splide__list {*/
/*        display: grid;*/
/*        gap: 3.25rem;*/
/*        grid-template-columns: repeat(3, 1fr)*/
/*    }*/
/*}*/

/*@media (min-width: 1024px) {*/
/*    html {*/
/*        scroll-padding-top: 140px;*/
/*    }*/
/*    .header-menu {*/
/*        padding-block: 1rem;*/
/*    }*/
/*    .header__logo-image {*/
/*        max-width: 150px;*/
/*    }*/
/*    .section,*/
/*    section {*/
/*        padding-top: 50px;*/
/*        padding-bottom: 50px;*/
/*    }*/
/*    .header-menu-burger {*/
/*        display: none;*/
/*    }*/
/*    .mobile_menu_btn, .mobile_menu_close, .mobile_menu_overlay {*/
/*        display: none;*/
/*    }*/
/*    .header-menu .header-button {*/
/*        margin: 0 1.75rem 0 auto;*/
/*    }*/
/*    .header-top .container {*/
/*        gap: 24px;*/
/*    }*/
/*    .menu-header-menu {*/
/*        display: flex;*/
/*        !*gap: 14px;*!*/
/*    }*/
/*    .header-menu__container {*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*    }*/
/*    .menu-header-menu > li {*/
/*        position: relative;*/
/*        text-align: center;*/
/*    }*/
/*    .menu-header-menu > li > a {*/
/*        font-size: 16px;*/
/*        text-transform: capitalize;*/
/*        display: block;*/
/*        color: var(--c-white);*/
/*        padding: 12px 9px;*/
/*        transition: .3s all ease-in;*/
/*        border-radius: 6px;*/
/*        border: 1px solid transparent;*/
/*        font-weight: 500;*/
/*    }*/
/*    .menu-header-menu > li.menu-item-has-children > a {*/
/*        padding-right: 1rem;*/
/*    }*/
/*    .menu-header-menu > li > a:hover,*/
/*    .menu-header-menu > li > a[aria-current=page],*/
/*    .menu-item-has-children:hover > a {*/
/*        color: var(--c-yellow);*/
/*    }*/
/*    .menu-header-menu .sub-menu {*/
/*        position: absolute;*/
/*        top: 100%;*/
/*        left: 0;*/
/*        width: 100%;*/
/*        visibility: hidden;*/
/*        opacity: 0;*/
/*        z-index: -1;*/
/*        height: 0;*/
/*        background-color: #fff;*/
/*        !*box-shadow: 0 0 10px rgba(0,0,0,.15);*!*/
/*        background-image: linear-gradient(33deg, #D9DBE1, #d9dbe100);*/
/*        border-radius: 4px;*/
/*        box-shadow: 5px 5px 14px rgba(0, 0, 0, .25);*/
/*        transition: opacity .3s;*/
/*        text-align: left;*/
/*        padding: 6px 0;*/
/*    }*/
/*    .header-menu .menu-item-has-children:hover .sub-menu {*/
/*        visibility: visible;*/
/*        opacity: 1;*/
/*        z-index: 1;*/
/*        height: auto;*/
/*        overflow: auto;*/
/*        max-height: calc(100vh - 70px);*/
/*        min-width: 255px;*/
/*    }*/
/*    .header-menu .menu-item-has-children:hover .sub-menu a {*/
/*        font-size: 16px;*/
/*        display: block;*/
/*        padding: 6px 14px;*/
/*        color: var(--c-black)*/
/*    }*/
/*    .header-menu .menu-item-has-children:hover .sub-menu a:hover {*/
/*        color: var(--c-light-green);*/
/*        background-clip: text;*/
/*        text-fill-color: transparent;*/
/*    }*/
/*    .header-menu .last-dropdown-item {*/
/*        border-top: 1px solid var(--c-light-green);*/
/*    }*/
/*    .menu-item-has-children > a:after {*/
/*        right: 0;*/
/*        height: 10px;*/
/*        width: 10px;*/
/*        z-index: 1;*/
/*    }*/
/*    .menu-item-has-children:hover > a:after {*/
/*        transform: rotate(180deg) translateY(4px);*/
/*    }*/
/*    :root {*/
/*        font-size: .9em;*/
/*    }*/
/*    .page-php__text,*/
/*    .our-solutions__text {*/
/*        max-width: 872px;*/
/*        margin-inline: auto;*/
/*    }*/
/*    .burger-menu {*/
/*        display: none;*/
/*    }*/
/*    .header__overlay-menu-dialog {*/
/*        display: contents;*/
/*    }*/
/*    .header-promo__text {*/
/*        margin-left: 222px;*/
/*    }*/
/*    .review-section .splide.is-initialized:not(.is-active) .splide__list {*/
/*        gap: 26px;*/
/*    }*/
/*    .our-secret__text {*/
/*        max-width: 994px;*/
/*        margin-inline: auto;*/
/*    }*/
/*    .our-secret-group {*/
/*        grid-template-columns: repeat(4, 1fr);*/
/*    }*/
/*    .form-item--w33 {*/
/*        max-width: calc(33.33% - calc(32px * 2 / 3));*/
/*    }*/
/*    .our-secret-group__button {*/
/*        min-width: 700px;*/
/*        margin-inline: auto;*/
/*    }*/
/*    .step-form__body {*/
/*        padding: 3rem 4.5rem 2.75rem;*/
/*    }*/
/*    .hero-image-group-body {*/
/*        padding: 2.8125rem 4.375rem;*/
/*    }*/
/*    .contact-section__form {*/
/*        padding: 2.5rem 4rem;*/
/*        margin-inline: auto;*/
/*        max-width: 860px;*/
/*    }*/
/*    .top-rated-slider {*/
/*        max-width: calc(100% - 184px - 40px);*/
/*    }*/
/*    .top-rated-slider-cards {*/
/*        max-width: 184px;*/
/*    }*/
/*    .thank-you-text__text {*/
/*        max-width: 1000px;*/
/*        margin-inline: auto;*/
/*    }*/
/*}*/
/*@media (min-width: 1201px) {*/
/*    .hero__title {*/
/*        max-width: 1110px;*/
/*    }*/
/*    .hero-image-group-body {*/
/*        padding: 2.8125rem 8.375rem;*/
/*    }*/
/*    .clog-free-gallery-group {*/
/*        grid-template-columns: repeat(3, 1fr);*/
/*    }*/
/*}*/
/*@media (min-width: 1368px) {*/
/*    :root {*/
/*        font-size: 1em;*/
/*    }*/
/*    .container {*/
/*        padding: 0 4.375rem;*/
/*    }*/
/*    .header-promo__text {*/
/*        margin-left: 234px;*/
/*    }*/
/*    .step-form__body {*/
/*        padding: 3.375rem 12.5rem 2.75rem;*/
/*    }*/
/*}*/
/*@media (min-width: 1401px) {*/
/*    .menu-header-menu > li > a {*/
/*        padding: .75rem 16px .75rem 19px;*/
/*    }*/
/*    .clog-free-gallery-group {*/
/*        gap: 3rem 6.25rem;*/
/*    }*/
/*}*/
/*@media (min-width: 1601px) {*/
/*}*/
