@keyframes SlideIn{from{transform:translateY(-5%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes FadeIn{from{opacity:0}to{opacity:1}}@keyframes SlideInLeft{from{translate:-5%;opacity:0}to{translate:0;opacity:1}}@keyframes SlideInRight{from{translate:5%;opacity:0}to{translate:0;opacity:1}}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}100%{background-position:0 0}}html{box-sizing:border-box;font-size:100%;scroll-behavior:smooth}body{background:#06060f;color:#e1e1e1}html,body{margin:0;padding:0;overflow-x:hidden}h1,h2,h3{font-weight:600}h1{font-size:clamp(3rem,4rem + 2vw,4.5rem)}@media(max-width: 43.74875em){h1{font-size:3rem}}h2{font-size:clamp(2rem,3rem + 2vw,3.25rem)}p{font-size:clamp(1rem,1.125rem + 2vw,1.5rem);color:hsla(0,0%,100%,.7);font-weight:400}@media(max-width: 43.74875em){p{font-size:1.25rem}}a{text-decoration:none;color:#e1e1e1}.rgb-button,.rgb-button--red,.rgb-button--red--sm,.rgb-button--sm,.rgb-button--animateR,.rgb-button--animate,.primary-btn,.primary-btn--danger,.primary-btn--fill,.primary-btn--fill--danger,.primary-btn--full,.primary-btn--md,.primary-btn--lg{text-decoration:none;color:#e1e1e1;border-radius:0.5rem;padding:0.5625rem 1.125rem;margin:1rem 0;text-align:center;display:inline-block;transition:.2s ease;cursor:pointer}.reset-btn{border:none;background:none;box-shadow:none}.primary-btn,.primary-btn--danger,.primary-btn--fill,.primary-btn--fill--danger,.primary-btn--full,.primary-btn--md,.primary-btn--lg{font-size:1rem;border:0.0625rem solid #2a5daf}.primary-btn:hover,.primary-btn--danger:hover,.primary-btn--fill:hover,.primary-btn--fill--danger:hover,.primary-btn--full:hover,.primary-btn--md:hover,.primary-btn--lg:hover{background:#2a5daf}.primary-btn--lg{font-size:2rem}.primary-btn--md{font-size:1.5rem}.primary-btn--full{width:100%}.primary-btn--fill,.primary-btn--fill--danger{background-color:#2a5daf}.primary-btn--fill:hover,.primary-btn--fill--danger:hover{background-color:rgba(42,93,175,.6)}.primary-btn--fill--danger{border-color:#8c1717}.primary-btn--danger{border-color:#ba1e1e}.primary-btn--danger:hover{background-color:#ba1e1e}.rgb-button,.rgb-button--red,.rgb-button--red--sm,.rgb-button--sm,.rgb-button--animateR,.rgb-button--animate{padding:1rem 2rem;font-size:1.125rem;font-weight:600;border-radius:1rem;position:relative;outline:none;border:none;z-index:0}.rgb-button::after,.rgb-button--red::after,.rgb-button--red--sm::after,.rgb-button--sm::after,.rgb-button--animateR::after,.rgb-button--animate::after{content:"";z-index:-1;position:absolute;width:100%;height:100%;background-color:#2a5daf;left:0;top:0;border-radius:1rem}.rgb-button::before,.rgb-button--red::before,.rgb-button--red--sm::before,.rgb-button--sm::before,.rgb-button--animateR::before,.rgb-button--animate::before{content:"";background:linear-gradient(45deg, #010d79, #00c8ff, #00a6ff, #1100ff, #0084ff, #001bff, #7300ff, #2900bd);position:absolute;top:-0.125rem;left:-0.125rem;background-size:600%;z-index:-1;width:calc(100% + 0.25rem);height:calc(100% + 0.25rem);filter:blur(0.5rem);animation:glowing 20s linear infinite;transition:opacity .3s ease-in-out;border-radius:1rem;opacity:0}.rgb-button:hover,.rgb-button--red:hover,.rgb-button--red--sm:hover,.rgb-button--sm:hover,.rgb-button--animateR:hover,.rgb-button--animate:hover{transform:scale(1.02)}.rgb-button:hover::before,.rgb-button--red:hover::before,.rgb-button--red--sm:hover::before,.rgb-button--sm:hover::before,.rgb-button--animateR:hover::before,.rgb-button--animate:hover::before{opacity:1}.rgb-button:active::after,.rgb-button--red:active::after,.rgb-button--red--sm:active::after,.rgb-button--sm:active::after,.rgb-button--animateR:active::after,.rgb-button--animate:active::after{background:rgba(0,0,0,0)}.rgb-button--animate{opacity:0;animation:SlideInLeft 1s forwards ease;animation-delay:.5s;transform:none}.rgb-button--animateR{opacity:0;animation:SlideInRight 1s forwards ease;animation-delay:.5s;transform:none}.rgb-button--sm{padding:0.5rem 1rem 0.75rem;margin:0.125rem}.rgb-button--red::before,.rgb-button--red--sm::before{background:linear-gradient(45deg, #790101, #ff0000, #ff4d4d, #b30000, #cc0000, #990000, #ff3333, #800000);position:absolute;top:-0.125rem;left:-0.125rem;background-size:600%;z-index:-1;width:calc(100% + 0.25rem);height:calc(100% + 0.25rem);filter:blur(0.5rem);animation:glowing 20s linear infinite;transition:opacity .3s ease-in-out;border-radius:1rem;opacity:0}.rgb-button--red::after,.rgb-button--red--sm::after{background-color:#b10707}.rgb-button--red--sm{padding:0.5rem 1rem 0.75rem;margin:0.125rem}.show{animation:SlideIn 1s forwards ease}.server_card,.server_card--scroll{display:flex;justify-content:center;align-items:center;flex-direction:column;background:rgba(6,6,15,.6);box-shadow:0 0 1rem rgba(42,93,175,.6);position:relative;text-align:center;color:#e1e1e1;padding-bottom:0.75rem;border-radius:0.5rem;width:25rem;margin-bottom:2rem;overflow:hidden;transition:.2s ease-in;cursor:pointer}@media(max-width: 43.74875em){.server_card,.server_card--scroll{width:18.75rem}}.server_card:hover,.server_card--scroll:hover{transform:scale(1.04);box-shadow:0 0 2rem rgba(42,93,175,.6)}.server_card img,.server_card--scroll img{width:100%;margin-bottom:1rem;background-position:center;background-size:cover}.server_card h3,.server_card--scroll h3{margin-bottom:1.5rem}.server_card p,.server_card--scroll p{margin-bottom:0.75rem;padding-inline:1.5rem;font-size:clamp(0.4rem,0.8rem + 2vw,1.2rem)}.server_card--scroll{opacity:0}.profil-card{background:#0f0f25;box-shadow:1.875rem 1.875rem 3.75rem #0b0b1a,-1.875rem -1.875rem 3.75rem #141430;border-radius:1em;padding:2rem 4rem}@media(max-width: 61.24875em){.profil-card{box-shadow:none}}.profil-card__info{display:flex;justify-content:center;align-items:center;gap:2rem}@media(max-width: 43.74875em){.profil-card__info{flex-direction:column;gap:0.125rem}}.profil-card__info h2{font-size:2rem;margin-bottom:2rem}.profil-card__info img{border-radius:8rem;box-shadow:0 0 1rem rgba(42,93,175,.6);margin-bottom:2rem;width:20%;height:20%}.profil-card__stats{text-align:center}.profil-card__stats p{font-size:1.5rem;font-weight:700}.profil-card__stats span{font-weight:400}@media(max-width: 43.74875em){.profil-card__stats__table{max-width:25rem;overflow:auto}}.article_card,.article_card--checkout,.article_card--start,.article_card--black{display:flex;justify-content:center;align-items:center;flex-direction:column;justify-content:space-between;background:#0f0f25;box-shadow:1.875rem 1.875rem 3.75rem #0b0b1a,-1.875rem -1.875rem 3.75rem #141430;border-radius:1em;width:18.75rem;padding:1.125rem 2rem;border-radius:1rem}@media(max-width: 43.74875em){.article_card,.article_card--checkout,.article_card--start,.article_card--black{width:100%}}.article_card--black{background:rgba(6,6,15,.6);box-shadow:0 0 1rem rgba(42,93,175,.6)}.article_card--start{align-items:flex-start}.article_card p,.article_card--checkout p,.article_card--black p,.article_card--start p{text-align:left;font-size:1.2rem}.article_card h4,.article_card--checkout h4,.article_card--black h4,.article_card--start h4{font-weight:600;font-size:clamp(0.625rem,1.125rem + 2vw,2rem);margin-bottom:1.5rem}.article_card--checkout{background:rgba(6,6,15,.6);box-shadow:0 0 1rem rgba(42,93,175,.6);gap:1.25rem}.article_card--checkout form button{margin:1.25rem}.box,.box--block{background:#0f0f25;box-shadow:1.875rem 1.875rem 3.75rem #0b0b1a,-1.875rem -1.875rem 3.75rem #141430;border-radius:1em;margin-top:2rem;padding:1rem 2rem;flex:1;display:flex;flex-direction:column;justify-content:flex-start}.box__title{display:flex;justify-content:center;align-items:center;justify-content:flex-start;gap:1.25rem;margin:0.875rem 0 1.5rem 0}.box__title img{width:10%}.box__title h3{font-size:2rem}.box p,.box--block p{font-size:1.25rem;text-align:left}.box--block{display:block;flex:0;text-align:center}.box--block .discord_widget{width:18.75rem;height:25rem}.tables{width:100%;margin-top:2rem}.tables tr,.tables th,.tables td{border-bottom:0.0625rem solid rgba(42,93,175,.6);padding:0.5rem 1rem}.tables td,.tables th{border-left:0.0625rem solid rgba(42,93,175,.6)}.tables td:first-child,.tables th:first-child{border-left:none}.search-bar{width:100%;background:#06060f;border:none;color:hsla(0,0%,100%,.7);box-shadow:0 0 1rem rgba(42,93,175,.6);border-radius:1rem;padding:0.5rem 1rem;margin-bottom:4rem;accent-color:#2a5daf;caret-color:#2a5daf}.search-bar:focus{outline:0.125rem solid #2a5daf;box-shadow:none}.show{animation:FadeIn .5s forwards ease}.modals-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;display:none;background-color:rgba(0,0,0,.5)}.modals-container .modals{max-height:90vh;overflow:auto;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:37.5rem;background-color:#0f0f25;border-radius:1em;padding:2rem;display:flex;flex-direction:column;gap:1rem;filter:drop-shadow(0 0 1rem rgba(42, 93, 175, 0.6))}.modals-container .modals__header{display:flex;justify-content:space-between;align-items:center;border-bottom:0.0625rem solid rgba(42,93,175,.6);padding-bottom:1rem;border-radius:0.25rem}.modals-container .modals__title{font-size:2rem;margin-bottom:0}.modals-container .modals__body{display:flex;flex-direction:column;gap:0.5rem}.modals-container .modals__body label{margin-bottom:0.5rem}.modals-container .modals__footer{display:flex;justify-content:flex-end;gap:2rem;border-top:0.0625rem solid rgba(42,93,175,.6);padding-top:1rem;border-radius:0.25rem}nav li,nav a,nav button{font-weight:500;font-size:1rem;color:var(--text-color);text-decoration:none}.header{display:flex;justify-content:center;align-items:center;justify-content:space-between;width:100%;position:fixed;top:0;z-index:2;background:rgba(6,6,15,.7);box-shadow:0 0.625rem 2rem #06060f}.header__logo{width:4rem;height:4rem;margin:0.75rem}.header__nav_center{position:absolute;left:50%;transform:translateX(-50%)}.header__nav_links{display:flex;justify-content:center;align-items:center;list-style:none;padding:0;margin:0}.header__nav_links li{display:inline;margin:0 1.5rem;font-size:2rem}.header__nav_links li a{font-size:1.2rem;font-weight:600;transition:.2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.header__nav_links li a:hover{opacity:.8}.header__user{padding-right:1.5rem}.header__user a{font-weight:600}.header__user img{width:2.5rem;height:2.5rem}@media(max-width: 43.74875em){.header__user span{display:none}}.header__user__dropdown{background-color:rgba(6,6,15,.7);list-style:none;margin:0;padding:1rem;border-radius:1em;margin-top:0.75rem;position:absolute;display:none;right:0}.header__user__dropdown li{padding:0.5rem;border-bottom:solid 0.0625rem hsla(0,0%,100%,.7);transition:200ms ease}.header__user__dropdown li:first-child{border-top:solid 0.0625rem hsla(0,0%,100%,.7)}.header__user__dropdown li:hover{background-color:rgba(0,0,0,.753)}.header__login{background-color:rgba(20,20,49,.8);padding:0.375rem 0.75rem;margin:0.625rem 1.5rem 0 0;display:flex;align-items:center;gap:0.375rem;border-radius:1.125rem;transition:.2s ease;padding-right:1.5rem}.header__login:hover{background-color:rgba(42,93,175,.6)}.header__login__steam{fill:#06060f}@media(max-width: 43.74875em){.header__login{background:none}.header__login span{display:none}}.show{display:block}.footer{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:2rem 0 1rem 0;color:#e1e1e1;gap:1rem;margin-bottom:2rem;justify-content:space-evenly}@media(max-width: 43.74875em){.footer{align-items:center;flex-direction:column;justify-content:center}}.footer p{margin:0;font-size:clamp(0.4rem,0.8rem + 2vw,1.2rem)}.footer img{width:2rem}.footer__copyright{display:flex;justify-content:center;align-items:center;gap:1rem}@media(max-width: 43.74875em){.footer__copyright{justify-content:center;text-align:center;flex-direction:column}}.footer__links p{font-size:1.125rem}.footer__links a{transition:all 150ms}.footer__links a:hover{text-decoration:underline;color:#2a5daf}.footer ul{list-style:none}@media(max-width: 43.74875em){.footer ul{margin:0;padding:0}}.footer li{display:inline;padding:0 1rem}@media(max-width: 43.74875em){.footer li{display:block;text-align:center}}.footer li:hover{text-decoration:underline}.container{display:flex;justify-content:center;align-items:center;gap:8rem;margin-top:4.5rem;flex-wrap:wrap;text-align:center;flex-wrap:nowrap}@media(max-width: 61.24875em){.container{gap:1.5rem;flex-direction:column}}@media(max-width: 43.74875em){.container{gap:1.5rem;flex-direction:column}}.container__btn,.container__btn--sb{display:flex;justify-content:center;align-items:center;gap:4rem;margin-top:1.5rem;flex-wrap:wrap;text-align:center}.container__btn--sb{width:100%;justify-content:space-evenly}@media(max-width: 43.74875em){.container__btn,.container__btn--sb{gap:0.75rem;margin-top:0.75rem}}.container__btn-sm{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:0rem;flex-wrap:wrap;text-align:center}.container__btn-top{display:flex;justify-content:center;align-items:center;gap:8rem;margin-top:4.5rem;flex-wrap:wrap;text-align:center}.container__content{display:flex;justify-content:center;align-items:center;gap:8rem;margin-top:2rem;flex-wrap:wrap;text-align:center;flex-wrap:nowrap;max-width:80%;line-height:1.8}@media(max-width: 89.99875em){.container__content{flex-direction:column;gap:1.5rem}}.section,.section--spacing,.section--without-spacing{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-block:4rem;text-align:center;padding-bottom:8rem}.section__light{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-block:4rem;background-color:#0f0f25;text-align:center;padding-bottom:8rem}.section__one-page,.section__one-page--footer,.section__one-page--light{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-block:4rem;text-align:center;height:100vh}@media(max-width: 61.24875em){.section__one-page,.section__one-page--footer,.section__one-page--light{margin:0 !important;padding-bottom:0;margin-top:50px}}.section__one-page--light{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-block:4rem;background-color:#0f0f25;text-align:center}@media(max-width: 61.24875em){.section__one-page--light{margin:0 !important}}.section__one-page--footer{height:calc(100vh - 7.1875rem)}@media(max-width: 61.24875em){.section__one-page,.section__one-page--footer,.section__one-page--light{margin-top:12.5rem}.section__one-page h2,.section__one-page--light h2,.section__one-page--footer h2{font-size:2rem}}.section__terms{padding-top:12rem;min-height:100vh;margin:0 auto;max-width:62.5rem}@media(max-width: 61.24875em){.section__terms{padding-inline:0.75rem}}.section__terms ul{margin:0;padding:0}.section__terms p,.section__terms ul{margin-bottom:1.5rem;font-size:1.5rem;list-style:none;color:hsla(0,0%,100%,.7)}.section__terms h1{font-size:3rem}.section__terms h3{font-size:2rem}.section--without-spacing{padding-bottom:0}.section--spacing{padding:0 4rem;margin-bottom:4rem}.section--spacing h2{margin-bottom:1rem}@media(max-width: 61.24875em){.section--spacing{margin-top:12.5rem}}.panel{display:grid;grid-template-columns:auto 1fr;height:100vh;background-color:#0f0f25}#sidebar{position:sticky;top:0;box-sizing:border-box;height:100vh;width:250px;padding:0.3125rem 1em;background-color:#06060f;border-right:0.0625rem solid #2a5daf;align-self:start;transition:all .4s ease-in-out;overflow:hidden;text-wrap:nowrap}#sidebar.close{padding:5px;width:60px}#sidebar ul{padding-left:0;list-style:none}#sidebar ul li:first-child{display:flex;justify-content:flex-end;margin-bottom:1.5rem}#sidebar ul li:first-child .logo{font-weight:700;font-size:1.25rem}#sidebar ul li a{color:hsla(0,0%,100%,.7);margin-bottom:1.5rem}#sidebar ul li a span{flex-grow:1}#sidebar ul li a:hover{background-color:#0f0f25}#sidebar ul li .active a{color:#e1e1e1}#sidebar ul li a,#sidebar ul li .logo{border-radius:0.5rem;padding:0.75rem;text-decoration:none;color:hsla(0,0%,100%,.7);display:flex;align-items:center;gap:1.125rem}#sidebar svg{flex-shrink:0}#sidebar #toggle-btn{margin-left:auto;padding:1rem;border:none;border-radius:0.5rem;background:none;cursor:pointer}#sidebar #toggle-btn svg{transition:rotate 150ms ease}#sidebar #toggle-btn:hover{background-color:#0f0f25}.rotate svg:last-child{rotate:180deg}.header-content{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;height:100vh;height:100dvh;background:linear-gradient(180deg, rgba(6, 6, 15, 0) 11%, rgba(6, 6, 15, 0.82) 65%, rgb(6, 6, 15) 90%),url("../images/banner.png");background-position:center;background-size:cover}@media(max-width: 43.74875em){.header-content{padding-bottom:8rem}}.header-content__text,.header-content__text--accent{border-radius:1rem;text-shadow:0 0.375rem 1rem #06060f;text-wrap:balance}.header-content__text h1,.header-content__text--accent h1{animation:SlideIn 1s forwards ease}.header-content__text p,.header-content__text--accent p{opacity:0;animation:SlideIn 1s forwards ease;animation-delay:.2s}.header-content__text--accent{font-weight:800;cursor:pointer}.info{background:linear-gradient(rgb(6, 6, 15) 0%, rgb(15, 15, 37) 5%, rgb(15, 15, 37) 95%, rgb(6, 6, 15) 100%)}.info p{margin-inline:1rem}.info__title{margin-top:4rem}.panel_boutique h3{margin-top:2rem}.panel_boutique .primary-btn--md{margin-top:2rem}.panel_boutique__grid{margin-top:3rem;display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:4.5rem}@media(max-width: 43.74875em){.panel_boutique__grid{grid-template-columns:repeat(1, minmax(0, 1fr))}}.animate-in{animation:SlideInLeft 1s ease both}.k-boutique-hero{display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg, rgba(6, 6, 15, 0) 11%, rgba(6, 6, 15, 0.82) 65%, rgb(6, 6, 15) 90%);background-position:center;background-size:cover}.k-boutique-hero__title{text-shadow:0 0.375rem 1rem #06060f;margin-top:8rem;margin-bottom:8rem;font-weight:700;text-align:center;font-size:4rem}.k-container{max-width:75rem;margin-left:auto;margin-right:auto}@media(max-width: 61.24875em){.k-container{margin-inline:1.5rem}}.k-boutique-content{display:flex;flex-direction:column}@media(max-width: 61.24875em){.k-boutique-content{padding:0 1.5rem}}.k-boutique-content__browse h3{font-size:2.625rem;margin-bottom:2rem}.k-boutique-content__empty{margin:0 auto;text-align:center;grid-column:1/-1;font-size:1.5rem;color:hsla(0,0%,100%,.7);padding:4rem 0}.k-boutique-content__products{display:flex;gap:4rem;margin-bottom:4rem}@media(max-width: 43.74875em){.k-boutique-content__products{flex-direction:column}}.k-boutique-content__products__sidebar{background:#06060f;box-shadow:0 0 1rem rgba(42,93,175,.6);border-radius:1rem;padding:1.5rem 2rem}.k-boutique-content__products__sidebar h3{margin-bottom:1.5rem;text-align:center}.k-boutique-content__products__sidebar ul{padding:0;list-style:none}@media(max-width: 43.74875em){.k-boutique-content__products__sidebar ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}}.k-boutique-content__products__sidebar ul li a{display:inline-block;padding:0.5rem 1rem;margin-bottom:0.375rem;border-radius:0.5rem;font-size:1.25rem;position:relative;width:100%}.k-boutique-content__products__sidebar ul li a:hover{width:100%;color:#2a5daf}.k-boutique-content__products__sidebar ul li a::before{content:"";display:block;width:0%;background-color:#2a5daf;height:0.125rem;position:absolute;bottom:0.125rem;left:1rem;opacity:0;transition:width .3s ease,opacity .3s ease}.k-boutique-content__products__sidebar ul li a.active::before{width:80%;opacity:1}.k-boutique-content__products__articles{flex:1}.k-boutique-content__products__articles__grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:2.625rem}@media(max-width: 61.24875em){.k-boutique-content__products__articles__grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 43.74875em){.k-boutique-content__products__articles__grid{grid-template-columns:repeat(1, minmax(0, 1fr))}}#paypal-button-container{margin-top:2rem}.article__name{position:relative;padding-bottom:1.25rem;margin-bottom:0.25rem}.article__name::before{position:absolute;content:"";width:100%;height:0.125rem;bottom:0;left:0;background-color:rgba(42,93,175,.6);border-radius:0.5rem}.article__forms .btn-primary{margin-bottom:0.125rem}.k-server{display:flex}.k-server__title{text-align:center;margin-bottom:3.875rem;margin-top:2rem;padding-bottom:1rem;border-bottom:0.0625rem solid #fff;border-radius:0.5rem}.k-server__info{display:flex;justify-content:center;align-items:stretch;gap:4rem;margin-bottom:7.75rem}@media(max-width: 61.24875em){.k-server__info{flex-direction:column}}.k-server__info h2{font-size:2rem;margin-bottom:0.75rem;border-bottom:0.0625rem solid #fff;padding-bottom:1rem;border-radius:0.25rem}.k-server__info__content{background:rgba(6,6,15,.6);box-shadow:0 0 1rem rgba(42,93,175,.6);padding:1rem 2rem;border-radius:1rem;flex:1;display:flex;flex-direction:column;justify-content:space-between;animation:SlideIn 1s forwards}.k-server__info__content__btn{font-size:clamp(1rem,1.125rem + 2vw,1.5rem);color:hsla(0,0%,100%,.7)}.k-server__info__content__btn:hover{text-decoration:underline}.k-server__info__discord{background:rgba(6,6,15,.6);box-shadow:0 0 1rem rgba(42,93,175,.6);opacity:0;animation:SlideIn 1s forwards;animation-delay:.1s;padding:1rem 2rem;border-radius:1rem}.k-server__info__discord .discord_widget{width:100%}.k-server__slideshow{position:relative;width:100%;margin:auto;display:flex;align-items:center;justify-content:center;margin-bottom:8rem}@media(max-width: 43.74875em){.k-server__slideshow{margin-bottom:4rem;flex-direction:column}}@media(max-width: 43.74875em){.k-server__slideshow .prev,.k-server__slideshow .next{display:none}}.k-server__slideshow .prevm,.k-server__slideshow .nextm{display:none}@media(max-width: 43.74875em){.k-server__slideshow .prevm,.k-server__slideshow .nextm{margin-top:2rem;display:inline;margin-left:0.75rem;margin-right:0.75rem}}.k-server__slideshow img{width:100%;display:none;padding:0 3rem;filter:drop-shadow(0 0 1rem rgba(42, 93, 175, 0.6))}@media(max-width: 43.74875em){.k-server__slideshow img{padding:0 1.5rem}}.k-server__slideshow img.displaySlide{display:block;animation:Fade 1s ease}@keyframes Fade{from{opacity:.5}to{opacity:1}}/*# sourceMappingURL=style.css.map */