/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face{font-family:InterVariable;font-style:normal;font-weight:100 900;font-display:swap;src:url(../Assets/fonts/InterVariable.woff2) format("woff2")}@font-feature-values InterVariable{@character-variant{cv01:1;cv02:2;cv03:3;cv04:4;cv05:5;cv06:6;cv07:7;cv08:8;cv09:9;cv10:10;cv11:11;cv12:12;cv13:13;alt-1:1;alt-3:9;open-4:2;open-6:3;open-9:4;lc-l-with-tail:5;simplified-u:6;alt-double-s:7;uc-i-with-serif:8;uc-g-with-spur:10;single-story-a:11;compact-lc-f:12;compact-lc-t:13}@styleset{ss01:1;ss02:2;ss03:3;ss04:4;ss05:5;ss06:6;ss07:7;ss08:8;open-digits:1;disambiguation:2;disambiguation-except-zero:4;round-quotes-and-commas:3;square-punctuation:7;square-quotes:8;circled-characters:5;squared-characters:6}}@font-feature-values Inter{@character-variant{cv01:1;cv02:2;cv03:3;cv04:4;cv05:5;cv06:6;cv07:7;cv08:8;cv09:9;cv10:10;cv11:11;cv12:12;cv13:13;alt-1:1;alt-3:9;open-4:2;open-6:3;open-9:4;lc-l-with-tail:5;simplified-u:6;alt-double-s:7;uc-i-with-serif:8;uc-g-with-spur:10;single-story-a:11;compact-lc-f:12;compact-lc-t:13}@styleset{ss01:1;ss02:2;ss03:3;ss04:4;ss05:5;ss06:6;ss07:7;ss08:8;open-digits:1;disambiguation:2;disambiguation-except-zero:4;round-quotes-and-commas:3;square-punctuation:7;square-quotes:8;circled-characters:5;squared-characters:6}}@font-feature-values InterDisplay{@character-variant{cv01:1;cv02:2;cv03:3;cv04:4;cv05:5;cv06:6;cv07:7;cv08:8;cv09:9;cv10:10;cv11:11;cv12:12;cv13:13;alt-1:1;alt-3:9;open-4:2;open-6:3;open-9:4;lc-l-with-tail:5;simplified-u:6;alt-double-s:7;uc-i-with-serif:8;uc-g-with-spur:10;single-story-a:11;compact-lc-f:12;compact-lc-t:13}@styleset{ss01:1;ss02:2;ss03:3;ss04:4;ss05:5;ss06:6;ss07:7;ss08:8;open-digits:1;disambiguation:2;disambiguation-except-zero:4;round-quotes-and-commas:3;square-punctuation:7;square-quotes:8;circled-characters:5;squared-characters:6}}.arrow-wrap{width:40px;display:flex;align-items:center;justify-content:flex-start}.arrow-wrap .arrow{position:relative;width:20px;height:2px;background:#eb5c34;border-radius:2px;transition:all .3s ease}.arrow-wrap .arrow::before,.arrow-wrap .arrow::after{content:"";position:absolute;right:-1px;width:10px;height:1.5px;background:#eb5c34;border-radius:1.5px 0 0 1.5px;transform-origin:right center}.arrow-wrap .arrow::before{top:70%;transform:translateY(calc(-50% + 0px)) rotate(45deg)}.arrow-wrap .arrow::after{top:50%;transform:translateY(calc(-50% - 0.55px)) rotate(-45deg)}.top-separator{position:relative}.top-separator::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:90vw;max-width:1440px;border-top:1px solid #d4cfd3}.bottom-separator{position:relative}.bottom-separator::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:90vw;max-width:1440px;border-top:1px solid #d4cfd3}.read-more-btn{margin-top:.5rem;display:flex;align-items:center;gap:.75rem;cursor:pointer}.read-more-btn .btn-text{color:#2b3862;font-family:"InterVariable",arial;font-size:16px;font-style:normal;font-weight:600;line-height:25px;position:relative;background-image:linear-gradient(#eb5c34, #eb5c34);background-repeat:no-repeat;background-position:0 100%;background-size:0% 2px;transition:background-size .3s ease}.read-more-btn:hover .btn-text{background-size:100% 2px}.read-more-btn .btn-arrow img{height:10px;width:auto;transition:transform .3s ease}.read-more-btn .btn-arrow img.active{transform:rotate(180deg)}.btn-down-expander-arrow{height:10px;width:auto;transition:transform .3s ease}.btn-down-expander-arrow.rotated{transform:rotate(180deg)}.bg-blue{background:#dcdff2}.bg-lt-blue{background:#5c6c9b}.bg-dk-blue{background:#2b3862}.bg-orange{background:#fdeae0}.bg-grey{background:#f2f2f0}.bg-dk-grey{background:#888690}.ctr-aln{display:flex;flex-direction:column;align-Items:center}*,*::before,*::after{box-sizing:border-box}html,body{overflow-x:clip}body{margin:0}h1,h2,h3{font-family:"InterVariable",arial;font-weight:700;color:#2e3945;margin:1rem 0}h4,h5,h6{font-family:"InterVariable",arial;font-weight:600;color:#2e3945;margin:1rem 0}h1{font-size:33px;font-weight:700;line-height:1.25}@media only screen and (min-width: 48em){h1{font-size:35px}}@media only screen and (min-width: 64em){h1{font-size:45px}}@media only screen and (min-width: 160em){h1{font-size:48px}}h2{font-size:25px;font-weight:600;line-height:1.25}@media only screen and (min-width: 48em){h2{font-size:27px}}@media only screen and (min-width: 64em){h2{font-size:32px}}@media only screen and (min-width: 160em){h2{font-size:35px}}h3{font-size:22px;font-weight:600;line-height:1.25}@media only screen and (min-width: 64em){h3{font-size:26px}}@media only screen and (min-width: 160em){h3{font-size:30px}}h4{font-size:18px;font-weight:600;line-height:1.25}@media only screen and (min-width: 64em){h4{font-size:20px}}@media only screen and (min-width: 160em){h4{font-size:23px}}h5{font-size:16px;font-weight:500;line-height:1.5}@media only screen and (min-width: 64em){h5{font-size:18px}}@media only screen and (min-width: 160em){h5{font-size:20px}}h6{font-size:14px;font-weight:500;line-height:1.5}@media only screen and (min-width: 64em){h6{font-size:16px}}@media only screen and (min-width: 160em){h6{font-size:18px}}p,span{font-family:"InterVariable",arial;font-weight:400;color:#2e3945;font-size:14px;font-weight:400;line-height:1.5}@media only screen and (min-width: 64em){p,span{font-size:16px}}@media only screen and (min-width: 160em){p,span{font-size:18px}}p{margin:1rem 0}a{font-family:"InterVariable",arial;font-weight:400;color:#5c6c9b;font-size:14px;text-decoration:underline}@media only screen and (min-width: 64em){a{font-size:16px}}@media only screen and (min-width: 160em){a{font-size:18px}}a:hover{background-color:#e8ebf7}ol,ul,li{font-family:"InterVariable",arial;font-weight:400;font-size:14px;color:#2e3945}@media only screen and (min-width: 64em){ol,ul,li{font-size:16px}}@media only screen and (min-width: 160em){ol,ul,li{font-size:18px}}ul li::marker{color:#eb5c34}li:not(:last-child){padding-bottom:5px}dl dt{font-family:"InterVariable",arial;font-weight:400}dl dd{font-family:"InterVariable",arial;font-weight:400;margin:0}section{justify-self:center;align-self:center;align-content:center;padding:2rem 1.5rem;width:100%;max-width:1440px;min-height:450px}@media only screen and (min-width: 26.5625em){section{padding:4rem 2rem;min-height:500px}}@media only screen and (min-width: 48em){section{width:90vw}}@media only screen and (min-width: 160em){section{width:90em}}button{border:none;background:none;margin:0;padding:0;line-height:0}header{position:sticky;top:0;z-index:1000;background-color:#fff}footer{background:linear-gradient(180deg, #5C6C9B 0%, #2B3862 206.38%);padding:6rem 2rem 2rem 2rem}footer h4,footer p{color:#fff}footer a{margin:.15rem 0;padding:.1rem 0;color:#d1d8ef;text-decoration:none}footer a:hover{background:none;text-decoration:underline}footer section{min-height:0}.bk-dark-blue{background:#2b3862}.bk-light-blue{background:#dcdff2}.bk-orange{background:#eb5c34}.bk-light-orange{background:#fdeae0}.bk-grey{background:#f2f2f2}.bk-white{background:#f2f2f2}.rectangle-button{text-decoration:none;border:1px solid #fff;border-radius:5px;height:50px;min-width:300px;display:flex;align-items:center;justify-content:center;transition:all .2s linear}.rectangle-button .text{font-family:"InterVariable",arial;font-weight:600;color:#f2f2f2;margin:1rem !important;display:inline-flex;align-items:center;transition:all .3s linear}.rectangle-button:hover,.rectangle-button:focus{background:#f2f2f2}.rectangle-button:hover .text,.rectangle-button:focus .text{color:#2b3862}.rectangle-button:hover .arrow,.rectangle-button:focus .arrow{width:25px}.rectangle-button2{text-decoration:none;border:1px solid #2b3862;border-radius:5px;height:3.125em;min-width:16.5em;max-width:23em;display:flex;align-items:center;justify-content:center;justify-self:left;transition:all .2s linear}.rectangle-button2 .text{font-family:"InterVariable",arial;font-weight:600;color:#2b3862;width:auto !important;margin:1rem !important;display:inline-flex;align-items:center;transition:all .3s linear}.rectangle-button2:hover,.rectangle-button2:focus{background:#2b3862}.rectangle-button2:hover .text,.rectangle-button2:focus .text{color:#fff}.rectangle-button2:hover .arrow,.rectangle-button2:focus .arrow{width:25px}.Link1{display:inline-flex;align-items:center;text-decoration:none;position:relative}.Link1 p{font-family:"InterVariable",arial;font-weight:600;color:#2b3862;margin-right:.5rem;position:relative;display:inline-block}@media only screen and (min-width: 64em){.Link1 p{background-image:linear-gradient(#eb5c34, #eb5c34);background-repeat:no-repeat;background-position:0 100%;background-size:0% 2px;transition:background-size .3s ease}}.Link1 .arrow{width:15px}.Link1:hover{background:none}.Link1:hover p{background-size:100% 2px}.Link1:hover .arrow{width:20px}.swiper.carousel-horizontal{position:relative}.swiper.carousel-horizontal .swiper-wrapper{display:flex;margin:2rem 0;align-items:stretch}.swiper.carousel-horizontal .swiper-wrapper .swiper-slide{display:flex;flex-direction:column;height:auto}.swiper.carousel-horizontal .swiper-wrapper .swiper-slide article{display:contents}.swiper.carousel-horizontal .swiper-pagination{position:absolute;left:0;width:100%;text-align:center}.swiper.carousel-horizontal .swiper-pagination .swiper-pagination-bullet{align-content:center;font-size:10px;width:.5rem;height:.5rem;background-color:#ccc;opacity:1}.swiper.carousel-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#eb5c34}.carousel-buttons.visible-buttons{all:unset;display:flex}.carousel-buttons.visible-buttons .swiper-button-prev,.carousel-buttons.visible-buttons .swiper-button-next{all:unset;background-color:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;cursor:pointer}.carousel-buttons.visible-buttons .swiper-button-prev img,.carousel-buttons.visible-buttons .swiper-button-next img{height:44px;width:44px}.accordion-container-block .accordion-container{width:100%;max-width:800px;justify-self:left}.accordion-container-block .accordion-container .accordion-items{margin-top:4rem}@media only screen and (min-width: 90em){.accordion-container-block .accordion-container.accordion-right{display:grid;grid-template-columns:1fr 2fr;gap:2rem;max-width:unset}.accordion-container-block .accordion-container.accordion-right .accordion-items{margin-top:unset;max-width:800px;justify-self:end}}.accordion-block{border-bottom:1px solid #d3d3d3}.accordion-block.active h4{color:#5c6c9b}.accordion-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;padding-left:1rem}@media only screen and (min-width: 48em){.accordion-heading{gap:2rem}}@media only screen and (min-width: 64em){.accordion-heading{margin:.5rem 0;gap:3rem}}.accordion-heading:hover{background:#dcdff2;box-shadow:none}@media only screen and (min-width: 64em){.accordion-heading:hover{box-shadow:0 .5rem 0 #dcdff2,0 -0.5rem 0 #dcdff2}}.accordion-heading:hover h4{color:#5c6c9b}.accordion-heading:active h4{color:#5c6c9b}.accordion-heading .expander{display:flex;height:30px;width:30px;color:#5c6c9b;border:2px solid #5c6c9b;border-radius:50%;cursor:pointer;background-color:rgba(0,0,0,0);margin-right:1rem;position:relative;flex-shrink:0}.accordion-heading .expander::before,.accordion-heading .expander::after{content:"";position:absolute;background-color:#5c6c9b;top:50%;left:50%;transition:transform .3s ease}.accordion-heading .expander::before{width:2px;height:15px;transform:translate(-50%, -50%)}.accordion-heading .expander::after{width:15px;height:2px;transform:translate(-50%, -50%)}.accordion-heading .expander.is-open::before{transform:translate(-50%, -50%) rotate(90deg)}.accordion-heading .expander.is-open::after{transform:translate(-50%, -50%) rotate(180deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out;padding-left:2rem}.accordion-content table{width:100% !important}.accordion-content table td{vertical-align:top}.page-header{background:#f2f2f0}.page-header .page-header-container{display:flex;flex-direction:column;justify-self:center;min-height:unset}.page-header .page-header-container h1{margin:5rem 0 1rem 0}.page-header .page-header-container p{margin-bottom:5rem}.banner{width:100%;height:550px;display:flex;justify-content:center;align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:var(--banner-default)}@media only screen and (max-width: 47.9375em){.banner{background-image:var(--banner-mobile)}}@media only screen and (min-width: 48em)and (max-width: 63.9375em){.banner{background-image:var(--banner-tablet)}}@media only screen and (min-width: 64em)and (max-width: 89.9375em){.banner{background-image:var(--banner-laptop)}}@media only screen and (min-width: 90em)and (max-width: 159.9375em),only screen and (min-width: 160em){.banner{background-image:var(--banner-desktop)}}.banner section{height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}@media only screen and (min-width: 48em){.banner section{justify-content:center}}@media only screen and (max-width: 47.9375em){.banner section .body-text{margin-bottom:0 !important}.banner section a{margin-top:.25rem}}.banner section .heading,.banner section .body-text{margin:1rem 0;color:#fff;text-align:left}@media only screen and (min-width: 48em){.banner section .heading,.banner section .body-text{font-size:35px}}@media only screen and (min-width: 90em){.banner section .heading,.banner section .body-text{font-size:40px}}.banner section .heading{font-family:"InterVariable",arial;font-weight:630;font-size:33px;font-feature-settings:"salt" on;width:100%}@media only screen and (min-width: 48em){.banner section .heading{font-size:43px}}@media only screen and (min-width: 64em){.banner section .heading{width:60%}}@media only screen and (min-width: 90em){.banner section .heading{font-size:53px;width:50%}}.banner section .body-text{font-family:"InterVariable",arial;font-weight:300;font-size:16px;width:100%}@media only screen and (min-width: 64em){.banner section .body-text{width:60%}}@media only screen and (min-width: 90em){.banner section .body-text{width:40%}}.banner.landing{height:600px}.banner.landing .heading,.banner.landing .body-text{width:100%}@media only screen and (min-width: 64em){.banner.landing .heading,.banner.landing .body-text{width:70%}}@media only screen and (min-width: 90em){.banner.landing .heading,.banner.landing .body-text{width:55%}}.figures,.figures-grey{width:100%;justify-items:center}.figures-grey{background-color:#f2f2f0}.figure-info,.figures-6 .figure-block,.figures-5 .figure-block,.figures-4 .figure-block,.figures-3 .figure-block,.figures-2 .figure-block,.figures-1 .figure-block{justify-items:left;position:relative;display:inline-block;width:100%}.figure-info dt,.figures-6 .figure-block dt,.figures-5 .figure-block dt,.figures-4 .figure-block dt,.figures-3 .figure-block dt,.figures-2 .figure-block dt,.figures-1 .figure-block dt{font-family:"InterVariable",arial;color:#eb5c34;font-size:28px;font-weight:700;line-height:1.25;margin:.2em 0 .5em 0}@media only screen and (min-width: 48em){.figure-info dt,.figures-6 .figure-block dt,.figures-5 .figure-block dt,.figures-4 .figure-block dt,.figures-3 .figure-block dt,.figures-2 .figure-block dt,.figures-1 .figure-block dt{font-size:30px}}@media only screen and (min-width: 64em){.figure-info dt,.figures-6 .figure-block dt,.figures-5 .figure-block dt,.figures-4 .figure-block dt,.figures-3 .figure-block dt,.figures-2 .figure-block dt,.figures-1 .figure-block dt{font-size:40px}}.figure-info dd,.figures-6 .figure-block dd,.figures-5 .figure-block dd,.figures-4 .figure-block dd,.figures-3 .figure-block dd,.figures-2 .figure-block dd,.figures-1 .figure-block dd{font-family:"InterVariable",arial;color:#2e3945;font-size:16px;font-weight:600;line-height:1.5;margin:.2em 0 .5em 0}@media only screen and (min-width: 64em){.figure-info dd,.figures-6 .figure-block dd,.figures-5 .figure-block dd,.figures-4 .figure-block dd,.figures-3 .figure-block dd,.figures-2 .figure-block dd,.figures-1 .figure-block dd{font-size:18px}}@media only screen and (min-width: 160em){.figure-info dd,.figures-6 .figure-block dd,.figures-5 .figure-block dd,.figures-4 .figure-block dd,.figures-3 .figure-block dd,.figures-2 .figure-block dd,.figures-1 .figure-block dd{font-size:20px}}.figures-1{margin-top:3rem;display:grid;grid-template-columns:repeat(1, 1fr);gap:2rem;justify-items:center;margin-top:5rem}.figures-2{margin-top:3rem;display:grid;gap:3.5rem 2rem;justify-items:center;margin-top:5rem;margin-left:1rem}@media only screen and (min-width: 20em){.figures-2{grid-template-columns:repeat(2, 1fr)}}.figures-2 .figure-block::after{content:"";position:absolute;top:0;bottom:0;left:-1rem;width:1px;background-color:#d4cfd3}.figures-3{margin-top:3rem;display:grid;gap:2.5rem 2rem;justify-items:center;margin-top:5rem;margin-left:1rem}@media only screen and (max-width: 47.9375em){.figures-3{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 48em){.figures-3{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 90em){.figures-3{gap:3rem}}.figures-3 .figure-block::after{content:"";position:absolute;top:0;bottom:0;left:-1rem;width:1px;background-color:#d4cfd3}.figures-4{margin-top:3rem;display:grid;gap:2rem;justify-items:center;margin-top:5rem;margin-left:1rem}@media only screen and (max-width: 47.9375em){.figures-4{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 48em){.figures-4{grid-template-columns:repeat(4, 1fr)}}@media only screen and (min-width: 90em){.figures-4{gap:3rem}}.figures-4 .figure-block::after{content:"";position:absolute;top:0;bottom:0;left:-1rem;width:1px;background-color:#d4cfd3}.figures-5{margin-top:3rem;display:grid;gap:2rem;justify-items:center;margin-top:5rem;margin-left:1rem}@media only screen and (max-width: 47.9375em){.figures-5{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 48em){.figures-5{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 64em){.figures-5{grid-template-columns:repeat(5, 1fr)}}@media only screen and (min-width: 90em){.figures-5{gap:3rem}}.figures-5 .figure-block::after{content:"";position:absolute;top:0;bottom:0;left:-1rem;width:1px;background-color:#d4cfd3}.figures-6{margin-top:3rem;display:grid;gap:2rem;justify-items:center;margin-top:5rem;margin-left:1rem}@media only screen and (max-width: 47.9375em){.figures-6{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 48em){.figures-6{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 90em){.figures-6{grid-template-columns:repeat(6, 1fr)}}@media only screen and (min-width: 90em){.figures-6{gap:3rem}}.figures-6 .figure-block::after{content:"";position:absolute;top:0;bottom:0;left:-1rem;width:1px;background-color:#d4cfd3}.figure-heading.animate,.figure-body.animate,.figure-block.animate{opacity:0;transform:translateY(10px)}.personal-contact-grey{background:#f2f2f0}.media-contact-photo{border:solid 0px #000;border-radius:90%;height:12.5em;width:12.5em}.personal-contact-info section h4,.personal-contact-grey section h4,.personal-contact section h4{margin:1rem 0}.personal-contact-info section .role,.personal-contact-grey section .role,.personal-contact section .role{margin-bottom:3rem}@media only screen and (min-width: 48em){.personal-contact-info section,.personal-contact-grey section,.personal-contact section{display:grid;grid-template-columns:1fr 3fr;gap:1rem}.personal-contact-info section h4,.personal-contact-grey section h4,.personal-contact section h4{margin:.5rem 0 0 0}.personal-contact-info section .role,.personal-contact-grey section .role,.personal-contact section .role{justify-content:center;align-content:center;margin:0}.personal-contact-info section .contact-details-container,.personal-contact-grey section .contact-details-container,.personal-contact section .contact-details-container{padding-top:2rem;display:grid;gap:2rem;justify-items:left;grid-template-columns:3fr 4fr}}@media only screen and (min-width: 48em)and (min-width: 48em){.personal-contact-info section .contact-details-container,.personal-contact-grey section .contact-details-container,.personal-contact section .contact-details-container{grid-template-columns:1fr 1fr;gap:1rem}}@media only screen and (min-width: 48em)and (min-width: 90em){.personal-contact-info section .contact-details-container,.personal-contact-grey section .contact-details-container,.personal-contact section .contact-details-container{grid-template-columns:1fr 3fr;gap:3rem}}@media only screen and (min-width: 48em){.personal-contact-info section .contact-details-container .photo-container,.personal-contact-grey section .contact-details-container .photo-container,.personal-contact section .contact-details-container .photo-container{display:flex;flex-direction:column;justify-content:center}.personal-contact-info section .contact-details-container .contact-info,.personal-contact-grey section .contact-details-container .contact-info,.personal-contact section .contact-details-container .contact-info{display:flex;flex-direction:column;justify-content:center}}@media only screen and (min-width: 64em){.personal-contact-info section,.personal-contact-grey section,.personal-contact section{grid-template-columns:2fr 3fr;gap:2rem}}@media only screen and (min-width: 90em){.personal-contact-info section,.personal-contact-grey section,.personal-contact section{grid-template-columns:2fr 5fr;gap:3rem}}.horizontal-icons-block{width:100%;justify-items:center}.horizontal-icons-block-orange{width:100%;justify-items:center;background-color:#fdeae0}.horizontal-icons-block-blue{width:100%;justify-items:center;background-color:#dcdff2}.horizontal-icons-block-grey{width:100%;justify-items:center;background-color:#f2f2f0}.horizontal-icons-container-center{display:flex;flex-direction:column;justify-content:center;align-items:center}.horizontal-icons-container-center h2{display:flex;justify-content:center;text-align:center}.horizontal-icons-container-center p{display:flex;justify-content:center;text-align:center;margin-bottom:2rem}@media only screen and (min-width: 48em){.horizontal-icons-container-center h2,.horizontal-icons-container-center p{width:70%}}.icon-text,.horizontal-icons-separator-6 figure,.horizontal-icons-separator-5 figure,.horizontal-icons-separator-4 figure,.horizontal-icons-separator-3 figure,.horizontal-icons-separator-2 figure,.horizontal-icons-separator-1 figure,.horizontal-icons-6 figure,.horizontal-icons-5 figure,.horizontal-icons-4 figure,.horizontal-icons-3 figure,.horizontal-icons-2 figure,.horizontal-icons-1 figure{position:relative;width:100%;display:flex;flex-direction:column;justify-items:center;align-items:center;text-align:center}.icon-text img,.horizontal-icons-separator-6 figure img,.horizontal-icons-separator-5 figure img,.horizontal-icons-separator-4 figure img,.horizontal-icons-separator-3 figure img,.horizontal-icons-separator-2 figure img,.horizontal-icons-separator-1 figure img,.horizontal-icons-6 figure img,.horizontal-icons-5 figure img,.horizontal-icons-4 figure img,.horizontal-icons-3 figure img,.horizontal-icons-2 figure img,.horizontal-icons-1 figure img{height:4em;width:4em}.icon-block{max-width:15rem}.icon-block figcaption{display:contents}.icon-block figcaption p{width:100%}.horizontal-icons-1{margin-top:3rem;display:grid;grid-template-columns:repeat(1, 1fr);gap:2rem;justify-items:center}.horizontal-icons-2{margin-top:3rem;display:grid;gap:3.5rem 2rem;justify-items:center}@media only screen and (min-width: 20em){.horizontal-icons-2{grid-template-columns:repeat(2, 1fr)}}.horizontal-icons-3{margin-top:3rem;display:grid;gap:2.5rem 2rem;justify-items:center}@media only screen and (max-width: 47.9375em){.horizontal-icons-3{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 48em){.horizontal-icons-3{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 90em){.horizontal-icons-3{gap:3rem}}.horizontal-icons-4{margin-top:3rem;display:grid;gap:2rem;justify-items:center}@media only screen and (max-width: 47.9375em){.horizontal-icons-4{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 48em){.horizontal-icons-4{grid-template-columns:repeat(4, 1fr)}}@media only screen and (min-width: 90em){.horizontal-icons-4{gap:3rem}}.horizontal-icons-5{margin-top:3rem;display:grid;gap:2rem;justify-items:center}@media only screen and (max-width: 47.9375em){.horizontal-icons-5{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 48em){.horizontal-icons-5{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 64em){.horizontal-icons-5{grid-template-columns:repeat(5, 1fr)}}@media only screen and (min-width: 90em){.horizontal-icons-5{gap:3rem}}.horizontal-icons-6{margin-top:3rem;display:grid;gap:2rem;justify-items:center}@media only screen and (max-width: 47.9375em){.horizontal-icons-6{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 48em){.horizontal-icons-6{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 90em){.horizontal-icons-6{grid-template-columns:repeat(6, 1fr)}}@media only screen and (min-width: 90em){.horizontal-icons-6{gap:3rem}}.horizontal-icons-separator-1{margin-top:3rem;display:grid;grid-template-columns:repeat(1, 1fr);gap:2rem;justify-items:center}.horizontal-icons-separator-2{margin-top:3rem;display:grid;gap:3.5rem 2rem;justify-items:center}@media only screen and (min-width: 20em){.horizontal-icons-separator-2{grid-template-columns:repeat(2, 1fr)}}.horizontal-icons-separator-2 figure::after{content:"";position:absolute;top:0;bottom:0;right:-1rem;width:1px;background-color:#d4cfd3}.horizontal-icons-separator-2 figure:nth-child(2n)::after,.horizontal-icons-separator-2 figure:last-child::after{content:none}.horizontal-icons-separator-3{margin-top:3rem;display:grid;gap:2.5rem 2rem;justify-items:center}@media only screen and (max-width: 47.9375em){.horizontal-icons-separator-3{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 48em){.horizontal-icons-separator-3{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 90em){.horizontal-icons-separator-3{gap:3rem}}.horizontal-icons-separator-3 figure::after{content:"";position:absolute;top:0;bottom:0;right:-1rem;width:1px;background-color:#d4cfd3}@media only screen and (max-width: 47.9375em){.horizontal-icons-separator-3 figure:nth-child(2n)::after,.horizontal-icons-separator-3 figure:last-child::after{content:none}}@media only screen and (min-width: 48em){.horizontal-icons-separator-3 figure:nth-child(3n)::after,.horizontal-icons-separator-3 figure:last-child::after{content:none}}.horizontal-icons-separator-4{margin-top:3rem;display:grid;gap:2rem;justify-items:center}@media only screen and (max-width: 47.9375em){.horizontal-icons-separator-4{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 48em){.horizontal-icons-separator-4{grid-template-columns:repeat(4, 1fr)}}@media only screen and (min-width: 90em){.horizontal-icons-separator-4{gap:3rem}}.horizontal-icons-separator-4 figure::after{content:"";position:absolute;top:0;bottom:0;right:-1rem;width:1px;background-color:#d4cfd3}@media only screen and (max-width: 47.9375em){.horizontal-icons-separator-4 figure:nth-child(2n)::after,.horizontal-icons-separator-4 figure:last-child::after{content:none}}@media only screen and (min-width: 48em){.horizontal-icons-separator-4 figure:nth-child(4n)::after,.horizontal-icons-separator-4 figure:last-child::after{content:none}}.horizontal-icons-separator-5{margin-top:3rem;display:grid;gap:2rem;justify-items:center}@media only screen and (max-width: 47.9375em){.horizontal-icons-separator-5{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 48em){.horizontal-icons-separator-5{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 64em){.horizontal-icons-separator-5{grid-template-columns:repeat(5, 1fr)}}@media only screen and (min-width: 90em){.horizontal-icons-separator-5{gap:3rem}}.horizontal-icons-separator-5 figure::after{content:"";position:absolute;top:0;bottom:0;right:-1rem;width:1px;background-color:#d4cfd3}@media only screen and (max-width: 47.9375em){.horizontal-icons-separator-5 figure:nth-child(2n)::after,.horizontal-icons-separator-5 figure:last-child::after{content:none}}@media only screen and (min-width: 48em)and (max-width: 63.9375em){.horizontal-icons-separator-5 figure:nth-child(3n)::after,.horizontal-icons-separator-5 figure:last-child::after{content:none}}@media only screen and (min-width: 64em){.horizontal-icons-separator-5 figure:nth-child(5n)::after,.horizontal-icons-separator-5 figure:last-child::after{content:none}}.horizontal-icons-separator-6{margin-top:3rem;display:grid;gap:2rem;justify-items:center}@media only screen and (max-width: 47.9375em){.horizontal-icons-separator-6{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 48em){.horizontal-icons-separator-6{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 90em){.horizontal-icons-separator-6{grid-template-columns:repeat(6, 1fr)}}@media only screen and (min-width: 90em){.horizontal-icons-separator-6{gap:3rem}}.horizontal-icons-separator-6 figure::after{content:"";position:absolute;top:0;bottom:0;right:-1rem;width:1px;background-color:#d4cfd3}@media only screen and (max-width: 47.9375em){.horizontal-icons-separator-6 figure:nth-child(2n)::after,.horizontal-icons-separator-6 figure:last-child::after{content:none}}@media only screen and (min-width: 48em)and (max-width: 63.9375em),only screen and (min-width: 64em)and (max-width: 89.9375em){.horizontal-icons-separator-6 figure:nth-child(3n)::after,.horizontal-icons-separator-6 figure:last-child::after{content:none}}@media only screen and (min-width: 90em){.horizontal-icons-separator-6 figure:nth-child(6n)::after,.horizontal-icons-separator-6 figure:last-child::after{content:none}}.horizontal-icons-heading.animate,.horizontal-icons-body.animate,.icon-block.animate{opacity:0;transform:translateY(10px)}.half-photo-banner{width:100%;min-height:100%;padding:0 !important;display:flex;flex-direction:column;justify-content:center;align-items:center}.half-photo-banner .half-photo-banner-img-container{width:100%;max-height:400px;display:flex;justify-content:center;align-items:center;overflow:hidden}.half-photo-banner .half-photo-banner-img-container picture{width:100%}.half-photo-banner .half-photo-banner-img-container picture img{display:block;width:100%;height:auto;object-fit:cover;object-position:center}.half-photo-banner .half-photo-banner-content-area{width:100%}@media only screen and (min-width: 64em){.half-photo-banner .half-photo-banner-content-area{height:100%}}.half-photo-banner .half-photo-banner-content-area .half-photo-banner-content{margin:2rem;display:flex;flex-direction:column;justify-content:center}.half-photo-banner .half-photo-banner-content-area .half-photo-banner-content h2,.half-photo-banner .half-photo-banner-content-area .half-photo-banner-content .body-text{color:#fff}.half-photo-banner .half-photo-banner-content-area .half-photo-banner-content .half-banner-button{max-width:300px}@media only screen and (min-width: 64em){.half-photo-banner{margin-top:3rem;display:grid;gap:3.5rem 2rem;justify-items:center;gap:0;max-width:1440px}}@media only screen and (min-width: 64em)and (min-width: 20em){.half-photo-banner{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 64em){.half-photo-banner .half-photo-banner-img-container{height:100%;max-height:unset;overflow:hidden}.half-photo-banner .half-photo-banner-img-container picture{height:100%}.half-photo-banner .half-photo-banner-img-container picture img{display:block;width:auto;height:100%}.half-photo-banner .half-photo-banner-content-area{display:flex;justify-content:center}.half-photo-banner .half-photo-banner-content-area .half-photo-banner-content{max-width:500px}}@media only screen and (min-width: 90em){.half-photo-banner{width:90vw;padding:0 !important;margin:4rem !important;border:1px hidden;border-radius:10px;overflow:hidden}.half-photo-banner img{width:100%;height:100%}}.link-card{background:#fff;border:1px solid #d4cfd3;padding-bottom:1rem;margin:1rem 0;flex-direction:column;justify-content:flex-start;flex:1 1 auto;text-decoration:none;border-radius:5px}.link-card:hover{border:1px solid #7b8dbf;background-color:#fff}.link-card:hover p{background-size:100% 2px}.link-card:hover .arrow{width:20px}.link-card .link-card-heading,.link-card .link-card-body{margin:1.5rem 2rem 0 2rem}.link-card .Link1{margin:auto 2rem 0 2rem}.link-card .Link1 .arrow::before{top:50%}.link-card-intro{display:grid;grid-template-columns:1fr;gap:1rem}@media only screen and (max-width: 47.9375em){.link-card-intro .mobile{grid-column:1;grid-row:2}}@media only screen and (min-width: 48em)and (max-width: 63.9375em){.link-card-intro .tablet{grid-column:1;grid-row:2}}@media only screen and (min-width: 64em){.link-card-intro{grid-template-columns:5fr 1fr}}@media only screen and (min-width: 90em){.link-card-intro{grid-template-columns:6fr 1fr}}.link-card-intro .link-card-buttons{display:none;height:auto;width:auto}.link-card-intro .link-card-buttons .swiper-button-prev,.link-card-intro .link-card-buttons .swiper-button-next{height:44px;width:44px}.link-card-intro .link-card-buttons .swiper-button-prev .swiper-navigation-icon,.link-card-intro .link-card-buttons .swiper-button-next .swiper-navigation-icon{display:none}@media only screen and (max-width: 47.9375em){.link-card-intro .mobile{display:flex;justify-content:space-between;width:125px}}@media only screen and (min-width: 48em)and (max-width: 63.9375em){.link-card-intro .tablet{display:flex;gap:1.5rem;width:125px}}@media only screen and (min-width: 64em)and (max-width: 89.9375em){.link-card-intro .laptop{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:125px}}@media only screen and (min-width: 90em){.link-card-intro .desktop{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:125px}}.policy-category-block{min-height:200px;padding:0rem 2rem;margin:3rem 0;align-content:start}.policy-category-block .policy-category-title{font-size:22px}.policy-category-block .category-content{border-bottom:1px solid #d3d3d3;padding-bottom:3rem;max-width:720px}.policy-category-block .category-content .rich-text-container{margin-bottom:1.5rem}@media only screen and (min-width: 64em){.policy-category-block .category-content .rich-text-container{margin-bottom:2.5rem}}@media only screen and (min-width: 64em){.policy-category-block .category-content>div:last-child .accordion-block{margin-bottom:3rem}}@media only screen and (min-width: 64em){.policy-category-block{display:grid;grid-template-columns:1fr 3fr;column-gap:3em;border-bottom:1px solid #d3d3d3}.policy-category-block .policy-category-title{margin-top:.65em;font-style:normal;font-weight:600}}@media only screen and (min-width: 64em)and (min-width: 90em){.policy-category-block .policy-category-title{font-size:24px}}@media only screen and (min-width: 64em){.policy-category-block .category-content{border-bottom:none;margin:0;padding:0}}.teaser-block-container-1{padding-top:2rem;display:grid;grid-template-columns:repeat(1, 1fr);gap:3.5rem 2rem;justify-items:center}.teaser-block-container-2{padding-top:2rem;display:grid;gap:3.5rem 2rem;justify-items:center}@media only screen and (min-width: 20em){.teaser-block-container-2{grid-template-columns:repeat(1, 1fr)}}@media only screen and (min-width: 48em){.teaser-block-container-2{grid-template-columns:repeat(2, 1fr)}}.teaser-block-container-3{padding-top:2rem;display:grid;gap:3.5rem 2rem;justify-items:center}@media only screen and (min-width: 20em){.teaser-block-container-3{grid-template-columns:repeat(1, 1fr)}}@media only screen and (min-width: 48em){.teaser-block-container-3{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 64em){.teaser-block-container-3{grid-template-columns:repeat(3, 1fr)}}.teaser-block-container-4{padding-top:2rem;display:grid;gap:3.5rem 2rem;justify-items:center}@media only screen and (min-width: 20em){.teaser-block-container-4{grid-template-columns:repeat(1, 1fr)}}@media only screen and (min-width: 48em){.teaser-block-container-4{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 64em){.teaser-block-container-4{grid-template-columns:repeat(4, 1fr)}}.teaser-settings,.teaser-block-container-1,.teaser-block-container-2,.teaser-block-container-3,.teaser-block-container-4{margin:2rem 0;gap:3rem}.teaser article a{text-decoration:none}.teaser article a:hover{background-color:rgba(0,0,0,0) !important}.teaser article .teaser-image{display:block;overflow:hidden;border-radius:5px}.teaser article .teaser-image img{width:100%;height:auto;transition:transform .8s ease-out}.teaser article .teaser-image img:hover{transform:scale(1.1)}.teaser article .teaser-content{margin-top:1.5rem}.teaser article .teaser-content h5{font-family:"InterVariable",arial;font-weight:400;font-size:16px;color:gray;margin:1rem 0;letter-spacing:.1em}.teaser article .teaser-content h4{margin:1rem 0}.page-teaser-background{background:#f2f2f0}.page-teaser-left{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}@media only screen and (min-width: 64em){.page-teaser-left{flex-direction:row;flex:1 1;overflow:hidden;gap:3rem}}@media only screen and (min-width: 90em){.page-teaser-left{flex-direction:row;flex:1 1;overflow:hidden;gap:4rem}}.page-teaser-left .page-teaser-image-container{display:block;overflow:hidden;border-radius:5px}.page-teaser-left .page-teaser-image-container img{height:100%;max-height:450px;width:auto;transition:.5s cubic-bezier(0.39, 0.58, 0.57, 1)}@media only screen and (min-width: 64em){.page-teaser-left .page-teaser-image-container img{max-height:450px;min-height:360px;object-fit:cover;object-position:center}}.page-teaser-left .page-teaser-image-container img:hover{transform:scale(1.1)}.page-teaser-left .teaser-block-content p{margin:1.5rem 1rem 1.5rem 0}.page-teaser-left .teaser-block-content .page-teaser-text{margin-bottom:0}@media only screen and (min-width: 64em){.page-teaser-left .teaser-block-content{width:45%}}.page-teaser-right{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}@media only screen and (min-width: 64em){.page-teaser-right{flex-direction:row;flex:1 1;overflow:hidden;gap:3rem}}@media only screen and (min-width: 90em){.page-teaser-right{flex-direction:row;flex:1 1;overflow:hidden;gap:4rem}}.page-teaser-right .page-teaser-image-container{display:block;overflow:hidden;border-radius:5px}.page-teaser-right .page-teaser-image-container img{height:100%;max-height:450px;width:auto;transition:.5s cubic-bezier(0.39, 0.58, 0.57, 1)}@media only screen and (min-width: 64em){.page-teaser-right .page-teaser-image-container img{max-height:450px;min-height:360px;object-fit:cover;object-position:center}}.page-teaser-right .page-teaser-image-container img:hover{transform:scale(1.1)}.page-teaser-right .teaser-block-content p{margin:1.5rem 1rem 1.5rem 0}.page-teaser-right .teaser-block-content .page-teaser-text{margin-bottom:0}@media only screen and (min-width: 64em){.page-teaser-right .teaser-block-content{width:45%}}@media only screen and (min-width: 64em){.page-teaser-right .page-teaser-image-container{order:2}}@media only screen and (min-width: 64em){.page-teaser-right .teaser-block-content{order:1}}@media only screen and (min-width: 48em){.carousel-intro-text .icon-carousel-header-container{display:grid;grid-template-columns:5fr 1fr;gap:1rem;align-items:center}.carousel-intro-text .icon-carousel-header-container h2{max-width:720px;grid-row:1;grid-column:1;margin:.5rem 0}.carousel-intro-text .icon-carousel-header-container p{max-width:720px;grid-row:2;grid-column:1/-1}.carousel-intro-text .icon-carousel-header-container .rectangle-button2{grid-row:1;grid-column:2}}.icon-carousel-card-block-container{margin:1rem 0;flex:1 1 auto}.icon-carousel-card-block-container .icon-title-wrapper{display:flex;gap:1rem}.icon-carousel-card-block-container .icon-title-wrapper .icon{height:3rem;width:3rem}.icon-carousel-card-block-container .icon-title-wrapper .title{align-self:center}.icon-carousel-card-block-container .icon-title-wrapper p{text-align:justify;text-justify:inter-word}.icon-carousel-card-block-container:after{content:"";position:absolute;top:0;bottom:0;right:-1rem;width:1px;background-color:#d4cfd3}.carousel-block-grid .carousel-grid{display:grid;gap:2rem;grid-template-columns:repeat(2, 1fr)}.carousel-block-grid .carousel-grid .swiper-slide{height:unset}.carousel-block-grid .carousel-grid .icon-carousel-card-block-container:last-child::after{display:none}@media only screen and (min-width: 64em){.carousel-block-grid .carousel-grid{grid-template-columns:repeat(3, 1fr)}}.carousel-block.cards-0,.carousel-block.cards-1{display:none}@media only screen and (min-width: 48em){.carousel-block.cards-2{display:none}}@media only screen and (min-width: 64em){.carousel-block.cards-3{display:none}}.carousel-block-grid{display:none}@media only screen and (min-width: 26.5625em){.carousel-block-grid.cards-1{display:block}}@media only screen and (min-width: 48em){.carousel-block-grid.cards-2{display:block}}@media only screen and (min-width: 64em){.carousel-block-grid.cards-3{display:block}}.large-text-quote-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.large-text-quote-container figure{margin:0}.large-text-quote-container figure blockquote{max-width:55.313em;margin:2.5em 0}.large-text-quote-container figure blockquote .large-text-quote{color:#2b3862;font-size:2.063em;text-align:center;font-weight:700;margin:0}@media only screen and (min-width: 64em){.large-text-quote-container figure blockquote .large-text-quote{font-size:2.813em}}.large-text-quote-container figure figcaption{display:flex;justify-content:center}.large-text-quote-container figure figcaption .quote-author{font-family:"InterVariable",arial;color:#888690;font-style:normal;font-size:1em}@media only screen and (min-width: 64em){.large-text-quote-container figure figcaption .quote-author{font-size:1.125em}}.quote-icon.animate,.quote-author.animate{opacity:0;transform:translateY(20px)}.large-text-quote{display:inline-block;position:relative}.large-text-quote::after{content:"";position:absolute;right:-12px}.large-text-quote.cursor-visible::after{content:"|";font-weight:200;color:#333}.picture-card-container-heading{margin-bottom:3rem}.picture-card-container-heading.center{display:flex;flex-direction:column;align-items:center}.picture-card-container{display:grid;grid-template-columns:1fr;justify-items:center;gap:2rem}@media only screen and (min-width: 64em){.picture-card-container{grid-template-columns:repeat(2, 1fr);gap:3rem 2rem}}@media only screen and (min-width: 160em){.picture-card-container{gap:5rem 0}}.picture-card-container .picture-card{display:flex;flex-direction:column;border-radius:10px;max-width:37.875em;overflow:hidden;border:1px solid #d4cfd3}.picture-card-container .picture-card .picture-card-image{overflow:hidden;display:flex;justify-content:center;align-items:center;min-height:14.4375em}.picture-card-container .picture-card .picture-card-image img{height:auto;min-height:14.4375em;width:100%;object-fit:cover;object-position:center}.picture-card-container .picture-card .picture-card-text{display:flex;flex-direction:column;text-align:center;height:100%}.picture-card-container .picture-card .picture-card-text h3{font-size:16px;color:#eb5c34;font-weight:500;letter-spacing:.15em;text-transform:uppercase;margin-top:1.5rem;margin-bottom:0}@media only screen and (min-width: 48em){.picture-card-container .picture-card .picture-card-text h3{font-size:18px}}@media only screen and (min-width: 90em){.picture-card-container .picture-card .picture-card-text h3{font-size:20px}}.picture-card-container .picture-card .picture-card-text .picture-card-body-text{font-size:1.375em;font-weight:600;text-align:center;margin:3rem 1.5rem}@media only screen and (min-width: 64em){.picture-card-container .picture-card .picture-card-text .picture-card-body-text{font-size:1.625em}}.picture-card-container .picture-card .picture-card-text .picture-card-body-text.text-1{margin:1rem 1.5rem 1.5rem 1.5rem}.square-links-blue{background:#dcdff2}.square-links-blue .square-links-content{display:flex;flex-direction:column}@media only screen and (min-width: 48em){.square-links-blue .square-links-content{display:grid;grid-template-columns:2fr 1fr;gap:1rem;align-items:center}}@media only screen and (min-width: 64em){.square-links-blue .square-links-content{grid-template-columns:1fr 1fr;gap:1.5rem}}@media only screen and (min-width: 90em){.square-links-blue .square-links-content{grid-template-columns:2fr 1fr;gap:1.5rem}}.square-links-blue .square-links-content .square-links-text{width:90%}.square-links-blue .square-links-content .square-links-text h2,.square-links-blue .square-links-content .square-links-text p{margin:1.5rem 0}@media only screen and (min-width: 64em){.square-links-blue .square-links-content .square-links-text h2,.square-links-blue .square-links-content .square-links-text p{width:90%}}.square-links-blue .square-links-content .square-links-text a{margin:2rem 0 1.5rem 0}@media only screen and (max-width: 47.9375em){.square-links-blue .square-links-content .square-links-text a{margin-bottom:3rem}}.square-links-blue .square-links-content a{text-decoration:none}.square-links-blue .square-links-content a .square-link{border:1px solid #d4cfd3;border-radius:5px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:12em;text-align:center;transition:all .3s linear}@media only screen and (min-width: 48em){.square-links-blue .square-links-content a .square-link{min-height:12em}}@media only screen and (min-width: 90em){.square-links-blue .square-links-content a .square-link{min-height:15em}}.square-links-blue .square-links-content a .square-link .square-link-heading{margin:1rem 0;color:#888690;font-weight:400;font-size:1rem;letter-spacing:.1em;padding:0 20px;margin-bottom:0;transition:all .3s ease-in-out}@media only screen and (min-width: 90em){.square-links-blue .square-links-content a .square-link .square-link-heading{font-size:14px}}@media only screen and (min-width: 90em){.square-links-blue .square-links-content a .square-link .square-link-heading{font-size:1rem}}.square-links-blue .square-links-content a .square-link .square-link-title{margin:0;padding:0 20px;transition:all .3s ease-in-out}@media only screen and (min-width: 90em){.square-links-blue .square-links-content a .square-link .square-link-title{font-size:22px}}@media only screen and (min-width: 90em){.square-links-blue .square-links-content a .square-link .square-link-title{font-size:26px}}.square-links-blue .square-links-content a .square-link .arrow-wrap{width:100%;display:flex;align-items:center;justify-content:center}.square-links-blue .square-links-content a .square-link .arrow-wrap .arrow{margin-bottom:2rem}.square-links-blue .square-links-content a:hover .square-link{border:1px solid #2b3862;background:#2b3862}.square-links-blue .square-links-content a:hover .square-link-heading{color:#fff}.square-links-blue .square-links-content a:hover .square-link-title{color:#fff}.square-links-blue .square-links-content a:hover .arrow{width:30px}.square-links-blue .square-links-content .square-links-container{width:100%}.square-links-blue .square-links-content .square-links-container .swiper-wrapper{margin-bottom:3rem}@media only screen and (min-width: 48em){.square-links-blue .square-links-content .square-links-container .swiper-wrapper{width:90%;max-height:22.5em}}.square-links-blue .square-links-content .square-links-container .swiper-pagination{left:0;width:100%;text-align:center}@media only screen and (min-width: 48em){.square-links-blue .square-links-content .square-links-container .swiper-pagination{justify-items:end}}.square-links-blue .square-links-content .square-links-container .swiper-pagination-bullet{align-content:center;font-size:10px;width:.5rem;height:.5rem;background-color:#ccc;opacity:1}.square-links-blue .square-links-content .square-links-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#eb5c34}.square-links-wrapper-static{display:grid;grid-template-columns:1fr;gap:3rem;margin:0 !important;align-items:center;height:50%}@media only screen and (min-width: 64em){.square-links-wrapper-static{display:flex;justify-content:space-between}}.square-links-wrapper-static .static-square-link{display:flex;align-items:center;justify-content:center}.square-links-wrapper-static .static-square-link .square-link{min-height:unset !important;max-height:unset !important;width:12.5rem;height:12.5rem}@media only screen and (min-width: 64em){.square-links-wrapper-static .static-square-link .square-link{width:15rem;height:15rem}}@media only screen and (min-width: 90em){.square-links-wrapper-static .static-square-link .square-link{width:17rem;height:17rem}}.color-banner{width:100%;background-size:100% 100%}.color-banner .color-page-title{font-size:18px;font-weight:400;text-transform:uppercase}.color-banner h1{width:60%}.color-banner h2{font-size:33px;font-weight:630;font-feature-settings:"salt" on;width:100%}@media only screen and (min-width: 48em){.color-banner h2{font-size:43px}}@media only screen and (min-width: 64em){.color-banner h2{width:60%}}@media only screen and (min-width: 90em){.color-banner h2{font-size:53px;width:50%}}.color-banner p{font-weight:300;width:100%}@media only screen and (min-width: 64em){.color-banner p{width:60%}}@media only screen and (min-width: 90em){.color-banner p{width:40%}}@media only screen and (min-width: 90em){.countries-heading{width:60%}}.countries-container{margin-top:3rem;padding-top:2rem;display:grid;gap:3.5rem 2rem;justify-items:center;padding:0;gap:0 1rem}@media only screen and (min-width: 20em){.countries-container{grid-template-columns:repeat(1, 1fr)}}@media only screen and (min-width: 48em){.countries-container{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 64em){.countries-container{grid-template-columns:repeat(3, 1fr)}}.countries-container .country-block{border-top:1px solid #d4cfd3;padding:.5rem 0;width:100%}.countries-container .country-block:last-child{border-bottom:1px solid #d4cfd3}@media only screen and (min-width: 48em){.countries-container .country-block:nth-last-child(2){border-bottom:1px solid #d4cfd3}}@media only screen and (min-width: 64em){.countries-container .country-block:nth-last-child(3){border-bottom:1px solid #d4cfd3}}.countries-container .country-block a{display:flex;text-decoration:none;background:unset;gap:1.5rem}.countries-container .country-block a:hover h3{color:#5c6c9b}@media only screen and (min-width: 90em){.image-quote-block{display:flex;justify-content:center;align-items:center}}.image-quote-block-container{display:flex;flex-direction:column;gap:2rem;max-width:1100px}@media only screen and (min-width: 64em){.image-quote-block-container{display:grid;grid-template-columns:1fr 2fr;gap:3rem}}@media only screen and (min-width: 90em){.image-quote-block-container{display:grid;grid-template-columns:1fr 3fr;gap:5rem}}.image-quote-block-container .image-container{justify-self:center;align-self:center;height:284px;width:284px;aspect-ratio:1/1;overflow:hidden;border-radius:50%}@media only screen and (min-width: 64em){.image-quote-block-container .image-container{align-self:start;margin-top:1rem}}.image-quote-block-container .image-container img{width:100%;height:100%;object-fit:cover;object-position:center}.image-quote-block-container .quote-content-container{max-width:720px;text-align:justify}.image-quote-block-container .quote-content-container .image-quote-headline{color:#888690;font-size:16px;font-style:normal;font-weight:500;text-transform:uppercase;line-height:25px;letter-spacing:.1em;text-align:left}.image-quote-block-container .quote-content-container img{width:50.372px}.image-quote-block-container .quote-content-container .image-quote-title{color:#2b3862;font-size:22px;font-style:normal;font-weight:600;line-height:2rem;text-align:left}.image-quote-block-container .quote-content-container .rich-text{max-height:275px;overflow:hidden;transition:max-height .5s ease;position:relative}.image-quote-block-container .quote-content-container .rich-text::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40px;background:linear-gradient(to bottom, transparent, white);transition:opacity .5s ease;opacity:1;pointer-events:none}.image-quote-block-container .quote-content-container .rich-text.active::after{opacity:1;background:rgba(0,0,0,0)}@media only screen and (min-width: 64em){.image-quote-block-container.right{display:grid;grid-template-columns:2fr 1fr;gap:3rem}}@media only screen and (min-width: 90em){.image-quote-block-container.right{display:grid;grid-template-columns:3fr 1fr;gap:3rem}}.image-quote-block-container.right .image-container{grid-row:1;grid-column:2}.image-quote-block-container.right .quote-content-container{grid-row:1;grid-column:1}.europe-map-block{display:flex;flex-direction:column;gap:2rem}@media only screen and (min-width: 64em){.europe-map-block{display:grid;grid-template-columns:1fr 1fr;gap:3rem}}@media only screen and (min-width: 90em){.europe-map-block{display:grid;grid-template-columns:1fr 1fr;gap:5rem}}.europe-map-block .map-container{display:flex;justify-content:center;align-content:center}.europe-map-block .map-container img{width:100%;height:auto}@media only screen and (min-width: 48em){.europe-map-block .map-container img{width:75%}}@media only screen and (min-width: 64em){.europe-map-block .map-container img{width:85%}}.europe-map-block .map-content-container{display:flex;flex-direction:column;justify-content:center}.europe-map-block .map-content-container .europe-map-body{margin:0}.page-text-button-teaser-block .page-text-button-teaser{display:flex;flex-direction:column;justify-content:center;gap:2rem}@media only screen and (min-width: 64em){.page-text-button-teaser-block .page-text-button-teaser{flex-direction:row;justify-content:space-between;align-items:center;gap:3rem}}@media only screen and (min-width: 64em){.page-text-button-teaser-block .page-text-button-teaser .page-text-button-content{max-width:720px}}@media only screen and (min-width: 64em){.page-text-button-teaser-block .page-text-button-teaser .page-text-button-teaser-button{width:100%;display:flex;justify-content:end}}.page-text-button-teaser-block .accordion-container{margin-top:1rem}@media only screen and (min-width: 48em){.page-text-button-teaser-block .accordion-container{margin-top:unset}}.page-text-button-teaser-block .accordion-container .accordion-items{margin-top:2rem;width:100%;max-width:800px}.page-text-button-teaser-block .accordion-container .accordion-items .accordion-block.active h4{color:#2e3945}.bg-grey .page-text-button-teaser-block .accordion-heading:hover,.bg-orange .page-text-button-teaser-block .accordion-heading:hover,.bg-blue .page-text-button-teaser-block .accordion-heading:hover{background:#fff;box-shadow:0 .5rem 0 #fff,0 -0.5rem 0 #fff}.bg-grey .page-text-button-teaser-block .accordion-heading:hover h4,.bg-orange .page-text-button-teaser-block .accordion-heading:hover h4,.bg-blue .page-text-button-teaser-block .accordion-heading:hover h4{color:#5c6c9b}.page-header-container h1{font-size:33px;font-weight:630;font-feature-settings:"salt" on;width:100%}@media only screen and (min-width: 48em){.page-header-container h1{font-size:43px}}@media only screen and (min-width: 64em){.page-header-container h1{width:60%}}@media only screen and (min-width: 90em){.page-header-container h1{font-size:53px;width:50%}}.page-header-container p{font-weight:300;width:100%}@media only screen and (min-width: 64em){.page-header-container p{width:60%}}@media only screen and (min-width: 90em){.page-header-container p{width:40%}}.address-drop-down{align-content:flex-start;min-height:300px;max-height:300px;transition:max-height .3s ease-in-out;overflow:hidden;border-bottom:1px solid #d4cfd3}@media only screen and (min-width: 64em){.address-drop-down{display:grid;grid-template-columns:1fr 1fr}}.address-drop-down .address-drop-down-list{margin-top:1.5rem;max-width:500px}@media only screen and (min-width: 64em){.address-drop-down .address-drop-down-list{margin-top:1rem}}.address-drop-down .address-drop-down-list .custom-dropdown{position:relative;width:100%;font-family:"InterVariable",arial}.address-drop-down .address-drop-down-list .custom-dropdown.open .dropdown-header{border-radius:5px 5px 0 0}.address-drop-down .address-drop-down-list .custom-dropdown.open .dropdown-header .dropdown-icon img{transform:rotate(180deg)}.address-drop-down .address-drop-down-list .custom-dropdown .dropdown-header{display:flex;justify-content:space-between;align-items:center;border:1px solid #d4cfd3;border-radius:5px;cursor:pointer;background:#fff}.address-drop-down .address-drop-down-list .custom-dropdown .dropdown-header span{margin-left:1rem;font-size:18px;font-weight:600}.address-drop-down .address-drop-down-list .custom-dropdown .dropdown-icon{padding:20px;border-left:1px solid #d4cfd3}.address-drop-down .address-drop-down-list .custom-dropdown .dropdown-icon img{stroke:#5c6c9b;transition:transform .3s ease}.address-drop-down .address-drop-down-list .custom-dropdown .dropdown-list{display:none;position:absolute;top:calc(100% - 1px);left:0;right:0;background:#fff;border:1px solid #d4cfd3;border-radius:0 0 5px 5px;max-height:280px;overflow-y:auto;z-index:10}.address-drop-down .address-drop-down-list .custom-dropdown.open .dropdown-list{display:block}.address-drop-down .address-drop-down-list .custom-dropdown .dropdown-item{padding:.5rem 1rem;cursor:pointer;font-size:18px;font-weight:400}.address-drop-down .address-drop-down-list .custom-dropdown .dropdown-item:hover{background:#dcdff2}.address-drop-down .office-results{grid-column:1/-1;width:100%;margin-top:2rem;display:flex;flex-direction:column;gap:2rem;overflow:hidden}@media only screen and (min-width: 48em){.address-drop-down .office-results{display:grid;grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width: 64em){.address-drop-down .office-results{width:80%}}@media only screen and (min-width: 90em){.address-drop-down .office-results{width:90%;display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}}.address-drop-down .office-results .office{display:flex;flex-direction:column;align-items:flex-start}.address-drop-down .office-results .office.slide-in{animation:slideIn .3s ease forwards}@media only screen and (min-width: 48em){.address-drop-down .office-results .office:nth-child(2n+1){justify-self:start}.address-drop-down .office-results .office:nth-child(2n){justify-self:end}}@media only screen and (min-width: 90em){.address-drop-down .office-results .office:nth-child(3n+1){justify-self:start}.address-drop-down .office-results .office:nth-child(3n){justify-self:end}.address-drop-down .office-results .office:nth-child(3n+2){justify-self:center}}.address-drop-down .office-results .office .office-content{display:flex;flex-direction:column;align-items:flex-start}.address-drop-down .office-results .office .office-content h5{text-transform:uppercase;font-size:16px;color:#5c6c9b;margin:1.5rem 0 .5rem 0;letter-spacing:.1em}.address-drop-down .office-results .office .office-content p,.address-drop-down .office-results .office .office-content a{color:#2e3945;margin:.5rem 0}.address-drop-down .office-results .office .office-content .contact-item-values{display:flex;flex-direction:column}.address-drop-down .office-results .office .office-content .contact-item-values a{margin:0 0 .5rem 0}@keyframes slideIn{from{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.large-icon-card-block{display:flex;flex-direction:column;justify-content:space-between;width:100%;overflow:hidden;border-radius:5px;border:1px solid #d4ced2;background:#fff;transition:all .3s ease}.large-icon-card-block .large-icon-card-content{padding:1.7rem;display:flex;flex-direction:column}.large-icon-card-block .large-icon-card-content h3{font-size:23px}.large-icon-card-block .large-icon-card-content .large-icon-card-icon{width:47.359px;height:51.493px}.large-icon-card-block .large-icon-card-content .rich-text{max-height:125px;overflow:hidden;transition:all .3s ease}.large-icon-card-block .large-icon-card-content .rich-text>:first-child{margin-top:0}.large-icon-card-block .large-icon-card-content .rich-text>:last-child{margin-bottom:0}.large-icon-card-block .large-icon-card-expander{display:none}.large-icon-card-block .large-icon-card-expander.is-visible{display:block;margin-top:-3rem}.large-icon-card-block .large-icon-card-expander.is-visible button{padding:0 0 1.7rem 1.7rem;margin-top:1rem !important;display:flex}.large-icon-card-block .large-icon-card-expander.is-visible button span{color:#2b3862;font-size:16px;font-style:normal;font-weight:600;line-height:25px}.large-icon-card-block .large-icon-card-expander.is-visible::before{display:flex;content:"";position:relative;top:-18px;left:0;width:100%;height:40px;background:linear-gradient(to bottom, transparent, white);transition:opacity .3s ease;opacity:1;pointer-events:none}.large-icon-card-block .large-icon-card-expander.is-visible.expanded::before{opacity:0}.icon-card-container-intro-text{max-width:700px;margin-bottom:3rem}@media only screen and (min-width: 48em){.icon-card-container-intro-text{margin-bottom:4rem}}.large-icon-cards{display:none}.large-icon-cards .column1,.large-icon-cards .column2,.large-icon-cards .column3{display:flex;flex-direction:column;gap:2rem}@media only screen and (min-width: 64em){.large-icon-cards-grid--laptop{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem}}@media only screen and (min-width: 48em)and (max-width: 63.9375em){.large-icon-cards-grid--tablet{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}}@media only screen and (max-width: 47.9375em){.large-icon-cards--Mobile{display:block}.large-icon-cards--Mobile .large-icon-card-block{width:unset;min-height:340px;margin-bottom:1rem}.large-icon-cards--Mobile .large-icon-card-block .read-more-btn{margin-bottom:1rem}.large-icon-cards--Mobile .swiper-pagination{position:relative;bottom:-5px !important}.large-icon-cards--Mobile .swiper-pagination .swiper-pagination-bullet-active{background:#eb5c34}}@media only screen and (min-width: 48em){.large-icon-cards--Mobile{display:none !important}}.expandable-color-cards-container button{display:contents;cursor:pointer}.expandable-color-cards-container .expandable-color-cards-container-intro-text{max-width:700px}.expandable-color-cards-container .expandable-color-cards-container-grid{display:none}@media only screen and (min-width: 64em){.expandable-color-cards-container .expandable-color-cards-container-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem}}.expandable-color-cards-container .expandable-color-cards-carousel--tablet{display:none;margin-top:4rem}@media only screen and (min-width: 48em)and (max-width: 63.9375em){.expandable-color-cards-container .expandable-color-cards-carousel--tablet{display:block}}.expandable-color-cards-container .expandable-color-cards-carousel--mobile{display:none;margin-top:3rem}@media only screen and (max-width: 47.9375em){.expandable-color-cards-container .expandable-color-cards-carousel--mobile{display:block}}.expandable-color-cards-container .expandable-color-card{border:1px solid rgba(0,0,0,0);border-radius:5px;display:flex;flex-direction:column;margin-bottom:2rem}.expandable-color-cards-container .expandable-color-card.bg-blue{background:#e8ebf7}.expandable-color-cards-container .expandable-color-card.bg-blue:hover{border:1px solid #b8c0e3}.expandable-color-cards-container .expandable-color-card.bg-orange:hover{border:1px solid #f7b495}.expandable-color-cards-container .expandable-color-card.bg-grey:hover{border:1px solid #d4ced2}.expandable-color-cards-container .color-card-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;padding:2rem;flex:1}.expandable-color-cards-container .expandable-color-card-icon{height:60px;width:60px}.expandable-color-cards-container .color-card-content h3{margin-top:1.5rem}.expandable-color-cards-container .btn-down-expander-arrow{margin-top:2rem}.expandable-color-cards-container .color-card-expanded{max-height:0;overflow:hidden;text-align:center;border-top:1px solid rgba(0,0,0,0);transition:max-height .3s ease-in-out,border-top-color 0s linear .3s}.expandable-color-cards-container .color-card-expanded .rich-text{padding:2rem}.expandable-color-cards-container .color-card-expanded.is-visible{max-height:1000px}.expandable-color-cards-container .bg-blue .color-card-expanded.is-visible{border-top-color:#b8c0e3;transition:max-height .3s ease-in-out,border-top-color 0s}.expandable-color-cards-container .bg-orange .color-card-expanded.is-visible{border-top-color:#f7b495;transition:max-height .3s ease-in-out,border-top-color 0s}.expandable-color-cards-container .bg-grey .color-card-expanded.is-visible{border-top-color:#d4ced2;transition:max-height .3s ease-in-out,border-top-color 0s}.expandable-color-cards-container .swiper-pagination-bullet-active{background:#eb5c34}.expandable-color-cards-container .swiper-pagination-horizontal{position:relative;bottom:10px !important}.navbar-container{width:100%;border-bottom:1px solid #d4cfd3}.navbar{display:flex;align-items:center;justify-self:center;padding:1.5rem 1.5rem;width:100%;max-width:1440px}@media only screen and (min-width: 26.5625em){.navbar{padding:1.5rem 2rem}}@media only screen and (min-width: 48em){.navbar{padding-left:calc(5vw + 2rem)}}@media only screen and (min-width: 90em){.navbar{padding:1.5rem 2rem;width:90vw}}@media only screen and (min-width: 160em){.navbar{width:90em}}.navbar a:hover,.navbar span:hover{background:none}.navbar .nav-container{display:flex;justify-content:space-between;align-items:center;flex:1}.navbar .nav-container .navbar-logo img{height:18px;width:auto}@media only screen and (min-width: 26.5625em){.navbar .nav-container .navbar-logo img{height:20px}}@media only screen and (min-width: 48em){.navbar .nav-container .navbar-logo img{height:22px}}@media only screen and (min-width: 90em){.navbar .nav-container .navbar-logo img{height:24px}}.navbar .nav-container .navbar-nav{display:flex;gap:2rem}.navbar .nav-container .navbar-nav .navbar-nav-pages{display:none;justify-content:flex-end;align-items:center}@media only screen and (min-width: 90em){.navbar .nav-container .navbar-nav .navbar-nav-pages{display:flex}}.navbar .nav-container .navbar-nav .navbar-nav-pages li{list-style:none;padding:0 2.5rem;font-family:"InterVariable",arial;position:relative}.navbar .nav-container .navbar-nav .navbar-nav-pages li:after{content:"";position:absolute;bottom:-40px;left:0;width:100%;height:6px;background-color:#d4cfd3;opacity:0;transition:all .2s linear}.navbar .nav-container .navbar-nav .navbar-nav-pages li:has(a:hover,span:hover)::after{opacity:1}.navbar .nav-container .navbar-nav .navbar-nav-pages li:has(.active)::after{background-color:#5c6c9b;opacity:1}.navbar .nav-container .navbar-nav .navbar-nav-pages li a,.navbar .nav-container .navbar-nav .navbar-nav-pages li span{text-decoration:none;font-weight:bold;color:#2e3945}.navbar .nav-container .navbar-nav .navbar-nav-pages li a:hover,.navbar .nav-container .navbar-nav .navbar-nav-pages li span:hover{color:#5c6c9b}.navbar .nav-container .navbar-nav .navbar-nav-pages li:last-child span::after,.navbar .nav-container .navbar-nav .navbar-nav-pages li:last-child a::after{content:none}.navbar .nav-container .navbar-nav .nav-icons{display:flex;justify-content:center;align-items:center}.navbar .nav-container .navbar-nav .nav-icons a,.navbar .nav-container .navbar-nav .nav-icons .nav-button{height:44px;width:44px;display:flex;justify-content:center;align-items:center;cursor:pointer}@media only screen and (min-width: 64em){.navbar .nav-container .navbar-nav .nav-icons a:hover img,.navbar .nav-container .navbar-nav .nav-icons .nav-button:hover img{filter:brightness(0) saturate(100%) invert(43%) sepia(13%) saturate(1315%) hue-rotate(187deg) brightness(95%) contrast(93%)}}.navbar .nav-container .navbar-nav .nav-icons a img,.navbar .nav-container .navbar-nav .nav-icons .nav-button img{height:25px;width:25px}.navbar .nav-container .navbar-nav .nav-icons .burger-button{height:40px;width:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:9999}@media only screen and (min-width: 64em){.navbar .nav-container .navbar-nav .nav-icons .burger-button:hover img{filter:brightness(0) saturate(100%) invert(43%) sepia(13%) saturate(1315%) hue-rotate(187deg) brightness(95%) contrast(93%)}}.navbar .nav-container .navbar-nav .nav-icons .burger-button img{height:25px;width:25px}@media only screen and (min-width: 90em){.navbar .nav-container .navbar-nav .nav-icons .burger-button{display:none}}@media only screen and (min-width: 64em){navbar-toggler{display:none}}.mega-menu{width:100%;background-color:#f9f9f9;font-family:"InterVariable",arial;margin:auto;display:flex;justify-content:center;position:absolute;overflow:hidden;transition:max-height .3s ease}.mega-menu .section{width:90vw;max-width:1440px;padding:0 1.5rem;display:grid;grid-template-columns:4fr 2fr}.mega-menu .section .mega-menu-columns{margin:2rem 0}.mega-menu .section .mega-menu-columns .clicked-nav-page a{color:#2b3862;text-decoration:none}.mega-menu .section .mega-menu-columns .clicked-nav-page a:hover{background:none}.mega-menu .section .mega-menu-columns .menu-list{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:1.5rem;gap:2.5rem 4rem;padding:0}.mega-menu .section .mega-menu-columns .menu-list a{text-decoration:none;color:#2e3945;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:2.5px;transition:text-decoration-color .2s ease}.mega-menu .section .mega-menu-columns .menu-list a:hover{background:none;text-decoration-color:#2e3945}.mega-menu .section .mega-menu-columns .menu-list li{list-style:none}.mega-menu .section .mega-menu-columns .menu-list .child{font-weight:600}.mega-menu .section .mega-menu-columns .menu-list .grandchild-list{padding-top:.15rem;padding-left:0;margin-left:0}.mega-menu .section .mega-menu-columns .menu-list .grandchild-list .grandchild{margin-top:.3rem}.mega-menu .section .mega-menu-article{display:flex;flex-direction:column;justify-self:center}.mega-menu .section .mega-menu-article img{width:100%}.mega-menu .section .mega-menu-article .mega-menu-article-content{margin:2rem 2.5rem}.mega-menu .section .mega-menu-article .mega-menu-article-content h3{font-size:20px}.mega-menu .section .mega-menu-article .mega-menu-article-content p{font-size:15px}.mega-menu .section .mega-menu-article .mega-menu-article-content .rectangle-button2{margin-top:2rem}.burger-menu{position:fixed;top:0;right:0;height:100vh;width:100%;background:#fff;display:flex;flex-direction:column;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:9999}@media only screen and (min-width: 48em){.burger-menu{width:60%;opacity:1;transform:translateX(100%);transition:transform .4s ease,visibility .4s ease}}@media only screen and (min-width: 64em){.burger-menu{width:40%}}.burger-menu a:hover{background:none}@media only screen and (min-width: 64em){.burger-menu a:hover{color:#5c6c9b}}.burger-menu .burger-header-container{width:100%;padding:0 1.5rem;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #d4cfd3}@media only screen and (min-width: 26.5625em){.burger-menu .burger-header-container{padding:0rem 2rem}}.burger-menu .burger-header-container .burger-buttons{margin:1.5rem 0;width:90vw;display:flex;justify-content:space-between}.burger-menu .burger-header-container .burger-buttons .logo{display:flex;justify-content:center;align-items:center}.burger-menu .burger-header-container .burger-buttons .logo img{height:18px;width:auto}@media only screen and (min-width: 26.5625em){.burger-menu .burger-header-container .burger-buttons .logo img{height:20px}}@media only screen and (min-width: 48em){.burger-menu .burger-header-container .burger-buttons .logo img{height:22px}}@media only screen and (min-width: 90em){.burger-menu .burger-header-container .burger-buttons .logo img{height:24px}}.burger-menu .burger-header-container .burger-buttons .burger-buttons-options .icon{height:44px;width:44px;display:flex;justify-content:center;align-items:center;cursor:pointer}@media only screen and (min-width: 64em){.burger-menu .burger-header-container .burger-buttons .burger-buttons-options .icon:hover img{filter:brightness(0) saturate(100%) invert(43%) sepia(13%) saturate(1315%) hue-rotate(187deg) brightness(95%) contrast(93%)}}.burger-menu .burger-header-container .burger-buttons .burger-buttons-options .icon img{height:25px;width:25px}.burger-menu-container{width:100%;padding:0 1.5rem;display:none}@media only screen and (min-width: 26.5625em){.burger-menu-container{padding:0rem 2rem}}.burger-menu-container.active{display:block}.burger-menu-container a,.burger-menu-container span{font-size:20px;font-weight:600;color:#2e3945;text-decoration:none}.burger-menu-container button{font-size:20px;color:#eb5c34;width:40px;height:40px;padding:0;border:none;background:none;cursor:pointer;display:flex;justify-content:center;align-items:center}.burger-menu-container button .burger-menu-expander{display:block;position:relative;width:20px;height:20px}.burger-menu-container button .burger-menu-expander::before,.burger-menu-container button .burger-menu-expander::after{content:"";position:absolute;background-color:#eb5c34;transition:transform .3s ease}.burger-menu-container button .burger-menu-expander::before{width:2px;height:20px;top:0;left:50%;transform:translateX(-50%)}.burger-menu-container button .burger-menu-expander::after{width:20px;height:2px;top:50%;left:0;transform:translateY(-50%)}.burger-menu-container button .burger-menu-expander.is-open::before{transform:translateX(-50%) rotate(90deg)}.burger-menu-container button .burger-menu-expander.is-open::after{transform:translateY(-50%) rotate(180deg)}.burger-menu-container .burger-container-child{border-bottom:1px solid #d4cfd3;margin-left:-2rem;margin-right:-2rem;padding:0 2rem}.burger-menu-container .burger-container-child .burger-menu-item-child{padding:1.5rem 0rem;display:flex;justify-content:space-between}.burger-menu-container .burger-container-child .burger-language{justify-content:start;align-items:center}.burger-menu-container .burger-container-child .burger-language .lang-flag{height:40px;width:40px}.burger-menu-container .burger-container-child .burger-language span{margin-left:1.5rem}.burger-menu-container .burger-container-child .burger-menu-item-child.active{background:#f2f2f0;margin-left:-2rem;margin-right:-2rem;padding-left:2rem;padding-right:2rem;border-bottom:1px solid #d4cfd3}.burger-menu-container .burger-container-child .grandchildren{overflow:hidden;position:relative;margin-left:-2rem;margin-right:-2rem;background:#f2f2f0;display:block;justify-content:center;transition:max-height .3s linear}.burger-menu-container .burger-container-child .grandchildren .burger-container-grandchild{padding:0 2rem 0 3rem}.burger-menu-container .burger-container-child .grandchildren .burger-container-grandchild .burger-grandchild .burger-menu-item-grandchild{background:#f2f2f0;display:flex;justify-content:space-between;padding:1.5rem 0;border-bottom:1px solid #d4cfd3}.burger-menu-container .burger-container-child .grandchildren .burger-container-grandchild .burger-grandchild .great-grandchildren{overflow:hidden;max-height:0;display:none;transition:max-height .3s linear}.burger-menu-container .burger-container-child .grandchildren .burger-container-grandchild .burger-grandchild .great-grandchildren .burger-menu-item-greatgrandchild{display:flex;justify-content:space-between;padding:1.5rem 2rem 1.5rem 1.5rem;border-bottom:1px solid #d4cfd3}.burger-menu-container .burger-container-child .grandchildren .burger-container-grandchild .burger-grandchild .great-grandchildren .burger-menu-item-greatgrandchild .burger-page-greatgrandchild{font-weight:400}.burger-menu-container .burger-container-child .grandchildren .burger-container-grandchild .burger-grandchild .great-grandchildren:not(.show){display:none}.burger-menu-container .burger-container-child .grandchildren .burger-container-grandchild .burger-grandchild .great-grandchildren.show{display:block}.burger-menu.open{opacity:1;visibility:visible}@media only screen and (min-width: 48em){.burger-menu.open{transform:translateX(0)}}html.menu-open,body.menu-open{width:100%}header::before,main::before{content:"";position:fixed;inset:0;background:hsla(0,0%,100%,.5);z-index:99;pointer-events:none;opacity:0;transition:opacity .3s ease}@media only screen and (min-width: 48em){header::before,main::before{background:rgba(0,0,0,.5)}}header.menu-open::before,main.menu-open::before{opacity:1;pointer-events:auto}.language-selector-component{position:absolute;display:flex;justify-content:center;width:100%;background:#f2f2f0;height:0;overflow:hidden;transition:height .3s ease}.language-selector-component.open{height:100px}.language-selector-component .language-selector{height:100px;display:flex;align-items:center;padding:0 1.5rem;margin-right:20px;width:90vw;max-width:1440px}@media only screen and (min-width: 26.5625em){.language-selector-component .language-selector{padding:0rem 2rem}}.language-selector-component .language-selector .languages-container{padding:0;width:100%;display:flex;justify-content:end}.language-selector-component .language-selector .languages-container :not(:last-child){padding-right:3rem}.language-selector-component .language-selector .languages-container li{list-style:none}.language-selector-component .language-selector .languages-container li .lang-link{display:flex;align-items:center;text-decoration:none}.language-selector-component .language-selector .languages-container li .lang-link .lang-flag{padding-right:1rem;height:45px;width:45px}.language-selector-component .language-selector .languages-container li .lang-link .lang-name{font-size:18px;font-weight:500}.language-selector-component .language-selector .languages-container li .lang-link:hover{background-color:rgba(0,0,0,0)}.language-selector-component .language-selector .languages-container li .lang-link:hover .lang-name{color:#2b3862}.breadcrumb{display:flex;align-items:center;justify-self:center;padding:.75rem 1.5rem;width:100%;max-width:1440px}@media only screen and (min-width: 26.5625em){.breadcrumb{padding:.75rem 2rem}}@media only screen and (min-width: 48em){.breadcrumb{width:90vw}}.breadcrumb ol{margin:0;padding:0;display:flex;flex-wrap:wrap;gap:0 1.5rem}.breadcrumb ol li{display:flex;list-style:none}.breadcrumb ol li a{text-underline-offset:2px}.breadcrumb ol li a,.breadcrumb ol li span{font-size:12px}@media only screen and (min-width: 64em){.breadcrumb ol li a,.breadcrumb ol li span{font-size:14px}}.breadcrumb ol li:not(:last-child)::after{position:relative;top:-2px;right:-0.5rem;content:">";width:0}.footer-container{padding:0 0rem;display:flex;flex-direction:column;align-items:flex-start}@media only screen and (min-width: 48em){.footer-container{width:90vw;padding:0 2rem;display:grid;grid-template-columns:9fr 3fr;grid-template-rows:auto auto;gap:3rem;row-gap:1rem;margin-bottom:5rem}}@media only screen and (min-width: 64em){.footer-container{margin-bottom:7rem}}@media only screen and (min-width: 90em){.footer-container{display:grid;grid-template-columns:3fr 7fr 2fr;grid-template-rows:none;gap:5rem}}.footer-container .footer-logo img{height:20px;width:auto}@media only screen and (min-width: 48em){.footer-container .footer-logo img{height:22px;grid-row:1}}@media only screen and (min-width: 90em){.footer-container .footer-logo img{height:24px}}@media only screen and (min-width: 90em){.footer-container .footer-logo{grid-row:1;margin:0;padding:0}}.footer-container .linked-in{margin:1.5rem 0;padding:.2rem .2rem .2rem 0}@media only screen and (min-width: 48em){.footer-container .linked-in{grid-row:2;display:flex;justify-content:end;margin:2rem 0;padding:.3rem 0 .3rem .3rem}}@media only screen and (min-width: 90em){.footer-container .linked-in{grid-row:1;margin:0;padding:0 0 .3rem .3rem}}@media only screen and (min-width: 48em){.footer-container .footer-content-container{grid-row:2;display:grid;grid-template-columns:repeat(2, 1fr);gap:4rem}}@media only screen and (min-width: 90em){.footer-container .footer-content-container{grid-row:1}}.footer-container .footer-content-container .footer-column{margin-top:3rem}@media only screen and (min-width: 48em){.footer-container .footer-content-container .footer-column{margin-top:1.3rem}}@media only screen and (min-width: 90em){.footer-container .footer-content-container .footer-column{margin-top:0rem}}@media only screen and (min-width: 90em){.footer-container .footer-content-container .footer-column .footer-column-title{margin-top:0rem}}.footer-container .footer-content-container .footer-column .footer-column-content{display:flex;flex-direction:column;align-items:flex-start}.footer-container .footer-content-container .footer-column .footer-column-content p{margin:0rem 0;line-height:1.75}.footer-bottom-content{display:grid;grid-template-columns:1fr;padding:1rem 0rem}@media only screen and (min-width: 48em){.footer-bottom-content{width:90vw;padding:0 2rem}}.footer-bottom-content .copyright{grid-row:2;font-size:13px;margin:0}@media only screen and (min-width: 64em){.footer-bottom-content .copyright{grid-column:1;grid-row:1;display:flex;align-items:center}}@media only screen and (min-width: 90em){.footer-bottom-content .copyright{font-size:14px}}.footer-bottom-content .policy-links{position:relative;padding-bottom:1.5rem;margin-bottom:1.5rem;grid-row:1;border-bottom:1px solid #b8c0e3}@media only screen and (min-width: 64em){.footer-bottom-content .policy-links{grid-column:2;border:none;margin-bottom:0;padding-bottom:0}}.footer-bottom-content .policy-links .footer-link{position:relative;display:inline-flex;font-size:13px;margin:0 2rem 0 0}.footer-bottom-content .policy-links .footer-link:last-child{margin:0}.footer-bottom-content .policy-links .footer-link:not(:last-child)::after{content:"";position:absolute;top:0;bottom:0;right:-1rem;width:1px;background-color:#d4cfd3;margin:.25rem 0}@media only screen and (min-width: 90em){.footer-bottom-content .policy-links .footer-link:not(:last-child)::after{right:-2rem}}@media only screen and (min-width: 90em){.footer-bottom-content .policy-links .footer-link{font-size:14px;margin:0 4rem 0 0}}
/**
 * Swiper 12.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 18, 2025
 */

: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-slide,
  .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 */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .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-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .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-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-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

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

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

: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-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.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-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .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& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &: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-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .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-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-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.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;
}


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