@charset "UTF-8";
/*
Theme Name: Twenty Twenty-Five Child GELO
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: Enrico Gering
Author URI: https://www.enricogering.com
Description: 
Tags:
Version: 1.0
Updated: 2026-04-19 


*/
/* ---------------------------------------------------
 *  SASS MODULES
 * --------------------------------------------------- */
/* ---------------------------------------------------
 *  GLOBALS
 * ----------------------------------- ---------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Breakpoints
 */
/*
 * Font Settings
 */
:root {
  --wp--preset--font-family--outfit: "Outfit";
}

/*
 * Colors 
 */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  padding-top: 60px;
}
@media only screen and (min-width: 1060px) {
  body {
    padding-top: 90px;
  }
}

/* Für alle Elemente mit border-width/color inline, aber fehlendem Style */
*[style*=border-top-width],
*[style*=border-right-width],
*[style*=border-bottom-width],
*[style*=border-left-width],
*[style*=border-width] {
  border-style: solid;
}

.clearfix {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
:where(.wp-site-blocks :focus),
.c-accordion__title {
  border-radius: 0;
  outline: none;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

a:active, a:focus {
  outline: none;
  border: none;
}

a:focus-visible,
select:focus-visible,
button:focus-visible,
.wl-menu-toggle:focus-visible,
a:focus,
.wl-menu-toggle:focus,
select:focus,
input:focus,
textarea:focus,
button:focus,
summary {
  outline: none;
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
}
.screen-reader-text:focus {
  font-size: 1em;
  line-height: normal;
  z-index: 100000; /* Above WP toolbar. */
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #444444;
  background-color: #eeeeee;
  clip-path: none;
}

main {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

@media only screen and (max-width: 768px) {
  .is-style-hidden_mobile {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .is-style-hidden_desktop {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .m-r30pn {
    margin-right: -30%;
    z-index: 1;
    position: relative;
  }
}

.standorte-kontaktbox {
  position: relative;
  z-index: 1;
  margin-top: -360px;
}
@media only screen and (max-width: 768px) {
  .standorte-kontaktbox .wp-block-column:first-child {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .standorte-kontaktbox .wp-block-column:last-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
}
@media only screen and (min-width: 768px) {
  .standorte-kontaktbox {
    margin-top: -200px;
  }
}

.post-password-form {
  text-align: center;
  padding-top: 55px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .post-password-form {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
.post-password-form input[type=password] {
  color: #363636;
  font-family: "Outfit";
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.7;
  height: 45px;
  width: 100%;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #EFEFEF;
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-password-form input[type=submit] {
  background-color: #33982a;
  font-size: var(--wp--preset--font-size--normal);
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #33982a;
  padding-top: 13px;
  padding-right: 33px;
  padding-bottom: 13px;
  padding-left: 33px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 4px;
  margin: 0 auto;
  display: block;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
/*
 * Typography
 */
/* outfit-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/outfit/outfit-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/outfit/outfit-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/outfit/outfit-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/outfit/outfit-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* outfit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Outfit";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/outfit/outfit-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-size: var(--wp--preset--font-size--normal);
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

sup {
  font-size: 0.75em;
  vertical-align: super;
}

sub {
  font-size: 0.75em;
  vertical-align: sub;
}

code,
kbd {
  font-family: monospace;
}

button {
  font-family: "Outfit";
}

p[style*="text-decoration:none"] a {
  text-decoration: none;
}
p.is-style-text-annotation {
  text-transform: uppercase;
  display: table;
  border-radius: 9999px;
  padding: 0 6px;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
p.is-style-text-annotation.has-text-align-center {
  margin: 0 auto;
}
p.is-style-text-annotation a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .is-style-mobile-center {
    text-align: center;
  }
}

.is-style-advanced-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  padding-right: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='Ebene_1' x='0' y='0' viewBox='0 0 12.5 12.5'%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%2333982a;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round%7D%3C/style%3E%3Cpath d='m1.2 11.2 10-10M1.2 1.2h10v10' class='st0'/%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 11px;
}
@media (max-width: 768px) {
  .is-style-advanced-link {
    font-size: var(--wp--preset--font-size--small);
    padding-right: 16px;
  }
}
.is-style-advanced-link.has-text-align-center, .is-style-mobile-center .is-style-advanced-link {
  margin-right: auto;
  margin-left: auto;
}
.is-style-advanced-link a {
  text-decoration: none;
  white-space: nowrap;
}
.is-style-advanced-link a:hover {
  text-decoration: underline;
}

.single h1 {
  font-size: clamp(1.2rem, 1.2rem + (1vw - 0.2rem) * 1, 2.4rem);
}

.single h2 {
  font-size: clamp(1.1rem, 1.1rem + (1vw - 0.2rem) * 1, 1.8rem);
  padding-top: 3rem;
}

.single h3 {
  padding-top: 0.5rem;
  font-size: clamp(1rem, 1rem + (1vw - 0.2rem) * 1, 1.4rem);
}

.has-h-1-style-font-size {
  font-weight: 400;
}

.has-h-2-style-font-size {
  font-weight: 500;
  line-height: 1.3;
}
.single .has-h-2-style-font-size {
  font-size: clamp(1.1rem, 1.1rem + (1vw - 0.2rem) * 1, 1.8rem) !important;
  padding-top: 3rem;
}

.has-subline-font-size {
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 768px) {
  .has-subline-font-size {
    line-height: 1.5;
    font-weight: unset;
  }
}

.has-h-3-style-font-size {
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 1.6;
}
.single .has-h-3-style-font-size {
  padding-top: 0.5rem;
  font-size: clamp(1rem, 1rem + (1vw - 0.2rem) * 1, 1.4rem) !important;
}

.has-h-4-style-font-size {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.has-claim-font-size {
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 2rem;
  color: #6f6f6f;
}
.has-claim-font-size:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 120px;
  display: block;
  background-color: #33982a;
}
.has-claim-font-size.has-text-align-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.has-claim-font-size.has-text-align-right:after {
  left: unset;
  right: 0;
}

.has-x-large-font-size,
.has-xx-large-font-size {
  line-height: 1.4;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: height 0.1s ease, backdrop-filter 0.1s ease;
  transition: height 0.1s ease, backdrop-filter 0.1s ease;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0370588) 0 4px 12px 0;
          box-shadow: rgba(0, 0, 0, 0.0370588) 0 4px 12px 0;
}
@media only screen and (min-width: 1060px) {
  header {
    height: 90px;
  }
  .is-scroll-down header {
    height: 60px;
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0970588) 0 4px 12px 0;
            box-shadow: rgba(0, 0, 0, 0.0970588) 0 4px 12px 0;
  }
}
header .logo {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 90px;
  -webkit-transition: max-width 0.2s ease;
  transition: max-width 0.2s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
@media only screen and (min-width: 1260px) {
  header .logo {
    -webkit-transform: unset;
            transform: unset;
    left: unset;
  }
}
@media only screen and (min-width: 1060px) {
  header .logo {
    max-width: 160px;
    min-width: 100px;
  }
  .is-scroll-down header .logo {
    max-width: 120px;
    -webkit-transition: max-width 0.2s ease;
    transition: max-width 0.2s ease;
  }
}
header .logo a {
  display: block;
}
header .logo img {
  width: auto;
  height: 100%;
}
header {
  /*
  *  menu
  */
}
header .wp-block-navigation {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  font-size: clamp(0.88rem, 0.88rem + (1vw - 0.2rem) * 0.171, 1rem);
}
@media only screen and (max-width: 768px) {
  header .wp-block-navigation {
    font-size: clamp(1.1rem, 1.1rem + (1vw - 0.2rem) * 0.286, 1.3rem);
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
  }
}
@media (min-width: 1260px) {
  header .wp-block-navigation .wp-block-navigation__responsive-container,
  header .wp-block-navigation .wp-block-navigation__responsive-close,
  header .wp-block-navigation .wp-block-navigation__responsive-dialog,
  header .wp-block-navigation .wp-block-navigation__responsive-container-content,
  header .wp-block-navigation .wp-block-navigation-item,
  header .wp-block-navigation .wp-block-navigation-item__content {
    height: 55px;
    -webkit-transition: height 0.1s ease;
    transition: height 0.1s ease;
  }
  .is-scroll-down header .wp-block-navigation .wp-block-navigation__responsive-container,
  .is-scroll-down header .wp-block-navigation .wp-block-navigation__responsive-close,
  .is-scroll-down header .wp-block-navigation .wp-block-navigation__responsive-dialog,
  .is-scroll-down header .wp-block-navigation .wp-block-navigation__responsive-container-content,
  .is-scroll-down header .wp-block-navigation .wp-block-navigation-item,
  .is-scroll-down header .wp-block-navigation .wp-block-navigation-item__content {
    height: 60px;
    -webkit-transition: height 0.1s ease;
    transition: height 0.1s ease;
  }
}
@media (min-width: 1260px) {
  header .wp-block-navigation {
    width: 100%;
  }
}
@media (max-width: 600px) {
  header .wp-block-navigation .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    padding-top: 60px;
  }
}
@media (min-width: 600px) {
  header .wp-block-navigation .wp-block-navigation__responsive-container-open:not(.is-menu-open) {
    display: block !important;
  }
}
@media only screen and (min-width: 1260px) {
  header .wp-block-navigation .wp-block-navigation__responsive-container-open:not(.is-menu-open) {
    display: none !important;
  }
}
@media (min-width: 600px) {
  header .wp-block-navigation .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none !important;
  }
}
@media only screen and (min-width: 1260px) {
  header .wp-block-navigation .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
  }
}
header .wp-block-navigation .wp-block-navigation-item__content {
  -ms-flex-line-pack: center;
      align-content: center;
  white-space: nowrap;
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  header .wp-block-navigation .wp-block-navigation-item__content[href*="#"] {
    color: #6f6f6f;
  }
}
@media only screen and (min-width: 1440px) {
  header .wp-block-navigation .wp-block-navigation-item__content {
    padding: 0 5px;
  }
}
header .wp-block-navigation .wp-block-navigation-item.online-portal {
  background-color: #33982a !important;
  color: #ffffff !important;
  font-weight: 600;
  border-radius: 4px;
}
@media only screen and (min-width: 1220px) {
  header .wp-block-navigation .wp-block-navigation-item.online-portal {
    margin-left: auto;
  }
}
.is-scroll-down header .wp-block-navigation .wp-block-navigation-item.online-portal {
  height: 40px;
}
header .wp-block-navigation .wp-block-navigation-item.online-portal:hover {
  color: #ffffff;
}
header .wp-block-navigation .wp-block-navigation-item.online-portal .wp-block-navigation-item__content {
  padding: 6px 20px;
}
@media (min-width: 1260px) {
  header .wp-block-navigation .wp-block-navigation-item.online-portal .wp-block-navigation-item__content {
    padding: 0 20px;
  }
}
header .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__label {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
header .wp-block-navigation .wp-block-navigation-item:hover {
  color: #33982a;
}
header .wp-block-navigation .wp-block-navigation-item:hover .wp-block-navigation-item__content {
  text-decoration: none;
}
header .wp-block-navigation .wp-block-navigation-item:focus {
  outline: none;
}
header .wp-block-navigation .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container {
  padding-left: 0 !important;
  padding-top: 0.5em !important;
}
header .wp-block-navigation .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container li {
  height: auto;
}
header .wp-block-navigation .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  text-transform: none;
  height: auto;
  padding: 0.25em 0;
  font-size: 1rem;
}
@media only screen and (min-width: 1440px) {
  header .wp-block-navigation .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container {
    border: none;
  }
  header .wp-block-navigation .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container li {
    border-bottom: 1px solid #EFEFEF;
  }
  header .wp-block-navigation .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container li:last-child {
    border: 0;
  }
  header .wp-block-navigation .wp-block-navigation-item.has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    text-transform: none;
    padding: 0.5em 1em;
  }
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
@media only screen and (max-width: 1060px) {
  footer .wp-block-columns:not(.is-not-stacked-on-mobile).is-style-mobile-2columns > .wp-block-column {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 calc(50% - (var(--wp--preset--spacing--40)) / 2);
        flex: 0 0 calc(50% - (var(--wp--preset--spacing--40)) / 2);
    max-width: calc(50% - (var(--wp--preset--spacing--40)) / 2);
  }
  footer .wp-block-columns:not(.is-not-stacked-on-mobile).is-style-mobile-2columns > .wp-block-column:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
footer .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-item__content {
  text-transform: none;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.wp-block-columns.is-style-columns-equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
.wp-block-columns.is-style-columns-equal-height .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: unset !important;
      -ms-grid-row-align: unset !important;
      align-self: unset !important;
}
@media (max-width: 768px) {
  .wp-block-columns .wp-block-column.is-style-mobile-no-border {
    border: none;
  }
}
@media (min-width: 768px) {
  .wp-block-columns .wp-block-column.is-style-desktop-no-border {
    border: none;
  }
}
.wp-block-columns .wp-block-column.is-vertically-aligned-stretch {
  display: -ms-grid;
  display: grid;
}
.wp-block-columns .wp-block-column.is-vertically-aligned-stretch > *:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 768px) {
  .wp-block-columns .wp-block-column.is-style-mobile-no-padding {
    padding: 0;
  }
}
@media only screen and (max-width: 1060px) {
  .wp-block-columns.is-style-mobile-2columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wp-block-columns.is-style-mobile-2columns > .wp-block-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - (var(--wp--preset--spacing--20)) / 2);
            flex: 0 0 calc(50% - (var(--wp--preset--spacing--20)) / 2);
    max-width: calc(50% - (var(--wp--preset--spacing--20)) / 2);
    -ms-flex: 0 0 calc(50% - var(--wp--preset--spacing--20));
        flex: 0 0 calc(50% - var(--wp--preset--spacing--20));
    max-width: calc(50% - var(--wp--preset--spacing--20));
    -ms-hyphens: auto;
        hyphens: auto;
    padding-right: var(--wp--preset--spacing--20);
    padding-left: var(--wp--preset--spacing--20);
  }
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
@media only screen and (min-width: 768px) {
  .wp-block-group:not(.wp-block-group-is-layout-flex).is-style-advanced-spacing {
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-group:not(.wp-block-group-is-layout-flex).is-style-mobile-center *,
  .wp-block-group:not(.wp-block-group-is-layout-flex).is-style-mobile-center figure img {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-group:not(.wp-block-group-is-layout-flex).is-layout-grid {
    gap: var(--wp--preset--spacing--20);
  }
}
.wp-block-group:not(.wp-block-group-is-layout-flex).is-layout-grid > .wp-block-group {
  padding: var(--wp--preset--spacing--40);
}
@media only screen and (max-width: 768px) {
  .wp-block-group:not(.wp-block-group-is-layout-flex).is-layout-grid {
    -ms-grid-columns: (minmax(0, 2fr))[2];
    grid-template-columns: repeat(2, minmax(0, 2fr));
  }
  .wp-block-group:not(.wp-block-group-is-layout-flex).is-layout-grid > .wp-block-group {
    padding-left: var(--wp--preset--spacing--20);
    padding-right: var(--wp--preset--spacing--20);
    padding-top: var(--wp--preset--spacing--30);
    padding-bottom: var(--wp--preset--spacing--30);
    -ms-hyphens: auto;
        hyphens: auto;
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-group:not(.wp-block-group-is-layout-flex).is-layout-grid.is-style-icon-outside {
    gap: 30px 20px;
  }
}
.wp-block-group:not(.wp-block-group-is-layout-flex)[style*=background-image] {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

section.wp-block-group {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding-top: 55px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  section.wp-block-group {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.wp-block-separator {
  border: none;
  height: 1px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  width: 100%;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
ul.wp-block-list {
  list-style: none;
}
ul.wp-block-list li {
  margin-top: 0;
  position: relative;
  padding-left: 1.5em;
}
ul.wp-block-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #33982a;
}
.has-white-color ul.wp-block-list li::before {
  color: #ffffff;
}
ul.wp-block-list li::marker {
  color: #33982a;
}
.has-white-color ul.wp-block-list li::marker {
  color: #ffffff;
}
ul.wp-block-list li:only-child {
  margin-bottom: 0;
}
.is-content-justification-center ul.wp-block-list li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 24px;
}
.is-content-justification-center ul.wp-block-list li:before {
  position: absolute;
  content: "✓";
  left: 0;
  width: 13.5px;
  height: 28px;
  color: #33982a;
}
ul.wp-block-list.is-style-default {
  list-style: disc;
}
ul.wp-block-list.is-style-horizontal {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.wp-block-list.is-style-horizontal li {
  margin-right: 20px;
}
ul.wp-block-list.is-style-horizontal li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  ul.wp-block-list.is-style-horizontal li {
    margin-right: 50px;
  }
}
ul.wp-block-list.is-style-checkmark-list {
  list-style-type: none;
}

ol.wp-block-list {
  margin-bottom: 1em;
  padding-left: 20px;
  list-style: decimal;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
@media only screen and (max-width: 768px) {
  .wp-block-buttons .wp-block-button.is-style-mobile-fullwidth {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 8px 10px;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
@media only screen and (max-width: 768px) {
  .wp-block-cover {
    min-height: unset;
  }
}
.wp-block-cover.alignfull {
  overflow: visible;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
@media only screen and (max-width: 768px) {
  .wp-block-cover.alignfull {
    padding-top: var(--wp--style--root--padding-left);
  }
}
.wp-block-cover.is-style-full-link {
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 20px;
}
@media (min-width: 1220px) {
  .wp-block-cover.is-style-full-link {
    padding: 50px;
  }
}
.wp-block-cover.is-style-full-link .wp-block-cover__inner-container {
  position: unset;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-block-cover.is-style-full-link .wp-block-cover__background {
  background-color: unset !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #000000), color-stop(70%, rgba(255, 255, 255, 0.1215686275)));
  background: linear-gradient(to top, #000000 45%, rgba(255, 255, 255, 0.1215686275) 70%);
}
.wp-block-cover.is-style-full-link .wp-block-cover__background.has-accent-background-color {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #33982a), color-stop(70%, rgba(255, 255, 255, 0.1215686275)));
  background: linear-gradient(to top, #33982a 45%, rgba(255, 255, 255, 0.1215686275) 70%);
}
.wp-block-cover.is-style-full-link .wp-block-cover__background.has-accent-2-background-color {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #00152d), color-stop(70%, rgba(255, 255, 255, 0.1215686275)));
  background: linear-gradient(to top, #00152d 45%, rgba(255, 255, 255, 0.1215686275) 70%);
}
.wp-block-cover.is-style-full-link .wp-block-cover__background.has-copy-background-color {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #363636), color-stop(70%, rgba(255, 255, 255, 0.1215686275)));
  background: linear-gradient(to top, #363636 45%, rgba(255, 255, 255, 0.1215686275) 70%);
}
.wp-block-cover.is-style-full-link .wp-block-cover__background.has-bg-background-color {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #f8f8f8), color-stop(70%, rgba(255, 255, 255, 0.1215686275)));
  background: linear-gradient(to top, #f8f8f8 45%, rgba(255, 255, 255, 0.1215686275) 70%);
}
.wp-block-cover.is-style-full-link .wp-block-cover__background.has-white-background-color {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #ffffff), color-stop(70%, rgba(255, 255, 255, 0.1215686275)));
  background: linear-gradient(to top, #ffffff 45%, rgba(255, 255, 255, 0.1215686275) 70%);
}
.wp-block-cover.is-style-full-link .wp-block-cover__background.has-borders-background-color {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #EFEFEF), color-stop(70%, rgba(255, 255, 255, 0.1215686275)));
  background: linear-gradient(to top, #EFEFEF 45%, rgba(255, 255, 255, 0.1215686275) 70%);
}
@media (min-width: 1220px) {
  .wp-block-cover.is-style-full-link .wp-block-cover__background {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #000000), color-stop(48%, rgba(255, 255, 255, 0.1215686275)));
    background: linear-gradient(to top, #000000 35%, rgba(255, 255, 255, 0.1215686275) 48%);
  }
  .wp-block-cover.is-style-full-link .wp-block-cover__background.has-accent-background-color {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #33982a), color-stop(48%, rgba(255, 255, 255, 0.1215686275)));
    background: linear-gradient(to top, #33982a 35%, rgba(255, 255, 255, 0.1215686275) 48%);
  }
  .wp-block-cover.is-style-full-link .wp-block-cover__background.has-accent-2-background-color {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #00152d), color-stop(48%, rgba(255, 255, 255, 0.1215686275)));
    background: linear-gradient(to top, #00152d 35%, rgba(255, 255, 255, 0.1215686275) 48%);
  }
  .wp-block-cover.is-style-full-link .wp-block-cover__background.has-copy-background-color {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #363636), color-stop(48%, rgba(255, 255, 255, 0.1215686275)));
    background: linear-gradient(to top, #363636 35%, rgba(255, 255, 255, 0.1215686275) 48%);
  }
  .wp-block-cover.is-style-full-link .wp-block-cover__background.has-bg-background-color {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #f8f8f8), color-stop(48%, rgba(255, 255, 255, 0.1215686275)));
    background: linear-gradient(to top, #f8f8f8 35%, rgba(255, 255, 255, 0.1215686275) 48%);
  }
  .wp-block-cover.is-style-full-link .wp-block-cover__background.has-white-background-color {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #ffffff), color-stop(48%, rgba(255, 255, 255, 0.1215686275)));
    background: linear-gradient(to top, #ffffff 35%, rgba(255, 255, 255, 0.1215686275) 48%);
  }
  .wp-block-cover.is-style-full-link .wp-block-cover__background.has-borders-background-color {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #EFEFEF), color-stop(48%, rgba(255, 255, 255, 0.1215686275)));
    background: linear-gradient(to top, #EFEFEF 35%, rgba(255, 255, 255, 0.1215686275) 48%);
  }
}
.wp-block-cover.is-style-full-link a {
  font-size: 0;
  text-decoration: none;
}
.wp-block-cover.is-style-full-link a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  cursor: pointer;
  z-index: 99;
}
.wp-block-cover.is-style-full-link img {
  -webkit-transition: scale 0.9s ease-in, -webkit-transform 0.9s ease-in;
  transition: scale 0.9s ease-in, -webkit-transform 0.9s ease-in;
  transition: scale 0.9s ease-in, transform 0.9s ease-in;
  transition: scale 0.9s ease-in, transform 0.9s ease-in, -webkit-transform 0.9s ease-in;
}
.wp-block-cover.is-style-full-link .is-style-icon-place {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 1px 12px 1px 32px;
  backdrop-filter: blur(12px);
  border: 1px solid #33982a;
}
.wp-block-cover.is-style-full-link .is-style-icon-place:after {
  left: 12px;
}
.wp-block-cover.is-style-full-link:hover img {
  -webkit-transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.01) scaleY(1.01);
          transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.01) scaleY(1.01);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition: scale 0.9s ease-out, -webkit-transform 0.9s ease-out;
  transition: scale 0.9s ease-out, -webkit-transform 0.9s ease-out;
  transition: scale 0.9s ease-out, transform 0.9s ease-out;
  transition: scale 0.9s ease-out, transform 0.9s ease-out, -webkit-transform 0.9s ease-out;
}
.wp-block-cover.is-light:not(.has-text-color) {
  color: inherit;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.wp-block-media-text {
  overflow: visible;
}
@media (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 1 !important;
    grid-row: 1 !important;
  }
  .wp-block-media-text > .wp-block-media-text__content {
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    -ms-grid-row: 2 !important;
    grid-row: 2 !important;
  }
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
  min-height: 250px !important;
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
    min-height: unset !important;
  }
}
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
    padding-right: 30px;
  }
}
.wp-block-media-text:not(.has-media-on-the-right) > .wp-block-media-text__content {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text:not(.has-media-on-the-right) > .wp-block-media-text__content {
    padding-left: 30px;
  }
}
.wp-block-media-text.alignfull > .wp-block-media-text__content {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
@media only screen and (min-width: 600px) {
  .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
    min-height: unset;
  }
}
@media only screen and (min-width: 1220px) {
  .wp-block-media-text.is-style-image-fullwith .wp-block-media-text__media {
    width: 50vw;
    margin: 0;
  }
}
.wp-block-media-text.is-style-image-fullwith.has-media-on-the-right > .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text.is-style-image-fullwith.has-media-on-the-right > .wp-block-media-text__content {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-media-text.is-style-image-fullwith.has-media-on-the-right .wp-block-media-text__media {
    margin-left: -20px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .wp-block-media-text.is-style-image-fullwith.has-media-on-the-right .wp-block-media-text__media {
    margin-right: -20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text.is-style-image-fullwith.has-media-on-the-right .wp-block-media-text__media {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .wp-block-media-text.is-style-image-fullwith.has-media-on-the-right .wp-block-media-text__media {
    margin-right: calc((100vw - var(--wp--style--global--wide-size)) / -2);
  }
}
.wp-block-media-text.is-style-image-fullwith:not(.has-media-on-the-right) > .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text.is-style-image-fullwith:not(.has-media-on-the-right) > .wp-block-media-text__content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-media-text.is-style-image-fullwith:not(.has-media-on-the-right) .wp-block-media-text__media {
    margin-right: -20px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .wp-block-media-text.is-style-image-fullwith:not(.has-media-on-the-right) .wp-block-media-text__media {
    margin-left: -20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-media-text.is-style-image-fullwith:not(.has-media-on-the-right) .wp-block-media-text__media {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .wp-block-media-text.is-style-image-fullwith:not(.has-media-on-the-right) .wp-block-media-text__media {
    margin-left: calc((100vw - var(--wp--style--global--wide-size)) / -2);
  }
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.wp-block-image img {
  vertical-align: center;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.wp-block-accordion .wp-block-accordion-item {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .wp-block-accordion .wp-block-accordion-item {
    padding-right: var(--wp--preset--spacing--30);
    padding-left: var(--wp--preset--spacing--30);
    padding-bottom: var(--wp--preset--spacing--30);
    padding-top: var(--wp--preset--spacing--30);
  }
  .single .wp-block-accordion .wp-block-accordion-item {
    padding-left: 0;
  }
}
.wp-block-accordion .wp-block-accordion-item:has(+ .is-open) {
  border-bottom: none;
}
.wp-block-accordion .wp-block-accordion-item:last-child {
  border-bottom: none;
}
.wp-block-accordion .wp-block-accordion-item.is-open {
  padding-bottom: var(--wp--preset--spacing--30);
}
@media (min-width: 768px) {
  .wp-block-accordion .wp-block-accordion-item.is-open {
    padding-top: var(--wp--preset--spacing--30);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom: none;
    -webkit-box-shadow: var(--wp--preset--shadow--natural);
            box-shadow: var(--wp--preset--shadow--natural);
    background-color: #ffffff;
  }
  .wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 768px) {
  .wp-block-accordion .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle {
    padding-bottom: 0;
  }
}
.wp-block-accordion .wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-block-accordion .wp-block-accordion-heading .wp-block-accordion-heading__toggle .wp-block-accordion-heading__toggle-title {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wp-block-accordion .wp-block-accordion-heading .wp-block-accordion-heading__toggle .wp-block-accordion-heading__toggle-icon {
  font-size: 0;
  width: auto;
  position: relative;
}
.wp-block-accordion .wp-block-accordion-heading .wp-block-accordion-heading__toggle .wp-block-accordion-heading__toggle-icon:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 32 18'%3E%3Cpath d='m1 1 15 15L31 1' style='fill:none;stroke:%23adabad;stroke-width:2'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  display: block;
  content: "";
  width: 16px;
  height: 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wp-block-accordion .wp-block-accordion-heading .wp-block-accordion-heading__toggle .wp-block-accordion-heading__toggle[aria-expanded=true] .wp-block-accordion-heading__toggle-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 32 18'%3E%3Cpath d='M31 16 16 1 1 16' style='fill:none;stroke:%23595b5b;stroke-width:2'/%3E%3C/svg%3E");
}
.wp-block-accordion .wp-block-accordion-heading.has-small-font-size .wp-block-accordion-heading__toggle-title {
  font-size: var(--wp--preset--font-size--small);
}
.wp-block-accordion .wp-block-accordion-heading.has-normal-font-size .wp-block-accordion-heading__toggle-title {
  font-size: var(--wp--preset--font-size--normal);
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
body:not(.single) .wp-block-table th,
body:not(.single) .wp-block-table td {
  padding: 0;
  padding-bottom: 0.5em;
}

body.single .wp-block-table thead {
  border: none;
}
body.single .wp-block-table thead tr {
  background-color: #33982a;
  color: white;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.wp-block-file {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-block-file .wp-block-file__button {
  font-size: var(--wp--preset--font-size--normal);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  padding-top: 13px;
  padding-right: 33px;
  padding-bottom: 13px;
  padding-left: 33px;
  text-transform: uppercase;
  border-radius: 4px;
  white-space: nowrap;
  max-height: 55px;
  min-width: 216px;
}
.wp-block-file .wp-block-file__button:hover {
  background-color: #33982a;
  color: #ffffff;
}
.wp-block-file a:not(.wp-block-file__button) {
  font-size: var(--wp--preset--font-size--normal);
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.wp-block-post-author__name {
  white-space: nowrap;
}

.wp-block-post-author:not(.has-small-font-size) {
  background: white;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #EFEFEF;
}
.wp-block-post-author:not(.has-small-font-size) .wp-block-post-author__avatar img {
  width: 140px;
  height: 140px;
  border-radius: 12px;
}
.wp-block-post-author:not(.has-small-font-size) .wp-block-post-author__name {
  font-size: clamp(1rem, 1rem + (1vw - 0.2rem) * 1, 1.4rem);
  padding-bottom: 10px;
  font-weight: 600;
}
.wp-block-post-author:not(.has-small-font-size) .wp-block-post-author__bio {
  font-size: var(--wp--preset--font-size--normal);
}
.wp-block-post-author:not(.has-small-font-size) .wp-block-post-author__bio strong {
  width: 100%;
  display: block;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
@media only screen and (max-width: 768px) {
  .gelo-calculator__table-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
  }
  .gelo-calculator__table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    table-layout: auto;
  }
  .gelo-calculator__table th,
  .gelo-calculator__table td {
    white-space: nowrap;
  }
  .gelo-calculator__table-wrap {
    margin-inline: -12px;
    padding-inline: 12px;
  }
}
.gelo-calculator .gelo-calculator__groups .wp-block-accordion-panel {
  margin-right: -20px;
  margin-left: -20px;
}
.gelo-calculator .gelo-calculator__groups .wp-block-accordion-item:has(+ .is-open) {
  border-bottom: 1px solid #EFEFEF;
}
.gelo-calculator .gelo-calculator__groups .wp-block-accordion-item.is-open {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .gelo-calculator .gelo-calculator__groups .wp-block-accordion-item.is-open {
    padding-top: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.gelo-calculator .gelo-calculator__groups .wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (prefers-reduced-motion: no-preference) {
  .gelo-calculator .gelo-calculator__groups .wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
}
.gelo-calculator .gelo-calculator__groups .wp-block-accordion-item .wp-block-accordion-heading__toggle-title {
  font-weight: 600;
}
.gelo-calculator .gelo-calculator__groups .wp-block-accordion-heading {
  color: #33982a;
}
.gelo-calculator .gelo-calculator__groups .wp-block-accordion-heading__toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  overflow: hidden;
  padding: var(--wp--preset--spacing--20, 1em) 0;
  text-align: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  width: 100%;
  word-spacing: inherit;
}
.gelo-calculator .gelo-calculator__type-switch {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .gelo-calculator .gelo-calculator__type-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.gelo-calculator .gelo-calculator__type-switch button {
  width: 100%;
  cursor: pointer;
  background-color: var(--wp--preset--color--accent);
  border-radius: 4px;
  border-color: rgba(255, 255, 255, 0);
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 5px;
  text-transform: uppercase;
}
.gelo-calculator .gelo-calculator__type-switch button:first-child {
  margin-right: 10px;
}
.gelo-calculator .gelo-calculator__type-switch button.is-active {
  position: relative;
}
.gelo-calculator .gelo-calculator__type-switch button.is-active:before {
  display: block;
  content: "";
  float: none;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -16px;
  left: 50%;
  margin-left: -15px;
  padding: 0;
  border-right: 15px solid transparent;
  border-top: 16px solid #33982a;
  border-left: 15px solid transparent;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 1220px) {
  .gelo-calculator .gelo-calculator__type-switch button {
    font-size: var(--wp--preset--font-size--normal);
    width: auto;
    padding: 13px 33px;
  }
  .gelo-calculator .gelo-calculator__type-switch button:first-child {
    margin-right: 20px;
  }
}
.gelo-calculator label[for=gelo-range] {
  font-weight: 600;
}
.gelo-calculator .gelo-calculator__slider-controls {
  margin: 20px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gelo-calculator .gelo-calculator__slider-controls input#gelo-employees-input {
  color: #363636;
  font-family: "Outfit";
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.7;
  height: 45px;
  padding: 0 20px;
  margin-right: 20px;
  border-radius: 4px;
  border: 1px solid #EFEFEF;
}
.gelo-calculator .gelo-calculator__slider-controls input#gelo-range {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 20px;
  background: transparent;
  cursor: pointer;
}
.gelo-calculator .gelo-calculator__slider-controls input#gelo-range:focus {
  outline: none;
}
.gelo-calculator .gelo-calculator__slider-controls input#gelo-range::-webkit-slider-runnable-track {
  height: 10px;
  background: #dfe3e6;
  border: none;
  border-radius: 999px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
}
.gelo-calculator .gelo-calculator__slider-controls input#gelo-range::-moz-range-track {
  height: 10px;
  background: #dfe3e6;
  border: none;
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
}
.gelo-calculator .gelo-calculator__slider-controls input#gelo-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#39b54a), to(#33982a));
  background: linear-gradient(180deg, #39b54a 0%, #33982a 100%);
  border: 1px solid white;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  -webkit-transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  margin-top: -5px;
}
.gelo-calculator .gelo-calculator__slider-controls input#gelo-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(180deg, #39b54a 0%, #33982a 100%);
  border: 1px solid white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  -moz-transition: transform 0.15s ease, box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.gelo-calculator .gelo-calculator__slider-controls input#gelo-range:hover::-webkit-slider-thumb, .gelo-calculator .gelo-calculator__slider-controls input#gelo-range:hover::-moz-range-thumb {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.gelo-calculator .gelo-calculator__slider-controls input#gelo-range:focus::-webkit-slider-thumb, .gelo-calculator .gelo-calculator__slider-controls input#gelo-range:focus::-moz-range-thumb {
  -webkit-box-shadow: 0 0 0 4px rgba(51, 176, 74, 0.18), 0 4px 10px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 0 4px rgba(51, 176, 74, 0.18), 0 4px 10px rgba(0, 0, 0, 0.18);
}
.gelo-calculator .gelo-calculator__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  margin-inline: 0;
  padding-inline: 0;
}
.gelo-calculator .gelo-calculator__table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
@media (max-width: 1220px) {
  .gelo-calculator .gelo-calculator__table {
    table-layout: fixed;
    min-width: 640px;
    padding-bottom: 20px;
  }
}
.gelo-calculator .gelo-calculator__table thead tr th {
  text-align: left;
  white-space: nowrap;
  padding: 4px 20px;
}
@media (min-width: 1220px) {
  .gelo-calculator .gelo-calculator__table thead tr th {
    padding: 20px;
  }
}
@media (max-width: 1220px) {
  .gelo-calculator .gelo-calculator__table thead tr th:first-child {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    white-space: normal;
  }
  .gelo-calculator .gelo-calculator__table thead tr th:nth-child(2) {
    width: 70px;
    min-width: 70px;
  }
  .gelo-calculator .gelo-calculator__table thead tr th:nth-child(3), .gelo-calculator .gelo-calculator__table thead tr th:nth-child(4) {
    width: 105px;
    min-width: 105px;
  }
}
.gelo-calculator .gelo-calculator__table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.gelo-calculator .gelo-calculator__table tbody tr td {
  text-align: left;
  padding: 4px 20px;
}
@media (min-width: 1220px) {
  .gelo-calculator .gelo-calculator__table tbody tr td {
    padding: 20px;
  }
}
@media (max-width: 1220px) {
  .gelo-calculator .gelo-calculator__table tbody tr td {
    font-size: var(--wp--preset--font-size--small);
  }
}
.gelo-calculator .gelo-calculator__table tbody tr td:last-child {
  padding-right: 0;
}
@media (max-width: 1220px) {
  .gelo-calculator .gelo-calculator__table tbody tr td:first-child {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .gelo-calculator .gelo-calculator__table tbody tr td:nth-child(2), .gelo-calculator .gelo-calculator__table tbody tr td:nth-child(3), .gelo-calculator .gelo-calculator__table tbody tr td:nth-child(4) {
    white-space: nowrap;
  }
}
@media (max-width: 1220px) {
  .gelo-calculator .gelo-calculator__table tbody tr td div,
  .gelo-calculator .gelo-calculator__table tbody tr td li,
  .gelo-calculator .gelo-calculator__table tbody tr td p {
    font-size: var(--wp--preset--font-size--small);
  }
}
.gelo-calculator .gelo-calculator__table tfoot tr {
  background-color: #f8f8f8;
}
.gelo-calculator .gelo-calculator__table tfoot tr th {
  text-align: left;
  padding: 4px 20px;
}
@media (min-width: 1220px) {
  .gelo-calculator .gelo-calculator__table tfoot tr th {
    padding: 20px;
  }
}
.gelo-calculator .gelo-calculator__table tfoot tr th:last-child {
  padding-right: 0;
}
@media (max-width: 1220px) {
  .gelo-calculator .gelo-calculator__table tfoot tr th:first-child {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .gelo-calculator .gelo-calculator__table tfoot tr th:nth-child(2), .gelo-calculator .gelo-calculator__table tfoot tr th:nth-child(3), .gelo-calculator .gelo-calculator__table tfoot tr th:nth-child(4) {
    white-space: nowrap;
  }
}
.gelo-calculator .gelo-calculator__table .gelo-calculator__cell-description {
  font-size: var(--wp--preset--font-size--small);
  color: #6f6f6f;
}
.gelo-calculator .gelo-calculator__cell-description-list {
  list-style: outside;
  padding-left: 16px;
}
.gelo-calculator .gelo-calculator__cell-description-list li {
  font-size: var(--wp--preset--font-size--small);
}
.gelo-calculator .gelo-calculator__disclaimer {
  font-size: var(--wp--preset--font-size--small);
  color: #6f6f6f;
  padding: 20px;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.nf-form-cont input {
  background: #ffffff;
}
.has-background .nf-form-cont input {
  background: #ffffff;
}
.nf-form-cont input[type=text],
.nf-form-cont input[type=email],
.nf-form-cont input[type=tel] {
  color: #363636;
  font-family: "Outfit";
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.7;
  height: 45px;
  width: 100%;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #EFEFEF;
}
@media (max-width: 1220px) {
  .nf-form-cont input[type=text],
  .nf-form-cont input[type=email],
  .nf-form-cont input[type=tel] {
    margin-bottom: 20px;
  }
}
.nf-form-cont select {
  color: #999;
  font-family: "Outfit";
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.7;
  height: 45px;
  width: 100%;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #EFEFEF;
  background-color: white;
  cursor: pointer;
}
@media (max-width: 1220px) {
  .nf-form-cont select {
    margin-bottom: 20px;
  }
}
.nf-form-cont .checkbox-wrap label {
  display: block;
  font-weight: normal;
}
@media (max-width: 768px) {
  .nf-form-cont .checkbox-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .nf-form-cont .checkbox-wrap .nf-field-element {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 5px;
  }
  .nf-form-cont .checkbox-wrap .nf-field-label {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.nf-form-cont .nf-field-element li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nf-form-cont .nf-field-element li input {
  margin: 0;
}
.nf-form-cont .nf-field-element li label {
  margin-left: 10px;
}
.nf-form-cont nf-field {
  margin-bottom: 20px;
  display: block;
}
.nf-form-cont nf-field:has(.hidden-container) {
  margin: 0;
}
.nf-form-cont textarea {
  color: #6f6f6f;
  font-family: "Outfit";
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.7;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #EFEFEF;
  width: 100%;
  background: #ffffff;
}
.has-background .nf-form-cont textarea {
  background: #ffffff;
}
@media (max-width: 1220px) {
  .nf-form-cont textarea {
    margin-bottom: 20px;
    height: 300px;
  }
}
.nf-form-cont input[type=submit] {
  background-color: #33982a;
  font-size: var(--wp--preset--font-size--normal);
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #33982a;
  padding-top: 13px;
  padding-right: 33px;
  padding-bottom: 13px;
  padding-left: 33px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 4px;
  margin: 0 auto;
  display: block;
}
.has-accent-background-color .nf-form-cont input[type=submit] {
  background-color: #ffffff;
  color: #33982a;
}
.nf-form-cont label {
  display: none;
}
.nf-form-cont .ninja-forms-req-symbol {
  color: #363636;
}
.has-accent-2-background-color .nf-form-cont .ninja-forms-req-symbol, .has-accent-background-color .nf-form-cont .ninja-forms-req-symbol {
  color: #ffffff;
}
.nf-form-cont .nf-error-msg {
  font-size: var(--wp--preset--font-size--normal);
}
.nf-form-cont .nf-form-fields-required {
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 30px;
  color: #6f6f6f;
}
.has-accent-background-color .nf-form-cont .nf-form-fields-required {
  color: #ffffff;
}
.has-accent-background-color .nf-form-cont .nf-form-fields-required span {
  color: #ffffff;
}
.nf-form-cont .nf-response-msg {
  display: none;
  font-weight: 600;
  color: #33982a;
  border: none;
}
.nf-form-cont .nf-response-msg[style*="display: block;"] {
  padding: 20px;
  margin-bottom: 20px;
}
.has-accent-background-color .nf-form-cont .nf-response-msg {
  color: #ffffff;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
div#ez-toc-container {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: white;
  padding: 20px;
  border: 1px solid #EFEFEF;
  border-left: 4px solid #33982a;
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  div#ez-toc-container {
    padding: 30px;
  }
}
div#ez-toc-container .ez-toc-box-title {
  font-weight: 600;
  position: relative;
  left: unset;
  top: unset;
  text-align: left;
  text-transform: none;
  color: #363636;
}
div#ez-toc-container .ez-toc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: inside;
  padding: 0;
}
div#ez-toc-container .ez-toc-list li {
  margin-bottom: 4px;
}
div#ez-toc-container .ez-toc-list .ez-toc-link {
  line-height: 1.6;
  text-decoration: none;
  padding: 0 0 0 15px;
}
div#ez-toc-container .ez-toc-list .ez-toc-link:hover {
  text-decoration: underline;
}
div#ez-toc-container .ez-toc-list .ez-toc-link:before {
  left: -15px;
  position: relative;
}

/*
 * Default styles
 */
/*
 * Variables
 *
*/
/*
 * Variables
 *
*/
.crp_related ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .crp_related ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.crp_related li {
  border-radius: 12px;
  background-color: #ffffff;
}
.crp_related .crp_link {
  padding: 0 0 10px 0;
  text-decoration: none;
}
.crp_related .crp_link br {
  display: none;
}
.crp_related .crp_thumb {
  border-radius: 12px 12px 0 0;
  max-width: 100%;
  height: auto;
}
.crp_related p {
  padding: 10px 20px 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.crp_related .crp_title {
  font-weight: 600;
}
.crp_related .crp_date {
  font-size: var(--wp--preset--font-size--small);
}