@charset "UTF-8";:root{--brand-main-color:145.2 77.9% 55.7%;--brand-secondary-color:0 0% 93.7%;--brand-tertiary-color:0 0% 46.3%;--brand-background:0 0% 93.7%;--white:0 0% 100%;--black:0 0% 0%;--black-alpha-0:0 0% 0%/0;--black-alpha-1:0 0% 0%/0.1;--black-alpha-2:0 0% 0%/0.2;--black-alpha-5:0 0% 0%/0.5;--gray-1:0 0% 91%;--gray-2:0 0% 76.9%;--gray-3:0 0% 65.5%;--gray-4:0 0% 55.7%;--gray-5:0 0% 43.9%;--gray-calculator:0 0% 46%;--purple:242 82% 62%;--red:356 95% 46%;--accessibility-focus-background-color:0 0% 94.5%;--accessibility-focus-color:198.7 64.9% 36.9%;--body-color:0 0% 13.3%;--primary-btn-color:var(--brand-main-color);--secondary-btn-color:var(--brand-secondary-color);--tertiary-btn-color:var(--brand-tertiary-color);--category-background:226.8 100% 50%;--right-sidebar-divider-color:357.7 84.6% 51.8%;--table-border:0 0% 94.1%;--bar-height:0px;--nav-padding:0px;--nav-height:67px;--container-width:100%;--section-padding-block:2rem}@media (min-width:601px){:root{--nav-padding:60px}}@media (min-width:992px){:root{--nav-padding:82px}}@media (min-width:1200px){:root{--nav-padding:88px}}@media (min-width:992px){:root{--nav-height:86px}}@media (min-width:1200px){:root{--nav-height:92px}}@media (min-width:601px){:root{--container-width:540px}}@media (min-width:768px){:root{--container-width:720px}}@media (min-width:992px){:root{--container-width:940px}}@media (min-width:1200px){:root{--container-width:1140px}}@media (min-width:768px){:root{--section-padding-block:4rem}}@media (min-width:992px){:root{--section-padding-block:6rem}}.admin-bar{--bar-height:46px}@media (min-width:783px){.admin-bar{--bar-height:32px}}.events-component{display:grid;gap:var(--component-gap)}.events-component .events-description,.events-component .events-title{text-align:center}.events-component .events-wrapper{display:grid}@media (min-width:480px){.events-component .events-wrapper{grid-template-columns:.8fr;justify-content:center}}@media (min-width:768px){.events-component .events-wrapper{grid-template-columns:.7fr}}@media (min-width:992px){.events-component .events-wrapper{grid-template-columns:1fr}}.events-component .events-wrapper .event{padding:1rem;background-color:hsl(var(--event-background))}.events-component .events-wrapper .event:nth-child(even){background-color:hsl(var(--white))}.events-component .events-wrapper .event main{display:grid;align-items:center;gap:1rem}@media (min-width:992px){.events-component .events-wrapper .event main{grid-auto-flow:column;grid-template-columns:.7fr 1fr .7fr .7fr 1.2fr;gap:2rem;font-size:14px}}@media (min-width:1200px){.events-component .events-wrapper .event main{font-size:16px}}.events-component .events-wrapper .event main .event-date{text-align:center}@media (min-width:992px){.events-component .events-wrapper .event main .event-date{text-align:initial}}.events-component .events-wrapper .event main .event-name{display:grid;grid-template-columns:30px 1fr;align-items:center;justify-self:center;gap:.75rem}@media (min-width:992px){.events-component .events-wrapper .event main .event-name{justify-self:initial}}.events-component .events-wrapper .event main .event-organizers{position:relative;display:grid;align-items:center;min-height:30px;padding-left:25px;justify-self:center}@media (min-width:992px){.events-component .events-wrapper .event main .event-organizers{justify-self:initial}}.events-component .events-wrapper .event main .event-organizers:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);background-image:url(../../images/mic.svg);background-repeat:no-repeat;background-position:center;width:20px;height:30px}.events-component .events-wrapper .event main .event-button{display:grid}@media (min-width:480px){.events-component .events-wrapper .event main .event-button{grid-template-columns:.7fr;justify-content:center}}@media (min-width:768px){.events-component .events-wrapper .event main .event-button{grid-template-columns:.6fr}}@media (min-width:992px){.events-component .events-wrapper .event main .event-button{grid-template-columns:1fr}}.events-component .events-wrapper .event main .event-timer{display:grid;justify-content:flex-start;gap:.75rem;grid-template-columns:repeat(3,auto);justify-self:center;font-size:14px}@media (min-width:480px){.events-component .events-wrapper .event main .event-timer{font-size:16px}}@media (min-width:992px){.events-component .events-wrapper .event main .event-timer{font-size:14px;justify-self:initial}}@media (min-width:1200px){.events-component .events-wrapper .event main .event-timer{font-size:inherit}}.events-component .events-wrapper .event main .event-timer span{font-weight:700}@media (min-width:480px){.events-component .events-wrapper .event main .event-timer span{font-size:18px}}@media (min-width:992px){.events-component .events-wrapper .event main .event-timer span{font-size:inherit}}@media (min-width:1200px){.events-component .events-wrapper .event main .event-timer span{font-size:18px}}.events-component .events-custom-html>:last-child,.events-component .events-description>:last-child{margin-bottom:0}.modal{position:fixed;align-items:center;flex-direction:column;justify-items:center;left:0;top:0;display:none;height:100%;width:100%;overflow:auto;z-index:999;background-color:hsl(var(--black-alpha-5));padding-top:calc(var(--bar-height) * 2);padding-bottom:var(--bar-height);padding-left:1rem;padding-right:1rem}.modal.open{display:flex}@media (min-height:670px){.modal{justify-content:center;padding:0}}.modal .modal-inner{background-color:#fff;border:1px solid #787878}.modal .modal-inner .modal-body,.modal .modal-inner .modal-footer,.modal .modal-inner .modal-head{padding:1rem}.modal .modal-inner .modal-body,.modal .modal-inner .modal-head{border-bottom:1px solid #ccc}.modal .modal-inner .modal-head{display:flex;justify-content:space-between;align-items:center;border-top-left-radius:7px;border-top-right-radius:7px}.modal .modal-inner .modal-head .modal-title{font-size:18px}.modal .modal-inner .modal-head .modal-close{position:relative;color:hsl(var(--body-color))}.modal .modal-inner .modal-head .modal-close:hover{border-bottom-color:transparent}.modal .modal-inner .modal-head .modal-close:after{content:"✕";top:50%;left:50%;transform:translate(-50%,-50%)}.modal .modal-inner .modal-body .form-group{margin-bottom:.5rem}.modal .modal-inner .modal-body .form-group input,.modal .modal-inner .modal-body .form-group select,.modal .modal-inner .modal-body .form-group textarea{padding:8px 12px}.modal .modal-inner .modal-footer{display:grid;gap:.5rem;border-bottom-left-radius:7px;border-bottom-right-radius:7px}@media (min-width:576px){.modal .modal-inner .modal-footer{display:flex;justify-content:center}}
/*# sourceMappingURL=events.css.map */
