@keyframes slide-up{0%{transform:translateY(150%)}to{transform:translateY(0)}}@keyframes tb-show{0%{opacity:0;visibility:hidden;background-color:rgba(243,243,243,.8);transform:translateY(-100%)}to{opacity:1;visibility:shown;background-color:#f3f3f3;transform:translateY(-1%)}}@keyframes box{0%{opacity:0}to{opacity:1}}@keyframes chat_slide_in_large{0%{transform:translateX(120%);width:0;display:none}to{transform:translateY(0);display:initial;width:300px}}@keyframes chat_slide_out_large{0%{transform:translateY(0);display:initial;width:300px}to{transform:translateX(120%);width:0;display:none}}@keyframes chat_slide_in{0%{transform:translateX(120%);width:0;display:none}to{transform:translateY(0);display:initial;width:200px}}@keyframes chat_slide_out{0%{transform:translateY(0);display:initial;width:200px}to{transform:translateX(120%);width:0;display:none}}@keyframes button_chat-in{0%{opacity:0}60%{opacity:0;transform:rotate(0deg)}to{opacity:1;transform:rotate(180deg)}}@keyframes button_chat-out{0%{opacity:0}60%{opacity:0;transform:rotate(180deg)}to{opacity:1;transform:rotate(0deg)}}@keyframes button_chat-in__text{0%,60%{opacity:0}to{opacity:1}}@keyframes button_chat-out__text{0%,60%{opacity:0}to{opacity:1}}*,:after,:before{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,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,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;text-size-adjust:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body,html{height:100%}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;border-radius:0}a{text-decoration:none;color:inherit}button{all:unset;cursor:pointer}html{font-family:var(--font_family),Arial,Helvetica,sans-serif;color:var(--font_color);font-size:14px;background-color:#f3f3f3}h1,h2,h3,h4,h5,h6{font-size:32.72727px;line-height:1.1em;font-weight:700}@media (min-width:640px){h1{font-size:36px}}h2,h3,h4,h5,h6{font-size:21.81818px}@media (min-width:640px){h2{font-size:24px}}h3,h4,h5,h6{font-size:16.36364px}@media (min-width:640px){h3{font-size:18px}}h4,h5,h6{font-size:12.72727px}@media (min-width:640px){h4{font-size:14px}}h5,h6{font-size:11.81818px}@media (min-width:640px){h5{font-size:13px}}h6{font-size:10.90909px}@media (min-width:640px){h6{font-size:12px}}.ge-msg,.ge-msg--badge::before{width:100%;max-width:400px;border-radius:.5rem}.ge-msg{display:grid;position:relative;z-index:1;grid-template-rows:auto 1fr}.ge-msg--badge{color:#222;background-color:#f3f3f3;animation-name:slide-up;animation-duration:1.2s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(0,0,0,1)}.ge-msg--badge::before{content:"";position:absolute;box-shadow:rgba(0,0,0,.8) 0 0 15px;background-color:#f3f3f3;top:0;height:100vh;z-index:-1}.ge-msg--login{background-color:#f3f3f3;box-shadow:rgba(0,0,0,.4) 0 0 15px}.ge-msg--logout{background-color:#f3f3f3;color:var(--font_color);position:fixed;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.ge-msg__img{width:100%}.ge-msg-cnt{display:grid;padding:2rem;grid-gap:1rem;justify-items:start;color:var(--font_color)}.ge-msg-cnt-title{display:grid;grid-auto-flow:row;grid-gap:.2rem;line-height:1em}.ge-msg-cnt-title__b{font-size:21.81818px;line-height:1.1em;font-weight:700}@media (min-width:640px){.ge-msg-cnt-title__b{font-size:24px}}.ge-msg-cnt-title__s{font-size:16.36364px;line-height:1.1em;font-weight:400}@media (min-width:640px){.ge-msg-cnt-title__s{font-size:18px}}.ge-msg-cnt-actions{display:flex;flex-wrap:wrap;grid-gap:1rem;justify-content:center;padding-top:1rem}.ge-msg-cnt-actions-item{padding:1rem 3rem;border-radius:10px;font-weight:700;white-space:nowrap}.ge-msg-cnt-actions-item__log_out{border:2px solid #222}.ge-msg-cnt-actions-item__log_out:hover{background:#dadada;transition:all .2s}.ge-msg-cnt-actions-item__cancel{background:#222;color:#f3f3f3}.ge-msg-cnt-actions-item__cancel:hover{transition:all .2s;background:#3c3c3c}.ge-msg-cnt-list{font-weight:700;font-size:1.1em;list-style-type:disc;list-style-position:inside}.ge-msg-cnt-list-wrap{display:grid;grid-gap:.5rem}.ge-logout{position:fixed;top:0;left:0;width:100vw;height:100vh;content:"";background:rgba(34,34,34,.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;visibility:hidden;z-index:99;transition:all .5s;padding:1rem}.ge-logout[show=true]{opacity:1;visibility:visible}.ge-logout__title{font-size:2rem}.ge-selector{outline:0;background:0 0;margin-left:-4px;font-size:14px;width:max-content;cursor:pointer;padding:.5em}.ge-selector,.ge-selector:hover{color:var(--font_color)}.ft{width:100%;display:grid}.ft-wrap{width:100%;background-color:#f3f3f3;position:relative;display:flex;z-index:10;justify-content:center;box-shadow:rgba(0,0,0,.4) 0 5px 15px}.ft-prim,.ft-prim-links{display:flex;flex-wrap:wrap}.ft-prim{justify-content:space-between;width:100%;max-width:initial;padding:1rem 2rem}.ft-prim-links{justify-self:end;align-items:center}.ft-prim-links__item{text-decoration:underline;padding:.5rem 1rem .5rem 0;font-size:.9em}.ft-prim-legal{display:grid;grid-auto-flow:row;grid-gap:2rem 1rem;align-items:center;padding-top:.5rem}.ft-prim-legal:only-child{border-bottom:0}@media (min-width:640px){.ft-prim-legal{grid-auto-flow:column;padding-top:0}.ft-prim-legal:only-child{width:100%;justify-content:end}}.ft-prim-legal-links{display:flex;flex-wrap:wrap;padding-right:.7rem}@media (min-width:640px){.ft-prim-legal-links{justify-self:end;border-right:1px solid #c9c9c9}}.ft-prim-legal-links__item{text-decoration:underline;padding:.5rem 1rem .5rem 0;box-sizing:border-box;font-size:.9em}.ft-prim-legal__cy{font-size:.9em}.ft-sponsors{display:grid;justify-items:center;padding:2rem;grid-gap:1rem}.ft-sponsors:last-child{border-bottom:1px solid #c9c9c9}.ft-sponsors__title{text-transform:uppercase;font-size:.8em;font-weight:700;color:#8a8a8a}.ft-sponsors-links{display:flex;flex-wrap:wrap;max-width:1200px;width:100%;justify-self:center;justify-content:center}.ft-sponsors-links__item{display:flex;padding:1rem 2rem;justify-content:center}.ft-sponsors-links__item img{max-height:50px;max-width:250px;object-fit:contain;width:100%}.ft-sponsors--organizers .ft-sponsors-links__item img{max-width:300px;max-height:90px}.ge-tb{display:grid;width:100%;padding:0 1rem;grid-template-rows:40px auto;align-items:center;background-color:rgba(243,243,243,.95);backdrop-filter:blur(2px);box-shadow:rgba(34,34,34,.1) 0 0 12px;position:relative;z-index:99;height:40px;grid-template-areas:"ham logo access" ". logo  .";grid-template-columns:1fr auto 1fr}.ge-tb[show=true]{background-color:#f3f3f3;transition:background-color .5s}@media (min-width:640px){body[show_chat=true][state=LIVE] .ge-tb{grid-template-columns:1fr auto 200px 1fr;grid-template-areas:"ham logo . access" ". logo  . ."}}@media (min-width:1024px){.ge-tb{grid-template-areas:"opts logo access" ". logo ."}body[show_chat=true][state=LIVE] .ge-tb{grid-template-columns:1fr auto 300px 1fr;grid-template-areas:"opts logo . access" ". logo . ."}}.ge-tb__logo{grid-area:logo;background-color:#eee;border-radius:0 0 1rem 1rem;box-shadow:rgba(34,34,34,.2) 0 0 12px;position:relative;display:flex;transition:all .5s}.ge-tb[show=true] .ge-tb__logo{box-shadow:initial;background-color:initial}@media (min-width:1024px){.ge-tb[show=true] .ge-tb__logo{box-shadow:rgba(34,34,34,.2) 0 0 12px;background-color:#eee}}.ge-tb__logo img{padding:.7rem;max-height:70px;object-fit:contain}@media (hover:hover) and (pointer:fine){.ge-tb__logo:hover{transform:translateY(10px);box-shadow:initial;transition:transform .5s}.ge-tb__logo:hover::before{content:"";background-color:#eee;position:absolute;width:100%;box-shadow:rgba(34,34,34,.2) 0 0 12px;height:calc(100% + 10px);border-radius:0 0 1rem 1rem;bottom:0;left:0;z-index:-1}}.ge-tb__ham{grid-area:ham}@media (min-width:1024px){.ge-tb__ham{display:none}}.ge-tb__ham img{height:14px}.ge-tb-opts{display:grid;grid-gap:1.5rem;align-items:center;justify-content:start;font-size:.95em;font-weight:700;background-color:rgba(243,243,243,.8);position:absolute;width:100%;top:40px;padding:2rem 1rem;transform:translateY(-200%);border-bottom:1px solid #dfdfdf;left:0}@media (min-width:1024px){.ge-tb-opts{display:grid;grid-area:opts;grid-auto-flow:column;position:initial;top:initial;background-color:initial;transform:initial;padding:initial;border-bottom:0}}.ge-tb[show=true] .ge-tb-opts{animation-name:tb-show;animation-duration:.5s;animation-fill-mode:forwards;z-index:-99}.ge-tb-access,.ge-tb-back{display:grid;grid-auto-flow:column;align-items:center}.ge-tb-back{grid-area:back;justify-content:start;grid-gap:.3rem}.ge-tb-back span,.ge-tb-back:hover span{transition:opacity .3s;opacity:1}.ge-tb-back img{height:15px}.ge-tb-back span{font-size:.8em;font-weight:700;opacity:0}.ge-tb-access{grid-area:access;justify-self:end;font-size:.9em;font-weight:700}.ge-tb-access,.ge-tb-access--login{grid-gap:.5rem}.ge-tb-access--login span{padding-top:.2rem}.ge-tb-access--logout{grid-gap:1rem}.ge-tb-access span{display:none}@media (min-width:640px){.ge-tb-access span{display:initial}}.ge-tb-access__user>:first-child{font-weight:400}.ge-tb-access img{height:17px}.ge-hero{display:grid;grid-gap:.8rem;max-width:600px;padding:5rem 1rem 2rem}.ge-hero__title{font-size:32.72727px;font-weight:700;line-height:1em}@media (min-width:640px){.ge-hero__title{font-size:36px}}.ge-hero--ec{text-align:center}.cookie-though{--ct-primary-400:#222;--ct-primary-300:#5A5A5A;--ct-primary-200:#f2f6f9;--ct-primary-100:#EDEDED;--ct-white:#ffffff;--gray-400:#5A5A5A;--gray-300:#f2f6f9;--ct-text:#6b7280;--ct-subtitle:var(--ct-primary-300);--ct-title:var(--ct-primary-400);--ct-cookie:var(--ct-primary-400);--ct-policy:var(--ct-white);--ct-policy-enabled:var(--ct-primary-400);--ct-policy-text:var(--ct-primary-400);--ct-policy-text-enabled:var(--ct-white);--ct-policy-essential:var(--ct-primary-100);--ct-slider-primary:var(--gray-400);--ct-slider-secondary:var(--gray-300);--ct-slider-enabled-primary:var(--ct-white);--ct-slider-enabled-secondary:#6b7280;--ct-enabled-option-color:var(--ct-white);--ct-text-margin:0.25rem;--ct-default-padding:1rem;--ct-seperator-padding:0.5rem;--ct-heading-font-size:1rem;--ct-sub-heading-font-size:0.875rem;--ct-text-font-size:0.75rem;--ct-button-font-size:0.8125rem;--ct-primary-font:$global-font-family;--ct-secondary-font:$global-font-family;--ct-z-index:9999;line-height:1.5em}.room-details-list{display:grid;grid-template-rows:repeat(2,min-content);grid-template-columns:repeat(auto-fit,minmax(0,1fr));grid-auto-flow:column;grid-gap:.3rem 1.5rem;width:100%;color:var(--font_color)}.room-details__concept{font-weight:700;font-size:.8em}.cl-ft a,.cl-ft span,.room-details__value{font-size:.9em}.ge-btn,.room-status{grid-auto-flow:column;align-items:center}.room-status{border-radius:5px;background-color:#f3f3f3;display:grid;grid-gap:.5em;font-size:.9em}.ri-top-messages .room-status{border-radius:5px 5px 0 0;padding:.7rem 1rem}.room-status--live::before{content:"";display:flex;width:6px;height:6px;background-color:#c00000;animation:rec 2s infinite;border-radius:50%}.ge-btn{text-decoration:none;font-weight:700;padding:0 1.045rem;margin:0;transition:.1s;font-size:.76rem;line-height:1.9rem;vertical-align:middle;text-align:center;cursor:pointer;white-space:nowrap;border:.095rem solid var(--primary_color);border-radius:1.9rem;color:#f3f3f3;background-color:var(--primary_color);display:inline-grid;grid-gap:.8rem;box-sizing:border-box;justify-content:center;width:initial;text-transform:uppercase}.ge-btn:not(:disabled):hover{box-shadow:0 0 4px 0 rgba(37,37,37,.5)}.ge-btn:disabled{cursor:initial}.ge-btn:focus{outline:0}.ge-btn--ghost{color:var(--primary_color);background-color:transparent}.ge-btn--ghost:not(:disabled):hover{background-color:#222;border:.095rem solid #222;color:#f3f3f3}.ge-btn--inverted{background-color:#f3f3f3;color:var(--font_color);border:.095rem solid #f3f3f3}.ge-btn--inverted:not(:disabled):hover{background-color:#222;color:#f3f3f3;border:.095rem solid #222}.ge-btn--inverted-ghost{color:#f3f3f3;background-color:transparent;border:.095rem solid #f3f3f3}.ge-btn--inverted-ghost:not(:disabled):hover{background-color:#f3f3f3;color:#222}.ge-btn--nude{color:#222;background-color:inherit;border:0;padding:0;font-size:.9em}.ge-btn--nude:not(:disabled):hover{background-color:inherit;border:inherit;box-shadow:initial;color:#6744ff}.ge-btn--secondary-nude{color:#cacaca;background-color:inherit;border:0;padding:0}.ge-btn--secondary-nude:not(:disabled):hover{background-color:inherit;border:inherit;box-shadow:initial;color:#cacaca}.ge-btn--big{font-size:.952rem;padding:0 1.4rem;line-height:2.8rem}.es{min-height:100vh;max-width:1200px;margin:0 auto}.es-brand img{max-height:80px;width:100%;height:100%;object-fit:contain}.es-brand-list{display:grid;justify-content:space-between;grid-template-columns:repeat(2,1fr);grid-gap:2rem}@media (min-width:640px){.es-brand-list{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.es-brand-list{grid-template-columns:repeat(8,1fr)}}.es-sect-wrap{display:grid;grid-gap:3rem;padding:0 1rem;padding-top:2rem}.es-sect__title{font-size:16.36364px;line-height:1.1em;font-weight:700}@media (min-width:640px){.es-sect__title{font-size:18px}}.cl{position:relative;display:grid;min-height:100%}@media (min-width:640px){.cl::before{content:"";position:fixed;right:0;transform:translateX(50%);width:110vw;height:110vw;min-height:100vh;background-color:var(--primary_color);filter:brightness(80%);border-radius:50%;z-index:-99;animation-name:circle-right;animation-duration:1s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(0,0,0,1)}@keyframes circle-right{0%{transform:translateX(200%) scaleX(0)}to{transform:translateX(50%) scaleX(1)}}}.cl__bg{width:100%;height:100%;position:absolute;z-index:-1;object-fit:cover;background-position:fixed;object-position:center}.cl-ft,.cl-ft-wrap{width:100%;display:flex}.cl-ft{justify-content:space-between;padding:1rem;max-width:initial;flex-wrap:wrap}.cl-ft-wrap{background-color:#f3f3f3;position:relative;justify-content:center;box-shadow:rgba(0,0,0,.8) 0 5px 15px}.cl-ft>*{padding:.5rem}.cl-ft-links{display:flex;flex-wrap:wrap}.cl-ft-links-item{text-decoration:underline;padding:0 .5rem .5rem 0}.cl-box{display:grid;align-items:center;border-radius:.5rem;background-color:#f3f3f3;box-shadow:rgba(0,0,0,.35) 0 5px 15px;opacity:0;height:100%;grid-template-rows:1fr 1fr;animation-name:box;animation-duration:1s;animation-fill-mode:forwards}@media (min-width:1024px){.cl-box{grid-template-rows:initial;grid-template-columns:minmax(auto,400px) 400px;height:400px}}.cl-box-wrap{display:flex;justify-content:center;align-items:center;padding:3rem 1rem 6rem}.cl-box>*{max-width:400px}.cl-box-cnt{display:grid;grid-gap:1.6rem;padding:1rem 2rem}.cl-box-cnt-title{display:grid;grid-auto-flow:row;grid-gap:.2rem}.cl-box-cnt-title__b{font-size:21.81818px;line-height:1.1em;font-weight:700}@media (min-width:640px){.cl-box-cnt-title__b{font-size:24px}}.cl-box-cnt-title__s{font-size:16.36364px;line-height:1.1em;font-weight:400}@media (min-width:640px){.cl-box-cnt-title__s{font-size:18px}}.cl-box__img{width:100%;height:100%;object-fit:cover;border-radius:0 0 .5rem .5rem}@media (min-width:640px){.cl-box__img{border-radius:0 .5rem .5rem 0}}.cl-form{display:contents}.cl-form-line{position:relative;display:grid}.cl-form-line__label{position:absolute;z-index:1;transition:.25s;top:1.6rem;transform:translateY(-50%);margin:auto;left:1.5rem;color:#222;cursor:auto}.cl-form-line__input:focus+.cl-form-line__label,.cl-form-line__input:not(:placeholder-shown)+.cl-form-line__label{font-size:.8rem;top:.9rem}.cl-form-line__input:focus+.cl-form-line__label{color:#8a8a8a}.cl-form-line__input{background:0 0;position:relative;height:3.2rem;width:100%;z-index:1;border:0;border-radius:5px;background:#d9d9d9;color:#222;margin:0;padding:1.5rem 1.5rem .5rem;font-size:1rem;transition:1s}.cl-form-line__input::placeholder{color:transparent}.cl-form-line__input:focus{outline:0;border-color:#8a8a8a;color:#222}.cl-form-line__input:invalid:not(:focus):not(:placeholder-shown){background:#fff3f3;border-color:#c00000}.cl-form-line-error{font-size:.9rem;padding:.4rem;display:grid;grid-auto-flow:column;align-items:center;grid-gap:.5rem;justify-content:start}.cl-form-line-error img{max-height:15px}.cl-form-line-error img svg path{fill:#222}.cl-form-line-error-wrap{display:grid;grid-auto-flow:column;padding:0;margin:0;list-style:none}.cl-form__button{height:3.2rem;border-radius:5px;background:var(--primary_color);transition:.5s;color:#fff;font-weight:700;text-align:center}.cl-form__button:hover{background:#222}.ro{display:grid;grid-template-rows:min-content auto}.ro-wrap[state=FINISHED] .ro,.ro-wrap[state=UPCOMING] .ro{justify-content:center;align-items:center;padding:5rem .5rem .5rem}@media (min-width:640px){.ro-wrap[state=FINISHED] .ro,.ro-wrap[state=UPCOMING] .ro{padding:0}.ro{grid-auto-flow:column;grid-template-rows:initial;grid-template-columns:auto min-content}}.ro-wrap{display:grid;grid-template-rows:calc(100vh - 40px);max-height:100vh;overflow:hidden}.ro-wrap[state=FINISHED]::after,.ro-wrap[state=UPCOMING]::after{z-index:1}@media (min-width:640px){.ro-wrap[state=FINISHED]::after,.ro-wrap[state=UPCOMING]::after{content:"";position:fixed;right:0;transform:translateX(50%);width:110vw;height:110vw;min-height:100vh;background-color:var(--primary_color);filter:brightness(80%);border-radius:50%;z-index:-99;animation-name:circle-right;animation-duration:1s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(0,0,0,1)}@keyframes circle-right{0%{transform:translateX(200%) scaleX(0)}to{transform:translateX(50%) scaleX(1)}}}.ro-wrap[state=LIVE],.ro-wrap[state=VOD]{background-color:#222}.ro-stream{padding:1rem 0;padding-top:4rem}@media (min-width:640px){.ro-stream{padding:0;display:grid;grid-template-columns:4rem auto 4rem;grid-template-areas:". video chat_btn";align-items:center}}.ro-stream__chat_btn{height:100%;display:none;grid-area:chat_btn;justify-content:center;align-content:end;align-items:center;padding:2rem 0;box-sizing:border-box;color:#f3f3f3;grid-auto-flow:column;-webkit-tap-highlight-color:transparent;grid-gap:.2rem}@media (min-width:640px){.ro-stream__chat_btn{display:grid}}.ro-stream__chat_btn span{writing-mode:vertical-lr;font-size:.65em;text-transform:uppercase;font-weight:700;transform:rotate(180deg)}body[show_chat=true] .ro-stream__chat_btn__close{display:initial;animation-name:button_chat-in__text;animation-duration:1.5s;animation-fill-mode:forwards}.ro-stream__chat_btn>*,body[show_chat=false] .ro-stream__chat_btn__close,body[show_chat=true] .ro-stream__chat_btn__open{display:none}body[show_chat=false] .ro-stream__chat_btn__open{display:initial;animation-name:button_chat-out__text;animation-duration:1.5s;animation-fill-mode:forwards}.ro-stream__chat_btn img{width:15px}@media (min-width:1024px){.ro-stream__chat_btn img{width:20px}}body[show_chat=false] .ro-stream__chat_btn img,body[show_chat=true] .ro-stream__chat_btn img{animation-name:button_chat-in;animation-duration:1.5s;animation-fill-mode:forwards;display:initial}body[show_chat=false] .ro-stream__chat_btn img{animation-name:button_chat-out}.ro-stream-vi{position:relative;padding-bottom:56.25%;width:100%;height:0}.ro-stream-vi-wrap{display:flex;box-sizing:border-box;--tbheight:40px;max-width:calc(calc(100vh - var(--tbheight) - 4rem)*1.7);height:100%;justify-self:center;width:100%;align-items:center;grid-area:video}@media (min-width:1024px){.ro-stream-vi-wrap{max-width:calc(calc(100vh - var(--tbheight) - 2rem)*1.7)}}.ro-stream-vi__player{top:0;left:0;width:100%;height:100%;position:absolute}.ro-chat{position:relative;z-index:3;box-shadow:rgba(0,0,0,.35) 0 5px 15px}body[show_chat=true] .ro-chat{animation-duration:.5s;animation-fill-mode:forwards}@media (min-width:640px){body[show_chat=true] .ro-chat{animation-name:chat_slide_in}}@media (min-width:1024px){body[show_chat=true] .ro-chat{animation-name:chat_slide_in_large}}body[show_chat=false] .ro-chat{animation-duration:.5s;animation-direction:forwards}@media (min-width:640px){body[show_chat=false] .ro-chat{animation-name:chat_slide_out}}@media (min-width:1024px){body[show_chat=false] .ro-chat{animation-name:chat_slide_out_large}}.ti{min-height:100vh;padding:2rem 1rem 1rem}.ti-wrap{max-width:640px;margin:0 auto;margin-bottom:6rem}.ti-header{font-size:2rem;margin-bottom:1rem}.ti-cnt{display:grid;grid-gap:1rem}.co-hero-cnt>a,.ti-cnt h1,.ti-cnt h2,.ti-cnt h3,.ti-cnt h4,.ti-cnt h5,.ti-cnt h6{margin-top:1rem}.ti-logo{align-items:center;cursor:pointer;margin-bottom:2rem}.ti-logo img{max-height:80px}.ti__back{font-weight:700;display:grid;grid-auto-flow:column;align-items:center;justify-content:start;grid-gap:.5rem;font-size:.85em;margin-bottom:.8rem}.ti__back img{max-height:15px}.er .er__title,.ti-top{display:grid;grid-auto-flow:row}.ti-top{grid-gap:1rem;margin-bottom:2rem}.la{background-color:#222;height:100%;color:#f3f3f3;display:flex;justify-content:center;align-items:center}.er{max-width:600px;padding:6rem 1rem;display:grid;grid-gap:1rem;align-content:start;justify-items:center;text-align:center}.co,.er-wrap{display:flex;min-height:100vh}.er-wrap{justify-content:center}.er img{max-height:80px}.er .er__title{font-size:32.72727px;line-height:1.1em;font-weight:700}@media (min-width:640px){.er .er__title{font-size:36px}}.co{flex-direction:column}.co-hero{position:relative;width:100%;margin-top:-40px;padding-top:75%}@media (min-width:640px){.co-hero{padding-top:42.85%}}.co-hero--light .co-hero__btn,.co-hero--primary .co-hero__btn{background-color:#f3f3f3;color:var(--font_color);border:.095rem solid #f3f3f3}.co-hero--light .co-hero__btn:not(:disabled):hover,.co-hero--primary .co-hero__btn:not(:disabled):hover{background-color:#222;color:#f3f3f3;border:.095rem solid #222}.co-hero--empty{background-color:var(--primary_color)}.co-hero-cnt{max-width:1200px;width:100%;color:#f3f3f3;display:grid;align-content:start;justify-items:start;padding:1rem;margin-top:40px}.co-hero--dark .co-hero-cnt{color:#222}.co-hero--primary .co-hero-cnt,.co-hero--primary-dark .co-hero-cnt{color:var(--primary_color)}.co-hero-cnt-wrap{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;justify-content:center;align-items:center}.co-hero-cnt__title{font-size:2rem}@media (min-width:640px){.co-hero-cnt__title{font-size:4rem}}@media (min-width:1024px){.co-hero-cnt__title{font-size:6rem}}.co-hero-cnt__intro{font-size:21.81818px;line-height:1.1em;font-weight:700}@media (min-width:640px){.co-hero-cnt__intro{font-size:24px}}@media (min-width:640px){.co-hero-cnt>a{margin-top:2rem}}.co-hero__bg{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;object-fit:cover}.co-hero__title{font-size:32.72727px;line-height:1.1em;font-weight:700}@media (min-width:640px){.co-hero__title{font-size:36px}}.co-keys{display:grid;grid-gap:2rem;padding:6rem 1rem;grid-template-columns:1fr}@media (min-width:640px){.co-keys{grid-template-columns:1fr 1fr}}.co-keys-inf{display:grid;grid-auto-flow:row;grid-gap:2rem}@media (min-width:640px){.co-keys-inf{grid-auto-flow:row;justify-items:end}}.co-keys-inf-cnt,.co-keys-list{display:grid;align-content:start}.co-keys-inf-cnt{max-width:400px;width:100%;grid-auto-flow:row;grid-gap:.5rem;justify-items:start}.co-keys-list{grid-gap:2rem;max-width:600px}.co-keys-list-item{display:grid;grid-gap:.5rem}.co-keys-list-item__title{font-size:16.36364px;line-height:1.1em;font-weight:700}@media (min-width:640px){.co-keys-list-item__title{font-size:18px}}.co-keys-list-item__intro{font-size:1em}.co-keys__img{width:100%;max-height:150px;object-fit:cover}@media (min-width:640px){.co-keys__img{max-height:400px}}.co-high{display:grid;grid-gap:1.5rem;justify-content:center;justify-items:center;align-content:center;padding:3rem 1rem;min-height:40vh;text-align:center;max-width:100vw;box-sizing:border-box;margin:6rem 0;z-index:1;position:relative}.co-high--empty{background-color:var(--primary_color)}.co-high__title{font-size:21.81818px;line-height:1.1em;font-weight:700}@media (min-width:640px){.co-high__title{font-size:24px}}.co-high__title,.co-high__title>*{color:#f3f3f3}.co-high__desc{color:#f3f3f3;font-size:1.2rem;max-width:400px;font-size:1em}.co-high__bg{position:absolute;top:0;width:100%;height:100%;object-fit:cover;object-position:left center;z-index:-99}.co-today{display:grid;max-width:800px;margin:0 auto;justify-items:center;padding:6rem 0 12rem;box-sizing:border-box}.co-today-head{padding:0 1rem}.co-today__intro,.co-today__title{max-width:400px;text-align:center}.co-today__intro{padding-top:.5rem;font-weight:700}.co-today-list{width:100%;padding:3rem 0}.co-today-list__empty,.co-today-list__section_title{line-height:4em;text-align:center;max-width:500px;margin:0 auto}.co-today-list__empty{font-size:1em;line-height:1.1em}.el{display:grid;max-width:1200px;width:100%;margin:0 auto;padding:2rem 1rem 1rem;justify-content:center}@media (min-width:640px){.el{justify-content:start;padding-top:8rem}}.el-wrap{display:grid;grid-template-rows:min-content calc(100vh - 40px);max-height:100vh;overflow:hidden}@media (min-width:640px){.el-wrap::before{content:"";position:fixed;right:0;transform:translateX(50%);width:110vw;height:110vw;min-height:100vh;background-color:var(--primary_color);filter:brightness(80%);border-radius:50%;z-index:-99;animation-name:circle-right;animation-duration:1s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(0,0,0,1)}@keyframes circle-right{0%{transform:translateX(200%) scaleX(0)}to{transform:translateX(50%) scaleX(1)}}}.el-ma{max-width:1200px;width:100%;display:grid;align-content:center}.el-ma-cnt{display:grid;grid-gap:1.5rem;max-width:400px;background-color:var(--primary_color);position:relative;color:#f3f3f3;padding:2rem;border-radius:.5rem;z-index:1}.el-ma-cnt-head{display:grid;grid-gap:.5rem}.el-ma-cnt-head__title{line-height:1em}.el-ma-cnt-head__intro{font-size:1.1em}.el-ma-cnt-room{font-weight:700;font-size:1.1em;list-style-type:disc;list-style-position:inside;color:#f3f3f3}.el-ma-cnt-room-list{display:grid;grid-gap:.5rem}.ep{display:flex;flex-direction:column;max-width:1200px;margin:0 auto;min-height:100vh}@media (min-width:640px){.ep::before{content:"";position:fixed;right:0;transform:translateX(50%);width:110vw;height:110vw;min-height:100vh;background-color:var(--primary_color);filter:brightness(80%);border-radius:50%;z-index:-99;animation-name:circle-right;animation-duration:1s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(0,0,0,1)}@keyframes circle-right{0%{transform:translateX(200%) scaleX(0)}to{transform:translateX(50%) scaleX(1)}}}.ep-hero{display:grid;grid-gap:.2rem;max-width:600px}.ep-hero__title{font-size:32.72727px;line-height:1.1em;font-weight:700}@media (min-width:640px){.ep-hero__title{font-size:36px}}.ep-list{display:grid;grid-template-columns:1fr;grid-column-gap:3rem;grid-row-gap:1rem;max-width:1200px;border-radius:.5rem;margin:0 1rem;margin-bottom:8rem;background-color:#e9e9e9;padding:1rem}@media (min-width:640px){.ep-list{grid-template-columns:1fr 1fr;padding:2rem}}.ep-presenter{display:grid;grid-auto-flow:column;grid-gap:.5rem 1rem;justify-content:start;padding:.5rem 0;max-width:500px}.ep-presenter-wrap{grid-area:teacher}.ep-presenter__img{object-fit:contain;object-position:center top;border-radius:100%;width:80px;height:80px}.ep-presenter-inf{display:grid;grid-auto-flow:row;grid-gap:.2rem;align-content:start;line-height:1rem}.ep-presenter__name{font-size:12.72727px;line-height:1.1em;font-weight:700;padding-bottom:.1rem}@media (min-width:640px){.ep-presenter__name{font-size:14px}}.ep-presenter__intro{font-weight:400;font-size:.9em}.ep-presenter__title{font-weight:700;font-size:.9em;color:#8a8a8a}.ec{min-height:100vh;max-width:1200px;margin:0 auto;display:grid;align-content:start;justify-items:center}@media (min-width:640px){.ec::before{content:"";position:fixed;width:110vw;height:110vw;min-height:100vh;background-color:var(--primary_color);filter:brightness(80%);border-radius:50%;z-index:-99;left:0;right:initial;transform:translateX(-50%);animation-name:circle-left;animation-duration:1s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(0,0,0,1)}@keyframes circle-right{0%{transform:translateX(200%) scaleX(0)}to{transform:translateX(50%) scaleX(1)}}@keyframes circle-left{0%{transform:translateX(-200%) scaleX(0)}to{transform:translateX(-50%) scaleX(1)}}}.ec-cal{padding:0 1rem;width:100%;max-width:900px;display:grid;grid-gap:4rem}.ec-cal--page{padding-bottom:8rem}.ec-cal-day{box-shadow:rgba(0,0,0,.1) 0 0 15px;background-color:#f3f3f3;border-radius:.5rem}.ec-cal-day:last-child{margin-bottom:0}.ec-cal-day-header{background-color:var(--primary_color);color:#f3f3f3;padding:1rem 1.5rem;border-radius:.5rem .5rem 0 0}.ec-cal-day-header__title{font-size:12.72727px;line-height:1.1em;font-weight:700}@media (min-width:640px){.ec-cal-day-header__title{font-size:14px}}.ec-cal-session{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;grid-template-areas:"title title" "status date" "presenter-list presenter-list";justify-items:start;align-items:start;position:relative;border-bottom:1px solid #e4e4e4;padding:1.5rem;grid-gap:1.5rem}@media (min-width:640px){.ec-cal-session{grid-template-columns:1fr 1fr 3fr;grid-template-areas:"title title presenter-list" "status date presenter-list"}}.ec-cal-session>*{line-height:1em}.ec-cal-session__available{position:absolute;top:0;left:10px;padding-bottom:10px;z-index:-1;transform:rotate(-90deg);transform-origin:bottom left;width:140px;height:40px;font-size:.8em;text-align:top;background-color:#f3f3f3;border-radius:.5rem;font-weight:700;align-items:center;justify-content:center;border:1px solid #e4e4e4;display:none}.ec-cal-session--unavailable .ec-cal-session__available{display:flex}@media (min-width:640px){.ec-cal-session__available{width:70px}}.ec-cal-session__title{font-size:1.1em;grid-area:title}.ec-cal-session-status{grid-area:status}.ec-cal-session-date{grid-area:date}.ec-cal-session-list{grid-area:presenter-list;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:1rem;grid-row-gap:1rem;background-color:#f3f3f3;border-radius:.5rem;width:100%}@media (min-width:640px){.ec-cal-session-list{grid-template-columns:1fr 1fr 1fr}}.ec-cal-session-presenter{grid-auto-flow:row;justify-items:center;padding:.2rem 0;max-width:500px}.ec-cal-session-presenter-wrap{grid-area:teacher}.ec-cal-session-presenter__img{object-fit:contain;object-position:center top;border-radius:100%;width:60px;height:60px}.ec-cal-session-presenter-inf{display:grid;grid-auto-flow:row;grid-gap:.1rem;align-content:start;line-height:1rem;justify-items:center;text-align:center}.ec-cal-session-presenter__name{font-size:10.90909px;line-height:1.1em;font-weight:700;padding-bottom:.1rem}@media (min-width:640px){.ec-cal-session-presenter__name{font-size:12px}}.ec-cal-session-presenter__title{font-size:.8em;color:#8a8a8a}.ec-cal-session-date,.ec-cal-session-presenter{display:grid;grid-gap:.3rem 1.5rem}.ri{margin-top:-40px;align-content:start;min-height:100vh}.ri-top,.ri-top__img{width:100%;height:100%}.ri-top{position:relative;max-width:1000px;margin:0 auto;display:grid;grid-template-rows:1fr auto;padding-top:40px}.ri-top__img{position:absolute;top:0;object-fit:cover}.ri-top-wrap{height:60vh;top:0;padding:0;position:relative;transition:height 1s}.ri-top-wrap--closed{height:40vh;transition:height 1s}.ri-top-wrap--empty{background-color:var(--primary_color)}.ri-top-messages{display:grid;grid-auto-flow:row;grid-gap:1rem;justify-items:start}.ri-top-info{display:flex;justify-content:center;align-items:center;padding:0 1rem}.ri-top-info-login{min-width:300px;background-color:#f3f3f3;padding:3rem;border-radius:1rem}.ri-top-info__play{display:contents}.ri-top-wrap--closed .ri-top-info__play{display:none}.ri-top-info__play svg{filter:drop-shadow(rgba(34,34,34,.4) 0 0 12px)}.ri-top-info__play svg:hover{filter:drop-shadow(rgba(34,34,34,.8) 0 0 16px);transition:filter .5s}.ri-bottom{display:grid;max-width:1000px;margin:0 auto;justify-content:stretch;justify-items:start;align-items:start;grid-gap:1rem;box-sizing:border-box;padding:1rem 1rem 6rem;align-content:start;grid-template-areas:"title" "intro" "details" "description" "presenter"}@media (min-width:640px){.ri-bottom{grid-template-columns:4fr 3fr 3fr;grid-template-areas:"title title ." "intro details details" "description description description" "presenter . ."}}.ri-bottom__title{grid-area:title}.ri-bottom__intro{grid-area:intro;font-weight:700}.ri-bottom-details{grid-area:details}.ri-bottom__description{grid-area:description;border-bottom:1px solid #cacaca;padding-bottom:2rem}.ri-bottom-presenter{grid-area:presenter;display:grid;grid-gap:2rem}.ct{display:flex;flex-direction:column;max-width:1200px;margin:0 auto;min-height:100vh}.ct-contact{display:grid;grid-gap:.7rem;padding:1rem 2rem;align-content:start;max-width:350px}.ct-contact__title{font-size:16.36364px;line-height:1.1em;font-weight:700}@media (min-width:640px){.ct-contact__title{font-size:18px}}.ct-contact-wrap{display:flex;flex-wrap:wrap;margin:-1rem}.ct-contact-info{display:grid;grid-gap:.5rem;justify-items:start}.ct-contact-info__item{display:grid;grid-auto-flow:column;grid-gap:.2rem;align-items:end;height:.9em;line-height:.9em}.ct-contact-info__item>:first-child{font-weight:700;color:#8a8a8a;font-size:.9em;line-height:.9em}