: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)}}body{font-family:NotoSans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400;margin:0;overflow-x:hidden;padding:0;position:relative}h1,h2{font-family:PlayfairDisplay,Georgia,Times New Roman,Times,serif;font-weight:700}h3{font-family:NotoSans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.social{color:#c133e1}.career{color:#4e5feb}.academic{color:#ca8f3d}.primary{background-color:#704aac;outline-color:#704aac}.black{background-color:#000;outline-color:#000}.uw-purple{color:#32006e}.left-arrow{transform:rotate(180deg)}.left-arrow,.right-arrow{cursor:pointer;padding:12px;width:24px}.filler{display:block;flex:1 1}@media(min-width:1024px)and (max-width:1299px){.left-arrow,.right-arrow{width:18px}}#rootContainer{display:flex;flex-direction:column;min-height:100vh;overflow-x:clip;position:relative}.baseContainer{flex:1 1;margin:0 auto;min-height:300px;width:1200px;z-index:1}@media(min-width:1024px)and (max-width:1299px){.baseContainer{width:1000px}}@media screen and (max-width:1023px){.baseContainer{width:100vw}}nav{left:0;position:-webkit-sticky;position:sticky;right:0;top:0;z-index:10}.nav-container,nav{background-color:#fff}.nav-container{align-items:center;color:#000;display:flex;gap:12px;height:60px;margin:0 auto;max-width:1300px;overflow:hidden;padding:20px 30px;position:relative;transition:all .5s cubic-bezier(.19,1,.22,1);z-index:100}.nav-container>span:first-of-type{border-left:1px solid #000;display:block;height:50%}.nav-container .nav-items-wrapper{display:flex;flex:1 1}.nav-container .nav-items-wrapper>span:last-of-type{flex:1 1}.nav-container p{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-mobile-menu{display:none}.nav-scroll{height:40px}.nav-border{opacity:0;transition:all .5s cubic-bezier(.19,1,.22,1)}.nav-border,.nav-border:after{display:block;height:1px;width:100%}.nav-border:after{background:linear-gradient(226deg,#f8a6ff96,#ffc93f 50%,#cfdff5);bottom:0;content:"";position:absolute}.nav-border-scroll{opacity:1}nav a{border:2px solid #fff;border-radius:8px;color:inherit;font-size:16px;padding:12px 18px;text-align:center;text-decoration:none}.nav-logo{padding:0 12px 0 0}.nav-items-wrapper a.active{background-color:#f9f9f9;position:relative}.nav-items-wrapper a.active:after{background:linear-gradient(226deg,#f8a6ff96,#ffc93f 50%,#cfdff5);border-radius:8px;bottom:1px;content:"";display:block;height:1px;left:0;margin:0 auto;position:absolute;right:0;width:94%}nav a:not(:first-child):hover{background-color:#f9f9f9;position:relative}nav a:not(:first-child):hover:after{background:linear-gradient(226deg,#f8a6ff96,#ffc93f 50%,#cfdff5);border-radius:8px;bottom:1px;content:"";display:block;height:1px;left:0;margin:0 auto;position:absolute;right:0;width:94%}nav img{display:block;width:60px}.nav-container>div{align-items:center;display:flex;gap:18px;justify-content:center}.nav-button-wrapper{align-items:center;display:flex;flex-direction:row;gap:14px}@media(min-width:1024px)and (max-width:1299px){.nav-container{height:40px;max-width:1100px}.nav-container p{font-size:14px;max-width:200px}.nav-scroll{height:26px}nav a{font-size:14px;padding:12px 18px}}@media screen and (max-width:767px){.nav-container{align-items:start;box-sizing:border-box;display:block;flex-direction:column;gap:12px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0;position:relative;transition:all .5s cubic-bezier(.19,1,.22,1);width:100%}.nav-container:after{background:linear-gradient(226deg,#f8a6ff96,#ffc93f 50%,#cfdff5);bottom:0;content:"";display:block;height:1px;position:absolute;width:100%}.nav-container .nav-header{align-items:center;border-bottom:1px solid #f9f9f9;box-sizing:border-box;display:flex;justify-content:space-between;padding:12px 24px;width:100%}.nav-container .nav-items-wrapper{box-sizing:border-box;flex-direction:column;gap:12px;padding:12px 24px;width:100%}.nav-container .nav-items-wrapper>span:last-of-type{border-bottom:1px solid #f9f9f9;display:block;width:100%}.nav-container>span:first-of-type{display:none}.nav-container>span:last-of-type{flex:1 1}.nav-container p{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-items-wrapper a{font-size:14px;padding:12px 0;width:100%}.nav-items-wrapper a.active:after,nav button{width:100%}.nav-button-wrapper{align-items:flex-start;flex-direction:column;gap:0;width:100%}.nav-mobile-menu{background:radial-gradient(circle at 100% 100%,#fff 0,#fff 7px,#0000 0) 0 0/8px 8px no-repeat,radial-gradient(circle at 0 100%,#fff 0,#fff 7px,#0000 0) 100% 0/8px 8px no-repeat,radial-gradient(circle at 100% 0,#fff 0,#fff 7px,#0000 0) 0 100%/8px 8px no-repeat,radial-gradient(circle at 0 0,#fff 0,#fff 7px,#0000 0) 100% 100%/8px 8px no-repeat,linear-gradient(#fff,#fff) 50% 50%/calc(100% - 2px) calc(100% - 16px) no-repeat,linear-gradient(#fff,#fff) 50% 50%/calc(100% - 16px) calc(100% - 2px) no-repeat,linear-gradient(143deg,#f8a6ff96,#ffc93f 50%,#cfdff5);border-radius:8px;box-sizing:border-box;display:block;padding:8px 14px}.nav-mobile-menu svg{color:#4d4d4d;display:block}.nav-show-items{display:block}.nav-hide-items{display:none!important}}footer{background-color:#fafafa;position:relative;width:100%}footer:before{background:linear-gradient(226deg,#f8a6ff96,#ffc93f 50%,#cfdff5);content:"";display:block;height:1px;position:absolute;top:0;width:100%}footer a{color:#000;font-size:16px;padding:12px 0;text-align:center;text-decoration:none}.footerContainer{margin:0 auto;max-width:1400px;padding:36px}.footerContainer>div:first-of-type{box-sizing:border-box;display:flex;margin-bottom:18px}.footerContainer>div:first-of-type img{width:100px}.footerContainer>div:first-of-type>div:first-of-type{flex:1 1}.footerContainer>div:first-of-type>div:nth-of-type(2){grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);text-align:center;width:300px}.footerContainer>div:first-of-type>div:nth-of-type(2)>a{color:#474747}.footerContainer>div:first-of-type>div:nth-of-type(2)>a:hover{color:#000}.footerContainer>div:last-of-type{box-sizing:border-box;display:flex}.footerContainer>div:last-of-type>div:first-of-type{flex:1 1}.footerContainer>div:last-of-type>div:nth-of-type(2){align-items:center;display:flex;justify-content:space-between;width:300px}.footerContainer>div:last-of-type a{cursor:pointer;display:inline-block;padding:0}.footerContainer>div:last-of-type img{padding:0;width:32px}#discord-footer-item{width:28px}#linkedin-footer-item{width:24px}@media(min-width:1024px)and (max-width:1299px){footer a{font-size:12px;padding:12px 0}.footerContainer{margin:0 auto;max-width:1100px}.footerContainer>div:first-of-type{margin-bottom:18px}.footerContainer>div:first-of-type img{width:80px}.footerContainer>div:first-of-type>div:nth-of-type(2){width:250px}.footerContainer>div:last-of-type p{font-size:12px}.footerContainer>div:last-of-type>div:nth-of-type(2){width:250px}.footerContainer>div:last-of-type img{width:24px}#discord-footer-item{width:22px}#linkedin-footer-item{width:20px}}@media screen and (max-width:767px){.footerContainer{margin:0 auto;padding:36px}.footerContainer>div:first-of-type{box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:54px}.footerContainer>div:first-of-type img{display:block;width:100px}.footerContainer>div:first-of-type>div:first-of-type{flex:1 1}.footerContainer>div:first-of-type>div:nth-of-type(2){align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:300px}.footerContainer>div:first-of-type>div:nth-of-type(2)>a{color:#474747}.footerContainer>div:first-of-type>div:nth-of-type(2)>a:hover{color:#000}.footerContainer>div:last-of-type{box-sizing:border-box;display:flex;flex-direction:column-reverse}.footerContainer>div:last-of-type>div:first-of-type{flex:1 1}.footerContainer>div:last-of-type>div:nth-of-type(2){align-items:center;display:flex;justify-content:space-between;width:300px}.footerContainer>div:last-of-type a{cursor:pointer;display:inline-block;padding:0}.footerContainer>div:last-of-type img{padding:0;width:32px}}.form-input{background:#fff;border:1px solid #dde3ec;border-radius:5px;box-sizing:border-box;color:#536387;font-size:14px;margin-bottom:24px;outline:none;padding:13px 22px;resize:none;width:100%}.form-input:focus{border-color:#704aac;box-shadow:0 3px 8px #0000000d}.form-label{color:#07074d;display:block;font-size:14px;font-weight:700;line-height:24px;margin-bottom:6px}input:disabled{background-color:#f4f4f4!important;cursor:not-allowed}@media(min-width:1024px)and (max-width:1299px){.form-input{font-size:12px;margin-bottom:12px;padding:10px 16px}.form-label{font-size:12px;margin-bottom:4px}}.calendar{flex:1 1;flex-direction:column}.calendar,.calendar-header{align-items:center;display:flex;justify-content:center}.calendar-header{font-weight:lighter;gap:24px;text-align:center}.calendar-header>div{align-items:center;display:flex;flex-direction:column;justify-content:center}.calendar-header>div h1{font-size:2.2rem;margin:0;width:320px}.calendar-header>div p{font-size:16px;margin:0}.calendar-wrapper{display:flex;justify-content:center;margin-bottom:60px;margin-top:24px}.calendar-content-wrapper{position:relative}.calendar-tag-wrapper{cursor:default;display:flex;gap:8px;margin:0 0 16px 6px}.calendar-item-container{display:grid;flex-shrink:0;grid-template-columns:repeat(7,1fr);position:relative}.calendar-item{background-color:#fff;border-radius:8px;box-sizing:border-box;height:120px;margin:6px;padding:12px;width:105px}.calendar-item span{-webkit-user-select:none;user-select:none}.calendar-day-empty{background-color:#fafafa;border:2px dashed #aeaeae}.calendar-day-wrapper{display:flex;flex-direction:column;transition:all .3s cubic-bezier(.19,1,.22,1)}.calendar-day-academic,.calendar-day-career,.calendar-day-social{cursor:pointer}.calendar-day-academic span,.calendar-day-career span,.calendar-day-social span{display:block}.calendar-day-academic:hover,.calendar-day-career:hover,.calendar-day-social:hover{box-shadow:0 5px 15px 0 #00000026}.calendar-day-academic{background-color:#fbf5e7;border:2px solid #ca8f3d;color:#ca8f3d}.calendar-day-social{background-color:#fdf3ff;border:2px solid #c133e1;color:#c133e1}.calendar-day-career{background-color:#dfe7f3;border:2px solid #4e5feb;color:#4e5feb}.calendar-day-selected-academic{background-color:#f7c052;border:2px solid #ca8f3d;color:#fff}.calendar-day-selected-social{background-color:#d843e5;border:2px solid #c133e1;color:#fff}.calendar-day-selected-career{background-color:#356eff;border:2px solid #4e5feb;color:#fff}.calendar-day-none{border:2px solid #aeaeae;color:#aeaeae}.calendar-day-none .calendar-day-event-name{font-weight:400!important;margin-top:auto}.calendar-day-container{align-items:center;display:flex;justify-content:space-between}.calendar-day-container>div{align-items:center;display:flex;gap:6px;justify-content:center}.calendar-day-container>div svg{margin-top:-2px}.calendar-rsvp-status{font-size:.6rem;text-align:end}.calendar-day{font-size:12px;font-weight:700;text-align:end}.calendar-day-event-name{font-size:14px;font-weight:700;margin-top:auto}.calendar-day-organizer-name{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-weekday{font-size:12px;font-weight:700;text-align:center}.calendar-decoration{bottom:60px;left:-140px;position:absolute;width:200px;z-index:-1}.event-details-container{background:linear-gradient(#fff 33%,#fff0),linear-gradient(#fff0,#fff 66%) 0 100%,radial-gradient(farthest-side at 50% 0,#4f4f4f80,#0000),radial-gradient(farthest-side at 50% 100%,#4f4f4f80,#0000) 0 100%;background-attachment:local,local,scroll,scroll;background-color:#fff;background-repeat:no-repeat;background-size:100% 51px,100% 51px,100% 17px,100% 17px;border:2px solid #704aac;border-radius:8px;flex-shrink:0;height:512px;margin-left:18px;margin-top:64px;overflow-y:auto;width:300px}.event-details-wrapper{box-sizing:border-box;padding:18px;width:100%}.event-details-header h1{font-family:NotoSans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:24px;font-weight:700}.event-details-content{display:flex;flex-direction:column;gap:16px;width:100%}.event-details-content img{border:1px solid #d3d3d3;border-radius:8px;height:200px;margin:0 auto;object-fit:cover;object-position:center;width:100%}.event-details-content h1,.event-details-content h2,.event-details-content p{margin:0}.event-details-content>h1{font-size:1.6rem}.event-details-content h2{font-family:NotoSans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:700}.event-details-body{display:flex;flex:1 1;flex-direction:column;gap:12px}.event-details-body>div:last-child{margin-top:12px;padding-bottom:24px}.event-details-section-wrapper{display:flex;flex-direction:column;gap:18px;padding:12px 0;position:relative}.event-details-section-wrapper>div{display:flex;flex:1 1;gap:8px}.event-details-section-wrapper:before{top:0}.event-details-section-wrapper:after,.event-details-section-wrapper:before{background:linear-gradient(226deg,#f8a6ff96,#ffc93f 50%,#cfdff5);content:"";display:block;height:1px;position:absolute;width:100%}.event-details-section-wrapper:after{bottom:0}.event-details-section{flex:1 1}.event-details-section>p{font-size:1rem;margin-top:8px}.event-details-description{line-height:22px;white-space:pre-wrap}.event-details-section-header{align-items:center;color:#a9a9a9;display:flex}.event-details-section-header span{font-size:.8rem;font-weight:700;margin-left:8px;margin-top:3px}.event-details-info{align-items:flex-start;display:flex;flex-direction:column;width:100%}.event-details-info>div{align-items:center;display:flex;gap:12px;justify-content:center}.event-details-info>div svg{height:16px;padding:6px 0;width:16px}.event-details-info>div p{color:#000;font-size:14px;margin-top:2px}.event-details-tags{display:flex;gap:6px}.event-details-rsvp{border-top:1px dashed #dadada;display:flex;flex:1 1;flex-direction:column;padding:24px 0;position:relative;z-index:1}.event-details-rsvp h1{margin:0 0 16px}.event-details-rsvp button{width:100%}.event-details-rsvp input{background-color:#0000}.divider{border-left:1px solid #d3d3d3}.event-details-rsvp-form{display:flex;flex:1 1;flex-direction:column}.event-details-rsvp-form>div{flex:1 1}.event-details-rsvp-form button{margin-top:12px}.rsvp-status{color:#dadada;font-size:.8rem;font-weight:700;padding:6px 0}@media(min-width:1024px)and (max-width:1299px){.calendar-header>div h1{font-size:28px;width:280px}.calendar-header>div p{font-size:12px}.calendar-item{height:100px;margin:4px;padding:8px;width:85px}.calendar-tag-wrapper{cursor:default;display:flex;gap:8px;left:-4px;top:191px}.calendar-decoration{bottom:26px;left:-160px;width:200px}.calendar-day,.calendar-day-event-name{font-size:12px}.calendar-day-organizer-name{font-size:10px}.event-details-container{height:420px;margin-left:4px;margin-top:61px;width:250px}.event-details-wrapper{padding:16px}.event-details-content{gap:12px}.event-details-content img{height:180px}.event-details-header h1{font-size:20px}.event-details-body>div:last-child{margin-top:12px;padding-bottom:12px}.event-details-section{flex:1 1}.event-details-section>p{font-size:14px;margin-top:8px}.event-details-section-wrapper{margin-top:6px}.event-details-section-header span{font-size:12px;margin-left:8px;margin-top:3px}.event-details-section-header svg{height:12px;width:12px}.event-details-info>div{gap:6px}.event-details-info>div svg{height:14px;padding:6px 0;width:14px}.event-details-info>div p{color:#000;font-size:14px;margin-top:2px}.event-details-tags{display:flex;gap:6px}.event-details-rsvp{padding:16px 0}.event-details-rsvp h1{font-size:24px;margin:0 0 12px}.rsvp-status{font-size:12px}}button{background-color:#704aac;border:0;border-radius:8px;color:#fff;font-size:14px;font-weight:700;padding:12px 18px;position:relative;text-shadow:none;transition:all .15s cubic-bezier(.19,1,.22,1)}button .right-arrow{filter:invert(29%) sepia(85%) saturate(616%) hue-rotate(225deg) brightness(93%) contrast(88%);margin-bottom:-3px;margin-left:6px;padding:0;width:14px}button:hover:before{opacity:.5}button:hover{cursor:pointer}button:disabled,button[disabled]{background:#e8e8e8;border:1px solid #464646;color:#464646;cursor:not-allowed;outline-width:0}button:before{border-radius:8px;content:"";filter:blur(5px);height:calc(100% + 5px);left:-2px;opacity:0;position:absolute;top:-2px;transition:opacity .35s cubic-bezier(.19,1,.22,1);width:calc(100% + 5px);z-index:-1}.primary-button:before{background:linear-gradient(45deg,#c133e1,#ca8f3d,#4e5feb)}.secondary-button:before{background:#704aac}.primary-button{background:linear-gradient(90deg,#fae5ff,#feefcd 50%,#cfdff5);border:2px solid #a276e9;color:#8458ca}.secondary-button{background-color:#f1e8ff;border:2px solid #704aac;color:#704aac}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}@media(min-width:1024px)and (max-width:1299px){button{font-size:12px;padding:10px 16px}button .right-arrow{margin-bottom:-3px;width:12px}}.characterCard{align-items:center;display:flex;flex-direction:column;justify-content:flex-end}.characterCardBox{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px 0 #00000026;box-sizing:border-box;height:250px;padding:18px;position:relative;text-align:left;width:220px}.characterCardBox p{color:#000;line-height:22px}.characterCardBox button{background-color:#fff;border-style:solid;border-width:1px;font-weight:700;padding:4px 8px}.characterCardBox button:hover{background-color:#fff;outline-color:#fff0;outline-offset:8px}.characterCardHeader{align-items:center;display:flex;gap:12px}.characterCardHeader>div{align-items:center;border-radius:8px;color:#fff;display:flex;height:36px;justify-content:center;width:36px}.characterCardHeader>div img{filter:invert(100%);height:24px;width:24px}.characterCardHeader h1{font-family:NotoSans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.2rem;font-weight:700;margin:4px 0 0}.career>img{margin-bottom:-12px;width:160px;z-index:2}.career .characterCardBox{border:4px solid #cfdff5}.career .characterCardBackground{background:radial-gradient(ellipse at center,#ffc93f80 0,#3042e900 68%);border-radius:100%;display:block;height:420px;left:30%;position:absolute;top:20%;transform:translate(-50%,-50%);width:600px;z-index:-1}.career .characterCardHeader>div{background-color:#4e5feb}.career .characterCardHeader>h1{color:#000}.career button{border-color:#cfdff5;border-width:2px;color:#4e5feb;outline-color:#fff}.career button:hover{background-color:#cfdff5;border-color:#4e5feb}.social>img{margin-bottom:24px;margin-left:24px;width:200px}.social .characterCardBox{border:4px solid #fae5ff}.social .characterCardBackground{background:radial-gradient(ellipse at center,#f8a6ff80 0,#3042e900 70%);border-radius:100%;display:block;height:250px;left:30%;position:absolute;top:70%;transform:translate(-50%,-50%);width:300px;z-index:-2}.social .characterCardHeader>div{background-color:#c133e1}.social .characterCardHeader>h1{color:#000}.social button{border-color:#fae5ff;border-width:2px;color:#c133e1;outline-color:#fff}.social button:hover{background-color:#fae5ff;border-color:#c133e1}.academic img{width:150px}.academic .characterCardBox{border:4px solid #feefcd}.academic .characterCardBackground{background:radial-gradient(ellipse at center,#707ce8cc 0,#3042e900 70%);border-radius:100%;display:block;height:330px;left:20%;position:absolute;top:30%;transform:translate(-50%,-50%);width:400px;z-index:-1}.academic .characterCardHeader>div{background-color:#ca8f3d}.academic .characterCardHeader>h1{color:#000}.academic button{border-color:#feefcd;border-width:2px;color:#ca8f3d;outline-color:#fff}.academic button:hover{background-color:#feefcd;border-color:#ca8f3d}@media(min-width:1024px)and (max-width:1299px){.career .characterCardBackground{background:radial-gradient(ellipse at center,#ffc93f80 0,#3042e900 68%);height:380px;top:20%;width:500px;z-index:-1}.career .characterCardBackground,.social .characterCardBackground{border-radius:100%;display:block;left:30%;position:absolute;transform:translate(-50%,-50%)}.social .characterCardBackground{background:radial-gradient(ellipse at center,#f8a6ff80 0,#3042e900 70%);height:250px;top:70%;width:300px;z-index:-2}.academic .characterCardBackground{background:radial-gradient(ellipse at center,#707ce8cc 0,#3042e900 70%);border-radius:100%;display:block;height:300px;left:44%;position:absolute;top:30%;transform:translate(-50%,-50%);width:380px;z-index:-1}}@media screen and (max-width:767px){.characterCard{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;scroll-snap-align:center}.characterCardBox{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px 0 #00000026;box-sizing:border-box;height:250px;padding:18px;position:relative;text-align:left;width:220px}.characterCardBox p{color:#000;line-height:22px}.characterCardBox button{background-color:#fff;border-style:solid;border-width:1px;font-weight:700;padding:4px 8px}.characterCardBox button:hover{background-color:#fff;outline-color:#fff0;outline-offset:8px}.characterCardHeader{align-items:center;display:flex;gap:12px}.characterCardHeader>div{align-items:center;border-radius:8px;color:#fff;display:flex;height:36px;justify-content:center;width:36px}.characterCardHeader>div img{filter:invert(100%);height:24px;width:24px}.characterCardHeader h1{font-family:NotoSans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.2rem;font-weight:700;margin:4px 0 0}.career>img{margin-bottom:-12px;width:160px;z-index:2}.career .characterCardBox{border:4px solid #cfdff5}.career .characterCardBackground{background:radial-gradient(ellipse at center,#ffc93f80 0,#3042e900 68%);border-radius:100%;display:block;height:420px;left:30%;position:absolute;top:20%;transform:translate(-50%,-50%);width:600px;z-index:-1}.career .characterCardHeader>div{background-color:#4e5feb}.career .characterCardHeader>h1{color:#000}.career button{border-color:#cfdff5;border-width:2px;color:#4e5feb;outline-color:#fff}.career button:hover{background-color:#cfdff5;border-color:#4e5feb}.social>img{margin-bottom:24px;margin-left:24px;width:200px}.social .characterCardBox{border:4px solid #fae5ff}.social .characterCardBackground{background:radial-gradient(ellipse at center,#f8a6ff80 0,#3042e900 70%);border-radius:100%;display:block;height:250px;left:30%;position:absolute;top:70%;transform:translate(-50%,-50%);width:300px;z-index:-2}.social .characterCardHeader>div{background-color:#c133e1}.social .characterCardHeader>h1{color:#000}.social button{border-color:#fae5ff;border-width:2px;color:#c133e1;outline-color:#fff}.social button:hover{background-color:#fae5ff;border-color:#c133e1}.academic img{width:150px}.academic .characterCardBox{border:4px solid #feefcd}.academic .characterCardBackground{background:radial-gradient(ellipse at center,#707ce8cc 0,#3042e900 70%);border-radius:100%;display:block;height:330px;left:20%;position:absolute;top:30%;transform:translate(-50%,-50%);width:400px;z-index:-1}.academic .characterCardHeader>div{background-color:#ca8f3d}.academic .characterCardHeader>h1{color:#000}.academic button{border-color:#feefcd;border-width:2px;color:#ca8f3d;outline-color:#fff}.academic button:hover{background-color:#feefcd;border-color:#ca8f3d}}.eventCard{border-radius:8px;flex:1 1;padding:18px;position:relative;transition:all .5s cubic-bezier(.19,1,.22,1)}.eventCard>img{position:absolute;right:-36px;top:-50px;width:110px;z-index:3}.eventCard>div:first-of-type{background-color:#000;border-radius:8px;height:200px;width:100%}.eventCard>div:first-of-type img{border-radius:8px;height:100%;object-fit:cover;object-position:center;width:100%}.eventCard:hover{background-color:#fff;box-shadow:0 5px 15px 0 #00000026;cursor:pointer}.eventCardHeader{margin:12px 0;text-align:left}.eventCardHeader h1{font-family:NotoSans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.2rem;font-weight:700}.eventCardHeader h1,.eventCardHeader p{margin:0}.eventCardCategories{display:flex;gap:12px}.eventCardBody p{margin:12px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:330px}@media(min-width:1024px)and (max-width:1299px){.eventCard{padding:16px;position:relative}.eventCard>img{position:absolute;right:-36px;top:-50px;width:90px;z-index:3}.eventCard>div:first-of-type{background-color:#000;border-radius:8px;height:170px;width:100%}.eventCard:hover{box-shadow:0 5px 15px 0 #00000026;cursor:pointer}.eventCardHeader{margin:12px 0;text-align:left}.eventCardHeader h1{font-size:18px}.eventCardHeader h1,.eventCardHeader p{margin:0}.eventCardHeader p{font-size:14px}.eventCardCategories{display:flex;gap:12px}.eventCardBody p{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:270px}}@media screen and (max-width:767px){.eventCard{padding:14px;scroll-snap-align:center}.eventCard>img{position:absolute;right:-20px;top:-30px;width:60px;z-index:3}.eventCard>div:first-of-type{background-color:#000;border-radius:8px;height:170px;width:100%}.eventCardBody p{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:270px}}.tag{display:inline-block}.tagText{border-radius:8px;font-size:1rem;margin:0;padding:4px 16px}.social .tagText{background-color:#fae5ff}.career .tagText{background-color:#cfdff5}.academic .tagText{background-color:#feefcd}.tag-small .tagText{border-radius:8px;font-size:.8rem;margin:0;padding:2px 8px}@media(min-width:1024px)and (max-width:1299px){.tagText{border-radius:8px;font-size:12px;margin:0;padding:6px 12px}}.resourceIcon{border-radius:8px;height:65px;margin:6px 20px;object-fit:contain;width:65px}@media screen and (max-width:1023px){.resourceIcon{height:45px;margin:6px 8px;width:45px}}.gradient-line{background:linear-gradient(90deg,#f8a6ff,#ffc93f,#a4a9db);height:2px;width:90%}.dropdown-container{display:inline-block;position:relative}.dropdown-trigger{align-items:center;background-color:#fff;border:1px solid #445568;border-radius:8px;color:#000;cursor:pointer;display:flex;gap:6px;justify-content:center;padding:10px 20px;-webkit-user-select:none;user-select:none}.dropdown-trigger>span{margin-top:2px}.dropdown-trigger:hover{background-color:#f9f9f9}.dropdown-content{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 8px #0000001a;display:block;left:0;position:absolute;text-align:center;top:110%;width:100%;z-index:1000}.dropdown-content .dropdown-item{cursor:pointer;padding:10px}.dropdown-content .dropdown-item:hover{background-color:#f1f1f1}.dropdown-icon-rotate{transform:rotate(180deg)}.aboutCard{box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:20px}.aboutCard img{background-color:#f9f9f9;border-radius:8px;height:240px;object-fit:cover;object-position:center;width:240px}.aboutCard p{margin:0}.aboutCard h3{margin-bottom:5px;margin-top:10px}.aboutCard>div{width:240px}.about-card-socials{align-items:center;display:flex;gap:6px;margin-top:6px}.about-card-socials a{color:#595959}.about-card-socials svg{height:24px;width:24px}.social-email:hover{color:#000}.social-linkedin:hover{color:#0077b5}.social-github:hover,.social-website:hover{color:#000}@media(min-width:1024px)and (max-width:1299px){.aboutCard img{height:200px;width:200px}.aboutCard>div{width:200px}}@media(min-width:768px)and (max-width:1023px){.aboutCard img{height:200px;width:200px}.aboutCard>div{width:200px}}@media(min-width:460px)and (max-width:767px){.aboutCard{height:100%}.aboutCard img{height:200px;width:200px}.aboutCard>div{width:200px}}@media screen and (max-width:459px){.aboutCard img{height:150px;width:150px}.aboutCard>div{width:150px}}.img-name-container{display:flex}.candidateImage img{height:100%;padding:0;width:50%}.candidateName{font-size:30px;margin:auto;padding:10px;width:50%}.aboutMe{margin-top:15px}.aboutMe h3{font-size:18px;font-weight:700}.aboutMe p{color:#555;font-size:14px}iframe{border:none;border-radius:8px;height:500px;margin-top:15px;width:100%}.all-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;margin-bottom:20px}.tab{background:#fff;border-radius:5px;cursor:pointer;padding:10px 20px}.tab:hover{background:#ddd}.tab.active,.tab:hover{text-decoration:underline}.tab.active{font-weight:700;transform:scale(1.05)}.candidate-info{background-color:193}.roleSidebar{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;padding:20px;width:250px}.roleSidebar h2{font-size:20px;font-weight:700;margin-bottom:15px}.roleItem{background:#eaeaea;border-radius:5px;cursor:pointer;margin-bottom:8px;padding:12px;text-align:center}.roleItem:hover{background:#d6d6d6}.roleItem.active{background:#58077b;color:#fff;font-weight:700}.resourceBox{display:flex;flex-direction:row;gap:12px;padding:24px 0}.resourceContent{flex:1 1}.resourceContent h3{margin:6px 0}.resourceContent button{margin-top:12px}.resourceContent p{margin:6px 0}@media(min-width:1024px)and (max-width:1299px){.resourceBox{padding:18px 0}}.introduction{margin:42px auto;text-align:center;width:60%}.introduction>h1{margin:0}.introduction>h1:first-of-type{font-size:2.2rem}.introduction>h1:last-of-type{font-size:2.2rem;margin-bottom:18px}.introduction>p{font-size:1.1rem;margin:0 auto;width:90%}.characterCardContainer{display:flex;flex-direction:row;justify-content:space-between;margin-top:36px;position:relative}.upcomingEvents{margin:130px 0}.upcomingEvents>h1{font-size:2.2rem;text-align:start}.upcomingEvents h1{margin:0}.upcomingEvents button{display:block;margin-left:auto;margin-right:0}.upcomingEventsCardContainer{border-radius:8px;display:flex;gap:18px;justify-content:space-between;margin:18px 0;padding:24px;position:relative}.upcomingEventsCardContainer span{z-index:-5}.upcomingEventsCardContainer .upcomingEventsBackground:first-child{left:-230px;opacity:.2;top:-100px;width:350px}.upcomingEventsCardContainer .upcomingEventsBackground:nth-child(2){left:-160px;opacity:.2;top:330px;width:300px}.upcomingEventsCardContainer .upcomingEventsBackground:nth-child(3){opacity:.2;right:-180px;top:100px;width:300px}.upcomingEventsBackground{position:absolute;z-index:-5}.gallery{position:relative;width:100%}.gallery .galleryHeader h1{font-size:2.2rem;margin:0;text-align:start}.gallery>div:last-of-type{height:500px}.gallery>div:last-of-type img{bottom:-20px;position:absolute;right:0;width:350px;z-index:4}.homeSectionHeader{margin-bottom:82px;padding:12px 0;position:relative}.homeSectionHeader:after{background:linear-gradient(226deg,#f8a6ff96,#ffc93f 50%,#cfdff5);bottom:0;content:"";display:block;height:2px;position:absolute;width:100%}.galleryHeader{margin-bottom:100px}.galleryImageContainer{align-items:center;display:flex;left:50%;position:absolute;text-align:center;transform:translate(-50%);white-space:nowrap}.galleryImageContainer>div{border:3px solid #000;border-radius:8px;display:inline-block;overflow:hidden}.galleryImageContainer>div img{width:100%}.galleryImageContainer>div:first-of-type{height:300px;margin-right:-30px;transform:rotate(5deg);width:240px}.galleryImageContainer>div:nth-of-type(2){height:230px;margin-right:-6px;transform:rotate(-15deg);width:280px}.galleryImageContainer>div:nth-of-type(2) img{margin-top:-70px}.galleryImageContainer>div:nth-of-type(3){height:320px;transform:rotate(-5deg);width:240px}.galleryImageContainer>div:nth-of-type(4){height:300px;margin-bottom:-50px;margin-left:-10px;transform:rotate(5deg);width:220px;z-index:2}.galleryImageContainer>div:nth-of-type(5){height:280px;margin-left:-14px;margin-top:-40px;transform:rotate(-5deg);width:340px;z-index:1}.galleryImageContainer>div:nth-of-type(5) img{margin-left:-110px;width:500px}.galleryImageContainer>div:nth-of-type(6){height:300px;margin-bottom:-20px;margin-left:-28px;transform:rotate(10deg);width:300px;z-index:3}.galleryImageContainer>div:nth-of-type(7){height:260px;margin-left:-26px;margin-top:-80px;transform:rotate(-10deg);width:300px;z-index:4}.galleryImageContainer>div:nth-of-type(8){height:280px;margin-left:-20px;transform:rotate(5deg);width:400px}.characterBackground1{z-index:-1}.characterBackground1 img{position:absolute}.characterBackground1 img:first-of-type{left:20px;left:-150px;opacity:.1;top:30px;width:16px}.characterBackground1 img:nth-of-type(2){left:-30px;opacity:.5;top:40px;width:40px}.characterBackground1 img:nth-of-type(3){left:-180px;opacity:.1;top:80px;width:34px}.characterBackground2{z-index:-1}.characterBackground2 img{position:absolute}.characterBackground2 img:first-of-type{left:-40px;opacity:.5;top:-30px;width:26px}.characterBackground2 img:nth-of-type(2){left:-90px;opacity:.6;top:50px;width:26px}.characterBackground2 img:nth-of-type(3){left:-50px;opacity:.5;top:130px;width:26px}.characterBackground3{z-index:-1}.characterBackground3 img{position:absolute}.characterBackground3 img:first-of-type{left:-120px;opacity:.3;top:100px;width:22px}.characterBackground3 img:nth-of-type(2){left:-100px;opacity:.2;top:150px;width:22px}.characterBackground3 img:nth-of-type(3){left:-100px;opacity:1;opacity:.2;width:22px}.characterBackgroundRight{transform:scaleX(-1)}.backgroundIcons{position:absolute}.backgroundIcons img{height:10px;opacity:.2;position:absolute;width:10px;z-index:-2}.backgroundIcons img:first-child{left:340px;top:276px}.backgroundIcons img:nth-child(2){left:25px;top:151px}.backgroundIcons img:nth-child(3){left:248px;top:124px}.backgroundIcons img:nth-child(4){left:27px;top:68px}.backgroundIcons img:nth-child(5){left:229px;top:29px}.backgroundIcons img:nth-child(6){left:327px;top:123px}.backgroundIcons img:nth-child(7){left:426px;top:247px}.backgroundIcons img:nth-child(8){left:104px;top:261px}.backgroundIcons img:nth-child(9){left:20px;top:133px}.backgroundIcons img:nth-child(10){left:156px;top:175px}.backgroundIcons img:nth-child(11){left:161px;top:291px}.backgroundIcons img:nth-child(12){left:284px;top:247px}.backgroundIcons img:nth-child(13){left:241px;top:103px}.backgroundIcons img:nth-child(14){left:315px;top:52px}.backgroundIcons img:nth-child(15){left:355px;top:250px}.backgroundIcons img:nth-child(16){left:148px;top:85px}.backgroundIcons img:nth-child(17){left:171px;top:64px}.backgroundIcons img:nth-child(18){left:183px;top:13px}.backgroundIcons img:nth-child(19){left:382px;top:60px}.backgroundIcons img:nth-child(20){left:196px;top:85px}.backgroundIcons img:nth-child(21){left:212px;top:99px}.backgroundIcons img:nth-child(22){left:480px;top:110px}.backgroundIcons img:nth-child(23){left:458px;top:115px}.backgroundIcons img:nth-child(24){left:375px;top:289px}.backgroundIcons img:nth-child(25){left:246px;top:251px}.backgroundIcons img:nth-child(26){left:130px;top:230px}.backgroundIcons img:nth-child(27){left:133px;top:277px}.backgroundIcons img:nth-child(28){left:496px;top:144px}.backgroundIcons img:nth-child(29){left:35px;top:208px}.backgroundIcons img:nth-child(30){left:247px;top:244px}.backgroundIcons img:nth-child(31){left:384px;top:296px}.backgroundIcons img:nth-child(32){left:35px;top:170px}.backgroundIcons img:nth-child(33){left:498px;top:116px}.backgroundIcons img:nth-child(34){left:188px;top:224px}.backgroundIcons img:nth-child(35){left:386px;top:56px}.backgroundIcons img:nth-child(36){left:68px;top:246px}.backgroundIcons img:nth-child(37){left:8px;top:232px}.backgroundIcons img:nth-child(38){left:27px;top:265px}.backgroundIcons img:nth-child(39){left:486px;top:81px}.backgroundIcons img:nth-child(40){left:150px;top:11px}.backgroundIcons img:nth-child(41){left:112px;top:181px}.backgroundIcons img:nth-child(42){left:161px;top:253px}.backgroundIcons img:nth-child(43){left:239px;top:236px}.backgroundIcons img:nth-child(44){left:309px;top:132px}.backgroundIcons img:nth-child(45){left:210px;top:31px}.backgroundIcons img:nth-child(46){left:41px;top:218px}.backgroundIcons img:nth-child(47){left:160px;top:269px}.backgroundIcons img:nth-child(48){left:266px;top:83px}.backgroundIcons img:nth-child(49){left:97px;top:169px}.backgroundIcons img:nth-child(50){left:82px;top:261px}.backgroundIcons img:nth-child(51){left:451px;top:213px}.backgroundIcons img:nth-child(52){left:39px;top:271px}.backgroundIcons img:nth-child(53){left:292px;top:217px}.backgroundIcons img:nth-child(54){left:5px;top:106px}.backgroundIcons img:nth-child(55){left:433px;top:63px}.backgroundIcons img:nth-child(56){left:476px;top:283px}.backgroundIcons img:nth-child(57){left:117px;top:247px}.backgroundIcons img:nth-child(58){left:279px;top:127px}.backgroundIcons img:nth-child(59){left:268px;top:218px}.backgroundIcons img:nth-child(60){left:53px;top:14px}.backgroundIcons img:nth-child(61){left:410px;top:240px}.backgroundIcons img:nth-child(62){left:415px;top:229px}.backgroundIcons img:nth-child(63){left:422px;top:149px}.backgroundIcons img:nth-child(64){left:227px;top:289px}.backgroundIcons img:nth-child(65){left:274px;top:195px}.backgroundIcons img:nth-child(66){left:271px;top:33px}.backgroundIcons img:nth-child(67){left:93px;top:281px}.backgroundIcons img:nth-child(68){left:75px;top:280px}.backgroundIcons img:nth-child(69){left:66px;top:137px}.backgroundIcons img:nth-child(70){left:46px;top:49px}.backgroundIcons img:nth-child(71){left:214px;top:134px}.backgroundIcons img:nth-child(72){left:450px;top:116px}.backgroundIcons img:nth-child(73){left:125px;top:147px}.backgroundIcons img:nth-child(74){left:374px;top:12px}.backgroundIcons img:nth-child(75){left:391px;top:126px}.backgroundIcons img:nth-child(76){left:284px;top:247px}.backgroundIcons img:nth-child(77){left:108px;top:290px}.backgroundIcons img:nth-child(78){left:472px;top:130px}.backgroundIcons img:nth-child(79){left:268px;top:244px}.backgroundIcons img:nth-child(80){left:86px;top:156px}.backgroundIcons img:nth-child(81){left:129px;top:259px}.backgroundIcons img:nth-child(82){left:167px;top:232px}.backgroundIcons img:nth-child(83){left:398px;top:270px}.backgroundIcons img:nth-child(84){left:69px;top:127px}.backgroundIcons img:nth-child(85){left:321px;top:174px}.backgroundIcons img:nth-child(86){left:474px;top:245px}.backgroundIcons img:nth-child(87){left:263px;top:212px}.backgroundIcons img:nth-child(88){left:184px;top:40px}.backgroundIcons img:nth-child(89){left:381px;top:38px}.backgroundIcons img:nth-child(90){left:188px;top:208px}.backgroundIcons img:nth-child(91){left:245px;top:59px}.backgroundIcons img:nth-child(92){left:179px;top:233px}.backgroundIcons img:nth-child(93){left:432px;top:145px}.backgroundIcons img:nth-child(94){left:274px;top:80px}.backgroundIcons img:nth-child(95){left:402px;top:137px}.backgroundIcons img:nth-child(96){left:135px;top:151px}.backgroundIcons img:nth-child(97){left:492px;top:233px}.backgroundIcons img:nth-child(98){left:413px;top:105px}.backgroundIcons img:nth-child(99){left:397px;top:268px}.backgroundIcons img:nth-child(100){left:13px;top:27px}.backgroundIcons img:nth-child(101){left:132px;top:187px}.backgroundIcons img:nth-child(102){left:134px;top:67px}.backgroundIcons img:nth-child(103){left:476px;top:110px}.backgroundIcons img:nth-child(104){left:15px;top:263px}.backgroundIcons img:nth-child(105){left:457px;top:2px}.backgroundIcons img:nth-child(106){left:210px;top:81px}.backgroundIcons img:nth-child(107){left:255px;top:232px}.backgroundIcons img:nth-child(108){left:376px;top:215px}.backgroundIcons img:nth-child(109){left:279px;top:107px}.backgroundIcons img:nth-child(110){left:114px;top:263px}.backgroundIcons img:nth-child(111){left:436px;top:238px}.backgroundIcons img:nth-child(112){left:106px;top:83px}.backgroundIcons img:nth-child(113){left:132px;top:211px}.backgroundIcons img:nth-child(114){left:435px;top:288px}.backgroundIcons img:nth-child(115){left:120px;top:39px}.backgroundIcons img:nth-child(116){left:321px;top:175px}.backgroundIcons img:nth-child(117){left:123px;top:28px}.backgroundIcons img:nth-child(118){left:108px;top:22px}.backgroundIcons img:nth-child(119){left:72px;top:157px}.backgroundIcons img:nth-child(120){left:497px;top:112px}.backgroundIcons img:nth-child(121){left:109px;top:128px}.backgroundIcons img:nth-child(122){left:264px;top:48px}.backgroundIcons img:nth-child(123){left:438px;top:151px}.backgroundIcons img:nth-child(124){left:247px;top:20px}.backgroundIcons img:nth-child(125){left:403px;top:292px}.backgroundIcons img:nth-child(126){left:451px;top:143px}.backgroundIcons img:nth-child(127){left:31px;top:166px}.backgroundIcons img:nth-child(128){left:15px;top:61px}.backgroundIcons img:nth-child(129){left:209px;top:298px}.backgroundIcons img:nth-child(130){left:420px;top:124px}.backgroundIcons img:nth-child(131){left:370px;top:219px}.backgroundIcons img:nth-child(132){left:433px;top:292px}.backgroundIcons img:nth-child(133){left:66px;top:297px}.backgroundIcons img:nth-child(134){left:394px;top:185px}.backgroundIcons img:nth-child(135){left:47px;top:145px}.backgroundIcons img:nth-child(136){left:135px;top:150px}.backgroundIcons img:nth-child(137){left:7px;top:43px}.backgroundIcons img:nth-child(138){left:310px;top:234px}.backgroundIcons img:nth-child(139){left:479px;top:177px}.backgroundIcons img:nth-child(140){left:497px;top:2px}.backgroundIcons img:nth-child(141){left:333px;top:207px}.backgroundIcons img:nth-child(142){left:442px;top:101px}.backgroundIcons img:nth-child(143){left:250px;top:299px}.backgroundIcons img:nth-child(144){left:398px;top:53px}.backgroundIcons img:nth-child(145){left:428px;top:100px}.backgroundIcons img:nth-child(146){left:377px;top:243px}.backgroundIcons img:nth-child(147){left:128px;top:96px}.backgroundIcons img:nth-child(148){left:218px;top:62px}.backgroundIcons img:nth-child(149){left:220px;top:290px}.backgroundIcons img:nth-child(150){left:376px;top:138px}.backgroundIcons img:nth-child(151){left:100px;top:219px}.backgroundIcons img:nth-child(152){left:187px;top:246px}.backgroundIcons img:nth-child(153){left:74px;top:194px}.backgroundIcons img:nth-child(154){left:396px;top:132px}.backgroundIcons img:nth-child(155){left:392px;top:242px}.backgroundIcons img:nth-child(156){left:130px;top:163px}.backgroundIcons img:nth-child(157){left:1px;top:189px}.backgroundIcons img:nth-child(158){left:77px;top:52px}.backgroundIcons img:nth-child(159){left:402px;top:234px}.backgroundIcons img:nth-child(160){left:102px;top:270px}.backgroundIcons img:nth-child(161){left:351px;top:119px}.backgroundIcons img:nth-child(162){left:414px;top:108px}.backgroundIcons img:nth-child(163){left:311px;top:173px}.backgroundIcons img:nth-child(164){left:461px;top:36px}.backgroundIcons img:nth-child(165){left:464px;top:192px}.backgroundIcons img:nth-child(166){left:389px;top:34px}.backgroundIcons img:nth-child(167){left:448px;top:286px}.backgroundIcons img:nth-child(168){left:71px;top:260px}.backgroundIcons img:nth-child(169){left:497px;top:44px}.backgroundIcons img:nth-child(170){left:82px;top:110px}.backgroundIcons img:nth-child(171){left:365px;top:125px}.backgroundIcons img:nth-child(172){left:277px;top:16px}.backgroundIcons img:nth-child(173){left:102px;top:238px}.backgroundIcons img:nth-child(174){left:139px;top:279px}.backgroundIcons img:nth-child(175){left:263px;top:173px}.backgroundIcons img:nth-child(176){left:25px;top:194px}.backgroundIcons img:nth-child(177){left:84px;top:108px}.backgroundIcons img:nth-child(178){left:101px;top:291px}.backgroundIcons img:nth-child(179){left:491px;top:74px}.backgroundIcons img:nth-child(180){left:122px;top:278px}.backgroundIcons img:nth-child(181){left:131px;top:36px}.backgroundIcons img:nth-child(182){left:218px;top:72px}.backgroundIcons img:nth-child(183){left:174px;top:230px}.backgroundIcons img:nth-child(184){left:297px;top:107px}.backgroundIcons img:nth-child(185){left:218px;top:181px}.backgroundIcons img:nth-child(186){left:237px;top:72px}.backgroundIcons img:nth-child(187){left:34px;top:134px}.backgroundIcons img:nth-child(188){left:491px;top:238px}.backgroundIcons img:nth-child(189){left:92px;top:166px}.backgroundIcons img:nth-child(190){left:219px;top:220px}.backgroundIcons img:nth-child(191){left:98px;top:37px}.backgroundIcons img:nth-child(192){left:393px;top:174px}.backgroundIcons img:nth-child(193){left:415px;top:104px}.backgroundIcons img:nth-child(194){left:105px;top:246px}.backgroundIcons img:nth-child(195){left:190px;top:51px}.backgroundIcons img:nth-child(196){left:229px;top:181px}.backgroundIcons img:nth-child(197){left:118px;top:96px}.backgroundIcons img:nth-child(198){left:13px;top:25px}.backgroundIcons img:nth-child(199){left:149px;top:133px}.backgroundIcons img:nth-child(200){left:25px;top:204px}.backgroundIcons img:nth-child(201){left:467px;top:293px}.backgroundIcons img:nth-child(202){left:318px;top:268px}.backgroundIcons img:nth-child(203){left:139px;top:184px}.backgroundIcons img:nth-child(204){left:85px;top:247px}.backgroundIcons img:nth-child(205){left:122px;top:68px}.backgroundIcons img:nth-child(206){left:210px;top:113px}.backgroundIcons img:nth-child(207){left:347px;top:183px}.backgroundIcons img:nth-child(208){left:135px;top:97px}.backgroundIcons img:nth-child(209){left:221px;top:184px}.backgroundIcons img:nth-child(210){left:425px;top:255px}.backgroundIcons img:nth-child(211){left:76px;top:118px}.backgroundIcons img:nth-child(212){left:307px;top:12px}.backgroundIcons img:nth-child(213){left:131px;top:87px}.backgroundIcons img:nth-child(214){left:319px;top:253px}.backgroundIcons img:nth-child(215){left:159px;top:156px}.backgroundIcons img:nth-child(216){left:422px;top:214px}.backgroundIcons img:nth-child(217){left:106px;top:75px}.backgroundIcons img:nth-child(218){left:419px;top:226px}.backgroundIcons img:nth-child(219){left:232px;top:150px}.backgroundIcons img:nth-child(220){left:454px;top:296px}.backgroundIcons img:nth-child(221){left:270px;top:181px}.backgroundIcons img:nth-child(222){left:415px;top:47px}.backgroundIcons img:nth-child(223){left:270px;top:265px}.backgroundIcons img:nth-child(224){left:122px;top:172px}.backgroundIcons img:nth-child(225){left:398px;top:47px}.backgroundIcons img:nth-child(226){left:285px;top:113px}.backgroundIcons img:nth-child(227){left:232px;top:295px}.backgroundIcons img:nth-child(228){left:116px;top:108px}.backgroundIcons img:nth-child(229){left:201px;top:153px}.backgroundIcons img:nth-child(230){left:348px;top:267px}.backgroundIcons img:nth-child(231){left:72px;top:213px}.backgroundIcons img:nth-child(232){left:278px;top:151px}.backgroundIcons img:nth-child(233){left:96px;top:20px}.backgroundIcons img:nth-child(234){left:90px;top:220px}.backgroundIcons img:nth-child(235){left:268px;top:248px}.backgroundIcons img:nth-child(236){left:457px;top:261px}.backgroundIcons img:nth-child(237){left:166px;top:196px}.backgroundIcons img:nth-child(238){left:306px;top:34px}.backgroundIcons img:nth-child(239){left:140px;top:293px}.backgroundIcons img:nth-child(240){left:351px;top:64px}.backgroundIcons img:nth-child(241){left:176px;top:74px}.backgroundIcons img:nth-child(242){left:202px;top:2px}.backgroundIcons img:nth-child(243){left:173px;top:201px}.backgroundIcons img:nth-child(244){left:133px;top:80px}.backgroundIcons img:nth-child(245){left:168px;top:219px}.backgroundIcons img:nth-child(246){left:202px;top:38px}.backgroundIcons img:nth-child(247){left:427px;top:9px}.backgroundIcons img:nth-child(248){left:87px;top:86px}.backgroundIcons img:nth-child(249){left:138px;top:211px}.backgroundIcons img:nth-child(250){left:186px;top:136px}.backgroundIcons img:nth-child(251){left:298px;top:36px}.backgroundIcons img:nth-child(252){left:4px;top:123px}.backgroundIcons img:nth-child(253){left:248px;top:107px}.backgroundIcons img:nth-child(254){left:162px;top:234px}.backgroundIcons img:nth-child(255){left:101px;top:6px}.backgroundIcons img:nth-child(256){left:369px;top:173px}.backgroundIcons img:nth-child(257){left:397px;top:42px}.backgroundIcons img:nth-child(258){left:110px;top:152px}.backgroundIcons img:nth-child(259){left:148px;top:31px}.backgroundIcons img:nth-child(260){left:408px;top:278px}.backgroundIcons img:nth-child(261){left:262px;top:22px}.backgroundIcons img:nth-child(262){left:84px;top:39px}.backgroundIcons img:nth-child(263){left:329px;top:12px}.backgroundIcons img:nth-child(264){left:182px;top:258px}.backgroundIcons img:nth-child(265){left:378px;top:132px}.backgroundIcons img:nth-child(266){left:174px;top:108px}.backgroundIcons img:nth-child(267){left:108px;top:209px}.backgroundIcons img:nth-child(268){left:434px;top:178px}.backgroundIcons img:nth-child(269){left:105px;top:273px}.backgroundIcons img:nth-child(270){left:90px;top:156px}.backgroundIcons img:nth-child(271){left:329px;top:33px}.backgroundIcons img:nth-child(272){left:299px;top:72px}.backgroundIcons img:nth-child(273){left:389px;top:216px}.backgroundIcons img:nth-child(274){left:148px;top:162px}.backgroundIcons img:nth-child(275){left:404px;top:48px}.backgroundIcons img:nth-child(276){left:417px;top:37px}.backgroundIcons img:nth-child(277){left:77px;top:186px}.backgroundIcons img:nth-child(278){left:192px;top:200px}.backgroundIcons img:nth-child(279){left:340px;top:25px}.backgroundIcons img:nth-child(280){left:82px;top:42px}.backgroundIcons img:nth-child(281){left:353px;top:224px}.backgroundIcons img:nth-child(282){left:77px;top:299px}.backgroundIcons img:nth-child(283){left:25px;top:156px}.backgroundIcons img:nth-child(284){left:263px;top:77px}.backgroundIcons img:nth-child(285){left:289px;top:94px}.backgroundIcons img:nth-child(286){left:82px;top:147px}.backgroundIcons img:nth-child(287){left:461px;top:238px}.backgroundIcons img:nth-child(288){left:365px;top:300px}.backgroundIcons img:nth-child(289){left:70px;top:28px}.backgroundIcons img:nth-child(290){left:150px;top:136px}.backgroundIcons img:nth-child(291){left:177px;top:29px}.backgroundIcons img:nth-child(292){left:296px;top:289px}.backgroundIcons img:nth-child(293){left:425px;top:172px}.backgroundIcons img:nth-child(294){left:473px;top:191px}.backgroundIcons img:nth-child(295){left:210px;top:174px}.backgroundIcons img:nth-child(296){left:122px;top:34px}.backgroundIcons img:nth-child(297){left:418px;top:112px}.backgroundIcons img:nth-child(298){left:238px;top:240px}.backgroundIcons img:nth-child(299){left:257px;top:7px}.backgroundIcons img:nth-child(300){left:440px;top:22px}.backgroundIcons img:nth-child(301){left:420px;top:285px}.backgroundIcons img:nth-child(302){left:219px;top:147px}.backgroundIcons img:nth-child(303){left:4px;top:218px}.backgroundIcons img:nth-child(304){left:274px;top:130px}.backgroundIcons img:nth-child(305){left:183px;top:231px}.backgroundIcons img:nth-child(306){left:269px;top:218px}.backgroundIcons img:nth-child(307){left:467px;top:34px}.backgroundIcons img:nth-child(308){left:83px;top:63px}.backgroundIcons img:nth-child(309){left:456px;top:269px}.backgroundIcons img:nth-child(310){left:446px;top:40px}.backgroundIcons img:nth-child(311){left:91px;top:221px}.backgroundIcons img:nth-child(312){left:315px;top:48px}.backgroundIcons img:nth-child(313){left:167px;top:17px}.backgroundIcons img:nth-child(314){left:268px;top:250px}.backgroundIcons img:nth-child(315){left:76px;top:207px}.backgroundIcons img:nth-child(316){left:278px;top:98px}.backgroundIcons img:nth-child(317){left:296px;top:15px}.backgroundIcons img:nth-child(318){left:65px;top:57px}.backgroundIcons img:nth-child(319){left:101px;top:265px}.backgroundIcons img:nth-child(320){left:400px;top:24px}.backgroundIcons img:nth-child(321){left:73px;top:2px}.backgroundIcons img:nth-child(322){left:160px;top:292px}.backgroundIcons img:nth-child(323){left:35px;top:69px}.backgroundIcons img:nth-child(324){left:342px;top:84px}.backgroundIcons img:nth-child(325){left:418px;top:139px}.backgroundIcons img:nth-child(326){left:241px;top:279px}.backgroundIcons img:nth-child(327){left:117px;top:257px}.backgroundIcons img:nth-child(328){left:478px;top:204px}.backgroundIcons img:nth-child(329){left:366px;top:141px}.backgroundIcons img:nth-child(330){left:287px;top:122px}.backgroundIcons img:nth-child(331){left:66px;top:119px}.backgroundIcons img:nth-child(332){left:80px;top:255px}.backgroundIcons img:nth-child(333){left:336px;top:178px}.backgroundIcons img:nth-child(334){left:157px;top:290px}.backgroundIcons img:nth-child(335){left:175px;top:259px}.backgroundIcons img:nth-child(336){left:270px;top:72px}.backgroundIcons img:nth-child(337){left:418px;top:100px}.backgroundIcons img:nth-child(338){left:155px;top:147px}.backgroundIcons img:nth-child(339){left:141px;top:144px}.backgroundIcons img:nth-child(340){left:179px;top:238px}.backgroundIcons img:nth-child(341){left:405px;top:19px}.backgroundIcons img:nth-child(342){left:220px;top:166px}.backgroundIcons img:nth-child(343){left:46px;top:144px}.backgroundIcons img:nth-child(344){left:317px;top:117px}.backgroundIcons img:nth-child(345){left:71px;top:21px}.backgroundIcons img:nth-child(346){left:389px;top:126px}.backgroundIcons img:nth-child(347){left:387px;top:81px}.backgroundIcons img:nth-child(348){left:409px;top:124px}.backgroundIcons img:nth-child(349){left:174px;top:299px}.backgroundIcons img:nth-child(350){left:183px;top:35px}.backgroundIcons img:nth-child(351){left:323px;top:1px}.backgroundIcons img:nth-child(352){left:281px;top:22px}.backgroundIcons img:nth-child(353){left:479px;top:80px}.backgroundIcons img:nth-child(354){left:302px;top:87px}.backgroundIcons img:nth-child(355){left:48px;top:84px}.backgroundIcons img:nth-child(356){left:166px;top:207px}.backgroundIcons img:nth-child(357){left:52px;top:256px}.backgroundIcons img:nth-child(358){left:124px;top:47px}.backgroundIcons img:nth-child(359){left:31px;top:244px}.backgroundIcons img:nth-child(360){left:311px;top:35px}.backgroundIcons img:nth-child(361){left:9px;top:44px}.backgroundIcons img:nth-child(362){left:85px;top:110px}.backgroundIcons img:nth-child(363){left:405px;top:257px}.backgroundIcons img:nth-child(364){left:486px;top:191px}.backgroundIcons img:nth-child(365){left:498px;top:290px}.backgroundIcons img:nth-child(366){left:360px;top:221px}.backgroundIcons img:nth-child(367){left:247px;top:57px}.backgroundIcons img:nth-child(368){left:471px;top:49px}.backgroundIcons img:nth-child(369){left:188px;top:147px}.backgroundIcons img:nth-child(370){left:311px;top:201px}.backgroundIcons img:nth-child(371){left:248px;top:278px}.backgroundIcons img:nth-child(372){left:277px;top:135px}.backgroundIcons img:nth-child(373){left:61px;top:53px}.backgroundIcons img:nth-child(374){left:225px;top:207px}.backgroundIcons img:nth-child(375){left:396px;top:19px}.backgroundIcons img:nth-child(376){left:138px;top:228px}.backgroundIcons img:nth-child(377){left:15px;top:141px}.backgroundIcons img:nth-child(378){left:6px;top:168px}.backgroundIcons img:nth-child(379){left:62px;top:86px}.backgroundIcons img:nth-child(380){left:347px;top:45px}.backgroundIcons img:nth-child(381){left:352px;top:7px}.backgroundIcons img:nth-child(382){left:95px;top:172px}.backgroundIcons img:nth-child(383){left:199px;top:124px}.backgroundIcons img:nth-child(384){left:309px;top:85px}.backgroundIcons img:nth-child(385){left:53px;top:94px}.backgroundIcons img:nth-child(386){left:208px;top:202px}.backgroundIcons img:nth-child(387){left:86px;top:94px}.backgroundIcons img:nth-child(388){left:95px;top:146px}.backgroundIcons img:nth-child(389){left:15px;top:81px}.backgroundIcons img:nth-child(390){left:484px;top:122px}.backgroundIcons img:nth-child(391){left:104px;top:131px}.backgroundIcons img:nth-child(392){left:478px;top:2px}.backgroundIcons img:nth-child(393){left:398px;top:118px}.backgroundIcons img:nth-child(394){left:74px;top:10px}.backgroundIcons img:nth-child(395){left:135px;top:226px}.backgroundIcons img:nth-child(396){left:25px;top:65px}.backgroundIcons img:nth-child(397){left:182px;top:121px}.backgroundIcons img:nth-child(398){left:136px;top:13px}.backgroundIcons img:nth-child(399){left:198px;top:104px}.backgroundIcons img:nth-child(400){left:4px;top:173px}.backgroundIcons img:nth-child(401){left:128px;top:180px}.backgroundIcons img:nth-child(402){left:124px;top:105px}.backgroundIcons img:nth-child(403){left:194px;top:139px}.backgroundIcons img:nth-child(404){left:26px;top:116px}.backgroundIcons img:nth-child(405){left:402px;top:295px}.backgroundIcons img:nth-child(406){left:390px;top:155px}.backgroundIcons img:nth-child(407){left:148px;top:298px}.backgroundIcons img:nth-child(408){left:209px;top:93px}.backgroundIcons img:nth-child(409){left:73px;top:6px}.backgroundIcons img:nth-child(410){left:373px;top:85px}.backgroundIcons img:nth-child(411){left:314px;top:151px}.backgroundIcons img:nth-child(412){left:263px;top:156px}.backgroundIcons img:nth-child(413){left:485px;top:87px}.backgroundIcons img:nth-child(414){left:181px;top:16px}.backgroundIcons img:nth-child(415){left:315px;top:215px}.backgroundIcons img:nth-child(416){left:230px;top:158px}.backgroundIcons img:nth-child(417){left:38px;top:287px}.backgroundIcons img:nth-child(418){left:220px;top:224px}.backgroundIcons img:nth-child(419){left:280px;top:232px}.backgroundIcons img:nth-child(420){left:258px;top:99px}.backgroundIcons img:nth-child(421){left:377px;top:297px}.backgroundIcons img:nth-child(422){left:472px;top:56px}.backgroundIcons img:nth-child(423){left:373px;top:188px}.backgroundIcons img:nth-child(424){left:152px;top:41px}.backgroundIcons img:nth-child(425){left:203px;top:172px}.backgroundIcons img:nth-child(426){left:272px;top:100px}.backgroundIcons img:nth-child(427){left:380px;top:295px}.backgroundIcons img:nth-child(428){left:209px;top:57px}.backgroundIcons img:nth-child(429){left:100px;top:259px}.backgroundIcons img:nth-child(430){left:296px;top:64px}.backgroundIcons img:nth-child(431){left:202px;top:81px}.backgroundIcons img:nth-child(432){left:112px;top:178px}.backgroundIcons img:nth-child(433){left:347px;top:53px}.backgroundIcons img:nth-child(434){left:180px;top:110px}.backgroundIcons img:nth-child(435){left:368px;top:166px}.backgroundIcons img:nth-child(436){left:27px;top:261px}.backgroundIcons img:nth-child(437){left:34px;top:181px}.backgroundIcons img:nth-child(438){left:295px;top:299px}.backgroundIcons img:nth-child(439){left:297px;top:199px}.backgroundIcons img:nth-child(440){left:6px;top:94px}.backgroundIcons img:nth-child(441){left:84px;top:54px}.backgroundIcons img:nth-child(442){left:350px;top:160px}.backgroundIcons img:nth-child(443){left:154px;top:186px}.backgroundIcons img:nth-child(444){left:244px;top:63px}.backgroundIcons img:nth-child(445){left:283px;top:111px}.backgroundIcons img:nth-child(446){left:248px;top:124px}.backgroundIcons img:nth-child(447){left:274px;top:248px}.backgroundIcons img:nth-child(448){left:65px;top:64px}.backgroundIcons img:nth-child(449){left:164px;top:181px}.backgroundIcons img:nth-child(450){left:253px;top:88px}.backgroundIcons img:nth-child(451){left:430px;top:140px}.backgroundIcons img:nth-child(452){left:481px;top:150px}.backgroundIcons img:nth-child(453){left:20px;top:102px}.backgroundIcons img:nth-child(454){left:253px;top:106px}.backgroundIcons img:nth-child(455){left:480px;top:9px}.backgroundIcons img:nth-child(456){left:486px;top:295px}.backgroundIcons img:nth-child(457){left:370px;top:183px}.backgroundIcons img:nth-child(458){left:305px;top:282px}.backgroundIcons img:nth-child(459){left:52px;top:146px}.backgroundIcons img:nth-child(460){left:291px;top:47px}.backgroundIcons img:nth-child(461){left:105px;top:220px}.backgroundIcons img:nth-child(462){left:283px;top:282px}.backgroundIcons img:nth-child(463){left:290px;top:153px}.backgroundIcons img:nth-child(464){left:89px;top:49px}.backgroundIcons img:nth-child(465){left:125px;top:124px}.backgroundIcons img:nth-child(466){left:305px;top:257px}.backgroundIcons img:nth-child(467){left:316px;top:159px}.backgroundIcons img:nth-child(468){left:409px;top:31px}.backgroundIcons img:nth-child(469){left:268px;top:167px}.backgroundIcons img:nth-child(470){left:355px;top:138px}.backgroundIcons img:nth-child(471){left:197px;top:197px}.backgroundIcons img:nth-child(472){left:473px;top:211px}.backgroundIcons img:nth-child(473){left:492px;top:241px}.backgroundIcons img:nth-child(474){left:411px;top:200px}.backgroundIcons img:nth-child(475){left:66px;top:16px}.backgroundIcons img:nth-child(476){left:317px;top:157px}.backgroundIcons img:nth-child(477){left:168px;top:18px}.backgroundIcons img:nth-child(478){left:212px;top:177px}.backgroundIcons img:nth-child(479){left:420px;top:45px}.backgroundIcons img:nth-child(480){left:380px;top:275px}.backgroundIcons img:nth-child(481){left:393px;top:168px}.backgroundIcons img:nth-child(482){left:193px;top:53px}.backgroundIcons img:nth-child(483){left:25px;top:21px}.backgroundIcons img:nth-child(484){left:476px;top:32px}.backgroundIcons img:nth-child(485){left:147px;top:47px}.backgroundIcons img:nth-child(486){left:480px;top:84px}.backgroundIcons img:nth-child(487){left:340px;top:202px}.backgroundIcons img:nth-child(488){left:161px;top:113px}.backgroundIcons img:nth-child(489){left:426px;top:33px}.backgroundIcons img:nth-child(490){left:190px;top:284px}.backgroundIcons img:nth-child(491){left:455px;top:132px}.backgroundIcons img:nth-child(492){left:500px;top:200px}.backgroundIcons img:nth-child(493){left:123px;top:238px}.backgroundIcons img:nth-child(494){left:57px;top:208px}.backgroundIcons img:nth-child(495){left:472px;top:175px}.backgroundIcons img:nth-child(496){left:160px;top:32px}.backgroundIcons img:nth-child(497){left:277px;top:47px}.backgroundIcons img:nth-child(498){left:194px;top:146px}.backgroundIcons img:nth-child(499){left:249px;top:45px}.backgroundIcons img:nth-child(500){left:76px;top:284px}@media(min-width:1024px)and (max-width:1299px){.introduction{margin-top:24px;width:80%}.introduction>h1{margin:0}.introduction>h1:first-of-type,.introduction>h1:last-of-type{font-size:32px}.introduction>p{font-size:14px;width:70%}.characterCardContainer{margin:0 auto;transform:scale(.8);width:710px}.upcomingEvents{margin:90px 0}.upcomingEvents>h1{font-size:32px;margin:0}.upcomingEvents button{display:block;margin-left:auto;margin-right:0}.upcomingEventsCardContainer{padding:18px}.upcomingEventsCardContainer .upcomingEventsBackground:first-child{left:-240px;top:-140px;width:350px}.upcomingEventsCardContainer .upcomingEventsBackground:nth-child(2){left:-160px;top:280px;width:300px}.upcomingEventsCardContainer .upcomingEventsBackground:nth-child(3){right:-180px;top:100px;width:300px}.gallery h1{font-size:32px;margin-bottom:32px}.gallery>div:last-of-type{height:420px}.gallery>div:last-of-type img{width:300px}.galleryHeader{margin-bottom:58px}.galleryImageContainer{transform:translate(-50%) scale(.8)}}@media(min-width:768px)and (max-width:1023px){.introduction{margin:42px auto;text-align:center;width:100%}.introduction>h1{margin:0}.introduction>h1:first-of-type{font-size:2.2rem}.introduction>h1:last-of-type{font-size:2.2rem;margin-bottom:18px}.introduction>p{font-size:1.1rem;margin:0 auto;width:90%}.characterCardScrollContainer{display:flex;justify-content:center;overflow:none;padding:0 60px 70px}.characterCardContainer{display:flex;gap:24px;justify-content:center}.upcomingEvents{margin:36px auto}.upcomingEvents>h1{font-size:2.2rem;text-align:start}.upcomingEvents h1{margin:0}.upcomingEvents button{display:block;margin-left:auto;margin-right:0}.upcomingEventsCardContainer{gap:18px;margin:18px 0;overflow-x:auto;padding-left:30px;padding-right:30px;padding-top:60px;scroll-snap-type:x mandatory}.upcomingEventsButtonContainer{margin:0 auto;width:90vw}.gallery>div:last-of-type{height:70px}.gallery>div:last-of-type img{bottom:-20px;right:10px;width:250px}.homeSectionHeader{margin:24px auto;padding:12px 0;position:relative;width:90vw}.homeSectionHeader:after{background:linear-gradient(226deg,#f8a6ff96,#ffc93f 50%,#cfdff5);bottom:0;content:"";display:block;height:2px;position:absolute;width:100%}.galleryHeader{margin-bottom:0}.galleryImageContainer{display:block;left:0;overflow-x:scroll;padding:60px;position:relative;transform:none}.galleryImageContainer>div{border:3px solid #000;border-radius:8px;display:inline-block;overflow:hidden}.galleryImageContainer>div img{width:100%}.galleryImageContainer>div:first-of-type{height:300px;margin-right:-30px;transform:rotate(5deg);width:240px}.galleryImageContainer>div:nth-of-type(2){height:230px;margin-right:-6px;transform:rotate(-15deg);width:280px}.galleryImageContainer>div:nth-of-type(2) img{margin-top:-70px}.galleryImageContainer>div:nth-of-type(3){height:320px;transform:rotate(-5deg);width:240px}.galleryImageContainer>div:nth-of-type(4){height:300px;margin-bottom:-50px;margin-left:-10px;transform:rotate(5deg);width:220px;z-index:2}.galleryImageContainer>div:nth-of-type(5){height:280px;margin-left:-14px;margin-top:-40px;transform:rotate(-5deg);width:340px;z-index:1}.galleryImageContainer>div:nth-of-type(5) img{margin-left:-110px;width:500px}.galleryImageContainer>div:nth-of-type(6){height:300px;margin-bottom:-20px;margin-left:-28px;transform:rotate(10deg);width:300px;z-index:3}.galleryImageContainer>div:nth-of-type(7){height:260px;margin-left:-26px;margin-top:-80px;transform:rotate(-10deg);width:300px;z-index:4}.galleryImageContainer>div:nth-of-type(8){height:280px;margin-left:-20px;transform:rotate(5deg);width:400px}}@media screen and (max-width:767px){.introduction{margin:42px auto;text-align:center;width:100%}.introduction>h1{margin:0}.introduction>h1:first-of-type{font-size:2.2rem}.introduction>h1:last-of-type{font-size:2.2rem;margin-bottom:18px}.introduction>p{font-size:1.1rem;margin:0 auto;width:90%}.characterCardScrollContainer{display:flex;overflow-x:auto;padding:0 60px 70px;scroll-snap-type:x mandatory}.characterCardContainer{display:flex;gap:24px;justify-content:center}.upcomingEvents{margin:36px auto}.upcomingEvents>h1{font-size:2.2rem;text-align:start}.upcomingEvents h1{margin:0}.upcomingEvents button{display:block;margin-left:auto;margin-right:0}.upcomingEventsCardContainer{gap:18px;margin:18px 0;overflow-x:auto;padding-left:30px;padding-right:30px;padding-top:30px;scroll-snap-type:x mandatory}.upcomingEventsButtonContainer{margin:0 auto;width:90vw}.gallery>div:last-of-type{height:70px}.gallery>div:last-of-type img{bottom:-20px;right:10px;width:250px}.homeSectionHeader{margin:24px auto;padding:12px 0;position:relative;width:90vw}.homeSectionHeader:after{background:linear-gradient(226deg,#f8a6ff96,#ffc93f 50%,#cfdff5);bottom:0;content:"";display:block;height:2px;position:absolute;width:100%}.galleryHeader{margin-bottom:0}.galleryImageContainer{display:block;left:0;overflow-x:scroll;padding:60px;position:relative;transform:none}.galleryImageContainer>div{border:3px solid #000;border-radius:8px;display:inline-block;overflow:hidden}.galleryImageContainer>div img{width:100%}.galleryImageContainer>div:first-of-type{height:300px;margin-right:-30px;transform:rotate(5deg);width:240px}.galleryImageContainer>div:nth-of-type(2){height:230px;margin-right:-6px;transform:rotate(-15deg);width:280px}.galleryImageContainer>div:nth-of-type(2) img{margin-top:-70px}.galleryImageContainer>div:nth-of-type(3){height:320px;transform:rotate(-5deg);width:240px}.galleryImageContainer>div:nth-of-type(4){height:300px;margin-bottom:-50px;margin-left:-10px;transform:rotate(5deg);width:220px;z-index:2}.galleryImageContainer>div:nth-of-type(5){height:280px;margin-left:-14px;margin-top:-40px;transform:rotate(-5deg);width:340px;z-index:1}.galleryImageContainer>div:nth-of-type(5) img{margin-left:-110px;width:500px}.galleryImageContainer>div:nth-of-type(6){height:300px;margin-bottom:-20px;margin-left:-28px;transform:rotate(10deg);width:300px;z-index:3}.galleryImageContainer>div:nth-of-type(7){height:260px;margin-left:-26px;margin-top:-80px;transform:rotate(-10deg);width:300px;z-index:4}.galleryImageContainer>div:nth-of-type(8){height:280px;margin-left:-20px;transform:rotate(5deg);width:400px}}.aboutContainer,.aboutSummaryContainer{box-sizing:border-box;display:flex;margin:32px auto;width:900px}.aboutContainer.aboutSummaryContainer,.aboutSummaryContainer.aboutSummaryContainer{align-items:center}.aboutContainer.aboutContainer,.aboutSummaryContainer.aboutContainer{flex-direction:column;justify-content:left}.aboutSummary h1{font-size:2.2rem}.aboutWrapper{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center}.aboutImg{height:auto;padding-right:4rem;width:250px}.sum{width:70%}.fullWidth{width:100%}.aboutHeader{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:32px;position:relative}.aboutHeader:after{background:linear-gradient(226deg,#f8a6ff96,#ffc93f 50%,#cfdff5);bottom:0;content:"";display:block;height:2px;position:absolute;width:100%}.aboutHeader h2{margin:24px 0}.addedMargin{margin-bottom:20px}.headerPadding{padding:20px 0}@media(min-width:1024px)and (max-width:1299px){.aboutContainer,.aboutSummaryContainer{width:800px}.aboutSummary h1{font-size:32px}.aboutImg{width:230px}}@media(min-width:768px)and (max-width:1023px){.aboutContainer,.aboutSummaryContainer{box-sizing:border-box;display:flex;margin:32px auto;width:90vw}.aboutWrapper{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center}}@media(min-width:460px)and (max-width:767px){.aboutContainer,.aboutSummaryContainer{box-sizing:border-box;display:flex;margin:32px auto;width:90vw}.aboutContainer.aboutSummaryContainer,.aboutSummaryContainer.aboutSummaryContainer{align-items:center;flex-direction:column}.aboutContainer.aboutContainer,.aboutSummaryContainer.aboutContainer{flex-direction:column;justify-content:left}.aboutWrapper{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center}.aboutImg{height:auto;padding-right:0;width:200px}}@media screen and (max-width:459px){.aboutContainer,.aboutSummaryContainer{box-sizing:border-box;display:flex;margin:32px auto;width:90vw}.aboutContainer.aboutSummaryContainer,.aboutSummaryContainer.aboutSummaryContainer{align-items:center;flex-direction:column}.aboutContainer.aboutContainer,.aboutSummaryContainer.aboutContainer{flex-direction:column;justify-content:left}.aboutSummary h1{font-size:2.2rem}.aboutWrapper{display:grid;grid-template-columns:repeat(2,1fr);justify-items:center}.aboutImg{height:auto;padding-right:0;width:200px}.sum{width:70%}.aboutHeader{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:32px;position:relative}.aboutHeader h2{margin:24px 0}.addedMargin{margin-bottom:20px}.headerPadding{padding:20px 0}}.electionContainer{margin:0 auto;position:relative;width:1000px}.electionHeader{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:32px;position:relative}.electionHeader h2{margin:24px 0}.candidateHeader{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:32px;position:relative}.candidateHeader:after{background:linear-gradient(226deg,#f8a6ff96,#ffc93f 50%,#cfdff5);bottom:0;content:"";display:block;height:2px;position:absolute;width:100%}.electionImgContainer{align-items:center;display:flex;flex:1 1}.electionImg{height:160px}.electionSummary{button-width:100px;display:flex;flex:3 1;flex-direction:column;height:200px;justify-content:center}.electionSummary h1{font-size:2.2rem;margin:0}.electionsWrapper{flex:4 1;margin-bottom:60px}.electionContentContainer{display:flex;flex-direction:row}.roleSidebar{position:relative}.electionContent{display:flex;flex-direction:column;margin-left:50px;width:100%}.rolePage{width:100%}@media(min-width:1024px)and (max-width:1299px){.electionContainer{width:900px}.electionImg{height:140px;margin-bottom:40px}.electionHeader{margin-bottom:30px;margin-top:50px}.electionHeader,.electionSummary{display:flex;justify-content:center}.electionSummary{flex-direction:column;height:170px}.electionSummary h1{font-size:32px;margin:0}.electionsWrapper{margin-bottom:60px}.legendContainer{height:3700px;margin-top:2px}.legend{top:80px}.legend h3{font-size:16px}.legend li{font-size:14px}.electionBoxContainer h2{font-size:24px}.blob1{background:radial-gradient(ellipse at center,rgba(248,166,255,.765) 0,#fae5ff 40%,#6d256400 70%);left:-80px;width:300px}.blob1,.blob2{height:250px;position:absolute;top:-50px;z-index:-1}.blob2{background:radial-gradient(ellipse at center,#fae8bcd1 0,#fff4db 40%,#6d256400 70%);left:100px;width:500px}.blob3{background:radial-gradient(ellipse at center,rgba(216,228,245,.769) 0,#6d256400 65%);height:250px;left:-100px;position:absolute;top:70px;width:250px;z-index:-1}}@media screen and (max-width:1023px){.electionContainer{width:90vw}.electionImg{display:none;height:100px;margin-bottom:40px}.electionHeader{margin-bottom:30px;margin-top:0}.electionHeader,.electionSummary{display:flex;flex-direction:column;justify-content:center}.electionSummary{height:170px}.electionSummary h1{font-size:32px;margin:0}.electionsWrapper{margin-bottom:60px}.legendContainer{display:none}.electionBoxContainer h2{font-size:24px}.blob1,.blob2,.blob3{display:none}}.resourceContainer{margin:0 auto;position:relative;width:1000px}.resourceHeader{display:flex;gap:42px;justify-content:center;margin-bottom:60px;margin-top:50px}.resourceImgContainer{align-items:center;display:flex;flex:1 1}.resourceImg{height:160px}.resourceSummary{display:flex;flex:4 1;flex-direction:column;height:200px;justify-content:center}.resourceSummary h1{font-size:2.2rem;margin:0}.resourceContentContainer{box-sizing:border-box;display:flex;gap:42px}.resourceCategoryHeader{align-items:center;display:flex;flex-direction:row;justify-content:space-between;position:relative}.resourceCategoryHeader:after{background:linear-gradient(226deg,#f8a6ff96,#ffc93f 50%,#cfdff5);bottom:0;content:"";display:block;height:2px;position:absolute;width:100%}.resourceCategoryHeader h2{margin:24px 0}.resourcesWrapper{flex:4 1;margin-bottom:60px}.legendContainer{flex:1 1;height:3700px;margin-top:0}.legend{display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:170px}.legend .legendHeader{font-family:PlayfairDisplay,Georgia,Times New Roman,Times,serif;font-weight:700;padding-top:10px;text-transform:uppercase;z-index:2}.legend ul{margin:0;padding:0 0 0 1.25rem;z-index:2}.legend li{cursor:pointer;font-size:18px;padding:6px 0}.legend li:hover{font-weight:700}.blob1{background:radial-gradient(ellipse at center,#f8a6ff 0,#fae5ff 40%,#6d256400 70%);left:-110px;width:500px}.blob1,.blob2{height:300px;position:absolute;top:-30px;z-index:-1}.blob2{background:radial-gradient(ellipse at center,#fae8bc 0,#fff4db 40%,#6d256400 70%);left:150px;width:700px}.blob3{background:radial-gradient(ellipse at center,#d8e4f5 0,#6d256400 65%);height:300px;left:-100px;position:absolute;top:100px;width:300px;z-index:-1}@media(min-width:1024px)and (max-width:1299px){.resourceContainer{width:900px}.resourceImg{height:140px;margin-bottom:40px}.resourceHeader{margin-bottom:30px;margin-top:50px}.resourceHeader,.resourceSummary{display:flex;justify-content:center}.resourceSummary{flex-direction:column;height:170px}.resourceSummary h1{font-size:32px;margin:0}.resourcesWrapper{margin-bottom:60px}.legendContainer{height:3700px;margin-top:2px}.legend{top:80px}.legend h3{font-size:16px}.legend li{font-size:14px}.resourceBoxContainer h2{font-size:24px}.blob1{background:radial-gradient(ellipse at center,rgba(248,166,255,.765) 0,#fae5ff 40%,#6d256400 70%);left:-80px;width:300px}.blob1,.blob2{height:250px;position:absolute;top:-50px;z-index:-1}.blob2{background:radial-gradient(ellipse at center,#fae8bcd1 0,#fff4db 40%,#6d256400 70%);left:100px;width:500px}.blob3{background:radial-gradient(ellipse at center,rgba(216,228,245,.769) 0,#6d256400 65%);height:250px;left:-100px;position:absolute;top:70px;width:250px;z-index:-1}}@media screen and (max-width:1023px){.resourceContainer{width:90vw}.resourceImg{display:none;height:100px;margin-bottom:40px}.resourceHeader{margin-bottom:30px;margin-top:0}.resourceHeader,.resourceSummary{display:flex;flex-direction:column;justify-content:center}.resourceSummary{height:170px}.resourceSummary h1{font-size:32px;margin:0}.resourcesWrapper{margin-bottom:60px}.legendContainer{display:none}.resourceBoxContainer h2{font-size:24px}.blob1,.blob2,.blob3{display:none}}.Toastify__toast{background:radial-gradient(circle at 100% 100%,#fff 0,#fff 7px,#0000 0) 0 0/8px 8px no-repeat,radial-gradient(circle at 0 100%,#fff 0,#fff 7px,#0000 0) 100% 0/8px 8px no-repeat,radial-gradient(circle at 100% 0,#fff 0,#fff 7px,#0000 0) 0 100%/8px 8px no-repeat,radial-gradient(circle at 0 0,#fff 0,#fff 7px,#0000 0) 100% 100%/8px 8px no-repeat,linear-gradient(#fff,#fff) 50% 50%/calc(100% - 2px) calc(100% - 16px) no-repeat,linear-gradient(#fff,#fff) 50% 50%/calc(100% - 16px) calc(100% - 2px) no-repeat,linear-gradient(90deg,#f8a6ff96,#ffc93f 49%,#cfdff5)}.constructionContainer{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;margin:0 auto;width:90vw}.constructionContainer h1{font-size:24px;margin:0}.constructionContainer p{font-size:16px;text-align:center}.constructionContainer img{margin-top:24px;width:160px}
/*# sourceMappingURL=main.7147dc45.css.map*/