@charset "UTF-8";:root{--header-height: var(--size-dim-800);--theme-images-path: "/images/";--common-images-path: "/images/common/";--theme-fonts-path: "/fonts/";--sm: 600px;--md: 960px;--lg: 1280px;--xl: 1400px;--mobile-breakpoint: var(--sm);--xs-max: var(--sm - 1px);--sm-max: var(--md - 1px);--md-max: var(--lg - 1px);--lg-max: var(--xl - 1px);--grid-cols: 12}.sr-only{position:absolute;left:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0;outline:none;white-space:nowrap}.mt-0{margin-top:0!important}.pt-0{padding-top:0!important}.mt-xs{margin-top:8px!important}.pt-xs{padding-top:8px!important}.mt-sm{margin-top:16px!important}.pt-sm{padding-top:16px!important}.mt-md{margin-top:24px!important}.pt-md{padding-top:24px!important}.mt-lg{margin-top:32px!important}.pt-lg{padding-top:32px!important}.mt-xl{margin-top:40px!important}.pt-xl{padding-top:40px!important}.mt-xxl{margin-top:48px!important}.pt-xxl{padding-top:48px!important}.mt-xxxl{margin-top:56px!important}.pt-xxxl{padding-top:56px!important}.mt-xxxxl{margin-top:64px!important}.pt-xxxxl{padding-top:64px!important}.mr-0{margin-right:0!important}.pr-0{padding-right:0!important}.mr-xs{margin-right:8px!important}.pr-xs{padding-right:8px!important}.mr-sm{margin-right:16px!important}.pr-sm{padding-right:16px!important}.mr-md{margin-right:24px!important}.pr-md{padding-right:24px!important}.mr-lg{margin-right:32px!important}.pr-lg{padding-right:32px!important}.mr-xl{margin-right:40px!important}.pr-xl{padding-right:40px!important}.mr-xxl{margin-right:48px!important}.pr-xxl{padding-right:48px!important}.mr-xxxl{margin-right:56px!important}.pr-xxxl{padding-right:56px!important}.mr-xxxxl{margin-right:64px!important}.pr-xxxxl{padding-right:64px!important}.mb-0{margin-bottom:0!important}.pb-0{padding-bottom:0!important}.mb-xs{margin-bottom:8px!important}.pb-xs{padding-bottom:8px!important}.mb-sm{margin-bottom:16px!important}.pb-sm{padding-bottom:16px!important}.mb-md{margin-bottom:24px!important}.pb-md{padding-bottom:24px!important}.mb-lg{margin-bottom:32px!important}.pb-lg{padding-bottom:32px!important}.mb-xl{margin-bottom:40px!important}.pb-xl{padding-bottom:40px!important}.mb-xxl{margin-bottom:48px!important}.pb-xxl{padding-bottom:48px!important}.mb-xxxl{margin-bottom:56px!important}.pb-xxxl{padding-bottom:56px!important}.mb-xxxxl{margin-bottom:64px!important}.pb-xxxxl{padding-bottom:64px!important}.ml-0{margin-left:0!important}.pl-0{padding-left:0!important}.ml-xs{margin-left:8px!important}.pl-xs{padding-left:8px!important}.ml-sm{margin-left:16px!important}.pl-sm{padding-left:16px!important}.ml-md{margin-left:24px!important}.pl-md{padding-left:24px!important}.ml-lg{margin-left:32px!important}.pl-lg{padding-left:32px!important}.ml-xl{margin-left:40px!important}.pl-xl{padding-left:40px!important}.ml-xxl{margin-left:48px!important}.pl-xxl{padding-left:48px!important}.ml-xxxl{margin-left:56px!important}.pl-xxxl{padding-left:56px!important}.ml-xxxxl{margin-left:64px!important}.pl-xxxxl{padding-left:64px!important}.font-size-0{font-size:0!important}.font-size-xs{font-size:8px!important}.font-size-sm{font-size:16px!important}.font-size-md{font-size:24px!important}.font-size-lg{font-size:32px!important}.font-size-xl{font-size:40px!important}.font-size-xxl{font-size:48px!important}.font-size-xxxl{font-size:56px!important}.font-size-xxxxl{font-size:64px!important}.center{display:flex;align-items:center;justify-content:center}.flex{display:flex;flex-direction:row}.flex-column{flex-direction:column}.space-between{justify-content:space-between}.space-around{justify-content:space-around}.content-initial{justify-content:initial}.content-center{justify-content:center}.content-end{justify-content:flex-end}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.full-size{width:100%}.text-center{text-align:center}.mobile{display:block}@media screen and (min-width: 600px){.mobile{display:none}}.desktop{display:none}@media screen and (min-width: 600px){.desktop{display:block}}.article{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1032px;margin:auto}.article .imgs{display:flex;flex-direction:column}@media (min-width: 900px){.article .imgs{flex-direction:row;justify-content:space-between}}.article img{max-width:1200px;max-height:460px;margin-bottom:24px;object-fit:cover}.article img.checklist{max-width:none;max-height:none}.article img:not(.portrait){width:100%}@media (min-width: 900px){.article img{border-radius:8px}}.article h3{margin:0 0 0 20px;font-weight:700}.article h4{font-weight:700}.article .title{max-width:700px;margin:0 auto;font-size:32px;letter-spacing:.02em;line-height:1.2em}.article .title:after,.article .title.subtitle{content:attr(data-title);display:block;margin:var(--size-space-200) 0;color:var(--color-primary);font:var(--typography-desktop-title-m-medium);text-transform:uppercase}.article .title:not(.with-subtitle){margin-bottom:80px}.article .date{display:block;margin-bottom:20px;color:#000;font-size:12px;font-weight:500;letter-spacing:8px;text-transform:uppercase}.article .block{display:flex;position:static;flex-direction:column;align-items:initial;justify-content:space-between;height:100%;padding:0;-webkit-box-pack:justify}@media (min-width: 900px){.article .block{flex-direction:row;padding:24px}}.article .fixed-div{display:flex;position:relative;flex:0 0 auto;align-items:flex-start;justify-content:center;width:100%;margin-bottom:64px}@media (min-width: 900px){.article .fixed-div{width:270px;margin-bottom:0}}.article .sticky_div{display:flex;position:sticky;top:136px;grid-row-gap:24px;flex-direction:column;width:100%;margin-bottom:0}.article .bold{font-weight:700}.article .large{margin-bottom:0;font-size:16px;line-height:24px;text-align:start;text-decoration:none}.article .toc{display:flex;flex-direction:column;align-items:stretch}.article .tocitem{display:flex;padding:10px;border-left:1px solid var(--color-grey-a400);color:var(--color-black);font-size:12px;line-height:1.4;text-decoration:none;cursor:pointer}.article .tocitem.active{border-left-width:2px;border-left-color:var(--color-primary);background-color:var(--color-secondary)}.article .content{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:808px;margin-bottom:32px;text-align:start}@media (min-width: 900px){.article .content{padding:0 24px}}.article .list{list-style:none}.article li{display:list-item;padding-bottom:0;font-weight:inherit}.article li .title-item{color:var(--color-primary)}.hero,.hero .hero-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.hero .hero-container .title-container{text-align:center}.hero .group-dates-images-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:var(--size-space-400)}.hero .date-image{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;object-fit:cover}.hero .date-image p{font:var(--typography-desktop-headline-m-bold)}@media screen and (min-width: 1440px){.hero .title-container h1{text-align:left}.hero .hero-container{flex-direction:row}}@media screen and (min-width: 900px){.hero .group-dates-images-container{flex-direction:row}.hero .title-container em{font-size:1.5em;font-weight:900;line-height:1.5}}.now{color:var(--color-text-inverse)}.now .polygon{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100vh;padding:var(--size-space-400) 0;background-color:var(--color-primary);clip-path:polygon(0 3%,100% 0%,100% 95%,0% 100%)}.presentation{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.presentation .content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:var(--xl)}.presentation .content .img{display:flex;flex:1.5;flex-direction:column;align-items:center;justify-content:center}.presentation .content .img .no-stress{font-size:4rem;text-align:center;text-transform:uppercase}@media screen and (min-width: 600px){.presentation .content .img .no-stress{font-size:7rem}}.presentation .content .img img{width:100%;max-width:619px;height:600px;object-fit:cover}.presentation .content .text-content{flex:1.2}@media screen and (min-width: 1280px){.presentation .content{flex-direction:row}}.container-banner{position:relative;margin-top:var(--size-space-400);color:var(--color-text-inverse);text-align:center}.container-banner .title-banner{position:absolute;top:0;left:50%;width:100%;max-width:600px;padding:var(--size-space-300) 0;transform:translate(-50%,-70%);background:var(--color-primary);font-size:1.5rem}@media (min-width: 900px){.container-banner .title-banner{padding:var(--size-space-300)}}.container-banner .banner{width:100%;height:500px;object-fit:cover;object-position:85% 29%}.container-banner .way-together{object-position:28% 0%}.sensitivity{display:flex;flex-direction:column;align-items:center;justify-content:center}.sensitivity .img{padding:24px}.sensitivity .img .its-me{width:100%;height:100%;border-radius:140px}@media screen and (min-width: 1280px){.sensitivity .img .its-me{width:250px}}.sensitivity .img img{max-width:100%;height:100vh;object-fit:cover}.sensitivity .text{max-width:550px;padding:30px;text-align:justify}@media screen and (min-width: 600px){.sensitivity .img{padding:0}.sensitivity .img img{max-width:none;margin:80px 0 30px}}@media screen and (min-width: 1280px){.sensitivity{flex-direction:row}.sensitivity .img img{margin:0 0 30px 200px}.sensitivity .text{padding:30px}}.about{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;height:100%;padding:8px}.about .img{display:flex;flex-direction:column;align-items:center;max-width:550px;padding:24px}.about .img img{max-width:100%;object-fit:cover;margin-bottom:50px}.about .text{max-width:550px;margin-bottom:100px;text-align:justify}.about .text :first-child{margin-top:0}@media screen and (min-width: 600px){.about .img{padding:0}}@media screen and (min-width: 1280px){.about{flex-direction:row;height:100vh;padding-top:0}.about .img{margin-left:100px}.about .text{margin-bottom:0}}.testimonials{padding:32px}@media screen and (min-width: 1280px){.testimonials .title{margin:100px auto}}.testimonials .container{display:flex;position:relative}.testimonials .testimonial-wrapper{display:flex;flex-direction:column;max-width:1400px;margin:32px auto}.testimonials .testimonial-wrapper .testimonial-img-wrapper{display:flex}.testimonials .testimonial-wrapper .testimonial-img-wrapper .img{width:100%}.testimonials .testimonial-wrapper .testimonial-img-wrapper .img img{width:100%;height:100%;object-fit:cover;object-position:25%}.testimonials .testimonial-wrapper .testimonial-text-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:auto;background-color:#d1d0c033}.testimonials .testimonial-wrapper .testimonial-text-wrapper h3{margin:24px 0 0}.testimonials .testimonial-wrapper .testimonial-text-wrapper h4{margin:0}.testimonials .testimonial-wrapper .testimonial-text-wrapper .testimonial-text p{margin:8px 24px;font-size:1rem}.testimonials .testimonial-wrapper .testimonial-text-wrapper .authors{display:flex;flex-direction:column;align-items:flex-end;width:100%;margin-right:60px;padding-top:0;font-family:Malina}@media (min-width: 1200px){.testimonials .testimonial-wrapper{flex-direction:row;height:60vh}.testimonials .testimonial-wrapper.reverse{flex-direction:row-reverse}.testimonials .testimonial-wrapper .testimonial-img-wrapper,.testimonials .testimonial-wrapper .testimonial-text-wrapper{flex:1}}.welcome{display:flex;flex-direction:column-reverse;justify-content:flex-end;height:100%;min-height:auto}.welcome .media .img{width:100%}@media screen and (min-width: 768px){.welcome .media .img{min-width:474px;max-width:700px}}@media screen and (min-width: 768px){.welcome .media{flex-basis:40%;overflow:hidden}}.welcome .content{display:flex;flex-direction:column;align-items:baseline;justify-content:center;margin-bottom:24px}.welcome .content h1{font-size:54px;font-weight:700;line-height:1.2;text-align:start;word-wrap:break-word}@media screen and (min-width: 768px){.welcome .content{flex-basis:60%}.welcome .content h1,.welcome .content p{margin-right:25%;margin-left:25%}}@media screen and (min-width: 768px){.welcome{flex-direction:row}}.if-you-are-here{min-height:auto;padding-bottom:150px}.actions{display:flex;flex-direction:column;align-items:center;justify-content:center}.actions ul{display:flex;flex-flow:row wrap;justify-content:center;max-width:1500px;margin:0;padding:0;list-style:none}.actions ul li{display:flex;flex-direction:column;align-items:center;width:300px;padding:40px;transition:box-shadow .3s}.actions ul li .img{max-width:100%;max-height:200px}.actions ul li h3{font-size:24px}.actions ul li h3:after{content:"";display:block;position:relative;top:20px;left:50%;width:40px;height:1px;background:var(--color-black)}.actions ul li p{font-size:16px;line-height:26px}.its-your-turn{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:auto;padding-bottom:5rem}.block{display:flex;flex-direction:column;align-items:center;justify-content:center;width:calc(100% - 48px);min-height:calc(100vh - 300px);padding:24px;text-align:justify}.block h1,.block h2{display:flex;flex-direction:column}@media (min-width: 900px){.block h1,.block h2,.block p{max-width:1000px}}.img-row{display:flex;flex-wrap:wrap;justify-content:center;max-width:1500px;margin:auto;padding:0 4px}.img-column{flex:30%;max-width:30%;padding:0 4px}.img-column img{width:100%;margin-top:8px;vertical-align:middle}@media screen and (max-width: 900px){.img-column{flex:50%;max-width:50%}}@media screen and (max-width: 600px){.img-column{flex:100%;max-width:100%}}.places{min-height:auto;padding-bottom:150px}.places .where{display:flex;flex-direction:column;align-items:center;justify-content:center}.places .where .img{padding:24px}.places .where .img .img-place{width:100%;height:100%}@media screen and (min-width: 1280px){.places .where .img .img-place{width:500px}}.places .where .img img{max-width:100%;height:100vh;object-fit:cover}@media screen and (min-width: 600px){.places .where{padding-top:0}.places .where .img{padding:0}.places .where .img img{max-width:none;margin:80px 0 30px}}@media screen and (min-width: 1280px){.places .where{flex-direction:row}.places .where .img img{margin:0 0 30px 24px}}.places .where .text{max-width:1200px;text-align:justify}@media screen and (min-width: 1280px){.places .where .text{padding:30px}}.places .text{max-width:1200px;padding:0;text-align:justify}@media screen and (min-width: 1280px){.places .text{padding:30px}}.places-container.container-banner img{height:100vh;max-height:calc(100vh - 105px);object-fit:cover}.top-left{position:absolute;top:8px;left:16px;max-width:600px;text-align:start}.two-flex-blocs{display:flex;flex-direction:column}@media screen and (min-width: 768px){.two-flex-blocs{flex-direction:row}.two-flex-blocs div{padding:24px}}.list-actions{display:flex;flex-flow:row wrap;justify-content:center;max-width:1500px;margin:0;padding:0}.list-actions li{display:flex;flex-direction:column;align-items:center;width:300px;transition:box-shadow .3s}.list-actions li .img{max-width:100%;max-height:200px}.list-actions li h3{font-size:24px}.list-actions li h3:after{content:"";display:block;position:relative;top:20px;left:50%;width:40px;height:1px;background:var(--black)}.list-actions li p{font-size:16px;line-height:26px}@media screen and (min-width: 768px){.list-actions li{padding:24px}}.includes{width:100%;height:100%;padding:var(--size-space-300) 0;background-color:var(--color-primary);color:var(--color-white)}.includes ul{padding:24px}@media screen and (min-width: 768px){.includes{padding:16px;border-radius:15px}}section{min-height:calc(100dvh - var(--size-space-800));padding:var(--size-space-400) 0}section .title,section .text{text-align:center}section .text{max-width:var(--lg);padding:var(--size-space-400);text-align:justify}@media screen and (min-width: 1280px){section .text{padding:var(--size-space-400)}}li{display:flex;padding-bottom:var(--size-space-100);font-weight:700}@font-face{font-family:icomoon;font-style:normal;font-weight:400;src:url(/fonts/common/icons/icomoon.eot) format("embedded-opentype"),url(/fonts/common/icons/icomoon.woff2) format("truetype"),url(/fonts/common/icons/icomoon.woff) format("woff"),url(/fonts/common/icons/icomoon.svg) format("svg");font-display:swap}[class^=icon-],[class*=icon-]{font-family:icomoon,sans-serif;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;vertical-align:bottom}.icon-search:before{content:"\e900"}.icon-star:before{content:"\e901"}.icon-wallet:before{content:"\e902"}.icon-x:before{content:"\e903"}.icon-check:before{content:"\e904"}.icon-heart:before{content:"\e905"}.icon-more-horizontal:before{content:"\e906"}.icon-more-vertical:before{content:"\e907"}.icon-star-solid:before{content:"\e908"}.icon-heart-solid:before{content:"\e909"}.icon-previous:before{content:"\e90a"}.icon-next:before{content:"\e90b"}.icon-bxs-user:before{content:"\e90c"}.icon-image:before{content:"\e90d"}.icon-images:before{content:"\e90e"}.icon-camera:before{content:"\e90f"}.icon-bx-user:before{content:"\e910"}.icon-bx-code-block:before{content:"\e911"}.icon-bx-git-repo-forked:before{content:"\e912"}.icon-bx-git-pull-request:before{content:"\e913"}.icon-bx-git-merge:before{content:"\e914"}.icon-bx-git-compare:before{content:"\e915"}.icon-bx-git-commit:before{content:"\e916"}.icon-bx-code:before{content:"\e917"}.icon-bx-code-curly:before{content:"\e918"}.icon-bxs-data:before{content:"\e919"}.icon-bxs-component:before{content:"\e91a"}.icon-bx-code-alt:before{content:"\e91b"}.icon-bxs-chevron-down:before{content:"\e91c"}.icon-bxs-chevron-up:before{content:"\e91d"}.icon-bxs-chevron-right:before{content:"\e91e"}.icon-bx-git-branch:before{content:"\e91f"}.icon-bx-terminal:before{content:"\e920"}.icon-bxs-chevron-left:before{content:"\e921"}.icon-bxs-info-circle:before{content:"\e922"}.icon-bx-info-circle:before{content:"\e923"}.icon-bx-minus:before{content:"\e924"}.icon-bx-plus:before{content:"\e925"}.icon-bxs-right-arrow:before{content:"\e926"}.icon-bxs-left-arrow:before{content:"\e927"}.icon-bxs-up-arrow:before{content:"\e928"}.icon-bxs-down-arrow:before{content:"\e929"}.icon-price-tag:before{content:"\e935"}.icon-price-tags:before{content:"\e936"}.icon-credit-card:before{content:"\e93f"}.icon-location:before{content:"\e947"}.icon-location2:before{content:"\e948"}.icon-calendar:before{content:"\e953"}.icon-pie-chart:before{content:"\e99a"}.icon-stats-dots:before{content:"\e99b"}.icon-stats-bars:before{content:"\e99c"}.icon-gift:before{content:"\e99f"}.icon-trash:before{content:"\e9ac"}.icon-airplane:before{content:"\e9af"}.icon-menu:before{content:"\e9bd"}.icon-earth:before{content:"\e9ca"}.icon-google:before{content:"\ea89"}.icon-facebook:before{content:"\ea91"}.icon-instagram:before{content:"\ea92"}.icon-youtube:before{content:"\ea9d"}.icon-youtube2:before{content:"\ea9e"}.icon-bxs-quote-alt-right:before{content:"\e92a"}.icon-bxs-quote-alt-left:before{content:"\e92b"}.rounded-image{border-radius:140px}.reveal-d50,.reveal-d49,.reveal-d48,.reveal-d47,.reveal-d46,.reveal-d45,.reveal-d44,.reveal-d43,.reveal-d42,.reveal-d41,.reveal-d40,.reveal-d39,.reveal-d38,.reveal-d37,.reveal-d36,.reveal-d35,.reveal-d34,.reveal-d33,.reveal-d32,.reveal-d31,.reveal-d30,.reveal-d29,.reveal-d28,.reveal-d27,.reveal-d26,.reveal-d25,.reveal-d24,.reveal-d23,.reveal-d22,.reveal-d21,.reveal-d20,.reveal-d19,.reveal-d18,.reveal-d17,.reveal-d16,.reveal-d15,.reveal-d14,.reveal-d13,.reveal-d12,.reveal-d11,.reveal-d10,.reveal-d9,.reveal-d8,.reveal-d7,.reveal-d6,.reveal-d5,.reveal-d4,.reveal-d3,.reveal-d2,.reveal-d1,.reveal{display:inline-block;animation:reveal-text .5s ease forwards;opacity:0}.reveal-d1{animation-delay:.1s}.reveal-d2{animation-delay:.2s}.reveal-d3{animation-delay:.3s}.reveal-d4{animation-delay:.4s}.reveal-d5{animation-delay:.5s}.reveal-d6{animation-delay:.6s}.reveal-d7{animation-delay:.7s}.reveal-d8{animation-delay:.8s}.reveal-d9{animation-delay:.9s}.reveal-d10{animation-delay:1s}.reveal-d11{animation-delay:1.1s}.reveal-d12{animation-delay:1.2s}.reveal-d13{animation-delay:1.3s}.reveal-d14{animation-delay:1.4s}.reveal-d15{animation-delay:1.5s}.reveal-d16{animation-delay:1.6s}.reveal-d17{animation-delay:1.7s}.reveal-d18{animation-delay:1.8s}.reveal-d19{animation-delay:1.9s}.reveal-d20{animation-delay:2s}.reveal-d21{animation-delay:2.1s}.reveal-d22{animation-delay:2.2s}.reveal-d23{animation-delay:2.3s}.reveal-d24{animation-delay:2.4s}.reveal-d25{animation-delay:2.5s}.reveal-d26{animation-delay:2.6s}.reveal-d27{animation-delay:2.7s}.reveal-d28{animation-delay:2.8s}.reveal-d29{animation-delay:2.9s}.reveal-d30{animation-delay:3s}.reveal-d31{animation-delay:3.1s}.reveal-d32{animation-delay:3.2s}.reveal-d33{animation-delay:3.3s}.reveal-d34{animation-delay:3.4s}.reveal-d35{animation-delay:3.5s}.reveal-d36{animation-delay:3.6s}.reveal-d37{animation-delay:3.7s}.reveal-d38{animation-delay:3.8s}.reveal-d39{animation-delay:3.9s}.reveal-d40{animation-delay:4s}.reveal-d41{animation-delay:4.1s}.reveal-d42{animation-delay:4.2s}.reveal-d43{animation-delay:4.3s}.reveal-d44{animation-delay:4.4s}.reveal-d45{animation-delay:4.5s}.reveal-d46{animation-delay:4.6s}.reveal-d47{animation-delay:4.7s}.reveal-d48{animation-delay:4.8s}.reveal-d49{animation-delay:4.9s}.reveal-d50{animation-delay:5s}@keyframes reveal-text{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}:root{--size-value-1: 1px;--size-value-2: 2px;--size-value-3: 3px;--size-value-4: 4px;--size-value-8: 8px;--size-value-12: 12px;--size-value-16: 16px;--size-value-24: 24px;--size-value-32: 32px;--size-value-40: 40px;--size-value-48: 48px;--size-value-56: 56px;--size-value-64: 64px;--size-value-72: 72px;--size-value-80: 80px;--size-value-88: 88px;--size-value-96: 96px;--size-radius-xs: var(--size-value-2);--size-radius-s: var(--size-value-4);--size-radius-m: var(--size-value-8);--size-radius-l: var(--size-value-16);--size-space-25: var(--size-value-2);--size-space-50: var(--size-value-4);--size-space-100: var(--size-value-8);--size-space-150: var(--size-value-12);--size-space-200: var(--size-value-16);--size-space-300: var(--size-value-24);--size-space-400: var(--size-value-32);--size-space-500: var(--size-value-40);--size-space-600: var(--size-value-48);--size-space-700: var(--size-value-56);--size-space-800: var(--size-value-64);--size-space-900: var(--size-value-72);--size-space-1000: var(--size-value-80);--size-space-1200: var(--size-value-96);--size-space-s: var(--size-value-4);--size-space-m: var(--size-value-8);--size-space-l: var(--size-value-16);--size-dim-100: var(--size-value-8);--size-dim-150: var(--size-value-12);--size-dim-200: var(--size-value-16);--size-dim-300: var(--size-value-24);--size-dim-400: var(--size-value-32);--size-dim-500: var(--size-value-40);--size-dim-600: var(--size-value-48);--size-dim-700: var(--size-value-56);--size-dim-800: var(--size-value-64);--size-dim-900: var(--size-value-72);--size-dim-1000: var(--size-value-80);--size-dim-1100: var(--size-value-88);--size-dim-1200: var(--size-value-96);--size-border-xs: var(--size-value-1);--size-border-s: var(--size-value-2);--size-border-m: var(--size-value-3);--size-border-l: var(--size-value-4)}:root{--font-family-base: cardo, raleway, oswald, sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-bold: 700;--font-size-xxs: 12px;--font-size-xs: 14px;--font-size-s: 16px;--font-size-m: 18px;--font-size-l: 24px;--font-size-xl: 32px;--font-size-xxl: 40px;--line-height-tight: 120%;--line-height-normal: 130%;--line-height-relaxed: 150%;--letter-spacing-normal: 0;--letter-spacing-tight: -.01em;--letter-spacing-wide: .02em;--typography-desktop-title-xxs-light: var(--font-weight-light) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-xxs-regular: var(--font-weight-regular) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-xxs-medium: var(--font-weight-medium) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-xxs-bold: var(--font-weight-bold) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-xs-light: var(--font-weight-light) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-xs-regular: var(--font-weight-regular) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-xs-medium: var(--font-weight-medium) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-xs-bold: var(--font-weight-bold) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-s-light: var(--font-weight-light) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-s-regular: var(--font-weight-regular) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-s-medium: var(--font-weight-medium) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-s-bold: var(--font-weight-bold) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-m-light: var(--font-weight-light) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-m-regular: var(--font-weight-regular) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-m-medium: var(--font-weight-medium) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-m-bold: var(--font-weight-bold) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-l-light: var(--font-weight-light) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-l-regular: var(--font-weight-regular) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-l-medium: var(--font-weight-medium) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-l-bold: var(--font-weight-bold) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-xl-light: var(--font-weight-light) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-xl-regular: var(--font-weight-regular) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-xl-medium: var(--font-weight-medium) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-xl-bold: var(--font-weight-bold) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-xxl-light: var(--font-weight-light) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-xxl-regular: var(--font-weight-regular) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-xxl-medium: var(--font-weight-medium) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-title-xxl-bold: var(--font-weight-bold) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xxs-light: var(--font-weight-light) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xxs-regular: var(--font-weight-regular) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xxs-medium: var(--font-weight-medium) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xxs-bold: var(--font-weight-bold) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xs-light: var(--font-weight-light) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xs-regular: var(--font-weight-regular) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xs-medium: var(--font-weight-medium) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xs-bold: var(--font-weight-bold) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-s-light: var(--font-weight-light) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-s-regular: var(--font-weight-regular) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-s-medium: var(--font-weight-medium) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-s-bold: var(--font-weight-bold) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-m-light: var(--font-weight-light) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-m-regular: var(--font-weight-regular) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-m-medium: var(--font-weight-medium) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-m-bold: var(--font-weight-bold) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-l-light: var(--font-weight-light) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-l-regular: var(--font-weight-regular) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-l-medium: var(--font-weight-medium) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-l-bold: var(--font-weight-bold) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xl-light: var(--font-weight-light) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xl-regular: var(--font-weight-regular) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xl-medium: var(--font-weight-medium) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xl-bold: var(--font-weight-bold) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xxl-light: var(--font-weight-light) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xxl-regular: var(--font-weight-regular) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xxl-medium: var(--font-weight-medium) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-headline-xxl-bold: var(--font-weight-bold) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xxs-light: var(--font-weight-light) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xxs-regular: var(--font-weight-regular) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xxs-medium: var(--font-weight-medium) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xxs-bold: var(--font-weight-bold) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xs-light: var(--font-weight-light) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xs-regular: var(--font-weight-regular) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xs-medium: var(--font-weight-medium) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xs-bold: var(--font-weight-bold) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-s-light: var(--font-weight-light) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-s-regular: var(--font-weight-regular) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-s-medium: var(--font-weight-medium) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-s-bold: var(--font-weight-bold) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-m-light: var(--font-weight-light) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-m-regular: var(--font-weight-regular) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-m-medium: var(--font-weight-medium) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-m-bold: var(--font-weight-bold) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-l-light: var(--font-weight-light) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-l-regular: var(--font-weight-regular) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-l-medium: var(--font-weight-medium) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-l-bold: var(--font-weight-bold) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xl-light: var(--font-weight-light) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xl-regular: var(--font-weight-regular) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xl-medium: var(--font-weight-medium) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xl-bold: var(--font-weight-bold) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xxl-light: var(--font-weight-light) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xxl-regular: var(--font-weight-regular) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xxl-medium: var(--font-weight-medium) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-display-xxl-bold: var(--font-weight-bold) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xxs-light: var(--font-weight-light) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xxs-regular: var(--font-weight-regular) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xxs-medium: var(--font-weight-medium) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xxs-bold: var(--font-weight-bold) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xs-light: var(--font-weight-light) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xs-regular: var(--font-weight-regular) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xs-medium: var(--font-weight-medium) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xs-bold: var(--font-weight-bold) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-s-light: var(--font-weight-light) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-s-regular: var(--font-weight-regular) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-s-medium: var(--font-weight-medium) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-s-bold: var(--font-weight-bold) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-m-light: var(--font-weight-light) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-m-regular: var(--font-weight-regular) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-m-medium: var(--font-weight-medium) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-m-bold: var(--font-weight-bold) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-l-light: var(--font-weight-light) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-l-regular: var(--font-weight-regular) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-l-medium: var(--font-weight-medium) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-l-bold: var(--font-weight-bold) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xl-light: var(--font-weight-light) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xl-regular: var(--font-weight-regular) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xl-medium: var(--font-weight-medium) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xl-bold: var(--font-weight-bold) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xxl-light: var(--font-weight-light) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xxl-regular: var(--font-weight-regular) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xxl-medium: var(--font-weight-medium) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-desktop-body-xxl-bold: var(--font-weight-bold) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xxs-light: var(--font-weight-light) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xxs-regular: var(--font-weight-regular) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xxs-medium: var(--font-weight-medium) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xxs-bold: var(--font-weight-bold) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xs-light: var(--font-weight-light) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xs-regular: var(--font-weight-regular) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xs-medium: var(--font-weight-medium) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xs-bold: var(--font-weight-bold) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-s-light: var(--font-weight-light) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-s-regular: var(--font-weight-regular) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-s-medium: var(--font-weight-medium) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-s-bold: var(--font-weight-bold) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-m-light: var(--font-weight-light) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-m-regular: var(--font-weight-regular) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-m-medium: var(--font-weight-medium) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-m-bold: var(--font-weight-bold) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-l-light: var(--font-weight-light) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-l-regular: var(--font-weight-regular) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-l-medium: var(--font-weight-medium) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-l-bold: var(--font-weight-bold) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xl-light: var(--font-weight-light) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xl-regular: var(--font-weight-regular) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xl-medium: var(--font-weight-medium) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xl-bold: var(--font-weight-bold) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xxl-light: var(--font-weight-light) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xxl-regular: var(--font-weight-regular) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xxl-medium: var(--font-weight-medium) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-title-xxl-bold: var(--font-weight-bold) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xxs-light: var(--font-weight-light) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xxs-regular: var(--font-weight-regular) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xxs-medium: var(--font-weight-medium) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xxs-bold: var(--font-weight-bold) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xs-light: var(--font-weight-light) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xs-regular: var(--font-weight-regular) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xs-medium: var(--font-weight-medium) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xs-bold: var(--font-weight-bold) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-s-light: var(--font-weight-light) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-s-regular: var(--font-weight-regular) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-s-medium: var(--font-weight-medium) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-s-bold: var(--font-weight-bold) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-m-light: var(--font-weight-light) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-m-regular: var(--font-weight-regular) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-m-medium: var(--font-weight-medium) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-m-bold: var(--font-weight-bold) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-l-light: var(--font-weight-light) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-l-regular: var(--font-weight-regular) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-l-medium: var(--font-weight-medium) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-l-bold: var(--font-weight-bold) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xl-light: var(--font-weight-light) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xl-regular: var(--font-weight-regular) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xl-medium: var(--font-weight-medium) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xl-bold: var(--font-weight-bold) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xxl-light: var(--font-weight-light) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xxl-regular: var(--font-weight-regular) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xxl-medium: var(--font-weight-medium) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-headline-xxl-bold: var(--font-weight-bold) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xxs-light: var(--font-weight-light) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xxs-regular: var(--font-weight-regular) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xxs-medium: var(--font-weight-medium) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xxs-bold: var(--font-weight-bold) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xs-light: var(--font-weight-light) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xs-regular: var(--font-weight-regular) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xs-medium: var(--font-weight-medium) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xs-bold: var(--font-weight-bold) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-s-light: var(--font-weight-light) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-s-regular: var(--font-weight-regular) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-s-medium: var(--font-weight-medium) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-s-bold: var(--font-weight-bold) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-m-light: var(--font-weight-light) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-m-regular: var(--font-weight-regular) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-m-medium: var(--font-weight-medium) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-m-bold: var(--font-weight-bold) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-l-light: var(--font-weight-light) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-l-regular: var(--font-weight-regular) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-l-medium: var(--font-weight-medium) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-l-bold: var(--font-weight-bold) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xl-light: var(--font-weight-light) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xl-regular: var(--font-weight-regular) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xl-medium: var(--font-weight-medium) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xl-bold: var(--font-weight-bold) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xxl-light: var(--font-weight-light) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xxl-regular: var(--font-weight-regular) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xxl-medium: var(--font-weight-medium) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-display-xxl-bold: var(--font-weight-bold) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xxs-light: var(--font-weight-light) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xxs-regular: var(--font-weight-regular) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xxs-medium: var(--font-weight-medium) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xxs-bold: var(--font-weight-bold) var(--font-size-xxs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xs-light: var(--font-weight-light) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xs-regular: var(--font-weight-regular) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xs-medium: var(--font-weight-medium) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xs-bold: var(--font-weight-bold) var(--font-size-xs) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-s-light: var(--font-weight-light) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-s-regular: var(--font-weight-regular) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-s-medium: var(--font-weight-medium) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-s-bold: var(--font-weight-bold) var(--font-size-s) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-m-light: var(--font-weight-light) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-m-regular: var(--font-weight-regular) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-m-medium: var(--font-weight-medium) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-m-bold: var(--font-weight-bold) var(--font-size-m) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-l-light: var(--font-weight-light) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-l-regular: var(--font-weight-regular) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-l-medium: var(--font-weight-medium) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-l-bold: var(--font-weight-bold) var(--font-size-l) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xl-light: var(--font-weight-light) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xl-regular: var(--font-weight-regular) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xl-medium: var(--font-weight-medium) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xl-bold: var(--font-weight-bold) var(--font-size-xl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xxl-light: var(--font-weight-light) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xxl-regular: var(--font-weight-regular) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xxl-medium: var(--font-weight-medium) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base);--typography-mobile-body-xxl-bold: var(--font-weight-bold) var(--font-size-xxl) / var(--line-height-normal) var(--font-family-base)}:root .typography-desktop-title-xxs-light{font:var(--typography-desktop-title-xxs-light)}:root .typography-desktop-title-xxs-regular{font:var(--typography-desktop-title-xxs-regular)}:root .typography-desktop-title-xxs-medium{font:var(--typography-desktop-title-xxs-medium)}:root .typography-desktop-title-xxs-bold{font:var(--typography-desktop-title-xxs-bold)}:root .typography-desktop-title-xs-light{font:var(--typography-desktop-title-xs-light)}:root .typography-desktop-title-xs-regular{font:var(--typography-desktop-title-xs-regular)}:root .typography-desktop-title-xs-medium{font:var(--typography-desktop-title-xs-medium)}:root .typography-desktop-title-xs-bold{font:var(--typography-desktop-title-xs-bold)}:root .typography-desktop-title-s-light{font:var(--typography-desktop-title-s-light)}:root .typography-desktop-title-s-regular{font:var(--typography-desktop-title-s-regular)}:root .typography-desktop-title-s-medium{font:var(--typography-desktop-title-s-medium)}:root .typography-desktop-title-s-bold{font:var(--typography-desktop-title-s-bold)}:root .typography-desktop-title-m-light{font:var(--typography-desktop-title-m-light)}:root .typography-desktop-title-m-regular{font:var(--typography-desktop-title-m-regular)}:root .typography-desktop-title-m-medium{font:var(--typography-desktop-title-m-medium)}:root .typography-desktop-title-m-bold{font:var(--typography-desktop-title-m-bold)}:root .typography-desktop-title-l-light{font:var(--typography-desktop-title-l-light)}:root .typography-desktop-title-l-regular{font:var(--typography-desktop-title-l-regular)}:root .typography-desktop-title-l-medium{font:var(--typography-desktop-title-l-medium)}:root .typography-desktop-title-l-bold{font:var(--typography-desktop-title-l-bold)}:root .typography-desktop-title-xl-light{font:var(--typography-desktop-title-xl-light)}:root .typography-desktop-title-xl-regular{font:var(--typography-desktop-title-xl-regular)}:root .typography-desktop-title-xl-medium{font:var(--typography-desktop-title-xl-medium)}:root .typography-desktop-title-xl-bold{font:var(--typography-desktop-title-xl-bold)}:root .typography-desktop-title-xxl-light{font:var(--typography-desktop-title-xxl-light)}:root .typography-desktop-title-xxl-regular{font:var(--typography-desktop-title-xxl-regular)}:root .typography-desktop-title-xxl-medium{font:var(--typography-desktop-title-xxl-medium)}:root .typography-desktop-title-xxl-bold{font:var(--typography-desktop-title-xxl-bold)}:root .typography-desktop-headline-xxs-light{font:var(--typography-desktop-headline-xxs-light)}:root .typography-desktop-headline-xxs-regular{font:var(--typography-desktop-headline-xxs-regular)}:root .typography-desktop-headline-xxs-medium{font:var(--typography-desktop-headline-xxs-medium)}:root .typography-desktop-headline-xxs-bold{font:var(--typography-desktop-headline-xxs-bold)}:root .typography-desktop-headline-xs-light{font:var(--typography-desktop-headline-xs-light)}:root .typography-desktop-headline-xs-regular{font:var(--typography-desktop-headline-xs-regular)}:root .typography-desktop-headline-xs-medium{font:var(--typography-desktop-headline-xs-medium)}:root .typography-desktop-headline-xs-bold{font:var(--typography-desktop-headline-xs-bold)}:root .typography-desktop-headline-s-light{font:var(--typography-desktop-headline-s-light)}:root .typography-desktop-headline-s-regular{font:var(--typography-desktop-headline-s-regular)}:root .typography-desktop-headline-s-medium{font:var(--typography-desktop-headline-s-medium)}:root .typography-desktop-headline-s-bold{font:var(--typography-desktop-headline-s-bold)}:root .typography-desktop-headline-m-light{font:var(--typography-desktop-headline-m-light)}:root .typography-desktop-headline-m-regular{font:var(--typography-desktop-headline-m-regular)}:root .typography-desktop-headline-m-medium{font:var(--typography-desktop-headline-m-medium)}:root .typography-desktop-headline-m-bold{font:var(--typography-desktop-headline-m-bold)}:root .typography-desktop-headline-l-light{font:var(--typography-desktop-headline-l-light)}:root .typography-desktop-headline-l-regular{font:var(--typography-desktop-headline-l-regular)}:root .typography-desktop-headline-l-medium{font:var(--typography-desktop-headline-l-medium)}:root .typography-desktop-headline-l-bold{font:var(--typography-desktop-headline-l-bold)}:root .typography-desktop-headline-xl-light{font:var(--typography-desktop-headline-xl-light)}:root .typography-desktop-headline-xl-regular{font:var(--typography-desktop-headline-xl-regular)}:root .typography-desktop-headline-xl-medium{font:var(--typography-desktop-headline-xl-medium)}:root .typography-desktop-headline-xl-bold{font:var(--typography-desktop-headline-xl-bold)}:root .typography-desktop-headline-xxl-light{font:var(--typography-desktop-headline-xxl-light)}:root .typography-desktop-headline-xxl-regular{font:var(--typography-desktop-headline-xxl-regular)}:root .typography-desktop-headline-xxl-medium{font:var(--typography-desktop-headline-xxl-medium)}:root .typography-desktop-headline-xxl-bold{font:var(--typography-desktop-headline-xxl-bold)}:root .typography-desktop-display-xxs-light{font:var(--typography-desktop-display-xxs-light)}:root .typography-desktop-display-xxs-regular{font:var(--typography-desktop-display-xxs-regular)}:root .typography-desktop-display-xxs-medium{font:var(--typography-desktop-display-xxs-medium)}:root .typography-desktop-display-xxs-bold{font:var(--typography-desktop-display-xxs-bold)}:root .typography-desktop-display-xs-light{font:var(--typography-desktop-display-xs-light)}:root .typography-desktop-display-xs-regular{font:var(--typography-desktop-display-xs-regular)}:root .typography-desktop-display-xs-medium{font:var(--typography-desktop-display-xs-medium)}:root .typography-desktop-display-xs-bold{font:var(--typography-desktop-display-xs-bold)}:root .typography-desktop-display-s-light{font:var(--typography-desktop-display-s-light)}:root .typography-desktop-display-s-regular{font:var(--typography-desktop-display-s-regular)}:root .typography-desktop-display-s-medium{font:var(--typography-desktop-display-s-medium)}:root .typography-desktop-display-s-bold{font:var(--typography-desktop-display-s-bold)}:root .typography-desktop-display-m-light{font:var(--typography-desktop-display-m-light)}:root .typography-desktop-display-m-regular{font:var(--typography-desktop-display-m-regular)}:root .typography-desktop-display-m-medium{font:var(--typography-desktop-display-m-medium)}:root .typography-desktop-display-m-bold{font:var(--typography-desktop-display-m-bold)}:root .typography-desktop-display-l-light{font:var(--typography-desktop-display-l-light)}:root .typography-desktop-display-l-regular{font:var(--typography-desktop-display-l-regular)}:root .typography-desktop-display-l-medium{font:var(--typography-desktop-display-l-medium)}:root .typography-desktop-display-l-bold{font:var(--typography-desktop-display-l-bold)}:root .typography-desktop-display-xl-light{font:var(--typography-desktop-display-xl-light)}:root .typography-desktop-display-xl-regular{font:var(--typography-desktop-display-xl-regular)}:root .typography-desktop-display-xl-medium{font:var(--typography-desktop-display-xl-medium)}:root .typography-desktop-display-xl-bold{font:var(--typography-desktop-display-xl-bold)}:root .typography-desktop-display-xxl-light{font:var(--typography-desktop-display-xxl-light)}:root .typography-desktop-display-xxl-regular{font:var(--typography-desktop-display-xxl-regular)}:root .typography-desktop-display-xxl-medium{font:var(--typography-desktop-display-xxl-medium)}:root .typography-desktop-display-xxl-bold{font:var(--typography-desktop-display-xxl-bold)}:root .typography-desktop-body-xxs-light{font:var(--typography-desktop-body-xxs-light)}:root .typography-desktop-body-xxs-regular{font:var(--typography-desktop-body-xxs-regular)}:root .typography-desktop-body-xxs-medium{font:var(--typography-desktop-body-xxs-medium)}:root .typography-desktop-body-xxs-bold{font:var(--typography-desktop-body-xxs-bold)}:root .typography-desktop-body-xs-light{font:var(--typography-desktop-body-xs-light)}:root .typography-desktop-body-xs-regular{font:var(--typography-desktop-body-xs-regular)}:root .typography-desktop-body-xs-medium{font:var(--typography-desktop-body-xs-medium)}:root .typography-desktop-body-xs-bold{font:var(--typography-desktop-body-xs-bold)}:root .typography-desktop-body-s-light{font:var(--typography-desktop-body-s-light)}:root .typography-desktop-body-s-regular{font:var(--typography-desktop-body-s-regular)}:root .typography-desktop-body-s-medium{font:var(--typography-desktop-body-s-medium)}:root .typography-desktop-body-s-bold{font:var(--typography-desktop-body-s-bold)}:root .typography-desktop-body-m-light{font:var(--typography-desktop-body-m-light)}:root .typography-desktop-body-m-regular{font:var(--typography-desktop-body-m-regular)}:root .typography-desktop-body-m-medium{font:var(--typography-desktop-body-m-medium)}:root .typography-desktop-body-m-bold{font:var(--typography-desktop-body-m-bold)}:root .typography-desktop-body-l-light{font:var(--typography-desktop-body-l-light)}:root .typography-desktop-body-l-regular{font:var(--typography-desktop-body-l-regular)}:root .typography-desktop-body-l-medium{font:var(--typography-desktop-body-l-medium)}:root .typography-desktop-body-l-bold{font:var(--typography-desktop-body-l-bold)}:root .typography-desktop-body-xl-light{font:var(--typography-desktop-body-xl-light)}:root .typography-desktop-body-xl-regular{font:var(--typography-desktop-body-xl-regular)}:root .typography-desktop-body-xl-medium{font:var(--typography-desktop-body-xl-medium)}:root .typography-desktop-body-xl-bold{font:var(--typography-desktop-body-xl-bold)}:root .typography-desktop-body-xxl-light{font:var(--typography-desktop-body-xxl-light)}:root .typography-desktop-body-xxl-regular{font:var(--typography-desktop-body-xxl-regular)}:root .typography-desktop-body-xxl-medium{font:var(--typography-desktop-body-xxl-medium)}:root .typography-desktop-body-xxl-bold{font:var(--typography-desktop-body-xxl-bold)}:root .typography-mobile-title-xxs-light{font:var(--typography-mobile-title-xxs-light)}:root .typography-mobile-title-xxs-regular{font:var(--typography-mobile-title-xxs-regular)}:root .typography-mobile-title-xxs-medium{font:var(--typography-mobile-title-xxs-medium)}:root .typography-mobile-title-xxs-bold{font:var(--typography-mobile-title-xxs-bold)}:root .typography-mobile-title-xs-light{font:var(--typography-mobile-title-xs-light)}:root .typography-mobile-title-xs-regular{font:var(--typography-mobile-title-xs-regular)}:root .typography-mobile-title-xs-medium{font:var(--typography-mobile-title-xs-medium)}:root .typography-mobile-title-xs-bold{font:var(--typography-mobile-title-xs-bold)}:root .typography-mobile-title-s-light{font:var(--typography-mobile-title-s-light)}:root .typography-mobile-title-s-regular{font:var(--typography-mobile-title-s-regular)}:root .typography-mobile-title-s-medium{font:var(--typography-mobile-title-s-medium)}:root .typography-mobile-title-s-bold{font:var(--typography-mobile-title-s-bold)}:root .typography-mobile-title-m-light{font:var(--typography-mobile-title-m-light)}:root .typography-mobile-title-m-regular{font:var(--typography-mobile-title-m-regular)}:root .typography-mobile-title-m-medium{font:var(--typography-mobile-title-m-medium)}:root .typography-mobile-title-m-bold{font:var(--typography-mobile-title-m-bold)}:root .typography-mobile-title-l-light{font:var(--typography-mobile-title-l-light)}:root .typography-mobile-title-l-regular{font:var(--typography-mobile-title-l-regular)}:root .typography-mobile-title-l-medium{font:var(--typography-mobile-title-l-medium)}:root .typography-mobile-title-l-bold{font:var(--typography-mobile-title-l-bold)}:root .typography-mobile-title-xl-light{font:var(--typography-mobile-title-xl-light)}:root .typography-mobile-title-xl-regular{font:var(--typography-mobile-title-xl-regular)}:root .typography-mobile-title-xl-medium{font:var(--typography-mobile-title-xl-medium)}:root .typography-mobile-title-xl-bold{font:var(--typography-mobile-title-xl-bold)}:root .typography-mobile-title-xxl-light{font:var(--typography-mobile-title-xxl-light)}:root .typography-mobile-title-xxl-regular{font:var(--typography-mobile-title-xxl-regular)}:root .typography-mobile-title-xxl-medium{font:var(--typography-mobile-title-xxl-medium)}:root .typography-mobile-title-xxl-bold{font:var(--typography-mobile-title-xxl-bold)}:root .typography-mobile-headline-xxs-light{font:var(--typography-mobile-headline-xxs-light)}:root .typography-mobile-headline-xxs-regular{font:var(--typography-mobile-headline-xxs-regular)}:root .typography-mobile-headline-xxs-medium{font:var(--typography-mobile-headline-xxs-medium)}:root .typography-mobile-headline-xxs-bold{font:var(--typography-mobile-headline-xxs-bold)}:root .typography-mobile-headline-xs-light{font:var(--typography-mobile-headline-xs-light)}:root .typography-mobile-headline-xs-regular{font:var(--typography-mobile-headline-xs-regular)}:root .typography-mobile-headline-xs-medium{font:var(--typography-mobile-headline-xs-medium)}:root .typography-mobile-headline-xs-bold{font:var(--typography-mobile-headline-xs-bold)}:root .typography-mobile-headline-s-light{font:var(--typography-mobile-headline-s-light)}:root .typography-mobile-headline-s-regular{font:var(--typography-mobile-headline-s-regular)}:root .typography-mobile-headline-s-medium{font:var(--typography-mobile-headline-s-medium)}:root .typography-mobile-headline-s-bold{font:var(--typography-mobile-headline-s-bold)}:root .typography-mobile-headline-m-light{font:var(--typography-mobile-headline-m-light)}:root .typography-mobile-headline-m-regular{font:var(--typography-mobile-headline-m-regular)}:root .typography-mobile-headline-m-medium{font:var(--typography-mobile-headline-m-medium)}:root .typography-mobile-headline-m-bold{font:var(--typography-mobile-headline-m-bold)}:root .typography-mobile-headline-l-light{font:var(--typography-mobile-headline-l-light)}:root .typography-mobile-headline-l-regular{font:var(--typography-mobile-headline-l-regular)}:root .typography-mobile-headline-l-medium{font:var(--typography-mobile-headline-l-medium)}:root .typography-mobile-headline-l-bold{font:var(--typography-mobile-headline-l-bold)}:root .typography-mobile-headline-xl-light{font:var(--typography-mobile-headline-xl-light)}:root .typography-mobile-headline-xl-regular{font:var(--typography-mobile-headline-xl-regular)}:root .typography-mobile-headline-xl-medium{font:var(--typography-mobile-headline-xl-medium)}:root .typography-mobile-headline-xl-bold{font:var(--typography-mobile-headline-xl-bold)}:root .typography-mobile-headline-xxl-light{font:var(--typography-mobile-headline-xxl-light)}:root .typography-mobile-headline-xxl-regular{font:var(--typography-mobile-headline-xxl-regular)}:root .typography-mobile-headline-xxl-medium{font:var(--typography-mobile-headline-xxl-medium)}:root .typography-mobile-headline-xxl-bold{font:var(--typography-mobile-headline-xxl-bold)}:root .typography-mobile-display-xxs-light{font:var(--typography-mobile-display-xxs-light)}:root .typography-mobile-display-xxs-regular{font:var(--typography-mobile-display-xxs-regular)}:root .typography-mobile-display-xxs-medium{font:var(--typography-mobile-display-xxs-medium)}:root .typography-mobile-display-xxs-bold{font:var(--typography-mobile-display-xxs-bold)}:root .typography-mobile-display-xs-light{font:var(--typography-mobile-display-xs-light)}:root .typography-mobile-display-xs-regular{font:var(--typography-mobile-display-xs-regular)}:root .typography-mobile-display-xs-medium{font:var(--typography-mobile-display-xs-medium)}:root .typography-mobile-display-xs-bold{font:var(--typography-mobile-display-xs-bold)}:root .typography-mobile-display-s-light{font:var(--typography-mobile-display-s-light)}:root .typography-mobile-display-s-regular{font:var(--typography-mobile-display-s-regular)}:root .typography-mobile-display-s-medium{font:var(--typography-mobile-display-s-medium)}:root .typography-mobile-display-s-bold{font:var(--typography-mobile-display-s-bold)}:root .typography-mobile-display-m-light{font:var(--typography-mobile-display-m-light)}:root .typography-mobile-display-m-regular{font:var(--typography-mobile-display-m-regular)}:root .typography-mobile-display-m-medium{font:var(--typography-mobile-display-m-medium)}:root .typography-mobile-display-m-bold{font:var(--typography-mobile-display-m-bold)}:root .typography-mobile-display-l-light{font:var(--typography-mobile-display-l-light)}:root .typography-mobile-display-l-regular{font:var(--typography-mobile-display-l-regular)}:root .typography-mobile-display-l-medium{font:var(--typography-mobile-display-l-medium)}:root .typography-mobile-display-l-bold{font:var(--typography-mobile-display-l-bold)}:root .typography-mobile-display-xl-light{font:var(--typography-mobile-display-xl-light)}:root .typography-mobile-display-xl-regular{font:var(--typography-mobile-display-xl-regular)}:root .typography-mobile-display-xl-medium{font:var(--typography-mobile-display-xl-medium)}:root .typography-mobile-display-xl-bold{font:var(--typography-mobile-display-xl-bold)}:root .typography-mobile-display-xxl-light{font:var(--typography-mobile-display-xxl-light)}:root .typography-mobile-display-xxl-regular{font:var(--typography-mobile-display-xxl-regular)}:root .typography-mobile-display-xxl-medium{font:var(--typography-mobile-display-xxl-medium)}:root .typography-mobile-display-xxl-bold{font:var(--typography-mobile-display-xxl-bold)}:root .typography-mobile-body-xxs-light{font:var(--typography-mobile-body-xxs-light)}:root .typography-mobile-body-xxs-regular{font:var(--typography-mobile-body-xxs-regular)}:root .typography-mobile-body-xxs-medium{font:var(--typography-mobile-body-xxs-medium)}:root .typography-mobile-body-xxs-bold{font:var(--typography-mobile-body-xxs-bold)}:root .typography-mobile-body-xs-light{font:var(--typography-mobile-body-xs-light)}:root .typography-mobile-body-xs-regular{font:var(--typography-mobile-body-xs-regular)}:root .typography-mobile-body-xs-medium{font:var(--typography-mobile-body-xs-medium)}:root .typography-mobile-body-xs-bold{font:var(--typography-mobile-body-xs-bold)}:root .typography-mobile-body-s-light{font:var(--typography-mobile-body-s-light)}:root .typography-mobile-body-s-regular{font:var(--typography-mobile-body-s-regular)}:root .typography-mobile-body-s-medium{font:var(--typography-mobile-body-s-medium)}:root .typography-mobile-body-s-bold{font:var(--typography-mobile-body-s-bold)}:root .typography-mobile-body-m-light{font:var(--typography-mobile-body-m-light)}:root .typography-mobile-body-m-regular{font:var(--typography-mobile-body-m-regular)}:root .typography-mobile-body-m-medium{font:var(--typography-mobile-body-m-medium)}:root .typography-mobile-body-m-bold{font:var(--typography-mobile-body-m-bold)}:root .typography-mobile-body-l-light{font:var(--typography-mobile-body-l-light)}:root .typography-mobile-body-l-regular{font:var(--typography-mobile-body-l-regular)}:root .typography-mobile-body-l-medium{font:var(--typography-mobile-body-l-medium)}:root .typography-mobile-body-l-bold{font:var(--typography-mobile-body-l-bold)}:root .typography-mobile-body-xl-light{font:var(--typography-mobile-body-xl-light)}:root .typography-mobile-body-xl-regular{font:var(--typography-mobile-body-xl-regular)}:root .typography-mobile-body-xl-medium{font:var(--typography-mobile-body-xl-medium)}:root .typography-mobile-body-xl-bold{font:var(--typography-mobile-body-xl-bold)}:root .typography-mobile-body-xxl-light{font:var(--typography-mobile-body-xxl-light)}:root .typography-mobile-body-xxl-regular{font:var(--typography-mobile-body-xxl-regular)}:root .typography-mobile-body-xxl-medium{font:var(--typography-mobile-body-xxl-medium)}:root .typography-mobile-body-xxl-bold{font:var(--typography-mobile-body-xxl-bold)}:root h1,:root h2,:root h3,:root h4,:root p,:root ul{margin:24px 20px}:root h1,:root h2,:root h3,:root h4,:root h5,:root h6{text-align:center}:root h1 span,:root h2 span,:root h3 span,:root h4 span,:root h5 span,:root h6 span{color:var(--color-primary)}:root h1{font:var(--typography-desktop-title-xl-bold)}@media (min-width: 959px){:root h1{font:var(--typography-desktop-title-xxl-bold)}}:root h2{font:var(--typography-desktop-title-l-bold)}@media (min-width: 959px){:root h2{font:var(--typography-desktop-title-xl-bold)}}:root h3{font:var(--typography-desktop-title-m-bold)}@media (min-width: 959px){:root h3{font:var(--typography-desktop-title-l-bold)}}:root h4{font:var(--typography-desktop-title-s-bold)}@media (min-width: 959px){:root h4{font:var(--typography-desktop-title-m-bold)}}:root h5{font:var(--typography-desktop-title-xs-bold)}@media (min-width: 959px){:root h5{font:var(--typography-desktop-title-s-bold)}}:root h6{font:var(--typography-desktop-title-xxs-bold)}@media (min-width: 959px){:root h6{font:var(--typography-desktop-title-xs-bold)}}:root p{font:var(--typography-desktop-body-s-regular)}@media (min-width: 959px){:root p{font:var(--typography-desktop-body-m-regular)}}:root em{padding:0 var(--size-space-300);background-color:var(--color-primary);color:var(--color-secondary)}:root ul{padding:0;list-style:none}:root .subtitle{content:attr(data-title);display:block;margin-top:var(--size-space-l);color:var(--color-primary);font-size:1.15rem;font-weight:500;letter-spacing:.188rem;text-transform:uppercase}:root{--color-black: #000;--color-white: #FFF;--color-grey-100: #111;--color-grey-200: #272727;--color-grey-300: #333;--color-grey-400: #4A4A4A;--color-grey-500: #555;--color-grey-600: #666;--color-grey-700: #777;--color-grey-800: #888;--color-grey-900: #999;--color-grey-a100: #AEAEAE;--color-grey-a200: #BBB;--color-grey-a300: #CCC;--color-grey-a400: #DDD;--color-grey-a500: #EEE;--color-grey-a600: #F3F3F3;--color-grey-a700: #F8F8F8;--color-grey-a800: #FAFAFA;--color-grey-a900: #FDFDFD;--color-blue-base: #0088E3;--color-red-base: #F03A47;--color-yellow-base: #FFA500;--color-green-base: #00CB56;--color-blue-100: #F5FAFE;--color-blue-200: #E0F1FC;--color-blue-300: #8FCBF3;--color-blue-400: var(--color-blue-base);--color-blue-500: #004776;--color-blue-600: #003152;--color-blue-700: #00223A;--color-green-100: #F5FDF8;--color-green-200: #E0F9EB;--color-green-300: #8FE8B5;--color-green-400: var(--color-green-base);--color-green-500: #006A2D;--color-green-600: #00491F;--color-green-700: #003818;--color-red-100: #FEF7F8;--color-red-200: #FDE7E9;--color-red-300: #F8A8AE;--color-red-400: var(--color-red-base);--color-red-500: #7D1E25;--color-red-600: #56151A;--color-red-700: #3C0F12;--color-yellow-100: #FFFBF5;--color-yellow-200: #FFF4E0;--color-yellow-300: #FFD78F;--color-yellow-400: var(--color-yellow-base);--color-yellow-500: #855600;--color-yellow-600: #5C3B00;--color-yellow-700: #482E00;--color-primary: #7843E6;--color-secondary: #FFEFF9;--color-tertiary: #151626;--color-transparent: transparent;--color-primary-100: #F5F2FE;--color-primary-200: #E0D7FC;--color-primary-300: #B39AF3;--color-primary-400: var(--color-primary);--color-primary-500: #4A2A8C;--color-primary-600: #3A2166;--color-primary-700: #2A1847;--color-secondary-100: #FFF9FC;--color-secondary-200: #FFF0F7;--color-secondary-300: #FFD7EB;--color-secondary-400: var(--color-secondary);--color-secondary-500: #CCBFC6;--color-secondary-600: #998F94;--color-secondary-700: #665F63;--color-success: var(--color-green-base);--color-warning: var(--color-yellow-base);--color-danger: var(--color-red-base);--color-info: var(--color-blue-base);--color-text-primary: var(--color-primary);--color-text-secondary: var(--color-secondary);--color-text-tertiary: var(--color-tertiary);--color-text-default: var(--color-grey-100);--color-text-disabled: var(--color-grey-a200);--color-text-inverse: var(--color-white);--color-text-subtle: var(--color-grey-700);--color-text-hint: var(--color-grey-500);--color-text-highlight: var(--color-primary);--color-text-success: var(--color-green-600);--color-text-warning: var(--color-yellow-600);--color-text-danger: var(--color-red-600);--color-text-info: var(--color-blue-600);--color-background-primary: var(--color-primary);--color-background-secondary: var(--color-secondary);--color-background-tertiary: var(--color-tertiary);--color-background-light: var(--color-white);--color-background-subtle: var(--color-grey-a600);--color-background-disabled: var(--color-grey-a500);--color-background-inverse: var(--color-grey-100);--color-background-overlay: rgb(15 16 18 / 95%);--color-background-success-subtle: var(--color-green-100);--color-background-warning-subtle: var(--color-yellow-100);--color-background-danger-subtle: var(--color-red-100);--color-background-info-subtle: var(--color-blue-100);--color-border: var(--color-grey-a400);--color-border-light: var(--color-grey-a500);--color-border-subtle: var(--color-grey-a600);--color-border-disabled: var(--color-grey-a300);--color-border-focus: var(--color-primary);--color-border-error: var(--color-red-400);--color-overlay: rgb(0 0 0 / 50%);--color-shadow: rgb(0 0 0 / 10%);--color-shadow-dark: rgb(0 0 0 / 20%);--color-shadow-darker: rgb(0 0 0 / 40%);--color-button-primary: var(--color-background-primary);--color-button-primary-hover: color-mix(in srgb, var(--color-background-primary) 90%, var(--color-black));--color-button-primary-outline: var(--color-background-light);--color-button-primary-outline-hover: var(--color-background-primary);--color-button-secondary: var(--color-grey-300);--color-button-secondary-hover: color-mix(in srgb, var(--color-grey-300) 90%, var(--color-white));--color-button-secondary-outline: var(--color-background-light);--color-button-secondary-outline-hover: var(--color-grey-300);--color-button-tertiary: var(--color-transparent);--color-button-tertiary-hover: var(--color-transparent);--color-button-tertiary-active: var(--color-transparent)}:root .fill-primary{fill:var(--color-primary)}body,html{width:100%;height:100%;margin:0;padding:0;color:var(--color-background-inverse)}*{margin:0}body[data-scroll-locked]{position:relative!important;margin-top:0;margin-right:0!important;margin-left:0;padding-top:0;padding-right:0;padding-left:0;overflow:hidden!important;overscroll-behavior:contain}@font-face{font-family:Cardo;src:local(cardo),url("./media/Cardo-Regular-EB4G56LP.woff2") format("truetype");font-display:swap}@font-face{font-family:Raleway;src:local(raleway),url("./media/Raleway-VariableFont_wght-3KETNGKV.woff2") format("truetype");font-display:swap}@font-face{font-family:Oswald;src:local(oswald),url("./media/Oswald-EWNGSZSI.woff2") format("truetype");font-display:swap}@font-face{font-family:Malina;src:local(malina),url("./media/Malina1-DSOUVDCR.woff2") format("truetype");font-display:swap}
