@import url("https://fonts.googleapis.com/css2?family=Boldonse&family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");:root{color-scheme:dark;--font-primary:"Boldonse",sans-serif;--font-secondary:"Sora",sans-serif;--primary-100:#e4daff;--primary-200:#dfd5fc;--primary-700:#4f19eb;--accent-500:#84f649;--accent-600:#65ee1e;--neutral-100:#fff;--neutral-300:#dfdfdf;--neutral-400:#d3d3d3;--neutral-700:#616161;--neutral-900:#212121;--bg-100:#fff;--h1:48px;--h2:36px;--h3:28px;--h4:24px;--h5:20px;--h6:18px;--b1:16px;--b2:14px;--btn1:24px;--btn2:20px;--btn3:18px;--btn4:16px;--btn5:14px;--btn6:12px;--container-max:1400px;--section-px:60px}@media screen and (max-width:767px){:root{--section-px:40px}}@media screen and (max-width:479px){:root{--section-px:30px}}*{box-sizing:border-box}html{height:100%;scroll-behavior:smooth}body{margin:0;min-height:100%;font-family:var(--font-primary);background-color:#000;color:var(--neutral-100)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}h1,h2,h3{margin:0;font-weight:400}.section-wrapper{padding:20px var(--section-px)}.container{max-width:var(--container-max);gap:20px;justify-content:flex-start;align-items:flex-start;margin-left:auto;margin-right:auto;display:flex;position:relative}.side-section{flex:none;width:32%;height:980px;position:-webkit-sticky;position:sticky;top:20px}.main-section,.side-section{gap:20px;flex-flow:column;justify-content:flex-start;align-items:flex-start;display:flex}.main-section{width:68%}.nav-section{width:100%}.side-navbar{background-color:var(--primary-700);border-radius:20px;width:100%;height:514px;overflow:hidden}.side-navbar-block{justify-content:flex-start;height:100%;padding:30px;gap:20px}.side-nav-flex-2,.side-navbar-block{flex-flow:column;align-items:flex-start;width:100%;display:flex}.side-nav-flex-2{justify-content:center}.side-nav-inner-block-1{gap:18px;justify-content:flex-start;align-items:center;text-decoration:none;display:flex}.navbar-logo{width:180px;height:auto}.nav-menu-icon{gap:5px;color:var(--primary-100);cursor:pointer;flex-flow:column;justify-content:space-between;align-items:stretch;width:30px;height:20px;display:none;position:relative}.nav-menu-icon .bar{background-color:#fff;width:100%;height:2px}.side-nav-inner-block-3{justify-content:space-between;width:100%;margin-top:40px}.side-nav-inner-block-2,.side-nav-inner-block-3{gap:20px;flex-flow:column;align-items:stretch;display:flex}.side-nav-inner-block-2{justify-content:center}.language-switcher{display:flex;gap:10px}.language-switcher-item{font-family:var(--font-primary);background:none;border:none;padding:0;cursor:pointer;color:hsla(0,0%,100%,.5);font-size:var(--btn5);letter-spacing:.05em;transition:color .3s ease}.language-switcher-item:hover{color:var(--neutral-100)}.language-switcher-item.active{color:var(--accent-500)}.nav-link{font-family:var(--font-primary);color:var(--bg-100);font-size:var(--btn2);letter-spacing:0;text-transform:uppercase;border-bottom:1px solid hsla(0,0%,100%,.15);padding-top:5px;padding-bottom:10px;font-weight:500;line-height:1em;text-decoration:none;transition:all .3s cubic-bezier(.645,.045,.355,1)}.nav-link:hover{border-bottom-color:var(--accent-600);color:var(--accent-500)}.button-primary{gap:24px;background-color:var(--accent-500);font-family:var(--font-primary);color:#000;font-size:var(--btn4);text-transform:uppercase;border-radius:0;justify-content:space-between;align-items:stretch;width:100%;padding:20px 30px;font-weight:400;line-height:1.5em;text-decoration:none;transition:all .3s cubic-bezier(.645,.045,.355,1);display:flex}.side-cta{background-color:#d9d9d9;border-radius:20px;width:100%;overflow:hidden}.side-cta-block,.side-cta-image-wrapper{flex-flow:column;width:100%;display:flex}.side-cta-image-wrapper{justify-content:flex-start;align-items:center;position:relative}.side-cta-image{object-fit:cover;aspect-ratio:1/1;width:100%}.side-cta-inner-block{background-color:var(--primary-700);align-items:flex-start;padding:60px}.link-style,.side-cta-inner-block{justify-content:flex-start;display:flex}.link-style{gap:12px;font-family:var(--font-primary);color:var(--neutral-100);font-size:var(--btn1);align-items:center;font-weight:500;line-height:1em;text-decoration:none;transition:all .3s cubic-bezier(.645,.045,.355,1)}.link-style:hover{color:var(--neutral-300)}.hero-section{background-color:var(--neutral-900);border-radius:20px;width:100%;height:980px;position:relative;overflow:hidden}.hero-video{z-index:0;object-fit:cover}.hero-overlay,.hero-video{width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.75))}.hero-block{z-index:5;padding:100px var(--section-px) 100px 100px;gap:30px;flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;display:flex;position:relative}.hero-text-1{font-family:var(--font-secondary);color:var(--neutral-100);font-size:var(--h3);letter-spacing:3px;text-transform:uppercase;line-height:1em}.text-heading-anim{flex-flow:column;width:100%;display:flex;position:relative}.blocking-text-anim{z-index:20;background-color:#85f748c2;width:100%;height:33%;position:absolute;left:auto;right:0;animation:wipeReveal .7s cubic-bezier(.76,0,.24,1) both}.blocking-text-anim._01{top:0;animation-delay:.3s}.blocking-text-anim._02{top:33%;animation-delay:.45s}.blocking-text-anim._03{top:66%;animation-delay:.6s}.hero-heading{letter-spacing:1px;text-transform:uppercase;width:100%;margin-top:0;margin-bottom:0;font-size:72px;line-height:1.4em}.hero-heading,.hero-text-2{color:var(--neutral-100);text-align:left}.hero-text-2{z-index:1;font-family:var(--font-secondary);font-size:var(--h5);letter-spacing:-.25px;text-transform:none;width:638px;font-weight:400;line-height:1em;position:relative}.hero-inner-block{width:100%;position:absolute;inset:auto auto 0 0}.hero-flex-1,.hero-inner-block{justify-content:flex-start;align-items:flex-end;display:flex}.hero-flex-1{gap:20px;background-color:#000;width:66.66%;padding-top:20px;position:relative}.hero-block-1{z-index:1;gap:24px;background-color:var(--primary-700);border-radius:20px;flex-flow:column;justify-content:flex-start;align-items:flex-start;width:50%;height:220px;padding:26px;display:flex;position:relative;opacity:0;animation:fadeUp .6s ease both}.hero-flex-1 .hero-block-1.delay-1{animation-delay:.8s}.hero-flex-1 .hero-block-1.delay-2{animation-delay:1s}.hero-text-3{font-family:var(--font-primary);color:var(--neutral-100);font-size:var(--h6);text-transform:uppercase;font-weight:400;line-height:1.4em}.hero-inner-block-1{gap:16px;flex-flow:column;justify-content:flex-start;align-items:flex-start;display:flex}.hero-inner-block-2{gap:10px;justify-content:flex-start;align-items:center;display:flex}.hero-dot{background-color:var(--neutral-100);width:5px;height:5px}.hero-text-4{font-family:var(--font-secondary);color:var(--neutral-100);font-size:var(--h6);line-height:1em}.hero-corner-1,.hero-corner-2,.hero-corner-3,.hero-corner-4{width:20px;height:20px;position:absolute}.hero-corner-1{background-color:transparent;border-bottom-left-radius:20px;inset:-20px auto auto 0;box-shadow:-20px 20px 0 20px #000}.hero-corner-2{background-color:transparent;border-bottom-right-radius:20px;border-bottom-left-radius:0;inset:-20px 0 auto auto;box-shadow:20px 20px 0 20px #000}.hero-flex-2{z-index:1;background-color:#000;border-top-left-radius:20px;justify-content:flex-start;align-items:flex-start;width:33.33%;padding-top:20px;padding-left:20px;display:flex;position:relative;animation:slideRotateInRight .9s cubic-bezier(.16,1,.3,1) both;animation-delay:.1s}.hero-image-wrapper{z-index:1;border-radius:20px;width:100%;height:304px;position:relative;overflow:hidden}.hero-image{object-fit:cover;width:100%;height:100%}.hero-link{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.6);border-radius:100%;justify-content:center;align-items:center;width:44px;height:44px;margin-left:auto;margin-right:auto;text-decoration:none;display:flex;position:absolute;inset:45% 0 0}.play-icon{width:20px;height:20px}.hero-corner-3{box-shadow:-20px -20px 0 20px transparent;background-color:#000;border-top-left-radius:20px;inset:0 auto auto 0}.hero-corner-4{background-color:transparent;border-top-left-radius:0;border-bottom-right-radius:20px;inset:-20px 0 auto auto;box-shadow:20px 20px 0 20px #000}.about-section{width:100%}.about-block,.about-inner-block-1{gap:20px;flex-flow:column;width:100%;display:flex}.about-inner-block-1{justify-content:flex-start;align-items:flex-start;padding:60px 20px 20px}.label-style{font-family:var(--font-secondary);color:var(--accent-500);font-size:var(--h5);text-transform:uppercase;line-height:1em}.about-flex-1{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.about-heading{font-size:var(--h3);text-transform:uppercase;width:438px;margin-top:0;margin-bottom:0}.about-heading,.about-text-block{color:var(--bg-100);line-height:1.4em}.about-text-block{font-family:var(--font-secondary);font-size:var(--h6);text-align:right;width:320px}.about-inner-block-2{gap:20px;width:100%;height:710px;display:flex;overflow:visible}.about-flex-2{gap:20px;width:50%}.about-flex-2,.about-item{flex-flow:column;height:100%;display:flex}.about-item{background-color:var(--bg-100);border-radius:20px;flex:1 1;justify-content:space-between;align-items:flex-end;width:100%;padding:20px 40px 40px;transition:all .5s cubic-bezier(.645,.045,.355,1);box-shadow:0 2px 8px 11px rgba(0,0,0,.09)}.about-item.reveal-init{opacity:0;transform:translateY(32px)}.about-item.reveal-init.is-visible{opacity:1;transform:translateY(0);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),background-color .5s cubic-bezier(.645,.045,.355,1),padding .5s cubic-bezier(.645,.045,.355,1)}.about-item:hover{background-color:var(--primary-700);padding-top:60px;padding-bottom:60px}.about-item-block{flex-flow:column;justify-content:flex-start;align-self:flex-end;align-items:flex-end;display:flex}.about-item-title{color:var(--neutral-900);font-size:var(--h5);text-align:right;text-transform:uppercase;font-weight:700;line-height:1.4em}.about-item:hover .about-item-text,.about-item:hover .about-item-title{color:var(--neutral-100)}.about-item-text{font-family:var(--font-secondary);color:var(--neutral-700);font-size:var(--b1);text-align:right;width:90%;margin-top:20px;padding-top:0;font-weight:300;line-height:1.3em;overflow:hidden}.about-icon-grid{width:100px;height:auto}.schedule-section{width:100%}.schedule-block,.schedule-inner-block-1{gap:20px;flex-flow:column;width:100%;display:flex}.schedule-inner-block-1{justify-content:flex-start;align-items:center;padding:60px 20px 20px}.schedule-heading{color:var(--bg-100);font-size:var(--h3);text-align:center;text-transform:uppercase;margin-top:0;margin-bottom:0;line-height:1.2em}.schedule-inner-block-2{gap:20px;flex-flow:column;display:flex}.schedule-item{gap:20px;width:100%;text-decoration:none;display:flex}.schedule-item.reveal-init{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.schedule-item.reveal-init.is-visible{opacity:1;transform:translateY(0)}.schedule-flex-1{background-color:var(--accent-500);font-family:var(--font-secondary);color:var(--neutral-900);font-size:var(--h4);text-align:center;text-transform:uppercase;border-radius:20px;flex-flow:column;justify-content:center;align-items:stretch;width:23%;padding:30px;line-height:1em;display:flex}.schedule-date{font-family:var(--font-primary);font-size:var(--h5);letter-spacing:1px;width:100%;transform:rotate(-90deg)}.schedule-flex-2{gap:36px;background-color:var(--primary-700);font-family:var(--font-secondary);border-radius:20px;flex-flow:column;justify-content:flex-start;align-items:center;width:77%;padding:30px;display:flex;overflow:hidden}.schedule-flex-3{justify-content:space-between;align-items:center;width:100%;display:flex}.schedule-item-title{font-family:var(--font-primary);color:var(--bg-100);font-size:var(--h6);text-transform:uppercase;font-weight:700;line-height:1.3em}.arrow-icon{color:var(--neutral-900);justify-content:center;align-items:center;width:25px;height:25px;display:block;position:relative}.arrow-icon .top-line{background-color:#000;width:70%;height:2px;margin-top:-2px;margin-left:auto;margin-right:0}.arrow-icon .bottom-line{background-color:#000;width:2px;height:70%;margin-left:auto}.arrow-icon .diagonal-line{background-color:#000;width:2px;height:33px;margin-left:auto;margin-right:auto;position:absolute;top:-6px;left:0;right:0;transform:rotate(47deg)}.arrow-icon .bottom-line.white,.arrow-icon .diagonal-line.white,.arrow-icon .top-line.white{background-color:#fff}.schedule-item-summary{font-family:var(--font-secondary);color:var(--primary-100);font-size:var(--b1);font-weight:400;line-height:1.4em;text-transform:none;text-align:left;width:100%}.schedule-item-line{background-color:var(--neutral-400);opacity:.5;width:100%;height:1px}.schedule-item-source{gap:6px;font-family:var(--font-secondary);color:var(--neutral-100);font-size:var(--btn3);text-transform:uppercase;font-weight:600;letter-spacing:.5px;justify-content:flex-start;align-items:center;width:100%;display:flex}.schedule-item-source-label{color:var(--primary-100);font-weight:400}.testimonial-section{width:100%}.testimonial-block{flex-flow:column;width:100%;display:flex}.testimonial-inner-block-1{justify-content:flex-start;align-items:stretch;height:800px;display:flex}.testimonial-flex-2{gap:20px;flex-flow:row;justify-content:flex-start;align-items:flex-start;width:60%;height:100%;display:flex}.testimonial-image-wrapper{border-top-left-radius:20px;border-bottom-left-radius:20px;width:40%;height:100%;display:flex;position:relative;overflow:hidden}.testimonial-image{object-fit:cover;flex:none;width:100%;height:100%;transform:scale(1.35) rotate(-6deg);transform-origin:60% 40%}.testimonial-flex-3{gap:40px;background-color:var(--bg-100);border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:0;flex-flow:column;justify-content:center;align-items:flex-end;width:60%;padding:60px;display:flex}.testimonial-text-1{font-family:var(--font-secondary);color:var(--neutral-700);font-size:var(--h5);text-transform:uppercase;line-height:1em}.testimonial-text-2{font-family:var(--font-primary);color:var(--primary-700);font-size:var(--h1);text-align:right;text-transform:uppercase;width:100%;font-weight:700;line-height:1.4em}.testimonial-line{background-color:var(--neutral-300);width:100%;height:1px}.testimonial-item-block{gap:48px;flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.testimonial-item-value{font-family:var(--font-primary);color:var(--neutral-900);font-size:var(--h5);text-align:right;text-transform:uppercase;width:100%;font-weight:600;line-height:1.6em}.testimonial-item-author{font-family:var(--font-secondary);color:var(--neutral-700);font-size:var(--h6);text-align:right;align-self:flex-end;font-weight:400;line-height:1.3em}.testimonial-slide-nav{justify-content:center;align-items:center;display:flex;gap:12px}.testimonial-dot{width:14px;height:14px;border-radius:999px;background:rgba(33,33,33,.16)}.testimonial-dot.active{background:var(--primary-700)}.testimonial-inner-block-2{justify-content:flex-start;align-items:flex-end;width:100%;margin-top:20px;display:flex}.testimonial-flex-1{gap:20px;flex-flow:column;width:40%;height:100%;padding-top:20px;padding-right:20px;display:flex}.testimonial-item-1,.testimonial-item-2{gap:20px;background-color:var(--bg-100);border-radius:20px;flex-flow:column;justify-content:center;align-items:center;width:100%;padding:40px 30px;display:flex}.testimonial-item-1{height:220px}.testimonial-item-text-1{color:var(--primary-700);text-align:center;font-size:50px;font-weight:700;line-height:1em}.testimonial-item-text-2{font-family:var(--font-secondary);color:var(--neutral-700);font-size:var(--h5);text-align:center;text-transform:uppercase;align-self:flex-end;width:100%;font-weight:400;line-height:1em}.testimonial-item-text-3,.testimonial-item-text-4{color:var(--primary-700);font-size:var(--h2);text-transform:uppercase;font-weight:700;line-height:1em}.testimonial-item-text-3{text-align:center;align-self:flex-end;width:100%}.testimonial-item-text-5{font-family:var(--font-secondary);color:var(--neutral-700);font-size:var(--h5);text-align:center;text-transform:uppercase;font-weight:400;line-height:1em}.testimonial-item-3,.testimonial-item-4{flex-flow:column;width:50%;height:450px;padding:30px;display:flex;border-radius:20px}.testimonial-item-3{gap:122px;background-color:var(--primary-700);justify-content:flex-start;align-items:flex-start}.testimonial-item-4{gap:148px;background-color:var(--accent-600);justify-content:flex-end;align-items:flex-end}.testimonial-item-text-6{color:var(--bg-100)}.testimonial-item-text-6,.testimonial-item-text-7{font-family:var(--font-primary);font-size:var(--h5);text-transform:uppercase;font-weight:400;line-height:1.5em}.testimonial-item-text-7{color:var(--neutral-900);text-align:right}.cta-section{padding-right:var(--section-px);padding-bottom:20px;padding-left:var(--section-px)}.cta-section.reveal-init{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1)}.cta-section.reveal-init.is-visible{opacity:1;transform:translateY(0)}.cta-container{max-width:var(--container-max)}.cta-block,.cta-cube{gap:20px;width:100%;display:flex}.cta-cube{background-color:var(--accent-600);border-radius:20px;flex-flow:column;justify-content:center;align-items:center;height:100%;padding:30px;transition:background-color .3s ease}.cta-cube:hover{background-color:var(--bg-100)}.cta-text-1{color:var(--primary-700);font-size:var(--h2)}.cta-text-1,.cta-text-2{text-align:center;text-transform:uppercase;width:100%;font-weight:700;line-height:1.4em}.cta-text-2{color:var(--neutral-900);font-size:var(--h4);align-self:flex-end}.cta-image{object-fit:cover;width:100%;height:100%;border-radius:20px}.footer-section{padding-right:var(--section-px);padding-bottom:20px;padding-left:var(--section-px)}.footer-container{max-width:var(--container-max)}.footer-block{gap:20px;border-radius:20px;width:100%;padding:0;display:flex}.footer-block-2,.footer-block-3{flex-flow:column;justify-content:flex-start;align-items:flex-start;padding:40px;border-radius:20px;display:flex}.footer-block-2{gap:50px;background-color:var(--primary-700);width:40%}.footer-block-3{gap:60px;background-color:var(--accent-500);width:58%}.footer-text-1{font-family:var(--font-primary);color:var(--bg-100);font-size:var(--h3);text-transform:uppercase;font-weight:400;line-height:1.4em}.footer-text-1._2nd{color:var(--neutral-900)}.footer-text-1.socmed-label{font-family:var(--font-secondary)}.footer-inner-block-1{gap:15px;flex-flow:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.footer-link{font-family:var(--font-secondary);color:var(--neutral-100);font-size:var(--btn2);text-transform:uppercase;border-bottom:1px solid hsla(0,0%,100%,.15);width:100%;padding-top:5px;padding-bottom:10px;font-weight:400;line-height:1em;text-decoration:none;transition:all .3s cubic-bezier(.645,.045,.355,1)}.footer-link:hover{border-bottom-color:var(--accent-600);color:var(--accent-600)}.footer-link._2nd{font-family:var(--font-secondary);color:var(--neutral-900);font-size:var(--h4);letter-spacing:-1px;border-bottom:1px solid rgba(0,0,0,.15);width:100%;padding-bottom:10px;text-decoration:none}.footer-link._2nd:hover{border-bottom-color:var(--primary-700);color:var(--primary-700)}.footer-text-2{font-family:var(--font-secondary);color:var(--primary-200);font-size:var(--b2);margin-top:80px;line-height:1em}.footer-inner-block-2{gap:20px;flex-flow:column;align-items:flex-start;width:100%}.footer-inner-block-2,.footer-link-2{justify-content:flex-start;display:flex}.footer-link-2{gap:10px;font-family:var(--font-secondary);color:var(--bg-100);font-size:var(--btn2);align-items:center}@keyframes slideRotateInLeft{0%{transform:translate3d(-200px,0,0) rotate(-45deg)}to{transform:translateZ(0) rotate(0deg)}}@keyframes slideRotateInRight{0%{transform:translate3d(200px,0,0) rotate(45deg)}to{transform:translateZ(0) rotate(0deg)}}@keyframes wipeReveal{0%{width:100%}to{width:0}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.nav-section{animation:slideRotateInLeft .9s cubic-bezier(.16,1,.3,1) both}@media screen and (max-width:991px){.container{flex-flow:column}.side-section{flex-flow:row;width:100%;height:auto;position:static}.main-section{width:100%}.side-navbar{height:auto}.side-navbar-block{padding:20px}.navbar-logo{width:110px}.button-primary,.nav-link{font-size:var(--btn4)}.button-primary{gap:12px;padding:16px 20px 16px 30px}.side-cta{display:none}.side-cta-inner-block{padding:40px}.link-style{font-size:var(--btn3)}.nav-menu-icon{display:flex}.hero-section{height:860px}.hero-block{padding-left:60px}.hero-text-1{font-size:var(--h6);text-align:left;width:100%}.hero-heading{text-align:left;width:100%;font-size:42px}.hero-text-2{font-size:var(--b1);width:508px}.hero-block-1{gap:20px;width:100%;padding:20px}.hero-text-3{font-size:var(--b2)}.hero-text-4{font-size:var(--btn6)}.side-nav-inner-block-3{gap:48px;margin-top:0;overflow:clip}.side-nav-flex-2{flex-flow:row;justify-content:space-between;align-items:center;height:70px}.about-inner-block-1{gap:16px;justify-content:flex-start;align-items:center;padding-left:0;padding-right:0}.label-style{font-size:var(--h6)}.about-flex-1{gap:20px;flex-flow:column;justify-content:space-between;align-items:center}.about-heading{font-size:var(--h3);text-align:center;width:80%}.about-text-block{font-size:var(--b2);text-align:center;width:80%}.about-inner-block-2{height:640px}.about-item{padding-top:40px;padding-left:40px}.about-item-block{justify-content:flex-start;align-items:flex-start}.about-item-title{font-size:var(--h5);text-align:left}.about-item-text{font-size:var(--b2);text-align:left;width:100%}.schedule-inner-block-1{gap:16px}.schedule-heading{font-size:var(--h3)}.schedule-flex-1{font-size:var(--b1);padding-left:20px;padding-right:20px}.schedule-flex-2{gap:30px}.schedule-item-title{font-size:var(--h4)}.schedule-item-summary{font-size:var(--b2)}.schedule-item-source{gap:4px;font-size:var(--btn5)}.schedule-item-line{width:130%}.testimonial-block{justify-content:space-between}.testimonial-flex-1{flex-flow:row;width:100%;padding-right:0}.testimonial-flex-2{flex-flow:row;justify-content:center;align-items:center;width:100%;margin-top:20px}.testimonial-image-wrapper{height:650px}.testimonial-flex-3{border-bottom-left-radius:0;justify-content:center;align-items:flex-start}.testimonial-text-1{font-size:var(--h6)}.testimonial-text-2{font-size:var(--h3);text-align:left;width:100%}.testimonial-item-value{font-size:var(--h5);width:100%;font-weight:600}.testimonial-item-author{font-size:var(--b1)}.testimonial-inner-block-1{height:650px}.testimonial-inner-block-2{flex-flow:column;margin-top:20px}.testimonial-item-1{justify-content:center;align-items:flex-start}.testimonial-item-text-1{width:100%;font-size:44px}.testimonial-item-text-2{font-size:var(--b2)}.testimonial-item-2{gap:36px;flex-flow:column}.testimonial-item-text-3{font-size:var(--h3);width:100%}.testimonial-item-text-4{font-size:var(--h3)}.testimonial-item-text-5{font-size:var(--b2)}.testimonial-item-3{gap:120px}.testimonial-item-text-6{font-size:var(--b2)}.testimonial-item-4{gap:120px}.testimonial-item-text-7{font-size:var(--b2)}.cta-text-1{font-size:var(--h3);text-align:left}.cta-text-2{font-size:var(--h6);text-align:left}.footer-block{flex-flow:row-reverse wrap-reverse}.footer-block-2{width:100%}.footer-block-3{gap:30px;width:100%}.footer-text-1{font-size:var(--h4)}.footer-inner-block-1{gap:20px}.footer-link{font-size:var(--btn4)}.footer-link._2nd{font-size:var(--h5)}.footer-text-2{font-size:var(--btn6)}.footer-link-2{font-size:var(--btn5)}}@media screen and (max-width:767px){.side-section{flex-flow:column}.side-nav-inner-block-2{margin-top:40px}.nav-link{font-size:var(--btn3)}.button-primary{gap:16px}.side-cta-inner-block{justify-content:center;align-items:flex-start;padding-top:30px;padding-bottom:30px}.hero-section{height:830px}.hero-block{padding-top:40px;padding-bottom:40px;padding-left:40px}.hero-text-1{font-size:var(--b1);text-align:left}.hero-heading{width:360px;font-size:32px}.hero-text-2{font-size:var(--b2);width:356px}.hero-inner-block{flex-flow:column;justify-content:flex-start;align-items:flex-start}.hero-flex-1{width:100%}.hero-block-1{justify-content:center;align-items:flex-start}.hero-text-3{font-size:var(--b1)}.hero-inner-block-1{gap:12px}.hero-text-4{font-size:var(--b2)}.hero-flex-2{width:100%;padding-left:0}.hero-image-wrapper{height:228px}.hero-corner-3,.hero-corner-4{display:none}.side-nav-inner-block-3{gap:40px;margin-top:0;padding-top:0;overflow:hidden}.label-style{font-size:var(--b1)}.about-flex-1{gap:12px;flex-flow:column;justify-content:flex-start}.about-heading{width:100%}.about-text-block{text-align:center;width:100%}.about-inner-block-2{height:620px}.about-item-text{margin-top:14px}.schedule-heading{width:100%}.schedule-item{gap:12px;flex-flow:column}.schedule-flex-1{width:100%;padding-top:20px;padding-bottom:20px}.schedule-flex-2{width:100%}.schedule-date{transform:rotate(0)}.testimonial-block{padding-top:20px}.testimonial-flex-1{flex-flow:row;width:100%;padding-bottom:20px;padding-right:0}.testimonial-flex-2{flex-flow:column;width:100%}.testimonial-image-wrapper{border-top-right-radius:20px;border-bottom-left-radius:0;justify-content:center;align-items:flex-start;width:100%;height:250px}.testimonial-image{width:100%;height:auto}.testimonial-flex-3{border-radius:0 0 20px 20px;justify-content:center;align-items:center;width:100%}.testimonial-text-1{font-size:var(--b1)}.testimonial-text-2{font-size:var(--h3);text-align:center}.testimonial-line{justify-content:center;align-items:center;display:flex}.testimonial-item-block{gap:40px;justify-content:center;align-items:center}.testimonial-item-value{text-align:center;font-weight:500}.testimonial-item-author{font-size:var(--b2);text-align:center;width:100%}.testimonial-inner-block-1{flex-flow:column;height:auto}.testimonial-inner-block-2{flex-flow:column;justify-content:flex-start;align-items:flex-start;margin-top:0}.testimonial-item-1{text-align:center;justify-content:center;align-items:center;height:250px}.testimonial-item-text-1,.testimonial-item-text-2{text-align:center;width:100%}.testimonial-item-2{gap:20px;justify-content:center;align-items:center}.testimonial-item-text-5{text-align:center;width:100%}.testimonial-item-3{gap:50px;justify-content:center;align-items:center;width:100%;height:150px}.testimonial-item-text-6{font-size:var(--h5)}.testimonial-item-4{gap:50px;justify-content:center;align-items:center;width:100%;height:150px}.testimonial-item-text-7{font-size:var(--h5);text-align:center}.cta-block{flex-flow:column}.cta-text-1{font-size:var(--h2);text-align:center}.cta-text-2{font-size:var(--h5);text-align:center}.footer-block{flex-flow:column}.footer-block-2{gap:60px;width:100%}.footer-block-3{order:-1}.footer-text-1{font-size:var(--h3)}.footer-inner-block-1{gap:10px}.footer-link{font-size:var(--btn3)}.footer-text-2{margin-top:40px}.footer-link-2{font-size:var(--btn4)}}@media screen and (max-width:479px){.navbar-logo{width:90px}.button-primary{gap:10px;font-size:var(--btn6)}.side-cta-inner-block{padding:20px}.link-style{gap:10px;font-size:var(--btn4)}.hero-section{height:930px}.hero-block{gap:20px;justify-content:flex-start;align-items:center;padding-left:30px}.hero-text-1{font-size:var(--b2);text-align:center}.hero-heading{font-size:32px}.hero-heading,.hero-text-2{text-align:center;width:100%}.hero-text-2{font-size:var(--btn6);line-height:1.3em}.hero-flex-1{flex-flow:column}.hero-block-1{justify-content:center;align-items:center;height:170px}.hero-inner-block-1{text-align:center;justify-content:flex-start;align-items:center}.label-style{font-size:var(--b1)}.about-heading{font-size:var(--h5)}.about-text-block{text-align:center}.about-inner-block-2{flex-flow:column;height:auto}.about-flex-2{width:100%}.about-item{gap:60px;text-align:center;justify-content:space-between;align-items:center;padding-left:20px;padding-right:20px}.about-item-block{justify-content:flex-start;align-items:center}.about-item-title{font-size:var(--h5);text-align:center}.about-item-text{font-size:var(--btn6);text-align:center}.schedule-heading{font-size:var(--h4);text-overflow:clip;word-break:break-all;width:auto;line-height:1.4em}.schedule-flex-1{font-size:var(--b2)}.schedule-flex-2{padding:20px}.schedule-flex-3{gap:10px;flex-flow:column;justify-content:space-between;align-items:center}.schedule-item-title{font-size:var(--h5);text-align:center;line-height:1.3em}.schedule-date{transform:rotate(0)}.testimonial-flex-1{flex-flow:column}.testimonial-image-wrapper{width:100%}.testimonial-flex-3{border-top-right-radius:0;padding-left:20px;padding-right:20px}.testimonial-text-2{font-size:var(--h5)}.testimonial-item-value{font-size:var(--b1)}.testimonial-item-author{font-size:var(--btn6)}.testimonial-item-text-3,.testimonial-item-text-6{text-align:center}.testimonial-item-4{gap:60px}.cta-text-1{font-size:var(--h4)}.cta-text-2{font-size:var(--b1)}.footer-block{padding:10px}.footer-block-2,.footer-block-3{gap:30px;padding:24px}.footer-text-1{font-size:var(--h6)}.footer-link{font-size:var(--btn5)}.footer-link._2nd{font-size:var(--b1)}.footer-text-2{line-height:1.4em}.footer-inner-block-2{gap:14px}.footer-link-2{gap:6px;font-size:var(--btn6)}}@media (prefers-reduced-motion:reduce){.blocking-text-anim,.hero-block-1,.hero-flex-2,.nav-section{animation:none!important;opacity:1!important;transform:none!important;width:0!important}.about-item,.cta-section,.schedule-item{transition:none!important;opacity:1!important;transform:none!important}}