.mobile-menu{pointer-events:none;position:fixed}.mobile-menu__panel{position:fixed;inset:0;background:#000000b3;opacity:0;transition:.2s all ease}.mobile-menu__content{transform:translate3d(100%,0,0);transition:transform .3s ease;position:fixed;right:0;top:0;height:100%;width:16rem;background-color:var(--color-bg);color:#fff;padding:1.5rem 1rem;display:grid;grid-template-rows:70px auto}.mobile-menu__list{list-style:none;padding:0;margin:2rem 0 0;display:flex;flex-direction:column}.mobile-menu__item+.mobile-menu__item{margin-top:1rem}.mobile-menu__logo{max-width:6rem}.mobile-menu__close{background:none;border:none;cursor:pointer;appearance:none;padding:1rem}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center}.mobile-menu__link{display:block;width:100%;padding:.5rem 0;font-weight:var(--fw-light);border-bottom:1px solid transparent;transition:.2s all ease}.mobile-menu__link--active{color:var(--color-sand);border-color:var(--color-sand)}.mobile-menu__link:hover,.mobile-menu__link:focus{color:var(--color-sand)}.mobile-menu.active .mobile-menu__content{transform:translateZ(0)}.mobile-menu.active .mobile-menu__panel{opacity:1}.mobile-menu.active{pointer-events:auto}.burger{display:flex;flex-direction:column;justify-content:center;gap:.5rem;width:3rem;height:3rem;background:#120e0680;border-radius:.525rem;border:none;cursor:pointer;padding:.5rem}.burger__line{display:block;width:100%;height:2px;background-color:#fff;transition:background .25s ease}.burger:hover .burger__line:nth-of-type(1),.burger:focus .burger__line:nth-of-type(1){background:var(--color-sand)}.burger:hover .burger__line:nth-of-type(2),.burger:focus .burger__line:nth-of-type(2){background:var(--color-sky)}.burger:hover .burger__line:nth-of-type(3),.burger:focus .burger__line:nth-of-type(3){background:var(--color-teal)}.header__wrapper{position:fixed;top:0;left:0;right:0;width:100%;z-index:10;transition:.2s all ease}.header__wrapper.active .header-nav__list{background:#120e06b3;backdrop-filter:blur(3px)}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem}.header-logo{display:flex;align-items:center;justify-content:center;background:#120e06b3;backdrop-filter:blur(3px);padding:.5rem 1rem;border-radius:1.125rem}.header-logo__img{max-width:6.5rem}.header-nav__list{padding:1rem;transition:.2s all ease;border-radius:1.125rem;margin:0;display:none;align-items:center;justify-content:center}.header-nav__item{list-style:none;font-weight:var(--fw-semibold);color:#fffc;margin:0 1rem}.header-nav__item a{transition:all .25s ease;font-size:1rem}.header-nav__item a:hover,.header-nav__item a:focus{color:var(--color-sand)}.header-nav__link{position:relative}.header-nav__link:after{content:"";position:absolute;border:1px solid var(--color-sand);width:100%;height:2px;bottom:-.5rem;left:0;transform:scaleX(0);transition:transform .3s ease}.header-nav__link--active{color:var(--color-sand)}.header-nav__link--active:after{transform:scaleX(1)}.header-nav__mobile-burger-wrapper{display:flex}@media (min-width: 1024px){.header-logo__img{max-width:7.5rem}.header-nav__list{display:flex}.header-nav__mobile-burger-wrapper{display:none}}.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}*,*:before,*:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}a{color:inherit;text-decoration:none}@font-face{font-family:Nunito Sans;src:url(/fonts/nunitosans-italic-webfont.woff2) format("woff2"),url(/fonts/nunitosans-italic-webfont.woff) format("woff");font-weight:400;font-style:italic}@font-face{font-family:Nunito Sans;src:url(/fonts/nunitosans-regular-webfont.woff2) format("woff2"),url(/fonts/nunitosans-regular-webfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Nunito Sans;src:url(/fonts/nunitosans-light-webfont.woff2) format("woff2"),url(/fonts/nunitosans-light-webfont.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Nunito Sans;src:url(/fonts/nunitosans-lightitalic-webfont.woff2) format("woff2"),url(/fonts/nunitosans-lightitalic-webfont.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:Nunito Sans;src:url(/fonts/nunitosans-semibold-webfont.woff2) format("woff2"),url(/fonts/nunitosans-semibold-webfont.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Nunito Sans;src:url(/fonts/nunitosans-semibolditalic-webfont.woff2) format("woff2"),url(/fonts/nunitosans-semibolditalic-webfont.woff) format("woff");font-weight:600;font-style:italic}:root{--font-base: "Nunito Sans", sans-serif;--font-size-base: 1rem;--line-height-base: 1.5;--fw-light: 300;--fw-normal: 400;--fw-semibold: 600;--fw-bold: 700;--color-black: #000000;--color-sand: #E9DCC5;--color-teal: #4CB8A7;--color-sky: #36A9E1;--color-navy: #001A23;--color-navy--lighten: rgb(0, 30, 41);--color-bg: #141007;--color-scorpion: #565656;--space-xxs: .25rem;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--breakpoint-sm: 48rem;--breakpoint-md: 64rem;--breakpoint-lg: 75rem;--breakpoint-xl: 90rem;--breakpoint-xxl: 120rem}.base-button{appearance:none;display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:1.125rem;background:var(--color-navy);font-weight:var(--fw-semibold);color:var(--color-sand);text-decoration:none;transition:.2s all ease;margin-top:1rem;border:1px solid var(--color-sand)}.base-button:hover,.base-button:focus{background:var(--color-navy--lighten);color:#fff}body{font-family:var(--font-base);background:var(--color-bg);font-size:1.1rem;color:#fff;line-height:1.5}body,html,main{height:100%}.no-scroll{overflow:hidden}.aspect-square{aspect-ratio:1 / 1}.aspect-portrait{aspect-ratio:9/16}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.container{width:100%;max-width:var(---breakpoint-sm);margin-left:auto;margin-right:auto;padding-left:var(--space-sm);padding-right:var(--space-sm)}@media (min-width: 1024px){.container{padding-left:var(--space-md);padding-right:var(--space-md);max-width:var(--breakpoint-xl);margin:0 auto;width:100%}}.error-404{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:2rem}.error__title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.error__img{max-width:20rem;width:100%;margin:0 auto;aspect-ratio:320/160}.error__text{font-size:2rem;line-height:1.1;font-weight:var(--fw-semibold);color:var(--color-sand);text-align:center;margin-top:3rem}.error__footer{margin-top:2rem;width:100%;display:flex;justify-content:center;align-items:center}
