﻿body {
  color: #222B45;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}
a {
  color: #222B45;
  transition: 0.5s;
}
a:hover,
a.focus,
a:focus,
.btn.focus,
.btn:focus {
  color: #D41F7B;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  max-height: 100%;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'SharpSansDisplayNo1';
}
h1 {
  font-weight: 800;
  font-size: 36px;
}
h2 {
  font-weight: bold;
  color: #D41F7B;
  font-size: 32px;
}
.form-control {
  font-size: 14px;
  min-height: 48px;
}
.form-control:focus {
  -webkit-box-shadow: none;
  border-color: inherit;
  box-shadow: none;
}
.block {
  margin-top: 50px;
}
.dark {
  display: none;
}
.light {
  display: block;
}
.video-icon::after {
  transform: translate(-50%, -50%);
  font-family: 'fontello';
  position: absolute;
  transition: 0.5s;
  content: '\e828';
  font-size: 50px;
  display: block;
  margin: auto;
  color: #fff;
  z-index: 1;
  left: 50%;
  top: 50%;
}
.owl-carousel .owl-item img.dark {
  display: none;
}
.owl-carousel .owl-item img.light {
  display: block;
}
[class^="icon-"]::before,
[class*=" icon-"]::before {
  width: auto;
}
@keyframes mymove {
  from {
    fill: #D8B97D;
  }
  to {
    fill: transparent;
  }
}
.spinner-container-parent {
  position: relative;
  pointer-events: none;
  cursor: auto;
}
.spinner-container-parent .spinner-container {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 100;
  height: 100%;
  width: 100%;
}
.spinner-container-parent .spinner-container svg {
  transform: translate(-50%);
  position: absolute;
  margin: auto;
  height: 75px;
  width: 75px;
  left: 50%;
  top: 0;
}
.img-error {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 80%);
  transition: 0.5s;
  opacity: 0.6;
}
.img-error:hover {
  opacity: 1;
}
.btn-preview,
.btn-next {
  border: 2px solid #D41F7B;
  display: inline-flex;
  position: relative;
  border-radius: 0;
  height: 50px;
  width: 34px;
  padding: 0;
}
.btn-preview i,
.btn-next i {
  color: #D41F7B;
  position: relative;
  transition: 0.5s;
  font-size: 24px;
  margin: auto 0;
  right: 18px;
}
.btn-preview:hover,
.btn-next:hover {
  border-color: #971A5D;
}
.btn-preview:hover i,
.btn-next:hover i {
  right: 7px;
  color: #971A5D;
}
.btn-preview {
  transform: rotate(180deg);
}
.breadcrumb {
  background: transparent;
  padding: 0;
}
.breadcrumb .breadcrumb-item::before {
  color: #222B45;
}
.btn-view-more {
  background: #FFF;
  font-family: 'SharpSansDisplayNo1';
  padding: 15px 20px 15px 40px;
  font-weight: bold;
  transition: 0.5s;
  text-align: left;
  font-size: 18px;
  margin: 15px 0;
  width: 100%;
}
.btn-view-more i {
  color: #D41F7B;
  position: absolute;
  font-size: 25px;
  left: 21px;
  top: 28px;
}
.btn-view-more span {
  color: #D41F7B;
  transition: 0.5s;
  font-size: 13px;
  display: block;
}
.btn-view-more:hover {
  color: #D41F7B;
  border: 1px solid #D41F7B;
}
.btn-view-more:hover span {
  color: #222B45;
}
.top-menu-refiner {
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  display: flex;
}
.top-menu-refiner .search,
.top-menu-refiner .bootstrap-select.form-control {
  margin: 0 0 10px 15px;
  min-height: unset;
  max-width: 200px;
}
.bootstrap-select.form-control button.dropdown-toggle {
  color: #222B45;
  background-color: #F7F9FC;
  border: 1px solid #EDF1F7;
  outline: none !important;
  padding: 10px 15px;
  border-radius: 3px;
  line-height: 16px;
  transition: 0.5s;
  font-size: 14px;
}
.bootstrap-select.form-control button.dropdown-toggle:hover {
  color: #222B45;
}
.bootstrap-select.form-control button.dropdown-toggle[aria-expanded="true"] {
  border-color: #971A5D;
}
.bootstrap-select.form-control button.dropdown-toggle[aria-expanded="true"]:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.bootstrap-select.form-control button.dropdown-toggle:after {
  transition: 0.5s;
}
.bootstrap-select.form-control button.dropdown-toggle .filter-option-inner-inner {
  text-overflow: ellipsis;
}
.bootstrap-select.form-control div.dropdown-menu {
  border: 1px solid #971A5D;
  border-radius: 3px;
  margin: 2.5px 0 0;
  padding: 0;
}
.bootstrap-select.form-control div.dropdown-menu .dropdown-item {
  color: #222B45;
  white-space: normal;
  padding: 5px 15px;
  line-height: 16px;
  transition: 0.5s;
  font-size: 12px;
  outline: none;
}
.bootstrap-select.form-control div.dropdown-menu .dropdown-item:hover {
  background-color: #EAEBEC;
  padding: 5px 10px 5px 20px;
}
.bootstrap-select.form-control div.dropdown-menu .dropdown-item.active,
.bootstrap-select.form-control div.dropdown-menu .dropdown-item:active,
.bootstrap-select.form-control div.dropdown-menu .dropdown-item.selected {
  color: #FFF;
  background-color: #D41F7B !important;
}
.modal .modal-dialog {
  margin-top: 0;
}
.modal .modal-content {
  background: transparent;
  border: none;
}
.modal .modal-content .modal-header {
  padding: 10px 0;
  border: none;
}
.modal .modal-content .modal-body {
  padding: 0;
}
.modal .modal-content .close {
  font-weight: normal;
  text-shadow: none;
  opacity: 1;
}
.modal .modal-content .close span {
  color: #FFF;
}
.modal .modal-content .btn-preview,
.modal .modal-content .btn-next {
  border-color: #FFF;
}
.modal .modal-content .btn-preview i,
.modal .modal-content .btn-next i {
  color: #FFF;
}
.modal .modal-content .carousel-control-prev:hover .btn-preview i,
.modal .modal-content .carousel-control-next:hover .btn-next i {
  right: 7px;
}
.modal .modal-content .carousel-control-prev,
.modal .modal-content .carousel-control-next {
  opacity: 0.7;
  width: 10%;
}
.modal .modal-content .carousel-control-prev:hover,
.modal .modal-content .carousel-control-next:hover {
  opacity: 1;
}
.modal .modal-content .carousel-item .text {
  color: #FFF;
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
}
.expand {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  transition: 0.5s;
  display: flex;
  z-index: 1;
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.expand i {
  font-size: 20px;
}
.expand .box {
  color: #FFF;
  border: 1px solid #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  position: absolute;
  border-radius: 4px;
  padding: 0 5px;
  left: 50%;
  top: 50%;
}
.video-btn .expand .box {
  top: 75%;
}
.container .container {
  padding-right: 0;
  padding-left: 0;
}
.modal-backdrop.show {
  opacity: 0.8;
}
/*CUSTOM SCROLL BAR*/
/* width */
::-webkit-scrollbar {
  height: 4px;
  width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #242529;
}
.dark-mode {
  background: rgba(0, 0, 0, 0.92);
  color: #FFF;
}
.dark-mode img {
  filter: brightness(0.8) contrast(1.2);
}
.dark-mode a {
  color: #FFF;
}
.dark-mode a:hover,
.dark-mode a.focus,
.dark-mode a:focus,
.dark-mode .btn.focus,
.dark-mode .btn:focus {
  color: #FFF;
}
.dark-mode .dark {
  display: block;
}
.dark-mode .light {
  display: none;
}
.dark-mode .owl-carousel .owl-item img.dark {
  display: block;
}
.dark-mode .owl-carousel .owl-item img.light {
  display: none;
}
.dark-mode .form-control {
  color: #FFF;
  background-color: #101426;
  border: 1px solid #101426;
}
.dark-mode .form-control::placeholder {
  color: #FFF;
}
.dark-mode .btn-view-more:hover span {
  color: #FFF;
}
.dark-mode .breadcrumb-item::before {
  color: #FFF;
}
.dark-mode .bootstrap-select.form-control button.dropdown-toggle {
  color: #FFF;
  background-color: #222B45;
}
.dark-mode .bootstrap-select.form-control ul.dropdown-menu {
  background-color: #101426;
}
.dark-mode .bootstrap-select.form-control ul.dropdown-menu .dropdown-item {
  color: #FFF;
}
.dark-mode .bootstrap-select.form-control ul.dropdown-menu .dropdown-item:hover {
  background-color: #A7ABBD;
}
/*MEDIA QUERIES*/
@media (max-width: 425.98px) {
  .advert-desk,
  .advert-mobile {
    margin-right: -15px;
    margin-left: -15px;
  }
  .top-menu-refiner {
    margin-left: -5px;
  }
  .top-menu-refiner .bootstrap-select.form-control {
    margin: 0 0 10px 5px;
    max-width: 147px;
  }
}
header {
  z-index: 9;
  position: relative;
}
.top-header {
  border-bottom: 1px solid #971A5D;
  font-family: 'SharpSansDisplayNo1';
  line-height: 48px;
}
.top-header .social-top-header a {
  color: #A7ABBD;
  margin-right: 15px;
}
.top-header .social-top-header a:hover {
  color: #D41F7B;
}
.top-header .selector-area-top {
  text-align: right;
}
.top-header .selector-area-top .btn {
  color: #A7ABBD;
  background-color: transparent;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
}
.top-header .selector-area-top .btn.active,
.top-header .selector-area-top .btn:hover {
  color: #D41F7B;
}
.top-header .logo-concacaf {
  max-height: 32px;
  max-width: 100px;
  display: block;
}
.menu-area {
  box-shadow: 0 4px 16px 0 rgba(44, 50, 65, 0.08);
  font-family: 'SharpSansDisplayNo1';
}
.menu-area .logo-concacaf-w {
  max-width: 129px;
  max-height: 30px;
}
.menu-area .btn-contact {
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 4px 19px;
  font-size: 14px;
}
.menu-area .btn-contact:hover {
  color: #FFF;
  background-color: #A7ABBD;
}
.menu-area .buttons-area {
  text-align: right;
}
.menu-area .buttons-area a,
.menu-area .buttons-area button {
  background-color: transparent;
  padding: 5px;
}
.menu-area .buttons-area a:hover,
.menu-area .buttons-area button:hover {
  color: #D41F7B;
}
.menu-area .btn-account {
  display: inline-flex;
  align-items: center;
}
.menu-area .btn-account i {
  margin-right: 10px;
}
.menu-area .btn-account img {
  border-radius: 50%;
  margin-right: 10px;
  max-height: 30px;
  max-width: 30px;
}
.menu-area .btn-account .name {
  text-overflow: ellipsis;
  line-height: 14px;
  text-align: left;
  overflow: hidden;
  max-width: 75px;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.menu-area .row-menu {
  height: 75px;
}
.menu-area .navbar-expand-lg {
  padding: 0;
}
.menu-area .navbar-expand-lg .navbar-nav .nav-item {
  padding: 20px 7.5px 30px;
  position: relative;
}
.menu-area .navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu {
  transition: 0.5s;
  display: block;
}
.menu-area .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: #222B45;
  border-bottom: 4px solid transparent;
  letter-spacing: 0.57px;
  line-height: 16px;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 0;
  margin: 0;
}
.menu-area .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
  color: #D41F7B;
}
.menu-area .navbar-expand-lg .navbar-nav .nav-item .active {
  color: #D41F7B;
  border-color: #694C9F;
}
.menu-area .navbar-expand-lg .dropdown-menu {
  box-shadow: 0 11px 55px 10px rgba(0, 0, 0, 0.07), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 13px 18px -8px rgba(0, 0, 0, 0.15);
  margin-left: calc(50% - 131px);
  border-radius: 10px;
  margin-top: 27px;
  width: 262px;
  top: auto;
  border: 0;
}
.menu-area .navbar-expand-lg .dropdown-menu::before {
  border-bottom: 16px solid #FFF;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  left: calc(50% - 8px);
  position: absolute;
  display: block;
  content: '';
  top: -15px;
  height: 0;
  width: 0;
}
.menu-area .navbar-expand-lg .dropdown-menu .navbar-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
}
.menu-area .navbar-expand-lg .dropdown-menu .navbar-nav .nav-item {
  padding: 10px;
}
.menu-area .navbar-expand-lg .dropdown-menu .navbar-nav .nav-link span {
  color: #A7ABBD;
  font-weight: normal;
  line-height: 18px;
  margin-top: 10px;
  display: block;
}
.menu-area .navbar-expand-lg .dropdown-menu .navbar-nav .nav-link:hover span {
  color: #D41F7B;
  transition: 0.5s;
}
.menu-area .btn-menu {
  margin-right: 15px;
  padding: 5px;
}
.dark-mode .top-header {
  border-bottom: 1px solid #FFF;
}
.dark-mode .top-header .btn.active,
.dark-mode .top-header .btn:hover {
  color: #FFF;
}
.dark-mode .top-header #bt-dark {
  color: #F9B700;
}
.dark-mode .top-header a:hover {
  color: #FFF;
}
.dark-mode .menu-area {
  box-shadow: none;
}
.dark-mode .menu-area .btn-contact {
  background: #FFF;
  color: #000;
}
.dark-mode .menu-area .btn-contact:hover {
  color: #000;
}
.dark-mode .menu-area .buttons-area a,
.dark-mode .menu-area .buttons-area button {
  color: #FFF;
}
.dark-mode .menu-area .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: #FFF;
}
.dark-mode .menu-area .navbar-expand-lg .navbar-nav .nav-item .active {
  border-color: #FFF;
}
.dark-mode .menu-area .navbar-expand-lg .dropdown-menu .navbar-nav .nav-item .nav-link {
  color: #222B45;
}
.dark-mode .menu-area .navbar-expand-lg .dropdown-menu .navbar-nav .nav-item .nav-link:hover {
  color: #D41F7B;
}
.transparent-menu .top-header {
  border-bottom: 1px solid #FFF;
}
.transparent-menu .top-header .btn:hover {
  color: #FFF;
}
.transparent-menu .top-header a:hover {
  color: #FFF;
}
.transparent-menu .menu-area {
  box-shadow: none;
}
.transparent-menu .menu-area .btn-contact {
  color: #000;
  background: #FFF;
}
.transparent-menu .menu-area .btn-contact:hover {
  color: #000;
}
.transparent-menu .menu-area .buttons-area a,
.transparent-menu .menu-area .buttons-area button {
  color: #FFF;
}
.transparent-menu .menu-area .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: #FFF;
}
.transparent-menu .menu-area .navbar-expand-lg .navbar-nav .nav-item .active {
  border-color: #FFF;
}
.transparent-menu .menu-area .navbar-expand-lg .dropdown-menu .navbar-nav .nav-item .nav-link {
  color: #222B45;
}
.transparent-menu .menu-area .navbar-expand-lg .dropdown-menu .navbar-nav .nav-item .nav-link:hover {
  color: #D41F7B;
}
.transparent-menu header .dark {
  display: block;
}
.transparent-menu header .light {
  display: none;
}
@media (max-width: 991.98px) {
  .menu-area .row-menu {
    min-height: 50px;
    height: auto;
  }
  .menu-area .navbar-expand-lg {
    background: #FFF;
    position: absolute;
    z-index: 99;
    top: 5px;
    right: 0;
    left: 0;
  }
  .menu-area .navbar-expand-lg #navbarMainNav {
    padding: 20px;
  }
  .menu-area .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0;
  }
  .menu-area .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .menu-area .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu {
    background-color: transparent;
    font-weight: normal;
    box-shadow: none;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .menu-area .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu::before {
    display: none;
  }
  .menu-area .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu .navbar-nav {
    padding: 0 10px 15px 10px;
    display: block;
  }
  .menu-area .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu .navbar-nav .nav-item {
    padding: 0;
  }
  .menu-area .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu .navbar-nav .nav-item .nav-link {
    font-weight: normal;
    margin-bottom: 0;
    padding: 5px 0;
  }
  .menu-area .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu .navbar-nav .nav-item .nav-link span {
    display: none;
  }
  .transparent-menu .menu-area .btn-menu {
    color: #FFF;
  }
  .transparent-menu .menu-area .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    color: #222B45;
  }
  .transparent-menu .menu-area .navbar-expand-lg .navbar-nav .nav-item .active {
    color: #D41F7B;
    border-color: #694C9F;
  }
  .dark-mode .menu-area .btn-menu {
    color: #FFF;
  }
  .dark-mode .menu-area .navbar-expand-lg {
    background: #000;
  }
  .dark-mode .menu-area .navbar-expand-lg .dropdown-menu .navbar-nav .nav-item .nav-link {
    color: #FFF;
  }
  .dark-mode .menu-area .navbar-expand-lg .dropdown-menu .navbar-nav .nav-item .nav-link:hover {
    color: #FFF;
  }
  .transparent-menu.dark-mode .menu-area .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    color: #FFF;
  }
  .transparent-menu.dark-mode .menu-area .navbar-expand-lg .navbar-nav .nav-item .active {
    border-color: #FFF;
  }
}
@media (max-width: 575.98px) {
  .menu-area .btn-account .name {
    display: none;
  }
  .menu-area .btn-account i {
    margin: 0px;
  }
  .menu-area .btn-account img {
    margin: 0px;
  }
}
.whats-new .col-12.col-md-6.col-lg-3 {
  flex-basis: 0;
  flex-grow: 1;
}
.othernews .card-title {
  min-height: 97px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.video-ifr .news-image::after {
  transform: translate(-50%, -50%);
  font-family: 'fontello';
  position: absolute;
  transition: 0.5s;
  content: '\e828';
  font-size: 50px;
  display: block;
  margin: auto;
  color: #fff;
  z-index: 1;
  left: 50%;
  top: 50%;
}
.card {
  border: none;
  margin: 15px 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
}
.card .card-body {
  min-height: 130px;
  padding: 10px;
}
.card .card-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.card .card-tag,
.card .card-time {
  color: #D41F7B;
  font-size: 13px;
}
.card .btn-read-more {
  margin-top: 10px;
  font-weight: normal;
  font-size: 12px;
}
.card .btn-read-more i {
  color: #D41F7B;
  transition: 0.5s;
}
.card .card-text {
  border-top: 1px solid #A7ABBD;
  padding-top: 10px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.card .news-image {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  display: block;
  width: 100%;
}
.card .news-image::before {
  padding-top: 62.5%;
  display: block;
  content: "";
}
.card .news-image img {
  object-position: 50% 0;
  position: absolute;
  border-radius: 3px;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.card:hover .btn-read-more i {
  padding-left: 5px;
}
.card:hover .news-image img {
  transform: scale(1.2);
}
.card:hover .expand {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .whats-new .col-12.col-md-6.col-lg-3 {
    flex-basis: unset;
    flex-grow: unset;
  }
  .othernews .card-title {
    min-height: auto;
  }
}
footer {
  border-top: 1px solid #D41F7B;
  padding-top: 60px;
}
footer h6 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 32px;
  font-size: 14px;
}
footer address {
  margin-bottom: 40px;
}
footer .social-links {
  margin-bottom: 40px;
}
footer .social-links a {
  color: #A7ABBD;
  background-color: #EAEBEC;
  display: inline-block;
  margin-right: 7.5px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 42px;
  height: 42px;
  width: 42px;
}
footer .social-links a:hover {
  color: #D41F7B;
}
footer .footer-credits {
  border-top: 1px solid #D41F7B;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 20px;
}
footer .footer-credits .logo-concacaf {
  max-width: 100px;
  max-height: 32px;
  display: block;
}
footer .footer-credits .credits {
  text-align: right;
}
footer .footer-credits .footer-text-color2 {
  color: #000000 !important;
}
footer .footer-credits .footer-text-color2 a {
  color: #000000 !important;
}
.dark-mode footer .social-links a {
  background-color: transparent;
}
@media (max-width: 575.98px) {
  footer .footer-credits .col-12:not(.credits) {
    text-align: center;
  }
  footer .footer-credits .col-12:not(.credits) .logo-concacaf {
    display: inline-block;
    margin-bottom: 20px;
  }
  footer .footer-credits .justify-content-end {
    justify-content: center !important;
  }
  footer .footer-credits .credits {
    text-align: center;
  }
}
.sponsors {
  border-top: 1px solid #D41F7B;
  text-align: center;
  padding: 50px 0;
  margin-top: 0;
}
.sponsors .box-sponsors {
  background-color: #FFF;
  border: 1px solid #EAEBEC;
  display: inline-flex;
  vertical-align: top;
  border-radius: 3px;
  transition: 0.5s;
  flex-shrink: 0;
  padding: 15px;
  height: 90px;
  margin: 10px;
  width: 160px;
}
.sponsors .box-sponsors img {
  margin: auto;
}
.sponsors .box-sponsors:hover {
  transform: scale(1.1);
}
.dark-mode .sponsors .box-sponsors {
  background: #EAEBEC;
}
@media (max-width: 767.98px) {
  .sponsors .box-sponsors {
    padding: 10px;
    height: 75px;
    width: 125px;
  }
}
@media (max-width: 425.98px) {
  .sponsors .box-sponsors {
    padding: 5px;
    height: 60px;
    width: 110px;
  }
}
.video-with-background {
  position: relative;
}
.video-with-background .background-area {
  background-image: linear-gradient(75deg, #D41F7B, #694C9F);
  position: relative;
  overflow: hidden;
}
.video-with-background .background-area img {
  object-position: top;
  position: absolute;
  object-fit: cover;
  opacity: 0.1;
  height: 100%;
  width: 100%;
}
.video-with-background .symbol {
  background: url(../global/assets/svg/w-symbol.svg) center center no-repeat;
  position: absolute;
  opacity: 0.05;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.video-with-background .content {
  padding: 50px 0 280px 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
.video-with-background .content h1,
.video-with-background .content h2 {
  color: #FFF;
  font-weight: 800;
  font-size: 36px;
}
.video-with-background .content h2 {
  margin-bottom: 50px;
}
.video-with-background .content p {
  color: #FFF;
  font-family: 'SharpSansDisplayNo1';
  font-weight: bold;
  margin-bottom: 0;
  font-size: 22px;
}
.video-with-background .content .breadcrumb {
  color: #FFF;
  background: transparent;
  display: inline-flex;
  margin-bottom: 65px;
  padding: 0;
}
.video-with-background .content .breadcrumb .breadcrumb-item::before {
  color: #FFF;
}
.video-with-background .content .breadcrumb a {
  color: #FFF;
}
.video-with-background .video {
  margin-top: -220px;
}
.dark-mode .video-with-background .background-area {
  background-image: none;
}
@media (max-width: 767.98px) {
  .video-with-background .content {
    padding-bottom: 190px;
  }
  .video-with-background .video {
    margin-top: -140px;
  }
}
@media (max-width: 425.98px) {
  .video-with-background .content {
    padding-bottom: 150px;
  }
  .video-with-background .content h2 {
    margin-bottom: 30px;
  }
  .video-with-background .content p {
    font-size: 18px;
  }
  .video-with-background .video {
    margin-top: -100px;
  }
}
.timeline h2 {
  color: #222B45;
  text-align: center;
  font-weight: 800;
}
.timeline h2 span {
  color: #D41F7B;
}
.timeline .timeline-area {
  position: relative;
  margin-top: 15px;
  width: 100%;
}
.timeline .timeline-area::after {
  background: #D41F7B;
  position: absolute;
  margin-left: -1px;
  content: '';
  width: 2px;
  left: 50%;
  bottom: 0;
  top: 0;
}
.timeline .time-block {
  padding: 0 40px 40px 40px;
  position: relative;
  width: 50%;
}
.timeline .time-block h4 {
  border-bottom: 6px solid #694C9F;
  display: inline-block;
  font-weight: bold;
  font-size: 26px;
}
.timeline .time-block::after {
  background: #D41F7B;
  position: absolute;
  border-radius: 50%;
  right: -16px;
  height: 32px;
  width: 32px;
  content: '';
  z-index: 1;
  top: 0;
}
.timeline .time-block:nth-child(odd) {
  left: 50%;
}
.timeline .time-block:nth-child(odd)::after {
  left: -16px;
}
.timeline .time-block:nth-child(even) .card-title {
  text-align: right;
}
.timeline .time-block:last-child {
  padding-bottom: 20px;
}
.timeline .card {
  margin: 0;
}
@media (max-width: 767.98px) {
  .timeline .timeline-area::after {
    left: 16px;
  }
  .timeline .time-block {
    padding: 0 20px 40px 52px;
    width: 100%;
  }
  .timeline .time-block::after {
    left: 0;
  }
  .timeline .time-block:nth-child(odd) {
    left: 0;
  }
  .timeline .time-block:nth-child(odd)::after {
    left: 0;
  }
  .timeline .time-block:nth-child(even) .card-title {
    text-align: left;
  }
}
@media (max-width: 425.98px) {
  .timeline .timeline-area::after {
    left: 12px;
  }
  .timeline .time-block {
    padding: 0 10px 40px 34px;
  }
  .timeline .time-block::after {
    height: 24px;
    width: 24px;
  }
}
.dark-mode h2 {
  color: #FFF;
}
.rte p,
.rte ul {
  color: #222B45;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 15px;
}
.rte img {
  height: auto;
}
.rte a {
  color: #D41F7B;
  transition: 0.5s;
}
.rte a:hover {
  color: #971A5D;
  text-decoration: none;
}
.dark-mode .rte p,
.dark-mode .rte ul {
  color: #FFF;
}
.slider-images {
  position: relative;
}
.slider-images .owl-carousel .owl-stage-outer {
  background-image: linear-gradient(75deg, #D41F7B, #694C9F);
}
.slider-images .owl-carousel .owl-stage-outer .owl-item .imgWrapper {
  height: auto;
  width: 100%;
}
.slider-images .owl-carousel .owl-stage-outer .owl-item .imgWrapper img {
  height: auto;
  width: auto;
}
.slider-images .owl-carousel .owl-stage-outer .owl-item .container {
  bottom: 0 !important;
  padding-top: 56.25%;
  position: relative;
}
.slider-images .owl-carousel .owl-stage-outer .owl-item .container img {
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.slider-images .owl-carousel .owl-nav {
  display: none;
}
.slider-images .owl-carousel .owl-dots:not(.disabled) {
  justify-content: center;
  padding-top: 10px;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}
.slider-images .owl-carousel .owl-dots:not(.disabled) button {
  outline: none;
}
.slider-images .owl-carousel .owl-dots:not(.disabled) button span {
  background: #FAA5B6;
  border-radius: 50%;
  display: block;
  height: 8px;
  width: 8px;
  margin: 5px;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: visible;
}
.slider-images .owl-carousel .owl-dots:not(.disabled) button.active span {
  background: #D41F7B;
}
.leadership .owl-stage {
  margin: 0 auto;
}
.leadership h2 {
  color: #222B45;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 800;
  font-size: 36px;
}
@media (max-width: 575.98px) {
  .leadership h2 {
    margin-bottom: 20px;
  }
}
.leadership .card {
  display: inline;
}
.leadership .card:hover .card-image img {
  transform: scale(1.2);
}
.leadership .card-body {
  text-align: center;
  min-height: unset;
}
.leadership .card-body .card-title {
  text-overflow: ellipsis;
  margin-top: 20px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.leadership .card-body .card-text {
  text-overflow: ellipsis;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.leadership .card-image {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 160px;
  width: 160px;
}
.leadership .card-image img {
  object-position: 50% 0;
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  width: 100%;
}
.leadership .slider {
  position: relative;
  padding: 0 50px;
  margin: 0;
}
.leadership .slider .owl-nav button {
  border: 2px solid #D41F7B;
  top: calc(50% - 25px);
  position: absolute;
  transition: 0.5s;
  border-radius: 0;
  height: 50px;
  width: 34px;
  padding: 0;
}
.leadership .slider .owl-nav button i {
  color: #D41F7B;
  position: relative;
  transition: 0.5s;
  font-size: 24px;
  right: 18px;
}
.leadership .slider .owl-nav button.owl-prev {
  transform: rotate(180deg);
  left: 0;
}
.leadership .slider .owl-nav button.owl-next {
  right: 0;
}
.leadership .slider .owl-nav button:hover {
  border-color: #971A5D;
}
.leadership .slider .owl-nav button:hover i {
  color: #971A5D;
  right: 7px;
}
.leadership .slider .owl-dots {
  display: none;
}
.dark-mode h2 {
  color: #FFF;
}
.tournaments {
  line-height: 30px;
  font-size: 18px;
}
.tournaments .logos {
  margin-right: -7.5px;
  margin-left: -7.5px;
  flex-wrap: wrap;
  display: flex;
}
.tournaments .logos a {
  background-color: #F7F9FC;
  display: inline-flex;
  border-radius: 3px;
  padding: 10px 15px;
  transition: 0.5s;
  flex-shrink: 0;
  margin: 7.5px;
  width: 160px;
  height: 80px;
}
.tournaments .logos a img {
  margin: auto;
}
.tournaments .logos a:hover {
  transform: scale(1.1);
  padding: 5px 7.5px;
}
@media (max-width: 767.98px) {
  .tournaments .logos a {
    padding: 5px 7.5px;
    width: 130px;
    height: 65px;
  }
}
.divider-bar {
  position: relative;
  height: 60px;
}
.divider-bar hr {
  background-color: #D41F7B;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  margin: 1px 0;
  border: none;
  height: 1px;
  bottom: 50%;
  top: 50%;
  right: 0;
  left: 0;
}
.divider-bar img {
  display: none;
  background-color: #FFF;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  padding: 15px;
  height: 60px;
  width: 60px;
  z-index: 9;
  right: 50%;
  left: 50%;
  top: 0;
}
.creating-conversations .block-title {
  margin-bottom: 30px;
}
.creating-conversations h4 {
  text-overflow: ellipsis;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 32px;
  overflow: hidden;
  font-size: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.creating-conversations h4 span {
  color: #D41F7B;
  border-bottom: 6px solid #694C9F;
  display: inline-block;
}
.creating-conversations .text {
  text-overflow: ellipsis;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 575.98px) {
  .creating-conversations h4 {
    margin-bottom: 7.5px;
    display: block;
  }
}
.strategic-plan {
  color: #FFF;
}
.strategic-plan > div {
  background-color: #282828;
  padding: 40px 0;
}
.strategic-plan .row > div:not(:last-child) {
  margin-bottom: 15px;
}
.strategic-plan .tag-box {
  color: #FFF;
  background-color: #D41F7B;
  display: inline-block;
  position: relative;
  font-weight: bold;
  line-height: 28px;
  min-height: 30px;
  padding: 0 15px;
  font-size: 14px;
}
.strategic-plan .tag-box span {
  font-size: 10px;
}
.strategic-plan .tag-box::after {
  border-left: 20px solid #D41F7B;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  transform: translateY(-50%);
  position: absolute;
  right: -20px;
  content: '';
  height: 0;
  width: 0;
  top: 50%;
}
.strategic-plan .block1 h2 {
  padding-bottom: 50px;
  text-align: center;
}
.strategic-plan .block1 .d-flex {
  height: 100%;
}
.strategic-plan .block1 .tag-box {
  background-color: #694C9F;
  margin-right: 30px;
  font-size: 22px;
}
.strategic-plan .block1 .tag-box::after {
  border-left-color: #694C9F;
}
.strategic-plan .block2 {
  background-color: #971A5D;
  font-size: 12px;
}
.strategic-plan .block2 .row:not(:last-child) {
  margin-bottom: 20px;
}
.strategic-plan .block2 h6 {
  font-weight: bold;
}
.strategic-plan .block3 {
  font-size: 12px;
}
.strategic-plan .block3 h6 {
  color: #D41F7B;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .strategic-plan .block1 h2 {
    padding-bottom: 30px;
  }
  .strategic-plan .block2 .tag-box,
  .strategic-plan .block3 .tag-box {
    margin-top: 1rem;
  }
}
@media (max-width: 425.98px) {
  .strategic-plan .block1 .d-flex {
    display: block !important;
  }
  .strategic-plan .block1 .tag-box {
    margin-bottom: 15px;
    margin-top: 1rem;
  }
}
.highlight-w {
  color: #FFF;
  background: #694C9F;
  align-items: center;
  position: relative;
  overflow: hidden;
  display: flex;
}
.highlight-w.y-margin {
  margin-bottom: 30px;
  margin-top: 30px;
}
.highlight-w.m-height {
  min-height: 320px;
}
.highlight-w.container img {
  margin-left: -15px;
}
.highlight-w h2 {
  color: #FFF;
  line-height: 48px;
  font-weight: 800;
}
.highlight-w img {
  mix-blend-mode: multiply;
  object-position: top;
  position: absolute;
  object-fit: cover;
  opacity: 0.4;
  height: 100%;
  width: 100%;
}
.highlight-w .container {
  padding-bottom: 60px;
  padding-top: 60px;
}
.highlight-w .text {
  line-height: 30px;
  font-size: 18px;
}
.highlight-w .btn {
  background-color: #EDF1F7;
  transition: 0.5s;
  font-size: 18px;
  margin: 10px 0;
  padding: 15px;
}
.highlight-w .btn:hover {
  color: #D41F7B;
}
@media (max-width: 767.98px) {
  .highlight-w .btn {
    margin: 20px 0 0;
  }
}
@media (max-width: 425.98px) {
  .highlight-w .btn {
    font-size: 16px;
    padding: 7.5px;
  }
}
.dark-mode .btn {
  background-color: #222B45;
  color: #EDF1F7;
}
.block-off-pitch .off-pitch-area {
  border-top: 1px solid #D41F7B;
  padding: 60px 0;
}
.block-off-pitch .off-pitch-area img {
  margin-bottom: 20px;
}
.block-off-pitch .off-pitch-area h3 {
  border-bottom: 1px solid #EDF1F7;
  padding: 5px 20px;
  font-weight: bold;
}
.block-off-pitch .off-pitch-area .text {
  padding: 5px 20px;
}
.block-off-pitch .btn-view-more {
  background: #F7F9FC;
}
.dark-mode .block-off-pitch .btn-view-more {
  background-color: #101426;
}
.title-area {
  position: relative;
  overflow: hidden;
}
.title-area .image-gradient {
  background: linear-gradient(90deg, #D41F7B, #694C9F);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.title-area .image-gradient img {
  mix-blend-mode: multiply;
  object-position: top;
  object-fit: cover;
  opacity: 0.4;
  height: 100%;
  width: 100%;
}
.title-area .container {
  padding-bottom: 50px;
  position: relative;
  padding-top: 25px;
  z-index: 2;
}
.title-area.w-bg {
  color: #FFF;
}
.title-area.w-bg .breadcrumb-item a,
.title-area.w-bg .breadcrumb-item::before {
  color: #FFF;
}
.transparent-menu .title-area {
  margin-top: -125px;
}
.transparent-menu .title-area .container {
  padding-top: 150px;
}
.otp-competitions aside {
  min-width: 330px;
}
.otp-competitions .col-12.col-lg-8 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 300px;
}
.otp-competitions .list-videos .card-title {
  margin-bottom: 0;
}
.otp-competitions .list-videos .sub-title {
  color: #D41F7B;
  font-weight: bold;
  font-size: 13px;
}
.otp-competitions .list-videos .card-body {
  min-height: unset;
}
@media (min-width: 768px) {
  .otp-competitions .list-videos .col-12.col-md-6,
  .otp-competitions .list-images .col-12.col-md-6 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 255px;
  }
}
.otp-player-profiles aside {
  min-width: 330px;
}
.otp-player-profiles .col-12.col-lg-8 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 300px;
}
.otp-player-profiles .list-videos-playerprofile .card-title {
  margin-bottom: 0;
}
.otp-player-profiles .list-videos-playerprofile .card {
  border-bottom: 1px solid #EAEBEC;
}
.otp-player-profiles .list-videos-playerprofile .card .news-image {
  border-bottom: 5px solid #D41F7B;
  border-radius: 3px 3px 0px 0px;
}
.otp-player-profiles .list-videos-playerprofile .card .news-image img {
  border-radius: 3px 3px 0px 0px;
}
.otp-player-profiles .list-videos-playerprofile .card .news-image::before {
  padding-top: 175%;
  display: block;
  content: "";
}
.otp-player-profiles .list-videos-playerprofile .sub-title {
  color: #D41F7B;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.otp-player-profiles .list-videos-playerprofile .card-body {
  text-align: center;
  min-height: unset;
}
.pagination-w {
  justify-content: center;
  font-weight: bold;
  line-height: 18px;
  font-size: 14px;
  display: flex;
  margin: 15px;
}
.pagination-w .page-numbers {
  text-align: center;
}
.pagination-w button {
  color: #D41F7B;
  background-color: transparent;
  border-radius: 3px;
  padding: 5px 10px;
  transition: 0.5s;
  font-size: 15px;
  margin: 0 5px;
  outline: none;
  border: none;
}
.pagination-w button:not(.active):disabled {
  opacity: 0.5;
}
.pagination-w button:not(:disabled):hover,
.pagination-w button.active {
  color: #FFF;
  background-color: #D41F7B;
}
.pagination-w button.btn-first,
.pagination-w button.btn-previous {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 10px;
}
.pagination-w button.btn-upcoming,
.pagination-w button.btn-last {
  font-size: 10px;
}
.pagination-w button.btn-first:not(:disabled):hover,
.pagination-w button.btn-previous:not(:disabled):hover,
.pagination-w button.btn-upcoming:not(:disabled):hover,
.pagination-w button.btn-last:not(:disabled):hover {
  padding: 5px 5px 5px 15px;
}
@media (max-width: 425.98px) {
  .pagination-w button {
    margin: 0 2.5px;
    padding: 5px;
  }
  .pagination-w button.btn-first:not(:disabled):hover,
  .pagination-w button.btn-previous:not(:disabled):hover,
  .pagination-w button.btn-upcoming:not(:disabled):hover,
  .pagination-w button.btn-last:not(:disabled):hover {
    padding: 5px 0 5px 5px;
  }
}
.side-menu {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin: 15px 0;
}
.side-menu .divider {
  background-color: #EDF1F7;
  border: none;
  height: 1px;
  margin: 0;
}
.side-menu button {
  border: none !important;
  font-weight: bold;
}
.side-menu button:not(.collapsed) i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.side-menu button,
.side-menu a.btn {
  color: #222B45;
  justify-content: space-between;
  background-color: transparent;
  position: relative;
  padding: 15px 20px;
  line-height: 21px;
  border-radius: 0;
  text-align: left;
  font-size: 14px;
  display: flex;
  width: 100%;
}
.side-menu button span,
.side-menu a.btn span {
  margin-right: 5px;
}
.side-menu button i,
.side-menu a.btn i {
  transition: 0.5s;
  font-size: 10px;
}
.side-menu button.selected,
.side-menu a.btn.selected {
  color: #D41F7B;
}
.side-menu button.selected::before,
.side-menu a.btn.selected::before {
  background-color: #D41F7B;
  position: absolute;
  height: 100%;
  content: '';
  width: 4px;
  left: 0;
  top: 0;
}
.side-menu button:hover,
.side-menu a.btn:hover {
  background-color: #F7F9FC;
  color: #D41F7B;
}
.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-menu ul li a.btn {
  padding-left: 40px;
  opacity: 1;
}
.dark-mode .side-menu {
  background-color: #101426;
}
.dark-mode .side-menu button,
.dark-mode .side-menu a.btn {
  color: #FFF;
}
.dark-mode .side-menu button.selected,
.dark-mode .side-menu a.btn.selected {
  color: #FFF;
}
.dark-mode .side-menu button:hover,
.dark-mode .side-menu a.btn:hover {
  background-color: #A7ABBD;
}
.highlight-side-w {
  color: #FFF;
  background: #513788;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.highlight-side-w.y-margin {
  margin-bottom: 30px;
  margin-top: 30px;
}
.highlight-side-w .row {
  padding: 20px 15px;
}
.highlight-side-w h2 {
  color: #FFF;
  line-height: 60px;
  font-weight: 800;
  font-size: 50px;
}
.highlight-side-w .text {
  line-height: 30px;
  font-size: 18px;
  margin: 30px 0;
}
.highlight-side-w .btn {
  background-color: #EDF1F7;
  justify-content: space-between;
  display: inline-flex;
  color: #222B45;
  transition: 0.5s;
  font-size: 18px;
  margin: 10px 0;
  padding: 15px;
  width: 100%;
}
.highlight-side-w .btn:hover {
  color: #D41F7B;
}
@media (max-width: 991.98px) {
  .highlight-side-w .row {
    padding: 30px;
  }
  .highlight-side-w h2 {
    line-height: 36px;
    font-size: 33px;
  }
  .highlight-side-w .text {
    margin: 10px 0;
  }
}
.logo-slider,
.logo-name-slider {
  margin: 10px 0 40px;
  position: relative;
  padding: 0 20px;
}
.logo-slider .owl-item,
.logo-name-slider .owl-item {
  text-align: center;
}
.logo-slider .owl-item .logo-item,
.logo-name-slider .owl-item .logo-item {
  background-color: #F7F9FC;
  border: 1px solid #F7F9FC;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  transition: 0.5s;
  cursor: pointer;
  padding: 7.5px;
  width: 140px;
  height: 70px;
}
.logo-slider .owl-item .logo-item.selected,
.logo-name-slider .owl-item .logo-item.selected,
.logo-slider .owl-item .logo-item:hover,
.logo-name-slider .owl-item .logo-item:hover {
  border-color: #D41F7B !important;
  background-color: transparent !important;
}
.logo-slider .owl-item .logo-item img,
.logo-name-slider .owl-item .logo-item img {
  margin: auto;
  width: auto;
}
.logo-slider .owl-item .logo-item.w-name,
.logo-name-slider .owl-item .logo-item.w-name {
  background-color: #FFF;
  border-color: #EAEBEC;
  padding: 15px 7.5px;
}
.logo-slider .owl-item .logo-item.w-name img,
.logo-name-slider .owl-item .logo-item.w-name img {
  max-width: 50%;
}
.logo-slider .owl-item .logo-item.w-name .text,
.logo-name-slider .owl-item .logo-item.w-name .text {
  word-break: break-word;
  margin-left: 10px;
  line-height: 15px;
  max-height: 45px;
  text-align: left;
  overflow: hidden;
  font-size: 11px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.logo-slider .owl-nav button,
.logo-name-slider .owl-nav button {
  color: #D41F7B;
  transform: translateY(-50%);
  padding: 0 5px !important;
  position: absolute;
  transition: 0.5s;
  font-size: 18px;
  outline: none;
  border: none;
  opacity: 0.5;
  z-index: 3;
  top: 50%;
}
.logo-slider .owl-nav button:hover,
.logo-name-slider .owl-nav button:hover {
  opacity: 1;
}
.logo-slider .owl-nav button.owl-prev,
.logo-name-slider .owl-nav button.owl-prev {
  left: 0;
}
.logo-slider .owl-nav button.owl-prev:hover,
.logo-name-slider .owl-nav button.owl-prev:hover {
  padding-right: 10px !important;
  padding-left: 0 !important;
}
.logo-slider .owl-nav button.owl-next,
.logo-name-slider .owl-nav button.owl-next {
  right: 0;
}
.logo-slider .owl-nav button.owl-next:hover,
.logo-name-slider .owl-nav button.owl-next:hover {
  padding-left: 10px !important;
  padding-right: 0 !important;
}
@media (max-width: 425.98px) {
  .logo-slider .owl-item .logo-item,
  .logo-name-slider .owl-item .logo-item,
  .logo-slider .owl-item .logo-item.w-name,
  .logo-name-slider .owl-item .logo-item.w-name {
    padding: 5px;
    width: 120px;
    height: 60px;
  }
}
.dark-mode .logo-slider .owl-item .logo-item,
.dark-mode .logo-name-slider .owl-item .logo-item {
  border-color: #101426;
  background-color: #101426;
}
.dark-mode .logo-slider .owl-nav button,
.dark-mode .logo-name-slider .owl-nav button {
  color: #FFF;
}
.search-w .search.search-bar {
  margin-top: 0;
}
.search-w .search.search-bar .btn {
  transform: translateY(-50%);
  position: absolute;
  right: 10px;
  padding: 0;
  top: 50%;
}
.search-w .search.search-bar .btn i {
  position: relative;
  right: 0;
}
.overlay {
  background-color: rgba(11, 20, 30, 0.95);
  position: fixed;
  z-index: 99999;
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.overlay .close-btn {
  color: #FFF;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  right: 45px;
  top: 45px;
}
.overlay .close-btn:hover {
  color: #CCC;
}
.overlay .overlay-content {
  color: #FFF;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  display: flex;
  margin: auto;
  width: 80%;
}
.overlay .overlay-content span {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
  line-height: 18px;
  font-size: 15px;
}
.overlay .overlay-content .search.block {
  background-color: #FFF;
  border: 1px solid #A7ABBD;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  max-width: 200px;
  margin: 0;
}
.overlay .overlay-content .search.block input {
  color: #222B45;
  background-color: transparent;
  padding: 5px 30px 5px 10px;
  box-shadow: none;
  outline: none;
  height: auto;
  border: none;
}
.overlay .overlay-content .search.block .btn {
  background-color: transparent;
  padding: 0;
}
.overlay .overlay-content .search.block .btn i {
  color: #000;
  font-size: 16px;
  right: 5px;
}
.search.search-bar {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
  border-radius: 4px;
  position: relative;
  max-width: 350px;
}
.search.search-bar .form-control {
  padding: 10px 40px 10px 15px;
  font-size: 14px;
  height: 48px;
  border: none;
}
.search.search-bar i {
  transform: translateY(-50%);
  position: absolute;
  cursor: pointer;
  padding: 5px;
  right: 10px;
  top: 50%;
}
.list-articles .card {
  margin: 30px 0 80px;
}
.list-articles .card .card-body {
  padding: 0 0 0 15px;
}
.list-articles .card:first-child {
  margin-top: 0;
}
.list-articles .card:last-child {
  margin-bottom: 30px;
}
.list-articles .card .card-text {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.list-articles .card:not(:last-child)::after {
  background-color: #D41F7B;
  position: absolute;
  bottom: -40px;
  height: 1px;
  width: 100%;
  content: "";
}
@media (max-width: 1199.98px) {
  .list-articles .card:first-child {
    margin-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .list-articles .card .card-body {
    padding: 15px 7.5px 0;
    min-height: unset;
  }
}
.latest-articles .article {
  border-bottom: 1px solid #EDF1F7;
  position: relative;
  margin: 15px 0;
  padding: 15px;
}
.latest-articles .article .title {
  font-weight: bold;
  font-size: 18px;
  display: flex;
}
.latest-articles .article .tag {
  color: #D41F7B;
  font-weight: bold;
  font-size: 13px;
}
.latest-articles .article:last-child {
  border: none;
}
.latest-articles .article::before {
  background-color: transparent;
  position: absolute;
  transition: 0.5s;
  height: 100%;
  content: '';
  width: 4px;
  left: 0;
  top: 0;
}
.latest-articles .article:hover::before {
  background-color: #694C9F;
}
.error {
  position: relative;
}
.error .background-area {
  background: linear-gradient(75deg, #D41F7B, #694C9F);
  position: relative;
  overflow: hidden;
}
.error .symbol {
  background: url(../global/assets/svg/w-symbol.svg) center center no-repeat;
  position: absolute;
  opacity: 0.05;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.error .content {
  position: relative;
  text-align: center;
  padding: 150px 0;
  z-index: 2;
}
.error .content h2 {
  color: #FFF;
  margin-bottom: 50px;
  font-weight: 800;
  font-size: 36px;
}
.error .content .search.search-bar {
  margin: auto;
}
.error .content .search.search-bar .btn {
  transform: translateY(-50%);
  position: absolute;
  right: 10px;
  padding: 0;
  top: 50%;
}
.error .content .search.search-bar .btn i {
  position: relative;
  right: 0;
}
.dark-mode .error .background-area {
  background: none;
}
.otp-best-moments .list-videos h2 {
  color: #694C9F;
  font-weight: normal;
  margin-bottom: 20px;
}
.otp-best-moments .list-videos .video.embed-responsive {
  margin-bottom: 30px;
}
.slider-w {
  background-color: #EAEBEC;
  position: relative;
  height: 750px;
}
.slider-w .symbol {
  background: url(../global/assets/svg/w-symbol.svg) center center no-repeat;
  position: absolute;
  transition: 0.5s;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.slider-w .owl-carousel {
  height: 100% !important;
  position: absolute;
}
.slider-w .owl-carousel.w-margin {
  padding: 0 60px;
}
.slider-w .owl-carousel .owl-stage-outer {
  height: 100%;
}
.slider-w .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.slider-w .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  height: 100%;
}
.slider-w .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  object-position: 50% 0;
  object-fit: contain;
  margin: auto;
}
.slider-w .owl-carousel .owl-nav button {
  border: 2px solid #D41F7B;
  top: calc(50% - 25px);
  position: absolute;
  transition: 0.5s;
  border-radius: 0;
  height: 50px;
  width: 34px;
  padding: 0;
}
.slider-w .owl-carousel .owl-nav button i {
  color: #D41F7B;
  position: relative;
  transition: 0.5s;
  font-size: 24px;
  right: 18px;
}
.slider-w .owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
  left: 15px;
}
.slider-w .owl-carousel .owl-nav button.owl-next {
  right: 15px;
}
.slider-w .owl-carousel .owl-nav button:hover {
  border-color: #971A5D;
}
.slider-w .owl-carousel .owl-nav button:hover i {
  color: #971A5D;
  right: 7px;
}
.slider-w .owl-carousel .owl-dots {
  display: none;
}
@media (max-width: 1199.98px) {
  .slider-w {
    height: 625px;
  }
}
@media (max-width: 991.98px) {
  .slider-w {
    height: 516px;
  }
}
@media (max-width: 767.98px) {
  .slider-w {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .slider-w {
    height: 300px;
  }
  .slider-w .owl-carousel.w-margin {
    padding: 0 45px;
  }
  .slider-w .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
    object-fit: cover;
    height: 100%;
  }
  .slider-w .owl-carousel .owl-nav button {
    top: calc(50% - 17px);
    height: 34px;
    width: 22px;
  }
  .slider-w .owl-carousel .owl-nav button i {
    font-size: 20px;
    right: 15px;
  }
}
@media (max-width: 425.98px) {
  .slider-w {
    height: 220px;
  }
}
.dark-mode .slider-w {
  background-color: #000;
}
.dark-mode .slider-w .symbol {
  opacity: 0.1;
}
.dark-mode .slider-w .owl-carousel .owl-nav button {
  border-color: #FFF;
}
.dark-mode .slider-w .owl-carousel .owl-nav button i {
  color: #FFF;
}
.dark-mode .slider-w .owl-carousel .owl-nav button:hover {
  border-color: #971A5D;
}
.dark-mode .slider-w .owl-carousel .owl-nav button:hover i {
  color: #971A5D;
}
.news {
  margin: 30px 0;
}
.news .news-content h1 {
  color: #D41F7B;
}
.news .news-content .embed-responsive.embed-responsive-16by9 {
  margin: 0 auto 20px;
}
.news .news-content .article-caption {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}
.news .news-content .article-intro-text,
.news .news-content .article-content {
  line-height: 30px;
  font-size: 18px;
}
.news .news-content .article-intro-text {
  color: #694C9F;
  padding-bottom: 25px;
}
.news .news-content .article-date {
  color: #D41F7B;
  font-weight: bold;
  padding: 30px 0;
  font-size: 13px;
}
.news .search.search-bar {
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
.news .search.search-bar .btn {
  background-color: transparent;
  padding: 0;
}
.article-share {
  color: #D41F7B;
  text-transform: uppercase;
  padding: 15px 0 5px 0;
  vertical-align: top;
  font-weight: bold;
  font-size: 12px;
}
.article-share .bt-social {
  color: #D41F7B;
  background: #FEEDEF;
  border: 1px solid #FEEDEF;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 3px;
  line-height: 38px;
  font-size: 15px;
  cursor: pointer;
  height: 38px;
  width: 38px;
}
.article-share .bt-social i {
  color: #D41F7B;
}
.article-share .bt-social:hover {
  border: 1px solid #D41F7B;
}
.article-share .bt-social:hover i {
  color: #D41F7B;
}
.article-share .social-links > * {
  display: inline-block;
  margin-right: 10px;
}
.article-tags {
  color: #D41F7B;
  border-bottom: 1px solid #D41F7B;
  text-transform: uppercase;
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
  vertical-align: top;
  font-weight: bold;
  font-size: 12px;
}
.article-tags > * {
  display: inline-block;
  margin-right: 10px;
}
.article-tags .bt-tag {
  color: #222B45;
  background-color: #EDF1F7;
  border: 1px solid #EDF1F7;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 10px;
}
.article-tags .bt-tag:hover {
  color: #D41F7B;
  border: 1px solid #D41F7B;
}
.news-special .search.search-bar {
  margin: 15px auto;
}
.news-special .news-image-full {
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.news-special .news-image-full .image-gradient {
  justify-content: center;
  align-items: flex-end;
  min-height: 450px;
  display: flex;
}
.news-special .news-image-full .image-gradient img {
  opacity: 0.6;
}
.news-special .news-image-full .container {
  position: relative;
}
.news-special .news-image-full .info {
  position: absolute;
  bottom: 20px;
}
.news-special .news-image-full .breadcrumb .breadcrumb-item a,
.news-special .news-image-full .breadcrumb .breadcrumb-item::before {
  color: #F9B700;
}
.news-special .news-image-full .article-intro-text {
  line-height: 30px;
  font-size: 18px;
}
.news-special .news-image-full .article-date {
  margin-top: 15px;
  font-size: 13px;
}
@media (max-width: 991.98px) {
  .news-special .news-image-full .article-intro-text {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .news-special .news-image-full .info {
    bottom: 10px;
  }
  .news-special .news-image-full h1 {
    font-size: 32px;
  }
}
.transparent-menu .news-special .news-image-full {
  color: #FFF;
  margin-top: -125px;
}
.fan-wall {
  padding-top: 40px;
  padding-bottom: 40px;
  background-position: center;
  background-size: cover;
}
.fan-wall h2 {
  padding-bottom: 4px;
  margin-bottom: 30px;
  border-bottom: 1px solid;
}
.fan-wall .thumbnail {
  position: relative;
}
.fan-wall .thumbnail:hover .share {
  display: flex;
}
.fan-wall .thumbnail .share {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgb(52, 46, 45,0.7);*/
}
.fan-wall .thumbnail .share a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #FFF;
  color: #FFF;
  cursor: pointer;
}
.fan-wall .thumbnail .share a i {
  display: flex;
  font-size: 18px;
  line-height: 18px;
}
.fan-wall .likes {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 8px;
}
.fan-wall .likes i {
  font-size: 16px;
  line-height: 16px;
}
.fan-wall p {
  margin-bottom: 8px;
}
.fan-wall button {
  color: #FFF;
  margin: 50px auto 0;
  display: block;
  height: 50px;
  padding: 14px 20px;
  border-radius: 10px;
  border: none;
}
.fan-wall button:focus {
  outline: none;
}
.text-xsxs {
  font-size: 11px;
}
.text-xxxs {
  font-size: 8px;
  line-height: 11px;
}
.text-xxs {
  font-size: 10px;
  line-height: 28px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.text-sm {
  font-size: 14px;
  line-height: 18px;
}
.text-base {
  font-size: 16px;
  line-height: 21px;
}
.text-lg {
  font-size: 18px;
  line-height: 24px;
}
.text-xl {
  font-size: 24px;
  line-height: 32px;
}
.text-14 {
  font-size: 14px;
}
.text-10 {
  font-size: 10px;
}
.text-16 {
  font-size: 16px;
}
@media (min-width: 575.98px) {
  .text-sm-16 {
    font-size: 16px;
  }
}
text-18 {
  font-size: 18px;
}
@media (min-width: 765.98px) {
  .text-md-18 {
    font-size: 18px;
  }
}
@media (min-width: 991.98px) {
  .text-lg-18 {
    font-size: 18px;
  }
}
.text-22 {
  font-size: 22px;
}
@media (min-width: 575.98px) {
  .text-sm-22 {
    font-size: 22px;
  }
}
.text-25 {
  font-size: 25px;
}
@media (min-width: 991.98px) {
  .text-lg-25 {
    font-size: 25px;
  }
}
.text-35 {
  font-size: 35px;
}
@media (min-width: 575.98px) {
  .text-sm-35 {
    font-size: 35px;
  }
}
@media (min-width: 991.98px) {
  .text-lg-35 {
    font-size: 35px;
  }
}
@media (min-width: 991.98px) {
  .text-lg-70 {
    font-size: 70px;
  }
}
.text-36 {
  font-size: 36px;
}
.text-40 {
  font-size: 40px;
}
@media (min-width: 1191.98px) {
  .text-xl-40 {
    font-size: 40px !important;
  }
}
@media (min-width: 991.98px) {
  .text-lg-40 {
    font-size: 40px !important;
  }
}
.text-50 {
  font-size: 50px;
}
@media (min-width: 575.98px) {
  .text-sm-50 {
    font-size: 50px;
  }
}
@media (min-width: 1191.98px) {
  .text-xl-50 {
    font-size: 50px !important;
  }
}
@media (min-width: 991.98px) {
  .text-lg-50 {
    font-size: 50px !important;
  }
}
.text-70 {
  font-size: 70px;
}
@media (min-width: 575.98px) {
  .text-sm-70 {
    font-size: 70px;
  }
}
.text-110 {
  font-size: 110px;
}
.text-60 {
  font-size: 60px;
}
.text-75 {
  font-size: 75px;
}
.text-30 {
  font-size: 30px;
}
@media (min-width: 991.98px) {
  .text-lg-30 {
    font-size: 30px;
  }
}
.text-20 {
  font-size: 20px;
}
@media (min-width: 991.98px) {
  .text-lg-20 {
    font-size: 20px;
  }
}
@media (min-width: 991.98px) {
  .text-lg-24 {
    font-size: 24px;
  }
}
.text-25 {
  font-size: 25px;
}
.font-thin {
  font-weight: 100;
}
.font-extralight {
  font-weight: 300;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-black {
  font-weight: 900;
}
.primary-background {
  background-color: #EFEFEF;
}
.box-background {
  background: #FFFFFF;
}
.main-background {
  background: #212225;
}
.background-sub-menu {
  background: #FFFFFF;
}
.nav-language-switch-background {
  background: #37383A;
}
.nav-language-switch-background:hover {
  background: #D8B97D;
}
.tabs-background {
  background: #212225;
}
.background-heritage-stories {
  background: #172029;
}
.background-heritage-detail {
  background-color: #0B141E;
}
.background-white {
  background: #FFF;
}
.border-color {
  border-color: #CCCCCC !important;
}
.border-table-color {
  border-color: #ADADAD !important;
}
.main-text-color {
  color: #FFFFFF;
}
.main-text-color a {
  color: #FFFFFF;
}
.box-text-color {
  color: #212225;
}
.box-text-color a {
  color: #212225;
}
.box-text-color2 {
  color: #212225;
}
.box-text-color2 a {
  color: #212225;
}
.footer-text-color {
  color: #FFFFFF;
}
.footer-text-color a {
  color: #FFFFFF;
}
.footer-text-color2 {
  color: #D8B97D;
}
.footer-text-color2 a {
  color: #D8B97D;
}
.footer-text-color2 a:hover {
  color: #FFDFA1 !important;
}
.table-primary-text-title {
  color: #FFFFFF;
}
.table-primary-text-title a {
  color: #FFFFFF;
}
.table-text-color {
  color: #212225;
}
.table-text-color a {
  color: #212225;
}
.text-color-nav {
  color: #FFFFFF;
}
.text-color-nav.global-nav-item:hover {
  opacity: 0.7;
}
.text-color-nav.global-nav-item a {
  color: #FFFFFF;
}
.text-color-nav.global-nav-item a:hover {
  opacity: 0.7;
}
.text-color-nav.see-all:hover {
  opacity: 0.7;
}
.text-color-nav.see-all a {
  color: #FFFFFF;
}
.text-color-nav.see-all a:hover {
  opacity: 0.7;
}
.text-color-nav a {
  color: #FFFFFF;
}
.text-login-color {
  color: #D8B97D;
}
.text-login-color a {
  color: #D8B97D;
}
.text-login-color:hover {
  background-color: #D8B97D;
  color: #212225;
}
.text-login-color:hover a {
  color: #212225;
}
.text-color-super-hero {
  color: #FFFFFF;
}
.text-color-super-hero a {
  color: #FFFFFF;
}
.text-color-internal-nav {
  color: #0B141E;
}
.text-color-internal-nav a {
  color: #0B141E;
}
.text-color-kickoff-green {
  color: #6fec54;
}
.text-color-kickoff-pink {
  color: #ff3646;
}
.navigation-text-color {
  color: #212225;
}
.navigation-text-color a {
  color: #212225;
}
.input-search-color {
  color: #A0A0A0;
}
.mobile-text-color {
  color: #212225;
}
.mobile-text-color a {
  color: #212225;
}
.text-color-sub-menu {
  color: #212225;
}
.text-color-sub-menu a {
  color: #212225;
}
.text-color-nav-competition {
  color: #212225;
}
.text-color-nav-competition a {
  color: #212225;
}
.text-color-highlight {
  color: #212225;
}
.text-color-highlight a {
  color: #212225;
}
.nav-language-switch-text {
  color: #FFF;
}
.nav-language-switch-text:hover {
  color: #212225;
}
.tab-text-color {
  color: #FFF;
}
.open-article-box-text-color {
  color: #212225;
}
.open-article-box-text-color a {
  color: #212225;
}
.open-article-box-date-color {
  color: #848484;
}
.open-article-box-date-color a {
  color: #848484;
}
.read-next-articles-text-color {
  color: #212225;
}
.read-next-articles-text-color a {
  color: #212225;
}
.read-next-date-color {
  color: #848484;
}
.read-next-date-color a {
  color: #848484;
}
.article-header-text-color {
  color: #212225;
}
.article-header-text-color a {
  color: #212225;
}
.lastest-news-text {
  color: #212225;
}
.lastest-news-text a {
  color: #212225;
}
.lastest-news-text-date {
  color: #848484;
}
.lastest-news-text-date a {
  color: #848484;
}
.article-text-color {
  color: #212225;
}
.article-text-color a {
  color: #212225;
}
.article-text-color-date {
  color: #848484;
}
.article-text-color-date a {
  color: #848484;
}
.heritage-text-color {
  color: #fff;
}
.heritage-text-color a {
  color: #fff;
}
.heritage-detail-text-color {
  color: #fff;
}
.heritage-detail-text-color a {
  color: #fff;
}
.table-header-color {
  background: linear-gradient(180deg, #212225 0%, #3C3D41 100%);
}
.table-background {
  background-color: #FFFFFF;
}
.responsive-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.responsive-img.object-top {
  object-position: top;
}
.responsive-img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-fit {
  width: 100%;
  object-fit: contain;
}
.img-fit-h {
  height: 100%;
  object-fit: contain;
}
.flex-basis-100 {
  flex-basis: 100%;
}
.col-gap-15 {
  column-gap: 15px;
}
.col-gap-25 {
  column-gap: 25px;
}
.row-gap-10 {
  row-gap: 10px;
}
.row-gap-15 {
  row-gap: 15px;
}
.row-gap-30 {
  row-gap: 30px;
}
.row-gap-50 {
  row-gap: 50px;
}
.gap-60 {
  gap: 60px;
}
.gap-8 {
  gap: 8px;
}
.gap-10 {
  gap: 10px;
}
.gap-50 {
  gap: 50px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-14 {
  gap: 14px;
}
.gap-6 {
  gap: 6px;
}
.gap-25 {
  gap: 25px;
}
.gap-40 {
  gap: 40px;
}
.gap-100 {
  gap: 100px;
}
.gap-150 {
  gap: 150px;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-15 {
  padding: 15px;
}
.p-30 {
  padding: 30px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.flex-1 {
  flex: 1;
}
.flex-1-auto {
  flex: 1 auto;
}
.dark.primary-background {
  background-color: #121212;
}
.dark .box-background {
  background: #232323;
}
.dark .box-text-color {
  color: #FFFFFF;
}
.dark .table-background {
  background: #232323;
}
.dark .table-text-color {
  color: #FFFFFF;
}
.dark .border-color {
  border-color: #535353 !important;
}
.dark .border-table-color {
  border-color: #535353 !important;
}
a {
  text-decoration: none !important;
}
.zoom div:first-child {
  overflow: hidden;
}
.zoom div:first-child img {
  transition: transform 0.5s;
}
.zoom:hover div:first-child .responsive-img {
  transform: scale(1.2);
}
.zoom2:hover img:first-child {
  transform: scale(1.2);
}
.no-zoom {
  transform: unset !important;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.line-clamp-1 p {
  margin: 0 !important;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2 p {
  margin: 0 !important;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 p {
  margin: 0 !important;
}
.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-4 p {
  margin: 0 !important;
}
.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-5 p {
  margin: 0 !important;
}
@media (min-width: 575.98px) {
  .line-clamp-sm-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .line-clamp-sm-1 p {
    margin: 0 !important;
  }
  .line-clamp-sm-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .line-clamp-sm-4 p {
    margin: 0 !important;
  }
}
.text-80 {
  font-size: 80px;
  line-height: 84px;
}
.text-60 {
  font-size: 60px;
}
.m-0 {
  margin: 0px;
}
.p-0 {
  padding: 0px;
}
.columns-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.columns-4 {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}
.max-h-37 {
  max-height: 37px;
}
.max-w-950 {
  max-width: 950px;
}
.max-w-600 {
  max-width: 600px;
}
.max-w-440 {
  max-width: 440px;
}
.h-100 {
  height: 100%;
}
.advert-desk {
  max-width: 100%;
}
.advert-mobile {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .news {
    padding: 15px;
  }
  .news .news-competition-title .text-lg {
    font-size: 16px;
    line-height: 21px;
  }
  .matches-section {
    padding: 15px;
  }
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.h-37 {
  height: 37px;
}
.button-clear {
  background: transparent;
  border: 0;
}
.button-clear:focus {
  outline: none;
}
.opacityText {
  opacity: 0.7;
}
.opacityText:hover {
  opacity: 1;
}
.main-gold {
  background: #D8B97D;
}
.main-gold:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), #D8B97D;
}
.spinner-container-parent {
  position: relative;
  pointer-events: none;
  cursor: auto;
}
.spinner-container-parent .spinner-container {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 1100;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.spinner-container-parent .spinner-container .loader {
  background: url(../concacaf/Assets/images/loading_logo.gif) no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: auto;
  height: 80%;
  width: 75px;
  left: 50%;
  top: 50%;
  max-height: 75px;
}
.zheader {
  z-index: 1000001;
  position: relative;
}
.zindexHight {
  z-index: 99999999999999;
}
.divider-v2 {
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  margin: 40px 0px;
}
.border-radius-5 {
  border-radius: 5px;
  overflow: hidden;
}
.border-radius-10 {
  border-radius: 10px;
  overflow: hidden;
}
.customize-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.flex-50 {
  width: calc(50% - 15px);
}
.customize-row-gap-20 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.flex-50-gap-20 {
  width: calc(50% - 10px);
}
/*ol {
    list-style: none;
}*/
.flex-wrap-mobile {
  flex-wrap: nowrap;
}
.aspect-ratio-16-9 {
  width: 100%;
  aspect-ratio: 16/9;
}
.aspect-ratio-16-5 {
  width: 100%;
  aspect-ratio: 16/5;
}
.aspect-ratio-1-1 {
  width: 100%;
  aspect-ratio: 1/1;
}
.aspect-ratio-4-5 {
  width: 100%;
  aspect-ratio: 4/5;
}
.aspect-ratio-4-3 {
  width: 100%;
  aspect-ratio: 4/3;
}
.aspect-ratio-4-1 {
  width: 100%;
  aspect-ratio: 4/1;
}
.aspect-ratio-9-16 {
  width: 100%;
  aspect-ratio: 9/16;
}
.aspect-ratio-3-5 {
  width: 100%;
  aspect-ratio: 3/5;
}
.aspect-ratio-3-4 {
  width: 100%;
  aspect-ratio: 3/4;
}
@media (min-width: 991.98px) {
  .aspect-ratio-lg-4-1 {
    width: 100%;
    aspect-ratio: 4/1;
  }
}
@media (min-width: 991.98px) {
  .aspect-ratio-lg-3-1 {
    width: 100%;
    aspect-ratio: 3/1;
  }
}
@media (max-width: 991.98px) {
  .flex-wrap-mobile {
    flex-wrap: wrap;
  }
  .flex-50 {
    width: 100%;
  }
  .flex-50-gap-20 {
    width: 100%;
  }
}
.flex-no-wrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
@media (min-width: 1199.98px) {
  .flex-wrap-lg {
    flex-wrap: wrap;
  }
}
.flex-direction-column {
  flex-direction: column;
}
.flex-direction-row {
  flex-direction: row;
}
@media (min-width: 991.98px) {
  .flex-direction-lg-row {
    flex-direction: row;
  }
}
.align-items-center {
  align-items: center;
}
@media (min-width: 991.98px) {
  .align-items-lg-center {
    align-items: center;
  }
}
.flex-100 {
  flex: 100%;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.line-height-1 {
  line-height: 1;
}
.pulse div:first-child {
  overflow: hidden;
}
.pulse:hover div:first-child .responsive-img {
  animation: pulse 1s 1;
}
.no-animation {
  animation: none !important;
}
.grid-item {
  margin-bottom: 30px;
}
.grid {
  margin: 0 auto;
}
.grid-item {
  width: 160px;
}
.min-w-150 {
  min-width: 150px;
}
.font-BasicGothicPro {
  font-family: 'BasicGothicPro';
}
.font-SharpSansDisplayNo1 {
  font-family: "SharpSansDisplayNo1";
}
.font-BlackHawk {
  font-family: 'BLACKHAWK';
}
.font-GoodBrush {
  font-family: 'GoodBrush';
}
.text-uppercase {
  text-transform: uppercase;
}
.sticky {
  position: sticky;
  bottom: 0;
}
.gold-text {
  color: #D8B97D;
}
.mt-15 {
  margin-top: 15px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.h-1lh {
  height: 1lh;
}
.h-2lh {
  height: 2lh;
}
.h-3lh {
  height: 3lh;
}
.h-44 {
  height: 44px;
}
.bg-default {
  background-repeat: no-repeat;
  background-size: cover;
}
.text-underline {
  text-decoration: underline;
}
#teconsent {
  display: none;
}
#teconsent:has(a) {
  display: block;
}
.lh-14 {
  line-height: 1.4;
}
.more-info {
  background-image: linear-gradient(75deg, #D41F7B, #694C9F);
}
.more-info .row > div {
  overflow: hidden;
}
.more-info a {
  position: relative;
  max-height: 370px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.more-info a::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.more-info a img {
  position: absolute;
  object-fit: cover;
  transition: 0.5s;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.more-info a .title {
  color: #FFF;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  font-size: 32px;
  width: 100%;
  top: 50%;
}
.more-info a:hover img {
  transform: scale(1.2);
}
@media (max-width: 767.98px) {
  .more-info a .title {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .more-info .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.dark-mode .more-info {
  background-image: linear-gradient(75deg, #000, #383B41);
}