.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.footer{position:relative;width:100%;margin:0 auto}.footer__media{position:relative;display:flex;justify-content:center;align-items:center;gap:3.6rem;height:10rem}.footer__media a{padding:1rem;transition:translate .3s,filter .3s}.footer__media img{height:3.5rem;filter:invert(65%) sepia(10%) hue-rotate(180deg);aspect-ratio:1/1}.footer__media:before{content:"";position:absolute;bottom:0;width:100%;border-bottom:1px solid rgba(141,153,174,.1)}.footer__text-container{position:relative;display:flex;flex-direction:column;align-items:center;padding:2rem 0 1rem;margin:0 1.6rem;z-index:1}.footer__info,.footer__company,.footer__policy{flex:1;padding:1rem 3rem}.footer__info a,.footer__company a,.footer__policy a{cursor:pointer}.footer__info{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer__contact{display:flex;flex-direction:column;text-align:center;align-items:center;gap:2rem}.footer__contact img{height:2rem;aspect-ratio:1/1}.footer__company{text-align:center}.footer__company p:nth-child(1){margin-bottom:1rem}@media (min-width:375px){.footer__contact{flex-direction:row}}@media (min-width:992px){.footer__media a{cursor:pointer}.footer__media a:hover,.footer__media a:focus{translate:0-.5rem;filter:invert(40%) sepia(20%) saturate(600%) hue-rotate(345deg)}.footer__text-container{flex-direction:row;padding:0}.footer__info,.footer__company,.footer__policy{padding:3rem}.footer__info{align-items:flex-start}.footer__policy{align-self:flex-end;text-align:right}}.background{position:absolute;inset:0;height:100%;margin:0 auto}.background-lines{display:grid;grid-template-columns:1fr;height:100%;margin:0 1.6rem;border-left:1px solid rgba(141,153,174,.1);border-right:1px solid rgba(141,153,174,.1)}@media (min-width:576px){.background-lines{grid-template-columns:repeat(2,1fr)}.background-lines__center{grid-area:1/2/2/3;height:100%;width:100%;margin:0 auto;border-left:1px solid rgba(141,153,174,.1)}}@media (min-width:992px){.background-lines{grid-template-columns:repeat(3,1fr)}.background-lines__center{grid-area:1/2/2/3;border-right:1px solid rgba(141,153,174,.1)}}.icon{filter:invert(65%) sepia(10%) hue-rotate(180deg)}.text{letter-spacing:2px;color:#edf2f4;line-height:25px;cursor:default}.text--heading{font-size:2.4rem;font-weight:100;text-transform:uppercase;line-height:30px}.text--heading2{font-size:clamp(2.4rem,5vw,3.2rem);text-transform:uppercase;line-height:40px;color:#8d7d70}.text--heading3{font-size:clamp(2.6rem,5vw,5rem);font-weight:300;text-transform:uppercase;line-height:40px;letter-spacing:5px;color:#edf2f466}.text--general{font-size:clamp(1.4rem,2vw,1.6rem)}.text--strong{font-weight:700}.text--small{font-size:1.2rem}.text--large{font-size:clamp(1.6rem,2vw,2rem)}.text--error{color:red}.text--success{color:green}@media (min-width:340px){.text--heading{font-size:2.6rem;line-height:40px}}@media (min-width:380px){.text--heading{font-size:clamp(3rem,5vw,4.8rem)}}@media (min-width:620px){.text--heading{line-height:45px}}@media (min-width:650px){.text--heading3{line-height:50px}}@media (min-width:820px){.text--heading{line-height:50px}.text--heading3{line-height:70px}}.navbar{position:absolute;width:100%;z-index:5}.navbar ul{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:-100vh;height:100vh;width:100%;padding:2.5rem 0;background-color:transparent;transition:translate 1s,background-color 1s}.navbar ul.active{translate:0 100vh;background-color:#171717}.navbar li{padding-bottom:1rem;margin-bottom:3.2rem;border-bottom:1px solid rgba(141,153,174,.1)}.navbar a{font-size:2.4rem;margin:0 .5rem}.hamburger-line{display:block;position:absolute;width:5rem;height:.2rem;background-color:#8d7d70;transition:opacity .7s,transform .7s}.hamburger-line:nth-child(1).active{opacity:0}.hamburger-line:nth-child(2){top:5px}.hamburger-line:nth-child(2).active{transform:rotate(45deg) translate(14px,13px)}.hamburger-line:nth-child(3){bottom:5px}.hamburger-line:nth-child(3).active{transform:rotate(-45deg) translate(14px,-13px)}.nav-bg{background-color:#171717}.nav-scroll{translate:0-100%}@media (min-width:820px){.navbar{position:fixed;transition:background-color .3s}.navbar ul{display:flex;flex-direction:row;justify-content:flex-end;position:relative;top:0;height:100%;max-width:105.2rem;margin:0 auto;transition:translate .3s}.navbar li{padding-bottom:0;margin-bottom:0;border-bottom:none}.navbar a{font-size:1.6rem}.navbar button{display:none}}.link{letter-spacing:2px;line-height:25px;text-transform:uppercase;color:#edf2f4;cursor:pointer}.link--small{text-transform:none;font-size:1.2rem}.link--nav{letter-spacing:2px;line-height:25px;text-transform:uppercase;padding:.5rem;box-shadow:inset 0 0#8d7d70;transition:box-shadow .3s ease-in-out;color:#edf2f4;cursor:pointer}.link--btn{letter-spacing:2px;line-height:25px;text-transform:uppercase;width:max-content;padding:1.6rem 3.2rem;border:1px solid #8d7d70;background-color:#171717;color:#edf2f4;cursor:pointer}.link--btn-hero{background-color:transparent}@media (min-width:820px){.link{transition:color .3s}.link:hover,.link:focus{color:#8d7d70}.link--nav:hover,.link--nav:focus{box-shadow:inset 0-10rem #8d7d70}.link--btn{transition:background-color .3s}.link--btn:hover,.link--btn:focus{background-color:#8d7d70}}.btn{border:1px solid #8d7d70;background-color:transparent;cursor:pointer}.btn--menu{position:fixed;display:flex;align-items:center;height:5rem;width:5rem;top:2.5rem;right:2.5rem;border:0}.btn--card{letter-spacing:2px;text-transform:uppercase;padding:1.6rem 3.2rem;border:0;background-color:#171717;color:#edf2f4}.btn--slider{height:clamp(3rem,10vw,8rem);aspect-ratio:1/1;border:0;background-color:#171717cc;color:#edf2f4}.btn--slider img{filter:invert(40%) sepia(20%) saturate(600%) hue-rotate(345deg)}.btn--policy{letter-spacing:2px;text-transform:uppercase;padding:1.6rem 3.2rem;color:#edf2f4}@media (min-width:820px){.btn--card{transition:color .3s,background-color .3s}.btn--card:hover,.btn--card:focus{background-color:#8d7d70;color:#171717}.btn--slider{transition:background-color .3s}.btn--slider:hover{background-color:#edf2f4}.btn--policy{transition:color .3s,background-color .3s}.btn--policy:hover,.btn--policy:focus{background-color:#8d7d70}}*,:after,:before{box-sizing:border-box}*{font:inherit;text-decoration:none;margin:0;padding:0;list-style:none}::-webkit-scrollbar{width:1rem}::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #171717}::-webkit-scrollbar-thumb{background-color:#8d7d70;outline:1px solid #8d7d70}html{font-size:62.5%}body{font-family:Raleway,sans-serif;font-size:1.6rem;display:flex;flex-direction:column;min-height:100vh;background-color:#171717}img,picture,svg,video{display:block}main{position:relative;flex:1}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}.wrapper{max-width:117.2rem}.no-scroll{overflow-y:hidden}.hidden{display:none}.background{z-index:-1;max-width:117.2rem}@keyframes modalImageLoader{0%{rotate:0deg}to{rotate:360deg}}@keyframes showPolicyInfo{0%{translate:0 100%}to{translate:0 0}}@keyframes hidePolicyInfo{0%{translate:0 0}to{translate:0 150%}}.policy-info{position:fixed;left:0;right:0;bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:2rem;width:80%;padding:1.5rem 1.8rem;margin:0 auto;border:1px solid #8d7d70;background-color:#171717;z-index:5;animation:showPolicyInfo 1s linear forwards}.policy-info a{cursor:pointer}.policy-info__btn{width:max-content;height:fit-content}.policy-info__icon{position:absolute;top:-5rem;right:0;height:7rem}.hide-policy{animation:hidePolicyInfo 1s linear forwards}@media (min-width:820px){.policy-info{flex-direction:row;padding:1.5rem 3.6rem}}@font-face{font-family:Raleway;font-style:normal;font-display:swap;font-weight:100;src:url(/_astro/raleway-cyrillic-ext-100-normal.DVX4uffm.woff2)format("woff2"),url(/_astro/raleway-cyrillic-ext-100-normal.B0WE6iaW.woff)format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Raleway;font-style:normal;font-display:swap;font-weight:100;src:url(/_astro/raleway-cyrillic-100-normal.BjXS_bGn.woff2)format("woff2"),url(/_astro/raleway-cyrillic-100-normal.DB-WVqfQ.woff)format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Raleway;font-style:normal;font-display:swap;font-weight:100;src:url(/_astro/raleway-vietnamese-100-normal.7OW7LYm6.woff2)format("woff2"),url(/_astro/raleway-vietnamese-100-normal.BBooq1DQ.woff)format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Raleway;font-style:normal;font-display:swap;font-weight:100;src:url(/_astro/raleway-latin-ext-100-normal.DygTPBNn.woff2)format("woff2"),url(/_astro/raleway-latin-ext-100-normal.PL1SfL-_.woff)format("woff");unicode-range:U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Raleway;font-style:normal;font-display:swap;font-weight:100;src:url(/_astro/raleway-latin-100-normal.BAtbuStT.woff2)format("woff2"),url(/_astro/raleway-latin-100-normal.C4JbHpI0.woff)format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Raleway;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/raleway-cyrillic-ext-300-normal.DCWwwxdT.woff2)format("woff2"),url(/_astro/raleway-cyrillic-ext-300-normal.CvZikuRG.woff)format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Raleway;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/raleway-cyrillic-300-normal.Dhinq1Mt.woff2)format("woff2"),url(/_astro/raleway-cyrillic-300-normal.BnfqgF2o.woff)format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Raleway;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/raleway-vietnamese-300-normal.DvHR01pt.woff2)format("woff2"),url(/_astro/raleway-vietnamese-300-normal.C7EKpr4z.woff)format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Raleway;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/raleway-latin-ext-300-normal.AyM9fRaN.woff2)format("woff2"),url(/_astro/raleway-latin-ext-300-normal.BsklWCgv.woff)format("woff");unicode-range:U+0100-02AF,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Raleway;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/raleway-latin-300-normal.B_EnTGzj.woff2)format("woff2"),url(/_astro/raleway-latin-300-normal.8PkJM_G6.woff)format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.bg-image{position:absolute;inset:0;height:100vh;background:url(/_astro/hero-image-mobile.Dd4MWRx5.webp)center no-repeat;background-size:cover;z-index:-1}.bg-image:before{content:"";position:absolute;inset:0;background-image:linear-gradient(180deg,#171717e6,#171717f2 80%,#171717 90%)}@media (min-width:992px){.bg-image{background:url(/_astro/hero-image-desktop.L_JD8U-2.webp)center no-repeat;background-size:cover}}.cta{padding:2rem;margin-top:5rem;background-color:#8d7d701a}.cta a{display:inline}