@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Archivo+Black&family=Space+Grotesk:wght@300..700&display=swap";*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}a,button{cursor:revert}ol,ul,menu,summary{list-style:none}ol{counter-reset:revert}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;appearance:revert}:where(pre){all:revert;box-sizing:border-box}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert;box-sizing:border-box}::-webkit-details-marker{display:none}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}section{scroll-margin-top:140px}body{font-size:16px;font-family:Space Grotesk,Helvetica Neue,Arial,sans-serif;background-color:#f3f4f6;margin:0}img{max-width:100%;height:auto}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}p{font-size:1em;line-height:1.5;color:#01010f;letter-spacing:1.1}a{font-size:1.125em;color:#01010f;text-decoration:underline}a:hover{background-color:#e9ecf0;text-decoration:none}strong{font-weight:600}h1,h2,h3{color:#01010f;font-family:Archivo Black,Arial Black,sans-serif;font-weight:400;text-transform:uppercase;margin:0;padding:0}h1{font-size:4rem;line-height:1}h2{font-size:1.75rem;line-height:1.1;margin-bottom:20px}h3{font-family:Space Grotesk,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;line-height:1.3;font-weight:600;margin-bottom:20px}h4{font-size:1.125rem;line-height:1;color:#ff008c;font-weight:600}ul{margin:0;padding:0}ul li{list-style:none}@media only screen and (max-width:768px){h2{font-size:1.5rem;line-height:1.3}}main{position:relative}section{max-width:1200px;margin:0 auto;padding:40px;border-bottom:5px solid #05D8B0}section.two-col{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"left right";grid-gap:40px}section.two-col .left{grid-area:left}section.two-col .right{grid-area:right}section p{padding:0 0 20px}@media only screen and (max-width:768px){section.two-col{grid-template-columns:1fr;grid-gap:20px}}#privacy_policy p{font-size:1rem;line-height:1.5;padding:0 0 5px}#privacy_policy ul li{list-style-type:disc;margin:0 0 10px 40px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease-out,transform .6s ease-out}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.road_divider{max-width:1200px;margin:0 auto;padding:10px 40px 0;border-bottom:5px solid #01010F;overflow:hidden}.road_divider #road_car{display:block;width:70px;height:auto;will-change:transform}@media only screen and (max-width:768px){.road_divider{padding:10px 20px 0}.road_divider #road_car{width:50px}}.btn{display:inline-block;padding:10px 20px;background-color:#fff;border:2px solid #01010F;box-shadow:4px 4px #01010f;font-weight:600;transition:box-shadow .15s ease,transform .15s ease}.btn:hover{background-color:#fff;box-shadow:2px 2px #01010f;transform:translate(2px,2px)}a.btn_cta{position:relative;display:inline-block;background-color:#41fecf;border:2px solid #01010F;color:#01010f;padding:10px 20px;font-size:1.125rem;text-decoration:none;font-weight:500}a.btn_cta:before,a.btn_cta:after{content:"";position:absolute;width:100%;height:100%;transition:top .15s ease-out,left .15s ease-out}a.btn_cta:before{background-color:#ff008c;top:-5px;left:5px;z-index:-1;mix-blend-mode:multiply}a.btn_cta:after{background-color:#e7ff00;top:7px;left:-7px;z-index:-1}a.btn_cta:hover,a.btn_cta:active{border-color:#05d8b0}a.btn_cta:hover:before,a.btn_cta:active:before{top:-2px;left:2px}a.btn_cta:hover:after,a.btn_cta:active:after{top:2px;left:-2px}header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 20px 0 0;background-color:#41fecf;border-bottom:2px solid #33363B}header .logo{display:block;line-height:0;padding:10px 0 10px 20px}header .logo:hover{background:none}header .logo img{display:block;height:100px;width:auto}header nav li{display:inline-block;margin:0 0 0 20px}header nav li a.btn{font-size:.875rem;text-decoration:none;padding:8px 16px;box-shadow:3px 3px #01010f}header nav li a.btn:hover{box-shadow:1px 1px #01010f}header nav li:last-child a.btn{background-color:#01010f;color:#fff}header nav li:last-child a.btn:hover{background-color:#01010f}header #nav_toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;background:none;border:2px solid #01010F;cursor:pointer}header #nav_toggle span{display:block;height:3px;width:100%;background-color:#01010f;transition:transform .2s ease,opacity .2s ease}@media only screen and (max-width:768px){header #nav_toggle{display:flex}header nav{display:none;position:absolute;top:100%;left:0;right:0;background-color:#41fecf;border-bottom:2px solid #33363B;padding:10px 20px 20px}header nav li{display:block;margin:10px 0 0}header nav li a{display:block;padding:10px;font-size:1.125rem}}@media only screen and (max-width:768px){body.nav-open header nav{display:block}body.nav-open header #nav_toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}body.nav-open header #nav_toggle span:nth-child(2){opacity:0}body.nav-open header #nav_toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}#hero.hero_wrapper{align-items:center;padding-top:80px;padding-bottom:80px}#hero.hero_wrapper h1{margin-bottom:20px}#hero.hero_wrapper h1 span{color:#ff008c}#hero.hero_wrapper .hero_sub{font-size:1.25rem;line-height:1.5;max-width:34em}#hero.hero_wrapper .hero_ctas{margin-top:10px}#hero.hero_wrapper .right img{display:block;width:100%;height:auto;border:3px solid #01010F;box-shadow:10px 10px #ff008c,-10px -10px #e7ff00}@media only screen and (max-width:768px){#hero.hero_wrapper{padding:40px 20px;grid-template-areas:"left" "right"}#hero.hero_wrapper h1{font-size:2.5rem}#hero.hero_wrapper .hero_sub{font-size:1.125rem}#hero.hero_wrapper .right{padding:10px}}@media only screen and (max-width:768px){#about.about_wrapper{grid-template-areas:"right" "left";padding:0}#about.about_wrapper .right{padding:20px}}#faq details{background-color:#fff;border:2px solid #01010F;margin-bottom:10px;transition:box-shadow .15s ease-out}#faq details[open]{box-shadow:5px 5px #00eabe}#faq details[open] summary:after{content:"−"}#faq details summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 20px;font-weight:600;font-size:1.125rem;cursor:pointer}#faq details summary:after{content:"+";font-family:Archivo Black,Arial Black,sans-serif;font-size:1.5rem;color:#ff008c;flex-shrink:0}#faq details summary:hover{background-color:#f3f4f6}#faq details p{padding:0 20px 20px}@media only screen and (max-width:768px){#faq{padding:20px}}#instructor p{max-width:48em}@media only screen and (max-width:768px){#instructor{padding:20px}}#philosophy.philosophy_wrapper .left{display:grid;grid-template-rows:repeat(3,max-content);align-items:start;grid-gap:20px}#philosophy.philosophy_wrapper .left .philosophy_list ul{display:grid;grid-template-columns:repeat(5,auto);grid-gap:20px}#philosophy.philosophy_wrapper .left .philosophy_list li.step{opacity:0;transform:translateY(12px);transition:opacity .4s ease-out,transform .4s ease-out}#philosophy.philosophy_wrapper .left .philosophy_list li.step:nth-child(1){transition-delay:.15s}#philosophy.philosophy_wrapper .left .philosophy_list li.step:nth-child(2){transition-delay:.3s}#philosophy.philosophy_wrapper .left .philosophy_list li.step:nth-child(3){transition-delay:.45s}#philosophy.philosophy_wrapper .left .philosophy_list li.step:nth-child(4){transition-delay:.6s}#philosophy.philosophy_wrapper .left .philosophy_list li.step:nth-child(5){transition-delay:.75s}#philosophy.philosophy_wrapper .left .philosophy_list li{display:grid;grid-template-rows:auto auto;grid-gap:5px;justify-items:center;align-items:start;width:50px;font-weight:500;font-size:.75em;text-align:center}#philosophy.philosophy_wrapper .left .philosophy_list li .num_circle{position:relative;display:grid;justify-content:center;align-items:center;background-color:#41fecf;height:50px;width:50px;border-radius:50%;font-size:2em;font-weight:400}#philosophy.philosophy_wrapper .left .philosophy_list li .num_circle:before,#philosophy.philosophy_wrapper .left .philosophy_list li .num_circle:after{content:"";position:absolute;width:100%;height:100%;transition:top .1s ease-out,left .1s ease-out}#philosophy.philosophy_wrapper .left .philosophy_list li .num_circle:before{background-color:#ff008c;border-radius:50%;top:-2px;left:2px;z-index:-2;mix-blend-mode:multiply}#philosophy.philosophy_wrapper .left .philosophy_list li .num_circle:after{background-color:#e7ff00;border-radius:50%;top:2px;left:-2px;z-index:-4}#philosophy.is-visible .left .philosophy_list li.step{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){#philosophy .left .philosophy_list li.step{opacity:1;transform:none;transition:none}}@media only screen and (max-width:768px){#philosophy.philosophy_wrapper{grid-template-areas:"left" "right";padding:0}#philosophy.philosophy_wrapper .left{padding:20px}}#classes{display:grid;grid-template-areas:"right left";grid-gap:40px}@media only screen and (max-width:768px){#classes{padding:0;grid-template-areas:"left" "right";grid-template-columns:1fr}}#classes .left .class_list{border-top:1px solid #01010F;padding:20px 0 0}#classes .left .class{border-bottom:2px dashed #01010F;padding:0 0 10px;margin:0 0 20px}#classes .left .class .subscribe_form{margin:0 0 20px}#classes .left .class:last-child{border-bottom:none;margin-bottom:0}#classes .left .class_details{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px}#classes .left .class_details .included ul li{padding:5px 0}#classes .left .class_details .included ul li:first-child{padding:10px 0 5px}#classes .left .class_details .included ul li:before{content:"•";color:#ff008c;font-size:1rem;margin-right:10px}#classes .left .class_details .where{line-height:1.5}#classes .left .class_details .where span{display:block;text-transform:uppercase;font-size:.75em;color:#33363b}#classes .left .class_details .where a{font-weight:500}#classes .left .class_details .where a img{height:18px}#classes .left .class_details .where a:hover{background-color:#f3f4f6}#classes .left .register{margin:20px 0}@media only screen and (max-width:768px){#classes .left{padding:20px 20px 0}#classes .left .register{margin:20px 0 0}#classes .left .class_list .class{padding:0 0 20px;margin:0 0 20px}#classes .left .class_list .class:last-child{margin-bottom:0;padding:0}}#classes .right .thumbnails{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;margin-top:20px}#classes .right .thumbnails img{width:100%;height:auto;border-radius:4px}@media only screen and (max-width:768px){#classes .right .thumbnails{display:none}}#contact a{color:#ff008c}@media only screen and (max-width:768px){#contact{padding:20px}}footer{margin:40px auto;text-align:center;font-size:.85rem}footer p,footer a{font-size:.85rem}footer .top_links{display:grid;grid-template-columns:repeat(4,auto);grid-gap:20px;justify-content:center;margin:0 20px 20px}@media only screen and (max-width:768px){footer{margin:20px auto;grid-template-columns:1fr;grid-gap:10px;justify-content:left}}.mailing_list_wrapper{background-color:#41fecf}.mailing_list_wrapper #mailing_list{text-align:center}.mailing_list_wrapper #mailing_list .ml-embedded{background-color:#41fecf;width:100%}#signup{border-bottom:none;text-align:center}#signup .side-by-side{justify-content:center}#signup_form{padding:0 20px}.subscribe_form .side-by-side{display:grid;grid-template-columns:minmax(200px,300px) max-content;grid-gap:10px;margin-top:10px}.subscribe_form .side-by-side .subscribe-email{border:1px solid #01010F;background-color:#fff;padding:10px}.subscribe_form .side-by-side .subscribe-email::placeholder{color:#666;font-style:italic}.subscribe_form .subscribe-btn{background:#00e5be;color:#111;border:2px solid #111;box-shadow:4px 4px #111;font-weight:600;font-size:17px;padding:12px 24px;margin:0;cursor:pointer;transition:box-shadow .15s ease,transform .15s ease}.subscribe_form .subscribe-btn:hover{box-shadow:2px 2px #111;transform:translate(2px,2px)}.subscribe_form .subscribe-btn:disabled{opacity:.7;cursor:not-allowed}.subscribe_form .subscribe-msg{padding:10px 0 0}.subscribe_form .subscribe-msg:empty{padding:0}.subscribe_form .subscribe-msg.success{color:#01010f;font-weight:600}.subscribe_form .subscribe-msg.error{color:#ff008c;font-weight:600}.subscribe_form.compact .side-by-side{grid-template-columns:minmax(160px,240px) max-content;margin-top:0}#slide_in{position:fixed;bottom:20px;right:20px;z-index:90;width:420px;max-width:calc(100vw - 40px);padding:20px;background-color:#fff;border:2px solid #01010F;box-shadow:6px 6px #00eabe;transform:translateY(calc(100% + 40px));transition:transform .35s ease-out}#slide_in.visible{transform:none}@media(prefers-reduced-motion:reduce){#slide_in{transition:none}}#slide_in .slide_in_title{font-weight:700;font-size:1.125rem;padding-right:40px;white-space:nowrap}@media only screen and (max-width:480px){#slide_in .slide_in_title{white-space:normal}}#slide_in p{padding:0 0 10px}#slide_in #slide_in_close{position:absolute;top:5px;right:5px;width:32px;height:32px;background:none;border:none;font-size:1.5rem;line-height:1;color:#01010f;cursor:pointer}#slide_in #slide_in_close:hover{color:#ff008c}#slide_in .subscribe_form.compact .side-by-side{grid-template-columns:minmax(0,1fr) max-content}#slide_in .subscribe_form.compact .side-by-side .subscribe-email{width:100%}
