h3.svelte-oyeafo{font-size:var(--fs-h3);font-weight:500}.courses.svelte-oyeafo{background-color:var(--c-bg);padding:var(--padY) var(--padX);padding-top:100px}.courses.svelte-oyeafo{scroll-margin-top:40px;display:flex;flex-direction:column}.courses.svelte-oyeafo>h3:where(.svelte-oyeafo){font-weight:500;width:100%;margin-bottom:20px}.courses.svelte-oyeafo span:where(.svelte-oyeafo){color:#000}.courses.svelte-oyeafo>p:where(.svelte-oyeafo){font-size:calc(16px + .0025*(100vw - 320px));color:var(--c-gray-666);width:500px}.courses.svelte-oyeafo .cards_wrapper:where(.svelte-oyeafo){display:grid;grid-template-columns:repeat(auto-fill,minmax(calc(200px + .25*(100vw - 320px)),1fr));gap:calc(12px + .0175*(100vw - 320px));margin:calc(20px + .0125*(100vw - 320px)) 0}.courses.svelte-oyeafo .card:where(.svelte-oyeafo){border-radius:var(--r-card);background-image:var(--wrapper-bg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;color:var(--c-white);display:flex;flex-direction:column;justify-content:end;min-width:calc(200px + .25*(100vw - 320px));height:var(--h-card);padding:calc(12px + .005*(100vw - 320px));overflow:hidden}.courses.svelte-oyeafo .card:where(.svelte-oyeafo) h4:where(.svelte-oyeafo){font-size:calc(20px + .005*(100vw - 320px));font-weight:500;transform:translateY(-100%);transition:.1s ease}.courses.svelte-oyeafo .card:where(.svelte-oyeafo) p:where(.svelte-oyeafo){font-size:calc(16px + .0025*(100vw - 320px));font-weight:400;display:-webkit-box;line-clamp:4;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;opacity:0;transition:.2s ease}.courses.svelte-oyeafo .content:where(.svelte-oyeafo){display:flex;flex-direction:column;justify-content:end;align-items:start;gap:12px;z-index:1;transform:translateY(90%);transition:.2s ease}.courses.svelte-oyeafo .card:where(.svelte-oyeafo):before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:var(--c-dark);background:linear-gradient(to top,rgba(0,0,0,1),transparent);opacity:.6;transition:.2s ease}.courses.svelte-oyeafo .card:where(.svelte-oyeafo):hover:before{opacity:.8;background:linear-gradient(to top,rgba(0,0,0,1),transparent)}.courses.svelte-oyeafo .card:where(.svelte-oyeafo):hover .content:where(.svelte-oyeafo){transform:translateY(0)}.courses.svelte-oyeafo .card:where(.svelte-oyeafo):hover .content:where(.svelte-oyeafo)>h4:where(.svelte-oyeafo){transform:translateY(0)}.courses.svelte-oyeafo .card:where(.svelte-oyeafo):hover .content:where(.svelte-oyeafo)>p:where(.svelte-oyeafo){opacity:1}.courses.svelte-oyeafo .card.skeleton:where(.svelte-oyeafo){background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:svelte-oyeafo-loading 1.5s infinite;pointer-events:none;opacity:.4}.courses.svelte-oyeafo .card.skeleton:where(.svelte-oyeafo)>.content:where(.svelte-oyeafo){transform:translateY(0)}.card.skeleton.svelte-oyeafo:before{display:none}.courses.svelte-oyeafo .card.skeleton:where(.svelte-oyeafo) .skeleton-title:where(.svelte-oyeafo){background:#e6e6e6;border-radius:20px;width:50%;height:24px;margin-bottom:8px}@keyframes svelte-oyeafo-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.error-state.svelte-oyeafo,.empty-state.svelte-oyeafo{grid-column:1 / -1;text-align:center;padding:40px;background:#e0e0e0;border-radius:var(--r-card);color:#666;min-height:320px;display:flex;flex-direction:column;justify-content:center;align-items:center}.retry-btn.svelte-oyeafo{margin-top:12px;padding:8px 24px;background:var(--c-dark);color:#fff;border:none;border-radius:30px;cursor:pointer;font-size:14px}.retry-btn.svelte-oyeafo:hover{opacity:.9}.show-more-container.svelte-oyeafo{display:flex;justify-content:center;margin-top:20px}.show-more-btn.svelte-oyeafo{padding:12px 32px;background:transparent;color:var(--c-dark);border:2px solid var(--c-dark);border-radius:40px;cursor:pointer;font-size:16px;font-weight:500;transition:all .2s ease}.show-more-btn.svelte-oyeafo:hover{background:var(--c-dark);color:#fff}@media(max-width:600px){.courses.svelte-oyeafo>p:where(.svelte-oyeafo){width:100%}}main.svelte-bpgxme{display:flex;flex-direction:column;background-color:var(--c-bg);scroll-behavior:smooth}.container.svelte-bpgxme{max-width:1920px;min-width:320px;margin:0 auto}h3.svelte-bpgxme{font-size:var(--fs-h3);font-weight:500}.about.svelte-bpgxme,.pluses.svelte-bpgxme,.directions.svelte-bpgxme{background-color:var(--c-bg);padding:var(--padY) var(--padX)}.welcome.svelte-bpgxme{cursor:default;overflow:hidden;height:80vh;display:flex;flex-direction:column;justify-content:center;position:relative;color:var(--c-white);padding:0 100px;border-radius:0 0 var(--r-xl) var(--r-xl);min-height:400px}.welcome.svelte-bpgxme .welcome__bg:where(.svelte-bpgxme){position:absolute;inset:0;width:100%;height:100%;z-index:0}.welcome.svelte-bpgxme:before{content:"";position:absolute;inset:0;background-color:#0d0d0d3d;z-index:1;border-radius:0 0 var(--r-xl) var(--r-xl)}.welcome.svelte-bpgxme>.content:where(.svelte-bpgxme){position:relative;z-index:2;display:flex;flex-direction:column;align-items:start;gap:40px}.welcome.svelte-bpgxme>.content:where(.svelte-bpgxme) h1:where(.svelte-bpgxme){font-size:calc(28px + .0125*(100vw - 320px));font-weight:500}.welcome.svelte-bpgxme>.content:where(.svelte-bpgxme) h2:where(.svelte-bpgxme){font-size:calc(20px + .005*(100vw - 320px));font-weight:400}@media(max-width:1200px){.welcome.svelte-bpgxme{padding:0 40px}}@media(max-width:1000px){.welcome.svelte-bpgxme{padding:0 20px;height:75vh}}@media(max-width:600px){.welcome.svelte-bpgxme{padding:0 20px;align-items:center;gap:20px;height:60vh}.welcome.svelte-bpgxme{justify-content:end}.welcome.svelte-bpgxme>.content:where(.svelte-bpgxme){padding-bottom:calc(12px + .055*(100vw - 320px));align-items:stretch}}@media(max-width:400px){.welcome.svelte-bpgxme{padding:0 12px}}.about.svelte-bpgxme{display:flex;flex-direction:column;align-items:center;gap:var(--gap-xxl);cursor:default}.about.svelte-bpgxme>h3:where(.svelte-bpgxme){font-weight:500;width:100%}.about.svelte-bpgxme p:where(.svelte-bpgxme){font-size:calc(20px + 8 * (100vw - 320px) / 1080);text-align:center;color:var(--c-dark);animation:svelte-bpgxme-blurAnim;animation-timeline:view();background-color:transparent;box-shadow:none;outline:none;opacity:.2;width:60%}.blured.svelte-bpgxme{filter:blur(8px)!important;color:#000}.last_p.svelte-bpgxme{width:fit-content;display:flex;flex-direction:column;align-items:center;position:relative}.button_container.svelte-bpgxme{animation:svelte-bpgxme-blurAnim;animation-timeline:view();opacity:.2;position:absolute;height:100%;display:flex;align-items:center}@keyframes svelte-bpgxme-blurAnim{0%,20%,to{opacity:.2;transform:scale(.96)}50%{opacity:1;transform:scale(1)}}@media(max-width:1200px){.about.svelte-bpgxme{padding-left:40px;padding-right:40px}}@media(max-width:1000px){.about.svelte-bpgxme{padding-left:20px;padding-right:20px;gap:80px}.about.svelte-bpgxme p:where(.svelte-bpgxme){width:100%}}@media(max-width:700px){.about.svelte-bpgxme{gap:40px}}@media(max-width:400px){.about.svelte-bpgxme{padding-left:12px;padding-right:12px}p.svelte-bpgxme{max-width:100%}}.pluses.svelte-bpgxme{cursor:default;position:relative}.pluses.svelte-bpgxme h3:where(.svelte-bpgxme){font-weight:500;width:100%}.pluses.svelte-bpgxme .cards__wrapper:where(.svelte-bpgxme){display:flex;justify-content:space-between;gap:calc(12px + .0175*(100vw - 320px));height:100%;align-items:center;width:100%;flex-wrap:wrap;margin-top:calc(80px + .075*(100vw - 320px));margin-bottom:calc(40px + .075*(100vw - 320px))}.pluses.svelte-bpgxme .card:where(.svelte-bpgxme){overflow:hidden;position:relative;background-color:#0d0d0d14;border-radius:var(--r-card);padding:20px;display:flex;flex-direction:column;justify-content:end;gap:12px;flex:1;min-width:280px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);aspect-ratio:1/1;max-height:calc(240px + .075*(100vw - 320px))}.pluses.svelte-bpgxme .card:where(.svelte-bpgxme)>img:where(.svelte-bpgxme){position:absolute;top:0;right:0;width:auto;height:60%}.pluses.svelte-bpgxme .card:where(.svelte-bpgxme)>h4:where(.svelte-bpgxme){color:var(--c-dark-13);font-size:calc(20px + .005*(100vw - 320px));font-weight:500}.pluses.svelte-bpgxme .card:where(.svelte-bpgxme)>p:where(.svelte-bpgxme){color:var(--c-gray-333);font-size:calc(16px + .0025*(100vw - 320px));font-weight:400;line-height:1}.bg.svelte-bpgxme{position:absolute;width:80vw;animation:svelte-bpgxme-sloganAnim ease;animation-timeline:view();opacity:.4;transform:translate(-100%)}.bg.svelte-bpgxme:nth-of-type(2){bottom:0;right:calc(20px + .0625*(100vw - 320px));top:auto}@keyframes svelte-bpgxme-sloganAnim{0%{transform:translate(-100%)}60%,to{transform:translate(0)}}.directions.svelte-bpgxme{display:flex;flex-wrap:wrap;gap:calc(12px + .0175*(100vw - 320px))}.directions.svelte-bpgxme .title:where(.svelte-bpgxme){display:flex;flex-direction:column;flex:1}.directions.svelte-bpgxme .sticky:where(.svelte-bpgxme){position:sticky;top:100px}.directions.svelte-bpgxme .sticky:where(.svelte-bpgxme)>h3:where(.svelte-bpgxme){font-weight:500;width:100%;margin-bottom:20px}.directions.svelte-bpgxme .sticky:where(.svelte-bpgxme)>p:where(.svelte-bpgxme){font-size:calc(16px + .0025*(100vw - 320px));color:var(--c-gray-666)}.directions.svelte-bpgxme span:where(.svelte-bpgxme){color:#000}.directions.svelte-bpgxme .cards_wrapper:where(.svelte-bpgxme){display:flex;flex:2;flex-wrap:wrap;gap:calc(12px + .0175*(100vw - 320px));min-width:600px}.directions.svelte-bpgxme .card:where(.svelte-bpgxme){border-radius:var(--r-card);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;color:var(--c-white);display:flex;flex-direction:column;justify-content:end;flex:1;min-width:380px;height:var(--h-card);padding:20px;overflow:hidden}.directions.svelte-bpgxme h4:where(.svelte-bpgxme){font-size:calc(20px + .005*(100vw - 320px));font-weight:500;transition:.1s ease-in-out}.directions.svelte-bpgxme .cards_wrapper:where(.svelte-bpgxme) p:where(.svelte-bpgxme){font-size:calc(12px + .005*(100vw - 320px));font-weight:400;opacity:0;transition:.2s ease}.directions.svelte-bpgxme .content:where(.svelte-bpgxme){display:flex;flex-direction:column;justify-content:end;align-items:start;gap:12px;transform:translateY(60%);transition:.2s ease}.directions.svelte-bpgxme .card:where(.svelte-bpgxme):before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:var(--c-dark);opacity:.2;transition:.2s ease}.directions.svelte-bpgxme .card:where(.svelte-bpgxme):hover:before{opacity:.6}.directions.svelte-bpgxme .card:where(.svelte-bpgxme):hover .content:where(.svelte-bpgxme){transform:translateY(0)}.directions.svelte-bpgxme .card:where(.svelte-bpgxme):hover .content:where(.svelte-bpgxme)>p:where(.svelte-bpgxme){opacity:1}@media(max-width:1400px){.directions.svelte-bpgxme .card:where(.svelte-bpgxme){min-width:280px}}@media(max-width:680px){.directions.svelte-bpgxme .cards_wrapper:where(.svelte-bpgxme){min-width:400px}.directions.svelte-bpgxme .card:where(.svelte-bpgxme){height:280px;min-width:200px;padding:12px}}@media(max-width:490px){.directions.svelte-bpgxme .cards_wrapper:where(.svelte-bpgxme){min-width:300px}.directions.svelte-bpgxme .card:where(.svelte-bpgxme){height:280px;min-width:130px}}
