@import url("https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "SilkSerif-TRIAL";
  src: url("../fonts/SilkSerif-TRIAL-SemiBold/SilkSerif-TRIAL-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
body {
  padding-top: 138px !important;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 80px !important;
  }
}
body #wpadminbar {
  position: fixed !important;
  top: 0 !important;
}
body.admin-bar header#header {
  top: 32px !important;
}
@media screen and (max-width: 781px) {
  body.admin-bar header#header {
    top: 46px !important;
  }
}
body.mobile_menu_open {
  overflow: hidden;
}
body.mobile_menu_open header#header .mobile_menu {
  border-color: transparent;
}
body.mobile_menu_open header#header .mobile_menu:before {
  top: 10px;
  transform: rotate(45deg);
}
body.mobile_menu_open header#header .mobile_menu:after {
  bottom: 10px;
  transform: rotate(-45deg);
}
body.mobile_menu_open header#header #menu-header-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: #FFF;
  margin: 0;
  padding: 0;
}

header#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F7F0;
  height: 138px;
  z-index: 1000;
}
@media screen and (max-width: 991px) {
  header#header {
    height: 80px;
  }
}
header#header > .container > .row {
  align-items: center;
}
header#header .logo {
  width: 309px;
  max-width: 309px;
  height: 66px;
}
header#header .logo img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
header#header .header_menu {
  width: calc(100% - 309px);
  max-width: calc(100% - 309px);
}
@media screen and (max-width: 991px) {
  header#header .header_menu {
    display: flex;
    justify-content: flex-end;
  }
}
header#header .header_menu ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  gap: 28px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  header#header .header_menu ul {
    display: none;
  }
}
header#header .header_menu ul li {
  padding: 0;
}
header#header .header_menu ul li.current-menu-item > a:after {
  background: #FFCC00;
}
header#header .header_menu ul li.menu-item-has-children a {
  padding-right: 20px;
}
header#header .header_menu ul li.menu-item-has-children a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 13px;
  height: 100%;
  background-image: url(../images/icons/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
header#header .header_menu ul li.menu-item-has-children a:after {
  width: calc(100% - 20px);
}
header#header .header_menu ul .sub-menu {
  display: none;
}
header#header .header_menu ul a {
  font-family: "Khand", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #001C36;
  text-decoration: none;
  position: relative;
  transition: all 0.2s linear;
}
header#header .header_menu ul a:hover:after {
  background: #001C36;
}
header#header .header_menu ul a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
  background: transparent;
  transition: all 0.2s linear;
}
header#header .mobile_menu {
  position: relative;
  display: none;
  width: 30px;
  height: 22px;
  border: none;
  border-top: 1px solid #001C36;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  header#header .mobile_menu {
    display: block;
  }
}
header#header .mobile_menu:before, header#header .mobile_menu:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  display: block;
  width: 30px;
  height: 1px;
  background: #001C36;
  transition: all 0.2s linear;
}
header#header .mobile_menu:after {
  top: unset;
  bottom: 0;
}

footer#footer {
  background: #E7E6DE;
  padding: 50px 46px;
}
@media screen and (max-width: 1390px) {
  footer#footer {
    padding: 50px 20px 30px;
  }
}
footer#footer .container_wrap {
  background: #152432;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 30px;
}
footer#footer .top {
  display: flex;
  align-items: center;
  height: 96px;
  margin-bottom: 76px;
}
@media screen and (max-width: 700px) {
  footer#footer .top {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  footer#footer .top {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
footer#footer .top .logo {
  width: 231px;
  flex: 0 0 231px;
  height: 48px;
}
@media screen and (max-width: 575px) {
  footer#footer .top .logo {
    width: 100%;
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom: 24px;
  }
}
footer#footer .top .logo img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
footer#footer .top .menu {
  display: flex;
  width: calc(100% - 231px);
  flex: 0 0 calc(100% - 231px);
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 575px) {
  footer#footer .top .menu {
    width: 100%;
    flex: 0 0 100%;
    justify-content: center;
  }
}
footer#footer .top .menu a {
  font-size: 14px;
  color: #506F8C;
  text-decoration: none;
  transition: all 0.2s linear;
}
footer#footer .top .menu a:hover {
  color: #fff;
}
footer#footer .bottom .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  width: calc(100% - 200px);
  flex: 0 0 calc(100% - 200px);
}
@media screen and (max-width: 700px) {
  footer#footer .bottom .menu {
    flex-wrap: wrap;
    width: 100%;
    flex: 0 0 100%;
    order: 2;
  }
}
footer#footer .bottom .menu .copyright,
footer#footer .bottom .menu ul {
  display: inline-flex;
  width: auto;
  font-size: 13px;
  line-height: 1.6;
  color: #506F8C;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer#footer .bottom .menu .copyright a,
footer#footer .bottom .menu ul a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  transition: all 0.2s linear;
}
footer#footer .bottom .menu .copyright a:hover,
footer#footer .bottom .menu ul a:hover {
  color: #fff;
}
@media screen and (max-width: 700px) {
  footer#footer .bottom .menu .copyright {
    width: 100%;
    justify-content: center;
    order: 2;
  }
}
@media screen and (max-width: 700px) {
  footer#footer .bottom .menu ul {
    width: 100%;
    justify-content: center;
    order: 1;
  }
}
footer#footer .bottom .social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  width: 200px;
  flex: 0 0 200px;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 700px) {
  footer#footer .bottom .social {
    width: 100%;
    flex: 0 0 100%;
    justify-content: center;
    margin-bottom: 24px;
    order: 1;
  }
}
footer#footer .bottom .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
}
footer#footer .bottom .social a svg, footer#footer .bottom .social a path {
  transition: all 0.2s linear;
}
footer#footer .bottom .social a:hover svg, footer#footer .bottom .social a:hover path {
  fill: #fff !important;
}

.banner_section {
  position: relative;
}
.banner_section > .container {
  position: relative;
  max-width: 1148px;
  z-index: 1;
}
.banner_section > .container .inner_container {
  background: #FFCC00;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}
.banner_section .bg_before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 40%;
  z-index: 0;
}
.banner_section .bg_after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60%;
  z-index: 0;
}
.banner_section h2 {
  font-family: "Khand", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #001C36;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .banner_section h2 {
    text-align: center;
  }
}
.banner_section .content {
  position: relative;
  padding: 47px 0 31px 100px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .banner_section .content {
    padding: 47px 50px 31px;
  }
}
.banner_section .text {
  color: #001C36;
}
@media all and (min-width: 768px) {
  .banner_section .text {
    position: relative;
    width: calc(100% + 169px);
  }
}
@media print {
  .banner_section .text {
    position: relative;
    width: calc(100% + 169px);
  }
}
@media screen and (max-width: 767px) {
  .banner_section .text {
    text-align: center;
  }
}
.banner_section .actions {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .banner_section .actions {
    text-align: center;
  }
}
.banner_section .actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: auto;
  height: 50px;
  background: #fff;
  border-radius: 99px;
  color: #001C36;
  text-decoration: none;
  padding: 0 10px 0 20px;
  transition: all 0.2s linear;
}
.banner_section .actions a svg {
  fill: #fff !important;
  transition: all 0.2s linear;
}
.banner_section .actions a svg path {
  stroke: #001C36 !important;
  transition: all 0.2s linear;
}
.banner_section .actions a:hover {
  background: #001C36;
  color: #fff;
}
.banner_section .image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.banner_section .image:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, #ffcc00 0%, rgba(255, 204, 0, 0.92) 30%, rgba(255, 204, 0, 0) 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .banner_section .image:before {
    display: none;
  }
}
.banner_section .image img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .banner_section .image img {
    position: relative;
  }
}

.hero_section {
  padding: 161px 0 116px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.hero_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  background: linear-gradient(90deg, #001c36 0%, #001c36 50%, rgba(0, 28, 54, 0) 100%);
  opacity: 0.5;
  z-index: 0;
}
.hero_section > .container {
  position: relative;
  z-index: 1;
}
.hero_section h1 {
  font-family: "SilkSerif-TRIAL", sans-serif;
  font-size: 64px;
  line-height: 1;
  color: #FFCC00;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.hero_section h2 {
  font-family: "Khand", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.hero_section .content {
  max-width: 594px;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .hero_section .content {
    max-width: 100%;
    text-align: center;
  }
}
.hero_section .content p {
  margin-bottom: 15px;
}
.hero_section .content p:last-child {
  margin-bottom: 0;
}
.hero_section .content .wp-block-buttons {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .hero_section .content .wp-block-buttons {
    justify-content: center;
  }
}
.hero_section .content .wp-block-buttons a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  width: auto;
  height: 50px;
  padding: 0 55px 0 20px;
  background: transparent;
  border-radius: 99px;
  font-size: 18px;
  color: #fff;
  transition: all 0.2s linear;
}
.hero_section .content .wp-block-buttons a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../images/icons/arrow-right-radio-yellow.svg);
}
.hero_section .content .wp-block-buttons a:hover {
  background: #FFCC00;
  color: #001C36;
  border-color: #FFCC00;
}

.shortcode-latest_blogs {
  padding: 80px 0 34px;
  background: #E7E6DE;
}
.shortcode-latest_blogs h2 {
  font-family: "SilkSerif-TRIAL", sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  color: #121212;
  max-width: 585px;
  margin: 0 auto 30px;
  text-transform: uppercase;
}
.shortcode-latest_blogs .subtitle {
  text-align: center;
  color: #121212;
  max-width: 585px;
  margin: 0 auto 40px;
}
.shortcode-latest_blogs .items {
  margin-left: -21px;
  margin-right: -21px;
  gap: 60px 0;
}
.shortcode-latest_blogs .items .item {
  padding: 0 21px;
}
.shortcode-latest_blogs .items .inner {
  text-decoration: none;
}
.shortcode-latest_blogs .items .inner:hover .image img {
  transform: scale(1.05);
}
.shortcode-latest_blogs .items .image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  aspect-ratio: 1.58;
  margin-bottom: 25px;
  overflow: hidden;
}
.shortcode-latest_blogs .items .image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  scale: 1;
  transition: all 0.2s linear;
}
.shortcode-latest_blogs .items h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #121212;
  margin-bottom: 10px;
}
.shortcode-latest_blogs .items .excerpt {
  color: #6F6E6E;
  margin-bottom: 25px;
}
.shortcode-latest_blogs .items .meta {
  font-size: 14px;
  letter-spacing: 1px;
  color: #AAAAAA;
  text-transform: uppercase;
}

.shortcode-tournaments {
  background: #001C36;
  background-image: url(../images/team-emblem.svg);
  background-position: 0 84px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 0 89px;
}
.shortcode-tournaments h2 {
  font-family: "SilkSerif-TRIAL", sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 70px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media all and (min-width: 992px) {
  .shortcode-tournaments .items {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media print {
  .shortcode-tournaments .items {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (max-width: 991px) {
  .shortcode-tournaments .items {
    gap: 20px;
  }
}
@media all and (min-width: 992px) {
  .shortcode-tournaments .items .item {
    padding: 0 25px;
  }
}
@media print {
  .shortcode-tournaments .items .item {
    padding: 0 25px;
  }
}
.shortcode-tournaments .items .item .inner {
  display: inline-block;
  width: 100%;
  padding: 30px 30px 38px;
  border-radius: 30px 0 30px 0;
  border: 1px solid #1F4A72;
  background: #00172B;
  text-decoration: none;
  overflow: hidden;
}
.shortcode-tournaments .items .item .inner:hover .image img {
  scale: 1.05;
}
.shortcode-tournaments .items .item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0 20px 0;
  aspect-ratio: 1.58;
  margin-bottom: 50px;
  overflow: hidden;
}
.shortcode-tournaments .items .item .image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  scale: 1;
  transition: all 0.2s linear;
}
.shortcode-tournaments .items .item h3 {
  font-family: "Khand", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
}
.shortcode-tournaments .items .item .subtitle {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 30px;
}
.shortcode-tournaments .items .item .excerpt {
  line-height: 24px;
  color: #A6C3DE;
}
.shortcode-tournaments .items .item .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  height: 44px;
  border-radius: 99px;
  border: 1px solid #A6C3DE;
  color: #A6C3DE;
  padding: 0 20px;
  transition: all 0.2s linear;
}
.shortcode-tournaments .items .item .button:hover {
  border-color: #fff;
  color: #fff;
}

.text_section {
  background: #F8F7F0;
  padding: 80px 0;
}
@media all and (min-width: 768px) {
  .text_section.has-image .image {
    width: 34.3%;
  }
}
@media print {
  .text_section.has-image .image {
    width: 34.3%;
  }
}
.text_section.has-image .content {
  padding-left: calc(70px - 0.75rem);
}
@media all and (min-width: 768px) {
  .text_section.has-image .content {
    width: 65.7%;
  }
}
@media print {
  .text_section.has-image .content {
    width: 65.7%;
  }
}
@media screen and (max-width: 1199px) {
  .text_section.has-image .content {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .text_section.has-image .content {
    padding-left: 0.75rem;
  }
}
.text_section.image-left.style-offset .image {
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .text_section.image-left.style-offset .image {
    width: 50%;
  }
}
@media print {
  .text_section.image-left.style-offset .image {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .text_section.image-left.style-offset .image {
    margin-bottom: 0;
  }
}
.text_section.image-left.style-offset .image img {
  object-fit: cover;
  object-position: center center;
  max-width: unset;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .text_section.image-left.style-offset .image img {
    border-radius: 30px 0 0 0;
  }
}
.text_section.image-left.style-offset .content {
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .text_section.image-left.style-offset .content {
    width: calc(50% + 100px + 0.75rem);
    margin-left: calc(-100px - 0.75rem);
    padding: 42px 0.75rem 48px 0;
  }
}
@media print {
  .text_section.image-left.style-offset .content {
    width: calc(50% + 100px + 0.75rem);
    margin-left: calc(-100px - 0.75rem);
    padding: 42px 0.75rem 48px 0;
  }
}
.text_section.image-left.style-offset .content .main_text {
  position: relative;
  background: #fff;
  border-radius: 30px 0 0 30px;
  padding: 78px 75px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .text_section.image-left.style-offset .content .main_text {
    border-radius: 0 0 30px 0;
    padding: 40px 40px;
  }
}
.text_section.image-left.style-offset .content .main_text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 42px;
  background: #FFCC00;
  border-radius: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  .text_section.image-left.style-offset .content .main_text:before {
    border-radius: 30px 0 0 0;
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
  }
}
.text_section.image-left.style-offset .content .main_text h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .text_section .image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 40px;
  }
}
.text_section .image img {
  border-radius: 30px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .text_section .image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }
}
.text_section .content {
  width: 100%;
}
.text_section .content h2 {
  font-family: "Khand", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.text_section .content h3 {
  font-family: "Khand", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.text_section .content .main_text p {
  margin-bottom: 15px;
}
.text_section .content .main_text p:last-child {
  margin-bottom: 0;
}
.text_section .content .advanced_text {
  position: relative;
  background: #fff;
  border-radius: 30px 0 30px 0;
  padding: 50px;
  margin-top: 40px;
  overflow: hidden;
}
.text_section .content .advanced_text:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 86px;
  height: 38px;
  background: #6E94B6;
  border-radius: 30px 0 0 0;
}
.text_section .content .advanced_text ul, .text_section .content .advanced_text ol {
  padding-left: 15px;
  columns: 2;
  column-gap: 20px;
}
@media screen and (max-width: 1199px) {
  .text_section .content .advanced_text ul, .text_section .content .advanced_text ol {
    column-gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .text_section .content .advanced_text ul, .text_section .content .advanced_text ol {
    columns: unset;
  }
}
.text_section .content .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: auto;
  height: 50px;
  background: #fff;
  border-radius: 99px;
  border: 1px solid #001C36;
  color: #001C36;
  text-decoration: none;
  padding: 0 10px 0 20px;
  margin-top: 15px;
  transition: all 0.2s linear;
}
.text_section .content .btn:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/icons/arrow-right-radio-black-full.svg") no-repeat center center;
  background-size: contain;
}
.text_section .content .btn:hover {
  background: #001C36;
  color: #fff;
}

html, body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #001C36;
}

.site-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.container {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

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