@charset "UTF-8";.navigation{width:100%;position:relative}.navigation__list{padding:0;display:flex;align-items:center;justify-content:space-between}.navigation__item{list-style-type:none}.navigation__link{font-size:14px;line-height:19px;display:flex;align-items:center;position:relative;gap:6px;transition:color .3s ease;text-transform:uppercase}.navigation__link:not(.navigation__link--sublist):after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:1px;background-color:var(--cl-purple-heart);opacity:0;transition:opacity .3s ease}.header--fixed .navigation__link:not(.navigation__link--sublist):after{bottom:-9px}.navigation__link--sublist{color:var(--cl-very-dark-gray-mostly-black);font-size:16px;line-height:30px;display:flex;align-items:center;gap:13px;text-transform:none}.navigation__link--sublist .icon{opacity:0;transition:opacity .3s ease}.header--light:not(.header--hover):not(.header--fixed) .navigation__link{color:var(--cl-white)}.header--light:not(.header--hover):not(.header--fixed) .navigation__link--sublist{color:var(--cl-very-dark-gray-mostly-black)}@media (hover: none),(pointer: coarse){.navigation__link:active{color:var(--cl-purple-heart)}.navigation__link--sublist:active .icon{opacity:1}}@media not all and (pointer: coarse){.navigation__link:hover{color:var(--cl-purple-heart)}.navigation__link--sublist:hover .icon{opacity:1}}.navigation__link.open{color:var(--cl-purple-heart)}.navigation__link.open:after{opacity:1}.navigation__sublist{background:var(--cl-white);box-shadow:0 48px 48px -40px #4f36961f;height:0;left:0;min-height:220px;opacity:0;position:fixed;top:126px;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100vw}.navigation__sublist.open{opacity:1;visibility:visible;height:auto}.header--fixed .navigation__sublist{top:69px}.navigation__sublist-inner{display:flex;align-items:flex-start;justify-content:space-between;padding:47px 0;overflow:hidden}.navigation__sublist-title{font-family:Geologica-Regular;font-size:30px;line-height:36px;background-color:var(--cl-white);z-index:1;padding-right:26px}.navigation__sublist-list{display:flex;flex-direction:column;gap:14px;padding-top:6px}@media (min-width: 1024px){.navigation__sublist-list{width:41%;position:relative}.navigation__sublist-list:before{content:"";display:block;width:200%;position:absolute;right:calc(100% + 26px);top:22px;background-color:var(--cl-fog);height:1px}.navigation__link{height:52px}.navigation__link--sublist{height:auto}}@media (min-width: 1440px){.navigation__link{font-size:15px;letter-spacing:.5px}}@media (min-width: 1920px){.header--fixed .navigation{width:auto;margin-left:auto}.header--fixed .navigation__list{justify-content:flex-end;gap:100px}}.main-navigation{display:flex;flex-direction:column;row-gap:34px}.main-navigation__list{padding:0;display:flex;flex-direction:column;row-gap:34px}.main-navigation__item{list-style-type:none}.main-navigation--burger .main-navigation__list{row-gap:40px;padding-bottom:115px}@media (min-width: 768px){.main-navigation{padding-top:37px;width:calc(100% - 240px)}.main-navigation__list{display:block;column-count:2;row-gap:initial}.main-navigation__item{display:inline-flex;width:100%;margin-bottom:30px}.main-navigation__item:last-child{margin-bottom:0}.main-navigation--burger{padding-top:0}.main-navigation--burger .main-navigation__list{column-count:1}.main-navigation--burger .main-navigation__item{margin-bottom:46px}}@media (min-width: 1280px){.main-navigation{width:70.5%;row-gap:40px}.main-navigation__list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;column-count:3;row-gap:50px}.main-navigation__item{width:28%;margin-bottom:0}.main-navigation__bottom{padding-top:40px}}@media (min-width: 1920px){.main-navigation{width:67%}.main-navigation__item{width:26%}}.logo{display:block;max-height:59px;max-width:120px;flex-shrink:0}.logo--bottom{max-width:0;max-height:0;overflow:hidden;transition:max-height .4s 0s ease,max-width .2s 0s ease}.logo .text path{transition:fill .3s ease}.logo--footer{max-height:74px;max-width:150px;margin-bottom:40px}.logo--footer .logo__image{width:100%}@media (min-width: 1280px){.logo--footer{margin-bottom:50px}}@media (min-width: 1024px){.header--light:not(.header--hover):not(.header--fixed) .logo .text path{fill:var(--cl-white)}.header--fixed .logo--bottom{max-height:49px;max-width:48px;transition:max-height .4s .1s ease,max-width .2s .1s ease}}.hamburger{width:30px;height:30px;display:flex;align-items:center;justify-content:center}.hamburger__button{background:none;border:none;padding:0;width:30px;height:30px}@media (hover: none),(pointer: coarse){.hamburger__button:active{color:var(--cl-purple-heart)}}@media not all and (pointer: coarse){.hamburger__button:hover{color:var(--cl-purple-heart)}}.hamburger__top{align-items:center;border-bottom:1px solid var(--cl-fog);display:flex;justify-content:space-between;left:0;padding:4px 16px 6px;position:absolute;top:0;width:100%}.hamburger__list{background-color:var(--cl-white);height:100vh;left:0;padding-top:70px;position:fixed;top:0;transform:translate(100%);transition:transform .3s ease;width:100%;z-index:100}.hamburger__list.open{transform:translate(0)}.hamburger__inner{height:100%;overflow:auto;padding:50px 16px 0;position:relative}@media (min-width: 768px){.hamburger__top{padding:4px 32px 6px}.hamburger__inner{padding:50px 32px 0}}@media (min-width: 1024px){.hamburger{display:none}}.header{background-color:var(--cl-white);border-bottom:1px solid rgba(215,201,232,.5);padding:5px 0;transition:background-color .3s ease,transform .3s ease;position:fixed;width:100%;left:0;top:0;z-index:4}.header.hidden{transform:translateY(-100%)}.header__top,.header__bottom{display:flex;align-items:center}.header__top{max-height:100px;overflow:hidden;transition:max-height .4s 0s ease,padding-bottom .4s 0s ease}.header--fixed .header__top{transition:max-height .4s .1s ease,padding-bottom .4s .1s ease}.header__top>*{opacity:1;transition:opacity .3s ease}.header__bottom{display:none}.header__buttons{margin-left:auto;padding-top:5px;display:flex;align-items:center;gap:24px}.header__links{display:flex;align-items:center;gap:16px}@media (min-width: 768px){.header{padding:9px 0}.header__buttons{gap:30px}.header__links{gap:20px}}@media (min-width: 1024px){.header{background-color:transparent;padding-bottom:0;padding-top:8px}.header__top{padding-bottom:6px}.header__bottom{display:flex;width:100%}.header__links{gap:20px}.header--fixed{background-color:var(--cl-white);padding-bottom:8px;padding-top:8px}.header--fixed .header__top{max-height:0;padding:0}.header--fixed .header__top>*{opacity:0}.header--fixed .header__bottom{gap:30px}.header--hover,.header--white{background-color:var(--cl-white)}.header--hover .header-link img,.header--white .header-link img{filter:brightness(0)}}@media (min-width: 1600px){.header--fixed .header__bottom{gap:70px}}.header-link{align-items:center;border-radius:20px;display:flex;height:30px;justify-content:center;overflow:hidden;position:relative;transition:color .3s ease;width:30px}.header-link i,.header-link img{transition:filter .2s ease}.header-link img{height:20px;object-fit:contain;width:20px;z-index:1;filter:brightness(0)}.header-link--tel{background:#F1F1F9;color:#212121;font-size:0}.header-link--burger{display:none}@media (hover: none),(pointer: coarse){.header-link:active{color:var(--cl-purple-heart)}.header-link:active img{filter:brightness(0) saturate(100%) invert(28%) sepia(21%) saturate(4875%) hue-rotate(237deg) brightness(92%) contrast(91%)}}@media not all and (pointer: coarse){.header-link:hover{color:var(--cl-purple-heart)}.header-link:hover img{filter:brightness(0) saturate(100%) invert(28%) sepia(21%) saturate(4875%) hue-rotate(237deg) brightness(92%) contrast(91%)}}@media (min-width: 768px){.header-link--tel{background:transparent;font-family:Geologica-Regular;font-size:16px;margin-right:10px;width:auto}.header-link--tel:before{content:none}.header-link--burger{display:inline-block;margin-left:auto;margin-right:24px}}@media (min-width: 1024px){.header--light:not(.header--hover):not(.header--fixed) .header-link{color:#fff}.header-link img{filter:saturate(0%) brightness(70%) contrast(1000%)}.header-link--tel{margin-right:20px}}div:where(.astro-TGJEB3IW)[id],section:where(.astro-TGJEB3IW)[id]{scroll-margin-top:70px}@media (min-width: 768px){div:where(.astro-TGJEB3IW)[id],section:where(.astro-TGJEB3IW)[id]{scroll-margin-top:78px}}@media (min-width: 1280px){div:where(.astro-TGJEB3IW)[id],section:where(.astro-TGJEB3IW)[id]{scroll-margin-top:68px}}.container:where(.astro-TGJEB3IW){padding:0 16px;width:100%;margin:0 auto}@media (min-width: 768px){.container:where(.astro-TGJEB3IW){padding:0 32px}}@media (min-width: 1024px){.container:where(.astro-TGJEB3IW){padding:0 20px}}@media (min-width: 1280px){.container:where(.astro-TGJEB3IW){max-width:1280px}.container--big:where(.astro-TGJEB3IW){max-width:1920px;padding-right:0}.container--big:where(.astro-TGJEB3IW){padding-left:20px}}@media screen and (min-width: 1280px) and (min-width: 1280px){.container--big:where(.astro-TGJEB3IW){padding-left:calc(20px + .5*(100vw - 1280px))}}@media screen and (min-width: 1280px) and (min-width: 1440px){.container--big:where(.astro-TGJEB3IW){padding-left:100px}}@media (min-width: 1280px){.container--big:where(.astro-TGJEB3IW).container--reversed{padding-left:0}.container--big:where(.astro-TGJEB3IW).container--reversed{padding-right:20px}}@media screen and (min-width: 1280px) and (min-width: 1280px){.container--big:where(.astro-TGJEB3IW).container--reversed{padding-right:calc(20px + .5*(100vw - 1280px))}}@media screen and (min-width: 1280px) and (min-width: 1440px){.container--big:where(.astro-TGJEB3IW).container--reversed{padding-right:100px}}@media (min-width: 1440px){.container--footer:where(.astro-TGJEB3IW){max-width:1920px;padding:0 100px}.container--big:where(.astro-TGJEB3IW){padding:0 0 0 100px}.container--big:where(.astro-TGJEB3IW).container--reversed{padding:0 100px 0 0}.stiky-wrap__child:where(.astro-TGJEB3IW)+.container:where(.astro-TGJEB3IW){margin-top:-209px}}@media (min-width: 1920px){.container--footer:where(.astro-TGJEB3IW){max-width:1920px;padding:0 80px}}.footer:where(.astro-TGJEB3IW){font-size:14px;color:var(--cl-white);padding:40px 0;background-color:var(--cl-haiti)}.footer__inner:where(.astro-TGJEB3IW){display:flex;flex-direction:column;row-gap:40px}.footer__contacts:where(.astro-TGJEB3IW),.footer__info-company:where(.astro-TGJEB3IW){display:flex;flex-direction:column}.footer__contacts:where(.astro-TGJEB3IW){row-gap:12px;margin-bottom:30px;align-items:flex-start}.footer__phone:where(.astro-TGJEB3IW){font-family:Geologica-Medium;font-weight:500;font-size:16px;letter-spacing:-.16px}.footer__email:where(.astro-TGJEB3IW),.footer__address:where(.astro-TGJEB3IW){font-size:14px;line-height:20px;letter-spacing:-.14px}.footer__phone:where(.astro-TGJEB3IW),.footer__email:where(.astro-TGJEB3IW){transition:opacity .3s}@media (hover: none),(pointer: coarse){.footer__phone:where(.astro-TGJEB3IW):active,.footer__email:where(.astro-TGJEB3IW):active{opacity:.5}}@media not all and (pointer: coarse){.footer__phone:where(.astro-TGJEB3IW):hover,.footer__email:where(.astro-TGJEB3IW):hover{opacity:.5}}.footer__bottom:where(.astro-TGJEB3IW){font-size:12px;line-height:16px;letter-spacing:-.12px;color:var(--cl-mamba);padding-top:40px;border-top:1px solid var(--cl-mamba)}@media (min-width: 768px){.footer:where(.astro-TGJEB3IW){padding:55px 0 45px}.footer__inner:where(.astro-TGJEB3IW){flex-direction:row;flex-wrap:wrap;justify-content:space-between;column-gap:35px;row-gap:65px}.footer__left:where(.astro-TGJEB3IW){width:205px}.footer__bottom:where(.astro-TGJEB3IW){padding-top:30px}}@media (min-width: 1920px){.footer__left:where(.astro-TGJEB3IW){width:263px}.footer__inner:where(.astro-TGJEB3IW){row-gap:48px}.footer__bottom:where(.astro-TGJEB3IW){padding-top:40px}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.container{padding:0 16px;width:100%;margin:0 auto}@media (min-width: 768px){.container{padding:0 32px}}@media (min-width: 1024px){.container{padding:0 20px}}@media (min-width: 1280px){.container{max-width:1280px}.container--big{max-width:1920px;padding-right:0}.container--big{padding-left:20px}}@media screen and (min-width: 1280px) and (min-width: 1280px){.container--big{padding-left:calc(20px + .5*(100vw - 1280px))}}@media screen and (min-width: 1280px) and (min-width: 1440px){.container--big{padding-left:100px}}@media (min-width: 1280px){.container--big.container--reversed{padding-left:0}.container--big.container--reversed{padding-right:20px}}@media screen and (min-width: 1280px) and (min-width: 1280px){.container--big.container--reversed{padding-right:calc(20px + .5*(100vw - 1280px))}}@media screen and (min-width: 1280px) and (min-width: 1440px){.container--big.container--reversed{padding-right:100px}}@media (min-width: 1440px){.container--footer{max-width:1920px;padding:0 100px}.container--big{padding:0 0 0 100px}.container--big.container--reversed{padding:0 100px 0 0}.stiky-wrap__child+.container{margin-top:-209px}}@media (min-width: 1920px){.container--footer{max-width:1920px;padding:0 80px}}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;background-color:var(--cl-white)}body{font-size:14px;font-family:Geologica-Light;line-height:21px;color:var(--cl-very-dark-gray-mostly-black);vertical-align:top;-webkit-text-size-adjust:100%;margin:0;padding:0;width:100%;scroll-behavior:smooth;display:flex;flex-direction:column;min-width:320px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.main{flex:1 1 100%}img{max-width:100%;height:auto}a{color:var(--cl-font-main);text-decoration:none;outline:none}.no-touchevents a:hover,.touchevents a:active{color:var(--cl-font-light)}h1,h2,h3,h4,h5,h6{margin:0;color:var(--cl-very-dark-gray-mostly-black);font-size:22px;font-weight:400}hr{background:none;border:none;border-bottom:1px solid var(--cl-gray);display:block;position:relative;height:1px;margin:15px 0;line-height:0;font-size:0}ul{margin:0}ul li{list-style:disc inside;margin-bottom:0}ol{margin-bottom:0}.table{border:1px solid var(--cl-gray);margin:0}th,td{background:none;border:1px solid var(--cl-gray);padding:1px;text-align:left}q,blockquote{border:none;font-size:14px;line-height:24px;margin:0 auto;padding:0;text-align:center;text-transform:uppercase}fieldset{margin-right:0;margin-left:0}.clearfix{position:relative;zoom:1}.clear{clear:both;height:1px;line-height:1px;overflow:hidden;margin-top:-1px}form{display:block;clear:both;position:relative;zoom:1}label,.label{display:block;font-weight:400;position:relative;clear:both;width:100%;margin:0;zoom:1}input,textarea,select{background:#fff;border:1px solid var(--cl-gray);box-shadow:none;display:block;position:relative;width:100%;color:var(--cl-very-dark-gray-mostly-black);vertical-align:top;outline:none;zoom:1;font-family:Geologica-Light}input[type=file]{display:block;position:relative;margin:0}textarea{height:auto;resize:vertical}select{padding:0}*:focus-visible{outline:2px solid #5D35CC;outline-offset:-2px}*:focus-visible:after,*:focus-visible:before{outline:none!important;border-color:transparent!important}::-webkit-input-placeholder{color:var(--cl-very-dark-gray-mostly-black);opacity:1}:-moz-placeholder{color:var(--cl-very-dark-gray-mostly-black);opacity:1}::-moz-placeholder{color:var(--cl-very-dark-gray-mostly-black);opacity:1}:-ms-input-placeholder{color:var(--cl-very-dark-gray-mostly-black);opacity:1}.text{font-size:15px;line-height:normal;letter-spacing:-.01em;margin-top:0}.text p{margin-top:0}.text p:last-child{margin-bottom:0}.text--large{font-size:18px;line-height:120%;letter-spacing:normal}.text--large-160{font-size:18px;line-height:160%;letter-spacing:normal}.text--large-medium{font-family:Geologica-Regular;font-size:18px;line-height:140%;letter-spacing:normal}.text--medium-150{font-size:16px;line-height:24px;letter-spacing:normal}.text--medium-120{font-size:16px;line-height:120%;letter-spacing:normal}.text--geologica-light{font-family:Geologica-Light;font-size:16px;font-weight:300;line-height:150%;letter-spacing:normal}.text--medium-medium{font-family:Geologica-Regular;font-size:16px;font-weight:400;line-height:150%;letter-spacing:normal}.text--medium{font-family:Geologica-Regular;font-size:15px;font-style:normal;line-height:normal}.text--regular-150{font-family:Inter-Regular;line-height:150%}.text--small{font-size:14px;line-height:143%}.text--very-small{font-size:12px;line-height:133%}.text--very-small-accent{font-family:Geologica-Regular;font-size:12px;line-height:120%;text-transform:uppercase;letter-spacing:normal}.text--very-small-medium{font-family:Inter-Medium;font-size:12px;font-weight:500;line-height:120%;letter-spacing:normal}.text--button{font-family:Geologica-Regular;font-size:13px;line-height:140%;text-transform:uppercase;letter-spacing:normal}.text--not-found{margin-bottom:23px}.text--inner-title{line-height:120%;color:var(--cl-christalle);margin-bottom:11px}.text--tab-content{color:var(--cl-very-dark-gray-mostly-black)}@media (min-width: 768px){.text--tab-content{display:none}}.list{margin:30px 0 0;padding:0}.list li{font-size:16px;font-style:normal;line-height:150%;padding-left:30px;list-style:none;position:relative}.list li:not(:last-child){margin-bottom:12px}.list li:before{position:absolute;content:"";width:4px;height:4px;top:10px;left:8px;border-radius:50%;background-color:var(--cl-purple-heart)}@media (min-width: 768px){.list{padding-left:22px}.tab .list{padding-left:0}}@media (min-width: 1280px){.list{padding-left:35px}.tab .list{padding-left:0}}ol.list{counter-reset:my-awesome-counter}ol.list li{counter-increment:my-awesome-counter;min-height:32px;padding-left:48px;display:flex;align-items:center}ol.list li:before{content:counter(my-awesome-counter);display:flex;justify-content:center;align-items:center;font-size:16px;line-height:150%;width:32px;height:32px;top:0;left:0;color:var(--cl-purple-heart);background-color:var(--cl-ghost-white)}ol.list--alternative{padding-top:9px;color:var(--cl-mamba);padding-left:0;margin-top:40px}ol.list--alternative li{padding-left:90px;padding-bottom:20px;padding-top:5px}ol.list--alternative li:before{content:"0" counter(my-awesome-counter);background:none;border-radius:0;color:var(--cl-fog);font-size:30px;line-height:36px;font-family:Geologica-Regular;width:60px;justify-content:flex-start}ol.list--alternative li:after{content:"";position:absolute;bottom:0;left:90px;width:calc(100% - 90px);height:1px;border-bottom:1px solid var(--cl-fog)}ol.list--alternative li:last-child:after{display:none}ol.list--alternative li:nth-child(n+10):before{content:counter(my-awesome-counter)}@media (min-width: 375px){ol.list--alternative{padding-top:39px}}@media (min-width: 768px){ol.list--alternative{padding-left:0;margin-top:0;padding-top:34px}ol.list--alternative li{padding-bottom:28px}ol.list--alternative li:not(:last-child){margin-bottom:22px}ol.list--alternative li:before{padding-top:20px;font-size:45px;line-height:56px}}@media (min-width: 1280px){ol.list--alternative{padding-top:15px}ol.list--alternative li{padding-left:140px;padding-bottom:38px}ol.list--alternative li:not(:last-child){margin-bottom:40px}ol.list--alternative li:after{left:140px;width:calc(100% - 140px)}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.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);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.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-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.page-wrapper.no-scroll{overflow:hidden;touch-action:none}.main{padding-top:70px}@media (min-width: 768px){.main{padding-top:78px}}@media (min-width: 1024px){.main{padding-top:122px}}:root{--cl-transparent: transparent;--cl-white: #ffffff;--cl-black: #000000;--cl-gray: #dddddd;--cl-pure-or-mostly-pure-red: #ff0000;--cl-very-dark-gray-mostly-black: #212121;--cl-mamba: #71677E;--cl-french-grey: #BEB9C6;--cl-fog: #D7C9E8;--cl-christalle: #3C2659;--cl-topaz: #7F7290;--cl-ghost-white: #F1F1F9;--cl-haiti: #17141F;--cl-white-smoke: #F5F5F5;--cl-blue-gem: #4F3696;--cl-purple-heart: #6444BD;--cl-purple-heart-2: #5D35CC;--cl-east-side: #A59DAF;--cl-slate-blue: #7151CB;--cl-white-001: rgba(255, 255, 255, .01);--cl-white-015: rgba(255, 255, 255, .15);--cl-white-05:rgba(255, 255, 255, .5);--cl-white-07:rgba(255, 255, 255, .7);--cl-white-smoke-03: rgba(245, 245, 245, .3);--cl-windsor: #452F84;--cl-christalle-025: rgba(60, 38, 89, .25)}div[id],section[id]{scroll-margin-top:70px}@media (min-width: 768px){div[id],section[id]{scroll-margin-top:78px}}@media (min-width: 1280px){div[id],section[id]{scroll-margin-top:68px}}body{overflow-x:hidden}.not-found{position:relative}.not-found__picture{position:absolute;left:0;top:0;width:100%;height:100%}.not-found__picture img{width:100%;height:100%;object-fit:cover}.not-found__content{z-index:1;position:relative;height:calc(100vh - 71px);min-height:642px;padding-bottom:90px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;color:var(--cl-white);text-align:center}@media (min-width: 768px){.not-found__content{padding-bottom:155px;min-height:800px}}@media (min-width: 1024px){.not-found{margin-top:-122px}.not-found__content{height:100vh}}@media (min-width: 1280px){.not-found__content{min-height:680px;padding-bottom:11.25vh}}@media (min-width: 1280px) and (max-height: 680px){.not-found__content{padding-bottom:75px}}
