.home{display:flex;overflow:hidden;width:100%;max-width:1280px;flex-direction:column;align-items:center;padding:96px 48px;gap:96px}@media(max-width:992px){.home{gap:64px}}@media(max-width:768px){.home{padding:96px 16px;gap:48px}}.home__heading{display:flex;flex-direction:column;align-items:center;padding:64px 0;gap:12px;text-align:center}@media(max-width:768px){.home__heading{gap:8px}}.home__brand{display:flex;align-items:center;gap:8px;text-align:left}.home__logo{position:relative;width:128px;aspect-ratio:1}@media(max-width:768px){.home__logo{width:96px}}.home__image{position:relative;overflow:hidden;flex:1;aspect-ratio:16/9}@media(max-width:992px){.home__image{width:100%}}.home__section{display:flex;width:100%;align-items:center;justify-content:center}@media(max-width:992px){.home__section--left .card,.home__section--right .card{transform:translateY(-16px)}}@media(max-width:768px){.home__section--left .card,.home__section--right .card{transform:translateY(-12px)}}@media(max-width:480px){.home__section--left .card,.home__section--right .card{transform:none}}@media(max-width:992px){.home__section--left .home__image,.home__section--right .home__image{transform:translateY(16px)}}@media(max-width:768px){.home__section--left .home__image,.home__section--right .home__image{transform:translateY(12px)}}@media(max-width:480px){.home__section--left .home__image,.home__section--right .home__image{transform:none}}@media(max-width:992px){.home__section--left{flex-direction:column}}@media(max-width:480px){.home__section--left{gap:12px}}@media(min-width:993px){.home__section--left .card{transform:translateX(-24px)}.home__section--left .home__image{transform:translateX(24px)}}@media(max-width:992px){.home__section--right{flex-direction:column-reverse}}@media(max-width:480px){.home__section--right{gap:12px}}@media(min-width:993px){.home__section--right .card{transform:translateX(24px)}.home__section--right .home__image{transform:translateX(-24px)}}.home__about-card{width:768px!important}.home__about-card .card__contents{gap:32px}@media(max-width:768px){.home__about-card .card__contents{gap:24px}}.home__about-section{display:flex;flex-direction:column;align-items:flex-start;gap:12px}@media(max-width:768px){.home__about-section{gap:8px}}.backdrop{position:fixed;z-index:-1;top:0;left:0;width:100%;height:100vh;background-attachment:scroll;background-position:bottom;background-repeat:no-repeat;background-size:cover;filter:blur(0) brightness(80%) contrast(125%);opacity:.5}:export{sm:480px;md:768px;lg:992px;xl:1280px}.card{box-shadow:0 10px 8px rgba(0,0,0,.15),0 4px 4px rgba(0,0,0,.1);position:relative;z-index:10;width:448px;max-width:100%;padding:0;border:3px solid #454545}.card__contents{box-shadow:inset 0 1px 4px 1px rgba(0,0,0,.15);border-bottom:1px solid #545454;background:#2e2e2e;display:flex;flex-direction:column;padding:24px;border-radius:6px;gap:12px}.card__contents::-webkit-scrollbar-corner{background:#2e2e2e}@media(max-width:768px){.card__contents{gap:8px}}