@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.container > .-title > .-button-back {
  border: 2px solid #1e9438;
  border-radius: 4px;
  color: #1e9438;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.1;
  padding: 8px;
  position: relative;
  text-align: center;
  transition: all 0.35s;
}
.container > .-title > .-button-back:hover {
  border-color: #1e9438;
  color: #1e9438;
}

.products-item {
  background-color: #ffffff;
  border: 2px solid white;
  height: 150px;
  padding: 10px;
}
.products-item > a {
  color: #0066ff;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.products-item > a:hover {
  color: #23527c;
}

.product-item {
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 2px;
  padding: 10px;
}
.product-item .-images {
  float: right;
}
.product-item .-label {
  clear: left;
  float: none;
  font-family: "Montserrat";
  font-weight: bold;
  margin-bottom: 10px;
  width: 300px;
}
.product-item .-content {
  border-bottom: 1px solid #f7f7f7;
  float: none;
  font-family: "Montserrat";
  margin-bottom: 20px;
}
.product-item .-content:last-of-type {
  border: 0;
}
.product-item > a {
  color: #0066ff;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}
.product-item > a:hover {
  color: #23527c;
}

h2.-sub-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 27px !important;
  line-height: 1.6 !important;
  color: #003771;
}

body.single-company {
  background-color: #f5f5f5;
}
body.single-company .site-main.container {
  max-width: 960px;
  margin: 0 auto 2.5rem;
  padding: 1.5rem 1.25rem 2.25rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  body.single-company .site-main.container {
    padding: 2rem 2.25rem 2.75rem;
  }
}
body.single-company .-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 1.65rem;
  color: #0f4d1c;
  margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
  body.single-company .-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 1.5rem;
  }
}
body.single-company .-title .-button-back {
  border: 2px solid #1e9438;
  border-radius: 999px;
  padding: 0.35rem 1.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e9438;
  text-decoration: none;
  transition: all 0.3s ease;
}
body.single-company .-title .-button-back:hover, body.single-company .-title .-button-back:focus-visible {
  background-color: #1e9438;
  color: #fff;
}
body.single-company .product-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  background: #fbfbfb;
  border-radius: 10px;
  border: 1px solid rgba(30, 148, 56, 0.08);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  body.single-company .product-item {
    grid-template-columns: minmax(160px, 240px) 1fr;
    align-items: start;
    padding: 1.5rem;
  }
}
body.single-company .product-item .-logo {
  max-width: 140px;
  max-height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 0.75rem;
  display: block;
}
@media (min-width: 768px) {
  body.single-company .product-item .-logo {
    margin: 0 0 0.75rem auto;
  }
}
body.single-company .product-item .-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f4d1c;
  margin-bottom: 0.25rem;
}
body.single-company .product-item .-content {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #2f3b2f;
}
body.single-company .product-item .-content a {
  color: #1e9438;
  text-decoration: underline;
  word-break: break-word;
}
body.single-company .product-item .-content a:hover, body.single-company .product-item .-content a:focus-visible {
  color: #0f4d1c;
}
body.single-company .product-item + .product-item {
  margin-top: 0.75rem;
}
body.single-company .product-item:last-child {
  margin-bottom: 0;
}
body.single-company h2.-sub-title {
  margin: 1.75rem 0 0.75rem;
  font-size: 1.35rem !important;
  font-weight: 600;
  color: #0f4d1c;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  body.single-company h2.-sub-title {
    font-size: 1.45rem !important;
  }
}
body.single-company .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
}
body.single-company .gallery .gallery-item {
  margin: 0;
  padding: 0;
}
body.single-company .product-item a:not(.-button-back) {
  font-weight: 600;
}

.ms-auto {
  margin-left: auto !important;
}

.me-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-auto {
  margin-top: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-auto {
  margin-bottom: auto;
}

.ms-0 {
  margin-left: 0;
}

.ms-1 {
  margin-left: 1rem;
}

.ms-2 {
  margin-left: 2rem;
}

.ms-3 {
  margin-left: 3rem;
}

.ms-4 {
  margin-left: 4rem;
}

.ms-5 {
  margin-left: 5rem;
}

.me-0 {
  margin-right: 0;
}

.me-1 {
  margin-right: 1rem;
}

.me-2 {
  margin-right: 2rem;
}

.me-3 {
  margin-right: 3rem;
}

.me-4 {
  margin-right: 4rem;
}

.me-5 {
  margin-right: 5rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.ps-0 {
  padding-left: 0;
}

.ps-1 {
  padding-left: 1rem;
}

.ps-2 {
  padding-left: 2rem;
}

.ps-3 {
  padding-left: 3rem;
}

.ps-4 {
  padding-left: 4rem;
}

.ps-5 {
  padding-left: 5rem;
}

.pe-0 {
  padding-right: 0;
}

.pe-1 {
  padding-right: 1rem;
}

.pe-2 {
  padding-right: 2rem;
}

.pe-3 {
  padding-right: 3rem;
}

.pe-4 {
  padding-right: 4rem;
}

.pe-5 {
  padding-right: 5rem;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-2 {
  padding: 2rem;
}

@media only screen and (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-1 {
    margin-top: 1rem;
  }
  .mt-lg-2 {
    margin-top: 2rem;
  }
  .mt-lg-3 {
    margin-top: 3rem;
  }
  .mt-lg-4 {
    margin-top: 4rem;
  }
  .mt-lg-5 {
    margin-top: 5rem;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-1 {
    margin-bottom: 1rem;
  }
  .mb-lg-2 {
    margin-bottom: 2rem;
  }
  .mb-lg-3 {
    margin-bottom: 3rem;
  }
  .mb-lg-4 {
    margin-bottom: 4rem;
  }
  .mb-lg-5 {
    margin-bottom: 5rem;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .ms-lg-0 {
    margin-left: 0;
  }
  .ms-lg-1 {
    margin-left: 1rem;
  }
  .ms-lg-2 {
    margin-left: 2rem;
  }
  .ms-lg-3 {
    margin-left: 3rem;
  }
  .ms-lg-4 {
    margin-left: 4rem;
  }
  .ms-lg-5 {
    margin-left: 5rem;
  }
  .me-lg-0 {
    margin-right: 0;
  }
  .me-lg-1 {
    margin-right: 1rem;
  }
  .me-lg-2 {
    margin-right: 2rem;
  }
  .me-lg-3 {
    margin-right: 3rem;
  }
  .me-lg-4 {
    margin-right: 4rem;
  }
  .me-lg-5 {
    margin-right: 5rem;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-1 {
    padding-top: 1rem;
  }
  .pt-lg-2 {
    padding-top: 2rem;
  }
  .pt-lg-3 {
    padding-top: 3rem;
  }
  .pt-lg-4 {
    padding-top: 4rem;
  }
  .pt-lg-5 {
    padding-top: 5rem;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-1 {
    padding-bottom: 1rem;
  }
  .pb-lg-2 {
    padding-bottom: 2rem;
  }
  .pb-lg-3 {
    padding-bottom: 3rem;
  }
  .pb-lg-4 {
    padding-bottom: 4rem;
  }
  .pb-lg-5 {
    padding-bottom: 5rem;
  }
  .ps-lg-0 {
    padding-left: 0;
  }
  .ps-lg-1 {
    padding-left: 1rem;
  }
  .ps-lg-2 {
    padding-left: 2rem;
  }
  .ps-lg-3 {
    padding-left: 3rem;
  }
  .ps-lg-4 {
    padding-left: 4rem;
  }
  .ps-lg-5 {
    padding-left: 5rem;
  }
  .pe-lg-0 {
    padding-right: 0;
  }
  .pe-lg-1 {
    padding-right: 1rem;
  }
  .pe-lg-2 {
    padding-right: 2rem;
  }
  .pe-lg-3 {
    padding-right: 3rem;
  }
  .pe-lg-4 {
    padding-right: 4rem;
  }
  .pe-lg-5 {
    padding-right: 5rem;
  }
  .px-lg-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .px-lg-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px-lg-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .px-lg-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .px-lg-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .px-lg-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-lg-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-lg-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-lg-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py-lg-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .py-lg-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .p-lg-5 {
    padding: 5rem;
  }
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #0f4d1c inset !important;
  -webkit-text-fill-color: #fff !important;
  font-family: "Plus Jakarta Sans", serif;
}

.contact_form {
  font-family: "Plus Jakarta Sans", serif;
  padding: 2rem;
  border-radius: 8px;
  max-width: 600px;
  margin: 0 auto;
  /* pulsante di submit dentro un wrapper */
}
@media only screen and (max-width: 768px) {
  .contact_form {
    padding: 2rem 0 0 0;
  }
}
.contact_form .cf7-field {
  margin-bottom: 1rem;
  /* Rimuove l'aspetto base della select e aggiunge un'icona freccia personalizzata */
}
.contact_form .cf7-field br {
  display: none;
}
.contact_form .cf7-field label {
  display: block;
  margin-bottom: 0.5rem;
  padding-inline: 1rem;
  font-size: 1rem;
}
.contact_form .cf7-field .wpcf7-form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 19px;
  font-size: 1rem;
  background-color: #0f4d1c;
  color: white;
  margin-bottom: 0.5rem;
  font-family: "Plus Jakarta Sans", serif;
}
.contact_form .cf7-field .wpcf7-form-control:focus-visible, .contact_form .cf7-field .wpcf7-form-control:focus-within {
  outline: none;
}
.contact_form .cf7-field select.wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/wp-content/uploads/2025/03/arrow_select.png");
  background-repeat: no-repeat;
  background-position: right 0rem center;
  background-size: 61px 30px;
  cursor: pointer;
  height: 30px;
  padding: 0 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", serif;
}
.contact_form .cf7-field textarea.wpcf7-form-control {
  min-height: 120px;
  resize: vertical;
  font-family: "Plus Jakarta Sans", serif;
}
.contact_form .cf7-consent {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1rem;
  /* Il checkbox di CF7 (acceptance) */
}
.contact_form .cf7-consent p {
  text-align: left;
  max-width: 87%;
}
.contact_form .cf7-consent a {
  color: #fff;
  text-decoration: underline;
}
.contact_form .cf7-consent .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.contact_form .cf7-consent .wpcf7-list-item label {
  display: inline-flex;
  align-items: flex-start;
}
.contact_form .cf7-consent .wpcf7-list-item label input[type=checkbox] {
  margin-right: 1rem;
  margin-top: 0.3rem;
  flex-shrink: 0;
}
.contact_form .cf7-consent .wpcf7-list-item-label {
  display: block;
}
.contact_form .cf7-submit-wrapper {
  text-align: right;
}
.contact_form .cf7-submit-wrapper input.wpcf7-form-control.wpcf7-submit {
  background-color: #e5341c;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  min-width: 192px;
  margin: 2rem 0;
  font-family: "Plus Jakarta Sans", serif;
}
.contact_form .cf7-submit-wrapper input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #e5341c;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 27px;
  height: 27px;
  border: 1px solid #0f4d1c;
  border-radius: 3px;
  background-color: #0f4d1c;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: background-color 0.2s ease-in-out;
}

input[type=checkbox]:checked {
  background-color: #0f4d1c;
  border-color: #0f4d1c;
}

input[type=checkbox]:checked::after {
  content: "✓";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.wpcf7-not-valid-tip {
  color: #b21414;
  font-size: 0.7em;
  padding-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .footer_wrap {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer_wrap .wp-block-heading {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 576px) {
  .footer_wrap .wp-block-heading {
    font-size: 0.9rem;
  }
}
.footer_wrap .wp-block-list {
  padding: 0;
  list-style-type: none;
}
.footer_wrap .wp-block-list a {
  color: #7f97af;
  font-size: 1.25rem;
  line-height: 2.125rem;
  font-weight: 400;
  text-decoration: none;
}
@media only screen and (max-width: 576px) {
  .footer_wrap .wp-block-list a {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

.footer_bot_wrap > .wp-block-column {
  padding: 3rem 1rem;
  gap: 1rem;
}
.footer_bot_wrap .privacy_text {
  margin-bottom: 1rem;
}
.footer_bot_wrap .privacy_text a {
  text-decoration: none;
}
.footer_bot_wrap .copy_text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.58rem;
  margin-bottom: 2rem;
}
.footer_bot_wrap .foot_logo_flex {
  justify-content: center;
}
.footer_bot_wrap .foot_logo_flex .foot_logo_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0rem;
  max-width: 280px;
}
.footer_bot_wrap .foot_logo_flex .foot_logo_item a {
  text-decoration: none;
}
.footer_bot_wrap .foot_logo_flex .foot_logo_item:not(:first-child) {
  position: relative;
  margin-left: 1rem;
}
.footer_bot_wrap .foot_logo_flex .foot_logo_item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #fff;
  margin: 7px 0px;
}
@media only screen and (max-width: 576px) {
  .footer_bot_wrap .foot_logo_flex .foot_logo_item:not(:first-child)::before {
    display: none;
  }
}

* {
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", serif;
  color: #fff;
  margin: 0;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.25rem;
  }
}
body button {
  font-family: "Plus Jakarta Sans", serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin-bottom: 2rem;
}
body a {
  color: #fff;
}
body p {
  margin-bottom: 1rem;
  text-align: justify;
}
body p:last-child {
  margin-bottom: 0;
}
body .title {
  font-size: 2.375rem;
}
@media only screen and (min-width: 768px) {
  body .title {
    font-size: 3.375rem;
  }
}
body .subtitle {
  font-size: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  body .subtitle {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  body .subtitle {
    text-align: center;
  }
}
body .title_page {
  font-size: 2.5rem;
}
@media only screen and (min-width: 768px) {
  body .title_page {
    font-size: 4rem;
  }
}
body .text-decoration-none {
  text-decoration: none;
}
body .gap-4 {
  gap: 4rem;
}
body .w-100 {
  width: 100%;
}
body .b-50 {
  border-radius: 50px;
}
body .text-center {
  text-align: center;
}
body .entry-content {
  background: linear-gradient(180deg, #1e9438 55%, #0f571f 104.76%);
}
body .gradient_bg {
  background: linear-gradient(180deg, #1e9438 55%, #0f571f 104.76%);
}
body .wp-block-button__link {
  background-color: #b80d2c;
  font-size: 1rem;
  border-radius: 25px;
  min-width: 250px;
  display: inline-block;
  position: relative;
}
body .wp-block-button__link img {
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: 30px;
}
body .wp-block-button__link.back {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  max-width: 150px;
  gap: 1rem;
  min-width: initial;
}
body .btns_anchor .wp-block-button {
  flex-basis: calc(25% - 1rem);
}
@media only screen and (max-width: 768px) {
  body .btns_anchor .wp-block-button {
    flex-basis: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 576px) {
  body .btns_anchor .wp-block-button {
    flex-basis: calc(100% - 0rem);
  }
}
body .btns_anchor .wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 18px;
  text-align: left;
}
body .btns_anchor .wp-block-button__link .number {
  font-size: 48px;
  font-weight: bold;
}
body .wp-block-columns {
  max-width: 1450px;
  padding: 0 1rem;
  margin: 0 auto;
}
body .wp-block-columns.medium-container {
  max-width: 1320px;
}
body .wp-block-image.rounded_image img {
  border-radius: 50px !important;
}
body .hidden {
  display: none !important;
}
body .d-flex {
  display: flex;
}
body .flex-column {
  flex-direction: column;
}
body .justify-content-between {
  justify-content: space-between;
}
body .justify-content-center {
  justify-content: center;
}
body .align-items-center {
  align-items: center !important;
}
body .align-items-end {
  align-items: flex-end;
}
body .wp-block-embed__wrapper iframe {
  width: 100%;
  border-radius: 50px;
}
body .preview_video iframe {
  aspect-ratio: 16/9;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
body .bg-primary {
  background-color: #1e9438;
}
body .bg-secondary {
  background-color: #0f4d1c;
}
body .bg-white {
  background-color: #fff;
}
body .text-white {
  color: #fff;
}
body .btn_download_big .wp-block-button__link {
  min-width: 420px;
}
@media only screen and (max-width: 768px) {
  body .btn_download_big .wp-block-button__link {
    min-width: 390px;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  body .btn_download_big .wp-block-button__link {
    min-width: 320px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  body .btn_download_big .wp-block-button__link img {
    position: static;
  }
}
@media only screen and (max-width: 768px) {
  body .text_two_columns .wp-container-core-columns-is-layout-1,
  body .text_two_columns .wp-container-core-columns-is-layout-2 {
    padding: 0rem;
  }
}
body header {
  z-index: 2;
  position: relative;
  background: #1e9438;
}
body header .menu {
  padding-bottom: 1rem;
}
body header .site-title {
  display: none;
}
body header .topbar {
  background-color: #b80d2c;
  color: #fff;
  padding: 0rem 1rem 1rem 150px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 576px) {
  body header .topbar {
    height: 42px;
  }
}
body header .topbar .visit_also {
  background-color: #265b91;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 0 0 19px 19px;
  text-decoration: none;
  margin-right: auto;
}
@media (max-width: 1024px) {
  body header .topbar .visit_also {
    display: none;
  }
}
body header .topbar .visit_also > div {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
body header .topbar .visit_also img {
  height: auto;
  width: auto;
  max-height: 40px;
}
body header .topbar .topbar_nav {
  max-width: 100%;
}
@media only screen and (max-width: 576px) {
  body header .topbar .topbar_nav {
    display: none;
  }
}
body header .topbar .topbar_nav .topbar-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
body header .topbar .topbar_nav .topbar-menu li {
  margin: 0 1rem 0 0;
}
body header .topbar .topbar_nav .topbar-menu li::after {
  content: "|";
  color: rgba(127, 151, 175, 0.3019607843);
  margin-left: 1rem;
  font-weight: 300;
}
body header .topbar .topbar_nav .topbar-menu li:last-child::after {
  content: "";
}
body header .topbar .topbar_nav .topbar-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
body header .topbar .topbar_social {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  margin-bottom: -5px;
}
@media only screen and (max-width: 576px) {
  body header .topbar .topbar_social {
    display: none;
  }
}
body header .topbar .topbar_social a {
  text-decoration: none;
}
body header .topbar .topbar_social a img {
  width: 24px;
  height: auto;
}
body header .menu_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 576px) {
  body header .menu_wrap {
    flex-direction: column;
    height: 42px;
  }
}
body header .menu_wrap .site-branding .custom-logo-link img {
  max-width: 140px;
  height: auto;
  margin-top: -60px;
}
@media only screen and (max-width: 576px) {
  body header .menu_wrap .site-branding .custom-logo-link img {
    max-width: 80px;
    padding: 20px 0;
  }
}
body header .menu_wrap .main-navigation {
  display: flex;
  align-items: center;
}
body header .menu_wrap .main-navigation .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}
body header .menu_wrap .main-navigation .menu-toggle .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #fff;
  transition: all 0.3s;
}
body header .menu_wrap .main-navigation .menu-toggle.is-active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
body header .menu_wrap .main-navigation .menu-toggle.is-active .bar:nth-child(2) {
  opacity: 0;
}
body header .menu_wrap .main-navigation .menu-toggle.is-active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
body header .menu_wrap .main-navigation .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
body header .menu_wrap .main-navigation .main-menu li {
  position: relative;
  margin: 0;
  padding: 0;
}
body header .menu_wrap .main-navigation .main-menu li a {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1.6rem 1rem;
  color: #f3f3f3;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1600px) {
  body header .menu_wrap .main-navigation .main-menu li a {
    font-size: 0.9rem;
    padding: 1.6rem 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  body header .menu_wrap .main-navigation .main-menu li a {
    padding: 1rem;
  }
}
body header .menu_wrap .main-navigation .main-menu li a:hover {
  color: #fff;
}
body header .menu_wrap .main-navigation .main-menu li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #0f4d1c;
  min-width: 200px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
body header .menu_wrap .main-navigation .main-menu li .sub-menu li {
  width: 100%;
}
body header .menu_wrap .main-navigation .main-menu li .sub-menu li a {
  padding: 0.75rem 1rem;
}
body header .menu_wrap .main-navigation .main-menu li:hover > .sub-menu {
  display: block;
}
body header .menu_wrap .main-navigation .main-menu li.menu-item-has-children {
  position: relative;
}
body header .menu_wrap .main-navigation .main-menu li.menu-item-has-children > a::after {
  content: "\f140";
  font-family: Dashicons;
  display: inline-block;
  margin-left: 0.1rem;
  vertical-align: middle;
  font-size: 1rem;
  color: #b1f790;
}
body header .menu_wrap .main-navigation .nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-right: 1rem;
}
@media (max-width: 576px) {
  body header .menu_wrap .main-navigation .nav-actions {
    gap: 0.5rem;
    padding-right: 0rem;
    position: absolute;
    right: 5px;
    top: 10px;
    flex-direction: row-reverse;
  }
}
body header .menu_wrap .main-navigation .nav-actions .search_form {
  position: relative;
  display: flex;
  align-items: center;
  width: 130px;
}
@media (max-width: 576px) {
  body header .menu_wrap .main-navigation .nav-actions .search_form {
    display: none;
  }
}
body header .menu_wrap .main-navigation .nav-actions .search_form .search_field {
  font-family: "Plus Jakarta Sans", serif;
  border: none;
  border-radius: 19px;
  background: #0f4d1c;
  color: #fff;
  padding: calc(0.4em + 2px) calc(1.333em + 2px);
  font-size: 1rem;
  width: 100%;
  outline: none;
}
body header .menu_wrap .main-navigation .nav-actions .search_form .search_field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f8f8f8;
}
body header .menu_wrap .main-navigation .nav-actions .search_form .search_field::-moz-placeholder {
  /* Firefox 19+ */
  color: #f8f8f8;
}
body header .menu_wrap .main-navigation .nav-actions .search_form .search_field:-ms-input-placeholder {
  /* IE 10+ */
  color: #f8f8f8;
}
body header .menu_wrap .main-navigation .nav-actions .search_form .search_field:-moz-placeholder {
  /* Firefox 18- */
  color: #f8f8f8;
}
body header .menu_wrap .main-navigation .nav-actions .search_form .search_submit {
  position: absolute;
  right: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #f8f8f8;
  font-size: 1rem;
}
body header .menu_wrap .main-navigation .nav-actions .search_mobile {
  display: none;
}
@media (max-width: 576px) {
  body header .menu_wrap .main-navigation .nav-actions .search_mobile {
    display: block;
  }
  body header .menu_wrap .main-navigation .nav-actions .search_mobile button {
    background: none;
    border: none;
    color: #fff;
  }
}
body header .menu_wrap .main-navigation .nav-actions .donate_button {
  min-width: 170px;
  padding: calc(0.4em + 2px) calc(1.333em + 2px);
  transition: background-color 0.3s ease;
}
@media (max-width: 576px) {
  body header .menu_wrap .main-navigation .nav-actions .donate_button {
    min-width: 80px;
    font-size: 0.8rem;
    padding: calc(0.2em + 2px) calc(0.5em + 1px);
  }
}
body header .menu_wrap .main-navigation .nav-actions .donate_button:hover {
  background-color: rgb(136.3654822335, 9.6345177665, 32.6091370558);
}
@media (max-width: 1024px) {
  body header .menu_wrap .main-navigation .menu-toggle {
    display: block;
    margin: 0.5rem 0.5rem 0.5rem 0.5rem;
  }
  body header .menu_wrap .main-navigation .main-menu {
    flex-direction: column;
    width: 100%;
    display: none;
  }
  body header .menu_wrap .main-navigation .main-menu.is-active {
    display: block;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  body header .menu_wrap .main-navigation .main-menu.is-active {
    position: absolute;
    left: 0;
    top: 73px;
    background: #0f4d1c;
    width: 100%;
    padding: 2rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  body header .menu_wrap .main-navigation .main-menu.is-active {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 576px) {
  body header .menu_wrap .main-navigation .main-menu.is-active {
    top: 42px;
  }
}
@media (max-width: 1024px) {
  body header .menu_wrap .main-navigation .main-menu li {
    width: 100%;
  }
  body header .menu_wrap .main-navigation .main-menu li .sub-menu {
    position: static;
    box-shadow: none;
  }
}
@media only screen and (max-width: 576px) {
  body header .menu_wrap .main-navigation .menu-toggle {
    position: absolute;
    left: 0;
    top: 5px;
    margin: 0 1rem;
  }
}
body header .menu_wrap li.mega-menu-parent {
  position: static !important;
}
body header .menu_wrap li.mega-menu-parent .mega-menu-content {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 2;
  background-color: #0f4d1c;
  margin: 0 auto;
  min-height: 250px;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 1024px) {
  body header .menu_wrap li.mega-menu-parent .mega-menu-content {
    position: relative;
    min-height: auto;
  }
}
body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row {
  padding: 5rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row {
    padding: 1rem 0;
  }
}
@media (max-width: 576px) {
  body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row {
    padding: 1rem 0;
  }
}
body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row .mega-menu-left {
  width: 60%;
}
@media (max-width: 1024px) {
  body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row .mega-menu-left {
    width: 50%;
  }
}
@media (max-width: 576px) {
  body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row .mega-menu-left {
    width: 100%;
  }
}
body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row .mega-menu-left .mega-sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row .mega-menu-left .mega-sub-menu.two-columns {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row .mega-menu-left .mega-sub-menu li a {
  color: #b8d0e8;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: none;
  padding: 0.75rem 1rem;
  display: block;
  text-decoration: none;
}
@media (max-width: 768px) {
  body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row .mega-menu-left .mega-sub-menu li a {
    font-size: 1rem;
    padding: 0.55rem 1rem;
  }
}
body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row .mega-menu-left .mega-sub-menu li a:hover {
  color: #fff;
}
body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row .mega-menu-right {
  width: 40%;
}
@media (max-width: 1024px) {
  body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row .mega-menu-right {
    width: 50%;
  }
}
@media (max-width: 576px) {
  body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row .mega-menu-right {
    width: 0;
  }
}
body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row .mega-menu-right img {
  border-radius: 45px;
  width: 100%;
}
@media (max-width: 768px) {
  body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row .mega-menu-right img {
    width: 90%;
  }
}
@media (max-width: 576px) {
  body header .menu_wrap li.mega-menu-parent .mega-menu-content .container-fluid .row .mega-menu-right img {
    display: none;
  }
}
body header .menu_wrap li.mega-menu-parent:hover > .mega-menu-content {
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
body .hero {
  position: relative;
}
body .hero.hero_home {
  overflow-x: clip;
}
body .hero.hero_text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
}
@media only screen and (min-width: 768px) {
  body .hero.hero_text {
    height: 670px;
  }
}
body .hero.hero_text .text {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  body .hero.hero_text .text {
    margin-bottom: 2.5rem;
  }
}
body .hero.hero_text h1 {
  margin-bottom: 10px;
}
body .hero.hero_image figure {
  margin: 0;
}
body .hero.hero_image figure.cover img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body .hero.hero_image figure.cover img {
    height: 670px;
  }
}
@media only screen and (max-width: 576px) {
  body .hero.hero_image figure.cover img {
    height: 500px;
  }
}
body .hero figure {
  margin: 0;
}
body .hero figure.pattern {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
body .hero figure.pattern img {
  width: 100%;
}
body .hero.hero_mid_text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 255px;
  padding: 0 1rem;
}
body .hero.hero_mid_text h1 {
  z-index: 0;
  position: relative;
  margin-top: 200px;
}
body .hero.overaly::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(to right, #30557b 0%, #ffffff 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  body .hero.overaly::before {
    width: 60%;
  }
}
body .hero .hero_title {
  position: absolute;
  left: 9rem;
  top: 50%;
  transform: translateY(-50%);
  max-width: 680px;
}
@media only screen and (max-width: 1600px) {
  body .hero .hero_title {
    max-width: 480px;
  }
}
@media only screen and (max-width: 1024px) {
  body .hero .hero_title {
    left: 1rem;
    max-width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 768px) {
  body .hero .hero_title {
    left: 1rem;
    max-width: calc(70% - 2rem);
  }
}
@media only screen and (max-width: 576px) {
  body .hero .hero_title {
    left: 1rem;
    max-width: calc(100% - 2rem);
  }
}
body .hero .hero_title h2 {
  font-size: 2.8125rem;
  line-height: 1.1;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1600px) {
  body .hero .hero_title h2 {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 1024px) {
  body .hero .hero_title h2 {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  body .hero .hero_title h2 {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  body .hero .hero_title h2 {
    margin-bottom: 12rem;
    font-size: 1.7rem;
  }
}
body .image_cover {
  aspect-ratio: 1;
}
@media only screen and (min-width: 768px) {
  body .image_cover {
    height: 600px;
  }
}
body .image_cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 576px) {
  body .card_horizontal .py-3 {
    padding-bottom: 0;
  }
}
body .card_horizontal h3 {
  font-size: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  body .card_horizontal h3 {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 576px) {
  body .card_horizontal h3 {
    padding: 0 1rem;
    font-size: 30px;
  }
}
body .card_horizontal figure {
  height: 100%;
}
body .card_horizontal figure img {
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media only screen and (max-width: 768px) {
  body .card_horizontal figure img {
    border-radius: 0 0 50px 50px;
  }
}
body .card_horizontal .number {
  background-color: #b80d2c;
  height: 67px;
  width: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  border-radius: 50%;
  font-weight: bold;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  body .card_horizontal .number {
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  body .card_horizontal .number {
    margin-left: 1rem;
    font-size: 35px;
    height: 50px;
    width: 50px;
  }
}
body .card_horizontal p:not(.number) {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  body .card_horizontal p:not(.number) {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 576px) {
  body .card_horizontal p:not(.number) {
    padding: 0 1rem;
  }
}
body .card_horizontal ul {
  padding-left: 1rem;
}
@media only screen and (max-width: 768px) {
  body .card_horizontal ul {
    margin: 1rem 3rem 3rem 2rem;
  }
}
@media only screen and (max-width: 576px) {
  body .card_horizontal ul {
    margin: 1rem 1rem 1rem 0rem;
  }
}
body .card_horizontal ul li {
  font-size: 1rem;
}
body .card_horizontal .wp-block-button__link {
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  body .card_horizontal .wp-block-button__link {
    margin: 0 3rem;
  }
}
@media only screen and (max-width: 576px) {
  body .card_horizontal .wp-block-button__link {
    margin: 0 1rem;
  }
}
body .card_cta > .wp-block-group__inner-container {
  border-radius: 45px;
  overflow: hidden;
  background: #0f4d1c;
}
body .card_cta figure {
  height: 100%;
  margin: 0;
}
body .card_cta figure img {
  height: 100%;
}
body .card_cta .card_text {
  padding: 1.5rem 1rem;
  min-height: 248px;
  display: flex;
  align-items: flex-end;
}
body .card_cta .card_text h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
body .card_cta .card_text p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
body .card_cta .card_text .wp-block-button__link {
  min-width: 210px;
  padding: calc(0.3em + 2px) calc(1.333em + 2px);
}
body .post_header h1 {
  font-size: 2rem;
}
body .post_image img {
  width: 100%;
  height: auto;
}
body .post_content p,
body .post_content li {
  font-size: 1rem;
}
body .category-filters {
  gap: 1rem;
  flex-wrap: wrap;
}
body .category-filters button {
  flex-basis: calc(50% - 1rem);
  border: none;
  border-radius: 20px;
  font-size: 1rem;
  padding: 8px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  body .category-filters button {
    flex-basis: calc(25% - 1rem);
  }
}
body .category-filters button.active {
  background-color: #b80d2c;
}
body .pagination {
  flex-wrap: wrap;
}
body .pagination .page-button {
  font-size: 1rem;
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  cursor: pointer;
}
body .pagination .page-button.active {
  background-color: #b80d2c;
}
body .pagination .page-prev,
body .pagination .page-next {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
body .pagination .page-dots {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
body .posts-list {
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  body .posts-list {
    min-height: 500px;
  }
}
body .posts-list.loading {
  opacity: 0.5; /* Imposta l'opacità al 50% durante il caricamento */
}
body .posts-list .wp-block-button__link {
  width: 250px;
}
body .post-item {
  border-radius: 50px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body .post-item {
    flex-basis: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 1200px) {
  body .post-item {
    flex-basis: calc(25% - 1.5rem);
  }
}
body .post-item h2 {
  font-size: 24px;
}
body .post-item .post-header {
  height: 200px;
}
@media only screen and (min-width: 768px) {
  body .post-item .post-header {
    height: 300px;
  }
}
body .post-item .post-header img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  height: 100%;
}
body .post-item .post-footer {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
body .post-item .post-footer .date {
  font-size: 13px;
  font-weight: 300;
}
body .search_input {
  border-radius: 19px;
  border: none;
  padding: 20px;
  color: #fff;
  font-size: 1rem;
  width: 100%;
  font-family: "Plus Jakarta Sans", serif;
}
body .search_input::-moz-placeholder {
  color: #fff;
}
body .search_input::placeholder {
  color: #fff;
}
body .category-filters-shop div {
  margin-top: 0.5rem;
  gap: 0.5rem;
}
body .shop-list {
  gap: 2rem;
  flex-wrap: wrap;
}
body .shop-list.loading {
  opacity: 0.5; /* Imposta l'opacità al 50% durante il caricamento */
}
body .shop-item {
  flex-basis: calc(33.3% - 2rem);
}
@media (max-width: 1024px) {
  body .shop-item {
    flex-basis: calc(50% - 2rem);
  }
}
@media (max-width: 576px) {
  body .shop-item {
    flex-basis: calc(100% - 2rem);
  }
}
body .shop-item .shop-image {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  padding: 30px;
}
body .shop-item .shop-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .cards_cta_wrap .wp-block-columns {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 2rem;
}
body .cards_cta_wrap .wp-block-column {
  flex: 0 0 calc(25% - 2rem);
  max-width: calc(25% - 2rem);
  flex-basis: auto !important;
}
@media (max-width: 1024px) {
  body .cards_cta_wrap .wp-block-column {
    max-width: calc(50% - 2rem);
  }
}
@media (max-width: 768px) {
  body .cards_cta_wrap .wp-block-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .news_toggle_block {
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
body .news_toggle_block .news_toggle {
  position: absolute;
  top: 0rem;
  right: 0rem;
  margin-right: -31px;
  background-color: #b80d2c;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  padding-bottom: 10px;
  border-radius: 1.3rem 1.3rem 0 0;
  cursor: pointer;
  font-weight: bold;
  z-index: 1;
  transform: rotate(-90deg);
  transition: transform 0.4s ease;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  body .news_toggle_block .news_toggle {
    margin-right: -27px;
  }
}
body .news_toggle_block .news_popup {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  width: 500px;
  background-color: #0f4d1c;
  border-radius: 45px 0 0 45px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media (max-width: 576px) {
  body .news_toggle_block .news_popup {
    width: 300px;
  }
}
body .news_toggle_block .news_popup .news_popup_inner {
  padding: 2rem 1rem 2rem 2rem;
}
@media (max-width: 576px) {
  body .news_toggle_block .news_popup .news_popup_inner {
    padding: 1.5rem 0.5rem 1.5rem 1.5rem;
  }
}
body .news_toggle_block .news_popup .news_popup_inner .news_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .news_toggle_block .news_popup .news_popup_inner .news_list .news_item {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
body .news_toggle_block .news_popup .news_popup_inner .news_list .news_item:last-child {
  margin-bottom: 0;
}
body .news_toggle_block .news_popup .news_popup_inner .news_list .news_item .news_item_image {
  aspect-ratio: 1;
  width: 140px;
  height: auto;
}
@media (max-width: 576px) {
  body .news_toggle_block .news_popup .news_popup_inner .news_list .news_item .news_item_image {
    display: none;
  }
}
body .news_toggle_block .news_popup .news_popup_inner .news_list .news_item .news_item_image img {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 29px;
}
body .news_toggle_block .news_popup .news_popup_inner .news_list .news_item .news_item_title {
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .news_toggle_block .news_popup .news_popup_inner .news_list .news_item .news_item_excerpt {
  margin: 0 0 0.5rem 0;
  font-size: 0.875rem;
  text-align: left;
  font-weight: 300;
}
body .news_toggle_block .news_popup .news_popup_inner .news_list .news_item .wp-block-button__link {
  min-width: 205px;
  line-height: 0.5;
}
body .news_toggle_block.active {
  z-index: 2;
}
body .news_toggle_block.active .news_toggle {
  transform: rotate(-90deg) translateY(-500px);
}
@media (max-width: 576px) {
  body .news_toggle_block.active .news_toggle {
    transform: rotate(-90deg) translateY(-300px);
  }
}
body .news_toggle_block.active .news_popup {
  transform: translate(0, -50%);
  opacity: 1;
}
body .latest_news_carousel {
  position: relative;
  padding: 2rem 2rem 4rem 2rem;
  overflow: hidden;
  max-width: 1450px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  body .latest_news_carousel {
    padding: 2rem 2rem 4rem 2rem;
  }
}
@media (max-width: 768px) {
  body .latest_news_carousel {
    padding: 2rem 1rem 4rem 1rem;
  }
}
body .latest_news_carousel .news_item {
  background: #0f4d1c;
  border-radius: 45px;
  overflow: hidden;
}
body .latest_news_carousel .news_item .news_item_thumb img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .latest_news_carousel .news_item .news_item_meta {
  padding: 3rem;
  min-height: 315px;
  display: flex;
  flex-direction: column;
}
body .latest_news_carousel .news_item .news_item_meta .news_item_title {
  font-size: 24px;
  margin-bottom: 1rem;
}
body .latest_news_carousel .news_item .news_item_meta .news_item_date {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 3rem;
}
body .latest_news_carousel .news_item .news_item_meta .news_item_readmore {
  margin: 0 auto;
  display: block;
  max-width: 250px;
  margin-top: auto;
}
body .latest_news_carousel .carousel_toolbar {
  width: 100%;
  left: 0;
  position: relative;
  margin: 0 auto;
  padding: 5rem 3rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 576px) {
  body .latest_news_carousel .carousel_toolbar {
    padding: 2rem 2rem 2rem;
  }
}
body .latest_news_carousel .carousel_toolbar .swiper-scrollbar {
  flex: 0 0 auto;
  height: 20px;
  background: #ccc;
  border-radius: 10px;
  width: 580px;
  margin-right: 0;
  position: relative;
}
body .latest_news_carousel .carousel_toolbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: #b80d2c;
  border-radius: 10px;
  cursor: grab;
}
body .latest_news_carousel .carousel_toolbar .wp-block-button__link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1rem;
  line-height: 1;
  height: 46px;
  max-width: 250px;
}
@media (max-width: 1400px) {
  body .latest_news_carousel .carousel_toolbar {
    flex-direction: column;
    left: auto;
    margin-top: 2rem;
  }
  body .latest_news_carousel .carousel_toolbar .swiper-scrollbar {
    width: 100%;
    margin: 0 1rem;
  }
  body .latest_news_carousel .carousel_toolbar .wp-block-button__link {
    position: static;
    transform: none;
    margin-top: 1rem;
  }
}
@media (max-width: 1400px) and (max-width: 768px) {
  body .latest_news_carousel .carousel_toolbar .wp-block-button__link {
    margin-top: 3rem;
  }
}
body .video_wrap .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
body .video_wrap .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}
body .list-projects__item {
  text-align: center;
  margin-bottom: 2rem;
}
body .list-projects__item .list-projects__image-circle {
  width: 100%;
  max-width: 250px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
body .list-projects__item .list-projects__image-circle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body .list-projects__item .list-projects__title {
  margin-top: 1rem;
  font-size: 1rem;
  color: white;
  text-transform: uppercase;
}
body .list-projects__item .list-projects__title a {
  text-decoration: none;
}
body .photo_gallery {
  gap: 1.5em !important;
}
body .photo_gallery img {
  border-radius: 50px;
}
body .photo_gallery figure.wp-block-image:not(#individual-image) {
  width: 20% !important;
}
@media only screen and (max-width: 768px) {
  body .photo_gallery figure.wp-block-image:not(#individual-image) {
    width: 45% !important;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 480px) {
  body .photo_gallery figure.wp-block-image:not(#individual-image) {
    width: 45% !important;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body .wp-block-gallery img {
  border-radius: 50px;
}
body .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image {
  max-width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
}
body .contact_info {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 2rem;
}
body .contact_info .wp-block-group p {
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
}
body .contact_info .wp-block-group p a {
  font-weight: 400;
}
body .related_shop_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
body .related_shop_wrap .related_shop_item {
  flex: 0 0 calc(25% - 2rem);
  text-decoration: none;
}
body .related_shop_wrap .related_shop_item .related_shop_image {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}
body .related_shop_wrap .related_shop_item .related_shop_image img {
  padding: 30px;
  width: 100%;
}
body .related_shop_wrap .related_shop_item .related_shop_title {
  text-align: center;
  margin-top: 1rem;
}
body .archive_projects {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
  body .archive_projects {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  body .archive_projects {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .archive_projects .list-projects__item .list-projects__image-circle img {
  position: relative;
}
body .cta_links .wp-block-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  justify-items: center;
  align-items: center;
}
body .cta_links .wp-block-column {
  text-align: center;
}
body .cta_links .wp-block-column .wp-block-group__inner-container {
  width: 180px;
  height: 180px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1rem;
}
@media (min-width: 1600px) {
  body .cta_links .wp-block-column .wp-block-group__inner-container {
    width: 220px;
    height: 220px;
  }
}
body .cta_links .wp-block-column .wp-block-group__inner-container img {
  max-width: 60%;
  max-height: 60%;
  height: auto;
}
body .cta_links .wp-block-column a {
  text-decoration: none;
}
@media (max-width: 768px) {
  body .cta_links .wp-block-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  body .pre-footer-banner {
    padding-right: 1rem;
  }
  body .pre-footer-banner .wp-block-button__link {
    min-width: 200px;
  }
}

.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}
.search-modal .search-modal-content {
  position: relative;
  width: 100%;
  margin: 0px auto;
  background-color: #0f4d1c;
  padding: 20px;
  border-radius: 5px;
  overflow-y: auto;
  height: 100vh;
}
.search-modal .search-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding: 2rem 0 1rem;
  max-width: 750px;
  margin: 0 auto 1rem;
}
.search-modal .search-modal-header h2 {
  margin-bottom: 0;
}
.search-modal .search-modal-body {
  padding: 1rem 0;
  max-width: 750px;
  margin: 0 auto 1rem;
}
.search-modal .close-search-modal {
  color: #fff;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.search-modal #modal-search-input {
  background: #fff;
  width: 100%;
  padding: 12px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 4px;
  font-family: "Plus Jakarta Sans", serif;
}
.search-modal ::-moz-placeholder {
  font-family: "Plus Jakarta Sans", serif;
  font-weight: 300;
}
.search-modal ::placeholder {
  font-family: "Plus Jakarta Sans", serif;
  font-weight: 300;
}
.search-modal .search-results {
  margin-top: 20px;
}
.search-modal .search-results-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-modal .search-result-item {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}
.search-modal .search-result-item:last-child {
  border-bottom: none;
}
.search-modal .search-result-link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 5px;
  transition: all 0.3s;
}
.search-modal .search-result-link:hover {
  background-color: #1e9438;
  border-radius: 4px;
}
.search-modal .search-result-title {
  margin: 0 0 5px;
  font-size: 1rem;
  font-weight: 600;
}
.search-modal .search-results-footer {
  margin-top: 20px;
  text-align: center;
}
.search-modal .view-all-results {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.search-modal .search-loading {
  text-align: center;
  padding: 20px;
}

body.modal-open {
  overflow: hidden;
}

.error404 .site-main {
  width: 100%;
  height: calc(100vh - 145px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.error404 .site-main::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  height: -webkit-fill-available;
  width: 100%;
  background: url(/wp-content/uploads/2025/02/pattern.svg) no-repeat center bottom;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}
.error404 .site-main .page-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
  margin-top: -90px;
}
@media only screen and (max-width: 768px) {
  .error404 .site-main .page-content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .error404 .site-main .page-content .content_404,
  .error404 .site-main .page-content p {
    text-align: center;
  }
}
.error404 .site-main .page-content .icon_404 {
  width: 150px;
  aspect-ratio: 1;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30%;
  border: 2px solid #fff;
  filter: drop-shadow(1px 3px 5px #0f4d1c);
}
.error404 .site-main .page-content .icon_404 h2 {
  color: #fff;
  font-size: 2rem;
  margin: 0;
  text-align: center;
}

.wpcf7-form label {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.single_form {
  max-width: 80%;
}
@media only screen and (max-width: 768px) {
  .single_form {
    max-width: 100%;
  }
}/*# sourceMappingURL=main.css.map */
