.Header-module-scss-module__jbeiza__header{flex-direction:column;justify-content:center;align-items:center;gap:24px;max-width:768px;margin:0 auto;padding-bottom:96px;display:flex}@media screen and (max-width:1024px){.Header-module-scss-module__jbeiza__header{gap:12px;max-width:100%;padding-bottom:64px}}.Header-module-scss-module__jbeiza__title{text-align:center;color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:3.75rem;line-height:4.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.Header-module-scss-module__jbeiza__title{font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Header-module-scss-module__jbeiza__description{text-align:center;color:var(--gray-700);font-weight:var(--font-weight-regular);font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.Header-module-scss-module__jbeiza__description{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}
.Footer-module-scss-module__15HAvq__footer{margin:0 auto;padding-bottom:96px}@media screen and (max-width:1024px){.Footer-module-scss-module__15HAvq__footer{padding-bottom:64px}}.Footer-module-scss-module__15HAvq__title{text-align:center;color:var(--base-black);font-weight:var(--font-weight-semibold);font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:36px}@media screen and (max-width:1024px){.Footer-module-scss-module__15HAvq__title{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px}}.Footer-module-scss-module__15HAvq__cards{grid-template-columns:repeat(3,1fr);place-items:stretch stretch;gap:32px;width:100%;display:grid}@media screen and (max-width:1024px){.Footer-module-scss-module__15HAvq__cards{grid-template-columns:1fr;gap:24px}}.Footer-module-scss-module__15HAvq__card{background:var(--gray-100);border-radius:16px;flex-direction:column;gap:24px;min-height:230px;padding:24px;display:flex;overflow:hidden}@media screen and (max-width:1024px){.Footer-module-scss-module__15HAvq__card{min-height:auto}}.Footer-module-scss-module__15HAvq__cardTitle{color:var(--accent-1-950);font-weight:var(--font-weight-semibold);font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.Footer-module-scss-module__15HAvq__cardTitle{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Footer-module-scss-module__15HAvq__content{flex-direction:column;flex:1;justify-content:flex-end;gap:8px;display:flex}.Footer-module-scss-module__15HAvq__cardText{color:var(--accent-1-700);font-weight:var(--font-weight-regular);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.Footer-module-scss-module__15HAvq__cardText{font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Footer-module-scss-module__15HAvq__cardLink{color:var(--accent-2-500);font-weight:var(--font-weight-semibold);font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;align-items:center;gap:8px;margin-top:12px;text-decoration:none;display:flex}@media screen and (max-width:1024px){.Footer-module-scss-module__15HAvq__cardLink{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}
.Input-module-scss-module__XEE7va__wrapper{box-sizing:border-box;width:fit-content;max-width:fit-content;transition:all var(--transition-delay-button)ease-in-out;flex-direction:column;gap:6px;display:inline-flex;position:relative}.Input-module-scss-module__XEE7va__wrapper.Input-module-scss-module__XEE7va__fullWidth{width:100%;min-width:0;max-width:none;display:flex}@media screen and (max-width:1024px){.Input-module-scss-module__XEE7va__wrapper{width:100%;min-width:0;max-width:none;display:flex}}.Input-module-scss-module__XEE7va__inputContainer{border:1px solid var(--gray-300);box-shadow:0 1px 2px 0 var(--shadow-inner);background-color:var(--white);border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Input-module-scss-module__XEE7va__input{width:100%;box-shadow:none;color:var(--gray-900);background-color:var(--white);font-weight:var(--font-weight-regular);text-overflow:ellipsis;border:0;outline:0;flex:1;margin:0}.Input-module-scss-module__XEE7va__input::placeholder{color:var(--gray-500)}.Input-module-scss-module__XEE7va__md .Input-module-scss-module__XEE7va__input{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding:10px 14px}.Input-module-scss-module__XEE7va__sm .Input-module-scss-module__XEE7va__input{font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding:8px 12px}.Input-module-scss-module__XEE7va__focused .Input-module-scss-module__XEE7va__inputContainer{border-color:var(--accent-2-300);outline:1px solid var(--accent-2-300)}.Input-module-scss-module__XEE7va__disabled .Input-module-scss-module__XEE7va__inputContainer{background-color:var(--gray-50);border-color:var(--gray-300);outline:none}.Input-module-scss-module__XEE7va__disabled .Input-module-scss-module__XEE7va__input{background-color:var(--gray-50);cursor:not-allowed}.Input-module-scss-module__XEE7va__readOnly .Input-module-scss-module__XEE7va__inputContainer{border-color:var(--gray-300);background-color:#0000;outline:none}.Input-module-scss-module__XEE7va__readOnly .Input-module-scss-module__XEE7va__input{color:var(--gray-500);cursor:default;background-color:#0000}.Input-module-scss-module__XEE7va__error .Input-module-scss-module__XEE7va__inputContainer{border-color:var(--error-300)}.Input-module-scss-module__XEE7va__label{color:var(--gray-700);font-weight:var(--font-weight-medium);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Input-module-scss-module__XEE7va__hint{color:var(--gray-600);font-weight:var(--font-weight-regular);font-size:.75rem;line-height:1.125rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Input-module-scss-module__XEE7va__hasIcon .Input-module-scss-module__XEE7va__input{padding-left:8px}.Input-module-scss-module__XEE7va__errorMessage{color:var(--error-600);font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Input-module-scss-module__XEE7va__tooltipButton{box-shadow:none;cursor:help;background-color:#0000;border:0;outline:0;margin:0;padding:10px 14px 10px 0}.Input-module-scss-module__XEE7va__errorIcon{padding:10px 14px 10px 0}.Input-module-scss-module__XEE7va__iconLeft{padding:10px 0 10px 14px}.Input-module-scss-module__XEE7va__copyableButton{box-shadow:none;border:0;border-left:1px solid var(--gray-300);cursor:copy;background-color:#0000;outline:0;justify-content:center;align-items:center;gap:6px;margin:0;padding:10px 14px;display:flex}.Input-module-scss-module__XEE7va__copyableLabel{color:var(--gray-700);font-weight:var(--font-weight-semibold);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.Input-module-scss-module__XEE7va__leadingText{color:var(--gray-600);border-right:1px solid var(--gray-300);font-weight:var(--font-weight-regular);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;flex:1;justify-content:center;align-items:center;padding:10px 14px;display:flex}.Input-module-scss-module__XEE7va__rightLabel{color:var(--gray-500);font-weight:var(--font-weight-semibold);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;background:0 0;justify-content:center;align-items:center;padding:10px 14px;display:flex}.Input-module-scss-module__XEE7va__passwordButton{box-shadow:none;cursor:pointer;background-color:#0000;border:0;outline:0;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:absolute;right:14px}
.BlogContactForm-module-scss-module__72u0QG__title{text-align:center;color:var(--gray-950);font-size:24px;line-height:32px;font-family:var(--font-primary),system-ui,Arial,sans-serif;letter-spacing:.48px;margin-bottom:4px;font-weight:600}.BlogContactForm-module-scss-module__72u0QG__subTitle{text-align:center;color:var(--gray-950);font-size:16px;line-height:24px;font-family:var(--font-primary),system-ui,Arial,sans-serif;letter-spacing:-.16px;margin-bottom:24px;font-weight:400}.BlogContactForm-module-scss-module__72u0QG__subText{text-align:center;color:var(--gray-600);font-size:12px;line-height:18px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:400}.BlogContactForm-module-scss-module__72u0QG__description,.BlogContactForm-module-scss-module__72u0QG__link,.BlogContactForm-module-scss-module__72u0QG__error{text-align:center;color:var(--gray-600);font-size:12px;line-height:18px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:400;text-decoration:none}.BlogContactForm-module-scss-module__72u0QG__link{color:#364152;text-decoration:underline}.BlogContactForm-module-scss-module__72u0QG__error{color:var(--error-500)}.BlogContactForm-module-scss-module__72u0QG__footer{flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.BlogContactForm-module-scss-module__72u0QG__container{border:.5px solid var(--gray-700);border-radius:4px;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:16px;display:flex}@media screen and (max-width:1024px){.BlogContactForm-module-scss-module__72u0QG__container{padding:12px}}.BlogContactForm-module-scss-module__72u0QG__form{flex-direction:column;align-items:center;gap:12px;display:flex}.BlogContactForm-module-scss-module__72u0QG__holder{background-color:var(--accent);border-radius:4px;flex:1;justify-content:center;align-items:center;margin-bottom:24px;padding:32px;display:flex;position:relative;overflow:hidden}
.MobileMenuItem-module-scss-module__5pAAIa__submenu{transition:all var(--transition-delay-menu-item)ease;flex-direction:column;padding:8px 12px;display:none}.MobileMenuItem-module-scss-module__5pAAIa__submenu.MobileMenuItem-module-scss-module__5pAAIa__open{display:flex}.MobileMenuItem-module-scss-module__5pAAIa__button{width:100%;box-shadow:none;background:0 0;border:0;outline:none;flex:1;align-items:center;padding:12px 16px;display:flex}.MobileMenuItem-module-scss-module__5pAAIa__button.MobileMenuItem-module-scss-module__5pAAIa__alwaysShow{border-top:1px solid var(--gray-100)}.MobileMenuItem-module-scss-module__5pAAIa__submenuLink{z-index:100501;gap:8px;padding:12px 16px;text-decoration:none;display:flex;position:relative}.MobileMenuItem-module-scss-module__5pAAIa__label{text-align:left;color:var(--gray-900);font-weight:var(--font-weight-semibold);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;flex:1;display:-webkit-box;overflow:hidden}.MobileMenuItem-module-scss-module__5pAAIa__subLabel{flex:none}.MobileMenuItem-module-scss-module__5pAAIa__icon{transition:transform var(--transition-delay-menu-item)ease;will-change:transform}.MobileMenuItem-module-scss-module__5pAAIa__icon.MobileMenuItem-module-scss-module__5pAAIa__open{transform:rotate(180deg)}.MobileMenuItem-module-scss-module__5pAAIa__stickerLabel{border:1px solid var(--gray-300);text-align:center;color:var(--gray-700);font-weight:var(--font-weight-medium);background-color:#0000;border-radius:6px;padding:2px 8px;text-decoration:none;box-shadow:0 1px 2px #0a0d120d}.MobileMenuItem-module-scss-module__5pAAIa__stickerLabel:hover{text-decoration:none}.MobileMenuItem-module-scss-module__5pAAIa__stickerLabel{font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.MobileMenuItem-module-scss-module__5pAAIa__stickerLabel{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}
.LatestPost-module-scss-module__o7esEa__image{z-index:1;object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s ease-out;position:absolute;top:0;left:0;overflow:hidden}@media screen and (max-width:1024px){.LatestPost-module-scss-module__o7esEa__image{aspect-ratio:343/160;border-radius:4px;position:relative}}.LatestPost-module-scss-module__o7esEa__container{aspect-ratio:1280/600;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:100%;text-decoration:none;display:flex;position:relative;overflow:hidden}.LatestPost-module-scss-module__o7esEa__container:before{z-index:2;content:"";background:linear-gradient(#0000004d 0% 100%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.LatestPost-module-scss-module__o7esEa__container:hover .LatestPost-module-scss-module__o7esEa__image{transform:scale(1.05)}@media screen and (max-width:1024px){.LatestPost-module-scss-module__o7esEa__container{border-bottom:.5px solid var(--gray-300);aspect-ratio:auto;gap:16px;padding-bottom:40px}.LatestPost-module-scss-module__o7esEa__container:before{content:none}}.LatestPost-module-scss-module__o7esEa__content{z-index:3;flex-direction:column;justify-content:center;gap:16px;width:100%;max-width:908px;margin:0 auto;display:flex}@media screen and (max-width:1024px){.LatestPost-module-scss-module__o7esEa__content{align-items:flex-start;max-width:none;margin:0;padding:0}}.LatestPost-module-scss-module__o7esEa__title{text-align:left;color:var(--white);font-size:40px;line-height:48px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:var(--font-weight-medium)}@media screen and (max-width:1024px){.LatestPost-module-scss-module__o7esEa__title{color:var(--gray-950);font-size:18px;line-height:26px;font-weight:var(--font-weight-semibold)}}.LatestPost-module-scss-module__o7esEa__short{text-align:left;color:var(--white);font-size:20px;line-height:30px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:var(--font-weight-regular);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media screen and (max-width:1024px){.LatestPost-module-scss-module__o7esEa__short{color:var(--text);font-size:16px;line-height:24px}}
.NewsSection-module-scss-module__Wc_9Ta__newsSection{flex-direction:column;gap:32px;display:flex}@media screen and (max-width:1024px){.NewsSection-module-scss-module__Wc_9Ta__newsSection{gap:24px}}.NewsSection-module-scss-module__Wc_9Ta__middleRow{gap:20px;padding:32px 0 0;display:grid}.NewsSection-module-scss-module__Wc_9Ta__middleRow.NewsSection-module-scss-module__Wc_9Ta__withBanner{grid-template-columns:1.15fr 1px .85fr 1px 399px}@media screen and (max-width:1024px){.NewsSection-module-scss-module__Wc_9Ta__middleRow.NewsSection-module-scss-module__Wc_9Ta__withBanner{grid-template-columns:1fr;gap:32px}}.NewsSection-module-scss-module__Wc_9Ta__middleRow.NewsSection-module-scss-module__Wc_9Ta__noBanner{grid-template-columns:1fr 1px 1fr}@media screen and (max-width:1024px){.NewsSection-module-scss-module__Wc_9Ta__middleRow.NewsSection-module-scss-module__Wc_9Ta__noBanner{grid-template-columns:1fr;gap:32px}.NewsSection-module-scss-module__Wc_9Ta__middleRow{padding:0}}.NewsSection-module-scss-module__Wc_9Ta__colStack{flex-direction:column;justify-content:space-between;gap:24px;display:flex}.NewsSection-module-scss-module__Wc_9Ta__colBanner{aspect-ratio:400/570;border-radius:4px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}@media screen and (max-width:1024px){.NewsSection-module-scss-module__Wc_9Ta__colBanner{aspect-ratio:auto}}.NewsSection-module-scss-module__Wc_9Ta__bottomRow{border-top:1px solid var(--gray-300);flex-direction:column;gap:24px;padding-top:24px;display:flex}.NewsSection-module-scss-module__Wc_9Ta__bottomTitle{color:var(--gray-950);font-size:14px;line-height:20px;font-family:var(--font-primary),system-ui,Arial,sans-serif;letter-spacing:2px;text-transform:uppercase;font-weight:800}.NewsSection-module-scss-module__Wc_9Ta__bottomGrid{scroll-snap-type:x mandatory;scrollbar-color:var(--gray-400)#0000;scrollbar-width:thin;grid-auto-columns:minmax(200px,1fr);grid-auto-flow:column;gap:65px;padding-bottom:24px;display:grid;overflow-x:auto}.NewsSection-module-scss-module__Wc_9Ta__bottomGrid>*{scroll-snap-align:start;position:relative}.NewsSection-module-scss-module__Wc_9Ta__bottomGrid>:before{background-color:var(--gray-300);content:"";width:.5px;height:100%;display:block;position:absolute;top:0;bottom:0;right:-32px}.NewsSection-module-scss-module__Wc_9Ta__bottomGrid>:last-child:before{content:none}.NewsSection-module-scss-module__Wc_9Ta__bottomGrid::-webkit-scrollbar{height:6px}.NewsSection-module-scss-module__Wc_9Ta__bottomGrid::-webkit-scrollbar-track{background:0 0}.NewsSection-module-scss-module__Wc_9Ta__bottomGrid::-webkit-scrollbar-thumb{background-color:var(--gray-400);border-radius:20px}.NewsSection-module-scss-module__Wc_9Ta__divider{background-color:var(--gray-300);width:1px;height:100%}@media screen and (max-width:1024px){.NewsSection-module-scss-module__Wc_9Ta__divider{display:none}}.NewsSection-module-scss-module__Wc_9Ta__form{flex:1}@media screen and (max-width:1024px){.NewsSection-module-scss-module__Wc_9Ta__bottomBorder{border-bottom:.5px solid var(--gray-300);padding-bottom:24px}}
.GeminiButton-module-scss-module__44BK2a__aiShareWrapper{bottom:32px;left:calc((100% - var(--max-width))/2);z-index:100;opacity:0;flex-direction:column;align-items:flex-start;transition:opacity .6s,transform .4s;display:flex;position:fixed;transform:translateY(500px)}.GeminiButton-module-scss-module__44BK2a__aiShareWrapper.GeminiButton-module-scss-module__44BK2a__shown{opacity:1;gap:6px;transform:translateY(0)}@media screen and (max-width:1024px){.GeminiButton-module-scss-module__44BK2a__aiShareWrapper{left:20px}}.GeminiButton-module-scss-module__44BK2a__aiShare{background-color:#0000;border-radius:24px;justify-content:center;align-items:center;transition:padding .4s,background-color .6s,width .9s;display:flex;box-shadow:-62px 28px 19px #0000,-39px 18px 17px #00000003,-22px 10px 15px #0000000d,-10px 4px 11px #00000017,-2px 1px 6px #0000001a}.GeminiButton-module-scss-module__44BK2a__aiShare.GeminiButton-module-scss-module__44BK2a__active{background-color:var(--gray-800);gap:6px;padding:10px 16px}.GeminiButton-module-scss-module__44BK2a__icon{flex:1 0 20px;width:20px;height:20px}.GeminiButton-module-scss-module__44BK2a__icon path{fill:var(--base-black)}.GeminiButton-module-scss-module__44BK2a__dropdown{z-index:11;opacity:0;pointer-events:none;flex-direction:column;justify-content:center;align-items:flex-start;width:0;height:0;transition:width .2s,height .2s,padding .2s,background-color .2s,box-shadow .2s;display:flex}.GeminiButton-module-scss-module__44BK2a__dropdown .GeminiButton-module-scss-module__44BK2a__icon path{fill:var(--white)}.GeminiButton-module-scss-module__44BK2a__dropdown.GeminiButton-module-scss-module__44BK2a__open{background:var(--gray-800);opacity:1;pointer-events:auto;border-radius:16px;gap:10px;width:auto;height:auto;padding:12px 16px;box-shadow:-62px 28px 19px #0000,-39px 18px 17px #00000003,-22px 10px 15px #0000000d,-10px 4px 11px #00000017,-2px 1px 6px #0000001a}.GeminiButton-module-scss-module__44BK2a__dropdownItem{box-shadow:none;cursor:pointer;background:0 0;border:0;outline:none;justify-content:center;align-items:center;gap:4px;padding:0;display:flex}.GeminiButton-module-scss-module__44BK2a__dropdownLabel{color:var(--white);font-weight:var(--font-weight-regular);flex:1 0 auto;text-decoration:none}.GeminiButton-module-scss-module__44BK2a__dropdownLabel:hover{text-decoration:underline}.GeminiButton-module-scss-module__44BK2a__dropdownLabel{font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.GeminiButton-module-scss-module__44BK2a__toggleBtn{cursor:pointer;background:linear-gradient(83deg,#8087ff -.22%,#ffc5aa 69.51%,#e4aaff 112.57%);border:none;border-radius:24px;outline:none;justify-content:center;align-items:center;padding:12px 32px;transition:padding .2s,border-radius .2s;display:flex}.GeminiButton-module-scss-module__44BK2a__toggleBtn.GeminiButton-module-scss-module__44BK2a__active{padding:4px 6px}.GeminiButton-module-scss-module__44BK2a__chevron{opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}.GeminiButton-module-scss-module__44BK2a__chevron.GeminiButton-module-scss-module__44BK2a__active{opacity:1;pointer-events:auto}.GeminiButton-module-scss-module__44BK2a__chevron.GeminiButton-module-scss-module__44BK2a__open{transform:rotate(180deg)}.GeminiButton-module-scss-module__44BK2a__link{width:0;height:0;color:var(--white);font-weight:var(--font-weight-regular);opacity:0;pointer-events:none;white-space:nowrap;margin:0;padding:0;text-decoration:none;transition:opacity .2s,width .4s,height .4s;display:inline-block;overflow:hidden}.GeminiButton-module-scss-module__44BK2a__link.GeminiButton-module-scss-module__44BK2a__active{opacity:1;pointer-events:auto;width:auto;height:auto}.GeminiButton-module-scss-module__44BK2a__link:hover{color:var(--accent-1-25)}.GeminiButton-module-scss-module__44BK2a__link{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}
.styles-module-scss-module__KC2AlG__container{flex-direction:column;padding:40px 0 0;display:flex}@media screen and (max-width:1024px){.styles-module-scss-module__KC2AlG__container{gap:24px}}.styles-module-scss-module__KC2AlG__footerAd{justify-content:center;width:100%;max-width:100%;margin:0 auto;display:flex}.styles-module-scss-module__KC2AlG__footerAd img{object-fit:cover;max-height:400px}
.BentoSlider-module-scss-module__9ZJ9Sa__container{width:100%}.BentoSlider-module-scss-module__9ZJ9Sa__title{color:var(--gray-950);font-weight:var(--font-weight-medium);font-size:3rem;line-height:3.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .BentoSlider-module-scss-module__9ZJ9Sa__title{color:var(--accent-1-25)}}:root[data-theme=dark] .BentoSlider-module-scss-module__9ZJ9Sa__title{color:var(--accent-1-25)}@media screen and (max-width:1024px){.BentoSlider-module-scss-module__9ZJ9Sa__title{font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.BentoSlider-module-scss-module__9ZJ9Sa__row{flex-flow:row;gap:12px;width:100%;display:flex}@media screen and (max-width:1024px){.BentoSlider-module-scss-module__9ZJ9Sa__row{gap:8px;width:auto;overflow-x:auto}}.BentoSlider-module-scss-module__9ZJ9Sa__buttons{justify-content:center;align-items:center;gap:8px;margin-top:40px;display:flex}
.HomeBanner-module-scss-module__y58hOG__section{background-color:var(--base-black);border-radius:40px;margin:16px 20px 0;padding:128px 0 64px}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__section{border-radius:0 0 40px 40px;margin:0;padding:96px 0 16px}}.HomeBanner-module-scss-module__y58hOG__container{gap:80px;position:relative}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__container{gap:32px}}.HomeBanner-module-scss-module__y58hOG__menu{grid-template-columns:1fr;gap:20px;display:grid}.HomeBanner-module-scss-module__y58hOG__content{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__content{grid-template-columns:1fr;gap:12px}}.HomeBanner-module-scss-module__y58hOG__title{color:var(--white);font-weight:var(--font-weight-bold);font-size:4rem;line-height:4.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__title{font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__description{flex-direction:column;gap:24px;display:flex}.HomeBanner-module-scss-module__y58hOG__description p{color:var(--white);font-weight:var(--font-weight-regular);font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__description p{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.HomeBanner-module-scss-module__y58hOG__description{gap:32px}}.HomeBanner-module-scss-module__y58hOG__row1{grid-template-columns:24.19% 48.39% 24.19%;gap:0 1.61%;min-height:370px;display:grid}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__row1{grid-template-columns:1fr;gap:12px;min-height:auto}}.HomeBanner-module-scss-module__y58hOG__row2{grid-template-columns:48.39% 24.19% 24.19%;gap:0 1.61%;min-height:370px;display:grid}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__row2{grid-template-columns:1fr;gap:12px;min-height:auto}}.HomeBanner-module-scss-module__y58hOG__button{background:var(--base-black);border:none;border-radius:32px;position:relative}.HomeBanner-module-scss-module__y58hOG__button:after{content:"";-webkit-mask:linear-gradient(var(--base-black)0 0)content-box,linear-gradient(var(--base-black)0 0);mask:linear-gradient(var(--base-black)0 0)content-box,linear-gradient(var(--base-black)0 0);background:linear-gradient(90deg,#8087ff,#ffc5aa,#e4aaff);border-radius:32px;padding:5px;position:absolute;inset:0;-webkit-mask-composite:xor;mask-composite:exclude}.HomeBanner-module-scss-module__y58hOG__item{border-radius:32px;padding:24px 30px;text-decoration:none;transition:all .3s ease-in-out;position:relative;overflow:hidden}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__item{padding:16px 24px}}.HomeBanner-module-scss-module__y58hOG__mobile{background:radial-gradient(188.87% 230.27% at 183% 154.73%,#9b8ef780 0%,#5f33d600 100%),var(--base-black);flex-direction:column;justify-content:space-between;display:flex}.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__images{flex:1;justify-content:center;align-items:center;gap:24px;display:flex}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__images{justify-content:flex-end}}.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__image{transition:all .3s ease-in-out}.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__title{color:var(--white);font-weight:var(--font-weight-semibold);font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__title{font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__subtitle{color:var(--white);font-weight:var(--font-weight-bold);font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__subtitle{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__price{color:var(--gray-200);font-weight:var(--font-weight-regular);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__mobile .HomeBanner-module-scss-module__y58hOG__price{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__mobile:hover .HomeBanner-module-scss-module__y58hOG__imageMobile1{transform:scale(1.1)translate(-20px)}.HomeBanner-module-scss-module__y58hOG__mobile:hover .HomeBanner-module-scss-module__y58hOG__imageMobile2{transform:scale(1.1)translate(20px)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__mobile{order:1;min-height:240px}}.HomeBanner-module-scss-module__y58hOG__integrations{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAwIiBoZWlnaHQ9IjM3MCIgdmlld0JveD0iMCAwIDYwMCAzNzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDMyQzAgMTQuMzI2OSAxNC4zMjY5IDAgMzIgMEg1NjhDNTg1LjY3MyAwIDYwMCAxNC4zMjY5IDYwMCAzMlYzMzhDNjAwIDM1NS42NzMgNTg1LjY3MyAzNzAgNTY4IDM3MEgzMkMxNC4zMjY5IDM3MCAwIDM1NS42NzMgMCAzMzhWMzJaIiBmaWxsPSIjMTExMTExIi8+CjxwYXRoIGQ9Ik0wIDMyQzAgMTQuMzI2OSAxNC4zMjY5IDAgMzIgMEg1NjhDNTg1LjY3MyAwIDYwMCAxNC4zMjY5IDYwMCAzMlYzMzhDNjAwIDM1NS42NzMgNTg1LjY3MyAzNzAgNTY4IDM3MEgzMkMxNC4zMjY5IDM3MCAwIDM1NS42NzMgMCAzMzhWMzJaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMzIyM18xMTAyMzkpIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMzIyM18xMTAyMzkiIHgxPSIzMDAiIHkxPSItMzYiIHgyPSIzMDAiIHkyPSI2MDcuNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkY3OTBBIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIwLjYyOTgwOCIgc3RvcC1jb2xvcj0iIzlCOEVGNyIvPgo8c3RvcCBvZmZzZXQ9IjAuOTQ3MTE1IiBzdG9wLWNvbG9yPSIjOUI4RUY3Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:space-between;padding:40px 50px;display:flex}.HomeBanner-module-scss-module__y58hOG__integrations .HomeBanner-module-scss-module__y58hOG__fillImage{z-index:1;will-change:transform;margin:0 auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeBanner-module-scss-module__y58hOG__integrations .HomeBanner-module-scss-module__y58hOG__integrationsImage1{object-fit:cover;object-position:center;will-change:transform;transition:transform .3s ease-in-out}.HomeBanner-module-scss-module__y58hOG__integrations .HomeBanner-module-scss-module__y58hOG__title{z-index:3;text-align:center;color:var(--white);font-weight:var(--font-weight-medium);font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__integrations .HomeBanner-module-scss-module__y58hOG__title{font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__integrations .HomeBanner-module-scss-module__y58hOG__subtitle{z-index:3;text-align:center;color:var(--white);font-weight:var(--font-weight-medium);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.HomeBanner-module-scss-module__y58hOG__integrations:hover .HomeBanner-module-scss-module__y58hOG__integrationsImage1{transform:scale(1.1)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__integrations{aspect-ratio:1;order:0;padding:24px}}.HomeBanner-module-scss-module__y58hOG__lite{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAwIiBoZWlnaHQ9IjM3MCIgdmlld0JveD0iMCAwIDMwMCAzNzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDMyQzAgMTQuMzI2OSAxNC4zMjY5IDAgMzIgMEgyNjhDMjg1LjY3MyAwIDMwMCAxNC4zMjY5IDMwMCAzMlYzMzhDMzAwIDM1NS42NzMgMjg1LjY3MyAzNzAgMjY4IDM3MEgzMkMxNC4zMjY5IDM3MCAwIDM1NS42NzMgMCAzMzhWMzJaIiBmaWxsPSIjMTExMTExIi8+CjxwYXRoIGQ9Ik0wIDMyQzAgMTQuMzI2OSAxNC4zMjY5IDAgMzIgMEgyNjhDMjg1LjY3MyAwIDMwMCAxNC4zMjY5IDMwMCAzMlYzMzhDMzAwIDM1NS42NzMgMjg1LjY3MyAzNzAgMjY4IDM3MEgzMkMxNC4zMjY5IDM3MCAwIDM1NS42NzMgMCAzMzhWMzJaIiBmaWxsPSJ1cmwoI3BhaW50MF9yYWRpYWxfMzIyMl8xMDk2MTcpIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgo8ZGVmcz4KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDBfcmFkaWFsXzMyMjJfMTA5NjE3IiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNy41IDM0MS41KSByb3RhdGUoLTQzLjY2OTQpIHNjYWxlKDU5My43NzYgNDgxLjQ0KSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRjk4MzIiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNUYzM0Q2IiBzdG9wLW9wYWNpdHk9IjAiLz4KPC9yYWRpYWxHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);background-repeat:no-repeat;background-size:cover;flex-direction:column;display:flex}.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__images{flex-direction:column;gap:22px;display:flex}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__images{flex:1;justify-content:flex-end}}.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__liteImage1{transform:translate(130px)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__liteImage1{transform:translate(90px)}}.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__liteImage2{transform:translate(50px)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__liteImage2{display:none}}.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__image{z-index:2;object-fit:contain;max-height:100%;transition:transform .6s ease-in-out}.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__fillImage{z-index:1;object-fit:contain;position:absolute;bottom:-100px;left:-150px}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__fillImage{bottom:-120px;left:-100px}}.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__title{color:var(--white);font-weight:var(--font-weight-semibold);font-size:2.625rem;line-height:3.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__title{font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__price{color:var(--gray-200);font-weight:var(--font-weight-regular);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__lite .HomeBanner-module-scss-module__y58hOG__price{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__lite:hover .HomeBanner-module-scss-module__y58hOG__liteImage1,.HomeBanner-module-scss-module__y58hOG__lite:hover .HomeBanner-module-scss-module__y58hOG__liteImage2{transform:translate(-20px)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__lite{order:2;height:240px}}.HomeBanner-module-scss-module__y58hOG__website{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAwIiBoZWlnaHQ9IjM3MCIgdmlld0JveD0iMCAwIDYwMCAzNzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDMyQzAgMTQuMzI2OSAxNC4zMjY5IDAgMzIgMEg1NjhDNTg1LjY3MyAwIDYwMCAxNC4zMjY5IDYwMCAzMlYzMzhDNjAwIDM1NS42NzMgNTg1LjY3MyAzNzAgNTY4IDM3MEgzMkMxNC4zMjY5IDM3MCAwIDM1NS42NzMgMCAzMzhWMzJaIiBmaWxsPSIjMTExMTExIi8+CjxwYXRoIGQ9Ik0wIDMyQzAgMTQuMzI2OSAxNC4zMjY5IDAgMzIgMEg1NjhDNTg1LjY3MyAwIDYwMCAxNC4zMjY5IDYwMCAzMlYzMzhDNjAwIDM1NS42NzMgNTg1LjY3MyAzNzAgNTY4IDM3MEgzMkMxNC4zMjY5IDM3MCAwIDM1NS42NzMgMCAzMzhWMzJaIiBmaWxsPSJ1cmwoI3BhaW50MF9yYWRpYWxfMzIyM18xMTI3OTApIiBmaWxsLW9wYWNpdHk9IjAuNyIvPgo8ZGVmcz4KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDBfcmFkaWFsXzMyMjNfMTEyNzkwIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDQ5OC41IDMxLjUpIHJvdGF0ZSgxNDIuMTI5KSBzY2FsZSg1OTUuMzkxIDg5Ny41NzIpIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGOTgzMiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1RjMzRDYiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-size:cover;flex-direction:column;gap:8px;padding:24px 32px;display:flex}.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__image1{z-index:1;filter:blur(5px);transition:all .6s ease-in-out;position:absolute;bottom:-28px;right:20px}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__image1{bottom:-48px;right:-29px}}.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__image2{z-index:1;object-fit:contain;max-width:300px;transition:all .6s ease-in-out;position:absolute;top:10%;left:60px}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__image2{top:10%;left:24px}}.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__title{z-index:2;color:var(--white);font-weight:var(--font-weight-bold);font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__title{font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__subtitle{z-index:2;color:var(--gray-200);font-weight:var(--font-weight-regular);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__website .HomeBanner-module-scss-module__y58hOG__subtitle{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__website:hover .HomeBanner-module-scss-module__y58hOG__image1{transform:translateY(200px)}.HomeBanner-module-scss-module__y58hOG__website:hover .HomeBanner-module-scss-module__y58hOG__image2{transform:translateY(-50px)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__website{aspect-ratio:1;padding:24px}}.HomeBanner-module-scss-module__y58hOG__loyalty{background:radial-gradient(125.38% 126.75% at 50% 5.81%,#9b8ef7b3 0%,#5f33d600 100%),var(--base-black);flex-direction:column;padding:32px 10px 0;display:flex}.HomeBanner-module-scss-module__y58hOG__loyalty .HomeBanner-module-scss-module__y58hOG__image{object-fit:contain;flex:1;max-width:100%;margin:0 auto;transition:all .3s ease-in-out}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__loyalty .HomeBanner-module-scss-module__y58hOG__image{width:100%;max-width:none;margin:-50px 0 0 -90px}}.HomeBanner-module-scss-module__y58hOG__loyalty .HomeBanner-module-scss-module__y58hOG__title{background:linear-gradient(90deg,var(--accent-2-100)-5.56%,#ff6000 109.09%);text-align:right;font-weight:var(--font-weight-semibold);-webkit-text-fill-color:#0000;font-size:4rem;line-height:4.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;-webkit-background-clip:text;background-clip:text;margin:0 14px}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__loyalty .HomeBanner-module-scss-module__y58hOG__title{margin:0 24px 0 0}}.HomeBanner-module-scss-module__y58hOG__loyalty .HomeBanner-module-scss-module__y58hOG__subtitle{text-align:right;color:var(--gray-200);font-weight:var(--font-weight-regular);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin:0 14px}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__loyalty .HomeBanner-module-scss-module__y58hOG__subtitle{margin:0 24px 0 50%}}.HomeBanner-module-scss-module__y58hOG__loyalty:hover .HomeBanner-module-scss-module__y58hOG__image{transform:scale(1.1)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__loyalty{height:240px;padding:30px 0 0}}.HomeBanner-module-scss-module__y58hOG__resto{background:radial-gradient(134.41% 144.16% at 5.5% 3.65%,#9b8ef7b3 0%,#5f33d600 81.94%),var(--base-black);display:flex}.HomeBanner-module-scss-module__y58hOG__resto .HomeBanner-module-scss-module__y58hOG__image{z-index:1;object-fit:contain;max-width:364px;transition:all .6s ease-in-out;position:absolute;transform:translate(-55%)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__resto .HomeBanner-module-scss-module__y58hOG__image{transform:translate(-25%)}}.HomeBanner-module-scss-module__y58hOG__resto .HomeBanner-module-scss-module__y58hOG__title{z-index:2;text-align:right;color:var(--white);font-weight:var(--font-weight-medium);font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__resto .HomeBanner-module-scss-module__y58hOG__title{text-align:center;font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.HomeBanner-module-scss-module__y58hOG__resto:hover .HomeBanner-module-scss-module__y58hOG__image{transform:translate(0)}@media screen and (max-width:1024px){.HomeBanner-module-scss-module__y58hOG__resto{height:240px}}
.FileUpload-module-scss-module__JsuaLW__wrapper{flex-direction:column;gap:4px;display:flex}.FileUpload-module-scss-module__JsuaLW__label{color:var(--gray-700);font-weight:var(--font-weight-medium);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.FileUpload-module-scss-module__JsuaLW__dropzone{border:1px dashed var(--gray-500);border-radius:12px;grid-template-columns:1fr 1fr;align-self:stretch;align-items:flex-start;gap:13px;padding:28px 42px;transition:border-color .15s,background .15s;display:grid}@media screen and (max-width:1024px){.FileUpload-module-scss-module__JsuaLW__dropzone{flex-direction:column;display:flex}}.FileUpload-module-scss-module__JsuaLW__dragging{border-color:var(--gray-500)}.FileUpload-module-scss-module__JsuaLW__errorZone{border-color:var(--error-500)}.FileUpload-module-scss-module__JsuaLW__button:disabled{opacity:.6;cursor:not-allowed}.FileUpload-module-scss-module__JsuaLW__buttonIcon{display:inline-flex}.FileUpload-module-scss-module__JsuaLW__buttonLabel{font-weight:600}.FileUpload-module-scss-module__JsuaLW__placeholder{color:var(--gray-500);text-overflow:ellipsis;font-weight:var(--font-weight-regular);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;overflow:hidden}.FileUpload-module-scss-module__JsuaLW__nativeInput{clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.FileUpload-module-scss-module__JsuaLW__fileList{gap:6px;margin:8px 0 0;padding:0;list-style:none;display:grid}.FileUpload-module-scss-module__JsuaLW__fileItem{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:1fr auto 28px;align-items:center;gap:8px;padding:8px 10px;display:grid}.FileUpload-module-scss-module__JsuaLW__fileName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.FileUpload-module-scss-module__JsuaLW__fileSize{color:var(--text-tertiary);font-family:var(--font-primary),system-ui,Arial,sans-serif;font-size:12px}.FileUpload-module-scss-module__JsuaLW__removeBtn{text-align:center;border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:50%;width:24px;height:24px;line-height:22px}.FileUpload-module-scss-module__JsuaLW__errorRow{align-items:center;gap:6px;display:inline-flex}.FileUpload-module-scss-module__JsuaLW__errorIcon{color:var(--danger);display:inline-flex}.FileUpload-module-scss-module__JsuaLW__errorMessage{color:var(--error-600);font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.FileUpload-module-scss-module__JsuaLW__disabled{opacity:.6;pointer-events:none}
.AllProductsCard-module-scss-module__wUqe6W__container{flex-direction:column;align-items:center;gap:40px;display:flex}.AllProductsCard-module-scss-module__wUqe6W__cardDescription{z-index:2;color:var(--accent-1-950);font-weight:var(--font-weight-regular);font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding-right:40px}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__cardDescription{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding-right:0}}.AllProductsCard-module-scss-module__wUqe6W__row{grid-template-columns:repeat(6,1fr);gap:12px;width:100%;display:grid}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__row{grid-template-columns:1fr}}.AllProductsCard-module-scss-module__wUqe6W__full{grid-column:span 6}.AllProductsCard-module-scss-module__wUqe6W__half{grid-column:span 3}.AllProductsCard-module-scss-module__wUqe6W__half .AllProductsCard-module-scss-module__wUqe6W__cardDescription{max-width:400px}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__half{grid-column:span 6}.AllProductsCard-module-scss-module__wUqe6W__half .AllProductsCard-module-scss-module__wUqe6W__cardDescription{max-width:none}}.AllProductsCard-module-scss-module__wUqe6W__third{grid-column:span 2}.AllProductsCard-module-scss-module__wUqe6W__third .AllProductsCard-module-scss-module__wUqe6W__cardDescription{max-width:320px}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__third{grid-column:span 6}.AllProductsCard-module-scss-module__wUqe6W__third .AllProductsCard-module-scss-module__wUqe6W__cardDescription{max-width:none}}.AllProductsCard-module-scss-module__wUqe6W__banner{background:linear-gradient(105deg,#fbfbfb 15.47%,var(--accent-1-100)98.05%);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:500px;padding:20px;display:flex;overflow:hidden}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__banner{min-height:420px}}.AllProductsCard-module-scss-module__wUqe6W__bannerTitle{text-align:center;max-width:660px;color:var(--white);font-weight:var(--font-weight-semibold);margin:0 auto}.AllProductsCard-module-scss-module__wUqe6W__bannerTitle b{color:var(--accent-2-600)}.AllProductsCard-module-scss-module__wUqe6W__bannerTitle{font-size:3rem;line-height:3.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__bannerTitle{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.AllProductsCard-module-scss-module__wUqe6W__bannerDescription{text-align:center;max-width:660px;color:var(--white);font-weight:var(--font-weight-regular);font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin:0 auto}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__bannerDescription{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.AllProductsCard-module-scss-module__wUqe6W__cardLink{z-index:2;color:var(--accent-2-600);font-weight:var(--font-weight-semibold);opacity:0;align-items:center;gap:8px;margin-top:18px;text-decoration:none;transition:opacity .5s ease-in-out;display:flex}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__cardLink{opacity:1;margin-top:10px}}.AllProductsCard-module-scss-module__wUqe6W__cardLink{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.AllProductsCard-module-scss-module__wUqe6W__cardIcon path{stroke:var(--accent-2-600)}.AllProductsCard-module-scss-module__wUqe6W__cardImage{z-index:1;object-fit:contain;object-position:center;max-width:100%;max-height:100%;transition:transform .5s ease-in-out;position:absolute;bottom:0;right:0}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__cardImage{flex:1;max-width:90%;height:auto;margin:20px auto 0;position:relative;bottom:auto!important;left:auto!important;right:auto!important}}.AllProductsCard-module-scss-module__wUqe6W__card{background-color:var(--gray-100);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:32px;flex-direction:column;gap:6px;height:380px;padding:40px 0 0 40px;display:flex;position:relative;overflow:hidden}.AllProductsCard-module-scss-module__wUqe6W__card:hover .AllProductsCard-module-scss-module__wUqe6W__cardLink{opacity:1}.AllProductsCard-module-scss-module__wUqe6W__card:hover .AllProductsCard-module-scss-module__wUqe6W__cardImage{transform:translateY(20px)}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__card:hover .AllProductsCard-module-scss-module__wUqe6W__cardImage{transform:none}.AllProductsCard-module-scss-module__wUqe6W__card{gap:4px;height:396px;padding:24px 20px 0}}.AllProductsCard-module-scss-module__wUqe6W__cardTitle{z-index:2;color:var(--accent-1-950);font-weight:var(--font-weight-semibold);font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding-right:40px}@media screen and (max-width:1024px){.AllProductsCard-module-scss-module__wUqe6W__cardTitle{font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding-right:0}}.AllProductsCard-module-scss-module__wUqe6W__dark .AllProductsCard-module-scss-module__wUqe6W__cardTitle{color:var(--accent-2-600)}.AllProductsCard-module-scss-module__wUqe6W__dark .AllProductsCard-module-scss-module__wUqe6W__cardDescription{color:var(--white)}
.Card-module-scss-module__mQkx0a__top{opacity:0;flex-direction:column;gap:6px;max-width:50%;height:0;padding-top:48px;display:flex}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__top{max-width:calc(100% - 32px);height:auto;opacity:1;flex:0;gap:0;max-width:-webkit-fill-available;padding:70% 16px 0}}.Card-module-scss-module__mQkx0a__sticker{color:var(--accent-1-600);font-weight:var(--font-weight-medium);font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__sticker{font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Card-module-scss-module__mQkx0a__bottom{flex-direction:column;gap:6px;max-width:50%;padding-bottom:48px;display:flex}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__bottom{max-width:calc(100% - 32px);gap:0;max-width:-webkit-fill-available;padding:0 16px 24px}}.Card-module-scss-module__mQkx0a__itemTitle{color:var(--accent-1-950);font-weight:var(--font-weight-medium);font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__itemTitle{font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Card-module-scss-module__mQkx0a__text{height:0;color:var(--accent-1-600);font-weight:var(--font-weight-medium);opacity:0}.Card-module-scss-module__mQkx0a__text ul{padding-left:20px;list-style:outside}.Card-module-scss-module__mQkx0a__text ul li{flex:1}.Card-module-scss-module__mQkx0a__text{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__text{opacity:1;height:auto;font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Card-module-scss-module__mQkx0a__id{color:var(--accent-1-600);font-weight:var(--font-weight-medium);opacity:1;font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;position:absolute;bottom:32px;left:24px}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__id{display:none}}.Card-module-scss-module__mQkx0a__item{background-blend-mode:color-burn,normal;cursor:pointer;background-position:100% 0;background-repeat:no-repeat;background-size:cover;border-radius:24px;flex-direction:column;justify-content:space-between;gap:4px;min-height:538px;transition:width .6s ease-in-out,height .6s ease-in-out,background-color .6s ease-in-out,padding-left .6s ease-in-out,padding-right .6s ease-in-out;display:flex;position:relative;overflow:hidden}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__dark .Card-module-scss-module__mQkx0a__itemTitle{color:var(--accent-1-25)}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__dark .Card-module-scss-module__mQkx0a__sticker,.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__dark .Card-module-scss-module__mQkx0a__text{color:var(--accent-1-100)}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__dark .Card-module-scss-module__mQkx0a__id{color:var(--accent-1-25)}.Card-module-scss-module__mQkx0a__item:not(.Card-module-scss-module__mQkx0a__isActive){width:100px}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__item:not(.Card-module-scss-module__mQkx0a__isActive){flex:1 0 auto;width:100%}}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__isActive{flex:1 0 auto}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__isActive .Card-module-scss-module__mQkx0a__top{opacity:1;flex:1 0 auto;height:auto;padding-left:32px}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__isActive .Card-module-scss-module__mQkx0a__top{flex:0;padding-left:16px}}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__isActive .Card-module-scss-module__mQkx0a__bottom{padding-left:32px}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__isActive .Card-module-scss-module__mQkx0a__bottom{padding-left:16px}}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__isActive .Card-module-scss-module__mQkx0a__text{opacity:1;height:auto}.Card-module-scss-module__mQkx0a__item.Card-module-scss-module__mQkx0a__isActive .Card-module-scss-module__mQkx0a__id{opacity:0}@media screen and (max-width:1024px){.Card-module-scss-module__mQkx0a__item{background-position:top;justify-content:flex-start;gap:20px;max-width:90%}}
.ContactInfoCard-module-scss-module__7Kk7ia__container{flex-direction:column;gap:20px;width:100%;display:flex;position:relative}@media screen and (max-width:1024px){.ContactInfoCard-module-scss-module__7Kk7ia__container{gap:16px}}.ContactInfoCard-module-scss-module__7Kk7ia__card{background-color:var(--white);border-radius:32px;gap:20px;padding:24px 32px;display:flex;box-shadow:62px 74px 27px #30303000,40px 47px 25px #30303003,22px 27px 21px #3030300d,10px 12px 15px #30303017,2px 3px 8px #3030301a}@media screen and (max-width:1024px){.ContactInfoCard-module-scss-module__7Kk7ia__card{padding:20px 24px}}.ContactInfoCard-module-scss-module__7Kk7ia__text,.ContactInfoCard-module-scss-module__7Kk7ia__title{color:var(--gray-950);font-weight:var(--font-weight-regular);font-size:1.25rem;line-height:1.875rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}@media screen and (max-width:1024px){.ContactInfoCard-module-scss-module__7Kk7ia__text,.ContactInfoCard-module-scss-module__7Kk7ia__title{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.ContactInfoCard-module-scss-module__7Kk7ia__icon{background:var(--accent-2-100);border-radius:50%;flex:0 48px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.ContactInfoCard-module-scss-module__7Kk7ia__content{flex-direction:column;flex:1;gap:16px;display:flex}@media screen and (max-width:1024px){.ContactInfoCard-module-scss-module__7Kk7ia__content{gap:4px}}.ContactInfoCard-module-scss-module__7Kk7ia__title{font-weight:var(--font-weight-bold)}
.Banner-module-scss-module__tmgNDG__container{background-color:var(--white);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}@media screen and (max-width:1024px){.Banner-module-scss-module__tmgNDG__container{min-height:auto}}.Banner-module-scss-module__tmgNDG__row{justify-content:center;align-items:center;width:100%;height:100%;padding-top:96px;display:flex;position:relative}@media screen and (max-width:1024px){.Banner-module-scss-module__tmgNDG__row{z-index:2;max-width:100%;height:auto;padding:96px 16px 115px}}.Banner-module-scss-module__tmgNDG__content{z-index:5;flex-direction:column;justify-content:center;align-items:center;max-width:800px;display:flex;position:relative}@media screen and (max-width:1024px){.Banner-module-scss-module__tmgNDG__content{max-width:100%}}.Banner-module-scss-module__tmgNDG__image{z-index:1;object-fit:contain}.Banner-module-scss-module__tmgNDG__title{z-index:6;text-align:center;color:var(--gray-950);font-weight:var(--font-weight-medium);font-size:4rem;line-height:4.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:12px}@media screen and (max-width:1024px){.Banner-module-scss-module__tmgNDG__title{font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Banner-module-scss-module__tmgNDG__subtitle{z-index:6;text-align:center;color:var(--gray-950);font-weight:var(--font-weight-regular);font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}@media screen and (max-width:1024px){.Banner-module-scss-module__tmgNDG__subtitle{font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.Banner-module-scss-module__tmgNDG__accent{z-index:3;aspect-ratio:1;mix-blend-mode:hard-light;opacity:.6;flex-shrink:0;justify-content:center;align-items:center;width:606px;height:606px;display:flex;position:absolute}@media screen and (max-width:1024px){.Banner-module-scss-module__tmgNDG__accent{display:none}}.Banner-module-scss-module__tmgNDG__accentItem1{filter:blur(117px);background-color:#fd0;border-radius:606px;flex-shrink:0;width:606px;height:606px;position:absolute;left:0;right:0}.Banner-module-scss-module__tmgNDG__accentItem2{filter:blur(117px);background-color:#ffeb0a;border-radius:333px;flex-shrink:0;width:333px;height:333px;position:absolute}.Banner-module-scss-module__tmgNDG__accentItem3{filter:blur(117px);background-color:#ec00cd;border-radius:332px;flex-shrink:0;width:332px;height:332px;position:absolute}.Banner-module-scss-module__tmgNDG__button{z-index:6}
.Card-module-scss-module__PdcvlG__container{border:1px solid var(--gray-300);border-radius:32px;max-width:614px;padding:40px 24px 64px}.Card-module-scss-module__PdcvlG__container .Card-module-scss-module__PdcvlG__content{margin-top:40px}.Card-module-scss-module__PdcvlG__container .Card-module-scss-module__PdcvlG__content .Card-module-scss-module__PdcvlG__title{font-family:var(--font-primary),system-ui,Arial,sans-serif;color:var(--gray-950);font-size:24px;line-height:32px;font-weight:var(--font-weight-bold);margin-bottom:12px}.Card-module-scss-module__PdcvlG__container .Card-module-scss-module__PdcvlG__content .Card-module-scss-module__PdcvlG__description{font-family:var(--font-primary),system-ui,Arial,sans-serif;color:var(--gray-600);font-size:18px;line-height:28px;font-weight:var(--font-weight-medium)}@media screen and (max-width:767px){.Card-module-scss-module__PdcvlG__container{padding:16px 24px 24px}.Card-module-scss-module__PdcvlG__container .Card-module-scss-module__PdcvlG__content{margin-top:24px}.Card-module-scss-module__PdcvlG__container .Card-module-scss-module__PdcvlG__content .Card-module-scss-module__PdcvlG__title{font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:12px;font-size:20px;line-height:30px}.Card-module-scss-module__PdcvlG__container .Card-module-scss-module__PdcvlG__content .Card-module-scss-module__PdcvlG__description{font-family:var(--font-primary),system-ui,Arial,sans-serif;font-size:16px;line-height:24px}}
.GameCards-module-scss-module__LLdXHW__container{background-color:var(--base-black);perspective:1000px;border-radius:32px;grid-template-columns:1fr 1fr;align-items:center;gap:120px;padding:64px 40px;display:grid;position:relative;overflow:hidden}@media screen and (max-width:1024px){.GameCards-module-scss-module__LLdXHW__container{grid-template-columns:1fr;align-content:start;gap:40px;padding:64px 16px}}.GameCards-module-scss-module__LLdXHW__sectionBackground{z-index:0;object-fit:cover;pointer-events:none;width:50%;height:100%;position:absolute;top:0;bottom:0;left:0}@media screen and (max-width:1024px){.GameCards-module-scss-module__LLdXHW__sectionBackground{display:none}}.GameCards-module-scss-module__LLdXHW__backdrop{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;background:#0009;transition:opacity .5s;position:absolute;inset:0}.GameCards-module-scss-module__LLdXHW__backdrop.GameCards-module-scss-module__LLdXHW__open{opacity:1;pointer-events:all}.GameCards-module-scss-module__LLdXHW__intro{z-index:2;text-align:left;flex-direction:column;justify-self:end;gap:12px;max-width:365px;transition:opacity .3s;display:flex;position:relative}@media screen and (max-width:1024px){.GameCards-module-scss-module__LLdXHW__intro{justify-self:center;gap:40px;max-width:none}}.GameCards-module-scss-module__LLdXHW__title{color:var(--white);font-size:30px;line-height:38px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:var(--font-weight-semibold)}@media screen and (max-width:1024px){.GameCards-module-scss-module__LLdXHW__title{font-size:36px;line-height:44px}}.GameCards-module-scss-module__LLdXHW__description{color:var(--gray-300);font-size:20px;line-height:30px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:var(--font-weight-regular)}@media screen and (max-width:1024px){.GameCards-module-scss-module__LLdXHW__description{font-size:18px;line-height:28px}}.GameCards-module-scss-module__LLdXHW__media{flex-direction:column;justify-self:start;align-items:center;width:100%;max-width:350px;min-height:440px;display:flex;position:relative}@media screen and (max-width:1024px){.GameCards-module-scss-module__LLdXHW__media{justify-self:center;max-width:100%;min-height:auto}}.GameCards-module-scss-module__LLdXHW__holder{aspect-ratio:1;perspective:1000px;justify-content:center;align-items:center;display:flex;position:relative}.GameCards-module-scss-module__LLdXHW__holder.GameCards-module-scss-module__LLdXHW__animating{z-index:20}@media screen and (max-width:1024px){.GameCards-module-scss-module__LLdXHW__holder{position:unset;aspect-ratio:auto;flex:1;width:100%;height:100%}}.GameCards-module-scss-module__LLdXHW__box{z-index:6;will-change:transform;margin:0 auto;animation:6s ease-in-out infinite GameCards-module-scss-module__LLdXHW__boxHover}.GameCards-module-scss-module__LLdXHW__box .box-top-card{transform-box:fill-box;transform-origin:30% 150%;will-change:transform;animation:6s ease-in-out infinite GameCards-module-scss-module__LLdXHW__topCardRealisticFloat}.GameCards-module-scss-module__LLdXHW__left{z-index:3;aspect-ratio:155/134;object-fit:contain;object-position:center;will-change:transform;animation:8s ease-in-out infinite GameCards-module-scss-module__LLdXHW__floatLeft;display:block;position:absolute;bottom:35%;left:0}.GameCards-module-scss-module__LLdXHW__right{z-index:3;position:absolute;bottom:25%;right:0}.GameCards-module-scss-module__LLdXHW__circle{z-index:2;width:100%;height:100%;margin:0 auto;animation:4s ease-in-out infinite alternate GameCards-module-scss-module__LLdXHW__glowPulse;position:absolute;inset:0}.GameCards-module-scss-module__LLdXHW__cardBackground{z-index:0;object-fit:cover;width:100%;position:absolute;top:0;left:0;right:0}.GameCards-module-scss-module__LLdXHW__flyingCard{z-index:500;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;opacity:0;transform-origin:50%;will-change:transform,opacity;width:296px;height:440px;display:none;position:absolute;top:-120px}.GameCards-module-scss-module__LLdXHW__flyingCard.GameCards-module-scss-module__LLdXHW__fly{animation:2.5s cubic-bezier(.34,1.56,.64,1) forwards GameCards-module-scss-module__LLdXHW__dealCard;display:block}.GameCards-module-scss-module__LLdXHW__flyingCard.GameCards-module-scss-module__LLdXHW__return{animation:2.5s cubic-bezier(.34,1.56,.64,1) reverse forwards GameCards-module-scss-module__LLdXHW__dealCard;display:block}@media screen and (max-width:1024px){.GameCards-module-scss-module__LLdXHW__flyingCard{top:50%;transform:translateY(-50%)}.GameCards-module-scss-module__LLdXHW__flyingCard.GameCards-module-scss-module__LLdXHW__fly{animation:2.5s cubic-bezier(.25,.8,.25,1) forwards GameCards-module-scss-module__LLdXHW__dealCardMobile}.GameCards-module-scss-module__LLdXHW__flyingCard.GameCards-module-scss-module__LLdXHW__return{animation:1.5s cubic-bezier(.55,0,.1,1) forwards GameCards-module-scss-module__LLdXHW__returnCardMobile}}.GameCards-module-scss-module__LLdXHW__cardWrapper{z-index:51;opacity:0;perspective:1500px;pointer-events:none;width:296px;height:440px;transition:opacity .2s;position:absolute;transform:scale(1)}.GameCards-module-scss-module__LLdXHW__cardWrapper.GameCards-module-scss-module__LLdXHW__visible{opacity:1;pointer-events:all}@media screen and (max-width:1024px){.GameCards-module-scss-module__LLdXHW__cardWrapper{top:calc(50% - 50px);transform:translateY(-50%)}}.GameCards-module-scss-module__LLdXHW__scene{width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative}.GameCards-module-scss-module__LLdXHW__scene.GameCards-module-scss-module__LLdXHW__flipped{transform:rotateY(180deg)}.GameCards-module-scss-module__LLdXHW__cardFace{background:var(--game);border:1px solid var(--accent);backface-visibility:hidden;border-radius:16px;flex-direction:column;padding:16px;display:flex;position:absolute;inset:0;overflow:hidden;transform:translateZ(0);box-shadow:0 15px 35px #00000080,0 5px 15px #0000004d}.GameCards-module-scss-module__LLdXHW__cardFront{z-index:2;background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);gap:16px;transform:rotateY(0)}.GameCards-module-scss-module__LLdXHW__cardBack{background:linear-gradient(135deg,#2a2a2a 0%,#1e1e1e 100%);justify-content:space-between;transform:rotateY(180deg)}.GameCards-module-scss-module__LLdXHW__cardBack .GameCards-module-scss-module__LLdXHW__cardBackground{z-index:0}.GameCards-module-scss-module__LLdXHW__glareContainer{z-index:1;mix-blend-mode:screen;opacity:.8;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.GameCards-module-scss-module__LLdXHW__glareFront,.GameCards-module-scss-module__LLdXHW__glareBack{width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;transform:scale(1.5)rotate(15deg)}.GameCards-module-scss-module__LLdXHW__cardFront .GameCards-module-scss-module__LLdXHW__glareFront{opacity:.4;transform:translate(-30%)translateY(-30%)scale(1.5)rotate(15deg)}.GameCards-module-scss-module__LLdXHW__flipped .GameCards-module-scss-module__LLdXHW__cardFront .GameCards-module-scss-module__LLdXHW__glareFront{opacity:1;transform:translate(100%)translateY(50%)scale(1.5)rotate(15deg)}.GameCards-module-scss-module__LLdXHW__cardBack .GameCards-module-scss-module__LLdXHW__glareBack{opacity:.6;transform:translate(-120%)translateY(-50%)scale(1.5)rotate(15deg)}.GameCards-module-scss-module__LLdXHW__flipped .GameCards-module-scss-module__LLdXHW__cardBack .GameCards-module-scss-module__LLdXHW__glareBack{opacity:.3;transform:translate(0%)translateY(0%)scale(1.5)rotate(15deg)}.GameCards-module-scss-module__LLdXHW__imageWrapper{z-index:2;aspect-ratio:66/37;background:#3c3c3c;border-radius:8px;flex-shrink:0;width:100%;position:relative;overflow:hidden;box-shadow:0 0 5px #0000004d}.GameCards-module-scss-module__LLdXHW__imageWrapper img{object-fit:cover;width:100%;height:100%}.GameCards-module-scss-module__LLdXHW__topStickers{z-index:3;justify-content:space-between;display:flex;position:absolute;top:8px;left:8px;right:8px}.GameCards-module-scss-module__LLdXHW__stickerAccent{background:var(--accent);color:#fff;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:600}.GameCards-module-scss-module__LLdXHW__stickerCounter{color:#000;background:#ffffffe6;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:600}.GameCards-module-scss-module__LLdXHW__cardContent{z-index:2;flex-direction:column;flex:1;gap:16px;display:flex;position:relative}.GameCards-module-scss-module__LLdXHW__cardTitle{color:var(--white);font-size:16px;line-height:20px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:var(--font-weight-medium)}.GameCards-module-scss-module__LLdXHW__statsRow{align-items:center;gap:4px;display:flex}.GameCards-module-scss-module__LLdXHW__statsSticker{border:.5px solid var(--success-400);color:var(--success-400);font-size:12px;line-height:16px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:var(--font-weight-regular);border-radius:8px;align-items:center;gap:4px;padding:4px 8px;display:flex}.GameCards-module-scss-module__LLdXHW__cardDescription{color:var(--secendary);font-size:14px;line-height:18px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:var(--font-weight-regular)}.GameCards-module-scss-module__LLdXHW__backBody,.GameCards-module-scss-module__LLdXHW__backActions{z-index:2;position:relative}.GameCards-module-scss-module__LLdXHW__mechanicTitle{color:var(--white);font-size:16px;line-height:20px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:var(--font-weight-medium);margin-bottom:12px}.GameCards-module-scss-module__LLdXHW__backBody{flex-direction:column;flex:1;gap:12px;padding-bottom:16px;display:flex;overflow-y:auto}.GameCards-module-scss-module__LLdXHW__infoBlock{flex-direction:column;gap:4px;display:flex}.GameCards-module-scss-module__LLdXHW__infoBlock .GameCards-module-scss-module__LLdXHW__infoTitle{color:var(--white);font-size:12px;line-height:16px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:var(--font-weight-medium)}.GameCards-module-scss-module__LLdXHW__infoBlock .GameCards-module-scss-module__LLdXHW__infoText{color:var(--secendary);font-size:12px;line-height:16px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:var(--font-weight-regular)}.GameCards-module-scss-module__LLdXHW__infoBlock ul{padding-left:20px;list-style-type:disc}.GameCards-module-scss-module__LLdXHW__backActions{z-index:6;flex-direction:column;gap:8px;display:flex;position:relative}.GameCards-module-scss-module__LLdXHW__closeButton{z-index:20;position:absolute;top:-28px;right:8px}.GameCards-module-scss-module__LLdXHW__closeButton:hover{background:0 0!important}.GameCards-module-scss-module__LLdXHW__glowEffect{z-index:-1;filter:blur(25px);background:#0079d099;border-radius:16px;position:absolute;inset:0;transform:translateZ(-1px)}.GameCards-module-scss-module__LLdXHW__idleActions{z-index:6;flex-direction:column;align-items:center;gap:16px;width:100%;display:flex;position:relative}@media screen and (max-width:1024px){.GameCards-module-scss-module__LLdXHW__idleActions{gap:24px}}.GameCards-module-scss-module__LLdXHW__mainActionButton{background:linear-gradient(90deg,#f6d845 -.06%,#f0be44 99.96%);border:0;transition:all .2s}.GameCards-module-scss-module__LLdXHW__mainActionButton:hover{background:linear-gradient(90deg,#f0be44 -.06%,#f6d845 99.96%)}.GameCards-module-scss-module__LLdXHW__darkLabel{color:var(--base-black)}.GameCards-module-scss-module__LLdXHW__lightLabel{color:var(--white)}@keyframes GameCards-module-scss-module__LLdXHW__dealCard{0%{opacity:0;transform:translateY(-100px)scale(.4)rotateX(60deg)rotate(-15deg)}25%{opacity:1;transform:translateY(-280px)scale(.7)rotateX(40deg)rotate(-5deg)}65%{transform:translateY(180px)scale(1.15)rotateX(20deg)rotate(5deg)}to{opacity:1;transform:translateY(120px)scale(1)rotateX(0)rotate(0)}}@keyframes GameCards-module-scss-module__LLdXHW__dealCardMobile{0%{opacity:0;transform:translateY(-150%)scale(.4)}25%{opacity:1;transform:translateY(-180%)scale(.7)}65%{transform:translateY(-20%)scale(1.05)}to{opacity:1;transform:translateY(-50%)scale(1)}}@keyframes GameCards-module-scss-module__LLdXHW__returnCardMobile{0%{opacity:1;transform:translateY(-50%)scale(1)}to{opacity:0;transform:translateY(-150%)scale(.4)}}@keyframes GameCards-module-scss-module__LLdXHW__floatLeft{0%{transform:translate(0)rotate(0)}33%{transform:translate(-5px,-15px)rotate(-1deg)}66%{transform:translate(3px,-5px)rotate(1deg)}to{transform:translate(0)rotate(0)}}@keyframes GameCards-module-scss-module__LLdXHW__boxHover{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-5px)rotate(.5deg)}to{transform:translateY(0)rotate(0)}}@keyframes GameCards-module-scss-module__LLdXHW__glowPulse{0%{opacity:.8;transform:scale(1)}to{opacity:1;transform:scale(1.05)}}@keyframes GameCards-module-scss-module__LLdXHW__topCardRealisticFloat{0%{transform:translate(0)rotate(0)}35%{transform:translate(6px,-5px)rotate(-1deg)}60%{transform:translate(8px,-10px)rotate(-2deg)}85%{transform:translate(3px,-5px)rotate(-1deg)}to{transform:translate(0)rotate(0)}}@keyframes GameCards-module-scss-module__LLdXHW__fadeIn{0%{opacity:0}to{opacity:1}}
.CardList-module-scss-module__bn3ARa__cardListWrapper{padding:96px 0;scroll-margin-top:80px}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__textContent{flex-direction:column;gap:12px;margin-bottom:40px;display:flex}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__textContent .CardList-module-scss-module__bn3ARa__title{font-family:var(--font-primary),system-ui,Arial,sans-serif;color:var(--gray-950);font-size:48px;line-height:60px;font-weight:var(--font-weight-medium)}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__textContent .CardList-module-scss-module__bn3ARa__description{max-width:900px;font-family:var(--font-primary),system-ui,Arial,sans-serif;color:var(--gray-950);font-size:24px;line-height:32px;font-weight:var(--font-weight-regular);white-space:pre-line}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__cardList{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media screen and (max-width:767px){.CardList-module-scss-module__bn3ARa__cardListWrapper{padding:64px 0}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__textContent{margin-bottom:32px}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__textContent .CardList-module-scss-module__bn3ARa__title{font-family:var(--font-primary),system-ui,Arial,sans-serif;font-size:36px;line-height:44px}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__textContent .CardList-module-scss-module__bn3ARa__description{font-family:var(--font-primary),system-ui,Arial,sans-serif;white-space:normal;font-size:18px;line-height:28px}.CardList-module-scss-module__bn3ARa__cardListWrapper .CardList-module-scss-module__bn3ARa__cardList{grid-template-columns:repeat(1,1fr);justify-items:center}}
.TabBar-module-scss-module__-GgYvW__tabsBarWrapper{height:58px;padding-top:40px}.TabBar-module-scss-module__-GgYvW__tabsBarWrapper .TabBar-module-scss-module__-GgYvW__tabsBar{border:1px solid var(--gray-200);background-color:var(--gray-50);border-radius:40px;gap:2px;width:max-content;margin:0 auto;display:flex}.TabBar-module-scss-module__-GgYvW__tabsBarWrapper .TabBar-module-scss-module__-GgYvW__tabsBar.TabBar-module-scss-module__-GgYvW__sticky{z-index:20;position:fixed;top:100px;left:50%;transform:translate(-50%)}.TabBar-module-scss-module__-GgYvW__tabsBarWrapper .TabBar-module-scss-module__-GgYvW__tabsBar .TabBar-module-scss-module__-GgYvW__tabTitle{font-family:var(--font-primary),system-ui,Arial,sans-serif;color:var(--gray-600);cursor:pointer;font-size:18px;line-height:28px;font-weight:var(--font-weight-medium);background:0 0;border:none;border-radius:40px;outline:#0000;padding:14px 20px;transition:all .3s}.TabBar-module-scss-module__-GgYvW__tabsBarWrapper .TabBar-module-scss-module__-GgYvW__tabsBar .TabBar-module-scss-module__-GgYvW__tabTitle.TabBar-module-scss-module__-GgYvW__active{color:var(--gray-950);background-color:var(--white);outline:1px solid var(--gray-300);box-shadow:0 1px 2px #0a0d120d}.TabBar-module-scss-module__-GgYvW__tabsBarWrapper .TabBar-module-scss-module__-GgYvW__tabsBar .TabBar-module-scss-module__-GgYvW__tabTitle:hover{color:var(--gray-950)}@media screen and (max-width:1024px){.TabBar-module-scss-module__-GgYvW__tabsBarWrapper{display:none}}
.Chat-module-scss-module__CeISPq__form{background:var(--white);border:1px solid #f0f2f5;border-radius:16px;flex-direction:column;gap:16px;padding:24px 24px 16px;display:flex;box-shadow:0 2px 4px #19213d14}.Chat-module-scss-module__CeISPq__input{color:#666f8d;font-size:14px;font-family:var(--font-primary),system-ui,Arial,sans-serif;box-shadow:none;background:0 0;border:0;outline:none;min-width:90%;max-width:100%;min-height:100px;max-height:500px;margin:0;padding:0;font-weight:400;line-height:150%}.Chat-module-scss-module__CeISPq__chat{flex-direction:column;gap:40px;display:flex}.Chat-module-scss-module__CeISPq__footer{border-top:1px solid #f0f2f5;padding-top:16px}.Chat-module-scss-module__CeISPq__rowUser{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.Chat-module-scss-module__CeISPq__rowAssistant{background:#fff;border:1px solid #f0f2f5;border-radius:16px;grid-template-columns:24px 1fr;gap:12px;padding:24px;display:grid;box-shadow:0 2px 4px #19213d14}.Chat-module-scss-module__CeISPq__label{color:#19213d;font-size:14px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:500;line-height:130%}.Chat-module-scss-module__CeISPq__bubbleAssistant{color:#666f8d;font-size:14px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:400;line-height:150%}.Chat-module-scss-module__CeISPq__inner{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.Chat-module-scss-module__CeISPq__top{align-items:center;gap:12px;display:flex}.Chat-module-scss-module__CeISPq__date{color:#666f8d;font-size:12px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:500;line-height:130%}.Chat-module-scss-module__CeISPq__dateLine{border-width:0 1px 0 0;border-color:#f0f2f5;height:16px}.Chat-module-scss-module__CeISPq__bubbleUser{color:#666f8d;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-size:14px;font-weight:400;line-height:150%}.Chat-module-scss-module__CeISPq__box{flex-direction:column;align-items:flex-start;gap:40px;display:flex}.Chat-module-scss-module__CeISPq__logo{border-radius:50%;width:24px;height:24px;overflow:hidden}.Chat-module-scss-module__CeISPq__mainHeader{justify-content:center;align-items:center;gap:16px;display:flex;position:relative}.Chat-module-scss-module__CeISPq__mainLabel{color:#666f8d;font-size:12px;font-weight:400;font-family:var(--font-primary),system-ui,Arial,sans-serif;place-content:center;align-items:center;line-height:130%;display:flex}.Chat-module-scss-module__CeISPq__mainHr{color:#0000;background:0 0;border-width:1px 0 0;border-color:#f0f2f5;flex:1}@keyframes Chat-module-scss-module__CeISPq__pop{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Chat-module-scss-module__CeISPq__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.Chat-module-scss-module__CeISPq__sending{animation:.25s ease-out both Chat-module-scss-module__CeISPq__pop}.Chat-module-scss-module__CeISPq__incoming{animation:.3s ease-out both Chat-module-scss-module__CeISPq__fadeIn}.Chat-module-scss-module__CeISPq__dots{vertical-align:middle;align-items:center;gap:4px;height:1em;display:inline-flex}.Chat-module-scss-module__CeISPq__dots span{background:var(--accent-1-700);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite Chat-module-scss-module__CeISPq__blink}.Chat-module-scss-module__CeISPq__dots span:nth-child(2){animation-delay:.2s}.Chat-module-scss-module__CeISPq__dots span:nth-child(3){animation-delay:.4s}@keyframes Chat-module-scss-module__CeISPq__blink{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}
.TextToVoice-module-scss-module__qNX0DG__buttonWrapper{justify-content:flex-end;align-items:center;display:flex}.TextToVoice-module-scss-module__qNX0DG__SocialShare{align-items:center;display:flex}.TextToVoice-module-scss-module__qNX0DG__container{border-bottom:1px solid var(--gray-400);border-top:1px solid var(--gray-400);gap:8px;width:100%;margin:8px 0 40px;padding:8px 0;display:grid}.TextToVoice-module-scss-module__qNX0DG__container.TextToVoice-module-scss-module__qNX0DG__threeColumns{grid-template-columns:1fr 1fr 1fr}.TextToVoice-module-scss-module__qNX0DG__container.TextToVoice-module-scss-module__qNX0DG__threeColumns .TextToVoice-module-scss-module__qNX0DG__SocialShare{justify-content:center}@media screen and (max-width:1024px){.TextToVoice-module-scss-module__qNX0DG__container.TextToVoice-module-scss-module__qNX0DG__threeColumns{grid-template-columns:1fr}}.TextToVoice-module-scss-module__qNX0DG__container.TextToVoice-module-scss-module__qNX0DG__twoColumns{grid-template-columns:1fr 1fr}.TextToVoice-module-scss-module__qNX0DG__container.TextToVoice-module-scss-module__qNX0DG__twoColumns .TextToVoice-module-scss-module__qNX0DG__SocialShare{justify-content:flex-start}@media screen and (max-width:1024px){.TextToVoice-module-scss-module__qNX0DG__container.TextToVoice-module-scss-module__qNX0DG__twoColumns{grid-template-columns:1fr}}.TextToVoice-module-scss-module__qNX0DG__container.TextToVoice-module-scss-module__qNX0DG__oneColumn{grid-template-columns:1fr}.TextToVoice-module-scss-module__qNX0DG__container.TextToVoice-module-scss-module__qNX0DG__onlyAudio .TextToVoice-module-scss-module__qNX0DG__SocialShare{justify-content:flex-end}@media screen and (max-width:1024px){.TextToVoice-module-scss-module__qNX0DG__container{grid-template-columns:1fr}}.TextToVoice-module-scss-module__qNX0DG__player{align-items:center;gap:16px;display:flex}.TextToVoice-module-scss-module__qNX0DG__minBar{align-items:center;gap:5px;display:flex}.TextToVoice-module-scss-module__qNX0DG__tLeft,.TextToVoice-module-scss-module__qNX0DG__tRight{min-width:30px;color:var(--gray-600);font-size:14px;line-height:20px;font-weight:var(--font-weight-regular)}.TextToVoice-module-scss-module__qNX0DG__timeline{--played:var(--gray-500);--rest:var(--gray-300);--progress:0%;background:linear-gradient(var(--played),var(--played))0 50%/var(--progress)1px no-repeat,linear-gradient(var(--rest),var(--rest))0 50%/100% 1px no-repeat;appearance:none;border-radius:9999px;outline:none;width:100%;height:1px}.TextToVoice-module-scss-module__qNX0DG__timeline::-webkit-slider-runnable-track{background:0 0;border-radius:9999px;height:1px}.TextToVoice-module-scss-module__qNX0DG__timeline::-webkit-slider-thumb{background:var(--gray-700);appearance:none;cursor:pointer;border-radius:50%;width:3px;height:3px;margin-top:-1px}.TextToVoice-module-scss-module__qNX0DG__timeline::-moz-range-track{background:var(--rest);border-radius:9999px;height:1px}.TextToVoice-module-scss-module__qNX0DG__timeline::-moz-range-progress{background:var(--played);border-radius:9999px;height:1px}.TextToVoice-module-scss-module__qNX0DG__timeline::-moz-range-thumb{background:var(--gray-700);cursor:pointer;border:0;border-radius:50%;width:3px;height:3px}.TextToVoice-module-scss-module__qNX0DG__playBtn{border:1px solid var(--gray-600);width:40px;height:40px;color:var(--gray-600);cursor:pointer;background-color:#0000;border-radius:50%;place-content:center;align-items:center;padding:2px;transition:opacity .18s;display:flex;position:relative}.TextToVoice-module-scss-module__qNX0DG__playBtn:disabled{cursor:not-allowed;opacity:.6}
.styles-module-scss-module__Ck5_3W__item{width:100%;padding-top:120px;padding-bottom:40px}
.styles-module-scss-module__E4-xGa__title{color:var(--gray-950);font-size:40px;line-height:48px;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:14px;font-weight:700}@media screen and (max-width:1024px){.styles-module-scss-module__E4-xGa__title{font-size:18px;font-weight:600;line-height:26px}}.styles-module-scss-module__E4-xGa__short{color:var(--gray-600);font-size:18px;line-height:26px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:400}@media screen and (max-width:1024px){.styles-module-scss-module__E4-xGa__short{font-size:16px;line-height:26px}}.styles-module-scss-module__E4-xGa__image{object-fit:cover;object-position:center;border-radius:16px;max-width:100%;margin:0 auto;display:block}.styles-module-scss-module__E4-xGa__imageRow{margin:12px auto}.styles-module-scss-module__E4-xGa__container{border-bottom:.5px solid var(--gray-700);grid-template-columns:1fr .5px 399px;gap:20px;padding-bottom:24px;display:grid}@media screen and (max-width:1024px){.styles-module-scss-module__E4-xGa__container{border-color:var(--gray-300);grid-template-columns:1fr;gap:0}}.styles-module-scss-module__E4-xGa__hr{background-color:var(--gray-700);width:.5px;height:100%}@media screen and (max-width:1024px){.styles-module-scss-module__E4-xGa__hr{display:none}}.styles-module-scss-module__E4-xGa__main{flex:3}@media screen and (max-width:1024px){.styles-module-scss-module__E4-xGa__sidebar{max-width:100%}}.styles-module-scss-module__E4-xGa__info{border-bottom:.5px solid var(--gray-300);border-top:.5px solid var(--gray-300);flex-direction:column;gap:4px;margin:24px 0;padding:12px 0;display:flex}.styles-module-scss-module__E4-xGa__date{color:var(--gray-600);font-size:14px;line-height:20px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:400}@media screen and (max-width:1024px){.styles-module-scss-module__E4-xGa__date{font-size:12px;line-height:18px}}.styles-module-scss-module__E4-xGa__author{justify-content:space-between;align-items:center;gap:16px;display:flex}.styles-module-scss-module__E4-xGa__authoredName{color:var(--gray-800);font-size:16px;line-height:24px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:600}@media screen and (max-width:1024px){.styles-module-scss-module__E4-xGa__authoredName{font-size:14px;line-height:20px}}.styles-module-scss-module__E4-xGa__authoredJobTitle{color:var(--gray-600);font-size:14px;line-height:18px;font-family:var(--font-primary),system-ui,Arial,sans-serif;font-weight:400}@media screen and (max-width:1024px){.styles-module-scss-module__E4-xGa__authoredJobTitle{font-size:12px;line-height:18px}}.styles-module-scss-module__E4-xGa__caption{color:var(--gray-500);font-size:12px;line-height:18px;font-family:var(--font-primary),sans-serif;margin-top:12px;font-weight:400}.styles-module-scss-module__E4-xGa__caption b{color:var(--gray-900)}.styles-module-scss-module__E4-xGa__category{color:var(--gray-600);font-size:14px;line-height:20px;font-family:var(--font-primary),system-ui,Arial,sans-serif;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;font-weight:600}.styles-module-scss-module__E4-xGa__bottomAd{margin:20px 0}@media screen and (max-width:1024px){.styles-module-scss-module__E4-xGa__bottomAd{margin:24px 0 40px}}.styles-module-scss-module__E4-xGa__tagDescription{margin-bottom:30px}.styles-module-scss-module__E4-xGa__tagDescription img{object-fit:contain;object-position:center;max-width:100%;height:auto;display:block;overflow:hidden}
.styles-module-scss-module__ygtetW__page{padding:128px 0}@media screen and (max-width:1024px){.styles-module-scss-module__ygtetW__page{padding:96px 0}}.styles-module-scss-module__ygtetW__bottom{background:var(--gray-100);border-radius:16px;flex-direction:column;max-width:720px;margin:64px auto;padding:32px;display:flex;overflow:hidden}.styles-module-scss-module__ygtetW__button{text-decoration:none!important}.styles-module-scss-module__ygtetW__header{text-align:center;max-width:768px;margin:0 auto;padding:32px 0 64px}.styles-module-scss-module__ygtetW__title{text-align:center;color:var(--base-black);font-weight:var(--font-weight-semibold);font-size:3rem;line-height:3.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:32px}@media screen and (max-width:1024px){.styles-module-scss-module__ygtetW__title{font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.styles-module-scss-module__ygtetW__categories{flex-wrap:wrap;place-content:center;align-items:center;gap:8px;display:flex}.styles-module-scss-module__ygtetW__tag{border:1px solid var(--accent-2-500);text-align:center;color:var(--accent-2-500);background-color:var(--accent-2-50);font-weight:var(--font-weight-medium);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;border-radius:999px;padding:6px 12px}.styles-module-scss-module__ygtetW__image{object-fit:cover;object-position:center;width:100%;margin:64px auto}.styles-module-scss-module__ygtetW__content{max-width:720px;margin:0 auto}
.styles-module-scss-module__K9Zleq__container{padding:120px 0 96px}@media screen and (max-width:1024px){.styles-module-scss-module__K9Zleq__container{padding:40px 16px 64px}}.styles-module-scss-module__K9Zleq__title{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:74px}@media screen and (max-width:1024px){.styles-module-scss-module__K9Zleq__title{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}}.styles-module-scss-module__K9Zleq__text,.styles-module-scss-module__K9Zleq__text p{color:var(--gray-600);font-weight:var(--font-weight-regular);margin-bottom:16px}.styles-module-scss-module__K9Zleq__text strong,.styles-module-scss-module__K9Zleq__text p strong{color:var(--gray-950);font-weight:var(--font-weight-semibold)}.styles-module-scss-module__K9Zleq__text,.styles-module-scss-module__K9Zleq__text p{font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.styles-module-scss-module__K9Zleq__text h2,.styles-module-scss-module__K9Zleq__text p h2{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding:20px 0}.styles-module-scss-module__K9Zleq__text a,.styles-module-scss-module__K9Zleq__text p a{font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px;text-decoration:underline}
.styles-module-scss-module__pXQF-q__faq{background:var(--white);border-radius:64px;width:100%;padding:96px 0}.styles-module-scss-module__pXQF-q__backgroundColor{background:var(--white);border-bottom-right-radius:64px;border-bottom-left-radius:64px}@media screen and (max-width:767px){.styles-module-scss-module__pXQF-q__backgroundColor{border-radius:0}}.styles-module-scss-module__pXQF-q__latestCategoryPosts{padding-top:64px;padding-bottom:64px}@media screen and (max-width:767px){.styles-module-scss-module__pXQF-q__latestCategoryPosts{padding-top:32px;padding-bottom:32px}}
.styles-module-scss-module__7sEuYa__container{padding:120px 0 96px}@media screen and (max-width:1024px){.styles-module-scss-module__7sEuYa__container{width:calc(100% - 32px);padding:40px 16px 64px}}.styles-module-scss-module__7sEuYa__title{color:var(--gray-950);font-weight:var(--font-weight-medium);font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}@media screen and (max-width:1024px){.styles-module-scss-module__7sEuYa__title{font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.styles-module-scss-module__7sEuYa__footer{flex-direction:column;gap:24px;max-width:50%;display:flex}@media screen and (max-width:1024px){.styles-module-scss-module__7sEuYa__footer{max-width:100%}}
.styles-module-scss-module__fyCyVW__container{padding:120px 0 96px}@media screen and (max-width:1024px){.styles-module-scss-module__fyCyVW__container{padding:40px 16px 64px}}.styles-module-scss-module__fyCyVW__title{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:74px}@media screen and (max-width:1024px){.styles-module-scss-module__fyCyVW__title{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}}.styles-module-scss-module__fyCyVW__text,.styles-module-scss-module__fyCyVW__text p{color:var(--gray-600);font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px}.styles-module-scss-module__fyCyVW__text a,.styles-module-scss-module__fyCyVW__text p a{font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin:0 4px 16px;text-decoration:underline;display:inline-block}.styles-module-scss-module__fyCyVW__text h2,.styles-module-scss-module__fyCyVW__text h3,.styles-module-scss-module__fyCyVW__text p h2,.styles-module-scss-module__fyCyVW__text p h3{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding:20px 0}
.styles-module-scss-module__idHoIW__container{padding:120px 0 96px}@media screen and (max-width:1024px){.styles-module-scss-module__idHoIW__container{padding:40px 16px 64px}}.styles-module-scss-module__idHoIW__title{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:74px}@media screen and (max-width:1024px){.styles-module-scss-module__idHoIW__title{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}}.styles-module-scss-module__idHoIW__text,.styles-module-scss-module__idHoIW__text p{color:var(--gray-600);font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px}.styles-module-scss-module__idHoIW__text h2,.styles-module-scss-module__idHoIW__text p h2{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding:20px 0}.styles-module-scss-module__idHoIW__text a,.styles-module-scss-module__idHoIW__text p a{font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px;text-decoration:underline;display:inline-block}
.styles-module-scss-module__sOReBq__container{padding:120px 0 96px}@media screen and (max-width:1024px){.styles-module-scss-module__sOReBq__container{padding:40px 16px 64px}}.styles-module-scss-module__sOReBq__title{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:74px}@media screen and (max-width:1024px){.styles-module-scss-module__sOReBq__title{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}}.styles-module-scss-module__sOReBq__text,.styles-module-scss-module__sOReBq__text p{color:var(--gray-600);font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px}.styles-module-scss-module__sOReBq__text h2,.styles-module-scss-module__sOReBq__text p h2{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding:20px 0}.styles-module-scss-module__sOReBq__text a,.styles-module-scss-module__sOReBq__text p a{font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:16px;text-decoration:underline}
.styles-module-scss-module__gGgnKG__container{padding:120px 0 96px}@media screen and (max-width:1024px){.styles-module-scss-module__gGgnKG__container{width:calc(100% - 32px);padding:40px 16px 64px}}.styles-module-scss-module__gGgnKG__title{color:var(--gray-950);font-weight:var(--font-weight-medium);font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:12px}@media screen and (max-width:1024px){.styles-module-scss-module__gGgnKG__title{font-size:1.5rem;line-height:2rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}}.styles-module-scss-module__gGgnKG__header{align-items:center;gap:4px;margin-bottom:40px;display:flex}.styles-module-scss-module__gGgnKG__subTitle{color:var(--gray-950);font-weight:var(--font-weight-regular);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.styles-module-scss-module__gGgnKG__link{color:var(--accent-1-950);font-weight:var(--font-weight-medium);font-size:1rem;line-height:1.5rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;text-decoration:underline}.styles-module-scss-module__gGgnKG__footer{flex-direction:column;gap:24px;max-width:50%;display:flex}@media screen and (max-width:1024px){.styles-module-scss-module__gGgnKG__footer{max-width:100%}}
.styles-module-scss-module__w168Pq__container{padding:120px 0 96px}@media screen and (max-width:1024px){.styles-module-scss-module__w168Pq__container{padding:40px 16px 64px}}.styles-module-scss-module__w168Pq__title{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:2.25rem;line-height:2.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:74px}@media screen and (max-width:1024px){.styles-module-scss-module__w168Pq__title{font-size:1.875rem;line-height:2.375rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin-bottom:40px}}.styles-module-scss-module__w168Pq__text,.styles-module-scss-module__w168Pq__text p{color:var(--gray-600);font-weight:var(--font-weight-regular);margin-bottom:16px}.styles-module-scss-module__w168Pq__text strong,.styles-module-scss-module__w168Pq__text p strong{color:var(--gray-950);font-weight:var(--font-weight-semibold);display:block}.styles-module-scss-module__w168Pq__text,.styles-module-scss-module__w168Pq__text p{font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif}.styles-module-scss-module__w168Pq__text h2,.styles-module-scss-module__w168Pq__text p h2{color:var(--gray-950);font-weight:var(--font-weight-semibold);font-size:1.125rem;line-height:1.75rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;padding:20px 0}.styles-module-scss-module__w168Pq__text a,.styles-module-scss-module__w168Pq__text p a{font-weight:var(--font-weight-regular);font-size:.875rem;line-height:1.25rem;font-family:var(--font-primary),system-ui,Arial,sans-serif;margin:0 4px 16px;text-decoration:underline;display:inline-block}
.styles-module-scss-module__Qgq_aW__page{padding-top:120px;padding-bottom:20px}@media screen and (max-width:1024px){.styles-module-scss-module__Qgq_aW__page{padding-top:96px}}
/*# sourceMappingURL=c1ce1438962333d4.css.map*/