/* FONT_END */
:root {
    --swiper-theme-color: #007aff;
    --theme-primary-color: #a8e101;
    --theme-secondary-color: #00312e;
    --theme-black-color: #000;
    --theme-white-color: #fff;
    --theme-light-color: #ffe2c6;
    --theme-dark-color: #3d3d3d;
    --theme-grey-color: #f4f6f6;
    --theme-border-color: #d1dad9;
    --theme-alt-color: #ffce00;
    --theme-sky-color: #d1ebf8;
    --theme-info-color: #28b4e9;
    --theme-green-300: #cadc5e;
    --theme-green-light-color: #eef4ce;
    --theme-green-medium-color: #cbed60;
    --theme-green-alt-color: #fff3e8;
    --theme-body-font-family: Bricolage Grotesque, Helvetica Neue, Arial, Noto Sans, sans-serif;
    --theme-heading-font-family: Peachi, Helvetica Neue, Times New Roman, serif;
    --theme-width: 1296px;
    --theme-side-space: 20px;
    --theme-border-radius: 20px;
    --theme-section-margin: 40px;
    --theme-section-margin-lg: 60px;
    --theme-inner-padding: 25px;
}

@media (min-width: 768px) {
    :root {
        --theme-inner-padding: 35px;
    }
}

@media (min-width: 1025px) {
    :root {
        --theme-side-space: 48px;
        --theme-section-margin: 60px;
        --theme-section-margin-lg: 90px;
        --theme-inner-padding: 50px;
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

html {
    box-sizing: border-box;
}

*,
:after,
:before {
    box-sizing: inherit;
}

.number-list,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

@font-face {
    font-display: swap;
    font-family: Peachi;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Peachi-Regular.woff2') format("woff2");
}

/* Typography */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--theme-white-color);
    color: var(--theme-secondary-color);
    font-family: var(--theme-body-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

a {
    text-decoration: underline;
    transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),
    background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

a,
a:hover {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

dl,
ol,
p,
ul {
    margin: 0 0 20px;
}

ul:not([class]) li {
    position: relative;
    padding-left: 20px;
}

ul:not([class]) li:before {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 5px;
    position: absolute;
    top: 8px;
    width: 5px;
}

ul:not([class]) li.pagenav,
ul:not([class]) li.pagenav li {
    padding-left: 0;
}

ul:not([class]) li.pagenav:before,
ul:not([class]) li.pagenav li:before {
    display: none;
}

.check-list li {
    padding: 0 0 14px 38px;
    position: relative;
}

.check-list li:after,
.check-list li:before {
    content: "";
    position: absolute;
}

.check-list li:before {
    border: 1px solid var(--theme-secondary-color);
    border-radius: 6px;
    height: 23px;
    left: 0;
    top: 1px;
    width: 23px;
}

.check-list li:after {
    border-bottom: 1px solid var(--theme-secondary-color);
    border-left: 1px solid var(--theme-secondary-color);
    height: 6px;
    left: 5px;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.check-list.white li:after,
.check-list.white li:before {
    border-color: var(--theme-secondary-color);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.number-list li .holder:before,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--theme-secondary-color);
    display: block;
    font-family: var(--theme-heading-font-family), sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
}

.h1,
h1 {
    font-size: 38px;
}

.h2,
h2 {
    font-size: 30px;
}

@media (min-width: 1024px) {
    .h1,
    h1 {
        font-size: 54px;
    }

    .h2,
    h2 {
        font-size: 36px;
    }
}

.h3,
.number-list li .holder:before,
h3 {
    font-size: 25px;
}

.h4,
h4 {
    font-size: 19px;
}

.h5,
h5 {
    font-size: 17px;
}

.h6,
h6 {
    font-size: 16px;
    font-weight: 700;
}

strong {
    font-weight: 700;
}

/* Buttons */
.btn,
input[type="submit"] {
    align-items: center;
    border: 1px solid;
    border-radius: 20px;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    gap: 10px;
    justify-content: center;
    line-height: 1.12;
    padding: 8px 18px;
    text-align: center;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),
    background-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),
    border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.btn.btn-beige,
input.btn-beige[type="submit"] {
    background-color: var(--theme-light-color);
    border-color: var(--theme-light-color);
    color: var(--theme-secondary-color);
}

.btn.btn-beige:hover,
input.btn-beige[type="submit"]:hover {
    background-color: #ffc893;
    border-color: #ffc893;
}

.btn.btn-blue,
input.btn-blue[type="submit"] {
    color: var(--theme-secondary-color);
    background-color: var(--theme-sky-color);
    border-color: var(--theme-info-color);
}

.btn.btn-blue:hover,
input.btn-blue[type="submit"]:hover {
    background-color: var(--theme-info-color);
    border-color: var(--theme-info-color);
}

.btn.btn-dark,
input.btn-dark[type="submit"] {
    background-color: var(--theme-secondary-color);
    border-color: var(--theme-secondary-color);
    color: var(--theme-white-color);
}

.btn.btn-dark:hover,
input.btn-dark[type="submit"]:hover {
    background-color: #004b46;
    border-color: #004b46;
}

.btn.btn-gray,
input.btn-gray[type="submit"] {
    background-color: var(--theme-border-color);
    border-color: var(--theme-secondary-color);
    color: var(--theme-secondary-color);
}

.btn.btn-gray:hover,
input.btn-gray[type="submit"]:hover {
    background-color: #b5c3c2;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

@media (min-width: 768px) {
    .btn-group {
        gap: 8px;
    }
}

@media (min-width: 1024px) {
    .btn-group {
        gap: 14px 16px;
    }
}

.btn-group .btn.slide-opener {
    padding-right: 45px;
    position: relative;
}

.btn-group .btn.slide-opener:after,
.btn-group .btn.slide-opener:before {
    background-color: var(--theme-dark-color);
    content: "";
    height: 1px;
    right: 15px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.btn-group .btn.slide-opener:before {
    transform: translateY(-50%) rotate(90deg);
}

.btn-group .btn.slide-opened:after,
.btn-group .btn.slide-opened:before {
    transform: translateY(-50%) rotate(0deg);
}

.btn.btn-green,
input.btn-green[type="submit"] {
    color: var(--theme-secondary-color);
    background-color: var(--theme-green-light-color);
    border-color: var(--theme-primary-color);
}

.btn.btn-green:hover,
input.btn-green[type="submit"]:hover {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
}

.btn.btn-link {
    padding: 0;
    border: 0;
    position: relative;
}

.btn.btn-lime,
input[type="submit"] {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: var(--theme-secondary-color);
}

.btn.btn-lime:hover,
input[type="submit"]:hover {
    background-color: #c3fe17;
    border-color: #c3fe17;
}

.btn.btn-link.btn-plus {
    padding-right: 47px;
}

.btn-md,
input.btn-md[type="submit"] {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn.btn-outline-dark,
input.btn-outline-dark[type="submit"] {
    color: var(--theme-secondary-color);
}

.btn.btn-outline-dark:hover,
input.btn-outline-dark[type="submit"]:hover {
    background-color: var(--theme-secondary-color);
    border-color: var(--theme-secondary-color);
    color: var(--theme-white-color);
}

.btn.btn-outline-lime,
input.btn-outline-lime[type="submit"] {
    border-color: var(--theme-primary-color);
    color: var(--theme-secondary-color);
    background-color: var(--theme-white-color);
}

.btn.btn-outline-lime img {
    width: 15px;
    transform: rotate(45deg);
    margin-left: 20px;
}

.btn.btn-outline-lime:hover,
input.btn-outline-lime[type="submit"]:hover {
    background-color: var(--theme-primary-color);
}

.btn.btn-outline-lime.btn-outline-white {
    color: var(--theme-white-color);
}

.btn.btn-plus:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    transform: rotate(45deg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../images/close-icon.png');
}

.btn.btn-sm,
input.btn-sm[type="submit"] {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.075;
    padding-bottom: 5px;
    padding-top: 5px;
}

.btn.btn-white {
    background-color: var(--theme-white-color);
}

.btn.btn-yellow,
input.btn-yellow[type="submit"] {
    background-color: var(--theme-alt-color);
    border-color: var(--theme-alt-color);
    color: var(--theme-secondary-color);
}

.btn.btn-yellow:hover,
input.btn-yellow[type="submit"]:hover {
    background-color: #ffd833;
    border-color: #ffd833;
}

blockquote {
    font-weight: 500;
    font-size: 18px;
    position: relative;
    margin: 0 0 2rem 0;
    padding: 1.1rem 0 0 1.3rem;
    background-image: url('../images/quotes.svg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 3.5rem;
}

blockquote p {
    margin-bottom: 0.5rem;
}

.wp-block-pullquote,
.wp-block-quote {
    box-sizing: border-box;
    word-wrap: break-word;
    border-style: solid;
    border-width: 0 0 0 2px;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.wp-block-pullquote p,
.wp-block-quote p {
    margin-bottom: 0.5rem;
}

.wp-block-pullquote blockquote {
    margin: 0;
    padding: 0;
}

.comment-form label {
    display: block;
    padding-bottom: 4px;
}

.comment-form textarea {
    height: 120px;
    margin: 0;
    min-height: 120px;
    overflow: auto;
}

.comment-form input[type="text"],
.comment-form textarea {
    margin: 0 4px 0 0;
    max-width: 300px;
    width: 100%;
}

.comment-form input[type="submit"] {
    display: block;
    float: none;
}

.post-password-form label {
    display: block;
    margin-bottom: 4px;
}

.post-password-form input[type="password"] {
    margin: 0 4px 0 0;
    max-width: 300px;
    width: 100%;
}

.search-form {
    display: flex;
    margin-bottom: 15px;
}

.search-form input {
    display: inline-flex;
    height: 32px;
}

.search-form input[type="search"] {
    margin: 0 4px 0 0;
    width: 150px;
}

.search-form input[type="submit"] {
    flex-shrink: 0;
}

.post-password-form input {
    display: inline-flex;
    height: 32px;
}

.post-password-form input[type="password"] {
    width: 150px;
}

.comment-form fieldset,
.post-password-form fieldset,
.search-form fieldset {
    border: 0;
    padding: 0;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    background: var(--theme-secondary-color);
    border: 0;
    color: var(--theme-white-color);
    height: 32px;
    padding: 0 8px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
    opacity: 0.8;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: 0.5em;
}

.wp-block-post-comments-form .comment-form-cookies-consent label {
    padding: 0;
}

.wp-block-comment-template {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.wp-block-comment-template .wp-block-comment-edit-link p {
    margin: 0;
}

.wp-block-comment-template .wp-block-columns {
    margin-bottom: 2rem;
}

.wp-block-comment-template .wp-block-comment-content p {
    margin: 1rem 0;
}

.wp-block-comment-template ol {
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding-left: 2rem;
}

.wpcf7-form input[type="email"].wpcf7-not-valid,
.wpcf7-form input[type="tel"].wpcf7-not-valid,
.wpcf7-form input[type="text"].wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
    border-color: red;
}

.wpcf7-form input[type="file"]::file-selector-button {
    background-color: var(--theme-secondary-color);
    border: 2px solid var(--theme-secondary-color);
    color: var(--theme-white-color);
    padding: 1em 1.5em;
    transition: 1s;
}

.wpcf7-form input[type="file"]::file-selector-button:hover {
    opacity: 0.5;
}

.form-flex {
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.form-flex,
.is-layout-flex {
    display: flex;
    gap: 1.5rem;
}

.form-area {
    width: 100%;
}

.form-row {
    margin-bottom: 18px;
}

.label-name {
    display: block;
    margin-bottom: 1rem;
}

.select-area .wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.select-area .wpcf7-form-control-wrap:after {
    background-color: var(--theme-secondary-color);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    content: "";
    height: 0.8em;
    margin-top: -0.4em;
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 1em;
    z-index: 1;
}

.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid;
    color: var(--theme-secondary-color);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    padding: 0.625rem 2.4rem;
    background-color: var(--theme-white-color);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
    z-index: 1;
}

.wpcf7-submit {
    background: var(--theme-secondary-color);
    border: 1px solid var(--theme-secondary-color);
    color: var(--theme-white-color);
    /*margin-bottom: 2rem;*/
    padding: 10px;
    /*width: 150px;*/
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.widget_calendar #next {
    text-align: right;
}

.gallery-item dt {
    float: none;
    padding: 0;
}

.navigation,
.navigation-comments {
    margin-bottom: 1rem;
    position: relative;
    vertical-align: middle;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
    left: -99999px;
    position: absolute;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
    display: inline-block;
    padding: 0 6px;
    vertical-align: middle;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    background: var(--theme-secondary-color);
    color: var(--theme-white-color);
    display: inline-block;
    max-width: 48%;
    padding: 10px;
    text-decoration: none;
    vertical-align: middle;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    opacity: 0.8;
}

.navigation-single {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.navigation-single .next,
.navigation-single .prev {
    align-items: center;
    background: var(--theme-secondary-color);
    color: var(--theme-white-color);
    display: inline-flex;
    max-width: 48%;
    text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
    opacity: 0.8;
}

.navigation-single .next a,
.navigation-single .prev a {
    color: inherit;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.navigation-single .next a {
    margin-left: auto;
}

.wp-caption {
    border: 1px solid #ccc;
    clear: both;
    margin-bottom: 1rem;
    max-width: 100%;
    padding: 10px;
}

.wp-caption img {
    margin: 0;
    max-width: 100%;
    vertical-align: top;
}

.wp-caption p {
    margin: 10px 0 0;
}

div.aligncenter {
    margin: 0 auto 1rem;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 1rem 4px 0;
}

.alignright {
    float: right;
    margin: 0 0 4px 1rem;
}

.mejs-container {
    margin-bottom: 1rem;
}

.alignnone,
.bypostauthor,
.gallery,
.gallery-caption,
.sticky,
.wp-caption-text {
    height: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table table td,
.wp-block-table table th {
    border: 1px solid;
    padding: 0.5em;
}

.wp-block-table table thead {
    border-bottom: 3px solid;
}

.wp-block-table table tfoot {
    border-top: 3px solid;
}

#wp-calendar tbody td {
    text-align: center;
}

#wp-calendar td,
#wp-calendar th {
    border: 1px solid #ccc;
}

.share-this .st-btn {
    background: #999;
    border-radius: 50%;
    font-size: 2em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    width: 3em;
}

.share-this .st-btn img {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    width: 2em;
}

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

iframe {
    border: none;
    display: block;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 1023px) {
    iframe {
        width: 100%;
    }
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
    -webkit-appearance: none;
    background-color: var(--theme-white-color);
    border: 1px solid var(--theme-secondary-color);
    border-radius: 6px;
    color: var(--theme-secondary-color);
    font-family: var(--theme-body-font-family);
    font-size: 15.8px;
    height: 35px;
    line-height: 1;
    min-width: 0;
    padding: 5px 10px;
    transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    width: 100%;
}

.form-control input[type="email"],
.form-control input[type="number"],
.form-control input[type="password"],
.form-control input[type="search"],
.form-control input[type="tel"],
.form-control input[type="text"],
.form-control select,
.form-control textarea {
    padding-left: 24px;
}

select {
    background-image: url('../images/arrow-icon_bg.svg');
    background-position: calc(100% - 4px) 50%;
    background-repeat: no-repeat;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding-right: 40px;
    background-size: 25px;
}

input[type="submit"] {
    border-radius: 20px !important;
    cursor: pointer;
}

label {
    color: var(--theme-secondary-color);
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 10px;
    vertical-align: top;
}

.custom-checkbox {
    display: flex;
    margin-bottom: 21px;
    position: relative;
}

.custom-checkbox label {
    padding-left: 48px;
    display: flex;
}

.custom-checkbox .wpcf7-list-item {
    margin-left: 0;
}

.custom-checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--theme-white-color);
    border: 1px solid var(--theme-secondary-color);
    border-radius: 4px;
    height: 31px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 31px;
    z-index: 2;
}

.custom-checkbox input:checked {
    background-image: url('../images/check.svg');
    background-position: 56% 50%;
    background-repeat: no-repeat;
}

.form-control {
    position: relative;
}

.form-control:before {
    align-items: center;
    bottom: 0;
    color: var(--theme-secondary-color);
    content: "£";
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
    z-index: 2;
}

@media (min-width: 1024px) {
    .calc-form .form-field {
        margin-left: 50px;
    }
}

.calc-form {
    width: 100%;
}

.calc-form input[type="email"],
.calc-form input[type="number"],
.calc-form input[type="password"],
.calc-form input[type="search"],
.calc-form input[type="tel"],
.calc-form input[type="text"],
.calc-form select,
.calc-form textarea {
    background-color: #eef9cc;
    border-color: var(--theme-primary-color);
    transition: border-color 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
}

.calc-summary-item-c-change {
  display: none;
}

.form-row.has-error input,
.form-row.has-error select {
    border-color: #c00;
}

.number-list > li {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.number-list > li.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.eco-errors p {
    color: #c00;
    font-weight: 500;
    padding: 20px 0;
}

.contact-form .form-row {
    margin: 0;
}

.contact-form .form-col {
    padding-bottom: 20px;
}

.contact-form label {
    line-height: 1.1;
    margin: 0;
}

.contact-form legend {
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 0 14px;
}

.contact-form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

@media (min-width: 1024px) {
    .contact-form {
        padding-right: 44px;
    }
}

.header-bar {
    background-color: var(--theme-primary-color);
    padding-bottom: 10px;
    padding-top: 10px;
}

.header-bar .container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.header-bar .btn,
.header-bar input[type="submit"] {
    padding-left: 12px;
    padding-right: 12px;
}

.header-bar .btn-group {
    gap: 8px;
}

@media (max-width: 767px) {
    .header-bar .btn,
    .header-bar input[type="submit"] {
        font-size: 12px;
    }
}

.header {
    background-color: var(--theme-white-color);
    left: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: background-color 0.3s ease-in-out;
}

.header * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--theme-secondary-color);
    font-family: var(--theme-body-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.header.has-banner {
    background-color: transparent;
}

.header.has-banner .logo img {
    filter: brightness(0) invert(1);
}

.header.is-fixed {
    background-color: var(--theme-secondary-color);
}

.header-holder {
    padding-bottom: 16px;
    padding-top: 16px;
    position: relative;
}

.header-holder .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 250px;
}

.logo img {
    display: block;
    width: 100%;
}

.logo a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.navbar {
    background-color: var(--theme-secondary-color);
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),
    visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    visibility: hidden;
}

.nav-active .navbar {
    max-height: calc(100svh - 108px);
    opacity: 1;
    overflow: auto;
    visibility: visible;
}

.nav-list {
    font-size: 14.2px;
    margin: 0;
}

@media (min-width: 1024px) {
    .nav-list {
        font-size: 16px;
    }
}

.nav-list li {
    padding: 0 0 10px;
    position: relative;
}

.nav-list li.dropdown.slide-opened .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.nav-list li.dropdown.slide-opened .menu-opener:before {
    transform: rotate(-180deg);
}

.nav-list > li.active > a {
    color: var(--theme-primary-color);
}

.nav-list a {
    color: var(--theme-white-color);
    text-decoration: none;
}

.nav-list .menu-opener {
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 6px;
}

.nav-list .menu-opener:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid var(--theme-white-color);
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 0;
    transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    width: 0;
}

.nav-list .menu-opener:after {
    content: "";
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
}

.nav-list .dropdown-menu {
    display: none;
    padding-left: 20px;
    padding-top: 10px;
}

.nav-list .dropdown-menu .dropdown-list {
    margin: 0;
    list-style: none;
}

.nav-list .dropdown-menu li.active a {
    color: var(--theme-primary-color);
}

.nav-opener {
    background-color: var(--theme-secondary-color);
    border: 0;
    border-radius: 4px;
    height: 32px;
    padding: 0;
    position: relative;
    width: 36px;
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
    background-color: var(--theme-white-color);
    border-radius: 4px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),
    top 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),
    width 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    width: 14px;
}

.nav-opener:before {
    margin-top: -5px;
}

.nav-opener:after {
    margin-top: 5px;
}

.nav-active .nav-opener:before {
    margin: 0 0 0 -3px;
    top: 20px;
    transform: rotate(45deg) translate(-50%, -50%);
}

.nav-active .nav-opener:after {
    margin: 0 0 0 -1px;
    top: 10px;
    transform: rotate(-45deg) translate(-50%, -50%);
}

.nav-active .nav-opener span {
    transform: scale(0);
}

.menu-opener:focus,
.menu-opener:hover,
.nav-opener:focus,
.nav-opener:hover {
    background: var(--theme-secondary-color);
}

@media screen and (min-width: 1099px) {
    .navbar {
        background: none;
        opacity: 1;
        padding: 0;
        position: static;
        visibility: visible;
    }

    .nav-list {
        background-color: var(--theme-light-color);
        border-radius: 20px;
        display: flex;
        padding: 5px;
    }

    .nav-list li {
        padding: 0;
    }

    .nav-list li:hover > a {
        background-color: var(--theme-secondary-color);
        color: var(--theme-white-color);
    }

    .nav-list li:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }

    .nav-list > li.active > a {
        background-color: var(--theme-secondary-color);
        color: var(--theme-white-color);
    }

    .nav-list a {
        border-radius: 20px;
        color: var(--theme-secondary-color);
        display: block;
        padding: 4px 12px;
    }

    .nav-list a:hover,
    .nav-list > li.current-menu-item > a,
    .nav-list > li.current-menu-ancestor > a,
    .single-projects .nav-list > li.menu-item-object-projects > a,
    .page-template-archive-hub .nav-list > li.menu-item-object-hub > a,
    .single-hub .nav-list > li.menu-item-object-hub > a {
        background-color: var(--theme-secondary-color);
        color: var(--theme-white-color);
    }

    .nav-list .menu-opener {
        display: none;
    }

    .nav-list .dropdown-menu {
        display: block;
        left: 0;
        opacity: 0;
        padding: 10px 0 0;
        position: absolute;
        top: 100%;
        transition: opacity 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95),
        visibility 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
        visibility: hidden;
        width: 200px;
        z-index: 5;
    }

    .nav-list .dropdown-menu .dropdown-list {
        background-color: var(--theme-secondary-color);
        border-radius: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .nav-list .dropdown-menu li.active a {
        background-color: #004b46;
        color: var(--theme-white-color);
    }

    .nav-list .dropdown-menu a {
        border-radius: 0;
        color: var(--theme-white-color);
    }

    .nav-list .dropdown-menu a:hover {
        background-color: #004b46;
    }

    .nav-opener {
        display: none;
    }
}

html {
    scroll-behavior: smooth;
}

.wrapper {
    overflow: clip;
    position: relative;
    width: 100%;
}

.ecology-wrapper {
    overflow: clip;
    position: relative;
    width: 100%;
}

.container {
    margin: 0 auto;
    max-width: var(--theme-width);
    padding-left: var(--theme-side-space);
    padding-right: var(--theme-side-space);
    width: 100%;
}

.bigger-text {
    font-size: 16px;
    padding: 0 45px 8px 0;
}

.bigger-text p {
    margin: 0 0 23px;
}

.bigger-text ul {
    font-size: 18px;
    line-height: 1.2;
}

.bigger-text ul li {
    display: flex;
    min-height: 30px;
    padding-left: 40px;
    align-items: center;
}

.bigger-text ul li + li {
    margin-top: 15px;
}

.bigger-text ul li:before {
    top: 2px;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: unset;
    background-image: url("../images/squar-check-1.png");
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

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

.footer {
    padding-bottom: 40px;
    padding-top: 40px;
    font-size: 14px;
    color: var(--theme-white-color);
    background-color: var(--theme-dark-color);
}

.footer-holder {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px var(--theme-white-color);
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 26px;
    margin-bottom: 27px;
    border-bottom: solid 1px var(--theme-white-color);
}

.footer-logo {
    max-width: 75px;
    width: 100%;
    margin-right: 35px;
    text-align: center;
    margin-bottom: 20px;
}

.footer-logo img {
    display: block;
}

.footer-logo span {
    font-size: 18px;
    display: block;
}

.footer-text p {
    margin-bottom: 15px;
}

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

.footer-col {
    flex: 1;
}

.footer-col + .footer-col {
    margin-top: 30px;
}

.footer-col .h5,
.footer-col .h4 {
    margin: 0 0 23px;
    color: var(--theme-white-color);
}

.footer-col .h4 {
    font-size: 22px;
}

.footer-col .contact {
    display: block;
    padding: 0 0 3px;
}

.footer-col ul {
    list-style: none;
}

.footer-col a {
    font-size: 14px;
    position: relative;
    text-decoration: none;
}

.footer-col a:before {
    border-top: 1px solid;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    transition: width 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    width: 0;
}

.footer-nav li.active a:before {
    width: 100%;
}

.footer-social-media {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-bottom: 20px;
}

.footer-social-media li:not(:last-child) {
    margin-right: 10px;
}

.footer-social-media li a:before {
    display: none;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.menu li {
    margin-right: 10px;
}

.menu li:before {
    background-color: currentColor;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
    width: 2px;
}

.menu li:first-child:before {
    display: none;
}

.menu a {
    position: relative;
    text-decoration: none;
}

.menu a:before {
    border-top: 1px solid;
    content: "";
    left: 0;
    position: absolute;
    top: 100%;
    transition: width 0.35s cubic-bezier(0.3, 0.86, 0.36, 0.95);
    width: 0;
}

.bottom-text {
    font-size: 13.8px;
}

.bottom-text p {
    margin: 0;
}

.hero-section {
    margin-top: var(--theme-section-margin);
    margin-bottom: var(--theme-section-margin);
}

.hero-section .container {
    position: relative;
}

.hero-section .visual {
    order: 2;
    aspect-ratio: 1.2;
    border-radius: 16px;
    margin: 0 0 20px;
    overflow: hidden;
}

.hero-section .visual img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero-section .visual.is-narrow {
    aspect-ratio: 625/315;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.hero-section .visual.is-narrow img {
    object-position: center bottom;
}

.hero-section .text-block {
    flex: 1;
    order: 1;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.hero-section .text-block p a {
    text-decoration: underline;
}

.hero-section .text-block p a:hover {
    text-decoration: none;
}

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

.hero-section p {
    margin: 0 0 18px;
}

.hero-section .subtitle {
    display: block;
    padding: 0 0 26px;
}

.hero-section-logo {
    width: 50px;
    position: absolute;
    bottom: -8px;
    right: 20px;
    z-index: 2;
}

.hero-section-logo img {
    width: 100%;
}

.hero-section-links {
    order: 2;
    padding: 30px;
    margin-top: 30px;
    border-radius: var(--theme-border-radius);
    background-color: var(--theme-green-light-color);
}

.hero-section-links h3 {
    display: inline-flex;
    align-items: center;
}

.hero-section-links h3:before {
    width: 32px;
    height: 30px;
    background-image: url('../images/icon-screen.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    margin-right: 15px;
}

.hero-section-menu {
    margin: 0;
    font-size: 18px;
    list-style: none;
}

.hero-section-menu li + li {
    margin-top: 10px;
}

.info-section {
    position: relative;
    overflow-x: clip;
    margin-top: var(--theme-section-margin);
    margin-bottom: var(--theme-section-margin);
}

.info-section-block {
    padding: 40px 30px;
    width: 100%;
    border-radius: 20px;
    background-color: var(--theme-grey-color);
}

.info-section-block .slide-block {
    margin-top: 30px;
}

.info-section-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.info-section h2 {
    margin-bottom: 50px;
}

.info-section h2 strong {
    font-weight: 400;
    position: relative;
}

.info-section h2 strong:after {
    content: '';
    position: absolute;
    height: 260%;
    left: 50%;
    top: 50%;
    width: 110%;
    background-image: url('../images/decor-04.svg');
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center center;
}

@media (max-width: 767px) {
    .info-section h2 strong:after {
        display: none;
    }
}

.info-section .check-list {
    margin-left: 11px;
}

.info-section:before {
    background-color: var(--theme-alt-color);
    border-radius: 50%;
    content: "";
    height: 232px;
    position: absolute;
    right: 0;
    top: 91px;
    display: none;
    transform: translateX(75%);
    width: 232px;
}

.info-layout .visual {
    aspect-ratio: 1.2;
    border-radius: 16px;
    margin-bottom: 20px;
    overflow: hidden;
}

.info-layout .visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.info-layout .description {
    flex-grow: 1;
}


.logos-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.logos-list img {
    display: inline-block;
    vertical-align: top;
}

.calculator-section {
    position: relative;
    overflow-x: clip;
    margin-top: var(--theme-section-margin);
    margin-bottom: var(--theme-section-margin);
}

.calculator-section h2 {
    margin: 0 0 21px;
}

.calculator-section .heading {
    padding: 59px 0 10px;
    position: relative;
}

.calculator-section .heading:before {
    background-color: var(--theme-primary-color);
    border-radius: 80px 80px 0 0;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 81px;
}

.calculator-content {
    position: relative;
}

.calculator-content .visual img {
    display: block;
    width: 100%;
}

.eco-results {
    margin-bottom: 40px;
}

.form-row-extra-margin {
    margin-bottom: 40px;
}

.calc-summary-item p {
    font-weight: 500;
}

.calc-summary-item p span {
    display: block;
    font-size: 30px;
}

.number-list .calc-what-next h3 {
    margin-bottom: 20px;
}

.number-list {
    counter-reset: list-counter;
    margin: 0;
}

.number-list li {
    counter-increment: list-counter;
}

.number-list li .holder {
    padding: 0 0 20px;
    position: relative;
    text-indent: 50px;
}

.number-list li .holder:before {
    align-items: center;
    border-radius: 6px;
    color: var(--theme-white-color);
    content: counter(list-counter) "";
    display: flex;
    height: 37px;
    justify-content: center;
    left: 0;
    margin: 0;
    position: absolute;
    text-indent: 0;
    top: -2px;
    width: 37px;
    background-color: var(--theme-secondary-color);
}

.number-list h3 {
    margin: 0;
}

.form-section {
    margin-bottom: var(--theme-section-margin);
    margin-top: var(--theme-section-margin);
}

.form-box {
    background-color: #f0f1f5;
    border-radius: 16px;
    color: var(--theme-secondary-color);
    padding: 20px;
}

.form-box h2 {
    color: var(--theme-secondary-color);
    margin: 0 0 13px;
}

.form-box .heading {
    padding: 0;
}

.form-box .heading p {
    margin: 0;
}

.calc-print-enquire {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    padding-top: 10px;
}

.btn-print {
    text-decoration: none;
    display: flex;
}

.btn-print svg {
    width: 40px;
}

.calc-form h3 {
    margin-bottom: 20px;
}

.promo-section {
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: var(--theme-white-color);
}

.promo-section .visual {
    margin-bottom: 20px;
}

.promo-section p {
    margin: 0 0 25px;
}

.promo-section p:last-child {
    margin: 0;
}

.hero-slider-section {
    margin-bottom: var(--theme-section-margin);
    margin-top: var(--theme-section-margin);
}

.hero-swiper {
    overflow: hidden;
    position: relative;
}

.hero-swiper .swiper-wrapper {
    display: flex;
}

.hero-swiper .swiper-wrapper .swiper-slide {
    flex: 0 0 100%;
}

.hero-swiper .swiper-pagination {
    padding: 44px 0 0;
}

.hero-swiper .swiper-pagination:not(:has(> :nth-child(2))) {
    display: none;
}

.hero-slider-item {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero-slider-item-text {
    font-size: 18px;
    font-weight: 500;
}

.hero-slider-item-text p {
    margin: 0 0 20px;
}

.hero-slider-item-visuals {
    align-items: flex-start;
    display: flex;
    gap: 40px;
    justify-content: center;
    margin: 0 auto;
    max-width: 425px;
    width: 100%;
}

.hero-slider-item-visuals > div {
    aspect-ratio: 192/363;
    overflow: hidden;
    position: relative;
    width: calc(50% - 20px);
}

.hero-slider-item-visuals > div:first-child {
    border-radius: 200px 200px 0 0;
}

.hero-slider-item-visuals > div:first-child img {
    top: 0;
}

.hero-slider-item-visuals > div:first-child:before {
    background-color: #05b6f4;
    border-radius: 0 200px 0 200px;
    bottom: 0;
    content: "";
    height: 32%;
    left: 0;
    position: absolute;
    width: 100%;
}

.hero-slider-item-visuals > div:last-child {
    aspect-ratio: 192/353;
    border-radius: 0 0 200px 200px;
}

.hero-slider-item-visuals > div:last-child img {
    bottom: 0;
}

.hero-slider-item-visuals > div:last-child:before {
    background-color: var(--theme-alt-color);
    border-radius: 200px 200px 0 0;
    content: "";
    height: 27%;
    left: 0;
    position: absolute;
    top: 7px;
    width: 100%;
}

.hero-slider-item-visuals > div img {
    height: 60%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.info-cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto 40px auto;
    justify-content: center;
}

.info-cards:after {
    right: 100%;
}

.info-cards:before {
    left: 100%;
}

.info-card {
    align-items: center;
    background-color: var(--theme-white-color);
    border: 2px solid var(--theme-primary-color);
    border-radius: 16px;
    color: var(--theme-secondary-color);
    display: flex;
    flex-direction: column;
    font-size: 18px;
    justify-content: space-between;
    padding: 20px 10px;
    width: 100%;
}

.info-card.is-active {
    background-color: var(--theme-primary-color);
}

.info-card .number {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}

.info-card .number small {
    font-size: 50%;
    font-weight: bold;
}

.info-card span {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}

.decor span {
    position: relative;
}

.decor span:before {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: 100%;
}

.decor-01 {
    margin-bottom: 30px;
}

.decor-01 span:before {
    background-image: url('../images/decor-01.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50% auto;
    height: 13px;
    left: 0;
    width: 260px;
}

.decor-02 {
    margin-bottom: 25px;
}

.decor-02 span:before {
    background-image: url('../images/decor-02.svg');
    height: 10px;
    left: 43%;
    margin: 4px 0 0;
    width: 225px;
}

.decor-03,
.decor-06 {
    margin-bottom: 39px;
}

.decor-03 span:before,
.decor-06 span:before {
    background-image: url('../images/decor-03.svg');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    height: 25px;
    margin: 4px 0 0;
    right: 29px;
    width: 179px;
}

.decor-04,
.decor-08 {
    margin-bottom: 25px;
}

.decor-04 span:before,
.decor-08 span:before {
    background-image: url('../images/decor-04.svg');
    background-position: 50% 50%;
    height: 56px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 135px;
}

@media (max-width: 1023px) {
    .decor-04 span:before {
        background-size: 68% auto;
    }
}

.decor-08 span:before {
    background-image: url('../images/decor-07.svg');
}

.decor-05 {
    margin-bottom: 30px;
}

.decor-05 span:before {
    background-image: url('../images/decor-01.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 13px;
    left: 0;
    margin-top: -4px;
    width: 100%;
    max-width: 300px
}

.decor-06 span:before {
    background-image: url('../images/line_5.svg');
}

.decor-07 {
    margin-bottom: 54px;
}

.decor-07 span:after {
    content: '';
    position: absolute;
    left: 18px;
    top: 110%;
    width: 100%;
    height: 40px;
    pointer-events: none;
    background-image: url('../images/decor-05.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.slide-info {
    background-color: var(--theme-white-color);
    border-radius: 16px;
    color: var(--theme-secondary-color);
}

.slide-info .holder {
    padding: 20px;
}

.slide-info h2 {
    color: currentColor;
    margin: 0 0 15px;
}

.slide-info p {
    margin: 0 0 25px;
}

.slide-info .columns-holder {
    padding: 0 0 12px;
}

.slide-info .columns-holder .column {
    flex: 1;
}

.slide-info .columns-holder .h6 {
    font-family: var(--theme-body-font-family);
    margin: 0 0 15px;
}

.slide-info-block {
    margin-bottom: 50px;
}

.slide-info li {
    padding-left: 20px;
}

.info-descition {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    padding: 0 0 7px;
}

.info-descition p:last-of-type {
    margin-bottom: 0
}

.info-descition svg {
    flex-shrink: 0;
}

.btn-close {
    align-items: center;
    display: inline-flex;
    gap: 9px;
    text-decoration: none;
}

.btn-close:hover {
    color: var(--theme-primary-color);
}

.slide-block {
    display: none;
}

.slide-block-bottom {
    padding-top: 40px;
}

.opened .slide-block {
    display: block;
}

.accordion-panel {
    overflow: hidden;
    transition: height .3s ease-in-out;
    height: var(--opened-height);
}

.accordion-panel[hidden] {
    height: 0;
    display: block;
}

.accordion-panel-inner {
    font-size: 16px;
    border-radius: 20px;
    padding: 0 0 20px;
}

.accordion h3 {
    font-family: var(--theme-body-font-family);
    margin: 0;
}

@media (max-width: 767px) {
    .accordion h3 {
        font-size: 20px;
    }
}

.accordion-panel-inner p:last-of-type {
    margin-bottom: 0;
}

.accordion-row {
    border-bottom: 1px solid var(--theme-secondary-color);
}

.accordion-trigger {
    background: none;
    border: 0;
    border-radius: 0;
    color: var(--theme-secondary-color);
    cursor: pointer;
    padding: 13px 52px 13px 0;
    position: relative;
    text-align: left;
    width: 100%;
    transition: border-color .2s linear;
}

.accordion-trigger:after,
.accordion-trigger:before {
    background-color: var(--theme-secondary-color);
    content: "";
    height: 20px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
}

.accordion-trigger:after {
    transform: translateY(-50%) rotate(90deg);
}

.accordion-trigger[aria-expanded="true"]:before {
    display: none;
}

.accordion-trigger .is-large {
    font-weight: 500;
    font-family: var(--theme-heading-font-family);
}

@media (min-width: 768px) {
    .accordion-trigger .is-large {
        font-size: 30px;
    }
}

.number-list li .color-card .holder:before {
    color: inherit;
    margin: 0 0 22px;
}


.news-controls {
    align-items: center;
    display: flex;
    gap: 8px;
}

.news-controls:has(.news-controls-prev[disabled]):has(
        .news-controls-next[disabled]
    ) {
    display: none;
    visibility: hidden;
}

.news-controls button {
    padding: 0;
    align-items: center;
    background-color: #eef9cc;
    border: 1px solid;
    border-radius: 30px;
    color: var(--theme-secondary-color);
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    line-height: 1;
    width: 30px;
}

.news-controls button[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.news-section {
    margin-top: var(--theme-section-margin-lg);
    margin-bottom: var(--theme-section-margin-lg);
}

.news-section-title {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin: 0 0 24px;
}

.news-section-title > * {
    margin: 0;
}

.news-swiper {
    overflow: hidden;
    padding-bottom: 2px;
}

.news-card,
.news-swiper .swiper-slide,
.news-swiper .swiper-wrapper {
    display: flex;
}

.news-card {
    align-items: flex-start;
    color: var(--theme-secondary-color);
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.news-card-image {
    display: block;
    border-radius: 12px;
    margin: 0 0 24px;
    overflow: hidden;
    padding: 0 0 58.44%;
    position: relative;
    width: 100%;
}

.news-card-image a {
    display: block;
}

/* Make the card fill the slide */
.news-card {
    display: flex;
    flex-direction: column;
    flex: 1; /* take all available height */
}

/* Push button down */
.news-card .btn {
    margin-top: auto;
}

.news-card-image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    aspect-ratio: 387/226;
}

.news-card-date {
    padding-left: 36px;
    position: relative;
}

.news-card-date:before {
    background-color: var(--theme-primary-color);
    content: "";
    height: 21px;
    left: 0;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath fill='%23A8E101' fill-rule='evenodd' d='M1.685 14.406v4.91l.04.12c.06.17.25.36.42.42l.12.04h16.67l.12-.04c.17-.06.36-.25.42-.42l.04-.12v-9.82H1.665v4.91m-1.47-2.3v3.66-7.33 3.66m15.38-11.5c-.19.07-.33.2-.43.4l-.07.14v4.82l.06.12c.08.17.21.3.37.38.12.06.16.07.32.07s.2 0 .32-.07c.16-.08.29-.21.37-.38l.06-.12v-.83l.01-.83h1.17c1.26 0 1.27 0 1.45.11.11.07.23.21.29.33.04.1.04.11.05 1.69v1.59H1.705v-1.59c.01-1.58.01-1.59.06-1.69a.9.9 0 0 1 .31-.34c.09-.06.21-.08.46-.12.2-.03.33-.09.45-.23.32-.35.25-.89-.16-1.15-.17-.11-.39-.13-.74-.08-.47.08-.88.28-1.22.63-.28.28-.48.62-.59 1.02l-.06.21v14.84l.06.21c.11.4.37.83.65 1.08.27.24.61.43.96.53l.21.06h17.07l.21-.06a2.26 2.26 0 0 0 1.66-1.86c0-.02 0-.05.02-.06.01 0 .02-2.47.02-7.33s0-7.31-.02-7.3c-.01 0-.02-.01-.02-.05 0-.03-.02-.15-.05-.27-.18-.72-.74-1.32-1.45-1.56-.32-.11-.45-.12-1.74-.12h-1.19v-.83l-.01-.83-.06-.14a.86.86 0 0 0-.36-.37.83.83 0 0 0-.56-.03m-10.46.01c-.19.07-.33.2-.43.4l-.07.14v4.82l.06.12c.08.17.21.3.37.38.12.06.16.07.32.07s.2 0 .32-.07c.16-.08.29-.21.37-.38l.06-.12v-.83l.01-.83h3.35c2.32 0 3.39 0 3.48-.02.32-.06.57-.33.61-.66.03-.28-.1-.55-.36-.71-.18-.11-.03-.11-3.68-.11h-3.39v-.83l-.01-.83-.06-.14a.86.86 0 0 0-.36-.37.83.83 0 0 0-.56-.03' clip-rule='evenodd'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none'%3E%3Cpath fill='%23A8E101' fill-rule='evenodd' d='M1.685 14.406v4.91l.04.12c.06.17.25.36.42.42l.12.04h16.67l.12-.04c.17-.06.36-.25.42-.42l.04-.12v-9.82H1.665v4.91m-1.47-2.3v3.66-7.33 3.66m15.38-11.5c-.19.07-.33.2-.43.4l-.07.14v4.82l.06.12c.08.17.21.3.37.38.12.06.16.07.32.07s.2 0 .32-.07c.16-.08.29-.21.37-.38l.06-.12v-.83l.01-.83h1.17c1.26 0 1.27 0 1.45.11.11.07.23.21.29.33.04.1.04.11.05 1.69v1.59H1.705v-1.59c.01-1.58.01-1.59.06-1.69a.9.9 0 0 1 .31-.34c.09-.06.21-.08.46-.12.2-.03.33-.09.45-.23.32-.35.25-.89-.16-1.15-.17-.11-.39-.13-.74-.08-.47.08-.88.28-1.22.63-.28.28-.48.62-.59 1.02l-.06.21v14.84l.06.21c.11.4.37.83.65 1.08.27.24.61.43.96.53l.21.06h17.07l.21-.06a2.26 2.26 0 0 0 1.66-1.86c0-.02 0-.05.02-.06.01 0 .02-2.47.02-7.33s0-7.31-.02-7.3c-.01 0-.02-.01-.02-.05 0-.03-.02-.15-.05-.27-.18-.72-.74-1.32-1.45-1.56-.32-.11-.45-.12-1.74-.12h-1.19v-.83l-.01-.83-.06-.14a.86.86 0 0 0-.36-.37.83.83 0 0 0-.56-.03m-10.46.01c-.19.07-.33.2-.43.4l-.07.14v4.82l.06.12c.08.17.21.3.37.38.12.06.16.07.32.07s.2 0 .32-.07c.16-.08.29-.21.37-.38l.06-.12v-.83l.01-.83h3.35c2.32 0 3.39 0 3.48-.02.32-.06.57-.33.61-.66.03-.28-.1-.55-.36-.71-.18-.11-.03-.11-3.68-.11h-3.39v-.83l-.01-.83-.06-.14a.86.86 0 0 0-.36-.37.83.83 0 0 0-.56-.03' clip-rule='evenodd'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
}

.news-card .btn-outline-lime {
    margin-top: auto;
}

.news-card .h3,
.news-card .number-list li .holder:before,
.number-list li .news-card .holder:before {
    margin: 16px 0 24px;
}

.news-card .h3 a {
    text-decoration: none;
    font-family: var(--theme-heading-font-family), sans-serif;
}

.news-card .h3 a:hover {
    text-decoration: underline;
}


.news-card .h3 {
    font-size: 21px;
    line-height: 1.35;
}

.news-card dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.news-card dl:last-of-type {
    margin-bottom: 20px;
}

.news-card dt {
    font-weight: 700;
    margin-inline-end: 5px;
}

.news-card dd {
    margin-bottom: 0;
    margin-inline-start: 0;
    margin-inline-end: 20px;
}

.news-card strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: -15px;
    text-transform: capitalize;
}

.type-projects .news-card-date:before {
    -webkit-mask-image: none;
    mask-image: none;
    background-color: transparent;
    background-image: url('../img/home-icon.png');
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.wcb {
    margin-top: 25px;
    display: flex;
}

/* If your bg isn't white, swap rgba(255,255,255,0) for transparent */


@media (min-width: 768px) {

    .calc-form .form-row {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .calc-form .form-field {
        flex-shrink: 0;
        margin-left: 20px;
        width: 176px;
    }

    .calc-form label {
        margin: 0;
    }

    .contact-form .form-row {
        display: flex;
        flex-wrap: wrap;
        gap: 29px;
        margin: 0 0 22px;
    }

    .contact-form .form-row.alt {
        padding-top: 10px;
        width: 73%;
    }

    .contact-form .text-holder {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .contact-form .form-col {
        align-items: center;
        display: flex;
        flex: 1;
        padding-bottom: 0;
    }

    .contact-form label {
        margin: 0;
        max-width: 200px;
        width: 300px;
    }

    .contact-form .form-row.alt.wider label {
        max-width: 300px;
    }

    .contact-form .custom-checkbox label {
        width: auto;
        max-width: 100%;
    }

    .contact-form .form-field {
        flex-shrink: 0;
        max-width: 233px;
        padding-left: 20px;
        width: 62%;
    }

    .contact-form fieldset.checkbox-wrapper {
        padding: 0 0 20px;
    }

    .btn-group {
        gap: 8px;
    }

    .footer-text {
        flex: 1;
        align-self: center;
    }

    .footer {
        padding-top: 67px;
    }

    .footer-logo {
        margin-bottom: 0;
    }

    .footer-holder {
        display: flex;
        gap: 20px;
        padding-bottom: 20px;
        margin-bottom: 56px;
    }

    .footer-col + .footer-col {
        margin-top: 0;
    }

    .footer-col a:hover:before {
        width: 100%;
    }

    .menu {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .menu a:hover:before {
        width: 100%;
    }

    .hero-section .container {
        align-items: center;
        display: flex;
        position: relative;
    }

    .hero-section .text-block {
        margin-right: auto;
    }

    .hero-section .visual {
        aspect-ratio: 0.916;
        border-radius: 47% 47% 0 0;
        flex-shrink: 0;
        margin: 25px 0 0 11%;
        width: 32%;
    }

    .hero-section .visual.is-oval {
        width: 38%;
        margin-left: 5%;
        aspect-ratio: 495/315;
        border-radius: 65% 0 65% 0 / 100% 0 100% 0;
    }

    .hero-section .visual.is-narrow {
        width: 40%;
        margin-left: 3%;
        aspect-ratio: 625/315;
        border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    }

    .hero-section-links {
        width: 300px;
        margin-top: 0;
        margin-left: 40px;
    }

    .hero-section-logo {
        width: 63px;
        right: 48px;
        bottom: -80px;
    }

    .hero-section.is-logo {
        margin-bottom: calc(var(--theme-section-margin) * 2);
    }

    .alert-section {
        font-size: 17px;
    }

    .info-section-block {
        padding: 70px 60px;
    }

    .info-card {
        width: calc(33.33% - 30px);
    }

    .info-layout {
        align-items: flex-start;
        display: flex;
        flex-direction: row-reverse;
        padding-bottom: 14px;
        padding-right: 13px;
    }

    .info-layout .visual {
        aspect-ratio: auto;
        border-radius: 140px 0;
        flex-shrink: 0;
        margin: 0 0 0 -10px;
        width: 25%;
    }

    .logos-list {
        gap: 27px;
    }

    /*.calculator-section:before {
        background-color: var(--theme-secondary-color);
        border-radius: 50%;
        bottom: 22px;
        content: "";
        height: 234px;
        position: absolute;
        right: 0;
        transform: translateX(50%);
        width: 234px;
    }*/

    .calculator-content {
        display: flex;
        justify-content: space-between;
    }

    .calculator-content .visual {
        max-width: 266px;
        width: 30%;
    }

    /*.calculator-content:after {
        background-color: var(--theme-alt-color);
        border-radius: 0 131px;
        bottom: 157px;
        content: "";
        height: 133px;
        position: absolute;
        right: 187px;
        width: 210px;
    }*/

    .number-list {
        padding-top: 5px;
        width: 63.6%;
    }

    .form-box {
        border-radius: 48px;
        padding: 48px;
    }

    .form-box h2 {
        font-size: 41.6px;
    }

    .promo-section {
        padding-bottom: 48px;
        padding-top: 48px;
    }

    .promo-section .container {
        align-items: center;
        display: flex;
        gap: 21px;
    }

    .promo-section .visual {
        flex-shrink: 0;
        margin: 0;
        width: 20.56%;
    }

    .promo-section .visual img {
        display: block;
        width: 100%;
    }

    .hero-slider-item {
        align-items: flex-end;
        flex-direction: row;
    }

    .hero-slider-item-text {
        width: calc(50% - 24px);
    }

    .hero-slider-item-text p {
        margin: 0 0 44px;
    }

    .hero-slider-item-visuals {
        width: calc(50% - 24px);
    }

    .slide-info .holder {
        padding: 50px 45px;
    }

    .slide-info .columns-holder {
        display: flex;
        gap: 26px;
    }

    .info-descition {
        margin-top: -13px;
    }

    .accordion-row {
        border-width: 3px;
    }

    .accordion-trigger {
        padding: 28px 52px 28px 0;
    }

    .accordion-trigger:after,
    .accordion-trigger:before {
        height: 30px;
        right: 28px;
    }
}

@media screen and (min-width: 1024px) {
    .form-area.w-50 {
        width: calc(50% - 0.75rem);
    }

    .info-layout .visual {
        border-radius: 203px 0;
    }

    .info-card {
        flex: 0 0 17%;
    }
}

@media screen and (min-width: 1499px) {

    .info-section:before {
        height: 600px;
        width: 600px;
    }

    /*.calculator-section::before {
        height: 600px;
        width: 600px;
        transform: translateX(75%);
    }*/


}

@media (min-width: 1024px) {
    .hero-slider-item {
        gap: 93px;
    }

    .hero-slider-item-text {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        padding-bottom: 12px;
    }

    .hero-slider-item-text .h1 {
        font-size: 42px;
        margin: 0 0 24px;
    }

    .hero-slider-item-visuals {
        flex: 0 0 425px;
    }

    .number-list li .color-card .holder:before {
        font-size: 30px;
    }

    .news-section-title .h2 {
        font-size: 42px;
    }
}


@media (max-width: 767px) {
    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0 3px;
    }

    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev,
    .navigation-single .next a,
    .navigation-single .prev a {
        padding: 4px;
    }
}



/* Address Section */
.address-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.address-section h3 {
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

.address-section h3 img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    object-fit: contain;
    object-position: center;
}

.address-section-call + .address-section-address {
    margin-top: 50px;
}

.address-section-map iframe {
    width: 100%;
    height: 200px;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .address-section-address {
        display: flex;
    }

    .address-section-info {
        width: 35%;
        margin-right: 30px;
    }

    .address-section-map {
        flex: 1;
        align-self: center;
    }
}

/* Content Section */
.content-section {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 50px;
}

.content-section h1 {
    font-size: 50px;
    position: relative;
    margin-bottom: 37px;
}

.content-section h1 span,
.content-section h1 strong {
    display: inline-block;
    position: relative;
    font-weight: inherit;
    text-decoration: none !important;
}

.content-section h1 span:before {
    background-image: url('../images/decor-01.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px;
    left: 0;
    margin-top: -2px;
    width: 100%;
    content: "";
    position: absolute;
    top: 100%;
}

.content-section h1 strong:after {
    content: '';
    position: absolute;
    left: -16px;
    bottom: 0;
    width: 152px;
    height: 62px;
    z-index: -1;
    pointer-events: none;
    background-image: url('../images/decor-04.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Group Section */
.group-section {
    margin-bottom: 60px;
}

.group-section-column {
    display: grid;
    row-gap: 50px;
    column-gap: 50px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(1, 1fr);
}

.card-group {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.card-group h2 {
    margin-bottom: 19px;
}

.card-group-circle {
    width: 66px;
    height: 34px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 50px 50px 0 0;
    background-color: var(--theme-alt-color);
}

.card-group-bottom {
    margin-top: auto;
}

.card-group:nth-child(2) .card-group-circle {
    background-color: var(--theme-primary-color);
}

.card-group:nth-child(3) .card-group-circle {
    background-color: var(--theme-light-color);
}

.card-group:nth-child(4) .card-group-circle {
    background-color: var(--theme-info-color);
}

@media (min-width: 768px) {
    .group-section-column {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1025px) {
    .group-section-column {
        row-gap: 60px;
        column-gap: 150px;
    }
}

@media (min-width: 768px) {
    .footer-col .h4 {
        font-size: 25px;
    }
}

/* News Articles */
.news-articles {
    margin-bottom: 50px !important;
}

.news-articles h3 {
    margin-bottom: 24px;
}

.news-articles-items {
    display: grid;
    row-gap: 30px;
    column-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .news-articles-items {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 55px;
    }
}

@media (min-width: 1025px) {
    .news-articles {
        margin-bottom: 65px !important;
    }

    .news-articles-items {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* News Hero */
.news-hero {
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--theme-secondary-color);
}

.news-hero:after,
.news-hero:before {
    content: '';
    position: absolute;
    bottom: -77px;
    left: -71px;
    width: 155px;
    height: 155px;
    pointer-events: none;
    border-radius: 100%;
    z-index: -1;
    background-color: var(--theme-alt-color);
}

.news-hero:after {
    top: 0;
    bottom: unset;
    right: -107px;
    left: unset;
    background-color: var(--theme-info-color);
}

.news-hero h1 {
    margin-bottom: 20px;
    color: var(--theme-white-color);
}

.news-hero h1 strong {
    position: relative;
    font-weight: 500;
}

.news-hero h1 strong:after {
    content: '';
    background-image: url('../images/decor-04.svg');
    background-position: 50% 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 20px);
    height: calc(100% + 22px);
    background-size: 100% 100%;
}

.news-hero-holder {
    color: var(--theme-white-color);
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.news-hero-holder p {
    margin-bottom: 30px;
}

/* News Pagination */
.news-pagination {
    display: flex;
    justify-content: center;
}

.news-pagination ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.news-pagination ul li {
    padding: 0;
    margin: 0 10px 5px 10px;
    display: none;
}

.news-pagination ul li + li {
    margin-top: 0;
}

.news-pagination ul li:last-child,
.news-pagination ul li:first-child {
    display: block;
}

.news-pagination ul li .page-numbers {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--theme-green-light-color);
    border: solid 1px var(--theme-secondary-color);
    color: var(--theme-secondary-color);
}

.news-pagination ul li:before {
    display: none;
}

.news-pagination ul:not([class]) li {
    padding-bottom: 0;
}

.news-pagination ul li a.next,
.news-pagination ul li a.prev {
    font-size: 0;
    background: #eef4ce url('../img/left-arrow-grey.png') no-repeat;
    background-size: 18px;
    background-position: 50% 50%;
}

.news-pagination ul li a.next {
    background: #eef4ce url('../img/right-arrow-grey.png') no-repeat;
    background-size: 18px;
    background-position: 50% 50%;
}

.news-pagination ul li a.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.news-pagination ul li .page-numbers.current,
.news-pagination ul li .page-numbers:hover {
    color: var(--theme-white-color);
    background-color: var(--theme-secondary-color);
}

/* News Related */
.news-related .eco-show-posts {
    margin-bottom: 0;
}

/* News Topics */
.news-topics {
    padding-top: 33px;
    padding-bottom: 30px;
    margin-bottom: 44px;
    background-color: var(--theme-green-alt-color);
}

.news-topics h2 {
    margin-bottom: 32px;
}

.news-topics ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    row-gap: 5px;
    column-gap: 5px;
}

.news-topics ul li,
.news-topics ul li + li {
    padding: 0;
    margin: 0;
}

.news-topics li:before {
    display: none;
}

.news-topics li a.active {
    background-color: var(--theme-primary-color);
}

@media (min-width: 768px) {
    .news-topics ul {
        row-gap: 15px;
        column-gap: 15px;
    }
}

/* Partner Section */
.partner-section {
    margin-top: var(--theme-section-margin);
    margin-bottom: var(--theme-section-margin);
}

.partner-section h2 {
    font-size: 32px;
    margin-bottom: 35px;
    text-align: center;
    width: 100%;
}

.partner-section h2 strong {
    font-weight: 400;
    position: relative;
}

.partner-section h2 strong:after {
    content: '';
    position: absolute;
    width: 112%;
    height: 80px;
    left: 50%;
    top: 50%;
    background-image: url('../images/decor-04.svg');
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center center;
}

.partner-section-wrap {
    padding: 41px 20px;
    border-radius: 15px;
    background-color: var(--theme-grey-color);
}

.partner-section-column {
    display: grid;
    row-gap: 30px;
    column-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
}

.partner-section-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-features,
.card-support {
    font-size: 18px;
    padding: 28px 40px;
    border-radius: 20px;
    background-color: var(--theme-white-color);
    display: flex;
    flex-direction: column;
}

.card-features h3,
.card-support h3 {
    font-size: 32px;
}

.card-features h3 span,
.card-support h3 span {
    position: relative;
}

.card-features h3 span:before,
.card-support h3 span:before {
    content: '';
    position: absolute;
    background-image: url('../images/decor-01.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 13px;
    left: 0;
    bottom: -12px;
    width: 100%;
}

.card-features h3 strong {
    position: relative;
    font-weight: 400;
}

.card-features li,
.card-support li {
    position: relative;
    line-height: 1.4;
}

.card-features li:before,
.card-support li:before {
    display: none;
}

.card-features li:after {
    content: '';
    position: absolute;
    top: 16px;
    left: -14px;
    width: 25px;
    height: 26px;
    background-image: url('../images/squar-check.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.card-support li img {
    position: absolute;
    top: 10px;
    left: -14px;
    width: 27px;
}

.card-features li:not(:last-child),
.card-support li:not(:last-child) {
    margin-bottom: 20px;
}

.card-features ul:not([class]) li,
.card-support ul:not([class]) li {
    padding-left: 34px;
}

.card-support-bottom {
    margin-top: auto;
    padding-left: 20px;
}

@media (min-width: 768px) {
    .card-features h3,
    .card-support h3 {
        margin-bottom: 41px;
    }

    .partner-section-column {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1025px) {
    .partner-section h2 {
        font-size: 40px;
        margin-bottom: 65px;
    }

    .card-features li:after {
        width: 28px;
        height: 29px;
    }
}

/* Single Banner */
.single-banner {
    padding-top: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 50px;
    background-color: var(--theme-secondary-color);
}

.single-banner h1 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--theme-white-color);
}

.single-banner-intro {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.single-banner-image {
    width: 100%;
    position: relative;
}

.single-banner-image:before,
.single-banner-image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    width: 200vw;
    height: 52%;
    z-index: -1;
    pointer-events: none;
    background-color: var(--theme-white-color);
}

.single-banner-image:before {
    right: calc(50% - 20px);
    left: unset;
}

.single-banner-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 16px;
}

.single-banner-control {
    padding: 10px 0;
    margin-top: 20px;
    position: relative;
}

.single-banner-control .swiper-button-prev {
    left: auto;
    right: 50px;
}

@media (min-width: 768px) {
    .single-banner:after,
    .single-banner:before {
        content: '';
        position: absolute;
        bottom: 20%;
        left: -70px;
        width: 155px;
        height: 155px;
        pointer-events: none;
        border-radius: 100%;
        background-color: var(--theme-alt-color);
    }

    .single-banner:after {
        top: 12%;
        bottom: unset;
        right: -107px;
        left: unset;
        background-color: var(--theme-info-color);
    }

    .single-banner-image img {
        height: 385px;
    }
}

/* Single Content */
.single-content {
    margin-bottom: 45px;
}

.single-content-body {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1025px) {
    .single-content {
        margin-bottom: 90px;
    }
}

/* Single/Archive Theme Header Overrides */
.page-template-archive-hub .header,
.post-type-archive-projects .header,
.single-hub .header,
.single-projects .header {
    background-color: var(--theme-secondary-color);
}

.page-template-archive-hub .logo img,
.post-type-archive-projects .logo img,
.single-hub .logo img,
.single-projects .logo img {
    filter: brightness(0) invert(1);
}

.single-hub blockquote {
    position: relative;
    background-image: url('../images/quotes-dark.svg');
    background-position: 15px top;
}

.single-hub blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 80%;
    background-color: var(--theme-primary-color);
}

/* Custom CSS */
.ow-button-base .sowb-button {
    color: var(--theme-white-color) !important;
    background-image: none !important;
    background-color: var(--theme-secondary-color) !important;
}

.ow-button-base .sowb-button:hover {
    color: var(--theme-white-color) !important;
    background-color: var(--theme-primary-color) !important;
}

.siteorigin-widget-tinymce h2 span,
.siteorigin-widget-tinymce h3 span,
.siteorigin-widget-tinymce h5 span {
    color: var(--theme-secondary-color) !important;
}

/* Breadcrumbs */
div.breadcrumbs {
    margin-top: 35px;
    margin-bottom: 20px;
}

div.breadcrumbs div.links-page {
    width: 100%;
    max-width: var(--theme-width);
    padding-left: var(--theme-side-space);
    padding-right: var(--theme-side-space);
}

div.breadcrumbs div.links-page h1 {
    font-size: 50px;
    margin-bottom: 10px;
}

div.breadcrumbs div.links-page ul {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

div.breadcrumbs div.links-page ul li {
    padding: 0;
}

div.breadcrumbs div.links-page ul li:before {
    display: none;
}

/* PANEL GRID */
div.panel-grid {
    width: 100%;
    max-width: var(--theme-width);
    padding-left: var(--theme-side-space);
    padding-right: var(--theme-side-space);
}

body.page-template-template-generic #page div.panel-grid .panel-grid-cell {
    padding: 0;
}

body.page-template-template-generic #page div.panel-grid .panel-grid-cell div.so-panel.widget_sow-editor {
    padding-left: 0;
    padding-right: 0;
}

.your-money::before {
    display: none;
}

.your-money .breadcrumbs {
    margin-bottom: 20px;
}

.your-money .breadcrumbs .links-page #crumbs {
    padding: 0;
}

.your-money .breadcrumbs .links-page ul li a {
    color: var(--theme-secondary-color);
}

.your-money .map #selectLocation {
    height: auto;
    font-size: 1.25rem;
}

/* Default: hide print area */
/* Screen: keep print area hidden */
#eco-print-area {
  display: none;
}

#gfield_instruction_6_27,
#gfield_instruction_3_6 {
    display: none;
}

.gform_wrapper .gform_validation_errors h2 {
	font-size: 16px !important;
    font-family: var(--theme-body-font-family) !important;
}

.gfield_validation_message {
    display: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors:focus {
	outline: none !important;
}

@media print {

  /* Only activate print layout when the class is present */
  body.eco-print-mode #eco-print-area {
    display: block !important;
  }

  /* Hide header/footer */
  body.eco-print-mode header.header,
  body.eco-print-mode footer.footer {
    display: none !important;
  }

  /*
    Key bit:
    Hide all direct children of <main id="main"> (your sections)
    THEN re-show the print area (which is also a direct child).
  */
  body.eco-print-mode main#main > * {
    display: none !important;
  }

  body.eco-print-mode main#main > #eco-print-area {
    display: block !important;
  }

  /* Position/spacing */
  body.eco-print-mode main#main > #eco-print-area {
    padding: 24px !important;
    background: #fff !important;
  }

  /* Print styling */
  body.eco-print-mode #eco-print-area h1 {
    font-size: 20px;
    margin: 0 0 12px;
  }

  body.eco-print-mode #eco-print-area h2 {
    font-size: 13px;
    margin: 18px 0 8px;
    text-transform: uppercase;
    letter-spacing: .04em;
  }

  body.eco-print-mode #eco-print-area .eco-print-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
  }

  body.eco-print-mode #eco-print-area .eco-print-table td {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
  }

  /* Don’t print link URLs */
  body.eco-print-mode a[href]:after {
    content: "" !important;
  }
}

.gform_required_legend {
    display: none !important;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
	width: 100% !important;
}
