@charset "UTF-8";
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
  :root {
--color-blue: #004587;
--color-blue-l: #1a5893;
--color-yellow: #FFDE5A;
--color-yellow-l: #FFE683;
--color-yellow-ll: #FFEFAD;
--color-black: #000000;
--color-light-blue: #E6ECF3;
--color-white: #FFFFFF; --container-padding: min(10vw, 10rem);
--gap-padding: clamp(1rem, 4vw, 2.5rem);
--gap-padding-big: clamp(1rem, 8vw, 6.4rem);
--gap-padding-xl: clamp(2rem, 12vw, 16rem);
--section-padding: min(10vh, 8rem);
--section-padding-medium: min(10vh, 8em);
--section-padding-small: min(7.5vh, 6.5em);
--nav-height: 10rem;
}
@media screen and (max-width: 992px) {
:root {
--container-padding: 7.5vw;
--section-padding: max(2em, calc(3.5vw + 3.5vh));
--section-padding-medium: max(1.5em, calc(2.5vw + 2.5vh));
--section-padding-small: max(1em, calc(1.5vw + 1.5vh));
}
}
@media screen and (max-width: 768px) {
:root {
--container-padding: clamp(1em, 4vw, 2.5em);
--nav-height: 10rem;
}
}
@media screen and (max-width: 480px) {
:root {
--section-padding: max(2em, 4.5vh);
--section-padding-medium: max(2.25em, 4vh);
--section-padding-small: max(1.5em, 3.5vh);
}
}         .hamburger {
padding: 18px 16px;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
}
.hamburger:hover {
opacity: 0.9;
}
.hamburger.is-active:hover {
opacity: 0.9;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
background-color: white;
}
.hamburger-box {
width: 20px;
height: 14px;
display: inline-block;
position: relative;
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 20px;
height: 2px;
background-color: white;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block;
}
.hamburger-inner::before {
top: -6px;
}
.hamburger-inner::after {
bottom: -6px;
}  .hamburger--3dx .hamburger-box {
perspective: 40px;
}
.hamburger--3dx .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
transform: translate3d(0, -6px, 0) rotate(-45deg);
}  .hamburger--3dx-r .hamburger-box {
perspective: 40px;
}
.hamburger--3dx-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
transform: translate3d(0, -6px, 0) rotate(-45deg);
}  .hamburger--3dy .hamburger-box {
perspective: 40px;
}
.hamburger--3dy .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
transform: translate3d(0, -6px, 0) rotate(-45deg);
}  .hamburger--3dy-r .hamburger-box {
perspective: 40px;
}
.hamburger--3dy-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
transform: translate3d(0, -6px, 0) rotate(-45deg);
}  .hamburger--3dxy .hamburger-box {
perspective: 40px;
}
.hamburger--3dxy .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
transform: translate3d(0, -6px, 0) rotate(-45deg);
}  .hamburger--3dxy-r .hamburger-box {
perspective: 40px;
}
.hamburger--3dxy-r .hamburger-inner {
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
background-color: transparent !important;
transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
transform: translate3d(0, -6px, 0) rotate(-45deg);
}  .hamburger--arrow.is-active .hamburger-inner::before {
transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
}  .hamburger--arrow-r.is-active .hamburger-inner::before {
transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}  .hamburger--arrowalt .hamburger-inner::before {
transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
top: 0;
transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
bottom: 0;
transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}  .hamburger--arrowalt-r .hamburger-inner::before {
transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
top: 0;
transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
bottom: 0;
transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}  .hamburger--arrowturn.is-active .hamburger-inner {
transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}  .hamburger--arrowturn-r.is-active .hamburger-inner {
transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}  .hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
}  .hamburger--collapse .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
top: -12px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
transform: translate3d(0, -6px, 0) rotate(-45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-90deg);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}  .hamburger--collapse-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0.13s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
top: -12px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
transform: translate3d(0, -6px, 0) rotate(45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}  .hamburger--elastic .hamburger-inner {
top: 1px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
top: 6px;
transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
top: 12px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
transform: translate3d(0, 6px, 0) rotate(135deg);
transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
transform: translate3d(0, -12px, 0) rotate(-270deg);
transition-delay: 0.075s;
}  .hamburger--elastic-r .hamburger-inner {
top: 1px;
transition-duration: 0.275s;
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
top: 6px;
transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
top: 12px;
transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
transform: translate3d(0, 6px, 0) rotate(-135deg);
transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
transition-delay: 0s;
opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
transform: translate3d(0, -12px, 0) rotate(270deg);
transition-delay: 0.075s;
}  .hamburger--emphatic {
overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
left: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
top: 6px;
right: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
left: -40px;
top: -40px;
transform: translate3d(40px, 40px, 0) rotate(45deg);
transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
right: -40px;
top: -40px;
transform: translate3d(-40px, 40px, 0) rotate(-45deg);
transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}  .hamburger--emphatic-r {
overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
left: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
top: 6px;
right: 0;
transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
transition-delay: 0s;
transition-timing-function: ease-out;
background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
left: -40px;
top: 40px;
transform: translate3d(40px, -40px, 0) rotate(-45deg);
transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
right: -40px;
top: 40px;
transform: translate3d(-40px, -40px, 0) rotate(45deg);
transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}  .hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
opacity: 0;
transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
bottom: 0;
}  .hamburger--slider .hamburger-inner {
top: 1px;
}
.hamburger--slider .hamburger-inner::before {
top: 6px;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
transform: rotate(-45deg) translate3d(-2.8571428571px, -4px, 0);
opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
transform: translate3d(0, -12px, 0) rotate(-90deg);
}  .hamburger--slider-r .hamburger-inner {
top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
top: 6px;
transition-property: transform, opacity;
transition-timing-function: ease;
transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
top: 12px;
}
.hamburger--slider-r.is-active .hamburger-inner {
transform: translate3d(0, 6px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
transform: rotate(45deg) translate3d(2.8571428571px, -4px, 0);
opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
transform: translate3d(0, -12px, 0) rotate(90deg);
}  .hamburger--spin .hamburger-inner {
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
transform: rotate(225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}  .hamburger--spin-r .hamburger-inner {
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
transform: rotate(-225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}  .hamburger--spring .hamburger-inner {
top: 1px;
transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
top: 6px;
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
top: 12px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
transition-delay: 0.22s;
background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
top: 0;
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
top: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 6px, 0) rotate(-45deg);
}  .hamburger--spring-r .hamburger-inner {
top: auto;
bottom: 0;
transition-duration: 0.13s;
transition-delay: 0s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
top: -12px;
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
transform: translate3d(0, -6px, 0) rotate(-45deg);
transition-delay: 0.22s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
top: 0;
opacity: 0;
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(90deg);
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}  .hamburger--stand .hamburger-inner {
transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
transform: rotate(90deg);
background-color: transparent !important;
transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}  .hamburger--stand-r .hamburger-inner {
transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
transform: rotate(-90deg);
background-color: transparent !important;
transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
top: 0;
transform: rotate(-45deg);
transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(45deg);
transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}  .hamburger--squeeze .hamburger-inner {
transition-duration: 0.075s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
transform: rotate(45deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}  .hamburger--vortex .hamburger-inner {
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
transition-duration: 0s;
transition-delay: 0.1s;
transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
transform: rotate(765deg);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(90deg);
}  .hamburger--vortex-r .hamburger-inner {
transition-duration: 0.2s;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
transition-duration: 0s;
transition-delay: 0.1s;
transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
transform: rotate(-765deg);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
top: 0;
opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
}
*,
*::before,
*::after {
box-sizing: border-box;
}
* {
margin: 0;
overflow-wrap: break-word;
}
html {
font-size: 62.5%;
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
line-height: 1.5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: "Poppins", sans-serif;
background-color: var(--color-white);
}
img,
picture,
figure,
video,
canvas,
svg {
display: block;
max-width: 100%;
}
input,
button,
textarea,
select {
font: inherit;
}
ul,
ol {
list-style: none;
margin: 0;
padding: 0;
}
ul.checklist li {
position: relative;
padding-left: 2.4rem;
}
ul.checklist li:before {
content: "";
position: absolute;
left: 0;
top: 0.8rem;
width: 16px;
height: 16px;
background-color: var(--color-red);
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2 7.5L6.33333 12L15 3' stroke='%23C52325' stroke-width='2'/%3E%3C/svg%3E");
mask-size: contain;
mask-repeat: no-repeat;
mask-position: center;
}
.section-white + .section-white {
padding-top: 0;
}
@media (max-width: 768px) {
.slider--with-background + .section-white, .slider--with-background + .section-grey, .slider--with-background + .section-yellow {
padding-top: 0;
}
}
@media (max-width: 768px) {
.image-with-text + .image-with-text {
padding-top: 0;
}
} .lightning-icon {
width: 120px;
height: 120px;
overflow: visible; animation: fade-in 0.5s ease-out;
} .lightning-icon path:first-child {
transform-origin: center; animation: pulse-circle 3s ease-in-out infinite;
} .lightning-icon path:last-child {
transform-origin: center;  fill: transparent;
stroke: white;
stroke-width: 1.5px;  stroke-dasharray: 220;
stroke-dashoffset: 220;   animation: draw-bolt 1.5s ease-out forwards, strike 3s ease-in-out 1.5s infinite;
}  @keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
} @keyframes draw-bolt {
0% {
stroke-dashoffset: 220;
stroke-width: 4px;
fill: transparent;
}
60% { stroke-dashoffset: 0;
stroke-width: 4px;
fill: transparent;
}
100% { stroke-dashoffset: 0;
stroke-width: 4px;
fill: white;
stroke: transparent;
}
} @keyframes pulse-circle {
0%, 100% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(1.05);
opacity: 0.9;
}
} @keyframes strike {
0%, 85%, 100% {
transform: translate(0, 0) scale(1);
filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0));
}
90% {
transform: translate(-2px, 2px) scale(1.1);
filter: drop-shadow(0 0 15px rgb(255, 255, 255));
}
95% {
transform: translate(2px, -1px) scale(1.05);
}
} .lightning-icon:hover path:last-child { animation: jitter 0.1s infinite !important; fill: white;
stroke: transparent;
stroke-dashoffset: 0;
}
@keyframes jitter {
0% {
transform: translate(0, 0);
}
25% {
transform: translate(2px, -2px);
}
50% {
transform: translate(-2px, 1px);
}
75% {
transform: translate(1px, -1px);
}
100% {
transform: translate(-1px, 2px);
}
}
.-margin-b-l {
margin-bottom: var(--gap-padding-big);
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--color-blue);
margin: 0;
font-family: "Mulish", sans-serif;
line-height: 1.2;
font-weight: 800;
}
h1,
.type-1 {
font-size: clamp(3.2rem, calc(3.2rem - 0.025 * 36rem) + 100vw * 0.025, 6rem);
}
h1.-has-line:after,
.type-1.-has-line:after {
content: "";
display: block;
width: 7.5rem;
height: 0.8rem;
background-color: var(--color-blue);
margin-top: 1.6rem;
}
h2,
.type-2 {
font-size: clamp(3.2rem, calc(3.2rem - 0.0142857143 * 36rem) + 100vw * 0.0142857143, 4.8rem);
--line-width: 0%;
}
h2:after,
.type-2:after {
content: "";
display: block;
width: var(--line-width);
max-width: 7.5rem;
height: 0.8rem;
background-color: var(--color-blue);
margin-top: 1.6rem;
transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
h3,
.type-3 {
font-size: clamp(2.4rem, calc(2.4rem - 0 * 36rem) + 100vw * 0, 2.4rem);
font-family: "Poppins", sans-serif;
}
h4,
.type-4 {
font-size: clamp(1.7rem, calc(1.7rem - 0.0035714286 * 36rem) + 100vw * 0.0035714286, 2.1rem);
font-weight: 800;
letter-spacing: 0;
line-height: 1.2;
}
h5,
.type-5 {
font-size: clamp(1.6rem, calc(1.6rem - 0.0017857143 * 36rem) + 100vw * 0.0017857143, 1.8rem);
}
h6,
.type-6 {
font-size: 1.4rem;
text-transform: uppercase;
letter-spacing: 1px;
}
.subtitle {
font-size: clamp(1.8rem, calc(1.8rem - 0.0026785714 * 36rem) + 100vw * 0.0026785714, 2.1rem);
color: var(--color-primary-l);
}
h2 .subtitle {
font-size: clamp(2.4rem, calc(2.4rem - 0.0142857143 * 36rem) + 100vw * 0.0142857143, 4rem);
color: var(--color-grey);
font-weight: 400;
text-transform: none;
display: block;
}
p,
li, span {
line-height: 160%;
color: var(--color-black);
font-size: clamp(1.6rem, calc(1.6rem - 0.0017857143 * 36rem) + 100vw * 0.0017857143, 1.8rem);
}
a {
font-size: clamp(1.6rem, calc(1.6rem - 0.0017857143 * 36rem) + 100vw * 0.0017857143, 1.8rem);
color: var(--color-red-ll);
transition: all 0.2s ease-in-out;
}
a:hover {
color: var(--color-red-l);
text-decoration: none;
}
span.-fw-light {
all: inherit;
font-weight: 300;
}
.container {
max-width: 1480px;
margin: 0 auto;
padding: 0 6.4rem;
}
@media (max-width: 992px) {
.container {
padding: 0 3.2rem;
}
}
@media (max-width: 480px) {
.container {
padding: 0 1.6rem;
}
}
.container.-xl {
max-width: 1790px;
}
@media (min-width: 1200px) {
.container.-xl {
padding: 0 6.4rem;
}
}
@media (max-width: 1200px) {
.container.-xl {
padding: 0 2.4rem;
}
}
@media (max-width: 992px) {
.container.-xl {
padding: 0 2.4rem;
}
}
@media (max-width: 992px) {
.container.-xl {
padding: 0 0.8rem;
}
}
@media (max-width: 480px) {
.container.-xl {
padding: 0 1.6rem;
}
}
.container.-sm {
max-width: 920px;
}
.content > :first-child {
margin-top: 0;
}
.content > :last-child {
margin-bottom: 0;
}
.content p {
margin: 3.2rem 0;
line-height: 170%;
}
.content p + h1, .content p + h2, .content p + h3, .content p + h4, .content p + h5, .content p + h6,
.content ul + h1, .content ul + h2, .content ul + h3, .content ul + h4, .content ul + h5, .content ul + h6,
.content ol + h1, .content ol + h2, .content ol + h3, .content ol + h4, .content ol + h5, .content ol + h6,
.content a + h1, .content a + h2, .content a + h3, .content a + h4, .content a + h5, .content a + h6 {
margin-top: 4.8rem;
}
.content h1, .content h2, .content h3 {
margin: 2.4rem 0;
}
.content h4, .content h5, .content h6 {
margin-top: 2.4rem;
}
.content ul, .content ol {
padding-left: 3.2rem;
list-style-type: unset;
}
.content ul.checklist, .content ol.checklist {
font-weight: 500;
color: var(--color-grey);
}
.content ul.checklist li, .content ol.checklist li {
color: var(--color-black);
list-style-type: none;
position: relative;
margin-bottom: 8px;
}
.content ul.checklist li:before, .content ol.checklist li:before {
content: "";
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.5501 18.0001L3.8501 12.3001L5.2751 10.8751L9.5501 15.1501L18.7251 5.9751L20.1501 7.4001L9.5501 18.0001Z' fill='%23004587'/%3E%3C/svg%3E");
width: 32px;
height: 32px;
position: absolute;
display: block;
left: -24px;
top: 0px;
}
.content li {
margin-bottom: 0.4rem;
color: var(--color-black);
}
.content li::marker {
color: var(--color-yellow);
}
.content a:not(.btn) {
color: var(--color-black);
text-decoration: underline;
}
.content a:not(.btn):hover {
color: var(--color-black);
text-decoration: none;
}
.content table {
font-size: 1.5rem;
text-align: left;
border-collapse: collapse;
color: var(--color-text);
border-top: 1px solid var(--color-secondary-dd);
margin: 2.4rem 0;
width: 100%;
}
@media (max-width: 480px) {
.content table {
font-size: 1.4rem;
}
}
.content table tr {
border-bottom: 1px solid var(--color-secondary-dd);
}
.content table th, .content table td {
padding: 0.8rem 0;
padding-right: 0.4rem;
vertical-align: top;
}
.content table th {
color: var(--color-thirtiary);
font-weight: 500;
}
.content strong {
color: var(--color-black);
font-weight: 800;
}
.btn {
padding: 1.8rem 3.2rem;
border-radius: 100px;
display: inline-block;
text-decoration: none;
font-weight: 800;
font-family: "Mulish", sans-serif;
}
@media (max-width: 768px) {
.btn {
padding: 1.4rem 2.4rem;
}
}
.btn--primary {
border: 2px solid var(--color-blue);
color: var(--color-blue);
}
.btn--primary:hover {
background-color: var(--color-blue);
color: var(--color-yellow);
}
.btn--primary.is-active {
background-color: var(--color-blue);
color: var(--color-yellow);
}
.btn--secondary {
background-color: var(--color-blue);
color: var(--color-yellow);
border: 2px solid var(--color-blue);
}
.btn--secondary:hover {
background-color: var(--color-yellow);
border-color: var(--color-yellow);
color: var(--color-blue);
}
.btn-group {
margin-top: var(--gap-padding);
display: flex;
flex-wrap: wrap;
gap: var(--gap-padding);
}
.splide__arrows {
display: flex;
gap: 1.6rem;
}
.splide__arrow {
background-color: transparent;
display: flex;
justify-content: center;
align-items: center;
width: 6rem;
height: 6rem;
color: var(--color-blue);
border: 2px solid var(--color-blue);
transition: all 0.2s ease-in-out;
cursor: pointer;
border-radius: 50%;
}
@media (max-width: 768px) {
.splide__arrow {
width: 4.8rem;
height: 4.8rem;
}
.splide__arrow svg {
width: 2rem;
height: 3.2rem;
}
}
.splide__arrow:hover {
background-color: var(--color-blue);
color: var(--color-yellow);
}
.splide__arrow:disabled {
display: none;
pointer-events: none;
background-color: var(--color-white-d);
}
.splide__arrow:disabled svg {
opacity: 0.4;
}
.splide__arrow--next svg {
transform: rotate(180deg);
}
.nav {
border-bottom: 1px solid var(--color-gridlines);
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 9;
transition: all 0.2s ease-in-out;
background-color: var(--color-white);
border-bottom: 1px solid var(--color-light-blue);
font-family: "Mulish", sans-serif;
}
.nav.scrolled .main-bar {
height: calc(var(--nav-height) - 1.2rem);
}
@media (max-width: 768px) {
.nav.scrolled .main-bar {
height: calc(var(--nav-height));
}
}
.nav.nav-hidden {
transform: translateY(-100%);
}
.main-bar {
display: flex;
justify-content: space-between;
align-items: center;
height: var(--nav-height);
position: relative;
transition: height 0.2s ease-in-out;
padding-block: 0.8rem;
height: var(--nav-height);
}
.main-bar:after, .main-bar:before {
content: "";
width: 4px;
height: 4px;
background-color: var(--color-red);
position: absolute;
bottom: -1px;
}
.main-bar__left {
display: flex;
gap: 4rem;
align-items: center;
}
.main-bar__right {
display: flex;
align-items: center;
}
.main-bar__logo {
width: 11rem;
max-height: 90%;
}
@media (max-width: 768px) {
.main-bar__logo {
width: 10rem;
}
}
.main-bar__menu {
display: flex;
align-items: center;
gap: 3.2rem;
list-style: none;
}
.main-bar__menu > li {
position: relative;
}
.main-bar__menu > li:hover .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.main-bar__menu > li.current-menu-item a:before {
width: 100%;
transform: scaleX(1);
}
.main-bar__menu > li:last-child > a {
padding: 1.6rem 2.4rem;
background-color: var(--color-blue);
color: var(--color-yellow);
border-radius: 100px;
}
.main-bar__menu > li:last-child > a:hover {
background-color: var(--color-blue-l);
}
.main-bar__menu > li:last-child > a:before {
display: none;
}
.main-bar__menu > li > a {
font-size: 1.8rem;
font-weight: 800;
color: var(--color-blue);
text-decoration: none;
position: relative;
display: flex;
justify-content: center;
padding-block: 1.2rem;
}
.main-bar__menu > li > a:before {
content: "";
display: block;
height: 0.4rem;
width: 100%;
transform: scaleX(0);
position: absolute;
bottom: 0.8rem;
background-color: var(--color-yellow);
transition: transform 0.3s ease;
}
.main-bar__menu > li > a:hover:before {
transform: scaleX(1);
}
.main-bar__menu > li .current-menu-item a:before {
transform: scaleX(1);
}
@media (max-width: 768px) {
.main-bar__menu-wrapper {
clip-path: inset(0 0 100% 0);
transition: clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1);
pointer-events: none;
position: fixed;
background-color: var(--color-white);
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100vh;
height: 100lvh;
padding-top: calc(var(--nav-height) + var(--section-padding));
padding-inline: var(--container-padding);
}
.main-bar__menu-wrapper.show-menu {
display: block;
clip-path: inset(0 0 0 0);
visibility: visible;
pointer-events: all;
overflow-y: scroll;
}
.main-bar__menu-wrapper .main-bar__menu {
flex-direction: column;
align-items: center;
gap: 1.6rem;
}
.main-bar__menu-wrapper .main-bar__menu li a {
font-size: clamp(2.1rem, 8vw, 2.4rem);
line-height: 1;
transform: translateY(100%);
opacity: 0;
}
.main-bar__menu-wrapper .main-bar__menu li a:before {
display: none;
}
.main-bar__menu-wrapper .main-bar__menu li a:after {
display: none;
}
}
.hamburger {
display: none;
}
@media (max-width: 768px) {
.hamburger {
display: block;
}
}
@keyframes reveal-link {
to {
transform: translateY(0);
opacity: 1;
}
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li a, .main-bar__menu-wrapper.show-menu .main-bar__menu li ul {
animation: reveal-link 0.6s ease-out forwards;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(1) a {
animation-delay: 0.1s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(1) ul {
animation-delay: 0.3s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(2) a {
animation-delay: 0.2s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(2) ul {
animation-delay: 0.4s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(3) a {
animation-delay: 0.3s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(3) ul {
animation-delay: 0.5s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(4) a {
animation-delay: 0.4s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(4) ul {
animation-delay: 0.6s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(5) a {
animation-delay: 0.5s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(5) ul {
animation-delay: 0.7s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(6) a {
animation-delay: 0.6s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(6) ul {
animation-delay: 0.8s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(7) a {
animation-delay: 0.7s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(7) ul {
animation-delay: 0.9s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(8) a {
animation-delay: 0.8s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(8) ul {
animation-delay: 1s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(9) a {
animation-delay: 0.9s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(9) ul {
animation-delay: 1.1s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(10) a {
animation-delay: 1s;
}
.main-bar__menu-wrapper.show-menu .main-bar__menu li:nth-child(10) ul {
animation-delay: 1.2s;
}
.nav + * {
margin-top: var(--nav-height);
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
background-color: var(--color-blue);
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
background-color: var(--color-blue-l);
}
.main-bar__menu-wrapper ul {
list-style: none;
display: flex;
margin: 0;
padding: 0;
}
.main-bar__menu-wrapper ul li {
position: relative;
}
.main-bar__menu-wrapper ul li ul.sub-menu {
display: block;
position: absolute;
top: 66px;
left: 0;
z-index: 99;
min-width: 250px;
background-color: #ffffff;
padding: 10px 0; opacity: 0;
visibility: hidden;
transform: translateY(15px);
transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.main-bar__menu-wrapper ul li ul.sub-menu::before {
content: "";
position: absolute;
top: -30px;
left: 0;
width: 100%;
height: 35px;
background: transparent;
}
.main-bar__menu-wrapper ul li ul.sub-menu li {
width: 100%;
}
.main-bar__menu-wrapper ul li ul.sub-menu li a {
display: block;
padding: 10px 20px;
color: var(--color-blue);
font-size: 16px;
font-weight: 600;
text-decoration: none;
transition: background 0.3s ease;
}
.main-bar__menu-wrapper ul li ul.sub-menu li a:hover {
background-color: var(--color-light-blue);
}
.main-bar__menu-wrapper ul li:hover > ul.sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
@media (max-width: 768px) {
.main-bar__menu-wrapper .main-bar__menu li ul.sub-menu {
position: static;
opacity: 0;
visibility: visible;
width: 100%;
transition: none;
}
.main-bar__menu-wrapper .main-bar__menu li ul.sub-menu li a {
font-size: 1.8rem;
padding-block: 0.8rem;
transform: none;
animation: none;
text-align: center;
opacity: 1;
}
.main-bar__menu-wrapper .main-bar__menu li ul.sub-menu li a:hover {
background-color: transparent;
}
.main-bar__menu-wrapper .main-bar__menu li.is-open > ul.sub-menu {
display: block;
}
}
.footer {
background-color: var(--color-blue);
padding-block: 10rem;
}
.footer a, .footer p, .footer li, .footer span {
color: var(--color-white);
font-size: 1.6rem;
}
.footer a {
text-decoration: none;
}
.footer a:hover {
color: var(--color-yellow);
}
@media (max-width: 768px) {
.footer__logo {
width: 60px;
}
}
.footer__top__wrapper {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 4rem;
}
.footer__top__left {
display: flex;
flex-wrap: wrap;
gap: 6rem;
}
.footer__top__menu-wrapper {
display: flex;
column-gap: 12rem;
row-gap: 1.6rem;
flex-wrap: wrap;
}
.footer__title {
font-weight: 700;
}
.footer__bottom span, .footer__bottom li, .footer__bottom a, .footer__bottom p {
font-size: 1.4rem;
}
.footer__bottom__wrapper {
display: flex;
justify-content: space-between;
margin-top: 6rem;
}
@media (max-width: 992px) {
.footer__bottom__wrapper {
flex-direction: column;
gap: 2.4rem;
}
}
.footer__bottom__wrapper__left {
display: flex;
gap: 3.2rem;
}
@media (max-width: 768px) {
.footer__bottom__wrapper__left {
flex-direction: column;
gap: 1.6rem;
}
}
.footer__bottom__wrapper__left .legal-links {
display: flex;
gap: 3.2rem;
}
@media (max-width: 768px) {
.footer__bottom__wrapper__left .legal-links {
flex-direction: column;
gap: 0.8rem;
}
}
.footer__socials {
display: flex;
gap: 2.4rem;
}
.socials__item {
background-color: var(--color-white);
border-radius: 100px;
display: flex;
justify-content: center;
align-items: center;
padding: 0.8rem;
}
.socials__item svg path {
fill: var(--color-blue);
width: 100%;
height: 100%;
}
.socials__item svg path:hover {
fill: var(--color-blue-l);
}
.socials__item.-dark {
background-color: var(--color-blue);
}
.socials__item.-dark svg path {
fill: var(--color-white);
}
.socials__item.-dark:hover svg path {
fill: var(--color-yellow);
}
.social-icons {
display: flex;
gap: 2.4rem;
}
.hero {
height: 70vh;
max-height: 950px;
min-height: fit-content;
position: relative;
overflow-x: clip;
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 992px) {
.hero {
align-items: flex-end;
}
}
.hero__image {
position: absolute;
inset: 0;
z-index: -2;
width: 100%;
height: 100%;
object-fit: cover;
overflow: hidden;
}
.hero__image:after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(90deg, var(--color-yellow-l) 0%, rgba(0, 0, 0, 0) 100%);
z-index: 1;
}
@media (max-width: 992px) {
.hero__image:after {
background: linear-gradient(0deg, var(--color-yellow-l) 0%, rgba(0, 0, 0, 0) 100%);
}
}
.hero__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.hero__content {
margin-top: clamp(10rem, 5vw, 30rem);
width: 100%;
display: flex;
flex-direction: column;
column-gap: 2.4rem;
row-gap: 2.4rem;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
z-index: 1;
padding-block: 4rem;
}
.hero__content-wrapper {
width: 100%;
}
.hero__content .container {
width: 100%;
}
.hero__title {
max-width: 55%;
}
@media (max-width: 768px) {
.hero__title {
max-width: 90%;
}
}
.hero-alt {
max-height: 800px;
position: relative;
padding-block: var(--section-padding);
height: calc(100vh - var(--nav-height));
}
.hero-alt .container {
height: 100%;
}
.hero-alt:before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, var(--color-yellow-l) 0%, rgba(0, 0, 0, 0) 100%);
z-index: -1;
}
.hero-alt__wrapper {
height: 100%;
min-height: fit-content;
position: relative;
overflow-x: clip;
display: flex;
align-items: flex-end;
justify-content: center;
}
@media (max-width: 768px) {
.hero-alt__wrapper {
min-height: 400px;
}
}
.hero-alt .hero__title:after {
content: "";
display: block;
width: 7.5rem;
height: 0.8rem;
background-color: var(--color-blue);
margin-top: 1.6rem;
}
.hero-alt__image {
position: absolute;
inset: 0;
height: 100%;
width: 100%;
}
.hero-alt__image:after {
content: "";
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
inset: 0;
background-color: white;
opacity: 0.3;
}
.hero-alt__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.hero-alt__content {
margin-top: clamp(10rem, 5vw, 30rem);
width: 100%;
display: flex;
flex-direction: column;
column-gap: 2.4rem;
row-gap: 2.4rem;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
z-index: 1;
padding-block: var(--gap-padding-big);
padding-inline: var(--gap-padding-big);
}
.hero-alt__content-wrapper {
width: 100%;
}
.hero-alt__content .container {
width: 100%;
}
@media (max-width: 768px) {
.hero-split {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
}
.hero:not(:has(img)) {
height: auto;
}
.image-with-text {
padding-block: var(--section-padding);
}
.image-with-text.-columns-60-40 .image-with-text__wrapper {
grid-template-columns: 6fr 4fr;
}
@media (max-width: 768px) {
.image-with-text.-columns-60-40 .image-with-text__wrapper {
grid-template-columns: 1fr;
}
}
.image-with-text.-columns-40-60 .image-with-text__wrapper {
grid-template-columns: 4fr 6fr;
}
@media (max-width: 768px) {
.image-with-text.-columns-40-60 .image-with-text__wrapper {
grid-template-columns: 1fr;
}
}
.image-with-text__wrapper {
display: grid;
column-gap: var(--gap-padding-big);
row-gap: var(--gap-padding-big);
grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
.image-with-text__wrapper {
grid-template-columns: 1fr;
}
}
.image-with-text__content {
display: flex;
flex-direction: column;
justify-content: center;
gap: var(--gap-padding);
}
.image-with-text__image {
position: relative;
}
@media (max-width: 768px) {
.image-with-text__image {
padding-block: var(--gap-padding);
}
}
.image-with-text__image img {
width: 100%;
height: auto;
display: block;
}
.image-with-text__image-wrapper {
position: relative;
}
.image-with-text__image-wrapper:before {
content: "";
display: block;
position: absolute;
right: 0;
top: calc(-1 * var(--section-padding));
bottom: calc(-1 * var(--section-padding));
z-index: -1;
right: calc(-1 * (100vw - 100%) / 2);
left: var(--gap-padding-big);
}
@media (max-width: 768px) {
.image-with-text__image-wrapper:before {
top: -2.4rem;
bottom: -2.4rem;
}
}
.image-with-text__image-wrapper.-yellow:before {
background: linear-gradient(270deg, var(--color-yellow-l) 0%, rgba(0, 0, 0, 0) 100%);
}
.image-with-text__image-wrapper.-grey:before {
background-color: var(--color-light-blue);
}
@media (max-width: 768px) {
.image-with-text__image.-m-order-0 {
order: -1;
}
}
.image-with-text.-image-left .image-with-text__image-wrapper:before {
left: calc(-1 * (100vw - 100%) / 2);
right: var(--gap-padding-big);
}
.image-with-text.-image-left .image-with-text__image {
order: -1;
}
@media (max-width: 768px) {
.image-with-text.-image-left .image-with-text__image {
order: 0;
}
}
a.image-with-text__image-wrapper:after {
content: "";
position: absolute;
inset: 0;
background-color: var(--color-blue);
opacity: 0;
transition: opacity 0.2s ease-in-out;
}
a.image-with-text__image-wrapper:hover:after {
opacity: 0.5;
}
.lightning-icon {
width: 7.5rem;
margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
.lightning-icon {
width: 5rem;
}
}
.image-with-text.-image-is-stretched .image-with-text__image-wrapper {
height: 100%;
}
.image-with-text.-image-is-stretched .image-with-text__image-wrapper img {
height: 100%;
object-fit: cover;
}
.image-with-text.-has-background-icon .image-with-text__content {
position: relative;
}
.image-with-text.-has-background-icon .image-with-text__content::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 284 500' fill='none'%3E%3Cpath d='M119.417 499.996C111.912 497.018 108.406 491.998 107.699 483.879L122.345 291.972H12.4707C5.62279 291.972 -2.98891 279.462 1.02417 272.707L150.244 4.89414C160.841 -5.53844 175.493 1.8879 176.065 16.0622L161.412 207.976H271.286C278.134 207.976 286.753 220.487 282.732 227.242L133.077 495.59L125.28 499.996H119.417Z' fill='%23E5ECF3'/%3E%3C/svg%3E");
position: absolute;
aspect-ratio: 9/16;
height: 500px;
width: auto;
right: calc(-2 * var(--gap-padding-big));
top: auto;
bottom: auto;
z-index: -1;
}
@media (max-width: 768px) {
.image-with-text.-has-background-icon .image-with-text__content::after {
height: 300px;
}
}
.image-with-text.-overlaps-next-section {
position: relative;
z-index: 1;
}
.image-with-text.-overlaps-next-section .image-with-text__image {
margin-bottom: calc(-2 * var(--section-padding));
}
.image-with-text.-overlaps-next-section + * {
padding-top: calc(2 * var(--section-padding));
}
@media (max-width: 768px) {
.section-grey + .section-grey,
.section-yellow + .section-yellow,
.section-yellow + .section-grey,
.section-grey + .section-yellow,
.section-grey + .section-white,
.section-yellow + .section-white,
.section-white + .section-white {
padding-top: 0;
}
}
.video-with-text {
padding-block: var(--section-padding);
}
.video-with-text.-columns-60-40 .video-with-text__wrapper {
grid-template-columns: 6fr 4fr;
}
@media (max-width: 768px) {
.video-with-text.-columns-60-40 .video-with-text__wrapper {
grid-template-columns: 1fr;
}
}
.video-with-text.-columns-40-60 .video-with-text__wrapper {
grid-template-columns: 4fr 6fr;
}
@media (max-width: 768px) {
.video-with-text.-columns-40-60 .video-with-text__wrapper {
grid-template-columns: 1fr;
}
}
.video-with-text.-columns-30-70 .video-with-text__wrapper {
grid-template-columns: 3fr 7fr;
}
@media (max-width: 768px) {
.video-with-text.-columns-30-70 .video-with-text__wrapper {
grid-template-columns: 1fr;
}
}
.video-with-text__wrapper {
display: grid;
column-gap: var(--gap-padding-big);
row-gap: var(--gap-padding-big);
grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
.video-with-text__wrapper {
grid-template-columns: 1fr;
}
}
.video-with-text__content {
display: flex;
flex-direction: column;
justify-content: center;
gap: var(--gap-padding);
}
.video-with-text__image {
position: relative;
overflow: hidden;
padding: 0 !important;
display: flex;
align-items: center;
justify-content: center;
transition: unset;
}
@media (max-width: 768px) {
.video-with-text__image {
padding-block: var(--gap-padding);
}
}
.video-with-text__image .play-button {
position: absolute;
width: 25%;
min-width: 80px;
max-width: 120px;
}
.video-with-text__image img {
width: 100%;
height: auto;
display: block;
aspect-ratio: 1/1;
object-fit: cover;
}
.video-with-text__image-wrapper {
position: relative;
}
.video-with-text__image-wrapper:before {
content: "";
display: block;
position: absolute;
right: 0;
top: calc(-1 * var(--section-padding));
bottom: calc(-1 * var(--section-padding));
z-index: -1;
right: calc(-1 * (100vw - 100%) / 2);
left: var(--gap-padding-big);
}
@media (max-width: 768px) {
.video-with-text__image-wrapper:before {
top: -2.4rem;
bottom: -2.4rem;
}
}
.video-with-text__image-wrapper.-yellow:before {
background: linear-gradient(270deg, var(--color-yellow-l) 0%, rgba(0, 0, 0, 0) 100%);
}
.video-with-text__image-wrapper.-grey:before {
background-color: var(--color-light-blue);
}
@media (max-width: 768px) {
.video-with-text__image.-m-order-0 {
order: -1;
}
}
.video-with-text.-image-left .video-with-text__image-wrapper:before {
left: calc(-1 * (100vw - 100%) / 2);
right: var(--gap-padding-big);
}
.video-with-text.-image-left .video-with-text__image {
order: -1;
}
@media (max-width: 768px) {
.video-with-text.-image-left .video-with-text__image {
order: 0;
}
}
.lightning-icon {
width: 7.5rem;
margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
.lightning-icon {
width: 5rem;
}
} .video-with-text.-single-column .video-with-text__wrapper {
display: grid;
grid-template-columns: 1fr; gap: 2rem; } .video-with-text.-single-column .video-with-text__content,
.video-with-text.-single-column .video-with-text__image {
grid-column: span 1;
width: 100%;
} .video-with-text.-single-column .video-with-text__image-wrapper {
width: 100%;
aspect-ratio: 16/9;
}
.video-with-text.-single-column .video-with-text__image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.video-with-text.-single-column .video-with-text__image {
order: 0;
}
@media (max-width: 768px) {
.video-with-text.-single-column .video-with-text__image {
order: 0;
}
}
.form-with-text {
padding-block: var(--section-padding);
}
.form-with-text.-form-left .form-with-text__form {
order: -1;
}
.form-with-text.-columns-60-40 .form-with-text__wrapper {
grid-template-columns: 6fr 4fr;
}
@media (max-width: 992px) {
.form-with-text.-columns-60-40 .form-with-text__wrapper {
grid-template-columns: 1fr;
}
}
.form-with-text.-columns-40-60 .form-with-text__wrapper {
grid-template-columns: 4fr 6fr;
}
@media (max-width: 992px) {
.form-with-text.-columns-40-60 .form-with-text__wrapper {
grid-template-columns: 1fr;
}
}
.form-with-text__wrapper {
display: grid;
column-gap: var(--gap-padding-big);
row-gap: var(--gap-padding-big);
grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
.form-with-text__wrapper {
grid-template-columns: 1fr;
}
}
.form-with-text__content {
display: flex;
flex-direction: column;
justify-content: flex-start;
gap: var(--gap-padding);
}
.form-with-text__form {
background-color: var(--color-light-blue);
padding: var(--gap-padding-big);
width: 100%;
}
.cards-text, .cards-with-image {
padding-block: var(--section-padding);
}
.cards-text h2, .cards-with-image h2 {
margin-bottom: var(--gap-padding-big);
}
.cards-text__list {
display: grid;
gap: var(--gap-padding);
grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
.cards-text__list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.cards-text__list {
grid-template-columns: repeat(1, 1fr);
}
}
.card-text {
background-color: var(--color-yellow-ll);
padding: 4.8rem 2.4rem;
text-align: center;
transition: background-color 0.3s ease-in-out;
}
.card-text:hover {
background-color: var(--color-yellow);
}
.card-text__icon {
width: 3.2rem;
color: var(--color-blue);
margin: 0 auto;
margin-bottom: 3.2rem;
}
.card-text__title {
margin-bottom: 0.8rem;
}
.card-project {
position: relative;
aspect-ratio: 4/3;
background-color: var(--color-grey); display: flex;
flex-direction: column;
justify-content: flex-end;
overflow: hidden;
text-decoration: none; }
.card-project-link {
text-decoration: none;
}
.card-project__image { position: absolute;
top: 0;
left: 0; width: 100%;
height: 100%;
overflow: hidden;
}
.card-project__image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.card-project__content { position: relative; width: 100%;
padding: 20px;
z-index: 1;
}
.card-project__content:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--color-yellow-l);
opacity: 0.75;
z-index: -1;
transition: all 0.2s ease-in-out;
}
.card-project__text {
color: var(--color-blue);
}
a.card-project:hover .card-project__image img, a.card-project-link:hover .card-project__image img {
transform: scale(1.05);
}
.card-alt {
background-color: var(--color-light-blue);
text-decoration: none;
transition: unset;
}
.card-alt:hover .card-alt__image:after {
opacity: 0.5;
}
.card-alt:hover .card-alt__image img {
transform: scale(1.05);
}
.card-alt__image {
aspect-ratio: 16/9;
width: 100%;
overflow: hidden;
position: relative;
}
.card-alt__image:after {
content: "";
position: absolute;
inset: 0;
opacity: 0;
transition: opacity 0.2s ease-in-out;
}
.card-alt__image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.3s ease-in-out;
}
.card-alt__info {
padding: var(--gap-padding);
}
.cards-with-image__list {
display: grid;
gap: var(--gap-padding);
grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
.cards-with-image__list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.cards-with-image__list {
grid-template-columns: repeat(1, 1fr);
}
}
.card-with-image {
background-color: var(--color-light-blue);
text-decoration: none;
display: flex;
flex-direction: column;
}
.card-with-image__image {
aspect-ratio: 16/9;
width: 100%;
overflow: hidden;
position: relative;
}
.card-with-image__image:after {
content: "";
position: absolute;
inset: 0;
background-color: var(--color-blue);
opacity: 0;
transition: opacity 0.2s ease-in-out;
}
.card-with-image__image img {
aspect-ratio: 16/9;
width: 100%;
height: 100%;
object-fit: cover;
}
.card-with-image__content {
display: flex;
flex-direction: column;
justify-content: flex-start;
flex-grow: 1;
padding: var(--gap-padding);
}
.card-with-image__content li, .card-with-image__content p, .card-with-image__content strong {
color: var(--color-blue) !important;
}
.card-with-image__link {
text-align: center;
width: 100%;
margin-top: auto;
position: relative;
transform: translateY(calc(50% + var(--gap-padding))); }
@media (max-width: 768px) {
.card-with-image__link {
transform: translateY(0); margin-top: 0;
}
}
.gform_required_legend {
display: none;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel] {
border: none;
block-size: 56px;
border-radius: 0;
background-color: var(--color-dark-grey-l);
color: var(--color-grey);
font-size: 1.6rem;
box-shadow: none;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:active, body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:active,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:active,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:active,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:active,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus {
background-color: var(--color-dark-grey-ll);
}
.gform-theme--foundation .gform_fields {
row-gap: 20px;
}
body .gform_wrapper .gform_footer input[type=submit] {
border-radius: 0 !important;
display: inline-flex !important;
font-size: 1.7rem !important;
font-weight: 600 !important;
align-items: center !important;
transition: all 0.3s ease-in-out !important;
color: var(--color-white) !important;
text-decoration: none !important;
color: white !important;
position: relative !important;
border: none !important;
font-family: "Poppins", sans-serif !important;
position: relative !important;
background-color: var(--color-red) !important;
overflow: hidden !important;
display: flex;
justify-content: center;
align-items: center;
padding: 2rem 2.4rem !important;
}
body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:active, body .gform_wrapper .gform_footer input[type=submit]:focus {
background-color: var(--color-red-l) !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield label {
color: var(--color-grey);
}
body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
color: #da4141;
}
body .gform_wrapper .gform_validation_errors {
display: none;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
color: white;
font-size: 1.6rem;
font-weight: 500;
}
body .gform_wrapper {
width: 100%;
}
.gform-theme--foundation .gform_fields {
grid-row-gap: 20px !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_drop_area {
border-color: var(--color-dark-grey-ll);
border-width: 2px;
border-radius: 0px;
box-shadow: none;
background-color: transparent;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_button_select_files {
border: 2px solid var(--color-dark-grey-ll);
color: white;
padding: 1.2rem 2.4rem;
font-weight: 500;
transition: all 0.2s ease;
text-decoration: none;
display: inline-block;
background-color: transparent;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_button_select_files:hover {
opacity: 0.8;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filename {
color: var(--color-white) !important;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress {
background-color: #37d05b !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .validation_message {
color: red;
}
.gform_drop_instructions {
color: white !important;
}
body .gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area::before {
color: white !important;
}
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) {
background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(255, 255, 255, 0.65)'/%3E%3C/svg%3E") !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield select {
display: flex;
align-items: center;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio input[type=radio] {
border: 1px solid var(--color-dark-grey-ll) !important;
background-color: transparent;
}
.gform-theme--framework input[type=checkbox]::before, .gform-theme--framework input[type=radio]::before {
background-color: var(--color-red) !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio .gchoice .gform-field-label {
color: var(--color-white) !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio {
margin-top: 8px;
} body .gform_wrapper .gfield input,
body .gform_wrapper .gfield textarea,
body .gform_wrapper .gfield_upload {
border: 2px solid #004684 !important; border-radius: 0px !important; padding: 15px !important;
background-color: transparent !important;
color: #004684 !important;
} body .gform_wrapper .gfield_label {
font-weight: bold !important;
color: #004684 !important;
margin-bottom: 5px !important;
}  body .gform_wrapper .ginput_container_fileupload input {
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
padding: 0 !important;
height: 56px;
} body .gform_wrapper .gform_footer input[type=submit] {
background-color: var(--color-blue) !important; color: #FFD700 !important; border-radius: 100px !important; padding: 1.8rem 3.2rem;
font-weight: 800 !important;
width: 100% !important; cursor: pointer;
font-family: "Mulish", sans-serif !important;
font-size: clamp(1.7rem, calc(1.7rem - 0.0035714286 * 36rem) + 100vw * 0.0035714286, 2.1rem);
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
background-color: var(--color-blue-l) !important;
} ::placeholder {
color: #4a76a8 !important;
opacity: 1;
}
.slider {
overflow-x: clip;
padding-block: var(--section-padding);
}
.slider--with-background {
background-color: var(--color-light-blue);
position: relative;
}
.slider--with-background:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: calc(var(--section-padding) * 2);
background-color: var(--color-white);
}
.slider__content {
display: grid;
grid-template-columns: repeat(2, 1fr);
margin-bottom: var(--gap-padding-big);
gap: var(--gap-padding);
}
@media (max-width: 768px) {
.slider__content {
grid-template-columns: 1fr;
row-gap: var(--gap-padding-big);
}
}
.slider__content__left {
display: flex;
flex-direction: column;
gap: var(--gap-padding);
}
.slider__content__right {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: space-between;
gap: var(--gap-padding);
}
@media (max-width: 768px) {
.slider__content__right {
flex-direction: row;
flex-wrap: wrap;
}
}
.slider .card {
height: 100%;
}
.slider__wrapper {
overflow: visible;
}
.projects-overview {
padding-block: var(--section-padding);
}
.projects-overview__title {
margin-bottom: var(--gap-padding);
}
.projects-overview__filters {
margin-bottom: var(--gap-padding-big);
}
.projects-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--gap-padding);
}
@media (max-width: 992px) {
.projects-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.projects-grid {
grid-template-columns: 1fr;
}
}
.info-grid {
display: grid;
grid-template-columns: repeat(2, 1fr); gap: 40px 20px; margin-top: 30px;
}
.info-grid h3 {
margin-top: 0;
margin-bottom: 0.8rem;
}
.info-grid p, .info-grid ul {
margin: 1.6rem 0;
}
@media (max-width: 480px) {
.info-grid {
grid-template-columns: 1fr;
}
}
.faqs {
padding-block: var(--section-padding);
}
.faqs__list {
display: flex;
flex-direction: column;
margin-block: 3.2rem;
}
.faq {
border-bottom: 2px solid var(--color-blue);
}
.faq summary {
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
color: var(--color-blue);
font-weight: 800;
transition: all 0.3s ease-in-out;
position: relative;
padding: 2.4rem 0;
gap: 2.4rem;
}
.faq summary::marker {
content: none;
}
.faq summary::-webkit-details-marker {
display: none;
}
.faq summary:hover {
color: var(--color-blue-l);
}
.faq summary:hover .faq__icon:after, .faq summary:hover .faq__icon:before {
background-color: var(--color-orange);
}
@media (max-width: 768px) {
.faq summary {
padding: 1.6rem 0;
}
}
.faq .content {
padding: 0 0 3.2rem;
max-width: 900px;
}
@media (max-width: 768px) {
.faq .content {
padding: 0 2.4rem 2.4rem;
}
}
.faq .content *:first-child {
margin-top: 0;
}
.faq + .faq {
border-top: none;
}
[open] summary {
color: var(--color-blue-l);
}
[open] summary .faq__chevron {
transform: rotate(270deg);
}
.faq__chevron {
background-color: transparent;
display: flex;
justify-content: center;
align-items: center;
width: 6rem;
height: 6rem;
color: var(--color-blue);
border: 2px solid var(--color-blue);
transition: all 0.2s ease-in-out;
cursor: pointer;
border-radius: 50%;
transform: rotate(180deg);
flex-shrink: 0;
flex-grow: 0;
}
@media (max-width: 768px) {
.faq__chevron {
width: 4.8rem;
height: 4.8rem;
}
.faq__chevron svg {
width: 2rem;
height: 3.2rem;
}
}
.faq__chevron:hover {
background-color: var(--color-blue);
color: var(--color-yellow);
}
.faq__chevron:disabled {
pointer-events: none;
background-color: var(--color-white-d);
}
.faq__chevron:disabled svg {
opacity: 0.4;
}
.faq__chevron--next svg {
transform: rotate(180deg);
}
.quote {
padding-block: var(--section-padding);
position: relative;
}
.quote.-yellow {
background: linear-gradient(0deg, var(--color-yellow-l) 0%, rgba(0, 0, 0, 0) 100%);
}
.quote.-grey {
background-color: var(--color-light-blue);
}
.quote__content {
display: flex;
flex-direction: column;
gap: var(--gap-padding);
}
.quote__text p {
font-size: clamp(2.4rem, calc(2.4rem - 0.0214285714 * 36rem) + 100vw * 0.0214285714, 4.8rem);
color: var(--color-blue);
font-weight: 800;
line-height: 1.4;
font-family: "Mulish", sans-serif;
}
.quote__author p {
font-weight: 800;
}
.gallery {
padding-block: var(--section-padding);
}
.gallery__wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--gap-padding);
}
@media (max-width: 992px) {
.gallery__wrapper {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.gallery__wrapper {
grid-template-columns: repeat(2, 1fr);
}
}
.gallery__item {
aspect-ratio: 16/10;
overflow: hidden;
position: relative;
}
.gallery__item:after {
content: "";
position: absolute;
inset: 0;
background-color: var(--color-blue);
opacity: 0;
transition: opacity 0.2s ease-in-out;
}
.gallery__item:hover:after {
opacity: 0.5;
}
.gallery__item img {
height: 100%;
width: 100%;
object-fit: cover;
}
.pagination {
display: flex;
justify-content: center;
align-items: center;
margin: 4rem 0 8rem 0;
}
.page-numbers {
padding: 1.2rem;
text-decoration: none;
color: var(--color-blue);
}
.page-numbers.current {
font-weight: 600;
color: var(--color-blue);
}
a.page-numbers:hover {
color: var(--color-blue-l);
}
.page-numbers.next, .page-numbers.prev {
background-color: var(--color-);
border: 1px solid var(--color-grey);
border-radius: 100px;
display: flex;
justify-content: center;
align-items: center;
width: 6rem;
height: 6rem;
color: var(--color-blue);
transition: background-color 0.2s ease-in-out;
cursor: pointer;
flex-shrink: 0;
will-change: transform;
position: relative;
border: 2px solid var(--color-blue);
}
@media (max-width: 768px) {
.page-numbers.next, .page-numbers.prev {
width: 5rem;
height: 5rem;
}
.page-numbers.next svg, .page-numbers.prev svg {
width: 2rem;
height: 2rem;
}
}
.page-numbers.next:hover, .page-numbers.prev:hover {
background-color: var(--color-blue);
color: var(--color-yellow);
}
.page-numbers.prev {
margin-right: 1.2rem;
}
.page-numbers.next {
margin-left: 1.2rem;
}
.page-numbers.next svg {
transform: rotate(180deg);
}
.contact-links {
display: flex;
flex-direction: column;
justify-content: flex-start;
flex-wrap: wrap;
gap: 1.6rem;
margin-top: 4rem !important;
align-items: flex-start;
}
.contact-links__item {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
gap: 0.8rem;
text-decoration: none;
color: var(--color-blue);
text-decoration: none !important;
}
.contact-links__item > * {
transition: color 0.3s ease;
}
.contact-links__item span {
color: var(--color-blue);
}
.contact-links__item:hover {
transform: translateX(4px);
}
.contact-links__item:hover span {
color: var(--color-blue-l);
}
.contact-links__icon {
width: 4.8rem;
height: 4.8rem;
}
.centered-text {
padding-block: var(--section-padding);
}