﻿/*!
 * Announcements bundle — loaded on the announcements archive + single pages.
 * Compiles to inc/announcements/dist/announcements.min.css.
 *
 * Self-contained module (mirrors inc/blog). Styles are kept SEPARATE from
 * the blog bundle: _single.scss is a copy of the blog's single-post styles
 * (so single announcements look identical) and _index.scss is a purpose-
 * built listing grid with no sidebar. _deps.scss re-declares the shared
 * variables/mixins so nothing is pulled from the blog module.
 *
 * Build:
 *   npm run build:announcements    (one-off compile)
 *   npm run watch:announcements    (rebuild on change)
 */@property --color1{syntax:"<color>";initial-value:#2cd9ff;inherits:false}@property --color2{syntax:"<color>";initial-value:#7effb2;inherits:false}@property --color3{syntax:"<color>";initial-value:#f4ff7a;inherits:false}@property --color4{syntax:"<color>";initial-value:#ffd80e;inherits:false}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(0.95)}}.single-blog-page{text-align:center;width:100%;padding:180px 1.5rem 0px 1.5rem}.single-blog-page .pill-container{display:flex;flex-flow:wrap;gap:10px;justify-content:center}.single-blog-page article.active .container{background:#fff;padding-top:3rem;padding-bottom:3rem}.single-blog-page article.active .container .pill{background:rgba(194,208,228,.25)}.single-blog-page article.active .container .pill a{color:#454d57}.single-blog-page article.active .container h1{color:#0b0c10}.single-blog-page article.active .container .blog-excerpt{color:rgba(11,12,16,.8)}.single-blog-page article.active .container .blog-meta{color:rgba(11,12,16,.6)}.single-blog-page article.active .container .blog-meta .bm__dot{background:rgba(11,12,16,.2)}.single-blog-page article.active .container .blog-meta .bm__author span{color:rgba(11,12,16,.4)}.single-blog-page article.active .container .blog-switcher .faq__switcher{border-color:rgba(29,170,145,.3764705882)}.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper{display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(0, 0, 0, 1);transform:translate(20px);width:34px;height:34px;border-radius:34px}.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg{width:24px;height:24px;stroke-linecap:round}.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .moon,.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .sun{fill:#1daa91}.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .sun{transform:scale(1);transition-timing-function:cubic-bezier(0.25, 0, 0.3, 1);transition-duration:.25s}.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .moon circle{transform:translate(32px)}@supports(cx: 1){.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .moon circle{cx:32;transform:unset;transition:cx .25s cubic-bezier(0, 0, 0, 1)}}.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .sun-beams{transform:rotate(0deg);opacity:1;stroke:#1daa91;stroke-width:2px}.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg>:is(.moon,.sun,.sun-beams){transform-origin:center center}.single-blog-page article.active .container .single-blog-content{padding:0 1rem;color:rgba(11,12,16,.8)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories{border:1px solid rgba(194,208,228,.55)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories h4{color:#0b0c10}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term{border:1px solid rgba(194,208,228,.55)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term .term__name{color:rgba(11,12,16,.8)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover{background:rgba(194,208,228,.05);border:1px solid rgba(194,208,228,.85)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .blur-1{transform:translate(50%, 0%) scaleX(1);opacity:.85}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .term__name{opacity:1}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .term__arrow .arrow-wrapper{transform:translateY(0)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles{border:1px solid rgba(194,208,228,.55)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles h4{color:#0b0c10}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article{display:flex;flex-flow:column nowrap;gap:10px;padding-bottom:10px;border-bottom:1px solid rgba(194,208,228,.55)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article:last-of-type{border-bottom:none}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article a.article-link{text-decoration:none;font-size:15px;font-weight:600;line-height:1.3;color:rgba(11,12,16,.8);transition:all .5s ease}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article span.article-date{font-size:12px;line-height:1;color:rgba(11,12,16,.8)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article:hover a.article-link{color:#0b0c10}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social{border:1px solid rgba(194,208,228,.55)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social h4{color:#0b0c10}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper div{display:flex;justify-content:center;align-items:center}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper div a{display:flex;justify-content:center;align-items:center}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social svg stop{transition:all .6s ease-in-out}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#discord-link svg{fill:#0e1017}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#telegram-link svg{fill:#0e1017}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#twitter-link svg{fill:#0e1017}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#instagram-link svg{fill:#0e1017}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#facebook-link svg{fill:#0e1017}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#telegram-link svg{fill:#0e1017}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link{display:flex;position:relative}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg{transition:all .3s ease}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg path{transition:inherit}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg:first-child{position:absolute;left:-2px;top:-4px;width:100%;fill:rgba(0,0,0,0)}.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg:last-child{fill:#0e1017}.single-blog-page .container{max-width:1240px;width:100%;margin:0 auto;transition:all .5s ease;border-radius:15px}.single-blog-page .container .pill{display:inline-block;padding:10px 20px;background:rgba(194,208,228,.15);border-radius:44px;font-family:"Plus Jakarta Sans",sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;margin:1rem 0 1.5rem;transition:all .5s ease-in-out}.single-blog-page .container .pill a{text-decoration:none;color:rgba(194,208,228,.5);transition:inherit}.single-blog-page .container .pill:hover{background:rgba(194,208,228,.25)}.single-blog-page .container .pill:hover a{color:rgba(194,208,228,.9)}.single-blog-page .container h1{transition:all .6s ease;font-family:"Plus Jakarta Sans",sans-serif;font-size:72px;line-height:1.2;color:#fff;margin:1rem auto;padding:0;font-weight:800;max-width:90%}.single-blog-page .container .blog-excerpt{color:rgba(194,208,228,.9);font-weight:500;font-size:18px;max-width:700px;margin:25px auto 0 auto;transition:all .6s ease}.single-blog-page .container .blog-meta{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;color:rgba(194,208,228,.8);gap:.7rem;font-weight:600;margin:0 0 1rem;transition:all .6s ease}.single-blog-page .container .blog-meta .bm__dot{height:6px;width:6px;background:rgba(194,208,228,.4);border-radius:100%;transition:inherit}.single-blog-page .container .blog-meta .bm__author span{color:rgba(194,208,228,.5);font-weight:500}.single-blog-page .container .blog-switcher{width:100%;display:flex;justify-content:center;margin:2rem 0}.single-blog-page .container .blog-switcher .faq__switcher{border:2px solid rgba(69,77,87,.8);border-radius:100px;cursor:pointer;width:60px;transition:inherit}.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper{display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(0, 0, 0, 1);transform:translate(0);width:34px;height:34px;border-radius:34px}.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg{width:24px;height:24px;stroke-linecap:round}.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .moon,.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .sun{fill:rgba(255,255,255,.9)}.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .sun{transform:scale(1.75);transition-timing-function:cubic-bezier(0.25, 0, 0.3, 1);transition-duration:.25s;transition:transform .5s cubic-bezier(0.5, 1.25, 0.75, 1.25)}.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .moon circle{transform:translateX(-7px);transition:translate .5s cubic-bezier(0, 0, 0, 1) .25s}@supports(cx: 1){.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .moon circle{cx:17;transform:translateX(0);transition:cx .5s cubic-bezier(0, 0, 0, 1) .25s}}.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .sun-beams{transform:rotate(-525deg);transition-duration:.25s;opacity:0;stroke:rgba(255,255,255,.6);stroke-width:2px;transition:transform .5s ease,opacity .5s cubic-bezier(0.25, 0, 0.3, 1)}.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg>:is(.moon,.sun,.sun-beams){transform-origin:center center}.single-blog-page .container .blog-image{max-width:100%;overflow:hidden;border-radius:15px;margin:0 auto}.single-blog-page .container .blog-image .post-thumbnail{height:100%}.single-blog-page .container .blog-image .post-thumbnail img{display:block;width:100%;height:100%;object-fit:fill;object-position:center}.single-blog-page .container .single-blog-content{transition:all .6s ease;margin:2rem auto 3rem;color:#c2d0e4;font-size:18px;font-weight:500;line-height:1.8;text-align:left;display:flex;flex-flow:row nowrap;gap:2rem;align-items:flex-start}.single-blog-page .container .single-blog-content .blog-content{flex:1 1 auto;min-width:0;max-width:70%}.single-blog-page .container .single-blog-content .blog-content .blog-bottom{margin-top:2rem;border-radius:15px;background:rgba(11,12,16,.25);border:1px solid #4d5766;padding:4.5rem 3rem;backdrop-filter:blur(40px);display:flex;flex-flow:column nowrap;gap:1rem;position:relative;overflow:hidden;align-items:center}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .blur-1{position:absolute;width:206.33px;height:230.61px;left:5.31px;top:153.74px;background:#1daa91;opacity:.1;filter:blur(95px);border-radius:15px;z-index:0}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .blur-2{position:absolute;width:440.74px;height:236.51px;left:227.25px;top:-38.62px;background:#c2d0e4;opacity:.15;filter:blur(115px);border-radius:15px;z-index:0}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .blur-3{position:absolute;width:240.74px;height:236.51px;bottom:-38.62px;background:#afd0ff;opacity:.15;filter:blur(115px);border-radius:15px;z-index:0}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__logo{height:fit-content;opacity:.8}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__title h2{font-style:normal;font-weight:400;font-size:30px;line-height:1.3;text-align:center;color:#fff;position:relative;z-index:10;text-align:center;margin:0 auto}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons{display:flex;gap:1rem;justify-content:center;align-items:center;margin-top:2rem}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn{display:flex;justify-content:center}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn{background:rgba(194,208,228,.15)}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char{color:rgba(0,0,0,0)}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before,.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after{color:#fff}.single-blog-page .container .single-blog-content .blog-sidebar{flex:0 0 300px;margin-top:1.5rem;display:flex;flex-flow:column nowrap;gap:1rem}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories{border:1px solid rgba(194,208,228,.2);padding:1rem;border-radius:15px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories h4{text-align:left;color:rgba(194,208,228,.6);font-weight:500;font-size:14px;letter-spacing:1px;text-transform:uppercase;margin:0;margin-bottom:10px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper{display:flex;flex-flow:column nowrap;gap:10px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term{text-decoration:none;border:1px solid rgba(194,208,228,.2);border-radius:15px;text-align:left;position:relative;transition:all .5s ease;display:flex;align-items:center;transition:all .8s ease;padding:0 1rem;overflow:hidden}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term .blur-1{position:absolute;width:100%;height:70px;left:-50%;top:-50%;background:#1daa91;filter:blur(60px);border-radius:15px;z-index:0;transition:all .8s ease;transform-origin:center;transform:translate(50%, -140%) scaleX(0);opacity:0}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term .term__name{flex:1 0 auto;padding:1rem 10px 1rem 0;padding-right:10px;font-weight:600;font-size:15px;color:#fff;line-height:1;position:relative;z-index:10;transition:all .6s ease;opacity:.8}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term .term__arrow{flex:0 0 auto;align-self:stretch;display:flex;justify-content:right;align-items:center;position:relative;overflow:hidden;width:20px;z-index:10}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term .term__arrow .arrow-wrapper{position:absolute;height:20px;width:20px;display:flex;justify-content:center;align-items:center;transition:all .8s cubic-bezier(0.1, 0.405, 0, 1.1);transform:translateY(200%);opacity:.9}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover{background:rgba(194,208,228,.05);border:1px solid rgba(194,208,228,.45)}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .blur-1{transform:translate(50%, 0%) scaleX(1);opacity:.45}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .term__name{opacity:1}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .term__arrow .arrow-wrapper{transform:translateY(0)}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles{border:1px solid rgba(194,208,228,.2);padding:1rem;border-radius:15px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles h4{text-align:left;color:rgba(194,208,228,.6);font-weight:500;font-size:14px;letter-spacing:1px;text-transform:uppercase;margin:0;margin-bottom:10px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper{display:flex;flex-flow:column nowrap;gap:10px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article{display:flex;flex-flow:column nowrap;gap:10px;padding-bottom:10px;border-bottom:1px solid rgba(194,208,228,.2)}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article:last-of-type{border-bottom:none}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article a.article-link{text-decoration:none;font-size:15px;font-weight:600;line-height:1.3;color:rgba(255,255,255,.8);transition:all .5s ease}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article span.article-date{font-size:12px;line-height:1;color:rgba(194,208,228,.6)}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article:hover a.article-link{color:#fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social{border:1px solid rgba(194,208,228,.2);padding:1rem;border-radius:15px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social h4{text-align:left;color:rgba(194,208,228,.6);font-weight:500;font-size:14px;letter-spacing:1px;text-transform:uppercase;margin:0;margin-bottom:10px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper{display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;gap:12px}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper div{display:flex;justify-content:center;align-items:center}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper div a{display:flex;justify-content:center;align-items:center}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social svg stop{transition:all .6s ease-in-out}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#discord-link svg{fill:url(#discord-gradient-f) #fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#telegram-link svg{fill:url(#telegram-gradient-f) #fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#twitter-link svg{fill:url(#twitter-gradient-f) #fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#instagram-link svg{fill:url(#instagram-gradient-f) #fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#facebook-link svg{fill:url(#fb-gradient-f) #fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#telegram-link svg{fill:url(#telegram-gradient-f) #fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link{display:flex;position:relative}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg{transition:all .3s ease}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg path{transition:inherit}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg:first-child{position:absolute;left:-2px;top:-4px;width:100%;fill:rgba(0,0,0,0)}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg:last-child{fill:#fff}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#discord-link svg stop{stop-color:#5865f2}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#telegram-link svg stop{stop-color:#08c}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#twitter-link svg stop:first-child{stop-color:#3bb1fa}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#twitter-link svg stop:last-child{stop-color:#1da1f2}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#instagram-link svg stop:first-child{stop-color:#feda75}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2){stop-color:#fa7e1e}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3){stop-color:#d62976}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4){stop-color:#962fbf}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#instagram-link svg stop:last-child{stop-color:#4f5bd5}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#facebook-link svg stop:first-child{stop-color:#17aafd}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#facebook-link svg stop:last-child{stop-color:#0165e2}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#telegram-link svg stop:first-child{stop-color:#08c}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#telegram-link svg stop:last-child{stop-color:#08c}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#tiktok-link svg:first-child{fill:#69c9d0}.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#tiktok-link svg:last-child{fill:#ee1d52}@media(max-width: 992px){.single-blog-page{text-align:center;width:100%;padding:60px 1.5rem 0px 1.5rem}.single-blog-page .container{max-width:1440px;width:100%;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.single-blog-page .container .pill{display:inline-block;padding:10px 20px;background:rgba(194,208,228,.15);border-radius:44px;font-family:"Plus Jakarta Sans",sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;margin:1rem 0 1rem;transition:all .5s ease-in-out}.single-blog-page .container .pill a{text-decoration:none;color:rgba(194,208,228,.5);transition:inherit}.single-blog-page .container .pill:hover{background:rgba(194,208,228,.25)}.single-blog-page .container .pill:hover a{color:rgba(194,208,228,.9)}.single-blog-page .container h1{font-family:"Plus Jakarta Sans",sans-serif;font-size:56px;line-height:1.2;color:#fff;margin:1rem auto;padding:0;font-weight:800;max-width:90%}.single-blog-page .container .blog-excerpt{color:rgba(194,208,228,.9);font-weight:500;font-size:18px;max-width:100%;margin:25px auto 0 auto}.single-blog-page .container .blog-meta{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;color:rgba(194,208,228,.8);gap:.7rem;font-weight:600;margin:0 0 3rem}.single-blog-page .container .blog-meta .bm__dot{height:6px;width:6px;background:rgba(194,208,228,.4);border-radius:100%}.single-blog-page .container .blog-meta .bm__author span{color:rgba(194,208,228,.5);font-weight:500}.single-blog-page .container .blog-image{max-width:100%;overflow:hidden;border-radius:15px;margin:0 auto}.single-blog-page .container .blog-image .post-thumbnail{height:100%}.single-blog-page .container .blog-image .post-thumbnail img{display:block;width:100%;height:100%;object-fit:fill;object-position:center}.single-blog-page .container .single-blog-content{margin:2rem auto 1rem;flex-flow:row wrap}.single-blog-page .container .single-blog-content .blog-content{max-width:100%}.single-blog-page .container .single-blog-content .blog-sidebar{flex:1 1 100%}}@media(max-width: 768px){.single-blog-page{text-align:center;width:100%;padding:40px 0}.single-blog-page .container{max-width:1440px;width:100%;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.single-blog-page .container .pill{display:inline-block;padding:10px 20px;background:rgba(194,208,228,.15);border-radius:44px;font-family:"Plus Jakarta Sans",sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;margin:1rem 0 1rem;transition:all .5s ease-in-out}.single-blog-page .container .pill a{text-decoration:none;color:rgba(194,208,228,.5);transition:inherit}.single-blog-page .container .pill:hover{background:rgba(194,208,228,.25)}.single-blog-page .container .pill:hover a{color:rgba(194,208,228,.9)}.single-blog-page .container h1{font-family:"Plus Jakarta Sans",sans-serif;font-size:46px;line-height:1.2;color:#fff;margin:1rem auto;padding:0;font-weight:800;max-width:90%}.single-blog-page .container .blog-excerpt{color:rgba(194,208,228,.9);font-weight:500;font-size:18px;max-width:100%;margin:25px auto 0 auto}.single-blog-page .container .blog-meta{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;color:rgba(194,208,228,.8);gap:.7rem;font-weight:600;margin:0 0 3rem}.single-blog-page .container .blog-meta .bm__dot{height:6px;width:6px;background:rgba(194,208,228,.4);border-radius:100%}.single-blog-page .container .blog-meta .bm__author span{color:rgba(194,208,228,.5);font-weight:500}.single-blog-page .container .blog-image{max-width:100%;overflow:hidden;border-radius:15px;margin:0 auto}.single-blog-page .container .blog-image .post-thumbnail{height:100%}.single-blog-page .container .blog-image .post-thumbnail img{display:block;width:100%;height:100%;object-fit:fill;object-position:center}.single-blog-page .container .single-blog-content{margin:2rem auto 1rem;flex-flow:row wrap}.single-blog-page .container .single-blog-content .blog-content{max-width:100%}.single-blog-page .container .single-blog-content .blog-content .blog-bottom{margin-top:2rem;border-radius:15px;background:rgba(11,12,16,.25);border:1px solid #4d5766;padding:2.5rem 1.5rem;backdrop-filter:blur(40px);display:flex;flex-flow:column nowrap;gap:1rem;position:relative;overflow:hidden;align-items:center}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__logo{height:fit-content;opacity:.8}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__title h2{font-size:24px;line-height:1.3}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons{display:flex;gap:10px;justify-content:center;align-items:stretch;margin-top:2rem;flex-flow:row wrap}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn{flex:1 1 100%;display:flex;justify-content:center}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn a{width:100%}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn{background:rgba(194,208,228,.15)}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char{color:rgba(0,0,0,0)}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before,.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after{color:#fff}.single-blog-page .container .single-blog-content .blog-sidebar{flex:1 1 100%}}@media(max-width: 576px){.single-blog-page{text-align:center;width:100%;padding:40px 0}.single-blog-page .container{max-width:1440px;width:100%;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.single-blog-page .container .pill{display:inline-block;padding:10px 20px;background:rgba(194,208,228,.15);border-radius:44px;font-family:"Plus Jakarta Sans",sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;margin:1rem 0 1rem;transition:all .5s ease-in-out}.single-blog-page .container .pill a{text-decoration:none;color:rgba(194,208,228,.5);transition:inherit}.single-blog-page .container .pill:hover{background:rgba(194,208,228,.25)}.single-blog-page .container .pill:hover a{color:rgba(194,208,228,.9)}.single-blog-page .container h1{font-family:"Plus Jakarta Sans",sans-serif;font-size:36px;line-height:1.2;color:#fff;margin:1rem auto;padding:0;font-weight:800;max-width:90%}.single-blog-page .container .blog-excerpt{color:rgba(194,208,228,.9);font-weight:500;font-size:18px;max-width:100%;margin:25px auto 0 auto}.single-blog-page .container .blog-meta{display:flex;flex-flow:row wrap;align-items:center;justify-content:center;color:rgba(194,208,228,.8);gap:.7rem;font-weight:600;margin:0 0 3rem;font-size:14px}.single-blog-page .container .blog-meta .bm__dot{height:6px;width:6px;background:rgba(194,208,228,.4);border-radius:100%}.single-blog-page .container .blog-meta .bm__author span{color:rgba(194,208,228,.5);font-weight:500}.single-blog-page .container .blog-image{max-width:100%;overflow:hidden;border-radius:15px;margin:0 auto}.single-blog-page .container .blog-image .post-thumbnail{height:100%}.single-blog-page .container .blog-image .post-thumbnail img{display:block;width:100%;height:100%;object-fit:fill;object-position:center}.single-blog-page .container .single-blog-content{margin:2rem auto 1rem;flex-flow:row wrap}.single-blog-page .container .single-blog-content .blog-content{max-width:100%}.single-blog-page .container .single-blog-content .blog-content .blog-bottom{margin-top:2rem;border-radius:15px;background:rgba(11,12,16,.25);border:1px solid #4d5766;padding:2.5rem 1.5rem;backdrop-filter:blur(40px);display:flex;flex-flow:column nowrap;gap:1rem;position:relative;overflow:hidden;align-items:center}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__logo{height:fit-content;opacity:.8}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__title h2{font-size:24px;line-height:1.3}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons{display:flex;gap:10px;justify-content:center;align-items:stretch;margin-top:2rem;flex-flow:row wrap}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn{flex:1 1 100%;display:flex;justify-content:center}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn a{width:100%}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn{background:rgba(194,208,228,.15)}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char{color:rgba(0,0,0,0)}.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before,.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after{color:#fff}.single-blog-page .container .single-blog-content .blog-sidebar{flex:1 1 100%}}.announcements-page .container .latest-posts{display:flex;flex-flow:row wrap;gap:1rem;margin:6rem 0 12rem}.announcements-page .container .latest-posts .lp__title{flex:1 1 100%;text-align:center;margin:0 auto 3rem}.announcements-page .container .latest-posts .lp__title .lp__heading{margin-bottom:1.3rem}.announcements-page .container .latest-posts .lp__title .lp__heading h2{font-family:"Plus Jakarta Sans",sans-serif;font-size:80px;line-height:1.2;color:#fff;margin:0 0 .5rem 0;padding:0;font-weight:800}.announcements-page .container .latest-posts .lp__title .lp__heading h2 span{background:-webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);-webkit-background-clip:text;-webkit-text-stroke:2px rgba(0,0,0,0);padding:0 0 2px 0;color:#101217;width:fit-content}.announcements-page .container .latest-posts .lp__left{flex:1 1 100%;max-width:100%;display:flex;flex-flow:column nowrap;gap:1rem}.announcements-page .container .latest-posts .lp__left .ap-cont{flex:1 1 auto;display:flex;flex-flow:row wrap;gap:1rem}.announcements-page .container .latest-posts .lp__left .ap-cont.loading .single-lp{opacity:0;transition:border .5s ease-in-out,opacity .5s ease;transition-delay:0s,calc(1s*var(--out))}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp{flex:0 1 32%;border-radius:15px;padding:1rem;border:1px solid rgba(194,208,228,.25);display:flex;flex-flow:column nowrap;text-align:left;height:470px;transition:border .5s ease-in-out,opacity .5s ease;transition-delay:0s,calc(1s*var(--in))}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image{border-radius:15px;margin-bottom:1rem;overflow:hidden;max-height:180px;flex-shrink:0}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image img{display:block;width:100%;height:auto;object-fit:cover;object-position:center}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem;color:#c2d0e4}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag{font-weight:600;font-size:14px;line-height:20px;text-align:right;text-decoration:none;transition:all .5s ease}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag a{text-decoration:none;color:#c2d0e4;transition:inherit}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag:hover{opacity:.8}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__date{font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5)}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title{margin-bottom:1rem}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a{text-decoration:none;font-style:normal;font-weight:800;font-size:20px;line-height:112%;color:#fff;transition:all .5s ease}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a:hover{opacity:.65}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__excerpt{font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:rgba(194,208,228,.5);margin-bottom:1rem}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button{margin-top:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px 30px;background:rgba(194,208,228,.15);border-radius:10px;font-style:normal;font-weight:600;font-size:16px;line-height:230%;align-items:center;transition:all .5s ease-in-out;cursor:pointer;color:#fff;text-decoration:none}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button:hover{background:rgba(194,208,228,.35)}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp:hover{border:1px solid rgba(194,208,228,.65)}.announcements-page .container .latest-posts .lp__left .ap-cont.loading~.lp__pagination{pointer-events:none;user-select:none}.announcements-page .container .latest-posts .lp__left .lp__pagination{flex:0 1 auto;height:70px;display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem}.announcements-page .container .latest-posts .lp__left .lp__pagination a{outline:none}.announcements-page .container .latest-posts .lp__left .lp__pagination .next,.announcements-page .container .latest-posts .lp__left .lp__pagination .prev{margin-top:1px;margin-left:1.5rem;margin-right:1.5rem;cursor:pointer;display:inline-block;transition:all .5s ease-in-out}.announcements-page .container .latest-posts .lp__left .lp__pagination .next.disabled,.announcements-page .container .latest-posts .lp__left .lp__pagination .prev.disabled{opacity:.4;touch-action:none;pointer-events:none}.announcements-page .container .latest-posts .lp__left .lp__pagination .page-numbers{text-decoration:none;display:flex;align-items:center;color:rgba(194,208,228,.5);transition:all .5s ease-in-out;cursor:pointer}.announcements-page .container .latest-posts .lp__left .lp__pagination .page-numbers:hover{color:rgba(194,208,228,.9)}.announcements-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current{color:#fff}.announcements-page .container .latest-posts .lp__left .lp__pagination .page-dots{color:rgba(194,208,228,.5)}@media(max-width: 1200px){.announcements-page .container .latest-posts .lp__title .lp__heading h2{font-size:56px}}@media(max-width: 992px){.announcements-page .container .latest-posts{margin:3rem 0 6rem}.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp{flex:0 1 48%;height:440px}.announcements-page .container .latest-posts .lp__title .lp__heading h2{font-size:40px}}@media(max-width: 768px){.announcements-page .container .latest-posts .lp__left .ap-cont .single-lp{flex:1 1 100%;height:auto}.announcements-page .container .latest-posts .lp__title .lp__heading h2{font-size:32px}}
