.swiper-pagination{bottom:15px!important;display:flex;justify-content:center;align-items:center;gap:8px}.swiper-pagination-bullet{width:15px!important;height:15px!important;border:1px solid #fff!important;background:rgba(0,0,0,0)!important;opacity:1!important;border-radius:50%;transition:background .3s ease,transform .3s ease}.swiper-pagination-bullet-active{background:#fff!important;transform:scale(1.1)}.swiper-button-next,.swiper-button-prev{width:46px;height:46px;background:hsla(0,0%,100%,.25);-webkit-backdrop-filter:blur(10px) saturate(1.3);backdrop-filter:blur(10px) saturate(1.3);border-radius:50%;color:#222!important;transition:all .25s ease;box-shadow:0 4px 18px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center}.swiper-button-next:after,.swiper-button-prev:after{display:none!important}.swiper-button-next .swiper-navigation-icon,.swiper-button-prev .swiper-navigation-icon{width:14px;height:14px;color:inherit;transition:transform .25s ease,color .25s ease}.swiper-button-next:hover,.swiper-button-prev:hover{background:hsla(0,0%,100%,.6);transform:scale(1.08);color:#000}.swiper-button-prev{left:16px}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:16px}@media(max-width:768px){.swiper-button-next,.swiper-button-prev{width:38px;height:38px}.swiper-button-next .swiper-navigation-icon,.swiper-button-prev .swiper-navigation-icon{width:12px;height:12px}.swiper-button-prev{left:8px}.swiper-button-next{right:8px}}html{font-size:16px}body{color:#2b2b2b;background:#fff;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Helvetica Neue,Arial,sans-serif;color:#2b2b2b;margin:0}h1{font-size:2.5rem}h2{font-size:2rem}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue-Thin.woff2) format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue-Roman.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--background:#ffffff;--foreground:#171717}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{width:100%;max-width:100%;background-color:#fff}body{width:100%;color:var(--foreground);background:var(--background);font-family:Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}a,a:active,a:focus{outline:none!important}a:active,a:focus{background:inherit!important}button{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;background:none}button:active,button:focus{outline:none;background:inherit}@media(prefers-color-scheme:dark){html{color-scheme:dark}}.animateBorderBottom{position:relative;border-bottom:1px solid rgba(0,0,0,0)}.animateBorderBottom:after{content:"";position:absolute;left:0;bottom:-1.1px;width:0;height:1px;background-color:rgba(0,0,0,.3333333333);animation:borderBottomDraw 1.2s ease-in-out forwards;animation-play-state:var(--play,paused)}@keyframes borderBottomDraw{0%{width:0}to{width:100%}}.animateBorderTop{position:relative;border-top:1px solid rgba(0,0,0,0)}.animateBorderTop:before{content:"";position:absolute;left:0;top:-1.1px;width:0;height:1px;background-color:rgba(0,0,0,.3333333333);animation:borderTopDraw 1.2s ease-in-out forwards;animation-play-state:var(--play,paused)}@keyframes borderTopDraw{0%{width:0}to{width:100%}}.animateBorderRight{position:relative;border-right:1px solid rgba(0,0,0,0)}.animateBorderRight:before{content:"";position:absolute;top:0;right:-1.1px;width:1px;height:0;background-color:rgba(0,0,0,.3333333333);animation:borderRightDraw 1.2s ease-in-out forwards;animation-play-state:var(--play,paused)}@keyframes borderRightDraw{0%{height:0}to{height:100%}}.animateBorderLeft{position:relative;border-left:1px solid rgba(0,0,0,0)}.animateBorderLeft:before{content:"";position:absolute;top:0;left:-1.1px;width:1px;height:0;background-color:rgba(0,0,0,.3333333333);animation:borderLeftDraw 1.2s ease-in-out forwards;animation-play-state:var(--play,paused)}@keyframes borderLeftDraw{0%{height:0}to{height:100%}}