.wp-block-rank-math-toc-block nav ol {
      counter-reset: item
    }

    .wp-block-rank-math-toc-block nav ol li {
      display: block
    }

    .wp-block-rank-math-toc-block nav ol li:before {
      content: counters(item, ".") " ";
      counter-increment: item
    }

/*! This file is auto-generated */
    .wp-block-button__link {
      color: #fff;
      background-color: #32373c;
      border-radius: 9999px;
      box-shadow: none;
      text-decoration: none;
      padding: calc(.667em + 2px) calc(1.333em + 2px);
      font-size: 1.125em
    }

    .wp-block-file__button {
      background: #32373c;
      color: #fff;
      text-decoration: none
    }

body {
      --wp--preset--color--black: #000000;
      --wp--preset--color--cyan-bluish-gray: #abb8c3;
      --wp--preset--color--white: #ffffff;
      --wp--preset--color--pale-pink: #f78da7;
      --wp--preset--color--vivid-red: #cf2e2e;
      --wp--preset--color--luminous-vivid-orange: #ff6900;
      --wp--preset--color--luminous-vivid-amber: #fcb900;
      --wp--preset--color--light-green-cyan: #7bdcb5;
      --wp--preset--color--vivid-green-cyan: #00d084;
      --wp--preset--color--pale-cyan-blue: #8ed1fc;
      --wp--preset--color--vivid-cyan-blue: #0693e3;
      --wp--preset--color--vivid-purple: #9b51e0;
      --wp--preset--color--contrast: var(--contrast);
      --wp--preset--color--contrast-2: var(--contrast-2);
      --wp--preset--color--contrast-3: var(--contrast-3);
      --wp--preset--color--base: var(--base);
      --wp--preset--color--base-2: var(--base-2);
      --wp--preset--color--base-3: var(--base-3);
      --wp--preset--color--accent: var(--accent);
      --wp--preset--color--global-color-8: var(--global-color-8);
      --wp--preset--color--global-color-9: var(--global-color-9);
      --wp--preset--color--global-color-10: var(--global-color-10);
      --wp--preset--color--global-color-11: var(--global-color-11);
      --wp--preset--color--global-color-12: var(--global-color-12);
      --wp--preset--color--global-color-13: var(--global-color-13);
      --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
      --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
      --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
      --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
      --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
      --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
      --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
      --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
      --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
      --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
      --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
      --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
      --wp--preset--font-size--small: 13px;
      --wp--preset--font-size--medium: 20px;
      --wp--preset--font-size--large: 36px;
      --wp--preset--font-size--x-large: 42px;
      --wp--preset--spacing--20: 0.44rem;
      --wp--preset--spacing--30: 0.67rem;
      --wp--preset--spacing--40: 1rem;
      --wp--preset--spacing--50: 1.5rem;
      --wp--preset--spacing--60: 2.25rem;
      --wp--preset--spacing--70: 3.38rem;
      --wp--preset--spacing--80: 5.06rem;
      --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
      --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
      --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
      --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
      --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
    }

    :where(.is-layout-flex) {
      gap: 0.5em;
    }

    :where(.is-layout-grid) {
      gap: 0.5em;
    }

    body .is-layout-flow > .alignleft {
      float: left;
      margin-inline-start: 0;
      margin-inline-end: 2em;
    }

    body .is-layout-flow > .alignright {
      float: right;
      margin-inline-start: 2em;
      margin-inline-end: 0;
    }

    body .is-layout-flow > .aligncenter {
      margin-left: auto !important;
      margin-right: auto !important;
    }

    body .is-layout-constrained > .alignleft {
      float: left;
      margin-inline-start: 0;
      margin-inline-end: 2em;
    }

    body .is-layout-constrained > .alignright {
      float: right;
      margin-inline-start: 2em;
      margin-inline-end: 0;
    }

    body .is-layout-constrained > .aligncenter {
      margin-left: auto !important;
      margin-right: auto !important;
    }

    body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
      max-width: var(--wp--style--global--content-size);
      margin-left: auto !important;
      margin-right: auto !important;
    }

    body .is-layout-constrained > .alignwide {
      max-width: var(--wp--style--global--wide-size);
    }

    body .is-layout-flex {
      display: flex;
    }

    body .is-layout-flex {
      flex-wrap: wrap;
      align-items: center;
    }

    body .is-layout-flex > * {
      margin: 0;
    }

    body .is-layout-grid {
      display: grid;
    }

    body .is-layout-grid > * {
      margin: 0;
    }

    :where(.wp-block-columns.is-layout-flex) {
      gap: 2em;
    }

    :where(.wp-block-columns.is-layout-grid) {
      gap: 2em;
    }

    :where(.wp-block-post-template.is-layout-flex) {
      gap: 1.25em;
    }

    :where(.wp-block-post-template.is-layout-grid) {
      gap: 1.25em;
    }

    .has-black-color {
      color: var(--wp--preset--color--black) !important;
    }

    .has-cyan-bluish-gray-color {
      color: var(--wp--preset--color--cyan-bluish-gray) !important;
    }

    .has-white-color {
      color: var(--wp--preset--color--white) !important;
    }

    .has-pale-pink-color {
      color: var(--wp--preset--color--pale-pink) !important;
    }

    .has-vivid-red-color {
      color: var(--wp--preset--color--vivid-red) !important;
    }

    .has-luminous-vivid-orange-color {
      color: var(--wp--preset--color--luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-amber-color {
      color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }

    .has-light-green-cyan-color {
      color: var(--wp--preset--color--light-green-cyan) !important;
    }

    .has-vivid-green-cyan-color {
      color: var(--wp--preset--color--vivid-green-cyan) !important;
    }

    .has-pale-cyan-blue-color {
      color: var(--wp--preset--color--pale-cyan-blue) !important;
    }

    .has-vivid-cyan-blue-color {
      color: var(--wp--preset--color--vivid-cyan-blue) !important;
    }

    .has-vivid-purple-color {
      color: var(--wp--preset--color--vivid-purple) !important;
    }

    .has-black-background-color {
      background-color: var(--wp--preset--color--black) !important;
    }

    .has-cyan-bluish-gray-background-color {
      background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
    }

    .has-white-background-color {
      background-color: var(--wp--preset--color--white) !important;
    }

    .has-pale-pink-background-color {
      background-color: var(--wp--preset--color--pale-pink) !important;
    }

    .has-vivid-red-background-color {
      background-color: var(--wp--preset--color--vivid-red) !important;
    }

    .has-luminous-vivid-orange-background-color {
      background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-amber-background-color {
      background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }

    .has-light-green-cyan-background-color {
      background-color: var(--wp--preset--color--light-green-cyan) !important;
    }

    .has-vivid-green-cyan-background-color {
      background-color: var(--wp--preset--color--vivid-green-cyan) !important;
    }

    .has-pale-cyan-blue-background-color {
      background-color: var(--wp--preset--color--pale-cyan-blue) !important;
    }

    .has-vivid-cyan-blue-background-color {
      background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
    }

    .has-vivid-purple-background-color {
      background-color: var(--wp--preset--color--vivid-purple) !important;
    }

    .has-black-border-color {
      border-color: var(--wp--preset--color--black) !important;
    }

    .has-cyan-bluish-gray-border-color {
      border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
    }

    .has-white-border-color {
      border-color: var(--wp--preset--color--white) !important;
    }

    .has-pale-pink-border-color {
      border-color: var(--wp--preset--color--pale-pink) !important;
    }

    .has-vivid-red-border-color {
      border-color: var(--wp--preset--color--vivid-red) !important;
    }

    .has-luminous-vivid-orange-border-color {
      border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-amber-border-color {
      border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
    }

    .has-light-green-cyan-border-color {
      border-color: var(--wp--preset--color--light-green-cyan) !important;
    }

    .has-vivid-green-cyan-border-color {
      border-color: var(--wp--preset--color--vivid-green-cyan) !important;
    }

    .has-pale-cyan-blue-border-color {
      border-color: var(--wp--preset--color--pale-cyan-blue) !important;
    }

    .has-vivid-cyan-blue-border-color {
      border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
    }

    .has-vivid-purple-border-color {
      border-color: var(--wp--preset--color--vivid-purple) !important;
    }

    .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
      background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
    }

    .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
      background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
    }

    .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
      background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
    }

    .has-luminous-vivid-orange-to-vivid-red-gradient-background {
      background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
    }

    .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
      background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
    }

    .has-cool-to-warm-spectrum-gradient-background {
      background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
    }

    .has-blush-light-purple-gradient-background {
      background: var(--wp--preset--gradient--blush-light-purple) !important;
    }

    .has-blush-bordeaux-gradient-background {
      background: var(--wp--preset--gradient--blush-bordeaux) !important;
    }

    .has-luminous-dusk-gradient-background {
      background: var(--wp--preset--gradient--luminous-dusk) !important;
    }

    .has-pale-ocean-gradient-background {
      background: var(--wp--preset--gradient--pale-ocean) !important;
    }

    .has-electric-grass-gradient-background {
      background: var(--wp--preset--gradient--electric-grass) !important;
    }

    .has-midnight-gradient-background {
      background: var(--wp--preset--gradient--midnight) !important;
    }

    .has-small-font-size {
      font-size: var(--wp--preset--font-size--small) !important;
    }

    .has-medium-font-size {
      font-size: var(--wp--preset--font-size--medium) !important;
    }

    .has-large-font-size {
      font-size: var(--wp--preset--font-size--large) !important;
    }

    .has-x-large-font-size {
      font-size: var(--wp--preset--font-size--x-large) !important;
    }

    .wp-block-navigation a:where(:not(.wp-element-button)) {
      color: inherit;
    }

    :where(.wp-block-post-template.is-layout-flex) {
      gap: 1.25em;
    }

    :where(.wp-block-post-template.is-layout-grid) {
      gap: 1.25em;
    }

    :where(.wp-block-columns.is-layout-flex) {
      gap: 2em;
    }

    :where(.wp-block-columns.is-layout-grid) {
      gap: 2em;
    }

    .wp-block-pullquote {
      font-size: 1.5em;
      line-height: 1.6;
    }

.generate-page-header,
    .page-header-image,
    .page-header-image-single {
      display: none
    }

    body {
      background-color: var(--base-2);
      color: var(--contrast);
    }

    a {
      color: var(--accent);
    }

    a {
      text-decoration: underline;
    }

    .entry-title a,
    .site-branding a,
    a.button,
    .wp-block-button__link,
    .main-navigation a {
      text-decoration: none;
    }

    a:hover,
    a:focus,
    a:active {
      color: var(--contrast);
    }

    .wp-block-group__inner-container {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .site-header .header-image {
      width: 40px;
    }

    .generate-back-to-top {
      font-size: 20px;
      border-radius: 3px;
      position: fixed;
      bottom: 30px;
      right: 30px;
      line-height: 40px;
      width: 40px;
      text-align: center;
      z-index: 10;
      transition: opacity 300ms ease-in-out;
      opacity: 0.1;
      transform: translateY(1000px);
    }

    .generate-back-to-top__show {
      opacity: 1;
      transform: translateY(0);
    }

    :root {
      --contrast: #222222;
      --contrast-2: #575760;
      --contrast-3: #b2b2be;
      --base: #f0f0f0;
      --base-2: #f7f8f9;
      --base-3: #ffffff;
      --accent: #1e73be;
      --global-color-8: #f1d04e;
      --global-color-9: #07B1BC;
      --global-color-10: #1e8cb0;
      --global-color-11: #7D4E25;
      --global-color-12: #FD9319;
      --global-color-13: #F1EBD8;
    }

    :root .has-contrast-color {
      color: var(--contrast);
    }

    :root .has-contrast-background-color {
      background-color: var(--contrast);
    }

    :root .has-contrast-2-color {
      color: var(--contrast-2);
    }

    :root .has-contrast-2-background-color {
      background-color: var(--contrast-2);
    }

    :root .has-contrast-3-color {
      color: var(--contrast-3);
    }

    :root .has-contrast-3-background-color {
      background-color: var(--contrast-3);
    }

    :root .has-base-color {
      color: var(--base);
    }

    :root .has-base-background-color {
      background-color: var(--base);
    }

    :root .has-base-2-color {
      color: var(--base-2);
    }

    :root .has-base-2-background-color {
      background-color: var(--base-2);
    }

    :root .has-base-3-color {
      color: var(--base-3);
    }

    :root .has-base-3-background-color {
      background-color: var(--base-3);
    }

    :root .has-accent-color {
      color: var(--accent);
    }

    :root .has-accent-background-color {
      background-color: var(--accent);
    }

    :root .has-global-color-8-color {
      color: var(--global-color-8);
    }

    :root .has-global-color-8-background-color {
      background-color: var(--global-color-8);
    }

    :root .has-global-color-9-color {
      color: var(--global-color-9);
    }

    :root .has-global-color-9-background-color {
      background-color: var(--global-color-9);
    }

    :root .has-global-color-10-color {
      color: var(--global-color-10);
    }

    :root .has-global-color-10-background-color {
      background-color: var(--global-color-10);
    }

    :root .has-global-color-11-color {
      color: var(--global-color-11);
    }

    :root .has-global-color-11-background-color {
      background-color: var(--global-color-11);
    }

    :root .has-global-color-12-color {
      color: var(--global-color-12);
    }

    :root .has-global-color-12-background-color {
      background-color: var(--global-color-12);
    }

    :root .has-global-color-13-color {
      color: var(--global-color-13);
    }

    :root .has-global-color-13-background-color {
      background-color: var(--global-color-13);
    }

    .main-navigation a,
    .main-navigation .menu-toggle,
    .main-navigation .menu-bar-items {
      font-family: Georgia;
      font-weight: bold;
      font-size: 16px;
    }

    .top-bar {
      background-color: #636363;
      color: #ffffff;
    }

    .top-bar a {
      color: #ffffff;
    }

    .top-bar a:hover {
      color: #303030;
    }

    .site-header {
      background-color: var(--base-3);
    }

    .main-title a,
    .main-title a:hover {
      color: var(--contrast);
    }

    .site-description {
      color: var(--contrast-2);
    }

    .main-navigation .main-nav ul li a,
    .main-navigation .menu-toggle,
    .main-navigation .menu-bar-items {
      color: #000;
    }

    .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a,
    .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a,
    .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a,
    .main-navigation .menu-bar-item:hover > a,
    .main-navigation .menu-bar-item.sfHover > a {
      color: var(--global-color-10);
    }

    button.menu-toggle:hover,
    button.menu-toggle:focus {
      color: var(--global-color-10);
    }

    .main-navigation .main-nav ul li[class*="current-menu-"] > a {
      color: #000000;
    }

    .navigation-search input[type="search"],
    .navigation-search input[type="search"]:active,
    .navigation-search input[type="search"]:focus,
    .main-navigation .main-nav ul li.search-item.active > a,
    .main-navigation .menu-bar-items .search-item.active > a {
      color: var(--global-color-10);
    }

    .main-navigation ul ul {
      background-color: var(--base);
    }

    .main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a,
    .main-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus > a,
    .main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"]) > a {
      background-color: var(--base-2);
    }

    .main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
      background-color: var(--base-2);
    }

    .separate-containers .inside-article,
    .separate-containers .comments-area,
    .separate-containers .page-header,
    .one-container .container,
    .separate-containers .paging-navigation,
    .inside-page-header {
      background-color: var(--base-3);
    }

    .entry-title a {
      color: var(--contrast);
    }

    .entry-title a:hover {
      color: var(--contrast-2);
    }

    .entry-meta {
      color: var(--contrast-2);
    }

    .sidebar .widget {
      background-color: var(--base-3);
    }

    .footer-widgets {
      background-color: var(--base-3);
    }

    .site-info {
      background-color: var(--base-3);
    }

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="number"],
    textarea,
    select {
      color: var(--contrast);
      background-color: var(--base-2);
      border-color: var(--base);
    }

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="number"]:focus,
    textarea:focus,
    select:focus {
      color: var(--contrast);
      background-color: var(--base-2);
      border-color: var(--contrast-3);
    }

    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"],
    a.button,
    a.wp-block-button__link:not(.has-background) {
      color: var(--global-color-10);
      background-color: var(--global-color-8);
    }

    button:hover,
    html input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    a.button:hover,
    button:focus,
    html input[type="button"]:focus,
    input[type="reset"]:focus,
    input[type="submit"]:focus,
    a.button:focus,
    a.wp-block-button__link:not(.has-background):active,
    a.wp-block-button__link:not(.has-background):focus,
    a.wp-block-button__link:not(.has-background):hover {
      color: var(--global-color-8);
      background-color: var(--global-color-10);
    }

    a.generate-back-to-top {
      background-color: rgba(0, 0, 0, 0.4);
      color: #ffffff;
    }

    a.generate-back-to-top:hover,
    a.generate-back-to-top:focus {
      background-color: rgba(0, 0, 0, 0.6);
      color: #ffffff;
    }

    :root {
      --gp-search-modal-bg-color: var(--base-3);
      --gp-search-modal-text-color: var(--contrast);
      --gp-search-modal-overlay-bg-color: rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {

      .main-navigation .menu-bar-item:hover > a,
      .main-navigation .menu-bar-item.sfHover > a {
        background: none;
        color: var(--global-color-10);
      }
    }

    .inside-top-bar.grid-container {
      max-width: 1280px;
    }

    .inside-header.grid-container {
      max-width: 1280px;
    }

    .site-main .wp-block-group__inner-container {
      padding: 40px;
    }

    .separate-containers .paging-navigation {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .entry-content .alignwide,
    body:not(.no-sidebar) .entry-content .alignfull {
      margin-left: -40px;
      width: calc(100% + 80px);
      max-width: calc(100% + 80px);
    }

    .main-navigation .main-nav ul li a,
    .menu-toggle,
    .main-navigation .menu-bar-item > a {
      line-height: 80px;
    }

    .navigation-search input[type="search"] {
      height: 80px;
    }

    .rtl .menu-item-has-children .dropdown-menu-toggle {
      padding-left: 20px;
    }

    .rtl .main-navigation .main-nav ul li.menu-item-has-children > a {
      padding-right: 20px;
    }

    .footer-widgets-container.grid-container {
      max-width: 1280px;
    }

    .inside-site-info.grid-container {
      max-width: 1280px;
    }

    @media (max-width: 768px) {

      .separate-containers .inside-article,
      .separate-containers .comments-area,
      .separate-containers .page-header,
      .separate-containers .paging-navigation,
      .one-container .site-content,
      .inside-page-header {
        padding: 30px;
      }

      .site-main .wp-block-group__inner-container {
        padding: 30px;
      }

      .inside-top-bar {
        padding-right: 30px;
        padding-left: 30px;
      }

      .inside-header {
        padding-right: 10px;
        padding-left: 10px;
      }

      .widget-area .widget {
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
      }

      .footer-widgets-container {
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
      }

      .inside-site-info {
        padding-right: 30px;
        padding-left: 30px;
      }

      .entry-content .alignwide,
      body:not(.no-sidebar) .entry-content .alignfull {
        margin-left: -30px;
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
      }

      .one-container .site-main .paging-navigation {
        margin-bottom: 20px;
      }
    }

    /* End cached CSS */
    .is-right-sidebar {
      width: 30%;
    }

    .is-left-sidebar {
      width: 30%;
    }

    .site-content .content-area {
      width: 100%;
    }

    @media (max-width: 768px) {

      .main-navigation .menu-toggle,
      .sidebar-nav-mobile:not(#sticky-placeholder) {
        display: block;
      }

      .main-navigation ul,
      .gen-sidebar-nav,
      .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul,
      .has-inline-mobile-toggle #site-navigation .inside-navigation > *:not(.navigation-search):not(.main-nav) {
        display: none;
      }

      .nav-align-right .inside-navigation,
      .nav-align-center .inside-navigation {
        justify-content: space-between;
      }

      .has-inline-mobile-toggle .mobile-menu-control-wrapper {
        display: flex;
        flex-wrap: wrap;
      }

      .has-inline-mobile-toggle .inside-header {
        flex-direction: row;
        text-align: left;
        flex-wrap: wrap;
      }

      .has-inline-mobile-toggle .header-widget,
      .has-inline-mobile-toggle #site-navigation {
        flex-basis: 100%;
      }

      .nav-float-left .has-inline-mobile-toggle #site-navigation {
        order: 10;
      }
    }

    .dynamic-author-image-rounded {
      border-radius: 100%;
    }

    .dynamic-featured-image,
    .dynamic-author-image {
      vertical-align: middle;
    }

    .one-container.blog .dynamic-content-template:not(:last-child),
    .one-container.archive .dynamic-content-template:not(:last-child) {
      padding-bottom: 0px;
    }

    .dynamic-entry-excerpt > p:last-child {
      margin-bottom: 0px;
    }

    .inside-page-hero > *:last-child {
      margin-bottom: 0px;
    }

    .header-wrap {
      position: absolute;
      left: 0px;
      right: 0px;
      z-index: 10;
    }

    .header-wrap .site-header {
      background: transparent;
    }

    .main-navigation.slideout-navigation .main-nav > ul > li > a {
      line-height: 60px;
    }

.gb-container .wp-block-image img {
      vertical-align: middle;
    }

    .gb-container .gb-shape {
      position: absolute;
      overflow: hidden;
      pointer-events: none;
      line-height: 0;
    }

    .gb-container .gb-shape svg {
      fill: currentColor;
    }

    .gb-container.gb-tabs__item:not(.gb-tabs__item-open) {
      display: none;
    }

    .gb-container-841f6a76 {
      position: relative;
      overflow-x: hidden;
      overflow-y: hidden;
      font-family: Georgia;
    }

    .gb-container-841f6a76:before {
      content: "";
      background-image: url("../images/bg1.jpg");
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover;
      z-index: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: inherit;
      pointer-events: none;
    }

    .gb-container-841f6a76.gb-has-dynamic-bg:before {
      background-image: var(--background-url);
    }

    .gb-container-841f6a76.gb-no-dynamic-bg:before {
      background-image: none;
    }

    .gb-container-b6d45558 {
      max-width: 1200px;
      position: relative;
      padding: 200px 20px 100px;
      margin-right: auto;
      margin-left: auto;
    }

    .gb-grid-wrapper > .gb-grid-column-18592bed {
      width: 50%;
    }

    .gb-container-714c9da0 {
      z-index: 1;
      position: relative;
      overflow-x: hidden;
      overflow-y: hidden;
      padding: 40px;
      border-radius: 40px;
      border: 5px solid #049cb3;
      background-color: #f7f1ef;
    }

    .gb-grid-wrapper > .gb-grid-column-714c9da0 {
      width: 50%;
    }

    .gb-container-6e1aa63f {
      position: relative;
    }

    .gb-container-93286e16 {
      font-size: 12px;
      text-align: justify;
      background-color: rgba(242, 237, 218, 0.47);
    }

    .gb-container-886edee9 {
      max-width: 1200px;
      padding: 40px 20px;
      margin-right: auto;
      margin-left: auto;
    }

    .gb-container-739dff02 {
      position: relative;
      overflow-x: hidden;
      overflow-y: hidden;
      font-family: Georgia;
      margin-bottom: 30px;
      transition: all 0.5s ease;
    }

    .gb-container-739dff02:before {
      opacity: 0.3;
      transition: all 0.5s ease;
    }

    .gb-container-68106622 {
      max-width: 1200px;
      padding: 70px 20px;
      margin-right: auto;
      margin-left: auto;
    }

    .gb-container-4b79e9ad {
      font-size: 22px;
      text-align: center;
    }

    .gb-grid-wrapper > .gb-grid-column-4b79e9ad {
      width: 33.33%;
    }

    .gb-container-1a52ee01 {
      font-size: 22px;
      text-align: center;
    }

    .gb-grid-wrapper > .gb-grid-column-1a52ee01 {
      width: 33.33%;
    }

    .gb-container-5ed7f9c7 {
      font-size: 22px;
      text-align: center;
    }

    .gb-grid-wrapper > .gb-grid-column-5ed7f9c7 {
      width: 33.33%;
    }

    .gb-container-212eb573 {
      font-family: Georgia;
      background-color: var(--base-3);
      background-image: url("../images/002.jpeg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
    }

    .gb-container-212eb573.gb-has-dynamic-bg {
      background-image: var(--background-url);
    }

    .gb-container-212eb573.gb-no-dynamic-bg {
      background-image: none;
    }

    .gb-container-e922449b {
      max-width: 1200px;
      padding: 70px 20px;
      margin-right: auto;
      margin-left: auto;
    }

    .gb-container-7cd73e8c {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 22px;
    }

    .gb-grid-wrapper > .gb-grid-column-7cd73e8c {
      width: 50%;
    }

    .gb-container-9c98a0d1 {
      height: 100%;
      min-height: 450px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-image: url("../images/imageea81f15136f5433da2baee98f3622708.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
    }

    .gb-grid-wrapper > .gb-grid-column-9c98a0d1 {
      width: 50%;
    }

    .gb-container-9c98a0d1.gb-has-dynamic-bg {
      background-image: var(--background-url);
    }

    .gb-container-9c98a0d1.gb-no-dynamic-bg {
      background-image: none;
    }

    .gb-container-bdcff916 {
      height: 100%;
      min-height: 450px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-image: url("../images/imagea0dd7e0e7bee4545806e3426109aab8c.jpeg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
    }

    .gb-grid-wrapper > .gb-grid-column-bdcff916 {
      width: 50%;
    }

    .gb-container-bdcff916.gb-has-dynamic-bg {
      background-image: var(--background-url);
    }

    .gb-container-bdcff916.gb-no-dynamic-bg {
      background-image: none;
    }

    .gb-container-c1eb9b84 {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 22px;
    }

    .gb-grid-wrapper > .gb-grid-column-c1eb9b84 {
      width: 50%;
    }

    .gb-container-c5fa50cf {
      font-family: Georgia;
    }

    .gb-container-45140fd8 {
      max-width: 1200px;
      padding: 70px 20px;
      margin-top: 0px;
      margin-right: auto;
      margin-left: auto;
    }

    .gb-container-9dca584a {
      height: 100%;
      min-height: 300px;
      font-size: 20px;
      padding: 0;
      border-right-width: 0px;
      border-right-style: solid;
    }

    .gb-grid-wrapper > .gb-grid-column-9dca584a {
      width: 33.33%;
    }

    .gb-container-cd92e6a7 {
      height: 100%;
      padding: 0;
      border-right-width: 0px;
      border-right-style: solid;
    }

    .gb-grid-wrapper > .gb-grid-column-cd92e6a7 {
      width: 33.33%;
    }

    .gb-container-31f7045c {
      height: 100%;
      padding: 0;
    }

    .gb-grid-wrapper > .gb-grid-column-31f7045c {
      width: 33.33%;
    }

    .gb-container-cc74741e {
      font-family: Georgia;
      background-image: url("../images/002.jpeg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
    }

    .gb-container-cc74741e.gb-has-dynamic-bg {
      background-image: var(--background-url);
    }

    .gb-container-cc74741e.gb-no-dynamic-bg {
      background-image: none;
    }

    .gb-container-7173420b {
      max-width: 1200px;
      font-size: 20px;
      padding: 70px 20px;
      margin-right: auto;
      margin-left: auto;
    }

    .gb-container-a39ec1b5 {
      height: 100%;
      font-size: 22px;
      border-left-color: var(--global-color-8);
    }

    .gb-grid-wrapper > .gb-grid-column-a39ec1b5 {
      width: 50%;
    }

    .gb-container-d049a833 {
      height: 100%;
      font-size: 22px;
    }

    .gb-grid-wrapper > .gb-grid-column-d049a833 {
      width: 50%;
    }

    .gb-container-46a9a45b {
      height: 100%;
      font-size: 22px;
    }

    .gb-grid-wrapper > .gb-grid-column-46a9a45b {
      width: 50%;
    }

    .gb-container-87ba6465 {
      height: 100%;
      font-size: 22px;
    }

    .gb-grid-wrapper > .gb-grid-column-87ba6465 {
      width: 50%;
    }

    .gb-container-59c265df {
      font-family: Georgia;
    }

    .gb-container-307e994f {
      max-width: 1200px;
      font-size: 20px;
      padding: 70px 20px;
      margin-right: auto;
      margin-left: auto;
    }

    .gb-container-a4b5cd2e {
      height: 100%;
      font-size: 22px;
      padding: 40px;
      border-radius: 0;
      border-top: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
      border-left: 1px solid #e6e6e6;
    }

    .gb-grid-wrapper > .gb-grid-column-a4b5cd2e {
      width: 33.33%;
    }

    .gb-container-2189687a {
      height: 100%;
      font-size: 22px;
      padding: 40px;
      border-top: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
      border-left: 1px solid #e6e6e6;
    }

    .gb-grid-wrapper > .gb-grid-column-2189687a {
      width: 33.33%;
    }

    .gb-container-6a373d73 {
      height: 100%;
      font-size: 22px;
      padding: 40px;
      border: 1px solid #e6e6e6;
    }

    .gb-grid-wrapper > .gb-grid-column-6a373d73 {
      width: 33.33%;
    }

    .gb-container-da1e1a18 {
      height: 100%;
      font-size: 22px;
      padding: 40px;
      border-top: 0px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
      border-left: 1px solid #e6e6e6;
    }

    .gb-grid-wrapper > .gb-grid-column-da1e1a18 {
      width: 33.33%;
    }

    .gb-container-71b0d441 {
      height: 100%;
      font-size: 22px;
      padding: 40px;
      border-top: 0px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
      border-left: 1px solid #e6e6e6;
    }

    .gb-grid-wrapper > .gb-grid-column-71b0d441 {
      width: 33.33%;
    }

    .gb-container-51bbd91d {
      height: 100%;
      font-size: 22px;
      padding: 40px;
      border-top: 0px solid #e6e6e6;
      border-right: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
      border-left: 1px solid #e6e6e6;
    }

    .gb-grid-wrapper > .gb-grid-column-51bbd91d {
      width: 33.33%;
    }

    .gb-container-bee9f99a {
      font-family: Georgia;
    }

    .gb-container-c18a914d {
      max-width: 1200px;
      font-size: 20px;
      padding: 70px 20px;
      margin-right: auto;
      margin-left: auto;
    }

    .gb-container-6525ada8 {
      font-size: 22px;
      text-align: justify;
    }

    .gb-grid-wrapper > .gb-grid-column-6525ada8 {
      width: 33.33%;
    }

    .gb-container-6b595e82 {
      font-size: 22px;
      text-align: justify;
    }

    .gb-grid-wrapper > .gb-grid-column-6b595e82 {
      width: 33.33%;
    }

    .gb-container-37f16547 {
      font-size: 22px;
      text-align: justify;
    }

    .gb-grid-wrapper > .gb-grid-column-37f16547 {
      width: 33.33%;
    }

    .gb-container-79ff3b80 {
      font-family: Georgia;
    }

    .gb-container-384e17dc {
      max-width: 1200px;
      text-align: center;
      padding: 70px 20px;
      margin-right: auto;
      margin-left: auto;
      background-image: url("../images/002.jpeg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .gb-container-384e17dc.gb-has-dynamic-bg {
      background-image: var(--background-url);
    }

    .gb-container-384e17dc.gb-no-dynamic-bg {
      background-image: none;
    }

    .gb-container-f92c40aa {
      font-family: Georgia;
    }

    .gb-container-f4f1e554 {
      max-width: 1200px;
      padding: 70px 20px;
      margin-right: auto;
      margin-left: auto;
    }

    .gb-container-4e832f5d {
      position: relative;
      font-family: Georgia;
      padding: 50px 24px 80px;
      background-color: var(--base-3);
    }

    .gb-container-49abec9c {
      max-width: 1200px;
      margin-right: auto;
      margin-left: auto;
    }

    .gb-container-8f3c6184 {
      font-family: Georgia;
    }

    .gb-container-27add865 {
      max-width: 1200px;
      padding: 70px 20px;
      margin-right: auto;
      margin-left: auto;
    }

    .gb-container-a526e183 {
      font-family: Georgia;
      background-image: url("../images/002.jpeg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
    }

    .gb-container-a526e183.gb-has-dynamic-bg {
      background-image: var(--background-url);
    }

    .gb-container-a526e183.gb-no-dynamic-bg {
      background-image: none;
    }

    .gb-container-1dfd01a7 {
      max-width: 1200px;
      padding: 70px 20px;
      margin-right: auto;
      margin-left: auto;
    }

    .gb-grid-wrapper > .gb-grid-column-9d0119aa {
      width: 50%;
    }

    .gb-container-6a5c506c {
      text-align: center;
    }

    .gb-grid-wrapper > .gb-grid-column-6a5c506c {
      width: 50%;
    }

    .gb-container-c973ac24 {
      max-width: 1200px;
      padding: 70px 20px;
      margin-right: auto;
      margin-left: auto;
    }

    .gb-container-6ac6a19b {
      position: relative;
      overflow-x: hidden;
      overflow-y: hidden;
      font-size: 15px;
      background-color: var(--global-color-8);
    }

    .gb-container-6ac6a19b:before {
      content: "";
      background-image: url("../images/002.jpeg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      z-index: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: inherit;
      pointer-events: none;
      opacity: 0.15;
    }

    .gb-container-6ac6a19b > .gb-shapes .gb-shape-1 {
      color: var(--base-3);
      left: 0;
      right: 0;
      top: -1px;
      transform: scaleY(-1);
    }

    .gb-container-6ac6a19b > .gb-shapes .gb-shape-1 svg {
      height: 120px;
      width: calc(100% + 1.3px);
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      min-width: 100%;
    }

    .gb-container-6ac6a19b.gb-has-dynamic-bg:before {
      background-image: var(--background-url);
    }

    .gb-container-6ac6a19b.gb-no-dynamic-bg:before {
      background-image: none;
    }

    .gb-container-1e869e3a {
      max-width: 1200px;
      z-index: 1;
      position: relative;
      text-align: center;
      padding: 140px 40px 130px;
      margin-right: auto;
      margin-left: auto;
    }

    .gb-container-efc18d78 {
      height: 100%;
      text-align: left;
    }

    .gb-grid-wrapper > .gb-grid-column-efc18d78 {
      width: 50%;
    }

    .gb-container-bfa65a5f {
      height: 100%;
    }

    .gb-grid-wrapper > .gb-grid-column-bfa65a5f {
      width: 50%;
    }

    .gb-container-7e13b6b2 {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .gb-grid-wrapper {
      display: flex;
      flex-wrap: wrap;
    }

    .gb-grid-column {
      box-sizing: border-box;
    }

    .gb-grid-wrapper .wp-block-image {
      margin-bottom: 0;
    }

    .gb-grid-wrapper-34714565 {
      align-items: center;
      justify-content: center;
      row-gap: 20px;
      margin-left: -40px;
    }

    .gb-grid-wrapper-34714565 > .gb-grid-column {
      padding-left: 40px;
    }

    .gb-grid-wrapper-fb273fbb {
      align-items: flex-start;
      justify-content: center;
      row-gap: 20px;
      margin-left: -80px;
    }

    .gb-grid-wrapper-fb273fbb > .gb-grid-column {
      padding-left: 80px;
    }

    .gb-grid-wrapper-1ace9949 {
      align-items: center;
      justify-content: center;
      row-gap: 60px;
      margin-left: -80px;
    }

    .gb-grid-wrapper-1ace9949 > .gb-grid-column {
      padding-left: 80px;
    }

    .gb-grid-wrapper-27c08903 {
      align-items: flex-start;
      justify-content: center;
      row-gap: 20px;
      margin-left: -60px;
    }

    .gb-grid-wrapper-27c08903 > .gb-grid-column {
      padding-left: 60px;
    }

    .gb-grid-wrapper-dfdc80d7 {
      row-gap: 40px;
      margin-left: -90px;
    }

    .gb-grid-wrapper-dfdc80d7 > .gb-grid-column {
      padding-left: 90px;
    }

    .gb-grid-wrapper-2bf5ddb7 {
      justify-content: center;
      row-gap: 0px;
    }

    .gb-grid-wrapper-2bf5ddb7 > .gb-grid-column {
      padding-left: 0px;
    }

    .gb-grid-wrapper-af7efdaa {
      align-items: flex-start;
      justify-content: center;
      row-gap: 20px;
      margin-left: -80px;
    }

    .gb-grid-wrapper-af7efdaa > .gb-grid-column {
      padding-left: 80px;
    }

    .gb-grid-wrapper-702e4d31 {
      align-items: center;
      justify-content: center;
      row-gap: 20px;
      margin-left: -120px;
    }

    .gb-grid-wrapper-702e4d31 > .gb-grid-column {
      padding-left: 120px;
    }

    .gb-grid-wrapper-030d5041 {
      align-items: center;
      justify-content: center;
      row-gap: 40px;
      margin-left: -80px;
    }

    .gb-grid-wrapper-030d5041 > .gb-grid-column {
      padding-left: 80px;
    }

    .gb-icon svg {
      fill: currentColor;
    }

    .gb-highlight {
      background: none;
      color: unset;
    }

    h1.gb-headline-48c0b872 {
      font-family: Georgia;
      text-align: center;
      padding-bottom: 50px;
      margin-bottom: 0px;
      color: #000000;
    }

    p.gb-headline-c2601370 {
      font-size: 22px;
      text-align: center;
    }

    p.gb-headline-baaf9e48 {
      z-index: 3;
      position: relative;
      font-size: 24px;
      text-align: center;
    }

    p.gb-headline-a7ce50d1 {
      font-size: 15px;
      margin-bottom: 0px;
    }

    h2.gb-headline-23cd559a {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-start;
      column-gap: 0.5em;
      font-size: 45px;
      padding-bottom: 40px;
      margin-bottom: 0px;
    }

    h2.gb-headline-23cd559a .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-top: 15px;
    }

    h2.gb-headline-23cd559a .gb-icon svg {
      width: 1em;
      height: 1em;
    }

    h2.gb-headline-23cd559a .gb-highlight {
      color: #f1d04e;
    }

    p.gb-headline-0e0e79f1 {
      font-size: 22px;
      padding-bottom: 70px;
      margin-bottom: 0px;
    }

    p.gb-headline-bce040d5 {
      display: flex;
      flex-direction: column;
      align-items: center;
      column-gap: 0.5em;
      font-size: 24px;
      text-align: center;
      padding-bottom: 30px;
      margin-bottom: 0px;
    }

    p.gb-headline-bce040d5 .gb-icon {
      line-height: 0;
      color: #049cb3;
      padding-bottom: 13px;
    }

    p.gb-headline-bce040d5 .gb-icon svg {
      width: 3.5em;
      height: 3.5em;
    }

    p.gb-headline-257e95a7 {
      display: flex;
      flex-direction: column;
      align-items: center;
      column-gap: 0.5em;
      font-size: 24px;
      padding-bottom: 30px;
      margin-bottom: 0px;
    }

    p.gb-headline-257e95a7 .gb-icon {
      line-height: 0;
      color: #049cb3;
      padding-bottom: 15px;
    }

    p.gb-headline-257e95a7 .gb-icon svg {
      width: 3.5em;
      height: 3.5em;
    }

    h3.gb-headline-9912ecb6 {
      display: flex;
      flex-direction: column;
      align-items: center;
      column-gap: 0.5em;
      font-size: 24px;
      padding-bottom: 30px;
      margin-bottom: 0px;
    }

    h3.gb-headline-9912ecb6 .gb-icon {
      line-height: 0;
      color: #049cb3;
      padding-bottom: 15px;
    }

    h3.gb-headline-9912ecb6 .gb-icon svg {
      width: 3.5em;
      height: 3.5em;
    }

    h3.gb-headline-b0054404 {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-start;
      column-gap: 0.5em;
      text-align: left;
      padding-top: 70px;
      padding-bottom: 40px;
      margin-bottom: 0px;
    }

    h3.gb-headline-b0054404 .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-top: 15px;
    }

    h3.gb-headline-b0054404 .gb-icon svg {
      width: 1em;
      height: 1em;
    }

    h3.gb-headline-b0054404 .gb-highlight {
      color: #f1d04e;
    }

    .gb-headline-b0054404 {
      opacity: 1;
    }

    p.gb-headline-1768a9ec {
      font-size: 22px;
      text-align: justify;
      padding-bottom: 40px;
      margin-bottom: 0px;
    }

    h2.gb-headline-dd6b506f {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-start;
      column-gap: 0.5em;
      font-weight: 600;
      padding-bottom: 20px;
      margin-bottom: 0px;
      color: #f1d04e;
    }

    h2.gb-headline-dd6b506f .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-top: 15px;
    }

    h2.gb-headline-dd6b506f .gb-icon svg {
      width: 1em;
      height: 1em;
    }

    p.gb-headline-d6ce0c40 {
      text-align: justify;
      margin-bottom: 40px;
      color: #222B1B;
    }

    h2.gb-headline-2c89919d {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-start;
      column-gap: 0.5em;
      font-weight: 600;
      padding-bottom: 20px;
      margin-bottom: 0px;
      color: #f1d04e;
    }

    h2.gb-headline-2c89919d .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-top: 15px;
    }

    h2.gb-headline-2c89919d .gb-icon svg {
      width: 1em;
      height: 1em;
    }

    p.gb-headline-bffe5c9f {
      text-align: justify;
      margin-bottom: 40px;
      color: #222b1b;
    }

    h2.gb-headline-289e8798 {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      column-gap: 0.5em;
      font-weight: 700;
      text-transform: capitalize;
      text-align: center;
      padding-bottom: 40px;
      margin-bottom: 0px;
    }

    h2.gb-headline-289e8798 .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-top: 15px;
    }

    h2.gb-headline-289e8798 .gb-icon svg {
      width: 1em;
      height: 1em;
    }

    h2.gb-headline-289e8798 .gb-highlight {
      color: #f1d04e;
    }

    h3.gb-headline-7c765857 {
      font-size: 22px;
      letter-spacing: 0.05em;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-top: 0px;
      margin-bottom: 0px;
    }

    p.gb-headline-3d1b5a16 {
      font-size: 22px;
      text-align: justify;
    }

    h3.gb-headline-67c86705 {
      font-size: 22px;
      letter-spacing: 0.05em;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-top: 0px;
      margin-bottom: 0px;
    }

    p.gb-headline-8886b8cf {
      font-size: 22px;
      text-align: justify;
    }

    h3.gb-headline-0295c461 {
      font-size: 22px;
      letter-spacing: 0.05em;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-top: 0px;
      margin-bottom: 0px;
    }

    p.gb-headline-fb0472c5 {
      font-size: 22px;
      text-align: justify;
    }

    h2.gb-headline-2fe3a7ed {
      display: flex;
      flex-direction: column-reverse;
      column-gap: 0.5em;
      text-align: center;
      padding-bottom: 40px;
      margin-bottom: 0px;
    }

    h2.gb-headline-2fe3a7ed .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-top: 15px;
    }

    h2.gb-headline-2fe3a7ed .gb-icon svg {
      width: 1em;
      height: 1em;
    }

    h2.gb-headline-2fe3a7ed .gb-highlight {
      color: #f1d04e;
    }

    h3.gb-headline-0e5d7405 {
      padding-bottom: 20px;
      padding-left: 20px;
      margin-bottom: 0px;
      border-left: 4px solid var(--global-color-8);
    }

    h3.gb-headline-581ce3d1 {
      padding-bottom: 20px;
      padding-left: 20px;
      margin-bottom: 0px;
      border-left: 4px solid var(--global-color-8);
    }

    h3.gb-headline-0aebb4ac {
      padding-bottom: 20px;
      padding-left: 20px;
      margin-bottom: 0px;
      border-left: 4px solid var(--global-color-8);
    }

    h3.gb-headline-bda96bb2 {
      padding-bottom: 20px;
      padding-left: 20px;
      margin-bottom: 0px;
      border-left: 4px solid var(--global-color-8);
    }

    h2.gb-headline-035d0566 {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      column-gap: 0.5em;
      text-align: center;
      padding-bottom: 40px;
      margin-bottom: 0px;
    }

    h2.gb-headline-035d0566 .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-top: 15px;
    }

    h2.gb-headline-035d0566 .gb-icon svg {
      width: 1em;
      height: 1em;
    }

    h2.gb-headline-035d0566 .gb-highlight {
      color: #f1d04e;
    }

    p.gb-headline-5b4545d4 {
      font-size: 23px;
      text-align: center;
      padding-bottom: 70px;
      margin-bottom: 0px;
    }

    h3.gb-headline-b8d93b26 {
      display: flex;
      flex-direction: column;
      align-items: center;
      column-gap: 0.5em;
      font-size: 22px;
      letter-spacing: 0.05em;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      padding-bottom: 20px;
      margin-bottom: 0px;
    }

    h3.gb-headline-b8d93b26 .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-bottom: 1em;
    }

    h3.gb-headline-b8d93b26 .gb-icon svg {
      width: 2em;
      height: 2em;
    }

    p.gb-headline-940b6b59 {
      text-align: center;
    }

    h3.gb-headline-bce23a6e {
      display: flex;
      flex-direction: column;
      align-items: center;
      column-gap: 0.5em;
      font-size: 22px;
      letter-spacing: 0.05em;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      padding-bottom: 20px;
      margin-bottom: 0px;
    }

    h3.gb-headline-bce23a6e .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-bottom: 1em;
    }

    h3.gb-headline-bce23a6e .gb-icon svg {
      width: 2em;
      height: 2em;
    }

    p.gb-headline-aae6e5f1 {
      text-align: center;
      padding-bottom: 20px;
      margin-bottom: 0px;
    }

    h3.gb-headline-3f40e469 {
      display: flex;
      flex-direction: column;
      align-items: center;
      column-gap: 0.5em;
      font-size: 22px;
      letter-spacing: 0.05em;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      padding-bottom: 20px;
      margin-bottom: 0px;
    }

    h3.gb-headline-3f40e469 .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-bottom: 1em;
    }

    h3.gb-headline-3f40e469 .gb-icon svg {
      width: 2em;
      height: 2em;
    }

    p.gb-headline-719920b5 {
      text-align: center;
    }

    h3.gb-headline-fb10956b {
      display: flex;
      flex-direction: column;
      align-items: center;
      column-gap: 0.5em;
      font-size: 22px;
      letter-spacing: 0.05em;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      padding-bottom: 20px;
      margin-bottom: 0px;
    }

    h3.gb-headline-fb10956b .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-bottom: 1em;
    }

    h3.gb-headline-fb10956b .gb-icon svg {
      width: 2em;
      height: 2em;
    }

    p.gb-headline-36f25d91 {
      text-align: center;
    }

    h3.gb-headline-97b0cf53 {
      display: flex;
      flex-direction: column;
      align-items: center;
      column-gap: 0.5em;
      font-size: 22px;
      letter-spacing: 0.05em;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      padding-bottom: 20px;
      margin-bottom: 0px;
    }

    h3.gb-headline-97b0cf53 .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-bottom: 1em;
    }

    h3.gb-headline-97b0cf53 .gb-icon svg {
      width: 2em;
      height: 2em;
    }

    p.gb-headline-a7d0f23c {
      text-align: center;
    }

    h3.gb-headline-3ea340fd {
      display: flex;
      flex-direction: column;
      font-size: 22px;
      letter-spacing: 0.05em;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      padding-bottom: 20px;
      margin-bottom: 0px;
    }

    h3.gb-headline-3ea340fd .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-bottom: 1em;
    }

    h3.gb-headline-3ea340fd .gb-icon svg {
      width: 2em;
      height: 2em;
    }

    p.gb-headline-8ea24562 {
      text-align: center;
    }

    h2.gb-headline-2fb111d2 {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      column-gap: 0.5em;
      text-align: center;
      padding-bottom: 40px;
      margin-bottom: 0px;
    }

    h2.gb-headline-2fb111d2 .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-top: 15px;
    }

    h2.gb-headline-2fb111d2 .gb-icon svg {
      width: 1em;
      height: 1em;
    }

    h2.gb-headline-2fb111d2 .gb-highlight {
      color: #f1d04e;
    }

    p.gb-headline-39b285c2 {
      font-size: 22px;
      text-align: center;
      padding-bottom: 70px;
      margin-bottom: 0px;
    }

    h3.gb-headline-0bf34a93 {
      padding-top: 20px;
      padding-bottom: 20px;
      margin-bottom: 0px;
    }

    h3.gb-headline-7115da06 {
      padding-top: 20px;
      padding-bottom: 20px;
      margin-bottom: 0px;
    }

    h3.gb-headline-d149001b {
      padding-top: 20px;
      padding-bottom: 20px;
      margin-bottom: 0px;
    }

    p.gb-headline-8f46017d {
      font-size: 25px;
      text-align: center;
    }

    p.gb-headline-0b0a053a {
      font-size: 22px;
      text-align: center;
    }

    h2.gb-headline-32ca3c2e {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      column-gap: 0.5em;
      text-align: center;
      padding-bottom: 40px;
      margin-bottom: 0px;
    }

    h2.gb-headline-32ca3c2e .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-top: 15px;
    }

    h2.gb-headline-32ca3c2e .gb-icon svg {
      width: 1em;
      height: 1em;
    }

    h2.gb-headline-32ca3c2e .gb-highlight {
      color: #f1d04e;
    }

    h2.gb-headline-962aacb3 {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      column-gap: 0.5em;
      text-align: center;
      padding-bottom: 40px;
      margin-bottom: 0px;
    }

    h2.gb-headline-962aacb3 .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-top: 15px;
    }

    h2.gb-headline-962aacb3 .gb-icon svg {
      width: 1em;
      height: 1em;
    }

    h2.gb-headline-962aacb3 .gb-highlight {
      color: #f1d04e;
    }

    h2.gb-headline-dbf8fe4a {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      column-gap: 0.5em;
      text-align: center;
      padding-bottom: 40px;
      margin-bottom: 0px;
    }

    h2.gb-headline-dbf8fe4a .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-top: 15px;
    }

    h2.gb-headline-dbf8fe4a .gb-icon svg {
      width: 1em;
      height: 1em;
    }

    h2.gb-headline-dbf8fe4a .gb-highlight {
      color: #f1d04e;
    }

    p.gb-headline-792e6727 {
      font-size: 35px;
      margin-bottom: 10px;
    }

    p.gb-headline-792e6727 .gb-highlight {
      color: var(--787d46);
    }

    p.gb-headline-74963644 {
      font-size: 22px;
      margin-bottom: 0px;
    }

    h2.gb-headline-d556dbe2 {
      display: flex;
      flex-direction: column-reverse;
      align-items: center;
      column-gap: 0.5em;
      font-family: Georgia;
      text-align: center;
      padding-bottom: 40px;
      margin-bottom: 0px;
      color: var(--787d46);
    }

    h2.gb-headline-d556dbe2 .gb-icon {
      line-height: 0;
      color: var(--global-color-8);
      padding-top: 15px;
    }

    h2.gb-headline-d556dbe2 .gb-icon svg {
      width: 1em;
      height: 1em;
    }

    p.gb-headline-c2f6ee8a {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 0.5em;
      letter-spacing: 0em;
      font-weight: 600;
      padding-bottom: 20px;
      margin-bottom: 0px;
      color: var(--global-color-10);
    }

    p.gb-headline-397d19c6 {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 0.5em;
      letter-spacing: 0em;
      font-weight: 600;
      padding-bottom: 20px;
      margin-bottom: 0px;
      color: var(--global-color-10);
    }

    p.gb-headline-8a3c6427 {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 0.5em;
      letter-spacing: 0em;
      font-weight: 600;
      padding-bottom: 20px;
      margin-bottom: 0px;
      color: var(--global-color-10);
    }

    p.gb-headline-b4b012fd {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 0.5em;
      letter-spacing: 0em;
      font-weight: 600;
      padding-bottom: 20px;
      margin-bottom: 0px;
      color: var(--global-color-10);
    }

    p.gb-headline-3e32650b {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 0.5em;
      letter-spacing: 0em;
      font-weight: 600;
      padding-bottom: 20px;
      margin-bottom: 0px;
      color: var(--global-color-10);
    }

    p.gb-headline-41308ce5 {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 0.5em;
      letter-spacing: 0em;
      font-weight: 600;
      padding-bottom: 20px;
      margin-bottom: 0px;
      color: var(--global-color-10);
    }

    h4.gb-headline-1533007e {
      color: var(--global-color-10);
    }

    p.gb-headline-bcf3cab6 {
      font-weight: normal;
    }

    p.gb-headline-1a839a13 {
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: normal;
      margin-bottom: 20px;
    }

    p.gb-headline-1a839a13 a {
      color: #a3888c;
    }

    p.gb-headline-1a839a13 a:hover {
      color: #b39294;
    }

    p.gb-headline-1a839a13 .gb-icon {
      line-height: 0;
      color: var(--global-color-10);
      padding-right: 1em;
    }

    p.gb-headline-1a839a13 .gb-icon svg {
      width: 1em;
      height: 1em;
    }

    p.gb-headline-39dc993d {
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 0.5em;
      font-weight: normal;
      margin-bottom: 40px;
    }

    p.gb-headline-39dc993d a {
      color: #a3888c;
    }

    p.gb-headline-39dc993d a:hover {
      color: #b39294;
    }

    p.gb-headline-39dc993d .gb-icon {
      line-height: 0;
      color: var(--global-color-10);
      padding-right: 1em;
    }

    p.gb-headline-39dc993d .gb-icon svg {
      width: 1em;
      height: 1em;
    }

    p.gb-headline-1dabe619 {
      font-size: 20px;
      color: var(--global-color-10);
    }

    .gb-button {
      text-decoration: none;
    }

    .gb-icon svg {
      fill: currentColor;
    }

    .gb-accordion__item:not(.gb-accordion__item-open) > .gb-button .gb-accordion__icon-open {
      display: none;
    }

    .gb-accordion__item.gb-accordion__item-open > .gb-button .gb-accordion__icon {
      display: none;
    }

    a.gb-button-b96ad6b7 {
      display: inline-flex;
      font-size: 20px;
      padding: 15px 20px;
      border-radius: 30px;
      background-color: #f1d04e;
      color: var(--global-color-10);
    }

    a.gb-button-b96ad6b7:hover,
    a.gb-button-b96ad6b7:active,
    a.gb-button-b96ad6b7:focus {
      background-color: var(--global-color-10);
      color: var(--global-color-8);
    }

    a.gb-button-317e838d {
      display: inline-flex;
      justify-content: center;
      width: 50%;
      font-size: 20px;
      text-align: center;
      padding: 15px 20px;
      border-radius: 30px;
      background-color: #f1d04e;
      color: var(--global-color-10);
    }

    a.gb-button-317e838d:hover,
    a.gb-button-317e838d:active,
    a.gb-button-317e838d:focus {
      background-color: var(--global-color-10);
      color: var(--global-color-8);
    }

    a.gb-button-334126eb {
      display: inline-flex;
      justify-content: center;
      width: 50%;
      font-size: 20px;
      padding: 15px 20px;
      border-radius: 30px;
      background-color: #f1d04e;
      color: var(--global-color-10);
    }

    a.gb-button-334126eb:hover,
    a.gb-button-334126eb:active,
    a.gb-button-334126eb:focus {
      background-color: var(--global-color-10);
      color: var(--global-color-8);
    }

    a.gb-button-6aa95589 {
      display: inline-flex;
      justify-content: center;
      font-size: 20px;
      padding: 15px 20px;
      margin-top: 40px;
      border-radius: 30px;
      background-color: #f1d04e;
      color: var(--global-color-10);
    }

    a.gb-button-6aa95589:hover,
    a.gb-button-6aa95589:active,
    a.gb-button-6aa95589:focus {
      background-color: var(--global-color-10);
      color: var(--global-color-8);
    }

    .gb-button-4ad1b366 {
      display: inline-flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      column-gap: 0.5em;
      color: var(--global-color-9);
      opacity: 0.5;
    }

    .gb-button-4ad1b366:hover,
    .gb-button-4ad1b366:active,
    .gb-button-4ad1b366:focus {
      color: var(--global-color-9);
    }

    .gb-button-4ad1b366 .gb-icon {
      line-height: 0;
      opacity: 0.6;
    }

    .gb-button-4ad1b366 .gb-icon svg {
      width: 5em;
      height: 5em;
    }

    .gb-button-af1aa1b5 {
      display: inline-flex;
      align-items: center;
      column-gap: 0.5em;
      color: var(--global-color-9);
      opacity: 0.5;
    }

    .gb-button-af1aa1b5:hover,
    .gb-button-af1aa1b5:active,
    .gb-button-af1aa1b5:focus {
      color: var(--global-color-9);
    }

    .gb-button-af1aa1b5 .gb-icon {
      line-height: 0;
      opacity: 0.6;
    }

    .gb-button-af1aa1b5 .gb-icon svg {
      width: 5em;
      height: 5em;
    }

    .gb-button-5adab993 {
      display: inline-flex;
      align-items: center;
      column-gap: 0.5em;
      color: var(--global-color-9);
      opacity: 0.5;
    }

    .gb-button-5adab993:hover,
    .gb-button-5adab993:active,
    .gb-button-5adab993:focus {
      color: var(--global-color-9);
    }

    .gb-button-5adab993 .gb-icon {
      line-height: 0;
      opacity: 0.6;
    }

    .gb-button-5adab993 .gb-icon svg {
      width: 5em;
      height: 5em;
    }

    a.gb-button-5ae6f292 {
      display: inline-flex;
      justify-content: center;
      font-size: 20px;
      text-align: left;
      padding: 15px 20px;
      border-radius: 30px;
      background-color: #f1d04e;
      color: var(--global-color-10);
    }

    a.gb-button-5ae6f292:hover,
    a.gb-button-5ae6f292:active,
    a.gb-button-5ae6f292:focus {
      background-color: var(--global-color-10);
      color: var(--global-color-8);
    }

    a.gb-button-704ed3c5 {
      display: inline-flex;
      flex-direction: column;
      font-size: 20px;
      padding: 15px 20px;
      margin-top: 40px;
      border-radius: 30px;
      background-color: #f1d04e;
      color: var(--global-color-10);
    }

    a.gb-button-704ed3c5:hover,
    a.gb-button-704ed3c5:active,
    a.gb-button-704ed3c5:focus {
      background-color: var(--global-color-10);
      color: var(--global-color-8);
    }

    a.gb-button-4ac3d561 {
      display: inline-flex;
      align-items: center;
      column-gap: 0.5em;
      font-size: 28px;
      text-align: right;
      padding: 15px 50px;
      border-radius: 50px;
      background-color: #f1d04e;
      color: var(--global-color-10);
    }

    a.gb-button-4ac3d561:hover,
    a.gb-button-4ac3d561:active,
    a.gb-button-4ac3d561:focus {
      background-color: var(--global-color-10);
      color: var(--global-color-8);
    }

    a.gb-button-4ac3d561 .gb-icon {
      line-height: 0;
    }

    a.gb-button-4ac3d561 .gb-icon svg {
      width: 1em;
      height: 1em;
    }

    .gb-block-image img {
      vertical-align: middle;
    }

    .gb-block-image-fcbf2eb2 {
      text-align: center;
    }

    .gb-block-image-6fd225ea {
      text-align: center;
    }

    .gb-block-image-02e24a9c {
      text-align: center;
    }

    .gb-block-image-7be1f9a1 {
      margin-bottom: 10px;
    }

    @media (min-width: 1025px) {
      .gb-grid-wrapper > div.gb-grid-column-bdcff916 {
        padding-bottom: 0;
      }

      .gb-grid-wrapper > div.gb-grid-column-c1eb9b84 {
        padding-bottom: 0;
      }

      .gb-container-4e832f5d {
      }
    }

    @media (max-width: 1024px) {
      .gb-container-e922449b {
        padding-top: 80px;
        padding-bottom: 80px;
      }

      .gb-grid-wrapper > .gb-grid-column-7cd73e8c {
        width: 50%;
      }

      .gb-grid-wrapper > .gb-grid-column-9c98a0d1 {
        width: 50%;
      }

      .gb-grid-wrapper > .gb-grid-column-bdcff916 {
        width: 50%;
      }

      .gb-grid-wrapper > .gb-grid-column-c1eb9b84 {
        width: 50%;
      }

      .gb-grid-wrapper > .gb-grid-column-9dca584a {
        width: 50%;
      }

      .gb-grid-wrapper > .gb-grid-column-cd92e6a7 {
        width: 50%;
      }

      .gb-grid-wrapper > .gb-grid-column-31f7045c {
        width: 50%;
      }

      .gb-grid-wrapper > .gb-grid-column-a39ec1b5 {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-d049a833 {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-46a9a45b {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-87ba6465 {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-a4b5cd2e {
        width: 50%;
      }

      .gb-container-2189687a {
        border-top: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
      }

      .gb-grid-wrapper > .gb-grid-column-2189687a {
        width: 50%;
      }

      .gb-container-6a373d73 {
        border-top: 0px solid #e6e6e6;
        border-right: 0px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
      }

      .gb-grid-wrapper > .gb-grid-column-6a373d73 {
        width: 50%;
      }

      .gb-container-da1e1a18 {
        border-top: 0px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
      }

      .gb-grid-wrapper > .gb-grid-column-da1e1a18 {
        width: 50%;
      }

      .gb-container-71b0d441 {
        border-top: 0px solid #e6e6e6;
        border-right: 0px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
      }

      .gb-grid-wrapper > .gb-grid-column-71b0d441 {
        width: 50%;
      }

      .gb-grid-wrapper > .gb-grid-column-51bbd91d {
        width: 50%;
      }

      .gb-container-6ac6a19b > .gb-shapes .gb-shape-1 svg {
        height: 70px;
      }

      .gb-container-1e869e3a {
        padding-top: 100px;
        padding-bottom: 90px;
      }

      .gb-grid-wrapper-1ace9949 {
        justify-content: center;
        margin-left: -40px;
      }

      .gb-grid-wrapper-1ace9949 > .gb-grid-column {
        padding-left: 40px;
      }

      .gb-grid-wrapper-27c08903 {
        row-gap: 40px;
        justify-content: center;
      }

      h2.gb-headline-289e8798 {
        font-size: 32px;
      }
    }

    @media (max-width: 1024px) and (min-width: 768px) {
      .gb-grid-wrapper > div.gb-grid-column-bdcff916 {
        padding-bottom: 0;
      }

      .gb-grid-wrapper > div.gb-grid-column-c1eb9b84 {
        padding-bottom: 0;
      }

      .gb-container-4e832f5d {
      }
    }

    @media (max-width: 767px) {
      .gb-grid-wrapper > .gb-grid-column-18592bed {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-714c9da0 {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-4b79e9ad {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-1a52ee01 {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-5ed7f9c7 {
        width: 100%;
      }

      .gb-container-e922449b {
        padding: 60px 30px;
      }

      .gb-container-7cd73e8c {
        padding-bottom: 20px;
      }

      .gb-grid-wrapper > .gb-grid-column-7cd73e8c {
        width: 100%;
        order: 2;
      }

      .gb-grid-wrapper > div.gb-grid-column-7cd73e8c {
        padding-bottom: 0;
      }

      .gb-container-9c98a0d1 {
        min-height: 200px;
      }

      .gb-grid-wrapper > .gb-grid-column-9c98a0d1 {
        width: 100%;
        order: 1;
      }

      .gb-container-bdcff916 {
        min-height: 200px;
      }

      .gb-grid-wrapper > .gb-grid-column-bdcff916 {
        width: 100%;
        order: 3;
      }

      .gb-grid-wrapper > div.gb-grid-column-bdcff916 {
        padding-bottom: 0;
      }

      .gb-container-c1eb9b84 {
        padding-top: 20px;
      }

      .gb-grid-wrapper > .gb-grid-column-c1eb9b84 {
        width: 100%;
        order: 4;
      }

      .gb-grid-wrapper > div.gb-grid-column-c1eb9b84 {
        padding-bottom: 0;
      }

      .gb-grid-wrapper > .gb-grid-column-9dca584a {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-cd92e6a7 {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-31f7045c {
        width: 100%;
      }

      .gb-grid-wrapper > div.gb-grid-column-31f7045c {
        padding-bottom: 0;
      }

      .gb-grid-wrapper > .gb-grid-column-a39ec1b5 {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-d049a833 {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-46a9a45b {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-87ba6465 {
        width: 100%;
      }

      .gb-container-a4b5cd2e {
        border: 1px solid #e6e6e6;
      }

      .gb-grid-wrapper > .gb-grid-column-a4b5cd2e {
        width: 100%;
      }

      .gb-container-2189687a {
        border-top: 0px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
      }

      .gb-grid-wrapper > .gb-grid-column-2189687a {
        width: 100%;
      }

      .gb-container-6a373d73 {
        border-top: 0px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
      }

      .gb-grid-wrapper > .gb-grid-column-6a373d73 {
        width: 100%;
      }

      .gb-container-da1e1a18 {
        border-top: 0px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
      }

      .gb-grid-wrapper > .gb-grid-column-da1e1a18 {
        width: 100%;
      }

      .gb-container-71b0d441 {
        border-top: 0px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
      }

      .gb-grid-wrapper > .gb-grid-column-71b0d441 {
        width: 100%;
      }

      .gb-container-51bbd91d {
        border-top: 0px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;
      }

      .gb-grid-wrapper > .gb-grid-column-51bbd91d {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-6525ada8 {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-6b595e82 {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-37f16547 {
        width: 100%;
      }

      .gb-container-384e17dc {
        text-align: center;
      }

      .gb-container-4e832f5d {
      }

      .gb-grid-wrapper > .gb-grid-column-9d0119aa {
        width: 100%;
      }

      .gb-container-6a5c506c {
        text-align: left;
      }

      .gb-grid-wrapper > .gb-grid-column-6a5c506c {
        width: 100%;
      }

      .gb-container-6ac6a19b {
        text-align: left;
      }

      .gb-container-6ac6a19b > .gb-shapes .gb-shape-1 svg {
        height: 50px;
      }

      .gb-container-1e869e3a {
        text-align: left;
        padding: 80px 30px;
      }

      .gb-grid-wrapper > .gb-grid-column-efc18d78 {
        width: 100%;
      }

      .gb-grid-wrapper > .gb-grid-column-bfa65a5f {
        width: 100%;
      }

      .gb-container-7e13b6b2 {
        text-align: center;
      }

      .gb-grid-wrapper-030d5041 {
        row-gap: 80px;
        align-items: center;
        justify-content: center;
      }

      p.gb-headline-c2601370 {
        display: none !important;
      }

      h2.gb-headline-289e8798 {
        font-size: 30px;
      }

      p.gb-headline-c2f6ee8a {
        padding-bottom: 15px;
        margin-bottom: 0px;
      }

      p.gb-headline-397d19c6 {
        padding-bottom: 15px;
        margin-bottom: 0px;
      }

      p.gb-headline-8a3c6427 {
        padding-bottom: 15px;
        margin-bottom: 0px;
      }

      p.gb-headline-b4b012fd {
        padding-bottom: 15px;
        margin-bottom: 0px;
      }

      p.gb-headline-3e32650b {
        padding-bottom: 15px;
        margin-bottom: 0px;
      }

      p.gb-headline-41308ce5 {
        margin-bottom: 0px;
      }

      h4.gb-headline-1533007e {
        padding-bottom: 20px;
        margin-bottom: 0px;
      }

      p.gb-headline-bcf3cab6 {
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 0px;
      }

      p.gb-headline-1a839a13 {
        padding-bottom: 20px;
        margin-bottom: 0px;
      }

      p.gb-headline-39dc993d {
        padding-bottom: 20px;
        margin-bottom: 0px;
      }

      a.gb-button-317e838d {
        width: 100%;
      }

      a.gb-button-334126eb {
        width: 100%;
      }
    }

    .gb-container-link {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 99;
    }

:root {
      --gp-slideout-width: 265px;
    }

    .slideout-navigation.main-navigation {
      background-color: var(--global-color-8);
    }

    .slideout-navigation,
    .slideout-navigation a {
      color: var(--global-color-10);
    }

    .slideout-navigation button.slideout-exit {
      color: var(--global-color-10);
      padding-left: 20px;
      padding-right: 20px;
    }

    .slide-opened nav.toggled .menu-toggle:before {
      display: none;
    }

    @media (max-width: 768px) {
      .menu-bar-item.slideout-toggle {
        display: none;
      }
    }

.main-title,
    .site-logo,
    .filtercolor {
      filter: hue-rotate(73deg);
    }

    .wpml-ls-item {
      filter: hue-rotate(0deg);
    }

    ul ul.sub-menu {
      max-height: 350px !important;
      overflow-y: scroll !important;
    }

    .rank-math-block {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding: 20px 20px 80px;
    }

    .form-widget form button {
      background-color: #049CB3;
      color: #ffffff;
    }

    .form-widget form button:hover,
    .form-widget form button:focus {
      background-color: #f1d04e;
      color: #000000;
      border: #F4E4C1;
      cursor: pointer;
    }

.reCAPTCHAContent {
                              display: none;
                              visibility: hidden;
                            }

/* === Moved from inline style attributes === */

/* ========== Header layout ========== */

.inside-header {
  background-color: #9d9d9d5b;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
}

.inside-header .site-branding-container {
  flex: 0 0 auto;
}

/* Desktop nav: takes remaining space, flex row */
#site-navigation {
  flex: 1 1 auto;
}

#site-navigation .inside-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 0;
}

#site-navigation .main-nav {
  display: flex;
}

#site-navigation .main-nav ul {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Language selector inside desktop nav */
#site-navigation .language-selector {
  flex: 0 0 auto;
  position: relative;
  z-index: 1000;
}

/* Hide burger on desktop */
.mob-burger-btn {
  display: none;
}

/* ========== Mobile menu ========== */

@media (max-width: 768px) {
  /* Show burger, hide desktop nav */
  .mob-burger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
    line-height: 1;
  }

  #site-navigation {
    display: none;
  }
}

/* Overlay */
.mob-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9998;
}

.mob-menu-overlay.mob-menu-open {
  display: block;
}

/* Slide panel */
.mob-menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  background: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}

.mob-menu-panel.mob-menu-open {
  transform: translateX(0);
}

/* Close button */
.mob-menu-close {
  display: flex;
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 22px;
  color: #333;
  cursor: pointer;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1;
}

.mob-menu-close:hover {
  color: #049cb3;
}

/* Nav links */
.mob-menu-nav ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.mob-menu-nav ul li {
  border-bottom: 1px solid #f0f0f0;
}

.mob-menu-nav ul li:first-child {
  border-top: 1px solid #f0f0f0;
}

.mob-menu-link {
  display: block;
  padding: 14px 4px;
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 16px;
  color: #222;
  text-decoration: none;
}

.mob-menu-link:hover {
  color: #049cb3;
}

/* Lang selector in mobile panel */
.mob-menu-lang {
  margin-top: auto;
  padding-top: 20px;
}

.mob-menu-lang .language-selector {
  position: relative;
}

.mob-menu-lang .language-dropdown {
  position: absolute;
  bottom: 100%;
  top: auto;
  margin-bottom: 4px;
}

/* Prevent body scroll when menu open */
body.mob-menu-active {
  overflow: hidden;
}

.inside-header .main-title a,
.inside-header .main-title a:hover {
  color: #fff;
}

p.gb-headline-c2601370 {
  background-color: #9d9d9d5b;
  border-radius: 25px;
  padding: 10px;
  color: #000000;
}

.gb-container-714c9da0 {
  opacity: .9;
}

.phonelist {
  padding-left: 66px;
}

.rank-math-review-result {
  width: 100%;
}

/* === Responsive fix: hero section padding on mobile === */

@media (max-width: 767px) {
  .gb-container-b6d45558 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  a.gb-button-4ac3d561 {
    font-size: 22px;
    padding: 12px 30px;
  }
}

/* === Modal isolation: prevent landing styles from overriding modal === */
[role="dialog"] h2 {
  font-size: 1.125rem;
  line-height: calc(1.75 / 1.125);
  font-weight: 600;
  margin-bottom: 0;
  text-transform: none;
}

[role="dialog"] button {
  background: transparent;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

[role="dialog"] p {
  margin-bottom: 0;
}

[role="dialog"] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

[role="dialog"] ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

[role="dialog"] [class*="list-disc"] {
  list-style: disc;
  list-style-position: inside;
}

[role="dialog"] [class*="list-decimal"] {
  list-style: decimal;
  list-style-position: inside;
}

[role="dialog"] :where(.space-y-1 > :not(:last-child)) {
  margin-block-start: 0;
  margin-block-end: 0.25rem;
}

[role="dialog"] a {
  color: inherit;
  text-decoration: inherit;
}

[role="dialog"] img {
  display: block;
  max-width: 100%;
  height: auto;
}
