:root {
    --primary-color: #D51C9B;
    --primary-color-40: #eda1d2;
    --primary-color-60: #e35db5;
    --background-color-fixed-header: #FAFAFA;
    --background-color: #FFFFFF;
    --main-text-color: #333333;
    --details-text-color: #6c757d;
    --secondary-text-color: #ffffff;
    --title-text-color: #222222;
    --main-bg-color: #ffffff;
    --selected-color: #D51C9B;
    --card-bg: #f9f9f9;
    --status-error: #dc3545;
}

/*header*/
.logo-title {
    font: 32px 'Open Sans', Verdana, Arial, sans-serif;
    font-weight: bolder;
    text-align: center;
    margin-left: 8px;
    width: 50%;
}

.container-hero {
    display: grid;
    grid-auto-columns: 100%;
    gap: 16px 0;
}

.hero-main-content {
    display: grid;
    grid-template-columns: 38% 58%;
    gap: 0 4%;
    place-content: center;
}

.twitch-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px 0;
    text-align: center;
}

twitch-stream {
    height: 100%;
}

.landing-summary-container {
    text-align: center;
}

.landing-summary-container p:last-child {
    text-align: left;
}

.landing-summary-container h1,
.twitch-container h1 {
    margin-top: 24px;
    color: var(--primary-color);
    font: 40px 'Open Sans', Verdana, Arial, sans-serif !important;
    font-weight: bolder !important;
}

h1 {
    color: #333;
    font-size: 1.5em;
    padding: 0 0 20px
}

h2, .landing-features p.title {
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
    font-weight: bolder !important;
}

.bigger-font {
    font-size: 1.1rem;
}

.small-text {
    font-size: 14px;
    font-weight: 400 !important;
    color: #333;
}

.pre-header {
    background-color: var(--primary-color);
    padding: 8px;
}

.footer-link a, .pre-header-link a {
    color: #FFF;
    vertical-align: middle;
    transition: 0.5s all;
}

.footer-block-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: var(--background-color-fixed-header);
}

.footer-block-banner img {
    width: 90%;
    margin: auto;
    display: block;
}

.pre-header-link a:hover {
    color: #4A59DA;
}

.social-header-block a {
    margin-right: 16px;
}

.landing-right-side-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1 0 auto;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.landing-fixed-header {
    background-color: var(--background-color);
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0px 35px 43px -44px rgba(0, 0, 0, 0.25);
    z-index: 600;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo-container img {
    max-width: 100%;
    width: 140px;
    height: auto;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.logo-container a {
    text-decoration: none;
}

.fill-space-container {
    flex-grow: 1;
}

.landing-button-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 0 auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.landing-button-container div a {
    margin-top: 0;
}

#landing-logos h2 {
    border: none;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}

.landing-logos {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex: 1 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
}

.landing-logos article {
    color: #fff;
    border: none;
    text-align: center;
    font-size: 1rem;
    width: 160px;
    margin: 1rem;
    height: auto;
    align-self: center;
}

.landing-logos article img {
    width: 100%;
}

.landing-header-wrapper {
    position: relative;
    width: auto !important;
    padding-bottom: 8px;
}

.landing-header-wrapper div {
    position: unset !important;
}

.cssmenu {
    position: absolute;
    right: 0;
}

.landing-menu {
    font-size: 18px !important;
    font-weight: 500 !important;
}

.cssmenu li {
    white-space: nowrap;
}

a {
    color: var(--primary-color);
    outline: 0;
    text-decoration: none;
}

.landing-header-wrapper .header-menu-title {
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 800 !important;
}

.vertical-centered-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.actions-menu {
    background-color: var(--background-color-fixed-header);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    display: none;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid #909090;
}

.landing-mainmenu {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    margin: 0 auto;
    z-index: 50;
    font-size: .9em;
    background-color: var(--primary-color) !important;
}

.landing-fixed-header > .wrap {
    display: flex;
}

#landing-menu-actions {
    display: none;
    -ms-flex: 1 0 auto;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
    flex-wrap: wrap;
}

.landingmenubutton {
    color: var(--primary-color);
    cursor: pointer;
    font-family: "Prompt", "Open Sans", Verdana, Arial, sans-serif;
    margin-right: 16px;
    transition: 0.5s all;
}

.landingmenubutton:hover {
    color: var(--primary-color);
}

/*Static landing image*/
.static-img {
    height: 100%;
    width: 100%;
}

.static-img img {
    width: 100%;
    height: auto;
}

/*navigation buttons through the landing*/
#landing-features-summary {
    position: relative;
}

#landing-features-summary h2 {
    border: none;
    color: var(--primary-color);
    font-size: 1.25rem;
    text-align: center;
}

.landing-features {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1 0 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2rem 0 4rem;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.landing-features article {
    border: none;
    text-align: center;
    margin: 1rem;
    height: auto;
    width: auto;
    cursor: pointer;
    background: transparent;
}

.landing-features article i {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.landing-features article p {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    white-space: normal;
}

.landing-features article p.title {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 22px;
    overflow: hidden;
    white-space: normal;
}

.title {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 500;
    border: none;
}

.needs-articles i {
    transition: 0.5s all;
}

.needs-articles i:hover {
    color: var(--primary-color);
}

/*competition selector feature*/
#landing-feature1 .wrap div, #landing-feature3 .wrap div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 auto;
    max-width: 600px;
}

.landing-block h2, .landing-feature-even h2 {
    border: none;
    color: #FFF;
    font-size: 1.5rem;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.landing-block p {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.landing-block-secondary {
    padding-top: 32px;
}

.landing-block-secondary p {
    color: black !important;
}

.landing-block {
    -webkit-clip-path: polygon(0 20%, 0 100%, 100% 80%, 100% 0);
}

.landing-block1 {
    background-color: var(--background-color);
    background-image: url("img/landing/heroPastoral.jpg");
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.7) 50%), url("img/landing/heroPastoral.jpg");
}

.landing-main-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1 0 auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    width: 100% !important;
}

.main-block-half {
    width: 48%;
}

.select-wrapper-big {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid var(--primary-color);
    background: var(--primary-color) !important;
    cursor: pointer;
    color: #FFF;
    font-size: 1.2em;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.select-wrapper-big:focus {
    border: 1px solid var(--primary-color);
}

.select-wrapper-big .holder {
    display: block;
    margin: 0 35px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: -1;
}

/*Feature Galery, description and photo*/
.landing-feature-even {
    position: relative;
}

.landing-feature-even h2 {
    color: var(--primary-color);
}

.calltoaction-button {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color) !important;
    -moz-border: 2px solid var(--primary-color);
    color: #FFF;
    padding: 8px 15px;
    text-transform: uppercase;
    text-align: center;
    width: 200px;
    margin: auto;
}

.full-width {
    width: 100% !important;
}

.main-block-image {
    width: 90%;
    height: auto;
}

/*Galery view styles*/
.admin-pictures-container div.hover-me {
    width: 24%;
}

.section-content {
    padding: 24px;
}

.empty-state {
    padding: 16px;
    text-align: center;
    max-width: 50%;
    margin: 0 auto;
}

.lds-spinner {
    color: var(--primary-color);
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    padding: 16px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: var(--primary-color);
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.clear {
    clear: both;
}

.ft-container {
    flex: 1;
}

.main-structure {
    display: flex;
    flex: 1;
}

.content {
    width: 100%;
}

.main-structure-content {
    width: calc(100% - 245px);
    box-sizing: border-box;
    transition: width 0.3s ease-out;
    padding: 82px 24px 8px 24px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-structure-content-nologin {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 24px 8px 24px;
}

.main-structure-content.collapsedstructure {
    width: calc(100% - 88px);
    transition: width 0.3s ease-out;
}

.main-structure-content .content {
    position: relative;
}

/*Contact element*/
#landing-feature3 a {
    color: var(--primary-color);
}

#landing-feature4 {
    background-color: var(--primary-color);
}

/*Background image from feature 3*/
.landing-block3 {
    background-color: var(--background-color);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0.7) 100%);
}

.center-container {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
}

/*Footer*/
.footer-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    gap: 16px 0;
}

.logo-footer img {
    width: 141px;
}

.footer-container hr {
    width: 10px;
}

.footer-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}

.footer-block-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 0.20fr 0.80fr 0.20fr 1fr;
    place-items: center;
}

.footer-link {
    color: white;
    opacity: 1;
    transition: 0.5s all;
}

.footer-block-grid .footer-link:not(:last-child) {
    text-align: center;
}

.footer-block-grid .footer-link:first-child {
    justify-self: flex-end;
}

.footer-block-grid .footer-link:last-child {
    display: flex;
    justify-self: flex-start;
    align-items: center;
    gap: 8px;
}

.footer-link:hover {
    color: var(--primary-color);
}

.powered-by {
    width: 120px;
    height: auto;
    vertical-align: middle;
}

/*Slidder component*/
.slider .slide {
    width: 100%;
    height: 100%;
}

.slider {
    width: auto;
    margin: 30px 50px 50px;
}

.hero-slider-image {
    width: 100%;
    height: auto;
    max-height: 700px;
    margin: auto;
    object-fit: cover;
    object-position: center;
}

.hero-slider-next {
    display: none;
}

#ftslider.slick-initialized {
    display: block;
}

.slick-ft-active .dot-onboarding {
    cursor: pointer;
    pointer-events: all;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-prev:before, .slick-next:before {
    color: rgba(48, 48, 48, 0.8);
}

.slider-message {
    position: absolute;
    color: white;
    font-size: 1.4rem;
    padding: 16px;
    border-radius: 15px;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    max-width: 33%;
}

.slider-message-0 {
    top: 20%;
    left: 10%;
}

.slider-message-1 {
    top: 20%;
    right: 10%;
}

.slider-message-2 {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.slider-message h2 {
    color: white !important;
    font-size: 1.8rem !important;
    border-bottom: none !important;
    margin: 0 !important;
}

/*News cards component*/
.landing-grid-card-container {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 2%;
    margin: 32px 0;
}

.landing-grid-cards {
    flex: 0 1 23%;
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin: 16px 0;
    cursor: pointer;
}

.news-card {
    background-color: var(--background-color);
    color: white;
    height: 500px;
    border: 2px solid #dadada !important;
}

.landing-grid-cards-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-content {
    padding: 8px;
}

.landing-grid-cards-content {
    padding-top: 16px;
    flex: 1;
    overflow: hidden;
}

.landing-grid-cards-footer {
    margin: 16px auto;
    text-align: center;
}

.landing-news-item-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*Sports cards component*/
.grid-card {
    flex: 0 1 32%;
    border: 1px solid #D1D1D1;
    border-radius: 8px;
    height: 300px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 8px;
}

.grid-card:hover {
    border: 1px solid rgba(35, 47, 62, 0.8);
    cursor: pointer;
    box-shadow: 1px 1px 2px #8f9a9e;
}

.grid-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    width: 100%;
    height: fit-content;
}

.card-content {
    padding: 8px;
}

.grid-card .first-line-content {
    margin-top: 16px;
}

.grid-card .line-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 8px 0;
}

.grid-card .first-line-content img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(51%) saturate(11%) hue-rotate(184deg) brightness(99%) contrast(62%);
}

.grid-card .line-content img {
    width: 16px;
    margin-right: 4px;
    filter: invert(25%) sepia(100%) saturate(3825%) hue-rotate(303deg) brightness(86%) contrast(97%);
}

/*e*/
/***** COOKIE_CONSENT ************************************************/
/* http://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css */
.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}

.cc-window.cc-invisible {
    opacity: 0;
}

.cc-animate.cc-revoke {
    transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0);
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline;
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
}

.cc-window.cc-static {
    position: static;
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cc-revoke {
    padding: 0.5em;
}

.cc-header {
    font-size: 18px;
    font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer;
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: 0.2em;
}

.cc-link:hover {
    opacity: 1;
}

.cc-link:active, .cc-link:visited {
    color: initial;
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
    min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
    opacity: 1;
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}

.cc-top {
    top: 1em;
}

.cc-left {
    left: 1em;
}

.cc-right {
    right: 1em;
}

.cc-bottom {
    bottom: 1em;
}

.cc-floating > .cc-link {
    margin-bottom: 1em;
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1;
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1;
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1;
}

.cc-btn + .cc-btn {
    margin-left: 0.5em;
}

@media print {
    .cc-revoke, .cc-window {
        display: none;
    }
}

.social-header-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 16px;
}

.no-scroll {
    overflow: hidden;
    touch-action: none;
}

.site-header {
    display: flex;
    flex-direction: column;
    box-shadow: 0 35px 43px -44px rgba(0,0,0,0.25);
    z-index: 600;
}

.pages-header-container {
    position: relative;
    background-color: white;

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;

        &:before,
        &:after {
            content: none;
        }
    }
}

.container-hamburguer {
    display: none;

    i {
        font-size: 20px;
    }

    .hamburguer-icon {
        color: var(--primary-color);
        background-color: transparent;
        border: none;
        outline: none;
    }

    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 260px;
        height: calc(100dvh - var(--sidebar-offset, 0px));
        margin-top: var(--sidebar-offset);
        background-color: var(--background-color);
        visibility: hidden;
        transform: translateX(-100%);
        transition: transform 500ms, visibility 0ms 500ms;
        z-index: 1;

        &.active {
            visibility: visible;
            transform: translateX(0);
            transition: transform 500ms;
        }

        ul {
            list-style: none;
        }

        .sidebar-inner {
            display: flex;
            flex-direction: column;
            height: 100%;

            .sidebar-menus {
                flex: 1;
                overflow-y: auto;
                padding-top: 10px;
                padding-inline: 20px;
            }

            .sidebar-menus::-webkit-scrollbar {
                display: none;
            }

            .sidebar-nav {
                display: grid;
                gap: 6px 0;

                li {
                    position: relative;
                    padding: 10px 0;
                }

                a {
                    color: var(--primary-color);
                    font-style: normal;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 20px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    transition: background .3s ease-in-out;
                }

                .dropdown-toggle {
                    i {
                        transition: transform .3s ease-in-out;
                    }

                    &.active i {
                        transform: rotate(180deg);
                    }
                }

                .dropdown-link {
                    i:before {
                        content: "\2b";
                        transition: transform .3s ease-in-out;
                    }

                    &.active i:before {
                        content: "\f068";
                    }
                }

                .sub-menu {
                    max-height: unset;
                }

                .sub-menu,
                .sub-menu-link {
                    position: relative;
                    max-height: 0;
                    margin-top: 0;
                    padding-left: 15px;
                    opacity: 0;
                    overflow: hidden;
                    transition: max-height .3s ease-in-out, opacity .3s ease-in-out, margin-top .3s ease-in-out;;

                    &.show {
                        margin-top: 10px;
                        max-height: -webkit-fill-available;
                        max-height: -moz-available;
                        opacity: 1;
                    }
                }

                .sub-menu-link {
                    &.show {
                        max-height: -webkit-fill-available;
                        max-height: -moz-available;
                        opacity: 1;
                        margin-top: 8px;
                    }
                }
            }
        }
    }

    .sidebar-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin-top: var(--sidebar-offset);
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease-in-out, visibility .3s;
        z-index: 0;
    }

    .sidebar.active + .sidebar-overlay {
        opacity: 1;
        visibility: visible;
        z-index: 0;
    }
}

.container-menus {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    align-items: center;

    ul {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-flow: column;
        gap: 0 16px;
        text-align: center;

        li {
            padding: 0 24px;
        }

        a {
            font-weight: 700;
            font-size: 16px;
            line-height: 18px;
            color: var(--primary-color);
        }
    }

    .dropdown {
        display: inline-block;
    }

    .dropdown-content {
        display: flex !important;
        justify-content: center;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--background-color);
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        padding: 12px 24px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity .3s ease, transform .3s ease, visibility .3s;
        z-index: 1;

        .dropdown-sections {
            display: grid;
            grid-auto-flow: column;
            gap: 0 100px;
            max-width: 1440px;
            width: auto;
        }

        .dropdown-section {
            display: grid;
            grid-template-rows: 0fr;
            text-align: left;
            gap: 12px 0;
        }

        .title-section {
            font-weight: 600;
            font-size: 16px;
            color: var(--primary-color);
        }

        .options-section {
            display: flex;
            flex-direction: column;
            text-align: left;
            gap: 12px 0;
            white-space: nowrap;
            padding-left: 10px;

            li {
                padding: 0;
            }
        }

        a {
            font-weight: 500;
            font-size: 14px;
            color: var(--main-text-color);
        }
    }

    .show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown:has(.dropdown-content.show)  {
        .dropbtn {
            color: #0c918d;
        }
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal;
    }
}

@media screen and (max-width: 1024px) {
    .hero-main-content {
        grid-template-columns: 1fr;
        gap: 16px 0;
    }

    .twitch-container {
        grid-row: 2;
        justify-content: center;
    }

    twitch-stream {
        max-height: 350px;
        height: 350px;
    }

    .landing-summary-container {
        grid-row: 1;
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0;
    }

    .cc-window.cc-bottom {
        bottom: 0;
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0;
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1;
    }

    .cc-window.cc-floating {
        max-width: none;
    }

    .cc-window .cc-message {
        margin-bottom: 1em;
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset;
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none;
}

.cc-theme-classic .cc-btn {
    border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}

.cc-theme-edgeless.cc-window {
    padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0;
}

/***** COOKIE_CONSENT ************************************************/
/*unicode fonts*/
/* thai */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 300;
    src: local("Prompt Light"), local("Prompt-Light"), url(https://fonts.gstatic.com/s/prompt/v1/HOJy9gnnNrqMZS0RUh6nUBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0E01-0E5B, U+200B-200D, U+25CC;
}

/* vietnamese */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 300;
    src: local("Prompt Light"), local("Prompt-Light"), url(https://fonts.gstatic.com/s/prompt/v1/yX_Y9PoNi85v4vfSj4Y75RJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 300;
    src: local("Prompt Light"), local("Prompt-Light"), url(https://fonts.gstatic.com/s/prompt/v1/QtiD1Vfb8jUmh2KSIqLEtBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 300;
    src: local("Prompt Light"), local("Prompt-Light"), url(https://fonts.gstatic.com/s/prompt/v1/ufd59T_nsg6D9Pwkuk7SoFtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* thai */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    src: local("Prompt"), local("Prompt-Regular"), url(https://fonts.gstatic.com/s/prompt/v1/VcBIOGXxp08iW8zks9yUFPesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
    unicode-range: U+0E01-0E5B, U+200B-200D, U+25CC;
}

/* vietnamese */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    src: local("Prompt"), local("Prompt-Regular"), url(https://fonts.gstatic.com/s/prompt/v1/IxmUoSq3Eq8xdl9we0o_QPesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    src: local("Prompt"), local("Prompt-Regular"), url(https://fonts.gstatic.com/s/prompt/v1/O_NrGbgzuFKyAg9JXutx2_esZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 400;
    src: local("Prompt"), local("Prompt-Regular"), url(https://fonts.gstatic.com/s/prompt/v1/so624u2w562OaE2DHdX71g.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* thai */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    src: local("Prompt Medium"), local("Prompt-Medium"), url(https://fonts.gstatic.com/s/prompt/v1/63FH6CNGhPkZVdTYwwR2uxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0E01-0E5B, U+200B-200D, U+25CC;
}

/* vietnamese */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    src: local("Prompt Medium"), local("Prompt-Medium"), url(https://fonts.gstatic.com/s/prompt/v1/9h9k-16rzzicBjqum3mgSxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    src: local("Prompt Medium"), local("Prompt-Medium"), url(https://fonts.gstatic.com/s/prompt/v1/Md3ARtJj-bJgUPj4InmLThJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 500;
    src: local("Prompt Medium"), local("Prompt-Medium"), url(https://fonts.gstatic.com/s/prompt/v1/Z_GGqmanyeZ5kSrbqZyb01tXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* thai */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
    src: local("Prompt SemiBold"), local("Prompt-SemiBold"), url(https://fonts.gstatic.com/s/prompt/v1/9I_eThOAICmQTI9Bc8e-WBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0E01-0E5B, U+200B-200D, U+25CC;
}

/* vietnamese */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
    src: local("Prompt SemiBold"), local("Prompt-SemiBold"), url(https://fonts.gstatic.com/s/prompt/v1/jALb3sWwRVlL5MD4NtGh6RJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
    src: local("Prompt SemiBold"), local("Prompt-SemiBold"), url(https://fonts.gstatic.com/s/prompt/v1/8wd8jx6qt7Lez4HhgqUP5RJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Prompt';
    font-style: normal;
    font-weight: 600;
    src: local("Prompt SemiBold"), local("Prompt-SemiBold"), url(https://fonts.gstatic.com/s/prompt/v1/3_KC0-To5jGOKtudoVFJIFtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/***** PROMPT ********************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, summary, time, mark, audio, video, main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--background-color-fixed-header);
    color: rgba(48, 48, 48, 0.8);
    font: 0.9rem "Prompt", "Open Sans", Verdana, Arial, sans-serif;
    width: 100%;
    height: 100%;
    -webkit-flex: 1;
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    min-height: 100dvh;
}

main {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;

    & > * {
        flex: 1 0 auto;
    }
}

.content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

.wrap {
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, .display-block {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

p {
    line-height: 1.5em;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

textarea {
    font-family: inherit;
    font-size: inherit;
}

footer {
    font-size: .9rem;
    flex-shrink: 0;
    background: url("./img/bg-footer.jpg");
    background-size: contain;
}

footer .wrapper {
    padding: 12px !important;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    justify-content: center;
}

.landing-height {
    height: 100%;
}

#featured-events {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
    margin: 32px 0;
}

.grid-card {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 0 1 31%;
    position: relative;
    border: 1px solid #D1D1D1;
    border-radius: 6px;
    margin-bottom: 16px;
}

.grid-card:hover {
    border: 1px solid rgba(213, 28, 155, .8);
    cursor: pointer;
    box-shadow: 1px 1px 2px #8f9a9e;
}

.grid-card .numFollowers {
    justify-content: right;
    margin-top: -32px;
    margin-right: 8px;
    color: rgba(48,48,48,0.6)
}

.grid-card .numFollowers img {
    filter: brightness(0)
}

.card-banner-container {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 33%;
    border-radius: 6px 6px 0 0;
}

.card-logo-team {
    width: 65px;
    height: 65px;
    margin-top: -32px;
    margin-left: 8px;
    border: 2px solid var(--primary-color);
    border-radius: 35px;
    text-align: center;
    background: #fafafa;
}

.card-logo-team img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
}

.card-content {
    padding: 8px;
}

.page-grid-news-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 0 1%;
}

.page-news-separator {
    padding: 12px 0;
}

.page-news-layout1,.page-news-layout2,.page-news-layout3 {
    width: 100%;
}

.page-grid-news-half {
    width: 50%;
    height: auto;
}

.page-grid-news article,.page-grid-news-half article {
    padding: 0 !important
}

.page-grid-four-news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1%;
}

.page-grid-four-news .page-grid-news-half {
    width: auto;
}

article.news-page-item {
    border: 0;
    border-radius: 0;
    overflow: hidden;
    height: 100%;
}

article.news-page-item:hover {
    opacity: .8;
    cursor: pointer;
}

.news-card-big-picture {
    width: 100%;
    aspect-ratio: 4 / 3;
}

.news-card-big-picture img,.small-row-img-container img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-page-body {
    z-index: 0;
    overflow-y: hidden;
}

.default-display-flex, .default-flex-row, .default-flex-column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.overviewContainer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-align: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    gap: 16px;
}

.overviewContainer:has(.banner-actions-container) {
    flex-direction: column;
}

.overviewNewsContainer {
    overflow: hidden;
    width: 100%;
    min-height: 80px;
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    margin-bottom: 8px;
}

.overviewNewsContainer img, .overviewNewsContainer iframe {
    width: 100% !important;
}

.news-item {
    border: 1px #ccc solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    clear: none;
    min-height: 150px;
    height: auto;
    padding: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news-item header {
    background-color: transparent;
    border-bottom: 1px #ccc solid;
    border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    overflow: auto;
}

header.news {
    padding: 0;
}

.container-news-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex: 1 0 auto;
    -ms-flex: 1 0 auto
}

.flexboxCenter-news {
    flex-grow: 6;
    flex-shrink: 6;
    margin-right: 10px;
    color: #333;
    font-size: 1.2em
}

.flexboxRight-news {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: right;
    align-self: flex-end
}

.default-flex-justify-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flexboxRight-news a.menu-button {
    display: inline-block;
    vertical-align: top;
}

.twitter {
    display: inline-block;
    position: relative;
    border: 2px solid white;
    width: 36px;
    height: 36px;
    margin-left: 8px;
    background: url("../img/share_twitter.png") no-repeat center;
    background-size: 100%;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.twitter:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.facebook {
    display: inline-block;
    position: relative;
    border: 2px solid white;
    width: 36px;
    height: 36px;
    margin-left: 8px;
    background: url("../img/share_fb.png") no-repeat;
    background-size: 100%;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.facebook:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.social-small {
    width: 32px;
    height: 32px
}

.no-margin {
    margin: 0 !important;
    border: 0
}

.picture-new-panel {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.break-text p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    white-space: normal !important
}

article p:not(.needs-articles p) {
    overflow: hidden;
    text-overflow: ellipsis
}

a:not([href]) {
    cursor: pointer
}

.news-footer-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: .8rem;
    width: 100%
}

article hr {
    background-color: var(--primary-color);
    color: var(--primary-color);
    font-size: .6em
}

.news-footer {
    background: rgba(48, 48, 48, 0.2)
}

article hr.news-footer {
    background-color: #FFF;
    color: #FFF;
    border: 0;
    height: 2px;
    font-family: "Prompt", "Open Sans", Verdana, Arial, sans-serif
}

.news-footer-data, .training-footer-data {
    margin-top: 10px;
    opacity: .6
}

.news-footer-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1 1 auto;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    flex: 1 1 auto
}

.news-action {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    cursor: pointer
}

.news-action span {
    margin-left: 4px
}

.news-commenting {
    border-radius: 15px;
    border: 2px solid rgba(48, 48, 48, 0.2);
    font-size: .8rem;
    padding: 10px;
    background: rgba(48, 48, 48, 0.2);
    margin-bottom: 8px
}

[tooltip]:before {
    position: absolute;
    content: attr(tooltip);
    opacity: 1
}

[tooltip]:focus:before {
    opacity: 0
}

.comment-content {
    border-radius: 10px;
    border: 2px solid rgba(48, 48, 48, 0.2);
    font-size: .7rem;
    padding: 6px;
    background: rgba(48, 48, 48, 0.2)
}

.flexboxLeft {
    flex-grow: 1;
    flex-shrink: 1;
    text-align: left;
    align-self: flex-end;
}

.banner-actions-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 auto;
    margin-bottom: 12px;
}

.banner-title {
    font-size: 24px;
    color: var(--primary-color);
}

.banner-social {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
}

.menu-btn-social {
    text-align: center;
    height: 100%;
}

.entypo-check {
    display: none;
}

.entypo-export {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 33px;
    padding: 0 8px;
}

.entypo-export i:hover {
    opacity: 0.6;
    cursor: pointer;
}

.entypo-export i {
    font-size: 20px;
}

.entypo-check:checked + .entypo-export {
    color: var(--primary-color);
}

.social-separator {
    height: 0;
}

.entypo-check:checked ~ .social-menu {
    opacity: 1;
    -webkit-transform: scale(1) translateX(-40px);
    -moz-transform: scale(1) translateX(-40px);
    -o-transform: scale(1) translateX(-40px);
    transform: scale(1) translateX(-40px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.social-menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    top: 10px;
    transform-origin: 80% 50%;
    -webkit-transform: scale(0) translateX(-20px);
    -moz-transform: scale(0) translateX(-20px);
    -o-transform: scale(0) translateX(-20px);
    transform: scale(0) translateX(-20px);
    opacity: 0;
    z-index: 25;
}

.menu-social {
    display: flex;
    justify-content: center;
    position: absolute;
    gap: 2%;
    height: 54px;
    width: fit-content;
    padding: 0 8px;
    background: #909090;
    list-style: none;
    border-radius: 5px;
}

.menu-social li {
    height: 100%;
    cursor: pointer;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
}

.menu-social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    border-radius: 50%;
    color: rgba(48, 48, 48, 0.8);
    width: 36px;
    height: 36px;
    background-color: #fafafa;
}

.menu-social::after {
    content: '';
    position: absolute;
    left: 100%;
    margin: 19px auto;
    border-left: 10px solid #909090;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.img-item-formatter {
    width: 100%;
    overflow: hidden;
}

.image-container {
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.video-container {
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    margin-top: 16px;
}

#video-maristas {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.5;
}

.card-tag-inscriptions {
    position: absolute;
    top: 8px;
    left: 8px;
    width: auto;
    height: 30px;
    padding: 0 8px;
    border-radius: 8px;
    background-color: var(--card-bg);
    color: var(--primary-color);
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .8;
}

.cd-tabs {
    position: relative;
    width: 100%
}

.cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
    margin: -1px -1px 0 -1px
}

.cd-tabs .is-ended::after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.cd-tabs:after {
    content: "";
    display: table;
    clear: both
}

.cd-tabs::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    background: -webkit-linear-gradient(to right, #f8f7ee, rgba(248, 247, 238, 0));
    background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-tabs-navigation {
    width: auto
}

.cd-tabs-navigation a {
    position: relative;
    display: block;
    height: 30px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    color: #c3c2b9;
    padding: 16px 4px 8px 4px
}

.cd-tabs-navigation a.selected {
    box-shadow: inset 0 -2px 0 #ff3800;
    color: #ff3800
}

.cd-tabs-navigation a::before {
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat
}

.cd-tabs-navigation li {
    float: left
}

.cd-tabs-navigation:after {
    content: "";
    display: table;
    clear: both
}

.cd-tabs-navigation a[data-content=inbox]::before {
    background-position: 0 0
}

.cd-tabs-navigation a[data-content=new]::before {
    background-position: -20px 0
}

.cd-tabs-navigation a[data-content=gallery]::before {
    background-position: -40px 0
}

.cd-tabs-navigation a[data-content=store]::before {
    background-position: -60px 0
}

.cd-tabs-navigation a[data-content=settings]::before {
    background-position: -80px 0
}

.cd-tabs-navigation a[data-content=trash]::before {
    background-position: -100px 0
}

.cd-tabs-navigation a[data-content=inbox].selected::before {
    background-position: 0 -20px
}

.cd-tabs-navigation a[data-content=new].selected::before {
    background-position: -20px -20px
}

.cd-tabs-navigation a[data-content=gallery].selected::before {
    background-position: -40px -20px
}

.cd-tabs-navigation a[data-content=store].selected::before {
    background-position: -60px -20px
}

.cd-tabs-navigation a[data-content=settings].selected::before {
    background-position: -80px -20px
}

.cd-tabs-navigation a[data-content=trash].selected::before {
    background-position: -100px -20px
}

.cd-tabs-content > li {
    display: none;
    padding: 1.4rem;
    overflow: hidden;
    overflow-x: auto
}

.cd-tabs-content > li.selected {
    display: block;
    -webkit-animation: cd-fade-in .5s;
    -moz-animation: cd-fade-in .5s;
    animation: cd-fade-in .5s
}

.cd-tabs-content > li p {
    font-size: .9rem;
    line-height: 1.3;
    margin-bottom: .5rem
}

.cd-tabs-navigation {
    width: auto;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06)
}

.cd-tabs-navigation a {
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    padding: 0 1rem 0 1rem
}

.cd-tabs-navigation a .selected {
    box-shadow: inset 0 -2px 0 #ff3800
}

.cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px
}

.cd-tabs-content {
    min-height: 300px;
    background: #fff
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.horizontal-scroll {
    overflow:hidden;
    overflow-x:auto;
    clear:both;
    width:100%
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.table-responsive {
    display: table;
    min-width: 100%;
}

.dataTable thead th, table.dataTable thead td {
    padding-left: 8px !important;
}

#matches-table.dataTable th:not(:last-child ), #matches-table.dataTable td:not(:last-child),
#user-table.dataTable th:not(:last-child ), #user-table.dataTable td:not(:last-child) {
    min-width: 1px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_length select {
    color: var(--main-text-color) !important;
}

.dataTables_length label, .dataTables_info {
    margin-left: 10px;
}

.dataTables_length select {
    border: 1px solid var(--selected-color);
    background: var(--main-bg-color);
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: var(--selected-color);
    font-size: 0.9rem;
    border-radius: 0.25rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: var(--selected-color) !important;
    border: 1px solid var(--main-bg-color) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--selected-color) !important;
    color: var(--secondary-text-color) !important;
}

.dataTables_length select:hover {
    opacity: 0.8;
    background-color: var(--selected-color);
    color: var(--selected-color) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--selected-color) !important;
    color: var(--secondary-text-color) !important;
}

.dataTable-name-container {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.enrollment-td-event {
    font-size: 14px !important;
}

.enrollment-td-datelimit {
    font-size: 12px !important;
    color: var(--details-text-color);
}

.chip-datatable {
    text-align: center;
    border-radius: 16px;
    font-size: 12px;
    padding: 2px 12px 2px 12px;
    color: var(--secondary-text-color);
}

.chip-datatable.active {
    background-color: #39B547;
}

.chip-datatable.closed {
    background-color: #C3C3C3;
}

.chip-datatable.toapprove,
.chip-datatable.invited {
    background-color: #FDD06A;
    color: var(--title-text-color);
}

.chip-datatable.topay {
    background-color: #F76464;
}

.chip-datatable.rejected {
    background-color: #000000;
}

.datatable-element-selected {
    color: var(--selected-color);
    font-size: 1rem;
}

.datatable-element-subtitle {
    color: var(--details-text-color);
    font-size: 12px;
}

.dataTable-icon-xcircle {
    -webkit-filter: invert(63%) sepia(2%) saturate(0%) hue-rotate(18deg) brightness(95%) contrast(86%);
    -moz-filter: invert(63%) sepia(2%) saturate(0%) hue-rotate(18deg) brightness(95%) contrast(86%);
    -o-filter: invert(63%) sepia(2%) saturate(0%) hue-rotate(18deg) brightness(95%) contrast(86%);
    filter: invert(63%) sepia(2%) saturate(0%) hue-rotate(18deg) brightness(95%) contrast(86%);
}

.dataTable-td-clickable {
    cursor: pointer;
}

#enrollment-table tbody tr:hover {
    background-color: var(--primary-color-40);
}

.dataTable-name-container .dataTable-icon-xcircle {
    align-self: center;
}

.expanding-right-menu {
    max-height: 250px;
    overflow-y: scroll;
}

table.dataTable tbody tr:not(.legend-row-important) {
    background-color: var(--card-bg);
}

table.dataTable tbody tr:not(.legend-row-important):hover {
    background-color: var(--primary-color-40);
}

.legend-row-important {
    background-color: rgba(48, 48, 48, 0.1) !important;
}

.dataTables_wrapper .dataTables_processing {
    background: rgba(255, 255, 255, 0.6) !important;
}

.datatable-td-center {
    text-align: center;
}

.ui-sortable-handle tr {
    display: flex;
    align-items: center;
}

table.dataTable thead th {
    position: relative;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none !important;
    background: none !important;
}

table.dataTable thead th.sorting::after {
    content: "▲";
    font-size: 10px;
    color: var(--details-text-color);
    position: absolute;
    left: 4px;
    top: 15px;
    transform: translateY(-50%);
}

table.dataTable thead th.sorting::before {
    content: "▼";
    font-size: 10px;
    color: var(--details-text-color);
    position: absolute;
    left: 4px;
    top: 25px;
    transform: translateY(-50%);
}

table.dataTable thead th.sorting_asc::after {
    content: "▲";
    font-size: 10px;
    color: var(--details-text-color);
    position: absolute;
    left: 4px;
    top: 15px;
    transform: translateY(-50%);
}

table.dataTable thead th.sorting_asc::before {
    content: "▼";
    font-size: 10px;
    color: var(--primary-color-60);
    position: absolute;
    left: 4px;
    top: 25px;
    transform: translateY(-50%);
}

table.dataTable thead th.sorting_desc::after {
    content: "▼";
    font-size: 10px;
    color: var(--details-text-color);
    position: absolute;
    left: 4px;
    top: 25px;
    transform: translateY(-50%);
}

table.dataTable thead th.sorting_desc::before {
    content: "▲";
    font-size: 10px;
    color: var(--primary-color-60);
    position: absolute;
    left: 4px;
    top: 15px;
    transform: translateY(-50%);
}

table.dataTable thead .sorting {
    background: url("https://cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat center left;
}

table.dataTable thead > tr > th.sorting {
    padding-left: 20px !important;
    padding-right: 16px !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    right: auto !important;
}

#notifications-container table {
    width: 100%;
}

.tooltipEdit {
    position: relative;
    display: inline-block;
    text-align: center;
}

.tooltipEdit:hover .tooltipEditText,
.tooltipEdit:hover .tooltipDocText{
    display: block;
}

.tooltipEditText {
    display: none;
    position: absolute;
    z-index: 1;
    width: 80px;
    color: var(--secondary-text-color);
    background-color: var(--selected-color);
    font-size: 12px;
    border-radius: 10px;
    padding: 4px 8px;
    bottom: -28px;
    left: -40px;
}

.tooltipDocText {
    display: none;
    position: absolute;
    z-index: 1;
    color: var(--secondary-text-color);
    background-color: var(--selected-color);
    font-size: 12px;
    border-radius: 10px;
    padding: 4px 8px;
    bottom: -28px;
    left: -26px;
}

.datatableMaxWidth {
    max-width: 300px;
    line-height: 1.2;
    overflow: hidden;
    white-space: normal;
}

.datatableMaxAge {
    color: var(--status-error);
    font-size: 1.3rem;
}

.datatableMinAge {
    color: #FDD06A;
    font-size: 1.3rem;
}

#site-rankings [data-href]:hover {
    cursor:pointer
}

@media print {
    .cc-revoke, .cc-window {
        display: none;
    }
}

/*mediaqueries*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .landing-mainmenu {
        background-color: var(--background-color) !important;
    }

    .landing-main-block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .landing-main-block div {
        margin-top: 10px;
    }

    .landing-feature-even {
        position: relative;
    }

    .main-block-half {
        width: 100%;
    }

    .landing-main-block div {
        margin-bottom: 40px;
    }

    .logo-title {
        font-size: 20px;
    }

    .logo-container img {
        width: 48px;
    }

    .logo-container a {
        width: 75%;
    }

    .landing-grid-card-container {
        flex-direction: column;
    }

    .landing-grid-cards {
        width: 100%;
    }

    .grid-card {
        flex: 0 1 100%;
    }

    .flexboxCenter-news {
        font-size: 0.9rem;
    }

    .content-news {
        max-width: initial;
        margin: initial;
        padding: initial;
    }

    .content-news .wrapper {
        padding: initial;
    }

    .news-item {
        width: auto;
    }

    .picture-new-panel {
        height: 300px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 480px) and (max-width: 589px) {
    .landing-mainmenu {
        background-color: var(--background-color) !important;
    }

    .landing-main-block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .landing-main-block div {
        margin-top: 10px;
    }

    .landing-block1 {
        height: 600px;
    }

    .logo-container a {
        width: 75%;
    }

    .main-block-half {
        width: 100%;
    }

    .landing-grid-card-container {
        flex-wrap: wrap;
    }

    .landing-grid-cards {
        width: 48%;
        flex: 0 1 48%;
    }

    .grid-card {
        flex: 0 1 49%;
    }

    .news-card {
        height: auto;
    }

    .landing-news-container {
        height: 1080px !important;
    }

    .flexboxCenter-news {
        font-size: 1em;
    }

    .main-structure-content-nologin {
        padding: 0 16px 20px 16px;
    }

    .content-news {
        max-width: inherit;
        margin: initial;
        padding: initial;
    }

    .content-news .wrapper {
        padding: initial;
    }

    .news-item {
        width: auto;
    }

    .picture-new-panel {
        height: 300px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 589px) and (max-width: 768px) {
    .landing-mainmenu {
        background-color: var(--background-color) !important;
    }

    .landing-fixed-header .wrap {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .landing-features {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .landing-features article {
        width: 25%;
    }

    .landing-fixed-header h2 {
        font: 1.5em 'Commando', Arial, Sans-Serif;
    }

    .logo-container a {
        width: 75%;
    }

    .landing-block1 {
        height: 600px;
    }

    .landing-news-container {
        height: 1232px !important;
    }

    .landing-grid-card-container {
        flex-wrap: wrap;
    }

    .landing-grid-cards {
        width: 48%;
        flex: 0 1 48%;
    }

    .grid-card {
        flex: 0 1 49%;
    }

    .news-card {
        height: auto;
    }

    .content-news {
        max-width: inherit;
        margin: initial;
        padding: initial;
    }

    .content-news .wrapper {
        padding: initial;
    }

    .news-item {
        width: auto;
    }

    .picture-new-panel {
        height: 300px;
        object-fit: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .landingmenubutton {
        display: none;
    }

    .landing-fixed-header .wrap {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #landing-header h3 {
        top: -40px;
    }

    #landing-header .calltoaction-button {
        top: 40px;
    }

    #landing-search-container {
        width: 460px;
    }

    .landing-features {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .landing-features article {
        width: 25%;
    }

    #landing-menu-actions {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .landing-block1 {
        height: 100%;
    }

    .landing-grid-cards {
        width: 100%;
    }

    .landing-feature-even .wrapper {
        height: 100%;
    }

    .grid-card {
        flex: 0 1 49%;
    }

    .content-news {
        max-width: inherit;
        margin: initial;
        padding: initial;
    }

    .content-news .wrapper {
        padding: initial;
    }

    .news-item {
        width: auto;
    }

    .picture-new-panel {
        height: 300px;
        object-fit: cover;
    }
}

/*media for images in the cards for cards elements*/
@media screen and (min-width: 768px) {
    .landing-mainmenu {
        background-color: var(--background-color) !important;
    }

    .landing-grid-cards-container img {
        max-height: 200px;
    }
}

@media only screen and (min-width: 960px) {
    .landingmenubutton {
        display: none;
    }

    .landing-fixed-header .wrap {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .calltoaction-button {
        top: 40px;
    }

    .landing-features {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .landing-features article {
        width: 25%;
    }

    #landing-menu-actions {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: max-content;
    }

    .landing-block1 {
        height: 700px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .landing-grid-cards, .container-advice article {
        flex: 0 1 90%;
    }

    .page-grid-news-container {
        flex-direction: column;
        gap: 14px 0;
    }

    .page-grid-news-half {
        width: auto;
    }

    .page-grid-four-news {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        width: auto;
    }

    .no-mobile {
        display: none;
    }

    .landing-news-item-content {
        -webkit-line-clamp: 6;
    }

    .parallax {
        padding: 12%;
    }

    .slider-message {
        max-width: 75%;
        font-size: 1.1rem !important;
    }

    .slider-message h2 {
        font-size: 1.2rem !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .landing-grid-cards, .container-advice article {
        flex: 0 1 45%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .landing-grid-cards, .container-advice article {
        flex: 0 1 32%;
    }

    .landing-grid-card-container div:nth-child(n+4) {
        display: none;
    }

    .landing-news-item-content {
        -webkit-line-clamp: 5;
    }

    .navbar {
        justify-content: initial;
        gap: 0 24px;
    }

    .container-hamburguer {
        display: flex;

        .sidebar-inner {
            max-height: calc(100vh - 68px);
            overflow-x: hidden;
            overflow-y: auto;
        }
    }

    .container-menus {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    h1 {
        font-size:1.8em
    }

    .landing-grid-cards, .container-advice article {
        flex: 0 1 23%;
    }

    .landing-grid-card-container div:nth-child(n+5) {
        display: none;
    }

    .federation-card {
        flex: 0 1 23%;
    }

    .landing-news-item-content {
        -webkit-line-clamp: 3;
    }
}

td.photo-rankings {
    width: 44px;

    img {
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        height: 40px;
        padding: 2px;
        width: 40px;
    }
}

tbody td {
    vertical-align: top !important;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

h3 {
    font-size: 1.2rem;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .footer-block-grid {
        grid-template-columns: 1fr 0.25fr 1fr 0.25fr 1fr;
    }

    .footer-block-grid .footer-link:last-child {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar {
        justify-content: initial;
        gap: 0 16px;
    }

    .container-hamburguer {
        display: flex;
    }

    .container-menus {
        display: none;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .container-menus {
        ul {
            li {
                padding: 0;
            }
        }

        .dropdown-content {
            right: 0;
            left: auto;
        }
    }
}


/*# sourceMappingURL=main.css.map */

