.panel-container{width:calc(100% + 256px);height:100%}.panel-container .event-section-container{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}.panel-container .event-section-container .bg-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.panel-container .event-section-container .bg-image-container .img-bg{width:100%;height:100%;object-fit:cover;filter:blur(12px)}.panel-container .event-section-container .section-title{width:100%;height:100%;text-align:left;color:var(--color-secondary-coal-100);font-family:var(--font-secondary);font-size:50px;font-style:normal;font-weight:600;line-height:110%;letter-spacing:-2px}.panel-container .event-section-container .section-content{width:100%;height:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto,1fr);grid-column-gap:20px;column-gap:20px;grid-row-gap:40px;row-gap:40px}.panel-container .past-event-section-container{position:relative;width:calc(100% + 256px);height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;margin:100px 0;padding:100px 0;background-color:var(--color-secondary-coal-100)}.panel-container .past-event-section-container .load-more-button{color:#3b89ff;cursor:pointer}.panel-container .past-event-section-container .section-title{width:calc(100% - 256px);height:100%;text-align:left;color:var(--color-white);font-family:var(--font-secondary);font-size:50px;font-style:normal;font-weight:600;line-height:110%;letter-spacing:-2px}.panel-container .past-event-section-container .section-content{width:calc(100% - 256px);height:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto,1fr);grid-column-gap:20px;column-gap:20px;grid-row-gap:40px;row-gap:40px}@media(max-width:1200px)and (min-width:992px){.panel-container .event-section-container .section-title{font-size:40px}.panel-container .past-event-section-container{padding:100px 30px}.panel-container .past-event-section-container .section-title{font-size:40px;width:calc(100% - 199px)}.panel-container .past-event-section-container .section-content{width:calc(100% - 199px)}}@media(max-width:991px)and (min-width:768px){.panel-container{width:calc(100% - 512px)}.panel-container .event-section-container .section-title{font-size:35px}.panel-container .past-event-section-container{padding:100px 55px}.panel-container .past-event-section-container .section-title{font-size:35px;width:calc(100% - 150px)}.panel-container .past-event-section-container .section-content{width:calc(100% - 150px)}}@media(max-width:767px)and (min-width:576px){.panel-container{width:100%}.panel-container .event-section-container .section-title{font-size:30px}.panel-container .event-section-container .section-content{width:100%;height:100%;grid-template-columns:1fr;grid-template-rows:repeat(auto,1fr)}.panel-container .past-event-section-container{padding:100px 70px}.panel-container .past-event-section-container .section-title{font-size:30px;width:calc(100% - 120px)}.panel-container .past-event-section-container .section-content{width:calc(100% - 120px);grid-template-columns:1fr;grid-template-rows:repeat(auto,1fr)}}@media(max-width:575px)and (min-width:420px){.panel-container{width:100%}.panel-container .event-section-container .section-title{font-size:24px}.panel-container .event-section-container .section-content{width:100%;height:100%;grid-template-columns:1fr;grid-template-rows:repeat(auto,1fr)}.panel-container .past-event-section-container{padding:64px 80px;gap:30px}.panel-container .past-event-section-container .section-title{font-size:24px;width:calc(100% - 96px)}.panel-container .past-event-section-container .section-content{width:calc(100% - 96px);grid-template-columns:1fr;grid-template-rows:repeat(auto,1fr)}}@media(max-width:419px)and (min-width:320px){.panel-container{width:100%}.panel-container .event-section-container .section-title{font-size:20px}.panel-container .event-section-container .section-content{width:100%;height:100%;grid-template-columns:1fr;grid-template-rows:repeat(auto,1fr)}.panel-container .past-event-section-container{padding:64px 90px;gap:30px}.panel-container .past-event-section-container .section-title{font-size:20px;width:calc(100% - 74px)}.panel-container .past-event-section-container .section-content{width:calc(100% - 74px);grid-template-columns:1fr;grid-template-rows:repeat(auto,1fr)}}@media(max-width:319px){.panel-container{width:100%}.panel-container .event-section-container .section-title{font-size:20px}.panel-container .event-section-container .section-content{width:100%;height:100%;grid-template-columns:1fr;grid-template-rows:repeat(auto,1fr)}.panel-container .past-event-section-container{padding:64px 100px;gap:30px}.panel-container .past-event-section-container .section-title{font-size:20px;width:calc(100% - 52px)}.panel-container .past-event-section-container .section-content{width:calc(100% - 74px);grid-template-columns:1fr;grid-template-rows:repeat(auto,1fr)}}.news-panel{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;overflow:hidden}.news-panel .section-title{width:100%;height:100%;color:var(--color-secondary-coal-100);font-family:var(--font-secondary);font-size:50px;font-style:normal;font-weight:600;line-height:110%;letter-spacing:-2px}.news-panel .header-container{width:100%;height:100%}.news-panel .section-content{width:100%;height:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto,1fr);grid-column-gap:20px;column-gap:20px;grid-row-gap:40px;row-gap:40px}.loading{text-align:center;padding:16px}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:1200px)and (min-width:992px){.news-panel .section-title{font-size:40px}.news-panel .section-content{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:991px)and (min-width:768px){.news-panel .section-title{font-size:30px}.news-panel .section-content{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:767px)and (min-width:576px){.news-panel .section-title{font-size:24px}.news-panel .section-content{grid-template-columns:repeat(2,1fr)!important}}@media(max-width:575px)and (min-width:420px){.news-panel .section-title{font-size:18px}.news-panel .section-content{grid-template-columns:1fr!important}}@media(max-width:419px)and (min-width:320px){.news-panel .section-title{font-size:16px}.news-panel .section-content{grid-template-columns:1fr!important}}@media(max-width:319px){.news-panel .section-title{font-size:14px!important}.news-panel .section-content{grid-template-columns:1fr!important}}