*,::before,::after{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    letter-spacing:0.05em;
    margin:0;
    padding:0
}
body{
    min-width:340px
}
@font-face{
    font-family:'Poppins';
    font-style:normal;
    font-weight:400;
    src:local(""),url("/fonts/poppins-400.woff2") format("woff2"),url("/fonts/poppins-400.woff") format("woff")
}
@font-face{
    font-family:'Poppins';
    font-style:normal;
    font-weight:700;
    src:local(""),url("/fonts/poppins-700.woff2") format("woff2"),url("/fonts/poppins-700.woff") format("woff")
}
.c-file_sidebar__image{
    height:300px;
    -o-object-fit:contain;
    object-fit:contain;
    width:100%
}
.c-file_sidebar__image--auto{
    height:auto
}
@media (max-width: 1100px){
    .c-aimage--padding{
        padding-top:20px
    }
}.c-homepagebox__image{
    height:300px;
    -o-object-fit:contain;
    object-fit:contain;
    width:100%
}
.c-homepagebox__image--auto{
    height:auto
}
@media (max-width: 1100px){
    .c-homepagebox--padding{
        padding-top:20px
    }
}

.c-author{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.c-author__image{
    height:auto;
    width:300px
}
@media (max-width: 1100px){
    .c-author__image{
        width:30vw
    }
}
.c-author__image--small{
    width:150px
}
.c-author__details{
    -ms-flex-negative:0;
    flex-shrink:0;
    font-family:"Poppins",sans-serif;
    padding:0 20px
}
.c-author__details--right{
    -ms-flex-negative:initial;
    flex-shrink:initial;
    margin-left:auto;
    text-align:right
}
.c-author__title{
    font-size:26px;
    padding-bottom:5px;
    word-break:break-all
}
.c-author__title a{
    color:#2F3D5D;
    display:inline;
    font-size:24px;
    font-weight:700;
    text-decoration:none;
    -webkit-transition:250ms -webkit-box-shadow;
    transition:250ms -webkit-box-shadow;
    transition:250ms box-shadow;
    transition:250ms box-shadow, 250ms -webkit-box-shadow;
    width:100%
}
.c-author__title a:focus,.c-author__title a:hover{
    -webkit-box-shadow:0 2px 0 0 currentColor;
    box-shadow:0 2px 0 0 currentColor
}
.c-author__text{
    display:block
}
.c-button__icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.c-button__icon-image {
    width: 20px; /* Adjust the size as needed */
    height: auto;
    vertical-align: middle;
}
.form-separator {
    text-align: center;
    margin: 20px 0;
    position: relative;
}
.form-separator span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.form-separator:before {
    content: '';
    display: block;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 0;
}
.discord-logo {
    height: 1.5em;
    width: auto;
    margin-right: 8px;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.c-button{
    background:#2F3D5D;
    border:none;
    -webkit-box-shadow:inset 0 0 0 2px #2F3D5D;
    box-shadow:inset 0 0 0 2px #2F3D5D;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-family:"Poppins",sans-serif;
    font-size:18px;
    padding:15px 25px;
    text-decoration:none;
    -webkit-transition:250ms background, 250ms color, 250ms -webkit-box-shadow;
    transition:250ms background, 250ms color, 250ms -webkit-box-shadow;
    transition:250ms background, 250ms box-shadow, 250ms color;
    transition:250ms background, 250ms box-shadow, 250ms color, 250ms -webkit-box-shadow
}
@media (max-width: 1000px){
    .c-button{
        padding:10px 20px
    }
}
.c-button:focus,.c-button:hover{
    background:transparent;
    -webkit-box-shadow:inset 0 0 0 4px currentColor;
    box-shadow:inset 0 0 0 4px currentColor;
    color:#2F3D5D
}
.c-button--slim{
    padding:10px 20px
}
.c-button--social{
    padding:6.5px 16px
}
.c-button--full-width{
    width:100%
}
.c-button--white{
    background:transparent;
    -webkit-box-shadow:inset 0 0 0 2px #fff;
    box-shadow:inset 0 0 0 2px #fff
}
.c-button--white:focus,.c-button--white:hover{
    color:#fff
}
.c-button--image{
    padding:10px
}
.c-button__icon{
    height:45px;
    width:45px;
    color:#2F3D5D;
    margin:auto;
    text-align:center;
}
.c-button--red{
    background:#E12020;
    -webkit-box-shadow:inset 0 0 0 2px #E12020;
    box-shadow:inset 0 0 0 2px #E12020
}
.c-button--red:focus,.c-button--red:hover{
    -webkit-box-shadow:inset 0 0 0 4px currentColor;
    box-shadow:inset 0 0 0 4px currentColor;
    color:#E12020
}
.c-button--lightblue{
    background:#00ccff;
    -webkit-box-shadow:inset 0 0 0 2px #00ccff;
    box-shadow:inset 0 0 0 2px #00ccff
}
.c-button--lightblue:focus,.c-button--red:hover{
    -webkit-box-shadow:inset 0 0 0 4px currentColor;
    box-shadow:inset 0 0 0 4px currentColor;
    color:#00ccff
}
.c-button--orange{
    background:#ffcc00;
    -webkit-box-shadow:inset 0 0 0 2px #ffcc00;
    box-shadow:inset 0 0 0 2px #ffcc00
}
.c-button--orange:focus,.c-button--red:hover{
    -webkit-box-shadow:inset 0 0 0 4px currentColor;
    box-shadow:inset 0 0 0 4px currentColor;
    color:#ffcc00
}
.c-card{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    font-family:"Poppins",sans-serif;
    text-align:center
}
.c-card.is-pinned::before{
    background:#2F3D5D;
    background-image:url("/images/pin.png");
    background-size:18px 18px;
    background-repeat:no-repeat;
    background-position:8px center;
    color:#fff;
    content:'Pinned';
    display:block;
    margin:10px 0 0 10px;
    padding:5px 8px 5px 32px;
    position:absolute;
    text-transform:uppercase;
    z-index:2
}
.c-card__image{
    display:block;
    height:200px;
    overflow:hidden;
    margin-bottom:15px;
    position:relative;
    width:100%
}
.c-card__image img{
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -webkit-transition:250ms -webkit-transform;
    transition:250ms -webkit-transform;
    transition:250ms transform;
    transition:250ms transform, 250ms -webkit-transform;
    width:100%
}
.c-card__image:hover::after{
    opacity:0.5
}
.c-card__image:hover img{
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
}
.c-card__image::after{
    background:#2F3D5D;
    content:'';
    display:block;
    height:100%;
    opacity:0;
    position:absolute;
    top:0;
    -webkit-transition:250ms opacity;
    transition:250ms opacity;
    width:100%
}
.c-card__link{
    color:#2F3D5D;
    display:inline !important;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    -webkit-transition:250ms -webkit-box-shadow;
    transition:250ms -webkit-box-shadow;
    transition:250ms box-shadow;
    transition:250ms box-shadow, 250ms -webkit-box-shadow;
    width:100%
}
.c-card__link:focus,.c-card__link:hover{
    -webkit-box-shadow:0 2px 0 0 currentColor;
    box-shadow:0 2px 0 0 currentColor
}
.c-card__detail{
    color:#222;
    display:block;
    font-size:16px;
    padding-top:5px;
    width:100%
}
.c-comments__list{
    list-style:none
}
.c-comments__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%
}
.c-comments__item:not(:last-of-type){
    padding-bottom:50px
}
.c-comments__item--reply{
    margin-left:70px;
    position:relative;
    width:calc( 100% - 70px)
}
@media (max-width: 600px){
    .c-comments__item--reply{
        margin-left:20px
    }
}
.c-comments__item--reply::before{
    background:#2F3D5D;
    content:'';
    height:100%;
    margin-left:-20px;
    margin-top:-50px;
    position:absolute;
    width:5px
}
.c-comments__image{
    height:100px;
    -o-object-fit:contain;
    object-fit:contain;
    width:100px
}
.c-comments__details{
    font-family:"Poppins",sans-serif;
    font-size:18px;
    padding-left:20px;
    width:100%
}
.c-comments__username{
    color:#2F3D5D;
    display:inline;
    font-size:24px;
    font-weight:700;
    text-decoration:none;
    -webkit-transition:250ms -webkit-box-shadow;
    transition:250ms -webkit-box-shadow;
    transition:250ms box-shadow;
    transition:250ms box-shadow, 250ms -webkit-box-shadow;
    width:100%;
    word-break:break-all
}
.c-comments__username:focus,.c-comments__username:hover{
    -webkit-box-shadow:0 2px 0 0 currentColor;
    box-shadow:0 2px 0 0 currentColor
}
.c-comments__date{
    display:block;
    font-size:15px
}
.c-comments__comment{
    padding:10px 0 15px;
    white-space:pre-line
}
.c-comments__field{
    margin:10px 0 20px
}
.c-comments__reply.is-hidden{
    height:0;
    visibility:hidden
}
.c-content h2,.c-content h3,.c-content h4,.c-content h5,.c-content h6{
    font-family:"Poppins",sans-serif;
    color:#2F3D5D
}
.c-content h2{
    font-size:28px;
    text-transform:uppercase
}
.c-content h3{
    font-size:24px
}
.c-content h4{
    font-size:20px
}
.c-content h5{
    font-size:16px
}
.c-content h6{
    font-size:14px
}
.c-content p{
    font-family:"Poppins",sans-serif;
    font-size:18px;
    padding-bottom:20px
}
.c-content ul,.c-content ol{
    font-family:"Poppins",sans-serif;
    font-size:18px;
    padding-bottom:20px;
    padding-left:20px
}
.c-footer{
    background:#222;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-top:50px;
    padding:40px
}
@media (max-width: 800px){
    .c-footer{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        padding:20px
    }
}
.c-footer__section{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
@media (max-width: 800px){
    .c-footer__section{
        padding:10px 0
    }
}
.c-footer__section:nth-child(1){
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    width:200px
}
@media (max-width: 800px){
    .c-footer__section:nth-child(1){
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        width:100%
    }
}
.c-footer__section:nth-child(2){
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.c-footer__section:nth-child(3){
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    width:200px
}
@media (max-width: 800px){
    .c-footer__section:nth-child(3){
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        width:100%
    }
}
.c-footer__logo{
    -webkit-filter:brightness(0) invert(1);
    filter:brightness(0) invert(1);
    height:60px
}
.c-footer__copyright{
    color:#fff;
    display:block;
    font-family:"Poppins",sans-serif;
    font-size:16px;
    text-align:center;
    width:100%
}
@media (max-width: 800px){
    .c-footer__copyright{
        padding:10px 0
    }
}
.c-form__label{
    display:inline-block;
    font-size:18px;
    font-family:"Poppins",sans-serif;
    margin:22px 0 3px
}
.c-form__label--prefix{
    display:table-cell;
    width:1px
}
.c-form__label:first-of-type{
    margin-top:0
}
.c-form__help{
    display:block;
    font-family:"Poppins",sans-serif;
    font-size:14px;
    font-style:italic;
    margin:-4px 0 4px
}
.c-form__field{
    border:2px solid #2F3D5D;
    font-family:"Poppins",sans-serif;
    font-size:15px;
    padding:10px 15px;
    resize:vertical;
    width:100%
}
.c-form__field--prefix{
    display:table-cell;
    margin-left:10px;
    width:calc( 100% - 10px)
}
.c-form__field:focus{
    -webkit-box-shadow:inset 0 0 0 1px #2F3D5D;
    box-shadow:inset 0 0 0 1px #2F3D5D;
    outline:none
}
.c-form__prefix{
    display:table;
    width:100%
}
.c-form__checkbox{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:20px;
    margin-top:40px
}
.c-form__checkbox a{
    color:#2F3D5D;
    font-weight:700;
    text-decoration:none;
    -webkit-transition:250ms opacity;
    transition:250ms opacity
}
.c-form__checkbox a:focus,.c-form__checkbox a:hover{
    opacity:0.8
}
.c-form [type="checkbox"]+label::before{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border:2px solid #2F3D5D;
    color:transparent;
    content:"✔";
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -ms-flex-negative:0;
    flex-shrink:0;
    font-size:22px;
    height:30px;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-right:12px;
    vertical-align:middle;
    width:30px
}
.c-form [type="checkbox"]:checked+label::before{
    color:#2F3D5D
}
.c-gallery{
    display:-ms-grid;
    display:grid;
    -ms-flex-line-pack:start;
    align-content:flex-start;
    grid-gap:20px;
    -ms-grid-columns:1fr 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr 1fr
}
.c-gallery__image{
    cursor:pointer;
    height:200px;
    -o-object-fit:cover;
    object-fit:cover;
    width:100%
}
@media (max-width: 900px){
    .c-gallery__image{
        height:100px
    }
}
.c-gallery__image.is-selected{
    -webkit-box-shadow:0 0 0 5px #2F3D5D;
    box-shadow:0 0 0 5px #2F3D5D
}
.c-gallery__image--main{
    cursor:initial;
    -ms-grid-column:1;
    -ms-grid-column-span:4;
    grid-column:1 / 5;
    -ms-grid-row:1;
    -ms-grid-row-span:1;
    grid-row:1 / 2;
    height:700px;
    padding:0
}
@media (max-width: 900px){
    .c-gallery__image--main{
        height:auto;
        min-height:200px
    }
}
.c-header{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background:#222;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding:12px 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.c-header__logo{
    height:70px;
    -webkit-transition:250ms opacity, 250ms -webkit-transform;
    transition:250ms opacity, 250ms -webkit-transform;
    transition:250ms opacity, 250ms transform;
    transition:250ms opacity, 250ms transform, 250ms -webkit-transform
}
.c-header__logo:hover{
    opacity:0.6;
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
}
.c-header__form{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-left:auto;
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1
}
.c-header__form.is-collapsing{
    padding-top:30px;
    width:100%
}
.c-header__field{
    background:none;
    border:2px solid #fff;
    color:#fff;
    font-family:"Poppins",sans-serif;
    font-size:18px;
    padding:10px 30px;
    width:100%
}
.c-header__field:focus{
    outline:none
}
.c-header__submit{
    background:#fff;
    border:0;
    -webkit-box-shadow:inset 0px 0px 0px 2px #fff;
    box-shadow:inset 0px 0px 0px 2px #fff;
    cursor:pointer;
    display:inline-block;
    font-family:"Poppins",sans-serif;
    font-size:18px;
    margin-left:-2px;
    padding:0 30px;
    -webkit-transition:250ms background, 250ms color;
    transition:250ms background, 250ms color
}
.c-header__submit:hover,.c-header__submit:focus{
    background:transparent;
    color:#fff;
    outline:none
}
.c-hero{
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    position:relative
}
.c-hero::after{
    background:-webkit-gradient(linear, left bottom, left top, from(#2F3D5D), to(transparent));
    background:linear-gradient(to top, #2F3D5D, transparent);
    content:'';
    height:100%;
    opacity:0.6;
    position:absolute;
    width:100%
}
.c-hero__content{
    max-height:100%;
    overflow:hidden;
    padding:50px 20px;
    position:absolute;
    text-align:center;
    width:80%;
    z-index:1
}
@media (max-width: 1000px){
    .c-hero__content{
        width:100%
    }
}
.c-hero__title{
    color:#fff;
    font-family:"Poppins",sans-serif;
    font-size:32px;
    font-weight:700;
    padding-bottom:30px
}
@media (max-width: 1000px){
    .c-hero__title{
        font-size:26px;
        line-height:1.2
    }
}
.c-hero__image{
    -o-object-fit:cover;
    object-fit:cover;
    height:80vh;
    width:100%
}
@media (max-width: 1500px){
    .c-hero__image{
        height:60vh
    }
}
@media (max-width: 1000px){
    .c-hero__image{
        height:40vh
    }
}
.c-list{
    list-style:none
}
.c-list.is-hidden{
    height:0;
    visibility:hidden
}
.c-list__item{
    font-family:"Poppins",sans-serif;
    padding:10px 0
}
.c-list__text{
    display:block;
    font-size:16px;
    padding:2px 0;
    width:100%
}
.c-navigation.is-mobile{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    height:100%;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:98
}
.c-navigation.is-mobile .c-navigation__list{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.c-navigation.is-mobile .c-navigation__item{
    padding:20px
}
.c-navigation.is-mobile .c-navigation__item.is-active::after{
    visibility:hidden
}
.c-navigation.is-mobile .c-navigation__link{
    color:#2F3D5D
}
.c-navigation.is-hidden{
    visibility:hidden
}
.c-navigation.is-collapsing{
    margin-left:auto
}
.c-navigation__list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    list-style:none;
    margin-bottom: 0;
    text-align:center
}
.c-navigation__list--footer{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.c-navigation__item{
    padding:0 40px;
    position:relative
}
.c-navigation__item.is-hidden{
    height:0;
    visibility:hidden
}
.c-navigation__item.is-active::after{
    background:#fff;
    bottom:0;
    content:'';
    display:block;
    height:5px;
    left:50%;
    position:absolute;
    -webkit-transform:translate(-50%, 12px);
    transform:translate(-50%, 12px);
    width:50px
}
.c-navigation__item--dropdown:hover .c-navigation__dropdown{
    visibility:visible
}
.c-navigation__link{
    color:#fff;
    font-family:"Poppins",sans-serif;
    font-size:18px;
    font-weight:700;
    padding:0;
    text-decoration:none;
    text-transform:uppercase;
    -webkit-transition:250ms opacity;
    transition:250ms opacity
}
@media (max-width: 1000px){
    .c-navigation__link--footer{
        font-size:18px
    }
}
.c-navigation__link:hover{
    opacity:0.5
}
.c-navigation__dropdown{
    background:#111111;
    list-style:none;
    padding:10px 0px;
    position:absolute;
    text-align:left;
    visibility:hidden;
    z-index:2
}
.c-navigation__dropdown .c-navigation__item{
    color:#fff;
    font-family:"Poppins",sans-serif;
    padding:8px 20px
}
.c-navigation__dropdown .c-navigation__item::after{
    display:none
}
.c-navigation__dropdown .c-navigation__link{
    font-size:16px;
    font-weight:400;
    text-transform:initial !important
}
.c-navigation__hamburger{
    background:-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), color-stop(10%, #fff), color-stop(20%, #fff), color-stop(20%, transparent), color-stop(45%, transparent), color-stop(45%, #fff), color-stop(55%, #fff), color-stop(55%, transparent), color-stop(80%, transparent), color-stop(80%, #fff), color-stop(90%, #fff), color-stop(90%, transparent), to(transparent));
    background:linear-gradient(to bottom, transparent 0%, transparent 10%, #fff 10%, #fff 20%, transparent 20%, transparent 45%, #fff 45%, #fff 55%, transparent 55%, transparent 80%, #fff 80%, #fff 90%, transparent 90%, transparent 100%);
    border:0;
    color:#fff;
    cursor:pointer;
    font-size:0;
    height:25px;
    float:right;
    margin:auto 20px;
    margin-left:auto;
    position:relative;
    -webkit-transition:250ms opacity;
    transition:250ms opacity;
    width:25px;
    z-index:2
}
.c-navigation__hamburger:hover{
    opacity:0.5
}
.c-navigation__hamburger.is-hidden{
    margin:0;
    visibility:hidden;
    width:0
}
.c-navigation__hamburger.is-open{
    position:fixed;
    right:0;
    top:20px;
    z-index:99
}
.c-navigation__hamburger.is-open::before{
    background:#2F3D5D;
    content:'';
    display:block;
    height:100%;
    left:50%;
    position:absolute;
    top:0;
    -webkit-transform:translate(-50%) rotate(45deg);
    transform:translate(-50%) rotate(45deg);
    width:5px
}
.c-navigation__hamburger.is-open::after{
    background:#2F3D5D;
    content:'';
    display:block;
    height:100%;
    left:50%;
    position:absolute;
    top:0;
    -webkit-transform:translate(-50%) rotate(-45deg);
    transform:translate(-50%) rotate(-45deg);
    width:5px
}
.c-rating{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    list-style:none;
    padding-bottom:20px
}
.c-rating__item:not(:last-of-type){
    padding-right:10px
}
.c-rating__star{
    -webkit-filter:invert(79%) sepia(80%) saturate(0%) hue-rotate(181deg) brightness(103%) contrast(76%);
    filter:invert(79%) sepia(80%) saturate(0%) hue-rotate(181deg) brightness(103%) contrast(76%);
    height:40px;
    width:40px
}
.c-rating__star.is-filled{
    -webkit-filter:invert(19%) sepia(26%) saturate(1129%) hue-rotate(184deg) brightness(93%) contrast(85%);
    filter:invert(19%) sepia(26%) saturate(1129%) hue-rotate(184deg) brightness(93%) contrast(85%)
}
.c-socials{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    list-style:none;
    padding:10px 0
}
.c-socials__item:not(:last-of-type){
    padding-right:10px
}
.c-socials__link{
    background:none
}
.c-socials__link img{
    width:20px
}
.c-socials--right{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    margin-right:-10px
}
.c-socials--right .c-socials__item{
    padding-bottom:10px
}
.c-socials--right .c-socials__item:last-child{
    padding-right:10px
}
.c-tags{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    list-style:none;
    padding-bottom:20px
}
.c-tags__item{
    background:#2F3D5D;
    color:#fff;
    font-family:"Poppins",sans-serif;
    font-size:14px;
    padding:2px 8px;
    text-transform:uppercase
}
.c-tags__item:not(:last-of-type){
    margin-right:5px
}
.c-title{
    color:#222;
    display:block;
    font-family:"Poppins",sans-serif;
    font-size:32px;
    font-weight:700;
    margin:37px 0 30px 0;
    text-align:center;
    text-transform:uppercase
}
.c-title::after{
    background-image:-webkit-gradient(linear, left top, right top, from(#2F3D5D), color-stop(33%, #2F3D5D), color-stop(33%, transparent), to(transparent));
    background-image:linear-gradient(to right, #2F3D5D 0%, #2F3D5D 33%, transparent 33%, transparent 100%);
    background-size:15px;
    background-repeat:repeat-x;
    content:'';
    display:block;
    height:5px;
    margin:7px auto 0;
    width:140px
}
.l-grid{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    display:-ms-grid;
    display:grid;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    grid-gap:20px;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    list-style:none
}
.l-grid--seamless{
    grid-gap:0
}
.l-grid--thirds{
    -ms-grid-columns:(minmax(466px, 1fr))[auto-fill];
    grid-template-columns:repeat(auto-fill, minmax(466px, 1fr))
}
@media (max-width: 652.4px){
    .l-grid--thirds{
        -ms-grid-columns:100%;
        grid-template-columns:100%
    }
}
.l-grid--forths{
    -ms-grid-columns:(minmax(255px, 1fr))[auto-fill];
    grid-template-columns:repeat(auto-fill, minmax(369px, 1fr))
}
@media (max-width: 516.6px){
    .l-grid--forths{
        -ms-grid-columns:100%;
        grid-template-columns:100%
    }
}
.u-description{
    font-family:"Poppins",sans-serif;
    white-space:pre-line
}
.u-border-grey-2{
    border:2px solid #CCCCCC;
    margin-bottom:20px;
    padding:20px
}
.u-account-title{
    font-family:"Poppins",sans-serif;
    font-size:24px;
    padding-bottom:10px
}
.u-account-image{
    width:40%
}
.u-padding-sides-40{
    padding:0 40px
}
@media (max-width: 500px){
    .u-padding-sides-40{
        padding:0 20px
    }
}
.u-padding-left-5{
    padding-left:5px
}
.u-padding-bottom-20{
    margin-bottom:20px !important
}
.u-font-size-16{
    font-size:16px !important
}
.u-float-right{
    float:right
}
.u-grid{
    display:-ms-grid;
    display:grid;
    grid-gap:20px;
    -ms-grid-columns:2fr 1fr;
    grid-template-columns:2fr 1fr
}
@media (max-width: 1300px){
    .u-grid{
        -ms-grid-columns:1fr;
        grid-template-columns:1fr
    }
}
.u-flex-space-between{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
@media (max-width: 1100px){
    .u-flex-space-between{
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center
    }
}
 
.c-navigation {
      margin: 0 60px;
}

.c-header__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 800px;
}
.c-header.condensed {
    height: 70px;
    padding: 10px 40px;
}

.c-header.condensed .c-navigation__item {
    padding: 0 20px;
}

.c-header.condensed .c-header__logo {
    height: 50px;
}
.header-dummy {
    height: 0;
    transition: height 0.3s ease; /* Use the same transition duration as in your header */
}
.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.Site-content {
  flex: 1;
}
.c-news {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.c-news__title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
}

.c-news__title:hover {
    color: #0073AA;
}

.c-news__date {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
    display: block;
}

.c-news__snippet {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}
.c-news-wrapper {
    max-height: 300px; /* This should be adjusted according to the height of the advertisement */
    overflow-y: auto;
    padding-right: 10px; /* Add some padding to accommodate the scrollbar */
}

/* This CSS is for the news list only */
.c-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hidden {
            display: none;
        }
.file-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.file-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 20px;    
    -o-object-fit:cover;
    object-fit:cover;
    -webkit-transition:250ms -webkit-transform;
    transition:250ms -webkit-transform;
    transition:250ms transform;
    transition:250ms transform, 250ms -webkit-transform;
}
.file-thumbnail:hover img{
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
}
.file-info {
    display: flex;
    flex-direction: column;
}

.file-title {
    font-weight: bold;
    margin-bottom: 5px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
.video-container {
  position: relative;
}

.youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: white;
  opacity: 0.75;
}

@media (min-width: 1000px) {
    .c-navigation__list {
        flex-direction: row; /* change direction to row */
        justify-content: space-between; /* add some space between the items */
    }

    .c-navigation__item {
        padding: 0 10px; /* adjust padding as needed */
    }

    .c-navigation__dropdown {
        position: absolute;
        top: 100%; /* make dropdown appear below the parent item */
    }

    .c-navigation__item--dropdown:hover .c-navigation__dropdown {
        display: block; /* display dropdown on hover */
    }
}

.tag-suggestions {
    border: 1px solid #ddd;
    padding: 10px;
    display: none;
}

.tag-suggestion:hover {
    background-color: #ddd;
    cursor: pointer;
}

.selected-tag {
    display: inline-block;
    padding: 5px;
    margin: 5px;
    background-color: #ddd;
}

.remove-tag {
    margin-left: 5px;
    cursor: pointer;
}
.tag-suggestion {
    display: inline-block;
    padding: 0.5em;
    margin: 0.5em 0.3em;
    background-color: #6c757d;
    color: white;
    border-radius: 0.25em;
    cursor: pointer;
}

.progress-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 5px;
            background: #f9f9f9;
            position: relative;
        }

        .progress-step {
            position: relative;
            text-align: center;
            flex: 1;
            z-index: 1;
        }

        .progress-step i {
            background: #ffc107;
            color: #fff;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            z-index: 2;
        }

        .progress-step.completed i {
            background: #28a745;
        }

        .progress-step p {
            margin-top: 8px;
            font-size: 0.8em;
        }
        .icon {
            height: 1em;   /* This makes the icon the same height as the surrounding text */
            vertical-align: middle;   /* This vertically centers the icon with the surrounding text */
        }
        .file-row.locked {
            pointer-events: none; /* makes it unclickable */
            opacity: 0.6; /* makes it look faded */
        }
        
        .file-row.locked .file-title {
            text-decoration: line-through; /* indicates that it's not available */
        }
        .c-benefit {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .c-benefit__image--small {
            width: 100px;
            height: 100px;
            object-fit: cover;
            margin-right: 20px;
        }
        
        .c-benefit__content {
            flex-grow: 1;
        }
        
        .c-benefit__title {
            font-size: 18px;
            margin-bottom: 10px;
            color: #333;
        }
        
        .c-benefit__description {
            font-size: 16px;
            margin-bottom: 20px;
            color: #666;
        }
        .pricing-section {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .pricing-card {
            text-align: center;
            padding: 2rem;
            border-radius: 10px;
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
            background: #fff;
            width: 300px;
        }
        
        .pricing-card__title {
            margin: 0;
            color: #333;
            font-size: 1.5rem;
        }
        
        .pricing-card__subtitle {
            color: #777;
            margin: 0.5rem 0;
        }
        
        .pricing-card__price {
            color: #333;
            font-size: 2.5rem;
            margin: 1rem 0;
        }
        
        .pricing-card__currency,
        .pricing-card__duration {
            font-size: 1rem;
            vertical-align: super;
        }
        
        .pricing-card__features {
            list-style: none;
            padding: 0;
            margin: 1rem 0;
            color: #777;
        }
        
        .pricing-card__button {
            background: #333;
            color: #fff;
            border: none;
            padding: 0.75rem 1rem;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        
        .pricing-card__button:hover {
            background: #444;
        }