/*
  Theme Name: FASB
  Author: Egloo
  Author URI: https://egloo.it
  Version: 1.5.5
*/

@import "https://use.typekit.net/lre2rpz.css";

:root {
    --ff-primary: "aktiv-grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    --ff-primary-extended: "aktiv-grotesk-extended", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;

    --c-warning: #ee7c1c;
    --c-error: #e30000;

    --c-black-raw: 52 52 52;
    --c-black: rgba(var(--c-black-raw) / 1);

    --c-white-raw: 255 255 255;
    --c-white: rgba(var(--c-white-raw) / 1);

    --c-blue-raw: 41 76 188;
    --c-blue: rgba(var(--c-blue-raw) / 1);

    --c-accent-raw: var(--c-blue-raw);
    --c-accent: rgba(var(--c-accent-raw) / 1);

    --c-light-gray-raw: 247 247 247;
    --c-light-gray: rgba(var(--c-light-gray-raw) / 1);
    --c-gray-raw: 136 136 136;
    --c-gray: rgba(var(--c-gray-raw) / 1);
    --c-white-raw: 255 255 255;
    --c-white: rgba(var(--c-white-raw) / 1);

    --container-columns: 12;
    --container-gap: 2rem;
    --container-column-width: 5.3125rem;
    --container-x-padding: 1.25rem;

    --z-header-menu-mobile-elements: 1003;
    --z-header-menu-mobile: 1002;
    --z-header: 1001;
    --z-header-hider: 1000;
    --z-header-floating: 999;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}

body,
html {
    font-family: var(--ff-primary);
    color: var(--c-black);
}

body {
    overflow-x: hidden;
}

label {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-type: none;
}

strong {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

video,
img {
    height: auto;
    display: block;
    max-width: 100%;
}

input,
select,
textarea {
    font-family: inherit;
}

::selection {
    background-color: var(--c-accent);
    color: var(--c-white);
}

@media only screen and (max-width: 768px) {
    .only-desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) {
    .only-mobile {
        display: none !important;
    }
}

#breadcrumbs {
    --items-gap: 0.875rem;
    display: flex;
    gap: var(--items-gap);
    font-size: 0.9375rem;
    line-height: 1;
    font-weight: 500;
}

#breadcrumbs li {
    position: relative;
    color: #f5f5f580;
    transition: color 0.3s ease;
}

section.hero.divisions-hero #breadcrumbs li {
    color: var(--c-gray);
}

section.hero.divisions-hero #breadcrumbs li:hover,
section.hero.divisions-hero #breadcrumbs li.active,
#breadcrumbs li:hover,
#breadcrumbs li.active {
    color: var(--c-black);
}

section.hero-image #breadcrumbs li:hover,
section.hero-image #breadcrumbs li.img,
section.hero-image #breadcrumbs li.active {
    color: var(--c-white);
}

section.hero.divisions-hero #breadcrumbs li.img,
#breadcrumbs li.img {
    color: var(--c-accent);
    display: block;
    margin-right: calc(var(--items-gap) / -2);
}

#breadcrumbs li:last-child::after,
#breadcrumbs li.img::after {
    content: initial;
}

#breadcrumbs li::after {
    content: "›";
    position: absolute;
    right: calc(var(--items-gap) / -2);
    transform: translateX(50%) translateY(-5%);
}

.img-wrapper-basic {
    position: relative;
}

.img-wrapper-basic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.noscroll {
    overflow: hidden;
    touch-action: none;
}

.invisible {
    position: fixed;
    transform: scale(0);
    opacity: 0;
    bottom: 0;
    right: 0;
}

.gsap-fader-self,
.gsap-fader .gsap-fader-children > *,
.gsap-fader .gsap-fader-child {
    opacity: 0;
}

.gsap-scaler .gsap-scaler-child,
.gsap-scaler img {
    scale: 1.2;
}

.blockquote-like {
    padding-left: 1.875rem;
    border-left: 1px solid var(--c-accent);
}

.description p:not(:last-child) {
    margin-bottom: 1em;
    margin-bottom: 1lh;
}

.container {
    max-width: var(--container-total-size);
    padding: 0 var(--container-x-padding);
    margin: 0 auto;
    width: 100%;
    --container-inner-size: calc((var(--container-columns) * var(--container-column-width)) + ((var(--container-columns) - 1) * var(--container-gap)));
    --container-total-size: calc(var(--container-inner-size) + (var(--container-x-padding) * 2));
}

.container .container {
    --container-x-padding: 0rem;
}

.container.container-10 {
    --container-columns: 10;
}

.container.container-8 {
    --container-columns: 8;
}

.container.container-6 {
    --container-columns: 6;
}

.columns.columns-3-7 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: var(--container-gap);
}

.columns.columns-3-7 > .column.left {
    grid-column: 1/4;
}

.columns.columns-3-7 > .column.right {
    grid-column: 4/11;
}

.quote-border-left {
    padding-left: 1.8125rem;
    border-left: 1px solid var(--c-accent);
}

.btn {
    display: inline-block;
    text-decoration: none;
    border: none;
    border-radius: 0.25rem;
    padding: 0.4375rem;
    font-size: 0.875rem;
    line-height: 1;
    background-color: var(--c-accent);
    color: var(--c-white);
    padding-left: 0;
}

.btn.arrow-link-component {
    transition: box-shadow 0.3s cubic-bezier(0, 1.49, 1, 1);
}

.btn.arrow-link-component:focus-visible {
    outline: none;
    border: none;
    box-shadow: 0 0 0 0.4rem #65cd67;
}

.btn .arrow-link-text-wrapper {
    --arrow-link-text-padding: 1.5rem;
    --arrow-link-initial-width: 1.5rem;
    --arrow-link-width-hover: 2.5rem;
    --arrow-link-incremental-width: calc(var(--arrow-link-width-hover) - var(--arrow-link-initial-width));
    --arrow-link-text-padding-hover: calc(var(--arrow-link-text-padding) - (var(--arrow-link-incremental-width) / 2));
    display: grid;
    grid-template-columns: 1fr auto;
}

.btn .arrow-link-text-wrapper .arrow-text {
    align-self: center;
    padding-left: var(--arrow-link-text-padding);
    padding-right: var(--arrow-link-text-padding);
    transition: padding 0.3s ease;
}

.btn:hover .arrow-link-text-wrapper .arrow-text {
    padding-left: var(--arrow-link-text-padding-hover);
    padding-right: var(--arrow-link-text-padding-hover);
}

.btn .arrow-link-text-wrapper .arrow-icon {
    min-width: var(--arrow-link-initial-width);
    height: 1.5rem;
    border-radius: 0.25rem;
    background: #6a8cfb;
    display: grid;
    place-items: center;
    transition: min-width 0.3s ease;
}

.btn:hover .arrow-link-text-wrapper .arrow-icon {
    min-width: var(--arrow-link-width-hover);
}

.btn[href$=".pdf"] .arrow-link-text-wrapper .arrow-icon svg {
    transform: rotate(90deg);
}

.bg-light-gray {
    background-color: var(--c-light-gray);
}

.bg-black {
    background: #141414;
    color: var(--c-white);
}

.bg-charcoal {
    background: #343434;
    color: var(--c-white);
}

.bg-accent {
    background-color: var(--c-accent);
    color: var(--c-white);
}

.bg-accent ::selection {
    background-color: var(--c-white);
    color: var(--c-black);
}

.bg-accent .logo-text .logo-text-text {
    color: var(--c-white);
}

.bg-accent .btn {
    background-color: var(--c-white);
    color: var(--c-accent);
}

.bg-accent .arrow-link-component .arrow-link-text-wrapper .arrow-icon {
    background-color: var(--c-accent);
    color: var(--c-white);
}

@media only screen and (max-width: 768px) {
    .sm\:bg-white {
        background-color: var(--c-white);
    }

    .sm\:bg-transparent {
        background-color: transparent;
    }
}

.color-accent {
    color: var(--c-accent);
}

.color-gray {
    color: var(--c-gray);
}

.ff-primary {
    font-family: var(--ff-primary);
}

.ff-primary-extended {
    font-family: var(--ff-primary-extended);
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    .sm\:fw-600 {
        font-weight: 600;
    }

    /*.noscroll {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }*/
}

.fs-60 {
    /* 60 50 */
    font-size: 3.75rem;
    line-height: 1.2;
    letter-spacing: -1.2px;
}

.fs-50 {
    /* 50 60 */
    font-size: 3.125rem;
    line-height: 1.2;
    letter-spacing: -1px;
}

.fs-50-50 {
    /* 50 50 */
    font-size: 3.125rem;
    line-height: 1;
    letter-spacing: -1px;
}

.fs-40 {
    /* 40 50 */
    font-size: 2.5rem;
    line-height: 1.25;
    letter-spacing: -0.8px;
}

.fs-35 {
    /* 35 45 */
    font-size: 2.1875rem;
    line-height: 1.285714;
    letter-spacing: -0.7px;
}

.fs-30 {
    /* 30 40 */
    font-size: 1.875rem;
    line-height: 1.333333;
    letter-spacing: -0.6px;
}

.fs-25 {
    /* 25 32 */
    font-size: 1.5625rem;
    line-height: 1.28;
    letter-spacing: -0.5px;
}

.fs-22 {
    /* 22 32 */
    font-size: 1.375rem;
    line-height: 1.454545;
    letter-spacing: -0.22px;
}

.fs-19 {
    /* 19 26 */
    font-size: 1.1875rem;
    line-height: 1.368421;
}

.fs-18 {
    /* 18 26 */
    font-size: 1.125rem;
    line-height: 1.444444;
}

.fs-16-26 {
    /* 16 26 */
    font-size: 1rem;
    line-height: 1.625;
}

.fs-16-24 {
    /* 16 24 */
    font-size: 1rem;
    line-height: 1.5;
}

.fs-15 {
    /* 15 24 */
    font-size: 0.9375rem;
    line-height: 1.6;
}

.fs-15-22 {
    /* 15 22 */
    font-size: 0.9375rem;
    line-height: 1.466667;
}

.fs-14 {
    /* 14 14 */
    font-size: 0.875rem;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    .sm\:fs-20 {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: -0.2px;
    }

    .sm\:fs-16 {
        font-size: 1rem;
        line-height: 1.5;
    }

    .fs-35 {
        font-size: 1.8rem;
    }

    .sm\:fs-30 {
        font-size: 1.5rem;
        line-height: 1.266667;
        letter-spacing: -0.6px;
    }

    .fs-60 {
        font-size: 3rem;
    }
}

.pagination-list ul {
    color: #707070;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    padding-top: 6.25rem;
    vertical-align: middle;
    display: grid;
    grid-template-columns: [prev-start] 0.9375rem [prev-end] 0fr [prev-num-start] minmax(2.5rem, 1fr) [prev-num-end] 0fr [current-start] minmax(2.5rem, 1fr) [current-end] 0fr [next-num-start] minmax(2.5rem, 1fr) [next-num-end] 0fr [next-start] 0.9375rem [next-end];
}

@media only screen and (max-width: 768px) {
    .pagination-list ul {
        padding-top: 5.625rem;
    }

    .fs-40 {
        font-size: 1.9rem;
    }

    .fs-30 {
        font-size: 1.7rem;
    }
}

.pagination-list ul > * {
    grid-row: 1;
}

.pagination-list ul li.prev {
    grid-column: prev;
    justify-self: start;
    transform: translateY(1px);
}

.pagination-list ul li.prev + .page-numbers:not(.current) {
    grid-column: prev-num;
    justify-self: center;
}

.pagination-list ul li.current {
    grid-column: current;
    background-color: var(--c-accent);
    color: var(--c-white);
    border-radius: 0.25rem;
    height: 2.5rem;
    width: 2.5rem;
    display: grid;
    place-items: center;
    justify-self: center;
}

.pagination-list ul li.current + .page-numbers {
    grid-column: next-num;
    justify-self: center;
}

.pagination-list ul li.next {
    grid-column: next;
    justify-self: end;
    transform: translateY(1px);
}

header.egloo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: var(--z-header);
    transition: transform 0.3s ease, z-index 0ms ease, color 0.3s ease;
}

header.egloo.menu-open,
header.egloo.active {
    z-index: var(--z-header-menu-mobile-elements) !important;
    transition: transform 0.3s ease, z-index 1ms ease, color 0.3s ease;
}

@media only screen and (min-width: 768px) {
    header.egloo {
        transform: translateY(0%);
    }
}

header.egloo.active.floating,
header.egloo {
    color: var(--c-white);
}

header.egloo.floating {
    position: fixed;
    transform: translateY(-100%);
    opacity: 0;
    animation: appear 0s forwards 0.3s;
    background-color: var(--c-white);
    color: inherit;
    border-bottom: 1px solid #dddddd;
    z-index: var(--z-header-floating);
    transition: transform 0.3s ease, z-index 1ms ease 0.3s, color 0.3s ease;
}

header.egloo.floating.active {
    border-bottom: 0px solid #dddddd;
}

@keyframes appear {
    100% {
        opacity: 1;
    }
}

header.egloo.floating.floating-active {
    transform: translateY(0%);
}

header.egloo .main-header {
    position: relative;
    font-size: 0.875rem;
    font-family: var(--ff-primary-extended);
    font-weight: 500;
    /*transition: background-color 0.2s ease;*/
}

header.egloo .main-header::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

body.home header.egloo .main-header::after {
    background: linear-gradient(to bottom, black, transparent);
}

body.home header.egloo.floating .main-header::after {
    background: transparent;
}

header.egloo.active .main-header {
    background-color: var(--c-accent);
}

header.egloo .main-header .site-logo {
    color: white;
    transition: color 0.3s ease;
    position: relative;
    z-index: var(--z-header-menu-mobile-elements);
}

header.egloo.menu-open .main-header .site-logo::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 5.9375rem;
    background: var(--c-accent);
    top: 0;
    left: 0;
    z-index: -1;
}

body.error404 header.egloo,
body.page-template-contact header.egloo,
body.page-template-divisions header.egloo,
body.single-news header.egloo {
    color: var(--c-black);
}

body header.egloo.floating .main-header .site-logo,
body.error404 header.egloo .main-header .site-logo,
body.page-template-contact header.egloo .main-header .site-logo,
body.page-template-divisions header.egloo .main-header .site-logo,
body.single-news header.egloo .main-header .site-logo {
    color: var(--c-accent);
}

body header.egloo.floating.active .main-header .site-logo,
body.error404 header.egloo.active,
body.error404 header.egloo.active .main-header .site-logo,
body.page-template-contact header.egloo.active,
body.page-template-contact header.egloo.active .main-header .site-logo,
body.page-template-divisions header.egloo.active,
body.page-template-divisions header.egloo.active .main-header .site-logo,
body.single-news header.egloo.active,
body.single-news header.egloo.active .main-header .site-logo {
    color: white;
}

body header.egloo.floating.menu-open .main-header .site-logo,
body header.egloo.menu-open {
    color: white !important;
}

header.egloo .main-header .container {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
}

header.egloo .main-header ul.primary-menu {
    --voices-gap: 2rem;
    display: flex;
}

header.egloo .main-header ul.primary-menu .sub-menu-wrapper {
    display: none;
}

header.egloo .main-header ul.primary-menu > li > label > a,
header.egloo .main-header ul.primary-menu > li > a {
    display: inline-block;
    padding-left: calc(var(--voices-gap) / 2);
    padding-right: calc(var(--voices-gap) / 2);
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
}

header.egloo.floating .main-header ul.primary-menu > li > label > a,
header.egloo.floating .main-header ul.primary-menu > li > a {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

header.egloo .main-header ul.primary-menu > li > label .icon {
    display: none;
}

header.egloo .main-header ul.primary-menu li:first-child a {
    padding-left: 0;
}

header.egloo .main-header ul.primary-menu li:last-child a {
    padding-right: 0;
}

header.egloo .mega-menus {
    background-color: var(--c-accent);
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    margin-top: -1px;
}

header.egloo .mega-menus.active {
    grid-template-rows: 1fr;
}

header.egloo .mega-menus .mega-menu-item {
    overflow: hidden;
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu {
    padding-top: 1.625rem;
    padding-bottom: 3.75rem;
    position: relative;
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .swiper-btns-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 32%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    width: min(100% + 8rem, 100% + 1.5rem);
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .swiper-btns-wrapper .swiper-btn {
    width: 2rem;
    height: 2rem;
    border-radius: 0.25rem;
    background: var(--c-white);
    color: var(--c-accent);
    display: grid;
    place-items: center;
    border: 0;
    cursor: pointer;
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .swiper-btns-wrapper .swiper-btn.swiper-btn-prev {
    rotate: 180deg;
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .swiper-btns-wrapper .swiper-btn:active {
    scale: 0.95;
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .swiper-btns-wrapper .swiper-btn:disabled {
    opacity: 0.2;
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .swiper-btns-wrapper .swiper-btn svg {
    transition: transform 0.3s ease;
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .swiper-btns-wrapper .swiper-btn:hover svg {
    transform: translateX(25%);
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .mega-menu-container ul {
    display: flex;
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .mega-menu-container ul li {
    flex-grow: 1;
    width: 12.625rem;
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .mega-menu-container ul li a .img-wrapper {
    aspect-ratio: 202/129;
    border-radius: 0.5rem;
    padding-bottom: 63.861386%;
    overflow: hidden;
    height: 0;
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .mega-menu-container ul li a .img-wrapper img {
    transition: transform 0.3s ease;
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .mega-menu-container ul li:hover a .img-wrapper img {
    transform: scale(1.1);
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .mega-menu-container ul li a .menu-item-title {
    font-weight: 600;
    margin-top: 0.625rem;
    margin-bottom: 0.325rem;
    font-family: var(--ff-primary-extended);
    font-size: 0.9375rem;
    letter-spacing: -0.15px;
    display: block;
    line-height: 1.266667;
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .mega-menu-container ul li a .menu-item-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .mega-menu-container ul li:hover a .menu-item-arrow {
    transform: translateX(50%);
}

header.egloo .menu-opener {
    display: none;
}

@media (min-width: 768px) {
    header.egloo .main-header ul.primary-menu > li.wpml-ls-menu-item > a {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    header.egloo .main-header ul.primary-menu > li.contact a {
        padding-right: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    header.egloo .main-header ul.primary-menu > li.wpml-ls-menu-item {
        display: inline-block;
    }

    header.egloo.floating {
        position: fixed;
        transform: translateY(-100%);
        opacity: 0;
        animation: appear 0s forwards 0.2s;
        background-color: var(--c-white);
        color: inherit;
        border-bottom: 1px solid #dddddd;
        z-index: var(--z-header-floating);
        transition: transform 0.2s ease, z-index 1ms ease 0.2s, color 0.2s ease;
    }

    header.egloo {
        transition: transform 0.2s ease, z-index 1ms ease 0.2s, color 0.2s ease;
    }

    header.egloo.menu-open,
    header.egloo.active {
        z-index: var(--z-header-menu-mobile-elements) !important;
        transition: transform 0.2s ease, z-index 1ms ease, color 0.2s ease;
    }

    header.egloo.menu-open {
        opacity: 1 !important;
        transform: none !important;
        position: fixed;
        top: 0;
    }
    header.egloo .mega-menus {
        display: none;
    }

    header.egloo .menu-opener {
        display: inline-block;
        background: transparent;
        outline: none;
        border: none;
        position: relative;
        z-index: var(--z-header-menu-mobile-elements);
    }

    header.egloo .menu-opener .bars {
        display: grid;
        gap: 0.4375rem;
    }

    header.egloo.floating.active .menu-opener .bars .bar,
    header.egloo .menu-opener .bars .bar {
        display: block;
        height: 0.3125rem;
        width: 3.9375rem;
        background: var(--c-white);
        transition: all 0.3s ease;
    }

    header.egloo.menu-open.floating.active .menu-opener .bars .bar,
    header.egloo.menu-open .menu-opener .bars .bar {
        background: var(--c-white) !important;
    }

    body.single-news header.egloo .menu-opener .bars .bar,
    body.single-news header.egloo.active .menu-opener .bars .bar,
    body.page-template-divisions header.egloo .menu-opener .bars .bar,
    body.page-template-divisions header.egloo.active .menu-opener .bars .bar,
    body.page-template-contact header.egloo .menu-opener .bars .bar,
    body.page-template-contact header.egloo.active .menu-opener .bars .bar,
    header.egloo.floating .menu-opener .bars .bar {
        background: var(--c-accent);
    }

    header.egloo .menu-opener.open .bars .bar:first-child {
        rotate: 45deg;
        width: 2.25rem;
    }

    header.egloo .menu-opener.open .bars .bar:last-child {
        rotate: -45deg;
        width: 2.25rem;
        margin-top: -0.75rem;
    }

    header.egloo .main-header .container {
        padding-top: 1.4375rem;
        padding-bottom: 1.4375rem;
    }

    header.egloo .main-header .container {
        padding-top: 1.4375rem;
        padding-bottom: 1.4375rem;
    }

    header.egloo.menu-open .main-header .container {
        background: var(--c-accent);
    }

    header.egloo .menu-primary {
        z-index: var(--z-header-menu-mobile);
        background: var(--c-accent);
        color: white;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        overflow: auto;
        overscroll-behavior: none;
        padding: 1.875rem 1.25rem;
        padding-top: 8.5625rem;
        padding-bottom: 2rem;
        transform: translateX(100%);
        transition: transform 0.2s ease;
        height: 100vh;
        height: 100svh;
    }

    header.egloo .menu-primary.open {
        transform: translateX(0%);
    }

    header.egloo .menu-primary #menu-main-menu {
        flex-direction: column;
        gap: 1.625rem;
    }

    header.egloo .menu-primary #menu-main-menu > li > label,
    header.egloo .menu-primary #menu-main-menu > li > label > a,
    header.egloo .menu-primary #menu-main-menu > li > a {
        font-size: 1.9rem;
        line-height: 1.25;
        letter-spacing: -0.8px;
        padding: 0;
        font-weight: 600;
    }

    header.egloo .menu-primary #menu-main-menu > li > label {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header.egloo .menu-primary #menu-main-menu > li > label a[href="#"] {
        pointer-events: none;
    }

    header.egloo .menu-primary #menu-main-menu > li > label .icon {
        transition: transform 0.3s ease;
        display: inline-block;
    }

    header.egloo .menu-primary #menu-main-menu > li > input:checked ~ label .icon {
        transform: rotate(180deg);
    }

    header.egloo .menu-primary #menu-main-menu > li > .sub-menu-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
    }

    header.egloo .menu-primary #menu-main-menu > li > .sub-menu-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transition: grid-template-rows 0.3s ease;
    }

    header.egloo .menu-primary #menu-main-menu > li > input:checked ~ .sub-menu-wrapper {
        grid-template-rows: 1fr;
    }

    header.egloo .menu-primary #menu-main-menu > li > .sub-menu-wrapper .sub-menu {
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 1.875rem;
        font-size: 1.25rem;
        line-height: 1.6;
        letter-spacing: -0.2px;
    }

    header.egloo .menu-primary #menu-main-menu > li > .sub-menu-wrapper .sub-menu > li:first-child {
        margin-top: 1.875rem;
    }
	
	header.egloo .menu-primary #menu-main-menu > li > .sub-menu-wrapper .sub-menu > li:not(:last-child) {
		margin-bottom: 0
	}

    header.egloo .menu-primary #menu-main-menu > li > .sub-menu-wrapper .sub-menu > li:last-child {
        margin-bottom: 1.0625rem;
    }

    header.egloo .menu-primary #menu-main-menu-francese {
        flex-direction: column;
        gap: 1.625rem;
    }

    header.egloo .menu-primary #menu-main-menu-francese > li > label,
    header.egloo .menu-primary #menu-main-menu-francese > li > label > a,
    header.egloo .menu-primary #menu-main-menu-francese > li > a {
        font-size: 1.9rem;
        line-height: 1.25;
        letter-spacing: -0.8px;
        padding: 0;
        font-weight: 600;
    }

    header.egloo .menu-primary #menu-main-menu-francese > li > label {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header.egloo .menu-primary #menu-main-menu-francese > li > label a[href="#"] {
        pointer-events: none;
    }

    header.egloo .menu-primary #menu-main-menu-francese > li > label .icon {
        transition: transform 0.3s ease;
        display: inline-block;
    }

    header.egloo .menu-primary #menu-main-menu-francese > li > input:checked ~ label .icon {
        transform: rotate(180deg);
    }

    header.egloo .menu-primary #menu-main-menu-francese > li > .sub-menu-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
    }

    header.egloo .menu-primary #menu-main-menu-francese > li > .sub-menu-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transition: grid-template-rows 0.3s ease;
    }

    header.egloo .menu-primary #menu-main-menu-francese > li > input:checked ~ .sub-menu-wrapper {
        grid-template-rows: 1fr;
    }

    header.egloo .menu-primary #menu-main-menu-francese > li > .sub-menu-wrapper .sub-menu {
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 1.875rem;
        font-size: 1.25rem;
        line-height: 1.6;
        letter-spacing: -0.2px;
    }

    header.egloo .menu-primary #menu-main-menu-francese > li > .sub-menu-wrapper .sub-menu > li:first-child {
        margin-top: 1.875rem;
    }

    header.egloo .menu-primary #menu-main-menu-francese > li > .sub-menu-wrapper .sub-menu > li:last-child {
        margin-bottom: 1.0625rem;
    }

    header.egloo .menu-primary #menu-main-menu-tedesco {
        flex-direction: column;
        gap: 1.625rem;
    }

    header.egloo .menu-primary #menu-main-menu-tedesco > li > label,
    header.egloo .menu-primary #menu-main-menu-tedesco > li > label > a,
    header.egloo .menu-primary #menu-main-menu-tedesco > li > a {
        font-size: 1.9rem;
        line-height: 1.25;
        letter-spacing: -0.8px;
        padding: 0;
        font-weight: 600;
    }

    header.egloo .menu-primary #menu-main-menu-tedesco > li > label {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header.egloo .menu-primary #menu-main-menu-tedesco > li > label a[href="#"] {
        pointer-events: none;
    }

    header.egloo .menu-primary #menu-main-menu-tedesco > li > label .icon {
        transition: transform 0.3s ease;
        display: inline-block;
    }

    header.egloo .menu-primary #menu-main-menu-tedesco > li > input:checked ~ label .icon {
        transform: rotate(180deg);
    }

    header.egloo .menu-primary #menu-main-menu-tedesco > li > .sub-menu-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
    }

    header.egloo .menu-primary #menu-main-menu-tedesco > li > .sub-menu-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transition: grid-template-rows 0.3s ease;
    }

    header.egloo .menu-primary #menu-main-menu-tedesco > li > input:checked ~ .sub-menu-wrapper {
        grid-template-rows: 1fr;
    }

    header.egloo .menu-primary #menu-main-menu-tedesco > li > .sub-menu-wrapper .sub-menu {
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 1.875rem;
        font-size: 1.25rem;
        line-height: 1.6;
        letter-spacing: -0.2px;
    }

    header.egloo .menu-primary #menu-main-menu-tedesco > li > .sub-menu-wrapper .sub-menu > li:first-child {
        margin-top: 1.875rem;
    }

    header.egloo .menu-primary #menu-main-menu-tedesco > li > .sub-menu-wrapper .sub-menu > li:last-child {
        margin-bottom: 1.0625rem;
    }

    header.egloo .menu-primary #menu-main-menu-spagnolo {
        flex-direction: column;
        gap: 1.625rem;
    }

    header.egloo .menu-primary #menu-main-menu-spagnolo > li > label,
    header.egloo .menu-primary #menu-main-menu-spagnolo > li > label > a,
    header.egloo .menu-primary #menu-main-menu-spagnolo > li > a {
        font-size: 1.9rem;
        line-height: 1.25;
        letter-spacing: -0.8px;
        padding: 0;
        font-weight: 600;
    }

    header.egloo .menu-primary #menu-main-menu-spagnolo > li > label {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header.egloo .menu-primary #menu-main-menu-spagnolo > li > label a[href="#"] {
        pointer-events: none;
    }

    header.egloo .menu-primary #menu-main-menu-spagnolo > li > label .icon {
        transition: transform 0.3s ease;
        display: inline-block;
    }

    header.egloo .menu-primary #menu-main-menu-spagnolo > li > input:checked ~ label .icon {
        transform: rotate(180deg);
    }

    header.egloo .menu-primary #menu-main-menu-spagnolo > li > .sub-menu-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
    }

    header.egloo .menu-primary #menu-main-menu-spagnolo > li > .sub-menu-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transition: grid-template-rows 0.3s ease;
    }

    header.egloo .menu-primary #menu-main-menu-spagnolo > li > input:checked ~ .sub-menu-wrapper {
        grid-template-rows: 1fr;
    }

    header.egloo .menu-primary #menu-main-menu-spagnolo > li > .sub-menu-wrapper .sub-menu {
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 1.875rem;
        font-size: 1.25rem;
        line-height: 1.6;
        letter-spacing: -0.2px;
    }

    header.egloo .menu-primary #menu-main-menu-spagnolo > li > .sub-menu-wrapper .sub-menu > li:first-child {
        margin-top: 1.875rem;
    }

    header.egloo .menu-primary #menu-main-menu-spagnolo > li > .sub-menu-wrapper .sub-menu > li:last-child {
        margin-bottom: 1.0625rem;
    }

    header.egloo .menu-primary #menu-main-menu-inglese {
        flex-direction: column;
        gap: 1.625rem;
    }

    header.egloo .menu-primary #menu-main-menu-inglese > li > label,
    header.egloo .menu-primary #menu-main-menu-inglese > li > label > a,
    header.egloo .menu-primary #menu-main-menu-inglese > li > a {
        font-size: 1.9rem;
        line-height: 1.25;
        letter-spacing: -0.8px;
        padding: 0;
        font-weight: 600;
    }

    header.egloo .menu-primary #menu-main-menu-inglese > li > label {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header.egloo .menu-primary #menu-main-menu-inglese > li > label a[href="#"] {
        pointer-events: none;
    }

    header.egloo .menu-primary #menu-main-menu-inglese > li > label .icon {
        transition: transform 0.3s ease;
        display: inline-block;
    }

    header.egloo .menu-primary #menu-main-menu-inglese > li > input:checked ~ label .icon {
        transform: rotate(180deg);
    }

    header.egloo .menu-primary #menu-main-menu-inglese > li > .sub-menu-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
    }

    header.egloo .menu-primary #menu-main-menu-inglese > li > .sub-menu-wrapper {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transition: grid-template-rows 0.3s ease;
    }

    header.egloo .menu-primary #menu-main-menu-inglese > li > input:checked ~ .sub-menu-wrapper {
        grid-template-rows: 1fr;
    }

    header.egloo .menu-primary #menu-main-menu-inglese > li > .sub-menu-wrapper .sub-menu {
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 1.875rem;
        font-size: 1.25rem;
        line-height: 1.6;
        letter-spacing: -0.2px;
    }

    header.egloo .menu-primary #menu-main-menu-inglese > li > .sub-menu-wrapper .sub-menu > li:first-child {
        margin-top: 1.875rem;
    }

    header.egloo .menu-primary #menu-main-menu-inglese > li > .sub-menu-wrapper .sub-menu > li:last-child {
        margin-bottom: 1.0625rem;
    }

    header.egloo .main-header ul.primary-menu {
        display: block;
    }

    header.egloo .main-header ul.primary-menu li {
        margin-bottom: 1.625rem;
    }

    header.egloo .main-header ul.primary-menu li.wpml-ls-item img {
        min-width: 1.4rem;
    }

    header.egloo .main-header ul.primary-menu > li.wpml-ls-menu-item {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 0.5rem;
    }
}

section.hero {
    position: relative;
    z-index: var(--z-header-hider);
}

section.hero.hero-image {
    position: relative;
    height: 0;
    min-height: 40vh;
    min-height: max(40vh, 21.875rem);
    display: grid;
    align-items: end;
}

section.hero.hero-image.no-image {
    background: var(--c-accent);
}

section.hero.hero-image .img-wrapper::after,
section.hero.hero-image .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.hero.hero-image .img-wrapper::after {
    content: "";
    background-color: #0000004d;
}

section.hero.hero-image .text {
    position: relative;
    color: var(--c-white);
    height: 100%;
    padding-bottom: 6.25rem;
}

section.hero.hero-image .text .text-wrapper {
    display: grid;
    gap: 1.5625rem;
}

section.hero.hero-image .text .text-wrapper .title {
    font-size: 3.125rem;
    line-height: 1.28;
    letter-spacing: -1px;
    font-weight: 600;
    font-family: var(--ff-primary-extended);
}

@media only screen and (max-width: 768px) {
    section.hero.hero-image {
        min-height: 30.5rem;
    }

    section.hero.hero-image .text {
        padding-bottom: 3.125rem;
    }

    section.hero.hero-image .text .text-wrapper .title {
        font-size: 1.9rem;
        line-height: 1.25;
    }
}

section.hero.hero-fullscreen {
    height: 100vh;
    height: max(100vh, 37.5rem);
    height: 100svh;
    height: max(100svh, 37.5rem);
}

section.hero.hero-fullscreen .hero-content {
    height: 100%;
    display: grid;
}

section.hero.hero-fullscreen .hero-content > * {
    grid-column: -1/1;
    grid-row: -1/1;
}

section.hero.hero-fullscreen .hero-content .swiper {
    width: 100%;
    position: relative;
    display: grid;
}

section.hero.hero-fullscreen .hero-content .swiper > * {
    grid-column: -1/1;
    grid-row: -1/1;
}

section.hero.hero-fullscreen .hero-content .swiper .title-container {
    position: relative;
    align-self: end;
    text-align: center;
    padding-bottom: 2.5rem;
    z-index: 2;
    color: var(--c-white);
}

section.hero.hero-fullscreen .hero-content .swiper .swiper-wrapper .swiper-slide {
    min-width: 100% !important;
    width: 0 !important;
    max-width: none !important;
}

section.hero.hero-fullscreen .hero-content .swiper {
    height: 100%;
}

section.hero.hero-fullscreen .hero-content .content {
    display: grid;
    height: 100%;
}

section.hero.hero-fullscreen .hero-content .content > * {
    grid-column: -1/1;
    grid-row: -1/1;
}

section.hero.hero-fullscreen .hero-content .content .bg-img {
    position: relative;
    height: 0;
    min-height: 100%;
}

section.hero.hero-fullscreen .hero-content .content .bg-img::after {
    content: "";
    background: #0000004d;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

section.hero.hero-fullscreen .hero-content .content .bg-img .img-wrapper {
    height: 100%;
}

section.hero.hero-fullscreen .hero-content .content .bg-img .img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.hero.hero-fullscreen .hero-content .text-container {
    padding-bottom: 5rem;
    position: relative;
    z-index: 2;
    color: var(--c-white);
    align-self: end;
}

section.hero.hero-fullscreen .hero-content .text-container .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--container-gap);
}

section.hero.hero-fullscreen .hero-content .text-container .columns .column.left .text-wrapper {
    max-width: 40.625rem;
    text-wrap: balance;
}

section.hero.hero-fullscreen .hero-content .text-container .columns .column.right .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    section.hero.hero-fullscreen .hero-content {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    section.hero.hero-fullscreen .hero-content .text-container {
        background-color: var(--c-light-gray);
        color: inherit;
        padding-top: 2.5rem;
        padding-bottom: 0;
        align-self: center;
        flex-grow: 1;
        width: 100%;
    }

    section.hero.hero-fullscreen .hero-content .text-container .columns {
        display: block;
        text-align: center;
    }

    section.hero.hero-fullscreen .hero-content .text-container .columns .column.right .text-wrapper {
        gap: 2.9375rem;
    }
}

.logo-text {
    display: flex;
    gap: 1.25rem;
    color: var(--c-gray);
    text-transform: uppercase;
    font-weight: 500;
}

.logo-text img {
    height: 1.0625rem;
    margin-top: 0.25rem;
}

section.centered-title {
    padding-top: 10.0625rem;
    padding-bottom: 6.25rem;
}

section.centered-title.single-process {
    padding-top: 6.25rem;
    padding-bottom: 4.375rem;
}

section.centered-title.about-banners {
    padding-top: 11.625rem;
}

@media only screen and (max-width: 768px) {
    section.centered-title.about-banners {
        padding-top: 5rem;
        padding-bottom: 2.9375rem;
    }

    section.centered-title.about-banners .rows {
        gap: 2.5rem;
    }
}

section.centered-title .rows {
    text-align: center;
    flex-direction: column;
    display: flex;
    gap: 2.5625rem;
    align-items: center;
}

section.centered-title.single-process .rows {
    gap: 2rem;
}

section.side-title {
    padding-top: 8.125rem;
    padding-bottom: 6.375rem;
}

section.side-title.certifications-template {
    padding-top: 9.4375rem;
    padding-bottom: 5.6875rem;
}

section.side-title.about-passion-title {
    padding-top: 9.375rem;
    padding-bottom: 5rem;
}

section.side-title .columns {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: var(--container-gap);
}

section.side-title .columns .column.left {
    grid-column: span 3;
}

@media only screen and (max-width: 768px) {
    section.side-title {
        padding-bottom: 3.125rem;
    }

    section.side-title.home-departments {
        padding-top: 6.25rem;
    }

    section.side-title .columns {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
        text-align: center;
    }

    section.side-title.about-passion-title {
        padding-top: 4.375rem;
        padding-bottom: 2.5rem;
    }

    section.side-title.certifications-cert .columns,
    section.side-title.about-passion-title .columns {
        text-align: left;
        gap: 2.5rem;
    }

    section.side-title.certifications-cert .columns {
        gap: 2.8125rem;
    }

    section.side-title .columns .column.left .logo-text {
        justify-content: center;
    }

    section.side-title.certifications-cert .columns .column.left .logo-text,
    section.side-title.about-passion-title .columns .column.left .logo-text {
        justify-content: start;
    }

    section.side-title.certifications-template {
        padding-top: 5rem;
        padding-bottom: 3.75rem;
    }
}

section.side-title .columns .column.right {
    grid-column: span 7;
}

section.side-title .columns .column.right h2 .color-accent {
    display: block;
}

section.side-title.reverse .columns .column.right h2 {
    display: flex;
    flex-direction: column-reverse;
}

article.card.card-img {
    border: 1px solid #d0d0d0;
    border-radius: 0.5rem;
    background: var(--c-white);
    overflow: hidden;
}

article.card.card-img .content-wrapper {
    display: grid;
    height: 100%;
}

article.card.card-img .content-wrapper .img-wrap .img-wrapper {
    height: 0;
    padding-bottom: 53.8991%;
    display: block;
    overflow: hidden;
}

article.card.card-img .content-wrapper .img-wrap .img-wrapper img {
    transition: transform 0.3s ease;
}

article.card.card-img:hover .content-wrapper .img-wrap .img-wrapper img {
    transform: scale(1.1);
}

article.card.card-img .content-wrapper .content {
    padding: 1.875rem;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
}

article.card.card-img .content-wrapper .content .title-wrap * {
    letter-spacing: -0.25px;
}

article.card.card-img .content-wrapper .content .text-wrap {
    margin-top: 1.1875rem;
    font-size: 0.875rem;
    line-height: 1.571429;
    color: var(--c-gray);
}

article.card.card-img .content-wrapper .content .text-wrap p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

article.card.card-img .content-wrapper .content .info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--c-accent);
    margin-top: auto;
}

article.card.card-img .content-wrapper .content .info-wrap .date {
    font-size: 0.875rem;
    line-height: 1.214286;
    font-weight: 500;
    margin-top: 1.375rem;
}

article.card.card-img .content-wrapper .content .info-wrap .cta {
    margin-top: 1.375rem;
    color: white;
    background: var(--c-accent);
    width: 2rem;
    height: 2rem;
    border-radius: 0.25rem;
    display: grid;
    place-items: center;
    transition: transform 0.3s ease;
}

article.card.card-img:hover .content-wrapper .content .info-wrap .cta {
    transform: translateX(25%);
}

article.card.card-hover {
    border-radius: 0.5rem;
    border: 1px solid #dddddd;
}

article.card.card-hover {
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #dddddd;
    overflow: hidden;
    display: grid;
    max-width: 18.375rem;
    background-color: var(--c-white);
}

article.card.card-hover > * {
    grid-column: -1/1;
    grid-row: -1/1;
}

article.card.card-hover .thumbnail {
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

article.card.card-hover:hover .thumbnail {
    opacity: 1;
}

article.card.card-hover .thumbnail .img-wrapper {
    height: 100%;
    padding-bottom: 102.040816%;
}

article.card.card-hover .thumbnail .img-wrapper::after {
    opacity: 0;
    content: "";
    background: linear-gradient(to bottom, #000000b3, transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
}

article.card.card-hover:hover .thumbnail .img-wrapper::after {
    opacity: 1;
}

article.card.card-hover .text {
    display: block;
    position: relative;
    color: var(--c-black);
    padding: 2rem 1.875rem 2rem 2.25rem;
    transition: color 0.3s ease;
}

article.card.card-hover:hover .text {
    color: var(--c-white);
    position: relative;
}

article.card.card-hover:hover .text .card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

article.card.card-hover .text .text-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

article.card.card-hover .text .text-wrapper .title {
    min-height: 2lh;
}

article.card.card-hover .text .text-wrapper .cta {
    margin-top: auto;
    margin-left: auto;
    width: 2rem;
    height: 2rem;
    border-radius: 0.25rem;
    background: var(--c-accent);
    color: white;
    display: grid;
    place-items: center;
    transition: color 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}

article.card.card-hover:hover .text .text-wrapper .cta {
    transform: translateX(20%);
}

article.card.card-hover:hover .text .text-wrapper .cta {
    background-color: var(--c-white);
    color: var(--c-blue);
}

section.cards-slider {
    overflow: hidden;
}

section.cards-slider.single-process {
    padding-bottom: 10.0625rem;
}

section.cards-slider .swiper {
    overflow: visible;
}

section.cards-slider .swiper .swiper-scrollbar {
    --_additional-size: 0.1rem;
    position: static;
    margin-top: 5.0625rem;
    margin-inline: auto;
    max-width: 50.625rem;
    --swiper-scrollbar-drag-bg-color: var(--c-accent);
    overflow: visible;
    margin-bottom: var(--_additional-size);
}

section.cards-slider .swiper .swiper-scrollbar .swiper-scrollbar-drag::after {
    content: "";
    background-color: var(--c-accent);
    border-radius: 99px;
    position: absolute;
    width: calc(100% + var(--_additional-size) + var(--_additional-size));
    height: calc(100% + var(--_additional-size) + var(--_additional-size));
    top: 50%;
    transform: translateY(-50%) translateX(calc(-1 * var(--_additional-size)));
    cursor: ew-resize;
}

section.number-results {
    padding-bottom: 6.25rem;
}

section.number-results .numbers-wrapper {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

section.number-results .numbers-wrapper .number-result {
    display: flex;
    gap: 1.5rem;
}

section.number-results .numbers-wrapper .number-result .img-wrapper {
    flex-shrink: 0;
    margin-top: 0.6875rem;
    width: 3.4375rem;
    height: 3.4375rem;
}

@media only screen and (max-width: 768px) {
    section.number-results .numbers-wrapper {
        display: flex;
        gap: 4.375rem;
        flex-direction: column;
        max-width: 19.0625rem;
        margin: 0 auto;
    }

    section.number-results .numbers-wrapper .number-result .img-wrapper {
        width: 3.125rem;
        height: 3.125rem;
    }

    section.cards-slider .swiper .swiper-scrollbar {
        margin-top: 3.7rem;
    }
}

section.number-results .numbers-wrapper .number-result .text p .number {
    display: block;
}

main section .description p:not(:last-child),
main section .description div:not(:last-child) {
    margin-bottom: 1em;
    margin-bottom: 1lh;
}

section.split-overflow {
    --y-bleed: -7.625rem;
    padding-top: 6.25rem;
}

section.split-overflow.overflow-top {
    padding-top: 0;
}

section.split-overflow.no-bleed {
    --y-bleed: 0;
}

body.home section.split-overflow.interior {
    --y-bleed: 0;
    padding-top: 17.625rem;
    padding-bottom: 12.5rem;
}

@media only screen and (max-width: 768px) {
    body.home section.split-overflow.interior {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }
}

section.split-overflow .columns {
    display: flex;
    gap: var(--container-gap);
    justify-content: space-between;
}

section.split-overflow.center .columns {
    align-items: center;
}

section.split-overflow .columns .column.left {
    max-width: 34.5625rem;
    margin-bottom: var(--y-bleed);
    border-radius: 0.625rem;
    /*overflow: hidden; removed because it was breaking some animation, idk why it's here*/
}

section.split-overflow.overflow-top .columns .column.left {
    margin-top: var(--y-bleed);
    margin-bottom: auto;
}

section.split-overflow.reverse-size .columns .column.left {
    max-width: 27.25rem;
}

section.split-overflow.reverse .columns .column.left {
    order: 1;
}

section.split-overflow .columns .column.left .img-wrapper {
    width: 100%;
    height: 100%;
}

section.split-overflow .columns .column.left .img-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0.625rem;
}

section.split-overflow .columns .column.right {
    max-width: 27.25rem;
}

section.split-overflow.reverse-size .columns .column.right {
    max-width: 34.5625rem;
}

section.split-overflow .columns .column.right .text .text-wrapper .section-title {
    margin-bottom: 3.5rem;
}

section.split-overflow .columns .column.right .text .text-wrapper .title {
    margin-bottom: 1.875rem;
}

section.split-overflow.about-project .columns .column.right .text .text-wrapper .title {
    margin-bottom: 3.4375rem;
}

section.split-overflow .columns .column.right .text .text-wrapper .arrow-link-component {
    margin-top: 3.4375rem;
}

@media only screen and (max-width: 768px) {
    section.split-overflow .columns .column.right {
        max-width: none;
    }

    section.split-overflow .columns .column.right .text .text-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    section.split-overflow.reverse-size .columns .column.right {
        max-width: none;
    }

    section.split-overflow.sm\:left .columns .column.right .text .text-wrapper {
        align-items: start;
    }

    section.split-overflow .columns .column.right .text .text-wrapper .section-title {
        margin-bottom: 2.5rem;
    }

    section.split-overflow.about-project .columns .column.right .text .text-wrapper .section-title {
        margin-bottom: 3.75rem;
    }

    section.split-overflow .columns .column.right .text .text-wrapper .section-title .logo-text {
        justify-content: center;
    }

    section.split-overflow .columns .column.right .text .text-wrapper .title {
        margin-bottom: 3rem;
        text-align: center;
    }

    section.split-overflow.about-project .columns .column.right .text .text-wrapper .title {
        margin-bottom: 4.375rem;
    }

    section.split-overflow.sm\:left .columns .column.right .text .text-wrapper .title {
        text-align: left;
    }

    section.split-overflow.image-down .columns .column.right .text .text-wrapper .img-wrapper {
        order: 9;
        margin-top: 3.75rem;
        margin-bottom: 0;
    }

    section.split-overflow .columns .column.right .text .text-wrapper .img-wrapper {
        margin-bottom: 3.75rem;
    }

    section.split-overflow .columns .column.right .text .text-wrapper .img-wrapper img {
        border-radius: 0.625rem;
    }

    section.split-overflow .columns .column.right .text .text-wrapper .description {
        text-align: center;
    }

    section.split-overflow.sm\:left .columns .column.right .text .text-wrapper .description {
        text-align: left;
    }

    section.split-overflow .columns .column.right .text .text-wrapper .arrow-link-component {
        margin-left: auto;
        margin-right: auto;
    }
}

section.banner.floating-banner .content {
    min-height: 29.4375rem;
    border-radius: 0.625rem;
    overflow: hidden;
    position: relative;
    padding: 2rem;
    display: flex;
    align-items: center;
}

section.banner.floating-banner .content .bg-img::after,
section.banner.floating-banner .content .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

section.banner.floating-banner .content .bg-img::after {
    content: "";
    background: #0000004d;
}

section.banner.floating-banner .content .container {
    position: relative;
}

section.banner.floating-banner .content .container .columns {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--container-gap);
    color: var(--c-white);
}

section.banner.floating-banner .content .container .columns .column.right .text,
section.banner.floating-banner .content .container .columns .column.right .text .text-wrapper,
section.banner.floating-banner .content .container .columns .column.left .text,
section.banner.floating-banner .content .container .columns .column.left .text .text-wrapper {
    height: 100%;
}

section.banner.floating-banner .content .container .columns .column.left .text .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

@media only screen and (max-width: 768px) {
    section.banner.floating-banner .container {
        --container-x-padding: 0;
    }

    section.banner.floating-banner .content {
        border-radius: 0;
        padding-top: 7.25rem;
        padding-bottom: 7.25rem;
    }

    section.banner.floating-banner .content .container .columns {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 3.125rem;
    }

    section.banner.floating-banner .content .container .columns .column.right .text .text-wrapper {
        display: flex;
        flex-direction: column;
        gap: 3.125rem;
        align-items: center;
    }

    section.banner.floating-banner .content .bg-img img {
        height: 100%;
        object-fit: cover;
    }
}

section.side-accordions {
    padding-top: 26.8125rem;
    margin-top: -16.8125rem;
    padding-bottom: 30.9375rem;
    margin-bottom: -20.3125rem;
}

section.side-accordions .columns {
    display: grid;
    grid-template-columns: 3fr 7fr;
    gap: var(--container-gap);
}

section.side-accordions .columns .column.left .text .text-wrapper {
    display: grid;
    gap: 2.625rem;
}

section.side-accordions .columns .column.right .accordions .accordion {
    border-top: 1px solid #d0d0d033;
}

section.side-accordions .columns .column.right .accordions .accordion:last-child {
    border-bottom: 1px solid #d0d0d033;
}

section.side-accordions .columns .column.right .accordions .accordion .accordion-header {
    display: flex;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    gap: 2rem;
}

section.side-accordions .columns .column.right .accordions .accordion .accordion-header p {
    flex-grow: 1;
}

section.side-accordions .columns .column.right .accordions .accordion .accordion-header svg {
    color: #6a8cfb;
    transition: all 0.3s ease;
}

section.side-accordions .columns .column.right .accordions .accordion:hover .accordion-header svg {
    color: var(--c-white);
}

section.side-accordions .columns .column.right .accordions input:checked + .accordion .accordion-header svg #vertical-line-plus {
    display: none;
}

section.side-accordions .columns .column.right .accordions .accordion .accordion-content-wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    overflow: hidden;
}

section.side-accordions .columns .column.right .accordions input:checked + .accordion .accordion-content-wrap {
    grid-template-rows: 1fr;
}

section.side-accordions .columns .column.right .accordions .accordion .accordion-content-wrap .accordion-content-wrapper {
    min-height: 0;
}

section.side-accordions .columns .column.right .accordions .accordion .accordion-content-wrap .accordion-content-wrapper .accordion-content .description {
    padding-top: 0.625rem;
    padding-bottom: 3.75rem;
}

section.side-accordions .columns .column.right .accordions .accordion .accordion-content-wrap .accordion-content-wrapper .accordion-content .description i,
section.side-accordions .columns .column.right .accordions .accordion .accordion-content-wrap .accordion-content-wrapper .accordion-content .description em,
section.side-accordions .columns .column.right .accordions .accordion .accordion-content-wrap .accordion-content-wrapper .accordion-content .description strong {
    color: var(--c-white);
}

@media only screen and (max-width: 768px) {
    section.side-accordions {
        padding-top: 5rem;
        margin-top: 0;
        padding-bottom: 6.25rem;
        margin-bottom: 0;
    }

    section.side-accordions .columns {
        display: flex;
        flex-direction: column;
        gap: 3.125rem;
    }

    section.side-accordions .columns .column.left .text .text-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2.5rem;
    }

    section.side-accordions .columns .column.right .accordions .accordion .accordion-header svg {
        flex-shrink: 0;
    }
}

section.about-passion {
    padding-bottom: 10rem;
}

@media only screen and (max-width: 768px) {
    section.about-passion {
        padding-bottom: 5rem;
    }

    section.about-passion .columns {
        display: block;
    }

    .home section.hero.hero-fullscreen .text-container {
        display: none;
    }
}

section.banner-media {
    margin-top: -1px;
    margin-bottom: -1px;
    background: linear-gradient(var(--top-color, transparent) 50%, var(--bottom-color, transparent) 50%);
}

section.banner-media.about-history {
    --top-color: var(--c-light-gray);
    --bottom-color: var(--c-accent);
}

section.banner-media .img-wrapper {
    border-radius: 0.625rem;
    overflow: hidden;
}

section.banner-media.about-steps {
    --banner-media-height: 22.1875rem;
    --bottom-color: var(--c-light-gray);
    margin-top: 10.625rem;
}

section.about-story {
    padding-top: 7.5rem;
    padding-bottom: 10.4375rem;
}

section.about-story .columns .column.left .text .text-wrapper .logo-text .logo-text-text {
    color: white;
}

section.about-story .columns .column.right .text .text-wrapper {
    display: grid;
    gap: 5rem;
}

@media only screen and (max-width: 768px) {
    section.banner-media.about-steps {
        margin-top: 0;
    }

    section.about-story {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    section.about-story .columns {
        display: block;
    }

    section.about-story .columns .column.left {
        margin-bottom: 2.5rem;
    }
    section.about-story .columns .column.right .text .text-wrapper {
        gap: 3.75rem;
    }
}

section.split-slider {
    padding-top: 10.8125rem;
    padding-bottom: 0;
}

section.split-slider .rows {
    display: flex;
    flex-direction: column;
    gap: 8.125rem;
}

section.split-slider .rows .row.top {
    display: flex;
    justify-content: space-between;
}

section.split-slider .rows .row.top .pagination-wrapper {
    display: flex;
    align-self: end;
    gap: 2rem;
    align-items: center;
}

section.split-slider .rows .row.top .pagination-wrapper .swiper-button {
    cursor: pointer;
    position: static;
    height: 2.75rem;
    width: 2.75rem;
    background: white;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 0.25rem;
}

section.split-slider .rows .row.top .pagination-wrapper .swiper-button svg {
    max-width: 1.1875rem;
    color: var(--c-accent);
}

section.split-slider .rows .row.top .pagination-wrapper .swiper-btn-prev svg {
    transform: rotate(180deg);
}

section.split-slider .rows .row.top .pagination-wrapper .swiper-button::after {
    content: initial;
}

section.split-slider .rows .row.top .pagination-wrapper .swiper-pagination {
    --swiper-pagination-bullet-height: 0.25rem;
    --swiper-pagination-bullet-width: 3.375rem;
    --swiper-pagination-bullet-border-radius: 99px;
    --swiper-pagination-color: var(--c-accent);
    --swiper-pagination-bullet-inactive-color: #d0d0d0;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 0.3125rem;
    position: static;
    width: fit-content;
    height: var(--swiper-pagination-bullet-height);
    font-size: 0;
    letter-spacing: 0;
}

section.split-slider .rows .row.top .pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
    transition: background-color 0.3s ease;
}

section.split-slider .rows .row.top .pagination-wrapper .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

section.split-slider .rows .row.top .pagination-wrapper .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

section.split-slider .rows .row.bottom .splitted-slide .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--container-gap);
}

section.split-slider .rows .row.bottom .splitted-slide .columns .column.left .img-wrapper {
    height: 0;
    padding-bottom: 66.184448%;
    border-radius: 0.625rem;
    overflow: hidden;
}

section.split-slider .rows .row.bottom .splitted-slide .columns .column.right {
    place-self: center end;
    max-width: 27.25rem;
}

section.split-slider .rows .row.bottom .splitted-slide .columns .column.right .title {
    margin-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
    section.split-slider {
        padding-top: 5rem;
        padding-bottom: 0;
    }

    section.split-slider .rows {
        gap: 2.5rem;
        position: relative;
        padding-bottom: 0;
    }

    section.split-slider .rows .row.top {
        display: flex;
        flex-direction: column;
        gap: 3.75rem;
    }

    section.split-slider .rows .row.top .pagination-wrapper {
        justify-content: space-between;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }

    section.split-slider .rows .row.bottom .splitted-slide .columns {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
    }

    section.split-slider .rows .row.bottom .splitted-slide .columns .column.right .title {
        margin-bottom: 2rem;
    }

    section.split-slider .rows .row.bottom .splitted-slide .columns .column.right .description {
        padding-bottom: 5rem;
    }

    section.split-slider .rows .row.top .pagination-wrapper .swiper-pagination {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }

    section.split-slider .rows .row.top .pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
        margin: 0;
    }
}

section.banners-slider {
    overflow: hidden;
    padding-bottom: 17.5rem;
}

@media only screen and (max-width: 768px) {
    section.banners-slider {
        padding-bottom: 6.25rem;
    }
}

section.banners-slider .swiper-button-next,
section.banners-slider .swiper-button-prev {
    height: 2.75rem;
    width: 2.75rem;
    background: white;
    border-radius: 0.25rem;
    display: grid;
    place-items: center;
    --swiper-navigation-sides-offset: -20px;
    transition: opacity 0.3s ease;
}

section.banners-slider .swiper-slide:last-child .swiper-button-next,
section.banners-slider .swiper-slide:first-child .swiper-button-prev {
    display: none;
}

section.banners-slider .swiper-button-prev {
    transform: rotate(180deg);
}

section.banners-slider .swiper-button-next.swiper-button-disabled,
section.banners-slider .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

section.banners-slider .swiper-button-next svg,
section.banners-slider .swiper-button-prev svg {
    height: 1.0625rem;
    color: var(--c-black);
}

section.banners-slider .swiper-button-next::after,
section.banners-slider .swiper-button-prev::after {
    content: unset;
}

section.banners-slider .swiper {
    overflow: visible;
}

section.banners-slider .swiper-slide {
    height: auto;
}

section.banners-slider .banner {
    height: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 1s ease;
}

section.banners-slider .swiper-slide:not(.swiper-slide-active) .banner {
    transform: translateY(1.875rem);
}

section.banners-slider .swiper-slide:not(.swiper-slide-active) .swiper-button-prev,
section.banners-slider .swiper-slide:not(.swiper-slide-active) .swiper-button-next {
    opacity: 0;
}

section.banners-slider input[type="radio"] {
    bottom: auto;
    top: 0;
}

section.banners-slider .banner .content {
    height: 100%;
    display: grid;
    grid-template-columns: minmax(4rem, 1fr) [content-start] minmax(0, 100%) [content-end] minmax(4rem, 1fr);
    grid-template-rows: [pic-start] 5rem [text-start] auto [text-end] 0px [navigation-start] auto [navigation-end] 0px [pic-end];
}

section.banners-slider .banner.with-image .content {
    grid-template-columns: 4rem [navigation-start] 0fr [content-start] minmax(0, 50%) [content-end] 4rem [pic-start] minmax(0, 50%) [navigation-end] 4rem [pic-end];
}

section.banners-slider .banner .content > * {
    grid-column: 2;
}

section.banners-slider .banner .content .text {
    grid-column: content;
    grid-row: text;
}

section.banners-slider .banner .content .text .text-wrapper .title {
    margin-bottom: 2.5rem;
}

section.banners-slider .banner .content .img-wrapper {
    grid-row: pic;
    grid-column: pic;
}

section.banners-slider .banner .content .img-wrapper img {
    height: 100%;
    object-fit: cover;
}

section.banners-slider .banner .content .navigation {
    padding-top: 3rem;
    padding-bottom: 3.125rem;
    grid-row: navigation;
    grid-column: content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: fit-content;
    margin-top: auto;
}

section.banners-slider .banner.with-image .content .navigation {
    grid-column: navigation;
}

section.banners-slider .banner .content .navigation .pages {
    display: flex;
    gap: 0.625rem;
}

section.banners-slider .banner .content .navigation .pages .page {
    border-radius: 99px;
    background: #f5f5f566;
    width: 3.375rem;
    height: 0.25rem;
}

section.banners-slider .banner .content .navigation .pages .page.active {
    background: var(--c-white);
}

section.banners-slider .banner .content .navigation .numbers span:not(.active) {
    opacity: 0.5;
}

@media only screen and (max-width: 768px) {
    section.banners-slider .swiper .swiper-wrapper {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }

    section.banners-slider .swiper-slide:not(.swiper-slide-active) .banner {
        transform: none;
    }

    section.banners-slider .banner .content {
        display: block;
        padding: 2.5rem 1.875rem;
    }

    section.banners-slider .banner .content .text .text-wrapper .title {
        margin-bottom: 0;
    }

    section.banners-slider .banner .content .text .text-wrapper .title label {
        display: flex;
        justify-content: space-between;
        gap: 1.75rem;
    }

    section.banners-slider input:checked + .banner .content .text .text-wrapper .title label .icon #vertical-line-plus {
        display: none;
    }

    section.banners-slider .banner .content .accordion-content-wrap {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transition: grid-template-rows 0.3s ease;
    }

    section.banners-slider input:checked + .banner .content .accordion-content-wrap {
        grid-template-rows: 1fr;
    }

    section.banners-slider .banner .content .accordion-content-wrap .accordion-content-wrapper {
        min-height: 0;
    }

    section.banners-slider .banner .content .accordion-content-wrap .accordion-content-wrapper .accordion-content {
        padding-top: 2.5rem;
    }

    section.banners-slider .banner .content .accordion-content-wrap .accordion-content-wrapper .accordion-content .description + .img-wrapper {
        margin-top: 1.875rem;
        overflow: hidden;
        border-radius: 0.625rem;
    }
}

body.page-template-services section.steps {
    background-color: var(--c-light-gray);
    padding-bottom: 15rem;
}

section.steps {
    isolation: isolate;
    --step-min-height: 32.1875rem;
    padding-top: 13.875rem;
    padding-bottom: 10rem;
}

section.steps .container {
    --step-icon-size: 4rem;
    position: relative;
    display: grid;
    grid-template-columns: [even-start] minmax(0, 30.3125rem) [even-end] minmax(2rem, 1fr) [odd-start] minmax(0, 30.3125rem) [odd-end];
}

section.steps .steps {
    display: grid;
    grid-column: -1/1;
    grid-template-columns: subgrid;
}

section.steps .steps .step-wrapper {
    min-height: var(--step-min-height);
    display: grid;
    grid-column: -1/1;
    grid-template-columns: subgrid;
}

section.steps .steps .step-wrapper:last-child {
    min-height: unset;
}

section.steps .steps .step-wrapper:nth-child(odd) .step {
    grid-column: odd;
}

section.steps .steps .step-wrapper:nth-child(even) .step {
    grid-column: even;
}

section.steps .steps .step-wrapper:not(:first-child) .step {
    margin-top: calc(var(--step-icon-size) / -2);
}

section.steps .steps .step-wrapper .step .rows {
    display: grid;
    gap: 2.25rem;
}

section.steps .steps .step-wrapper .step .rows .row.top {
    display: flex;
    gap: 3.125rem;
    align-items: center;
}

section.steps .steps .step-wrapper .step .rows .row.top .img-wrapper {
    max-width: var(--step-icon-size);
    max-height: var(--step-icon-size);
    flex-shrink: 0;
}

section.steps .steps .timeline-part {
    background: red;
    grid-column: 2;
}

section.steps .timeline {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
}

section.steps .timeline .timeline-progress {
    width: 1px;
    background: #294cbc;
    position: absolute;
    top: 0;
    height: var(--timeline-progress, 0%);
}

section.steps .timeline .timeline-section {
    width: 1px;
    position: relative;
    background: #294cbc33;
    min-height: var(--step-min-height);
}

section.steps .timeline .timeline-section:nth-last-child(2)::after,
section.steps .timeline .timeline-section::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0.6875rem;
    height: 0.6875rem;
    background: #294cbc;
    border-radius: 999px;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.steps .timeline .timeline-section:nth-last-child(2):after {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
}

@media only screen and (max-width: 768px) {
    section.steps {
        --step-min-height: unset;
        padding-top: 2.71875rem;
        padding-bottom: 6.25rem;
    }

    body.page-template-services section.steps {
        padding-top: 5rem;
    }

    section.steps .steps {
        padding-top: 5.4375rem;
        display: grid;
        gap: 5.125rem;
    }

    section.steps .steps .step-wrapper {
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem;
        background-color: var(--c-white);
        display: block;
    }

    body.page-template-services section.steps .steps .step-wrapper {
        background-color: var(--c-light-gray);
    }

    section.steps .steps .step-wrapper:last-child {
        padding-bottom: 0;
    }

    section.steps .steps .step-wrapper:not(:first-child) .step {
        margin-top: 0;
    }

    section.steps .steps .step-wrapper .step .rows {
        gap: 1.875rem;
    }

    section.steps .steps .step-wrapper .step .rows .row.top {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 1.875rem;
    }

    section.steps .steps .step-wrapper .step .rows .row.bottom {
        text-align: center;
    }

    section.steps .timeline {
        height: 100%;
        z-index: -1;
        background-color: #d3dcf3;
    }
}

section.overflow-with-title {
    --y-bleed: -6.25rem;
    margin-top: var(--y-bleed);
}

section.overflow-with-title.about-italy {
    padding-bottom: 13.125rem;
}

section.overflow-with-title .columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--container-gap);
}

section.overflow-with-title .columns .column {
    max-width: 34.5625rem;
}

section.overflow-with-title .columns .column.left {
    height: 100%;
}

section.overflow-with-title .columns .column.left .img-wrapper {
    height: 100%;
    border-radius: 0.625rem;
    overflow: hidden;
    min-height: 36.875rem;
}

section.overflow-with-title .columns .column.right .text {
    height: 100%;
}

section.overflow-with-title .columns .column.right .text .text-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.overflow-with-title .columns .column.right .text .text-wrapper .content-wrapper {
    display: grid;
    gap: 3.75rem;
}

@media only screen and (max-width: 768px) {
    section.overflow-with-title {
        --y-bleed: 0;
    }

    section.overflow-with-title.about-italy {
        background-color: var(--c-light-gray);
        padding-bottom: 5rem;
    }

    section.overflow-with-title .columns {
        gap: 4.375rem;
        grid-template-columns: 1fr;
    }

    section.overflow-with-title .columns .column {
        max-width: none;
    }

    section.overflow-with-title .columns .column.right .text .text-wrapper .content-wrapper {
        gap: 2.5rem;
    }

    section.overflow-with-title .columns .column.right .section-title {
        margin-bottom: 2.5rem;
    }

    section.overflow-with-title .columns .column.left .img-wrapper {
        height: 0;
        padding-bottom: 106.701%;
        min-height: unset;
    }
}

footer {
    position: relative;
}

body.post-type-archive-news footer::after,
body.page-template-contact footer::after,
body.page-template-services footer::after,
body.page-template-services footer::after,
body.single-process footer::after,
body.single-news footer::after,
body.home footer::after {
    /* using an after as a bg because sometimes there's overlap */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-light-gray);
    z-index: -1;
}

body.page-template-services footer {
    padding-top: 9.375rem;
}

body.page-template-about footer {
    background-color: #f7f7f7;
    padding-top: 9.7rem;
}

@media only screen and (max-width: 768px) {
    body.page-template-services footer {
        padding-top: 5rem;
    }
}

footer .form-banner .rows .row.top {
    margin-bottom: -17.375rem;
}

footer .form-banner .rows .row.top .content {
    background-position: center center;
    padding-top: 5.875rem;
    padding-bottom: 21.875rem;
    border-radius: 0.625rem;
    color: var(--c-white);
}

footer .form-banner.center-text .rows .row.top {
    margin-bottom: -22.3125rem;
}

footer .form-banner.center-text .rows .row.top .content {
    padding-top: 6.25rem;
    text-align: center;
    padding-bottom: 28.875rem;
}

footer .form-banner .rows .row.top .content .text .text-wrapper {
    display: grid;
    gap: 4.375rem;
}

footer .form-banner.center-text .rows .row.top .content .text .text-wrapper {
    gap: 2rem;
}

footer .form-banner .rows .row.bottom .form-wrap {
    border-radius: 0.625rem;
    color: var(--c-white);
    padding: 4.375rem 2rem 4.5rem;
    max-width: 47.5rem;
    margin: 0 auto;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper {
    max-width: 35.125rem;
    margin: 0 auto;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper {
    font-size: 0.9375rem;
    line-height: 1.733333;
}

.wpcf7-not-valid-tip {
    color: var(--c-white);
    background-color: var(--c-error);
    padding: 0.1rem 0.8rem;
    margin-top: 0 !important;
    border-radius: 0 0 0.25rem 0.25rem;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: var(--c-warning);
    background-color: var(--c-warning);
    color: var(--c-white);
    font-weight: 500;
    text-align: center;
    border-radius: 0.25rem;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--container-gap);
    row-gap: 1.5rem;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p br {
    display: none;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p label {
    font-weight: 500;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p label span {
    font-weight: 400;
    display: block;
    margin-top: 0.625rem;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p label span textarea,
footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p label span input{
    padding: 1.125rem;
    width: 100%;
    height: 2.375rem;
    background-color: #f9f9f966;
    border-radius: 0.25rem;
    border: 0;
    font-size: 0.875rem;
    line-height: 1.428571;
    color: var(--c-white);
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p label span select {
	padding-left: 1.125rem;
	padding-right: 1.125rem;
    color: var(--c-white);
    width: 100%;
    height: 2.375rem;
    background-color: #f9f9f966;
    border-radius: 0.25rem;
    border: 0;
    font-size: 0.875rem;
    line-height: 1.428571;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p label span select option {
	color: var(--c-black)
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p label span textarea.wpcf7-not-valid,
footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p label span input.wpcf7-not-valid,
footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p label span select.wpcf7-not-valid {
    border-radius: 0.25rem 0.25rem 0 0;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p label span textarea::placeholder,
footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p label span input::placeholder {
    color: var(--c-white);
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p label span textarea {
    padding: 1.125rem 1.25rem;
    height: auto;
    padding-top: 1.125rem;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p label.large,
footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p label:last-child {
    grid-column: -1/1;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form .submit-wrapper > p {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 0.625rem;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form p button[type="submit"] {
    font-weight: 500;
    font-family: var(--ff-primary);
    background-color: #343434;
    color: white;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form p button[type="submit"] .arrow-icon {
    background-color: #747474;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form .wpcf7-list-item {
    margin-left: 0;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form .wpcf7-list-item label {
    font-size: 0.75rem;
    line-height: 1.333333;
    display: flex;
    gap: 0.4375rem;
    max-width: 15.3125rem;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form .acceptances {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form .acceptances .wpcf7-list-item label {
    max-width: none;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form .acceptances .wpcf7-list-item label {
        align-items: start;
    }

    footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form .acceptances > p br {
        display: none;
    }

    footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form .acceptances > p {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form .acceptances + p {
    display: block;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form p input[type="checkbox"] {
    appearance: none;
    height: 0.8125rem;
    width: 0.8125rem;
    background-color: white;
    flex-shrink: 0;
}

footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form p input[type="checkbox"]:checked {
    color: white;
    background-color: var(--c-black);
    background-image: url("assets/images/check.svg");
}

@media only screen and (max-width: 768px) {
    footer .form-banner .rows .row.top .container {
        padding-left: 0;
        padding-right: 0;
    }

    footer .form-banner .rows .row.top .container .content {
        border-radius: 0;
        padding-left: var(--container-x-padding);
        padding-right: var(--container-x-padding);
        padding-top: 5.125rem;
        padding-bottom: 19.8125rem;
    }

    body.page-template-contact footer .form-banner.center-text .rows .row.top {
        margin-bottom: -17.3125rem;
    }

    footer .form-banner .rows .row.top .content .text .text-wrapper {
        text-align: center;
        gap: 2.8125rem;
    }

    footer .form-banner .rows .row.bottom .form-wrap {
        padding: 3.75rem 1.875rem 3.75rem;
    }

    footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form > p {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 1.25rem;
    }

    footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form .submit-wrapper > p {
        display: flex;
        flex-direction: column;
        row-gap: 1.875rem;
    }

    footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form .submit-wrapper > p br {
        display: none;
    }

    footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form .wpcf7-list-item label {
        max-width: none;
    }

    footer .form-banner .rows .row.bottom .form-wrap .form-wrapper .wpcf7-form p button[type="submit"] {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

footer .footer-container {
    margin-top: 8.125rem;
    padding-bottom: 6.25rem;
}

footer .footer-container .rows .row.row-header .columns {
    color: var(--c-accent);
    display: flex;
    justify-content: space-between;
}

footer .footer-container .rows .row.row-body {
    margin-top: 4.375rem;
}

footer .footer-container .rows .row.row-body .content-wrapper {
    display: flex;
    justify-content: space-between;
    gap: var(--container-gap);
}

footer .footer-container .rows .row.row-body .content-wrapper > * {
    max-width: 19.9375rem;
}

footer .footer-container .rows .row.row-body .content-wrapper .text-wrapper .title {
    margin-bottom: 1.25rem;
}

footer .footer-container .rows .row.row-body .content-wrapper .text-wrapper .description a {
    color: var(--c-black);
}

footer .footer-container .rows .row.row-body .content-wrapper .menu ul {
    display: flex;
    gap: 1.4375rem;
    flex-direction: column;
}

footer .footer-container .rows .row.row-iva {
    border-top: 1px solid var(--c-gray);
    border-bottom: 1px solid var(--c-gray);
    padding: 2rem 0;
    text-align: center;
    margin-top: 4.375rem;
}

footer .footer-container .rows .row.row-copyright {
    margin-top: 2.1875rem;
}

footer .footer-container .rows .row.row-copyright {
    display: flex;
    justify-content: space-between;
}

footer .footer-container .rows .row.row-copyright ul {
    display: flex;
    gap: 0.9rem;
    list-style-type: "- ";
}

footer .footer-container .rows .row.row-copyright ul li:first-child::marker {
    color: transparent;
}

@media only screen and (max-width: 768px) {
    footer .footer-container {
        margin-top: 6.75rem;
        padding-bottom: 3.25rem;
    }

    footer .footer-container .rows .row.row-header .columns {
        flex-direction: column;
        gap: 3.125rem;
    }

    footer .footer-container .rows .row.row-body {
        margin-top: 3.125rem;
    }

    footer .footer-container .rows .row.row-body .content-wrapper {
        display: flex;
        flex-direction: column;
        gap: 3.125rem;
    }

    footer .footer-container .rows .row.row-body .content-wrapper > .menu {
        order: 2;
        padding-top: 3.125rem;
        border-top: 1px solid var(--c-gray);
        max-width: none;
    }

    footer .footer-container .rows .row.row-body .content-wrapper .menu ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    footer .footer-container .rows .row.row-iva {
        margin-top: 3.125rem;
        line-height: 1.714286;
        text-align: left;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
    }

    footer .footer-container .rows .row.row-copyright {
        margin-top: 3.125rem;
        display: flex;
        flex-direction: column-reverse;
        line-height: 1.714286;
    }

    footer .footer-container .rows .row.row-copyright a {
        color: var(--c-black);
    }
}

section.news-heading {
    padding-top: 10.625rem;
    padding-bottom: 2rem;
    background-color: var(--c-light-gray);
    text-align: center;
}

section.news-heading .content-wrapper .section-title p {
    justify-content: center;
}

section.news-heading .content-wrapper .title-wrap {
    text-wrap: balance;
    text-wrap: pretty;
    margin-top: 2.375rem;
}

section.news-thumbnail {
    background: linear-gradient(var(--c-light-gray) 50%, transparent 50%);
}

section.news-thumbnail .img-wrap {
    border-radius: 0.625rem;
    overflow: hidden;
}

section.news-main-content .content-wrapper .text-wrap {
    padding-top: 2rem;
    display: grid;
    gap: 2rem;
    line-height: 1.625;
    padding-bottom: 2.3125rem;
}

section.news-main-content .content-wrapper .text-wrap h2 {
    font-size: 1.1875rem;
    line-height: 1.368421;
    font-weight: 500;
    font-family: var(--ff-primary-extended);
}

section.news-main-content .social-wrap {
    padding-top: 2rem;
    border-top: 1px solid var(--c-accent);
    padding-bottom: 6.25rem;
}

section.news-main-content .social-wrap .title-wrap {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--c-accent);
}

section.news-main-content .social-wrap .title-wrap + .social-icons {
    margin-top: 2.3125rem;
}

section.news-main-content .social-wrap .social-icons {
    display: flex;
    gap: 1.5625rem;
}

@media only screen and (max-width: 768px) {
    section.news-heading {
        padding-top: 10rem;
        padding-bottom: 3.125rem;
    }
    section.news-main-content .content-wrapper .text-wrap {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        gap: 3.75rem;
    }

    section.news-main-content .social-wrap .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section.news-main-content .social-wrap {
        padding-top: 1.25rem;
    }

    section.news-main-content .social-wrap .social-icons {
        margin-top: 2.5rem;
    }
}

section.related-news {
    padding-top: 6.25rem;
    padding-bottom: 9.375rem;
}
section.related-news .hero-title-wrap.title-wrap {
    text-align: center;
}

section.related-news .hero-title-wrap.title-wrap + .news-wrap {
    margin-top: 3.125rem;
}

section.related-news .news-wrap {
    display: grid;
    --grid-item-width: 26.125rem;
    grid-template-columns: repeat(auto-fit, minmax(var(--grid-item-width), 1fr));
    grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-item-width), 100%), 1fr));
    gap: 2rem;
}

@media only screen and (max-width: 768px) {
    section.related-news {
        padding-top: 3.75rem;
        padding-bottom: 6.25rem;
    }

    section.related-news .hero-title-wrap.title-wrap + .news-wrap {
        margin-top: 3.75rem;
    }

    section.related-news .news-wrap {
        gap: 3.125rem;
    }
}

section.archive-news {
    padding-top: 5rem;
    padding-bottom: 9.375rem;
}

section.archive-news .news-wrap {
    display: grid;
    --grid-item-width: 26.125rem;
    grid-template-columns: repeat(auto-fit, minmax(var(--grid-item-width), 1fr));
    grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-item-width), 100%), 1fr));
    gap: 2rem;
    row-gap: 5rem;
}

section.archive-news .news-wrap .single-news {
    --power-2-out: linear(0, 0.2688 9.91%, 0.3859 15%, 0.4917 20.19%, 0.5865 25.5%, 0.6705 30.93%, 0.7441 36.51%, 0.8075 42.26%, 0.8593 47.98%, 0.9022 53.93%, 0.9366 60.13%, 0.963 66.67%, 0.9812 73.4%, 0.9929 80.76%, 0.9986 88.89%, 1);
    opacity: 0;
    animation: fadeUp 1s var(--power-2-out) forwards calc(var(--order, 1) * 0.3s);
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(5%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media only screen and (max-width: 768px) {
    section.archive-news {
        padding-top: 5.625rem;
        padding-bottom: 5rem;
    }

    section.archive-news .news-wrap {
        row-gap: 3.125rem;
    }
}

section.process-subtitle {
    --y-bleed: 13.4375rem;
    margin-top: calc(var(--y-bleed) * -1);
    position: relative;
}

/*
* I'm applying the grid on the hero text as well so it doesnt touch the image
* when the screen is too small
*/
body.single-process section.hero.hero-image .text,
section.process-subtitle .columns {
    display: grid;
    grid-template-rows: [pic-start] var(--y-bleed) [text-start] auto [text-end] 1fr [pic-end];
    grid-template-columns: [text-start] minmax(0, 24.125rem) [text-end] 1fr [pic-start] minmax(0, 27.25rem) [pic-end];
    gap: 2rem;
    row-gap: 0;
}

body.single-process section.hero.hero-image .text .text-wrapper {
    grid-column: 1/3;
}

section.process-subtitle .columns .column.left {
    grid-row: text;
    grid-column: text;
    padding-top: 3.75rem;
}

section.process-subtitle .columns .column.right {
    grid-row: pic;
    grid-column: pic;
    z-index: var(--z-header-hider);
}

section.process-subtitle .columns .column.right .img-wrapper {
    border-radius: 0.625rem;
    overflow: hidden;
    height: 100%;
}

section.process-intro {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

section.process-intro .columns .column.right .text .text-wrapper .titles {
    display: grid;
    gap: 2rem;
}

section.process-media {
    background: linear-gradient(transparent 50%, var(--c-accent) 50%);
    margin-bottom: -1px;
}

section.process-media .media-wrapper {
    border-radius: 0.625rem;
    overflow: hidden;
}

section.process-media.video-media .media-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

section.process-media.video-media .media-wrapper iframe {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

section.process-content {
    padding-top: 6.25rem;
    padding-bottom: 8.1875rem;
}

section.process-content .columns .column.right .text .text-wrapper p + blockquote {
    margin-top: 4.375rem;
}

section.process-content .columns .column.right .text .text-wrapper blockquote {
    font-size: 1.1875rem;
    font-weight: 500;
    font-family: var(--ff-primary-extended);
    padding-left: 1.875rem;
    border-left: 1px solid var(--c-white);
}

section.process-content .columns .column.right .text .text-wrapper blockquote:not(:last-child) {
    margin-bottom: 4.375rem;
}

@media only screen and (max-width: 950px) {
    body.single-process section.hero.hero-image {
        min-height: unset;
        height: auto;
    }

    body.single-process section.hero.hero-image .text {
        display: block;
        padding-top: 11rem;
        padding-bottom: 4rem;
    }

    body.single-process section.process-subtitle .columns .column.right .img-wrapper img {
        min-height: 14rem;
    }

    section.process-subtitle {
        --y-bleed: 1px;
    }

    section.process-subtitle .columns {
        display: flex;
        flex-direction: column-reverse;
        gap: 2.5rem;
    }

    section.process-subtitle .columns .column.left {
        padding-top: 0;
    }

    section.process-subtitle .columns .column.right {
        margin-left: calc(var(--container-x-padding) * -1);
        margin-right: calc(var(--container-x-padding) * -1);
        padding-left: var(--container-x-padding);
        padding-right: var(--container-x-padding);
        background: linear-gradient(var(--c-accent) 50%, transparent 50%);
        z-index: var(--z-header);
    }

    section.process-subtitle .columns .column.right .img-wrapper img {
        position: static;
    }

    section.process-intro {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    section.process-content .columns.columns-3-7,
    section.process-intro .columns.columns-3-7 {
        display: block;
    }

    section.process-intro .columns .column.left {
        margin-bottom: 3.125rem;
    }

    section.process-content {
        padding-top: 5rem;
        padding-bottom: 6.25rem;
    }

    section.process-content .columns .column.left {
        margin-bottom: 2.5rem;
    }

    section.process-content .columns .column.right .text .text-wrapper p + blockquote {
        margin-top: 3.75rem;
    }

    section.cards-slider.single-process {
        padding-bottom: 5rem;
    }

    section.centered-title.single-process {
        padding-bottom: 3.75rem;
    }
}

section.certifications-intro {
    padding-bottom: 9.375rem;
}

@media only screen and (max-width: 768px) {
    section.certifications-intro {
        padding-bottom: 5rem;
    }

    section.certifications-intro .columns {
        display: flex;
        flex-direction: column;
    }

    section.certifications-intro .columns .column.left {
        display: none;
    }

    section.centered-title {
        padding-top: 6.25rem;
        padding-bottom: 4.25rem;
    }
}

section.certifications-media {
    background: linear-gradient(var(--c-light-gray) 50%, var(--c-accent) 50%);
}

section.certifications-media .media-wrapper {
    border-radius: 0.625rem;
    overflow: hidden;
}

section.certifications-norm {
    padding-top: 9.0625rem;
    padding-bottom: 8.9375rem;
    margin-bottom: 9.375rem;
}

section.certifications-norm .text .text-wrapper {
    display: grid;
    gap: 3.4375rem;
}

@media only screen and (max-width: 768px) {
    section.certifications-norm {
        padding-top: 5rem;
        padding-bottom: 6.25rem;
        margin-bottom: 0;
    }

    section.certifications-norm .columns.columns-3-7 {
        display: flex;
        flex-direction: column;
        gap: 3.75rem;
    }

    section.certifications-norm .columns .column.right .text .text-wrapper {
        gap: 3.75rem;
    }
}

section.divisions-hero {
    padding-top: 11.0625rem;
    padding-bottom: 3.5625rem;
    text-align: center;
}

section.divisions-hero .text .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.1875rem;
    align-items: center;
}

section.divisions-media {
    z-index: var(--z-header-hider);
    background: linear-gradient(var(--c-light-gray) 50%, transparent 50%);
    position: relative;
}

section.divisions-media .container {
    --container-total-size: 49.1875rem;
}

section.divisions-media .media-wrapper {
    height: 0;
    border-radius: 0.625rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
}

section.divisions-media .media-wrapper iframe {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

section.divisions-divisions {
    padding-top: 4.375rem;
    padding-bottom: 8.125rem;
}

section.divisions-divisions .rows {
    display: grid;
    gap: 6rem;
}

section.divisions-divisions .rows .row.top .text .text-wrapper .title {
    text-align: center;
    text-wrap: balance;
    text-wrap: pretty;
}

section.divisions-divisions .rows .row.bottom .divisions-wrapper {
    display: grid;
    --grid-item-width: 25rem;
    grid-template-columns: repeat(auto-fit, minmax(var(--grid-item-width), 1fr));
    grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-item-width), 100%), 1fr));
    gap: var(--container-gap);
    row-gap: 4.375rem;
}

section.divisions-divisions .rows .row.bottom .divisions-wrapper .division .thumbnail .images {
    display: grid;
    border-radius: 0.5rem;
    overflow: hidden;
}

section.divisions-divisions .rows .row.bottom .divisions-wrapper .division .thumbnail .images .img-wrapper {
    grid-column: -1/1;
    grid-row: -1/1;
}

section.divisions-divisions .rows .row.bottom .divisions-wrapper .division .thumbnail .images .img-wrapper.img-bg {
    height: 0;
    padding-bottom: 59.3128%;
}

section.divisions-divisions .rows .row.bottom .divisions-wrapper .division .thumbnail .images .img-wrapper.img-logo {
    padding: 1rem;
    background-color: #00000033;
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
}

section.divisions-divisions .rows .row.bottom .divisions-wrapper .division .text {
    margin-top: 1.875rem;
    text-align: center;
}

section.divisions-divisions .rows .row.bottom .divisions-wrapper .division .text .title {
    margin-bottom: 2.5rem;
}

section.divisions-divisions .rows .row.bottom .divisions-wrapper .division .text .description {
    margin-bottom: 2.5rem;
}

section.divisions-divisions .rows .row.bottom .divisions-wrapper .division .text .text-wrapper .cta a {
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    section.divisions-hero {
        padding-top: 11rem;
        padding-bottom: 2.3125rem;
    }
}

section.title-banner {
    padding-top: 9.375rem;
    padding-bottom: 15.625rem;
    text-align: center;
}

section.title-banner:has(+ .steps) {
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    section.title-banner {
        padding-top: 5rem;
        padding-bottom: 14.6875rem;
    }

    section.divisions-divisions {
        padding-top: 3.75rem;
        padding-bottom: 5.625rem;
    }

    section.divisions-divisions .rows {
        gap: 5rem;
    }

    section.divisions-divisions .rows .row.bottom .divisions-wrapper {
        gap: 5rem;
    }

    section.divisions-divisions .rows .row.bottom .divisions-wrapper .division .text .title {
        margin-bottom: 1.875rem;
    }

    section.divisions-divisions .rows .row.bottom .divisions-wrapper .division .thumbnail .images .img-wrapper.img-logo img {
        max-width: 15.3125rem;
    }
}

section.title-banner .text .text-wrapper {
    display: grid;
    align-items: center;
    gap: 2.375rem;
}

section.title-banner .text .text-wrapper .logo-text {
    justify-content: center;
}

section.splitted-content.overflow-top {
    --y-bleed: 6.25rem;
    margin-top: calc(var(--y-bleed) * -1);
}

section.splitted-content .rows .row.top {
    padding-top: 6.25rem;
}

section.splitted-content .rows .row.top .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--container-gap);
    row-gap: 0;
    align-items: center;
}

section.splitted-content.reverse .rows .row.top .columns .column.right {
    order: -1;
}

section.splitted-content.simple .rows .row.top .columns .column.right .images {
    max-width: 34.5625rem;
}

section.splitted-content.simple.reverse .rows .row.top .columns .column.left {
    justify-self: end;
}

section.splitted-content.with-images .rows .row.top .columns .column.left .text,
section.splitted-content.simple .rows .row.top .columns .column.left .text {
    max-width: 27.25rem;
}

section.splitted-content .rows .row.top .columns .column.left .text .text-wrapper .description {
    text-wrap: balance;
    text-wrap: pretty;
}

section.splitted-content.overflow-top .rows .row.top {
    padding-top: 0;
}

section.splitted-content.overflow-top .rows .row.top .columns {
    grid-template-rows: [pic-start] var(--y-bleed) [text-start] auto [text-end] 0px [pic-end];
}

section.splitted-content.overflow-top .rows .row.top .columns .column.right {
    grid-row: pic;
    height: 0;
    min-height: 100%;
}

section.splitted-content.with-images .rows .row.top .columns .column.right .images {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(6, 1fr);
}

section.splitted-content.with-images .rows .row.top .columns .column.right .images .img-wrapper {
    grid-column: -1/1;
    grid-row: -1/1;
}

section.splitted-content.with-images .rows .row.top .columns .column.right .images .img-wrapper.big {
    grid-column: 1/5;
}

section.splitted-content.with-images .rows .row.top .columns .column.right .images .img-wrapper.small {
    grid-column: 3/7;
    max-width: 19.9375rem;
    margin: 0 auto;
}

section.splitted-content.overflow-top .rows .row.top .columns .column.left {
    grid-row: text;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

section.splitted-content.overflow-top .rows .row.top .columns .column.left .text {
    max-width: 27.25rem;
    margin: 0 auto;
}

section.splitted-content .rows .row.top .columns .column.left .text .text-wrapper {
    display: grid;
    gap: 2rem;
}

section.splitted-content .rows .row.top .columns .column.right .images {
    height: 100%;
}

section.splitted-content .rows .row.top .columns .column.right .images .img-wrapper.big {
    height: 100%;
    border-radius: 0.625rem;
    overflow: hidden;
}

section.splitted-content .rows .row.top .columns .column.right .images .img-wrapper.big img {
    height: 100%;
    object-fit: cover;
}

section.splitted-content .rows .row.bottom {
    padding-top: 6.25rem;
    padding-bottom: 6.5625rem;
}

@media only screen and (max-width: 768px) {
    section.splitted-content.overflow-top {
        --y-bleed: 9.6875rem;
    }

    section.splitted-content .rows .row.top .columns {
        display: flex;
        flex-direction: column;
    }

    section.splitted-content.overflow-top .rows .row.top .columns .column.right,
    section.splitted-content .rows .row.top .columns .column.right {
        order: -1;
        height: auto;
    }

    section.splitted-content .rows .row.top .columns .column.left {
        padding-top: 5rem;
    }

    section.splitted-content.overflow-top .rows .row.top .columns .column.left {
        padding-top: 5rem;
        padding-bottom: 0;
    }

    section.splitted-content .rows .row.top .columns .column.left .text .text-wrapper {
        gap: 3.125rem;
    }

    section.splitted-content .rows .row.bottom {
        padding-top: 3.125rem;
        padding-bottom: 5rem;
    }

    section.splitted-content.services-quality .rows .row.top {
        padding-top: 0;
    }

    section.splitted-content.with-images .rows .row.top .columns .column.right,
    section.splitted-content.services-quality .rows .row.top .columns .column.left,
    section.splitted-content.services-quality .rows .row.top .columns .column.right {
        margin-left: calc(var(--container-x-padding) * -1);
        margin-right: calc(var(--container-x-padding) * -1);
        padding-left: var(--container-x-padding);
        padding-right: var(--container-x-padding);
    }

    section.splitted-content.services-quality .rows .row.top .columns .column.right {
        background: linear-gradient(transparent 50%, var(--c-light-gray) 50%);
    }

    section.splitted-content.with-images .rows .row.top {
        padding-top: 0;
    }

    section.splitted-content.with-images .rows .row.top .columns .column.right {
        background: linear-gradient(var(--c-light-gray) 50%, transparent 50%);
    }

    section.splitted-content.services-quality .rows .row.top .columns .column.left {
        background-color: var(--c-light-gray);
    }

    section.splitted-content.services-quality .rows .row.bottom {
        background-color: var(--c-light-gray);
    }

    section.splitted-content.with-images .rows .row.top .columns .column.right .images {
        display: grid;
        align-items: end;
        justify-content: center;
        grid-template-columns: 1fr;
    }

    section.splitted-content.with-images .rows .row.top .columns .column.right .images .img-wrapper.big,
    section.splitted-content.with-images .rows .row.top .columns .column.right .images .img-wrapper.small {
        grid-column: -1/1;
    }

    section.splitted-content.with-images .rows .row.top .columns .column.right .images .img-wrapper.small {
        transform: translateY(50%);
    }

    section.splitted-content.with-images .rows .row.top .columns .column.left {
        padding-top: 10.9375rem;
    }
}
section.services-media {
    background: linear-gradient(transparent 50%, var(--c-light-gray) 50%);
}

section.contact-hero {
    padding-top: 10.625rem;
    padding-bottom: 7.5rem;
    text-align: center;
}

section.contact-hero .logo-text {
    justify-content: center;
}

section.contact-hero .text-wrapper {
    display: grid;
    gap: 2.375rem;
}

section.contact-locations .locations-wrapper {
    display: grid;
    --grid-item-width: 15.625rem;
    grid-template-columns: repeat(auto-fit, minmax(var(--grid-item-width), 1fr));
    grid-template-columns: repeat(auto-fit, minmax(min(var(--grid-item-width), 100%), 1fr));
    gap: var(--container-gap);
    row-gap: 4.375rem;
}

section.contact-locations .locations-wrapper .location {
    display: flex;
    flex-direction: column;
}

section.contact-locations .locations-wrapper .location .thumbnail {
    margin-bottom: 2.5rem;
}

section.contact-locations .locations-wrapper .location .thumbnail .img-wrapper {
    height: 0;
    padding-bottom: 59.174312%;
    overflow: hidden;
    border-radius: 0.625rem;
}

section.contact-locations .locations-wrapper .location .thumbnail .img-wrapper img {
    transition: transform 0.3s ease;
}

section.contact-locations .locations-wrapper .location:hover .thumbnail .img-wrapper img {
    transform: scale(1.05);
}

section.contact-locations .locations-wrapper .location .text {
    margin-bottom: 2.5rem;
}

section.contact-locations .locations-wrapper .location .text .title {
    margin-bottom: 0.5em;
    margin-bottom: 0.5lh;
}

section.contact-locations .locations-wrapper .location .informations {
    margin-top: auto;
}

section.contact-locations .locations-wrapper .location .informations p {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: var(--container-gap);
    row-gap: 0.1rem;
    color: var(--c-gray);
    text-transform: uppercase;
    font-weight: 500;
}

section.contact-locations .locations-wrapper .location .informations p a {
    color: var(--c-black);
    text-transform: none;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    section.contact-hero {
        padding-top: 10rem;
        padding-bottom: 2.5rem;
    }

    section.contact-hero .text-wrapper {
        gap: 2.5rem;
    }

    section.contact-locations .locations-wrapper .location .thumbnail {
        margin-bottom: 1.875rem;
    }

    section.contact-locations .locations-wrapper {
        gap: 5rem;
    }
}

section.map {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

section.map .eg-google-map {
    border-radius: 0.625rem;
    overflow: hidden;
}

@media (min-width: 768px) {
    section.split-overflow.home-gardening .columns .column.right {
        padding-bottom: 5rem;
    }

    header.egloo .mega-menus .mega-menu-item .mega-menu-item-menu .mega-menu-container ul li a .menu-item-title {
        font-size: 0.75rem;
    }

    section.overflow-with-title .columns .column.right .text .text-wrapper {
        gap: 9rem;
        justify-content: unset;
    }
}

@media only screen and (max-width: 768px) {
    section.map {
        padding-top: 6.25rem;
        padding-bottom: 3.125rem;
    }
}

section.clients {
    background-color: #f7f7f7;
    padding-block: 9.375rem;
    padding-block-end: 2.5rem;
}

section.clients .container {
    text-align: center;
}

section.clients .partners {
    overflow: hidden;
    padding-top: 5rem;
}

section.clients .partners .partners-group,
section.clients .partners {
    display: flex;
    align-items: center;
    gap: var(--container-gap);
}

section.clients .partners .partners-group {
    animation: marquee 15s linear infinite;
}

section.clients .partners .partners-group .img-wrapper {
    height: 5rem;
}

section.clients .partners .partners-group .img-wrapper img {
    height: 100%;
}

@media only screen and (max-width: 768px) {
    section.clients {
        padding-block: 3.125rem;
        padding-top: 5rem;
        padding-bottom: 1rem;
    }

    section.clients .partners {
        padding-top: 3.125rem;
    }

    section.clients .partners .partners-group {
        animation: marquee 25s linear infinite;
    }

    body.page-template-about footer {
        padding-top: 0;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% - var(--container-gap)));
    }
}

/* -----------------------------------
==============================================================================
#IUBENDA
==============================================================================
----------------------------------- */

body #iubenda-cs-banner *,
body #iubenda-cs-banner .iubenda-banner-content:not(.iubenda-custom-content) *,
body #iubenda-cs-banner [class*=" iub"],
body #iubenda-cs-banner [class^="iub"] {
    font-family: var(--ff-primary) !important;
    color: #343434 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

body #iubenda-cs-banner label {
    margin-bottom: 0;
}

body #purposes-content-container .purposes-header .purposes-header-text,
body #purposes-content-container .purposes-section-header-text {
    font-size: 14px !important;
}

body #purposes-content-container .purposes-item .purposes-item-body,
body #purposes-content-container .purposes-item .purposes-item-title .purposes-item-title-btn {
    font-weight: 500 !important;
}

body #purposes-content-container .purposes-section-header-title {
    line-height: 1.4 !important;
    padding-bottom: 7px !important;
}

body #purposes-content-container .purposes-header {
    padding-top: 0 !important;
}

body #iubenda-iframe .purposes-header-right button {
    background-color: #294cbc !important;
    color: white !important;
    border: 0.5px solid #294cbc !important;
    box-shadow: none !important;
    opacity: 1;
    border-radius: 64px !important;
}

body #iubenda-iframe .purposes-header-right button:hover {
    opacity: 0.8;
    background-color: #294cbc !important;
    color: white !important;
    border: 0.5px solid #294cbc !important;
}

body #iubenda-iframe .iub-toggle-checkbox input.style1:checked {
    background-color: #294cbc !important;
}

body #iubenda-iframe .iub-btn-stroked {
    border: 1px solid black !important;
}

body #purposes-content-container .purposes-header .purposes-header-title {
    font-weight: 600 !important;
    font-size: 2rem !important;
    margin-bottom: 8px !important;
    line-height: 1.2 !important;
    padding-bottom: 0.5rem !important;
    padding-top: 1.6rem !important;
}

body #iubenda-cs-banner .iubenda-granular-controls-container .granular-control-checkbox input.style1:checked {
    background-color: #294cbc !important;
}

body #iubenda-cs-banner .iubenda-cs-opt-group button,
body .iubenda-alert button.iubenda-button-cancel,
body #iiubenda-cs-banner .iub-btn-consent,
body #iubenda-iframe #iubFooterBtnContainer button,
body #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-accept-btn {
    border: 0.5px solid #294cbc !important;
    font-weight: 600 !important;
    outline: none !important;
    box-shadow: none !important;
    color: white !important;
    background-color: #294cbc !important;
    transition: opacity 200ms ease-in-out;

    font-size: 14px !important;
}

body #iubenda-cs-banner.iub-btn-consent.iub-btn-reject,
body #iubenda-cs-banner .iub-btn-consent.iub-btn-accept {
    color: white !important;
    background-image: none !important;
    padding-left: 25px !important;
    padding-right: 25px !important;

    font-size: 12px !important;
}

body #iubenda-iframe .iub-btn-consent.iub-btn-reject {
    background-size: 9px !important;
}

body #iubenda-iframe .iub-btn-consent.iub-btn-accept {
    background-size: 11px !important;
}

body #iubenda-cs-banner .iubenda-cs-opt-group button:hover,
body .iubenda-alert button.iubenda-button-cancel:hover,
body #iubenda-iframe #iubFooterBtnContainer button:hover,
body #iubenda-iframe #iubFooterBtnContainer button:focus {
    background-color: #294cbc !important;
    color: white !important;
    border: 0.5px solid #294cbc !important;
    box-shadow: none !important;
    opacity: 0.8;
}

body #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-reject-btn {
    background: #294cbc !important;
    color: white !important;
}

body #iubenda-cs-banner [tabindex]:not([tabindex="-1"]):focus,
body #iubenda-cs-banner a[href]:focus,
body #iubenda-cs-banner button:focus,
body #iubenda-cs-banner details:focus,
body #iubenda-cs-banner input:focus,
body #iubenda-cs-banner select:focus,
body #iubenda-cs-banner textarea:focus,
body #iubenda-iframe [tabindex]:not([tabindex="-1"]):focus,
body #iubenda-iframe a[href]:focus,
body #iubenda-iframe button:focus,
body #iubenda-iframe details:focus,
body #iubenda-iframe input:focus,
body #iubenda-iframe select:focus,
body #iubenda-iframe textarea:focus {
    outline: none !important;
}

body .iubenda-tp-btn[data-tp-float][data-tp-float="bottom-right"] {
    border-radius: 50% !important;
    bottom: 2.5rem !important;
    right: 2.5rem !important;
    margin: 0 !important;
    width: 3rem !important;
    height: 3rem !important;
    background-position: center !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 1px #294cbc !important;
    background-size: 22px !important;
    opacity: 0.5;
    transition: all 200ms ease-in-out;
}

body .iubenda-tp-btn[data-tp-float][data-tp-float="bottom-right"]:hover {
    opacity: 1;
}

body #iubenda-iframe .purposes-header-right .iub-iframe-brand-button {
    display: none !important;
}

body #iubenda-cs-banner.iubenda-cs-branded .iubenda-cs-close-btn {
    height: 32px !important;
    min-width: 32px !important;
    font-size: 25px !important;
    margin-top: 6px !important;
}

body #cookie-warning {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    body #purposes-content-container .purposes-header .purposes-header-title {
        font-size: 1.2rem !important;
    }

    body .iubenda-tp-btn[data-tp-float][data-tp-float="bottom-right"] {
        right: 1.25rem !important;
        bottom: 1.25rem !important;
        width: 2.5rem !important;
        height: 2.5rem !important;
    }

    body #purposes-content-container .purposes-section-header-title {
        font-size: 17px !important;
    }

    body #purposes-content-container .purposes-header {
        padding-top: 0 !important;
        padding-bottom: 1.5rem !important;
    }

    body #purposes-content-container .purposes-item {
        margin: 0 !important;
    }

    body #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand {
        margin-bottom: -1rem !important;
        margin: -8px -8px 0 !important;
        margin: 0 !important;
        margin-bottom: -0.8rem !important;
    }

    body #iubenda-iframe .iubenda-modal-navigation.iubenda-modal-navigation-brand .iubenda-modal-navigation-logo img {
        max-width: 100% !important;
    }
}
