@charset "UTF-8";:root{--reach-menu-button:1}[data-reach-menu-popover],[data-reach-menu]{display:block;position:absolute}[data-reach-menu-popover][hidden],[data-reach-menu][hidden]{display:none}[data-reach-menu-items],[data-reach-menu-list]{display:block;white-space:nowrap;border:1px solid rgba(0,0,0,.25);background:rgba(255,255,255,.99);outline:none;padding:1rem 0;font-size:85%}[data-reach-menu-item]{user-select:none;cursor:pointer;display:block;color:inherit;font:inherit;text-decoration:initial;padding:5px 20px}[data-reach-menu-item][data-selected]{background:#1159a6;color:#fff;outline:none}[data-reach-menu-item][aria-disabled]{opacity:.5;cursor:not-allowed}.Toastify__toast-container{z-index:9999;position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1;flex:1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7);transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.styles__default___24HPo>div[class~=Toastify__toast]{background-color:var(--transparent);box-shadow:none;top:40px}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:inherit;font-family:inherit;line-height:inherit;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input,textarea{-webkit-appearance:none}:root{--white:#fff;--melrose:#b7c1ff;--malibu:#7387ff;--fog:#dbe0ff;--shamrock:#35d795;--shamrock-2:#2bc989;--salem:#0e8849;--thunderbird:#c92020;--thunderbird-2:#e45151;--sea-buckthorn:#f9a83a;--warning:#fef4e5;--warning-text:#663c00;--oxford-blue:#383d5b;--primary-lightest:#f4f5ff;--primary-brand-light:#b1bcff;--waikawa-gray:#555c88;--east-bay:#414877;--harp:#daeae5;--dark-gray:#4a4a4a;--gray-100:#2a2e46;--gray-80:#55586b;--gray-64:#777989;--gray-56:#888a97;--gray-40:#aaabb5;--gray-24:#bbbcc3;--gray-8:#eeeff1;--gray-4:#f7f7f8;--gray-background:#f9fafc;--background:#fafaff;--transparent:hsla(0,0%,100%,0);--background-onboarding:#05152e;--background-lilac:#f5f7fd;--background-dark:#f0f2ff;--jungle-green:#2cb57d;--eucalyptus:#249265;--san-marino:#4e5cae;--shadow-malibu:rgba(115,135,255,0.32);--shadow-shamrock:rgba(53,215,149,0.32);--concrete:#f2f2f2;--red-lightest:#fbeded;--red-light:#e18282;--red-base:#c92020;--background-light:#e3efeb;--salmon:#f7e7e5;--linear-gradient-bg:linear-gradient(rgba(56,61,91,0.64),rgba(56,61,91,0.64))}h1{font-size:40px;font-weight:300;color:var(--gray-100);line-height:1.43}h2{font-size:16px;color:var(--gray-100)}h2,h3{font-weight:600;letter-spacing:1px;line-height:1.43}h3{font-size:14px;color:var(--gray-80)}h4{font-size:14px;color:var(--gray-100)}h4,h5{font-weight:600;line-height:1.43}h5{font-size:12px;color:var(--gray-80);letter-spacing:1px}:root{--primary-outline:0 0 0 0.2rem var(--malibu);--secondary-outline:0 0 0 0.2rem var(--shamrock);--hub-header:8rem}.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}#root{min-height:inherit}@font-face{font-family:VivaBeautiful;src:local("VivaBeautiful"),url(/static/23c1ca6b4e7e99d11a56a443ab1b5f31d2962e37d620790a443e142849022be7ecbc32dcf11be689bf51c76a48551624c65cc0e8210d13ca44d3f78e79b46b91.otf) format("opentype")}body,html{background-color:var(--background);color:var(--dark-gray);font-size:62.5%;text-rendering:optimizeLegibility;min-height:100vh;font-family:Poppins,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.styles__course-tag-container___2bRkD{padding:.4rem 1.2rem;border-radius:4rem;font-size:1.4rem;font-weight:500;display:flex;justify-content:center;align-items:center;column-gap:.8rem;height:2.4rem}.styles__course-tag-container___2bRkD .styles__course-tag-icon___2Oo6D{width:1.6rem;height:1.6rem}.styles__light___3RLFz{background-color:var(--primary-lightest);color:var(--malibu)}.styles__malibu___1mBDD{background-color:var(--malibu);color:#fff}.styles__malibu___1mBDD .styles__course-tag-icon___2Oo6D{fill:#fff}.styles__default___uJa-Y{background-color:initial;color:var(--malibu)}.styles__dark___2nQpw{background-color:var(--gray-100);color:#fff}.styles__container___2BjpC{border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white)}.styles__container___2BjpC.styles__default___Ek5Zr{padding:24px}@media (min-width:160px) and (max-width:767px){.styles__container___2BjpC.styles__default___Ek5Zr{padding:16px}}.styles__container___2BjpC.styles__medium___1YpbC{padding:32px}.styles__container___2BjpC.styles__large___1hPcf{padding:40px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___2BjpC.styles__large___1hPcf{padding:24px}}.styles__button___2hZHd{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;max-height:40px;text-decoration:none;text-align:center;box-sizing:border-box;display:flex;align-items:center;justify-content:center}@media (min-width:160px) and (max-width:767px){.styles__button___2hZHd{white-space:pre;max-height:100%}}.styles__button___2hZHd .styles__loading___2-fcN{display:inline-block;border-top:2px solid var(--gray-56);border-right:2px solid var(--transparent);border-radius:50%;width:1.1em;height:1.1em;animation:styles__spin___3A83v .8s linear infinite}.styles__button___2hZHd svg{width:24px;height:24px;object-fit:contain}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__button___2hZHd svg{display:none}}@keyframes styles__spin___3A83v{to{transform:rotate(1turn)}}.styles__primary___1uto5{color:var(--gray-100);background-color:var(--melrose);border:1px solid var(--melrose)}.styles__primary___1uto5:hover{background-color:var(--fog);border:1px solid var(--fog)}.styles__primary___1uto5:focus{border:1px solid var(--gray-24);outline-color:var(--gray-24)}.styles__primary___1uto5:disabled{opacity:.5;pointer-events:none}.styles__primary___1uto5 svg{fill:var(--gray-100)}.styles__secondary___3KU54{color:var(--malibu);background-color:var(--transparent);border:1px solid var(--malibu)}.styles__secondary___3KU54:hover{background-color:rgba(115,135,255,.16)}.styles__secondary___3KU54:focus{outline-color:var(--gray-24)}.styles__secondary___3KU54:disabled{opacity:.5;pointer-events:none}.styles__secondary___3KU54 svg{fill:var(--maliu)}.styles__default___17EEm{background-color:var(--transparent);color:var(--gray-80);border:1px solid var(--gray-24)}.styles__default___17EEm:hover{background-color:rgba(42,46,70,.08)}.styles__default___17EEm:focus{outline-color:var(--gray-24)}.styles__default___17EEm:disabled{opacity:.5;pointer-events:none}.styles__default___17EEm svg{fill:var(--gray-80)}.styles__alert___1MafG{background-color:var(--transparent);color:var(--gray-100);border:1px solid var(--gray-100)}.styles__alert___1MafG:hover{background-color:rgba(42,46,70,.08)}.styles__alert___1MafG:focus{outline-color:var(--gray-24)}.styles__alert___1MafG:disabled{opacity:.5;pointer-events:none}.styles__alert___1MafG svg{fill:var(--gray-80)}.styles__small___3vT43{font-weight:500;padding:4px 8px;line-height:1.43}.styles__normal___2Q8U7{padding:8px 16px;font-weight:600;line-height:1.43;height:40px}@media (min-width:160px) and (max-width:767px){.styles__normal___2Q8U7{padding:12px 16px;height:auto}}@media (min-width:160px) and (max-width:767px){.styles__has-icon___a_BDZ{padding:8px;max-width:40px;display:flex}.styles__has-icon___a_BDZ span{display:none}}.styles__icon-only___2aq1f{padding:8px;max-width:40px}.styles__icon-only___2aq1f svg{display:block}.styles__icon-only___2aq1f span{display:none}.styles__upload-image___21LYm{padding:8px;max-width:40px}.styles__upload-image___21LYm svg{display:block}.styles__upload-image___21LYm .styles__input___XbcjV{display:none}.styles__tooltip___3jxJU{opacity:1!important;font-size:12px;font-weight:600;line-height:1.43;border-radius:4px;background-color:var(--gray-80)!important;color:var(--white)!important;padding:4px 9px;z-index:1}.styles__tooltip___3jxJU:after,.styles__tooltip___3jxJU:before{display:none;content:none}.styles__tooltip-trigger___2jAf_{position:relative;height:100%;width:40px}.styles__white-outline___1Icta{background-color:initial;color:#fff;border:.1rem solid #fff;max-width:100%}.styles__white-outline___1Icta .styles__icon___1emo_{width:2.4rem;height:2.4rem;object-fit:contain;fill:#fff;display:inline;margin-right:1.2rem}.styles__white-outline___1Icta .styles__loading___2-fcN{border-top:2px solid #fff}.styles__white-outline___1Icta span{display:inline}.styles__white-outline___1Icta.styles__disabled___2wJxa{color:var(--melrose)!important;border-color:var(--melrose)!important}.styles__white-outline___1Icta.styles__disabled___2wJxa .styles__icon___1emo_{fill:var(--melrose)!important}.styles__secondary-transparent-background___14RGE{background-color:initial;color:var(--malibu);font-size:1.4rem;line-height:2rem;font-weight:600;letter-spacing:normal;padding:0;height:auto}.styles__transparent-background-malibu-text___OEDI4{background-color:initial;font-size:14px;font-size:1.4rem;line-height:24px;line-height:2.4rem;color:var(--malibu);font-weight:500;padding:.4rem 0;text-transform:none}.styles__transparent-background-malibu-text___OEDI4:hover{color:var(--san-marino)}.styles__transparent-background-malibu-text___OEDI4:focus{box-shadow:0 0 0 4px var(--shadow-malibu)}.styles__transparent-background___3nREx{background-color:initial;border:none;text-decoration:none;color:var(--gray-100)}.styles__transparent-background___3nREx:hover{background-color:rgba(42,46,70,.08)}.styles__container___1jO3M{display:grid;position:relative;grid-template:auto 1fr/auto 1fr;grid-template-areas:"status details" ". details";grid-column-gap:16px;grid-row-gap:8px}.styles__container___1jO3M.styles__disabled___3Zjx9{cursor:not-allowed;pointer-events:none;opacity:.5}@media (min-width:160px) and (max-width:767px){.styles__container___1jO3M{align-items:start}}.styles__container___1jO3M .styles__status___3JCk_{grid-area:status;height:48px;width:48px;border:4px solid var(--gray-24);border-radius:50%;cursor:pointer;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.styles__container___1jO3M .styles__status___3JCk_.styles__video___3HAvq{background-color:var(--gray-4);border-color:var(--gray-4)}.styles__container___1jO3M .styles__status___3JCk_.styles__completed___21VAU{background-color:var(--shamrock);border-color:var(--shamrock)}.styles__container___1jO3M .styles__status___3JCk_.styles__warning___3GJRt{background-color:var(--sea-buckthorn);border-color:var(--sea-buckthorn)}.styles__container___1jO3M .styles__status___3JCk_ .styles__icon___2y53i{width:24px;height:24px;object-fit:contain}@media (min-width:160px) and (max-width:767px){.styles__container___1jO3M .styles__status___3JCk_ .styles__icon___2y53i{width:16px;height:16px}}@media (min-width:160px) and (max-width:767px){.styles__container___1jO3M .styles__status___3JCk_{height:24px;width:24px;border-width:2px}}.styles__container___1jO3M .styles__details___2Cj_O{grid-area:details;display:grid;grid-template:auto auto 1fr/auto auto;grid-template-areas:"title action" "duration action" "description description" "recordings recordings";gap:.8rem}@media (min-width:160px) and (max-width:767px){.styles__container___1jO3M .styles__details___2Cj_O{grid-template:auto auto 1fr auto/1fr;grid-template-areas:"title" "duration" "description" "action" "recordings"}}.styles__container___1jO3M .styles__details___2Cj_O .styles__title___30z2Z{grid-area:title}.styles__container___1jO3M .styles__details___2Cj_O .styles__duration___29klT{grid-area:duration;font-size:12px;color:var(--gray-56)}@media (min-width:160px) and (max-width:767px){.styles__container___1jO3M .styles__details___2Cj_O .styles__duration___29klT{margin:0}}.styles__container___1jO3M .styles__details___2Cj_O .styles__description___2TSNH{grid-area:description;font-size:14px;color:var(--gray-80);line-height:1.43;margin-top:8px}.styles__container___1jO3M .styles__details___2Cj_O .styles__action___15LIT{grid-area:action;z-index:5;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;color:var(--gray-100);background-color:var(--melrose);border:1px solid var(--melrose);padding:8px 16px;font-weight:600;text-decoration:none;display:flex;align-items:center}.styles__container___1jO3M .styles__details___2Cj_O .styles__action___15LIT:hover{background-color:var(--fog);border:1px solid var(--fog)}.styles__container___1jO3M .styles__details___2Cj_O .styles__action___15LIT:focus{border:1px solid var(--gray-24);outline-color:var(--gray-24)}.styles__container___1jO3M .styles__details___2Cj_O .styles__action___15LIT:disabled{opacity:.5;pointer-events:none}.styles__container___1jO3M .styles__details___2Cj_O .styles__disabled___3Zjx9{grid-area:action;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;border-radius:4px;overflow:hidden;text-overflow:ellipsis;cursor:pointer;color:var(--gray-100);background-color:var(--melrose);border:1px solid var(--melrose);padding:8px 16px;font-weight:600;text-decoration:none;display:flex;align-items:center;justify-content:center;text-align:center;opacity:.5;pointer-events:none;word-break:break-word;min-height:5rem;align-self:center}.styles__container___1jO3M .styles__details___2Cj_O .styles__recordings___FCtA6{display:flex;grid-area:recordings;flex-direction:column}.styles__container___1jO3M .styles__details___2Cj_O .styles__recordings___FCtA6 .styles__recording___3W6sp{font-size:12px;font-weight:600;line-height:1.58;color:var(--malibu);text-decoration:none}.styles__link___2D5Gz{position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;text-decoration:none}.styles__button___2pTW2{border-radius:4px;border:1px solid var(--gray-100);font-size:12px;font-weight:500;letter-spacing:1.5px;text-align:center;color:#2a2e46;text-decoration:none;padding:4px 8px;line-height:1.43;text-transform:uppercase}.styles__button___2pTW2:hover{background-color:rgba(42,46,70,.08)}.styles__container___1siQK{display:grid;grid-template:auto 1fr/1fr;grid-row-gap:24px}.styles__container___1siQK .styles__title___1U6-y{text-transform:uppercase}.styles__container___1siQK .styles__assignments___3LqEG{display:grid;grid-template:auto/1fr;grid-row-gap:16px}@media (min-width:160px) and (max-width:767px){.styles__container___1siQK .styles__assignments___3LqEG{grid-row-gap:8px}}.styles__container___1siQK .styles__button___3WnL-{background-color:unset;font-size:16px;font-weight:600;color:var(--gray-100);letter-spacing:1px;line-height:1.43;text-align:left;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.styles__container___1siQK .styles__button___3WnL- .styles__arrow-icon___2Mevf{grid-area:icon;height:2rem;width:2rem;fill:var(--gray-80);align-self:center;rotate:-90deg}.styles__container___1siQK .styles__button___3WnL- .styles__arrow-icon___2Mevf.styles__open___2Pde-{rotate:90deg}.styles__loader___12lNz,.styles__loader___12lNz:after{border-radius:50%}.styles__loader___12lNz{box-sizing:border-box;position:relative;text-indent:-9999em;border-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;transform:translateZ(0);animation:styles__load8___2POAp 1.1s linear infinite}@keyframes styles__load8___2POAp{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles__icon-button___4G7_F{border-radius:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.styles__icon-button___4G7_F.styles__disabled___3JA4b{cursor:not-allowed}.styles__small___1vh2C{height:1.8rem;width:1.8rem}.styles__small___1vh2C .styles__icon___3iIPX{width:1.4rem;height:1.4rem}.styles__medium___10s3o{height:2.4rem;width:2.4rem}.styles__medium___10s3o .styles__icon___3iIPX{width:2rem;height:2rem}.styles__large___CyzCX{height:3.2rem;width:3.2rem}.styles__large___CyzCX .styles__icon___3iIPX{width:2rem;height:2rem}.styles__x-large___lnRwT{height:4rem;width:4rem}.styles__x-large___lnRwT .styles__icon___3iIPX{width:2.4rem;height:2.4rem}.styles__default___1RZLr{background-color:initial}.styles__default___1RZLr .styles__icon___3iIPX{fill:#fff}.styles__dark-transparent___2v75s{background-color:initial;border:.1rem solid var(--gray-24);border-radius:.4rem}.styles__dark-transparent___2v75s .styles__icon___3iIPX{fill:var(--gray-80)}.styles__dark-transparent___2v75s:hover{background-color:var(--gray-8)}.styles__modal___2FygQ{position:absolute;outline:none}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__modal___2FygQ{left:50%;top:50%;transform:translate(-50%,-50%)}}@media (min-width:160px) and (max-width:767px){.styles__modal___2FygQ{left:8px;bottom:8px;right:8px}}.styles__overlay___2mghs{background-color:rgba(42,46,70,.68);position:fixed;top:0;right:0;left:0;bottom:0;-webkit-backdrop-filter:blur(5px);z-index:5}.styles__container___2o8bJ{box-sizing:border-box;display:grid;grid-template:auto 1fr/auto;grid-gap:32px;height:368px;width:480px}@media (min-width:160px) and (max-width:767px){.styles__container___2o8bJ{height:328px;width:304px}}.styles__container___2o8bJ .styles__header___3XO07{display:flex;justify-content:space-between;align-items:center}.styles__container___2o8bJ .styles__header___3XO07 .styles__title___3cGR1{text-transform:uppercase}.styles__container___2o8bJ .styles__header___3XO07 .styles__close___2VNTl{border:none;display:flex;justify-content:center;height:auto}.styles__container___2o8bJ .styles__header___3XO07 .styles__close___2VNTl svg{height:16px;width:16px}.styles__container___2o8bJ .styles__form___3Ct8D{display:grid;grid-template:1fr auto/1fr;grid-gap:32px}.styles__container___2o8bJ .styles__form___3Ct8D .styles__content___bVZRy{border-radius:2px;line-height:1.43;background-color:var(--gray-4);outline:none;resize:none;padding:10px 16px;box-sizing:border-box;font-size:14px;color:var(--gray-80);border:2px solid hsla(0,0%,100%,0)}.styles__container___2o8bJ .styles__form___3Ct8D .styles__submit___2fWKa{display:flex;justify-content:flex-end}.styles__container___2OG6G{display:grid;grid-template:auto 1fr/1fr auto;grid-template-areas:"title action" "intention intention";grid-row-gap:8px}@media (min-width:160px) and (max-width:767px){.styles__container___2OG6G{display:flex;flex-direction:column;align-items:flex-start}}.styles__container___2OG6G .styles__title___3nDHo{grid-area:title;line-height:1.43;text-transform:uppercase}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__container___2OG6G .styles__title___3nDHo{align-self:center}}.styles__container___2OG6G .styles__action___dk2-3{grid-area:action}@media (min-width:160px) and (max-width:767px){.styles__container___2OG6G .styles__action___dk2-3{margin-top:8px}}.styles__container___2OG6G .styles__intention___2r0xz{grid-area:intention;font-size:14px;color:var(--gray-80);line-height:1.43}@media (min-width:160px) and (max-width:767px){.styles__container___2OG6G .styles__intention___2r0xz{margin-top:8px}}.styles__class-hub___OhPx-{display:flex;flex-direction:column;align-items:flex-start}.styles__class-hub___OhPx- .styles__title___3nDHo{align-self:flex-start;text-transform:none;margin-bottom:.4rem;color:var(--gray-100)}.styles__class-hub___OhPx- .styles__action___dk2-3{margin-top:.8rem}.styles__class-hub-coaches-container___3_AIs{display:flex;flex-direction:column;row-gap:1.6rem}.styles__class-hub-coaches-container___3_AIs .styles__class-lead-by___3JdPb{font-size:1.4rem;line-height:2rem;font-weight:600}.styles__class-hub-coaches-container___3_AIs .styles__coach-card-wrapper___2wPRG{display:grid;grid-template:auto auto/auto 1fr 3.2rem 3.2rem;grid-template-areas:"picture-link name add-button mail-button" "picture-link mention add-button mail-button";column-gap:.4rem}.styles__class-hub-coaches-container___3_AIs .styles__coach-card-wrapper___2wPRG .styles__coach-link___1Tz03{grid-area:picture-link}.styles__class-hub-coaches-container___3_AIs .styles__coach-card-wrapper___2wPRG .styles__coach-link___1Tz03 .styles__coach-picture___FaXIF{width:3.2rem;height:3.2rem;border-radius:50%;align-self:center;margin-right:.4rem}.styles__class-hub-coaches-container___3_AIs .styles__coach-card-wrapper___2wPRG .styles__coach-name___UeLy5{grid-area:name;font-size:1.4rem;color:var(--gray-100);line-height:2rem}.styles__class-hub-coaches-container___3_AIs .styles__coach-card-wrapper___2wPRG .styles__coach-mention___2Y1El{grid-area:mention;font-size:1.2rem;color:var(--gray-80);line-height:1.6rem;max-width:20rem;text-overflow:ellipsis;overflow:hidden}.styles__class-hub-coaches-container___3_AIs .styles__coach-card-wrapper___2wPRG .styles__add-button___Toiu4{grid-area:add-button}.styles__class-hub-coaches-container___3_AIs .styles__coach-card-wrapper___2wPRG .styles__mail-button___QOlhA{grid-area:mail-button}.styles__button___1a0kK{display:flex;align-items:center;font-size:16px;font-size:1.6rem;font-weight:600;letter-spacing:1px;cursor:pointer;color:#fff;justify-content:center;border:none;background-color:initial;text-decoration:none}.styles__button___1a0kK .styles__icon___2uEa0{width:24px;height:24px}.styles__button___1a0kK .styles__icon___2uEa0.styles__flipped-icon___37-c5{transform:rotate(-180deg)}.styles__button___1a0kK:focus{outline:none}.styles__button___1a0kK:disabled{opacity:.5;pointer-events:none}.styles__default___37gZq{background-color:var(--shamrock)}.styles__default___37gZq:hover{background-color:var(--jungle-green)}.styles__default___37gZq:focus{box-shadow:0 0 0 4px var(--shadow-shamrock)}.styles__ghost___3bpiL{background-color:initial;border:.1rem solid var(--gray-8);color:var(--gray-80);border-radius:.8rem}.styles__ghost___3bpiL:hover{background-color:var(--gray-8)}.styles__ghost___3bpiL:focus{box-shadow:0 0 0 .4rem var(--shadow-shamrock)}.styles__transparent-gray___L0hPt{background-color:initial;font-size:1.2rem;font-weight:500;color:var(--gray-80);border:.1rem solid var(--gray-24);border-radius:.4rem}.styles__transparent-gray___L0hPt:hover{background-color:var(--gray-8)}.styles__transparent-gray___L0hPt:focus{box-shadow:0 0 0 .4rem var(--shadow-shamrock)}.styles__malibu___2bgvA{background-color:var(--malibu)}.styles__malibu___2bgvA:hover{background-color:var(--san-marino)}.styles__malibu___2bgvA:focus{box-shadow:0 0 0 4px var(--shadow-malibu)}.styles__expand-green___1g7RJ{font-weight:600;font-size:1.4rem;line-height:2.4rem;letter-spacing:.1rem;color:var(--shamrock);padding:.4rem 0}.styles__expand-green___1g7RJ .styles__icon___2uEa0{fill:var(--shamrock);width:1.6rem;margin-left:.8rem}.styles__expand-green___1g7RJ:hover{color:var(--jungle-green)}.styles__expand-green___1g7RJ:hover .styles__icon___2uEa0{fill:var(--jungle-green)}.styles__expand-green___1g7RJ:focus{box-shadow:0 0 0 .4rem var(--shadow-shamrock)}.styles__transparent___LFNiG{background-color:initial}.styles__download___1D_ix{color:var(--shamrock);font-size:14px;font-size:1.4rem;line-height:1.71;flex-direction:row-reverse}.styles__download___1D_ix .styles__icon___2uEa0{fill:var(--shamrock)}.styles__download___1D_ix:hover{color:var(--eucalyptus)}.styles__download___1D_ix:hover .styles__icon___2uEa0{fill:var(--eucalyptus)}.styles__download___1D_ix:focus{box-shadow:0 0 0 4px var(--shadow-shamrock)}.styles__more___8fBd9{color:var(--malibu);font-size:14px;font-size:1.4rem;line-height:1.71}.styles__more___8fBd9 .styles__icon___2uEa0{fill:var(--malibu)}.styles__more___8fBd9:hover{color:var(--san-marino)}.styles__more___8fBd9:hover .styles__icon___2uEa0{fill:var(--san-marino)}.styles__more___8fBd9:focus{box-shadow:0 0 0 4px var(--shadow-malibu)}.styles__more-green___2TTNv{color:var(--shamrock);font-size:14px;font-size:1.4rem;line-height:1.71}.styles__more-green___2TTNv .styles__icon___2uEa0{fill:var(--shamrock)}.styles__more-green___2TTNv:hover{color:var(--jungle-green)}.styles__more-green___2TTNv:hover .styles__icon___2uEa0{fill:var(--jungle-green)}.styles__more-green___2TTNv:focus{box-shadow:0 0 0 4px var(--shadow-shamrock)}.styles__more-purple___1uVRa{color:var(--malibu);font-weight:500;font-size:1.4rem;line-height:2.4rem;text-transform:capitalize;padding:0}.styles__more-purple___1uVRa:hover{color:var(--san-marino)}.styles__more-purple___1uVRa:focus{box-shadow:0 0 0 4px var(--shadow-malibu)}.styles__transparent-background-malibu-text___14nSL{background-color:initial;font-size:14px;font-size:1.4rem;line-height:24px;line-height:2.4rem;color:var(--malibu);font-weight:500;padding:.4rem 0;text-transform:none}.styles__transparent-background-malibu-text___14nSL:hover{color:var(--san-marino)}.styles__transparent-background-malibu-text___14nSL:focus{box-shadow:0 0 0 4px var(--shadow-malibu)}.styles__transparent-background-green-text___1ZLyh{background-color:initial;font-size:16px;font-size:1.6rem;line-height:24px;line-height:2.4rem;color:var(--shamrock);font-weight:600;padding:.4rem 0;text-transform:uppercase}.styles__transparent-background-green-text___1ZLyh:hover{color:var(--jungle-green)}.styles__transparent-background-green-text___1ZLyh:focus{box-shadow:0 0 0 4px var(--shadow-shamrock)}.styles__simple-link___2K_7M{font-weight:500;font-size:14px;font-size:1.4rem;line-height:24px;line-height:2.4rem;color:#2a2e46;color:var(--gray-100);text-decoration:none;width:auto;justify-self:flex-start;text-transform:none}.styles__melrose___23Dfx{background-color:var(--melrose);color:var(--gray-100);font-size:1.2rem;line-height:1.6rem;text-transform:uppercase}.styles__small___3_l5c{padding:4px;border-radius:4px}.styles__normal___2tXik{padding:1.6rem 2rem;border-radius:4px}.styles__big___2nUAA{height:5.6rem;border-radius:8px}.styles__minimal___FMyJf{padding:0}.styles__attachment-list___3K7DB{margin:1.6rem 0;display:flex;flex-direction:column;row-gap:1.6rem}.styles__attachment-list___3K7DB .styles__attachment-item___2c_97{display:grid;grid-template-columns:4rem 1fr auto;align-items:center;column-gap:1.2rem;font-size:1.4rem;line-height:2rem;color:var(--gray-80)}.styles__attachment-list___3K7DB .styles__attachment-item___2c_97 .styles__open-new-tab-icon___kC3O1{height:1.6rem;width:1.6rem}.styles__attachment-list___3K7DB .styles__attachment-item___2c_97 .styles__attachment-file___zbYWF{height:4rem;width:4rem;border-radius:.4rem}.styles__attachment-list___3K7DB .styles__attachment-item___2c_97 .styles__attachment-filename___2TY-_{max-width:20rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.styles__attachment-list___3K7DB .styles__attachment-item___2c_97 .styles__file-icon-wrapper___3wjKa{height:4rem;width:4rem;border-radius:.4rem;display:flex;align-items:center;justify-content:center;background-color:var(--background-dark)}.styles__attachment-list___3K7DB .styles__attachment-item___2c_97 .styles__file-icon-wrapper___3wjKa .styles__file-icon___1sH6l{width:2.4rem;height:2.4rem;fill:var(--gray-80)}.styles__resources-modal___smBsa{background-color:#fff;padding:2.4rem;border-radius:.8rem;overflow-y:auto;max-height:90vh}.styles__resources-modal-header___2JAA-{display:grid;grid-template:auto auto/1fr 1.6rem;grid-template-areas:"title close-button" "information .";font-size:1.4rem;line-height:2rem;color:var(--gray-56)}.styles__resources-modal-header-title___1Bd9A{grid-area:title;text-transform:uppercase;font-size:1.6rem;line-height:2.4rem;color:var(--gray-100);font-weight:600}.styles__resources-modal-header___2JAA- .styles__close-button___OwB55{grid-area:close-button;height:1.6rem;width:1.6rem}.styles__resources-modal-header___2JAA- .styles__close-button___OwB55 .styles__close-icon___3RzUB{fill:var(--gray-56)}.styles__card-container___1JfeL{display:grid;grid-template-columns:auto 1fr auto;column-gap:1.2rem;border-radius:.4rem;padding:1.6rem 1.6rem 1.6rem 2rem;background-color:var(--background-dark);align-items:center}.styles__card-container___1JfeL .styles__icon-wrapper___3nSup{height:3.2rem;width:3.2rem;border-radius:50%;background-color:var(--oxford-blue);display:flex;align-items:center;justify-content:center}.styles__card-container___1JfeL .styles__icon-wrapper___3nSup .styles__card-icon___309Rr{fill:#fff;height:1.6rem;width:1.6rem}.styles__card-container___1JfeL .styles__card-content___2iYTq{font-size:1.4rem;line-height:2rem;color:var(--gray-80)}.styles__card-container___1JfeL .styles__card-content___2iYTq .styles__title___3g-I-{color:var(--gray-100);font-weight:600}.styles__card-container___1JfeL .styles__arrow-icon___toneH{fill:var(--gray-80)}.styles__class-attachments-title___1sJYK{font-size:1.4rem;line-height:2rem;color:var(--gray-100);font-weight:600}.styles__attachment-quantity___1M5Ll{font-size:1.4rem;color:var(--gray-56)}.styles__view-all-button___2CbPk{padding:.8rem 1.2rem}.styles__class-participants-container___1-jB7{display:flex;flex-direction:column;row-gap:.8rem;align-items:flex-start}.styles__class-participants-container___1-jB7 .styles__class-participants-title___23c-t{font-size:1.4rem;font-weight:600;line-height:2rem}.styles__class-participants-container___1-jB7 .styles__class-participants-content___2bFEr{display:flex;align-items:center}.styles__class-participants-container___1-jB7 .styles__class-participants-content___2bFEr .styles__participant-avatar___2VC2o{height:2.4rem;width:2.4rem;min-width:2.4rem;border:.2rem solid #fff;border-radius:50%}.styles__class-participants-container___1-jB7 .styles__class-participants-content___2bFEr .styles__participant-avatar___2VC2o:not(:first-child){margin-left:-1.2rem}.styles__class-participants-container___1-jB7 .styles__class-participants-content___2bFEr .styles__participants-names___mZGIT{margin-left:.8rem;font-size:1.4rem;line-height:2rem;color:var(--gray-80)}.styles__class-participants-container___1-jB7 .styles__view-all-button___2E_RQ{margin-top:.8rem;padding:.8rem 1.2rem}.styles__card-icon___29902{fill:#fff}.styles__class-channel-container___oLvc8{padding:1.6rem 1.6rem 1.6rem 2rem;display:grid;grid-template:auto auto/auto 1fr auto;grid-template-areas:"chat-icon channel access-icon" "chat-icon channel-name access-icon";column-gap:1.2rem;background-color:var(--background-dark);border-radius:.4rem;align-items:center;font-size:1.4rem;font-weight:600;line-height:2rem;color:var(--gray-100)}.styles__class-channel-container___oLvc8 .styles__chat-icon___1Id3T{grid-area:chat-icon;height:1.6rem;width:1.6rem;fill:#fff;border-radius:50%;background-color:var(--oxford-blue);padding:1rem}.styles__class-channel-container___oLvc8 .styles__channel-name___1vZzW{font-size:1.4rem;color:var(--gray-80);font-weight:400}.styles__class-channel-container___oLvc8 .styles__access-channel-button___19L_v{grid-area:access-icon}.styles__class-channel-container___oLvc8 .styles__arrow-icon___3OKjk{fill:var(--gray-80)}.styles__hub-footer___2r4AB{display:flex;align-items:center;justify-content:center;background-color:var(--gray-background);padding-bottom:3.6rem}.styles__hub-footer___2r4AB .styles__lightyear-logo___2jg0Q{height:2.4rem;width:2.4rem}.styles__hub-footer___2r4AB .styles__link-button___1DJO5{text-transform:none;color:var(--gray-80);font-size:1.2rem;line-height:1.6rem;font-weight:400}.styles__container___3rjI-{justify-self:center}.styles__container___3rjI- .styles__loader___CIH3S{object-fit:cover;width:15rem;height:15rem}.styles__container___3rjI- .styles__loading-message___362G2{font-size:1.4rem;line-height:2rem;color:var(--gray-56);max-width:16.3rem;text-align:center;padding-top:.8rem}.styles__class-hub-details-container___QRiyX{min-height:calc(100vh - 8rem);display:flex;flex-direction:column;position:relative}.styles__class-hub-details-container___QRiyX .styles__loader-wrapper___3U2g1{display:flex;align-items:center;justify-content:center;height:calc(100vh - var(--hub-header))}.styles__class-hub-details-container___QRiyX .styles__class-hub-details-cover___me6Wv{width:100%;height:16rem;object-fit:cover}@media (min-width:160px) and (max-width:767px){.styles__class-hub-details-container___QRiyX .styles__class-hub-details-cover___me6Wv{height:13.2rem}}.styles__class-hub-details-container___QRiyX .styles__image-overlay___1jwJC{position:absolute;top:0;height:16rem;width:100%;background-color:rgba(42,46,70,.68)}@media (min-width:160px) and (max-width:767px){.styles__class-hub-details-container___QRiyX .styles__image-overlay___1jwJC{height:13.2rem}}.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi{display:grid;align-items:flex-start;flex:1;z-index:2;justify-content:center;grid-template:auto auto/48rem 29.6rem;grid-template-areas:"class-header class-header" "class-content class-details";row-gap:8.4rem;column-gap:6.4rem;padding-bottom:8rem;background-color:var(--gray-background)}@media (min-width:768px) and (max-width:1199px){.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi{padding:0 3.2rem}}@media (min-width:160px) and (max-width:767px){.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi{display:grid;grid-template-columns:1fr;grid-template-areas:"title" "details" "content";padding:0 1.6rem;row-gap:3.2rem}}.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-hub-header___280Ts{grid-area:class-header;margin-top:-12rem;display:grid;grid-template:auto auto/4rem 1fr;grid-template-areas:"button course-tag" "button course-title";column-gap:2.4rem}@media (min-width:160px) and (max-width:767px){.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-hub-header___280Ts{grid-area:title;grid-template-areas:"button course-tag" ". course-title";column-gap:1.6rem;row-gap:.8rem}}.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-hub-header___280Ts .styles__back-icon-button___1lh87{grid-area:button;align-self:center}@media (min-width:160px) and (max-width:767px){.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-hub-header___280Ts .styles__back-icon-button___1lh87{justify-self:center;height:1.6rem;width:1.6rem}}.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-hub-header___280Ts .styles__course-tag___2o_3S{grid-area:course-tag;justify-self:flex-start;padding:.4rem 1.2rem}.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-hub-header___280Ts .styles__course-title___1boHY{grid-area:course-title;color:#fff;white-space:nowrap;max-width:84rem;text-overflow:ellipsis;overflow:hidden}@media (min-width:160px) and (max-width:767px){.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-hub-header___280Ts .styles__course-title___1boHY{font-size:2.4rem;line-height:3.2rem}}.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-content___JxsMQ{grid-area:class-content;max-width:48rem;font-size:1.4rem;line-height:2rem;display:flex;flex-direction:column;row-gap:4rem;color:var(--gray-80)}@media (min-width:160px) and (max-width:767px){.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-content___JxsMQ{grid-area:content;padding-bottom:10rem}}.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-content___JxsMQ .styles__course-section___3Bq3N .styles__assignment___3TvxM{border-radius:0}.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-content___JxsMQ .styles__course-section___3Bq3N .styles__assignments-wrapper___1bMdh{row-gap:0}.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-content___JxsMQ .styles__page-loader-wrapper___3XHVS{display:flex;align-items:center;justify-content:center}.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-details___N4NrJ{grid-area:class-details;align-self:flex-start;display:flex;flex-direction:column;row-gap:4rem}@media (min-width:160px) and (max-width:767px){.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-details___N4NrJ{grid-area:details;row-gap:.4rem}.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-details___N4NrJ .styles__class-coaches___rh4bj{margin:3.6rem 0}}.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-details___N4NrJ .styles__course-intention-card___2ViS_{background-color:var(--background-lilac)}@media (min-width:160px) and (max-width:767px){.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-details___N4NrJ .styles__course-intention-card___2ViS_{margin-bottom:3.2rem}}.styles__class-hub-details-container___QRiyX .styles__content-wrapper___b2SGi .styles__class-details___N4NrJ .styles__divider___3iArV{border:.1rem solid var(--gray-24);margin:3.6rem -1.6rem .4rem}.styles__tooltip___3oet4{opacity:1!important;font-size:12px;font-weight:600;line-height:1.43;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);border-radius:4px;background-color:var(--white)!important;color:var(--gray-80)!important;padding:12px 16px}.styles__tooltip___3oet4:after,.styles__tooltip___3oet4:before{display:none;content:none}.styles__tooltip-trigger___ucMSM{position:absolute;right:-20px;transform:translate(-50%);height:100%;width:40px;display:flex;align-items:center;justify-content:center}.styles__icon___2uZ8C{fill:var(--thunderbird)}.styles__container___2e2UC{display:grid;grid-template:auto/1fr;grid-row-gap:4px}.styles__container___2e2UC .styles__tooltip-wrapper___2RLk3{position:relative;display:flex}.styles__container___2e2UC .styles__tooltip-wrapper___2RLk3 .styles__input___WJ9v6{border-radius:2px;background-color:var(--gray-4);padding:10px 16px;color:var(--gray-80);font-size:14px;border:2px solid var(--transparent);outline:none;flex:1;height:40px;box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__container___2e2UC .styles__tooltip-wrapper___2RLk3 .styles__input___WJ9v6{font-size:16px}}.styles__container___2e2UC .styles__tooltip-wrapper___2RLk3 .styles__input___WJ9v6::placeholder{color:var(--gray-24);font-size:14px;line-height:normal}.styles__container___2e2UC .styles__tooltip-wrapper___2RLk3 .styles__input___WJ9v6:hover{background-color:var(--gray-8)}.styles__container___2e2UC .styles__tooltip-wrapper___2RLk3 .styles__input___WJ9v6:focus{background-color:var(--white);border:2px solid var(--gray-8)}.styles__container___2e2UC .styles__tooltip-wrapper___2RLk3 .styles__input___WJ9v6:disabled{pointer-events:none;opacity:.5;color:var(--gray-24);background-color:var(--gray-4)}.styles__container___2e2UC .styles__tooltip-wrapper___2RLk3 .styles__input___WJ9v6:disabled:hover{opacity:.5;background-color:var(--gray-4)}.styles__container___2e2UC .styles__tooltip-wrapper___2RLk3 .styles__error___2_yzf{padding-right:36px;border:2px solid var(--thunderbird)}.styles__container___2e2UC .styles__tooltip-wrapper___2RLk3 .styles__error___2_yzf:focus{border:2px solid var(--thunderbird)}.styles__container___2e2UC .styles__tooltip-wrapper___2RLk3 .styles__end-adornment___2v_gi{height:4rem;width:4rem;fill:#fff;border-radius:.8rem;align-self:center;background-color:var(--malibu);margin-right:.8rem}.styles__container___2e2UC .styles__error-icon___1YNYk{width:16px;height:16px;fill:var(--thunderbird)}.styles__container___2e2UC .styles__label___2XsvX{text-transform:uppercase;letter-spacing:1px;color:var(--gray-80);font-size:12px;font-weight:600}.styles__container___2e2UC .styles__disabled-label___1vOr-{opacity:.5}.styles__modal___1r4p8{background-color:#fff;border-radius:8px;padding:64px;box-sizing:border-box;overflow-y:auto;max-width:600px;max-height:95vh}@media (min-width:768px) and (max-width:1199px){.styles__modal___1r4p8{padding:48px}}@media (min-width:160px) and (max-width:767px){.styles__modal___1r4p8{padding:16px 24px 48px;width:100%;max-height:100%;left:0;right:0;bottom:0;top:0;border-radius:0}}.styles__modal___1r4p8 .styles__modal-content___25KEX{display:grid;grid-template:auto/1fr;grid-row-gap:40px;row-gap:40px;align-content:start}@media (min-width:160px) and (max-width:767px){.styles__modal___1r4p8 .styles__modal-content___25KEX{height:100%;align-content:center}}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__header___3aG7e{display:flex;justify-content:space-between;align-items:center}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__header___3aG7e .styles__icon___Mfb_I{height:96px;width:96px;margin:0 auto}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__header___3aG7e .styles__title___3FpiF{font-weight:500;font-size:32px;font-size:3.2rem;line-height:40px;line-height:4rem;color:#2a2e46;color:var(--gray-100)}@media (min-width:160px) and (max-width:767px){.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__header___3aG7e .styles__title___3FpiF{font-size:20px;font-size:2rem;line-height:32px;line-height:3.2rem}}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__header___3aG7e .styles__close-button___1aqvp{background-color:initial;border:none;padding:4px;cursor:pointer;align-self:flex-start;position:absolute;top:22px;right:22px}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__header___3aG7e .styles__close-button___1aqvp .styles__close-icon___1x5IU{height:12px;width:12px;fill:#888a97;fill:var(--gray-56)}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__form___1Zpro{display:grid;grid-template:auto/1fr;grid-row-gap:32px;row-gap:32px}@media (min-width:160px) and (max-width:767px){.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__form___1Zpro{grid-row-gap:16px;row-gap:16px}}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__form___1Zpro .styles__error___269t3{color:var(--thunderbird);font-size:1.4rem;font-size:14px;flex-shrink:1}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__form___1Zpro .styles__input___hqtdZ{height:56px}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__form___1Zpro .styles__input___hqtdZ::placeholder{font-size:16px;font-size:1.6rem;line-height:28px;line-height:2.8rem}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__form___1Zpro .styles__tooltip-wrapper___DuPKm{position:relative}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__form___1Zpro .styles__tooltip-wrapper___DuPKm .styles__message___1PHS9{width:100%;height:136px;border-radius:2px;background-color:var(--gray-4);outline:none;resize:none;padding:10px 16px;box-sizing:border-box;font-size:14px;font-size:1.4rem;line-height:1.43;color:var(--gray-80);border:2px solid hsla(0,0%,100%,0)}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__form___1Zpro .styles__tooltip-wrapper___DuPKm .styles__message___1PHS9.styles__text-error___HmTkU{padding-right:36px;border:2px solid var(--thunderbird)}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__form___1Zpro .styles__tooltip-wrapper___DuPKm .styles__message___1PHS9.styles__text-error___HmTkU:focus{border:2px solid var(--thunderbird)}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__form___1Zpro .styles__tooltip-wrapper___DuPKm .styles__message___1PHS9:hover{background-color:var(--gray-8)}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__form___1Zpro .styles__tooltip-wrapper___DuPKm .styles__message___1PHS9::placeholder{font-size:16px;font-size:1.6rem;line-height:28px;line-height:2.8rem;font-weight:400;color:var(--gray-24)}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__form___1Zpro .styles__tooltip-wrapper___DuPKm .styles__message___1PHS9:focus{background-color:var(--white);border:2px solid var(--gray-8)}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__form___1Zpro .styles__tooltip-wrapper___DuPKm .styles__error___269t3{padding-right:36px;border:2px solid var(--thunderbird)}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__form___1Zpro .styles__tooltip-wrapper___DuPKm .styles__error___269t3:focus{border:2px solid var(--thunderbird)}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__form___1Zpro .styles__error-icon___kmnEB{width:16px;height:16px;fill:var(--thunderbird)}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__wrapper___29lo2{display:grid;grid-template:auto/1fr;grid-row-gap:16px;row-gap:16px}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__wrapper___29lo2 .styles__title___3FpiF{font-size:20px;font-size:2rem;font-weight:500;line-height:32px;line-height:3.2rem;color:var(--gray-100);text-align:center}.styles__modal___1r4p8 .styles__modal-content___25KEX .styles__wrapper___29lo2 .styles__paragraph___2BlME{font-size:16px;font-size:1.6rem;line-height:28px;line-height:2.8rem;color:var(--gray-80);text-align:center}.styles__header___1sNkb{background-color:initial;z-index:4}.styles__header___1sNkb.styles__fixed___1bpCc{background-color:#fff;box-shadow:0 2px 4px 0 rgba(42,46,70,.16)}.styles__header___1sNkb .styles__nav___2SXHb{max-width:144rem;margin:0 auto;display:grid;grid-template:1fr/auto 1fr auto auto;grid-gap:24px;gap:24px;justify-content:center;padding:16px 40px}.styles__header___1sNkb .styles__nav___2SXHb.styles__border___FOk-j{border-bottom:1px solid var(--gray-8)}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__header___1sNkb .styles__nav___2SXHb{padding:12px 24px}.styles__header___1sNkb .styles__nav___2SXHb.styles__extra-column___2D1H8{grid-template:1fr/auto 1fr auto auto auto}}.styles__header___1sNkb .styles__nav___2SXHb .styles__logo___1fwvc{height:40px;fill:var(--gray-100)}.styles__header___1sNkb .styles__nav___2SXHb .styles__centered___1ocJu{display:flex;align-items:center}.styles__header___1sNkb .styles__nav___2SXHb .styles__menu-options___pxR_o{display:flex;align-items:center;justify-content:flex-end}.styles__header___1sNkb .styles__nav___2SXHb .styles__menu-options___pxR_o .styles__business-modal-button___3Z6F7{text-transform:none;color:var(--gray-100)}.styles__header___1sNkb .styles__nav___2SXHb .styles__link___2X-pf{background-color:initial;color:var(--gray-100);padding:1.4rem 2.4rem;text-decoration:none;font-size:1.4rem;font-weight:600;align-self:center;text-transform:none}.styles__header___1sNkb .styles__nav___2SXHb .styles__link___2X-pf.styles__current-view-link___umybE{color:var(--shamrock)}.styles__header___1sNkb .styles__nav___2SXHb .styles__link___2X-pf.styles__courses___3Wd7w{justify-self:end}@media (min-width:160px) and (max-width:767px){.styles__header___1sNkb .styles__nav___2SXHb .styles__link___2X-pf{display:none}}@media (min-width:768px) and (max-width:1199px){.styles__header___1sNkb .styles__nav___2SXHb .styles__link___2X-pf.styles__about-us___2iasn,.styles__header___1sNkb .styles__nav___2SXHb .styles__link___2X-pf.styles__business___oICEx,.styles__header___1sNkb .styles__nav___2SXHb .styles__link___2X-pf.styles__courses___3Wd7w{display:none}}.styles__header___1sNkb .styles__nav___2SXHb .styles__link___2X-pf.styles__login___aJ0b8{justify-self:end}.styles__header___1sNkb .styles__nav___2SXHb .styles__link___2X-pf:hover{background-color:var(--gray-4);border-radius:.8rem}.styles__header___1sNkb .styles__nav___2SXHb .styles__sign-up___1Junc{text-transform:none;border-radius:.8rem;font-size:1.4rem}@media (min-width:160px) and (max-width:767px){.styles__header___1sNkb .styles__nav___2SXHb .styles__sign-up___1Junc{display:none}}.styles__header___1sNkb .styles__nav___2SXHb .styles__menu-button___30O2d{background-color:initial;border:none;padding:4px;align-self:center;justify-self:end;cursor:pointer}.styles__header___1sNkb .styles__nav___2SXHb .styles__menu-button___30O2d .styles__menu-icon___1uSrZ{fill:var(--gray-80);height:24px;width:24px}@media (min-width:1200px){.styles__header___1sNkb .styles__nav___2SXHb .styles__menu-button___30O2d{display:none}}.styles__header___1sNkb .styles__nav___2SXHb .styles__search-button___1mFy4{align-self:center;justify-self:flex-end}.styles__header___1sNkb .styles__nav___2SXHb .styles__search-button___1mFy4 .styles__search-bar-toggle-icon___37Tac{fill:var(--gray-80);height:2rem;width:2rem}.styles__header___1sNkb .styles__nav___2SXHb .styles__search-button___1mFy4.styles__close-button___2ND3v{position:absolute;top:2.2rem;right:2.2rem}@media (min-width:1200px){.styles__header___1sNkb .styles__nav___2SXHb .styles__search-button___1mFy4{display:none}}.styles__header___1sNkb .styles__nav___2SXHb .styles__user-actions___3df1q{display:grid;grid-template:1fr/auto auto;grid-column-gap:24px;column-gap:24px}.styles__header___1sNkb .styles__responsive-menu___2sX_F{display:flex;flex-direction:column;background-color:var(--white);padding:16px 0;box-sizing:border-box}@media (min-width:1200px){.styles__header___1sNkb .styles__responsive-menu___2sX_F{display:none}}@media (min-width:160px) and (max-width:767px){.styles__header___1sNkb .styles__responsive-menu___2sX_F{padding:16px 0}.styles__header___1sNkb .styles__responsive-menu___2sX_F .styles__navigation-links___3gzTC{padding:0 3.2rem}}.styles__header___1sNkb .styles__responsive-menu___2sX_F .styles__user-actions___3df1q{display:flex;flex-direction:column-reverse;margin-top:8px}.styles__header___1sNkb .styles__responsive-menu___2sX_F .styles__user-actions___3df1q .styles__login___aJ0b8{justify-content:center}.styles__header___1sNkb .styles__responsive-menu___2sX_F .styles__link___2X-pf{display:flex;justify-content:space-between;background-color:initial;color:var(--gray-100);padding:28px 32px;text-decoration:none;text-transform:uppercase;font-size:1.4rem;font-weight:600;align-items:center;width:100%;box-sizing:border-box}.styles__header___1sNkb .styles__responsive-menu___2sX_F .styles__link___2X-pf.styles__selected___4_UQR{color:var(--shamrock)}@media (min-width:160px) and (max-width:767px){.styles__header___1sNkb .styles__responsive-menu___2sX_F .styles__link___2X-pf{padding:24px 0}}.styles__header___1sNkb .styles__responsive-menu___2sX_F .styles__link___2X-pf .styles__menu-icon___1uSrZ{height:24px;width:24px}.styles__header___1sNkb .styles__closed___XwgYI{display:none}.styles__mobile-user-details___61x1o{margin-top:auto;display:grid;grid-template:auto/1fr;grid-row-gap:12px;row-gap:12px;border-top:1px solid #eeeff1;border-top:1px solid var(--gray-8);padding:2.4rem 3.2rem}.styles__mobile-user-details___61x1o .styles__simple___VANyM{font-weight:500;font-size:14px;font-size:1.4rem;line-height:24px;line-height:2.4rem;color:#55586b;color:var(--gray-80);text-decoration:none}.styles__mobile-user-details___61x1o .styles__action___3jHer{background-color:initial;border:none;text-align:left}.styles__user-wrapper___h0yb_{display:grid;grid-template:1fr/auto 1fr auto;grid-column-gap:12px;align-items:center;column-gap:12px;padding:4px 8px;box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__user-wrapper___h0yb_{grid-template:1fr/auto 1fr;padding:0;margin-bottom:12px}}.styles__user-wrapper___h0yb_ .styles__picture___1GnUl{height:40px;width:40px;border:4px solid transparent;border-radius:50%}.styles__user-wrapper___h0yb_ .styles__picture___1GnUl.styles__member___2nfiA{background-image:linear-gradient(#fff,#fff),linear-gradient(145deg,#7387ff,#bac4ff);background-origin:border-box;background-clip:content-box,border-box}.styles__user-wrapper___h0yb_ .styles__name-wrapper___3t7BL{display:grid;grid-template:auto/1fr;text-align:left}.styles__user-wrapper___h0yb_ .styles__name-wrapper___3t7BL .styles__name___nFZyj{color:#2a2e46;color:var(--gray-100)}.styles__user-wrapper___h0yb_ .styles__name-wrapper___3t7BL .styles__membership___1JMeh{color:#7387ff;color:var(--malibu)}.styles__user-wrapper___h0yb_ .styles__name-wrapper___3t7BL .styles__membership___1JMeh,.styles__user-wrapper___h0yb_ .styles__name-wrapper___3t7BL .styles__name___nFZyj{font-size:14px;font-size:1.4rem;line-height:24px;line-height:2.4rem;font-weight:500}.styles__user-wrapper___h0yb_ .styles__arrow___xwiGz{width:16px;fill:var(--gray-56);fill:#888a97;transition:transform .2s linear}@media (min-width:160px) and (max-width:767px){.styles__user-wrapper___h0yb_ .styles__arrow___xwiGz{display:none}}.styles__user-details___1Kx-a{display:grid;grid-column-gap:16px;column-gap:16px;align-items:center;grid-template:1fr/auto 1fr;position:relative}.styles__user-details___1Kx-a .styles__vertical-line___4LPOh{height:48px;width:1px;background-color:rgba(136,138,151,.24)}.styles__user-details___1Kx-a .styles__user-modal___1I6No{background-color:#fff;display:grid;grid-template:auto/1fr;z-index:4}@media (min-width:160px) and (max-width:767px){.styles__user-details___1Kx-a .styles__user-modal___1I6No{grid-row-gap:12px;row-gap:12px}}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__user-details___1Kx-a .styles__user-modal___1I6No{position:absolute;margin-top:8px;min-width:247px;top:100%;right:16px;box-shadow:0 1px 6px rgba(0,0,0,.25);border-radius:8px}.styles__user-details___1Kx-a .styles__user-modal___1I6No.styles__inactive-user-modal___3tY8i{min-width:30rem}}.styles__user-details___1Kx-a .styles__user-modal___1I6No .styles__top-content___37zsO{display:grid;grid-template:auto/1fr;grid-row-gap:10px;row-gap:10px;text-align:left;padding:20px}@media (min-width:160px) and (max-width:767px){.styles__user-details___1Kx-a .styles__user-modal___1I6No .styles__top-content___37zsO{grid-row-gap:12px;row-gap:12px;padding:0}}.styles__user-details___1Kx-a .styles__user-modal___1I6No .styles__top-content___37zsO .styles__button___1AzO5{border-radius:8px;padding:12px 20px;letter-spacing:0;line-height:24px;line-height:2.4rem}.styles__user-details___1Kx-a .styles__user-modal___1I6No .styles__top-content___37zsO .styles__link___2X-pf{color:#35d795;color:var(--shamrock);font-weight:600;font-size:1.4rem;line-height:24px;line-height:2.4rem;letter-spacing:1px;text-transform:uppercase;text-decoration:none;padding:0;text-align:center}@media (min-width:160px) and (max-width:767px){.styles__user-details___1Kx-a .styles__user-modal___1I6No .styles__top-content___37zsO .styles__link___2X-pf{text-transform:none}}.styles__user-details___1Kx-a .styles__user-modal___1I6No .styles__top-content___37zsO .styles__simple___VANyM{font-weight:500;font-size:14px;font-size:1.4rem;line-height:24px;line-height:2.4rem;color:#2a2e46;color:var(--gray-100);text-decoration:none}.styles__user-details___1Kx-a .styles__user-modal___1I6No .styles__bottom-content___1EyX_{display:grid;grid-template:auto/1fr;text-align:left;grid-row-gap:6px;row-gap:6px;border-top:1px solid var(--gray-8);padding:20px}@media (min-width:160px) and (max-width:767px){.styles__user-details___1Kx-a .styles__user-modal___1I6No .styles__bottom-content___1EyX_{grid-row-gap:12px;row-gap:12px;border:none;padding:0}}.styles__user-details___1Kx-a .styles__user-modal___1I6No .styles__bottom-content___1EyX_ .styles__simple___VANyM{font-weight:500;font-size:14px;font-size:1.4rem;line-height:24px;line-height:2.4rem;color:#2a2e46;color:var(--gray-100);text-decoration:none}.styles__user-details___1Kx-a .styles__user-modal___1I6No .styles__bottom-content___1EyX_ .styles__action___3jHer{background-color:initial;border:none;text-align:left;cursor:pointer}@media (min-width:1200px){.styles__user-details___1Kx-a .styles__right-side___2mZJD{display:none}}@media (min-width:768px) and (max-width:1199px){.styles__user-details___1Kx-a .styles__left-side___348DR{display:none}}@media (min-width:160px) and (max-width:767px){.styles__user-details___1Kx-a{grid-template:1fr/1fr}.styles__user-details___1Kx-a .styles__vertical-line___4LPOh{display:none}}.styles__user-details___1Kx-a .styles__action-button___3dw_y{background-color:initial;border:none;border-radius:8px}.styles__user-details___1Kx-a .styles__action-button___3dw_y.styles__open___2dDDI{background-color:rgba(115,135,255,.08)}.styles__user-details___1Kx-a .styles__action-button___3dw_y.styles__open___2dDDI .styles__user-wrapper___h0yb_ .styles__name___nFZyj{color:#7387ff;color:var(--malibu)}.styles__user-details___1Kx-a .styles__action-button___3dw_y.styles__open___2dDDI .styles__user-wrapper___h0yb_ .styles__arrow___xwiGz{transform:rotate(180deg);fill:#7387ff;fill:var(--malibu)}.styles__input-container___3TtdU{display:flex;flex-direction:column}.styles__input-container___3TtdU .styles__input-wrapper___5bk8W{display:flex}.styles__input-container___3TtdU .styles__input-wrapper___5bk8W .styles__input___25geW{width:100%;padding:11.5px 20px;box-sizing:border-box;border-radius:4px;background-color:#fff;font-size:14px;font-size:1.4rem;font-weight:500;line-height:1.71;outline:none;border:2px solid var(--gray-8);color:var(--gray-100)}.styles__input-container___3TtdU .styles__input-wrapper___5bk8W.styles__icon-input___yJYMQ{position:relative;display:block}.styles__input-container___3TtdU .styles__input-wrapper___5bk8W.styles__icon-input___yJYMQ .styles__input___25geW{padding-left:6rem;font-size:1.6rem;line-height:2.8rem;font-weight:400}.styles__input-container___3TtdU .styles__input-wrapper___5bk8W.styles__icon-input___yJYMQ .styles__icon___2eiWu{position:absolute;fill:var(--gray-56);top:50%;transform:translateY(-50%);left:2.6rem;width:1.6rem;height:1.6rem}.styles__input-container___3TtdU .styles__input-wrapper___5bk8W.styles__password-input___3m8Gh{position:relative}.styles__input-container___3TtdU .styles__input-wrapper___5bk8W.styles__password-input___3m8Gh .styles__input___25geW{padding-right:4.6rem}.styles__input-container___3TtdU .styles__input-wrapper___5bk8W.styles__password-input___3m8Gh .styles__show-password-button___151dJ{cursor:pointer;border:none;background-color:initial;position:absolute;top:50%;transform:translateY(-50%);right:2.175rem}.styles__input-container___3TtdU .styles__input-wrapper___5bk8W.styles__password-input___3m8Gh .styles__show-password-button___151dJ .styles__show-password-icon___2cTR0{width:1.8rem;height:1.8rem;fill:var(--gray-56)}.styles__input-container___3TtdU .styles__input-wrapper___5bk8W .styles__search-input___2ijVF{border:none;border-radius:.8rem;background-color:var(--gray-4);font-size:1.4rem}.styles__input-container___3TtdU .styles__input-wrapper___5bk8W .styles__search-input___2ijVF::placeholder{color:var(--gray-40)}.styles__input-container___3TtdU .styles__helper-text___2qRG9{font-size:1.4rem;line-height:2.4rem;color:var(--gray-56);display:flex;align-items:flex-start;padding:.4rem 0 0 .2rem}.styles__input-container___3TtdU .styles__helper-text___2qRG9 .styles__helper-icon___ZPv0s{height:1.2rem;width:1.2rem;fill:var(--gray-56);margin-right:1.067rem;margin-top:.6rem}.styles__input-container___3TtdU.styles__error___18BIy .styles__input-wrapper___5bk8W .styles__input___25geW{border-color:var(--thunderbird)}.styles__input-container___3TtdU.styles__error___18BIy .styles__helper-text___2qRG9{color:var(--thunderbird)}.styles__input-container___3TtdU.styles__error___18BIy .styles__helper-text___2qRG9 .styles__helper-icon___ZPv0s{fill:var(--thunderbird)}.styles__input-container___3TtdU.styles__no-helper-text___35Wzx{padding-bottom:2.8rem}.styles__input-container___3TtdU.styles__disabled___iZDiD{opacity:.64;cursor:not-allowed}.styles__input-container___3TtdU.styles__disabled___iZDiD .styles__input___25geW{cursor:not-allowed}.styles__input-container___3TtdU.styles__disabled___iZDiD .styles__input___25geW:hover{background-color:#fff}.styles__input-container___3TtdU.styles__disabled___iZDiD .styles__password-input___3m8Gh .styles__show-password-button___151dJ{cursor:not-allowed;opacity:.64}.styles__search-wrapper____n4cW{width:38.8rem;align-self:center}.styles__search-class-input___2uAMQ{background-color:var(--gray-4);height:4.8rem}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__search-bar-open___T02wL{position:absolute;top:1.2rem;left:1.2rem;right:6.4rem;z-index:5}}@media (min-width:160px) and (max-width:767px){.styles__search-bar-open___T02wL{top:.8rem}}.styles__modal___8y9FF{background-color:#fff;border-radius:8px;padding:64px;box-sizing:border-box;overflow-y:auto;max-width:600px;max-height:95vh}@media (min-width:768px) and (max-width:1199px){.styles__modal___8y9FF{padding:48px}}@media (min-width:160px) and (max-width:767px){.styles__modal___8y9FF{padding:16px 24px 48px;width:100%;max-height:100%;left:0;right:0;bottom:0;top:0;border-radius:0}}.styles__modal___8y9FF .styles__modal-content___hFbTV{display:grid;grid-template:auto/1fr;grid-row-gap:40px;row-gap:40px;align-content:start}@media (min-width:160px) and (max-width:767px){.styles__modal___8y9FF .styles__modal-content___hFbTV{height:100%;align-content:center}}.styles__modal___8y9FF .styles__modal-content___hFbTV .styles__header___26wEq{display:flex;justify-content:space-between;align-items:center}.styles__modal___8y9FF .styles__modal-content___hFbTV .styles__header___26wEq .styles__icon___3GIjN{height:96px;width:96px;margin:0 auto}.styles__modal___8y9FF .styles__modal-content___hFbTV .styles__header___26wEq .styles__close-button___307MK{background-color:initial;border:none;padding:4px;cursor:pointer;align-self:flex-start;position:absolute;top:22px;right:22px}.styles__modal___8y9FF .styles__modal-content___hFbTV .styles__header___26wEq .styles__close-button___307MK .styles__close-icon___3KDVv{height:12px;width:12px;fill:#888a97;fill:var(--gray-56)}.styles__modal___8y9FF .styles__modal-content___hFbTV .styles__wrapper___1X1mG{display:grid;grid-template:auto/1fr;grid-row-gap:16px;row-gap:16px}.styles__modal___8y9FF .styles__modal-content___hFbTV .styles__wrapper___1X1mG .styles__title___yA8AL{font-size:20px;font-size:2rem;font-weight:500;line-height:32px;line-height:3.2rem;color:var(--gray-100);text-align:center}.styles__modal___8y9FF .styles__modal-content___hFbTV .styles__wrapper___1X1mG .styles__paragraph___gZxLq{font-size:16px;font-size:1.6rem;line-height:28px;line-height:2.8rem;color:var(--gray-80);text-align:center}.styles__footer___3mVmQ{background-color:#fff;padding:32px 24px 72px;border-top:.1rem solid var(--gray-8)}@media (min-width:768px) and (max-width:1199px){.styles__footer___3mVmQ{padding:48px 40px 72px}}@media (min-width:1200px){.styles__footer___3mVmQ{padding:56px 40px 64px}}.styles__footer___3mVmQ .styles__content___2o5Ui{max-width:1360px;margin:0 auto;display:grid;grid-template:repeat(3,auto)/1fr;grid-gap:32px}@media (min-width:768px) and (max-width:1199px){.styles__footer___3mVmQ .styles__content___2o5Ui{grid-template:repeat(2,auto)/repeat(3,1fr);grid-gap:52px 64px}}@media (min-width:1200px){.styles__footer___3mVmQ .styles__content___2o5Ui{grid-template:auto/repeat(4,1fr);grid-gap:52px 64px}}.styles__footer___3mVmQ .styles__content___2o5Ui .styles__links___2Rhzn{display:grid;grid-template:auto 1fr/1fr;grid-gap:32px}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__footer___3mVmQ .styles__content___2o5Ui .styles__links___2Rhzn{grid-column:1/1;grid-row:1}}.styles__footer___3mVmQ .styles__content___2o5Ui .styles__links___2Rhzn .styles__logo___2hzMT{height:55px}.styles__footer___3mVmQ .styles__content___2o5Ui .styles__links___2Rhzn .styles__social-media___3WS-F{display:flex}.styles__footer___3mVmQ .styles__content___2o5Ui .styles__links___2Rhzn .styles__social-media___3WS-F .styles__social-media-link___36GJI{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:.1rem solid var(--gray-8);border-radius:.8rem;box-sizing:border-box;margin-right:16px}.styles__footer___3mVmQ .styles__content___2o5Ui .styles__links___2Rhzn .styles__social-media___3WS-F .styles__social-media-link___36GJI .styles__social-media-icon___2EqNh{width:24px;height:24px}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__footer___3mVmQ .styles__content___2o5Ui .styles__nav-section___3MGXU{grid-column:2/4;grid-row:1}}.styles__footer___3mVmQ .styles__content___2o5Ui .styles__nav-section___3MGXU .styles__nav___871GG{display:grid;grid-template:1fr/repeat(2,1fr);grid-row-gap:12px}.styles__footer___3mVmQ .styles__content___2o5Ui .styles__nav-section___3MGXU .styles__nav___871GG .styles__nav-link___1ZVPy{text-decoration:none;font-size:14px;font-size:1.4rem;font-weight:500;line-height:1.71;color:var(--gray-100)}.styles__footer___3mVmQ .styles__content___2o5Ui .styles__nav-section___3MGXU .styles__nav___871GG .styles__nav-link___1ZVPy.styles__last-link___2OfO0{grid-column:-2}.styles__footer___3mVmQ .styles__content___2o5Ui .styles__stay-up-to-date___2hDEQ{display:grid;grid-template-rows:1fr;grid-gap:16px}@media (min-width:768px) and (max-width:1199px){.styles__footer___3mVmQ .styles__content___2o5Ui .styles__stay-up-to-date___2hDEQ{grid-column:1/4;grid-template:repeat(3,auto)/repeat(3,1fr);grid-gap:14px 34px}}@media (min-width:1200px){.styles__footer___3mVmQ .styles__content___2o5Ui .styles__stay-up-to-date___2hDEQ{grid-column:4/5}}.styles__footer___3mVmQ .styles__content___2o5Ui .styles__stay-up-to-date___2hDEQ .styles__error___3f8aS{color:var(--thunderbird);font-size:1.4rem;font-size:14px;flex-shrink:1}.styles__footer___3mVmQ .styles__content___2o5Ui .styles__stay-up-to-date___2hDEQ .styles__heading___4jV9f{font-size:1.6rem;font-weight:600;color:var(--gray-100)}@media (min-width:768px) and (max-width:1199px){.styles__footer___3mVmQ .styles__content___2o5Ui .styles__stay-up-to-date___2hDEQ .styles__heading___4jV9f{grid-column:1/4}}.styles__footer___3mVmQ .styles__content___2o5Ui .styles__stay-up-to-date___2hDEQ .styles__detail___7YVHp{font-size:14px;font-size:1.4rem;line-height:1.71;color:var(--gray-56);padding-bottom:8px}@media (min-width:768px) and (max-width:1199px){.styles__footer___3mVmQ .styles__content___2o5Ui .styles__stay-up-to-date___2hDEQ .styles__detail___7YVHp{grid-column:1/4}}@media (min-width:768px) and (max-width:1199px){.styles__footer___3mVmQ .styles__content___2o5Ui .styles__stay-up-to-date___2hDEQ .styles__input-wrapper___1kYZI{grid-column:1/3}}.styles__footer___3mVmQ .styles__content___2o5Ui .styles__stay-up-to-date___2hDEQ .styles__input-wrapper___1kYZI .styles__input___1Sfl-{border-width:.1rem;border-radius:.8rem;height:5.6rem}.styles__footer___3mVmQ .styles__content___2o5Ui .styles__stay-up-to-date___2hDEQ .styles__input-wrapper___1kYZI .styles__input___1Sfl-::placeholder{color:var(--gray-40);font-weight:400}.styles__footer___3mVmQ .styles__content___2o5Ui .styles__stay-up-to-date___2hDEQ .styles__subscribe___15aHO{padding:2rem 2.8rem;width:13.6rem;text-transform:none;letter-spacing:-.01rem;border-radius:.8rem}@media (min-width:768px) and (max-width:1199px){.styles__footer___3mVmQ .styles__content___2o5Ui .styles__stay-up-to-date___2hDEQ .styles__subscribe___15aHO{grid-column:3/4}}.styles__hidden___2MIak{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.styles__modal-wrapper___1u43E{background-color:#fff;padding:1.8rem;box-shadow:0 2px 4px rgba(42,46,70,.16);display:flex;flex-direction:column;overflow-y:auto;box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__modal-wrapper___1u43E{width:100%}}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__modal-wrapper___1u43E{border-radius:8px;width:60rem}}@media (min-width:160px) and (max-width:767px){.styles__modal-wrapper___1u43E.styles__fixed-height___2o8XY{border-radius:4px}}.styles__modal-wrapper___1u43E .styles__close-button___3jUdi{background-color:#fff;cursor:pointer;padding:.4rem;align-self:flex-end;flex-shrink:0}.styles__modal-wrapper___1u43E .styles__close-button___3jUdi .styles__close-icon___2taqO{width:1.2rem;height:1.2rem;fill:var(--gray-56)}.styles__modal-wrapper___1u43E .styles__content___3Y7iX{padding:3rem 4.6rem 4.6rem;flex-shrink:0}@media (min-width:160px) and (max-width:767px){.styles__modal-wrapper___1u43E .styles__content___3Y7iX{padding:1rem .6rem 5.4rem}}.styles__modal-wrapper___1u43E.styles__has-footer___2y-kG{padding:1.8rem 0 0}.styles__modal-wrapper___1u43E.styles__has-footer___2y-kG .styles__close-button___3jUdi{margin-right:1.8rem}@media (min-width:160px) and (max-width:767px){.styles__modal-container___MfOB3{left:0;bottom:0;right:0}}@media (min-width:160px) and (max-width:767px){.styles__modal-container___MfOB3.styles__wrapper-fixed-height___38BPS{left:.8rem;bottom:.8rem;right:.8rem}}.styles__google-button___3__mc{background-color:#fff;border:.1rem solid var(--gray-8);border-radius:8px;font-weight:600;font-size:1.6rem;line-height:2.4rem;letter-spacing:.1rem;text-transform:uppercase;color:var(--malibu);width:100%;display:flex;justify-content:center;align-items:center;height:5.6rem;cursor:pointer;outline:none}.styles__google-button___3__mc:hover{background-color:var(--gray-4)}.styles__google-button___3__mc:focus{box-shadow:0 0 0 4px var(--gray-8)}.styles__google-button___3__mc .styles__icon___2SMHn{height:2rem;width:2rem;margin-right:2.4rem}.styles__google-button___3__mc.styles__disabled___2fIO-{color:var(--gray-24);border-color:var(--gray-4);cursor:not-allowed}.styles__google-button___3__mc.styles__disabled___2fIO-:hover{background-color:#fff}.styles__account-alert___17Fmm{background-color:var(--gray-4);border:.1rem solid var(--gray-8);box-sizing:border-box;border-radius:.4rem;padding:1.6rem 1.6rem 1.6rem 2rem;display:flex;align-items:flex-start}.styles__account-alert___17Fmm .styles__helper-icon___2fdMT{height:1.6rem;min-width:1.6rem;width:1.6rem;fill:var(--gray-80);margin-top:.4rem}.styles__account-alert___17Fmm .styles__alert-text___3Tl5l{font-size:1.4rem;line-height:2.4rem;color:var(--gray-80);padding-left:.8rem;text-align:left}.styles__account-alert___17Fmm.styles__error-alert___2qJCM{background-color:var(--red-lightest);border:1px solid var(--red-light)}.styles__account-alert___17Fmm.styles__error-alert___2qJCM .styles__helper-icon___2fdMT{fill:var(--red-base)}.styles__account-alert___17Fmm.styles__error-alert___2qJCM .styles__alert-text___3Tl5l{color:var(--red-base)}.styles__container___3aWov{display:flex;flex-direction:column}.styles__container___3aWov .styles__email-input___3B-eY{margin-bottom:2.8rem}.styles__container___3aWov .styles__google-error-alert___RkG5D{margin-top:2.8rem}.styles__container___3aWov .styles__google-button___N_KdV{margin-top:4.8rem;justify-self:flex-end}@media (min-width:160px) and (max-width:767px){.styles__container___3aWov .styles__google-button___N_KdV{margin-top:auto}}.styles__modal___2ON-X{display:flex;flex-direction:column}@media (min-width:160px) and (max-width:767px){.styles__modal___2ON-X.styles__google-sign-up-modal___19REU{padding-bottom:0}}.styles__modal___2ON-X .styles__modal-title____y37m{font-weight:500;font-size:3.2rem;line-height:4rem;color:#2a2e46;color:var(--gray-100);padding-bottom:4rem;align-self:center}@media (min-width:160px) and (max-width:767px){.styles__modal___2ON-X .styles__modal-title____y37m{font-size:2rem;line-height:3.2rem;padding-bottom:3.2rem}}.styles__modal___2ON-X .styles__alert-message___3hKym{margin-bottom:3.2rem}.styles__modal___2ON-X .styles__error-alert-bold___vxp7-{font-weight:500}.styles__modal___2ON-X .styles__form___1r1jO{display:flex;flex-direction:column}.styles__modal___2ON-X .styles__form___1r1jO .styles__password-input___8Pfss{margin-bottom:.8rem}.styles__modal___2ON-X .styles__form___1r1jO .styles__forgot-password-button___19JX-{align-self:flex-start;margin-bottom:3.2rem}.styles__modal___2ON-X .styles__or-container___1vKi0{display:flex;padding:1.6rem 0;align-items:center}.styles__modal___2ON-X .styles__or-container___1vKi0 .styles__line___1YeQ6{width:100%;border-bottom:.1rem solid var(--gray-8)}.styles__modal___2ON-X .styles__or-container___1vKi0 .styles__or___3PkMx{font-size:1.4rem;line-height:2.4rem;color:var(--gray-56);padding:0 1.2rem}.styles__modal___2ON-X .styles__sign-up___2WChA{align-self:center;display:flex;align-items:center;font-size:1.6rem;line-height:2.8rem;color:var(--gray-80);padding-top:2.4rem}.styles__modal___2ON-X .styles__sign-up___2WChA .styles__sign-up-button___7dzT8{font-size:1.6rem;line-height:2.8rem}.styles__modal___1ZEjp{padding:1.8rem;display:flex;flex-direction:column}.styles__modal___1ZEjp .styles__loader___E9eAX{display:flex;justify-content:center}.styles__modal___1ZEjp .styles__modal-title___1SgqT{font-weight:500;font-size:3.2rem;line-height:4rem;color:#2a2e46;color:var(--gray-100);padding-bottom:4rem;align-self:center}@media (min-width:160px) and (max-width:767px){.styles__modal___1ZEjp .styles__modal-title___1SgqT{font-size:2rem;line-height:3.2rem;padding-bottom:3.2rem}}.styles__modal___1ZEjp .styles__sign-up-button___2KSKv{margin-top:3.2rem;width:100%}.styles__modal___1ZEjp .styles__alert-message___27uuI{margin-bottom:3.2rem}.styles__modal___1ZEjp .styles__error-alert-bold___Mes3y{font-weight:500}.styles__modal___1ZEjp .styles__or-container___2eBa-{display:flex;padding:1.6rem 0;align-items:center}.styles__modal___1ZEjp .styles__or-container___2eBa- .styles__line___bR9lm{width:100%;border-bottom:.1rem solid var(--gray-8)}.styles__modal___1ZEjp .styles__or-container___2eBa- .styles__or___2-Kf3{font-size:1.4rem;line-height:2.4rem;color:var(--gray-56);padding:0 1.2rem}.styles__modal___1ZEjp .styles__login___17j4l{align-self:center;display:flex;align-items:center;font-size:1.6rem;line-height:2.8rem;color:var(--gray-80);padding-top:2.4rem}.styles__modal___1ZEjp .styles__login___17j4l .styles__login-button___1r9xp{font-size:1.6rem;line-height:2.8rem}.styles__modal___3BSEW{display:flex;flex-direction:column;align-items:center;height:100%}@media (min-width:160px) and (max-width:767px){.styles__modal___3BSEW{padding-bottom:1.8rem!important}}.styles__modal___3BSEW .styles__modal-title___3xv-T{font-weight:500;font-size:3.2rem;line-height:4rem;color:#2a2e46;color:var(--gray-100);padding-bottom:2.4rem;align-self:center}@media (min-width:160px) and (max-width:767px){.styles__modal___3BSEW .styles__modal-title___3xv-T{font-size:2rem;line-height:3.2rem;padding-bottom:3.2rem}}.styles__modal___3BSEW .styles__description___1kuuz{font-size:1.6rem;line-height:2.8rem;color:var(--gray-80);padding-bottom:4rem}.styles__modal___3BSEW .styles__form___wxh6U{width:100%;display:flex;flex-direction:column;height:100%}.styles__modal___3BSEW .styles__form___wxh6U .styles__button___1nqTM{margin-top:auto}.styles__modal___1Iw1D{display:flex;flex-direction:column;align-items:center}@media (min-width:160px) and (max-width:767px){.styles__modal___1Iw1D{margin:auto 0}}.styles__modal___1Iw1D .styles__rocket-icon___djVgQ{height:11.2rem;width:11.2rem}.styles__modal___1Iw1D .styles__modal-title___2gN-U{font-weight:500;font-size:2rem;line-height:3.2rem;color:#2a2e46;color:var(--gray-100);padding:4.2rem 0 1.6rem;align-self:center;text-align:center}@media (min-width:160px) and (max-width:767px){.styles__modal___1Iw1D .styles__modal-title___2gN-U{font-size:2rem;line-height:3.2rem;padding-bottom:3.2rem}}.styles__modal___1Iw1D .styles__description___3LTJn{font-size:1.6rem;line-height:2.8rem;color:var(--gray-80);text-align:center;max-width:40rem}.styles__modal___1Iw1D .styles__description___3LTJn .styles__link___2Grl8{color:var(--malibu);text-decoration:none}@media (min-width:160px) and (max-width:767px){.styles__modal-container___3Z6zW{box-sizing:border-box;width:100%;left:0;right:0;bottom:0;top:3.2rem}}.styles__modal-container___3Z6zW .styles__modal-wrapper___lcGQi{background-color:#fff;box-shadow:0 2px 4px rgba(42,46,70,.16);display:flex;flex-direction:column;overflow-y:auto;box-sizing:border-box;border-radius:8px;position:relative}@media (min-width:160px) and (max-width:767px){.styles__modal-container___3Z6zW .styles__modal-wrapper___lcGQi{padding:2.4rem 2.4rem 3.2rem;width:100%;border-radius:8px 8px 0 0}}@media (min-width:768px) and (max-width:1199px){.styles__modal-container___3Z6zW .styles__modal-wrapper___lcGQi{width:67.2rem}}@media (min-width:1200px){.styles__modal-container___3Z6zW .styles__modal-wrapper___lcGQi{width:103.2rem}}.styles__modal-container___3Z6zW .styles__modal-wrapper___lcGQi .styles__close-button___3QVQB{position:absolute;right:5rem;top:5rem;background-color:#fff;cursor:pointer;padding:.4rem;align-self:flex-end;z-index:10;flex-shrink:0}@media (min-width:160px) and (max-width:767px){.styles__modal-container___3Z6zW .styles__modal-wrapper___lcGQi .styles__close-button___3QVQB{right:2.6rem;top:2.6rem}}.styles__modal-container___3Z6zW .styles__modal-wrapper___lcGQi .styles__close-button___3QVQB .styles__close-icon___2J31J{width:1.2rem;height:1.2rem;fill:var(--gray-56)}.styles__modal-container___3Z6zW .styles__modal-wrapper___lcGQi .styles__content___2Xn-i{display:flex;flex-shrink:0}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__modal-container___3Z6zW .styles__modal-wrapper___lcGQi .styles__content___2Xn-i{flex-direction:column}}.styles__modal-container___3Z6zW .styles__modal-wrapper___lcGQi .styles__content___2Xn-i .styles__title___3VeAZ{font-weight:500;font-size:1.6rem;line-height:2.4rem;color:var(--gray-80);padding-bottom:1.6rem;letter-spacing:normal}.styles__modal-container___3Z6zW .styles__modal-wrapper___lcGQi .styles__content___2Xn-i .styles__credit-card-container___324_m{padding:4.8rem;box-sizing:border-box;width:100%;display:flex;flex-direction:column}@media (min-width:1200px){.styles__modal-container___3Z6zW .styles__modal-wrapper___lcGQi .styles__content___2Xn-i .styles__credit-card-container___324_m{min-height:58.4rem}}@media (min-width:160px) and (max-width:767px){.styles__modal-container___3Z6zW .styles__modal-wrapper___lcGQi .styles__content___2Xn-i .styles__credit-card-container___324_m{padding:2.4rem 0 0}}.styles__modal-container___3Z6zW .styles__modal-wrapper___lcGQi .styles__content___2Xn-i .styles__credit-card-container___324_m .styles__loader___3zsVw{height:100%;display:flex;align-items:center;justify-content:center}.styles__checkout___2yR5A{display:flex;min-width:33.6rem;flex-direction:column;box-sizing:border-box}@media (min-width:1200px){.styles__checkout___2yR5A{border-right:.1rem solid var(--gray-8);padding:4.8rem 4.8rem 2rem;min-height:100%;min-width:37.45rem}}@media (min-width:768px) and (max-width:1199px){.styles__checkout___2yR5A{border-bottom:.1rem solid var(--gray-8);padding:4.8rem 4.8rem 1.6rem;min-width:100%;min-height:auto}}@media (min-width:160px) and (max-width:767px){.styles__checkout___2yR5A{border-bottom:.1rem solid var(--gray-8);min-width:auto;padding-bottom:1.2rem}}.styles__checkout___2yR5A .styles__course-name___3ZuzM{font-weight:500;font-size:2rem;line-height:3.2rem;color:var(--gray-100)}.styles__checkout___2yR5A .styles__class-details___3e0jS{font-size:1.4rem;line-height:2.4rem;color:var(--gray-56);padding-bottom:1.6rem}@media (min-width:768px) and (max-width:1199px){.styles__checkout___2yR5A .styles__class-details___3e0jS{grid-area:details}}@media (min-width:160px) and (max-width:767px){.styles__checkout___2yR5A .styles__class-details___3e0jS{padding-bottom:2.4rem}}.styles__checkout___2yR5A .styles__class-details___3e0jS .styles__bold___-laFj{color:var(--gray-80)}.styles__checkout___2yR5A .styles__details___1Lj5i{display:flex;flex-direction:column;flex:1}@media (min-width:768px) and (max-width:1199px){.styles__checkout___2yR5A .styles__details___1Lj5i{display:grid;grid-template:1fr auto/1fr 1fr;grid-template-areas:"details price" "discount price";grid-gap:.8rem 4.8rem}}.styles__checkout___2yR5A .styles__details___1Lj5i .styles__price-container___3JJnT{display:flex;flex-direction:column}@media (min-width:1200px){.styles__checkout___2yR5A .styles__details___1Lj5i .styles__price-container___3JJnT{padding-bottom:3.4rem;flex:1;margin-top:auto}}@media (min-width:768px) and (max-width:1199px){.styles__checkout___2yR5A .styles__details___1Lj5i .styles__price-container___3JJnT{grid-area:price;align-self:end;box-sizing:border-box;padding-bottom:3.2rem}}.styles__checkout___2yR5A .styles__details___1Lj5i .styles__price-container___3JJnT .styles__total___3SQo7{display:flex;justify-content:space-between}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__checkout___2yR5A .styles__details___1Lj5i .styles__price-container___3JJnT .styles__total___3SQo7:last-of-type{border-top:.1rem solid var(--gray-8);padding-top:1.6rem;margin-top:1.6rem}}@media (min-width:1200px){.styles__checkout___2yR5A .styles__details___1Lj5i .styles__price-container___3JJnT .styles__total___3SQo7:first-of-type{flex:1;align-items:flex-end}}@media (min-width:160px) and (max-width:767px){.styles__checkout___2yR5A .styles__details___1Lj5i .styles__price-container___3JJnT .styles__total___3SQo7{padding:2.4rem 0}.styles__checkout___2yR5A .styles__details___1Lj5i .styles__price-container___3JJnT .styles__total___3SQo7:last-of-type{border-top:.1rem solid var(--gray-8)}}.styles__checkout___2yR5A .styles__details___1Lj5i .styles__price-container___3JJnT .styles__total___3SQo7 .styles__field___csOxq{font-size:1.4rem;line-height:2.4rem;display:flex;align-items:center;color:var(--gray-80)}.styles__checkout___2yR5A .styles__details___1Lj5i .styles__price-container___3JJnT .styles__total___3SQo7 .styles__amount___1g0Ab{font-weight:500;color:var(--gray-100)}.styles__checkout___2yR5A .styles__details___1Lj5i .styles__price-container___3JJnT .styles__total___3SQo7.styles__discount-container___1BmsR{padding-top:.8rem}.styles__checkout___2yR5A .styles__details___1Lj5i .styles__price-container___3JJnT .styles__total___3SQo7.styles__discount-container___1BmsR .styles__discount___2Navs{color:var(--malibu)}.styles__checkout___2yR5A .styles__details___1Lj5i .styles__discount-applied-container___13t-X{background:var(--gray-4);border-radius:.4rem;padding:1.2rem 1.6rem;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;height:5rem;margin-bottom:2.8rem;grid-area:discount}.styles__checkout___2yR5A .styles__details___1Lj5i .styles__discount-applied-container___13t-X .styles__discount-text___15a80{font-weight:500;font-size:1.4rem;line-height:2.4rem;color:var(--gray-100)}.styles__checkout___2yR5A .styles__details___1Lj5i .styles__discount-applied-container___13t-X .styles__discount-text___15a80 .styles__discount-value___1AGmA{color:var(--gray-56);font-weight:400;padding-left:.8rem}.styles__checkout___2yR5A .styles__details___1Lj5i .styles__discount-applied-container___13t-X .styles__remove-discount-button___255uC{border:none;background-color:initial;cursor:pointer}.styles__checkout___2yR5A .styles__details___1Lj5i .styles__discount-applied-container___13t-X .styles__remove-discount-button___255uC .styles__icon___1iAwZ{height:1.6rem;width:1.6rem;fill:var(--shamrock)}.styles__checkout___2yR5A .styles__details___1Lj5i .styles__discount-container___1BmsR{display:flex;justify-content:space-between}@media (min-width:768px) and (max-width:1199px){.styles__checkout___2yR5A .styles__details___1Lj5i .styles__discount-container___1BmsR{grid-area:discount;align-self:end}}@media (min-width:160px) and (max-width:767px){.styles__checkout___2yR5A .styles__details___1Lj5i .styles__discount-container___1BmsR{margin-bottom:2rem}}.styles__checkout___2yR5A .styles__details___1Lj5i .styles__discount-container___1BmsR .styles__discount-input___2rZaM{margin-right:1.6rem;width:100%}.styles__checkout___2yR5A .styles__details___1Lj5i .styles__discount-container___1BmsR .styles__discount-button___IlCJh{width:auto;justify-self:flex-end;min-width:9.4rem;height:5rem}.styles__payments-form___2uG6v{width:100%;box-sizing:border-box;height:100%;display:flex;flex-direction:column}@media (min-width:1200px){.styles__payments-form___2uG6v{max-height:calc(90vh - 15rem);overflow-y:auto}}.styles__payments-form___2uG6v .styles__error-alert___abflL{margin-bottom:1.6rem}.styles__payments-form___2uG6v .styles__button___1LkwG{margin-top:auto;width:100%}.styles__payments-form___PvsRc{width:100%;box-sizing:border-box}.styles__payments-form___PvsRc .styles__input-label___2C-rL{font-weight:500;font-size:1.4rem;line-height:2.4rem;color:var(--gray-100);width:100%}.styles__payments-form___PvsRc .styles__input-label___2C-rL .styles__input___1E_Oc{margin-bottom:1rem}.styles__payments-form___PvsRc .styles__stripe-input___2Nz4b{width:100%;padding:1.15rem 2rem;box-sizing:border-box;border-radius:4px;background-color:#fff;outline:none;border:2px solid var(--gray-8);color:var(--gray-100);margin-bottom:3.6rem}.styles__payments-form___PvsRc .styles__stripe-input___2Nz4b.styles__error___2Wc4m{margin-bottom:.5rem}.styles__payments-form___PvsRc .styles__field-error___qpwTB{font-size:1.4rem;line-height:2.4rem;color:var(--thunderbird-2);margin-bottom:.7rem}.styles__payments-form___PvsRc .styles__cvc-expiry-container___33Ji3{display:flex;width:100%;justify-content:space-between}.styles__payments-form___PvsRc .styles__cvc-expiry-container___33Ji3 .styles__stripe-input___2Nz4b{width:100%}.styles__payments-form___PvsRc .styles__cvc-expiry-container___33Ji3 .styles__cvc___SRUXm{margin-left:2.4rem}@media (min-width:1200px){.styles__payments-form___PvsRc .styles__cvc-expiry-container___33Ji3 .styles__cvc___SRUXm{margin-left:3.2rem}}@media (min-width:768px) and (max-width:1199px){.styles__payments-form___PvsRc .styles__cvc-expiry-container___33Ji3 .styles__cvc___SRUXm{margin-left:4.8rem}}.styles__card___2GpkI{position:relative}.styles__card___2GpkI .styles__input___2-6fP{position:absolute;left:0;opacity:0;top:0;box-sizing:border-box;width:2rem;height:2rem}.styles__card___2GpkI .styles__label___PrMe8{display:flex;align-items:flex-start;border-radius:4px;border:.1rem solid var(--gray-8);cursor:pointer;padding:2rem 2rem 2rem 6rem;box-sizing:border-box}.styles__card___2GpkI .styles__label___PrMe8 .styles__brand___4fX3l{width:3.2rem;height:2rem;object-fit:cover}.styles__card___2GpkI .styles__label___PrMe8 .styles__card-info___3t9n5{display:flex;flex-direction:column;padding-left:2rem}.styles__card___2GpkI .styles__label___PrMe8 .styles__card-info___3t9n5 .styles__number___3phtB{font-size:1.4rem;line-height:2.4rem;color:var(--gray-80)}.styles__card___2GpkI .styles__label___PrMe8 .styles__card-info___3t9n5 .styles__expiry___2W0wD{font-size:1.4rem;line-height:2.4rem;color:var(--gray-56)}.styles__card___2GpkI .styles__input___2-6fP+.styles__label___PrMe8:before{content:"";position:absolute;left:2rem;top:2rem;border:.2rem solid;border-color:var(--gray-24);border-radius:50%;height:2rem;width:2rem;background-color:initial;box-sizing:border-box}.styles__card___2GpkI .styles__input___2-6fP:checked+.styles__label___PrMe8:after{opacity:1}.styles__card___2GpkI .styles__input___2-6fP:checked+.styles__label___PrMe8{border:.2rem solid #35d795;border:.2rem solid var(--shamrock);padding:1.9rem 1.9rem 1.9rem 5.9rem}.styles__card___2GpkI .styles__input___2-6fP:checked+.styles__label___PrMe8:before{border:.5rem solid #35d795;border:.5rem solid var(--shamrock);height:2rem;width:2rem;box-sizing:border-box}.styles__form___14vTj{display:flex;flex-direction:column;height:100%;box-sizing:border-box}.styles__form___14vTj .styles__title___2vgL-{font-weight:500;font-size:1.6rem;line-height:2.4rem;color:var(--gray-80);padding-bottom:1.6rem;letter-spacing:normal}.styles__form___14vTj .styles__error-alert___1H9rr{margin-bottom:1.6rem}@media (min-width:1200px){.styles__form___14vTj .styles__cards___3vH2v{max-height:calc(90vh - 15rem);overflow-y:auto}}.styles__form___14vTj .styles__card___2hI-w:not(:last-child){margin-bottom:.8rem}.styles__form___14vTj .styles__add-new-card___1zoSO{border:.1rem solid var(--gray-8);box-sizing:border-box;border-radius:.4rem;padding:3.2rem 3.2rem 1rem;margin:1.5rem 0 3.2rem}@media (min-width:160px) and (max-width:767px){.styles__form___14vTj .styles__add-new-card___1zoSO{padding:2.4rem 2.4rem 1rem}}.styles__form___14vTj .styles__add-new-card___1zoSO .styles__subtitle-container___14uRc{display:flex;justify-content:space-between;padding-bottom:2.4rem}.styles__form___14vTj .styles__add-new-card___1zoSO .styles__subtitle-container___14uRc .styles__subtitle___1SPsv{font-weight:500;font-size:1.4rem;line-height:2.4rem;color:var(--gray-80)}.styles__form___14vTj .styles__add-new-card___1zoSO .styles__subtitle-container___14uRc .styles__cancel-button___xLsLV{border:none;background-color:initial;font-weight:500;font-size:1.4rem;line-height:2.4rem;color:var(--shamrock);cursor:pointer}.styles__form___14vTj .styles__add-new-card___1zoSO .styles__subtitle-container___14uRc .styles__cancel-button___xLsLV:hover{color:var(--eucalyptus)}.styles__form___14vTj .styles__add-new-card___1zoSO .styles__subtitle-container___14uRc .styles__cancel-button___xLsLV:focus{box-shadow:0 0 0 4px var(--shadow-shamrock)}.styles__form___14vTj .styles__add-new-card___1zoSO .styles__payment-form___2WDhC{box-sizing:border-box}.styles__form___14vTj .styles__add-credit-card-button___1t95g{cursor:pointer;background-color:#fff;display:flex;color:var(--shamrock);font-weight:600;font-size:1.4rem;line-height:2.4rem;letter-spacing:.1rem;text-transform:uppercase;align-items:center;margin:1.6rem 0 2.4rem;justify-self:flex-start}.styles__form___14vTj .styles__add-credit-card-button___1t95g .styles__plus-icon___22oh4{height:1.4rem;width:1.4rem;fill:var(--shamrock);margin-right:.4rem}.styles__form___14vTj .styles__add-credit-card-button___1t95g:hover{color:var(--eucalyptus)}.styles__form___14vTj .styles__add-credit-card-button___1t95g:hover .styles__plus-icon___22oh4{fill:var(--eucalyptus)}.styles__form___14vTj .styles__add-credit-card-button___1t95g:focus{box-shadow:0 0 0 4px var(--shadow-shamrock)}.styles__form___14vTj .styles__card-error___3KQUO{font-size:1.4rem;color:var(--thunderbird);padding-bottom:3.2rem;text-align:center}.styles__form___14vTj .styles__enroll-button___3E99f{width:100%;margin-top:auto;justify-self:flex-end}.styles__highlight-message-container___tTH-v{min-height:8rem;width:100%;z-index:3;color:var(--gray-64);box-sizing:border-box;position:relative}.styles__highlight-message-container___tTH-v.styles__warning___2_fUR{background-color:var(--warning);color:var(--warning-text);padding:1.6rem;height:8rem;min-height:8rem;display:flex;align-items:center}.styles__highlight-message-container___tTH-v.styles__warning___2_fUR .styles__message-wrapper___3cm0z .styles__highlight-message___P-E5L{font-size:1.6rem}.styles__highlight-message-container___tTH-v .styles__message-wrapper___3cm0z{max-width:152rem;height:100%;padding:1.6rem 2.4rem;display:grid;margin:0 auto;grid-template:auto 1fr/1fr auto;grid-template-areas:"title link" "content link";align-items:center;justify-content:space-between;box-sizing:border-box;column-gap:2.4rem;color:var(--gray-100)}@media (min-width:1200px){.styles__highlight-message-container___tTH-v .styles__message-wrapper___3cm0z{padding:1.6rem 4rem}}.styles__highlight-message-container___tTH-v .styles__message-wrapper___3cm0z .styles__highlight-title___yhAFQ{grid-area:title;font-size:2rem;line-height:2.8rem;font-weight:600}@media (min-width:160px) and (max-width:767px){.styles__highlight-message-container___tTH-v .styles__message-wrapper___3cm0z .styles__highlight-title___yhAFQ{font-size:1.6rem;line-height:2rem}}.styles__highlight-message-container___tTH-v .styles__message-wrapper___3cm0z .styles__highlight-message___P-E5L{font-size:1.4rem;line-height:2rem;grid-area:content}.styles__highlight-message-container___tTH-v .styles__message-wrapper___3cm0z .styles__highlight-link___2alTz{min-width:14.2rem;grid-area:link;letter-spacing:-.02rem;font-size:1.4rem;border-radius:.8rem;text-align:center}@media (min-width:768px) and (max-width:1199px){.styles__highlight-message-container___tTH-v .styles__message-wrapper___3cm0z .styles__highlight-link___2alTz{margin-right:4.8rem}}@media (min-width:160px) and (max-width:767px){.styles__highlight-message-container___tTH-v .styles__message-wrapper___3cm0z .styles__highlight-link___2alTz{margin-top:3.2rem}}.styles__highlight-message-container___tTH-v .styles__close-button___3UadK{position:absolute;top:1.2rem;right:1.2rem;height:1.6rem;width:1.6rem}@media (min-width:160px) and (max-width:767px){.styles__highlight-message-container___tTH-v .styles__close-button___3UadK{top:1.2rem;right:2.4rem}}.styles__highlight-message-container___tTH-v .styles__close-button___3UadK .styles__close-icon___1GnrM{fill:var(--gray-100)}.styles__body___16az7{background-image:linear-gradient(0deg,#fcfdff,#f0f2ff)}.styles__body___16az7 .styles__header-wrapper___132Pl{position:fixed;top:0;left:0;right:0;z-index:4}.styles__body___16az7 .styles__loading___240oK{min-height:100vh;display:flex;align-items:center;justify-content:center}.styles__view-classes-container___3bSka{display:flex;align-items:center;justify-content:flex-start;column-gap:.8rem;grid-area:classes;align-self:flex-start;position:relative}@media (min-width:160px) and (max-width:767px){.styles__view-classes-container___3bSka{margin-top:1.2rem}}.styles__view-classes-container___3bSka .styles__icon-wrapper___1wFMk{height:2.4rem;width:2.4rem;min-height:2.4rem;min-width:2.4rem;border-radius:50%;background-color:var(--gray-8);padding:.4rem;display:flex;align-items:center;justify-content:center;border:.2rem solid #fff}.styles__view-classes-container___3bSka .styles__icon-wrapper___1wFMk.styles__slider___2iXa3{height:3.2rem;width:3.2rem}.styles__view-classes-container___3bSka .styles__icon-wrapper___1wFMk .styles__person-icon___2zDst{width:1.2rem;fill:var(--malibu)}.styles__view-classes-container___3bSka .styles__icon-wrapper___1wFMk .styles__calendar-icon___3_ncl{width:1.2rem;height:1.2rem;min-height:1.2rem;min-width:1.2rem;fill:var(--malibu);color:var(--malibu)}.styles__view-classes-container___3bSka .styles__icon-wrapper___1wFMk.styles__icon-position___aPp0M{margin-left:-1.6rem}.styles__view-classes-container___3bSka .styles__class-quantities___U47ps{color:var(--malibu);font-size:1.4rem;font-weight:600}.styles__view-classes-container___3bSka .styles__button___39vsw .styles__arrow-icon___1SOS5{margin-left:-.8rem;fill:var(--malibu);width:2rem;transform:rotate(270deg)}.styles__view-classes-container___3bSka .styles__view-classes-link___Dim0U{position:absolute;inset:0;z-index:2}.styles__course-type-card___RR5dw{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width:1200px){.styles__course-type-card___RR5dw{width:24rem}}.styles__course-type-card___RR5dw .styles__tag-wrapper___2yFZ1{display:flex;margin:3.2rem auto .8rem}.styles__course-type-card___RR5dw .styles__course-type-title___2y96I{font-size:2rem;line-height:2.8rem;font-weight:600;color:var(--gray-100);margin-bottom:.4rem}.styles__course-type-card___RR5dw .styles__course-type-description___2rkyX{font-size:1.4rem;line-height:2rem;color:var(--gray-64);margin-bottom:1.6rem}.styles__course-type-card___RR5dw .styles__view-classes-link___19DwI{align-self:center}.styles__custom-arrow___1SQrl{position:absolute;top:-5.6rem;z-index:2;cursor:pointer;width:4rem;height:4rem;background-color:#fff}.styles__custom-arrow___1SQrl.styles__right-arrow___23Kvv{right:.8rem}.styles__custom-arrow___1SQrl.styles__left-arrow___1h-4D{right:5rem}.styles__custom-arrow___1SQrl.styles__arrow-disabled___fqBbC{opacity:0;cursor:unset;color:transparent;background-color:initial}.styles__custom-arrow___1SQrl .styles__icon___d3H2N{background-color:#fff;width:1.6rem;height:1.6rem}.styles__custom-arrow___1SQrl .styles__icon___d3H2N.styles__right___2W_5a{transform:rotate(270deg)}.styles__custom-arrow___1SQrl .styles__icon___d3H2N.styles__left___2Zdn2{transform:rotate(90deg)}.styles__custom-arrow___1SQrl.styles__default___3ZhVt .styles__icon___d3H2N{background-color:initial;width:3.2rem;height:3.2rem}.styles__custom-arrow___1SQrl.styles__default___3ZhVt.styles__right-arrow___23Kvv{top:10rem;right:0}.styles__custom-arrow___1SQrl.styles__default___3ZhVt.styles__left-arrow___1h-4D{top:10rem;left:-1rem}.styles__courses-wrapper___2dvtC{display:grid;grid-template:auto 8rem 4rem auto/repeat(4,1fr);grid-template-areas:". vision-plus-goals . ." ". vision-plus-goals . whole-prosperity" "power-my-future vision-plus-goals . whole-prosperity" "power-my-future vision-plus-goals integrated-leadership whole-prosperity";column-gap:4rem;justify-content:space-between}.styles__courses-wrapper___2dvtC .styles__power-my-future___1xEaE{grid-area:power-my-future;justify-self:center;align-self:flex-start}.styles__courses-wrapper___2dvtC .styles__vision-plus-goals___vNUc9{grid-area:vision-plus-goals;justify-self:center;align-self:flex-start}.styles__courses-wrapper___2dvtC .styles__whole-prosperity___1d9zo{grid-area:whole-prosperity;justify-self:center;align-self:flex-start}.styles__courses-wrapper___2dvtC .styles__integrated-leadership___2UAq_{grid-area:integrated-leadership;justify-self:center;align-self:flex-end}.styles__slider-wrapper___1yjnF{display:flex;align-items:center;justify-content:center}@media (min-width:768px) and (max-width:1199px){.styles__slider-wrapper___1yjnF .styles__power-my-future___1xEaE{margin-top:15rem}}@media (min-width:160px) and (max-width:767px){.styles__slider-wrapper___1yjnF .styles__power-my-future___1xEaE{margin-top:2rem}}@media (min-width:768px) and (max-width:1199px){.styles__slider-wrapper___1yjnF .styles__vision-plus-goals___vNUc9{margin-top:5.5rem}}@media (min-width:768px) and (max-width:1199px){.styles__slider-wrapper___1yjnF .styles__integrated-leadership___2UAq_{margin-top:15rem}}@media (min-width:768px) and (max-width:1199px){.styles__slider-wrapper___1yjnF .styles__whole-prosperity___1d9zo{margin-top:4.5rem}}.styles__arrow-icon___39vHl{height:3rem;width:3rem}.styles__title___216wE{font-size:20px;font-size:2rem;font-weight:500;color:var(--gray-100);letter-spacing:normal;padding-bottom:8px}@media (min-width:768px) and (max-width:1199px){.styles__title___216wE{font-size:32px;font-size:3.2rem}}@media (min-width:1200px){.styles__title___216wE{font-size:40px;font-size:4rem}}.styles__title___216wE .styles__bold-text___3b_j7{font-family:VivaBeautiful,sans-serif;color:var(--shamrock);font-size:5.6rem}@media (min-width:768px) and (max-width:1199px){.styles__title___216wE .styles__bold-text___3b_j7{font-size:56px;font-size:5.6rem}}@media (min-width:1200px){.styles__title___216wE .styles__bold-text___3b_j7{font-size:72px;font-size:7.2rem}}.styles__title___216wE .styles__break-line___2UiM9{line-height:.75}@media (min-width:768px) and (max-width:1199px){.styles__title___216wE .styles__break-line___2UiM9{line-height:.57}}@media (min-width:160px) and (max-width:767px){.styles__title___216wE .styles__break-line___2UiM9{line-height:1.33}}.styles__title___216wE.styles__small___30NKj{color:var(--gray-80)}.styles__title___216wE.styles__small___30NKj .styles__viva-beautiful___2gQQ4{font-size:32px;font-size:3.2rem}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__title___216wE.styles__small___30NKj{font-size:32px;font-size:3.2rem}.styles__title___216wE.styles__small___30NKj .styles__viva-beautiful___2gQQ4{font-size:56px;font-size:5.6rem}}.styles__title___216wE.styles__custom___bOrpP{font-size:32px;font-size:3.2rem;font-weight:500;padding-bottom:40px}.styles__title___216wE.styles__custom___bOrpP .styles__viva-beautiful___2gQQ4{font-size:72px;font-size:7.2rem;font-weight:400}@media (min-width:768px) and (max-width:1199px){.styles__title___216wE.styles__custom___bOrpP{padding-bottom:46px}.styles__title___216wE.styles__custom___bOrpP .styles__viva-beautiful___2gQQ4{font-size:56px;font-size:5.6rem}}@media (min-width:160px) and (max-width:767px){.styles__title___216wE.styles__custom___bOrpP{font-size:20px;font-size:2rem;padding-bottom:32px}.styles__title___216wE.styles__custom___bOrpP .styles__viva-beautiful___2gQQ4{font-size:28px;font-size:2.8rem}}.styles__course-types-container___1U4iZ{padding:9.6rem;background-color:#fff;position:relative;z-index:0;text-align:center;overflow-x:hidden}@media (min-width:160px) and (max-width:767px){.styles__course-types-container___1U4iZ{padding:5.6rem 4rem 9.6rem}}.styles__course-types-container___1U4iZ .styles__course-types-title___2pgFN{margin-bottom:7.2rem;line-height:3.2rem}@media (min-width:160px) and (max-width:767px){.styles__course-types-container___1U4iZ .styles__course-types-title___2pgFN{margin-bottom:3.2rem}}.styles__course-types-container___1U4iZ .styles__dot-icon___1corb{top:23.3rem;left:0;width:160rem;position:absolute;z-index:-1}@media (min-width:1200px){.styles__course-types-container___1U4iZ .styles__dot-icon___1corb{width:100%}}@media (min-width:768px) and (max-width:1199px){.styles__course-types-container___1U4iZ .styles__dot-icon___1corb{top:30rem}}@media (min-width:160px) and (max-width:767px){.styles__course-types-container___1U4iZ .styles__dot-icon___1corb{top:2rem;width:270rem}}.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z{margin-top:6.4rem;display:flex;column-gap:1.6rem;align-items:center;text-align:center;font-size:1.4rem;line-height:2rem;color:var(--gray-64)}@media (min-width:768px) and (max-width:1199px){.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z{display:grid;grid-template:repeat(4,auto)/4.8rem 1fr;grid-template-areas:"icon tag" "icon title" "icon text" "icon available-classes";gap:1.6rem 3rem}.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z .styles__view-classes-link___18J5b{justify-self:flex-start}}@media (min-width:160px) and (max-width:767px){.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z{display:grid;max-width:31.2rem;margin:6.4rem auto 0;grid-template:repeat(4,auto)/1fr;grid-template-areas:"icon" "tag" "title" "text" "available-classes";row-gap:1.2rem;justify-items:center}}.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z .styles__workshop-icon___16hs_{grid-area:icon;height:4.8rem;width:4.8rem;margin-right:1.6rem}@media (min-width:768px) and (max-width:1199px){.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z .styles__workshop-icon___16hs_{align-self:flex-start}}@media (min-width:160px) and (max-width:767px){.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z .styles__workshop-icon___16hs_{align-self:flex-start}}.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z .styles__course-tags___3m6Re{grid-area:tag}@media (min-width:768px) and (max-width:1199px){.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z .styles__course-tags___3m6Re{justify-self:flex-start}}.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z .styles__workshop-title___2J6UX{grid-area:title;font-size:2rem;line-height:2.8rem;color:var(--gray-100);font-weight:600;letter-spacing:-.02rem}@media (min-width:768px) and (max-width:1199px){.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z .styles__workshop-title___2J6UX{justify-self:flex-start}}.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z .styles__workshop-text___1bqJZ{grid-area:text;flex:1;justify-self:center;align-self:center;text-align:left}@media (min-width:1200px){.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z .styles__workshop-text___1bqJZ{text-align:center}}@media (min-width:768px) and (max-width:1199px){.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z .styles__workshop-text___1bqJZ{justify-self:flex-start}}@media (min-width:160px) and (max-width:767px){.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z .styles__workshop-text___1bqJZ{text-align:center}}.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z .styles__view-classes-link___18J5b{grid-area:available-classes}@media (min-width:768px) and (max-width:1199px){.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z .styles__view-classes-link___18J5b{justify-self:flex-start}}@media (min-width:160px) and (max-width:767px){.styles__course-types-container___1U4iZ .styles__workshop-card___roL9z .styles__view-classes-link___18J5b{justify-self:center}}.styles__course-types-container___1U4iZ .styles__look-courses-button___2VLqz{width:18rem;margin:6.4rem auto 0;text-transform:none;border-radius:.8rem;padding:2rem 2.8rem}.styles__container___8UGLT{box-sizing:border-box;display:grid;grid-template:repeat(3,auto)/1fr;grid-gap:24px;width:480px}@media (min-width:160px) and (max-width:767px){.styles__container___8UGLT{height:328px;width:100%}}.styles__container___8UGLT .styles__header___3uChR{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.styles__container___8UGLT .styles__header___3uChR .styles__title___2poqY{text-transform:uppercase}.styles__container___8UGLT .styles__header___3uChR .styles__close___RFBbA{border:none;display:flex;justify-content:center;height:auto}.styles__container___8UGLT .styles__header___3uChR .styles__close___RFBbA svg{height:16px;width:16px}.styles__container___8UGLT .styles__submit___1HzOz{display:flex;justify-content:flex-end}.styles__scrollable-button-container___3I5PF{padding:2.4rem;border-radius:20rem;color:#fff;background-color:var(--malibu);text-transform:none;transition:filter 1s;text-decoration:none;font-size:1.4rem;line-height:2rem;font-weight:600;box-shadow:0 .2rem .6rem .1rem rgba(42,46,70,.16);letter-spacing:0;height:7.2rem;display:flex;align-items:center}.styles__scrollable-button-container___3I5PF .styles__button-icon___1JyvY{fill:#fff}.styles__scrollable-button-container___3I5PF .styles__icon-wrapper___2ooRe{background-color:var(--san-marino);border-radius:50%;padding:.6rem;display:flex;align-items:center;justify-content:center;border:.3rem solid var(--malibu)}.styles__scrollable-button-container___3I5PF .styles__icon-wrapper___2ooRe.styles__hover-icon___dQ2iV{margin-left:-1rem;margin-right:1.2rem}.styles__scrollable-button-container___3I5PF .styles__arrow-icon___Nmdhg{width:2.4rem;height:2.4rem;margin-left:1rem}.styles__scrollable-button-container___3I5PF .styles__arrow-icon-below___fHSr_{transform:rotate(180deg)}.styles__scrollable-button-container___3I5PF:hover{background-color:var(--malibu);filter:brightness(.8)}.styles__icon___-6Che{fill:#fff;background-color:var(--san-marino);width:1.2rem;height:1.2rem}@media (min-width:160px) and (max-width:767px){.styles__modal-container___3oPP0{box-sizing:border-box;width:100%;left:0;right:0;bottom:0;top:3.2rem}}.styles__modal-container___3oPP0 .styles__modal-wrapper___FCas2{background-color:#fff;box-shadow:0 2px 4px rgba(42,46,70,.16);display:flex;flex-direction:column;overflow-y:auto;box-sizing:border-box;border-radius:8px;position:relative}@media (min-width:160px) and (max-width:767px){.styles__modal-container___3oPP0 .styles__modal-wrapper___FCas2{padding:2.4rem 2.4rem 3.2rem;width:100%;border-radius:8px 8px 0 0}}@media (min-width:768px) and (max-width:1199px){.styles__modal-container___3oPP0 .styles__modal-wrapper___FCas2{width:67.2rem}}@media (min-width:1200px){.styles__modal-container___3oPP0 .styles__modal-wrapper___FCas2{width:103.2rem}}.styles__modal-container___3oPP0 .styles__modal-wrapper___FCas2 .styles__close-button___1LcMe{position:absolute;right:5rem;top:5rem;background-color:#fff;cursor:pointer;padding:.4rem;align-self:flex-end;z-index:10;flex-shrink:0}@media (min-width:160px) and (max-width:767px){.styles__modal-container___3oPP0 .styles__modal-wrapper___FCas2 .styles__close-button___1LcMe{right:2.6rem;top:2.6rem}}.styles__modal-container___3oPP0 .styles__modal-wrapper___FCas2 .styles__close-button___1LcMe .styles__close-icon___2jMc6{width:1.2rem;height:1.2rem;fill:var(--gray-56)}.styles__modal-container___3oPP0 .styles__modal-wrapper___FCas2 .styles__content___37YXn{display:flex;flex-shrink:0}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__modal-container___3oPP0 .styles__modal-wrapper___FCas2 .styles__content___37YXn{flex-direction:column}}.styles__modal-container___3oPP0 .styles__modal-wrapper___FCas2 .styles__content___37YXn .styles__title___26025{font-weight:500;font-size:1.6rem;line-height:2.4rem;color:var(--gray-80);padding-bottom:1.6rem;letter-spacing:normal}.styles__modal-container___3oPP0 .styles__modal-wrapper___FCas2 .styles__content___37YXn .styles__credit-card-container___4PTYu{padding:4.8rem;box-sizing:border-box;width:100%;display:flex;flex-direction:column}@media (min-width:1200px){.styles__modal-container___3oPP0 .styles__modal-wrapper___FCas2 .styles__content___37YXn .styles__credit-card-container___4PTYu{min-height:58.4rem}}@media (min-width:160px) and (max-width:767px){.styles__modal-container___3oPP0 .styles__modal-wrapper___FCas2 .styles__content___37YXn .styles__credit-card-container___4PTYu{padding:2.4rem 0 0}}.styles__modal-container___3oPP0 .styles__modal-wrapper___FCas2 .styles__content___37YXn .styles__credit-card-container___4PTYu .styles__loader___4SgND{height:100%;display:flex;align-items:center;justify-content:center}.styles__checkout___2Y7d-{display:flex;min-width:33.6rem;flex-direction:column;box-sizing:border-box}@media (min-width:1200px){.styles__checkout___2Y7d-{border-right:.1rem solid var(--gray-8);padding:4.8rem 4.8rem 2rem;min-height:100%;min-width:37.45rem}}@media (min-width:768px) and (max-width:1199px){.styles__checkout___2Y7d-{border-bottom:.1rem solid var(--gray-8);padding:4.8rem 4.8rem 1.6rem;min-width:100%;min-height:auto}}@media (min-width:160px) and (max-width:767px){.styles__checkout___2Y7d-{border-bottom:.1rem solid var(--gray-8);min-width:auto;padding-bottom:1.2rem}}.styles__checkout___2Y7d- .styles__course-name___2mCLu{font-weight:500;font-size:2rem;line-height:3.2rem;color:var(--gray-100)}.styles__checkout___2Y7d- .styles__class-details___2yKyE{font-size:1.4rem;line-height:2.4rem;color:var(--gray-56);padding-bottom:1.6rem}@media (min-width:768px) and (max-width:1199px){.styles__checkout___2Y7d- .styles__class-details___2yKyE{grid-area:details}}@media (min-width:160px) and (max-width:767px){.styles__checkout___2Y7d- .styles__class-details___2yKyE{padding-bottom:2.4rem}}.styles__checkout___2Y7d- .styles__class-details___2yKyE .styles__bold___10Rxl{color:var(--gray-80)}.styles__checkout___2Y7d- .styles__details___3eE0s{display:flex;flex-direction:column;flex:1}@media (min-width:768px) and (max-width:1199px){.styles__checkout___2Y7d- .styles__details___3eE0s{display:grid;grid-template:1fr auto/1fr 1fr;grid-template-areas:"details price" "discount price";grid-gap:.8rem 4.8rem}}.styles__checkout___2Y7d- .styles__details___3eE0s .styles__price-container___Xs3py{display:flex;flex-direction:column}@media (min-width:1200px){.styles__checkout___2Y7d- .styles__details___3eE0s .styles__price-container___Xs3py{padding-bottom:3.4rem;flex:1;margin-top:auto}}@media (min-width:768px) and (max-width:1199px){.styles__checkout___2Y7d- .styles__details___3eE0s .styles__price-container___Xs3py{grid-area:price;align-self:end;box-sizing:border-box;padding-bottom:3.2rem}}.styles__checkout___2Y7d- .styles__details___3eE0s .styles__price-container___Xs3py .styles__total___2o-7G{display:flex;justify-content:space-between}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__checkout___2Y7d- .styles__details___3eE0s .styles__price-container___Xs3py .styles__total___2o-7G:last-of-type{border-top:.1rem solid var(--gray-8);padding-top:1.6rem;margin-top:1.6rem}}@media (min-width:1200px){.styles__checkout___2Y7d- .styles__details___3eE0s .styles__price-container___Xs3py .styles__total___2o-7G:first-of-type{flex:1;align-items:flex-end}}@media (min-width:160px) and (max-width:767px){.styles__checkout___2Y7d- .styles__details___3eE0s .styles__price-container___Xs3py .styles__total___2o-7G{padding:2.4rem 0}.styles__checkout___2Y7d- .styles__details___3eE0s .styles__price-container___Xs3py .styles__total___2o-7G:last-of-type{border-top:.1rem solid var(--gray-8)}}.styles__checkout___2Y7d- .styles__details___3eE0s .styles__price-container___Xs3py .styles__total___2o-7G .styles__field___BPQaD{font-size:1.4rem;line-height:2.4rem;display:flex;align-items:center;color:var(--gray-80)}.styles__checkout___2Y7d- .styles__details___3eE0s .styles__price-container___Xs3py .styles__total___2o-7G .styles__amount___2bMIv{font-weight:500;color:var(--gray-100)}.styles__checkout___2Y7d- .styles__details___3eE0s .styles__price-container___Xs3py .styles__total___2o-7G.styles__discount-container___2Yi0Z{padding-top:.8rem}.styles__checkout___2Y7d- .styles__details___3eE0s .styles__price-container___Xs3py .styles__total___2o-7G.styles__discount-container___2Yi0Z .styles__discount___1Shzn{color:var(--malibu)}.styles__checkout___2Y7d- .styles__details___3eE0s .styles__discount-applied-container___3UAVu{background:var(--gray-4);border-radius:.4rem;padding:1.2rem 1.6rem;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;height:5rem;margin-bottom:2.8rem;grid-area:discount}.styles__checkout___2Y7d- .styles__details___3eE0s .styles__discount-applied-container___3UAVu .styles__discount-text___3lcVj{font-weight:500;font-size:1.4rem;line-height:2.4rem;color:var(--gray-100)}.styles__checkout___2Y7d- .styles__details___3eE0s .styles__discount-applied-container___3UAVu .styles__discount-text___3lcVj .styles__discount-value___3GXUF{color:var(--gray-56);font-weight:400;padding-left:.8rem}.styles__checkout___2Y7d- .styles__details___3eE0s .styles__discount-applied-container___3UAVu .styles__remove-discount-button___1cobh{border:none;background-color:initial;cursor:pointer}.styles__checkout___2Y7d- .styles__details___3eE0s .styles__discount-applied-container___3UAVu .styles__remove-discount-button___1cobh .styles__icon___nDIaK{height:1.6rem;width:1.6rem;fill:var(--shamrock)}.styles__checkout___2Y7d- .styles__details___3eE0s .styles__discount-container___2Yi0Z{display:flex;justify-content:space-between}@media (min-width:768px) and (max-width:1199px){.styles__checkout___2Y7d- .styles__details___3eE0s .styles__discount-container___2Yi0Z{grid-area:discount;align-self:end}}@media (min-width:160px) and (max-width:767px){.styles__checkout___2Y7d- .styles__details___3eE0s .styles__discount-container___2Yi0Z{margin-bottom:2rem}}.styles__checkout___2Y7d- .styles__details___3eE0s .styles__discount-container___2Yi0Z .styles__discount-input___ItpRE{margin-right:1.6rem;width:100%}.styles__checkout___2Y7d- .styles__details___3eE0s .styles__discount-container___2Yi0Z .styles__discount-button___1qS0M{width:auto;justify-self:flex-end;min-width:9.4rem;height:5rem}.styles__payments-form___1wc_V{width:100%;box-sizing:border-box}.styles__payments-form___1wc_V .styles__input-label___Plv1F{font-weight:500;font-size:1.4rem;line-height:2.4rem;color:var(--gray-100);width:100%}.styles__payments-form___1wc_V .styles__input-label___Plv1F .styles__input___2gjZj{margin-bottom:1rem}.styles__payments-form___1wc_V .styles__stripe-input___3Ef1U{width:100%;padding:1.15rem 2rem;box-sizing:border-box;border-radius:4px;background-color:#fff;outline:none;border:2px solid var(--gray-8);color:var(--gray-100);margin-bottom:3.6rem}.styles__payments-form___1wc_V .styles__stripe-input___3Ef1U.styles__error___3FvEP{margin-bottom:.5rem}.styles__payments-form___1wc_V .styles__field-error___lGOyt{font-size:1.4rem;line-height:2.4rem;color:var(--thunderbird-2);margin-bottom:.7rem}.styles__payments-form___1wc_V .styles__cvc-expiry-container___1D_oQ{display:flex;width:100%;justify-content:space-between}.styles__payments-form___1wc_V .styles__cvc-expiry-container___1D_oQ .styles__stripe-input___3Ef1U{width:100%}.styles__payments-form___1wc_V .styles__cvc-expiry-container___1D_oQ .styles__cvc___1oEtN{margin-left:2.4rem}@media (min-width:1200px){.styles__payments-form___1wc_V .styles__cvc-expiry-container___1D_oQ .styles__cvc___1oEtN{margin-left:3.2rem}}@media (min-width:768px) and (max-width:1199px){.styles__payments-form___1wc_V .styles__cvc-expiry-container___1D_oQ .styles__cvc___1oEtN{margin-left:4.8rem}}.styles__payments-form___QEs3z{width:100%;box-sizing:border-box;height:100%;display:flex;flex-direction:column}@media (min-width:1200px){.styles__payments-form___QEs3z{max-height:calc(90vh - 15rem);overflow-y:auto}}.styles__payments-form___QEs3z .styles__error-alert___FDlq8{margin-bottom:1.6rem}.styles__payments-form___QEs3z .styles__button___8PjXR{margin-top:auto;width:100%}.styles__form___1WBng{display:flex;flex-direction:column;height:100%;box-sizing:border-box}.styles__form___1WBng .styles__title___o_7-F{font-weight:500;font-size:1.6rem;line-height:2.4rem;color:var(--gray-80);padding-bottom:1.6rem;letter-spacing:normal}.styles__form___1WBng .styles__error-alert___3ALua{margin-bottom:1.6rem}@media (min-width:1200px){.styles__form___1WBng .styles__cards___3u40w{max-height:calc(90vh - 15rem);overflow-y:auto}}.styles__form___1WBng .styles__card___1Gu51:not(:last-child){margin-bottom:.8rem}.styles__form___1WBng .styles__add-new-card___1PHBo{border:.1rem solid var(--gray-8);box-sizing:border-box;border-radius:.4rem;padding:3.2rem 3.2rem 1rem;margin:1.5rem 0 3.2rem}@media (min-width:160px) and (max-width:767px){.styles__form___1WBng .styles__add-new-card___1PHBo{padding:2.4rem 2.4rem 1rem}}.styles__form___1WBng .styles__add-new-card___1PHBo .styles__subtitle-container___1H7Ef{display:flex;justify-content:space-between;padding-bottom:2.4rem}.styles__form___1WBng .styles__add-new-card___1PHBo .styles__subtitle-container___1H7Ef .styles__subtitle___Pcv9B{font-weight:500;font-size:1.4rem;line-height:2.4rem;color:var(--gray-80)}.styles__form___1WBng .styles__add-new-card___1PHBo .styles__subtitle-container___1H7Ef .styles__cancel-button___3Mz7R{border:none;background-color:initial;font-weight:500;font-size:1.4rem;line-height:2.4rem;color:var(--shamrock);cursor:pointer}.styles__form___1WBng .styles__add-new-card___1PHBo .styles__subtitle-container___1H7Ef .styles__cancel-button___3Mz7R:hover{color:var(--eucalyptus)}.styles__form___1WBng .styles__add-new-card___1PHBo .styles__subtitle-container___1H7Ef .styles__cancel-button___3Mz7R:focus{box-shadow:0 0 0 4px var(--shadow-shamrock)}.styles__form___1WBng .styles__add-new-card___1PHBo .styles__payment-form___1_PPJ{box-sizing:border-box}.styles__form___1WBng .styles__add-credit-card-button___2jIUf{cursor:pointer;background-color:#fff;display:flex;color:var(--shamrock);font-weight:600;font-size:1.4rem;line-height:2.4rem;letter-spacing:.1rem;text-transform:uppercase;align-items:center;margin:1.6rem 0 2.4rem;justify-self:flex-start}.styles__form___1WBng .styles__add-credit-card-button___2jIUf .styles__plus-icon___1DAjP{height:1.4rem;width:1.4rem;fill:var(--shamrock);margin-right:.4rem}.styles__form___1WBng .styles__add-credit-card-button___2jIUf:hover{color:var(--eucalyptus)}.styles__form___1WBng .styles__add-credit-card-button___2jIUf:hover .styles__plus-icon___1DAjP{fill:var(--eucalyptus)}.styles__form___1WBng .styles__add-credit-card-button___2jIUf:focus{box-shadow:0 0 0 4px var(--shadow-shamrock)}.styles__form___1WBng .styles__card-error___cTLTP{font-size:1.4rem;color:var(--thunderbird);padding-bottom:3.2rem;text-align:center}.styles__form___1WBng .styles__enroll-button___1lOtK{width:100%;margin-top:auto;justify-self:flex-end}.styles__container___3zdWG{border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);text-align:left}.styles__container___3zdWG.styles__default___3T8l3{padding:24px}@media (min-width:160px) and (max-width:767px){.styles__container___3zdWG.styles__default___3T8l3{padding:16px}}.styles__container___3zdWG.styles__medium___3NZQ1{padding:32px}.styles__container___3zdWG.styles__large___-roOZ{padding:40px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___3zdWG.styles__large___-roOZ{padding:24px}}.styles__section___AK1ND{background-image:linear-gradient(0deg,#fcfdff,#f0f2ff);box-sizing:border-box;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:13.2rem 0}.styles__section___AK1ND .styles__hero-line___2SaC4{inset:0;top:15.1rem;position:absolute}.styles__section___AK1ND.styles__highlight-message___YcWLU{padding-top:20rem}.styles__section___AK1ND.styles__highlight-message___YcWLU .styles__hero-line___2SaC4{top:19.1rem}@media (min-width:160px) and (max-width:767px){.styles__section___AK1ND.styles__highlight-message___YcWLU .styles__hero-line___2SaC4{top:24.1rem}}.styles__section___AK1ND .styles__class-icon___2ZndH{width:12rem;height:12rem;z-index:2;margin-bottom:4.8rem}.styles__section___AK1ND .styles__course-tag-wrapper___1Ua2U{display:flex}.styles__section___AK1ND .styles__course-tag-wrapper___1Ua2U .styles__course-tag___I3WwN{margin-bottom:2rem}@media (min-width:768px) and (max-width:1199px){.styles__section___AK1ND{padding:14rem 0}.styles__section___AK1ND.styles__highlight-message___YcWLU{padding-top:18rem}}@media (min-width:1200px){.styles__section___AK1ND{padding:16.5rem 0}.styles__section___AK1ND.styles__highlight-message___YcWLU{padding-top:20rem}}.styles__section___AK1ND .styles__content___b3mS7{max-width:1360px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width:160px) and (max-width:767px){.styles__section___AK1ND .styles__content___b3mS7{padding:0 2.4rem}}.styles__section___AK1ND .styles__content___b3mS7 .styles__action-buttons___2Uw5C{text-transform:none;padding:2rem 2.8rem;border-radius:.8rem}.styles__section___AK1ND .styles__content___b3mS7 .styles__title___bt62f{font-size:6.4rem;line-height:7.2rem;letter-spacing:-.04rem;font-weight:600}@media (min-width:160px) and (max-width:767px){.styles__section___AK1ND .styles__content___b3mS7 .styles__title___bt62f{font-size:3.2rem;line-height:4rem}}.styles__section___AK1ND .styles__content___b3mS7 .styles__bold-text___uIhzx{font-weight:500;font-size:5.6rem}@media (min-width:160px) and (max-width:767px){.styles__section___AK1ND .styles__content___b3mS7 .styles__bold-text___uIhzx{font-size:2.8rem;line-height:3.2rem}}.styles__section___AK1ND .styles__content___b3mS7 .styles__item-container___2YrRP{width:100%;height:180px;box-sizing:border-box;padding-bottom:20px}@media (min-width:768px) and (max-width:1199px){.styles__section___AK1ND .styles__content___b3mS7 .styles__item-container___2YrRP{height:80px}}@media (min-width:160px) and (max-width:767px){.styles__section___AK1ND .styles__content___b3mS7 .styles__item-container___2YrRP{height:130px}}.styles__section___AK1ND .styles__content___b3mS7 .styles__item-container___2YrRP.styles__single-item-container___3qmue{height:auto}.styles__section___AK1ND .styles__content___b3mS7 .styles__item___jofkb{font-size:6.4rem;line-height:1.11;letter-spacing:-.1rem;font-weight:600;color:var(--gray-100);padding-bottom:10px;text-align:center;margin:auto 0}@media (min-width:768px) and (max-width:1199px){.styles__section___AK1ND .styles__content___b3mS7 .styles__item___jofkb{font-size:40px;font-size:4rem;font-weight:500}}@media (min-width:160px) and (max-width:767px){.styles__section___AK1ND .styles__content___b3mS7 .styles__item___jofkb{font-size:32px;font-size:3.2rem;font-weight:500;line-height:1.25}}.styles__section___AK1ND .styles__content___b3mS7 .styles__section-text___k8tSq{color:var(--gray-80);font-size:1.4rem;max-width:72rem;line-height:3.2rem;padding-bottom:40px;text-align:center}.styles__section___AK1ND .styles__content___b3mS7 .styles__section-text-gray___20U6h{font-size:1.6rem;line-height:2.8rem;font-weight:400;color:var(--gray-64)}@media (min-width:160px) and (max-width:767px){.styles__section___AK1ND .styles__content___b3mS7 .styles__section-text-gray___20U6h{font-size:1.4rem}}@media (min-width:160px) and (max-width:767px){.styles__section___AK1ND .styles__content___b3mS7 .styles__section-text___k8tSq{font-size:1.4rem;line-height:3.2rem;padding-bottom:64px}}@media (min-width:1200px){.styles__section___AK1ND .styles__content___b3mS7 .styles__section-text___k8tSq{padding-bottom:58px}}@keyframes styles__scroll___WsQSC{0%{top:65vh}to{top:80vh;z-index:9999}}@keyframes styles__scroll-mobile___2tvk0{0%{top:70vh}to{top:80vh;z-index:9999}}.styles__membership-card___3psP2:hover{box-shadow:0 0 1px 1px var(--shamrock);cursor:pointer}.styles__membership-card-active___2e_pX{box-shadow:0 0 1px 3px var(--shamrock)}.styles__membership-card-active___2e_pX:hover{cursor:pointer}.styles__membership-description___3b3bp{font-size:14px}.styles__button-card-title___1GtI8{display:block;font-size:14px;font-weight:600;color:var(--gray-80);letter-spacing:1px;line-height:1.43}.styles__button-card-content___3hmaa{display:block}.styles__scrollable-button___1U5Uc{align-self:center;padding:1.6rem 2rem}.styles__scrollable-button-fixed___2Mj1O{position:fixed;top:80vh}.styles__scrollable-button___1U5Uc.styles__scroll-animation___3mMLQ{animation:styles__scroll___WsQSC 1.2s}@media (min-width:160px) and (max-width:767px){.styles__scrollable-button___1U5Uc.styles__scroll-animation___3mMLQ{animation:styles__scroll-mobile___2tvk0 1.2s}}@media (min-width:160px) and (max-width:767px){.styles__scrollable-button___1U5Uc{padding:1.6rem 2rem;font-size:1.2rem}}.styles__modal-button___NsNYj .styles__submit___2EymX{background-color:var(--shamrock-2)}.styles__modal-button___NsNYj .styles__submit___2EymX:hover{background-color:var(--jungle-green)}.styles__container___mCWsk{font-size:16px;font-size:1.6rem;line-height:1.75;color:var(--gray-80)}.styles__container___mCWsk .styles__readMoreButton___1F73d{font-size:16px;font-size:1.6rem;color:var(--malibu);background-color:initial;border:none}.styles__testimonial-card___3xfwd{display:grid;box-sizing:border-box;width:100%}.styles__testimonial-card___3xfwd .styles__testimonial___1H_uR{grid-area:testimonial;font-size:16px;font-size:1.6rem;line-height:1.75;color:var(--gray-80)}@media (min-width:160px) and (max-width:767px){.styles__testimonial-card___3xfwd .styles__testimonial___1H_uR{font-size:14px;font-size:1.4rem}}.styles__testimonial-card___3xfwd .styles__avatar___iC_eU{grid-area:picture;border-radius:50%;object-fit:cover;overflow:hidden}.styles__testimonial-card___3xfwd .styles__author___1qUdo{grid-area:author}.styles__testimonial-card___3xfwd .styles__author___1qUdo .styles__text___4H-8h{font-size:14px;font-size:1.4rem;line-height:1.71;color:var(--gray-56)}.styles__default___ej6Q-{grid-template:1fr auto/auto 1fr;grid-template-areas:"picture testimonial" "picture author";grid-gap:16px 24px}@media (min-width:768px) and (max-width:1199px){.styles__default___ej6Q-{grid-gap:16px 32px}}@media (min-width:1200px){.styles__default___ej6Q-{grid-gap:16px 48px}}.styles__default___ej6Q- .styles__testimonial___1H_uR{font-size:16px;font-size:1.6rem}.styles__default___ej6Q- .styles__avatar___iC_eU{width:60px;height:60px}@media (min-width:768px) and (max-width:1199px){.styles__default___ej6Q- .styles__avatar___iC_eU{width:56px;height:56px}}.styles__default___ej6Q- .styles__author___1qUdo{grid-area:author}.styles__default___ej6Q- .styles__author___1qUdo .styles__username___Wy1HA{font-weight:500}.styles__card___3glmC{grid-template:1fr auto/auto 1fr;grid-template-areas:"testimonial testimonial" "picture author";grid-gap:24px 16px}.styles__card___3glmC .styles__avatar___iC_eU{width:32px;height:32px;border-radius:50%;object-fit:cover;overflow:hidden}.styles__card___3glmC .styles__author___1qUdo{display:flex;flex-direction:column}.styles__card___3glmC .styles__author___1qUdo .styles__username___Wy1HA{color:var(--gray-100)}.styles__testimonials-section___3uDR7{background-color:#fff;padding:48px 24px 24px;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__testimonials-section___3uDR7{padding:64px 40px 32px}}@media (min-width:1200px){.styles__testimonials-section___3uDR7{padding:120px 40px}}.styles__testimonials-section___3uDR7 .styles__testimonials-content___srnhz{max-width:1360px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.styles__testimonials-section___3uDR7 .styles__testimonials-content___srnhz .styles__title___9OyDi{padding-bottom:16px}.styles__testimonials-section___3uDR7 .styles__testimonials-content___srnhz .styles__subtitle___1xJzF{font-size:14px;font-size:1.4rem;color:var(--gray-56);padding-bottom:24px;text-align:center}@media (min-width:768px) and (max-width:1199px){.styles__testimonials-section___3uDR7 .styles__testimonials-content___srnhz .styles__subtitle___1xJzF{font-size:16px;font-size:1.6rem;padding-bottom:32px}}@media (min-width:1200px){.styles__testimonials-section___3uDR7 .styles__testimonials-content___srnhz .styles__subtitle___1xJzF{font-size:20px;font-size:2rem;padding-bottom:56px}}.styles__testimonials-section___3uDR7 .styles__testimonials-content___srnhz .styles__testimonials-grid___Vp66F{display:grid;grid-template-columns:1fr;grid-row-gap:16px}@media (min-width:768px) and (max-width:1199px){.styles__testimonials-section___3uDR7 .styles__testimonials-content___srnhz .styles__testimonials-grid___Vp66F{grid-row-gap:8px}}@media (min-width:1200px){.styles__testimonials-section___3uDR7 .styles__testimonials-content___srnhz .styles__testimonials-grid___Vp66F{grid-column-gap:48px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.styles__text___23F91{font-size:16px;font-size:1.6rem;line-height:2;color:var(--gray-80)}.styles__text___23F91 .styles__strong___14yog{font-weight:500;line-height:1.6;color:var(--gray-100)}.styles__text___23F91 .styles__list___2TTpA{list-style:none;list-style-image:url(/static/e8a364a6e604fe907e3dbc5ebc1e79939d059089a93edf0ab6a26f781b39973bd393b102d1d77b7d2bc5db9db00343f4872d469492a8dcc12b9dc6a66fbc2860.png);line-height:40px;line-height:4rem;padding-left:30px}.styles__text___23F91 .styles__list___2TTpA.styles__check-icon-item___1zXoL{list-style-image:url(/static/03d9cddf6fd55ac2a8f4e48f5d0dbd054dfe28182977b3bc42baddf19b24ae68cb4433342917710a4c586b7a3d8463a112d9c6170c4385b491e1ac719802244c.png)}.styles__text___23F91 .styles__list___2TTpA .styles__list-item___2ypD7{padding-left:10px}.styles__text___23F91 .styles__list___2TTpA .styles__list-item___2ypD7.styles__strong-list-item___2zyvr{font-weight:500}.styles__card___3MDmH{display:grid;grid-template:repeat(2,auto)/auto 1fr;grid-template-areas:"picture content";grid-column-gap:32px}@media (min-width:1200px){.styles__card___3MDmH{grid-template:repeat(2,auto)/1fr;grid-template-areas:"picture" "content"}}.styles__card___3MDmH .styles__picture-container___35387{grid-area:picture;width:60px;height:64px;border-radius:8px;overflow:hidden}@media (min-width:768px) and (max-width:1199px){.styles__card___3MDmH .styles__picture-container___35387{width:232px;height:184px}}@media (min-width:1200px){.styles__card___3MDmH .styles__picture-container___35387{width:100%;height:240px;margin-bottom:16px}}.styles__card___3MDmH .styles__picture-container___35387 .styles__picture___KaOtN{object-fit:cover;height:100%;width:100%}.styles__card___3MDmH .styles__card-content___2x4K4{grid-area:content;display:grid;grid-template:auto auto 1fr auto/1fr}.styles__card___3MDmH .styles__card-content___2x4K4 .styles__level___1SqD0{font-size:14px;font-size:1.4rem;font-weight:600;color:var(--gray-56);text-transform:uppercase;padding-bottom:8px}.styles__card___3MDmH .styles__card-content___2x4K4 .styles__title___1gS6z{font-size:20px;font-size:2rem;font-weight:500;color:var(--gray-100);padding-bottom:8px;text-decoration:none}.styles__card___3MDmH .styles__card-content___2x4K4 .styles__description___1PNj5{font-size:14px;font-size:1.4rem;color:var(--gray-80);padding-bottom:24px;line-height:1.71}.styles__card___3MDmH .styles__card-content___2x4K4 .styles__see-more___2pYg3{justify-self:flex-start}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__level___1SqD0,.styles__card___3MDmH.styles__list-card___1iWUp .styles__level___1SqD0{font-weight:600;font-size:1.6rem;letter-spacing:.1rem;padding-bottom:0}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__title___1gS6z,.styles__card___3MDmH.styles__list-card___1iWUp .styles__title___1gS6z{font-weight:500;font-size:3.2rem;line-height:4rem}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__description___1PNj5,.styles__card___3MDmH.styles__list-card___1iWUp .styles__description___1PNj5{font-size:1.6rem;line-height:2.8rem;padding:0}@media (min-width:160px) and (max-width:767px){.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__description___1PNj5,.styles__card___3MDmH.styles__list-card___1iWUp .styles__description___1PNj5{font-size:1.4rem;line-height:2.4rem}}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__see-more___2pYg3,.styles__card___3MDmH.styles__list-card___1iWUp .styles__see-more___2pYg3{margin:0}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__additional-info___1-Psd .styles__info___3_6wJ,.styles__card___3MDmH.styles__list-card___1iWUp .styles__additional-info___1-Psd .styles__info___3_6wJ{color:var(--gray-56);font-size:1.4rem}.styles__card___3MDmH.styles__featured-card___2y5ky{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);box-sizing:border-box;max-width:100%;align-items:center;grid-column-gap:32px;overflow:hidden;padding-right:24px;display:flex}@media (min-width:160px) and (max-width:767px){.styles__card___3MDmH.styles__featured-card___2y5ky{padding:0 0 24px;flex-direction:column}}@media (min-width:1200px){.styles__card___3MDmH.styles__featured-card___2y5ky{padding-right:40px}}.styles__card___3MDmH.styles__featured-card___2y5ky .styles__picture-container___35387{height:96px;width:100%;margin:0;border-radius:0;align-self:normal}@media (min-width:768px) and (max-width:1199px){.styles__card___3MDmH.styles__featured-card___2y5ky .styles__picture-container___35387{width:176px;height:auto}}@media (min-width:1200px){.styles__card___3MDmH.styles__featured-card___2y5ky .styles__picture-container___35387{width:104px;height:auto}}.styles__card___3MDmH.styles__featured-card___2y5ky .styles__picture-container___35387 .styles__picture___KaOtN{height:100%}.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4{padding-left:32px}@media (min-width:160px) and (max-width:767px){.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4{padding-left:0}}@media (min-width:1200px){.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4{grid-template:auto auto/auto 1fr auto;grid-template-areas:"level description see-more" "title description see-more";align-items:center}}@media (min-width:160px) and (max-width:767px){.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4 .styles__description___1PNj5{padding:0 20px 16px}}@media (min-width:1200px){.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4 .styles__description___1PNj5{padding:8px 56px;grid-area:description}}.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4 .styles__level___1SqD0{white-space:nowrap;padding:24px 0 8px}@media (min-width:160px) and (max-width:767px){.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4 .styles__level___1SqD0{padding:16px 20px 8px}}@media (min-width:1200px){.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4 .styles__level___1SqD0{grid-area:level}}.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4 .styles__title___1gS6z{padding:0 0 24px;white-space:nowrap}@media (min-width:160px) and (max-width:767px){.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4 .styles__title___1gS6z{padding:0 20px 16px}}@media (min-width:1200px){.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4 .styles__title___1gS6z{grid-area:title}}.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4 .styles__see-more___2pYg3{white-space:nowrap}@media (min-width:160px) and (max-width:767px){.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4 .styles__see-more___2pYg3{margin:0 20px}}@media (min-width:768px) and (max-width:1199px){.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4 .styles__see-more___2pYg3{margin-bottom:24px}}@media (min-width:1200px){.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4 .styles__see-more___2pYg3{grid-area:see-more}}.styles__card___3MDmH.styles__featured-card___2y5ky .styles__card-content___2x4K4 .styles__free___h7ZZj{color:#35d795}.styles__card___3MDmH.styles__lightyears-pick___Yic0s{grid-template:auto/auto 1fr;grid-template-areas:"picture content";grid-column-gap:48px}@media (min-width:768px) and (max-width:1199px){.styles__card___3MDmH.styles__lightyears-pick___Yic0s{grid-column-gap:32px}}@media (min-width:160px) and (max-width:767px){.styles__card___3MDmH.styles__lightyears-pick___Yic0s{grid-template:auto 1fr/1fr;grid-template-areas:"picture" "content";grid-gap:16px}}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__picture-container___35387{width:384px;height:336px;margin:0;object-fit:cover}@media (min-width:768px) and (max-width:1199px){.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__picture-container___35387{width:144px;height:144px}}@media (min-width:160px) and (max-width:767px){.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__picture-container___35387{width:100%;height:120px}}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__card-content___2x4K4{max-width:708px;grid-template:repeat(4,auto) 1fr/auto 1fr;grid-template-areas:"pick level" "title title" "description description" "link link" "additional-info additional-info";grid-gap:20px 16px;align-items:center}@media (min-width:160px) and (max-width:767px){.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__card-content___2x4K4{grid-template:repeat(5,auto) 1fr/1fr;grid-template-areas:"pick" "level" "title" "description" "link" "additional-info"}}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__card-content___2x4K4 .styles__lightyears-pick___Yic0s{grid-area:pick;background:#7387ff;background:var(--malibu);border-radius:4px;display:flex;align-items:center;padding:10px;justify-self:flex-start}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__card-content___2x4K4 .styles__lightyears-pick___Yic0s .styles__icon___3fR19{fill:#fff;width:12px;height:12px}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__card-content___2x4K4 .styles__lightyears-pick___Yic0s .styles__pick___3yz61{font-weight:500;font-size:1.4rem;color:#fff;padding-left:10px}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__card-content___2x4K4 .styles__level___1SqD0{grid-area:level}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__card-content___2x4K4 .styles__level___1SqD0 .styles__free___h7ZZj{padding-left:8px;color:#7387ff;color:var(--malibu)}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__card-content___2x4K4 .styles__title___1gS6z{grid-area:title}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__card-content___2x4K4 .styles__description___1PNj5{grid-area:description}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__card-content___2x4K4 .styles__see-more___2pYg3{grid-area:link}.styles__card___3MDmH.styles__lightyears-pick___Yic0s .styles__card-content___2x4K4 .styles__additional-info___1-Psd{grid-area:additional-info}.styles__card___3MDmH.styles__list-card___1iWUp{grid-template:auto/auto 1fr;grid-template-areas:"picture content"}@media (min-width:160px) and (max-width:767px){.styles__card___3MDmH.styles__list-card___1iWUp{grid-template:auto 1fr/1fr;grid-template-areas:"picture" "content";grid-gap:16px}}.styles__card___3MDmH.styles__list-card___1iWUp .styles__picture-container___35387{width:492px;height:360px}@media (min-width:768px) and (max-width:1199px){.styles__card___3MDmH.styles__list-card___1iWUp .styles__picture-container___35387{width:144px;height:144px}}@media (min-width:160px) and (max-width:767px){.styles__card___3MDmH.styles__list-card___1iWUp .styles__picture-container___35387{width:100%;height:120px}}.styles__card___3MDmH.styles__list-card___1iWUp .styles__card-content___2x4K4{grid-gap:16px;grid-template:repeat(4,auto) 1fr/1fr;grid-template-areas:"level" "title" "description" "link" "additional-info"}.styles__section___2W5qR{background-image:linear-gradient(0deg,#fcfdff,#f0f2ff);padding:48px 24px 24px;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__section___2W5qR{padding:64px 40px 32px}}@media (min-width:1200px){.styles__section___2W5qR{padding:96px 40px}}.styles__section___2W5qR .styles__content___3eaRm{max-width:1360px;margin:0 auto;display:flex;flex-direction:column}.styles__section___2W5qR .styles__content___3eaRm .styles__title___1B6PM{grid-area:title;padding-bottom:40px;text-align:center}@media (min-width:768px) and (max-width:1199px){.styles__section___2W5qR .styles__content___3eaRm .styles__title___1B6PM{text-align:center;padding-bottom:56px}}@media (min-width:1200px){.styles__section___2W5qR .styles__content___3eaRm .styles__title___1B6PM{padding-bottom:56px}}.styles__section___2W5qR .styles__content___3eaRm .styles__courses-cards___nts6h{display:grid;grid-template-columns:1fr;grid-row-gap:32px;padding:40px 0 48px}@media (min-width:768px) and (max-width:1199px){.styles__section___2W5qR .styles__content___3eaRm .styles__courses-cards___nts6h{grid-row-gap:40px;padding-bottom:48px 0 64px}}@media (min-width:1200px){.styles__section___2W5qR .styles__content___3eaRm .styles__courses-cards___nts6h{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-column-gap:48px;padding:72px 0 64px}}.styles__section___2W5qR .styles__content___3eaRm .styles__action-buttons___1bC2v{align-self:center}.styles__section___2W5qR.styles__is-list___2ErGZ{background:#fff}@media (min-width:768px) and (max-width:1199px){.styles__section___2W5qR.styles__is-list___2ErGZ{padding:48px 40px}}@media (min-width:160px) and (max-width:767px){.styles__section___2W5qR.styles__is-list___2ErGZ{padding:24px}}.styles__section___2W5qR.styles__is-list___2ErGZ .styles__content___3eaRm .styles__courses-cards___nts6h{grid-template-columns:1fr;grid-row-gap:96px;padding:0}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__section___2W5qR.styles__is-list___2ErGZ .styles__content___3eaRm .styles__courses-cards___nts6h{grid-row-gap:72px}}.styles__section___3xdFp{background-color:#fff;padding:48px 24px 24px;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__section___3xdFp{padding:64px 40px 32px}}@media (min-width:1200px){.styles__section___3xdFp{padding:30px 40px 120px}}.styles__section___3xdFp .styles__content___1icLw{max-width:1360px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.styles__section___3xdFp .styles__content___1icLw .styles__title___3WaOg{padding-bottom:16px}.styles__section___3xdFp .styles__content___1icLw .styles__subtitle___3CmQK{font-size:14px;font-size:1.4rem;color:var(--gray-56);padding-bottom:24px;text-align:center}@media (min-width:768px) and (max-width:1199px){.styles__section___3xdFp .styles__content___1icLw .styles__subtitle___3CmQK{font-size:16px;font-size:1.6rem;padding-bottom:32px}}@media (min-width:1200px){.styles__section___3xdFp .styles__content___1icLw .styles__subtitle___3CmQK{font-size:20px;font-size:2rem;padding-bottom:56px}}.styles__section___3xdFp .styles__content___1icLw .styles__testimonials-grid___3Yp8C{display:grid;grid-template-columns:1fr;grid-row-gap:16px;padding:0 0 56px;max-width:1000px}@media (min-width:768px) and (max-width:1199px){.styles__section___3xdFp .styles__content___1icLw .styles__testimonials-grid___3Yp8C{grid-row-gap:8px}}@media (min-width:1200px){.styles__section___3xdFp .styles__content___1icLw .styles__testimonials-grid___3Yp8C{grid-row-gap:56px}}.styles__section___3xdFp .styles__content___1icLw .styles__for-your-business-button___3BCSC{text-transform:none;border-radius:.8rem;padding:2rem 2.8rem}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/static/f0d7ada22a3eb3b2758198a71472fb240c74ce4ca09028076e23690c70b2339c6b2a40f9158dd71c52d953ef27bbcc0105b061bdc74fbb0ad0b304c7c6a04a38.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url([object Module]);src:url([object Module]?#iefix) format("embedded-opentype"),url([object Module]) format("woff"),url([object Module]) format("truetype"),url([object\ Module]#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.styles__card___3kNSd{max-width:240px;max-height:120px;border-radius:8px;box-shadow:0 4px 12px 0 rgba(42,46,70,.08);background-color:#fff;padding:8px 16px;box-sizing:border-box}.styles__card___3kNSd .styles__logo___249F-{width:208px;height:104px}.styles__section___2ym2d{background-color:#fff;padding:48px 24px 12px;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__section___2ym2d{padding:64px 40px 32px}}@media (min-width:1200px){.styles__section___2ym2d{padding:46px 40px}}.styles__section___2ym2d .styles__content___r5usv{max-width:1360px;margin:0 auto;display:flex;flex-direction:column}.styles__section___2ym2d .styles__content___r5usv .styles__title___1YuH9{grid-area:title;padding-bottom:40px;text-align:center}@media (min-width:768px) and (max-width:1199px){.styles__section___2ym2d .styles__content___r5usv .styles__title___1YuH9{text-align:center;padding-bottom:56px}}@media (min-width:1200px){.styles__section___2ym2d .styles__content___r5usv .styles__title___1YuH9{padding-bottom:56px}}.styles__section___2ym2d .styles__content___r5usv .styles__no-carousel___3WHkw{display:flex;justify-content:center;width:100%}.styles__section___2ym2d .styles__content___r5usv .styles__no-carousel___3WHkw .styles__card___1blr1{padding:0 10px}.styles__section___2ym2d .styles__content___r5usv .styles__carousel-container___1H08K{height:155px;box-sizing:border-box;width:100%;position:relative}.styles__section___2ym2d .styles__content___r5usv .styles__carousel-container___1H08K .styles__overlay___2dmQU{position:absolute;height:155px;width:155px;z-index:3}@media (min-width:160px) and (max-width:767px){.styles__section___2ym2d .styles__content___r5usv .styles__carousel-container___1H08K .styles__overlay___2dmQU{height:155px;width:80px}}.styles__section___2ym2d .styles__content___r5usv .styles__carousel-container___1H08K .styles__overlay-left___3bnHa{background-image:linear-gradient(270deg,hsla(0,0%,100%,0),#fff)}.styles__section___2ym2d .styles__content___r5usv .styles__carousel-container___1H08K .styles__overlay-right___3kRux{background-image:linear-gradient(90deg,hsla(0,0%,100%,0),#fff);right:0;top:0}.styles__section___2ym2d .styles__content___r5usv .styles__carousel-container___1H08K .styles__carousel___WdZMB{height:110px;padding:4px 0;box-sizing:border-box}.styles__section___2ym2d .styles__content___r5usv .styles__carousel-container___1H08K .styles__carousel___WdZMB .styles__card___1blr1{padding:10px;margin:0 auto}.styles__section___1mfF4{background-image:linear-gradient(0deg,#fcfdff,#f0f2ff);box-sizing:border-box;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:13.2rem 0}.styles__section___1mfF4 .styles__hero-line___pDjR0{inset:0;top:15.1rem;position:absolute}.styles__section___1mfF4.styles__highlight-message___7FrN_{padding-top:20rem}.styles__section___1mfF4.styles__highlight-message___7FrN_ .styles__hero-line___pDjR0{top:19.1rem}@media (min-width:160px) and (max-width:767px){.styles__section___1mfF4.styles__highlight-message___7FrN_ .styles__hero-line___pDjR0{top:24.1rem}}.styles__section___1mfF4 .styles__class-icon___yhtNT{width:12rem;height:12rem;z-index:2;margin-bottom:4.8rem}.styles__section___1mfF4 .styles__course-tag-wrapper___3OI9d{display:flex}.styles__section___1mfF4 .styles__course-tag-wrapper___3OI9d .styles__course-tag___2L8hb{margin-bottom:2rem}@media (min-width:768px) and (max-width:1199px){.styles__section___1mfF4{padding:14rem 0}.styles__section___1mfF4.styles__highlight-message___7FrN_{padding-top:18rem}}@media (min-width:1200px){.styles__section___1mfF4{padding:16.5rem 0}.styles__section___1mfF4.styles__highlight-message___7FrN_{padding-top:20rem}}.styles__section___1mfF4 .styles__content___2dbXx{max-width:1360px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width:160px) and (max-width:767px){.styles__section___1mfF4 .styles__content___2dbXx{padding:0 2.4rem}}.styles__section___1mfF4 .styles__content___2dbXx .styles__action-buttons___7ptrJ{text-transform:none;padding:2rem 2.8rem;border-radius:.8rem}.styles__section___1mfF4 .styles__content___2dbXx .styles__title___2_t4O{font-size:6.4rem;line-height:7.2rem;letter-spacing:-.04rem;font-weight:600}@media (min-width:160px) and (max-width:767px){.styles__section___1mfF4 .styles__content___2dbXx .styles__title___2_t4O{font-size:3.2rem;line-height:4rem}}.styles__section___1mfF4 .styles__content___2dbXx .styles__bold-text___38CeR{font-weight:500;font-size:5.6rem}@media (min-width:160px) and (max-width:767px){.styles__section___1mfF4 .styles__content___2dbXx .styles__bold-text___38CeR{font-size:2.8rem;line-height:3.2rem}}.styles__section___1mfF4 .styles__content___2dbXx .styles__item-container___Dub6i{width:100%;height:180px;box-sizing:border-box;padding-bottom:20px}@media (min-width:768px) and (max-width:1199px){.styles__section___1mfF4 .styles__content___2dbXx .styles__item-container___Dub6i{height:80px}}@media (min-width:160px) and (max-width:767px){.styles__section___1mfF4 .styles__content___2dbXx .styles__item-container___Dub6i{height:130px}}.styles__section___1mfF4 .styles__content___2dbXx .styles__item-container___Dub6i.styles__single-item-container___25lKQ{height:auto}.styles__section___1mfF4 .styles__content___2dbXx .styles__item___3Ec57{font-size:6.4rem;line-height:1.11;letter-spacing:-.1rem;font-weight:600;color:var(--gray-100);padding-bottom:10px;text-align:center;margin:auto 0}@media (min-width:768px) and (max-width:1199px){.styles__section___1mfF4 .styles__content___2dbXx .styles__item___3Ec57{font-size:40px;font-size:4rem;font-weight:500}}@media (min-width:160px) and (max-width:767px){.styles__section___1mfF4 .styles__content___2dbXx .styles__item___3Ec57{font-size:32px;font-size:3.2rem;font-weight:500;line-height:1.25}}.styles__section___1mfF4 .styles__content___2dbXx .styles__section-text___2RCN2{color:var(--gray-80);font-size:1.4rem;max-width:72rem;line-height:3.2rem;padding-bottom:40px;text-align:center}.styles__section___1mfF4 .styles__content___2dbXx .styles__section-text-gray___3gmqV{font-size:1.6rem;line-height:2.8rem;font-weight:400;color:var(--gray-64)}@media (min-width:160px) and (max-width:767px){.styles__section___1mfF4 .styles__content___2dbXx .styles__section-text-gray___3gmqV{font-size:1.4rem}}@media (min-width:160px) and (max-width:767px){.styles__section___1mfF4 .styles__content___2dbXx .styles__section-text___2RCN2{font-size:1.4rem;line-height:3.2rem;padding-bottom:64px}}@media (min-width:1200px){.styles__section___1mfF4 .styles__content___2dbXx .styles__section-text___2RCN2{padding-bottom:58px}}.styles__scrollable-button___19CE0{align-self:center;padding:1.6rem 2rem}.styles__scrollable-button-fixed___2eOf_{position:fixed;top:80vh}.styles__scrollable-button___19CE0.styles__scroll-animation___1t9_x{animation:styles__scroll___3qA03 1.2s;animation-fill-mode:forwards}@media (min-width:160px) and (max-width:767px){.styles__scrollable-button___19CE0.styles__scroll-animation___1t9_x{animation:styles__scroll-mobile___xRoTm 1.2s;animation-fill-mode:forwards}}@media (min-width:160px) and (max-width:767px){.styles__scrollable-button___19CE0{padding:1.6rem 2rem;font-size:1.2rem}}@keyframes styles__scroll___3qA03{0%{top:65vh}to{top:80vh;z-index:9999}}@keyframes styles__scroll-mobile___xRoTm{0%{top:70vh}to{top:80vh;z-index:9999}}.styles__section___1__n1{background-color:#fff;padding:64px 24px;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__section___1__n1{padding:80px 40px 88px}}@media (min-width:1200px){.styles__section___1__n1{padding:88px 40px}}.styles__section___1__n1 .styles__content___3LQKa{max-width:1360px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.styles__section___1__n1 .styles__content___3LQKa .styles__title___1O2Ps{grid-area:title;font-size:32px;font-size:3.2rem;padding-bottom:24px;color:#fff}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__section___1__n1 .styles__content___3LQKa .styles__title___1O2Ps{padding-bottom:8px;font-size:40px;font-size:4rem}}.styles__section___1__n1 .styles__content___3LQKa .styles__action-buttons___xSg_Z{text-transform:none;border-radius:.8rem;padding:2rem 2.8rem}.styles__section___1__n1 .styles__section-text___2VHbQ{font-size:20px;font-size:2rem;line-height:1.4;color:#fff;padding-bottom:48px;text-align:center}@media (min-width:768px) and (max-width:1199px){.styles__section___1__n1 .styles__section-text___2VHbQ{padding-bottom:56px}}.styles__section___337Rc{background-color:#fff;padding:40px 24px;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__section___337Rc{padding:96px 40px}}.styles__section___337Rc .styles__content___xa_UH{max-width:1360px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.styles__section___337Rc .styles__content___xa_UH .styles__title___3u2Z2{grid-area:title;text-align:center}.styles__section___337Rc .styles__section-text___3o_K-{font-size:16px;font-size:1.6rem;line-height:2;color:var(--gray-80);max-width:600px}.styles__section___337Rc.styles__about-us-section___2uZj1{background:linear-gradient(15.52deg,#fcfdff,#f0f2ff)}.styles__section___337Rc.styles__about-us-section___2uZj1 .styles__section-text___3o_K-{font-size:16px;font-size:1.6rem;line-height:2;color:var(--gray-80);max-width:815px;text-align:center}.styles__section___2YrFq{background-color:#fff;padding:24px 24px 64px;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__section___2YrFq{padding:48px 40px 96px}}@media (min-width:1200px){.styles__section___2YrFq{padding:120px 40px}.styles__section___2YrFq.styles__no-highlighted-user___pNxTe{padding:60px 40px 120px}}.styles__section___2YrFq .styles__content___1HwT3{max-width:1360px;margin:0 auto;display:flex}.styles__section___2YrFq .styles__content___1HwT3.styles__max-width___ol8-O{max-width:810px;flex-direction:column;justify-content:center}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__section___2YrFq .styles__content___1HwT3{flex-direction:column-reverse}}.styles__section___2YrFq .styles__content___1HwT3 .styles__quote-section___3UIjs{display:flex;align-items:flex-start}.styles__section___2YrFq .styles__content___1HwT3 .styles__quote-section___3UIjs .styles__quote-icon___1Ke-4{min-width:32px;min-height:26.2px;width:32px;height:26.2px;fill:var(--shamrock)}.styles__section___2YrFq .styles__content___1HwT3 .styles__quote-section___3UIjs .styles__quote-icon___1Ke-4.styles__end-quote___G4DRn{padding-left:8px}.styles__section___2YrFq .styles__content___1HwT3 .styles__quote-section___3UIjs .styles__quote___icQ7c{padding-right:48px;padding-left:24px}@media (min-width:768px) and (max-width:1199px){.styles__section___2YrFq .styles__content___1HwT3 .styles__quote-section___3UIjs .styles__quote___icQ7c{padding-right:0;padding-left:16px}}@media (min-width:160px) and (max-width:767px){.styles__section___2YrFq .styles__content___1HwT3 .styles__quote-section___3UIjs .styles__quote___icQ7c{padding-right:0;padding-left:0}}.styles__section___2YrFq .styles__content___1HwT3 .styles__quote-section___3UIjs .styles__quote___icQ7c .styles__quote-text___3hW2j{font-size:16px;font-size:1.6rem;line-height:2.1;color:var(--gray-80);padding-bottom:30px;vertical-align:text-top}@media (min-width:160px) and (max-width:767px){.styles__section___2YrFq .styles__content___1HwT3 .styles__quote-section___3UIjs .styles__quote___icQ7c .styles__quote-text___3hW2j{font-size:14px;font-size:1.4rem}}.styles__section___2YrFq .styles__content___1HwT3 .styles__user-info___1o4AS{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;padding:32px;width:100%;height:160px;background-size:cover;box-sizing:border-box;margin-bottom:48px}@media (min-width:768px) and (max-width:1199px){.styles__section___2YrFq .styles__content___1HwT3 .styles__user-info___1o4AS{height:290px;margin-bottom:64px}}@media (min-width:1200px){.styles__section___2YrFq .styles__content___1HwT3 .styles__user-info___1o4AS{min-width:384px;min-height:416px;max-width:384px;max-height:416px;margin-bottom:0}}.styles__section___2YrFq .styles__content___1HwT3 .styles__user-info___1o4AS .styles__user-name___2WQfJ{font-size:14px;font-size:1.4rem;font-weight:500;line-height:1.71;color:#fff}.styles__section___2YrFq .styles__content___1HwT3 .styles__user-info___1o4AS .styles__user-job___1v42i{font-size:14px;font-size:1.4rem;opacity:.5;line-height:1.29;color:#fff;max-width:130px}.styles__section___2YrFq .styles__content___1HwT3 .styles__quote-author___fSxkD{display:grid;grid-template:auto auto/auto 1fr;grid-template-areas:"picture name" "picture job";padding-left:56px;justify-content:start;align-items:center;grid-gap:0 16px;font-size:14px;font-size:1.4rem;line-height:24px;line-height:2.4rem}@media (min-width:160px) and (max-width:767px){.styles__section___2YrFq .styles__content___1HwT3 .styles__quote-author___fSxkD{padding:0}}.styles__section___2YrFq .styles__content___1HwT3 .styles__quote-author___fSxkD .styles__avatar___2IR0J{grid-area:picture;height:60px;width:60px;object-fit:cover;overflow:hidden;border-radius:50%;align-self:center}@media (min-width:160px) and (max-width:767px){.styles__section___2YrFq .styles__content___1HwT3 .styles__quote-author___fSxkD .styles__avatar___2IR0J{height:40px;width:40px}}.styles__section___2YrFq .styles__content___1HwT3 .styles__quote-author___fSxkD .styles__user-name___2WQfJ{grid-area:name;font-weight:500;color:#55586b;color:var(--gray-80)}.styles__section___2YrFq .styles__content___1HwT3 .styles__quote-author___fSxkD .styles__user-job___1v42i{grid-area:job;color:#888a97;color:var(--gray-56)}@media (min-width:160px) and (max-width:767px){.styles__desktop___vKtDH{display:none}}.styles__mobile___2UOJ8{padding-right:8px}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__mobile___2UOJ8{display:none}}.styles__section___mtVne{background-color:#fff;padding:24px;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__section___mtVne{padding:48px 40px}}@media (min-width:1200px){.styles__section___mtVne{padding:60px 40px}}.styles__section___mtVne .styles__content___23MjT{max-width:1360px;display:flex;margin:70px auto 0}.styles__section___mtVne .styles__content___23MjT:first-child{margin-top:0}.styles__section___mtVne .styles__content___23MjT.styles__max-width___3e9F0{max-width:810px;flex-direction:column;justify-content:center}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__section___mtVne .styles__content___23MjT{flex-direction:column-reverse}}.styles__section___mtVne .styles__content___23MjT .styles__quote-section___teBXY{display:flex;align-items:flex-start}.styles__section___mtVne .styles__content___23MjT .styles__quote-section___teBXY .styles__quote-icon___MaRCO{min-width:32px;min-height:26.2px;width:32px;height:26.2px;fill:var(--shamrock)}.styles__section___mtVne .styles__content___23MjT .styles__quote-section___teBXY .styles__quote-icon___MaRCO.styles__end-quote___1baRm{padding-left:8px}.styles__section___mtVne .styles__content___23MjT .styles__quote-section___teBXY .styles__quote___3MgnQ{padding-right:48px;padding-left:24px}@media (min-width:768px) and (max-width:1199px){.styles__section___mtVne .styles__content___23MjT .styles__quote-section___teBXY .styles__quote___3MgnQ{padding-right:0;padding-left:16px}}@media (min-width:160px) and (max-width:767px){.styles__section___mtVne .styles__content___23MjT .styles__quote-section___teBXY .styles__quote___3MgnQ{padding-right:0;padding-left:0}}.styles__section___mtVne .styles__content___23MjT .styles__quote-section___teBXY .styles__quote___3MgnQ .styles__quote-text___3Ny3X{font-size:16px;font-size:1.6rem;line-height:2.1;color:var(--gray-80);padding-bottom:30px;vertical-align:text-top}@media (min-width:160px) and (max-width:767px){.styles__section___mtVne .styles__content___23MjT .styles__quote-section___teBXY .styles__quote___3MgnQ .styles__quote-text___3Ny3X{font-size:14px;font-size:1.4rem}}.styles__section___mtVne .styles__content___23MjT .styles__user-info___1VvWH{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;padding:32px;width:100%;height:160px;background-size:cover;box-sizing:border-box;margin-bottom:48px}@media (min-width:768px) and (max-width:1199px){.styles__section___mtVne .styles__content___23MjT .styles__user-info___1VvWH{height:290px;margin-bottom:64px}}@media (min-width:1200px){.styles__section___mtVne .styles__content___23MjT .styles__user-info___1VvWH{min-width:384px;min-height:416px;max-width:384px;max-height:416px;margin-bottom:0}}.styles__section___mtVne .styles__content___23MjT .styles__user-info___1VvWH .styles__user-name___1DcG3{font-size:14px;font-size:1.4rem;font-weight:500;line-height:1.71;color:#fff}.styles__section___mtVne .styles__content___23MjT .styles__user-info___1VvWH .styles__user-job___3i63z{font-size:14px;font-size:1.4rem;opacity:.5;line-height:1.29;color:#fff;max-width:130px}.styles__section___mtVne .styles__content___23MjT .styles__quote-author___2DXvP{display:grid;grid-template:auto auto/auto 1fr;grid-template-areas:"picture name" "picture job";padding-left:56px;justify-content:start;align-items:center;grid-gap:0 16px;font-size:14px;font-size:1.4rem;line-height:24px;line-height:2.4rem}@media (min-width:160px) and (max-width:767px){.styles__section___mtVne .styles__content___23MjT .styles__quote-author___2DXvP{padding:0}}.styles__section___mtVne .styles__content___23MjT .styles__quote-author___2DXvP .styles__avatar___9R0gP{grid-area:picture;height:60px;width:60px;object-fit:cover;overflow:hidden;border-radius:50%;align-self:center}@media (min-width:160px) and (max-width:767px){.styles__section___mtVne .styles__content___23MjT .styles__quote-author___2DXvP .styles__avatar___9R0gP{height:40px;width:40px}}.styles__section___mtVne .styles__content___23MjT .styles__quote-author___2DXvP .styles__user-name___1DcG3{grid-area:name;font-weight:500;color:#55586b;color:var(--gray-80)}.styles__section___mtVne .styles__content___23MjT .styles__quote-author___2DXvP .styles__user-job___3i63z{grid-area:job;color:#888a97;color:var(--gray-56)}@media (min-width:160px) and (max-width:767px){.styles__desktop___kavbr{display:none}}.styles__mobile___1B4VO{padding-right:8px}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__mobile___1B4VO{display:none}}.styles__section___3T36M{background-color:#fff;padding:105px 24px 40px;box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__section___3T36M{max-width:100vw}}@media (min-width:768px) and (max-width:1199px){.styles__section___3T36M{padding:88px 40px 50px}}@media (min-width:1200px){.styles__section___3T36M{padding:120px 40px 60px}}.styles__section___3T36M .styles__container___2RKD8{margin:0 auto;display:grid;grid-template:repeat(3,auto)/1fr;grid-template-areas:"title" "video" "content";grid-gap:24px;box-sizing:border-box;max-width:1360px}.styles__section___3T36M .styles__container___2RKD8 .styles__bold-text___1BHz6{font-size:7.2rem;font-weight:200}@media (min-width:160px) and (max-width:767px){.styles__section___3T36M .styles__container___2RKD8 .styles__bold-text___1BHz6{font-size:5.6rem;line-height:5.6rem}.styles__section___3T36M .styles__container___2RKD8 .styles__bold-text___1BHz6.styles__content-video___14AHT{font-size:2.8rem;line-height:3.2rem}}@media (min-width:768px) and (max-width:1199px){.styles__section___3T36M .styles__container___2RKD8{padding-top:15px;grid-gap:48px}}@media (min-width:1200px){.styles__section___3T36M .styles__container___2RKD8{grid-template:repeat(2,auto)/repeat(2,1fr);grid-template-areas:"title title" "video content";grid-gap:72px 48px}}.styles__section___3T36M .styles__container___2RKD8 .styles__title___32rIj{text-align:center;grid-area:title;font-size:4rem;font-weight:600}@media (min-width:160px) and (max-width:767px){.styles__section___3T36M .styles__container___2RKD8 .styles__title___32rIj{font-size:3.2rem}}.styles__section___3T36M .styles__container___2RKD8 .styles__video___3ttnn{grid-area:video;height:336px;width:100%}@media (min-width:768px) and (max-width:1199px){.styles__section___3T36M .styles__container___2RKD8 .styles__video___3ttnn{height:376px}}@media (min-width:160px) and (max-width:767px){.styles__section___3T36M .styles__container___2RKD8 .styles__video___3ttnn{height:174px;max-width:calc(100vw - 48px)}}.styles__section___3T36M .styles__container___2RKD8 .styles__content___1oddH{grid-area:content}.styles__section___3T36M .styles__container___2RKD8 .styles__content___1oddH .styles__break___1Xkb-{padding-top:24px}.styles__section___3T36M .styles__container___2RKD8.styles__video-only___ckTDb{grid-template:repeat(2,auto)/100%;grid-template-areas:"title" "video";width:100%}@media (min-width:1200px){.styles__section___3T36M .styles__container___2RKD8.styles__video-only___ckTDb{padding:34px 108px 0;box-sizing:border-box}}.styles__section___3T36M .styles__container___2RKD8.styles__video-only___ckTDb .styles__video___3ttnn{height:581px}@media (min-width:768px) and (max-width:1199px){.styles__section___3T36M .styles__container___2RKD8.styles__video-only___ckTDb .styles__video___3ttnn{height:382px}}@media (min-width:160px) and (max-width:767px){.styles__section___3T36M .styles__container___2RKD8.styles__video-only___ckTDb .styles__video___3ttnn{height:172px}}.styles__section___3T36M .styles__container___2RKD8.styles__title-aligned___Vr0mF{grid-gap:32px}@media (min-width:1200px){.styles__section___3T36M .styles__container___2RKD8.styles__title-aligned___Vr0mF{grid-template:repeat(2,auto)/1.1fr .9fr;grid-template-areas:"video title" "video content";grid-gap:24px 75px}}.styles__section___3T36M .styles__container___2RKD8.styles__title-aligned___Vr0mF .styles__title___32rIj{font-size:3.2rem;line-height:5rem}.styles__section___3T36M .styles__container___2RKD8.styles__title-aligned___Vr0mF .styles__video___3ttnn{height:380px;width:100%}@media (min-width:768px) and (max-width:1199px){.styles__section___3T36M .styles__container___2RKD8.styles__title-aligned___Vr0mF .styles__video___3ttnn{height:376px}}@media (min-width:160px) and (max-width:767px){.styles__section___3T36M .styles__container___2RKD8.styles__title-aligned___Vr0mF .styles__video___3ttnn{height:174px}}.styles__section___3T36M .styles__container___2RKD8.styles__title-aligned___Vr0mF .styles__content___1oddH{margin:0 auto}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__section___3T36M .styles__container___2RKD8.styles__title-aligned___Vr0mF .styles__content___1oddH{text-align:center;max-width:500px}}.styles__section___3eK_6{background-color:#fff;padding:105px 24px 40px;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__section___3eK_6{padding:88px 40px 50px}}@media (min-width:1200px){.styles__section___3eK_6{padding:120px 40px 60px}}.styles__section___3eK_6 .styles__container___1hP2D{max-width:1200px;width:auto;margin:0 auto;display:grid;grid-template:auto 1fr/auto 600px;grid-template-areas:"picture title" "picture content";grid-gap:40px 120px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__section___3eK_6 .styles__container___1hP2D{grid-template:repeat(3,auto)/1fr;grid-template-areas:"title" "picture" "content";justify-content:center}}.styles__section___3eK_6 .styles__container___1hP2D .styles__backgroundImage___2t4Qs{grid-area:picture;width:100%;height:100%;box-sizing:border-box;background-repeat:no-repeat;background-size:contain;background-position:top}@media (min-width:1200px){.styles__section___3eK_6 .styles__container___1hP2D .styles__backgroundImage___2t4Qs{background-position-x:right;background-position-y:top;height:calc(100% - 40px);margin-top:40px}}@media (min-width:768px) and (max-width:1199px){.styles__section___3eK_6 .styles__container___1hP2D .styles__backgroundImage___2t4Qs{margin:0 auto;min-height:360px;max-width:312px}}@media (min-width:160px) and (max-width:767px){.styles__section___3eK_6 .styles__container___1hP2D .styles__backgroundImage___2t4Qs{margin:0 auto;min-height:240px;max-width:262px}}.styles__section___3eK_6 .styles__container___1hP2D .styles__title___2ZYVA{grid-area:title}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__section___3eK_6 .styles__container___1hP2D .styles__title___2ZYVA{text-align:center}}@media (min-width:1200px){.styles__section___3eK_6 .styles__container___1hP2D .styles__title___2ZYVA{max-width:600px}}.styles__section___3eK_6 .styles__container___1hP2D .styles__content___33uIM{grid-area:content}@media (min-width:1200px){.styles__section___3eK_6 .styles__container___1hP2D .styles__content___33uIM{max-width:600px}}.styles__panel___1GKca{width:100%;padding-bottom:3px}.styles__panel___1GKca .styles__question-panel___1PCjc{width:100%;display:flex;justify-content:space-between;align-items:center;font-weight:500;font-size:16px;font-size:1.6rem;line-height:24px;color:#2a2e46;color:var(--gray-100);padding:28px 0;box-sizing:border-box;background-color:#fff;cursor:pointer}@media (min-width:160px) and (max-width:767px){.styles__panel___1GKca .styles__question-panel___1PCjc{font-size:14px;font-size:1.4rem;padding:16px 0}}.styles__panel___1GKca .styles__question-panel___1PCjc .styles__question___ZXgWU{justify-self:flex-start;text-align:left}.styles__panel___1GKca .styles__question-panel___1PCjc .styles__icon___3Set6{height:24px;width:24px;transform:rotate(-1turn);transition:transform .15s ease;fill:#888a97;fill:var(--gray-56)}.styles__panel___1GKca .styles__question-panel___1PCjc .styles__icon___3Set6.styles__arrow-up___3IoUz{transform:rotate(-180deg);transition:transform .15s ease}.styles__panel___1GKca .styles__answer-container___3yS_M{padding-bottom:30px}.styles__panel___1GKca .styles__answer-container___3yS_M .styles__answer___3kxvG{font-size:16px;font-size:1.6rem;line-height:32px;color:#55586b;color:var(--gray-80)}@media (min-width:160px) and (max-width:767px){.styles__panel___1GKca .styles__answer-container___3yS_M .styles__answer___3kxvG{font-size:14px;font-size:1.4rem;line-height:24px}}.styles__container___35tez{display:grid;grid-template:1fr/1fr;background-color:#fff;width:100%}.styles__container___35tez .styles__panel___3UMvW:not(:last-child){border-bottom:1px solid #eeeff1;border-bottom:1px solid var(--gray-8)}.styles__section___13Kpg{background-color:#fff;padding:60px 24px 96px;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__section___13Kpg{padding:88px 40px 96px}}@media (min-width:1200px){.styles__section___13Kpg{padding:60px 40px 120px}}.styles__section___13Kpg .styles__container___3GjPQ{max-width:1360px;margin:0 auto}.styles__section___13Kpg .styles__container___3GjPQ .styles__title___3aTvq{text-align:center;grid-area:title;font-size:3.2rem;letter-spacing:-.03rem}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__section___13Kpg .styles__container___3GjPQ .styles__title___3aTvq{text-align:center}}@media (min-width:160px) and (max-width:767px){.styles__section___13Kpg .styles__container___3GjPQ .styles__title___3aTvq{font-size:2rem}}@media (min-width:160px) and (max-width:767px){.styles__section___13Kpg .styles__container___3GjPQ .styles__bold-text___WvOVe{line-height:3.2rem}}.styles__section___13Kpg .styles__container___3GjPQ .styles__content___2bfph{grid-area:content;display:flex;justify-content:center}.styles__section___13Kpg .styles__container___3GjPQ .styles__content___2bfph .styles__expandable-section___2nIoC{max-width:1032px;padding-top:60px}@media (min-width:768px) and (max-width:1199px){.styles__section___13Kpg .styles__container___3GjPQ .styles__content___2bfph .styles__expandable-section___2nIoC{padding-top:45px}}.styles__section___3Wp7W{background:linear-gradient(28.07deg,#fcfdff,#f0f2ff);padding:48px 24px 72px;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__section___3Wp7W{padding:48px 40px 96px}}@media (min-width:1200px){.styles__section___3Wp7W{padding:104px 40px 96px}}.styles__section___3Wp7W .styles__container___3MABU{max-width:128rem;margin:0 auto;display:flex;flex-direction:column;text-align:center;align-items:center}.styles__section___3Wp7W .styles__container___3MABU .styles__title___1YLOW{font-size:3.2rem;font-weight:600;line-height:4rem;letter-spacing:-.03rem;max-width:86rem}@media (min-width:160px) and (max-width:767px){.styles__section___3Wp7W .styles__container___3MABU .styles__title___1YLOW{font-size:1.6rem;line-height:2.4rem}}.styles__section___3Wp7W .styles__container___3MABU .styles__bold-text___1IhIw{font-size:7.2rem;font-weight:200;line-height:10.2rem}@media (min-width:160px) and (max-width:767px){.styles__section___3Wp7W .styles__container___3MABU .styles__bold-text___1IhIw{font-size:2.8rem;line-height:3.2rem}}.styles__section___3Wp7W .styles__container___3MABU .styles__content___1yFFY{padding:50px 0 32px}@media (min-width:160px) and (max-width:767px){.styles__section___3Wp7W .styles__container___3MABU .styles__content___1yFFY{padding:48px 0}}.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ{display:flex;width:100%;justify-content:center;box-sizing:border-box;flex-wrap:wrap;column-gap:2.4rem}.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ .styles__item___3kr8U{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}@media (min-width:1200px){.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ .styles__item___3kr8U{min-width:276px;margin:40px 24px}}@media (min-width:768px) and (max-width:1199px){.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ .styles__item___3kr8U{margin:30px 16px;min-width:232px}}@media (min-width:160px) and (max-width:767px){.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ .styles__item___3kr8U{margin:25px 0}}.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ .styles__item___3kr8U .styles__item-picutre___2UJuM{width:72px;height:72px}.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ .styles__item___3kr8U .styles__item-text___29o6U{padding-top:16px;font-size:16px;font-size:1.6rem;line-height:32px;line-height:3.2rem;text-align:center;color:#55586b;color:var(--gray-80);max-width:276px}@media (min-width:768px) and (max-width:1199px){.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ .styles__item___3kr8U .styles__item-text___29o6U{max-width:232px}}@media (min-width:160px) and (max-width:767px){.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ .styles__item___3kr8U .styles__item-text___29o6U{font-size:14px;font-size:1.4rem;line-height:24px;line-height:2.4rem;max-width:312px}}.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ .styles__item___3kr8U .styles__item-text___29o6U.styles__bold-text___1IhIw{font-weight:600}.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ .styles__item___3kr8U.styles__smaller-item___33Ke4{min-width:168px;box-sizing:border-box}.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ .styles__item___3kr8U.styles__smaller-item___33Ke4 .styles__item-text___29o6U{max-width:168px}@media (min-width:160px) and (max-width:767px){.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ .styles__item___3kr8U.styles__smaller-item___33Ke4 .styles__item-text___29o6U{max-width:144px}}.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ.styles__vertical-list___12Iy9{display:flex;flex-direction:column;max-width:800px;margin:0 auto}.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ.styles__vertical-list___12Iy9 .styles__item___3kr8U{flex-direction:row}.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ.styles__vertical-list___12Iy9 .styles__item___3kr8U:not(:last-child){padding-bottom:56px}.styles__section___3Wp7W .styles__container___3MABU .styles__list___2AQKQ.styles__vertical-list___12Iy9 .styles__item___3kr8U .styles__item-text___29o6U{max-width:100%;padding:0 0 0 40px;text-align:left}.styles__section___3Wp7W .styles__container___3MABU .styles__additional-content___1ZCSc{max-width:800px;margin-top:32px}.styles__section___3Wp7W .styles__action-buttons___2P0l4{margin:4rem}.styles__modal___2j1vJ{background-color:#fff;border-radius:8px;padding:32px 24px 12px;width:600px;box-sizing:border-box;max-width:90vw;overflow-y:auto;max-height:90vh}@media (min-width:160px) and (max-width:767px){.styles__modal___2j1vJ{padding:20px 16px 0;max-width:100vw;max-height:100vh;min-width:auto;left:0;right:0;bottom:0;top:0;border-radius:0;box-sizing:border-box}}.styles__modal___2j1vJ .styles__header___1R7HP{display:flex;flex-direction:column;align-items:center}.styles__modal___2j1vJ .styles__header___1R7HP .styles__close-button___3OXDR{padding:4px;border:none;background-color:initial;align-self:flex-end;cursor:pointer}.styles__modal___2j1vJ .styles__header___1R7HP .styles__close-button___3OXDR .styles__close-icon___yT-3U{height:15px;width:15px;fill:#888a97;fill:var(--gray-56)}.styles__modal___2j1vJ .styles__header___1R7HP .styles__course-name___3w6jU{font-weight:600;font-size:14px;font-size:1.4rem;line-height:24px;line-height:2.4rem;letter-spacing:1px;text-transform:uppercase;color:#888a97;fill:var(--gray-56);padding-top:8px}.styles__modal___2j1vJ .styles__header___1R7HP .styles__title___HCsaK{font-weight:500;font-size:32px;font-size:3.2rem;line-height:40px;line-height:4rem;color:#2a2e46;color:var(--gray-100)}@media (min-width:160px) and (max-width:767px){.styles__modal___2j1vJ .styles__header___1R7HP .styles__title___HCsaK{font-size:20px;font-size:2rem;line-height:32px;line-height:3.2rem}}.styles__modal___2j1vJ .styles__classes___yTCdz{display:flex;flex-direction:column}.styles__modal___2j1vJ .styles__classes___yTCdz .styles__class___1FqsU{padding:40px 32px;display:flex;flex-direction:column;font-size:14px;font-size:1.4rem;line-height:24px;line-height:2.4rem;box-sizing:border-box}.styles__modal___2j1vJ .styles__classes___yTCdz .styles__class___1FqsU:not(:last-child){border-bottom:1px solid #eeeff1;border-bottom:1px solid var(--gray-8)}@media (min-width:160px) and (max-width:767px){.styles__modal___2j1vJ .styles__classes___yTCdz .styles__class___1FqsU{padding:40px 0}}.styles__modal___2j1vJ .styles__classes___yTCdz .styles__class___1FqsU .styles__class-title___3A9iX{font-weight:500;font-size:20px;font-size:2rem;line-height:32px;line-height:3.2rem;color:#2a2e46;color:var(--gray-100);padding-bottom:.4rem}.styles__modal___2j1vJ .styles__classes___yTCdz .styles__class___1FqsU .styles__class-date___Gwi0x{font-weight:500;font-size:16px;font-size:1.6rem;line-height:24px;line-height:2.4rem;color:#2a2e46;color:var(--gray-100)}.styles__modal___2j1vJ .styles__classes___yTCdz .styles__class___1FqsU .styles__class-schedule___2eBQt{color:#55586b;color:var(--gray-80);padding-bottom:8px}.styles__modal___2j1vJ .styles__classes___yTCdz .styles__class___1FqsU .styles__light-gray___3SPSn{color:#888a97;color:var(--gray-56)}.styles__modal___2j1vJ .styles__classes___yTCdz .styles__class___1FqsU .styles__dark-gray___3EW64{font-weight:500;color:#55586b;color:var(--gray-80)}.styles__modal___2j1vJ .styles__classes___yTCdz .styles__class___1FqsU .styles__instructor___33bsA{display:flex;padding-top:2.4rem}.styles__modal___2j1vJ .styles__classes___yTCdz .styles__class___1FqsU .styles__instructor___33bsA .styles__picture___3SxIL{height:32px;width:32px;object-fit:cover;border-radius:50%;overflow:hidden;margin-right:8px}.styles__modal___2j1vJ .styles__classes___yTCdz .styles__class___1FqsU .styles__instructor___33bsA .styles__instructor-name___nAJ4m{font-weight:500;color:#55586b;color:var(--gray-80)}.styles__modal___2j1vJ .styles__classes___yTCdz .styles__class___1FqsU .styles__enroll-button___1bRWH{align-self:flex-start;margin-top:2.4rem}.styles__section___1miT5{background-color:#fff;padding:96px 24px 100px;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__section___1miT5{padding:120px 40px}}@media (min-width:1200px){.styles__section___1miT5{padding:120px 40px 192px}}.styles__section___1miT5 .styles__container___2RIzj{max-width:1000px;margin:0 auto}.styles__section___1miT5 .styles__container___2RIzj .styles__title___G8Fa5{text-align:center}.styles__section___1miT5 .styles__container___2RIzj .styles__description___1sxsg{font-size:20px;font-size:2rem;line-height:28px;line-height:2.8rem;text-align:center;color:#55586b;color:var(--gray-80);padding:48px 0}@media (min-width:160px) and (max-width:767px){.styles__section___1miT5 .styles__container___2RIzj .styles__description___1sxsg{padding:32px 0}}.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it{display:grid;grid-gap:50px;grid-template-columns:repeat(auto-fit,minmax(490px,1fr))}@media (min-width:1200px){.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it{grid-template-columns:repeat(2,1fr);grid-gap:50px}}@media (min-width:160px) and (max-width:767px){.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it.styles__one-class___VF2bJ{grid-template-columns:1fr}.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it.styles__three-classes___1hBSW{grid-template-columns:repeat(auto-fit,minmax(490px,1fr))}@media (min-width:1200px){.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it.styles__three-classes___1hBSW{grid-template-columns:repeat(auto-fit,minmax(490px,1fr));grid-template-areas:"one two" "three three"}}.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it .styles__card___2CMF-{background-color:#fff;box-shadow:0 2px 4px rgba(42,46,70,.16);border-radius:8px;padding:64px 48px 24px;display:flex;flex-direction:column;align-items:center;max-width:490px;box-sizing:border-box;justify-self:center}@media (min-width:160px) and (max-width:767px){.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it .styles__card___2CMF-{padding:40px 24px;max-width:100%}}@media (min-width:1200px){.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it .styles__card___2CMF-.styles__first___1r1SS{grid-area:one}.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it .styles__card___2CMF-.styles__second___39rQ2{grid-area:two}.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it .styles__card___2CMF-.styles__third___dWsaq{grid-area:three;justify-self:center}}.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it .styles__card___2CMF- .styles__card-title___2aUjb{font-weight:500;font-size:20px;font-size:2rem;line-height:32px;line-height:3.2rem;color:#2a2e46;color:var(--gray-100);text-align:center}.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it .styles__card___2CMF- .styles__card-price___1QhP8{font-weight:500;font-size:14px;font-size:1.4rem;line-height:24px;line-height:2.4rem;text-align:center;color:#888a97;color:var(--gray-56);padding-bottom:24px}.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it .styles__card___2CMF- .styles__card-description___3P4Vt{align-self:flex-start;padding-bottom:56px}.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it .styles__card___2CMF- .styles__enroll-button___2qTsZ{margin-bottom:24px}.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it .styles__card___2CMF- .styles__enroll-button___2qTsZ.styles__last-element___2zqe2{margin:auto auto 40px}.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it .styles__card___2CMF- .styles__more-available-dates___1hQrq{display:flex;flex-direction:column;align-items:center;font-weight:500;font-size:14px;font-size:1.4rem;line-height:21px;line-height:2.1rem;color:#35d795;color:var(--shamrock);cursor:pointer;background-color:initial;border:none}.styles__section___1miT5 .styles__container___2RIzj .styles__content___3P4it .styles__card___2CMF- .styles__more-available-dates___1hQrq .styles__icon___v7OU1{height:24px;width:24px;fill:#35d795;fill:var(--shamrock)}.styles__section___1H799{background-image:linear-gradient(0deg,#fcfdff,#f0f2ff);padding:96px 24px;box-sizing:border-box}@media (min-width:1200px){.styles__section___1H799{padding:120px 40px}}.styles__section___1H799 .styles__content___2d4Wi{max-width:1360px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.styles__section___1H799 .styles__content___2d4Wi .styles__title___q-vaJ{text-align:center}.styles__section___1H799 .styles__content___2d4Wi .styles__section-text___3jRzH{color:var(--gray-80);font-size:20px;font-size:2rem;line-height:1.4;padding-bottom:40px;text-align:center}@media (min-width:160px) and (max-width:767px){.styles__section___1H799 .styles__content___2d4Wi .styles__section-text___3jRzH{font-size:16px;font-size:1.6rem;line-height:1.75;padding-bottom:64px}}@media (min-width:1200px){.styles__section___1H799 .styles__content___2d4Wi .styles__section-text___3jRzH{padding-bottom:58px}}.styles__section___1H799 .styles__content___2d4Wi .styles__form___A_wIh{display:grid;grid-template:auto/1fr;grid-row-gap:16px;row-gap:16px;max-width:382px;width:100%}.styles__section___1H799 .styles__content___2d4Wi .styles__form___A_wIh .styles__input___qP3wx{height:56px}.styles__section___1H799 .styles__content___2d4Wi .styles__form___A_wIh .styles__input___qP3wx::placeholder{font-size:16px;font-size:1.6rem;line-height:28px;line-height:2.8rem}.styles__section___1H799 .styles__content___2d4Wi .styles__form___A_wIh .styles__error___2L65Q{color:var(--thunderbird);font-size:1.4rem;font-size:14px;flex-shrink:1}.styles__section___2jpbh{background:linear-gradient(20.14deg,#fcfdff,#f0f2ff);padding:24px;box-sizing:border-box;position:relative}@media (min-width:768px) and (max-width:1199px){.styles__section___2jpbh{padding:48px 40px}}@media (min-width:1200px){.styles__section___2jpbh{padding:96px 40px}}.styles__section___2jpbh .styles__content___sK8x4{max-width:1360px;margin:0 auto;display:flex;flex-direction:column}.styles__section___2jpbh .styles__hidden___20sv0{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.styles__section___3cXvj{background-color:#fff;padding:64px 24px;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__section___3cXvj{padding:80px 40px 88px}}@media (min-width:1200px){.styles__section___3cXvj{padding:88px 40px}}.styles__section___3cXvj .styles__content___3AiXA{max-width:1360px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.styles__section___3cXvj .styles__content___3AiXA .styles__title___32wxo{grid-area:title;font-size:32px;font-size:3.2rem;padding-bottom:24px;text-align:center}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__section___3cXvj .styles__content___3AiXA .styles__title___32wxo{padding-bottom:8px;font-size:40px;font-size:4rem}}.styles__section___3cXvj .styles__section-content___2kDwp{padding-bottom:32px}.styles__section___3cXvj .styles__section-content___2kDwp .styles__content-text___RmCpx{font-size:20px;font-size:2rem;line-height:1.4;color:#55586b;color:var(--gray-80);text-align:center}.styles__section___25yYK{background-image:linear-gradient(180deg,#fcfdff,#f0f2ff);padding:48px 24px 24px;box-sizing:border-box;position:relative;background-repeat:no-repeat;background-position:100% 100%}@media (min-width:160px) and (max-width:767px){.styles__section___25yYK{display:grid;grid-template:1fr 400px/1fr;background-size:auto 370px}}@media (min-width:768px) and (max-width:1199px){.styles__section___25yYK{padding:64px 40px 32px;display:grid;grid-template:1fr 600px/1fr;background-size:auto 570px}}@media (min-width:1200px){.styles__section___25yYK{padding:120px 40px;background-size:48vw auto}}.styles__section___25yYK .styles__content___3g69u{max-width:1360px;margin:0 auto;display:grid;grid-template:auto 1fr/1fr;grid-template-areas:"title" "description"}@media (min-width:160px) and (max-width:767px){.styles__section___25yYK .styles__content___3g69u{justify-content:center;text-align:center}}@media (min-width:1200px){.styles__section___25yYK .styles__content___3g69u{grid-template:auto 1fr/repeat(2,1fr);grid-template-areas:"title ." "description ."}}.styles__section___25yYK .styles__content___3g69u .styles__title___1blvS{grid-area:title;padding-bottom:40px}@media (min-width:768px) and (max-width:1199px){.styles__section___25yYK .styles__content___3g69u .styles__title___1blvS{text-align:center;padding-bottom:56px}}@media (min-width:1200px){.styles__section___25yYK .styles__content___3g69u .styles__title___1blvS{padding-bottom:56px}}.styles__section___25yYK .styles__content___3g69u .styles__descriptions-container___3sKsE{grid-area:description;display:grid;grid-template-columns:1fr;justify-content:start;grid-row-gap:32px}.styles__section___25yYK .styles__content___3g69u .styles__descriptions-container___3sKsE .styles__description-content___33EoV{display:grid;grid-template:1fr/56px 1fr;grid-column-gap:32px;align-items:center}@media (min-width:160px) and (max-width:767px){.styles__section___25yYK .styles__content___3g69u .styles__descriptions-container___3sKsE .styles__description-content___33EoV{grid-template:56px 1fr/1fr;grid-row-gap:16px;justify-content:center}}.styles__section___25yYK .styles__content___3g69u .styles__descriptions-container___3sKsE .styles__description-content___33EoV .styles__icon___31R0g{width:56px;height:56px}@media (min-width:160px) and (max-width:767px){.styles__section___25yYK .styles__content___3g69u .styles__descriptions-container___3sKsE .styles__description-content___33EoV .styles__icon___31R0g{justify-self:center}}.styles__section___25yYK .styles__content___3g69u .styles__descriptions-container___3sKsE .styles__description-content___33EoV .styles__description___3zawT{font-size:20px;font-size:2rem;color:var(--gray-80)}@media (min-width:160px) and (max-width:767px){.styles__section___25yYK .styles__content___3g69u .styles__descriptions-container___3sKsE .styles__description-content___33EoV .styles__description___3zawT{font-size:14px;font-size:1.4rem}}.styles__section___29O2A{background:linear-gradient(20.28deg,#fcfdff,#f0f2ff);padding:24px 24px 40px;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__section___29O2A{padding:96px 40px 56px}}@media (min-width:1200px){.styles__section___29O2A{padding:96px 40px}}.styles__section___29O2A .styles__container___1dYED{max-width:1360px;margin:0 auto;display:grid;grid-template:repeat(3,auto)/1fr;grid-template-areas:"picture" "title" "content";grid-gap:16px}@media (min-width:768px) and (max-width:1199px){.styles__section___29O2A .styles__container___1dYED{grid-gap:24px}}@media (min-width:1200px){.styles__section___29O2A .styles__container___1dYED{grid-template:repeat(2,auto)/1fr auto;grid-template-areas:"title picture" "content picture";grid-gap:24px 48px}}.styles__section___29O2A .styles__container___1dYED .styles__title___2n9bQ{grid-area:title;text-align:center}@media (min-width:768px) and (max-width:1199px){.styles__section___29O2A .styles__container___1dYED .styles__title___2n9bQ{padding-top:24px}}@media (min-width:1200px){.styles__section___29O2A .styles__container___1dYED .styles__title___2n9bQ{text-align:left}}.styles__section___29O2A .styles__container___1dYED .styles__content___1SCWQ{grid-area:content}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__section___29O2A .styles__container___1dYED .styles__content___1SCWQ{max-width:500px;margin:0 auto;text-align:center}}.styles__section___29O2A .styles__container___1dYED .styles__content___1SCWQ .styles__break___2TqJM{padding-top:24px}.styles__section___29O2A .styles__container___1dYED .styles__picture___3J8os{grid-area:picture;width:492px;height:340px;border-radius:8px;object-fit:cover}@media (min-width:768px) and (max-width:1199px){.styles__section___29O2A .styles__container___1dYED .styles__picture___3J8os{width:100%;height:290px}}@media (min-width:160px) and (max-width:767px){.styles__section___29O2A .styles__container___1dYED .styles__picture___3J8os{width:100%;height:168px}}.styles__modal___3qGxn{background-color:#fff;width:100%;max-width:90vw;max-height:90vh;border-radius:.8rem;overflow-y:auto}@media (min-width:160px) and (max-width:767px){.styles__modal___3qGxn{max-width:100vw;left:0;right:0;top:5vh}}.styles__modal___3qGxn .styles__content___1oN_u{display:flex;flex-direction:column;padding:6.4rem;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__modal___3qGxn .styles__content___1oN_u{padding:4.8rem}}@media (min-width:160px) and (max-width:767px){.styles__modal___3qGxn .styles__content___1oN_u{padding:2.4rem;margin-bottom:2.4rem}}.styles__modal___3qGxn .styles__content___1oN_u .styles__close-button___3k93T{background:#fff;border:none;padding:.4rem;cursor:pointer;align-self:flex-end}.styles__modal___3qGxn .styles__content___1oN_u .styles__close-button___3k93T .styles__close-icon___1oUvg{width:1.2rem;height:1.2rem;fill:var(--gray-56)}.styles__modal___3qGxn .styles__content___1oN_u .styles__name___2q0a4{font-weight:500;font-size:3.2rem;line-height:4rem;color:var(--gray-100)}@media (min-width:160px) and (max-width:767px){.styles__modal___3qGxn .styles__content___1oN_u .styles__name___2q0a4{font-size:2rem;line-height:3.2rem}}.styles__modal___3qGxn .styles__content___1oN_u .styles__position___nK9FG{font-size:1.6rem;line-height:2.8rem;color:var(--gray-56)}.styles__modal___3qGxn .styles__content___1oN_u .styles__member-info___2ewaS{padding-top:4rem;display:flex;width:100%;justify-content:space-between}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__modal___3qGxn .styles__content___1oN_u .styles__member-info___2ewaS{flex-direction:column-reverse}}.styles__modal___3qGxn .styles__content___1oN_u .styles__member-info___2ewaS .styles__break___2QA-_{padding-top:2.4rem}.styles__modal___3qGxn .styles__content___1oN_u .styles__member-info___2ewaS .styles__image___2U0yr{width:38.4rem;height:38.4rem;border-radius:8px;object-fit:cover}@media (min-width:1200px){.styles__modal___3qGxn .styles__content___1oN_u .styles__member-info___2ewaS .styles__image___2U0yr{margin-left:4.8rem}}@media (min-width:768px) and (max-width:1199px){.styles__modal___3qGxn .styles__content___1oN_u .styles__member-info___2ewaS .styles__image___2U0yr{width:23.2rem;height:23.2rem;margin-bottom:3.2rem}}@media (min-width:160px) and (max-width:767px){.styles__modal___3qGxn .styles__content___1oN_u .styles__member-info___2ewaS .styles__image___2U0yr{width:100%;height:23.2rem;margin-bottom:2.4rem}}.styles__section___2OssK{background:#fff;box-sizing:border-box;padding:48px 40px}@media (min-width:768px) and (max-width:1199px){.styles__section___2OssK{padding:96px 40px 48px}}@media (min-width:1200px){.styles__section___2OssK{padding:120px 40px 48px}}.styles__section___2OssK .styles__container___3WeO6{max-width:1032px;margin:0 auto;display:grid;grid-template:repeat(3,auto)/1fr;grid-template-areas:"title" "picture" "content";grid-gap:16px}@media (min-width:768px) and (max-width:1199px){.styles__section___2OssK .styles__container___3WeO6{grid-gap:16px 32px}}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__section___2OssK .styles__container___3WeO6{grid-template:repeat(2,auto)/1fr auto;grid-template-areas:"title ." "content picture";grid-gap:24px 48px}}.styles__section___2OssK .styles__container___3WeO6 .styles__title___G2BQ0{grid-area:title;font-size:3.2rem;line-height:4rem}@media (min-width:160px) and (max-width:767px){.styles__section___2OssK .styles__container___3WeO6 .styles__title___G2BQ0{text-align:center;font-size:2rem;line-height:3.2rem}}.styles__section___2OssK .styles__container___3WeO6 .styles__content___3GxCf{grid-area:content}.styles__section___2OssK .styles__container___3WeO6 .styles__content___3GxCf .styles__break___gdb-P{padding-top:24px}.styles__section___2OssK .styles__container___3WeO6 .styles__content___3GxCf .styles__read-more-button___3rYSN{margin-top:20px;padding:4px 0}.styles__section___2OssK .styles__container___3WeO6 .styles__picture___29dq-{grid-area:picture;width:276px;height:280px;border-radius:8px;object-fit:cover}@media (min-width:768px) and (max-width:1199px){.styles__section___2OssK .styles__container___3WeO6 .styles__picture___29dq-{width:232px;height:516px}}@media (min-width:160px) and (max-width:767px){.styles__section___2OssK .styles__container___3WeO6 .styles__picture___29dq-{width:100%;height:160px;object-position:50% 0}}.styles__member___1Mmrh{display:flex}@media (min-width:160px) and (max-width:767px){.styles__member___1Mmrh{flex-direction:column}}.styles__member___1Mmrh .styles__picture___1_L68{width:168px;height:168px;object-fit:cover;border-radius:8px}@media (min-width:768px) and (max-width:1199px){.styles__member___1Mmrh .styles__picture___1_L68{width:144px;height:144px}}@media (min-width:160px) and (max-width:767px){.styles__member___1Mmrh .styles__picture___1_L68{width:100%;height:160px;object-position:0 0}}.styles__member___1Mmrh .styles__member-info___1oS6r{display:flex;flex-direction:column;padding-left:48px}@media (min-width:768px) and (max-width:1199px){.styles__member___1Mmrh .styles__member-info___1oS6r{padding-left:32px}}@media (min-width:160px) and (max-width:767px){.styles__member___1Mmrh .styles__member-info___1oS6r{padding-left:0;padding-top:16px}}.styles__member___1Mmrh .styles__member-info___1oS6r .styles__member-name___2itct{font-weight:500;font-size:2rem;line-height:3.2rem;color:var(--gray-100)}@media (min-width:160px) and (max-width:767px){.styles__member___1Mmrh .styles__member-info___1oS6r .styles__member-name___2itct{font-size:1.6rem;line-height:2.4rem}}.styles__member___1Mmrh .styles__member-info___1oS6r .styles__member-position___I_Jvf{font-size:1.4rem;line-height:2.4rem;color:var(--gray-80)}.styles__member___1Mmrh .styles__member-info___1oS6r .styles__view-full-profile-button___p7PQ0{margin-top:12px;padding:4px 0;align-self:flex-start;white-space:nowrap}.styles__leader-button-container___1wodc{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;padding:1.6rem 1.2rem;width:23.6rem;height:24rem;border-radius:.8rem;background-color:#fff;margin:0 1.2rem;font-size:1.4rem;font-weight:400;color:var(--gray-64)}.styles__leader-button-container___1wodc:focus,.styles__leader-button-container___1wodc:hover{background-color:var(--gray-8)}.styles__leader-button-container___1wodc .styles__leader-avatar___2wkCn{margin-bottom:1.2rem;width:10.4rem;height:10.4rem;border-radius:50%}.styles__leader-button-container___1wodc .styles__leader-name___k4PNA{font-size:1.6rem;line-height:2.4rem;letter-spacing:-.01rem;font-weight:600;color:var(--gray-80)}.styles__carousel-wrapper___umRuL{position:relative;background-color:#fff;margin:0 auto}.styles__carousel-wrapper___umRuL .styles__label___1nTnr{font-size:2.4rem;letter-spacing:-.02rem;margin-bottom:3.2rem;font-weight:600;color:var(--gray-100)}.styles__section___1OaYt{background-color:#fff;box-sizing:border-box;padding:48px 40px 0}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__section___1OaYt{padding:48px 40px 160px}}.styles__section___1OaYt .styles__container___3fZvb{max-width:1032px;margin:0 auto;display:flex;flex-direction:column}.styles__section___1OaYt .styles__container___3fZvb .styles__title___gZL11{align-self:flex-start;grid-area:title;font-size:3.2rem;line-height:5.2rem;text-align:left}@media (min-width:160px) and (max-width:767px){.styles__section___1OaYt .styles__container___3fZvb .styles__title___gZL11{text-align:center;font-size:2rem;line-height:3.2rem}}.styles__section___1OaYt .styles__container___3fZvb .styles__members-container___37WMB{padding-top:50px;display:grid;grid-template:auto/repeat(2,1fr);grid-gap:40px}@media (min-width:160px) and (max-width:767px){.styles__section___1OaYt .styles__container___3fZvb .styles__members-container___37WMB{grid-template:auto/1fr}}.styles__toggle-button-container___147j0{padding:.4rem;background-color:var(--gray-4);border-radius:1.2rem;display:flex;position:relative;height:4.8rem;@keyframes styles__moveOver___eAFWo{0%{right:50%;left:0}to{left:50%;right:0}}@keyframes styles__moveBack___2VrC0{0%{left:50%;right:0}to{right:50%;left:0}}}.styles__toggle-button-container___147j0 .styles__filter___29DWY{position:absolute;top:.4rem;bottom:.4rem;background-color:#fff;box-shadow:0 .1rem .3rem .1rem rgba(42,46,70,.16);border-radius:.8rem;font-size:1.4rem;color:var(--gray-80);display:flex;align-items:center;justify-content:center;padding:1.4rem 2.4rem;font-weight:600;cursor:pointer;z-index:1}.styles__toggle-button-container___147j0 .styles__with-schedule___1WdYF{left:.4rem;right:50%;animation:styles__moveBack___2VrC0 .5s ease-in-out}.styles__toggle-button-container___147j0 .styles__self-paced___aboox{left:50%;right:.4rem;animation:styles__moveOver___eAFWo .5s ease-in-out}.styles__toggle-button-container___147j0 .styles__button-container___1A4NJ{width:100%;height:100%;background-color:initial;border-radius:.8rem;font-size:1.4rem;color:var(--gray-80);display:flex;align-items:center;justify-content:center;font-weight:600;cursor:pointer;z-index:2}.styles__paginator-container___1sSpz{display:flex;align-items:center;justify-content:center;position:relative}.styles__paginator-container___1sSpz .styles__paginator-button___1ltYI{padding:.6rem;font-size:1.4rem;color:var(--gray-80);font-weight:500;border-radius:.8rem;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.styles__paginator-container___1sSpz .styles__paginator-button___1ltYI.styles__active___3kc6x{color:var(--malibu);background-color:var(--primary-lightest)}.styles__paginator-container___1sSpz .styles__paginator-link___2Sn4q{position:absolute;display:flex;align-items:center;justify-content:center;height:4rem;width:4rem}.styles__coaches-resume___1hzwS{row-gap:.8rem;color:var(--gray-64)}@media (min-width:160px) and (max-width:767px){.styles__coaches-resume___1hzwS{padding-left:0}}.styles__coaches-resume___1hzwS .styles__coach-avatar-wrapper___bPA_v{grid-area:coaches;align-self:center;display:flex;align-items:center;justify-content:flex-start;position:relative}@media (min-width:160px) and (max-width:767px){.styles__coaches-resume___1hzwS .styles__coach-avatar-wrapper___bPA_v{align-self:flex-start}}.styles__coaches-resume___1hzwS .styles__coach-lead___2kJjU{grid-area:lead;align-self:end;font-weight:500;font-size:1.4rem}@media (min-width:160px) and (max-width:767px){.styles__coaches-resume___1hzwS .styles__coach-lead___2kJjU{align-self:flex-start}}.styles__coaches-resume___1hzwS .styles__coach-detail-subcontent___12QQf{font-size:1.4rem;color:var(--gray-64)}.styles__coaches-resume___1hzwS.styles__row___1cfg5{display:grid;grid-template:1fr auto/minmax(auto,5.6rem) 1fr;grid-template-areas:"coaches lead" "coaches coaches-names"}.styles__coaches-resume___1hzwS.styles__column___2l4X8{display:flex;flex-direction:column}.styles__coaches___2IIyE{font-size:1.6rem;font-weight:400}.styles__coaches-name-bold___3fdlv{font-weight:600;color:var(--gray-80)}.styles__coach-avatar___1vTU8{width:4rem;height:4rem;border:.4rem solid #fff;border-radius:50%;object-fit:cover}.styles__coach-avatar___1vTU8.styles__coach-avatar-placeholder___1zXi_{border:none;margin-left:.4rem}@media (min-width:160px) and (max-width:767px){.styles__coach-avatar___1vTU8.styles__centralize___2ykuj{top:50%}}.styles__plus-coaches___2taFy{color:var(--malibu);background-color:var(--primary-lightest);font-size:1.2rem;display:flex;align-items:center;justify-content:center}.styles__large___2adRq{min-width:3.6rem;min-height:3.6rem;max-width:3.6rem;max-height:3.6rem}.styles__large___2adRq.styles__not-first___3IENM{margin-left:-2rem}.styles__medium___3Lg1U{min-height:2.8rem;min-width:2.8rem;max-width:2.8rem;max-height:2.8rem}.styles__medium___3Lg1U.styles__not-first___3IENM{margin-left:-1.6rem}.styles__small___30SVV{min-height:2rem;min-width:2rem;max-width:2rem;max-height:2rem}.styles__small___30SVV.styles__not-first___3IENM{margin-left:-1.2rem}.styles__chip-wrapper___3P62M{display:grid;grid-template:auto auto/4rem 1fr;grid-template-areas:"icon type" "icon title";column-gap:4rem}@media (min-width:160px) and (max-width:767px){.styles__chip-wrapper___3P62M{display:flex;flex-direction:column}}.styles__chip-wrapper___3P62M .styles__class-icons-container___2N9k2{grid-area:icon;background-color:var(--gray-background);width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center}@media (min-width:160px) and (max-width:767px){.styles__chip-wrapper___3P62M .styles__class-icons-container___2N9k2{margin-bottom:2.4rem}}.styles__chip-wrapper___3P62M .styles__class-icons-container___2N9k2 .styles__icon___1gUMH{width:2.4rem;height:2.4rem;fill:var(--gray-64)}.styles__chip-wrapper___3P62M .styles__class-type___1NA3t{grid-area:type;font-size:1.6rem;color:var(--gray-80);font-weight:600}.styles__chip-wrapper___3P62M .styles__class-title___amZ79{grid-area:title;font-size:1.4rem;font-weight:400;color:var(--gray-64)}.styles__class-period___2AJjj{display:grid;grid-template-columns:4rem 1fr;grid-template-areas:"calendar content" "calendar content";align-items:center;gap:.8rem 1.6rem;grid-area:class-period;padding-right:3.2rem;font-size:1.6rem}@media (min-width:768px) and (max-width:1199px){.styles__class-period___2AJjj{padding-right:0}}@media (min-width:160px) and (max-width:767px){.styles__class-period___2AJjj{margin-top:2.4rem;border-right:none;padding-right:0}}.styles__class-period___2AJjj .styles__calendar-icon-wrapper___3YXjn{grid-area:calendar;width:4rem;height:4rem;background-color:var(--gray-4);border-radius:50%;display:flex;align-items:center;justify-content:center;align-self:center}.styles__class-period___2AJjj .styles__calendar-icon-wrapper___3YXjn .styles__calendar-icon___2VN_y{fill:var(--gray-40);height:1.6rem;width:1.6rem}.styles__class-period___2AJjj .styles__class-period-content___Hj-o4{display:flex;justify-content:center;grid-area:content;flex-direction:column}@media (min-width:1200px){.styles__class-period___2AJjj .styles__class-period-content___Hj-o4{justify-content:flex-start}}.styles__class-period___2AJjj .styles__class-period-content___Hj-o4 .styles__class-top-content___1oJlW{font-size:1.4rem;font-weight:400;align-self:flex-start;color:var(--gray-80)}.styles__class-period___2AJjj .styles__class-period-content___Hj-o4 .styles__class-bottom-content___-r_i5{color:var(--gray-64);font-size:1.4rem}.styles__individual-class-detail___yq7AL .styles__class-period-content___Hj-o4{row-gap:.4rem}.styles__individual-class-detail___yq7AL .styles__class-period-content___Hj-o4 .styles__class-top-content___1oJlW{align-self:flex-start;color:var(--gray-100)}.styles__class-element-container___4jabl{display:grid;grid-template-columns:1fr 32rem 1fr;padding:3.2rem 0;grid-template-areas:"coaches class-period button";border-bottom:.1rem solid var(--gray-8)}.styles__class-element-container___4jabl:last-of-type{border-bottom:none}@media (min-width:768px) and (max-width:1199px){.styles__class-element-container___4jabl{display:grid;grid-template:auto auto/1fr auto;row-gap:.8rem;grid-template-areas:"coaches class-period" "coaches button"}}@media (min-width:160px) and (max-width:767px){.styles__class-element-container___4jabl{display:flex;flex-direction:column}}.styles__class-element-container___4jabl .styles__coaches-container___jf4QZ{grid-area:coaches}.styles__class-element-container___4jabl .styles__class-period___oq835{grid-area:class-period;justify-self:flex-start}.styles__class-element-container___4jabl .styles__button___1AuGG{grid-area:button;width:8.7rem;text-transform:none;padding:1rem 2rem;font-size:1.4rem;justify-self:flex-end;letter-spacing:0;border-radius:.8rem}@media (min-width:160px) and (max-width:767px){.styles__class-element-container___4jabl .styles__button___1AuGG{margin-top:1.6rem}}.styles__class-list-container___2qqPr{padding:9.6rem;background-color:#fff;border-top:.1rem solid var(--gray-8)}@media (min-width:768px) and (max-width:1199px){.styles__class-list-container___2qqPr{padding:9.6rem 4.8rem}}@media (min-width:160px) and (max-width:767px){.styles__class-list-container___2qqPr{padding:6.4rem 2.4rem}}.styles__class-list-container___2qqPr .styles__class-list-title___2Sbeq{font-size:3.2rem;letter-spacing:-.03rem;font-weight:600;margin-bottom:3.6rem}.styles__class-list-container___2qqPr .styles__class-filter-container___FGEx8{display:grid;grid-template-columns:1fr 36rem;margin-bottom:6.4rem;column-gap:2.8rem}@media (min-width:160px) and (max-width:767px){.styles__class-list-container___2qqPr .styles__class-filter-container___FGEx8{display:flex;flex-direction:column-reverse;row-gap:2rem}}.styles__class-list-container___2qqPr .styles__class-filter-container___FGEx8 .styles__class-filter___1s3eZ{justify-self:flex-start;min-width:29rem}.styles__class-list-container___2qqPr .styles__spinner-wrapper___2cmAg{height:52.5rem;width:100%;display:flex;align-items:center;justify-content:center}.styles__class-list-container___2qqPr .styles__empty-state-wrapper____GtCq{height:42.5rem;display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center;font-size:1.4rem;line-height:2rem;color:var(--gray-64)}.styles__class-list-container___2qqPr .styles__empty-state-wrapper____GtCq .styles__no-search-results-icon___3xJUR{height:9.6rem;width:9.6rem}.styles__class-list-container___2qqPr .styles__empty-state-wrapper____GtCq .styles__empty-state-text___3-utM{margin:2rem 0 .8rem;font-size:1.6rem;line-height:2.4rem;color:var(--gray-100);font-weight:600;text-align:center}.styles__class-list-container___2qqPr .styles__empty-state-wrapper____GtCq .styles__tip-text___2vEzY{margin-top:2.2rem;color:var(--malibu);font-weight:600}.styles__class-list-container___2qqPr .styles__paginator___2GJvx{margin-top:6.4rem}.styles__coach-container___2moZs{display:flex;align-items:center;margin-top:.8rem}.styles__coach-container___2moZs .styles__coaches-name___e-3HQ{font-size:1.2rem;margin-left:.8rem;color:var(--gray-64)}.styles__coach-container___2moZs .styles__coaches-name___e-3HQ .styles__name___2fdBs{font-weight:500}.styles__coach-container___2moZs .styles__coaches-name___e-3HQ.styles__names-margin___286-0{margin-left:.8rem}.styles__coach-container___2moZs .styles__coach-avatar___1z2Bc{border-radius:50%;height:2rem;width:2rem;object-fit:cover;border:.2rem solid #fff}.styles__coach-container___2moZs .styles__coach-avatar___1z2Bc:not(:first-child){margin-left:-1.2rem}@media (min-width:160px) and (max-width:767px){.styles__coach-container___2moZs .styles__coach-avatar___1z2Bc:not(:first-child){margin-left:-.6rem}}.styles__coach-container___2moZs .styles__other-coaches___2_1qb{background-color:var(--malibu);color:#fff;margin-left:-1.2rem;min-width:2rem;display:flex;align-items:center;justify-content:center}.styles__class-card___1O6S4{border-radius:.8rem;box-shadow:0 .1rem .3rem .1rem rgba(42,46,70,.16);display:flex!important;flex-direction:column;margin:0 2.4rem 1.2rem 0;width:29.4rem;min-height:26.4rem;height:100%;word-break:break-word;position:relative;background-color:#fff}.styles__class-card___1O6S4.styles__slider-class-card___dtmFL{width:100%}.styles__class-card___1O6S4 .styles__card-link-wrapper___3fDDJ{position:absolute;top:0;left:0;right:0;bottom:0}.styles__class-card-cover-photo___1YX6X{border-top-left-radius:.8rem;border-top-right-radius:.8rem;width:100%;height:6.4rem;object-fit:cover}.styles__class-card-content___16fW-{border-top:.1rem solid var(--gray-8);padding:2rem;flex:1}.styles__class-card-content___16fW- .styles__tag___1j5ws{color:var(--malibu);font-size:1.2rem;margin-bottom:.4rem;font-weight:500}.styles__class-card-content___16fW- .styles__class-title___leD9S{font-size:1.6rem;line-height:2.4rem;font-weight:600;color:var(--gray-100);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.styles__class-card-footer___2c8m9{display:flex;align-items:center;padding:2rem;border-top:.1rem solid var(--gray-8);font-size:1.2rem}.styles__class-card-footer-icon___ifJLw{height:1.6rem;width:1.6rem;fill:var(--gray-40);margin-right:1rem}.styles__class-card-footer___2c8m9 .styles__date___UfCLZ{font-weight:500;color:var(--gray-64)}.styles__upcoming-classes-container___1d8Yh{padding:.8rem .2rem}.styles__upcoming-classes-container___1d8Yh .styles__class-card-wrapper___1tO-C{min-width:29.4rem;margin-right:2.4rem}.styles__upcoming-classes-container___1d8Yh .styles__spinner-wrapper___2iXL-{height:26rem;display:flex!important;justify-content:center;align-items:center}@media (min-width:160px) and (max-width:767px){.styles__class-card___1_Euw{min-width:24rem;width:24rem}}.styles__cards-carousel___2AANs{padding:0 2rem}@media (min-width:768px) and (max-width:1199px){.styles__cards-carousel___2AANs{padding:0}}.styles__search-section___3x8WU{padding:6.4rem;background:linear-gradient(180deg,#fff,#f0f2ff);display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width:160px) and (max-width:767px){.styles__search-section___3x8WU{padding:6.4rem 2.8rem}}.styles__search-section___3x8WU.styles__highlight-message___15eeg{padding-top:12rem}.styles__search-section___3x8WU .styles__search-section-title___1bmbB{text-align:center;font-weight:500;font-size:4rem;line-height:4rem;margin-top:8rem}@media (min-width:160px) and (max-width:767px){.styles__search-section___3x8WU .styles__search-section-title___1bmbB{font-size:3.2rem;letter-spacing:-.02rem}}.styles__search-section___3x8WU .styles__input-wrapper___2mRkW{margin-top:4.8rem;max-width:60rem;width:100%;box-shadow:0 .1rem .3rem .1rem rgba(42,46,70,.16);border-radius:.8rem;background-color:#fff}.styles__search-section___3x8WU .styles__input-wrapper___2mRkW .styles__search-input___31DUx{border-radius:.8rem;background-color:#fff;font-size:1.6rem;height:5.6rem;border:none}.styles__search-section___3x8WU .styles__input-wrapper___2mRkW .styles__search-input___31DUx:hover{background-color:#fff}.styles__search-section___3x8WU .styles__input-wrapper___2mRkW .styles__search-input___31DUx:focus{border:none}.styles__search-section___3x8WU .styles__input-wrapper___2mRkW .styles__adornment___2AQni{background-color:var(--malibu);fill:#fff}.styles__upcoming-classes-section___31S1Q{padding:8rem 9.6rem;background-color:#fff;display:grid;grid-template:repeat(2,auto) 1fr/1fr 15.9rem;grid-template-areas:"title button" "description button" "card-list card-list"}@media (min-width:768px) and (max-width:1199px){.styles__upcoming-classes-section___31S1Q{padding:7.2rem 0 8rem 4.8rem;grid-template-rows:repeat(4,auto);grid-template-areas:"title title" "description description" "card-list card-list" "button button"}}@media (min-width:160px) and (max-width:767px){.styles__upcoming-classes-section___31S1Q{padding:7.2rem 2.4rem;grid-template-rows:repeat(2,auto) 30rem auto;grid-template-areas:"title title" "description description" "card-list card-list" "button button"}}.styles__upcoming-classes-section___31S1Q .styles__description___ZEfEE{margin:.8rem 0 2.4rem;line-height:2rem;color:var(--gray-64);grid-area:description;font-size:1.4rem}@media (min-width:768px) and (max-width:1199px){.styles__upcoming-classes-section___31S1Q .styles__description___ZEfEE{max-width:44.8rem}}.styles__upcoming-classes-section___31S1Q .styles__button___1jioZ{grid-area:button;align-self:center;text-transform:none;color:#fff;background-color:var(--malibu);border:none;border-radius:.8rem;letter-spacing:-.02rem;font-size:1.4rem}@media (min-width:768px) and (max-width:1199px){.styles__upcoming-classes-section___31S1Q .styles__button___1jioZ{margin-top:1.2rem;width:16rem}}@media (min-width:160px) and (max-width:767px){.styles__upcoming-classes-section___31S1Q .styles__button___1jioZ{margin-top:1.2rem}}.styles__upcoming-classes-section___31S1Q .styles__scroll-list___3CHdm{grid-area:card-list}@media (min-width:160px) and (max-width:767px){.styles__upcoming-classes-section___31S1Q .styles__scroll-list___3CHdm{overflow-x:hidden}}.styles__discover-section___SytN0{padding:0 9.6rem 8rem;background-color:#fff}@media (min-width:768px) and (max-width:1199px){.styles__discover-section___SytN0{padding:0 4.8rem 8.4rem}}@media (min-width:160px) and (max-width:767px){.styles__discover-section___SytN0{padding:0 2.4rem 8.4rem}}.styles__discover-section___SytN0 .styles__description___ZEfEE{margin-top:.8rem;font-size:1.4rem;line-height:2rem;color:var(--gray-64)}.styles__discover-section___SytN0 .styles__planet-space___3SeEf{padding:10.4rem 3.2rem;display:grid;grid-template:repeat(4,auto)/15rem 35rem 10rem repeat(2,auto);grid-template-areas:"power-my-future power-my-future . . satellite satellite" ". . vision-plus-goals vision-plus-goals vision-plus-goals vision-plus-goals" ". integrated-leadership integrated-leadership integrated-leadership . ." ". . . whole-prosperity whole-prosperity whole-prosperity";row-gap:13.5rem;position:relative}@media (min-width:768px) and (max-width:1199px){.styles__discover-section___SytN0 .styles__planet-space___3SeEf{padding:9.9rem 0;grid-template:repeat(5,auto);grid-template-columns:1fr;grid-template-areas:"power-my-future" "vision-plus-goals" "integrated-leadership" "whole-prosperity" "satellite"}}@media (min-width:160px) and (max-width:767px){.styles__discover-section___SytN0 .styles__planet-space___3SeEf{display:flex;flex-direction:column;padding:6.4rem 0;row-gap:10.5rem}}.styles__discover-section___SytN0 .styles__planet-space___3SeEf .styles__path___2eUxD{height:81.6rem;width:57rem;position:absolute;top:27rem;left:14rem;z-index:1}@media (min-width:768px) and (max-width:1199px){.styles__discover-section___SytN0 .styles__planet-space___3SeEf .styles__path___2eUxD{top:25rem;left:11rem;height:80.5rem;width:45.7rem}}@media (min-width:160px) and (max-width:767px){.styles__discover-section___SytN0 .styles__planet-space___3SeEf .styles__path___2eUxD{display:flex;flex-direction:column;width:0;top:10rem;left:1rem}}.styles__discover-section___SytN0 .styles__planet-space___3SeEf .styles__power-my-future___2Qc6O{grid-area:power-my-future;z-index:2}.styles__discover-section___SytN0 .styles__planet-space___3SeEf .styles__custom-classes___3xmgQ{grid-area:satellite;z-index:2}.styles__discover-section___SytN0 .styles__planet-space___3SeEf .styles__vision-plus-goals___3IKdO{grid-area:vision-plus-goals;z-index:2}@media (min-width:768px) and (max-width:1199px){.styles__discover-section___SytN0 .styles__planet-space___3SeEf .styles__vision-plus-goals___3IKdO{justify-self:flex-end}}.styles__discover-section___SytN0 .styles__planet-space___3SeEf .styles__integrated-leadership___S3b0k{grid-area:integrated-leadership;z-index:2}.styles__discover-section___SytN0 .styles__planet-space___3SeEf .styles__whole-prosperity___1LDVz{grid-area:whole-prosperity;z-index:2}.styles__discover-section___SytN0 .styles__guide-card___2U5SL{display:grid;grid-template:auto auto/auto 1fr 16.5rem;grid-template-areas:"icon title button" "icon description button";row-gap:.4rem;column-gap:3.2rem;box-shadow:0 .1rem .3rem .1rem rgba(42,46,70,.16);padding:3.2rem}@media (min-width:160px) and (max-width:767px){.styles__discover-section___SytN0 .styles__guide-card___2U5SL{display:flex;flex-direction:column}}.styles__discover-section___SytN0 .styles__guide-card___2U5SL .styles__guide-icon___1wQQG{grid-area:icon;width:8.8rem;height:8.8rem;align-self:center}@media (min-width:160px) and (max-width:767px){.styles__discover-section___SytN0 .styles__guide-card___2U5SL .styles__guide-icon___1wQQG{align-self:flex-start}}.styles__discover-section___SytN0 .styles__guide-card___2U5SL .styles__guide-title___1prDT{grid-area:title;font-size:2.4rem;font-weight:600;letter-spacing:-.02rem;align-self:flex-end}@media (min-width:160px) and (max-width:767px){.styles__discover-section___SytN0 .styles__guide-card___2U5SL .styles__guide-title___1prDT{align-self:flex-start;font-size:2rem;margin-top:2rem}}.styles__discover-section___SytN0 .styles__guide-card___2U5SL .styles__guide-description___2QKl5{grid-area:description;font-size:1.4rem;color:var(--gray-64);font-weight:400;line-height:2rem}@media (min-width:160px) and (max-width:767px){.styles__discover-section___SytN0 .styles__guide-card___2U5SL .styles__guide-description___2QKl5{margin-top:.2rem}}.styles__discover-section___SytN0 .styles__guide-card___2U5SL .styles__guide-button___3DZVc{grid-area:button;font-size:1.4rem;text-transform:none;align-self:center;border-radius:.8rem}@media (min-width:160px) and (max-width:767px){.styles__discover-section___SytN0 .styles__guide-card___2U5SL .styles__guide-button___3DZVc{align-self:flex-start;margin-top:2rem}}.styles__title___YA5Kr{grid-area:title;font-size:2.4rem;font-weight:600;letter-spacing:-2%}.styles__planet-container___3Ca8O{display:grid;grid-template:auto auto/auto 1fr;grid-template-areas:"planet content" "planet classes";column-gap:3.6rem}.styles__planet-container___3Ca8O .styles__planet-orbit___1WYYw{grid-area:planet;justify-self:end}@media (min-width:160px) and (max-width:767px){.styles__planet-container___3Ca8O .styles__planet-orbit___1WYYw{width:6.4rem;height:6.4rem}}.styles__planet-container___3Ca8O .styles__planet-content___2VAC2{display:flex;flex-direction:column;grid-area:content;align-self:center}.styles__planet-container___3Ca8O .styles__planet-content___2VAC2 .styles__tags-wrapper___dLKdR{display:flex}.styles__planet-container___3Ca8O .styles__planet-content___2VAC2 .styles__tags-wrapper___dLKdR .styles__course-tag___Pl7iT{align-self:flex-start}.styles__planet-container___3Ca8O .styles__planet-content___2VAC2 .styles__title___gOzCZ{font-size:2rem;line-height:2.8rem;letter-spacing:-.02rem;font-weight:600}@media (min-width:160px) and (max-width:767px){.styles__planet-container___3Ca8O .styles__planet-content___2VAC2 .styles__title___gOzCZ{font-size:1.6rem}}.styles__planet-container___3Ca8O .styles__planet-content___2VAC2 .styles__description___2Ozky{font-size:1.4rem;color:var(--gray-64);line-height:2rem}@media (min-width:768px) and (max-width:1199px){.styles__planet-container___3Ca8O.styles__vision-plus-goals___VH9lv{grid-template-columns:auto 1fr;grid-template-areas:"content planet" "classes planet"}.styles__planet-container___3Ca8O.styles__integrated-leadership___u0p-Q .styles__planet-content___2VAC2 .styles__description___2Ozky,.styles__planet-container___3Ca8O.styles__integrated-leadership___u0p-Q .styles__planet-content___2VAC2 .styles__tags-wrapper___dLKdR .styles__course-tag___Pl7iT,.styles__planet-container___3Ca8O.styles__integrated-leadership___u0p-Q .styles__planet-content___2VAC2 .styles__title___gOzCZ,.styles__planet-container___3Ca8O.styles__integrated-leadership___u0p-Q .styles__view-classes-container___1kTxt{margin-left:15rem}.styles__planet-container___3Ca8O.styles__custom-classes___2K-Fu,.styles__planet-container___3Ca8O.styles__whole-prosperity___jlqI3{margin-left:4rem}}.styles__power-my-future-orbit___15uCB{width:15.1rem;height:15.1rem;border-radius:50%;background-color:var(--salmon);position:relative}.styles__power-my-future-orbit___15uCB .styles__power-my-future___3MOza{width:18.4rem;height:18.4rem;position:absolute;top:-2.4rem;right:-2.4rem}@media (min-width:160px) and (max-width:767px){.styles__power-my-future-orbit___15uCB .styles__power-my-future___3MOza{top:-1.3rem;right:-1.8rem;width:8rem;height:8rem}}.styles__vision-plus-goals-orbit___2de6E{width:22.9rem;height:22.9rem;border-radius:50%;background-color:var(--harp);position:relative;margin-right:3.2rem;display:flex}@media (min-width:160px) and (max-width:767px){.styles__vision-plus-goals-orbit___2de6E{margin-right:0}}.styles__vision-plus-goals-orbit___2de6E .styles__vision-plus-goals___VH9lv{width:20.8rem;height:20.8rem;position:absolute;top:.5rem;right:-1.4rem}@media (min-width:160px) and (max-width:767px){.styles__vision-plus-goals-orbit___2de6E .styles__vision-plus-goals___VH9lv{width:6.4rem;height:6.4rem;top:-.5rem;right:-1rem}}.styles__integrated-leadership-orbit___3DraP{width:17.1rem;height:17.1rem;border-radius:50%;background-color:var(--salmon);position:relative}.styles__integrated-leadership-orbit___3DraP .styles__integrated-leadership___u0p-Q{width:16rem;height:16rem;position:absolute;right:-1.4rem}@media (min-width:160px) and (max-width:767px){.styles__integrated-leadership-orbit___3DraP .styles__integrated-leadership___u0p-Q{width:6.4rem;height:6.4rem;top:-.5rem;right:-1rem}}.styles__whole-prosperity-orbit___1bmyM{width:23.3rem;height:23.3rem;border-radius:50%;background-color:var(--harp);position:relative;margin-right:7.2rem}@media (min-width:160px) and (max-width:767px){.styles__whole-prosperity-orbit___1bmyM{margin-right:0}}.styles__whole-prosperity-orbit___1bmyM .styles__whole-prosperity___jlqI3{width:29.2rem;height:29.2rem;position:absolute;top:-3rem}@media (min-width:160px) and (max-width:767px){.styles__whole-prosperity-orbit___1bmyM .styles__whole-prosperity___jlqI3{top:-1.3rem;right:-1.8rem;width:8rem;height:8rem}}.styles__custom-classes-orbit___2XUAO{width:12.3rem;height:12.3rem}.styles__planets-mobile-path___29QwY{height:24.5rem;width:3.5rem;top:0}.styles__planets-mobile-path___29QwY.styles__reverse___ONraJ{margin-left:3rem;transform:scaleX(-1)}.styles__carousel-dots-container___3RiYR{border:.1rem solid var(--gray-8);border-radius:.8rem;padding:1.6rem;display:flex;align-items:center;justify-content:center;column-gap:.8rem}.styles__carousel-dots-container___3RiYR .styles__carousel-dot-button___YccGu{height:.8rem;width:.8rem;background-color:var(--gray-24);border-radius:50%;padding:0}.styles__carousel-dots-container___3RiYR .styles__carousel-dot-button___YccGu.styles__dot-active___3HyYe{width:1.6rem;background-color:var(--malibu);border-radius:.8rem}.styles__custom-arrow___1v-pB{cursor:pointer;width:4rem;height:4rem;background-color:#fff;border:.1rem solid var(--gray-8);border-radius:.8rem;display:flex;align-items:center;justify-content:center}.styles__custom-arrow___1v-pB:before{display:none}.styles__icon___3yDsq{background-color:#fff;width:1.6rem;height:1.6rem}.styles__icon___3yDsq.styles__right___2RmZ6{transform:rotate(270deg)}.styles__icon___3yDsq.styles__left___spW9S{transform:rotate(90deg)}.styles__modal___1JRbI{position:relative;background-color:#fff;border-radius:8px;width:117rem;box-sizing:border-box;max-width:90vw;max-height:65rem}@media (min-width:160px) and (max-width:767px){.styles__modal___1JRbI{max-height:100vh}}.styles__modal___1JRbI .styles__close-button___3y8zN{position:absolute;right:3.2rem;top:2.4rem;padding:.4rem;cursor:pointer;z-index:3;background-color:#fff}.styles__modal___1JRbI .styles__close-button___3y8zN .styles__icon___1_JWd{width:1.4rem;height:1.4rem;fill:var(--gray-80)}.styles__modal___1JRbI .styles__close-button___3y8zN .styles__icon___1_JWd:hover{fill:var(--gray)}.styles__modal___1JRbI .styles__content-wrapper___2nHhD{height:60rem;padding:0 6.4rem;width:100%;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__modal___1JRbI .styles__content-wrapper___2nHhD{height:80vh;padding:0 6.4rem}}@media (min-width:160px) and (max-width:767px){.styles__modal___1JRbI .styles__content-wrapper___2nHhD{height:80rem;padding:0}}.styles__modal___1JRbI .styles__dots-container___nn6en{position:absolute;width:11.2rem;bottom:2rem;margin:0 auto;left:0;right:0;z-index:3;background-color:#fff}@media (min-width:768px) and (max-width:1199px){.styles__modal___1JRbI{width:90vw;height:90vh}}@media (min-width:160px) and (max-width:767px){.styles__modal___1JRbI{padding:20px 16px 0;max-width:100vw;height:100vh;min-width:10rem;left:0;right:0;bottom:0}}.styles__arrow-left___2E5KU{position:absolute;z-index:2;left:3.2rem}@media (min-width:1200px){.styles__arrow-left___2E5KU{top:50%}}@media (min-width:768px) and (max-width:1199px){.styles__arrow-left___2E5KU{top:50%}}@media (min-width:160px) and (max-width:767px){.styles__arrow-left___2E5KU{left:2.2rem;bottom:2rem;z-index:3}}.styles__slider___2M0S6{position:static}.styles__arrow-right___3rbtk{position:absolute;z-index:2;right:3.2rem}@media (min-width:1200px){.styles__arrow-right___3rbtk{top:50%}}@media (min-width:768px) and (max-width:1199px){.styles__arrow-right___3rbtk{top:50%}}@media (min-width:160px) and (max-width:767px){.styles__arrow-right___3rbtk{bottom:2rem;right:2.2rem;z-index:3}}.styles__slider-course-card-container___ctRhE{padding:2.4rem;border:.1rem solid var(--gray-8);border-radius:.8rem;display:grid;grid-template:repeat(4,auto)/6.4rem 1fr;grid-template-areas:"icon tags" "icon title" "icon description" "icon button";column-gap:3.2rem}@media (min-width:768px) and (max-width:1199px){.styles__slider-course-card-container___ctRhE{display:flex;flex-direction:column;row-gap:.6rem}}@media (min-width:160px) and (max-width:767px){.styles__slider-course-card-container___ctRhE{padding:2.4rem 0;column-gap:2rem;border-radius:0;border:none;border-bottom:.1rem solid var(--gray-8)}.styles__slider-course-card-container___ctRhE:last-of-type{border-bottom:none}}.styles__slider-course-card-container___ctRhE .styles__course-icon___2OVSj{grid-area:icon;height:6.4rem;width:6.4rem}.styles__slider-course-card-container___ctRhE .styles__tags-wrapper___D7C8-{grid-area:tags;display:flex}@media (min-width:160px) and (max-width:767px){.styles__slider-course-card-container___ctRhE .styles__tags-wrapper___D7C8- .styles__tags___3pbXe{font-size:1.2rem}}.styles__slider-course-card-container___ctRhE .styles__course-title___mT5Hz{font-size:1.6rem;margin:1rem 0 .4rem;line-height:2.4rem;color:var(--gray-100);font-weight:600}.styles__slider-course-card-container___ctRhE .styles__course-description___2RYcP{font-size:1.4rem;line-height:2rem;color:var(--gray-64)}.styles__slider-course-card-container___ctRhE .styles__see-more-button___qlH5I{grid-area:button;font-size:1.4rem;line-height:2rem;margin-top:1.6rem;width:10.8rem;height:4rem;padding:0;text-transform:none}.styles__slider-course-card-container___ctRhE .styles__see-more-button___qlH5I.styles__text-malibu___12SPH{border:none;color:var(--malibu);font-weight:500;margin-left:-1.6rem}.styles__home-slider-content___1dh0n{display:grid;grid-template-rows:25% auto auto 50%;grid-template-columns:1fr 1fr;grid-template-areas:". ." "title icon" "description icon" ". .";grid-gap:0 10.4rem;height:100%;border-bottom:.1rem solid var(--gray-8)}.styles__home-slider-content___1dh0n .styles__title___2_PwU{grid-area:title;display:flex;justify-self:start;align-self:end;font-weight:600;font-size:3.2rem;line-height:4rem;margin-bottom:2rem;color:var(--gray-100)}.styles__home-slider-content___1dh0n .styles__description___3x0ER{grid-area:description;display:flex;align-self:start;font-size:1.4rem;line-height:2.4rem;color:var(--gray-64)}.styles__home-slider-content___1dh0n .styles__icon___2wYOc{grid-area:icon;width:32rem;height:29rem}@media (min-width:160px) and (max-width:767px){.styles__home-slider-content___1dh0n .styles__icon___2wYOc{height:18.7rem;width:18.7rem}}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__home-slider-content___1dh0n{grid-template-rows:20% auto auto 1fr;grid-template-columns:1fr;grid-template-areas:". . ." ". icon ." ". title ." ". description ." ". . .";grid-gap:0}.styles__home-slider-content___1dh0n .styles__title___2_PwU{text-align:center;justify-self:center;margin-top:3.7rem}.styles__home-slider-content___1dh0n .styles__description___3x0ER,.styles__home-slider-content___1dh0n .styles__icon___2wYOc{text-align:center;justify-self:center}}.styles__last-slider-content___2izoU{height:100%}@media (min-width:160px) and (max-width:767px){.styles__last-slider-content___2izoU{height:85vh;overflow-y:auto;border-bottom:.1rem solid var(--gray-8)}}.styles__last-slider-content___2izoU .styles__courses-wrapper___xBNle{padding:1.6rem;display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}@media (min-width:160px) and (max-width:767px){.styles__last-slider-content___2izoU .styles__courses-wrapper___xBNle{display:flex;padding:0;flex-direction:column}}.styles__last-slider-content___2izoU .styles__title___2_PwU{grid-area:title;align-self:end;font-weight:600;font-size:3.2rem;line-height:4rem;margin:5.6rem auto 2rem;text-align:center;box-sizing:border-box;color:var(--gray-100)}@media (min-width:160px) and (max-width:767px){.styles__last-slider-content___2izoU .styles__title___2_PwU{font-size:2.4rem}}.styles__slider-content___31g6p{display:grid;grid-template-rows:1fr auto 1fr;grid-template-columns:1fr .1rem 1fr;grid-template-areas:". . ." "intro divider description" ". . .";margin:0 5.6rem;height:50rem;border-bottom:.1rem solid var(--gray-8);padding-bottom:2.4rem}@media (min-width:160px) and (max-width:767px){.styles__slider-content___31g6p{height:70vh;margin:0}}.styles__slider-content___31g6p .styles__intro___11oKF{grid-area:intro;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-right:5.6rem;text-align:center}.styles__slider-content___31g6p .styles__intro___11oKF .styles__icon___2wYOc{height:14.4rem}.styles__slider-content___31g6p .styles__intro___11oKF .styles__tag-wrapper___Byzzx{display:flex;font-size:1.4rem;font-weight:500;line-height:2rem;margin:4.4rem 0 1.6rem}.styles__slider-content___31g6p .styles__intro___11oKF .styles__tag-wrapper___Byzzx .styles__tag___1Kb4h{display:flex;align-items:center;height:2.8rem;justify-content:center;background:var(--primary-lightest);color:var(--malibu);padding:0 1.2rem;border-radius:4rem;margin:0 .8rem}.styles__slider-content___31g6p .styles__intro___11oKF .styles__tag-wrapper___Byzzx .styles__tag-secondary___2QE_W{display:flex;align-items:center;height:2.8rem;justify-content:center;background:var(--gray-4);color:var(--gray-64);padding:0 1.2rem;border-radius:4rem}.styles__slider-content___31g6p .styles__intro___11oKF .styles__title___2_PwU{font-weight:600;font-size:2.4rem;line-height:3.2rem;color:var(--gray-100)}.styles__slider-content___31g6p .styles__intro___11oKF .styles__subtitle___1uWe7{font-weight:200;font-size:2.8rem;line-height:3.2rem;font-family:VivaBeautiful,sans-serif;color:var(--shamrock);margin:.4rem 0 2.4rem;text-align:center}.styles__slider-content___31g6p .styles__intro___11oKF .styles__title-details___3hu8r{font-weight:600;font-size:1.4rem;line-height:2rem;color:var(--malibu)}.styles__slider-content___31g6p .styles__intro___11oKF .styles__details____Mytk{font-size:1.2rem;line-height:1.6rem;color:var(--gray-64);text-align:center;margin-top:.8rem}.styles__slider-content___31g6p .styles__intro___11oKF .styles__details____Mytk .styles__underline___1vJuB{font-weight:400;color:var(--malibu)}.styles__slider-content___31g6p .styles__divider___3CMzz{position:relative;grid-area:divider;background:var(--gray-8);height:64rem;z-index:-1}.styles__slider-content___31g6p .styles__description___3x0ER{grid-area:description;display:flex;flex-direction:column;justify-content:center;font-size:1.4rem;font-weight:400;color:var(--gray-64);line-height:2.4rem;margin-left:5.6rem}.styles__slider-content___31g6p .styles__description___3x0ER .styles__button___T-206{width:11.6rem;text-transform:none;font-size:1.4rem;margin-top:4rem}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__slider-content___31g6p{grid-template-rows:auto;grid-template-columns:1fr;grid-template-areas:"." "intro" "description" ".";margin:8rem 0;overflow-y:auto}.styles__slider-content___31g6p .styles__intro___11oKF{margin-right:0;margin-bottom:4rem}.styles__slider-content___31g6p .styles__divider___3CMzz{display:none}.styles__slider-content___31g6p .styles__description___3x0ER{text-align:center;align-items:center;margin-left:0}}@media (min-width:160px) and (max-width:767px){.styles__slider-content___31g6p{grid-template-rows:1fr}}.styles__hidden___3vbrT{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.styles__container___2DsGF{display:grid;grid-template:1fr/auto 1fr auto;grid-template-areas:"icon content close";grid-column-gap:16px;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.24);padding:16px;min-height:48px;box-sizing:border-box;align-items:center}.styles__container___2DsGF .styles__icon___1GtW2{grid-area:icon}.styles__container___2DsGF .styles__close___EDU9e{grid-area:close}.styles__container___2DsGF .styles__close___EDU9e,.styles__container___2DsGF .styles__icon___1GtW2{height:16px;width:16px;object-fit:contain;fill:var(--white)}.styles__container___2DsGF .styles__content___2zf0y{grid-area:content;font-size:14px;color:var(--white)}.styles__success___9PDEa{background-color:var(--salem)}.styles__error___cY_IQ{background-color:var(--thunderbird)}.styles__info___2on1q{background-color:var(--gray-100)}.styles__container___Y3Mvk{position:relative;display:flex;width:100%}.styles__container___Y3Mvk .styles__icon___3wTEc{height:16px;width:16px;position:absolute;left:12px;top:50%;transform:translateY(-50%)}.styles__container___Y3Mvk .styles__input___1l36I{flex:0 0 100%;border:none;font-size:14px;box-sizing:border-box}.styles__container___Y3Mvk .styles__input___1l36I.styles__search-button-shown___2R3Y9{padding-right:80px}.styles__container___Y3Mvk .styles__search-button___1OjoF{position:absolute;right:0;top:0;bottom:0;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;letter-spacing:1.5px;text-align:center;color:#2a2e46;background-color:initial;padding:12px}.styles__normal___2gv8V .styles__icon___3wTEc{fill:var(--gray-24)}.styles__normal___2gv8V .styles__input___1l36I{height:48px;padding:14px 16px 14px 40px;color:var(--gray-80);border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);width:100%;box-sizing:border-box}.styles__normal___2gv8V .styles__input___1l36I::placeholder{color:var(--gray-24);font-weight:400}.styles__embedded___1PtWr .styles__icon___3wTEc{fill:hsla(0,0%,100%,.72)}.styles__embedded___1PtWr .styles__input___1l36I{padding:8px 12px 8px 40px;color:#fff;background-color:hsla(0,0%,100%,.16);border-radius:2px}.styles__embedded___1PtWr .styles__input___1l36I::placeholder{color:hsla(0,0%,100%,.72);font-weight:400}.styles__embedded___1PtWr .styles__input___1l36I:focus{background-color:var(--white);color:var(--gray-80)}.styles__embedded___1PtWr .styles__input___1l36I:focus::placeholder{color:var(--gray-80)}.styles__embedded___1PtWr .styles__input___1l36I:focus~.styles__icon___3wTEc{fill:var(--gray-80)}.styles__modal___grDXp svg{fill:var(--gray-24)}.styles__modal___grDXp input{padding:10px 12px 10px 40px;color:var(--gray-80);border-radius:4px;width:100%;box-sizing:border-box;border:2px solid var(--gray-4);background-color:var(--gray-4)}.styles__modal___grDXp input::placeholder{color:var(--gray-24);font-weight:400}.styles__modal___grDXp input:hover{background-color:var(--gray-8);border-color:var(--gray-8)}.styles__modal___grDXp input:focus{background-color:var(--white);border-color:var(--gray-4)}.styles__tooltip___2WniD{width:35.8rem;padding:2.4rem;box-sizing:border-box;background-color:#fff;box-shadow:0 2px 4px rgba(42,46,70,.16);border-radius:4px;display:grid;grid-template:repeat(3,auto)/auto 1fr;grid-template-areas:"image title" "image description" "image button";grid-column-gap:1.6rem}@media (min-width:160px) and (max-width:767px){.styles__tooltip___2WniD{grid-template:repeat(5,auto)/1fr;grid-template-areas:"image" "title" "description" "button" "dismiss";text-align:center;padding:2.4rem 4rem}}.styles__tooltip___2WniD .styles__icon___D3s5V{grid-area:image;height:4.8rem;width:4.8rem}@media (min-width:160px) and (max-width:767px){.styles__tooltip___2WniD .styles__icon___D3s5V{height:6.4rem;width:6.4rem;justify-self:center}}.styles__tooltip___2WniD .styles__title___3f0Xa{grid-area:title;font-weight:600;font-size:1.4rem;line-height:2rem;color:var(--gray-100);padding-bottom:.4rem}@media (min-width:160px) and (max-width:767px){.styles__tooltip___2WniD .styles__title___3f0Xa{padding-bottom:.8rem;font-size:1.6rem;line-height:2.4rem;letter-spacing:.1rem}}.styles__tooltip___2WniD .styles__description___2NaXx{grid-area:description;font-size:1.4rem;line-height:2rem;color:var(--gray-80);padding-bottom:1.6rem}@media (min-width:160px) and (max-width:767px){.styles__tooltip___2WniD .styles__description___2NaXx{padding-bottom:3.2rem}}.styles__tooltip___2WniD .styles__tooltip-button___2IOjZ{grid-area:button}@media (min-width:160px) and (max-width:767px){.styles__tooltip___2WniD .styles__tooltip-button___2IOjZ{justify-self:center}}.styles__tooltip___2WniD .styles__dismiss-button___1ZPm0{grid-area:dismiss;justify-self:center;margin-top:1.6rem}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__tooltip___2WniD .styles__dismiss-button___1ZPm0{display:none}}.styles__container___2xy-F{position:relative}.styles__container___2xy-F .styles__button___2k8zo{background-color:initial;border:none;cursor:pointer;outline:none}.styles__container___2xy-F .styles__tooltip___25u_y{position:absolute}.styles__container___2xy-F .styles__tooltip___25u_y.styles__right___3Gw8K{right:-36rem;top:0}.styles__container___2xy-F .styles__tooltip___25u_y.styles__bottom___3CSZi{bottom:0;right:50%;transform:translate(50%,100%)}@media (min-width:160px) and (max-width:767px){.styles__container___2xy-F .styles__tooltip___25u_y{display:none}}.styles__sidebar-menu___2fIGk{background-color:var(--oxford-blue);padding:20px 12px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__sidebar-menu___2fIGk{padding:0;background-color:var(--transparent);display:grid}}@media (min-width:768px) and (max-width:1199px){.styles__sidebar-menu___2fIGk{align-content:center;justify-content:flex-start;margin-left:28px}}.styles__sidebar-menu___2fIGk .styles__menu___2vSR0{list-style-type:none;display:grid;grid-template:auto/1fr;grid-row-gap:16px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__sidebar-menu___2fIGk .styles__menu___2vSR0{grid-template:1fr/repeat(4,1fr);grid-auto-flow:column}}@media (min-width:768px) and (max-width:1199px){.styles__sidebar-menu___2fIGk .styles__menu___2vSR0{grid-column-gap:24px}}.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 li{display:flex;justify-content:center}@media (min-width:1200px){.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 li.styles__notifications___JF5m9 .styles__unread-badge___3Hjt9{display:none}}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 li.styles__notifications___JF5m9{position:relative}.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 li.styles__notifications___JF5m9 .styles__unread-badge___3Hjt9{position:absolute;width:24px;height:20px;top:4px;right:4px;font-size:12px;font-weight:500;color:var(--white);padding:4px;background-color:var(--thunderbird-2);display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.2)}}.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 li .styles__menu-item___3ORV0{border-radius:4px;cursor:pointer;padding:12px}.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 li .styles__menu-item___3ORV0.styles__active___1bMcx{background-color:hsla(0,0%,100%,.12)}.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 li .styles__menu-item___3ORV0 svg{height:32px;max-height:32px;width:32px;fill:var(--white)}@media (min-width:160px) and (max-width:767px){.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 li .styles__menu-item___3ORV0{border-radius:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center;max-height:56px;box-sizing:border-box}.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 li .styles__menu-item___3ORV0.styles__active___1bMcx{background-color:var(--oxford-blue)}}.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 li .styles__blocked-menu-item___1Fz-S{position:relative;padding:12px;border-radius:4px}.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 li .styles__blocked-menu-item___1Fz-S:focus,.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 li .styles__blocked-menu-item___1Fz-S:hover{background-color:hsla(0,0%,100%,.12)}.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 li .styles__blocked-menu-item___1Fz-S .styles__disabled-icon___6UarR{height:32px;max-height:32px;width:32px;fill:var(--gray-24)}.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 li .styles__blocked-menu-item___1Fz-S .styles__locked-icon___1X5Js{position:absolute;height:2rem;width:2rem;top:8px;right:8px}@media (min-width:1200px){.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 [tooltip]{position:relative}.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 [tooltip]:after{content:attr(tooltip);position:absolute;left:100%;top:50%;transform:translateX(16px) translateY(-50%);background-color:var(--gray-100);text-align:center;color:var(--white);font-size:12px;font-weight:600;line-height:1.58;border-radius:4px;pointer-events:none;padding:4px 9px;z-index:1;opacity:0}.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 [tooltip]:hover:after,.styles__sidebar-menu___2fIGk .styles__menu___2vSR0 [tooltip]:hover:before{opacity:1;transition:all .5s}}.styles__sticker___5yllI{font-weight:600;letter-spacing:1px;color:var(--gray-100);border-radius:50%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.styles__sticker___5yllI.styles__extra-small___1T5a_{width:12px;height:12px;font-size:7.5px}.styles__sticker___5yllI.styles__small___3zv66{width:16px;height:16px;font-size:10px;padding:4px}.styles__sticker___5yllI.styles__medium___3zjZu{width:24px;height:24px;font-size:14px;padding:6px}@media (min-width:160px) and (max-width:767px){.styles__sticker___5yllI.styles__medium___3zjZu.styles__responsive___1W7jI{width:16px;height:16px;font-size:10px;padding:4px}}.styles__sticker___5yllI.styles__large___354PI{width:40px;height:40px;font-size:24px;padding:8px}.styles__sticker___5yllI.styles__explorer___2m9qY{background-color:var(--shamrock)}.styles__sticker___5yllI.styles__guider___O8tBp{background-color:var(--melrose)}.styles__sticker___5yllI.styles__admin___27Fl7{background-color:var(--sea-buckthorn)}.styles__sticker___5yllI.styles__leader___oiAY0{background-color:#58c6ff}.styles__sticker___5yllI.styles__suspended___1qR5_{background-color:var(--gray-24)}.styles__container___2BzC5{cursor:default}.styles__container___2BzC5 .styles__link___QAHfU{text-decoration:none}.styles__container___2BzC5 .styles__avatar-wrapper___2M4jW{position:relative;display:flex}.styles__container___2BzC5 .styles__avatar-wrapper___2M4jW .styles__avatar___2QRQ3{border-radius:50%;object-fit:cover}.styles__container___2BzC5 .styles__avatar-wrapper___2M4jW .styles__avatar___2QRQ3.styles__extra-small___vMZff{height:30px;width:30px}.styles__container___2BzC5 .styles__avatar-wrapper___2M4jW .styles__avatar___2QRQ3.styles__small___3il33{height:40px;width:40px}.styles__container___2BzC5 .styles__avatar-wrapper___2M4jW .styles__avatar___2QRQ3.styles__header___-hi3J{height:48px;width:48px}@media (min-width:768px) and (max-width:1199px){.styles__container___2BzC5 .styles__avatar-wrapper___2M4jW .styles__avatar___2QRQ3.styles__header___-hi3J.styles__responsive___1rDmG{width:40px;height:40px}}@media (min-width:160px) and (max-width:767px){.styles__container___2BzC5 .styles__avatar-wrapper___2M4jW .styles__avatar___2QRQ3.styles__header___-hi3J.styles__responsive___1rDmG{width:32px;height:32px}}.styles__container___2BzC5 .styles__avatar-wrapper___2M4jW .styles__avatar___2QRQ3.styles__medium___1eiKM{height:56px;width:56px}@media (min-width:160px) and (max-width:767px){.styles__container___2BzC5 .styles__avatar-wrapper___2M4jW .styles__avatar___2QRQ3.styles__medium___1eiKM.styles__responsive___1rDmG{width:40px;height:40px}}.styles__container___2BzC5 .styles__avatar-wrapper___2M4jW .styles__avatar___2QRQ3.styles__large___2kNCr{height:128px;width:128px}@media (min-width:160px) and (max-width:767px){.styles__container___2BzC5 .styles__avatar-wrapper___2M4jW .styles__avatar___2QRQ3.styles__large___2kNCr.styles__responsive___1rDmG{width:56px;height:56px}}.styles__container___2BzC5 .styles__avatar-wrapper___2M4jW .styles__role-sticker___2o3QT{position:absolute;bottom:0;right:0}.styles__loading___17rRa{z-index:1;position:absolute;top:35%;left:35%}.styles__container___1DjYI{display:grid;grid-template:auto 1fr/1fr;grid-template-areas:"header" "notifications";height:100%;box-sizing:border-box;align-content:start}.styles__container___1DjYI .styles__header___1ZHo7{grid-area:header;padding:16px}@media (min-width:160px) and (max-width:767px){.styles__container___1DjYI .styles__header___1ZHo7{display:grid;grid-template:1fr/1fr auto;grid-template-areas:"title close"}}.styles__container___1DjYI .styles__header___1ZHo7 .styles__title___39NGB{font-size:14px;font-weight:600;letter-spacing:1px;color:var(--gray-80)}@media (min-width:160px) and (max-width:767px){.styles__container___1DjYI .styles__header___1ZHo7 .styles__title___39NGB{grid-area:title}}.styles__container___1DjYI .styles__header___1ZHo7 .styles__close___1pORr{grid-area:close;height:16px;width:16px;fill:var(--gray-56)}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__container___1DjYI .styles__header___1ZHo7 .styles__close___1pORr{display:none}}.styles__container___1DjYI .styles__header___1ZHo7 button{cursor:pointer;background-color:initial}.styles__container___1DjYI .styles__empty___1yNxs{grid-area:notifications;display:flex;flex-direction:column;align-items:center;justify-content:center}.styles__container___1DjYI .styles__empty___1yNxs .styles__icon___Xtm5m{height:80px;width:80px}.styles__container___1DjYI .styles__empty___1yNxs .styles__text___3QOIk{font-size:14px;line-height:1.43;text-align:center;color:var(--gray-80);margin-top:16px}.styles__container___1DjYI .styles__notifications___3cemq{grid-area:notifications;overflow-y:scroll;-webkit-overflow-scrolling:touch;display:grid;grid-template:auto/1fr;padding:0 16px;z-index:1;align-content:start}.styles__container___1DjYI .styles__notifications___3cemq .styles__notification___1jybh{padding:16px 0;display:grid;grid-template:auto 1fr/auto 1fr;grid-template-areas:"picture text" ". time";grid-column-gap:16px}.styles__container___1DjYI .styles__notifications___3cemq .styles__notification___1jybh .styles__picture___39paF{grid-area:picture;width:40px;height:40px;border-radius:24px;cursor:pointer}.styles__container___1DjYI .styles__notifications___3cemq .styles__notification___1jybh .styles__text___3QOIk{grid-area:text;font-size:12px;line-height:1.58;color:var(--gray-80)}.styles__container___1DjYI .styles__notifications___3cemq .styles__notification___1jybh .styles__text___3QOIk.styles__unread___22scF{font-weight:600;position:relative}.styles__container___1DjYI .styles__notifications___3cemq .styles__notification___1jybh .styles__text___3QOIk.styles__unread___22scF:before{content:"";position:absolute;top:4.5px;left:-6px;height:4px;width:4px;background-color:var(--malibu);border-radius:50%}.styles__container___1DjYI .styles__notifications___3cemq .styles__notification___1jybh .styles__time___kWEv_{grid-area:time;font-size:12px;color:var(--gray-56)}.styles__container___1DjYI .styles__notifications___3cemq::-webkit-scrollbar{width:20px;background-color:#fff;border-radius:4px}.styles__container___1DjYI .styles__notifications___3cemq::-webkit-scrollbar-track{color:#fff}.styles__container___1DjYI .styles__notifications___3cemq::-webkit-scrollbar-thumb{border:8px solid #fff;border-radius:10px;background-color:rgba(46,58,89,.16)}.styles__container___1DjYI .styles__notifications___3cemq>div~div{border-top:1px solid var(--gray-8)}.styles__link___1MqVy{text-decoration:none}.styles__container___1fP-k{display:grid;grid-template:auto 1fr auto/1fr;grid-template-areas:"title" "messages" "action";height:100%;box-sizing:border-box}.styles__container___1fP-k .styles__title___3Q6yC{grid-area:title;padding:16px}.styles__container___1fP-k .styles__empty___3TtB6{grid-area:messages;display:flex;flex-direction:column;align-items:center;justify-content:center}.styles__container___1fP-k .styles__empty___3TtB6 .styles__icon___25PVh{height:80px;width:80px}.styles__container___1fP-k .styles__empty___3TtB6 .styles__text___3khlK{font-size:14px;line-height:1.43;text-align:center;color:var(--gray-80);margin-top:16px}.styles__container___1fP-k .styles__messages___2ZvsY{grid-area:messages;overflow:auto;display:grid;grid-template:auto/1fr;padding:0 16px;align-content:start;-webkit-overflow-scrolling:touch}.styles__container___1fP-k .styles__messages___2ZvsY .styles__message___185Ky{padding:16px 0;display:grid;grid-template:auto 1fr/auto 1fr;grid-template-areas:"picture content" ". time";grid-column-gap:16px;cursor:pointer}.styles__container___1fP-k .styles__messages___2ZvsY .styles__message___185Ky .styles__picture____kfnA{grid-area:picture;width:40px;height:40px;border-radius:24px}.styles__container___1fP-k .styles__messages___2ZvsY .styles__message___185Ky .styles__content___33NC2{grid-area:content;display:grid;grid-template:auto/1fr}.styles__container___1fP-k .styles__messages___2ZvsY .styles__message___185Ky .styles__content___33NC2 .styles__username___1_hUe{font-size:12px;line-height:1.58;color:var(--gray-80);font-weight:600}.styles__container___1fP-k .styles__messages___2ZvsY .styles__message___185Ky .styles__content___33NC2 .styles__text___3khlK{font-size:12px;color:var(--gray-80);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles__container___1fP-k .styles__messages___2ZvsY .styles__message___185Ky .styles__content___33NC2.styles__unread___3rVJz{position:relative}.styles__container___1fP-k .styles__messages___2ZvsY .styles__message___185Ky .styles__content___33NC2.styles__unread___3rVJz:before{content:"";position:absolute;top:4.5px;left:-6px;height:4px;width:4px;background-color:var(--malibu);border-radius:50%}.styles__container___1fP-k .styles__messages___2ZvsY .styles__message___185Ky .styles__time___3kOLO{grid-area:time;font-size:12px;color:var(--gray-56)}.styles__container___1fP-k .styles__messages___2ZvsY>div~div{border-top:1px solid var(--gray-8)}.styles__container___1fP-k .styles__action___3kL_T{grid-area:action;padding:16px;display:flex;justify-content:center;align-items:center;border-top:1px solid var(--gray-8)}.styles__container___1fP-k .styles__action___3kL_T a{text-decoration:none;font-size:12px;font-weight:500;letter-spacing:1.5px;color:var(--gray-80)}.styles__container___126Jn{display:flex;align-items:center;position:relative;box-sizing:border-box;justify-content:center}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__container___126Jn{padding:0 8px}}.styles__container___126Jn .styles__dropdown___32-qq{display:none}.styles__container___126Jn .styles__dropdown-wrapper___3_YDw{cursor:pointer;position:relative}.styles__container___126Jn .styles__dropdown-wrapper___3_YDw .styles__icon___2clDp{height:36px;width:36px;fill:var(--white)}@media (min-width:160px) and (max-width:767px){.styles__container___126Jn .styles__dropdown-wrapper___3_YDw .styles__icon___2clDp{height:32px;width:32px}}.styles__container___126Jn .styles__dropdown-wrapper___3_YDw .styles__unread-badge___bHOs6{position:absolute;width:24px;height:20px;top:-2px;right:-5px;font-size:12px;font-weight:500;color:var(--white);padding:4px;background-color:var(--thunderbird-2);display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:4px;box-shadow:0 1px 2px 0 rgba(0,0,0,.2)}.styles__container___126Jn .styles__disabled-dropdown___3WwIP{position:relative;padding:12px}.styles__container___126Jn .styles__disabled-dropdown___3WwIP .styles__icon___2clDp{height:36px;width:36px;fill:var(--gray-24)}@media (min-width:160px) and (max-width:767px){.styles__container___126Jn .styles__disabled-dropdown___3WwIP .styles__icon___2clDp{height:32px;width:32px}}.styles__container___126Jn .styles__disabled-dropdown___3WwIP .styles__locked-icon___1vElw{position:absolute;height:2rem;width:2rem;top:8px;right:8px}@media (min-width:768px) and (max-width:1199px){.styles__container___126Jn .styles__disabled-dropdown___3WwIP .styles__locked-icon___1vElw .styles__locked-icon___1vElw{top:8px;right:12px}}@media (min-width:160px) and (max-width:767px){.styles__container___126Jn .styles__disabled-dropdown___3WwIP{width:100%;height:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.styles__container___126Jn .styles__disabled-dropdown___3WwIP .styles__locked-icon___1vElw{top:8px;right:12px}}.styles__container___126Jn.styles__open___3w38Y{background-color:var(--east-bay)}.styles__container___126Jn.styles__open___3w38Y .styles__dropdown___32-qq{position:absolute;top:90%;width:320px;height:440px;display:block;border-radius:4px;box-shadow:0 4px 8px 0 rgba(42,46,70,.16);background-color:var(--white)}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__container___126Jn.styles__open___3w38Y .styles__dropdown___32-qq{left:50%;transform:translateX(-50%)}}@media (min-width:160px) and (max-width:767px){.styles__container___126Jn.styles__open___3w38Y .styles__dropdown___32-qq{top:56px;left:0;position:fixed;width:100vw;border-radius:0}}.styles__container___wocdX{padding:0 20px;position:relative;display:flex;align-items:center;justify-content:center}@media (min-width:768px) and (max-width:1199px){.styles__container___wocdX{padding:0 24px}}@media (min-width:160px) and (max-width:767px){.styles__container___wocdX{box-sizing:border-box;padding:0}}.styles__container___wocdX .styles__dropdown___3iabm{display:none}.styles__container___wocdX .styles__profile-wrapper___3ugby{display:grid;grid-template:1fr/auto 1fr auto;grid-template-areas:"picture profile arrow";grid-column-gap:16px;align-items:center;cursor:pointer}@media (min-width:768px) and (max-width:1199px){.styles__container___wocdX .styles__profile-wrapper___3ugby{grid-template:1fr/auto auto;grid-template-areas:"picture arrow"}}@media (min-width:160px) and (max-width:767px){.styles__container___wocdX .styles__profile-wrapper___3ugby{grid-template:1fr/1fr;grid-template-areas:"picture"}}.styles__container___wocdX .styles__profile-wrapper___3ugby .styles__header-avatar___29IHA{grid-area:picture}.styles__container___wocdX .styles__profile-wrapper___3ugby .styles__profile___3VlIX{grid-area:profile;display:grid;grid-gap:5px;grid-template-rows:1fr 1fr;grid-template-areas:"name" "company";max-width:160px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___wocdX .styles__profile-wrapper___3ugby .styles__profile___3VlIX{display:none}}.styles__container___wocdX .styles__profile-wrapper___3ugby .styles__profile___3VlIX .styles__name___2y5uk{grid-area:name;font-weight:400;color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles__container___wocdX .styles__profile-wrapper___3ugby .styles__profile___3VlIX .styles__company___1-osF{grid-area:company;color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles__container___wocdX .styles__profile-wrapper___3ugby .styles__arrow___2N4NC{grid-area:arrow;height:16px;width:16px;fill:var(--white)}@media (min-width:160px) and (max-width:767px){.styles__container___wocdX .styles__profile-wrapper___3ugby .styles__arrow___2N4NC{display:none}}.styles__container___wocdX.styles__open___1kzSg{background-color:var(--east-bay)}.styles__container___wocdX.styles__open___1kzSg .styles__dropdown___3iabm{position:absolute;top:90%;right:16px;width:272px;display:grid;grid-template:auto auto/1fr;grid-row-gap:16px;border-radius:4px;box-shadow:0 4px 8px 0 rgba(42,46,70,.16);background-color:var(--white);padding:16px;box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__container___wocdX.styles__open___1kzSg .styles__dropdown___3iabm{top:100%;right:0;width:100vw;border-radius:0}}.styles__container___wocdX.styles__open___1kzSg .styles__dropdown___3iabm .styles__profile-container___2Le80{display:grid;grid-template:1fr/auto 1fr;grid-template-areas:"avatar details";grid-column-gap:16px}@media (min-width:160px) and (max-width:767px){.styles__container___wocdX.styles__open___1kzSg .styles__dropdown___3iabm .styles__profile-container___2Le80{grid-template:1fr/auto 1fr auto;grid-template-areas:"avatar details close"}}.styles__container___wocdX.styles__open___1kzSg .styles__dropdown___3iabm .styles__profile-container___2Le80 .styles__close___x7YDB{grid-area:close;height:16px;width:16px;fill:var(--gray-56)}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__container___wocdX.styles__open___1kzSg .styles__dropdown___3iabm .styles__profile-container___2Le80 .styles__close___x7YDB{display:none}}.styles__container___wocdX.styles__open___1kzSg .styles__dropdown___3iabm .styles__profile-container___2Le80 .styles__avatar-container___2B6vK{grid-area:avatar}.styles__container___wocdX.styles__open___1kzSg .styles__dropdown___3iabm .styles__profile-container___2Le80 .styles__profile-details___3f9Sy{grid-area:details;display:grid;grid-template:auto/1fr;grid-row-gap:6px;align-content:center}.styles__container___wocdX.styles__open___1kzSg .styles__dropdown___3iabm .styles__profile-container___2Le80 .styles__profile-details___3f9Sy .styles__name___2y5uk{text-transform:uppercase}.styles__container___wocdX.styles__open___1kzSg .styles__dropdown___3iabm .styles__profile-container___2Le80 .styles__profile-details___3f9Sy .styles__occupation___2IUfj,.styles__container___wocdX.styles__open___1kzSg .styles__dropdown___3iabm .styles__profile-container___2Le80 .styles__profile-details___3f9Sy .styles__organization___2u2AQ{font-size:12px;font-weight:400;color:var(--gray-80)}.styles__container___wocdX.styles__open___1kzSg .styles__dropdown___3iabm .styles__actions___2aRFP{display:grid;grid-template:repeat(3,auto)/1fr;grid-row-gap:16px}.styles__container___wocdX.styles__open___1kzSg .styles__dropdown___3iabm .styles__actions___2aRFP a,.styles__container___wocdX.styles__open___1kzSg .styles__dropdown___3iabm .styles__actions___2aRFP p{text-decoration:none;color:var(--gray-80);font-size:14px;text-align:left}.styles__container___wocdX.styles__open___1kzSg .styles__dropdown___3iabm .styles__actions___2aRFP .styles__logout___AWULU{border:none;background:none;cursor:pointer}.styles__container___239-S{display:grid;grid-template:1fr/minmax(auto,80px) minmax(auto,600px) 1fr;grid-template-areas:"logo-container search-container menu-actions";background-color:var(--waikawa-gray);box-shadow:0 2px 6px 0 rgba(0,0,0,.2);position:relative;z-index:4}@media (min-width:768px) and (max-width:1199px){.styles__container___239-S{grid-template:1fr/minmax(auto,72px) minmax(auto,1fr) auto;grid-template-areas:"logo-container menu-actions menu-actions"}}@media (min-width:160px) and (max-width:767px){.styles__container___239-S{grid-template:1fr/1fr;grid-template-areas:"menu-actions"}}.styles__container___239-S .styles__logo-container___DHAUG{grid-area:logo-container;background-color:var(--east-bay);padding:20px}.styles__container___239-S .styles__logo-container___DHAUG svg{height:40px;width:40px;fill:var(--white);display:block}@media (min-width:768px) and (max-width:1199px){.styles__container___239-S .styles__logo-container___DHAUG svg{height:32px;width:32px}}@media (min-width:160px) and (max-width:767px){.styles__container___239-S .styles__logo-container___DHAUG{display:none}}.styles__container___239-S .styles__search-container___QzTVa{grid-area:search-container;padding:20px}.styles__container___239-S .styles__search-container___QzTVa .styles__search-form___1d5Xq{display:flex}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___239-S .styles__search-container___QzTVa{display:none}}.styles__container___239-S .styles__menu-actions___1j1Wv{grid-area:menu-actions;display:grid;grid-template:1fr/repeat(3,auto);grid-template-areas:"messages notifications profile"}@media (min-width:1200px){.styles__container___239-S .styles__menu-actions___1j1Wv{justify-content:end}}@media (min-width:768px) and (max-width:1199px){.styles__container___239-S .styles__menu-actions___1j1Wv{grid-template:1fr/1fr repeat(2,auto);grid-template-areas:"menu notifications profile"}}@media (min-width:160px) and (max-width:767px){.styles__container___239-S .styles__menu-actions___1j1Wv{grid-template:1fr/repeat(6,1fr);grid-template-areas:"menu menu menu menu notifications profile"}}.styles__container___239-S .styles__menu-actions___1j1Wv .styles__messages___QaXGY{grid-area:messages}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___239-S .styles__menu-actions___1j1Wv .styles__messages___QaXGY{display:none}}.styles__container___239-S .styles__menu-actions___1j1Wv .styles__notifications___2vWjw{grid-area:notifications}.styles__container___239-S .styles__menu-actions___1j1Wv .styles__profile___28GUd{grid-area:profile}.styles__container___239-S .styles__menu-actions___1j1Wv .styles__menu___2YyOE{grid-area:menu}@media (min-width:1200px){.styles__container___239-S .styles__menu-actions___1j1Wv .styles__menu___2YyOE{display:none}}.styles__status___2n9vY{height:8px;width:8px;border-radius:50%;background-color:var(--gray-8)}.styles__status___2n9vY.styles__online___2NrIt{background-color:var(--shamrock)}.styles__action___2rq9k{border:none;background-color:initial;cursor:pointer}.styles__action___2rq9k .styles__container___1fsWX{display:grid;grid-template:auto auto/auto 1fr auto;grid-template-areas:"avatar name options" "avatar details options";grid-column-gap:8px;align-items:center;flex:0 0 100%;text-align:left}.styles__action___2rq9k .styles__container___1fsWX .styles__avatar___3O95T{grid-area:avatar;height:40px;width:40px;border-radius:50%;object-fit:cover}.styles__action___2rq9k .styles__container___1fsWX .styles__name___2U8R1{grid-area:name;font-size:14px;font-weight:600;line-height:1.43;color:var(--gray-100)}.styles__action___2rq9k .styles__container___1fsWX .styles__options___2Ywse{grid-area:options;outline:none;height:24px;width:24px;fill:var(--gray-56);cursor:pointer;position:relative;background-color:var(--white)}.styles__action___2rq9k .styles__container___1fsWX .styles__options___2Ywse:focus{fill:var(--shamrock-2)}.styles__action___2rq9k .styles__container___1fsWX .styles__options___2Ywse .styles__options-container___2l-Jx{position:absolute;background-color:#fff;box-sizing:border-box;border-radius:2px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);right:30px;top:10px;z-index:1;display:flex;flex-direction:column;width:216px;padding:12px}.styles__action___2rq9k .styles__container___1fsWX .styles__options___2Ywse .styles__options-container___2l-Jx.styles__is-bottom___17Pxo{bottom:calc(100% - 14px);top:auto}.styles__action___2rq9k .styles__container___1fsWX .styles__options___2Ywse .styles__options-container___2l-Jx h5{font-weight:500}.styles__action___2rq9k .styles__container___1fsWX .styles__options___2Ywse .styles__options-container___2l-Jx p{font-size:12px;color:var(--gray-56)}.styles__action___2rq9k .styles__container___1fsWX .styles__options___2Ywse .styles__options-container___2l-Jx .styles__button___knglV{text-align:start;outline:none;cursor:pointer;box-sizing:border-box;padding-bottom:6px;background-color:var(--white);text-decoration:none}.styles__action___2rq9k .styles__container___1fsWX .styles__options___2Ywse .styles__options-container___2l-Jx>.styles__button___knglV~.styles__button___knglV{padding-top:6px;border-top:1px solid var(--gray-8)}.styles__action___2rq9k .styles__container___1fsWX .styles__options___2Ywse .styles__options-container___2l-Jx .styles__button___knglV:last-child{padding-bottom:0}.styles__action___2rq9k .styles__container___1fsWX .styles__options___2Ywse .styles__options-container___2l-Jx .styles__danger___3SEtN{color:var(--thunderbird)}.styles__action___2rq9k .styles__container___1fsWX .styles__add-button___1gIY2{grid-area:options}.styles__action___2rq9k .styles__container___1fsWX .styles__details___3bC4G{grid-area:details;font-size:12px;line-height:1.43;color:var(--gray-80)}.styles__container___oogBS{border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.4);background-color:var(--white);display:grid;grid-template:auto auto 1fr auto/1fr;grid-template-areas:"header" "search" "results" "footer";box-sizing:border-box;width:480px;overflow:hidden;height:100%}@media (min-width:160px) and (max-width:767px){.styles__container___oogBS{width:100%}}.styles__container___oogBS .styles__header___2PlZV{grid-area:header;display:grid;grid-template:repeat(2,auto)/1fr auto;grid-template-areas:"title close" "members members";align-items:center;padding:40px 40px 16px}.styles__container___oogBS .styles__header___2PlZV .styles__title___31U_4{grid-area:title}.styles__container___oogBS .styles__header___2PlZV .styles__close___323W_{grid-area:close;cursor:pointer;background-color:var(--white)}.styles__container___oogBS .styles__header___2PlZV .styles__close___323W_ svg{height:16px;width:16px;fill:var(--gray-56)}.styles__container___oogBS .styles__header___2PlZV .styles__members___3kcdD{grid-area:members;font-size:12px;color:var(--gray-80);line-height:1.43}.styles__container___oogBS .styles__search___2N2Qw{grid-area:search;margin:0 40px 16px}.styles__container___oogBS .styles__search___2N2Qw input{height:40px}.styles__container___oogBS .styles__results___3Hwxb{grid-area:results;margin:8px 0;display:grid;grid-row-gap:16px;overflow-y:auto;padding:0 40px 10px;-webkit-overflow-scrolling:touch;align-content:start}.styles__container___oogBS .styles__results___3Hwxb>.styles__participant___2JnIe~.styles__participant___2JnIe{padding-top:16px;border-top:1px solid var(--gray-8)}.styles__container___oogBS .styles__footer___2r62w{grid-area:footer;padding:20px 0;margin:0 40px;box-sizing:border-box;box-shadow:0 -8px 8px -8px rgba(42,46,70,.16);border-radius:4px}.styles__container___bMOAR{display:grid;grid-template:auto/1fr;grid-row-gap:16px;box-sizing:border-box}.styles__container___bMOAR .styles__section___1eA5I{display:flex;flex-direction:row;align-items:center;padding:0 24px}.styles__container___bMOAR .styles__section___1eA5I p{font-size:14px;font-weight:600;letter-spacing:1px;color:var(--gray-80);margin-right:4px}.styles__container___bMOAR .styles__section___1eA5I .styles__action___1Dodm{display:flex;align-items:center;cursor:pointer;background:none;border:none}.styles__container___bMOAR .styles__section___1eA5I .styles__action___1Dodm svg{height:16px;width:16px;fill:var(--gray-80)}.styles__container___bMOAR .styles__block-list___3KHoP,.styles__container___bMOAR .styles__inline-list___2aM33{display:grid;grid-template:auto/1fr}.styles__container___bMOAR .styles__inline-list___2aM33{grid-row-gap:16px}.styles__container___bMOAR .styles__inline-list___2aM33 .styles__item___2Z8QP div{display:flex;flex-direction:row;align-items:center;cursor:pointer}.styles__container___bMOAR .styles__inline-list___2aM33 .styles__item___2Z8QP div svg{height:16px;width:16px;fill:var(--gray-80);margin-right:5px}.styles__container___bMOAR .styles__inline-list___2aM33 .styles__item___2Z8QP div p{font-size:14px;font-weight:400;color:var(--gray-80);align-self:center}.styles__container___bMOAR .styles__inline-list___2aM33 .styles__item___2Z8QP div p.styles__unread___3UZuG{font-weight:700}.styles__container___bMOAR .styles__inline-list___2aM33 .styles__item___2Z8QP div .styles__status-icon___wlOVj{margin-right:10px}.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP{padding:12px 24px}.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP.styles__active___3uaD7{background-color:var(--gray-8)}.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP div{display:grid;grid-template:auto auto/40px 1fr;grid-template-areas:"avatar profile" "avatar message";grid-column-gap:8px;cursor:pointer}@media (min-width:768px) and (max-width:1199px){.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP div{grid-template:1fr/32px 1fr;grid-template-areas:"avatar profile"}}.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP div .styles__avatar-wrapper___3NEOU{grid-area:avatar;position:relative}.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP div .styles__avatar-wrapper___3NEOU .styles__avatar___Fr6cZ{width:40px;height:40px;border-radius:50%;object-fit:cover}@media (min-width:768px) and (max-width:1199px){.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP div .styles__avatar-wrapper___3NEOU .styles__avatar___Fr6cZ{height:32px;width:32px}}.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP div .styles__avatar-wrapper___3NEOU .styles__status-icon___wlOVj{position:absolute;bottom:0;right:0}@media (min-width:1200px){.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP div .styles__avatar-wrapper___3NEOU .styles__status-icon___wlOVj{width:12px;height:12px}}.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP div .styles__profile___6gUPx{grid-area:profile;display:grid;grid-template:1fr/1fr auto;grid-column-gap:8px}@media (min-width:768px) and (max-width:1199px){.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP div .styles__profile___6gUPx{grid-template:1fr/1fr;align-items:center}}.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP div .styles__profile___6gUPx .styles__name____zDB4{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:400;color:var(--gray-100);line-height:1.43}.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP div .styles__profile___6gUPx .styles__name____zDB4.styles__unread___3UZuG{font-weight:700}.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP div .styles__profile___6gUPx p{font-size:12px;line-height:1.43;color:var(--gray-56);align-self:center}@media (min-width:768px) and (max-width:1199px){.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP div .styles__date___c6cIH{display:none}}.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP div .styles__message___34xEH{grid-area:message;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;line-height:1.43;color:var(--gray-80)}@media (min-width:768px) and (max-width:1199px){.styles__container___bMOAR .styles__block-list___3KHoP .styles__item___2Z8QP div .styles__message___34xEH{display:none}}.styles__container___bMOAR.styles__inline___OKms8{padding:0 24px}.styles__container___bMOAR.styles__inline___OKms8 .styles__section___1eA5I{padding:0}.styles__messages-modal___3Rqs2{top:32px;bottom:32px;transform:translateX(-50%)}@media (min-width:160px) and (max-width:767px){.styles__messages-modal___3Rqs2{transform:none;top:48px;bottom:8px;left:8px;right:8px}}.styles__section___36H0I{display:flex;flex-direction:row;align-items:center;padding:0 24px}.styles__section___36H0I p{font-size:14px;font-weight:600;letter-spacing:1px;color:var(--gray-80);margin-right:4px}.styles__section___36H0I .styles__action___1vEMs{display:flex;align-items:center;cursor:pointer;background-color:initial;border:none}.styles__section___36H0I .styles__action___1vEMs svg{height:16px;width:16px;fill:var(--gray-80)}.styles__chat-list___q4q5E{display:grid;grid-template:auto/1fr}.styles__chat-list___q4q5E .styles__chat-item___3_npZ{padding:8px 24px}.styles__chat-list___q4q5E .styles__chat-item___3_npZ.styles__active___2IXXw{background-color:var(--gray-8)}.styles__chat-list___q4q5E .styles__chat-item___3_npZ button{display:flex;flex-direction:row;align-items:center;cursor:pointer;background:none;border:none}.styles__chat-list___q4q5E .styles__chat-item___3_npZ button svg{height:16px;width:16px;fill:var(--gray-80);margin-right:5px}.styles__chat-list___q4q5E .styles__chat-item___3_npZ button p{font-size:14px;font-weight:400;color:var(--gray-80);align-self:center;text-align:left}.styles__chat-list___q4q5E .styles__chat-item___3_npZ button p.styles__unread___10bKF{font-weight:700}.styles__chat-list___q4q5E .styles__chat-item___3_npZ button .styles__status-icon___3YS1v{margin-right:10px}.styles__form___3u7Bj{display:grid;grid-template:auto/1fr;grid-row-gap:24px}.styles__form___3u7Bj .styles__private___3XB-l{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.styles__form___3u7Bj .styles__private___3XB-l h5{text-transform:uppercase;letter-spacing:1px;color:var(--gray-80)}.styles__card___2C2uJ{border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.4);background-color:var(--white);display:grid;grid-template:auto auto 1fr auto/1fr;grid-template-areas:"header" "search" "results" "footer";grid-row-gap:16px;box-sizing:border-box;overflow:hidden;height:100%}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__card___2C2uJ{width:480px}}.styles__card___2C2uJ .styles__header___2UyW9{grid-area:header;display:grid;grid-template:auto auto/1fr;grid-template-areas:"heading" "options";padding:40px 40px 0}.styles__card___2C2uJ .styles__header___2UyW9 .styles__heading___CPWeu{grid-area:heading;display:flex;justify-content:space-between;align-items:center}.styles__card___2C2uJ .styles__header___2UyW9 .styles__heading___CPWeu .styles__title___1Qdiy{text-transform:uppercase}.styles__card___2C2uJ .styles__header___2UyW9 .styles__heading___CPWeu .styles__close___guA55{border:none;display:flex;justify-content:center;height:auto}.styles__card___2C2uJ .styles__header___2UyW9 .styles__heading___CPWeu .styles__close___guA55 svg{height:16px;width:16px}.styles__card___2C2uJ .styles__header___2UyW9 .styles__options___24RpV{grid-area:options;font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__card___2C2uJ .styles__header___2UyW9 .styles__options___24RpV .styles__button___2L6fx{font-weight:500;text-decoration:underline;line-height:1.43;letter-spacing:normal;color:var(--malibu);cursor:pointer;background-color:initial;border:none}.styles__card___2C2uJ .styles__search-container___2vDty{grid-area:search;display:block;margin:0 40px}.styles__card___2C2uJ .styles__all-channels___3HORi{grid-area:results;display:grid;grid-row-gap:16px;overflow-y:auto;-webkit-overflow-scrolling:touch;align-content:start;padding:0 40px;margin-top:8px}.styles__card___2C2uJ .styles__all-channels___3HORi>.styles__channel___r1WNU~.styles__channel___r1WNU{padding-top:16px;border-top:1px solid var(--gray-8)}.styles__card___2C2uJ .styles__footer___3rRR8{grid-area:footer;padding:20px 0;margin:0 25px;box-sizing:border-box;box-shadow:0 -8px 8px -8px rgba(42,46,70,.16);border-radius:4px}.styles__modal___18Kdo{top:32px;bottom:32px;transform:translateX(-50%)}@media (min-width:768px) and (max-width:1199px){.styles__modal___18Kdo{top:120px;bottom:120px}}@media (min-width:160px) and (max-width:767px){.styles__modal___18Kdo{top:48px;bottom:8px;left:8px;right:8px;transform:none}}.styles__channel___1ARHM{display:grid;grid-template:repeat(2,auto)/repeat(2,auto);grid-template-areas:"title button" "info button"}.styles__channel___1ARHM p{grid-area:info;font-size:12px;line-height:normal;color:var(--gray-80)}.styles__channel___1ARHM .styles__name___1fXbH{grid-area:title;display:flex;align-items:center;font-size:14px;font-weight:600;line-height:1.43;color:var(--gray-100)}.styles__channel___1ARHM .styles__name___1fXbH svg{height:14px;width:14px;margin-right:4px}.styles__channel___1ARHM .styles__button___2C82T{grid-area:button;justify-self:end}.styles__container___4Piog{max-height:calc(100vh - 82px);background-color:var(--white);box-shadow:0 2px 6px 0 rgba(42,46,70,.16);padding:24px 0;display:grid;grid-template:auto/1fr;grid-row-gap:32px;grid-template-areas:"channels" "direct-messages";align-content:start;overflow:auto;-webkit-overflow-scrolling:touch}@media (min-width:768px) and (max-width:1199px){.styles__container___4Piog{max-height:calc(100vh - 72px)}}@media (min-width:160px) and (max-width:767px){.styles__container___4Piog{max-height:calc(100vh - 56px)}}.styles__container___4Piog .styles__loader-wrapper___3Sjey{display:flex;align-items:center;justify-content:center;height:calc(100vh - 16.2rem)}.styles__container___4Piog .styles__channels___1KF-J{grid-area:channels;display:grid;grid-template:auto/1fr;grid-row-gap:16px}.styles__container___4Piog .styles__direct-messages___1RTGc{grid-area:direct-messages}.styles__container___17QcC{position:fixed;top:80px;left:80px;right:224px;z-index:3;transform:translateZ(0)}@media (min-width:160px) and (max-width:767px){.styles__container___17QcC{top:56px;left:0;right:0}}@media (min-width:768px) and (max-width:1199px){.styles__container___17QcC{top:72px;left:0;right:0}}.styles__container___17QcC.styles__open___3MBiF{background-color:var(--shamrock);padding:12px 40px;display:grid;grid-template:auto/repeat(12,minmax(auto,48px));grid-column-gap:24px;grid-row-gap:32px;justify-content:center}.styles__container___17QcC .styles__content___2WVZB{grid-column:1/-1;display:grid;grid-template:1fr/repeat(2,auto);grid-gap:20px;align-items:center}.styles__container___17QcC .styles__content___2WVZB .styles__message___2-O1J{font-size:14px;color:var(--gray-100)}@media (min-width:160px) and (max-width:767px){.styles__container___17QcC .styles__content___2WVZB .styles__message___2-O1J{grid-area:message}}.styles__container___17QcC .styles__content___2WVZB .styles__action___1ZEVM{align-self:right}@media (min-width:160px) and (max-width:767px){.styles__container___17QcC .styles__content___2WVZB .styles__action___1ZEVM{grid-area:action;display:flex;justify-content:flex-end}}.styles__container___17QcC .styles__content___2WVZB .styles__action___1ZEVM .styles__button___371tw{border-radius:4px;border:1px solid var(--gray-100);font-size:12px;font-weight:500;letter-spacing:1.5px;text-align:center;color:#2a2e46;text-decoration:none;padding:4px 8px;line-height:1.43;text-transform:uppercase}.styles__container___17QcC .styles__content___2WVZB .styles__action___1ZEVM .styles__button___371tw:hover{background-color:rgba(42,46,70,.08)}.styles__container___17QcC .styles__content___2WVZB .styles__close___3-btL{background-color:initial;cursor:pointer;outline:none}.styles__container___17QcC .styles__content___2WVZB .styles__close___3-btL .styles__close-icon___17yLv{height:16px;width:16px;fill:var(--gray-100)}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__container___17QcC .styles__content___2WVZB .styles__close___3-btL{position:absolute;right:16px;top:50%;transform:translateY(-50%);align-self:center}}@media (min-width:160px) and (max-width:767px){.styles__container___17QcC .styles__content___2WVZB .styles__close___3-btL{grid-area:close;align-self:start}}@media (min-width:160px) and (max-width:767px){.styles__container___17QcC .styles__content___2WVZB{display:grid;grid-template:1fr auto/1fr auto;grid-template-areas:"message close" "action action";grid-gap:10px}}@media (min-width:768px) and (max-width:1199px){.styles__container___17QcC{grid-template:auto/repeat(8,minmax(auto,65px))}}@media (min-width:160px) and (max-width:767px){.styles__container___17QcC{grid-template:auto/repeat(4,minmax(auto,54px));padding:16px}}.styles__section___QmbcR{padding:4.8rem 7.2rem 0;display:flex;flex-direction:column;align-content:center;box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__section___QmbcR{padding:7.2rem 2.4rem 0}}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__section___QmbcR{width:64rem}}.styles__section___QmbcR .styles__title___3sGxZ{font-weight:300;font-size:4rem;line-height:4.8rem;color:var(--gray-100);padding-bottom:1.6rem;text-align:center}.styles__section___QmbcR .styles__video___36_80{width:49.6rem;height:28rem;padding-bottom:2rem}@media (min-width:768px) and (max-width:1199px){.styles__section___QmbcR .styles__video___36_80{height:37.6rem}}@media (min-width:160px) and (max-width:767px){.styles__section___QmbcR .styles__video___36_80{height:17.4rem;width:100%}}.styles__section___QmbcR .styles__description___1ui91{font-size:1.4rem;line-height:2rem;color:var(--gray-80);text-align:center}.styles__section___QmbcR .styles__continue-button___2YVtl{margin-top:5rem;align-self:center}.styles__section___2kTZ9{padding:4rem 4rem 0;box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__section___2kTZ9{padding:2.4rem 2.4rem 0}}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__section___2kTZ9{min-width:64rem}}.styles__section___2kTZ9 .styles__title___1YMw6{font-weight:600;font-size:1.6rem;line-height:2.4rem;color:var(--gray-100);padding-bottom:.8rem;letter-spacing:.1rem;text-align:center}.styles__section___2kTZ9 .styles__description___34eqr{font-size:1.4rem;line-height:2rem;color:var(--gray-80);text-align:center;padding-bottom:4rem}.styles__section___2kTZ9 .styles__form___DzQfx{display:grid;grid-template:1fr auto/11.4rem 1fr;grid-template-areas:"picture name" "submit submit";grid-gap:4.8rem}@media (min-width:160px) and (max-width:767px){.styles__section___2kTZ9 .styles__form___DzQfx{grid-template:auto 1fr auto/1fr;grid-template-areas:"picture" "name" "submit";grid-gap:2.8rem}}.styles__section___2kTZ9 .styles__form___DzQfx .styles__picture-container___2NGSq{grid-area:picture;display:flex;flex-direction:column;position:relative}@media (min-width:160px) and (max-width:767px){.styles__section___2kTZ9 .styles__form___DzQfx .styles__picture-container___2NGSq{display:grid;grid-template:auto 1fr/auto 1fr;grid-template-areas:"icon label" "icon button";grid-gap:0 1.6rem}}.styles__section___2kTZ9 .styles__form___DzQfx .styles__picture-container___2NGSq .styles__picture-label___2S--7{font-weight:600;font-size:1.2rem;line-height:1.6rem;letter-spacing:.1rem;text-transform:uppercase;color:var(--gray-80);padding-bottom:1.6rem;grid-area:label;flex-shrink:0}.styles__section___2kTZ9 .styles__form___DzQfx .styles__picture-container___2NGSq .styles__placeholder-icon___2J_XF{width:11.2rem;height:11.2rem;border-radius:50%}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__section___2kTZ9 .styles__form___DzQfx .styles__picture-container___2NGSq .styles__placeholder-icon___2J_XF{margin-bottom:2.4rem}}@media (min-width:160px) and (max-width:767px){.styles__section___2kTZ9 .styles__form___DzQfx .styles__picture-container___2NGSq .styles__placeholder-icon___2J_XF{grid-area:icon;width:6.4rem;height:6.4rem}}.styles__section___2kTZ9 .styles__form___DzQfx .styles__picture-container___2NGSq .styles__upload-button___2jJT7{grid-area:button;justify-self:start;display:flex;align-items:center;height:3.2rem;padding:0 2.8rem;box-sizing:border-box;background-color:var(--transparent);color:var(--gray-80);border:1px solid var(--gray-24);font-size:12px;letter-spacing:1.5px;text-transform:uppercase;border-radius:4px;white-space:nowrap;cursor:pointer;flex-shrink:0;max-width:11.4rem}.styles__section___2kTZ9 .styles__form___DzQfx .styles__picture-container___2NGSq .styles__upload-button___2jJT7 .styles__file-input___2RxsE{opacity:0;width:0;height:0}.styles__section___2kTZ9 .styles__form___DzQfx .styles__picture-container___2NGSq .styles__upload-button___2jJT7:hover{background-color:rgba(42,46,70,.08)}.styles__section___2kTZ9 .styles__form___DzQfx .styles__picture-container___2NGSq .styles__upload-button___2jJT7:focus{outline-color:var(--gray-24)}.styles__section___2kTZ9 .styles__form___DzQfx .styles__user-name___1O5Ng{display:flex;flex-direction:column;grid-area:name}.styles__section___2kTZ9 .styles__form___DzQfx .styles__user-name___1O5Ng .styles__label___225la{font-weight:600;font-size:1.2rem;line-height:1.6rem;letter-spacing:.1rem;text-transform:uppercase;color:var(--gray-80)}.styles__section___2kTZ9 .styles__form___DzQfx .styles__user-name___1O5Ng .styles__label___225la:first-of-type{padding-bottom:2.8rem}.styles__section___2kTZ9 .styles__form___DzQfx .styles__user-name___1O5Ng .styles__label___225la .styles__input___ORFOe{margin-top:.4rem;border-radius:.2rem;background-color:var(--gray-4);padding:1rem 1.6rem;color:var(--gray-80);font-size:14px;border:.2rem solid var(--transparent);width:100%;height:4rem;box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__section___2kTZ9 .styles__form___DzQfx .styles__user-name___1O5Ng .styles__label___225la .styles__input___ORFOe{font-size:1.6rem}}.styles__section___2kTZ9 .styles__form___DzQfx .styles__user-name___1O5Ng .styles__label___225la .styles__input___ORFOe:hover{background-color:var(--gray-8)}.styles__section___2kTZ9 .styles__form___DzQfx .styles__user-name___1O5Ng .styles__label___225la .styles__input___ORFOe:focus{background-color:var(--white);border:.2rem solid var(--gray-8)}.styles__section___2kTZ9 .styles__form___DzQfx .styles__user-name___1O5Ng .styles__label___225la .styles__input___ORFOe.styles__error___5LTsA{padding-right:36px;border:2px solid var(--thunderbird)}.styles__section___2kTZ9 .styles__form___DzQfx .styles__user-name___1O5Ng .styles__label___225la .styles__input___ORFOe.styles__error___5LTsA:focus{border:2px solid var(--thunderbird)}.styles__section___2kTZ9 .styles__form___DzQfx .styles__user-name___1O5Ng .styles__label___225la .styles__error-icon___cJgVf{position:absolute;width:16px;height:16px;fill:var(--thunderbird);top:-2.8rem;right:1.2rem}.styles__section___2kTZ9 .styles__form___DzQfx .styles__save-button___27_IM{grid-area:submit;justify-self:center}.styles__container___2_3RW{padding:4rem;display:flex;flex-direction:column;justify-content:center}@media (min-width:160px) and (max-width:767px){.styles__container___2_3RW{padding:2.4rem}}.styles__container___2_3RW .styles__title-container___1p9-Y{display:grid;grid-template:1fr/1.2rem 1fr 1.2rem;grid-template-areas:". title cancel";padding-bottom:3.2rem}.styles__container___2_3RW .styles__title-container___1p9-Y .styles__title___2tixm{grid-area:title;font-weight:600;font-size:1.6rem;line-height:2.4rem;text-align:center;letter-spacing:.1rem;text-transform:uppercase;color:var(--gray-100)}.styles__container___2_3RW .styles__title-container___1p9-Y .styles__cancel-button___269ph{grid-area:cancel;cursor:pointer;padding:.4rem;background-color:initial;border:none}.styles__container___2_3RW .styles__title-container___1p9-Y .styles__cancel-button___269ph .styles__close-icon___2lArH{width:1.2rem;height:1.2rem}.styles__container___2_3RW .styles__avatar-wrapper___3W9zE{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background:linear-gradient(45deg,rgba(0,0,0,.0980392) 25%,transparent 0,transparent 75%,rgba(0,0,0,.0980392) 0,rgba(0,0,0,.0980392) 0),linear-gradient(45deg,rgba(0,0,0,.0980392) 25%,transparent 0,transparent 75%,rgba(0,0,0,.0980392) 0,rgba(0,0,0,.0980392) 0),#fff;background-repeat:repeat,repeat;background-position:0 0,5px 5px;transform-origin:0 0 0;background-origin:padding-box,padding-box;background-clip:border-box,border-box;background-size:10px 10px,10px 10px;box-shadow:none;text-shadow:none;transition:none;transform:scaleX(1) scaleY(1) scaleZ(1)}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__container___2_3RW .styles__avatar-wrapper___3W9zE{margin:0 4rem;height:32rem;width:32rem}}.styles__container___2_3RW .styles__avatar-wrapper___3W9zE .styles__avatar-editor___1DJ-G{height:100%!important;width:100%!important}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__container___2_3RW .styles__avatar-wrapper___3W9zE .styles__avatar-editor___1DJ-G{height:32rem!important;width:32rem!important}}.styles__container___2_3RW .styles__slider-wrapper___2r7NW{padding:3.2rem 7.2rem 4rem;display:flex;align-items:center;box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__container___2_3RW .styles__slider-wrapper___2r7NW{padding:2.4rem 3.2rem 4rem}}.styles__container___2_3RW .styles__slider-wrapper___2r7NW .styles__zoom-out-icon___1v2A7{width:1.6rem;height:1.6rem;fill:var(--gray-56);margin-right:2.4rem}.styles__container___2_3RW .styles__slider-wrapper___2r7NW .styles__zoom-in-icon___2AQEK{width:2.4rem;height:2.4rem;fill:var(--gray-56);margin-left:2.4rem}.styles__container___2_3RW .styles__slider-wrapper___2r7NW .styles__slider___59ePY{width:100%;outline:none;-webkit-appearance:none;height:.2rem;background-color:var(--gray-8)}.styles__container___2_3RW .styles__slider-wrapper___2r7NW .styles__slider___59ePY::-moz-range-thumb{background-color:#fff;box-shadow:0 2px 4px rgba(42,46,70,.24);border-radius:50%}.styles__container___2_3RW .styles__slider-wrapper___2r7NW .styles__slider___59ePY::-webkit-slider-thumb{appearance:none;width:1.6rem;height:1.6rem;background-color:#fff;box-shadow:0 2px 4px rgba(42,46,70,.24);border-radius:50%;box-sizing:border-box}.styles__container___2_3RW .styles__save-button___1hFmK{align-self:flex-end}.styles__modal___3jhi2{position:absolute;outline:none;background-color:#fff;box-shadow:.2rem .4rem rgba(42,46,70,.4);border-radius:.4rem;box-sizing:border-box;overflow-y:auto}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__modal___3jhi2{left:50%;top:50%;transform:translate(-50%,-50%)}}@media (min-width:160px) and (max-width:767px){.styles__modal___3jhi2{left:8px;bottom:8px;right:8px}}.styles__modal___3jhi2 .styles__modal-content___cwCgd{display:flex;flex-direction:column;justify-content:center}.styles__modal___3jhi2 .styles__step-indicator-container___2hnU9{display:flex;align-self:center;padding:4rem 0 2.4rem}.styles__modal___3jhi2 .styles__step-indicator-container___2hnU9 .styles__indicator___I6qmg{width:.8rem;height:.8rem;border-radius:50%;background-color:var(--gray-8);margin:0 .4rem}.styles__modal___3jhi2 .styles__step-indicator-container___2hnU9 .styles__indicator___I6qmg.styles__selected-indicator___2Spcn{background-color:var(--malibu)}.styles__overlay___HFDnr{background-color:rgba(42,46,70,.68);position:fixed;top:0;right:0;left:0;bottom:0;-webkit-backdrop-filter:blur(5px);z-index:5}.styles__modal___1YiuU{text-align:center;padding:1rem 1.8rem 0;width:64rem;box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__modal___1YiuU .styles__content___3nXDw{padding:1.4rem .6rem 2.4rem}}.styles__modal___1YiuU .styles__free-membership-icon___14PGm{width:64px;height:64px}.styles__modal___1YiuU .styles__title___5YfQO{text-align:center;font-size:2.4rem;line-height:3.2rem;padding:1.6rem 0 3.2rem;color:var(--gray-80)}@media (min-width:160px) and (max-width:767px){.styles__modal___1YiuU .styles__title___5YfQO{font-weight:600;font-size:1.6rem;line-height:2.4rem;padding:1.6rem 0}}.styles__modal___1YiuU .styles__title___5YfQO .styles__lightyear-membership___TxJrV{color:var(--gray-100)}.styles__modal___1YiuU .styles__description___34rwa{font-size:1.4rem;line-height:2rem;text-align:center;color:var(--gray-80)}.styles__modal___1YiuU .styles__description___34rwa .styles__bold___2pQes{font-weight:600}.styles__modal___1YiuU .styles__features-container___2ETeQ{display:grid;grid-template:1fr/repeat(3,1fr);grid-column-gap:4rem;padding:3.2rem 0 4rem}@media (min-width:160px) and (max-width:767px){.styles__modal___1YiuU .styles__features-container___2ETeQ{grid-template:repeat(3,1fr)/1fr;grid-row-gap:1.6rem;padding:2.4rem 0 3.2rem}}.styles__modal___1YiuU .styles__features-container___2ETeQ .styles__feature___26cJW{display:grid;grid-template:4.8rem 1fr/1fr;grid-row-gap:.8rem}@media (min-width:160px) and (max-width:767px){.styles__modal___1YiuU .styles__features-container___2ETeQ .styles__feature___26cJW{grid-template:1fr/4.8rem 1fr;grid-column-gap:1.6rem;align-items:center}}.styles__modal___1YiuU .styles__features-container___2ETeQ .styles__feature___26cJW .styles__feature-icon___Yq87H{height:4.8rem;width:4.8rem;justify-self:center}.styles__modal___1YiuU .styles__features-container___2ETeQ .styles__feature___26cJW .styles__feature-text___YfRZf{font-size:1.2rem;line-height:1.6rem;text-align:center;color:var(--gray-80)}@media (min-width:160px) and (max-width:767px){.styles__modal___1YiuU .styles__features-container___2ETeQ .styles__feature___26cJW .styles__feature-text___YfRZf{text-align:left}}.styles__modal___1YiuU .styles__close-button___CqNCx{margin:0 auto 2rem}@media (min-width:160px) and (max-width:767px){.styles__modal___1YiuU .styles__close-button___CqNCx{margin:0 auto 1.6rem}}.styles__modal___1YiuU .styles__learn-more___1H1hE{font-weight:600;font-size:1.2rem;line-height:1.6rem;letter-spacing:.15rem;text-decoration:none;text-transform:uppercase;color:var(--gray-100)}.styles__modal___3mJ3F{text-align:center;padding:1rem 1.8rem 0;width:64rem;box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__modal___3mJ3F .styles__content___I0e0f{padding:1.4rem .6rem 2.4rem}}.styles__modal___3mJ3F .styles__free-membership-icon___1RN33{width:64px;height:64px}.styles__modal___3mJ3F .styles__title___dVvwk{text-align:center;font-size:2.4rem;line-height:3.2rem;padding:1.6rem 0;color:var(--gray-100)}@media (min-width:160px) and (max-width:767px){.styles__modal___3mJ3F .styles__title___dVvwk{font-weight:600;font-size:1.6rem;line-height:2.4rem;letter-spacing:.1rem;padding:1.6rem 1rem}}.styles__modal___3mJ3F .styles__description___35_-F{font-size:1.4rem;line-height:2rem;text-align:center;color:var(--gray-80);padding-bottom:3.2rem}@media (min-width:160px) and (max-width:767px){.styles__modal___3mJ3F .styles__description___35_-F{padding:0 .8rem 3.2rem}}.styles__modal___3mJ3F .styles__renew-button___6PvlM{margin:4rem auto 2rem;width:24rem}@media (min-width:160px) and (max-width:767px){.styles__modal___3mJ3F .styles__renew-button___6PvlM{margin:3.2rem auto 1.6rem}}.styles__modal___3mJ3F .styles__close-button___14I7x{margin:0 auto}.styles__modal___3mJ3F .styles__learn-more___3YE1-{font-weight:600;font-size:1.2rem;line-height:1.6rem;letter-spacing:.15rem;text-decoration:none;text-transform:uppercase;color:var(--gray-100)}.styles__banner-container___1yU1P{background-color:#fff;box-shadow:0 .2rem .4rem rgba(42,46,70,.16);width:100%;padding:2.4rem;box-sizing:border-box;display:flex;justify-content:center}@media (min-width:768px) and (max-width:1199px){.styles__banner-container___1yU1P{padding:2.4rem 4rem}}.styles__banner-container___1yU1P .styles__banner-content___35G-D{display:grid;grid-template:auto 1fr auto/4.8rem 16rem 74rem;grid-template-areas:"icon title title" "icon description description" ". membership dismiss";grid-column-gap:1.6rem;grid-row-gap:.4rem}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__banner-container___1yU1P .styles__banner-content___35G-D{grid-template:auto 1fr auto/4.8rem 16rem 1fr;grid-template-areas:"icon title title" "icon description description" ". membership dismiss"}}@media (min-width:160px) and (max-width:767px){.styles__banner-container___1yU1P .styles__banner-content___35G-D{grid-template:auto 1fr auto/4rem 16rem 1fr;grid-template-areas:"icon title title" "icon description description" ". membership dismiss"}}.styles__banner-container___1yU1P .styles__banner-content___35G-D .styles__icon___1bDbQ{grid-area:icon;width:4.8rem;height:4.8rem}@media (min-width:160px) and (max-width:767px){.styles__banner-container___1yU1P .styles__banner-content___35G-D .styles__icon___1bDbQ{width:4rem;height:4rem}}.styles__banner-container___1yU1P .styles__banner-content___35G-D .styles__title___1sN_H{grid-area:title;font-weight:600;font-size:1.4rem;line-height:2rem;color:var(--gray-100)}.styles__banner-container___1yU1P .styles__banner-content___35G-D .styles__description___2znqL{grid-area:description;font-size:1.4rem;line-height:2rem;color:var(--gray-80)}.styles__banner-container___1yU1P .styles__banner-content___35G-D .styles__membership-button___26Og-{grid-area:membership;margin-top:.8rem}.styles__banner-container___1yU1P .styles__banner-content___35G-D .styles__dismiss-button___1y9uH{grid-area:dismiss;width:auto;justify-self:start;align-self:end}.styles__container___2Fkxx{display:grid;grid-template:80px 1fr/80px 1fr 224px;grid-template-areas:". . ." ". main .";height:100vh}.styles__container___2Fkxx.styles__messages___1ooU2{grid-template:80px 1fr/80px 1fr;grid-template-areas:". . " ". main"}@media (min-width:768px) and (max-width:1199px){.styles__container___2Fkxx.styles__messages___1ooU2{grid-template:72px 1fr/1fr;grid-template-areas:"." "main"}}@media (min-width:160px) and (max-width:767px){.styles__container___2Fkxx.styles__messages___1ooU2{grid-template:56px 1fr/1fr;grid-template-areas:"." "main"}}.styles__container___2Fkxx.styles__subscription-expired-container___ZrMh7{grid-template:80px 1fr/80px 1fr;grid-template-areas:". ." ". main"}@media (min-width:768px) and (max-width:1199px){.styles__container___2Fkxx.styles__subscription-expired-container___ZrMh7{grid-template:72px 1fr/1fr;grid-template-areas:"." "main"}}@media (min-width:160px) and (max-width:767px){.styles__container___2Fkxx.styles__subscription-expired-container___ZrMh7{grid-template:56px 1fr/1fr;grid-template-areas:"." "main"}}.styles__container___2Fkxx .styles__menu___2_lnx{position:fixed;top:80px;left:0;bottom:0;width:80px;box-sizing:border-box;z-index:2;transform:translateZ(0)}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___2Fkxx .styles__menu___2_lnx{display:none}}.styles__container___2Fkxx .styles__main___1jviV{grid-area:main}.styles__container___2Fkxx .styles__main___1jviV .styles__subscription-ending-banner___3hiC7{margin-top:41px}@media (min-width:160px) and (max-width:767px){.styles__container___2Fkxx .styles__main___1jviV .styles__subscription-ending-banner___3hiC7{margin-top:62px}}.styles__container___2Fkxx .styles__sidebar-chat___dDwpw{position:fixed;top:80px;right:0;bottom:0;width:224px;box-sizing:border-box;z-index:2;transform:translateZ(0)}.styles__container___2Fkxx .styles__sidebar-chat___dDwpw.styles__hidden___2vRIJ{display:none}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___2Fkxx .styles__sidebar-chat___dDwpw{display:none}}@media (min-width:768px) and (max-width:1199px){.styles__container___2Fkxx{grid-template:72px 1fr/1fr;grid-template-areas:"." "main"}}@media (min-width:160px) and (max-width:767px){.styles__container___2Fkxx{grid-template:56px 1fr/1fr;grid-template-areas:"." "main"}}.styles__container___2Fkxx .styles__header___3I4LI{position:fixed;top:0;left:0;right:0;height:80px;box-sizing:border-box;z-index:4;transform:translateZ(0)}@media (min-width:768px) and (max-width:1199px){.styles__container___2Fkxx .styles__header___3I4LI{height:72px}}@media (min-width:160px) and (max-width:767px){.styles__container___2Fkxx .styles__header___3I4LI{max-height:56px}}.styles__container___2Fkxx .styles__suspended-container___3s7Ub{display:grid;grid-template:80px 1fr auto/40px 1fr 40px;grid-template-areas:". . ." ". suspended ." ". footer .";justify-items:center;height:100vh}@media (min-width:768px) and (max-width:1199px){.styles__container___2Fkxx .styles__suspended-container___3s7Ub{grid-template:72px 1fr auto/40px 1fr 40px}}@media (min-width:160px) and (max-width:767px){.styles__container___2Fkxx .styles__suspended-container___3s7Ub{grid-template:56px 1fr auto/16px 1fr 16px}}.styles__container___2Fkxx .styles__suspended-container___3s7Ub .styles__suspended___3al0R{grid-area:suspended;background-color:#fff;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);margin-top:16px;padding:32px;box-sizing:border-box;max-width:840px;align-self:start}.styles__container___2Fkxx .styles__suspended-container___3s7Ub .styles__suspended___3al0R p{font-size:14px;line-height:1.43;color:var(--gray-80);margin-top:16px}.styles__container___2Fkxx .styles__footer___2FVOq{grid-area:footer}.styles__loading___2KSp9{height:100vh}.styles__container___3GI0u{display:grid;grid-template:1fr/repeat(4,auto);grid-column-gap:32px;justify-content:center;align-items:center;margin-bottom:40px}@media (min-width:768px) and (max-width:1199px){.styles__container___3GI0u{grid-column-gap:28px}}@media (min-width:160px) and (max-width:767px){.styles__container___3GI0u{grid-template:repeat(4,auto)/1fr;grid-row-gap:8px;text-align:center;margin-bottom:24px}}.styles__container___3GI0u .styles__logo___1S89Z{height:24px;width:24px;object-fit:contain;fill:var(--gray-80)}@media (min-width:160px) and (max-width:767px){.styles__container___3GI0u .styles__logo___1S89Z{margin:0 auto}}.styles__container___3GI0u .styles__link___1ClL8{font-size:12px;color:var(--gray-80);text-decoration:none;line-height:1.43}.styles__container___2UwHF{height:calc(100vh - 80px);display:grid;grid-template-rows:1fr auto;text-align:center;align-items:center}@media (min-width:160px) and (max-width:767px){.styles__container___2UwHF{grid-template-columns:auto 185px auto}}@media (min-width:160px) and (max-width:767px){.styles__container___2UwHF .styles__upper___3SBNP{grid-column:2}}.styles__container___2UwHF .styles__upper___3SBNP .styles__icon___2Fy1G{width:213px;height:199px}@media (min-width:160px) and (max-width:767px){.styles__container___2UwHF .styles__upper___3SBNP .styles__icon___2Fy1G{width:170px;height:160px}}.styles__container___2UwHF .styles__upper___3SBNP h1{margin-top:40px}@media (min-width:160px) and (max-width:767px){.styles__container___2UwHF .styles__upper___3SBNP h1{margin-top:32px;font-size:24px}}.styles__container___2UwHF .styles__upper___3SBNP p{font-size:14px;line-height:1.43;color:var(--gray-80);margin-top:16px}@media (min-width:160px) and (max-width:767px){.styles__container___2UwHF .styles__upper___3SBNP p{margin-top:0}}@media (min-width:160px) and (max-width:767px){.styles__container___2UwHF .styles__footer___2FI9V{grid-column:2}}.styles__title___1_Woq{font-weight:600;letter-spacing:.1rem;color:var(--gray-80);padding-bottom:1.6rem;text-transform:uppercase}@media (min-width:160px) and (max-width:767px){.styles__title___1_Woq{font-size:1.2rem;line-height:1.6rem;padding-bottom:.8rem}}.styles__text___3vfE3{font-size:1.4rem;line-height:2rem}.styles__blocked-dashboard___19fL2{background-color:#fff;box-shadow:0 .2rem .4rem rgba(42,46,70,.16);border-radius:.4rem;text-align:center;padding-top:3.6rem;width:100%}.styles__blocked-dashboard___19fL2 .styles__locker-icon___2B_0o{width:1.6rem;height:1.6rem;fill:var(--gray-56)}.styles__blocked-dashboard___19fL2 .styles__heading___2YL6-{font-weight:600;color:var(--gray-100);padding:1.2rem 1rem 0;text-transform:uppercase}.styles__blocked-dashboard___19fL2 .styles__description___2LrFu{color:var(--gray-80);padding:.4rem 2rem 3.2rem;margin:0 auto;max-width:45rem}.styles__blocked-dashboard___19fL2 .styles__bottom-section___hawfe{padding:3.2rem;background-color:var(--gray-4);display:flex;flex-direction:column;align-items:center}.styles__blocked-dashboard___19fL2 .styles__bottom-section___hawfe .styles__community-icon___fmRzH{width:5.6rem;height:5.6rem}.styles__blocked-dashboard___19fL2 .styles__bottom-section___hawfe .styles__subtitle___3qtr5{font-weight:600;font-size:1.6rem;line-height:2.4rem;letter-spacing:.1rem;color:var(--gray-100);padding-top:1.2rem;text-transform:uppercase}@media (min-width:160px) and (max-width:767px){.styles__blocked-dashboard___19fL2 .styles__bottom-section___hawfe .styles__subtitle___3qtr5{font-size:1.4rem;line-height:2rem}}.styles__blocked-dashboard___19fL2 .styles__bottom-section___hawfe .styles__share-your-goals___2NjH7{max-width:40rem}.styles__blocked-dashboard___19fL2 .styles__bottom-section___hawfe .styles__button___f7vci{margin-bottom:2rem}.styles__user-position___18E-X{position:absolute;z-index:99;width:403px;max-height:136px;border-radius:4px;box-shadow:0 2px 8px 0 rgba(42,46,70,.16);background-color:var(--white);padding:8px 0;box-sizing:border-box;display:flex;flex-direction:column-reverse}@media (min-width:768px) and (max-width:1199px){.styles__user-position___18E-X{width:330px}}@media (min-width:160px) and (max-width:767px){.styles__user-position___18E-X{width:250px}}.styles__user-position___18E-X .styles__overflow___eGAWN{overflow-x:auto}.styles__user-position___18E-X .styles__overflow___eGAWN .styles__user___UM7AR{width:100%;background-color:var(--white);box-sizing:border-box}.styles__user-position___18E-X .styles__overflow___eGAWN .styles__user___UM7AR .styles__flexbox___1_Kt_{display:grid;grid-template:1fr/24px repeat(3,auto);justify-content:start;align-items:center;padding:8px 16px}.styles__user-position___18E-X .styles__overflow___eGAWN .styles__user___UM7AR .styles__flexbox___1_Kt_ .styles__avatar___39QBK{width:24px;height:24px;border-radius:50%}.styles__user-position___18E-X .styles__overflow___eGAWN .styles__user___UM7AR .styles__flexbox___1_Kt_ h5{color:var(--slate-grey);margin:0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles__user-position___18E-X .styles__overflow___eGAWN .styles__user___UM7AR .styles__flexbox___1_Kt_ .styles__online___3ynFE{width:6px;height:6px;border-radius:50%;background-color:var(--shamrock-2);margin-right:8px}.styles__user-position___18E-X .styles__overflow___eGAWN .styles__user___UM7AR .styles__flexbox___1_Kt_ p{font-size:12px;font-weight:400;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;color:var(--gray-56)}.styles__user-position___18E-X .styles__overflow___eGAWN .styles__user___UM7AR .styles__flexbox___1_Kt_:hover{background-color:var(--gray-8)}.styles__user-position___18E-X .styles__overflow___eGAWN .styles__no-results___2tXJK{padding:8px 16px;margin:0 8px;font-size:1.4rem;color:var(--gray-56);font-weight:400}.styles__user-position___18E-X .styles__overflow___eGAWN .styles__loading-container___3-6Xv{width:100%;display:flex;box-sizing:border-box;height:1.2rem;align-items:center}.styles__user-position___18E-X .styles__overflow___eGAWN .styles__loading-container___3-6Xv .styles__loading___36a94{display:inline-block;border-top:2px solid var(--gray-56);border-right:2px solid var(--transparent);border-radius:50%;width:1.1em;height:1.1em;animation:styles__spin___20865 .8s linear infinite;margin:0 auto}@keyframes styles__spin___20865{to{transform:rotate(1turn)}}.styles__card___5Ya5f{padding:40px;background-color:var(--white);border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.4);display:grid;grid-template:repeat(3,auto)/auto auto;grid-template-areas:"title close" "input input " ". add";grid-row-gap:32px}@media (min-width:160px) and (max-width:767px){.styles__card___5Ya5f{padding:24px}}.styles__card___5Ya5f .styles__title___2nwot{grid-area:title;font-size:16px;font-weight:600;letter-spacing:1px;color:var(--gray-100);background-color:initial}.styles__card___5Ya5f .styles__close___2hLRO{grid-area:close}.styles__card___5Ya5f .styles__close___2hLRO svg{width:16px;height:16px;object-fit:contain;justify-self:end;cursor:pointer}.styles__card___5Ya5f .styles__input___9QSz8{grid-area:input;width:100%}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__card___5Ya5f .styles__input___9QSz8{width:400px}}.styles__card___5Ya5f button{grid-area:add;justify-self:end}.styles__container___3X5ZK{padding:24px;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);display:grid;grid-template:repeat(3,auto)/1fr;grid-template-areas:"title" "content" "actions";grid-row-gap:16px;position:relative}@media (min-width:160px) and (max-width:767px){.styles__container___3X5ZK{grid-template:1fr auto/1fr;grid-template-areas:"content" "actions";border-radius:0;padding:16px}}.styles__container___3X5ZK .styles__title___14QNX{grid-area:title;font-size:14px;font-weight:600;color:var(--gray-80);text-transform:uppercase;letter-spacing:1px}@media (min-width:160px) and (max-width:767px){.styles__container___3X5ZK .styles__title___14QNX{display:none}}.styles__container___3X5ZK .styles__content___NJHe2{grid-area:content;display:flex;width:100%}.styles__container___3X5ZK .styles__content___NJHe2 .styles__post-content___2R-Sh{flex:1;min-height:72px;padding:10px 16px;box-sizing:border-box;border-radius:2px;outline:none;resize:none;font-size:14px;color:var(--gray-80);border:2px solid hsla(0,0%,100%,0);width:100%;line-height:1.43;background-color:var(--gray-4)}@media (min-width:160px) and (max-width:767px){.styles__container___3X5ZK .styles__content___NJHe2 .styles__post-content___2R-Sh{font-size:16px}}.styles__container___3X5ZK .styles__content___NJHe2 .styles__post-content___2R-Sh:hover{background-color:var(--gray-8)}.styles__container___3X5ZK .styles__content___NJHe2 .styles__post-content___2R-Sh::placeholder{font-size:14px;font-weight:400;color:var(--gray-24)}@media (min-width:160px) and (max-width:767px){.styles__container___3X5ZK .styles__content___NJHe2 .styles__post-content___2R-Sh::placeholder{font-size:16px}}.styles__container___3X5ZK .styles__content___NJHe2 .styles__post-content___2R-Sh:focus{background-color:var(--white);border:2px solid var(--gray-8)}.styles__container___3X5ZK .styles__actions___3UDsm{grid-area:actions;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.styles__container___3X5ZK .styles__actions___3UDsm .styles__uploaded-picture-container___3Apd8{display:grid;grid-template:auto/16px 1fr 16px;grid-column-gap:8px;padding-right:8px;align-items:center}.styles__container___3X5ZK .styles__actions___3UDsm .styles__uploaded-picture-container___3Apd8 svg{width:16px;height:16px;object-fit:contain;fill:var(--malibu)}.styles__container___3X5ZK .styles__actions___3UDsm .styles__uploaded-picture-container___3Apd8 svg:last-child{cursor:pointer}.styles__container___3X5ZK .styles__actions___3UDsm .styles__uploaded-picture-container___3Apd8 .styles__button___3Jv2u{min-width:16px}.styles__container___3X5ZK .styles__actions___3UDsm .styles__uploaded-picture-container___3Apd8 .styles__asset___169I0{font-size:12px;font-weight:600;line-height:1.58;color:var(--malibu);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none}.styles__container___3X5ZK .styles__actions___3UDsm .styles__uploaded-picture-container___3Apd8.styles__uploaded-video-container___hdLLy{grid-template:auto/auto 1fr;justify-content:start}.styles__container___3X5ZK .styles__actions___3UDsm>button~button{margin-left:8px}.styles__container___3X5ZK .styles__actions___3UDsm button:last-child{min-width:80px;justify-self:end}.styles__container___3X5ZK .styles__actions___3UDsm.styles__with-picture___27vgN{display:flex;justify-content:space-between}.styles__tagged___2O8MW{font-size:14px;font-weight:400;color:var(--malibu)}.styles__tagging-user___3eRY9{left:24px;bottom:145px;width:440px}@media (min-width:768px) and (max-width:1199px){.styles__tagging-user___3eRY9{width:370px}}@media (min-width:160px) and (max-width:767px){.styles__tagging-user___3eRY9{width:340px}}.styles__container___Dkygn{padding:2.4rem;border-radius:.4rem;box-shadow:0 .2rem .4rem 0 rgba(42,46,70,.16);background-color:var(--white);display:grid;grid-template:auto 1fr auto/1fr;grid-template-areas:"title" "goals" "actions";grid-row-gap:1.6rem;box-sizing:border-box;width:100%}.styles__container___Dkygn .styles__title___2PPuF{grid-area:title;font-size:1.4rem;font-weight:600;color:var(--gray-80);text-transform:uppercase;letter-spacing:.1rem;line-height:1.43}.styles__container___Dkygn .styles__goals___1_tdU{grid-area:goals;display:grid;grid-template:auto/1fr;grid-row-gap:1.6rem}.styles__container___Dkygn .styles__goals___1_tdU .styles__goal___2I9Z7{font-size:1.4rem;color:var(--gray-80);line-height:1.43;display:table;table-layout:fixed;width:100%;word-wrap:break-word}.styles__container___Dkygn .styles__goals___1_tdU .styles__goal-due-to___XDKOk{font-size:1.2rem;color:var(--gray-56);padding-top:.8rem}.styles__container___Dkygn .styles__actions___3D1jI{grid-area:actions;margin-top:.8rem}.styles__dropdown-button___TOZjx{padding:1rem 1.2rem;border:.1rem solid var(--gray-24);box-sizing:border-box;border-radius:.4rem;font-weight:500;font-size:1.2rem;line-height:1.6rem;text-align:center;letter-spacing:.15rem;text-transform:uppercase;color:var(--gray-80);cursor:pointer;width:19rem;background-color:#fff;display:flex;align-items:center;justify-content:center}.styles__calendar-icon___1zlHv{fill:var(--gray-80);height:2rem;width:2rem;margin-right:.8rem}[data-reach-menu-list]{position:absolute;box-shadow:0 .4rem .8rem 0 rgba(42,46,70,.16);background-color:var(--white);padding:1.6rem 0;box-sizing:border-box;margin-top:1.2rem;z-index:3;min-width:19rem;outline:none;border:none;border-radius:.4rem}[data-reach-menu-link]{color:var(--gray-80);text-decoration:none;font-size:1.2rem;line-height:2.4rem;letter-spacing:.1rem;font-weight:400;cursor:pointer;padding:.4rem 1.6rem}[data-reach-menu-link]:hover{background-color:var(--gray-4);color:var(--gray-80)}.styles__icon-wrapper___1sqMy{color:var(--gray-80);padding-right:.8rem}.styles__icon___1pPFy{width:1.4rem;height:1.4rem}.styles__announcements-container___2YHZk{padding:2.4rem;display:flex;flex-direction:column;background-color:#fff;box-shadow:0 2px 4px rgba(42,46,70,.16);border-radius:.4rem;align-items:flex-start;position:relative}.styles__announcements-container___2YHZk .styles__image___2WhvN{z-index:0;width:47%;height:62%;position:absolute;top:0;right:0;background-repeat:no-repeat;background-position:100% 0;background-size:cover}@media (min-width:768px) and (max-width:1199px){.styles__announcements-container___2YHZk .styles__image___2WhvN{display:none}}.styles__announcements-container___2YHZk .styles__section___2nepq{padding-bottom:1.6rem;z-index:2}.styles__announcements-container___2YHZk .styles__tag___3v5v-{font-weight:600;font-size:1.2rem;line-height:1.6rem;letter-spacing:.1rem;text-transform:uppercase;color:var(--malibu);padding-bottom:.8rem;z-index:2}.styles__announcements-container___2YHZk .styles__title___2jStw{font-weight:600;font-size:1.6rem;line-height:2.4rem;letter-spacing:.1rem;text-transform:uppercase;color:var(--gray-100);padding-bottom:.8rem;z-index:2}@media (min-width:160px) and (max-width:767px),(min-width:1200px){.styles__announcements-container___2YHZk .styles__description___3fWNF{max-width:70%}}.styles__announcements-container___2YHZk .styles__text___7MkGi{font-size:1.4rem;line-height:2rem;color:var(--gray-80);z-index:2}.styles__announcements-container___2YHZk .styles__highlight-sentence___1E2AS{font-weight:600}.styles__announcements-container___2YHZk .styles__bottom-gutter___3Tq-Y{padding-bottom:1.6rem}.styles__announcements-container___2YHZk .styles__field-container___3sBqo{display:grid;grid-template:auto/1.6rem 1fr;grid-column-gap:.8rem}.styles__announcements-container___2YHZk .styles__field-container___3sBqo:not(:last-child){padding-bottom:.8rem}.styles__announcements-container___2YHZk .styles__field-container___3sBqo .styles__icon___26NsA{width:1.6rem;height:1.6rem;fill:var(--gray-80)}.styles__announcements-container___2YHZk .styles__button___2NyP-{margin-top:.8rem}.styles__announcements-container___2YHZk .styles__calendar___3U7el{padding-top:1.6rem}.styles__announcements-container___2YHZk .styles__calendar___3U7el .styles__calendar-dropdown___1USzK{position:absolute;box-shadow:0 .4rem .8rem 0 rgba(42,46,70,.16);background-color:var(--white);padding:1.6rem;box-sizing:border-box;margin-top:1.2rem;z-index:3;min-width:16rem}.styles__announcements-container___2YHZk .styles__calendar___3U7el .styles__calendar-dropdown___1USzK a{color:var(--gray-80);text-decoration:none;font-size:1.2rem;line-height:2.4rem;letter-spacing:.1rem;font-weight:400}.styles__announcements-container___2YHZk .styles__calendar___3U7el .styles__calendar-button___1mGWQ{padding:1rem 1.2rem;border:.1rem solid var(--gray-24);box-sizing:border-box;border-radius:.4rem;font-weight:500;font-size:1.2rem;line-height:1.6rem;text-align:center;letter-spacing:.15rem;text-transform:uppercase;color:var(--gray-80);cursor:pointer;width:16rem}.styles__banner-wrapper___1W5BA{background-color:var(--malibu);padding:1.6rem 2.4rem;width:100%;border-radius:.4rem;display:flex;align-items:center;box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__banner-wrapper___1W5BA{display:grid;grid-template:auto auto/auto 1fr;grid-template-areas:"icon text" "button button";grid-row-gap:2rem}}.styles__banner-wrapper___1W5BA .styles__icon-wrapper___2GHlJ{grid-area:icon;border-radius:50%;height:3.2rem;width:3.2rem;display:flex;align-items:center;justify-content:center;background-color:#fff}.styles__banner-wrapper___1W5BA .styles__icon-wrapper___2GHlJ .styles__icon___3Yyqj{fill:var(--malibu);height:1.6rem;width:1.6rem}.styles__banner-wrapper___1W5BA .styles__title___2dgDh{grid-area:text;font-size:1.4rem;line-height:2rem;color:#fff;padding-left:2.4rem}.styles__banner-wrapper___1W5BA .styles__title___2dgDh .styles__bold___99zZq{font-weight:600}.styles__banner-wrapper___1W5BA .styles__button___39xcq{grid-area:button;margin-left:auto;border-color:#fff;color:#fff}@media (min-width:160px) and (max-width:767px){.styles__banner-wrapper___1W5BA .styles__button___39xcq{width:100%;justify-self:center;margin-left:0}}.styles__donutchart-track___3oM5K{fill:hsla(0,0%,100%,0);stroke:hsla(0,0%,100%,.16);stroke-width:10}.styles__donutchart-indicator___BEOBS{fill:hsla(0,0%,100%,0);stroke:var(--shamrock);stroke-width:10;stroke-dasharray:0 10000;transition:stroke-dasharray .3s ease}.styles__donutchart___1VOgJ{margin:0 auto;border-radius:50%;display:block}.styles__donutchart-text___31SPY{fill:var(--white)}.styles__donutchart-text-percent___29_j7,.styles__donutchart-text-val___2PHdC{font-size:24px}@media (min-width:160px) and (max-width:767px){.styles__donutchart-text-percent___29_j7,.styles__donutchart-text-val___2PHdC{font-size:20px}}.styles__class-wrapper___3cgjp{border-radius:.4rem;overflow:hidden;display:grid;grid-template:1fr auto/12rem 1fr;grid-template-areas:"image content" "image next";background-color:#fff;width:100%;height:18rem}.styles__class-wrapper___3cgjp .styles__image-container___2ejx2{grid-area:image;height:100%;width:100%}.styles__class-wrapper___3cgjp .styles__image-container___2ejx2 .styles__image___NSKs0{height:100%;width:12rem;object-fit:cover}.styles__class-wrapper___3cgjp .styles__content-wrapper___1t-l4{display:grid;grid-template:auto auto 1fr/1fr;text-decoration:none}.styles__class-wrapper___3cgjp .styles__content-wrapper___1t-l4 .styles__text___ZKVpe{font-size:1.4rem;line-height:2rem;color:var(--gray-80)}.styles__class-wrapper___3cgjp .styles__content-wrapper___1t-l4 .styles__class-name___epL4D{padding:1.6rem 1.6rem 0;font-weight:600;color:var(--gray-100)}.styles__class-wrapper___3cgjp .styles__content-wrapper___1t-l4 .styles__class-type___1pSmc{padding:0 1.6rem}.styles__class-wrapper___3cgjp .styles__content-wrapper___1t-l4 .styles__class-percentage___nkozg{padding:0 1.6rem 1.2rem;align-self:end;display:flex;align-items:center}.styles__class-wrapper___3cgjp .styles__content-wrapper___1t-l4 .styles__class-percentage___nkozg .styles__chart___g_GtW{margin:0 .8rem 0 0}.styles__class-wrapper___3cgjp .styles__content-wrapper___1t-l4 .styles__class-percentage___nkozg .styles__chart___g_GtW .styles__chart-track___2TgB8{stroke:var(--gray-8);fill:#fff}.styles__class-wrapper___3cgjp .styles__next-assignment-wrapper___OW5HD{grid-area:next;width:100%;box-sizing:border-box;padding:1.6rem;background-color:var(--gray-8);font-size:1.2rem;line-height:1.6rem;color:var(--gray-80);text-decoration:none;display:grid;grid-template:repeat(2,auto)/1fr auto;grid-template-areas:"next icon" "assignment icon";grid-row-gap:.4rem;grid-column-gap:.4rem}.styles__class-wrapper___3cgjp .styles__next-assignment-wrapper___OW5HD:hover{background-color:var(--gray-24)}.styles__class-wrapper___3cgjp .styles__next-assignment-wrapper___OW5HD .styles__next___ISlRB{grid-area:next}.styles__class-wrapper___3cgjp .styles__next-assignment-wrapper___OW5HD .styles__assignment___1MYte{grid-area:assignment;color:var(--gray-100);font-weight:500;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;box-sizing:border-box}.styles__class-wrapper___3cgjp .styles__next-assignment-wrapper___OW5HD .styles__arrow-icon___3JV0z{grid-area:icon;height:2rem;width:2rem;fill:var(--gray-80);align-self:center}.styles__wrapper___1wIwN{display:grid;grid-template:auto 1fr/repeat(2,1fr);align-items:center;grid-column-gap:2.4rem;grid-row-gap:1.6rem;padding-top:3.2rem}@media (min-width:160px) and (max-width:767px){.styles__wrapper___1wIwN{grid-template:auto 1fr 1fr/1fr;padding:0 1.6rem}}@media (min-width:160px) and (max-width:767px){.styles__wrapper___1wIwN.styles__single-assignment-wrapper___3XUK4{grid-template:auto 1fr/1fr}}.styles__wrapper___1wIwN .styles__top___1uWgZ{display:flex;justify-content:space-between;align-items:center}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__wrapper___1wIwN .styles__top___1uWgZ{grid-column:1/3}}.styles__wrapper___1wIwN .styles__top___1uWgZ .styles__title___2TYKr{font-weight:600;font-size:1.4rem;line-height:2rem;letter-spacing:.1rem;text-transform:uppercase;color:var(--gray-80)}.styles__wrapper___1wIwN .styles__top___1uWgZ .styles__see-all___3BI_2{justify-self:end}.styles__wrapper___1wIwN .styles__loader___3KPKs{grid-row:2/4}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__wrapper___1wIwN .styles__loader___3KPKs{grid-column:1/3;grid-row:2}}.styles__wrapper___1wIwN .styles__empty-container___33d_l{display:grid;grid-template:repeat(2,auto)/auto 1fr;grid-template-areas:"icon description" "icon explore";background-color:rgba(16,18,27,.04);border-radius:.4rem;padding:2.4rem;box-sizing:border-box;grid-column-gap:1.6rem;grid-row-gap:1.2rem;grid-row:2/4}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__wrapper___1wIwN .styles__empty-container___33d_l{grid-column:1/3;grid-row:2}}.styles__wrapper___1wIwN .styles__empty-container___33d_l .styles__courses-icon___2GQe2{grid-area:icon;width:3.2rem;height:3.2rem;fill:var(--gray-56)}.styles__wrapper___1wIwN .styles__empty-container___33d_l .styles__description___1JCwR{grid-area:description;color:var(--gray-80);font-size:1.4rem;line-height:2rem}.styles__wrapper___1wIwN .styles__empty-container___33d_l .styles__explore-courses___1ORkW{grid-area:explore;justify-self:start}.styles__dashboard-container___2eYfb{display:grid;grid-template:auto/minmax(40px,auto) 1fr minmax(40px,auto);grid-row-gap:32px;justify-items:center}@media (min-width:768px) and (max-width:1199px){.styles__dashboard-container___2eYfb{grid-template:auto/minmax(40px,auto) 1fr minmax(40px,auto)}}@media (min-width:160px) and (max-width:767px){.styles__dashboard-container___2eYfb{grid-template:auto/minmax(16px,auto) 1fr minmax(16px,auto)}}.styles__dashboard-container___2eYfb .styles__mobile-wrapper___1A5ZL{grid-column:1/-1;display:grid;grid-template:repeat(3,auto)/1fr;grid-row-gap:32px;grid-template-areas:"live-call" "course-overview" "create-post";justify-self:stretch;padding-top:3.2rem}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__dashboard-container___2eYfb .styles__mobile-wrapper___1A5ZL{display:none}}.styles__dashboard-container___2eYfb .styles__mobile-wrapper___1A5ZL .styles__live-call-wrapper___2FoYh{grid-area:live-call;padding:0 1.6rem}.styles__dashboard-container___2eYfb .styles__course-overview___2D03X{grid-area:course-overview;text-decoration:none}.styles__dashboard-container___2eYfb .styles__create-post___34WU1{grid-area:create-post}.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN{grid-column:2;display:grid;grid-template:auto minmax(208px,auto) auto/3fr 2fr;grid-template-areas:"course-overview course-overview" "create-post upcoming-goals" "timeline upcoming-goals";grid-column-gap:24px;grid-row-gap:32px;justify-content:center;align-items:start;padding:40px 0;box-sizing:border-box}@media (min-width:1200px){.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN{width:840px}}@media (min-width:768px) and (max-width:1199px){.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN{grid-template:auto minmax(208px,auto) auto/repeat(8,minmax(65px,1fr));grid-template-areas:"course-overview course-overview course-overview course-overview course-overview course-overview course-overview course-overview" "create-post create-post create-post create-post create-post upcoming-goals upcoming-goals upcoming-goals" "timeline timeline timeline timeline timeline upcoming-goals upcoming-goals upcoming-goals";width:100%}}@media (min-width:160px) and (max-width:767px){.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN{grid-template:auto auto/1fr;grid-template-areas:"upcoming-goals" "timeline";padding-top:0;width:100%}}.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN.styles__blocked-dashboard-wrapper___iEHxS{grid-template:auto 1fr/1fr;grid-template-areas:"course-overview" "blocked-dashboard"}.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN.styles__blocked-dashboard-wrapper___iEHxS .styles__blocked-dashboard___1SbZ9{grid-area:blocked-dashboard}.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN .styles__right-column___ZGErE{grid-area:upcoming-goals;display:flex;flex-direction:column}.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN .styles__right-column___ZGErE>:not(:last-child){margin-bottom:1.6rem}@media (min-width:160px) and (max-width:767px){.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN .styles__course-overview___2D03X,.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN .styles__create-post___34WU1{display:none}}.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN .styles__banner___2Qaf4{grid-area:banner}.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN .styles__upcoming-goals___23NCA{grid-area:upcoming-goals}@media (min-width:1200px){.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN .styles__upcoming-goals___23NCA{align-self:start}}@media (min-width:768px) and (max-width:1199px){.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN .styles__upcoming-goals___23NCA{grid-column:6/-1;align-self:start}}@media (min-width:160px) and (max-width:767px){.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN .styles__upcoming-goals___23NCA{grid-column:1/-1;grid-row:1}}.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN .styles__timeline-section___52-Mx{grid-area:timeline}@media (min-width:160px) and (max-width:767px){.styles__dashboard-container___2eYfb .styles__wrapper___5dsSN .styles__timeline-section___52-Mx{grid-column:1/-1;grid-row:2}}.styles__dashboard-container___2eYfb .styles__title___2RU_Q{font-size:2.4rem;line-height:3.2rem;color:var(--gray-100);font-weight:400}@media (min-width:160px) and (max-width:767px){.styles__dashboard-container___2eYfb .styles__title___2RU_Q{padding:3.2rem 1.6rem 2.8rem}}.styles__upcoming-classes___2pKZW{padding-top:4rem}.styles__upcoming-classes___2pKZW .styles__upcoming-classes-title___2CHE-{font-weight:600;font-size:1.4rem;line-height:2rem;letter-spacing:.1rem;text-transform:uppercase;color:var(--gray-80);padding-bottom:2.8rem}.styles__upcoming-classes___2pKZW .styles__upcoming-classes-list___2Eyy8{max-width:84rem}.styles__footer___1c6rG{grid-column:2}.styles__container___1E3zY{display:flex;height:24px}.styles__container___1E3zY .styles__item___2VxUb{color:var(--gray-100);font-size:12px;font-weight:600;letter-spacing:1.5px;line-height:1.43;background:var(--transparent);cursor:pointer;padding:0 0 8px;text-transform:uppercase;border:none;border-bottom:2px solid hsla(0,0%,100%,0)}.styles__container___1E3zY .styles__item___2VxUb:hover{border-bottom:2px solid rgba(43,201,137,.32)}.styles__container___1E3zY .styles__item___2VxUb.styles__active___1ItBM{border-bottom:2px solid var(--shamrock)}.styles__container___1E3zY .styles__item___2VxUb:focus{outline-width:2px;outline-color:var(--gray-24)}.styles__container___1E3zY .styles__item___2VxUb:disabled{color:var(--gray-56);pointer-events:none;cursor:not-allowed}.styles__container___1E3zY>.styles__item___2VxUb~.styles__item___2VxUb{margin-left:16px}.styles__wrapper___3sKqT{font-size:12px;font-weight:600;font-family:Poppins,sans-serif;letter-spacing:1px;color:var(--gray-80);display:flex;align-items:center}.styles__wrapper___3sKqT .styles__like___17egL{background:var(--transparent);border:none;font-size:12px;font-weight:600;letter-spacing:1.5px;color:var(--gray-80);padding:0;margin-right:5px;cursor:pointer}.styles__wrapper___3sKqT .styles__like___17egL.styles__selected___3ED5o{color:#2bc989}.styles__wrapper___3sKqT .styles__icon___1lRJB{fill:var(--shamrock);margin-right:4px;height:16px;width:16px}.styles__container___2Gpx8{display:grid;grid-template:1fr auto/1fr;grid-row-gap:40px}@media (min-width:160px) and (max-width:767px){.styles__container___2Gpx8{grid-row-gap:24px}}.styles__container___2Gpx8 .styles__actions___l-7Dr{display:flex;justify-content:flex-end}.styles__container___2Gpx8 .styles__actions___l-7Dr>button~button{margin-left:8px}.styles__container___1jiMv{display:grid;grid-template:repeat(2,auto)/32px auto;grid-template-areas:"header header" ". content";grid-column-gap:8px}.styles__container___1jiMv .styles__header___1WcHJ{grid-area:header;display:grid;grid-template:1fr/32px 1fr;grid-column-gap:8px}.styles__container___1jiMv .styles__header___1WcHJ .styles__author___3Buic{display:flex;align-items:center}.styles__container___1jiMv .styles__header___1WcHJ .styles__author___3Buic .styles__name___354AS{font-size:14px;font-weight:600;line-height:1.43;color:var(--gray-100);margin-right:.4rem;text-decoration:none;align-self:flex-start;max-width:25rem}.styles__container___1jiMv .styles__header___1WcHJ .styles__author___3Buic .styles__username___3ZoyU{font-size:12px;line-height:1.43;color:var(--gray-80);text-decoration:none;align-self:flex-start;max-width:14rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.styles__container___1jiMv .styles__content___1z8XH{grid-area:content;display:grid;grid-template:1fr auto/1fr;grid-row-gap:8px}.styles__container___1jiMv .styles__content___1z8XH .styles__text___2bZHS{font-size:14px;color:var(--gray-80);line-height:1.43;word-break:break-word}@media (min-width:160px) and (max-width:767px){.styles__container___1jiMv .styles__content___1z8XH .styles__text___2bZHS{max-width:250px}}.styles__container___1jiMv .styles__content___1z8XH .styles__text___2bZHS .styles__tag___1VuD8{color:var(--malibu);text-decoration:none}.styles__container___1jiMv .styles__content___1z8XH .styles__details___UCfjV{display:flex;align-items:center}@media (min-width:160px) and (max-width:767px){.styles__container___1jiMv .styles__content___1z8XH .styles__details___UCfjV{flex-direction:column;align-items:flex-start}}.styles__container___1jiMv .styles__content___1z8XH .styles__details___UCfjV .styles__dot___2gNkh{width:4px;height:4px;background-color:var(--gray-56);border-radius:50%;margin:0 8px}@media (min-width:160px) and (max-width:767px){.styles__container___1jiMv .styles__content___1z8XH .styles__details___UCfjV .styles__dot___2gNkh{display:none}}.styles__container___1jiMv .styles__content___1z8XH .styles__details___UCfjV .styles__actions___1VKLc{display:flex;align-items:center}.styles__container___1jiMv .styles__content___1z8XH .styles__details___UCfjV .styles__actions___1VKLc .styles__edit___lBTfw{background:var(--transparent);border:none;font-size:12px;font-weight:600;letter-spacing:1.5px;color:var(--gray-80);padding:0;cursor:pointer}.styles__container___1jiMv .styles__content___1z8XH .styles__details___UCfjV .styles__actions___1VKLc .styles__dot___2gNkh{display:block}.styles__container___1jiMv .styles__content___1z8XH .styles__details___UCfjV .styles__date___3ZI-R{font-size:12px;color:var(--gray-56);line-height:1.43}@media (min-width:160px) and (max-width:767px){.styles__container___1jiMv .styles__content___1z8XH .styles__details___UCfjV .styles__date___3ZI-R{margin-top:2px}}.styles__container___1jiMv .styles__content___1z8XH .styles__details___UCfjV .styles__edited___2UQij{font-size:12px;color:var(--gray-56);line-height:1.43}@media (min-width:160px) and (max-width:767px){.styles__container___1jiMv .styles__content___1z8XH .styles__details___UCfjV .styles__edited___2UQij{margin-top:2px}}.styles__card___zcRHh{width:480px;padding:40px;box-sizing:border-box;background-color:var(--white);border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.4);display:grid;grid-template:repeat(3,auto)/auto auto;grid-template-areas:"title close" "textarea textarea" "error save";grid-row-gap:32px}@media (min-width:160px) and (max-width:767px){.styles__card___zcRHh{width:calc(100vw - 16px);padding:24px}}.styles__card___zcRHh .styles__title___1UnUd{grid-area:title;font-size:16px;font-weight:600;letter-spacing:1px;color:var(--gray-100)}.styles__card___zcRHh .styles__close___1uUvg{grid-area:close;background-color:initial}.styles__card___zcRHh .styles__close___1uUvg svg{width:16px;height:16px;object-fit:contain;justify-self:end;cursor:pointer}.styles__card___zcRHh .styles__content___xrrHL{grid-area:textarea;flex:1}.styles__card___zcRHh .styles__textarea___2zDTJ{width:100%;min-height:168px;border-radius:2px;background-color:var(--gray-4);outline:none;resize:none;padding:10px 16px;box-sizing:border-box;font-size:14px;line-height:1.43;color:var(--gray-80);border:2px solid hsla(0,0%,100%,0)}.styles__card___zcRHh .styles__textarea___2zDTJ.styles__text-error___3xtr1{padding-right:36px;border:2px solid var(--thunderbird)}.styles__card___zcRHh .styles__textarea___2zDTJ.styles__text-error___3xtr1:focus{border:2px solid var(--thunderbird)}.styles__card___zcRHh .styles__textarea___2zDTJ:hover{background-color:var(--gray-8)}.styles__card___zcRHh .styles__textarea___2zDTJ::placeholder{font-size:14px;font-weight:400;color:var(--gray-24)}@media (min-width:160px) and (max-width:767px){.styles__card___zcRHh .styles__textarea___2zDTJ::placeholder{font-size:16px}}.styles__card___zcRHh .styles__textarea___2zDTJ:focus{background-color:var(--white);border:2px solid var(--gray-8)}.styles__card___zcRHh .styles__error___3urAJ{grid-area:error;display:flex;align-items:center}.styles__card___zcRHh .styles__error___3urAJ .styles__icon___1p9ih{width:16px;height:16px;fill:var(--thunderbird);flex-shrink:0}.styles__card___zcRHh .styles__error___3urAJ .styles__message___2W-qz{color:var(--thunderbird);font-size:14px;margin:0 6px;flex-shrink:1}.styles__card___zcRHh .styles__tagging-user___3m_oJ{bottom:280px;width:440px}@media (min-width:768px) and (max-width:1199px){.styles__card___zcRHh .styles__tagging-user___3m_oJ{width:370px}}@media (min-width:160px) and (max-width:767px){.styles__card___zcRHh .styles__tagging-user___3m_oJ{width:340px}}.styles__card___zcRHh button{grid-area:save;justify-self:end}@media (min-width:160px) and (max-width:767px){.styles__card___zcRHh button.styles__desktop-button___YuPDP{display:none}}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__card___zcRHh button.styles__mobile-button___2PUsG{display:none}}.styles__container___1vDg0{position:relative}.styles__container___1vDg0 .styles__alert___1Apmn{position:fixed;top:120px;left:50%;translate:-50%;z-index:1;transform:translateZ(0);box-sizing:border-box;width:736px}@media (min-width:768px) and (max-width:1199px){.styles__container___1vDg0 .styles__alert___1Apmn{top:112px}}@media (min-width:160px) and (max-width:767px){.styles__container___1vDg0 .styles__alert___1Apmn{width:288px;top:96px}}.styles__container___1vDg0 .styles__actions___2utAH{cursor:pointer;background:none;border:none}.styles__container___1vDg0 .styles__actions___2utAH svg{height:24px;width:24px;fill:var(--gray-56)}.styles__container___1vDg0 .styles__dropdown___9EGHA{display:none;position:absolute;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);padding:4px 12px;top:100%;right:0;width:216px;z-index:1}.styles__container___1vDg0.styles__open___32TEp .styles__actions___2utAH svg{fill:var(--shamrock)}.styles__container___1vDg0.styles__open___32TEp .styles__dropdown___9EGHA{display:flex}.styles__container___1vDg0.styles__open___32TEp .styles__dropdown___9EGHA .styles__list___1bZkI{list-style-type:none;display:grid;grid-template:auto/1fr;flex:1}.styles__container___1vDg0.styles__open___32TEp .styles__dropdown___9EGHA .styles__list___1bZkI>li~li{border-top:2px solid var(--gray-8)}.styles__container___1vDg0.styles__open___32TEp .styles__dropdown___9EGHA .styles__list___1bZkI .styles__item___1jGR_{display:flex;flex-direction:column;padding:8px 0;cursor:pointer}.styles__container___1vDg0.styles__open___32TEp .styles__dropdown___9EGHA .styles__list___1bZkI .styles__item___1jGR_ .styles__action___3gXoX{background:none;border:none;cursor:pointer}.styles__container___1vDg0.styles__open___32TEp .styles__dropdown___9EGHA .styles__list___1bZkI .styles__item___1jGR_ .styles__action___3gXoX .styles__action-title___eHkjn{font-size:12px;font-weight:500;letter-spacing:1.5px;color:var(--gray-80);text-transform:uppercase;margin-bottom:4px;text-align:left}.styles__container___1vDg0.styles__open___32TEp .styles__dropdown___9EGHA .styles__list___1bZkI .styles__item___1jGR_ .styles__action___3gXoX .styles__description___30qU2{font-size:12px;color:var(--gray-56);text-align:left}.styles__container___1vDg0.styles__open___32TEp .styles__dropdown___9EGHA .styles__list___1bZkI .styles__item___1jGR_ .styles__action___3gXoX.styles__danger___3G5lI .styles__action-title___eHkjn{color:var(--thunderbird)}.styles__container___3uDrw{display:grid;grid-template:1fr/auto 1fr auto;grid-column-gap:8px;grid-template-areas:"avatar details options"}.styles__container___3uDrw .styles__avatar___1jFrZ{grid-area:avatar;align-self:flex-start}.styles__container___3uDrw .styles__details___10MP4{grid-area:details;display:flex;justify-content:center;flex-direction:column}.styles__container___3uDrw .styles__details___10MP4 .styles__author-info___1-BMi{display:flex;align-items:center}.styles__container___3uDrw .styles__details___10MP4 .styles__author-info___1-BMi .styles__author___gmlVJ{font-size:14px;font-weight:600;line-height:1.43;color:var(--gray-100);margin-right:4px;flex-shrink:0;text-decoration:none;align-self:flex-start;max-width:25rem}.styles__container___3uDrw .styles__details___10MP4 .styles__author-info___1-BMi .styles__username___WusK7{font-size:12px;color:var(--gray-80);line-height:1.43;width:auto;flex-shrink:1;word-break:break-all;text-decoration:none;align-self:flex-start;max-width:14rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (min-width:160px) and (max-width:767px){.styles__container___3uDrw .styles__details___10MP4 .styles__author-info___1-BMi .styles__username___WusK7{display:none}}.styles__container___3uDrw .styles__details___10MP4 .styles__date___2TjRi{font-size:12px;color:var(--gray-56);line-height:1.43}.styles__container___3uDrw .styles__options___11guy{grid-area:options}.styles__container___3VDkr{display:grid;grid-template:1fr/auto 1fr;grid-column-gap:8px}.styles__container___3VDkr .styles__user-avatar___1B0Xl{align-self:center}.styles__container-input___1w0hq{display:grid;grid-template:auto/1fr;grid-row-gap:4px}.styles__container-input___1w0hq .styles__tooltip-wrapper___9lI22{position:relative;border:.2rem solid var(--transparent);padding:.9rem 1.6rem;border-radius:.2rem;background-color:var(--gray-4)}.styles__container-input___1w0hq .styles__tooltip-wrapper___9lI22:hover{background-color:var(--gray-8)}.styles__container-input___1w0hq .styles__tooltip-wrapper___9lI22.styles__input-focus___2uJQM{background-color:var(--white);border:.2rem solid var(--gray-8)}.styles__container-input___1w0hq .styles__tooltip-wrapper___9lI22.styles__input-disabled___2MWZA{opacity:.5;color:var(--gray-24);background-color:var(--gray-4)}.styles__container-input___1w0hq .styles__tooltip-wrapper___9lI22.styles__input-disabled___2MWZA:hover{opacity:.5;background-color:var(--gray-4)}.styles__container-input___1w0hq .styles__tooltip-wrapper___9lI22.styles__error___3-C58{padding-right:3.6rem;border:.2rem solid var(--thunderbird)}.styles__container-input___1w0hq .styles__tooltip-wrapper___9lI22.styles__error___3-C58.styles__input-focus___2uJQM{border:.2rem solid var(--thunderbird)}.styles__container-input___1w0hq .styles__tooltip-wrapper___9lI22 .styles__content___2sbqb{outline:none}.styles__container-input___1w0hq .styles__tooltip-wrapper___9lI22 .styles__input___3FfNi{padding:0;color:var(--gray-80);font-size:1.4rem;background-color:initial;outline:0;width:100%;max-height:20rem;min-height:2.2rem;box-sizing:border-box;resize:none;line-height:1.43;overflow:auto}@media (min-width:160px) and (max-width:767px){.styles__container-input___1w0hq .styles__tooltip-wrapper___9lI22 .styles__input___3FfNi{font-size:16px}}.styles__container-input___1w0hq .styles__tooltip-wrapper___9lI22 .styles__input___3FfNi::placeholder{color:var(--gray-24);font-size:1.4rem;line-height:normal}.styles__container-input___1w0hq .styles__tooltip-wrapper___9lI22 .styles__input___3FfNi:disabled{pointer-events:none;color:var(--gray-24)}.styles__container-input___1w0hq .styles__error-icon___6aJCR{width:16px;height:16px;fill:var(--thunderbird)}.styles__container-input___1w0hq .styles__label___3kwwX{text-transform:uppercase;letter-spacing:1px;color:var(--gray-80);font-size:12px;font-weight:600}.styles__container-input___1w0hq .styles__disabled-label___2gCeV{opacity:.5}.styles__main___13nLw{display:grid;grid-template:auto/1fr;grid-row-gap:16px}.styles__main___13nLw .styles__content___yFWJ0{color:var(--gray-80);font-size:14px;line-height:1.43;white-space:pre-line;max-width:540px;overflow-wrap:break-word;word-break:break-word}@media (min-width:160px) and (max-width:767px){.styles__main___13nLw .styles__content___yFWJ0{max-width:300px}}.styles__main___13nLw .styles__tag___1HNn_{color:var(--malibu);text-decoration:none}.styles__details___2EJRB{display:flex;align-items:center}.styles__details___2EJRB .styles__dot___3Sgqs{width:4px;height:4px;background-color:var(--gray-56);border-radius:50%;margin:0 8px}.styles__details___2EJRB .styles__edited___3SMVJ{font-size:12px;color:var(--gray-56);line-height:1.43}.styles__photo-wrapper___Kw6-h,.styles__video___36BFS{margin:0 -24px}.styles__photo___1VmPq{width:100%}.styles__line___3IH2R{height:1px;background-color:var(--gray-8)}.styles__container___23EHj{border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);padding:24px;display:grid;grid-template:auto/1fr;grid-row-gap:16px}.styles__container___23EHj .styles__commentaries___3Ncho{display:grid;grid-row-gap:16px;word-break:break-all}.styles__comment-form___16u4-{position:relative}.styles__comment-form___16u4- .styles__comment-input___2421d{padding-right:3.4rem!important}.styles__comment-form___16u4- .styles__send-button___2GHam{position:absolute;right:.4rem;top:.7rem;background-color:initial;border:none;cursor:pointer;padding:.4rem}.styles__comment-form___16u4- .styles__send-button___2GHam .styles__send___2_7CD{fill:var(--malibu);height:2.4rem;width:2.4rem}.styles__comment-form___16u4- .styles__send-button___2GHam:disabled{cursor:not-allowed}.styles__comment-form___16u4- .styles__send-button___2GHam:disabled .styles__send___2_7CD{fill:var(--gray-24)}.styles__tagging-position___RgluP{left:40px;bottom:35px}.styles__card___1hoFo{display:grid;grid-template:auto 1fr/auto 1fr auto;grid-template-areas:"picture name button" "picture organization button";grid-column-gap:12px;align-items:center}@media (min-width:160px) and (max-width:767px){.styles__card___1hoFo{grid-column-gap:8px}}.styles__card___1hoFo .styles__picture___2mQUR{grid-area:picture;height:40px;width:40px;border-radius:50%;object-fit:cover}.styles__card___1hoFo .styles__name___2zb99{grid-area:name;font-size:14px;font-weight:600;line-height:1.36;color:var(--gray-100)}.styles__card___1hoFo .styles__organization___-ImRm{grid-area:organization;font-size:12px;color:var(--gray-56)}.styles__card___1hoFo .styles__follow___Grx4S{grid-area:button}@media (min-width:160px) and (max-width:767px){.styles__card___1hoFo .styles__follow___Grx4S{padding:4px 12px;line-height:2}}.styles__container___3mUNw{display:grid;grid-template:repeat(2,auto)/1fr;grid-auto-rows:auto;grid-row-gap:24px;border-radius:4px;background-color:hsla(0,0%,100%,.32);padding:24px}@media (min-width:160px) and (max-width:767px){.styles__container___3mUNw{padding:24px 16px;grid-row-gap:16px}}.styles__container___3mUNw .styles__list___1wLH4{display:grid;grid-template:auto/1fr;grid-auto-rows:auto;grid-row-gap:24px}@media (min-width:160px) and (max-width:767px){.styles__container___3mUNw .styles__list___1wLH4{grid-row-gap:16px}}.styles__container___1dOPl{display:grid;grid-template:auto 1fr/1fr;grid-template-areas:"filter" "timeline";grid-row-gap:24px}.styles__container___1dOPl .styles__filter___frrZB{grid-area:filter}.styles__container___1dOPl .styles__timeline___1SZU4{grid-area:timeline;display:grid;grid-template-columns:1fr;grid-row-gap:14px}.styles__container___1dOPl .styles__timeline___1SZU4 .styles__loading___RoiU-{padding:5.4rem 0}.styles__post-card___1kk_m{max-width:30vw}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__post-card___1kk_m{max-width:100%}}.styles__container___1gpwW{display:flex;flex-direction:column}.styles__container___1gpwW .styles__title-wrapper___1JYrd{display:grid;grid-template:1fr/1fr auto;grid-column-gap:10px;align-items:center;justify-content:center}.styles__container___1gpwW .styles__title-wrapper___1JYrd a{text-decoration:none;overflow:hidden}.styles__container___1gpwW .styles__title-wrapper___1JYrd .styles__title___DLxsF{text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:160px) and (max-width:767px){.styles__container___1gpwW .styles__title-wrapper___1JYrd .styles__title___DLxsF{font-size:16px;font-weight:600}}.styles__container___1gpwW .styles__title-wrapper___1JYrd .styles__favorite___3U17o{background:none;border:none}.styles__container___1gpwW .styles__title-wrapper___1JYrd .styles__favorite___3U17o .styles__icon___3VdSY{height:24px;width:24px;fill:var(--shamrock);cursor:pointer}.styles__container___1gpwW p{font-size:14px;line-height:1.46;color:var(--gray-80)}.styles__container___2UIxt{grid-area:footer;display:flex;justify-content:space-between;align-items:center}@media (min-width:160px) and (max-width:767px){.styles__container___2UIxt .styles__action___3dr_r{display:none}}.styles__container___2UIxt .styles__details___LOHaE{font-size:12px;font-weight:600;letter-spacing:1px;line-height:1.46;color:var(--gray-80);text-transform:uppercase}.styles__container___2UIxt .styles__details___LOHaE .styles__status___3ymPO{display:none}@media (min-width:160px) and (max-width:767px){.styles__container___2UIxt .styles__details___LOHaE .styles__status___3ymPO{display:flex;color:var(--malibu)}}@media (min-width:160px) and (max-width:767px){.styles__container___2UIxt .styles__details___LOHaE{display:grid;grid-template:1fr/auto auto;grid-column-gap:8px}}.styles__onboarding___F9e9A .styles__action___3dr_r{display:none}.styles__onboarding___F9e9A .styles__details___LOHaE{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center}.styles__onboarding___F9e9A .styles__details___LOHaE .styles__price___3hSyC{font-size:16px;font-weight:600;text-align:right;color:var(--gray-100)}.styles__container___XAyHG{border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);padding:24px;background-color:var(--white);box-sizing:border-box;display:grid;grid-template:1fr/auto 1fr;grid-template-areas:"image content-wrapper";grid-column-gap:24px}@media (min-width:160px) and (max-width:767px){.styles__container___XAyHG{grid-template:auto 1fr/1fr;grid-template-areas:"image" "content-wrapper";padding:0;overflow:hidden}}.styles__container___XAyHG .styles__image___1hi6O{grid-area:image;height:176px;width:176px;border-radius:4px;object-fit:cover}@media (min-width:160px) and (max-width:767px){.styles__container___XAyHG .styles__image___1hi6O{border-radius:0;height:104px;width:100%}}.styles__container___XAyHG .styles__content-wrapper___3Qwz6{grid-area:content-wrapper;display:grid;grid-template:repeat(3,auto)/1fr;grid-template-areas:"header" "content" "footer";grid-row-gap:16px}.styles__container___XAyHG .styles__content-wrapper___3Qwz6 .styles__header___qhUk3{grid-area:header}.styles__container___XAyHG .styles__content-wrapper___3Qwz6 .styles__content___Hc_ym{grid-area:content;font-size:14px;line-height:1.46;color:var(--gray-80)}@media (min-width:160px) and (max-width:767px){.styles__container___XAyHG .styles__content-wrapper___3Qwz6 .styles__content___Hc_ym{display:none}}.styles__container___XAyHG .styles__content-wrapper___3Qwz6 .styles__footer___1CbLw{grid-area:footer}@media (min-width:160px) and (max-width:767px){.styles__container___XAyHG .styles__content-wrapper___3Qwz6{grid-template:auto auto/1fr;grid-template-areas:"header" "footer";padding:20px}}.styles__onboarding___1hH0U{grid-template:1fr/auto;grid-template-areas:"content-wrapper";padding:32px;width:338px}.styles__onboarding___1hH0U .styles__content-wrapper___3Qwz6{padding:0}@media (min-width:160px) and (max-width:767px){.styles__onboarding___1hH0U .styles__content-wrapper___3Qwz6 .styles__content___Hc_ym{display:block}}@media (min-width:768px) and (max-width:1199px){.styles__onboarding___1hH0U{width:243px}}@media (min-width:160px) and (max-width:767px){.styles__onboarding___1hH0U{grid-gap:16px;padding:24px;width:288px}}.styles__container___2c2iN{display:grid;grid-template:auto 1fr/minmax(auto,840px) minmax(40px,1fr);grid-template-areas:"header ." "content content";grid-row-gap:32px}@media (min-width:768px) and (max-width:1199px){.styles__container___2c2iN{grid-template:auto 1fr/minmax(40px,auto) minmax(688px,1fr) minmax(40px,auto);grid-template-areas:". header ." ". content content"}}@media (min-width:160px) and (max-width:767px){.styles__container___2c2iN{grid-template:auto 1fr/minmax(16px,auto) minmax(288px,1fr) minmax(16px,auto);grid-template-areas:". header ." ". content content"}}.styles__container___2c2iN .styles__header___C_83n{grid-area:header}@media (min-width:160px) and (max-width:767px){.styles__container___2c2iN .styles__header___C_83n{font-size:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.styles__container___2c2iN .styles__loading___3G2mu{grid-area:content;display:flex;justify-content:center;align-items:center;height:24.9rem}.styles__container___2c2iN .styles__content___3H3BW{grid-area:content;display:grid;grid-template:1fr/552px;grid-column-gap:24px;grid-auto-flow:column;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:10px}.styles__container___2c2iN .styles__content___3H3BW::-webkit-scrollbar{-webkit-appearance:none;height:7px}.styles__container___2c2iN .styles__content___3H3BW::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);-webkit-box-shadow:0 0 .1rem hsla(0,0%,100%,.5)}@media (min-width:160px) and (max-width:767px){.styles__container___2c2iN .styles__content___3H3BW{grid-column-gap:16px;grid-template:1fr/256px}}.styles__container___2c2iN .styles__content___3H3BW .styles__card___2zWRf{width:552px}@media (min-width:160px) and (max-width:767px){.styles__container___2c2iN .styles__content___3H3BW .styles__card___2zWRf{width:256px}}.styles__class-wrapper___9sUQM{border-radius:.4rem;overflow:hidden;display:grid;grid-template:8rem 1fr 6.8rem/1fr;grid-template-areas:"image image" "content content" "next next";background-color:#fff;width:100%;height:32rem}.styles__class-wrapper___9sUQM .styles__image-container___PD215{grid-area:image;height:100%;width:100%}.styles__class-wrapper___9sUQM .styles__image-container___PD215 .styles__image___O5P8O{height:100%;width:100%;object-fit:cover}.styles__class-wrapper___9sUQM .styles__content-wrapper___1PzcS{display:flex;flex-direction:column;text-decoration:none;padding:1.6rem;position:relative}.styles__class-wrapper___9sUQM .styles__content-wrapper___1PzcS .styles__text___1G_Gi{font-size:1.4rem;line-height:2rem;color:var(--gray-80)}.styles__class-wrapper___9sUQM .styles__content-wrapper___1PzcS .styles__class-category___2B1Kh{font-size:1.2rem;margin-bottom:.8rem}.styles__class-wrapper___9sUQM .styles__content-wrapper___1PzcS .styles__class-name___1DpK4{font-size:1.8rem;font-weight:600;color:var(--gray-100);margin-bottom:.8rem}.styles__class-wrapper___9sUQM .styles__content-wrapper___1PzcS .styles__class-coache-wrapper___ZE1SU{display:flex;align-items:center;flex-direction:row}.styles__class-wrapper___9sUQM .styles__content-wrapper___1PzcS .styles__class-coache-wrapper___ZE1SU .styles__class-coach-avatar___3l47L{border-radius:50%;border:.3rem solid #fff;width:2.4rem;min-width:2.4rem;height:2.4rem}.styles__class-wrapper___9sUQM .styles__content-wrapper___1PzcS .styles__class-coache-wrapper___ZE1SU .styles__class-coach-avatar___3l47L:not(:first-child){margin-left:-1.2rem}.styles__class-wrapper___9sUQM .styles__content-wrapper___1PzcS .styles__class-coache-wrapper___ZE1SU .styles__class-coach-avatar-placeholder___1MKJn{border:0;height:3.2rem;width:3.2rem}.styles__class-wrapper___9sUQM .styles__content-wrapper___1PzcS .styles__class-coache-wrapper___ZE1SU .styles__class-coach-text___1c7mG{margin-left:.6rem;font-size:1.2rem}.styles__class-wrapper___9sUQM .styles__content-wrapper___1PzcS .styles__class-percentage-wrapper___FfxZ5{display:flex;flex:1;align-items:flex-end}.styles__class-wrapper___9sUQM .styles__content-wrapper___1PzcS .styles__class-percentage-wrapper___FfxZ5 .styles__class-percentage___2VC3T{display:flex;align-items:center}.styles__class-wrapper___9sUQM .styles__content-wrapper___1PzcS .styles__class-percentage-wrapper___FfxZ5 .styles__class-percentage___2VC3T .styles__chart___204WD{margin:0 .8rem 0 0}.styles__class-wrapper___9sUQM .styles__content-wrapper___1PzcS .styles__class-percentage-wrapper___FfxZ5 .styles__class-percentage___2VC3T .styles__chart___204WD .styles__chart-track___36hEa{stroke:var(--gray-8);fill:#fff}.styles__class-wrapper___9sUQM .styles__content-wrapper___1PzcS .styles__link___3hs5G{position:absolute;top:0;bottom:0;left:0;right:0}.styles__class-wrapper___9sUQM .styles__next-assignment-wrapper___1bIxy{grid-area:next;width:100%;box-sizing:border-box;padding:1.6rem;background-color:var(--gray-8);font-size:1.2rem;line-height:1.6rem;color:var(--gray-80);text-decoration:none;display:grid;grid-template:repeat(2,auto)/1fr auto;grid-template-areas:"next icon" "assignment icon";grid-row-gap:.4rem;grid-column-gap:.4rem}.styles__class-wrapper___9sUQM .styles__next-assignment-wrapper___1bIxy:hover{background-color:var(--gray-24)}.styles__class-wrapper___9sUQM .styles__next-assignment-wrapper___1bIxy .styles__next___24JyJ{grid-area:next}.styles__class-wrapper___9sUQM .styles__next-assignment-wrapper___1bIxy .styles__assignment___2c_lP{grid-area:assignment;color:var(--gray-100);font-weight:500;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;box-sizing:border-box}.styles__class-wrapper___9sUQM .styles__next-assignment-wrapper___1bIxy .styles__arrow-icon___3Rp2r{grid-area:icon;height:2rem;width:2rem;fill:var(--gray-80);align-self:center}.styles__class-wrapper___9sUQM.styles__has-completed___2hJwN .styles__image-container___PD215{filter:grayscale(100%)}.styles__class-wrapper___9sUQM.styles__has-completed___2hJwN .styles__link___3hs5G{background:var(--gray-4);opacity:.5}.styles__class-wrapper___9sUQM.styles__has-completed___2hJwN .styles__next-assignment-wrapper___1bIxy{background:var(--gray-4);opacity:.5;grid-template:1fr/auto 1fr;grid-template-areas:"icon title" "icon title"}.styles__class-wrapper___9sUQM.styles__has-completed___2hJwN .styles__next-assignment-wrapper___1bIxy:hover{background:var(--gray-4);opacity:.5}.styles__class-wrapper___9sUQM.styles__has-completed___2hJwN .styles__next-assignment-wrapper___1bIxy .styles__check-icon___3GnF2{grid-area:icon;height:1.6rem;width:1.6rem;background:var(--gray-80);padding:.2rem;margin-right:.8rem;border-radius:100%}.styles__class-wrapper___9sUQM.styles__has-completed___2hJwN .styles__next-assignment-wrapper___1bIxy .styles__completed-title___3pJ4w{grid-area:title;font-weight:600;font-size:1.4rem;line-height:2rem}.styles__container___3qIyk{display:grid;grid-template:auto 1fr/minmax(auto,840px) minmax(40px,1fr);grid-template-areas:"header header" "content content";grid-row-gap:32px}@media (min-width:768px) and (max-width:1199px){.styles__container___3qIyk{grid-template:auto 1fr/minmax(40px,auto) minmax(688px,1fr) minmax(40px,auto);grid-template-areas:". header ." ". content content"}}@media (min-width:160px) and (max-width:767px){.styles__container___3qIyk{grid-template:auto 1fr/minmax(16px,auto) minmax(288px,1fr) minmax(16px,auto);grid-template-areas:". header ." ". content content"}}.styles__container___3qIyk .styles__header-wrapper___3KL0U{grid-area:header;display:flex;flex-direction:column;align-items:flex-start}.styles__container___3qIyk .styles__header-wrapper___3KL0U .styles__header___ZRpjI{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.styles__container___3qIyk .styles__header-wrapper___3KL0U .styles__header___ZRpjI .styles__title___QzgTl{font-weight:400}.styles__container___3qIyk .styles__header-wrapper___3KL0U .styles__header___ZRpjI .styles__search-form___1JYCc{width:36rem}@media (min-width:160px) and (max-width:767px){.styles__container___3qIyk .styles__header-wrapper___3KL0U .styles__header___ZRpjI{flex-direction:column;align-items:flex-start}.styles__container___3qIyk .styles__header-wrapper___3KL0U .styles__header___ZRpjI .styles__search-form___1JYCc{margin-top:2.25rem;width:100%}}@media (min-width:160px) and (max-width:767px){.styles__container___3qIyk .styles__header-wrapper___3KL0U h1{font-size:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.styles__container___3qIyk .styles__header-wrapper___3KL0U .styles__sub-header___2-mtN{display:grid;grid-template:1fr/2fr 1fr;grid-template-areas:"filter report";flex-direction:row;align-items:center;margin-top:2.25rem;width:100%}@media (min-width:160px) and (max-width:767px){.styles__container___3qIyk .styles__header-wrapper___3KL0U .styles__sub-header___2-mtN{grid-template:repeat(2,auto)/1fr;grid-template-areas:"report" "filter"}}.styles__container___3qIyk .styles__header-wrapper___3KL0U .styles__sub-header___2-mtN .styles__report-button___qj2xS{grid-area:report;margin-left:2rem}@media (min-width:160px) and (max-width:767px){.styles__container___3qIyk .styles__header-wrapper___3KL0U .styles__sub-header___2-mtN .styles__report-button___qj2xS{margin:1rem 0}}.styles__container___3qIyk .styles__header-wrapper___3KL0U .styles__sub-header___2-mtN .styles__filter___2EPqO{grid-area:filter;width:100%}@media (min-width:160px) and (max-width:767px){.styles__container___3qIyk .styles__header-wrapper___3KL0U .styles__sub-header___2-mtN .styles__filter___2EPqO{margin-top:14px}}.styles__container___3qIyk .styles__loading___3znR_{grid-area:content;display:flex;align-items:center;justify-content:center;height:24.9rem}.styles__container___3qIyk .styles__empty-state___3LfZc{margin:60px 0;grid-area:content;display:grid;grid-template:repeat(2,auto)/1fr;grid-gap:16px;align-items:center;justify-items:center}.styles__container___3qIyk .styles__empty-state___3LfZc svg{width:80px;height:80px}.styles__container___3qIyk .styles__empty-state___3LfZc p{font-size:14px;line-height:1.43}.styles__container___3qIyk .styles__content___2XeQs{grid-area:content;display:flex;flex-wrap:wrap}@media (min-width:160px) and (max-width:767px){.styles__container___3qIyk .styles__content___2XeQs{grid-column-gap:16px}}.styles__container___3qIyk .styles__content___2XeQs .styles__card___yNtCi{width:32%;margin:5px}@media (min-width:768px) and (max-width:1199px){.styles__container___3qIyk .styles__content___2XeQs .styles__card___yNtCi{width:46.5%}}@media (min-width:160px) and (max-width:767px){.styles__container___3qIyk .styles__content___2XeQs .styles__card___yNtCi{width:100%;margin:5px 0}}.styles__container___cBPeU{padding-top:4rem}.styles__container___cBPeU .styles__loader-wrapper___ExnAI{display:flex;align-items:center;justify-content:center;height:calc(100vh - 12rem)}.styles__container___cBPeU .styles__content___2erqn{display:grid;grid-template:auto/minmax(40px,1fr) minmax(auto,840px) minmax(40px,1fr);grid-row-gap:1.6rem;padding-bottom:4rem}@media (min-width:768px) and (max-width:1199px){.styles__container___cBPeU .styles__content___2erqn{grid-template:auto/minmax(40px,auto) minmax(688px,1fr) minmax(40px,auto)}}@media (min-width:160px) and (max-width:767px){.styles__container___cBPeU .styles__content___2erqn{grid-template:auto/minmax(16px,auto) minmax(288px,1fr) minmax(16px,auto)}}.styles__container___cBPeU .styles__content___2erqn .styles__company-courses___1zzj2,.styles__container___cBPeU .styles__content___2erqn .styles__my-courses___2dVYy{grid-column:2;overflow-x:auto;-webkit-overflow-scrolling:touch}.styles__container___cBPeU .styles__content___2erqn .styles__upcoming-classes___1nfQI{grid-column:2;padding-top:4rem}.styles__container___cBPeU .styles__content___2erqn .styles__upcoming-classes___1nfQI .styles__upcoming-classes-header___2l4ho{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}@media (min-width:768px) and (max-width:1199px){.styles__container___cBPeU .styles__content___2erqn .styles__upcoming-classes___1nfQI .styles__upcoming-classes-header___2l4ho{margin-bottom:6rem}}.styles__container___cBPeU .styles__content___2erqn .styles__upcoming-classes___1nfQI .styles__upcoming-classes-header___2l4ho .styles__see-all-classes-button___2stPs{color:var(--gray-100);padding:1rem;border-bottom:.2rem solid transparent}.styles__container___cBPeU .styles__content___2erqn .styles__upcoming-classes___1nfQI .styles__upcoming-classes-header___2l4ho .styles__see-all-classes-button___2stPs:hover{border-color:var(--shamrock);border-radius:0}.styles__container___cBPeU .styles__alert___1rQ43{position:fixed;top:80px;left:80px;right:224px;z-index:1;transform:translateZ(0)}@media (min-width:160px) and (max-width:767px){.styles__container___cBPeU .styles__alert___1rQ43{top:56px;left:0;right:0}}@media (min-width:768px) and (max-width:1199px){.styles__container___cBPeU .styles__alert___1rQ43{top:72px;left:0;right:0}}@media (min-width:160px) and (max-width:767px){.styles__card___1G7uM{background:var(--transparent);box-shadow:none;padding:0!important}}.styles__card___1G7uM .styles__container___3HfHZ{display:grid;grid-template:auto/1fr;text-align:center}@media (min-width:160px) and (max-width:767px){.styles__card___1G7uM .styles__container___3HfHZ{grid-template:1fr/auto 1fr auto;grid-column-gap:8px;text-align:left}}.styles__card___1G7uM .styles__container___3HfHZ .styles__button___3iBq3{background-color:initial}.styles__card___1G7uM .styles__container___3HfHZ .styles__avatar___1amqw{height:88px;width:88px;border-radius:50%;box-shadow:0 1px 2px 0 rgba(42,46,70,.24);margin:0 auto;object-fit:cover}@media (min-width:160px) and (max-width:767px){.styles__card___1G7uM .styles__container___3HfHZ .styles__avatar___1amqw{height:40px;width:40px}}.styles__card___1G7uM .styles__container___3HfHZ .styles__user-info___1Y0bL{display:grid;grid-template:auto/1fr}.styles__card___1G7uM .styles__container___3HfHZ .styles__user-info___1Y0bL .styles__name___3Nzw8{color:var(--gray-100);letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:100%;margin-top:8px;font-size:14px;font-weight:600;line-height:1.43;text-decoration:none}.styles__card___1G7uM .styles__container___3HfHZ .styles__user-info___1Y0bL .styles__organization___2xcIW{color:var(--gray-56);font-size:12px;margin-bottom:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:100%;line-height:1.43}@media (min-width:160px) and (max-width:767px){.styles__card___1G7uM .styles__container___3HfHZ .styles__user-info___1Y0bL .styles__organization___2xcIW{margin:0}}.styles__container___1pr_w{grid-template:auto/minmax(40px,1fr) minmax(auto,840px) minmax(40px,1fr);grid-row-gap:32px;padding:32px 0}@media (min-width:768px) and (max-width:1199px){.styles__container___1pr_w{grid-template:auto/minmax(40px,auto) minmax(688px,1fr) minmax(40px,auto)}}@media (min-width:160px) and (max-width:767px){.styles__container___1pr_w{display:grid;grid-template:auto/minmax(16px,auto) minmax(288px,1fr) minmax(16px,auto)}}.styles__container___1pr_w .styles__content___1xRPO{grid-column:2;display:grid;grid-template:auto 1fr/1fr;grid-template-areas:"title" "people";grid-row-gap:24px}.styles__container___1pr_w .styles__content___1xRPO.styles__enrolled___3t_Fk{grid-template:auto 1fr/1fr auto;grid-template-areas:"title action" "people people"}@media (min-width:160px) and (max-width:767px){.styles__container___1pr_w .styles__content___1xRPO.styles__enrolled___3t_Fk{grid-template:auto 1fr auto/1fr;grid-template-areas:"title" "people" "action"}}.styles__container___1pr_w .styles__content___1xRPO .styles__title___qkfPg{grid-area:title;text-transform:uppercase;align-self:center}.styles__container___1pr_w .styles__content___1xRPO .styles__action___2JccF{grid-area:action}.styles__container___1pr_w .styles__content___1xRPO .styles__people___1TmTh{grid-area:people;display:grid;grid-template:1fr/repeat(4,minmax(192px,1fr));grid-gap:24px}@media (min-width:768px) and (max-width:1199px){.styles__container___1pr_w .styles__content___1xRPO .styles__people___1TmTh{grid-template:1fr/repeat(4,minmax(154px,1fr));grid-column-gap:16px}}@media (min-width:160px) and (max-width:767px){.styles__container___1pr_w .styles__content___1xRPO .styles__people___1TmTh{grid-template:repeat(3,auto)/1fr;grid-row-gap:16px}}.styles__container___1pr_w .styles__content___1xRPO .styles__people___1TmTh .styles__empty___3mdeK{grid-column:1/-1;font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__header___18vR8{grid-column:2;display:flex;justify-content:space-between;align-items:center}.styles__header___18vR8 .styles__title___3KbUS{text-transform:uppercase;line-height:1.43}.styles__information___23BXG{grid-column:2;font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__summary___1eBLo{grid-column:2;display:grid;grid-template:auto 1fr/1fr;grid-row-gap:16px}.styles__summary___1eBLo .styles__course___2mi6k{background-color:var(--white);border-radius:8px;box-shadow:0 2px 6px 0 rgba(0,0,0,.16);padding:24px;display:grid;grid-template:repeat(2,auto)/1fr auto;grid-template-areas:"name price" "type availability";grid-gap:8px}@media (min-width:160px) and (max-width:767px){.styles__summary___1eBLo .styles__course___2mi6k{grid-template:repeat(4,1fr)/1fr;grid-template-areas:"name" "type" "price" "availability"}}.styles__summary___1eBLo .styles__course___2mi6k .styles__name___2xcHQ{grid-area:name;text-transform:capitalize}.styles__summary___1eBLo .styles__course___2mi6k .styles__price___mmwSj{grid-area:price;font-size:16px;font-weight:600;color:var(--gray-100);letter-spacing:1px;line-height:1.43}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__summary___1eBLo .styles__course___2mi6k .styles__price___mmwSj{text-align:right}}.styles__summary___1eBLo .styles__course___2mi6k .styles__type___3eiKs{grid-area:type;font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__summary___1eBLo .styles__course___2mi6k .styles__availability___1j5JL{grid-area:availability;font-size:14px;line-height:1.43;color:var(--gray-80)}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__summary___1eBLo .styles__course___2mi6k .styles__availability___1j5JL{text-align:right}}.styles__footer___1lDCc{grid-column:2;display:grid}.styles__footer___1lDCc .styles__align-right___2Fcfm{display:flex;justify-content:flex-end}.styles__footer___1lDCc .styles__align-right___2Fcfm>button~button{margin-left:8px}.styles__container___30S5k{display:flex;flex-direction:column;justify-content:space-between;grid-row-gap:20px;border-radius:8px;box-shadow:0 2px 6px 0 rgba(0,0,0,.16);background-color:var(--white);padding:20px;width:216px;height:140px;box-sizing:border-box;cursor:pointer}.styles__container___30S5k .styles__info___10Nzh{font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__container___30S5k .styles__footer___1NcVa{display:grid;grid-template:1fr/1fr auto;grid-column-gap:8px}.styles__container___30S5k .styles__footer___1NcVa .styles__actions___13won .styles__make-default___1q31y,.styles__container___30S5k .styles__footer___1NcVa .styles__actions___13won .styles__remove-card___2yTqP,.styles__container___30S5k .styles__footer___1NcVa .styles__actions___13won .styles__text___eooe5{font-size:12px;font-weight:500;letter-spacing:1.5px;color:var(--gray-80);line-height:1.43;transition:all .5s}.styles__container___30S5k .styles__footer___1NcVa .styles__actions___13won .styles__make-default___1q31y,.styles__container___30S5k .styles__footer___1NcVa .styles__actions___13won .styles__remove-card___2yTqP{border:none;background:var(--transparent);padding:0;cursor:pointer;background-color:#fff;border-radius:.8rem}.styles__container___30S5k .styles__footer___1NcVa .styles__actions___13won .styles__make-default___1q31y{padding:0 1rem;margin-left:-1rem}.styles__container___30S5k .styles__footer___1NcVa .styles__actions___13won .styles__make-default___1q31y:hover{filter:brightness(.9)}.styles__container___30S5k .styles__footer___1NcVa .styles__actions___13won .styles__remove-card___2yTqP{color:var(--thunderbird)}.styles__container___30S5k .styles__footer___1NcVa .styles__brand___3ET4w{width:32px;height:20px;object-fit:contain;align-self:end;justify-self:end}.styles__header___2JAXb{grid-column:2;display:flex;justify-content:space-between;align-items:center}.styles__header___2JAXb .styles__title___1ydGu{text-transform:uppercase;line-height:1.43}.styles__header___2JAXb .styles__close-action___EDWcb{background:none;border:none}.styles__header___2JAXb .styles__close-action___EDWcb .styles__close___1mV-n{width:16px;height:16px;object-fit:contain;fill:var(--gray-24)}.styles__information___1_QdQ{grid-column:2;font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__cards___ImZog{grid-column:2/-1;overflow-y:auto;display:grid;grid-template:1fr/auto;grid-auto-flow:column;grid-column-gap:16px;padding:8px 0 10px 4px;-webkit-overflow-scrolling:touch}.styles__empty-card___13iCm{grid-column:2;display:flex;align-items:center;padding:0 40px}@media (min-width:160px) and (max-width:767px){.styles__empty-card___13iCm{flex-direction:column;padding:0 56px;justify-content:center}}.styles__empty-card___13iCm svg{margin-right:32px;height:96px;width:96px}@media (min-width:160px) and (max-width:767px){.styles__empty-card___13iCm svg{margin:0 0 8px}}.styles__empty-card___13iCm p{font-size:14px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:normal}@media (min-width:160px) and (max-width:767px){.styles__empty-card___13iCm p{text-align:center}}.styles__new-card-section___TaMok{grid-column:2;display:grid;grid-template:auto/1fr;grid-row-gap:24px}.styles__new-card-section___TaMok .styles__form-group___juo7u{display:grid;grid-template:auto/1fr;grid-row-gap:4px;position:relative}.styles__new-card-section___TaMok .styles__form-group___juo7u .styles__label___1-ukd{text-transform:uppercase;color:var(--gray-80);font-size:12px;font-weight:600}.styles__new-card-section___TaMok .styles__form-group___juo7u .styles__stripe-input___2Ytap{border-radius:2px;background-color:var(--gray-4);padding:10px 16px;color:var(--gray-80);font-size:14px;border:2px solid var(--transparent);outline:none;width:100%;height:40px;box-sizing:border-box;position:relative}@media (min-width:160px) and (max-width:767px){.styles__new-card-section___TaMok .styles__form-group___juo7u .styles__stripe-input___2Ytap{font-size:16px}}.styles__new-card-section___TaMok .styles__form-group___juo7u .styles__stripe-input___2Ytap:hover{background-color:var(--gray-8)}.styles__new-card-section___TaMok .styles__form-group___juo7u .styles__stripe-input___2Ytap[class~=StripeElement--focus]{background-color:var(--white)}.styles__new-card-section___TaMok .styles__form-group___juo7u .styles__stripe-input___2Ytap[class~=StripeElement--focus]:not([class~=StripeElement--invalid]){border:2px solid var(--gray-8)}.styles__new-card-section___TaMok .styles__form-group___juo7u .styles__error___2aYs-{color:var(--gray-80);padding-right:40px;border:2px solid var(--thunderbird)}.styles__new-card-section___TaMok .styles__form-group___juo7u .styles__error___2aYs-:focus{border:2px solid var(--thunderbird)}.styles__new-card-section___TaMok .styles__form-group___juo7u .styles__error-icon___3nwMF{width:16px;height:16px;fill:var(--thunderbird)}.styles__new-card-section___TaMok .styles__form-group-wrapper___1R6FD{display:grid;grid-template:1fr/1fr 1fr;grid-column-gap:32px}@media (min-width:160px) and (max-width:767px){.styles__new-card-section___TaMok .styles__form-group-wrapper___1R6FD{grid-template:1fr 1fr/1fr;grid-row-gap:24px}}@media (min-width:160px) and (max-width:767px){.styles__add-new-card____Uxsq{display:none}}.styles__footer___FjsCz{grid-column:2;display:grid}.styles__footer___FjsCz .styles__align-right___2EUCF{display:flex;justify-content:flex-end}.styles__footer___FjsCz .styles__align-right___2EUCF>button~button{margin-left:8px}.styles__container___1AzAc{background-color:var(--white);box-shadow:0 2px 4px 0 rgba(42,46,70,.4);display:grid;grid-template:auto/minmax(40px,auto) 1fr minmax(40px,auto);grid-row-gap:24px;border-radius:4px;box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__container___1AzAc{padding:24px 0;grid-template:auto/minmax(24px,auto) 1fr minmax(24px,auto)}}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__container___1AzAc{width:480px;padding:40px 0}}.styles__tabs___13aLI{grid-area:tabs;display:flex}@media (min-width:160px) and (max-width:767px){.styles__tabs___13aLI{overflow-x:auto;-webkit-overflow-scrolling:touch;background:var(--transparent);padding:0 0 8px 8px;white-space:nowrap}.styles__tabs___13aLI>.styles__tab___2qqVE~.styles__tab___2qqVE{margin-left:16px}}.styles__tabs___13aLI .styles__last-tab___a6req{background-color:#f5f6f7;flex:auto}.styles__tabs___13aLI .styles__last-tab___a6req.styles__next-tab___2f-UE{border-bottom-left-radius:10px}@media (min-width:160px) and (max-width:767px){.styles__tabs___13aLI .styles__last-tab___a6req{background:var(--transparent)}}.styles__tabs___13aLI .styles__tab___2qqVE{background-color:#f5f6f7;padding:16px 40px;outline:none;cursor:pointer}.styles__tabs___13aLI .styles__tab___2qqVE p{text-transform:uppercase;font-size:12px;font-weight:600;letter-spacing:1.5px;color:var(--gray-100);padding:8px 0;border-bottom:2px solid var(--transparent)}.styles__tabs___13aLI .styles__tab___2qqVE.styles__active___1_9_r{background-color:var(--white);border-radius:0}.styles__tabs___13aLI .styles__tab___2qqVE.styles__active___1_9_r p{border-bottom:2px solid var(--shamrock)}@media (min-width:160px) and (max-width:767px){.styles__tabs___13aLI .styles__tab___2qqVE.styles__active___1_9_r{background:var(--transparent)}}.styles__tabs___13aLI .styles__tab___2qqVE.styles__next-tab___2f-UE{border-bottom-left-radius:10px}.styles__tabs___13aLI .styles__tab___2qqVE.styles__previous-tab___1b6Z8{border-bottom-right-radius:10px}@media (min-width:160px) and (max-width:767px){.styles__tabs___13aLI .styles__tab___2qqVE{padding:0;background:var(--transparent)}}.styles__leader___1Lvlx{display:grid;grid-template:1fr/auto 1fr auto;grid-template-areas:"profile name actions";grid-column-gap:24px;align-items:center}.styles__leader___1Lvlx .styles__profile___3reqk{grid-area:profile}.styles__leader___1Lvlx .styles__name___Dej7y{grid-area:name;text-transform:uppercase}.styles__leader___1Lvlx .styles__actions___3Nvu8{grid-area:actions;display:flex}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__leader___1Lvlx .styles__actions___3Nvu8>button~button{margin-left:8px}}@media (min-width:160px) and (max-width:767px){.styles__leader___1Lvlx .styles__actions___3Nvu8{display:grid;grid-template:1fr/1fr 1fr;grid-column-gap:8px}}@media (min-width:160px) and (max-width:767px){.styles__leader___1Lvlx{grid-template:auto/auto 1fr;grid-template-areas:"profile name" "actions actions";grid-row-gap:16px}}.styles__description___213Zk{display:inline-block;font-size:14px;font-weight:400;line-height:1.43}.styles__more-button___1BSCp{display:none}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__more-button___1BSCp{display:inline-block;font-size:14px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.43;color:var(--malibu);background-color:var(--transparent)}}.styles__container___2eSTJ{display:grid;grid-template:56px 1fr/1fr;grid-template-areas:"tabs" "content";background-color:var(--white);border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);overflow:hidden}@media (min-width:160px) and (max-width:767px){.styles__container___2eSTJ{grid-template:auto 1fr/minmax(16px,auto) 1fr minmax(16px,auto);grid-template-areas:"tabs tabs ." "content content content";grid-row-gap:16px;background:var(--transparent);box-shadow:none;overflow:auto;-webkit-overflow-scrolling:touch}}.styles__container___2eSTJ .styles__tabs___6GRb1{grid-area:tabs}.styles__container___2eSTJ .styles__content___27pa4{grid-area:content;background-color:var(--white);padding:16px;display:grid;grid-template:auto/1fr;grid-row-gap:24px}@media (min-width:160px) and (max-width:767px){.styles__container___2eSTJ .styles__content___27pa4{padding:0 0 10px;background:var(--transparent)}}.styles__container___2eSTJ .styles__content___27pa4 .styles__class-content___1YIPj{display:grid;grid-template:auto/1fr;grid-row-gap:24px}.styles__container___2eSTJ .styles__content___27pa4 .styles__class-content___1YIPj .styles__information___3rNqH{border:1px solid var(--gray-24);border-radius:2px;padding:16px;display:grid;grid-template:auto/1fr auto;grid-row-gap:12px}@media (min-width:160px) and (max-width:767px){.styles__container___2eSTJ .styles__content___27pa4 .styles__class-content___1YIPj .styles__information___3rNqH{border:none;grid-template:auto/1fr;background-color:var(--white);border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);padding:24px}}.styles__container___2eSTJ .styles__content___27pa4 .styles__class-content___1YIPj .styles__information___3rNqH .styles__availability___FfJbu{grid-column:1/-1;border-top:1px solid var(--gray-24);padding-top:11px;color:var(--gray-56);font-size:12px}@media (min-width:160px) and (max-width:767px){.styles__container___2eSTJ .styles__content___27pa4 .styles__class-content___1YIPj .styles__information___3rNqH .styles__availability___FfJbu{display:none}}.styles__container___2eSTJ .styles__content___27pa4 .styles__class-content___1YIPj .styles__information___3rNqH .styles__dates___dUBQR{display:flex;flex-direction:column}.styles__container___2eSTJ .styles__content___27pa4 .styles__class-content___1YIPj .styles__information___3rNqH .styles__dates___dUBQR h3{text-transform:uppercase;line-height:1.43}.styles__container___2eSTJ .styles__content___27pa4 .styles__class-content___1YIPj .styles__information___3rNqH .styles__dates___dUBQR .styles__detail___2hIjm{font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__container___2eSTJ .styles__content___27pa4 .styles__class-content___1YIPj .styles__information___3rNqH .styles__dates___dUBQR .styles__detail___2hIjm:last-of-type{padding-top:.8rem}.styles__container___2eSTJ .styles__content___27pa4 .styles__class-content___1YIPj .styles__information___3rNqH .styles__dates___dUBQR .styles__self-led-availability___3t7ox{border:none;padding-top:11px;color:var(--gray-56);font-size:12px;line-height:1.43}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__container___2eSTJ .styles__content___27pa4 .styles__class-content___1YIPj .styles__information___3rNqH .styles__dates___dUBQR .styles__self-led-availability___3t7ox{display:none}}.styles__container___2eSTJ .styles__content___27pa4 .styles__class-content___1YIPj .styles__information___3rNqH .styles__enroll___350Qz{align-self:center;color:var(--shamrock);text-decoration:none;font-size:1.4rem;font-weight:600;letter-spacing:.1rem;line-height:1.43}.styles__container___2eSTJ .styles__content___27pa4 .styles__class-content___1YIPj .styles__information___3rNqH .styles__enroll___350Qz:hover{color:var(--jungle-green)}@media (min-width:160px) and (max-width:767px){.styles__container___2eSTJ .styles__content___27pa4 .styles__class-content___1YIPj .styles__information___3rNqH .styles__enroll___350Qz{text-align:center}}.styles__container___3qWFY{display:grid;position:relative;grid-template:auto 1fr/auto 1fr;grid-template-areas:"status details" ". details";grid-column-gap:16px;grid-row-gap:8px}.styles__container___3qWFY.styles__read-only___3RFr7{grid-template:1fr/auto 1fr;grid-template-areas:"status details"}.styles__container___3qWFY.styles__disabled___JaXTS{cursor:not-allowed;pointer-events:none;opacity:.5}@media (min-width:160px) and (max-width:767px){.styles__container___3qWFY{align-items:start}}.styles__container___3qWFY .styles__status___2mULF{grid-area:status;height:48px;width:48px;border:4px solid var(--gray-24);border-radius:50%;cursor:pointer;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.styles__container___3qWFY .styles__status___2mULF.styles__video___dNe_F{background-color:var(--gray-4);border-color:var(--gray-4)}.styles__container___3qWFY .styles__status___2mULF.styles__completed___eRhug{background-color:var(--shamrock);border-color:var(--shamrock)}.styles__container___3qWFY .styles__status___2mULF.styles__warning___U78gF{background-color:var(--sea-buckthorn);border-color:var(--sea-buckthorn)}.styles__container___3qWFY .styles__status___2mULF.styles__read-only___3RFr7{cursor:default;pointer-events:none}.styles__container___3qWFY .styles__status___2mULF .styles__icon___2iloo{width:24px;height:24px;object-fit:contain}@media (min-width:160px) and (max-width:767px){.styles__container___3qWFY .styles__status___2mULF .styles__icon___2iloo{width:16px;height:16px}}@media (min-width:160px) and (max-width:767px){.styles__container___3qWFY .styles__status___2mULF{height:24px;width:24px;border-width:2px}}.styles__container___3qWFY .styles__details___2yt2A{grid-area:details;display:grid;grid-template:auto auto 1fr/auto auto;grid-template-areas:"title action" "duration action" "description description" "recordings recordings";gap:.8rem}@media (min-width:160px) and (max-width:767px){.styles__container___3qWFY .styles__details___2yt2A{grid-template:auto auto 1fr auto/1fr;grid-template-areas:"title" "duration" "description" "action" "recordings"}}.styles__container___3qWFY .styles__details___2yt2A .styles__title___1P4lo{grid-area:title}.styles__container___3qWFY .styles__details___2yt2A .styles__duration___3hTfO{grid-area:duration;font-size:12px;color:var(--gray-56)}@media (min-width:160px) and (max-width:767px){.styles__container___3qWFY .styles__details___2yt2A .styles__duration___3hTfO{margin:0}}.styles__container___3qWFY .styles__details___2yt2A .styles__description___gsiZx{grid-area:description;font-size:14px;color:var(--gray-80);line-height:1.43;margin-top:8px}.styles__container___3qWFY .styles__details___2yt2A .styles__action___2ZOyX{grid-area:action;z-index:5;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;color:var(--gray-100);background-color:var(--melrose);border:1px solid var(--melrose);padding:8px 16px;font-weight:600;text-decoration:none;display:flex;align-items:center}.styles__container___3qWFY .styles__details___2yt2A .styles__action___2ZOyX:hover{background-color:var(--fog);border:1px solid var(--fog)}.styles__container___3qWFY .styles__details___2yt2A .styles__action___2ZOyX:focus{border:1px solid var(--gray-24);outline-color:var(--gray-24)}.styles__container___3qWFY .styles__details___2yt2A .styles__action___2ZOyX:disabled{opacity:.5;pointer-events:none}.styles__container___3qWFY .styles__details___2yt2A .styles__disabled___JaXTS{grid-area:action;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;border-radius:4px;overflow:hidden;text-overflow:ellipsis;cursor:pointer;color:var(--gray-100);background-color:var(--melrose);border:1px solid var(--melrose);padding:8px 16px;font-weight:600;text-decoration:none;display:flex;align-items:center;justify-content:center;text-align:center;opacity:.5;pointer-events:none;word-break:break-word;min-height:5rem;align-self:center}.styles__container___3qWFY .styles__details___2yt2A .styles__recordings___2gbS9{display:flex;grid-area:recordings;flex-direction:column}.styles__container___3qWFY .styles__details___2yt2A .styles__recordings___2gbS9 .styles__recording___3KnxM{font-size:12px;font-weight:600;line-height:1.58;color:var(--malibu);text-decoration:none}.styles__container___3qWFY .styles__details___2yt2A.styles__read-only___3RFr7{grid-template:auto 1fr/auto 1fr;grid-template-areas:"title duration" "description description";align-items:start;grid-column-gap:8px}.styles__container___3qWFY .styles__details___2yt2A.styles__read-only___3RFr7 .styles__duration___3hTfO{align-self:center}@media (min-width:160px) and (max-width:767px){.styles__container___3qWFY .styles__details___2yt2A.styles__read-only___3RFr7 .styles__duration___3hTfO{margin-bottom:8px}}.styles__container___3qWFY .styles__details___2yt2A.styles__read-only___3RFr7 .styles__action___2ZOyX{display:none}@media (min-width:160px) and (max-width:767px){.styles__container___3qWFY .styles__details___2yt2A.styles__read-only___3RFr7{grid-template:auto auto 1fr/1fr;grid-template-areas:"title" "duration" "description";grid-row-gap:0}}.styles__link___3MxhY{position:absolute;z-index:1;top:0;bottom:0;left:0;right:0;text-decoration:none}.styles__button___3vvjq{border-radius:4px;border:1px solid var(--gray-100);font-size:12px;font-weight:500;letter-spacing:1.5px;text-align:center;color:#2a2e46;text-decoration:none;padding:4px 8px;line-height:1.43;text-transform:uppercase}.styles__button___3vvjq:hover{background-color:rgba(42,46,70,.08)}.styles__container___1L2Eh{display:grid;grid-template:auto 1fr/1fr;grid-row-gap:24px}.styles__container___1L2Eh .styles__title___1UTeu{text-transform:uppercase}.styles__container___1L2Eh .styles__assignments___3qs2j{display:grid;grid-template:auto/1fr;grid-row-gap:16px}@media (min-width:160px) and (max-width:767px){.styles__container___1L2Eh .styles__assignments___3qs2j{grid-row-gap:8px}}.styles__container___1L2Eh .styles__button___2Bh8b{background-color:unset;font-size:16px;font-weight:600;color:var(--gray-100);letter-spacing:1px;line-height:1.43;text-align:left;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.styles__container___1L2Eh .styles__button___2Bh8b .styles__arrow-icon___gzEtB{grid-area:icon;height:2rem;width:2rem;fill:var(--gray-80);align-self:center;rotate:-90deg}.styles__container___1L2Eh .styles__button___2Bh8b .styles__arrow-icon___gzEtB.styles__open___2FcRr{rotate:90deg}.styles__container___3BA4N{display:grid;grid-template:auto 1fr auto/1fr}.styles__container___3BA4N .styles__header___2HwIC{display:grid;grid-template:auto/minmax(40px,1fr) minmax(auto,840px) minmax(40px,1fr);padding:72px 0 114px;background-image:var(--linear-gradient-bg),url(/static/b660dd36042d9d031dc054d24d52681fd4dd0a09c09ee144425d870f87e87c4e73928622f3bf1b6deb630bc8683da55744651c3c5934b013cdf46c057363ac7e.png);background-position:50%;background-repeat:no-repeat;background-size:cover}@media (min-width:768px) and (max-width:1199px){.styles__container___3BA4N .styles__header___2HwIC{grid-template:auto/minmax(40px,auto) minmax(688px,1fr) minmax(40px,auto)}}@media (min-width:160px) and (max-width:767px){.styles__container___3BA4N .styles__header___2HwIC{grid-template:auto/minmax(16px,auto) minmax(288px,1fr) minmax(16px,auto);padding:24px 0}}.styles__container___3BA4N .styles__header___2HwIC .styles__title-wrapper___y9NIR{grid-column:2;display:grid;grid-template:1fr/auto 1fr auto;grid-template-areas:"back title favorite";align-items:center;grid-column-gap:24px}@media (min-width:160px) and (max-width:767px){.styles__container___3BA4N .styles__header___2HwIC .styles__title-wrapper___y9NIR{grid-template:auto auto/1fr auto;grid-template-areas:"back favorite" "title title";grid-row-gap:24px}}.styles__container___3BA4N .styles__header___2HwIC .styles__title-wrapper___y9NIR .styles__button___29iS8{background-color:var(--transparent);border:none;cursor:pointer}.styles__container___3BA4N .styles__header___2HwIC .styles__title-wrapper___y9NIR .styles__back-button___1A-9b{grid-area:back}.styles__container___3BA4N .styles__header___2HwIC .styles__title-wrapper___y9NIR .styles__back-button___1A-9b .styles__icon___2CQLH{height:24px;width:24px;fill:var(--white)}@media (min-width:160px) and (max-width:767px){.styles__container___3BA4N .styles__header___2HwIC .styles__title-wrapper___y9NIR .styles__back-button___1A-9b{margin-right:auto}}.styles__container___3BA4N .styles__header___2HwIC .styles__title-wrapper___y9NIR .styles__title___39PUE{grid-area:title;color:var(--white)}@media (min-width:160px) and (max-width:767px){.styles__container___3BA4N .styles__header___2HwIC .styles__title-wrapper___y9NIR .styles__title___39PUE{font-size:32px}}.styles__container___3BA4N .styles__header___2HwIC .styles__title-wrapper___y9NIR .styles__favorite-button___gIgmW{grid-area:favorite}.styles__container___3BA4N .styles__header___2HwIC .styles__title-wrapper___y9NIR .styles__favorite-button___gIgmW .styles__icon___2CQLH{height:40px;width:40px;fill:var(--shamrock)}.styles__container___3BA4N .styles__content___2kVti{margin-top:-40px;padding-bottom:40px;display:grid;grid-template:auto/minmax(40px,1fr) minmax(auto,840px) minmax(40px,1fr);grid-row-gap:32px}@media (min-width:768px) and (max-width:1199px){.styles__container___3BA4N .styles__content___2kVti{grid-template:auto/minmax(40px,auto) minmax(688px,1fr) minmax(40px,auto)}}@media (min-width:160px) and (max-width:767px){.styles__container___3BA4N .styles__content___2kVti{grid-template:auto/minmax(16px,auto) minmax(288px,1fr) minmax(16px,auto);margin-top:16px}}.styles__container___3BA4N .styles__content___2kVti .styles__about___2dXrz{grid-column:2}.styles__container___3BA4N .styles__content___2kVti .styles__about___2dXrz .styles__heading___36QIC{text-transform:uppercase;margin-bottom:8px}.styles__container___3BA4N .styles__content___2kVti .styles__about___2dXrz .styles__description___1xhat{font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__container___3BA4N .styles__content___2kVti .styles__course-classes___DjdGi{grid-column:2}@media (min-width:160px) and (max-width:767px){.styles__container___3BA4N .styles__content___2kVti .styles__course-classes___DjdGi{grid-column:1/-1}}.styles__container___3BA4N .styles__content___2kVti .styles__course-assignments___BL-bD{grid-column:2}.styles__container___3BA4N .styles__content___2kVti .styles__enrolled-people___2UEd2{grid-column:2/3}@media (min-width:160px) and (max-width:767px){.styles__container___3BA4N .styles__content___2kVti .styles__enrolled-people___2UEd2{grid-column:1/4}}.styles__container___3BA4N .styles__footer___1AwU-{grid-row:3;grid-column:1}.styles__call-assignment-container___3m2Ue{display:flex;flex-direction:column;row-gap:1.6rem}.styles__call-assignment-container___3m2Ue .styles__call-assignment-box___2qEIW{display:grid;grid-template:auto auto/auto 1fr;grid-template-areas:"icon content" "banner banner";align-items:center;column-gap:1.6rem}.styles__call-assignment-container___3m2Ue .styles__call-assignment-box___2qEIW .styles__icon-wrapper___3i-p0{grid-area:icon;height:4rem;width:4rem;border-radius:50%;background-color:var(--gray-4);display:flex;align-items:center;justify-content:center}.styles__call-assignment-container___3m2Ue .styles__call-assignment-box___2qEIW .styles__icon-wrapper___3i-p0 .styles__call-icon___yCwDp{height:2rem;width:2rem}.styles__call-assignment-container___3m2Ue .styles__call-assignment-box___2qEIW .styles__call-assignment-content___3NLFE{grid-area:content;display:flex;flex-direction:column;justify-content:center;font-size:1.4rem;line-height:2rem;color:var(--gray-64);font-weight:400}.styles__call-assignment-container___3m2Ue .styles__call-assignment-box___2qEIW .styles__call-assignment-content___3NLFE .styles__assignment-description___1TUwc{font-weight:600;color:var(--gray-80);font-size:1.6rem;line-height:2.4rem}.styles__call-assignment-container___3m2Ue .styles__call-assignment-box___2qEIW .styles__call-banner___IQ7fC{grid-area:banner;display:flex;column-gap:.8rem;align-items:center;background-color:var(--malibu);margin:2.4rem -1.6rem -2.4rem;border-bottom-left-radius:.4rem;border-bottom-right-radius:.4rem;height:3.2rem;align-self:flex-end;padding:.4rem 1rem;font-size:1.2rem;color:#fff;font-weight:400;line-height:1.6rem}@media (min-width:1200px){.styles__call-assignment-container___3m2Ue .styles__call-assignment-box___2qEIW .styles__call-banner___IQ7fC{margin:2.4rem -2.4rem -2.4rem}}@media (min-width:768px) and (max-width:1199px){.styles__call-assignment-container___3m2Ue .styles__call-assignment-box___2qEIW .styles__call-banner___IQ7fC{margin:2.4rem -2.4rem -2.4rem}}.styles__call-assignment-container___3m2Ue .styles__call-assignment-box___2qEIW .styles__call-banner___IQ7fC .styles__video-call-icon___4gd2c{height:1.6rem;width:1.6rem;fill:#fff}.styles__call-assignment-container___3m2Ue .styles__call-assignment-box___2qEIW .styles__call-banner___IQ7fC .styles__call-start-time-difference___3GOub{font-weight:600}.styles__call-details-container___2AQyB{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:0}.styles__call-details-container___2AQyB .styles__cover-picture___2ROUN{top:0;left:0;right:0;height:10.4rem;width:100%;object-fit:cover;z-index:1}.styles__call-details-container___2AQyB .styles__image-overlay___3I-U2{top:0;left:0;right:0;height:10.4rem;width:100%;background-color:rgba(42,46,70,.68);position:absolute;z-index:1}.styles__call-details-container___2AQyB .styles__call-details-header___1_kPW{width:100%;max-width:84rem;margin-top:-10.4rem;height:10.4rem;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;padding:0 4rem}@media (min-width:1200px){.styles__call-details-container___2AQyB .styles__call-details-header___1_kPW{padding:0}}@media (min-width:160px) and (max-width:767px){.styles__call-details-container___2AQyB .styles__call-details-header___1_kPW{padding:0 2.4rem}}.styles__call-details-container___2AQyB .styles__call-details-header___1_kPW .styles__back-button___2Wnfx{height:1.6rem;width:1.6rem;margin-right:1.6rem;z-index:2}.styles__call-details-container___2AQyB .styles__call-details-header___1_kPW .styles__course-name-title___1xJ8b{color:#fff;font-weight:600;font-size:1.4rem;line-height:2rem;z-index:2}.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo{max-width:84rem;margin-top:3.8rem;width:100%;display:grid;grid-template:repeat(4,auto)/48rem auto;grid-template-areas:"call-name call-name" "assignment attachments" "buttons-container attachments" ". attachments";column-gap:5.6rem;box-sizing:border-box;padding:0 4rem}@media (min-width:1200px){.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo{padding:0}}@media (min-width:160px) and (max-width:767px){.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo{grid-template:repeat(4,auto)/auto auto;padding:0 2.4rem;margin-top:2.4rem;grid-template-areas:"call-name call-name" "assignment assignment" "buttons-container buttons-container" "attachments attachments"}}.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo .styles__call-name___xK5J9{grid-area:call-name;font-size:4rem;line-height:6rem;color:var(--gray-100);font-weight:300;margin-bottom:2.2rem}.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo .styles__call-assignment___2uSbs{grid-area:assignment;margin-bottom:2.4rem}@media (min-width:1200px){.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo .styles__call-assignment___2uSbs{max-width:48rem}}.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo .styles__buttons-container___KZF3L{grid-area:buttons-container;display:flex;column-gap:1.6rem;align-self:flex-start}@media (min-width:160px) and (max-width:767px){.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo .styles__buttons-container___KZF3L{flex-direction:column;row-gap:.8rem;margin-bottom:3.2rem}}.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo .styles__buttons-container___KZF3L .styles__join-call-button___316ZG{height:4rem;padding:1.2rem 1.6rem;align-self:flex-end}.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo .styles__buttons-container___KZF3L .styles__join-call-link___1EXNy{height:100%;max-height:4rem;background-color:var(--melrose);border-radius:.4rem;padding:1.2rem 1.6rem;display:flex;align-items:center;justify-content:center;align-self:flex-end;text-decoration:none;font-size:1.2rem;line-height:1.6rem;color:var(--gray-100);text-transform:uppercase;font-weight:600;letter-spacing:.15rem;transition:all .6s}.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo .styles__buttons-container___KZF3L .styles__join-call-link___1EXNy:hover{filter:brightness(.9)}.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo .styles__buttons-container___KZF3L .styles__next-assignment-button___1JEdR{height:100%;max-height:4rem;border:.1rem solid var(--malibu);text-transform:uppercase;padding:1.2rem 1.6rem;font-size:1.2rem;justify-self:flex-start}.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo .styles__attachments-list-container___1ML6I{grid-area:attachments;font-size:1.4rem;line-height:2rem;font-weight:400;color:var(--gray-56)}@media (min-width:160px) and (max-width:767px){.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo .styles__attachments-list-container___1ML6I{margin-top:3.2rem}.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo .styles__attachments-list-container___1ML6I .styles__attachment-list___2V-01{display:grid;grid-template-columns:1fr 1fr;column-gap:5.6rem}}.styles__call-details-container___2AQyB .styles__call-details-content___1GRJo .styles__attachments-list-container-title___1ong1{font-weight:600;color:var(--gray-100)}.styles__answer-container___fbOeK{display:grid;grid-template:repeat(2,auto)/1fr;grid-gap:16px}.styles__answer-container___fbOeK .styles__label___DM4pG{font-size:14px;font-weight:600;color:var(--gray-100);line-height:1.43;letter-spacing:1px;text-transform:uppercase}.styles__answer-container___fbOeK .styles__post-content___1i8wW{flex:1;height:120px;border-radius:2px;background-color:var(--gray-4);outline:none;resize:none;padding:10px 16px;box-sizing:border-box;font-size:14px;color:var(--gray-80);border:2px solid hsla(0,0%,100%,0)}@media (min-width:160px) and (max-width:767px){.styles__answer-container___fbOeK .styles__post-content___1i8wW{font-size:16px}}.styles__answer-container___fbOeK .styles__post-content___1i8wW:hover{background-color:var(--gray-8)}.styles__answer-container___fbOeK .styles__post-content___1i8wW::placeholder{font-size:14px;font-weight:400;color:var(--gray-24)}@media (min-width:160px) and (max-width:767px){.styles__answer-container___fbOeK .styles__post-content___1i8wW::placeholder{font-size:16px}}.styles__answer-container___fbOeK .styles__post-content___1i8wW:focus{background-color:var(--white);border:2px solid var(--gray-8)}.styles__container___3RRPW{box-sizing:border-box;display:grid;grid-template:auto 1fr auto/auto;grid-gap:3.2rem;width:48rem;margin-left:50%;transform:translate(-50%);position:relative}@media (min-width:160px) and (max-width:767px){.styles__container___3RRPW{width:30.4rem}}.styles__container___3RRPW .styles__header___1cWv5{display:flex;justify-content:space-between;align-items:center}.styles__container___3RRPW .styles__header___1cWv5 .styles__title___hz_eH{text-transform:uppercase;font-size:1.6rem;font-weight:600;color:var(--gray-100);letter-spacing:.1rem;line-height:1.43}.styles__container___3RRPW .styles__header___1cWv5 .styles__close___22egX{border:none;display:flex;justify-content:center;height:auto}.styles__container___3RRPW .styles__header___1cWv5 .styles__close___22egX svg{height:1.6rem;width:1.6rem}.styles__container___3RRPW .styles__content___3nmnf{font-size:1.4rem;line-height:1.43;color:var(--gray-80)}.styles__container___3RRPW .styles__submit___1Bf1N{display:flex;justify-content:flex-end}.styles__container___3RRPW .styles__confetti___1hTD3{position:absolute;top:50%;right:50%;transform:translate(-50%,-50%)}.styles__container___2COwF{display:grid;grid-template:auto 1fr auto/1fr}.styles__container___2COwF .styles__header___3NwzX{display:grid;grid-template:auto/minmax(40px,1fr) minmax(auto,840px) minmax(40px,1fr);padding:60px 0 28px;background-image:var(--linear-gradient-bg),url(/static/b660dd36042d9d031dc054d24d52681fd4dd0a09c09ee144425d870f87e87c4e73928622f3bf1b6deb630bc8683da55744651c3c5934b013cdf46c057363ac7e.png);background-repeat:no-repeat;background-size:cover;background-position:50%}@media (min-width:160px) and (max-width:767px){.styles__container___2COwF .styles__header___3NwzX{margin-bottom:0}}.styles__container___2COwF .styles__header___3NwzX .styles__title-wrapper___2L4ud{grid-column:2;display:grid;grid-template:1fr/auto 1fr;grid-template-areas:"back title";align-items:center;grid-column-gap:24px}.styles__container___2COwF .styles__header___3NwzX .styles__title-wrapper___2L4ud .styles__back-button___3BbF5{grid-area:back;background:none;border:none}.styles__container___2COwF .styles__header___3NwzX .styles__title-wrapper___2L4ud .styles__back-button___3BbF5 .styles__back-icon___3JsGk{height:16px;width:16px;fill:var(--white);cursor:pointer}.styles__container___2COwF .styles__header___3NwzX .styles__title-wrapper___2L4ud .styles__title___1MSKf{grid-area:title;color:var(--white)}@media (min-width:160px) and (max-width:767px){.styles__container___2COwF .styles__header___3NwzX .styles__title-wrapper___2L4ud .styles__title___1MSKf{font-size:24px}}.styles__container___2COwF .styles__content___1JndT{padding-top:60px;padding-bottom:40px;display:grid;grid-template:auto/minmax(40px,1fr) minmax(auto,840px) minmax(40px,1fr);grid-row-gap:32px}@media (min-width:768px) and (max-width:1199px){.styles__container___2COwF .styles__content___1JndT{grid-template:auto/minmax(40px,auto) minmax(688px,1fr) minmax(40px,auto)}}@media (min-width:160px) and (max-width:767px){.styles__container___2COwF .styles__content___1JndT{grid-template:auto/minmax(auto,16px) minmax(288px,1fr) minmax(auto,16px);grid-row-gap:24px;padding:24px 0 32px}}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p{grid-column:2;display:grid;grid-template:auto/1fr;grid-gap:16px}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__title___1MSKf{margin-bottom:8px}@media (min-width:160px) and (max-width:767px){.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__title___1MSKf{font-size:24px}}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l{font-weight:400;line-height:1.43;font-size:14px;color:var(--gray-80)}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l em,.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l li,.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l ol,.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l p,.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l strong{font-size:14px;color:var(--gray-80);line-height:1.43}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l img{max-width:100%}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l strong{font-weight:700}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l ol{list-style-type:decimal;font-style:italic}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l ol li{margin-left:15px}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l ul{list-style-type:disc}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l ul li{margin-left:15px}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l hr{border-top:1px solid var(--gray-24)}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l a{color:var(--malibu)}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l iframe{width:100%}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__description___2PV1l .styles__text___2KDgE{font-weight:400}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__attachment-list-container___RZqqf .styles__attachments-title___326R7{font-size:1.4rem;line-height:2rem;color:var(--gray-100);font-weight:600}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__attachment-list-container___RZqqf .styles__attachment-quantity___1bh2z{font-size:1.4rem;color:var(--gray-56)}.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__attachment-list-container___RZqqf .styles__attachments-list___28feF{display:grid;grid-template-columns:1fr 1fr;column-gap:5.6rem}@media (min-width:160px) and (max-width:767px){.styles__container___2COwF .styles__content___1JndT .styles__step-container___cPm8p .styles__attachment-list-container___RZqqf .styles__attachments-list___28feF{display:flex;flex-direction:column}}.styles__container___2COwF .styles__content___1JndT .styles__question-container___3cF38{display:grid;grid-template:auto/1fr;grid-gap:32px}.styles__container___2COwF .styles__content___1JndT .styles__buttons-container___27cXN{padding-top:1.6rem;margin-bottom:3.2rem;display:flex;width:100%}@media (min-width:160px) and (max-width:767px){.styles__container___2COwF .styles__content___1JndT .styles__buttons-container___27cXN{flex-direction:column-reverse}}.styles__container___2COwF .styles__content___1JndT .styles__buttons-container___27cXN .styles__response-buttons___2_l7P{margin-right:4.8rem;display:flex;flex-direction:column;row-gap:2.4rem;box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__container___2COwF .styles__content___1JndT .styles__buttons-container___27cXN .styles__response-buttons___2_l7P{margin-right:0}}.styles__container___2COwF .styles__content___1JndT .styles__buttons-container___27cXN .styles__response-buttons___2_l7P .styles__three-dots___1U_z2{display:none}@media (min-width:768px) and (max-width:1199px){.styles__container___2COwF .styles__content___1JndT .styles__buttons-container___27cXN .styles__response-buttons___2_l7P .styles__three-dots___1U_z2{display:inline}}.styles__container___2COwF .styles__content___1JndT .styles__buttons-container___27cXN .styles__response-buttons___2_l7P .styles__view-button___34INu{margin-right:auto}@media (min-width:160px) and (max-width:767px){.styles__container___2COwF .styles__content___1JndT .styles__buttons-container___27cXN .styles__response-buttons___2_l7P .styles__view-button___34INu{margin-top:32px;margin-right:0;width:100%}}@media (min-width:768px) and (max-width:1199px){.styles__container___2COwF .styles__content___1JndT .styles__buttons-container___27cXN .styles__response-buttons___2_l7P .styles__view-button___34INu{margin-top:0}}.styles__container___2COwF .styles__content___1JndT .styles__buttons-container___27cXN .styles__save-buttons___2XN1G{display:grid;grid-template-columns:repeat(2,auto);grid-gap:16px}@media (min-width:160px) and (max-width:767px){.styles__container___2COwF .styles__content___1JndT .styles__buttons-container___27cXN .styles__save-buttons___2XN1G{grid-template:repeat(2,auto)/1fr;grid-gap:16px;align-items:center;align-content:start}}.styles__container___2COwF .styles__content___1JndT .styles__buttons-container___27cXN .styles__save-buttons___2XN1G .styles__button___2tyFU{grid-row:1}.styles__container___2COwF .styles__content___1JndT .styles__buttons-container___27cXN .styles__save-buttons___2XN1G .styles__label___3znsX{white-space:normal;font-size:1.2rem;text-transform:uppercase;border:.1rem solid var(--malibu);padding:1.2rem 1.6rem}.styles__container___2COwF .styles__content___1JndT .styles__buttons-container___27cXN .styles__last___27PQ-{grid-column:3}.styles__container___2COwF .styles__content___1JndT .styles__divider___ARbvi{grid-column:2;border-bottom:1px solid var(--gray-24);margin:8px 0}.styles__container___2COwF .styles__content___1JndT .styles__discuss-assignment___iw9Mn{grid-column:2}.styles__container___2COwF .styles__content___1JndT .styles__discussion___2Dw6f{grid-column:2;display:grid;grid-template:auto/1fr;grid-row-gap:16px}.styles__loading___279LG{display:flex;align-items:center;justify-content:center;min-height:50rem}.styles__content___1s52Z{padding-top:60px;padding-bottom:40px;display:grid;grid-template:auto/minmax(40px,1fr) minmax(auto,840px) minmax(40px,1fr);grid-row-gap:32px}@media (min-width:768px) and (max-width:1199px){.styles__content___1s52Z{grid-template:auto/40px minmax(688px,1fr) 40px}}@media (min-width:160px) and (max-width:767px){.styles__content___1s52Z{grid-template:auto/16px minmax(288px,1fr) 16px;grid-row-gap:24px;padding:24px 0 32px}}.styles__content___1s52Z .styles__back-button___33ZZm{grid-area:back;cursor:pointer;background:var(--transparent);border:none}.styles__content___1s52Z .styles__back-button___33ZZm .styles__back-icon___15Yg0{height:16px;width:16px;fill:var(--white)}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__content___1s52Z .styles__back-button___33ZZm .styles__back-icon___15Yg0{height:16px;width:16px}}.styles__content___1s52Z .styles__header___CtbcN{grid-column:2;display:grid;grid-template:1fr/auto 1fr;grid-template-areas:"back title";align-items:center;grid-column-gap:16px}.styles__content___1s52Z .styles__header___CtbcN button{background-color:var(--transparent)}.styles__content___1s52Z .styles__header___CtbcN button .styles__back-icon___15Yg0{grid-area:back;height:16px;width:16px;fill:var(--gray-80);cursor:pointer}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__content___1s52Z .styles__header___CtbcN button .styles__back-icon___15Yg0{height:16px;width:16px}}.styles__content___1s52Z .styles__header___CtbcN .styles__title___2slxu{grid-area:title;color:var(--gray-80);font-weight:600;font-size:14px}.styles__content___1s52Z .styles__responses___A3Kxc{grid-column:2;display:grid;grid-template:auto/1fr;grid-gap:24px}.styles__content___1s52Z .styles__responses___A3Kxc .styles__response-wrapper___kIdpB{display:grid;grid-template:auto/1fr 2fr;grid-template-areas:"profile comment";grid-gap:24px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__content___1s52Z .styles__responses___A3Kxc .styles__response-wrapper___kIdpB{grid-template:auto 1fr/1fr;grid-template-areas:"profile" "comment"}}.styles__content___1s52Z .styles__responses___A3Kxc .styles__response-wrapper___kIdpB .styles__user___1ZnUL{grid-area:profile;align-self:flex-start;display:grid;grid-template:auto/auto 1fr;grid-gap:8px}.styles__content___1s52Z .styles__responses___A3Kxc .styles__response-wrapper___kIdpB .styles__user___1ZnUL .styles__user-details___1WQ81{display:flex;flex-direction:column;justify-content:center}.styles__content___1s52Z .styles__responses___A3Kxc .styles__response-wrapper___kIdpB .styles__user___1ZnUL .styles__user-details___1WQ81 .styles__name___2G4CL{font-size:14px;font-weight:600;line-height:1.43;color:var(--gray-100)}.styles__content___1s52Z .styles__responses___A3Kxc .styles__response-wrapper___kIdpB .styles__user___1ZnUL .styles__user-details___1WQ81 .styles__company___1PVTE{font-size:12px;color:var(--gray-80)}.styles__content___1s52Z .styles__responses___A3Kxc .styles__response-wrapper___kIdpB .styles__card___aw1lv{grid-area:comment;display:grid;grid-gap:16px}.styles__content___1s52Z .styles__responses___A3Kxc .styles__response-wrapper___kIdpB .styles__card___aw1lv .styles__title___2slxu{text-transform:uppercase;font-size:14px;font-weight:600;letter-spacing:1px;color:var(--gray-80)}.styles__content___1s52Z .styles__responses___A3Kxc .styles__response-wrapper___kIdpB .styles__card___aw1lv .styles__comment___3cWun{font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__content___1s52Z .styles__responses___A3Kxc .styles__divider___oLsc-{opacity:.3;border-bottom:1px solid var(--gray-80)}.styles__content___1s52Z .styles__responses___A3Kxc .styles__empty___vhlb1{display:grid;grid-template:repeat(3,auto)/1fr;grid-gap:8px;justify-items:center;align-items:center}.styles__content___1s52Z .styles__responses___A3Kxc .styles__empty___vhlb1 h2{text-transform:uppercase;text-align:center}@media (min-width:160px) and (max-width:767px){.styles__content___1s52Z .styles__responses___A3Kxc .styles__empty___vhlb1 h2{text-transform:none}}.styles__content___1s52Z .styles__responses___A3Kxc .styles__empty___vhlb1 p{font-size:14px;text-align:center;margin-bottom:8px}.styles__content___1s52Z .styles__question-container___19u0c{display:grid;grid-template:auto/1fr;grid-gap:32px}.styles__content___1s52Z .styles__buttons-container___3VImB{padding-top:16px;justify-content:end;display:grid;grid-template-columns:auto auto;grid-gap:16px}@media (min-width:160px) and (max-width:767px){.styles__content___1s52Z .styles__buttons-container___3VImB{padding-top:8px;grid-template:repeat(2,auto)/1fr;grid-gap:16px;align-items:center}}.styles__content___1s52Z .styles__buttons-container___3VImB .styles__label___2Jfao{white-space:normal;font-size:12px}.styles__loading___P79Fi{display:flex;align-items:center;justify-content:center;min-height:50rem}.styles__empty-messages___3WA69{height:80vh;display:grid;align-content:center;justify-items:center;grid-template:auto/1fr;grid-gap:8px}.styles__empty-messages___3WA69 svg{width:76.5px;height:72px;margin-bottom:16px}.styles__empty-messages___3WA69 h2{text-transform:uppercase}.styles__empty-messages___3WA69 h3{font-weight:400}.styles__empty-messages___3WA69 .styles__buttons-container___32QeV{margin-top:16px;display:grid;grid-template:1fr/repeat(2,auto);grid-gap:8px}.styles__modal___Io-Ph{top:32px;bottom:32px;transform:translateX(-50%)}@media (min-width:160px) and (max-width:767px){.styles__modal___Io-Ph{transform:none;top:48px;bottom:8px;left:8px;right:8px}}.styles__container___1pKmw{width:480px;background-color:#fff;padding:40px;border-radius:4px;box-sizing:border-box;box-shadow:0 2px 4px 0 rgba(42,46,70,.4)}@media (min-width:160px) and (max-width:767px){.styles__container___1pKmw{width:100%}}.styles__container___1pKmw .styles__buttons___1AfFD{margin-top:40px;display:flex;justify-content:flex-end}.styles__container___1pKmw .styles__buttons___1AfFD .styles__back___2zhnj{margin-right:8px}.styles__container___1pKmw p{margin-top:20px;font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__main-container___11vND{position:relative;display:block}.styles__main-container___11vND .styles__options-container___3aaYI{z-index:1;position:absolute;right:0;top:120%;background-color:var(--white);box-sizing:border-box;border-radius:2px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);display:flex;flex-direction:column;width:216px;padding:12px}.styles__main-container___11vND .styles__options-container___3aaYI h5{font-weight:500;text-transform:uppercase}.styles__main-container___11vND .styles__options-container___3aaYI p{font-size:12px;color:var(--gray-56)}.styles__main-container___11vND .styles__options-container___3aaYI .styles__button___PG2oy{text-align:start;outline:none;cursor:pointer;box-sizing:border-box;padding-bottom:6px;background-color:var(--white);text-decoration:none}.styles__main-container___11vND .styles__options-container___3aaYI>.styles__button___PG2oy~.styles__button___PG2oy{padding-top:6px;border-top:1px solid var(--gray-8)}.styles__main-container___11vND .styles__options-container___3aaYI .styles__button___PG2oy:last-child{padding-bottom:0}.styles__container___1t0Gg{padding:32px;background-color:var(--background-dark);display:grid;grid-template:1fr/auto 1fr auto;grid-template-areas:"avatar profile actions";grid-column-gap:16px;align-items:center;position:fixed;top:80px;left:360px;z-index:1;right:0;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__container___1t0Gg{top:72px;left:216px;right:0}}@media (min-width:160px) and (max-width:767px){.styles__container___1t0Gg{grid-template:1fr/repeat(2,auto) 1fr auto;grid-template-areas:"back avatar profile actions";padding:16px;top:56px;left:0;right:0}}.styles__container___1t0Gg .styles__back-action___2ZAoq{grid-area:back;background:none;border:none}.styles__container___1t0Gg .styles__back-action___2ZAoq .styles__back___4TWqs{height:16px;width:16px;color:var(--gray-80)}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__container___1t0Gg .styles__back-action___2ZAoq{display:none}}.styles__container___1t0Gg .styles__avatar___3PlS9{grid-area:avatar}.styles__container___1t0Gg .styles__profile___2KqPF{grid-area:profile;display:grid;grid-template:repeat(3,auto)/1fr;align-items:center}.styles__container___1t0Gg .styles__profile___2KqPF h4{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.styles__container___1t0Gg .styles__profile___2KqPF p{font-size:12px;line-height:1.43;color:var(--gray-80);overflow:hidden}@media (min-width:160px) and (max-width:767px){.styles__container___1t0Gg .styles__profile___2KqPF{grid-template:repeat(2,auto)/1fr}.styles__container___1t0Gg .styles__profile___2KqPF .styles__username___hjL7H{display:none}}.styles__container___1t0Gg .styles__actions___1mnlH{grid-area:actions;display:flex}.styles__container___1t0Gg .styles__actions___1mnlH>button~button{margin-left:8px}@media (min-width:1200px){.styles__container___1t0Gg .styles__actions___1mnlH .styles__dropdown___2xIXb{display:none}}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___1t0Gg .styles__actions___1mnlH .styles__lg-only___2tVNI{display:none}}.styles__container___1t0Gg.styles__channel___fWZdM{grid-template:1fr/1fr auto;grid-template-areas:"channel-info actions";right:0}@media (min-width:160px) and (max-width:767px){.styles__container___1t0Gg.styles__channel___fWZdM{grid-template:1fr/auto 1fr auto;grid-template-areas:"back channel-info actions"}}.styles__container___1t0Gg.styles__channel___fWZdM .styles__channel-info___1opEZ{grid-area:channel-info;display:grid;grid-template:repeat(2,1fr)/1fr;grid-template-areas:"channel-name" "members";overflow:hidden}.styles__container___1t0Gg.styles__channel___fWZdM .styles__channel-info___1opEZ .styles__channel-name___3jcwW{grid-area:channel-name;display:flex;align-items:center;overflow:hidden}.styles__container___1t0Gg.styles__channel___fWZdM .styles__channel-info___1opEZ .styles__channel-name___3jcwW h4{max-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.styles__container___1t0Gg.styles__channel___fWZdM .styles__channel-info___1opEZ .styles__channel-name___3jcwW .styles__icon___KgE0k{height:14px;width:14px;fill:var(--gray-100);margin-right:4px}.styles__container___1t0Gg.styles__channel___fWZdM .styles__channel-info___1opEZ .styles__members___1Nc-h{grid-area:members;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.styles__container___1t0Gg.styles__channel___fWZdM .styles__channel-info___1opEZ .styles__members___1Nc-h .styles__avatar-list___1iWuj{display:inline-flex;margin-right:8px}.styles__container___1t0Gg.styles__channel___fWZdM .styles__channel-info___1opEZ .styles__members___1Nc-h .styles__avatar-list___1iWuj .styles__member-avatar___3G_jQ{position:relative;height:24px;width:24px;border:2px solid var(--white);border-radius:50%;overflow:hidden}.styles__container___1t0Gg.styles__channel___fWZdM .styles__channel-info___1opEZ .styles__members___1Nc-h .styles__avatar-list___1iWuj>.styles__member-avatar___3G_jQ~.styles__member-avatar___3G_jQ{margin-left:-8px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___1t0Gg.styles__channel___fWZdM .styles__channel-info___1opEZ .styles__members___1Nc-h .styles__avatar-list___1iWuj{display:none}}.styles__container___1t0Gg.styles__channel___fWZdM .styles__channel-info___1opEZ .styles__members___1Nc-h .styles__members-list___2FzFK,.styles__container___1t0Gg.styles__channel___fWZdM .styles__channel-info___1opEZ .styles__members___1Nc-h .styles__total-members___QI01r{font-size:12px;font-weight:500;line-height:1.43;color:var(--gray-80)}.styles__container___1t0Gg.styles__channel___fWZdM .styles__channel-info___1opEZ .styles__members___1Nc-h .styles__members-list___2FzFK{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___1t0Gg.styles__channel___fWZdM .styles__channel-info___1opEZ .styles__members___1Nc-h .styles__members-list___2FzFK{display:none}}@media (min-width:1200px){.styles__container___1t0Gg.styles__channel___fWZdM .styles__actions___1mnlH .styles__lg-hidden___13C78,.styles__container___1t0Gg.styles__channel___fWZdM .styles__channel-info___1opEZ .styles__members___1Nc-h .styles__total-members___QI01r{display:none}}.styles__has-goals___1ce9b{right:200px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__has-goals___1ce9b{right:0}}.styles__input-video___2m8Bs{display:grid;grid-template:auto/1fr;grid-gap:24px}.styles__hide___2czB8{display:none}.styles__link-zoom-text___mlRzg{font-weight:400;line-height:1.43}.styles__footer___172MV{display:flex;align-items:center;justify-content:flex-end}.styles__footer___172MV .styles__link___1EGU7{display:flex;align-items:center;font-size:1.2rem;font-weight:600;line-height:1.43;height:40px;letter-spacing:1.5px;text-transform:uppercase;border-radius:4px;text-decoration:none;color:var(--gray-100);background-color:var(--melrose);border:1px solid var(--melrose);padding:8px 16px;box-sizing:border-box}.styles__footer___172MV .styles__link___1EGU7:hover{background-color:var(--fog);border:1px solid var(--fog)}.styles__footer___172MV .styles__link___1EGU7:focus{border:1px solid var(--gray-24);outline-color:var(--gray-24)}@media (min-width:160px) and (max-width:767px){.styles__footer___172MV .styles__link___1EGU7{padding:12px 16px;height:auto}}.styles__message___3gYhr{display:grid;grid-template:repeat(2,1fr)/repeat(3,auto);grid-template-areas:"icon text button" ". link button";align-items:center;grid-column-gap:8px}@media (min-width:160px) and (max-width:767px){.styles__message___3gYhr{grid-template:repeat(3,auto)/repeat(2,auto);grid-template-areas:"icon text" ". link " "button button";align-items:center;grid-column-gap:8px}}.styles__message___3gYhr svg{grid-area:icon;fill:var(--white);width:16px;height:16px}.styles__message___3gYhr h3{grid-area:text;color:var(--white);text-align:left;letter-spacing:normal}.styles__message___3gYhr a{grid-area:link;font-size:14px;font-weight:500;line-height:1.43;color:var(--white)}.styles__message___3gYhr .styles__button___1BBwU{grid-area:button;margin-left:134px}@media (min-width:160px) and (max-width:767px){.styles__message___3gYhr .styles__button___1BBwU{margin-left:0;margin-top:8px}}.styles__message___3gYhr .styles__button___1BBwU.styles__link___3fIzR{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--gray-100);background-color:var(--melrose);border:1px solid var(--melrose);padding:8px 16px;font-weight:600;line-height:1.43;height:40px;box-sizing:border-box;text-decoration:none;display:flex;align-items:center}.styles__message___3gYhr .styles__button___1BBwU.styles__link___3fIzR:hover{background-color:var(--fog);border:1px solid var(--fog)}.styles__message___3gYhr .styles__button___1BBwU.styles__link___3fIzR:focus{border:1px solid var(--gray-24);outline-color:var(--gray-24)}.styles__message___3gYhr .styles__button___1BBwU.styles__link___3fIzR:disabled{opacity:.5;pointer-events:none}.styles__message___3gYhr.styles__ended___1JjCP{grid-template:1fr/auto 1fr;grid-template-areas:"icon text"}.styles__message___3gYhr.styles__ended___1JjCP .styles__a___qnUjm,.styles__message___3gYhr.styles__ended___1JjCP .styles__button___1BBwU{display:none}.styles__member-message___-o6oV svg{fill:var(--gray-80)}.styles__member-message___-o6oV h3{color:var(--gray-80)}.styles__member-message___-o6oV a{color:var(--malibu)}.styles__own-message___3O7IB{display:grid;grid-template:1fr/repeat(3,auto);grid-column-gap:8px;align-items:center}.styles__own-message___3O7IB svg{fill:var(--white);width:24px;height:24px}.styles__own-message___3O7IB h3{color:var(--white);text-align:left;letter-spacing:normal}.styles__own-message___3O7IB a{color:var(--white);text-decoration:none}.styles__own-message___3O7IB .styles__content-size___2eQoq{font-weight:400;margin-left:24px}.styles__sent-message___4-EsW svg{fill:var(--gray-80)}.styles__sent-message___4-EsW a,.styles__sent-message___4-EsW h3{color:var(--gray-80)}.styles__container___3E7QL{display:grid;grid-row-gap:4px}.styles__container___3E7QL .styles__message___1mc3i{display:grid}.styles__container___3E7QL .styles__message___1mc3i .styles__content___3hTeH{grid-area:content;padding:16px;font-size:14px;line-height:1.43;border-radius:4px;max-width:641px;white-space:pre-line;word-break:break-word}@media (min-width:768px) and (max-width:1199px){.styles__container___3E7QL .styles__message___1mc3i .styles__content___3hTeH{max-width:488px}}@media (min-width:160px) and (max-width:767px){.styles__container___3E7QL .styles__message___1mc3i .styles__content___3hTeH{max-width:264px}}.styles__container___3E7QL .styles__message___1mc3i .styles__date___wpzt7{grid-area:date;font-size:12px;line-height:1.43;color:var(--gray-56)}.styles__user-message___3BS9w{display:grid;grid-template:auto/1fr;grid-gap:8px}.styles__user-message___3BS9w~.styles__user-message___3BS9w{margin-bottom:8px}.styles__user-message___3BS9w .styles__message___1mc3i{grid-template:1fr auto/40px 1fr;grid-template-areas:"avatar content" ". date";grid-column-gap:8px}.styles__user-message___3BS9w .styles__message___1mc3i .styles__content___3hTeH{background:var(--white);box-shadow:0 2px 4px 0 rgba(42,46,70,.16);color:var(--gray-80);justify-self:start}.styles__user-message___3BS9w .styles__message___1mc3i .styles__photo___23Ozf{border:0;padding:0;background:none}@media (min-width:160px) and (max-width:767px){.styles__user-message___3BS9w .styles__message___1mc3i .styles__photo___23Ozf{max-width:320px}}.styles__user-message___3BS9w .styles__message___1mc3i .styles__tag___-_XiB{color:var(--malibu)}.styles__own-message___3_gXx{display:grid;grid-template:auto/1fr;grid-gap:8px;justify-items:end;text-align:right}.styles__own-message___3_gXx~.styles__own-message___3_gXx{margin-bottom:8px}.styles__own-message___3_gXx .styles__message___1mc3i{grid-template:1fr auto/1fr;grid-template-areas:"content" "date"}.styles__own-message___3_gXx .styles__message___1mc3i .styles__content___3hTeH{background-color:var(--waikawa-gray);color:var(--white);border:1px solid var(--waikawa-gray);justify-self:end}.styles__own-message___3_gXx .styles__message___1mc3i .styles__photo___23Ozf{border:0;padding:0;background:none}@media (min-width:160px) and (max-width:767px){.styles__own-message___3_gXx .styles__message___1mc3i .styles__photo___23Ozf{max-width:320px}}.styles__own-message___3_gXx .styles__message___1mc3i .styles__tag___-_XiB{color:#fff}.styles__own-message___3_gXx+.styles__user-message___3BS9w,.styles__user-message___3BS9w+.styles__own-message___3_gXx{margin-bottom:16px}.styles__picture___3_QP6{max-width:320px;max-height:184px;border-radius:4px;display:block}.styles__container___3ZK8D{display:grid;grid-template:auto 1fr auto/40px auto minmax(40px,1fr);grid-template-areas:"avatar user-details user-details" "avatar message delete" ". date date";grid-row-gap:4px;grid-column-gap:8px}@media (min-width:160px) and (max-width:767px){.styles__container___3ZK8D{grid-template:auto 1fr auto/auto minmax(40px,1fr);grid-template-areas:"user-details user-details" "message delete" "date date"}}.styles__container___3ZK8D .styles__delete___2NAac{grid-area:delete;background:none;border:none;display:none;justify-self:start;cursor:pointer}.styles__container___3ZK8D .styles__delete___2NAac svg{height:16px;width:16px;fill:var(--gray-80)}.styles__container___3ZK8D .styles__user-message-delete___1jsKw{justify-self:start;margin-left:8px}@media (min-width:1200px){.styles__container___3ZK8D:hover .styles__delete___2NAac{display:block}}.styles__container___3ZK8D:hover .styles__admin___3hP1u{border-color:var(--gray-56)}.styles__container___3ZK8D .styles__selected___3gNze{display:block}.styles__container___3ZK8D .styles__avatar___3Koxi{grid-area:avatar}@media (min-width:160px) and (max-width:767px){.styles__container___3ZK8D .styles__avatar___3Koxi{display:none}}.styles__container___3ZK8D .styles__user-details___3qNfw{grid-area:user-details;display:flex}.styles__container___3ZK8D .styles__user-details___3qNfw .styles__name___JaJKK,.styles__container___3ZK8D .styles__user-details___3qNfw .styles__username___rFUPP{font-size:12px;line-height:1.43}.styles__container___3ZK8D .styles__user-details___3qNfw .styles__name___JaJKK{font-weight:500;color:var(--gray-80);margin-right:4px}.styles__container___3ZK8D .styles__user-details___3qNfw .styles__username___rFUPP{color:var(--gray-56)}.styles__container___3ZK8D .styles__message___aq-yO{grid-area:message;padding:16px;background:var(--white);border-radius:4px;overflow:hidden;max-width:640px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16)}.styles__container___3ZK8D .styles__message___aq-yO.styles__media___-SrZl{padding:0;border:0;background:none}.styles__container___3ZK8D .styles__message___aq-yO .styles__text___1UZG2{font-size:14px;line-height:1.43;color:var(--gray-80);white-space:pre-line;word-break:break-word}.styles__container___3ZK8D .styles__message___aq-yO .styles__picture___2QT5L{max-width:320px;max-height:184px;border-radius:4px;display:block}.styles__container___3ZK8D .styles__message___aq-yO .styles__tag___3FN_E{color:var(--malibu)}.styles__container___3ZK8D .styles__date___SAv9j{grid-area:date;font-size:12px;color:var(--gray-56)}.styles__container___3ZK8D .styles__user-message-sizing___2h-wK{justify-self:start}.styles__own-message___wJsrB{grid-template:auto/minmax(48px,1fr) auto;grid-gap:8px;grid-template-areas:"delete message" "date date";justify-items:end;text-align:right}.styles__own-message___wJsrB~.styles__own-message___wJsrB{margin-bottom:8px}.styles__own-message___wJsrB .styles__own-message-delete___2fnmO{justify-self:end;margin-right:8px}.styles__own-message___wJsrB .styles__avatar___3Koxi,.styles__own-message___wJsrB .styles__user-details___3qNfw{display:none}.styles__own-message___wJsrB .styles__message___aq-yO{justify-self:end}.styles__own-message___wJsrB .styles__message___aq-yO .styles__text___1UZG2{color:var(--white)}.styles__own-message___wJsrB .styles__message___aq-yO:not(.styles__media___-SrZl){background-color:var(--waikawa-gray);box-shadow:0 2px 4px 0 rgba(42,46,70,.16)}.styles__own-message___wJsrB .styles__message___aq-yO .styles__tag___3FN_E{color:#fff}.styles__user-message___t9dg_{margin-bottom:8px}.styles__own-message___wJsrB+.styles__user-message___t9dg_,.styles__user-message___t9dg_+.styles__own-message___wJsrB{margin-bottom:16px}.styles__container___7g9Sr{overflow:auto;padding:24px 32px 0;display:flex;flex-direction:column-reverse;margin:4px 0 8px;-webkit-overflow-scrolling:touch}@media (min-width:768px) and (max-width:1199px){.styles__container___7g9Sr{padding:16px 16px 0}}@media (min-width:160px) and (max-width:767px){.styles__container___7g9Sr{margin-top:65px;padding:8px 8px 0}}.styles__loading___g06Jl{padding-top:15rem}@media (min-width:160px) and (max-width:767px){.styles__loading___g06Jl{padding-top:10rem}}@media (min-width:768px) and (max-width:1199px){.styles__has-goals___2P9x7{margin-left:215px}}.emoji-mart,.emoji-mart *{box-sizing:border-box;line-height:1.15}.emoji-mart{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-size:16px;display:inline-block;color:#222427;border:1px solid #d9d9d9;border-radius:5px;background:#fff}.emoji-mart .emoji-mart-emoji{padding:6px}.emoji-mart-bar{border:0 solid #d9d9d9}.emoji-mart-bar:first-child{border-bottom-width:1px;border-top-left-radius:5px;border-top-right-radius:5px}.emoji-mart-bar:last-child{border-top-width:1px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.emoji-mart-anchors{display:flex;flex-direction:row;justify-content:space-between;padding:0 6px;color:#858585;line-height:0}.emoji-mart-anchor{position:relative;display:block;flex:1 1 auto;text-align:center;padding:12px 4px;overflow:hidden;transition:color .1s ease-out;margin:0;box-shadow:none;background:none;border:none}.emoji-mart-anchor-selected,.emoji-mart-anchor:hover{color:#464646}.emoji-mart-anchor-selected .emoji-mart-anchor-bar{bottom:0}.emoji-mart-anchor-bar{position:absolute;bottom:-3px;left:0;width:100%;height:3px;background-color:#464646}.emoji-mart-anchors i{display:inline-block;width:100%;max-width:22px}.emoji-mart-anchors img,.emoji-mart-anchors svg{fill:#858585;height:18px;width:18px}.emoji-mart-scroll{overflow-y:scroll;height:270px;padding:0 6px 6px;will-change:transform}.emoji-mart-search{margin-top:6px;padding:0 6px;position:relative}.emoji-mart-search input{font-size:16px;display:block;width:100%;padding:5px 25px 6px 10px;border-radius:5px;border:1px solid #d9d9d9;outline:0}.emoji-mart-search input,.emoji-mart-search input::-webkit-search-cancel-button,.emoji-mart-search input::-webkit-search-decoration,.emoji-mart-search input::-webkit-search-results-button,.emoji-mart-search input::-webkit-search-results-decoration{-webkit-appearance:none}.emoji-mart-search-icon{position:absolute;top:7px;right:11px;z-index:2;padding:2px 5px 1px;border:none;background:none}.emoji-mart-category .emoji-mart-emoji span{z-index:1;position:relative;text-align:center;cursor:default}.emoji-mart-category .emoji-mart-emoji:hover:before{z-index:0;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f4f4f4;border-radius:100%}.emoji-mart-category-label{z-index:2;position:relative;position:-webkit-sticky;position:sticky;top:0}.emoji-mart-category-label span{display:block;width:100%;font-weight:500;padding:5px 6px;background-color:#fff;background-color:hsla(0,0%,100%,.95)}.emoji-mart-category-list{margin:0;padding:0}.emoji-mart-category-list li{list-style:none;margin:0;padding:0;display:inline-block}.emoji-mart-emoji{position:relative;display:inline-block;font-size:0;margin:0;padding:0;border:none;background:none;box-shadow:none}.emoji-mart-emoji-native{font-family:Segoe UI Emoji,Segoe UI Symbol,Segoe UI,Apple Color Emoji,Twemoji Mozilla,Noto Color Emoji,EmojiOne Color,Android Emoji}.emoji-mart-no-results{font-size:14px;text-align:center;padding-top:70px;color:#858585}.emoji-mart-no-results-img{display:block;margin-left:auto;margin-right:auto;width:50%}.emoji-mart-no-results .emoji-mart-category-label{display:none}.emoji-mart-no-results .emoji-mart-no-results-label{margin-top:.2em}.emoji-mart-no-results .emoji-mart-emoji:hover:before{content:none}.emoji-mart-preview{position:relative;height:70px}.emoji-mart-preview-data,.emoji-mart-preview-emoji,.emoji-mart-preview-skins{position:absolute;top:50%;transform:translateY(-50%)}.emoji-mart-preview-emoji{left:12px}.emoji-mart-preview-data{left:68px;right:12px;word-break:break-all}.emoji-mart-preview-skins{right:30px;text-align:right}.emoji-mart-preview-skins.custom{right:10px;text-align:right}.emoji-mart-preview-name{font-size:14px}.emoji-mart-preview-shortname{font-size:12px;color:#888}.emoji-mart-preview-emoticon+.emoji-mart-preview-emoticon,.emoji-mart-preview-shortname+.emoji-mart-preview-emoticon,.emoji-mart-preview-shortname+.emoji-mart-preview-shortname{margin-left:.5em}.emoji-mart-preview-emoticon{font-size:11px;color:#bbb}.emoji-mart-title span{display:inline-block;vertical-align:middle}.emoji-mart-title .emoji-mart-emoji{padding:0}.emoji-mart-title-label{color:#999a9c;font-size:26px;font-weight:300}.emoji-mart-skin-swatches{font-size:0;padding:2px 0;border:1px solid #d9d9d9;border-radius:12px;background-color:#fff}.emoji-mart-skin-swatches.custom{font-size:0;border:none;background-color:#fff}.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch{width:16px;padding:0 2px}.emoji-mart-skin-swatches.opened .emoji-mart-skin-swatch.selected:after{opacity:.75}.emoji-mart-skin-swatch{display:inline-block;width:0;vertical-align:middle;transition-property:width,padding;transition-duration:.125s;transition-timing-function:ease-out}.emoji-mart-skin-swatch:first-child{transition-delay:0s}.emoji-mart-skin-swatch:nth-child(2){transition-delay:.03s}.emoji-mart-skin-swatch:nth-child(3){transition-delay:.06s}.emoji-mart-skin-swatch:nth-child(4){transition-delay:.09s}.emoji-mart-skin-swatch:nth-child(5){transition-delay:.12s}.emoji-mart-skin-swatch:nth-child(6){transition-delay:.15s}.emoji-mart-skin-swatch.selected{position:relative;width:16px;padding:0 2px}.emoji-mart-skin-swatch.selected:after{content:"";position:absolute;top:50%;left:50%;width:4px;height:4px;margin:-2px 0 0 -2px;background-color:#fff;border-radius:100%;pointer-events:none;opacity:0;transition:opacity .2s ease-out}.emoji-mart-skin-swatch.custom{display:inline-block;width:0;height:38px;overflow:hidden;vertical-align:middle;transition-property:width,height;transition-duration:.125s;transition-timing-function:ease-out;cursor:default}.emoji-mart-skin-swatch.custom.selected{position:relative;width:36px;height:38px;padding:0 2px 0 0}.emoji-mart-skin-swatch.custom.selected:after{content:"";width:0;height:0}.emoji-mart-skin-swatches.custom .emoji-mart-skin-swatch.custom:hover{background-color:#f4f4f4;border-radius:10%}.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom{width:36px;height:38px;padding:0 2px 0 0}.emoji-mart-skin-swatches.custom.opened .emoji-mart-skin-swatch.custom.selected:after{opacity:.75}.emoji-mart-skin-text.opened{display:inline-block;vertical-align:middle;text-align:left;color:#888;font-size:11px;padding:5px 2px;width:95px;height:40px;border-radius:10%;background-color:#fff}.emoji-mart-skin{display:inline-block;width:100%;padding-top:100%;max-width:12px;border-radius:100%}.emoji-mart-skin-tone-1{background-color:#ffc93a}.emoji-mart-skin-tone-2{background-color:#fadcbc}.emoji-mart-skin-tone-3{background-color:#e0bb95}.emoji-mart-skin-tone-4{background-color:#bf8f68}.emoji-mart-skin-tone-5{background-color:#9b643d}.emoji-mart-skin-tone-6{background-color:#594539}.emoji-mart-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.styles__container___1SsUY{display:grid;grid-template:1fr/auto 1fr auto;grid-template-areas:"percentage-wrapper content close";grid-column-gap:16px;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.24);padding:8px 12px;min-height:40px;box-sizing:border-box;align-items:center;background-color:var(--shamrock-2)}.styles__container___1SsUY .styles__percentage-wrapper___2Eqmv{grid-area:percentage-wrapper;display:flex;align-items:center}.styles__container___1SsUY .styles__percentage-wrapper___2Eqmv .styles__percentage___lF7wS{color:#fff;font-size:12px;font-weight:600;margin-left:8px}.styles__container___1SsUY .styles__content___bPZqr{grid-area:content;font-size:14px;color:var(--white)}.styles__container___1SsUY .styles__content___bPZqr span{font-weight:600}.styles__container___1SsUY .styles__close___2fcNK{grid-area:close;margin-left:16px;cursor:pointer;background-color:initial}.styles__container___1SsUY .styles__close___2fcNK svg{height:16px;width:16px;object-fit:contain;fill:var(--white)}.styles__wrapper___3oMRZ{position:fixed;bottom:0;right:0;left:360px;padding:0 32px 32px;background-color:var(--background)}@media (min-width:768px) and (max-width:1199px){.styles__wrapper___3oMRZ{padding:10px 16px 16px;left:216px;right:0}}@media (min-width:160px) and (max-width:767px){.styles__wrapper___3oMRZ{padding:8px;left:0;right:0}}.styles__wrapper___3oMRZ .styles__container___1Tqxp{display:grid;grid-template:1fr/auto 1fr;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);align-items:center}.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__attach-button___1BtKp{background:none;border:none;cursor:pointer}@media (min-width:160px) and (max-width:767px){.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__attach-button___1BtKp{margin-top:auto}}.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__attach-button___1BtKp .styles__upload___1LYZp{fill:var(--gray-56);height:24px;width:24px;padding:12px;border-right:1px solid var(--gray-8)}@media (min-width:160px) and (max-width:767px){.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__attach-button___1BtKp .styles__upload___1LYZp{border:none}}.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL{display:grid;grid-template:1fr/1fr auto;align-items:center}@media (min-width:160px) and (max-width:767px){.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL{display:flex;flex-direction:column;align-items:stretch}}.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__text-message___1rJOM{background-color:var(--white);border:2px solid var(--transparent);resize:none;border-radius:2px;padding:10px 16px;color:var(--gray-80);font-size:14px;outline:none;width:100%;height:40px;box-sizing:border-box;line-height:1.43;max-height:30vh}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__text-message___1rJOM{font-size:16px}}.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__text-message___1rJOM:disabled,.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__text-message___1rJOM:focus,.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__text-message___1rJOM:hover{background-color:var(--white);border:2px solid var(--transparent)}.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__text-message___1rJOM:disabled{cursor:not-allowed}.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__button-container___28cDR{display:flex;margin-left:auto}.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__button-container___28cDR .styles__send-button___2G-Y-{background:none;border:none;cursor:pointer;padding:12px;display:flex;align-items:center}.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__button-container___28cDR .styles__send-button___2G-Y- .styles__send___2k-JU{fill:var(--malibu);height:24px;width:24px}@media (min-width:1200px){.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__button-container___28cDR .styles__send-button___2G-Y-{display:none}}.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__button-container___28cDR .styles__attach-emoji___2ihnc{background:none;border:none;cursor:pointer;display:flex;align-items:center}.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__button-container___28cDR .styles__attach-emoji___2ihnc .styles__emoji___2avl0{fill:var(--gray-56);height:24px;width:24px;padding:12px;border:none}.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__button-container___28cDR .styles__attach-emoji___2ihnc .styles__clicked___3l0tf{fill:var(--shamrock-2)}.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__button-container___28cDR .styles__set-emoji___3jzZ7{position:absolute}.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__button-container___28cDR .styles__tagging-user___3bc4X{bottom:45px;width:440px}@media (min-width:768px) and (max-width:1199px){.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__button-container___28cDR .styles__tagging-user___3bc4X{width:370px}}@media (min-width:160px) and (max-width:767px){.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__form___38naL .styles__button-container___28cDR .styles__tagging-user___3bc4X{width:340px}}.styles__wrapper___3oMRZ .styles__container___1Tqxp .styles__upload-toast___2SwXK{position:absolute;bottom:calc(100% + 12px);transition:bottom .1s}.styles__has-goals___3pAfM{right:200px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__has-goals___3pAfM{right:0}}span[class~=emoji-mart-title-label]{font-size:14px}.styles__container___12SzJ{display:grid;grid-template:1fr/280px 1fr;grid-template-areas:". content"}.styles__container___12SzJ .styles__sidebar-chat___1fUNc{position:fixed;bottom:0;z-index:3}@media (min-width:1200px){.styles__container___12SzJ .styles__sidebar-chat___1fUNc{top:80px;left:80px;width:280px}}@media (min-width:768px) and (max-width:1199px){.styles__container___12SzJ .styles__sidebar-chat___1fUNc{top:72px;left:0;width:216px}}@media (min-width:160px) and (max-width:767px){.styles__container___12SzJ .styles__sidebar-chat___1fUNc{top:56px;left:0;width:100%}}.styles__container___12SzJ .styles__goals___Gi_9u{grid-area:goals}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___12SzJ .styles__goals___Gi_9u{display:none}}.styles__container___12SzJ .styles__content-wrapper___3wsTR{grid-area:content;display:grid;grid-template:120px 1fr 92px/1fr;grid-template-areas:"." "chat" ".";min-height:calc(100vh - 150px)}@media (min-width:768px) and (max-width:1199px){.styles__container___12SzJ .styles__content-wrapper___3wsTR{grid-template:124px 1fr 76px/1fr;grid-template-areas:"." "chat" "."}}@media (min-width:160px) and (max-width:767px){.styles__container___12SzJ .styles__content-wrapper___3wsTR{grid-template:78px 1fr 100px/1fr;grid-template-areas:"." "chat" "."}}.styles__container___12SzJ .styles__content-wrapper___3wsTR .styles__chat___1zi0N{grid-area:chat}@media (min-width:768px) and (max-width:1199px){.styles__container___12SzJ{grid-template:1fr/216px 1fr;grid-template-areas:". content"}}@media (min-width:160px) and (max-width:767px){.styles__container___12SzJ{grid-template:1fr/1fr;grid-template-areas:"."}.styles__container___12SzJ .styles__content-wrapper___3wsTR{display:none}.styles__container___12SzJ.styles__chat-opened___2LUku{grid-template-areas:"content"}.styles__container___12SzJ.styles__chat-opened___2LUku .styles__content-wrapper___3wsTR{display:grid}.styles__container___12SzJ.styles__chat-opened___2LUku .styles__sidebar-chat___1fUNc{display:none}}.styles__messages-modal___101WJ{top:32px;bottom:32px;transform:translateX(-50%)}@media (min-width:768px) and (max-width:1199px){.styles__messages-modal___101WJ{top:120px;bottom:120px}}@media (min-width:160px) and (max-width:767px){.styles__messages-modal___101WJ{top:48px;bottom:8px;left:8px;right:8px;transform:none}}.styles__loading___1clBL{height:calc(100vh - 80px);width:100%;display:flex;align-items:center;justify-content:center}@media (min-width:768px) and (max-width:1199px){.styles__loading___1clBL{height:calc(100vh - 72px)}}@media (min-width:160px) and (max-width:767px){.styles__loading___1clBL{height:calc(100vh - 56px)}}.styles__has-goals___3XaRu{grid-template:1fr/280px 1fr 216px;grid-template-areas:". content goals"}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__has-goals___3XaRu{grid-template:1fr/1fr;grid-template-areas:"content"}}.styles__user-goal___2bj2m{grid-area:goals;background-color:var(--white);position:fixed;top:80px;right:0;bottom:0;box-sizing:border-box;width:216px;z-index:1;padding:24px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);display:flex;flex-direction:column;justify-content:space-between}.styles__user-goal___2bj2m h3{text-transform:uppercase;margin-bottom:10px}.styles__user-goal___2bj2m .styles__arrow___32pHg{display:none;position:absolute;top:50%;left:0;width:24px;height:24px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);border-radius:50%;transform:translateX(-50%)}.styles__user-goal___2bj2m .styles__arrow___32pHg svg{width:12px;height:12px;object-fit:contain;transform:rotate(-90deg);fill:var(--gray-56)}.styles__user-goal___2bj2m .styles__goals___3EC6O{display:grid;grid-template:auto/1fr;grid-gap:5px;align-self:start;align-items:start}.styles__user-goal___2bj2m .styles__goals___3EC6O .styles__goal___1qoCE{align-self:start;grid-template:repeat(2,auto)/1fr;justify-content:start;align-content:start;grid-gap:5px}.styles__user-goal___2bj2m .styles__goals___3EC6O p{font-size:12px;font-weight:400;line-height:normal;letter-spacing:normal;display:grid}.styles__user-goal___2bj2m .styles__goals___3EC6O .styles__text___3YpL9{color:var(--gray-80)}.styles__user-goal___2bj2m .styles__goals___3EC6O .styles__due-date___4XG0d{color:var(--gray-56);margin-bottom:16px}.styles__container___3qtee{box-sizing:border-box;width:352px;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);padding:24px;display:flex;flex-direction:column}@media (min-width:160px) and (max-width:767px){.styles__container___3qtee{margin-top:88px;width:288px}}.styles__container___3qtee .styles__text___3Jnnz{font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__container___3qtee .styles__button___11uSh{margin-top:24px}.styles__container___3qtee .styles__input___3IFgg{margin-top:16px}.styles__facebook-button___3lS9l{background-color:#3b5998;border:1px solid #3b5998;color:var(--white);margin-bottom:8px}.styles__facebook-button___3lS9l:hover{background-color:#303e63;border:1px solid #303e63}.styles__google-button___Agn02{background-color:#db3236;border:1px solid #db3236;color:var(--white);margin-bottom:16px}.styles__google-button___Agn02:hover{background-color:#93303c;border:1px solid #93303c}.styles__or-divider___3qHZa{display:flex;justify-content:center;align-items:center;font-size:12px;font-weight:600;letter-spacing:1px;color:var(--gray-80)}.styles__or-divider___3qHZa p{margin:0 8px}.styles__more-details___2udZ7{color:var(--gray-80);font-size:14px;line-height:1.43;letter-spacing:normal;align-self:center}.styles__divider___6nOAb{height:1px;min-width:48px;background-color:var(--gray-8)}.styles__container___3k_ho{box-sizing:border-box;height:256px;width:352px;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);padding:40px;display:grid;grid-template:auto/1fr;grid-row-gap:8px;align-items:center}@media (min-width:160px) and (max-width:767px){.styles__container___3k_ho{margin-top:88px;padding:40px 24px;width:288px}}.styles__container___3k_ho .styles__text___1G0Ph,.styles__container___3k_ho .styles__title___3xpX9{font-size:14px;line-height:1.43;text-align:center;color:var(--gray-80)}.styles__container___3k_ho .styles__title___3xpX9{font-weight:600}.styles__container___3k_ho .styles__image___12Bbp{height:80px;width:80px;justify-self:center;align-self:end}.styles__sign-button___1H7sQ{margin:24px 0 8px}.styles__link___3A-tu{text-decoration:none;font-weight:600;margin-bottom:16px}.styles__link___3A-tu,.styles__more-details___33tnT{color:var(--gray-80);font-size:14px;line-height:1.43;letter-spacing:normal}.styles__more-details___33tnT{text-align:center;align-self:center}.styles__input___1J3cG{margin-top:16px}.styles__container___2_4Ik{box-sizing:border-box;width:352px;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);padding:24px;display:grid}@media (min-width:160px) and (max-width:767px){.styles__container___2_4Ik{width:288px}}.styles__container___nybOM{box-sizing:border-box;min-height:492px;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);padding:40px;display:flex;flex-direction:column}@media (min-width:768px) and (max-width:1199px){.styles__container___nybOM{padding:32px}}@media (min-width:160px) and (max-width:767px){.styles__container___nybOM{width:288px;padding:24px}}.styles__container___nybOM .styles__title___HPQRT{color:var(--gray-100);font-size:16px;letter-spacing:1px;font-weight:600;text-transform:uppercase;margin-bottom:24px;line-height:normal}.styles__container___nybOM .styles__text___1SLnn{color:var(--gray-80);font-size:14px;line-height:1.43;letter-spacing:normal;margin-bottom:16px}.styles__container___nybOM .styles__link___26Kuu{text-decoration:none;font-weight:600;margin-bottom:16px}.styles__container___nybOM .styles__link___26Kuu,.styles__container___nybOM .styles__more-details___2jeVF{color:var(--gray-80);font-size:12px;line-height:1.42;letter-spacing:normal}.styles__container___nybOM .styles__list___L43vT{font-size:14px;line-height:1.43;letter-spacing:normal;margin-bottom:16px}.styles__container___nybOM .styles__list___L43vT .styles__list-item___37XBs{margin:0 0 8px 16px;display:flex}.styles__container___nybOM .styles__list___L43vT .styles__list-item___37XBs:before{content:"\2022";color:var(--malibu);display:inline-block;padding-right:8px}.styles__container___nybOM .styles__list___L43vT .styles__list-icon___14PST{width:4px;height:4px;border-radius:2px;margin-right:12px;margin-top:8px;background-color:var(--malibu)}.styles__container___nybOM .styles__divider___2rKU9{height:1px;background-color:var(--gray-8);margin:15px 0 16px}.styles__container___1yl8F{display:flex;justify-content:center;background:url(/static/20883438a1029135736ddc36d30dae4b9b8361f2924425def92ba02feec4a5a9d74c00aa9c88ee6e109f29e269fa1afe4cb081ec4fbf292fe1b567d5aab706ad.jpg) no-repeat;background-size:cover;min-height:100vh}.styles__container___1yl8F .styles__content___4Cx2X{display:grid;grid-template:auto auto 1fr/repeat(12,minmax(auto,70px));grid-column-gap:24px;grid-row-gap:40px;padding:40px}.styles__container___1yl8F .styles__content___4Cx2X .styles__header___1dpXm{display:flex;justify-content:center;align-items:center;grid-area:header}.styles__container___1yl8F .styles__content___4Cx2X .styles__header___1dpXm svg{width:248px;height:64px;fill:var(--oxford-blue)}@media (min-width:160px) and (max-width:767px){.styles__container___1yl8F .styles__content___4Cx2X .styles__header___1dpXm{align-items:start}.styles__container___1yl8F .styles__content___4Cx2X .styles__header___1dpXm svg{width:200px;height:60px}}@media (min-width:1200px){.styles__container___1yl8F .styles__content___4Cx2X .styles__header___1dpXm{grid-column:1/-1;grid-row:1}}.styles__container___1yl8F .styles__content___4Cx2X .styles__header___1dpXm .styles__partner-wrapper___2rykl{display:flex;margin-left:24px}.styles__container___1yl8F .styles__content___4Cx2X .styles__header___1dpXm .styles__partner-wrapper___2rykl .styles__divider___3_eKJ{align-self:center;margin-right:24px;width:0;height:34px;opacity:.56;border-left:1px solid var(--gray-80)}.styles__container___1yl8F .styles__content___4Cx2X .styles__header___1dpXm .styles__partner-wrapper___2rykl .styles__partner-logo___2a9aV{max-height:40px}.styles__container___1yl8F .styles__content___4Cx2X .styles__welcome-section___15Mop{align-self:start;grid-area:welcome;grid-row:2}@media (min-width:1200px){.styles__container___1yl8F .styles__content___4Cx2X .styles__welcome-section___15Mop{grid-column:1/span 8}}@media (min-width:160px) and (max-width:767px){.styles__container___1yl8F .styles__content___4Cx2X .styles__welcome-section___15Mop{grid-area:welcome;grid-row:3}}.styles__container___1yl8F .styles__content___4Cx2X .styles__footer___ILpOr{display:none}@media (min-width:160px) and (max-width:767px){.styles__container___1yl8F .styles__content___4Cx2X .styles__footer___ILpOr{display:inherit;grid-area:footer}.styles__container___1yl8F .styles__content___4Cx2X .styles__footer___ILpOr a{color:var(--gray-24)}.styles__container___1yl8F .styles__content___4Cx2X .styles__footer___ILpOr svg{fill:var(--gray-24)}}.styles__container___1yl8F .styles__content___4Cx2X .styles__sign___gIRwF{align-self:start;justify-self:center;grid-area:sign;grid-row:2}@media (min-width:1200px){.styles__container___1yl8F .styles__content___4Cx2X .styles__sign___gIRwF{grid-column:9/span 4}}@media (min-width:768px) and (max-width:1199px){.styles__container___1yl8F .styles__content___4Cx2X{grid-template:auto 1fr/auto 1fr;grid-template-areas:"header header" "welcome sign"}}@media (min-width:160px) and (max-width:767px){.styles__container___1yl8F .styles__content___4Cx2X{grid-template:auto 1fr auto auto/1fr;grid-template-areas:"header" "sign" "welcome" "footer";padding:20px 16px 16px;grid-row-gap:24px}}.styles__centered___3Xzmr{display:flex;height:100vh;justify-content:center;align-items:center}.styles__container___3CeGB{display:flex;flex-direction:column;align-items:center;background-image:url(/static/2b08aff9ea3fbeb7b7d582b04b49a7689efaa55ef32e9656bc11ec5a60be739ca24bde22844ff7c3df3f923325ef8cc463eaf6e185d8ecbeaaaa427e7f0c1ed5.jpg);min-height:100vh;background-size:cover;background-repeat:no-repeat;background-color:var(--background-onboarding)}@media (min-width:160px) and (max-width:767px){.styles__container___3CeGB{background-image:url(/static/c7849fca38d94ee95c328dd3c3e04da2bb04c5df0fc7a103f6cd293086caa8b568cd7802b244589e9f832aed88ddacee75424baf3c4cbcbb86a6c2d646ad8628.jpg)}}.styles__container___3CeGB .styles__content___3vt8V{width:100%}.styles__container___3CeGB .styles__content___3vt8V .styles__header___3Ovs5{padding:16px 24px 0 16px;margin-bottom:16px;display:flex;align-self:normal;justify-content:space-between;align-items:center;grid-area:header}@media (min-width:160px) and (max-width:767px){.styles__container___3CeGB .styles__content___3vt8V .styles__header___3Ovs5{padding:0 16px}}.styles__container___3CeGB .styles__content___3vt8V .styles__header___3Ovs5 .styles__logo___2wBR7{fill:var(--oxford-blue);width:248px;height:64px}@media (min-width:160px) and (max-width:767px){.styles__container___3CeGB .styles__content___3vt8V .styles__header___3Ovs5 .styles__logo___2wBR7{width:180px}}.styles__container___3CeGB .styles__content___3vt8V .styles__main___14x6G{align-self:normal}@media (min-width:768px) and (max-width:1199px){.styles__container___3CeGB .styles__content___3vt8V .styles__main___14x6G{padding:0 40px}}.styles__container___1qERG{display:grid;grid-template:1fr auto/1fr auto 1fr;grid-template-areas:"back steps ." "title title title";grid-row-gap:16px;grid-column-gap:16px}.styles__container___1qERG .styles__steps___2_jAi{grid-area:steps;text-transform:uppercase;font-size:14px;font-weight:600;text-align:center;color:var(--gray-80)}.styles__container___1qERG .styles__title___spKtK{grid-area:title;color:var(--gray-100);font-size:40px;font-weight:300;text-align:center;line-height:1.43;letter-spacing:normal}@media (min-width:160px) and (max-width:767px){.styles__container___1qERG .styles__title___spKtK{font-size:24px}}.styles__container___1qERG .styles__back-icon___2tilx{grid-area:back;height:16px;width:16px}.styles__container___1-geF{display:grid;grid-template:auto/minmax(40px,1fr) minmax(auto,840px) minmax(40px,1fr);grid-column-gap:24px;grid-row-gap:32px;justify-content:center;align-content:start}@media (min-width:768px) and (max-width:1199px){.styles__container___1-geF{grid-template:auto/minmax(40px,auto) minmax(auto,840px) minmax(40px,auto)}}@media (min-width:160px) and (max-width:767px){.styles__container___1-geF{grid-template:auto/minmax(16px,auto) minmax(288px,1fr) minmax(16px,auto);grid-column-gap:0;grid-row-gap:24px;margin-bottom:16px}}.styles__container___1-geF .styles__header___1IMhM{grid-column:1/-1}@media (min-width:160px) and (max-width:767px){.styles__container___1-geF .styles__header___1IMhM{grid-column:2}}.styles__container___1-geF .styles__content___1gmCc{grid-column:2;display:grid;grid-template:auto auto/1fr;grid-row-gap:24px}@media (min-width:160px) and (max-width:767px){.styles__container___1-geF .styles__content___1gmCc{grid-column:2}}.styles__container___1-geF .styles__content___1gmCc .styles__text___2FRIY{line-height:normal;text-align:center;color:var(--gray-80);font-size:14px}.styles__container___1-geF .styles__normal-user-section___1cQbV{grid-column:2;display:grid;grid-template:auto auto/1fr;grid-row-gap:8px;padding:16px;border-radius:4px;background-color:hsla(0,0%,100%,.64);box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__container___1-geF .styles__normal-user-section___1cQbV{grid-column:2}}.styles__container___1-geF .styles__normal-user-section___1cQbV .styles__normal-text___GAnYy{font-size:12px;line-height:normal;color:var(--gray-80)}.styles__container___1-geF .styles__normal-user-section___1cQbV .styles__bold___3q1G9{font-weight:600}.styles__container___1-geF .styles__courses___3FYtM{grid-column:2;display:grid;grid-template:auto/1fr;grid-row-gap:16px}@media (min-width:160px) and (max-width:767px){.styles__container___1-geF .styles__courses___3FYtM{grid-column:2}}.styles__container___1-geF .styles__footer___2MxST{grid-column:1/-1}.styles__container___1-geF .styles__footer___2MxST .styles__logo___188fz{fill:var(--white)}.styles__container___1-geF .styles__footer___2MxST .styles__link___2CK61{color:var(--white)}@media (min-width:160px) and (max-width:767px){.styles__container___1-geF .styles__footer___2MxST{grid-column:2}.styles__container___1-geF .styles__footer___2MxST .styles__logo___188fz{fill:var(--gray-80)}.styles__container___1-geF .styles__footer___2MxST .styles__link___2CK61{color:var(--gray-80)}}.styles__container___-R22D{display:grid;grid-template:auto/minmax(40px,1fr) minmax(auto,840px) minmax(40px,1fr);grid-column-gap:24px;grid-row-gap:16px;justify-content:center;align-content:start;margin-bottom:32px}@media (min-width:768px) and (max-width:1199px){.styles__container___-R22D{grid-template:auto/minmax(40px,auto) minmax(auto,840px) minmax(40px,auto)}}@media (min-width:160px) and (max-width:767px){.styles__container___-R22D{grid-template:auto/minmax(16px,auto) minmax(288px,1fr) minmax(16px,auto);grid-column-gap:0;grid-row-gap:24px;margin-bottom:16px}}.styles__container___-R22D .styles__header___2FSjU{grid-column:2}@media (min-width:160px) and (max-width:767px){.styles__container___-R22D .styles__header___2FSjU{grid-column:2;grid-row-gap:8px}}.styles__container___-R22D .styles__course-classes___3AMV6{grid-column:2}.styles__container___-R22D .styles__about___ITWo4{grid-column:2;margin-top:36px}@media (min-width:160px) and (max-width:767px){.styles__container___-R22D .styles__about___ITWo4{grid-column:2;margin-top:0}}.styles__container___-R22D .styles__about___ITWo4 .styles__heading___3Pumo{text-transform:uppercase;margin-bottom:8px}.styles__container___-R22D .styles__about___ITWo4 .styles__description___I8fdy{font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__container___-R22D .styles__course-content___2xBxy{grid-column:2;margin-top:36px;text-transform:uppercase;color:var(--white)}@media (min-width:160px) and (max-width:767px){.styles__container___-R22D .styles__course-content___2xBxy{grid-column:2;margin-top:8px;color:var(--gray-100)}}.styles__container___-R22D .styles__course-assignments___2Hhm4{grid-column:2;display:grid;grid-template:auto auto/1fr;grid-row-gap:24px}@media (min-width:160px) and (max-width:767px){.styles__container___-R22D .styles__course-assignments___2Hhm4{grid-column:2}}.styles__container___-R22D .styles__course-assignments___2Hhm4 .styles__course-title___35Zkl{color:var(--white);text-transform:uppercase}@media (min-width:160px) and (max-width:767px){.styles__container___-R22D .styles__course-assignments___2Hhm4 .styles__course-title___35Zkl{color:var(--gray-100)}}.styles__container___-R22D .styles__footer___3vkzt{grid-column:1/-1}.styles__container___-R22D .styles__footer___3vkzt .styles__logo___MXy7N{fill:var(--white)}.styles__container___-R22D .styles__footer___3vkzt .styles__link___2G2j8{color:var(--white)}@media (min-width:160px) and (max-width:767px){.styles__container___-R22D .styles__footer___3vkzt{grid-column:2}.styles__container___-R22D .styles__footer___3vkzt .styles__logo___MXy7N{fill:var(--gray-80)}.styles__container___-R22D .styles__footer___3vkzt .styles__link___2G2j8{color:var(--gray-80)}}.styles__container___Nfqms{display:grid;grid-template:auto 1fr auto/auto;grid-template-areas:"header header" "details payment" "footer footer";grid-column-gap:24px;grid-row-gap:40px;justify-content:center;align-content:start;-webkit-overflow-scrolling:touch}@media (min-width:160px) and (max-width:767px){.styles__container___Nfqms{grid-template:auto/minmax(16px,auto) minmax(288px,1fr) minmax(16px,auto);grid-column-gap:0;grid-row-gap:24px}}.styles__container___Nfqms .styles__header___m89Go{grid-column:1/-1;grid-row:1}@media (min-width:160px) and (max-width:767px){.styles__container___Nfqms .styles__header___m89Go{grid-column:2;grid-row-gap:8px}}.styles__container___Nfqms .styles__picture___12-_o{grid-area:details;align-self:start}@media (min-width:160px) and (max-width:767px){.styles__container___Nfqms .styles__picture___12-_o{grid-column:2;grid-row:2}}.styles__container___Nfqms .styles__profile___2RV_2{grid-area:payment;align-self:start}@media (min-width:160px) and (max-width:767px){.styles__container___Nfqms .styles__profile___2RV_2{grid-column:2;grid-row:3}}.styles__container___Nfqms .styles__footer___1NMOu{grid-column:1/-1;grid-row:4}.styles__container___Nfqms .styles__footer___1NMOu .styles__logo___2zrKn{fill:var(--white)}.styles__container___Nfqms .styles__footer___1NMOu .styles__link___2u4sh{color:var(--white)}@media (min-width:160px) and (max-width:767px){.styles__container___Nfqms .styles__footer___1NMOu{grid-column:2}.styles__container___Nfqms .styles__footer___1NMOu .styles__logo___2zrKn{fill:var(--gray-80)}.styles__container___Nfqms .styles__footer___1NMOu .styles__link___2u4sh{color:var(--gray-80)}}.styles__container___1eFmL{box-sizing:border-box;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);padding:32px;display:grid;grid-template:1fr auto/1fr;grid-gap:16px;width:192px}@media (min-width:768px) and (max-width:1199px){.styles__container___1eFmL{width:154px;padding:24px}}@media (min-width:160px) and (max-width:767px){.styles__container___1eFmL{background-color:var(--transparent);box-shadow:none;grid-gap:16px;padding:24px;width:100%}}.styles__container___1eFmL .styles__profile-picture-wrapper___21aJB{background-color:var(--gray-4);justify-self:center;display:flex;width:128px;height:128px;border-radius:50%;justify-content:center;align-items:center;cursor:pointer}.styles__container___1eFmL .styles__profile-picture-wrapper___21aJB .styles__picture___17mdy{width:128px;height:128px;border-radius:50%;object-fit:cover}@media (min-width:768px) and (max-width:1199px){.styles__container___1eFmL .styles__profile-picture-wrapper___21aJB{width:104px;height:104px}.styles__container___1eFmL .styles__profile-picture-wrapper___21aJB .styles__picture___17mdy{width:104px;height:104px;border-radius:50%;object-fit:cover}}@media (min-width:160px) and (max-width:767px){.styles__container___1eFmL .styles__profile-picture-wrapper___21aJB{background-color:hsla(0,0%,100%,.72)}}.styles__container___1eFmL .styles__profile-picture-wrapper___21aJB .styles__icon___3lxRF{width:72px;height:72px;outline:none}.styles__container___1eFmL .styles__text___L0BnZ{font-size:14px;line-height:normal;color:var(--gray-80);background-color:initial;cursor:pointer}.styles__container___1eFmL .styles__text___L0BnZ:active,.styles__container___1eFmL .styles__text___L0BnZ:hover{color:var(--gray-100)}.styles__container___1eFmL .styles__input___3ziw8{display:none}.styles__container___3KodH{box-sizing:border-box;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);padding:40px;display:grid;grid-template:auto/auto;grid-gap:24px;width:624px}@media (min-width:768px) and (max-width:1199px){.styles__container___3KodH{width:510px}}@media (min-width:160px) and (max-width:767px){.styles__container___3KodH{grid-gap:16px;padding:24px;width:100%}}.styles__container___3KodH .styles__wrapper___10v1V{display:grid;grid-template:auto/1fr 1fr;grid-gap:24px}@media (min-width:768px) and (max-width:1199px){.styles__container___3KodH .styles__wrapper___10v1V{grid-template:1fr 1fr/auto}}@media (min-width:160px) and (max-width:767px){.styles__container___3KodH .styles__wrapper___10v1V{grid-template:1fr 1fr/auto;grid-gap:16px}}.styles__container___3OYwn{box-sizing:border-box;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);padding:24px;display:grid;grid-template:auto/1fr auto;grid-gap:24px;align-content:start}@media (min-width:768px) and (max-width:1199px){.styles__container___3OYwn{padding:24px}}@media (min-width:160px) and (max-width:767px){.styles__container___3OYwn{grid-template:1fr auto/auto;grid-gap:16px}.styles__container___3OYwn .styles__action___3ltK1{justify-self:end}}.styles__container___3OYwn .styles__information___3qBR2{display:grid;grid-template:1fr 1fr/auto}.styles__container___3OYwn .styles__information___3qBR2 p{font-size:12px;line-height:normal;color:var(--gray-80)}.styles__container___3OYwn .styles__information___3qBR2 .styles__name___eQJP-{display:flex;align-items:center;font-size:14px;font-weight:600;line-height:1.43;color:var(--gray-100)}.styles__container___3OYwn .styles__information___3qBR2 .styles__name___eQJP- .styles__icon___QE9tA{height:14px;width:14px;fill:var(--gray-100)}.styles__chips___2Z3Bg{font-size:12px;border-radius:20px;padding:8px 16px;white-space:nowrap;color:var(--gray-80);border:1px solid var(--gray-56);background:var(--transparent)}.styles__chips___2Z3Bg:hover{color:var(--malibu);border:1px solid var(--malibu)!important}.styles__chips___2Z3Bg:focus{outline-color:var(--gray-24)}.styles__chips___2Z3Bg.styles__active___2TL4Q{color:var(--white);background-color:var(--malibu);border:1px solid var(--malibu)!important}.styles__chips___2Z3Bg:disabled{opacity:.5;pointer-events:none}.styles__container___32KY4{display:grid;grid-template:1fr auto auto/1fr;grid-template-areas:"title" "filters";grid-row-gap:24px}.styles__container___32KY4 .styles__title___1f2vt{grid-area:title;text-transform:uppercase}.styles__container___32KY4 .styles__filter-group-name___1AWeu{font-size:12px;font-weight:600;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:normal;color:var(--gray-80);margin-bottom:16px}.styles__container___32KY4 .styles__filters___1WQYW{grid-area:filters;display:grid;grid-template:auto/1fr;grid-row-gap:16px;list-style-type:none}.styles__container___32KY4 .styles__filters___1WQYW li{font-size:14px;line-height:1.43;color:var(--gray-100)}.styles__container___32KY4 .styles__filters___1WQYW li .styles__button___3DMNV{cursor:pointer;background-color:initial}.styles__container___32KY4 .styles__filters___1WQYW li.styles__active___3Gppf>.styles__button___3DMNV{font-weight:600}.styles__container___2Ai0I{padding:40px;display:grid;grid-template:auto 1fr/repeat(12,minmax(auto,48px));grid-column-gap:24px;grid-row-gap:32px;justify-content:center;align-items:start;height:inherit}@media (min-width:768px) and (max-width:1199px){.styles__container___2Ai0I{grid-template:auto auto 1fr/minmax(688px,1fr) minmax(40px,auto);padding-right:0;grid-column-gap:0}}@media (min-width:160px) and (max-width:767px){.styles__container___2Ai0I{grid-template:auto auto 1fr/minmax(16px,auto) minmax(288px,1fr) minmax(16px,auto);grid-column-gap:0;padding:24px 0 24px 16px}}.styles__container___2Ai0I .styles__search-form___qOWCH{grid-row:1;grid-column:1/-2}@media (min-width:1200px){.styles__container___2Ai0I .styles__search-form___qOWCH{display:none}}.styles__container___2Ai0I .styles__loading___3j3UB{display:flex;align-items:center;justify-content:center;grid-row:2;grid-column:1/-1;min-height:50vh;padding:4rem 0;box-sizing:border-box}.styles__container___2Ai0I .styles__title___3iupD{grid-column:1/-1}@media (min-width:160px) and (max-width:767px){.styles__container___2Ai0I .styles__title___3iupD{grid-column:1/span 2;font-size:24px}}.styles__container___2Ai0I .styles__categories-filter___3ddQ5{grid-column:1/span 4;align-self:start}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___2Ai0I .styles__categories-filter___3ddQ5{display:none}}.styles__container___2Ai0I .styles__search-content___3GNpu{grid-column:5/-1;display:grid;grid-template:auto/1fr;grid-row-gap:24px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___2Ai0I .styles__search-content___3GNpu{grid-column:1/-1}}@media (min-width:768px) and (max-width:1199px){.styles__container___2Ai0I .styles__search-content___3GNpu{grid-template:auto 1fr/minmax(688px,1fr) minmax(40px,auto)}}@media (min-width:160px) and (max-width:767px){.styles__container___2Ai0I .styles__search-content___3GNpu{grid-template:auto 1fr/minmax(288px,1fr) minmax(16px,auto)}}@media (min-width:1200px){.styles__container___2Ai0I .styles__search-content___3GNpu .styles__filters___1qitx{display:none}}.styles__container___2Ai0I .styles__search-content___3GNpu .styles__categories-list___3VVlG{display:none}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___2Ai0I .styles__search-content___3GNpu .styles__categories-list___3VVlG{grid-column:1/-1;display:flex;grid-auto-flow:column;overflow-x:auto;padding-bottom:10px;-webkit-overflow-scrolling:touch}.styles__container___2Ai0I .styles__search-content___3GNpu .styles__categories-list___3VVlG .styles__button___244HT{margin-right:8px;border-radius:20px;padding:8px 16px;border:1px solid var(--gray-56);white-space:nowrap}}.styles__container___2Ai0I .styles__search-content___3GNpu .styles__search-results___2qW3q{grid-column:1;grid-row:1;display:grid;grid-template:auto/1fr;grid-row-gap:24px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___2Ai0I .styles__search-content___3GNpu .styles__search-results___2qW3q{grid-row:3;grid-column:1/-2}}.styles__container___2Ai0I .styles__initial___1qbye{grid-column:1/-1;grid-row:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100vh - 256px)}@media (min-width:768px) and (max-width:1199px){.styles__container___2Ai0I .styles__initial___1qbye{grid-column:1/-2;grid-row:2;height:calc(100vh - 328px)}}@media (min-width:160px) and (max-width:767px){.styles__container___2Ai0I .styles__initial___1qbye{grid-column:1/-2;grid-row:2;height:calc(100vh - 339px)}}.styles__container___2Ai0I .styles__initial___1qbye .styles__icon___3zE8H{height:80px;width:80px;margin-bottom:24px}.styles__container___2Ai0I .styles__initial___1qbye p{font-size:14px;line-height:1.43;text-align:center;color:var(--gray-80)}.styles__container___2Ai0I .styles__footer___1c8tK{grid-column:1/-2;grid-row:-1}@media (min-width:1200px){.styles__container___2Ai0I .styles__footer___1c8tK{grid-column:1/-1}}.styles__description___1wDTK{font-size:14px;line-height:1.43}.styles__container___lbmf7{box-sizing:border-box;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);padding:24px;display:grid;grid-template:1fr auto 1fr/auto;grid-gap:24px}@media (min-width:160px) and (max-width:767px){.styles__container___lbmf7{grid-template:1fr auto/auto;grid-gap:16px}}.styles__container___lbmf7 .styles__action___bz2ye{justify-self:end}.styles__container___lbmf7 .styles__information___1JsTp{display:grid;grid-template:1fr/auto 1fr;grid-gap:8px}.styles__container___lbmf7 .styles__information___1JsTp .styles__avatar___2DKTF div{display:flex}.styles__container___lbmf7 .styles__information___1JsTp .styles__details___3jYRT .styles__date___1KIDR{display:flex;align-items:center;font-size:12px;color:var(--gray-56);line-height:1.43}.styles__container___lbmf7 .styles__information___1JsTp .styles__details___3jYRT .styles__date___1KIDR .styles__bold___1BpDg{font-weight:600;margin-right:4px}.styles__container___lbmf7 .styles__information___1JsTp .styles__details___3jYRT .styles__date___1KIDR .styles__icon___2KMWO{height:14px;width:14px;fill:var(--gray-56);margin-left:4px}.styles__container___lbmf7 .styles__information___1JsTp .styles__details___3jYRT .styles__author-info___nfKeQ{display:grid;grid-template:auto/auto 1fr;grid-gap:4px;align-items:center}.styles__container___lbmf7 .styles__information___1JsTp .styles__details___3jYRT .styles__author-info___nfKeQ .styles__author___2FADO{font-size:14px;font-weight:600;line-height:1.43;letter-spacing:normal;color:var(--gray-100);text-decoration:none}.styles__container___lbmf7 .styles__information___1JsTp .styles__details___3jYRT .styles__author-info___nfKeQ .styles__username___2IuQX{font-size:12px;line-height:1.43;color:var(--gray-80);text-decoration:none}.styles__container___lbmf7 .styles__information___1JsTp .styles__name___1vdT6{font-size:14px;font-weight:600;line-height:1.43;color:var(--gray-100)}.styles__container___lbmf7 .styles__post-content___3IsK7{position:relative;border-radius:4px;background-color:var(--waikawa-gray);font-size:14px;line-height:normal;color:var(--white);padding:16px;word-break:break-word}.styles__container___lbmf7 .styles__post-content___3IsK7:after{content:" ";position:absolute;bottom:99%;left:18px;margin-left:-5px;border:7px solid var(--transparent);border-bottom-color:var(--waikawa-gray)}.styles__container___lbmf7 .styles__post-content___3IsK7 .styles__content___3QjZc{white-space:pre-line}.styles__container___BThKB{box-sizing:border-box;display:grid;grid-template:auto/1fr auto;grid-gap:24px}@media (min-width:160px) and (max-width:767px){.styles__container___BThKB{grid-template:1fr auto/auto;grid-gap:16px}.styles__container___BThKB a{justify-self:end}}.styles__container___BThKB .styles__information___3UuC9{display:grid;grid-template:1fr/auto 1fr;grid-gap:8px}.styles__container___BThKB .styles__information___3UuC9 .styles__details___2vOyJ{display:grid;grid-template:repeat(2,1fr)/auto}.styles__container___BThKB .styles__information___3UuC9 .styles__details___2vOyJ .styles__author___12kzs{font-size:14px;font-weight:600;line-height:1.43;letter-spacing:normal;color:var(--gray-100)}.styles__container___BThKB .styles__information___3UuC9 .styles__details___2vOyJ .styles__username___jAGfQ{font-size:12px;line-height:normal;color:var(--gray-80)}.styles__container___BThKB .styles__information___3UuC9 .styles__name___1pRvg{font-size:14px;font-weight:600;line-height:1.43;color:var(--gray-100)}.styles__container___vmsJO{width:100%;background-color:#fff;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);box-sizing:border-box;padding:40px;display:grid;grid-template:1fr/auto}.styles__container___vmsJO p{text-align:center;margin-top:32px;font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__container___vmsJO .styles__list-users___YgMq5{margin-top:16px}.styles__container___vmsJO .styles__list-users___YgMq5>.styles__profile___3Lhz4~.styles__profile___3Lhz4{padding-top:16px;border-top:1px solid var(--gray-8)}.styles__profile-button-flexbox___dgveK{display:flex;justify-content:space-between;margin:16px 0}.styles__profile-button-flexbox___dgveK .styles__profile-container___1LYOG{display:grid;grid-template:1fr/repeat(2,auto);justify-content:start;align-content:start}.styles__profile-button-flexbox___dgveK .styles__profile-container___1LYOG .styles__picture___WKPVj{margin-right:8px}.styles__profile-button-flexbox___dgveK .styles__profile-container___1LYOG .styles__user-information___37G46{display:grid;grid-template:repeat(2,auto)/1fr}@media (min-width:160px) and (max-width:767px){.styles__profile-button-flexbox___dgveK .styles__profile-container___1LYOG .styles__user-information___37G46{align-content:center}.styles__profile-button-flexbox___dgveK .styles__profile-container___1LYOG .styles__user-information___37G46 h4{font-size:14px;font-weight:400;font-style:normal;font-stretch:normal;line-height:1.43}}.styles__profile-button-flexbox___dgveK .styles__profile-container___1LYOG .styles__user-information___37G46 h5{font-weight:400}@media (min-width:160px) and (max-width:767px){.styles__profile-button-flexbox___dgveK .styles__profile-container___1LYOG .styles__user-information___37G46 h5{display:none}}.styles__card___zR2on{justify-self:end;width:auto;padding:40px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__card___zR2on{justify-self:center}}.styles__card___zR2on h2{text-transform:uppercase;margin-bottom:32px}.styles__card___zR2on .styles__form-container___2nz2u{display:grid;grid-template:auto/1fr;grid-gap:24px}.styles__card___zR2on .styles__form-container___2nz2u .styles__label-title___39Gl6{font-size:12px;letter-spacing:1px}.styles__card___zR2on .styles__form-container___2nz2u .styles__button___1AEoD{justify-self:end;margin-top:8px}.styles__container___qltRK{display:grid;grid-auto-flow:column;grid-template:auto/auto;grid-gap:24px}.styles__container___qltRK .styles__radio-wrapper___1odeP{display:block;position:relative;padding-left:24px;cursor:pointer}.styles__container___qltRK .styles__radio-wrapper___1odeP .styles__label___3pUpE{font-size:14px;line-height:1.43;color:var(--gray-80);cursor:pointer}.styles__container___qltRK .styles__radio-wrapper___1odeP .styles__label___3pUpE .styles__checkmark___3432e{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);left:0;width:12px;height:12px;border-radius:8px;border:2px solid var(--gray-24)}.styles__container___qltRK .styles__radio-wrapper___1odeP .styles__label___3pUpE .styles__checked___3Hxu2{width:8px;height:8px;border-radius:8px;border:4px solid var(--malibu)}.styles__card___2v6yX{justify-self:end;width:auto;padding:40px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__card___2v6yX{justify-self:center}}.styles__card___2v6yX h2{text-transform:uppercase;margin-bottom:32px}.styles__card___2v6yX .styles__form-container___3zZoE{display:grid;grid-template:auto/1fr;grid-gap:24px}.styles__card___2v6yX .styles__form-container___3zZoE .styles__notification-wrapper___3UgbW{display:grid;grid-template:auto/auto;grid-gap:16px}.styles__card___2v6yX .styles__form-container___3zZoE .styles__notification-wrapper___3UgbW .styles__radio-wrapper___1N0o6{display:flex;justify-content:space-between;align-items:center}@media (min-width:160px) and (max-width:767px){.styles__card___2v6yX .styles__form-container___3zZoE .styles__notification-wrapper___3UgbW .styles__radio-wrapper___1N0o6{display:grid;grid-gap:8px}}.styles__card___2v6yX .styles__form-container___3zZoE .styles__notification-wrapper___3UgbW .styles__radio-wrapper___1N0o6 .styles__label___1F2YW{font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__card___2v6yX .styles__form-container___3zZoE .styles__divider___3vot-{opacity:.1;border-bottom:1px solid var(--gray-80)}.styles__card___2v6yX .styles__form-container___3zZoE .styles__subtitle___1pOcA{font-size:12px}.styles__card___2v6yX .styles__form-container___3zZoE .styles__button___3d73l{justify-self:end;margin-top:8px}.styles__container___1iwCV{display:flex;justify-content:space-between;align-items:center}.styles__container___1iwCV .styles__name___TgItJ{font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__card___2x6pe{justify-self:end;width:auto;padding:40px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__card___2x6pe{justify-self:center}}.styles__card___2x6pe h2{text-transform:uppercase;margin-bottom:32px}.styles__card___2x6pe .styles__form-container___3B4GB{display:grid;grid-template:auto/1fr;grid-gap:24px}.styles__card___2x6pe .styles__form-container___3B4GB .styles__label-title___1kfig{font-size:12px;letter-spacing:1px}.styles__card___2x6pe .styles__form-container___3B4GB .styles__button___nbR6q{justify-self:end;margin-top:8px}.styles__card___vJf9j{justify-self:end;width:auto;padding:40px 0}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__card___vJf9j{justify-self:center}}.styles__card___vJf9j h2{text-transform:uppercase;margin-bottom:16px}.styles__card___vJf9j h3{text-transform:uppercase;font-size:12px}.styles__card___vJf9j .styles__container___1ENJn{display:grid;margin:0 -40px;grid-template:auto/40px 1fr 40px;grid-row-gap:24px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__card___vJf9j .styles__container___1ENJn{margin:0 -24px;grid-template:auto/24px 1fr 24px}}.styles__card___vJf9j .styles__container___1ENJn .styles__cards___1EnwC{grid-column:1/-1;overflow-y:auto;display:grid;grid-template:1fr/auto;grid-auto-flow:column;grid-column-gap:16px;padding:8px 0 10px 40px;-webkit-overflow-scrolling:touch}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__card___vJf9j .styles__container___1ENJn .styles__cards___1EnwC{padding-left:24px}}.styles__card___vJf9j .styles__container___1ENJn .styles__cards___1EnwC .styles__add-card-wrapper___PXu-z{padding-right:40px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__card___vJf9j .styles__container___1ENJn .styles__cards___1EnwC .styles__add-card-wrapper___PXu-z{padding-right:24px}}.styles__card___vJf9j .styles__container___1ENJn .styles__cards___1EnwC .styles__add-card-wrapper___PXu-z .styles__add-new-credit-card___26cWr{cursor:pointer;outline:none;display:flex;flex-direction:column;justify-content:center;align-items:center;width:208px;height:140px;border-radius:8px;border:2px dashed var(--gray-8);background-color:var(--white)}.styles__card___vJf9j .styles__container___1ENJn .styles__cards___1EnwC .styles__add-card-wrapper___PXu-z .styles__add-new-credit-card___26cWr .styles__add-icon___3Zwic{width:24px;height:24px;fill:var(--gray-80)}.styles__card___vJf9j .styles__container___1ENJn .styles__cards___1EnwC .styles__add-card-wrapper___PXu-z .styles__add-new-credit-card___26cWr .styles__add-card-text___1rrHc{margin-top:16px;font-size:12px;font-weight:500;letter-spacing:1px;text-align:center;color:var(--gray-80)}.styles__card___vJf9j .styles__container___1ENJn .styles__text___2_Yu1{font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__card___vJf9j .styles__container___1ENJn .styles__purchased-hitory___1_NFe,.styles__card___vJf9j .styles__container___1ENJn .styles__subscription___2NaWU{grid-column:2;display:grid;grid-gap:8px}.styles__card___vJf9j .styles__container___1ENJn .styles__purchased-hitory___1_NFe .styles__cancel___mIgxB,.styles__card___vJf9j .styles__container___1ENJn .styles__subscription___2NaWU .styles__cancel___mIgxB{justify-self:start}.styles__card___vJf9j .styles__container___1ENJn .styles__button___J7UvM{grid-column:2;justify-self:start}.styles__container___3G3Lh{display:grid;grid-gap:16px}.styles__container___3G3Lh p{font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__container___3G3Lh .styles__bold___2cNoL{font-weight:600;color:var(--gray-100)}.styles__container___3G3Lh .styles__credit-card-info___1ZsFk{display:flex;align-items:center}.styles__container___3G3Lh .styles__credit-card-info___1ZsFk .styles__dot___dKa7u{width:4px;height:4px;background-color:var(--gray-56);border-radius:50%;margin:0 8px}@media (min-width:160px) and (max-width:767px){.styles__container___3G3Lh .styles__credit-card-info___1ZsFk .styles__dot___dKa7u{display:none}}.styles__container___3G3Lh .styles__credit-card-info___1ZsFk .styles__capitalize___2IJZD{margin-right:4px;text-transform:capitalize}.styles__container___34c49{display:grid;grid-gap:24px;width:480px;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__container___34c49.styles__container___34c49{padding:40px}}@media (min-width:160px) and (max-width:767px){.styles__container___34c49.styles__container___34c49{width:auto}}.styles__container___34c49 .styles__header___x-xlz{display:flex;justify-content:space-between;align-items:center}.styles__container___34c49 .styles__header___x-xlz .styles__close___3w1dj{height:16px;width:16px;fill:var(--gray-56)}.styles__container___34c49 .styles__header___x-xlz button{background-color:initial}.styles__container___34c49 .styles__form-group___yU9wn{display:grid;grid-template:auto/1fr;grid-row-gap:4px;position:relative}.styles__container___34c49 .styles__form-group___yU9wn .styles__label___1myQ3{letter-spacing:1px;text-transform:uppercase;color:var(--gray-80);font-size:12px;font-weight:600}.styles__container___34c49 .styles__form-group___yU9wn .styles__stripe-input___1leCi{border-radius:2px;background-color:var(--gray-4);padding:10px 16px;color:var(--gray-80);font-size:14px;border:2px solid var(--transparent);outline:none;width:100%;height:40px;box-sizing:border-box;position:relative}@media (min-width:160px) and (max-width:767px){.styles__container___34c49 .styles__form-group___yU9wn .styles__stripe-input___1leCi{font-size:16px}}.styles__container___34c49 .styles__form-group___yU9wn .styles__stripe-input___1leCi:hover{background-color:var(--gray-8)}.styles__container___34c49 .styles__form-group___yU9wn .styles__stripe-input___1leCi[class~=StripeElement--focus]{background-color:var(--white)}.styles__container___34c49 .styles__form-group___yU9wn .styles__stripe-input___1leCi[class~=StripeElement--focus]:not([class~=StripeElement--invalid]){border:2px solid var(--gray-8)}.styles__container___34c49 .styles__form-group___yU9wn .styles__error___1HU1N{color:var(--gray-80);padding-right:40px;border:2px solid var(--thunderbird)}.styles__container___34c49 .styles__form-group___yU9wn .styles__error___1HU1N:focus{border:2px solid var(--thunderbird)}.styles__container___34c49 .styles__form-group___yU9wn .styles__error-icon___3zXgC{width:16px;height:16px;fill:var(--thunderbird)}.styles__container___34c49 .styles__form-group-wrapper___3TIv7{display:grid;grid-template:1fr/1fr 1fr;grid-column-gap:32px}@media (min-width:160px) and (max-width:767px){.styles__container___34c49 .styles__form-group-wrapper___3TIv7{grid-template:1fr 1fr/1fr;grid-row-gap:24px}}.styles__container___34c49 .styles__button___boB3e{display:flex;justify-content:flex-end}.styles__button___T6dd4{cursor:pointer;background-color:var(--transparent);display:flex;justify-content:space-between}.styles__button___T6dd4 .styles__left___2qq7R{display:flex}.styles__button___T6dd4 .styles__icon___2OQGf{width:24px;height:24px;margin-right:16px;fill:var(--gray-56);align-self:center}.styles__button___T6dd4 .styles__arrow___1NahC{width:12px;height:12px;transform:rotate(-90deg);fill:var(--gray-56);align-self:center;display:none}@media (min-width:160px) and (max-width:767px){.styles__button___T6dd4 .styles__arrow___1NahC{display:block}}.styles__button___T6dd4 .styles__icon-selected___xNAEX{fill:var(--gray-100)}@media (min-width:160px) and (max-width:767px){.styles__button___T6dd4 .styles__icon-selected___xNAEX{fill:var(--gray-56)}}.styles__button___T6dd4 .styles__link___2i2ht{text-decoration:none;font-size:14px;line-height:1.43;text-align:left;color:var(--gray-80);align-self:center}@media (min-width:160px) and (max-width:767px){.styles__button___T6dd4 .styles__link___2i2ht{text-decoration:none;font-size:14px;line-height:1.43;text-align:left;color:var(--gray-80);align-self:center}}.styles__button___T6dd4 .styles__selected___3PBpA{font-weight:600}@media (min-width:160px) and (max-width:767px){.styles__button___T6dd4 .styles__selected___3PBpA{font-weight:400}}.styles__card___3pC22{justify-self:end;width:auto;padding:40px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__card___3pC22{justify-self:center}}.styles__card___3pC22 h2{text-transform:uppercase;margin-bottom:32px}.styles__card___3pC22 .styles__form-container___2kLc-{display:grid;grid-template:auto/1fr;grid-gap:24px}.styles__card___3pC22 .styles__form-container___2kLc- .styles__label-title___1EGFd{font-size:12px;letter-spacing:1px}.styles__card___3pC22 .styles__form-container___2kLc- .styles__button___3A8Df{justify-self:end;margin-top:8px}.styles__container___1J5qu{width:100%;background-color:#fff;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);box-sizing:border-box;padding:40px;display:grid;grid-template:1fr/auto}.styles__container___1J5qu p{text-align:center;margin-top:32px;font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__container___1J5qu .styles__list-users___1Bsil{margin-top:16px}.styles__container___1J5qu .styles__list-users___1Bsil>.styles__profile___1sgSx~.styles__profile___1sgSx{padding-top:16px;border-top:1px solid var(--gray-8)}.styles__profile-button-flexbox___1u0ZF{display:flex;justify-content:space-between;margin:16px 0}.styles__profile-button-flexbox___1u0ZF .styles__profile-container___1r8ij{display:grid;grid-template:1fr/repeat(2,auto);justify-content:start;align-content:start}.styles__profile-button-flexbox___1u0ZF .styles__profile-container___1r8ij .styles__picture___3NyQb{margin-right:8px}.styles__profile-button-flexbox___1u0ZF .styles__profile-container___1r8ij .styles__user-information___2914p{display:grid;grid-template:repeat(2,auto)/1fr}@media (min-width:160px) and (max-width:767px){.styles__profile-button-flexbox___1u0ZF .styles__profile-container___1r8ij .styles__user-information___2914p{align-content:center}.styles__profile-button-flexbox___1u0ZF .styles__profile-container___1r8ij .styles__user-information___2914p h4{font-weight:400}}.styles__profile-button-flexbox___1u0ZF .styles__profile-container___1r8ij .styles__user-information___2914p h5{font-weight:400}@media (min-width:160px) and (max-width:767px){.styles__profile-button-flexbox___1u0ZF .styles__profile-container___1r8ij .styles__user-information___2914p h5{display:none}}.styles__container___1V5x-.styles__container___1V5x-{padding:40px 40px 48px}@media (min-width:160px) and (max-width:767px),(min-width:768px) and (max-width:1199px){.styles__container___1V5x-.styles__container___1V5x-{padding:24px 24px 32px}}.styles__title___1Ab_2{text-transform:uppercase;margin-bottom:32px}.styles__description___3a1kr{margin-bottom:32px;font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__link___3H1Er{font-size:1.2rem;font-weight:600;line-height:1.43;height:40px;letter-spacing:1.5px;text-transform:uppercase;border-radius:4px;text-decoration:none;color:var(--gray-100);background-color:var(--melrose);border:1px solid var(--melrose);padding:8px 16px;box-sizing:border-box}.styles__link___3H1Er:hover{background-color:var(--fog);border:1px solid var(--fog)}.styles__link___3H1Er:focus{border:1px solid var(--gray-24);outline-color:var(--gray-24)}@media (min-width:160px) and (max-width:767px){.styles__link___3H1Er{padding:12px 16px;height:auto}}.styles__container___3KWO-{display:grid;padding-top:40px;padding-bottom:56px;grid-template:auto/minmax(40px,1fr) minmax(auto,840px) minmax(40px,1fr);grid-row-gap:32px}@media (min-width:160px) and (max-width:767px){.styles__container___3KWO-{grid-template:auto/minmax(16px,auto) minmax(288px,1fr) minmax(16px,auto);grid-row-gap:0;padding-bottom:40px}}.styles__container___3KWO- .styles__title___7Lens{grid-column:2}@media (min-width:160px) and (max-width:767px){.styles__container___3KWO- .styles__title___7Lens{display:none}}.styles__container___3KWO- .styles__small-screen-title___28tZF{grid-column:2;display:none}@media (min-width:160px) and (max-width:767px){.styles__container___3KWO- .styles__small-screen-title___28tZF{display:flex}}.styles__container___3KWO- .styles__small-screen-title___28tZF .styles__icon___3GgHH{width:16px;height:16px;align-self:center;margin-right:16px}.styles__container___3KWO- .styles__small-screen-title___28tZF .styles__menu-title___3CeA6{font-weight:400;font-size:24px}.styles__container___3KWO- .styles__small-screen-title___28tZF button{background-color:initial;cursor:pointer}.styles__container___3KWO- .styles__small-screen-title___28tZF button.styles__hide___2UII8{display:none}.styles__container___3KWO- .styles__profile-content___2cT4p{grid-column:2;display:grid;grid-template:1fr/auto 1fr;grid-gap:72px}@media (min-width:768px) and (max-width:1199px){.styles__container___3KWO- .styles__profile-content___2cT4p{grid-template:1fr/140px 1fr}}@media (min-width:160px) and (max-width:767px){.styles__container___3KWO- .styles__profile-content___2cT4p{grid-template:repeat(2,auto)/1fr;grid-gap:14px;margin-top:24px}}.styles__container___3KWO- .styles__profile-content___2cT4p .styles__scroll___3F-gf{justify-self:start}@media (min-width:160px) and (max-width:767px){.styles__container___3KWO- .styles__profile-content___2cT4p .styles__scroll___3F-gf{justify-self:inherit;overflow-x:auto;-webkit-overflow-scrolling:touch}.styles__container___3KWO- .styles__profile-content___2cT4p .styles__scroll___3F-gf.styles__hide___2UII8{display:none}}.styles__container___3KWO- .styles__profile-content___2cT4p .styles__scroll___3F-gf .styles__menu___3-Ca2{grid-row:1;justify-self:start;align-self:start;display:grid;grid-template:repeat(5,auto)/1fr;align-items:start;grid-gap:24px;padding-bottom:10px}@media (min-width:160px) and (max-width:767px){.styles__container___3KWO- .styles__profile-content___2cT4p .styles__scroll___3F-gf .styles__menu___3-Ca2{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}}.styles__container___3KWO- .styles__profile-content___2cT4p .styles__card___5lZR7.styles__hide___2UII8{display:none}.styles__container___37s2Q{display:grid;grid-template:auto/1fr;grid-row-gap:16px}.styles__container___37s2Q .styles__profile-content___1jS6M{display:grid;grid-template:1fr/auto 1fr auto;grid-template-areas:"avatar profile actions";grid-column-gap:8px}.styles__container___37s2Q .styles__profile-content___1jS6M .styles__avatar___1l3qu{grid-area:avatar}.styles__container___37s2Q .styles__profile-content___1jS6M .styles__profile___1w6Cv{grid-area:profile;display:grid;grid-template:auto auto/1fr;align-items:center}.styles__container___37s2Q .styles__profile-content___1jS6M .styles__profile___1w6Cv .styles__name___311Ck,.styles__container___37s2Q .styles__profile-content___1jS6M .styles__profile___1w6Cv .styles__username___3gy1Z{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:600;color:var(--gray-100);line-height:1.43;text-decoration:none}.styles__container___37s2Q .styles__profile-content___1jS6M .styles__profile___1w6Cv .styles__username___3gy1Z{font-size:12px;line-height:1.43;font-weight:400;color:var(--gray-80)}.styles__container___37s2Q .styles__profile-content___1jS6M .styles__profile___1w6Cv .styles__coach-tag___2rHpf{color:var(--malibu);background-color:var(--fog);padding:.4rem .8rem;border-radius:1rem;margin-right:auto;font-size:1.2rem;font-weight:500}.styles__container___37s2Q .styles__profile-content___1jS6M .styles__actions___pTmj9{grid-area:actions;display:grid;grid-template:1fr/auto auto;grid-column-gap:16px;align-items:center}@media (min-width:160px) and (max-width:767px){.styles__container___37s2Q .styles__profile-content___1jS6M .styles__actions___pTmj9 button:first-of-type{display:none}}.styles__container___37s2Q .styles__intention___3W_vx{padding-top:15px;border-top:1px solid var(--gray-8);color:var(--gray-80);line-height:1.43;font-size:14px}@media (min-width:160px) and (max-width:767px){.styles__container___37s2Q .styles__intention___3W_vx{max-height:4.2em;overflow:hidden;text-overflow:ellipsis}}@media (min-width:160px) and (max-width:767px){.styles__container___37s2Q{padding:0;background-color:initial;border:none;box-shadow:none}}.styles__container___LLR6H{display:grid;grid-template:auto 1fr auto/1fr}.styles__container___LLR6H .styles__header___YDd17{display:grid;grid-template:auto/minmax(40px,1fr) minmax(auto,840px) minmax(40px,1fr);padding:68px 0 28px;background-image:var(--linear-gradient-bg),url(/static/b660dd36042d9d031dc054d24d52681fd4dd0a09c09ee144425d870f87e87c4e73928622f3bf1b6deb630bc8683da55744651c3c5934b013cdf46c057363ac7e.png);background-repeat:no-repeat;background-size:cover;background-position:50%}@media (min-width:160px) and (max-width:767px){.styles__container___LLR6H .styles__header___YDd17{padding:24px 0}}.styles__container___LLR6H .styles__header___YDd17 .styles__title-wrapper___2JoCV{grid-column:2;display:grid;grid-template:1fr/auto 1fr;grid-template-areas:"back title";align-items:center;grid-column-gap:24px}.styles__container___LLR6H .styles__header___YDd17 .styles__title-wrapper___2JoCV .styles__back-button___RMPr3{grid-area:back;background:none;border:none}.styles__container___LLR6H .styles__header___YDd17 .styles__title-wrapper___2JoCV .styles__back-button___RMPr3 .styles__back-icon___39i0B{height:16px;width:16px;fill:var(--white);cursor:pointer}.styles__container___LLR6H .styles__header___YDd17 .styles__title-wrapper___2JoCV .styles__title___1N7Cr{grid-area:title;color:var(--white)}.styles__container___LLR6H .styles__content___Jo7Uk{margin-top:40px;padding-bottom:40px;display:grid;grid-template:auto 1fr auto/minmax(40px,1fr) minmax(auto,840px) minmax(40px,1fr);grid-row-gap:32px}@media (min-width:768px) and (max-width:1199px){.styles__container___LLR6H .styles__content___Jo7Uk{grid-template:auto 1fr auto/minmax(40px,auto) minmax(688px,1fr) minmax(40px,auto)}}@media (min-width:160px) and (max-width:767px){.styles__container___LLR6H .styles__content___Jo7Uk{grid-template:auto 1fr auto/minmax(16px,auto) minmax(288px,1fr) minmax(16px,auto);margin-top:24px;grid-row-gap:22px}}.styles__container___LLR6H .styles__content___Jo7Uk .styles__content-title___X_Bwb{grid-column:2;display:grid;grid-template:auto auto/1fr}.styles__container___LLR6H .styles__content___Jo7Uk .styles__participants___sQ_70{grid-column:2;display:grid;grid-template:auto/1fr;grid-row-gap:16px}.styles__container___LLR6H .styles__content___Jo7Uk .styles__loader___2DNFn{grid-column:2;display:flex;align-content:center;justify-content:center;padding:5rem 0}.styles__container___1xsdk{display:grid;grid-template:80px 1fr/300px 1fr 300px;grid-template-areas:". . ." ". main .";height:100vh;grid-row-gap:40px}@media (min-width:768px) and (max-width:1199px){.styles__container___1xsdk{grid-template:72px 1fr/80px 1fr 80px;grid-template-areas:". . ." ". main ."}}@media (min-width:160px) and (max-width:767px){.styles__container___1xsdk{grid-template:56px 1fr/60px 1fr 60px;grid-template-areas:". . ." ". main ."}}.styles__container___1xsdk .styles__header___2asc8{position:fixed;top:0;left:0;right:0;height:80px;box-sizing:border-box;z-index:3;transform:translateZ(0);background-color:var(--waikawa-gray);display:flex;justify-content:center;align-items:center}.styles__container___1xsdk .styles__header___2asc8 svg{width:216px;height:48px;fill:var(--white)}@media (min-width:768px) and (max-width:1199px){.styles__container___1xsdk .styles__header___2asc8{height:72px}}@media (min-width:160px) and (max-width:767px){.styles__container___1xsdk .styles__header___2asc8{height:56px}}.styles__container___1xsdk .styles__main___Zo6WQ{grid-area:main}.styles__item___2bzws{display:grid;grid-template:repeat(2,auto)/1fr;grid-gap:16px}.styles__item___2bzws h2{text-transform:uppercase}.styles__item___2bzws .styles__textbox___1BP9f{display:grid;grid-template:auto/1fr;grid-gap:20px}.styles__item___2bzws p{font-size:14px;font-weight:400;line-height:1.43}.styles__item___2bzws .styles__subitems___1aGao{display:grid;grid-template:auto/1fr;grid-gap:10px;margin-top:4px}.styles__item___2bzws .styles__subitems___1aGao h4{font-weight:600;color:var(--gray-80)}.styles__item___2bzws .styles__subitems___1aGao p{color:var(--gray-80)}.styles__item___2bzws .styles__links-container___2xhLk{display:grid;grid-template:auto/1fr;grid-gap:5px;margin-left:50px}.styles__item___2bzws .styles__links-container___2xhLk .styles__links___3fNfH{font-size:14px;font-weight:500;color:var(--malibu)}.styles__item___2bzws .styles__list-elements____KM57{margin-left:50px}.styles__item___2bzws .styles__list-elements____KM57 ol{list-style-type:decimal;font-size:14px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:normal;display:grid;grid-template:auto/1fr;grid-gap:20px}.styles__item___2bzws .styles__list-elements____KM57 ol p{margin-left:24px}.styles__item___2bzws .styles__list-elements____KM57 ul{list-style-type:disc;font-size:14px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.43;letter-spacing:normal;display:grid;grid-template:auto/1fr;grid-gap:20px}.styles__item___2bzws .styles__list-elements____KM57 ul p{margin-left:16px}.styles__item___2bzws .styles__contact-us___3Toxh{display:grid;grid-template:auto/1fr;grid-gap:5px}.styles__item___2bzws .styles__contact-us___3Toxh h4{font-weight:500}.styles__main___1tC5U{grid-area:main}.styles__main___1tC5U h4{font-weight:400}.styles__main___1tC5U .styles__items___Hgvvy{margin:32px 0 136px;display:grid;grid-template:auto/1fr;grid-gap:40px}.styles__main___3y_HA{grid-area:main}.styles__main___3y_HA h4{font-weight:400}.styles__main___3y_HA .styles__items___3LsGr{margin:32px 0 136px;display:grid;grid-template:auto/1fr;grid-gap:40px}.styles__main___1lV_F{grid-area:main}.styles__main___1lV_F h4{font-weight:400}.styles__main___1lV_F .styles__items___2l7wM{margin:32px 0 136px;display:grid;grid-template:auto/1fr;grid-gap:40px}.styles__main___1lV_F .styles__items___2l7wM p{font-size:14px;font-weight:400;line-height:1.43}.styles__main___1lV_F .styles__items___2l7wM .styles__subitems___2mca5{display:grid;grid-template:auto/1fr;grid-gap:10px;margin-top:4px}.styles__main___1lV_F .styles__items___2l7wM .styles__subitems___2mca5 a{color:var(--malibu);font-weight:600;text-decoration:none}.styles__main___1lV_F .styles__items___2l7wM .styles__subitems___2mca5 .styles__title___2jQHY{font-weight:600;color:var(--gray-80)}.styles__main___1lV_F .styles__items___2l7wM .styles__subitems___2mca5 p{color:var(--gray-80)}.styles__container___2Ld8m{display:grid;grid-template:auto/auto;grid-gap:8px}.styles__container___2Ld8m .styles__goal-content___ptkRG{font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__container___2Ld8m .styles__goal-footer___37qdq{display:flex}@media (min-width:160px) and (max-width:767px){.styles__container___2Ld8m .styles__goal-footer___37qdq{flex-direction:column}}.styles__container___2Ld8m .styles__goal-footer___37qdq .styles__details___1q1yu{display:flex;align-items:center}.styles__container___2Ld8m .styles__goal-footer___37qdq .styles__details___1q1yu .styles__dot___2t7zO{width:4px;height:4px;background-color:var(--gray-56);border-radius:50%;margin:0 8px}.styles__container___2Ld8m .styles__goal-footer___37qdq .styles__details___1q1yu .styles__date___t19Jv{font-size:12px;font-weight:600;letter-spacing:1px;color:var(--gray-80);line-height:1.43;text-transform:uppercase}@media (min-width:160px) and (max-width:767px){.styles__container___2Ld8m .styles__goal-footer___37qdq .styles__details___1q1yu .styles__date___t19Jv{margin-top:2px}}.styles__container___2Ld8m .styles__goal-footer___37qdq .styles__my-actions___3s63N{display:flex;align-items:center}@media (min-width:160px) and (max-width:767px){.styles__container___2Ld8m .styles__goal-footer___37qdq .styles__my-actions___3s63N{margin-top:8px}.styles__container___2Ld8m .styles__goal-footer___37qdq .styles__my-actions___3s63N .styles__hide-sm___1zu4j{display:none}}.styles__container___2Ld8m .styles__goal-footer___37qdq .styles__my-actions___3s63N .styles__my-actions-button___9X0Kh{color:var(--gray-56);font-size:12px;cursor:pointer;outline:none;background-color:initial}.styles__container___2Ld8m .styles__goal-footer___37qdq .styles__my-actions___3s63N .styles__my-actions-button___9X0Kh:active{color:var(--shamrock)}.styles__container___2Ld8m .styles__goal-footer___37qdq .styles__my-actions___3s63N .styles__facebook-share-button___2iI4G{outline:none}.styles__container___2Ld8m .styles__goal-footer___37qdq .styles__my-actions___3s63N .styles__light-dot___2X3Z_{width:4px;height:4px;border-radius:50%;margin:0 8px;background-color:var(--gray-24)}.styles__container___2_88Z{box-sizing:border-box;display:grid;grid-template:auto 1fr auto/auto;grid-gap:32px;width:480px;margin-left:50%;transform:translate(-50%)}@media (min-width:160px) and (max-width:767px){.styles__container___2_88Z{width:304px}}.styles__container___2_88Z .styles__header___hj35I{display:flex;justify-content:space-between;align-items:center}.styles__container___2_88Z .styles__header___hj35I .styles__title___3Co7y{text-transform:uppercase;font-size:1.6rem;font-weight:600;color:var(--gray-100);letter-spacing:.1rem;line-height:1.43}.styles__container___2_88Z .styles__header___hj35I .styles__close___3Wk1k{border:none;display:flex;justify-content:center;height:auto}.styles__container___2_88Z .styles__header___hj35I .styles__close___3Wk1k svg{height:16px;width:16px}.styles__container___2_88Z .styles__content___7exAb{font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__container___2_88Z .styles__submit___1vuFp{display:flex;justify-content:flex-end;position:relative}.styles__container___2_88Z .styles__submit___1vuFp .styles__confetti___8nnbQ{position:absolute;top:50%;right:8rem;transform:translateY(-50%)}.styles__container___1_ezh{position:relative;z-index:0}.styles__container___1_ezh .styles__background___3L6fa{min-height:12rem;height:12rem;width:100%;position:absolute;z-index:-1}@media (min-width:160px) and (max-width:767px){.styles__container___1_ezh .styles__background___3L6fa{min-height:8rem;height:8rem}}.styles__container___1_ezh .styles__content___20HZw{padding-top:60px;padding-bottom:40px;display:grid;z-index:2;grid-template:auto/minmax(40px,1fr) minmax(auto,840px) minmax(40px,1fr);grid-row-gap:40px}@media (min-width:768px) and (max-width:1199px){.styles__container___1_ezh .styles__content___20HZw{grid-template:auto/minmax(40px,auto) minmax(688px,1fr) minmax(40px,auto)}}@media (min-width:160px) and (max-width:767px){.styles__container___1_ezh .styles__content___20HZw{grid-template:auto/minmax(16px,auto) minmax(288px,1fr) minmax(16px,auto);grid-column-gap:0;padding-top:32px;grid-row-gap:22px}}.styles__container___1_ezh .styles__content___20HZw .styles__header___3xsu-{grid-column:2;display:grid;grid-template:1fr/auto 1fr;grid-template-areas:"back title";align-items:center;grid-column-gap:24px;margin-bottom:26px}@media (min-width:160px) and (max-width:767px){.styles__container___1_ezh .styles__content___20HZw .styles__header___3xsu-{margin-bottom:20px}}.styles__container___1_ezh .styles__content___20HZw .styles__header___3xsu- .styles__back-icon___2vrjU{border:none;height:auto;padding:0}.styles__container___1_ezh .styles__content___20HZw .styles__header___3xsu- .styles__back-icon___2vrjU svg{grid-area:back;height:16px;width:16px;fill:var(--white);cursor:pointer}.styles__container___1_ezh .styles__content___20HZw .styles__header___3xsu- .styles__text___1gbid{grid-area:title;color:var(--white)}.styles__container___1_ezh .styles__content___20HZw .styles__all-goals___1iD33{grid-column:2;display:flex;justify-content:space-between;align-content:center}@media (min-width:160px) and (max-width:767px){.styles__container___1_ezh .styles__content___20HZw .styles__all-goals___1iD33{display:grid;justify-content:normal}}@media (min-width:160px) and (max-width:767px){.styles__container___1_ezh .styles__content___20HZw .styles__all-goals___1iD33 .styles__title___1P0Fv{font-size:24px;margin-bottom:8px}}.styles__container___1_ezh .styles__content___20HZw .styles__all-goals___1iD33 .styles__action___3jMrH{display:grid;grid-template:1fr/1fr 1fr;grid-gap:8px;align-items:center}@media (min-width:160px) and (max-width:767px){.styles__container___1_ezh .styles__content___20HZw .styles__all-goals___1iD33 .styles__action___3jMrH{grid-template:1fr 1fr/1fr}}.styles__container___1_ezh .styles__content___20HZw .styles__section___3Ytiq{grid-column:2;display:grid;grid-template:1fr auto/auto;grid-gap:16px}.styles__container___1_ezh .styles__content___20HZw .styles__section___3Ytiq .styles__goal-header___ydMdu{display:flex;justify-content:space-between;align-items:center}.styles__container___1_ezh .styles__content___20HZw .styles__section___3Ytiq .styles__goal-header___ydMdu .styles__goal-header-title___3Tv4V{text-transform:uppercase}.styles__container___1_ezh .styles__content___20HZw .styles__section___3Ytiq .styles__goals___1uP35{background-color:var(--white);padding:12px 0;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16)}.styles__container___1_ezh .styles__content___20HZw .styles__section___3Ytiq .styles__goals___1uP35 .styles__my-goals___1VrK2{display:grid;grid-template:auto/1fr auto;grid-gap:16px;padding:1.2rem;margin:0 1.2rem}@media (min-width:160px) and (max-width:767px){.styles__container___1_ezh .styles__content___20HZw .styles__section___3Ytiq .styles__goals___1uP35 .styles__my-goals___1VrK2{grid-template:auto/auto}}.styles__container___1_ezh .styles__content___20HZw .styles__section___3Ytiq .styles__goals___1uP35 .styles__my-goals___1VrK2 .styles__complete-goal___rvgN5{align-self:center}.styles__container___1_ezh .styles__content___20HZw .styles__section___3Ytiq .styles__goals___1uP35 .styles__my-goals___1VrK2:not(:last-of-type){border-bottom:1px solid var(--gray-8)}.styles__container___1_ezh .styles__content___20HZw .styles__section___3Ytiq .styles__goals___1uP35 .styles__highlighted-goal___2OjTQ{background-color:var(--fog);margin:0;padding:1.2rem 2.4rem}.styles__container___1_ezh .styles__content___20HZw .styles__section___3Ytiq .styles__goals___1uP35 .styles__empty-goal___2Tdt_{display:grid;grid-template:auto/auto;grid-gap:8px;padding:24px 0;font-size:14px;line-height:1.43;letter-spacing:normal;text-align:center;color:var(--gray-80)}.styles__container___1_ezh .styles__content___20HZw .styles__section___3Ytiq .styles__goals___1uP35 .styles__empty-goal___2Tdt_ .styles__main-text___1HERF{font-weight:600;color:var(--gray-100)}@media (min-width:160px) and (max-width:767px){.styles__modal___XAPEi{width:304px;max-height:584px}}.styles__header___1z-6d{position:absolute;display:flex;justify-content:space-between;align-items:center;background-color:var(--white);padding:40px 40px 32px;left:0;right:0;top:0;z-index:1}@media (min-width:160px) and (max-width:767px){.styles__header___1z-6d{padding:24px}}.styles__header___1z-6d .styles__close___V8xty{height:16px;width:16px;fill:var(--gray-56)}.styles__header___1z-6d button{background-color:initial;cursor:pointer}.styles__button-wrapper___1_ALV{background-color:var(--white);position:absolute;height:64px;display:flex;align-items:flex-end;justify-content:flex-end;padding:24px 40px 40px;left:0;right:0;bottom:0}@media (min-width:160px) and (max-width:767px){.styles__button-wrapper___1_ALV{padding:24px}}.styles__container___34Fac{border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);width:480px;max-height:704px;display:grid;grid-template:"auto 1fr auto / 480px";overflow:overlay}@media (min-width:768px) and (max-width:1199px){.styles__container___34Fac{width:510px}}@media (min-width:160px) and (max-width:767px){.styles__container___34Fac{width:304px;max-height:584px}}.styles__container___34Fac .styles__form___EfM_Y{grid-area:"content";width:100%}.styles__container___34Fac .styles__content___MUxDK{box-sizing:border-box;padding:16px 40px;display:grid;grid-template:auto/auto;grid-gap:16px;margin:16px 0;width:100%}@media (min-width:160px) and (max-width:767px){.styles__container___34Fac .styles__content___MUxDK{padding:24px}}.styles__container___34Fac .styles__content___MUxDK .styles__title___7GMAs{text-transform:uppercase}.styles__container___34Fac .styles__content___MUxDK .styles__divider___3ZK1F{opacity:.1;border-bottom:1px solid var(--gray-80);margin:8px 0}.styles__header___2G5UB{position:sticky;top:0;padding-top:40px;box-shadow:0 10px 8px -10px rgba(42,46,70,.16)}@media (min-width:160px) and (max-width:767px){.styles__header___2G5UB{padding-top:60px}}.styles__footer___3mV5w{grid-area:"footer";padding-top:12px;box-shadow:0 10px 8px 8px rgba(42,46,70,.16);position:sticky}.styles__container___3Hat_{box-sizing:border-box;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);padding:40px;width:480px;max-height:704px;overflow:overlay}@media (min-width:768px) and (max-width:1199px){.styles__container___3Hat_{width:510px}}@media (min-width:160px) and (max-width:767px){.styles__container___3Hat_{grid-gap:16px;padding:24px;width:304px}}.styles__container___3Hat_ .styles__content___fPVsF{display:grid;grid-template:auto/auto;grid-gap:16px;margin:54px 0 88px}.styles__container___3Hat_ .styles__content___fPVsF .styles__checkbox___2LAPp{display:flex;justify-content:space-between;align-items:center}.styles__container___3Hat_ .styles__content___fPVsF .styles__checkbox___2LAPp .styles__label___1V4wB{text-transform:uppercase;letter-spacing:1px;color:var(--gray-80);font-size:12px;font-weight:600}.styles__container___3Hat_ .styles__content___fPVsF .styles__checkbox___2LAPp .styles__check___1xljX{position:relative;background-color:var(--gray-24);border-radius:20px;width:40px;height:24px}.styles__container___3Hat_ .styles__content___fPVsF .styles__checkbox___2LAPp .styles__check___1xljX .styles__slider___3f8ih:before{position:absolute;border-radius:50%;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:var(--white);transition:.4s}.styles__container___3Hat_ .styles__content___fPVsF .styles__checkbox___2LAPp .styles__check___1xljX .styles__checked___1ICDM{transform:translateX(26px)}.styles__container___3Hat_ .styles__content___fPVsF .styles__title___bFcUS{text-transform:uppercase}.styles__container___3Hat_ .styles__content___fPVsF .styles__text-area___2wu2l{position:relative;display:grid;grid-template:auto/1fr;grid-row-gap:4px}.styles__container___3Hat_ .styles__content___fPVsF .styles__text-area___2wu2l .styles__label___1V4wB{text-transform:uppercase;letter-spacing:1px;color:var(--gray-80);font-size:12px;font-weight:600}.styles__container___3Hat_ .styles__content___fPVsF .styles__text-area___2wu2l .styles__error-icon___1E3-6{position:absolute;right:16px;bottom:12px;width:16px;height:16px;fill:var(--thunderbird)}.styles__container___3Hat_ .styles__content___fPVsF .styles__text-area___2wu2l .styles__description-content___CUtoL{flex:1;min-height:104px;border-radius:2px;background-color:var(--gray-4);line-height:1.43;outline:none;resize:none;padding:10px 16px;box-sizing:border-box;font-size:14px;color:var(--gray-80);border:2px solid hsla(0,0%,100%,0)}@media (min-width:160px) and (max-width:767px){.styles__container___3Hat_ .styles__content___fPVsF .styles__text-area___2wu2l .styles__description-content___CUtoL{font-size:16px}}.styles__container___3Hat_ .styles__content___fPVsF .styles__text-area___2wu2l .styles__description-content___CUtoL:hover{background-color:var(--gray-8)}.styles__container___3Hat_ .styles__content___fPVsF .styles__text-area___2wu2l .styles__description-content___CUtoL::placeholder{font-size:14px;font-weight:400;color:var(--gray-24)}@media (min-width:160px) and (max-width:767px){.styles__container___3Hat_ .styles__content___fPVsF .styles__text-area___2wu2l .styles__description-content___CUtoL::placeholder{font-size:16px}}.styles__container___3Hat_ .styles__content___fPVsF .styles__text-area___2wu2l .styles__description-content___CUtoL:focus{background-color:var(--white);border:2px solid var(--gray-8)}.styles__container___3Hat_ .styles__content___fPVsF .styles__text-area___2wu2l .styles__error___1rRMv,.styles__container___3Hat_ .styles__content___fPVsF .styles__text-area___2wu2l .styles__error___1rRMv:focus{border:2px solid var(--thunderbird)}.styles__container___3Hat_ .styles__content___fPVsF .styles__divider___9_6wV{opacity:.1;border-bottom:1px solid var(--gray-80);margin:8px 0}.styles__container___AhEYG{box-sizing:border-box;width:48rem;margin-left:50%;transform:translate(-50%);display:grid;grid-template:auto 1fr/1fr auto;grid-template-areas:"title close" "content content";grid-gap:3.2rem}@media (min-width:160px) and (max-width:767px){.styles__container___AhEYG{width:30.4rem}}.styles__container___AhEYG .styles__title___jG43S{grid-area:title;text-transform:uppercase;font-size:1.6rem;font-weight:600;color:var(--gray-100);letter-spacing:.1rem;line-height:1.43}.styles__container___AhEYG .styles__close___1V-4l{grid-area:close;border:none;background-color:initial;cursor:pointer}.styles__container___AhEYG .styles__close___1V-4l .styles__icon___3N5Ye{height:1.6rem;width:1.6rem;fill:var(--gray-80)}.styles__container___AhEYG .styles__content___1uB5A{grid-area:content;font-size:14px;line-height:1.43;color:var(--gray-80)}.styles__container___30gfe{padding:24px;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);background-color:var(--white);display:grid;grid-template:auto 1fr/1fr;grid-template-areas:"title" "content";grid-row-gap:16px}.styles__container___30gfe .styles__header___bqvgw{display:flex;justify-content:space-between;align-items:center}.styles__container___30gfe .styles__header___bqvgw .styles__title___3DmTX{grid-area:title;font-size:14px;font-weight:600;color:var(--gray-80);text-transform:uppercase;letter-spacing:1px;line-height:1.43}.styles__container___30gfe .styles__header___bqvgw .styles__edit___1dROw{font-size:12px;font-weight:600;letter-spacing:1.5px;color:var(--gray-100);background-color:initial}.styles__container___30gfe .styles__content___O-2bq{grid-area:content;font-size:14px;color:var(--gray-80);line-height:1.43;white-space:pre-wrap;word-break:break-word}.styles__container___30gfe .styles__content___O-2bq .styles__more___1Rc9w{margin-left:5px;font-weight:500;line-height:1.43;color:var(--malibu)}.styles__container___30gfe .styles__empty-state___ym0Yw{font-size:14px;line-height:1.43;text-align:center;color:var(--gray-80);padding:36px 0}.styles__container___3Q2VV{display:grid;grid-template:auto 1fr/1fr;grid-template-areas:"title" "content";grid-row-gap:24px}.styles__container___3Q2VV .styles__title___3biLr{grid-area:title;color:var(--gray-100);text-transform:uppercase}.styles__container___3Q2VV .styles__empty-post___o2ipK{display:grid;grid-template:auto/auto;grid-gap:8px;padding:24px 0;font-size:14px;line-height:1.43;letter-spacing:normal;text-align:center;color:var(--gray-80)}.styles__container___3Q2VV .styles__empty-post___o2ipK .styles__main-text___1dfhl{font-weight:600;color:var(--gray-100)}.styles__wrapper___qe-_Y{display:grid;grid-template:auto 1fr/1fr;grid-row-gap:24px}.styles__wrapper___qe-_Y .styles__section___1Lvij{display:flex;justify-content:space-between;align-items:baseline}@media (min-width:160px) and (max-width:767px){.styles__wrapper___qe-_Y .styles__section___1Lvij{margin:0 16px}}.styles__wrapper___qe-_Y .styles__section___1Lvij .styles__section-title___2m5UU{color:var(--gray-100);text-transform:uppercase}.styles__wrapper___qe-_Y .styles__section___1Lvij .styles__actions___2j4mt{display:grid;grid-template:auto/repeat(3,auto);grid-gap:8px}@media (min-width:160px) and (max-width:767px){.styles__wrapper___qe-_Y .styles__section___1Lvij .styles__actions___2j4mt{grid-template:auto/auto}}.styles__wrapper___qe-_Y .styles__container___2fOE1{display:grid;grid-template:56px 1fr/1fr;grid-template-areas:"tabs" "content";background-color:var(--white);border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);overflow:hidden}@media (min-width:160px) and (max-width:767px){.styles__wrapper___qe-_Y .styles__container___2fOE1{grid-template:auto 1fr/minmax(16px,auto) 1fr minmax(16px,auto);grid-template-areas:"tabs tabs tabs" ". content .";grid-row-gap:16px;background:var(--transparent);box-shadow:none;overflow:auto;-webkit-overflow-scrolling:touch}}.styles__wrapper___qe-_Y .styles__container___2fOE1 .styles__content___ZbXm5{grid-area:content;background-color:var(--white);padding:24px;display:grid;grid-template:auto/1fr;grid-row-gap:24px}@media (min-width:160px) and (max-width:767px){.styles__wrapper___qe-_Y .styles__container___2fOE1 .styles__content___ZbXm5{background-color:var(--white);border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16)}}.styles__wrapper___qe-_Y .styles__container___2fOE1 .styles__content___ZbXm5 .styles__goal-title___9E6Kv{color:var(--gray-100)}.styles__wrapper___qe-_Y .styles__container___2fOE1 .styles__content___ZbXm5 .styles__my-goals___3hLvN{display:grid;grid-template:auto/1fr auto;grid-gap:24px}@media (min-width:160px) and (max-width:767px){.styles__wrapper___qe-_Y .styles__container___2fOE1 .styles__content___ZbXm5 .styles__my-goals___3hLvN{grid-template:auto/auto}}.styles__wrapper___qe-_Y .styles__container___2fOE1 .styles__content___ZbXm5 .styles__my-goals___3hLvN .styles__complete-goal___32_dG{align-self:center}.styles__wrapper___qe-_Y .styles__container___2fOE1 .styles__content___ZbXm5 .styles__divider___1JKI8{opacity:.1;border-bottom:1px solid var(--gray-80)}.styles__wrapper___qe-_Y .styles__container___2fOE1 .styles__content___ZbXm5 .styles__empty-goal___gUZza{display:grid;grid-template:auto/auto;grid-gap:8px;padding:24px 0;font-size:14px;line-height:1.43;letter-spacing:normal;text-align:center;color:var(--gray-80)}.styles__wrapper___qe-_Y .styles__container___2fOE1 .styles__content___ZbXm5 .styles__empty-goal___gUZza .styles__main-text___3wzR-{font-weight:600;color:var(--gray-100)}.styles__wrapper___qe-_Y .styles__container___2fOE1 .styles__content___ZbXm5 .styles__add-goal-button___hU9vZ{justify-self:flex-start}@media (min-width:160px) and (max-width:767px){.styles__wrapper___qe-_Y .styles__container___2fOE1 .styles__content___ZbXm5 .styles__add-goal-button___hU9vZ,.styles__wrapper___qe-_Y .styles__my-profile-buttons___2l5OE{display:none}}.styles__container___10cPK{display:grid;grid-template:auto/1fr 1fr;grid-template-areas:"title button" "content content";grid-row-gap:24px}@media (min-width:160px) and (max-width:767px){.styles__container___10cPK{grid-template:auto/1fr;grid-template-areas:"title" "content" "button"}}.styles__container___10cPK .styles__title___1pZEH{grid-area:title;color:var(--gray-100);text-transform:uppercase}.styles__container___10cPK .styles__button___3gY9K{grid-area:button;margin-left:auto}@media (min-width:160px) and (max-width:767px){.styles__container___10cPK .styles__button___3gY9K{margin:0}}.styles__container___10cPK .styles__content___1EiKm{grid-area:content}.styles__container___3c9qO .styles__cover___3rXxq{width:100%;height:240px;object-fit:cover}@media (min-width:160px) and (max-width:767px){.styles__container___3c9qO .styles__cover___3rXxq{height:100px}}.styles__container___3c9qO .styles__content___2PnFp{margin-top:-68px;padding-bottom:40px;display:grid;grid-template:auto/minmax(16px,1fr) repeat(2,minmax(auto,408px)) minmax(16px,1fr);grid-row-gap:40px;grid-column-gap:24px}@media (min-width:768px) and (max-width:1199px){.styles__container___3c9qO .styles__content___2PnFp{grid-template:auto/minmax(16px,1fr) repeat(2,minmax(auto,332px)) minmax(16px,1fr)}}@media (min-width:160px) and (max-width:767px){.styles__container___3c9qO .styles__content___2PnFp{margin-top:-30px;grid-template:auto/minmax(16px,auto) minmax(288px,1fr) minmax(16px,auto);grid-column-gap:0;grid-row-gap:22px}}.styles__container___3c9qO .styles__content___2PnFp .styles__leader___YKYy1{grid-column:2/4;display:grid;grid-template:1fr 1fr/auto 1fr;grid-template-areas:"avatar ." "avatar profile";grid-column-gap:16px;align-items:end}@media (min-width:160px) and (max-width:767px){.styles__container___3c9qO .styles__content___2PnFp .styles__leader___YKYy1{grid-column:2;grid-template:repeat(2,auto)/auto 1fr;grid-template-areas:"avatar ." "profile profile";grid-row-gap:8px}}.styles__container___3c9qO .styles__content___2PnFp .styles__leader___YKYy1 .styles__upload-profile-image___ivXs4{background-color:initial;cursor:pointer;outline:none;grid-area:avatar}.styles__container___3c9qO .styles__content___2PnFp .styles__leader___YKYy1 .styles__avatar___2ItUR{grid-area:avatar}.styles__container___3c9qO .styles__content___2PnFp .styles__leader___YKYy1 .styles__avatar___2ItUR .styles__avatar-border___19Wka{box-shadow:0 2px 4px 0 rgba(42,46,70,.24);border:4px solid var(--white);border-radius:100px}@media (min-width:160px) and (max-width:767px){.styles__container___3c9qO .styles__content___2PnFp .styles__leader___YKYy1 .styles__avatar___2ItUR .styles__avatar-border___19Wka{border:2px solid var(--white)}}.styles__container___3c9qO .styles__content___2PnFp .styles__leader___YKYy1 .styles__profile___mAig0{grid-area:profile;display:grid;grid-template:1fr/1fr auto;grid-template-areas:"user actions"}@media (min-width:160px) and (max-width:767px){.styles__container___3c9qO .styles__content___2PnFp .styles__leader___YKYy1 .styles__profile___mAig0{grid-template:1fr auto/1fr;grid-template-areas:"user" "actions";grid-row-gap:16px}}.styles__container___3c9qO .styles__content___2PnFp .styles__leader___YKYy1 .styles__profile___mAig0 .styles__user___23MJZ{grid-area:user}.styles__container___3c9qO .styles__content___2PnFp .styles__leader___YKYy1 .styles__profile___mAig0 .styles__user___23MJZ .styles__name___1dzD5{line-height:1.43}.styles__container___3c9qO .styles__content___2PnFp .styles__leader___YKYy1 .styles__profile___mAig0 .styles__user___23MJZ .styles__user-information___JAJtU{display:flex;align-items:center;flex-wrap:wrap}.styles__container___3c9qO .styles__content___2PnFp .styles__leader___YKYy1 .styles__profile___mAig0 .styles__user___23MJZ .styles__user-information___JAJtU .styles__dot___1SWxu{width:4px;height:4px;background-color:var(--gray-56);border-radius:50%;margin:0 8px}.styles__container___3c9qO .styles__content___2PnFp .styles__leader___YKYy1 .styles__profile___mAig0 .styles__user___23MJZ .styles__user-information___JAJtU .styles__info___2Ue7p{line-height:1.43;color:var(--gray-80);font-size:12px}.styles__container___3c9qO .styles__content___2PnFp .styles__leader___YKYy1 .styles__profile___mAig0 .styles__actions___1rVyl{grid-area:actions;display:flex;justify-content:flex-end}.styles__container___3c9qO .styles__content___2PnFp .styles__leader___YKYy1 .styles__profile___mAig0 .styles__actions___1rVyl>button~button{margin-left:8px}.styles__container___3c9qO .styles__content___2PnFp .styles__left___o4TPs{grid-column:2/3}@media (min-width:160px) and (max-width:767px){.styles__container___3c9qO .styles__content___2PnFp .styles__left___o4TPs{grid-column:2}}.styles__container___3c9qO .styles__content___2PnFp .styles__right___1liDd{grid-column:3/4}@media (min-width:160px) and (max-width:767px){.styles__container___3c9qO .styles__content___2PnFp .styles__right___1liDd{grid-column:2}}.styles__container___3c9qO .styles__content___2PnFp .styles__post___ERXl-{grid-column:2/4}@media (min-width:160px) and (max-width:767px){.styles__container___3c9qO .styles__content___2PnFp .styles__post___ERXl-{grid-column:2;margin-top:18px}}.styles__container___3c9qO .styles__content___2PnFp .styles__people-you-may-know___22jUR{grid-column:2/4}@media (min-width:160px) and (max-width:767px){.styles__container___3c9qO .styles__content___2PnFp .styles__people-you-may-know___22jUR{margin-top:18px;grid-column:1/4}}.styles__container___3c9qO .styles__content___2PnFp .styles__goals___1Mze7{grid-column:2/4}@media (min-width:160px) and (max-width:767px){.styles__container___3c9qO .styles__content___2PnFp .styles__goals___1Mze7{grid-column:1/-1;margin-top:18px}}.styles__container___3c9qO .styles__content___2PnFp .styles__subscription-expired-goals___3p9qw{grid-column:3/4;justify-self:end;display:block}@media (min-width:160px) and (max-width:767px){.styles__container___3c9qO .styles__content___2PnFp .styles__subscription-expired-goals___3p9qw{grid-column:2}}.styles__input___1BjD7{display:none}.styles__upload-image___1RfQK{cursor:pointer;outline:none;width:100%;max-height:240px;position:relative;background-color:initial}.styles__cover-loading___2R7yC{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.styles__modal___2drrv{position:absolute;outline:none;background-color:#fff;box-shadow:.2rem .4rem rgba(42,46,70,.4);border-radius:.4rem;box-sizing:border-box;overflow-y:auto}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__modal___2drrv{left:50%;top:50%;transform:translate(-50%,-50%)}}@media (min-width:160px) and (max-width:767px){.styles__modal___2drrv{left:8px;bottom:8px;right:8px}}.styles__modal___2drrv .styles__modal-content___2LGX6{display:flex;flex-direction:column;justify-content:center}.styles__overlay___3AWiJ{background-color:rgba(42,46,70,.68);position:fixed;top:0;right:0;left:0;bottom:0;-webkit-backdrop-filter:blur(5px);z-index:5}.styles__loading___2Ex8_{display:flex;justify-content:center;align-items:center;height:100vh}.styles__suspended-container___1Il9M{display:grid;grid-template:80px 1fr auto/40px 1fr 40px;grid-template-areas:". . ." ". suspended ." ". footer .";justify-items:center;height:100vh}@media (min-width:768px) and (max-width:1199px){.styles__suspended-container___1Il9M{grid-template:72px 1fr auto/40px 1fr 40px}}@media (min-width:160px) and (max-width:767px){.styles__suspended-container___1Il9M{grid-template:56px 1fr auto/16px 1fr 16px}}.styles__suspended-container___1Il9M .styles__container___3tHgk{grid-area:suspended;display:grid;grid-template:repeat(2,auto)/1fr;align-content:start;justify-items:center;grid-gap:16px}.styles__suspended-container___1Il9M .styles__container___3tHgk .styles__card___3RumZ{margin-top:32px;width:80%}.styles__suspended-container___1Il9M .styles__container___3tHgk .styles__card___3RumZ .styles__card-header___3rNva{text-transform:uppercase}.styles__suspended-container___1Il9M .styles__container___3tHgk .styles__card___3RumZ p{font-size:14px;line-height:1.43;color:var(--gray-80);margin-top:16px}.styles__suspended-container___1Il9M .styles__container___3tHgk .styles__card___3RumZ .styles__buttons-container___2Dh_B{margin-top:16px;display:grid;grid-template:1fr/repeat(2,auto);grid-gap:16px;justify-content:center}.styles__suspended-container___1Il9M .styles__header___1y9gt{position:fixed;top:0;left:0;right:0;height:80px;box-sizing:border-box;z-index:3;transform:translateZ(0)}@media (min-width:768px) and (max-width:1199px){.styles__suspended-container___1Il9M .styles__header___1y9gt{height:72px}}@media (min-width:160px) and (max-width:767px){.styles__suspended-container___1Il9M .styles__header___1y9gt{height:56px}}.styles__footer___2G6fr{grid-area:footer}.styles__suspended-container___3TNUn{display:grid;grid-template:80px 1fr auto/40px 1fr 40px;grid-template-areas:". . ." ". suspended ." ". footer .";justify-items:center;height:100vh}@media (min-width:768px) and (max-width:1199px){.styles__suspended-container___3TNUn{grid-template:72px 1fr auto/40px 1fr 40px}}@media (min-width:160px) and (max-width:767px){.styles__suspended-container___3TNUn{grid-template:56px 1fr auto/16px 1fr 16px}}.styles__suspended-container___3TNUn .styles__suspended___2QToc{grid-area:suspended;background-color:#fff;border-radius:4px;box-shadow:0 2px 4px 0 rgba(42,46,70,.16);margin-top:16px;padding:32px;box-sizing:border-box;max-width:840px;align-self:start}.styles__suspended-container___3TNUn .styles__suspended___2QToc p{font-size:14px;line-height:1.43;color:var(--gray-80);margin-top:16px}.styles__suspended-container___3TNUn .styles__header___2-ivs{position:fixed;top:0;left:0;right:0;height:80px;box-sizing:border-box;z-index:3;transform:translateZ(0)}@media (min-width:768px) and (max-width:1199px){.styles__suspended-container___3TNUn .styles__header___2-ivs{height:72px}}@media (min-width:160px) and (max-width:767px){.styles__suspended-container___3TNUn .styles__header___2-ivs{height:56px}}.styles__footer___Qfmwo{grid-area:footer}.styles__main___2mqdO{background-color:var(--concrete);padding:7.2rem 0 8.8rem;min-height:100vh;box-sizing:border-box}@media (min-width:160px) and (max-width:767px){.styles__main___2mqdO{background-color:#fff;padding:4rem 2.4rem 5.6rem}}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__main___2mqdO{display:flex;justify-content:center}}.styles__main___2mqdO .styles__content___3s_ir{display:flex;min-height:100%;flex-direction:column;align-items:center}.styles__main___2mqdO .styles__content___3s_ir .styles__logo___k8KKo{width:30rem;height:5.5rem;fill:var(--gray-100);margin-bottom:5rem}@media (min-width:160px) and (max-width:767px){.styles__main___2mqdO .styles__content___3s_ir .styles__logo___k8KKo{width:20rem;height:4.2rem;margin-bottom:3.2rem}}.styles__main___2mqdO .styles__content___3s_ir .styles__card___1NjUU{background-color:#fff;box-sizing:border-box;width:60rem;height:50.4rem;display:flex;flex-direction:column}@media (min-width:160px) and (max-width:767px){.styles__main___2mqdO .styles__content___3s_ir .styles__card___1NjUU{width:100%;min-height:100%}}@media (min-width:768px) and (max-width:1199px),(min-width:1200px){.styles__main___2mqdO .styles__content___3s_ir .styles__card___1NjUU{border-radius:4px;border:1px solid var(--gray-8);padding:6.4rem}}.styles__main___2mqdO .styles__content___3s_ir .styles__card___1NjUU .styles__title___2pnbU{font-weight:500;font-size:3.2rem;line-height:4rem;text-align:center;color:var(--gray-100);padding-bottom:6.4rem}@media (min-width:160px) and (max-width:767px){.styles__main___2mqdO .styles__content___3s_ir .styles__card___1NjUU .styles__title___2pnbU{font-size:2rem;line-height:3.2rem;padding-bottom:3.2rem}}.styles__main___2mqdO .styles__content___3s_ir .styles__card___1NjUU .styles__input___2rQxe{margin-bottom:1.6rem}.styles__main___2mqdO .styles__content___3s_ir .styles__card___1NjUU .styles__button___3MSoE{width:100%;margin-top:auto}.styles__main___2mqdO .styles__content___3s_ir .styles__card___1NjUU .styles__password-updated___3a0l_{display:flex;flex-direction:column;height:100%}.styles__main___2mqdO .styles__content___3s_ir .styles__card___1NjUU .styles__password-updated___3a0l_ .styles__title___2pnbU{padding-bottom:1.6rem}@media (min-width:160px) and (max-width:767px){.styles__main___2mqdO .styles__content___3s_ir .styles__card___1NjUU .styles__password-updated___3a0l_ .styles__title___2pnbU{padding-bottom:.8rem}}.styles__main___2mqdO .styles__content___3s_ir .styles__card___1NjUU .styles__password-updated___3a0l_ .styles__check-icon___3MqdB{width:4.8rem;height:4.8rem;margin:4.8rem auto 3.2rem}@media (min-width:160px) and (max-width:767px){.styles__main___2mqdO .styles__content___3s_ir .styles__card___1NjUU .styles__password-updated___3a0l_ .styles__check-icon___3MqdB{margin-top:auto}}.styles__main___2mqdO .styles__content___3s_ir .styles__card___1NjUU .styles__password-updated___3a0l_ .styles__description___21rII{font-size:1.4rem;line-height:2.4rem;color:var(--gray-80);text-align:center}.styles__main___2mqdO .styles__content___3s_ir .styles__card___1NjUU .styles__password-updated___3a0l_ .styles__button___3MSoE{margin-top:11rem}@media (min-width:160px) and (max-width:767px){.styles__main___2mqdO .styles__content___3s_ir .styles__card___1NjUU .styles__password-updated___3a0l_ .styles__button___3MSoE{margin-top:auto}}.styles__section-container___2W14P{display:flex;flex-direction:column;border-bottom:.1rem solid var(--gray-8)}.styles__section-container___2W14P:last-of-type{border-bottom:none}.styles__section-container___2W14P .styles__section-wrapper___2CAr9{display:grid;grid-template:1fr 1fr auto/auto 1fr auto;grid-template-areas:"session title button" "session description button" "content content content";padding:1.2rem 2rem;font-size:1.6rem;column-gap:3rem;color:var(--gray-64)}@media (min-width:160px) and (max-width:767px){.styles__section-container___2W14P .styles__section-wrapper___2CAr9{padding:1.8rem 2.4rem;grid-template:repeat(4,auto)/1fr auto;grid-template-areas:"session button" "title button" "description button" "content content"}}.styles__section-container___2W14P .styles__section-wrapper___2CAr9 .styles__session___xDic8{grid-area:session;background-color:var(--gray-background);padding:.6rem 1.2rem;font-weight:600;border-radius:.8rem;font-size:1.4rem;display:flex;align-self:center;justify-content:center}@media (min-width:160px) and (max-width:767px){.styles__section-container___2W14P .styles__section-wrapper___2CAr9 .styles__session___xDic8{justify-self:flex-start;margin-bottom:1.2rem}}.styles__section-container___2W14P .styles__section-wrapper___2CAr9 .styles__title___3DqFC{grid-area:title;color:var(--gray-80);line-height:2.4rem;font-size:1.6rem;font-weight:600}.styles__section-container___2W14P .styles__section-wrapper___2CAr9 .styles__description___2Pu4H{grid-area:description}.styles__section-container___2W14P .styles__section-wrapper___2CAr9 .styles__button___RBVlp{grid-area:button;width:2rem;background-color:#fff;cursor:pointer}.styles__section-container___2W14P .styles__section-wrapper___2CAr9 .styles__button-icon___OepH6{width:1.6rem;height:1.6rem}.styles__section-container___2W14P .styles__content___-rjYJ{border-top:.1rem solid var(--gray-8);display:flex;flex-direction:column;padding:1.6rem 2rem}.styles__accordion-container___326wm{border:.1rem solid var(--gray-8);border-radius:.8rem;max-width:81.2rem}@media (min-width:160px) and (max-width:767px){.styles__accordion-container___326wm{border-radius:0}}.styles__assignment-container___DhbZA{display:grid;grid-template:auto auto/3.2rem 1fr;grid-template-areas:"icon content" "icon content";column-gap:2.8rem;padding:1.6rem 1.2rem}.styles__assignment-container___DhbZA .styles__assignment-icon___2wH19{padding:.8rem;grid-area:icon;border-radius:50%;width:3.2rem;height:3.2rem;background-color:var(--primary-lightest);display:flex;align-items:center;justify-content:center;box-sizing:border-box}.styles__assignment-container___DhbZA .styles__assignment-icon___2wH19 .styles__icon___1GBQ4{width:1.6rem;height:1.6rem;fill:var(--malibu)}.styles__assignment-container___DhbZA .styles__assignment-content___3Pkn4{display:flex;flex-direction:column;justify-content:center;grid-area:content}.styles__assignment-container___DhbZA .styles__assignment-content___3Pkn4 .styles__name___3NUmZ{font-weight:500;font-size:1.6rem;line-height:2rem;text-overflow:ellipsis;overflow:hidden}.styles__assignment-container___DhbZA .styles__assignment-content___3Pkn4 .styles__description___2VJ1X{font-size:1.4rem;font-weight:400;line-height:2rem;box-sizing:border-box}.styles__assignment-container___DhbZA .styles__assignment-content___3Pkn4 .styles__assignment-time___3_ub0{display:flex;align-items:center;font-size:1.4rem;line-height:2.4rem;color:var(--gray-64)}.styles__assignment-container___DhbZA .styles__assignment-content___3Pkn4 .styles__assignment-time___3_ub0 .styles__calendar___2-gf6{width:1.6rem;min-width:1.6rem;height:1.6rem;fill:var(--gray-40);padding-right:.8rem}.styles__self-paced-card-container___UDnHW{display:grid;grid-template:auto auto/auto auto;grid-template-areas:"icon title" "icon description";max-width:81.2rem;box-sizing:border-box;column-gap:7.4rem;row-gap:2.4rem}@media (min-width:160px) and (max-width:767px){.styles__self-paced-card-container___UDnHW{display:flex;flex-direction:column}}.styles__self-paced-card-container___UDnHW .styles__self-paced-icon___1ugu9{grid-area:icon;height:18.1rem;width:23.1rem}@media (min-width:160px) and (max-width:767px){.styles__self-paced-card-container___UDnHW .styles__self-paced-icon___1ugu9{align-self:center}}.styles__self-paced-card-container___UDnHW .styles__self-paced-title___2DWVm{grid-area:title;font-size:2.4rem;font-weight:600;color:var(--gray-100)}.styles__self-paced-card-container___UDnHW .styles__self-paced-description___2U3UB{grid-area:description;font-size:1.4rem;font-weight:400;line-height:2.4rem;color:var(--gray-64)}.styles__class-details-container___hmy5H{margin-top:9.2rem;background-color:#fff;border-bottom:.1rem solid var(--gray-8)}.styles__class-details-container___hmy5H.styles__highlight-message___3XE7j{margin-top:16rem}@media (min-width:768px) and (max-width:1199px){.styles__class-details-container___hmy5H{margin-top:7rem}.styles__class-details-container___hmy5H.styles__highlight-message___3XE7j{margin-top:15rem}}@media (min-width:160px) and (max-width:767px){.styles__class-details-container___hmy5H{margin-top:6.4rem}.styles__class-details-container___hmy5H.styles__highlight-message___3XE7j{margin-top:18rem}}.styles__class-details-container___hmy5H .styles__class-cover-picture___1pKvI{height:10.4rem;width:100%;object-fit:cover}.styles__class-details-container___hmy5H .styles__class-cover-picture___1pKvI.styles__cover-placeholder___2Ihlh{background-color:var(--malibu);opacity:.1}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ{padding:4.8rem 9.6rem 9.6rem;display:grid;position:relative;grid-template:auto auto auto auto 1fr/30rem 35rem 1fr 33.6rem;grid-template-areas:"title title title card-list" "class-period coaches coaches card-list" "description description . card-list" "call-list call-list . card-list" "button button . .";border-bottom:.1rem solid var(--gray-8)}@media (min-width:768px) and (max-width:1199px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ{padding:4.8rem 4.8rem 9.6rem;display:grid;grid-template:auto auto auto auto 1fr auto/30rem 1fr;grid-template-areas:"title title" "class-period coaches" "description description" "call-list call-list" "button button" "card-list card-list"}}@media (min-width:160px) and (max-width:767px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ{padding:4.8rem 2.4rem 8.4rem;display:flex;flex-direction:column;justify-content:center}}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__class-title___1J3aR{font-weight:600;font-size:3.2rem;letter-spacing:-.03rem;grid-area:title;margin-bottom:2rem}@media (min-width:160px) and (max-width:767px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__class-title___1J3aR{font-size:2.4rem;letter-spacing:-.02rem}}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__class-period___1qz3f{display:grid;grid-template:repeat(2,auto)/4rem 1fr;grid-template-areas:"calendar date" "calendar date";gap:.8rem 1.6rem;grid-area:class-period;padding-right:3.2rem}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__class-period___1qz3f.styles__divider-right-border___1OXd2{border-right:.1rem solid var(--gray-8)}@media (min-width:160px) and (max-width:767px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__class-period___1qz3f{margin-top:2.4rem;border-right:none}}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__class-period___1qz3f .styles__calendar-icon-wrapper___x4bd8{grid-area:calendar;width:4rem;height:4rem;background-color:var(--gray-8);border-radius:50%;display:flex;align-items:center;justify-content:center;align-self:center}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__class-period___1qz3f .styles__calendar-icon-wrapper___x4bd8 .styles__calendar-icon___39GO2{fill:var(--gray-40);height:1.6rem;width:1.6rem}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__class-period___1qz3f .styles__date-wrapper___2aHP4{grid-area:date;display:flex;flex-direction:column;row-gap:.4rem;justify-content:center}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__class-period___1qz3f .styles__date-wrapper___2aHP4 .styles__self-paced-text___1Etty{font-size:1.6rem}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__class-period___1qz3f .styles__date-wrapper___2aHP4 .styles__class-start-date___2rFhi{font-size:1.6rem;font-weight:600;align-self:flex-start}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__class-period___1qz3f .styles__date-wrapper___2aHP4 .styles__class-end-date___1XxAu{color:var(--gray-64);font-size:1.4rem}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__coaches-details___14kW9{grid-area:coaches;padding-left:3.2rem}@media (min-width:160px) and (max-width:767px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__coaches-details___14kW9{margin-top:2.4rem;padding-left:0}}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__description___WwF1_{margin-top:3.2rem;grid-area:description;font-size:1.4rem;line-height:2.4rem}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__call-list___21ynf{margin-top:2.4rem;font-size:1.4rem;line-height:2.4rem;grid-area:call-list}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__enroll-button___37BjH{grid-area:button;margin-top:4.8rem;width:34.9rem;height:8rem;border-radius:.8rem;padding:0;display:inline-grid;text-transform:none;justify-content:space-evenly;grid-template:auto auto/auto auto auto;grid-template-areas:"enroll divisor price" "subscription divisor price"}@media (min-width:160px) and (max-width:767px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__enroll-button___37BjH{width:100%;max-width:30rem}}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__enroll-button___37BjH .styles__divisor___31msd{width:.1rem;grid-area:divisor;border-left:.1rem solid var(--primary-brand-light);align-self:stretch;margin-left:2rem}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__enroll-button___37BjH .styles__enroll___33mXT{grid-area:enroll;align-self:flex-end;justify-self:flex-start;font-weight:600}@media (min-width:160px) and (max-width:767px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__enroll-button___37BjH .styles__enroll___33mXT{margin-left:2rem}}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__enroll-button___37BjH .styles__sub-content___rC7Db{grid-area:subscription;align-self:start;justify-self:left;font-size:1.4rem;line-height:2rem;font-weight:400;letter-spacing:0}@media (min-width:160px) and (max-width:767px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__enroll-button___37BjH .styles__sub-content___rC7Db{margin-left:2rem;text-align:left}}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__enroll-button___37BjH .styles__price___kdncX{grid-area:price}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr{display:flex;position:absolute;grid-area:card-list;flex-direction:column;row-gap:1.6rem;font-size:1.4rem;color:var(--gray-64);line-height:2rem}@media (min-width:768px) and (max-width:1199px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr{bottom:-36rem}}@media (min-width:160px) and (max-width:767px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr{right:2.4rem;left:2.4rem;bottom:-45rem}}@media (min-width:160px) and (max-width:767px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr.styles__content-only___1d84y{right:2.4rem;left:2.4rem;bottom:-36rem}}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__card-title___2u9VV{font-size:2rem;line-height:2.8rem;letter-spacing:-.02rem;font-weight:600}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__course-card___3Cl-K{display:flex;flex-direction:column;row-gap:1.6rem;padding:3.2rem;box-sizing:border-box}@media (min-width:768px) and (max-width:1199px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__course-card___3Cl-K{display:grid;grid-template:auto auto/auto 1fr 14rem;grid-template-areas:"course title button" "course description button"}}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__course-card___3Cl-K .styles__course-icon___27YZd{width:4.8rem;grid-area:course;margin-right:3.2rem;height:4.8rem;margin-bottom:.8rem}@media (min-width:768px) and (max-width:1199px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__course-card___3Cl-K .styles__course-icon___27YZd{align-self:center}}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__course-card-title___MVo6Q{grid-area:title;margin-right:3.2rem}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__course-card-description___3cRFu{margin-bottom:.8rem;grid-area:description;align-self:flex-start;margin-right:3.2rem}@media (min-width:768px) and (max-width:1199px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__course-card-description___3cRFu{align-self:flex-start}}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__course-card___3Cl-K .styles__learn-more-button___2Btyy{text-transform:none;width:14rem;height:4.8rem;padding:0 2.4rem;letter-spacing:0;font-size:1.4rem;grid-area:button}@media (min-width:768px) and (max-width:1199px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__course-card___3Cl-K .styles__learn-more-button___2Btyy{align-self:center}}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__membership-card___36SSm{display:grid;grid-template:auto auto/1fr 6.4rem;padding:3.2rem;row-gap:.8rem;grid-template-areas:"title membership" "description membership"}@media (min-width:768px) and (max-width:1199px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__membership-card___36SSm{grid-template-columns:4.8rem 1fr;column-gap:2.4rem;grid-template-areas:"membership title" "membership description"}}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__membership-card-title___1f4Qo{grid-area:title}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__membership-card-description___nDdGs{grid-area:description}.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__membership-card___36SSm .styles__membership___1Z0Ct{grid-area:membership;width:6.4rem;height:6.4rem}@media (min-width:768px) and (max-width:1199px){.styles__class-details-container___hmy5H .styles__class-info___1eVPZ .styles__card-list___2AhYr .styles__membership-card___36SSm .styles__membership___1Z0Ct{width:4.8rem;height:4.8rem}}.styles__class-details-container___hmy5H .styles__coaches-info___3d9JE{padding:9.6rem}@media (min-width:768px) and (max-width:1199px){.styles__class-details-container___hmy5H .styles__coaches-info___3d9JE{padding:36rem 4.8rem 8rem}}@media (min-width:160px) and (max-width:767px){.styles__class-details-container___hmy5H .styles__coaches-info___3d9JE{padding:64rem 2.4rem 8rem}}.styles__class-details-container___hmy5H .styles__coaches-info-title___19kcd{margin-bottom:4.8rem}.styles__class-details-container___hmy5H .styles__self-paced-card___1TNVE{padding:9.6rem}@media (min-width:768px) and (max-width:1199px){.styles__class-details-container___hmy5H .styles__self-paced-card___1TNVE{padding:36rem 4.8rem 9.6rem}}@media (min-width:160px) and (max-width:767px){.styles__class-details-container___hmy5H .styles__self-paced-card___1TNVE{padding:64rem 2.4rem 9.6rem}}@media (min-width:160px) and (max-width:767px){.styles__class-details-container___hmy5H .styles__self-paced-card___1TNVE.styles__content-only___1d84y{padding-top:56rem}}.styles__class-details-container___hmy5H .styles__self-paced-card-title___1lSFc{margin-bottom:4.8rem}.styles__class-details-container___hmy5H .styles__syllabus___2oUjH{padding:0 9.6rem 8rem}@media (min-width:768px) and (max-width:1199px){.styles__class-details-container___hmy5H .styles__syllabus___2oUjH{padding:4.8rem}}@media (min-width:160px) and (max-width:767px){.styles__class-details-container___hmy5H .styles__syllabus___2oUjH{padding:0 0 8rem}}.styles__class-details-container___hmy5H .styles__syllabus-title___1H6_o{margin-bottom:3.2rem}@media (min-width:160px) and (max-width:767px){.styles__class-details-container___hmy5H .styles__syllabus-title___1H6_o{margin-left:3.2rem}}.styles__title___2JOhC{font-size:2.4rem;letter-spacing:.02%}.styles__loader-wrapper___2Sn2J{display:flex;align-items:center;justify-content:center;height:100vh}.styles__coaches-container___34MHn{display:grid;grid-template-columns:repeat(3,1fr);gap:6.4rem;max-width:88rem}@media (min-width:160px) and (max-width:767px){.styles__coaches-container___34MHn{grid-template-columns:1fr}}.styles__coaches-container___34MHn .styles__coach-box___2hDRD{display:flex;flex-direction:column;font-size:1.4rem;line-height:2rem;color:var(--gray-64)}@media (min-width:160px) and (max-width:767px){.styles__coaches-container___34MHn .styles__coach-box___2hDRD{display:grid;grid-template:repeat(4,auto)/4.8rem 1fr;grid-template-areas:"avatar name" "avatar occupation" "lore lore" "button button";column-gap:1.5rem}}.styles__coaches-container___34MHn .styles__coach-box___2hDRD .styles__coach-avatar___PJ6Ly{width:8rem;height:8rem;object-fit:cover;border-radius:50%}@media (min-width:160px) and (max-width:767px){.styles__coaches-container___34MHn .styles__coach-box___2hDRD .styles__coach-avatar___PJ6Ly{grid-area:avatar;width:4.8rem;height:4.8rem;align-self:center}}.styles__coaches-container___34MHn .styles__coach-box___2hDRD .styles__coach-name___2Zk04{margin-top:1.6rem;font-size:2rem;font-weight:600;letter-spacing:-.02rem}@media (min-width:160px) and (max-width:767px){.styles__coaches-container___34MHn .styles__coach-box___2hDRD .styles__coach-name___2Zk04{grid-area:name}}.styles__coaches-container___34MHn .styles__coach-box___2hDRD .styles__coach-occupation___1xqaA{margin-bottom:1.6rem}@media (min-width:160px) and (max-width:767px){.styles__coaches-container___34MHn .styles__coach-box___2hDRD .styles__coach-occupation___1xqaA{grid-area:occupation}}.styles__coaches-container___34MHn .styles__coach-box___2hDRD .styles__coach-lore-large___2FjQy{max-width:66.4rem}.styles__coaches-container___34MHn .styles__coach-box___2hDRD .styles__coach-lore-medium___2FinD{max-width:37.6rem}.styles__coaches-container___34MHn .styles__coach-box___2hDRD .styles__coach-lore-small___3mTnI{max-width:22.9rem}@media (min-width:160px) and (max-width:767px){.styles__coaches-container___34MHn .styles__coach-box___2hDRD .styles__coach-lore___39TQ2{grid-area:lore;width:100%;max-width:100%}}.styles__coaches-container___34MHn .styles__coach-box___2hDRD .styles__button___2pY6z{text-transform:none;margin-top:2.4rem;font-size:1.4rem;width:11.5rem;letter-spacing:normal}@media (min-width:160px) and (max-width:767px){.styles__coaches-container___34MHn .styles__coach-box___2hDRD .styles__button___2pY6z{grid-area:button;width:100%}}.styles__button___3BzoM{outline:none;color:var(--gray-80);cursor:pointer;display:inline-grid;grid-template:auto/1fr auto;grid-column-gap:.8rem;align-items:center;justify-content:start;background:#fff;text-align:start;box-sizing:border-box;font-size:1.4rem;line-height:2rem;width:100%}.styles__button___3BzoM .styles__icon___Rt7dp{width:1.6rem;height:1.6rem;fill:var(--gray-64)}.styles__button___3BzoM .styles__icon___Rt7dp.styles__flipped-icon___J11vH{transform:scaleY(-1)}.styles__button___3BzoM.styles__button-with-icon___3xLMi{grid-template:auto/auto 1fr auto}.styles__button___3BzoM.styles__button-menu-open___1dj38,.styles__button___3BzoM:focus{box-shadow:var(--primary-outline)}.styles__button___3BzoM:hover{background-color:var(--gray-4)}.styles__default___18XEo{border:.1rem solid var(--gray-8);border-radius:.8rem;padding:.6rem 1.2rem}.styles__chip___3Tx9j{border:.1rem solid var(--gray-8);border-radius:1.6rem;padding:.6rem .8rem .6rem 1.6rem}.styles__borderless___DaUzS{border:none;border-radius:.4rem;padding:.6rem}[data-reach-menu-popover]{background:#fff;margin-top:.5rem;width:auto;z-index:99999!important}[data-reach-menu-popover] .styles__menu-list___30HE8{box-shadow:0 .1rem .4rem .1rem rgba(0,0,0,.12);border-radius:.8rem;border:none!important;max-height:30rem;overflow-y:auto}.styles__select___9fiJ3{padding:1.2rem 1.6rem;width:100%;justify-content:space-between;border-radius:.8rem;border:.1rem solid var(--gray-8)}.styles__modal____PxpA{width:auto;position:absolute;z-index:99999!important}.styles__menu-item___1tSSa{font-size:1.4rem!important;line-height:2rem!important;color:var(--gray-80)!important;padding:1rem 1.6rem!important;cursor:pointer!important;display:flex!important;align-items:center;font-weight:400!important;letter-spacing:normal!important}.styles__menu-item___1tSSa[data-selected]{background-color:var(--gray-4)!important;color:var(--gray-80)!important}.styles__menu-item___1tSSa .styles__item-icon___3eQCn{width:2rem!important;height:2rem!important;fill:var(--gray-80)!important;margin-right:1.2rem!important}.styles__menu-item___1tSSa .styles__item-image___1kWFo{width:2rem;height:2rem;object-fit:cover;border-radius:50%;margin-right:1.2rem!important}.styles__spinner___23xBK{display:flex;align-items:center;justify-content:center;margin:1rem 0}.styles__ordering-dropdown-button___kehwr{text-transform:none;font-weight:400;letter-spacing:normal!important}.styles__wrapper___3wZvP{position:relative}.styles__wrapper___3wZvP .styles__label___1syVX{display:flex;min-height:1.8rem;min-width:1.8rem;font-size:1.4rem;margin-left:3.3rem;align-items:center}.styles__wrapper___3wZvP .styles__input___pTM-S{height:1.8rem;width:1.8rem;left:0;opacity:0;position:absolute;top:0;margin:0}.styles__wrapper___3wZvP .styles__input___pTM-S+.styles__label___1syVX:before{border:.2rem solid var(--gray-40);border-radius:.2rem;content:"";height:1.8rem;left:0;position:absolute;top:0;width:1.8rem;cursor:pointer;box-sizing:border-box}.styles__wrapper___3wZvP .styles__input___pTM-S+.styles__label___1syVX:after{content:"";opacity:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0H2a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V2a2 2 0 00-2-2zM7 14L2 9l1.41-1.41L7 11.17l7.59-7.59L16 5l-9 9z' fill='%2335D795'/%3E%3C/svg%3E");background-repeat:no-repeat;height:1.8rem;width:1.8rem;position:absolute;left:0;top:0;transition:opacity .2s ease-in-out;cursor:pointer}.styles__wrapper___3wZvP .styles__input___pTM-S:checked+.styles__label___1syVX:after{opacity:1}.styles__wrapper___3wZvP .styles__input___pTM-S:focus+.styles__label___1syVX:before{box-shadow:var(--primary-outline);outline:.3rem solid transparent}.styles__hidden-label___2I_-v{margin:0!important}.styles__hidden-label___2I_-v .styles__label-content___eheaO{position:absolute;left:-10000rem;top:auto;width:.1rem;height:.1rem;overflow:hidden}.styles__fieldset___2o6Gt{font-size:1.4rem}.styles__fieldset___2o6Gt .styles__legend___3RUgx{font-weight:500;margin-bottom:1.8rem}.styles__fieldset___2o6Gt .styles__double-columns___XZWHn{display:grid;grid-template-columns:1fr 1fr;row-gap:2rem}.styles__fieldset___2o6Gt .styles__columns___3WTr3{display:flex;flex-direction:column;row-gap:2rem}*,:after,:before{box-sizing:inherit}.styles__wrapper___12X0Q{position:relative;border:.1rem solid var(--gray-8);border-radius:1.6rem;display:flex;justify-content:center;align-items:center;font-size:1.4rem;margin:auto;padding:.6rem 1.2rem;text-align:center}.styles__wrapper___12X0Q label{display:block;min-height:1.8rem;min-width:1.8rem;font-size:1.4rem;margin-top:.15rem}.styles__wrapper___12X0Q input{position:absolute;left:0;opacity:0;top:0;box-sizing:border-box;width:100%;height:100%;cursor:pointer}.styles__checked-wrapper___2iwQ8{background-color:var(--primary-lightest);border-color:var(--malibu);color:var(--malibu)}.styles__wrapper___12X0Q input:focus+label:before{box-shadow:var(--primary-outline);outline:.3rem solid transparent}.styles__fieldset___1a7hV{font-size:1.4rem;display:inline-grid;grid-template:auto auto/1fr}.styles__fieldset___1a7hV .styles__legend___2zlVO{padding:1.2rem 0;color:var(--gray-80)}.styles__fieldset___1a7hV .styles__checkbox-wrapper___36upi{display:inline-grid;grid-template-columns:repeat(3,auto);column-gap:.8rem}.styles__selected-item-box-container___Bm4B8{display:flex;column-gap:.8rem;padding:.6rem 1.2rem;background-color:var(--primary-lightest);border:.1rem solid var(--malibu);border-radius:1.6rem;color:var(--malibu);font-size:1.4rem;align-items:center;justify-content:space-between}.styles__selected-item-box-container___Bm4B8 .styles__remove-item-button___1N9MM{height:1.2rem;width:1.2rem}.styles__selected-item-box-container___Bm4B8 .styles__remove-item-button-icon___3unjR{fill:var(--malibu)}.styles__select-dropdown-container___3L3uy{display:flex;flex-direction:column;width:100%;row-gap:1.2rem;position:relative}.styles__select-dropdown-container___3L3uy .styles__select-dropdown-label___g6hXy{font-size:1.4rem;color:var(--gray-80);line-height:2rem;font-weight:500}.styles__select-dropdown-container___3L3uy .styles__input-wrapper___172gQ{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;border:.1rem solid var(--gray-8);border-radius:.8rem;padding:1.2rem 1.6rem;box-shadow:0 .1rem .2rem rgba(42,46,70,.04)}.styles__select-dropdown-container___3L3uy .styles__input-wrapper___172gQ .styles__selected-items-wrapper___126R5{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;row-gap:.4rem}.styles__select-dropdown-container___3L3uy .styles__input-wrapper___172gQ .styles__select-dropdown-input___21VjQ{flex:1;border:none;width:100%}.styles__select-dropdown-container___3L3uy .styles__input-wrapper___172gQ .styles__select-dropdown-input___21VjQ .styles__input___I0hhT{border:none;padding:0}.styles__select-dropdown-container___3L3uy .styles__input-wrapper___172gQ .styles__select-dropdown-input___21VjQ .styles__input___I0hhT::placeholder{color:var(--gray-40);font-weight:400}.styles__select-dropdown-container___3L3uy .styles__select-dropdown-list___1Pa57{border:.1rem solid var(--gray-8);border-radius:.8rem;position:absolute;background-color:#fff;z-index:5;left:0;right:0;max-height:20rem;overflow-y:auto}.styles__select-dropdown-container___3L3uy .styles__select-dropdown-list___1Pa57 .styles__select-dropdown-item___3xFE4{border-bottom:.1rem solid var(--gray-8);color:var(--gray-80);font-size:1.2rem;font-weight:500;box-sizing:border-box}.styles__select-dropdown-container___3L3uy .styles__select-dropdown-list___1Pa57 .styles__select-dropdown-item___3xFE4.styles__empty-content___3TKrF{padding:2rem 1.2rem}.styles__select-dropdown-container___3L3uy .styles__select-dropdown-list___1Pa57 .styles__select-dropdown-item___3xFE4:last-of-type{border-bottom:none}.styles__select-dropdown-container___3L3uy .styles__select-dropdown-list___1Pa57 .styles__select-dropdown-item___3xFE4:hover{background-color:var(--gray-8)}.styles__select-dropdown-container___3L3uy .styles__select-dropdown-list___1Pa57 .styles__select-dropdown-item___3xFE4 .styles__select-dropdown-button___1WDov{width:100%;text-transform:none;justify-content:flex-start;color:var(--gray-80);font-size:1.2rem;font-weight:500}.styles__modal___yE_XJ{background-color:#fff;box-shadow:0 .1rem .3rem .1rem rgba(42,46,70,.16);border-radius:.8rem;width:48rem;margin:0 auto}@media (min-width:160px) and (max-width:767px){.styles__modal___yE_XJ{width:100%;max-width:48rem}}.styles__modal___yE_XJ .styles__modal-header___3QyKF{padding:2.4rem 2.4rem 1.6rem;display:flex;justify-content:space-between;align-items:center;border-bottom:.1rem solid var(--gray-8)}.styles__modal___yE_XJ .styles__modal-header___3QyKF .styles__title___I48vL{font-weight:600;font-size:1.6rem;line-height:2.4rem;color:var(--gray-100)}.styles__modal___yE_XJ .styles__modal-header___3QyKF .styles__close-button___1yO2o{height:4rem;width:4rem;background-color:#fff;cursor:pointer;border-radius:.4rem;outline:none}.styles__modal___yE_XJ .styles__modal-header___3QyKF .styles__close-button___1yO2o .styles__close-icon___300Xb{width:1.4rem;height:1.4rem;fill:var(--gray-80)}.styles__modal___yE_XJ .styles__modal-header___3QyKF .styles__close-button___1yO2o:focus,.styles__modal___yE_XJ .styles__modal-header___3QyKF .styles__close-button___1yO2o:hover{background-color:var(--gray-8);box-shadow:var(--primary-outline)}.styles__modal___yE_XJ .styles__modal-content___AEmSS{padding:3.2rem;border-bottom:.1rem solid var(--gray-8)}@media (min-width:160px) and (max-width:767px){.styles__modal___yE_XJ .styles__modal-content___AEmSS{max-height:30.8rem;overflow-y:auto}}.styles__modal___yE_XJ .styles__modal-content___AEmSS .styles__coach-filter___2tpZi{margin-bottom:2.4rem;padding-bottom:2.4rem;border-bottom:.1rem solid var(--gray-8)}.styles__modal___yE_XJ .styles__modal-content___AEmSS .styles__category-filter___1PI9L{border-bottom:.1rem solid var(--gray-8);padding-bottom:2.6rem}.styles__modal___yE_XJ .styles__modal-content___AEmSS .styles__type-filter___3iLLN{margin-top:1.2rem}.styles__modal___yE_XJ .styles__modal-action-buttons___3mltW{padding:1.6rem 2.4rem;display:flex;justify-content:space-between}.styles__modal___yE_XJ .styles__modal-action-buttons___3mltW .styles__action-button___2MaTm{font-size:1.4rem;line-height:2rem;padding:1.4rem 2.4rem}.styles__all-classes-wrapper___1sb8s{padding:8rem 0 12rem;background-color:#fff}.styles__all-classes-wrapper___1sb8s.styles__highlight-message___3I6yL{padding-top:16rem}.styles__all-classes-wrapper___1sb8s .styles__header-wrapper___Q1sBV{padding:4rem 4rem 3.2rem;background:linear-gradient(180deg,#fff,#f0f2ff);display:flex;justify-content:center}.styles__all-classes-wrapper___1sb8s .styles__header-wrapper___Q1sBV .styles__header-content___2qz1H{max-width:136rem;width:100%}.styles__all-classes-wrapper___1sb8s .styles__header-wrapper___Q1sBV .styles__header-content___2qz1H .styles__breadcrumb___2LRC9{display:grid;grid-template-columns:repeat(2,auto) 1fr;grid-column-gap:.4rem;align-items:center}.styles__all-classes-wrapper___1sb8s .styles__header-wrapper___Q1sBV .styles__header-content___2qz1H .styles__breadcrumb___2LRC9 .styles__link___203Ah{font-weight:500;font-size:1.4rem;line-height:2rem;text-decoration:none;color:var(--gray-80)}.styles__all-classes-wrapper___1sb8s .styles__header-wrapper___Q1sBV .styles__header-content___2qz1H .styles__breadcrumb___2LRC9 .styles__link___203Ah.styles__active-link___3IiX7{color:var(--gray-40)}.styles__all-classes-wrapper___1sb8s .styles__header-wrapper___Q1sBV .styles__header-content___2qz1H .styles__breadcrumb___2LRC9 .styles__arrow___3D4od{width:2.4rem;height:2.4rem;fill:var(--gray-24)}.styles__all-classes-wrapper___1sb8s .styles__header-wrapper___Q1sBV .styles__header-content___2qz1H .styles__title___2Oi4q{font-weight:600;font-size:3.2rem;line-height:4rem;padding-top:.8rem}.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx{padding:4rem 4rem 0;margin-bottom:4.8rem;display:flex;justify-content:center}@media (min-width:160px) and (max-width:767px){.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx{padding:4rem 1.2rem}}.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU{max-width:136rem;width:100%}.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__filters-container___1W0XW{display:grid;grid-template-columns:47.8rem 11.1rem 1fr;grid-column-gap:2.4rem;padding-bottom:4rem}@media (min-width:768px) and (max-width:1199px){.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__filters-container___1W0XW{grid-template-columns:40rem 11.1rem 1fr}}@media (min-width:160px) and (max-width:767px){.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__filters-container___1W0XW{grid-template:auto auto/1fr 1fr;grid-template-areas:"input input" "general-filter ordering-filter";row-gap:1.6rem}.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__filters-container___1W0XW .styles__search-input___1SsgY{grid-area:input}.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__filters-container___1W0XW .styles__filters-button___1uv3R{grid-area:general-filter}.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__filters-container___1W0XW .styles__ordering-dropdown___6P4jI{grid-area:ordering-filter}}.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__filters-container___1W0XW .styles__filters-button___1uv3R{font-size:1.4rem;line-height:2rem;padding:1.4rem}.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__filters-container___1W0XW .styles__filters-button___1uv3R .styles__filters-icon___3It5v{width:2rem;height:2rem;fill:var(--gray-80);margin-right:1.2rem}.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__filters-container___1W0XW .styles__ordering-dropdown___6P4jI{justify-self:end;width:15rem}@media (min-width:160px) and (max-width:767px){.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__filters-container___1W0XW .styles__ordering-dropdown___6P4jI{display:flex}}.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__loader___2DtUp{display:flex;justify-content:center;padding-top:4rem}.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__classes-container___2_r2U{display:grid;grid-template-columns:repeat(auto-fit,minmax(29.4rem,1fr));grid-column-gap:2.4rem;grid-row-gap:3.2rem;justify-content:center}@media (min-width:1200px){.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__classes-container___2_r2U{grid-template-columns:repeat(auto-fit,minmax(29.4rem,32rem))}}.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__empty-container___3gNfH{height:42.5rem;display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center;font-size:1.4rem;line-height:2rem;color:var(--gray-64)}.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__empty-container___3gNfH .styles__no-search-results-icon___14pr8{height:9.6rem;width:9.6rem}.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__empty-container___3gNfH .styles__empty-state-text___1yzYF{margin:2rem 0 .8rem;font-size:1.6rem;line-height:2.4rem;color:var(--gray-100);font-weight:600;text-align:center}.styles__all-classes-wrapper___1sb8s .styles__classes-wrapper___23VBx .styles__classes-list___1_ItU .styles__empty-container___3gNfH .styles__tip-text___1fzDF{margin-top:2.2rem;color:var(--malibu);font-weight:600}@media (min-width:160px) and (max-width:767px){.styles__filters-modal___2JVkY{bottom:0;right:0;left:0}}