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{border:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;color:inherit;margin:0;padding:0;text-decoration:none}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}.scroll-hidden{overflow-y:hidden}html{min-width:1150px}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-display:swap;font-family:TeleNeo;font-style:normal;font-weight:300;src:url(/static/media/TeleNeoWeb-Thin.b10f1b7bd5fb10b938dd.eot);src:url(/static/media/TeleNeoWeb-Thin.b10f1b7bd5fb10b938dd.eot?#iefix) format("embedded-opentype"),url(/static/media/TeleNeoWeb-Thin.2cef309f4267edfc9321.woff2) format("woff2"),url(/static/media/TeleNeoWeb-Thin.d5d5770ee64e9f230968.woff) format("woff")}@font-face{font-display:swap;font-family:TeleNeo;font-style:italic;font-weight:300;src:url(/static/media/TeleNeoWeb-ThinItalic.f0d0b0de610451ef27de.eot);src:url(/static/media/TeleNeoWeb-ThinItalic.f0d0b0de610451ef27de.eot?#iefix) format("embedded-opentype"),url(/static/media/TeleNeoWeb-ThinItalic.597291cb91702badeb9b.woff2) format("woff2"),url(/static/media/TeleNeoWeb-ThinItalic.59fda14f71c7e954614c.woff) format("woff")}@font-face{font-display:swap;font-family:TeleNeo;font-style:normal;font-weight:400;src:url(/static/media/TeleNeoWeb-Regular.0cb62db18aaa7a007c77.eot);src:url(/static/media/TeleNeoWeb-Regular.0cb62db18aaa7a007c77.eot?#iefix) format("embedded-opentype"),url(/static/media/TeleNeoWeb-Regular.9765beb3582a71ded943.woff2) format("woff2"),url(/static/media/TeleNeoWeb-Regular.8336cfb2b1e8432ba123.woff) format("woff")}@font-face{font-display:swap;font-family:TeleNeo;font-style:italic;font-weight:400;src:url(/static/media/TeleNeoWeb-RegularItalic.43435c0fc1973926bb83.eot);src:url(/static/media/TeleNeoWeb-RegularItalic.43435c0fc1973926bb83.eot?#iefix) format("embedded-opentype"),url(/static/media/TeleNeoWeb-RegularItalic.11072b6b4a3de3131c4f.woff2) format("woff2"),url(/static/media/TeleNeoWeb-RegularItalic.f5265fe22f949b01f419.woff) format("woff")}@font-face{font-display:swap;font-family:TeleNeo;font-style:normal;font-weight:500;src:url(/static/media/TeleNeoWeb-Medium.c9c295e5aefe79d117ea.eot);src:url(/static/media/TeleNeoWeb-Medium.c9c295e5aefe79d117ea.eot?#iefix) format("embedded-opentype"),url(/static/media/TeleNeoWeb-Medium.6d2019e5940d45411372.woff2) format("woff2"),url(/static/media/TeleNeoWeb-Medium.240b2170dd6460f03419.woff) format("woff")}@font-face{font-display:swap;font-family:TeleNeo;font-style:italic;font-weight:500;src:url(/static/media/TeleNeoWeb-MediumItalic.3375e7625805d2a879da.eot);src:url(/static/media/TeleNeoWeb-MediumItalic.3375e7625805d2a879da.eot?#iefix) format("embedded-opentype"),url(/static/media/TeleNeoWeb-MediumItalic.172f83d7e0b57df424eb.woff2) format("woff2"),url(/static/media/TeleNeoWeb-MediumItalic.c2dc87f19e48a96e6d00.woff) format("woff")}@font-face{font-display:swap;font-family:TeleNeo;font-style:normal;font-weight:700;src:url(/static/media/TeleNeoWeb-Bold.9da1341ab2397a846cb2.eot);src:url(/static/media/TeleNeoWeb-Bold.9da1341ab2397a846cb2.eot?#iefix) format("embedded-opentype"),url(/static/media/TeleNeoWeb-Bold.51c0c9e8150b880078d6.woff2) format("woff2"),url(/static/media/TeleNeoWeb-Bold.26f1176abb7d8345fabe.woff) format("woff")}@font-face{font-display:swap;font-family:TeleNeo;font-style:italic;font-weight:700;src:url(/static/media/TeleNeoWeb-BoldItalic.dce42e73ac2bc3c44122.eot);src:url(/static/media/TeleNeoWeb-BoldItalic.dce42e73ac2bc3c44122.eot?#iefix) format("embedded-opentype"),url(/static/media/TeleNeoWeb-BoldItalic.07ece175121b7e590e85.woff2) format("woff2"),url(/static/media/TeleNeoWeb-BoldItalic.8b781a53e837d71ec3b6.woff) format("woff")}@font-face{font-display:swap;font-family:TeleNeo;font-style:normal;font-weight:900;src:url(/static/media/TeleNeoWeb-ExtraBold.e3090620f5b653c75d09.eot);src:url(/static/media/TeleNeoWeb-ExtraBold.e3090620f5b653c75d09.eot?#iefix) format("embedded-opentype"),url(/static/media/TeleNeoWeb-ExtraBold.2e29193e2735695c6c92.woff2) format("woff2"),url(/static/media/TeleNeoWeb-ExtraBold.bd98549f368ea2a0db6c.woff) format("woff")}@font-face{font-display:swap;font-family:TeleNeo;font-style:italic;font-weight:900;src:url(/static/media/TeleNeoWeb-ExtraBoldItalic.01e5db2aaa7a1bed35ff.eot);src:url(/static/media/TeleNeoWeb-ExtraBoldItalic.01e5db2aaa7a1bed35ff.eot?#iefix) format("embedded-opentype"),url(/static/media/TeleNeoWeb-ExtraBoldItalic.acdddbcfa7a7f37df539.woff2) format("woff2"),url(/static/media/TeleNeoWeb-ExtraBoldItalic.df864356b793042bacce.woff) format("woff")}.detail-cell{background-color:#35011d;border-radius:20px;cursor:default!important;padding:30px!important}.detail-cell .detail-cell-content .header-wrapper{padding-top:20px!important}.detail-cell .detail-cell-content .header-wrapper .header-divider.last{margin:13.7px 20px!important}.detail-cell .detail-cell-content .header-wrapper .button-icon{align-items:center;background-color:#e2057499;border-radius:20px;cursor:pointer;display:flex;height:50px;justify-content:center;margin-right:10px;min-width:50px;width:50px}.detail-cell .detail-cell-content .header-wrapper .button-icon svg{height:40px;width:40px}.detail-cell .detail-cell-content .header-wrapper .button-icon:hover{background-color:rgba(226,5,116,.267)}.detail-cell .detail-cell-content .header-wrapper .header-text{font-size:24px;font-weight:700}.detail-cell .detail-cell-content .header-wrapper .header-text.day{letter-spacing:1px;padding-left:10px}.detail-cell .detail-cell-content .header-wrapper .header-text.time{padding-left:15px;padding-right:10px}.detail-cell .detail-cell-content .header-wrapper .button-icon svg{fill:#fbfbfb}.detail-cell .detail-cell-content .header-wrapper svg{height:26px;width:26px}.detail-cell .detail-cell-content .detail-cell-wrapper{display:flex;flex-direction:row}.detail-cell .detail-cell-content .detail-cell-wrapper:not(:last-child){margin-bottom:20px}.detail-cell .detail-cell-content .detail-cell-wrapper .event-image{align-items:center;display:flex;flex-direction:column;width:20%}.detail-cell .detail-cell-content .detail-cell-wrapper .event-image img{height:auto;max-width:200px;width:auto}.detail-cell .detail-cell-content .detail-cell-wrapper .event-image .event-image-text{font-size:16px;font-weight:700;text-align:center}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information{flex:1 1 100%;padding:0 30px;width:100%}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .name{font-size:26px;font-weight:800}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .organization{font-size:20px}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .detail{display:flex;flex-direction:row;padding-top:20px}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .detail .time{font-size:26px;font-weight:800;height:40px;min-width:162px;padding-right:20px;padding-top:8px}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .detail .button{padding-right:10px}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .detail .button:last-child{padding-right:0}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .more-detail-button{padding-top:20px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-header{display:flex;flex-direction:row;max-width:100%;padding:20px 0;width:100%}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-header .name-org{flex:1 1;flex-direction:column;padding-right:30px;width:60%}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-header .name-org .name{font-size:30px;font-weight:900}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-header .name-org .organization{font-size:24px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-header .additional-info{align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:space-between;width:40%}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-header .additional-info .button-group{display:flex;flex-direction:row;flex-wrap:wrap}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-header .additional-info .button-group .button{padding-right:10px;padding-top:10px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-header .additional-info .button-group .button:last-child{padding-right:0}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-header .additional-info .zone{align-items:center;display:flex;font-size:16px;font-weight:600;height:40px;padding-left:10px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .detail{display:flex;flex-direction:row;padding-bottom:20px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .detail .description{flex:1 1;font-size:20px;width:60%}.detail-cell .detail-cell-content .event-detail-cell-wrapper .detail .description a{text-decoration:underline}.detail-cell .detail-cell-content .event-detail-cell-wrapper .detail .description p{display:block;margin:1em 0}.detail-cell .detail-cell-content .event-detail-cell-wrapper .detail .description ul{display:block;list-style-type:disc;margin:1em 0;padding-left:40px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .divider{padding:40px 0 10px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .divider .button-icon{align-items:center;background-color:#e20574;border-radius:20px;display:flex;height:50px;justify-content:center;min-width:50px;width:50px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .divider .button-icon svg{fill:#fbfbfb;height:40px;width:40px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .divider-text{font-size:30px;text-align:center}.detail-cell .detail-cell-content .event-detail-cell-wrapper .divider-text .already-signed{padding-top:30px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form{margin:30px 0}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form{display:flex;flex-direction:row;width:100%}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form .input-with-icon{align-items:center;display:flex;margin-right:30px;position:relative;width:100%}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form .input-with-icon .input-icon{display:flex;padding-left:15px;position:absolute;top:25%}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form .input-with-icon svg{fill:#999;height:30px;width:30px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form input{border:none;border-radius:20px;box-sizing:border-box;font-size:20px;height:60px;outline:none;padding:10px 10px 10px 60px;transition:border .2s;width:100%}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form input.error-input{border:2px solid #e20574}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form input:last-child{margin-right:0}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form button[type=submit]{background-color:#e20574;border:none;border-radius:20px;box-sizing:border-box;cursor:pointer;font-size:20px;height:60px;min-width:250px;outline:none;padding:10px;position:relative;transition:background-color .2s;width:250px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form button[type=submit].loading{background-color:#c90467}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form button[type=submit] .loader-wrapper{background:#0000;height:100%;left:0;position:absolute;top:0;width:100%}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form button[type=submit] .loader-wrapper .loader{border-top-color:#e20574}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form button[type=submit]:hover{background-color:#c90467}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form .error-msg{font-size:16px;position:absolute;top:70px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .share-wrapper{display:flex;flex-direction:row;margin:30px 0;width:100%}.detail-cell .detail-cell-content .event-detail-cell-wrapper .share-wrapper .share-button{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background-color:#e2057499;border-radius:20px;cursor:pointer;display:flex;flex-direction:column;font-size:20px;justify-content:center;margin-right:30px;min-height:150px;position:relative;transition:background-color .2s;width:100%}.detail-cell .detail-cell-content .event-detail-cell-wrapper .share-wrapper .share-button.loading{background-color:rgba(226,5,116,.267)}.detail-cell .detail-cell-content .event-detail-cell-wrapper .share-wrapper .share-button .loader{border:10px solid #0000;border-top-color:#e2057499;height:60px;position:absolute;width:60px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .share-wrapper .share-button .share-text{text-align:center}.detail-cell .detail-cell-content .event-detail-cell-wrapper .share-wrapper .share-button svg{fill:#fbfbfb;height:40px;margin-bottom:20px;width:40px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .share-wrapper .share-button:last-child{margin-right:0}.detail-cell .detail-cell-content .event-detail-cell-wrapper .share-wrapper .share-button:hover{background-color:rgba(226,5,116,.267)}@media(min-width:900px){.detail-cell{border-radius:5px!important;height:100%!important;padding:30px!important;width:100%}.detail-cell .detail-cell-content .header-wrapper{flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:0!important}.detail-cell .detail-cell-content .header-wrapper .button-icon{border-radius:10px;height:40px;min-width:40px;width:40px}.detail-cell .detail-cell-content .header-wrapper .button-icon svg{height:30px;width:30px}.detail-cell .detail-cell-content .header-wrapper .header-day{padding-right:10px}.detail-cell .detail-cell-content .header-wrapper .header-day .header-text{padding-left:0}.detail-cell .detail-cell-content .header-wrapper .header-day .header-text.day{padding-left:10px}.detail-cell .detail-cell-content .header-wrapper .header-text{font-size:22px;padding-left:10px}.detail-cell .detail-cell-content .header-wrapper .header-divider{margin:20px 0}.detail-cell .detail-cell-content .header-wrapper .header-divider.last{margin:15px 0 5px!important}.detail-cell .detail-cell-content .header-wrapper .mobile-header-event-detail{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;height:50px;justify-content:flex-end;width:auto}.detail-cell .detail-cell-content .header-wrapper .mobile-header-event-detail .header-day .header-text{font-size:22px}.detail-cell .detail-cell-content .header-wrapper .mobile-header-event-detail .header-time .header-text{font-size:20px}.detail-cell .detail-cell-content .header-wrapper .mobile-header-event-detail .header-time .header-text.time{padding:0}.detail-cell .detail-cell-content .detail-cell-wrapper .event-image{margin-right:10px;width:30%}.detail-cell .detail-cell-content .detail-cell-wrapper .event-image .time{font-size:24px;font-weight:700;text-align:center}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information{padding:0}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .name{font-size:24px;padding:10px 0 5px}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .organization-time{display:flex;flex-direction:row;justify-content:space-between}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .organization-time .organization{font-size:20px}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .organization-time .time{font-size:20px;font-weight:700}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .more-detail-button{padding-top:15px}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .more-detail-button .buttons-logo{display:flex}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .more-detail-button .buttons-logo .detail{flex-direction:column;flex-wrap:wrap;padding-top:0;width:50%}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .more-detail-button .buttons-logo .detail .button{padding:0 10px 10px}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .more-detail-button .buttons-logo .image{padding-bottom:10px}.detail-cell .detail-cell-content .detail-cell-wrapper .event-information .more-detail-button .detail-button{margin-top:10px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-header{flex-direction:row;justify-content:space-between;padding:10px 0!important}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-header .name-org{padding-right:0;width:100%}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-header .name-org .name{font-size:28px;font-weight:700}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-header .name-org .organization{font-size:26px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-header .additional-info{align-items:flex-start;flex-direction:column;flex-wrap:wrap;padding:0;width:100%}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-header .additional-info .zone{padding:0}.detail-cell .detail-cell-content .event-detail-cell-wrapper .detail{flex-direction:column;padding-bottom:0}.detail-cell .detail-cell-content .event-detail-cell-wrapper .detail .description{padding:0 0 20px;width:100%}.detail-cell .detail-cell-content .event-detail-cell-wrapper .detail .image{justify-content:center;width:100%}.detail-cell .detail-cell-content .event-detail-cell-wrapper .divider{padding:10px 0}.detail-cell .detail-cell-content .event-detail-cell-wrapper .divider .button-icon{border-radius:15px;height:45px;min-width:45px;width:45px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .divider .button-icon svg{height:30px;width:30px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .divider-text{font-size:24px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form{margin:15px 0}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form{flex-direction:column}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form .input-with-icon{margin-right:0;padding-bottom:10px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form .input-with-icon .input-icon svg{height:25px;width:25px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form .input-with-icon.error-input{margin-bottom:30px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form .input-with-icon input{font-size:16px!important;height:50px!important;padding:8px 8px 8px 52px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form button{font-size:18px!important;max-width:100%!important}.detail-cell .detail-cell-content .event-detail-cell-wrapper .event-form form button[type=submit]{height:50px;width:100%!important}.detail-cell .detail-cell-content .event-detail-cell-wrapper .share-wrapper{flex-direction:column;margin:15px 0}.detail-cell .detail-cell-content .event-detail-cell-wrapper .share-wrapper .share-button{min-height:90px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .share-wrapper .share-button .share-text{font-size:18px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .share-wrapper .share-button svg{margin-bottom:5px}.detail-cell .detail-cell-content .event-detail-cell-wrapper .share-wrapper .share-button:not(:last-child){margin:0 0 10px}.detail-cell-description{flex-direction:column!important}.detail-cell-description .detail-cell-header,.detail-cell-description .detail-cell-privacy{padding:0!important;width:100%!important}.detail-cell-actions{flex-direction:column!important}.detail-cell-actions .detail-cell-logo-button,.detail-cell-actions .detail-cell-text{padding:0!important;width:100%!important}.detail-cell-actions .detail-cell-logo-button{padding-top:20px!important}.detail-cell-actions .detail-cell-logo-button .detail-cell-button{height:auto!important}}.light-mode .detail-cell{background-color:hsla(0,0%,100%,.702)}.light-mode .detail-cell .detail-cell-content .header-wrapper .button-icon{background-color:#e20574}.light-mode .detail-cell .detail-cell-content .header-wrapper .button-icon:hover{background-color:#c90467}.light-mode .detail-cell .detail-cell-content .header-wrapper svg.time{fill:#3e3e3e}.light-mode .detail-cell .detail-cell-content .event-form form .input-with-icon input{border:1px solid #d9d8d8!important}.light-mode .detail-cell .detail-cell-content .event-form form .input-with-icon input.error-input{border:1px solid #e20574!important}.light-mode .detail-cell .detail-cell-content .share-wrapper .share-button{background-color:#e20574!important}.light-mode .detail-cell .detail-cell-content .share-wrapper .share-button:hover{background-color:#c90467!important}.footer{align-items:center;color:#fbfbfb;display:flex;flex-direction:column;justify-content:space-between;margin-top:40px;min-height:54px}.footer .footer-logo{height:100px;width:auto}.footer .footer-launch{align-items:center;display:inline-flex;font-size:16px;margin-bottom:20px;text-align:center}.footer .footer-launch .footer-icons{align-items:center;display:flex;justify-content:center}.footer .footer-launch .footer-icons svg{transform:scale(.7);-webkit-transform:scale(.7)}.footer .footer-launch .footer-icons svg #svg_96,.footer .footer-launch .footer-icons svg #svg_97,.footer .footer-launch .footer-icons svg #svg_98{fill:#fbfbfb!important}@media(min-width:900px){.footer{flex-direction:column}.footer .footer-launch{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:10px}.footer .footer-launch svg{padding-top:10px!important}}.light-mode .footer{color:#3e3e3e}.light-mode .footer .footer-launch .footer-icons svg #svg_96,.light-mode .footer .footer-launch .footer-icons svg #svg_97,.light-mode .footer .footer-launch .footer-icons svg #svg_98{fill:#3e3e3e!important}button{font-family:TeleNeo,sans-serif}button:focus{outline:none}.rounded-button{background-color:#0fd4b399;border:none;border-radius:20px;cursor:pointer;max-height:40px;padding:0;transition:background-color .2s}.rounded-button:not(.static-btn){background-color:rgba(15,212,179,.208)}.rounded-button:not(.static-btn):hover{background-color:rgba(15,212,179,.459)}.rounded-button.static-btn{cursor:default}.rounded-button.static-btn .button-content .button-icon{background-color:#0fd4b3!important}.rounded-button.selected-btn{background-color:#0fd4b399}.rounded-button.selected-btn .button-content .button-icon{background-color:#0fd4b3}.rounded-button .button-content{align-items:center;display:flex;flex-direction:row;min-width:150px}.rounded-button .button-content .button-icon{align-items:center;background-color:rgba(15,212,179,.208);border-radius:50%;display:flex;height:40px;justify-content:center;min-width:40px;transition:background-color .2s;width:40px}.rounded-button .button-content .button-icon svg{fill:#fbfbfb;border-radius:50%;height:22px;width:22px}.rounded-button .button-content .button-text{color:#fbfbfb;font-size:1rem;padding:0 25px 0 15px}.detail-button{background-color:#e2057499;border:none;border-radius:20px;cursor:pointer;padding:0;transition:background-color .2s}.detail-button:not(.static-btn):hover{background-color:rgba(226,5,116,.267)}.detail-button .button-content{align-items:center;display:flex;flex-direction:row}.detail-button .button-content .button-text{color:#fbfbfb;font-size:20px;padding:0 25px}.detail-button .button-content .button-icon{align-items:center;background-color:#e20574;border-radius:20px;display:flex;height:60px;justify-content:center;width:60px}.detail-button .button-content .button-icon svg{fill:#fbfbfb;border-radius:20px;height:60px;width:60px}.save-button{padding-top:20px}.save-button button{background-color:#fbfbfb;border-color:#0000;border-radius:20px;cursor:pointer;font-size:20px;padding:10px 30px}.save-button button:hover{background-color:hsla(0,0%,98%,.933)}@media(min-width:900px){.rounded-button .button-content{min-width:120px}.rounded-button .button-content .button-text{padding:0 10px}.rounded-button .button-content .button-icon{height:30px;min-width:30px;width:30px}.rounded-button .button-content .button-icon svg{height:18px;width:18px}.detail-button{margin-top:20px}.detail-button .button-content .button-text{font-size:18px;padding:0 20px}.detail-button .button-content .button-icon,.detail-button .button-content .button-icon svg{height:40px;width:40px}}.light-mode .rounded-button{background-color:#0cac91!important}.light-mode .rounded-button:not(.static-btn):hover{background-color:#0cac91cc!important}.light-mode .rounded-button.selected-btn{background-color:#0fd4b3!important}.light-mode .rounded-button .button-content .button-icon{background-color:#0fd4b3}.light-mode .detail-button{background-color:#e20574}.light-mode .detail-button:not(.static-btn):hover{background-color:#c90467}.light-mode .detail-button .button-content .button-icon{background-color:#bf0360}.light-mode .save-button{padding-top:20px}.light-mode .save-button button{background-color:#e20574;color:#fbfbfb}.light-mode .save-button button:hover{background-color:#c90467}button[type=submit]{background-color:#e20574;border:none;border-radius:20px;box-sizing:border-box;color:#fbfbfb;cursor:pointer;font-size:20px;height:60px;min-width:250px;outline:none;padding:10px;position:relative;transition:background-color .2s;width:250px}.content-wrapper .table-wrapper .week-detail table{table-layout:fixed!important}.content-wrapper .table-wrapper .week-detail table tr{border-left:1px solid #e20574;border-right:1px solid #e20574}.content-wrapper .table-wrapper .week-detail table tr td{border-right:1px solid #e20574;margin:0;padding:10px}.content-wrapper .table-wrapper .week-detail table tr td .event{align-items:flex-start;border-bottom:1px solid rgba(226,5,116,.302);border-radius:25px;color:#fbfbfb;cursor:pointer;display:flex;flex-direction:column;height:auto;justify-content:center;padding:5px 20px;position:relative}.content-wrapper .table-wrapper .week-detail table tr td .event.holiday{background-color:rgba(226,5,116,.302);cursor:default;margin:0}.content-wrapper .table-wrapper .week-detail table tr td .event.holiday .event-text{color:#e20574;display:flex;font-size:22px;font-weight:700;max-width:100%;padding:2px;width:auto}.content-wrapper .table-wrapper .week-detail table tr td .event:not(:first-child){border-top:1px solid rgba(226,5,116,.302)}.content-wrapper .table-wrapper .week-detail table tr td .event .event-text{font-size:18px;font-weight:900;padding-bottom:5px;width:100%}.content-wrapper .table-wrapper .week-detail table tr td .event .event-time-zone{flex-grow:1}.content-wrapper .table-wrapper .week-detail table tr td .event .event-time-zone .event-time,.content-wrapper .table-wrapper .week-detail table tr td .event .event-time-zone .event-zone{font-size:12px;font-weight:400;padding-bottom:5px;padding-right:5px}.content-wrapper .table-wrapper .week-detail table tr td .event .event-time-zone .event-time:last-child,.content-wrapper .table-wrapper .week-detail table tr td .event .event-time-zone .event-zone:last-child{padding-right:0}.content-wrapper .table-wrapper .week-detail table tr td .event .online{align-items:center;background-color:#0fd4b3;border-radius:10px;bottom:10px;display:flex;height:20px;justify-content:center;left:0;position:absolute;width:20px}.content-wrapper .table-wrapper .week-detail table tr td .event .online svg{fill:#fbfbfb;height:16px;width:16px}.content-wrapper .table-wrapper .week-detail table tr td:last-child{border-right:none}.content-wrapper .table-wrapper .week-detail table tr td img{max-height:90px;max-width:100%;width:auto}.light-mode .week-detail table{table-layout:fixed!important}.light-mode .week-detail table tr{border-left:1px solid #fbfbfb;border-right:1px solid #fbfbfb}.light-mode .week-detail table tr td{border-right:1px solid #fbfbfb}.light-mode .week-detail table tr td .event{border-bottom:1px solid rgba(226,5,116,.302);color:#3e3e3e}.light-mode .week-detail table tr td .event.holiday{background-color:#0000}.light-mode .week-detail table tr td .event.holiday .event-text{color:#e20574}.light-mode .week-detail table tr td .event:not(:first-child){border-top:1px solid rgba(226,5,116,.302)}.light-mode .week-detail table tr td .event .online{background-color:#0fd4b3}.light-mode .week-detail table tr td .event .online svg{fill:#fbfbfb}.image{align-items:center;display:flex;justify-content:flex-end;width:40%}.image.big{max-height:250px;width:50%}.image img{height:auto;max-height:100%;max-width:150px;width:auto}.image.event-detail img{max-width:220px}.image.event-detail img.picture{max-width:400px;padding-left:20px}.image .empty-image{align-items:center;background-color:rgba(226,5,116,.302);border-radius:20px;display:flex;height:100%;justify-content:center;min-height:200px;width:100%}.image .empty-image .logo-text{color:rgba(226,5,116,.302);font-size:40px;font-weight:900}@media(min-width:900px){.image{justify-content:flex-start}.image.event-detail img{max-width:240px}.image.event-detail img.picture{padding:20px;width:100%}}.unsubscribe-wrapper{height:100vh;min-height:500px;width:100%}.unsubscribe-wrapper,.unsubscribe-wrapper .unsubscribe-card{align-items:center;display:flex;justify-content:center;margin:0 auto}.unsubscribe-wrapper .unsubscribe-card{background-color:rgba(226,5,116,.302);border-radius:15px;min-height:300px;width:50%}.unsubscribe-wrapper .unsubscribe-card .unsubscribe-text{color:#fbfbfb;font-size:28px;font-weight:700;text-align:center;width:50%}@media(min-width:900px){.unsubscribe-wrapper .unsubscribe-card{width:90%}.unsubscribe-wrapper .unsubscribe-card .unsubscribe-text{width:80%}}@media(min-width:600px){.unsubscribe-wrapper .unsubscribe-card{width:80%}.unsubscribe-wrapper .unsubscribe-card .unsubscribe-text{width:70%}}@media(min-width:1200px){.unsubscribe-wrapper .unsubscribe-card,.unsubscribe-wrapper .unsubscribe-card .unsubscribe-text{width:50%}}@media(min-width:1800px){.unsubscribe-wrapper .unsubscribe-card,.unsubscribe-wrapper .unsubscribe-card .unsubscribe-text{width:40%}}.light-mode .unsubscribe-wrapper .unsubscribe-card{background-color:#fbfbfb}.light-mode .unsubscribe-wrapper .unsubscribe-card .unsubscribe-text{color:#e20574}.overlay{background-color:#4449;height:100vh;left:0;overflow-y:hidden;overscroll-behavior-y:none;position:fixed;text-align:center;top:0;width:100%;z-index:10}.overlay,.overlay .modal{align-items:center;display:flex;justify-content:center;transition:background-color 2s}.overlay .modal{background-color:#c90467;border-radius:15px;flex-direction:column;min-height:450px;overflow:auto;padding:10px;position:relative;width:550px}.overlay .modal img{background:#fff;border:2px solid #000;height:auto;max-width:200px;width:auto}.overlay .modal .close-button{background-color:#c90467;border-radius:15px;cursor:pointer;height:30px;position:absolute;right:10px;top:10px;transition:background-color .2s;width:30px}.overlay .modal .close-button:hover{background-color:#e20574}.overlay .modal .close-button svg{fill:#fbfbfb;height:30px;width:30px}.overlay .modal .name{font-size:22px;font-weight:600;max-width:100%;padding-top:20px;text-align:center;width:100%}.overlay .modal .from{font-size:18px;padding-top:5px}.overlay .modal .from span:not(:last-child){padding-right:5px}.overlay .modal .from .day{font-weight:600}@media(min-width:900px){.overlay .modal{height:auto;min-height:50%;width:90%}.overlay .modal .name{text-align:center}}.light-mode .overlay .modal,.light-mode .overlay .modal .close-button{background-color:#fbfbfb}.light-mode .overlay .modal .close-button:hover{background-color:#e2057438}.light-mode .overlay .modal .close-button svg{fill:#000}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-size:cover;color:#fbfbfb;font-family:TeleNeo,sans-serif;font-size:14px}.test-background{background:#35011d;background-size:cover}.page-wrapper{display:flex;flex-direction:column;min-height:100%}.content-wrapper,body,html{height:100%;line-height:1.1}.content-wrapper{flex-grow:1;margin:0 auto;padding:15px}.content-wrapper .header-wrapper{align-items:center;color:#fbfbfb;display:flex;padding:40px 0 20px}.content-wrapper .header-wrapper .color-mode-icon{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;left:15px;position:absolute;top:15px}.content-wrapper .header-wrapper .color-mode-icon svg{background:#0000;height:24px;width:24px}.content-wrapper .header-wrapper .color-mode-icon svg.dark-mode{fill:#3e3e3e}.content-wrapper .header-wrapper .color-mode-icon svg.light-mode{fill:#fbfbfb}.content-wrapper .header-wrapper:last-child{padding-bottom:0}.content-wrapper .header-wrapper .header-text{font-size:32px;padding-top:2px;text-align:center}.content-wrapper .header-wrapper .header-text .topic{padding-right:10px}.content-wrapper .header-wrapper .header-text .topic:after{content:", "}.content-wrapper .header-wrapper .header-text .topic:last-child{padding-right:0}.content-wrapper .header-wrapper .header-text .topic:last-child:after{content:""}.content-wrapper .header-wrapper .header-text.month{font-weight:600;padding-right:10px}.content-wrapper .header-wrapper .header-month{align-items:center;display:flex;min-width:300px}.content-wrapper .header-wrapper .header-month .empty{height:30px;width:30px}.content-wrapper .header-wrapper .header-month svg{fill:#fbfbfb;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:rgba(226,5,116,.302);border-radius:50%;cursor:pointer;height:30px;margin-left:0;margin-right:auto;transition:background-color .2s;width:30px}.content-wrapper .header-wrapper .header-month svg:hover{background-color:rgba(226,5,116,.267)}.content-wrapper .header-wrapper .header-month svg:last-child{margin-left:auto;margin-right:0}.content-wrapper .header-wrapper .header-divider{border:none;border-top:1px solid #e20574;flex-grow:1;height:auto;margin:auto 20px}.content-wrapper .table-wrapper{overflow:auto;overflow-y:hidden;width:100%}.content-wrapper .table-wrapper .control-buttons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-end}.content-wrapper .table-wrapper .control-buttons .filters button{margin:0 10px}.content-wrapper .table-wrapper .control-buttons .filters button:last-of-type{margin:0}.content-wrapper .table-wrapper table{height:100%;margin:0 auto;table-layout:auto;width:100%}.content-wrapper .table-wrapper table.calendar-table{border-collapse:initial;border-spacing:0 10px}.content-wrapper .table-wrapper table tbody{overflow:auto;width:100%}.content-wrapper .table-wrapper table tbody tr{width:100%}.content-wrapper .table-wrapper table tbody tr.row-selected{background-color:rgba(226,5,116,.302);transition:background-color .2s}.content-wrapper .table-wrapper table tbody tr.row-selected td:first-child{border-top-left-radius:15px}.content-wrapper .table-wrapper table tbody tr.row-selected td:last-child{border-top-right-radius:15px}.content-wrapper .table-wrapper table tbody tr.row-selected td:first-child{border-bottom-left-radius:15px}.content-wrapper .table-wrapper table tbody tr.row-selected td:last-child{border-bottom-right-radius:15px}.content-wrapper .table-wrapper table tbody tr.row-selected td .cell-wrapper:not(.selected-cell):hover{background-color:rgba(226,5,116,.267)}.content-wrapper .table-wrapper table tbody tr:not(:last-child){padding-bottom:10px}.content-wrapper .table-wrapper table tbody tr td{overflow:hidden;vertical-align:top}.content-wrapper .table-wrapper table tbody tr td .cell-wrapper{border-radius:15px;cursor:pointer;display:flex;flex-direction:column;font-size:50px;height:100%;min-width:150px;padding:10px 40px 5px;transition:background-color .2s;width:100%}.content-wrapper .table-wrapper table tbody tr td .cell-wrapper.selected-cell{background-color:#e20574}.content-wrapper .table-wrapper table tbody tr td .cell-wrapper .cell-date{align-items:center;display:flex;font-weight:900;justify-content:center;line-height:1;width:100%}.content-wrapper .table-wrapper table tbody tr td .cell-wrapper .cell-day{font-size:14px;padding-bottom:5px;text-align:center}.content-wrapper .table-wrapper.top-event table{table-layout:fixed}.content-wrapper .table-wrapper.top-event tr:not(:last-child) td{padding-bottom:10px}.content-wrapper .table-wrapper.top-event td:first-child{padding-right:5px}.content-wrapper .table-wrapper.top-event td:last-child{padding-left:5px}.content-wrapper .table-wrapper.top-event .cell-wrapper{background-color:rgba(226,5,116,.302);border-radius:20px;cursor:default;display:flex;flex-direction:column;justify-content:space-between;min-height:200px;overflow:hidden;padding:20px;position:relative;z-index:1}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-image{height:100%;position:absolute;right:-70px;top:-70px;width:350px;z-index:-1}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-image img{height:auto;width:100%}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-detail-wrapper{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-detail-wrapper .cell-date{color:#fbfbfb;font-size:54px;justify-content:flex-start}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-detail-wrapper .cell-event-time{color:#fbfbfb;display:flex;flex-direction:row;font-size:20px}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-detail-wrapper .cell-content{display:flex;flex-direction:row}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-detail-wrapper .cell-content .cell-detail{flex-grow:1}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-detail-wrapper .cell-content .cell-detail .cell-zone{color:#fbfbfb;font-size:20px}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-detail-wrapper .cell-content .cell-detail .cell-event{display:flex;flex-direction:column;font-size:26px;font-weight:800}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-detail-wrapper .cell-content .cell-detail .cell-event .cell-event-name{flex:1 1}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-button{align-items:center;cursor:pointer;display:flex}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-button svg{fill:#fbfbfb;height:80px;width:80px}.content-wrapper .divider{align-items:center;color:#fbfbfb;display:flex;font-size:30px;padding:40px 0;text-align:center}.content-wrapper .divider:after,.content-wrapper .divider:before{border-bottom:2px solid #e20574;content:"";flex:1 1}.content-wrapper .divider:before{margin-right:.35em}.content-wrapper .divider:after{margin-left:.35em}.empty-cell{background-color:#35011d;border-radius:20px;color:rgba(226,5,116,.302);display:flex;font-size:30px;font-weight:700;justify-content:center;padding:14px}.empty-cell.day-detail{background-color:#0000;color:#e2057499;padding:0}.empty-cell.day-detail .holiday{text-align:center}.loader-wrapper{background-color:#35011d;border-radius:20px;padding:10px}.loader{animation:spin 1.2s linear infinite;border:5px solid #0000;border-radius:50%;border-top-color:#e2057499;height:40px;margin:0 auto;padding:10px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:1150px){.empty-cell{align-items:center;border-radius:5px;font-size:24px}.content-wrapper{padding:5px;width:100%}.content-wrapper .divider.top-event{padding:30px 0}.content-wrapper .header-wrapper{align-items:center;flex-direction:column-reverse;padding:15px 5px 20px}.content-wrapper .header-wrapper .color-mode-icon{left:5px;top:5px}.content-wrapper .table-wrapper.top-event td,.content-wrapper .table-wrapper.top-event tr{padding:0!important}.content-wrapper .table-wrapper.top-event .cell-wrapper{min-height:180px;padding:10px!important}.content-wrapper .table-wrapper.top-event .cell-wrapper:hover{background-color:rgba(226,5,116,.302)}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-detail-wrapper .cell-date{font-size:46px}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-detail-wrapper .cell-detail .cell-zone{font-size:18px}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-detail-wrapper .cell-detail .cell-event{font-size:22px;font-weight:700}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-detail-wrapper .cell-detail .cell-event .cell-event-time{min-width:70px;width:70px}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-button svg{height:60px;width:60px}.content-wrapper .table-wrapper.top-event .cell-wrapper .cell-image{width:300px}.content-wrapper .table-wrapper.top-event .detail-cell{padding:30px!important}.content-wrapper .table-wrapper thead{display:none}.content-wrapper .table-wrapper tbody{overflow:visible;overflow:initial}.content-wrapper .table-wrapper tbody tr{display:flex;flex-direction:row}.content-wrapper .table-wrapper tbody tr.row-selected{background-color:initial!important}.content-wrapper .table-wrapper tbody tr.row-selected td:first-child,.content-wrapper .table-wrapper tbody tr.row-selected td:last-child{border-radius:5px!important}.content-wrapper .table-wrapper tbody tr:not(:last-child){padding-bottom:0!important}.content-wrapper .table-wrapper tbody tr td{display:block;flex:1 1;margin:3px}.content-wrapper .table-wrapper tbody tr td .cell-wrapper{background-color:rgba(226,5,116,.302);border-radius:5px!important;font-size:20px!important;justify-content:center;min-height:40px;min-width:40px!important;padding:3px!important}.content-wrapper .table-wrapper tbody tr td .cell-wrapper:hover{background-color:rgba(226,5,116,.267);border-radius:5px!important}.content-wrapper .table-wrapper tbody tr td .cell-wrapper .cell-date{font-weight:700!important}.content-wrapper .table-wrapper tbody tr td .cell-wrapper .cell-day{font-size:12px!important;padding-bottom:0!important}.light-mode td{border-radius:5px}.light-mode td,.light-mode td .cell-wrapper:not(.selected-cell){background-color:#fbfbfb!important}.light-mode td .cell-wrapper:not(.selected-cell):hover{background-color:#e2057438!important}}@media(min-width:600px){.content-wrapper{width:100%}}@media(min-width:1200px){.content-wrapper{width:95%}}@media(min-width:1800px){.content-wrapper{width:80%}}.Toastify__toast{border-radius:10px;font-size:12px;height:auto;min-height:48px;padding:12px 15px}.Toastify__toast--success{background-color:#10ae3f}.Toastify__toast--error{background-color:#ae1010}.Toastify__toast-body .toast{align-items:center;display:flex}.Toastify__toast-body .toast svg{fill:#fbfbfb;height:20px;padding-right:10px;width:20px}.light-mode{background:url(/static/media/light-background.a01671a43ce08da9a929.png) no-repeat 50% fixed #fbfbfb;background-size:cover;color:#3e3e3e}.light-mode .page-wrapper .content-wrapper .header-wrapper .header-month svg{fill:#fbfbfb;background-color:#e20574}.light-mode .page-wrapper .content-wrapper .header-wrapper .header-month svg:hover{background-color:#c90467}.light-mode .page-wrapper .content-wrapper .header-wrapper .header-text{color:#3e3e3e}.light-mode .page-wrapper .content-wrapper .table-wrapper table tbody tr.row-selected{background-color:hsla(0,0%,100%,.702)}.light-mode .page-wrapper .content-wrapper .table-wrapper table tbody tr.row-selected td .cell-wrapper:not(.selected-cell):hover{background-color:#e2057438}.light-mode .page-wrapper .content-wrapper .table-wrapper table tbody tr td .cell-wrapper .cell-date,.light-mode .page-wrapper .content-wrapper .table-wrapper table tbody tr td .cell-wrapper .cell-day{color:#e20574;transition:color .2s}.light-mode .page-wrapper .content-wrapper .table-wrapper table tbody tr td .cell-wrapper.selected-cell .cell-date,.light-mode .page-wrapper .content-wrapper .table-wrapper table tbody tr td .cell-wrapper.selected-cell .cell-day{color:#fbfbfb}.light-mode .page-wrapper .content-wrapper .top-event .cell-wrapper{background-color:#35011d!important}.light-mode .page-wrapper .content-wrapper .top-event .cell-wrapper .cell-detail-wrapper .cell-date,.light-mode .page-wrapper .content-wrapper .top-event .cell-wrapper .cell-detail-wrapper .cell-detail .cell-zone{color:#f456a5}.light-mode .page-wrapper .content-wrapper .top-event .cell-wrapper .cell-detail-wrapper .cell-detail .cell-event .cell-event-name,.light-mode .page-wrapper .content-wrapper .top-event .cell-wrapper .cell-detail-wrapper .cell-detail .cell-event .cell-event-time{color:#fbfbfb}.light-mode .page-wrapper .content-wrapper .divider{color:#3e3e3e}.light-mode .empty-cell{background-color:#fbfbfb;color:#e2057499}.light-mode .empty-cell.day-detail{background-color:#0000;color:#e2057499}.light-mode .loader-wrapper{background-color:#fbfbfb}.event-magenta{background-color:#e20074!important}.event-magenta .event-text,.event-magenta .event-time-zone{color:#fbfbfb}.event-teal{background-color:#4dd1e0!important}.event-teal .event-text,.event-teal .event-time-zone{color:#000}.event-green{background-color:#a7de59!important}.event-green .event-text,.event-green .event-time-zone{color:#000}.event-grey{background-color:#ddd!important}.event-grey .event-text,.event-grey .event-time-zone{color:#000}.event-detail-magenta{background-color:#ffbee0!important;color:#000!important}.event-detail-magenta svg{fill:#000}.event-detail-magenta .rounded-button.static-btn{background-color:#e20574!important;color:#fbfbfb!important}.event-detail-magenta .rounded-button.static-btn .button-content .button-icon{background-color:#e20574!important}.event-detail-teal{background-color:#aeeff3!important;color:#000!important}.event-detail-teal .rounded-button.static-btn{background-color:#4dd1e0!important}.event-detail-teal .rounded-button.static-btn .button-text{color:#000!important}.event-detail-teal .rounded-button.static-btn .button-content .button-icon{background-color:#4dd1e0!important}.event-detail-teal .rounded-button.static-btn .button-content .button-icon svg{fill:#000}.event-detail-teal .button-icon{background-color:#4dd1e0!important}.event-detail-teal .button-icon svg{fill:#000}.event-detail-teal button[type=submit]{background-color:#4dd1e0!important}.event-detail-green{background-color:#d4f2b4!important;color:#000!important}.event-detail-green .rounded-button.static-btn{background-color:#a7de59!important}.event-detail-green .rounded-button.static-btn .button-text{color:#000!important}.event-detail-green .rounded-button.static-btn .button-content .button-icon{background-color:#a7de59!important}.event-detail-green .rounded-button.static-btn .button-content .button-icon svg{fill:#000}.event-detail-green .button-icon{background-color:#a7de59!important}.event-detail-green .button-icon svg{fill:#000}.event-detail-green button[type=submit]{background-color:#a7de59!important}.event-detail-grey{background-color:#ddd!important;color:#000!important}.event-detail-grey .rounded-button.static-btn{background-color:#e20574!important}.event-detail-grey .rounded-button.static-btn .button-text{color:#fbfbfb!important}.event-detail-grey .rounded-button.static-btn .button-content .button-icon{background-color:#e20574!important}.event-detail-grey .rounded-button.static-btn .button-content .button-icon svg{fill:#fbfbfb}html .content-wrapper .detail-cell-content .header-wrapper{color:#000}html .MuiPaper-root{border-radius:20px}html .black-text{color:#000}
/*# sourceMappingURL=main.99cb87ca.css.map*/