@font-face {
  font-family: 'Josefin';
  src: local("JosefinSans-VariableFont_wght"), local("JosefinSans-VariableFont_wght"), url("fonts/JosefinSans-VariableFont_wght.ttf"); }
/*header*/
.logo-title {
  font: 32px 'Josefin', 'Open Sans', Verdana, Arial, sans-serif;
  font-weight: bolder;
  text-align: center;
  margin-left: 8px;
  width: 50%; }

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

.landing-summary-container h1 {
  margin-top: 24px;
  color: #A61612;
  font: 40px 'Josefin', 'Open Sans', Verdana, Arial, sans-serif !important;
  font-weight: bolder !important; }

h2, .landing-features p.title {
  font-family: 'Josefin', '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: #A61612;
  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: #fafafa; }

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

.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: #CABFA5;
  display: flex;
  flex-direction: column;
  color: white;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 600; }

.logo-container {
  display: flex;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-right: 16px; }

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

.logo-container a {
  text-decoration: none;
  color: #EEE;
  display: flex;
  align-items: center;
  gap: 0 8px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-style: normal;
  font-weight: bolder;
  font-size: clamp(14px, 2vw, 32px);
  line-height: 1;
  word-break: break-word;
  text-align: center;
}

.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-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: #A61612;
  outline: 0;
  text-decoration: none;

  &:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

.landing-header-wrapper .header-menu-title {
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  color: #FFF;
  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: #fafafa;
  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 !important;
  display: none;
  top: 130px !important;
  right: 0 !important;
  margin: 0 auto !important;
  z-index: 50;
  font-size: .9em;
  background-color: #A61612 !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: #A61612;
  cursor: pointer;
  font-family: "Prompt", "Open Sans", Verdana, Arial, sans-serif;
  margin-right: 16px;
  transition: 0.5s all; }

.landingmenubutton:hover {
  color: #A61612; }

/*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: #A61612;
  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;
  flex-wrap: wrap;
  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: #A61612;
  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: #A61612;
  font-weight: 500;
  border: none; }

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

.needs-articles i:hover {
  color: #A61612; }

/*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 {
  min-height: 100vh;
  -webkit-clip-path: polygon(0 20%, 0 100%, 100% 80%, 100% 0); }

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

.landing-block4 {
  background-color: #fff;
  background-image: url("img/landing/fctmHeroRankings.jpeg");
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.7) 50%), url("img/landing/fctmHeroRankings.jpeg"); }

.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 #A61612;
  background: #A61612 !important;
  cursor: pointer;
  color: #FFF;
  font-size: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none; }

.select-wrapper-big:focus {
  border: 1px solid #A61612; }

.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;
  height: 100%; }

.landing-feature-even h2 {
  color: #A61612; }

.calltoaction-button {
  background-color: #A61612;
  border: 2px solid #A61612 !important;
  -moz-border: 2px solid #A61612;
  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: #A61612;
  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: #A61612; }

.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: #A61612; }

#landing-feature4 {
  background-color: #A61612; }

/*Background image from feature 3*/
.landing-block3 {
  background-color: #fff;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto; }

.footer-block {
  width: auto;
  color: white;
  padding-bottom: 16px; }

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

.footer-link a:hover {
  color: #A61612; }

.powered-by {
  width: 120px;
  height: auto;
  margin-left: 8px;
  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 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;
  flex-wrap: wrap;
  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: #FFF;
  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: flex;
  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; }

/*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; } }
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }
@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: #fafafa;
  color: rgba(48, 48, 48, 0.8);
  font: 0.9rem "Prompt", "Open Sans", Verdana, Arial, sans-serif;
  min-height: 100dvh; }

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

  &:not(:has(.main-structure-content-nologin)) > * {
    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 {
  background-color: #000000 !important;
  font-size: .9rem;
  flex-shrink: 0; }

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

.parallax {
  height: 100%;
  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%; }

@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;
  z-index: 600;
}

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

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 30px;

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

.container-hamburguer {
  display: none;

  i {
    font-size: 20px;
  }

  .hamburguer-icon {
    color: #EEE;
    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: #CABFA5;
    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: #EEE;
          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: #A61612;
    }
  }

  .dropdown {
    display: inline-block;
  }

  .dropdown-content {
    box-sizing: border-box;
    display: flex !important;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #CABFA5;
    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: #A61612;
    }

    .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: #EEE;
    }
  }

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

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

/*mediaqueries*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .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;
    height: auto; }

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

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

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

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

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

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

  .grid-card {
    flex: 0 1 100%; } }
@media only screen and (min-width: 480px) and (max-width: 589px) {
  .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; }

  .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; } }
@media only screen and (min-width: 589px) and (max-width: 768px) {
  .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; }

  .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; } }
@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 {
    height: auto; }

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

  .grid-card {
    flex: 0 1 49%; } }
/*media for images in the cards for cards elements*/
@media screen and (min-width: 768px) {
  .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%; }

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

  .no-mobile {
    display: none; }

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

  .landing-grid-card-container div:nth-child(n+3) {
    display: none; } }
@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;
    padding: 20px 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) {
  .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; } }

@media only screen and (max-width: 768px) {
  .navbar {
    justify-content: initial;
    gap: 0 16px;
    padding: 16px 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 */

