/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/styles/screen.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/styles/screen.scss (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
  position: relative;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

#root,
#__next {
  isolation: isolate;
}

:root {
  --colors-brand-primary: #011b71;
  --colors-brand-secondary: #ec7022;
  --colors-base-background: #282832;
  --colors-base-backgroundLight: #3e3e46;
  --colors-base-backgroundInverse: #f6f4f0;
  --colors-base-grey800: #555555ff;
  --colors-base-grey700: #707070ff;
  --colors-base-grey600: #9b9b9bff;
  --colors-base-grey400: #d2d2d2ff;
  --colors-base-grey300: #e3e3e3ff;
  --colors-base-grey250: #edededff;
  --colors-base-grey200: #f7f7f7ff;
  --colors-base-grey100: #fbfbfbff;
  --colors-text-primary: #222222;
  --colors-text-inverse: #f6f4f0;
  --colors-status-error: #e47c79;
  --breakpoint-xs: 0;
  --breakpoint-s: 600px;
  --breakpoint-m: 960px;
  --breakpoint-l: 1280px;
  --breakpoint-xl: 1920px;
  --spacer: 8px;
  --spacing-05: 4px;
  --spacing-1: 8px;
  --spacing-2: 16px;
  --spacing-3: 24px;
  --spacing-4: 32px;
  --spacing-5: 40px;
  --spacing-6: 48px;
  --spacing-7: 56px;
  --spacing-8: 64px;
  --section-margin: 100px;
}
@media (max-width: 960px) {
  :root {
    --section-margin: 50px;
  }
}

.addAnimation, .addAnimationStep {
  visibility: hidden;
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important;
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important;
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important;
}

.zoomInRight {
  animation-name: zoomInRight;
  animation-duration: 2s;
  animation-timing-function: ease;
  visibility: visible !important;
}

.zoomInLeft {
  animation-name: zoomInLeft;
  animation-duration: 2s;
  animation-timing-function: ease;
  visibility: visible !important;
}

.zoomInDown {
  animation-name: zoomInDown;
  animation-duration: 2s;
  animation-timing-function: ease;
  visibility: visible !important;
}

.zoomInUp {
  animation-name: zoomInUp;
  animation-duration: 2s;
  animation-timing-function: ease;
  visibility: visible !important;
}

.zoomIn {
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important;
}

.rubberBand {
  animation-name: rubberBand;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important;
}

.pulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important;
}

.pulsemax {
  animation-name: pulsemax;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important;
}

.bounce {
  animation-name: bounce;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes pulsemax {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulsemax {
  animation-name: pulsemax;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.7, 0.7, 0.7);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/**
 * Swiper 11.1.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 15, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

html,
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--colors-text-primary);
}

.container {
  width: clamp(200px, 90%, 1200px);
  margin-inline: auto;
}

.button, .contact-block form button,
.contact-block form input[type=submit] {
  display: inline-block;
  background-color: var(--colors-brand-secondary);
  color: var(--colors-text-inverse);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}
.button.is-style-loading, .contact-block form button.is-style-loading,
.contact-block form input.is-style-loading[type=submit] {
  color: rgba(255, 255, 255, 0);
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.button.is-style-loading:after, .contact-block form button.is-style-loading:after,
.contact-block form input.is-style-loading[type=submit]:after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: calc(50% - 0.75em);
  left: calc(50% - 0.75em);
  border-radius: 100%;
  border-style: solid;
  border-width: 2px 2px 0px 0px;
  border-color: white;
  animation: spin 1.5s linear infinite;
}
.button:hover, .contact-block form button:hover,
.contact-block form input[type=submit]:hover {
  transform: scale(1.025);
}
.button.weak, .contact-block form button.weak,
.contact-block form input.weak[type=submit] {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #eee;
  color: #555;
}

a {
  transition: all ease 0.2s;
}

.typography-rules > * {
  margin-block: var(--spacing-3);
}
.typography-rules > *:first-child {
  margin-top: 0px;
}
.typography-rules > *:last-child {
  margin-bottom: 0px;
}
.typography-rules a {
  color: var(--colors-brand-secondary);
  font-weight: 500;
  text-decoration: none;
}
.typography-rules a:hover {
  text-decoration: underline;
}
.typography-rules .wp-block-embed-youtube .wp-block-embed__wrapper {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: var(--spacing-2);
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
.typography-rules .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.site-header {
  z-index: 100;
  font-size: 15px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
}
.site-header nav {
  padding: var(--spacing-3) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header nav .logo {
  display: block;
  width: clamp(100px, 50%, 200px);
}
.site-header nav .mobile-menu-trigger {
  display: none;
}
.site-header nav ul a {
  display: block;
}
@media (min-width: 960px) {
  .site-header nav .navigation {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: var(--spacing-3);
  }
  .site-header nav .navigation li a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    color: var(--colors-text-primary);
    transition: 0.2s;
  }
  .site-header nav .navigation li a:hover {
    color: var(--colors-brand-secondary);
  }
  .site-header nav .navigation li .dropdown {
    visibility: hidden;
    opacity: 0;
    transform: translate(0px, 10px);
    transition: all ease-in 0.15s;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 200px;
    background-color: white;
    border-radius: 4px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: var(--spacing-2);
    font-size: 0.9em;
  }
  .site-header nav .navigation li .dropdown:before {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }
  .site-header nav .navigation li .dropdown .label {
    margin-bottom: var(--spacing-05);
    color: var(--colors-brand-primary);
    font-weight: 500;
  }
  .site-header nav .navigation li .dropdown .label:not(:first-child) {
    border-top: 1px solid #eee;
    margin-top: 8px;
    padding-top: 8px;
  }
  .site-header nav .navigation li .dropdown a {
    margin-top: var(--spacing-05);
  }
  .site-header nav .navigation li:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@media (max-width: 959.98px) {
  .site-header nav .logo {
    z-index: 5;
  }
  .site-header nav > .navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    visibility: hidden;
    opacity: 0;
    transform: translate(0px, 20px);
    transition: all ease-in 0.2s;
    padding-top: 100px;
    padding-inline: 5vw;
    display: block;
  }
  .site-header nav > .navigation.open {
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1;
  }
  .site-header nav > .navigation > li {
    display: block;
  }
  .site-header nav > .navigation > li:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
  }
  .site-header nav > .navigation > li .dropdown a {
    margin-block: var(--spacing-1);
  }
  .site-header nav > .navigation a {
    color: var(--colors-text-primary);
    font-weight: 500;
    text-decoration: none;
  }
  .site-header nav > .navigation .dropdown {
    margin-top: var(--spacing-2);
  }
  .site-header nav > .navigation .dropdown .label {
    font-size: 14px;
    font-weight: 600;
    color: var(--colors-brand-secondary);
  }
  .site-header nav > .navigation .dropdown ul {
    margin-block: var(--spacing-1);
    padding: 0;
    list-style-type: none;
    display: block;
  }
  .site-header nav > .navigation .dropdown ul li:not(:last-child) {
    margin-bottom: var(--spacing-1);
  }
  .site-header nav .mobile-menu-trigger {
    display: block;
  }
}

.mobile-menu-trigger {
  width: 28px;
  height: 25px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mobile-menu-trigger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--colors-brand-primary);
  border-radius: 100px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.mobile-menu-trigger span:nth-child(1) {
  top: 3px;
}
.mobile-menu-trigger span:nth-child(2) {
  top: 11px;
}
.mobile-menu-trigger span:nth-child(3) {
  top: 19px;
}
.mobile-menu-trigger.open span:nth-child(1) {
  top: 12px;
  transform: rotate(135deg);
}
.mobile-menu-trigger.open span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-trigger.open span:nth-child(3) {
  top: 12px;
  transform: rotate(-135deg);
}

.logged-in .site-header {
  top: 32px;
}

.site-footer {
  background-color: var(--colors-brand-primary);
  padding-top: var(--section-margin);
  color: #c0c6dc;
  font-size: 14px;
}
.site-footer .logo {
  display: block;
  width: clamp(100px, 50%, 225px);
}
.site-footer .logo .text * {
  fill: #fff !important;
}
.site-footer .locations ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-footer .locations ul li:not(:last-child) {
  margin-bottom: var(--spacing-3);
}
.site-footer .title,
.site-footer strong {
  display: block;
  font-weight: 600;
  color: white;
  margin-top: 0px;
  margin-bottom: var(--spacing-2);
  font-size: 1.1em;
}
.site-footer .menu {
  list-style-type: none;
  padding: 0;
}
.site-footer .menu li:not(:last-child) {
  margin-bottom: var(--spacing-1);
}
.site-footer .menu a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
.site-footer .menu a:hover {
  color: var(--colors-brand-secondary);
}
.site-footer .columns {
  margin-top: var(--spacing-6);
  display: flex;
  gap: var(--spacing-6);
}
.site-footer .columns .column {
  flex-grow: 1;
}
.site-footer .newsletter {
  max-width: 325px;
}
.site-footer .newsletter input[type=email] {
  margin-top: var(--spacing-2);
  width: 100%;
  padding: var(--spacing-2);
  border: 1px solid #c0c6dc;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: inherit;
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.2s ease-in-out;
  color: var(--colors-text-primary);
}
.site-footer .newsletter input[type=email]:focus {
  outline: none;
  border-color: var(--colors-brand-secondary);
}
.site-footer .newsletter .list {
  list-style-type: none;
  padding: 0;
  margin: var(--spacing-2) 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: var(--spacing-2);
       column-gap: var(--spacing-2);
  row-gap: var(--spacing-1);
}
.site-footer .newsletter .list li label {
  padding-left: 1.4em;
  cursor: pointer;
  transition: 0.2s;
}
.site-footer .newsletter .list li input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.site-footer .newsletter .list li label:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #c0c6dc;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 0;
  transition: 0.2s;
  background-size: 70% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.site-footer .newsletter .list li:has(input:checked) label {
  color: var(--colors-brand-secondary);
}
.site-footer .newsletter .list li:has(input:checked) label:before {
  background-color: var(--colors-brand-secondary);
  border-color: var(--colors-brand-secondary);
  background-image: url("data:image/svg+xml,<svg width=\"800px\" height=\"800px\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4 12.6111L8.92308 17.5L20 6.5\" stroke=\"%23ffffff\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
}
.site-footer .newsletter button,
.site-footer .newsletter input[type=submit] {
  margin-top: 12px;
  display: block;
  width: 100%;
}
.site-footer .copyright {
  margin-top: var(--section-margin);
  border-top: 1px solid #c0c6dc;
  text-align: center;
  padding: var(--spacing-2);
  font-size: 12px;
}
.site-footer .copyright a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 959.98px) {
  .site-footer .columns {
    display: grid;
    gap: var(--spacing-4);
    grid-template-columns: 1fr 1fr;
  }
  .site-footer .columns .locations,
  .site-footer .columns .newsletter {
    max-width: 100%;
    grid-column: 1/-1;
  }
  .site-footer .columns .locations ul {
    display: grid;
    gap: var(--spacing-4);
    grid-template-columns: 1fr 1fr;
  }
}

.hero-block {
  overflow: hidden;
  border-radius: var(--spacing-2);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: calc(var(--section-margin) * 2) var(--spacing-4);
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 8px 24px;
  max-width: 1500px;
  width: 90%;
}
.hero-block.secondary {
  color: white;
}
.hero-block .background, .hero-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-block .background {
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-block.secondary:before {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.1));
  z-index: 0;
}
.hero-block .title {
  margin: 0;
  font-size: 48px;
  max-width: 800px;
  margin-inline: auto;
  line-height: 1.15em;
  letter-spacing: 0.01em;
}
.hero-block .subtitle {
  margin: var(--spacing-2) 0 0 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.hero-block .buttons {
  margin: var(--spacing-3) 0 0 0;
  display: flex;
  justify-content: center;
  gap: var(--spacing-2);
}
@media (max-width: 959.98px) {
  .hero-block .title {
    font-size: 32px;
  }
  .hero-block .subtitle {
    font-size: 16px;
  }
}

.funds-template-hero {
  margin: calc(var(--section-margin) / 2) auto;
}
.funds-template-hero .content {
  width: 45%;
  max-width: 500px;
  padding: var(--spacing-8) 0;
}
.funds-template-hero .content .logo {
  display: block;
  max-width: 200px;
  width: 100%;
}
.funds-template-hero .content .description {
  margin: var(--spacing-3) 0;
  line-height: 1.6em;
  font-weight: 500;
}
.funds-template-hero .image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  border-radius: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599.98px) {
  .funds-template-hero .content {
    width: 100%;
    text-align: center;
    padding: var(--spacing-4) 0;
  }
  .funds-template-hero .content .logo {
    margin-inline: auto;
  }
  .funds-template-hero .image {
    display: none;
  }
}

.about-hero {
  margin: calc(var(--section-margin) / 2) auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-hero:before, .about-hero:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: calc(50% - 20vw);
  width: 40vw;
  height: 40vw;
  opacity: 0.1;
  filter: blur(150px);
  z-index: -1;
}
.about-hero:before {
  right: -20vw;
  background-color: var(--colors-brand-primary);
}
.about-hero:after {
  left: -20vw;
  background-color: var(--colors-brand-secondary);
}
.about-hero .graphic,
.about-hero .content {
  width: calc(50% - var(--spacing-4));
}
.about-hero .content .title {
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2em;
  text-wrap: balance;
}
.about-hero .content .subtitle {
  font-size: 18px;
  margin: var(--spacing-4) auto var(--spacing-4) auto;
  width: clamp(200px, 100%, 800px);
}
.about-hero .graphic {
  --img-width: 200px;
  --img-height: 250px;
  --img-gap: var(--spacing-4);
  height: calc(var(--img-height) * 2.65);
}
.about-hero .graphic .img {
  width: var(--img-width);
  height: var(--img-height);
  overflow: hidden;
  position: absolute;
  left: 0;
  background-color: #dfdfdf;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all ease 1s;
}
.about-hero .graphic .img.slide-out {
  transform: scale(0.8);
  opacity: 0;
}
.about-hero .graphic .img:before {
  content: "";
  display: block;
  width: 75%;
  height: 75%;
  background-color: white;
  border-radius: 100%;
  filter: blur(50px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-hero .graphic .img img {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.about-hero .graphic .img:nth-child(1) {
  top: calc(var(--img-height));
}
.about-hero .graphic .img:nth-child(2) {
  top: calc(var(--img-height) * 0.5);
  left: calc(var(--img-width) + var(--img-gap));
}
.about-hero .graphic .img:nth-child(3) {
  top: calc(var(--img-height) * 1.5 + var(--img-gap));
  left: calc(var(--img-width) + var(--img-gap));
}
.about-hero .graphic .img:nth-child(4) {
  top: 0;
  left: calc(var(--img-width) * 2 + var(--img-gap) * 2);
}
.about-hero .graphic .img:nth-child(5) {
  top: calc(var(--img-height) + var(--img-gap));
  left: calc(var(--img-width) * 2 + var(--img-gap) * 2);
}
@media (max-width: 599.98px) {
  .about-hero .content {
    padding-bottom: calc(var(--section-margin) / 2);
    width: 100%;
    text-align: center;
  }
  .about-hero .content .title {
    font-size: 40px;
  }
  .about-hero .content .subtitle {
    font-size: 16px;
  }
  .about-hero .graphic {
    display: none;
  }
}

.docs-carousel {
  display: flex;
  gap: var(--spacing-3);
  margin-top: calc(var(--section-margin) / 1.5);
}
.docs-carousel .document {
  display: block;
  width: 100%;
}
.docs-carousel .document img {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 12px;
}
.docs-carousel button {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  background-color: white;
  z-index: 5;
  border: none;
  border-radius: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer;
  transition: 0.2s;
}
.docs-carousel button svg {
  display: block;
  width: 90%;
  height: 90%;
}
.docs-carousel button.prev {
  left: 0px;
  transform: translate(-24px, -24px);
}
.docs-carousel button.prev:hover {
  transform: translate(-24px, -24px) scale(1.1);
}
.docs-carousel button.next {
  right: 0px;
  transform: translate(24px, -24px) rotate(180deg);
}
.docs-carousel button.next:hover {
  transform: translate(24px, -24px) rotate(180deg) scale(1.1);
}

.docs-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--spacing-6);
}
.docs-columns .column {
  padding-right: 50px;
}
.docs-columns .column .title {
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 16px 0;
}
.docs-columns .column:not(:last-child):after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  right: 0px;
}
.docs-columns .column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}
.docs-columns .column ul li:not(:last-child) {
  margin-bottom: 0.75em;
}
.docs-columns .column ul a {
  display: block;
  color: black;
  font-weight: 500;
  text-decoration: none;
  padding-left: 1.75em;
  transition: 0.2s;
}
.docs-columns .column ul a[href]:before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  top: 1px;
  left: 0;
  background-size: 100% 100%;
}
.docs-columns .column ul a[href$=".pdf"]:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjgwMHB4IiB3aWR0aD0iODAwcHgiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIA0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBzdHlsZT0iZmlsbDojRTJFNUU3OyIgZD0iTTEyOCwwYy0xNy42LDAtMzIsMTQuNC0zMiwzMnY0NDhjMCwxNy42LDE0LjQsMzIsMzIsMzJoMzIwYzE3LjYsMCwzMi0xNC40LDMyLTMyVjEyOEwzNTIsMEgxMjh6Ii8+DQo8cGF0aCBzdHlsZT0iZmlsbDojQjBCN0JEOyIgZD0iTTM4NCwxMjhoOTZMMzUyLDB2OTZDMzUyLDExMy42LDM2Ni40LDEyOCwzODQsMTI4eiIvPg0KPHBvbHlnb24gc3R5bGU9ImZpbGw6I0NBRDFEODsiIHBvaW50cz0iNDgwLDIyNCAzODQsMTI4IDQ4MCwxMjggIi8+DQo8cGF0aCBzdHlsZT0iZmlsbDojRjE1NjQyOyIgZD0iTTQxNiw0MTZjMCw4LjgtNy4yLDE2LTE2LDE2SDQ4Yy04LjgsMC0xNi03LjItMTYtMTZWMjU2YzAtOC44LDcuMi0xNiwxNi0xNmgzNTJjOC44LDAsMTYsNy4yLDE2LDE2DQoJVjQxNnoiLz4NCjxnPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiNGRkZGRkY7IiBkPSJNMTAxLjc0NCwzMDMuMTUyYzAtNC4yMjQsMy4zMjgtOC44MzIsOC42ODgtOC44MzJoMjkuNTUyYzE2LjY0LDAsMzEuNjE2LDExLjEzNiwzMS42MTYsMzIuNDgNCgkJYzAsMjAuMjI0LTE0Ljk3NiwzMS40ODgtMzEuNjE2LDMxLjQ4OGgtMjEuMzZ2MTYuODk2YzAsNS42MzItMy41ODQsOC44MTYtOC4xOTIsOC44MTZjLTQuMjI0LDAtOC42ODgtMy4xODQtOC42ODgtOC44MTZWMzAzLjE1MnoNCgkJIE0xMTguNjI0LDMxMC40MzJ2MzEuODcyaDIxLjM2YzguNTc2LDAsMTUuMzYtNy41NjgsMTUuMzYtMTUuNTA0YzAtOC45NDQtNi43ODQtMTYuMzY4LTE1LjM2LTE2LjM2OEgxMTguNjI0eiIvPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiNGRkZGRkY7IiBkPSJNMTk2LjY1NiwzODRjLTQuMjI0LDAtOC44MzItMi4zMDQtOC44MzItNy45MnYtNzIuNjcyYzAtNC41OTIsNC42MDgtNy45MzYsOC44MzItNy45MzZoMjkuMjk2DQoJCWM1OC40NjQsMCw1Ny4xODQsODguNTI4LDEuMTUyLDg4LjUyOEgxOTYuNjU2eiBNMjA0LjcyLDMxMS4wODhWMzY4LjRoMjEuMjMyYzM0LjU0NCwwLDM2LjA4LTU3LjMxMiwwLTU3LjMxMkgyMDQuNzJ6Ii8+DQoJPHBhdGggc3R5bGU9ImZpbGw6I0ZGRkZGRjsiIGQ9Ik0zMDMuODcyLDMxMi4xMTJ2MjAuMzM2aDMyLjYyNGM0LjYwOCwwLDkuMjE2LDQuNjA4LDkuMjE2LDkuMDcyYzAsNC4yMjQtNC42MDgsNy42OC05LjIxNiw3LjY4DQoJCWgtMzIuNjI0djI2Ljg2NGMwLDQuNDgtMy4xODQsNy45Mi03LjY2NCw3LjkyYy01LjYzMiwwLTkuMDcyLTMuNDQtOS4wNzItNy45MnYtNzIuNjcyYzAtNC41OTIsMy40NTYtNy45MzYsOS4wNzItNy45MzZoNDQuOTEyDQoJCWM1LjYzMiwwLDguOTYsMy4zNDQsOC45Niw3LjkzNmMwLDQuMDk2LTMuMzI4LDguNzA0LTguOTYsOC43MDRoLTM3LjI0OFYzMTIuMTEyeiIvPg0KPC9nPg0KPHBhdGggc3R5bGU9ImZpbGw6I0NBRDFEODsiIGQ9Ik00MDAsNDMySDk2djE2aDMwNGM4LjgsMCwxNi03LjIsMTYtMTZ2LTE2QzQxNiw0MjQuOCw0MDguOCw0MzIsNDAwLDQzMnoiLz4NCjwvc3ZnPg==);
}
.docs-columns .column ul a[href$=locations]:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiAKCSB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGZpbGw9IiMzOTQyNDAiIGQ9Ik0zMiwwQzE4Ljc0NSwwLDgsMTAuNzQ1LDgsMjRjMCw1LjY3OCwyLjUwMiwxMC42NzEsNS4yNzEsMTVsMTcuMDk3LDI0LjE1NkMzMC43NDMsNjMuNjg2LDMxLjM1Miw2NCwzMiw2NAoJCQlzMS4yNTctMC4zMTQsMS42MzItMC44NDRMNTAuNzI5LDM5QzUzLjM3NSwzNS40MzgsNTYsMjkuNjc4LDU2LDI0QzU2LDEwLjc0NSw0NS4yNTUsMCwzMiwweiBNNDguMDg3LDM5aC0wLjAxTDMyLDYxTDE1LjkyMywzOQoJCQloLTAuMDFDMTMuNDY5LDM1LjQ2OSwxMCwyOS43OTksMTAsMjRjMC0xMi4xNSw5Ljg1LTIyLDIyLTIyczIyLDkuODUsMjIsMjJDNTQsMjkuNzk5LDUwLjI4MSwzNS43ODEsNDguMDg3LDM5eiIvPgoJCTxwYXRoIGZpbGw9IiMzOTQyNDAiIGQ9Ik0zMiwxNGMtNS41MjMsMC0xMCw0LjQ3OC0xMCwxMHM0LjQ3NywxMCwxMCwxMHMxMC00LjQ3OCwxMC0xMFMzNy41MjMsMTQsMzIsMTR6IE0zMiwzMgoJCQljLTQuNDE4LDAtOC0zLjU4Mi04LThzMy41ODItOCw4LThzOCwzLjU4Miw4LDhTMzYuNDE4LDMyLDMyLDMyeiIvPgoJCTxwYXRoIGZpbGw9IiMzOTQyNDAiIGQ9Ik0zMiwxMGMtNy43MzIsMC0xNCw2LjI2OC0xNCwxNHM2LjI2OCwxNCwxNCwxNHMxNC02LjI2OCwxNC0xNFMzOS43MzIsMTAsMzIsMTB6IE0zMiwzNgoJCQljLTYuNjI3LDAtMTItNS4zNzMtMTItMTJzNS4zNzMtMTIsMTItMTJzMTIsNS4zNzMsMTIsMTJTMzguNjI3LDM2LDMyLDM2eiIvPgoJPC9nPgoJPGc+CgkJPHBhdGggZmlsbD0iI0Y3NkQ1NyIgZD0iTTMyLDEyYy02LjYyNywwLTEyLDUuMzczLTEyLDEyczUuMzczLDEyLDEyLDEyczEyLTUuMzczLDEyLTEyUzM4LjYyNywxMiwzMiwxMnogTTMyLDM0CgkJCWMtNS41MjIsMC0xMC00LjQ3Ny0xMC0xMHM0LjQ3OC0xMCwxMC0xMHMxMCw0LjQ3NywxMCwxMFMzNy41MjIsMzQsMzIsMzR6Ii8+CgkJPHBhdGggZmlsbD0iI0Y3NkQ1NyIgZD0iTTMyLDJjLTEyLjE1LDAtMjIsOS44NS0yMiwyMmMwLDUuNzk5LDMuNDY5LDExLjQ2OSw1LjkxMywxNWgwLjAxTDMyLDYxbDE2LjA3Ny0yMmgwLjAxCgkJCUM1MC4yODEsMzUuNzgxLDU0LDI5Ljc5OSw1NCwyNEM1NCwxMS44NSw0NC4xNSwyLDMyLDJ6IE0zMiwzOGMtNy43MzIsMC0xNC02LjI2OC0xNC0xNHM2LjI2OC0xNCwxNC0xNHMxNCw2LjI2OCwxNCwxNAoJCQlTMzkuNzMyLDM4LDMyLDM4eiIvPgoJPC9nPgoJPHBhdGggb3BhY2l0eT0iMC4yIiBmaWxsPSIjMjMxRjIwIiBkPSJNMzIsMTJjLTYuNjI3LDAtMTIsNS4zNzMtMTIsMTJzNS4zNzMsMTIsMTIsMTJzMTItNS4zNzMsMTItMTJTMzguNjI3LDEyLDMyLDEyeiBNMzIsMzQKCQljLTUuNTIyLDAtMTAtNC40NzctMTAtMTBzNC40NzgtMTAsMTAtMTBzMTAsNC40NzcsMTAsMTBTMzcuNTIyLDM0LDMyLDM0eiIvPgo8L2c+Cjwvc3ZnPg==);
}
.docs-columns .column ul a:hover {
  color: var(--colors-brand-secondary);
}
@media (max-width: 959.98px) {
  .docs-columns {
    display: block;
  }
  .docs-columns .column {
    padding-right: 0px;
  }
  .docs-columns .column:not(:last-child):after {
    display: none;
  }
  .docs-columns .column:not(:last-child) {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: var(--spacing-3);
    margin-bottom: var(--spacing-3);
  }
}

.stats-block {
  margin-inline: auto;
  margin-top: calc(var(--section-margin) / 2);
  display: flex;
  justify-content: space-between;
  gap: var(--spacing-2);
  flex-wrap: wrap;
}
@media (max-width: 599.98px) {
  .stats-block {
    gap: var(--spacing-1);
  }
}
.stats-block .stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px 16px 24px 16px;
  flex-grow: 1;
}
.stats-block .stat.full-width {
  width: 100%;
}
.stats-block .stat .value {
  font-size: 56px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 959.98px) {
  .stats-block .stat .value {
    font-size: 40px;
  }
}
@media (max-width: 599.98px) {
  .stats-block .stat .value {
    font-size: 32px;
  }
}
.stats-block .stat .label {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 959.98px) {
  .stats-block .stat .label {
    font-size: 16px;
  }
}
@media (max-width: 599.98px) {
  .stats-block .stat .label {
    font-size: 14px;
  }
}
.stats-block .stat .sublabel {
  max-width: 225px;
  margin-inline: auto;
}
@media (max-width: 959.98px) {
  .stats-block .stat .sublabel {
    font-size: 14px;
  }
}
.stats-block.row {
  width: 100%;
}

.team-members {
  margin: var(--section-margin) auto;
}
.team-members .title {
  text-align: center;
  margin: 0 0 calc(var(--section-margin) / 2) 0;
  font-weight: 700;
  font-size: 48px;
}
.team-members nav {
  margin: 0 auto calc(var(--section-margin) / 2) auto;
  display: flex;
  gap: var(--spacing-2);
  justify-content: center;
  flex-wrap: wrap;
}
.team-members nav button {
  border: 1px solid var(--colors-brand-primary);
  border-radius: 100px;
  color: var(--colors-brand-primary);
  background: none;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}
.team-members nav button:hover {
  transform: scale(1.04);
}
.team-members nav button.active {
  background-color: var(--colors-brand-primary);
  color: white;
}
.team-members .section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-3);
}
.team-members .section .member-card {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #dfdfdf;
  aspect-ratio: 2/2.5;
  transition: all ease 0.2s;
  opacity: 0;
  transform: translate(0px, 16px);
}
.team-members .section .member-card[href]:hover {
  transform: scale(1.025);
  box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
}
.team-members .section .member-card:before {
  content: "";
  display: block;
  width: 75%;
  height: 75%;
  background-color: white;
  border-radius: 100%;
  filter: blur(50px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-members .section .member-card img {
  mix-blend-mode: multiply;
  transform: scale(1.5);
  transform-origin: top center;
}
.team-members .section .member-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px 16px;
  color: white;
  font-weight: 600;
}
.team-members .section .member-card .content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.team-members .section .member-card.visible {
  opacity: 1;
  transform: translate(0px, 0px);
}
@media (max-width: 599.98px) {
  .team-members .title {
    font-size: 40px;
  }
  .team-members nav {
    gap: var(--spacing-1);
  }
  .team-members nav button {
    font-size: 11px;
  }
  .team-members .section {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-2);
  }
  .team-members .section .member-card .content {
    padding: 8px 12px;
    font-size: 14px;
  }
}

.text-media-block {
  min-height: 450px;
}
.text-media-block .content {
  width: 42.5%;
  background-color: white;
  padding: var(--spacing-5);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 8px;
}
.text-media-block .content .overline {
  text-transform: uppercase;
  letter-spacing: 0.175em;
  font-size: 12px;
  font-weight: 500;
  color: #555;
}
.text-media-block .content .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.text-media-block .content .description {
  margin: 0;
}
.text-media-block .content .description > *:first-child {
  margin-top: 0px;
}
.text-media-block .content .description ul {
  margin-top: 20px;
  list-style-type: none;
  padding: 0;
}
.text-media-block .content .description ul li {
  padding-left: 1em;
}
.text-media-block .content .description ul li:not(:last-child) {
  margin-bottom: 12px;
}
.text-media-block .content .description ul li:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  top: 0.5em;
  left: 0;
  border: 2px solid #555;
  border-radius: 100%;
}
.text-media-block .content a {
  margin-top: 32px;
  color: var(--colors-brand-secondary);
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
}
.text-media-block .content a svg {
  width: 1.1em;
  height: 1.1em;
}
.text-media-block .image {
  position: absolute;
  width: 70%;
  top: 0;
  min-height: 400px;
  height: calc(100% - 40px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.text-media-block .outro {
  max-width: 750px;
  text-align: center;
}
.text-media-block:has(.section-title, .section-title-image) .container:has(.content) {
  margin-top: 40px;
}
.text-media-block:not(.media_text) .container {
  padding-top: 40px;
}
.text-media-block:not(.media_text) .content {
  margin-right: auto;
}
.text-media-block:not(.media_text) img {
  right: 0;
}
.text-media-block.media_text .container {
  padding-bottom: 40px;
}
.text-media-block.media_text .content {
  margin-left: auto;
}
.text-media-block.media_text .image {
  top: 40px;
  left: 0;
}
.text-media-block.media_text .outro {
  margin-top: 40px;
}
@media (max-width: 959.98px) {
  .text-media-block .content {
    width: 50%;
  }
}
@media (max-width: 599.98px) {
  .text-media-block .container {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .text-media-block .content {
    width: 100%;
    padding: var(--spacing-3);
  }
  .text-media-block .content .title {
    font-size: 32px;
  }
  .text-media-block img {
    position: static;
    display: block;
    width: 100%;
    min-height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9;
    margin-bottom: calc(var(--section-margin) / 2);
  }
}

.section-block {
  margin: var(--section-margin) auto;
}
.section-block.bg-blur:before, .section-block.bg-blur:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: -20vw;
  width: 40vw;
  height: 40vw;
  opacity: 0.125;
  filter: blur(100px);
  z-index: -1;
}
.section-block.bg-blur:before {
  right: -20vw;
  background-color: var(--colors-brand-secondary);
}
.section-block.bg-blur:after {
  left: -20vw;
  background-color: var(--colors-brand-primary);
}
.section-block.bg-light {
  background-color: #f9f9f9;
  padding: var(--section-margin) 0px;
}
.section-block.bg-light + .bg-light {
  padding-top: 0px;
  margin-top: 0px;
}
.section-block.mt-0 {
  margin-top: 0px;
}
.section-block.mb-0 {
  margin-bottom: 0px;
}
.section-block .section-title {
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2em;
}
@media (max-width: 959.98px) {
  .section-block .section-title {
    font-size: 40px;
  }
}
.section-block .section-title-image {
  max-height: 70px;
  max-width: 250px;
  margin: 0 auto;
}
.section-block .section-subtitle {
  font-size: 18px;
  text-align: center;
  margin: var(--spacing-2) auto 0 auto;
  width: clamp(200px, 90%, 800px);
}
@media (max-width: 959.98px) {
  .section-block .section-subtitle {
    font-size: 16px;
  }
}

.contact-block {
  margin: var(--section-margin) auto;
  display: flex;
  justify-content: space-between;
}
.contact-block:before, .contact-block:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -20vw;
  width: 40vw;
  height: 40vw;
  opacity: 0.1;
  filter: blur(150px);
  z-index: -1;
}
.contact-block:before {
  right: -20vw;
  background-color: var(--colors-brand-secondary);
}
.contact-block:after {
  left: -20vw;
  background-color: var(--colors-brand-primary);
}
.contact-block .maps,
.contact-block .content {
  width: calc(50% - var(--spacing-4));
}
.contact-block .maps {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-5);
}
.contact-block .maps .map {
  flex-grow: 1;
  overflow: hidden;
  display: block;
  width: 100%;
  min-height: 200px;
  border-radius: 8px;
  background-color: #f7f7f7;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.contact-block .maps .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.contact-block .content .title {
  margin: 0;
  font-weight: 700;
  font-size: 48px;
}
.contact-block .content .subtitle {
  margin: var(--spacing-1) auto 0 auto;
  width: clamp(200px, 100%, 800px);
}
.contact-block form {
  margin-top: calc(var(--section-margin) / 2);
}
.contact-block form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: var(--spacing-2);
}
.contact-block form label,
.contact-block form input,
.contact-block form textarea {
  display: block;
  width: 100%;
}
.contact-block form label:focus,
.contact-block form input:focus,
.contact-block form textarea:focus {
  outline-color: var(--colors-brand-secondary);
}
.contact-block form label,
.contact-block form .label {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: var(--spacing-05);
}
.contact-block form .wpcf7-spinner {
  position: absolute;
  margin: 0;
  bottom: 12px;
  right: 12px;
  background-color: white;
}
.contact-block form .wpcf7-spinner:before {
  background-color: var(--colors-brand-secondary);
}
.contact-block form .wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 500;
  padding-left: var(--spacing-1);
  margin-top: var(--spacing-05);
}
.contact-block form .wpcf7-radio {
  display: block;
  margin-top: var(--spacing-2);
}
.contact-block form .wpcf7-radio .wpcf7-list-item {
  display: block;
  padding: 0;
  margin: 0;
}
.contact-block form .wpcf7-radio .wpcf7-list-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.contact-block form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
  padding-left: 1.7em;
}
.contact-block form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 100%;
  border: 1px solid #d1d5db;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,<svg width=\"800px\" height=\"800px\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M4 12.6111L8.92308 17.5L20 6.5\" stroke=\"%23ffffff\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
  background-size: 70% auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.15s;
}
.contact-block form .wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  border-color: var(--colors-brand-secondary);
  background-color: var(--colors-brand-secondary);
}
.contact-block form input,
.contact-block form textarea {
  border-radius: 4px;
  border: 1px solid #d1d5db;
  padding: 12px;
}
.contact-block form button,
.contact-block form input[type=submit] {
  width: 100%;
}
@media (max-width: 959.98px) {
  .contact-block {
    flex-direction: column;
    gap: var(--section-margin);
  }
  .contact-block .maps,
  .contact-block .content {
    width: 100%;
  }
  .contact-block .maps {
    order: 2;
  }
  .contact-block .maps .map {
    height: auto;
    aspect-ratio: 16/9;
  }
  .contact-block .content {
    order: 1;
  }
}
@media (max-width: 599.98px) {
  .contact-block .content .title {
    font-size: 32px;
  }
  .contact-block .content .subtitle {
    font-size: 16px;
  }
}

.team-single {
  border-radius: 8px;
  overflow: hidden;
  margin: 32px auto 0 auto;
  display: flex;
  align-items: center;
}
.team-single .content {
  width: 62%;
  padding: var(--spacing-4) 0;
}
.team-single .content .name {
  font-size: 36px;
}
.team-single .content .title {
  color: var(--colors-brand-secondary);
  font-weight: 600;
  font-size: 18px;
}
.team-single .content .social-media {
  list-style-type: none;
  padding: 0;
  margin: var(--spacing-2) 0 0 0;
  display: flex;
  gap: var(--spacing-2);
}
.team-single .content .social-media svg {
  display: block;
  width: 20px;
  height: 20px;
}
.team-single .content .social-media svg * {
  fill: var(--colors-brand-primary);
  transition: 0.2s;
}
.team-single .content .social-media a:hover svg * {
  fill: var(--colors-brand-secondary);
}
.team-single .content .biography {
  border-top: 1px solid #eee;
  margin-top: var(--spacing-2);
  padding-top: var(--spacing-3);
}
.team-single .content .biography > * {
  margin-block: 24px;
}
.team-single .content .biography > *:first-child {
  margin-top: 0px;
}
.team-single .content .biography > *:last-child {
  margin-bottom: 0px;
}
.team-single img {
  display: block;
  margin-left: auto;
  width: 35%;
  height: auto;
  pointer-events: none;
}
@media (max-width: 959.98px) {
  .team-single {
    margin: var(--section-margin) auto 0 auto;
    display: block;
  }
  .team-single .content {
    width: 100%;
    padding: 0;
  }
  .team-single img {
    width: clamp(200px, 100%, 500px);
    margin-inline: auto;
  }
}

.insights-navigation-main {
  margin-block: var(--section-margin);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--spacing-2);
}
.insights-navigation-main .insights-search-label {
  margin: 0;
  margin-right: var(--spacing-2);
  font-size: 15px;
  font-weight: 500;
}
.insights-navigation-main .insights-categories {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacing-2);
}
.insights-navigation-main .insights-categories a {
  display: block;
  text-decoration: none;
  border: 1px solid var(--colors-brand-primary);
  border-radius: 100px;
  color: var(--colors-brand-primary);
  background: none;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}
.insights-navigation-main .insights-categories a:hover {
  transform: scale(1.04);
}
.insights-navigation-main .insights-categories a.active {
  background-color: var(--colors-brand-primary);
  color: white;
}
.insights-navigation-main .insights-search form input {
  border: 1px solid var(--colors-brand-primary);
  border-radius: 100px;
  color: var(--colors-brand-primary);
  background: none;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 600;
}
.insights-navigation-main .insights-search form button {
  border: none;
  background: none;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  position: absolute;
  top: calc(50% - 0.6em);
  right: 12px;
}
.insights-navigation-main .insights-search form button svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 599.98px) {
  .insights-navigation-main .insights-categories {
    gap: var(--spacing-1);
  }
}

.insights-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-4);
}
.insights-overview .post {
  --card-padding: var(--spacing-3);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: var(--card-padding);
  transition: 0.2s;
}
.insights-overview .post:hover {
  transform: scale(1.025);
}
.insights-overview .post .post-thumbnail img {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.insights-overview .post .post-title {
  margin-block: var(--spacing-1);
  padding-inline: var(--card-padding);
  font-size: 21px;
  line-height: 1.3;
}
.insights-overview .post .post-title a {
  color: inherit;
  text-decoration: none;
}
.insights-overview .post .post-title a:hover {
  color: var(--colors-brand-secondary);
}
.insights-overview .post .post-info {
  margin-top: var(--card-padding);
  margin-bottom: var(--spacing-1);
  padding: 0 var(--card-padding);
  font-size: 12px;
  display: flex;
  gap: var(--spacing-1);
  list-style-type: none;
  font-weight: 500;
}
.insights-overview .post .post-info li:not(:last-child):after {
  content: "-";
  margin-left: 0.7em;
}
.insights-overview .post .post-info a {
  color: inherit;
  text-decoration: none;
}
.insights-overview .post .post-info a:hover {
  color: var(--colors-brand-secondary);
}
.insights-overview .post .post-excerpt {
  margin-block: var(--spacing-1);
  padding-inline: var(--card-padding);
  font-size: 14px;
}
.insights-overview .post .post-read-more {
  display: block;
  margin-top: var(--spacing-1);
  padding-inline: var(--card-padding);
  font-size: 14px;
  font-weight: 600;
  color: var(--colors-brand-primary);
  text-decoration: none;
}
.insights-overview .post .post-read-more:hover {
  color: var(--colors-brand-secondary);
}
@media (max-width: 959.98px) {
  .insights-overview {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-3);
  }
}
@media (max-width: 599.98px) {
  .insights-overview {
    grid-template-columns: 1fr;
  }
}

.insights-pagination {
  margin: var(--section-margin) auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.insights-pagination a {
  color: var(--colors-text-primary);
  text-decoration: none;
  font-weight: 500;
}
.insights-pagination a:hover {
  color: var(--colors-brand-secondary);
}
.insights-pagination .page-numbers.current {
  font-weight: 500;
  color: white;
  background-color: var(--colors-brand-secondary);
  width: 1.55em;
  height: 1.55em;
  text-align: center;
  border-radius: 100%;
}

.insights-single-page {
  display: flex;
  margin: var(--section-margin) auto;
  width: 90%;
  max-width: 870px;
}
.insights-single-page .back-to-all {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-bottom: var(--spacing-4);
  font-weight: 600;
  font-size: 15px;
  color: var(--colors-brand-primary);
  text-decoration: none;
  transition: 0.2s;
}
.insights-single-page .back-to-all svg {
  display: block;
  width: 1.2em;
  height: 1.2em;
  stroke-width: 3px;
  stroke: var(--colors-brand-primary);
  transition: 0.2s;
}
.insights-single-page .back-to-all:hover {
  color: var(--colors-brand-secondary);
}
.insights-single-page .back-to-all:hover svg {
  stroke: var(--colors-brand-secondary);
}
.insights-single-page .content {
  width: 100%;
}
.insights-single-page .content img {
  display: block;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: var(--spacing-2);
}
.insights-single-page .content .post-title {
  margin: var(--spacing-1) 0 var(--spacing-2) 0;
  font-size: 40px;
  line-height: 1.2;
}
.insights-single-page .content .post-info {
  margin-top: var(--spacing-3);
  padding: 0 var(--card-padding);
  font-size: 12px;
  display: flex;
  gap: var(--spacing-1);
  list-style-type: none;
  font-weight: 500;
}
.insights-single-page .content .post-info li:not(:last-child):after {
  content: "-";
  margin-left: 0.7em;
}
.insights-single-page .content .post-info a {
  color: inherit;
  text-decoration: none;
}
.insights-single-page .content .post-info a:hover {
  color: var(--colors-brand-secondary);
}
.insights-single-page .sidebar {
  flex-shrink: 0;
  width: 300px;
  display: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.investments-header,
.investment-details,
.other-investments {
  will-change: transform, opacity;
}

.investments-header {
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: var(--section-margin) 0 calc(var(--section-margin) * 1.25) 0;
}
.investments-header .content h1 {
  text-align: center;
  margin: 24px 0 0 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2em;
  text-wrap: balance;
  animation: fadeInUp 0.6s ease 0.2s forwards;
  opacity: 0;
}
.investments-header .content img {
  display: block;
  margin: auto;
  max-height: 100px;
  max-width: 350px;
  animation: scaleIn 0.6s ease forwards;
}

.investment-details .investment-meta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  transform: translate(0%, -50%);
}
.investment-details .investment-meta .meta-item {
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 1.5rem;
  border-radius: 8px;
  min-width: 200px;
  text-align: center;
  opacity: 0;
  animation: fadeInUp 0.6s ease 0.4s forwards;
}
.investment-details .investment-meta .meta-item:nth-child(2) {
  animation-delay: 0.6s;
}
.investment-details .investment-meta .meta-item h3 {
  font-size: 16px;
  margin: 0 0 0.5rem 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.investment-details .investment-meta .meta-item h3 svg {
  width: 1.25em;
  height: 1.25em;
  stroke: var(--colors-brand-secondary);
}
.investment-details .investment-meta .meta-item p {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
}
.investment-details .investment-description {
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  line-height: 1.6;
  text-wrap: pretty;
  color: #444;
  margin-bottom: var(--section-margin);
  opacity: 0;
  animation: fadeIn 0.8s ease 0.8s forwards;
}
.investment-details .investment-description p {
  margin-bottom: 1rem;
}

.other-investments {
  padding-bottom: var(--section-margin);
}
.other-investments .title {
  text-align: left;
  margin: 0 0 calc(var(--section-margin) / 2) 0;
  font-weight: 700;
  font-size: 48px;
}
.other-investments .investments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
}
.other-investments .investments-grid .investment-card {
  text-decoration: none;
  color: inherit;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}
.other-investments .investments-grid .investment-card:nth-child(1) {
  animation-delay: 0.9s;
}
.other-investments .investments-grid .investment-card:nth-child(2) {
  animation-delay: 1s;
}
.other-investments .investments-grid .investment-card:nth-child(3) {
  animation-delay: 1.1s;
}
.other-investments .investments-grid .investment-card:nth-child(4) {
  animation-delay: 1.2s;
}
.other-investments .investments-grid .investment-card:nth-child(5) {
  animation-delay: 1.3s;
}
.other-investments .investments-grid .investment-card:nth-child(6) {
  animation-delay: 1.4s;
}
.other-investments .investments-grid .investment-card:nth-child(7) {
  animation-delay: 1.5s;
}
.other-investments .investments-grid .investment-card:nth-child(8) {
  animation-delay: 1.6s;
}
.other-investments .investments-grid .investment-card:nth-child(9) {
  animation-delay: 1.7s;
}
.other-investments .investments-grid .investment-card:nth-child(10) {
  animation-delay: 1.8s;
}
.other-investments .investments-grid .investment-card:nth-child(11) {
  animation-delay: 1.9s;
}
.other-investments .investments-grid .investment-card:nth-child(12) {
  animation-delay: 2s;
}
.other-investments .investments-grid .investment-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
.other-investments .investments-grid .investment-card .image {
  aspect-ratio: 16/9;
  background: #f5f5f5;
  overflow: hidden;
}
.other-investments .investments-grid .investment-card .image img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.other-investments .investments-grid .investment-card .name {
  padding: 1rem;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

/*# sourceMappingURL=screen.css.map*/