@charset "UTF-8";
@font-face {
  font-family: 'Inter';
  src: url("../fonts/subset-Inter24pt-Regular.eot");
  src: url("../fonts/subset-Inter24pt-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Inter24pt-Regular.woff2") format("woff2"), url("../fonts/subset-Inter24pt-Regular.woff") format("woff"), url("../fonts/subset-Inter24pt-Regular.svg#Inter24pt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Inter';
  src: url("../fonts/subset-Inter24pt-SemiBold.eot");
  src: url("../fonts/subset-Inter24pt-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Inter24pt-SemiBold.woff2") format("woff2"), url("../fonts/subset-Inter24pt-SemiBold.woff") format("woff"), url("../fonts/subset-Inter24pt-SemiBold.svg#Inter24pt-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/subset-BebasNeue-Regular.eot");
  src: url("../fonts/subset-BebasNeue-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-BebasNeue-Regular.woff2") format("woff2"), url("../fonts/subset-BebasNeue-Regular.woff") format("woff"), url("../fonts/subset-BebasNeue-Regular.svg#BebasNeue-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* CSS RESET */
body {
  font-family: 'Inter', arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  background: #000;
  overflow-x: hidden; }

.page_wrapper {
  padding-top: 157px; }

a:hover, a:focus, a:active {
  text-decoration: none; }

/* Keyframes */
@keyframes pulsate {
  0% {
    -webkit-box-shadow: 0px 0px 10px 8px rgba(219, 20, 20, 0);
    box-shadow: 0px 0px 10px 8px rgba(255, 192, 1, 0); }
  50% {
    -webkit-box-shadow: 0px 0px 10px 8px rgba(255, 192, 1, 0.4);
    box-shadow: 0px 0px 10px 8px rgba(255, 192, 1, 0.4); }
  100% {
    -webkit-box-shadow: 0px 0px 10px 8px rgba(255, 192, 1, 0);
    box-shadow: 0px 0px 10px 8px rgba(255, 192, 1, 0); } }
@keyframes anim_fadeout {
  0% {
    opacity: 1;
    visibility: hidden; }
  100% {
    opacity: 0;
    visibility: hidden; } }
@keyframes anim_fadein {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }
/* COMPONENTS */
/* Burger Menu */
.hamburger {
  padding: 15px 0 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.active:hover {
  opacity: 0.7; }

.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner::before,
.hamburger.active .hamburger-inner::after {
  background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Text Components */
.section_pretitle {
  text-align: center;
  color: #fff;
  font-size: 42px;
  line-height: 121%;
  text-transform: uppercase;
  font-family: 'Bebas Neue', arial, sans-serif;
  display: block;
  margin: 0; }
  @media (max-width: 1199px) {
    .section_pretitle {
      font-size: 34px; } }
  @media (max-width: 767px) {
    .section_pretitle {
      font-size: 26px; } }

.section_title {
  text-align: center;
  color: #fff;
  font-size: 90px;
  line-height: 121%;
  text-transform: uppercase;
  font-family: 'Bebas Neue', arial, sans-serif;
  display: block;
  margin: 0;
  background: #FFC001;
  background: linear-gradient(180deg, #ffe135 0%, #ffe135 30%, #171716 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media (max-width: 1199px) {
    .section_title {
      font-size: 70px; } }
  @media (max-width: 767px) {
    .section_title {
      font-size: 50px; } }

.section_subtitle {
  color: #fff;
  font-size: 60px;
  line-height: 121%;
  text-transform: uppercase;
  font-family: 'Bebas Neue', arial, sans-serif;
  display: block;
  text-align: center;
  margin: 0; }
  @media (max-width: 1199px) {
    .section_subtitle {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .section_subtitle {
      font-size: 40px; } }

.row_title {
  text-align: center;
  color: #fff;
  font-size: 62px;
  line-height: 121%;
  text-transform: uppercase;
  font-family: 'Bebas Neue', arial, sans-serif;
  display: block;
  margin: 0; }
  @media (max-width: 1199px) {
    .row_title {
      font-size: 44px; } }
  @media (max-width: 767px) {
    .row_title {
      font-size: 42px; } }
  @media (max-width: 467px) {
    .row_title {
      font-size: 40px; } }

/* Buttons */
.btn_type1 {
  background: #FFE135;
  line-height: 23px;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Bebas Neue', arial, sans-serif;
  padding: 16px 25px 14px;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  transition: .3s; }
  @media (max-width: 767px) {
    .btn_type1 {
      font-size: 22px;
      padding: 11px 25px 9px; } }
  .btn_type1:hover, .btn_type1:active, .btn_type1:focus {
    background: #fff;
    color: #000;
    text-decoration: none; }

/* Sections */
.partners_logos {
  display: none;
  font-size: 0;
  text-align: center; }
  @media (max-width: 767px) {
    .partners_logos {
      display: block; } }

.top_banner {
  padding: 30px 0 0;
  position: relative; }
  .top_banner .container {
    position: relative;
    z-index: 1; }
  .top_banner.banner_single-img .bg_blur {
    display: block;
    position: absolute;
    bottom: -160px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 100%;
    height: 400px;
    z-index: 0; }
  .top_banner.banner_single-img .banner_img-wrapper {
    background-size: cover !important;
    width: 100%;
    text-align: center;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 80px 0; }
    @media (max-width: 991px) {
      .top_banner.banner_single-img .banner_img-wrapper {
        padding: 50px 0; } }
    @media (max-width: 767px) {
      .top_banner.banner_single-img .banner_img-wrapper {
        padding: 30px 0; } }
    .top_banner.banner_single-img .banner_img-wrapper .banner_title {
      text-align: center;
      color: #fff;
      font-size: 170px;
      line-height: 100%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      display: block;
      margin: 0;
      background: #FFC001;
      background: linear-gradient(180deg, #ffc001 0%, #171716 90%, #171716 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 991px) {
        .top_banner.banner_single-img .banner_img-wrapper .banner_title {
          font-size: 140px; } }
      @media (max-width: 767px) {
        .top_banner.banner_single-img .banner_img-wrapper .banner_title {
          font-size: 100px; } }
    .top_banner.banner_single-img .banner_img-wrapper .banner_text {
      font-size: 32px;
      line-height: 121%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      color: #fff;
      display: block;
      margin: 0 auto;
      max-width: 504px;
      margin-top: 0; }
      @media (max-width: 991px) {
        .top_banner.banner_single-img .banner_img-wrapper .banner_text {
          font-size: 26px;
          max-width: 420px; } }
      @media (max-width: 767px) {
        .top_banner.banner_single-img .banner_img-wrapper .banner_text {
          font-size: 22px;
          max-width: 360px; } }
    .top_banner.banner_single-img .banner_img-wrapper .btn_type1 {
      width: 300px;
      margin-top: 30px; }
      @media (max-width: 767px) {
        .top_banner.banner_single-img .banner_img-wrapper .btn_type1 {
          margin-top: 20px;
          width: 220px; } }
  .top_banner.banner_simple-text {
    padding-bottom: 50px; }
    .top_banner.banner_simple-text .section_text {
      color: #ACADAD;
      font-size: 18px;
      line-height: 21px;
      margin: 0 auto;
      margin-top: 10px;
      text-align: center;
      max-width: 750px; }
  .top_banner.banner_large-text {
    padding: 50px 0; }
    @media (max-width: 767px) {
      .top_banner.banner_large-text {
        padding: 20px 0; } }
    .top_banner.banner_large-text .banner_first-title {
      text-align: center;
      color: #fff;
      font-size: 160px;
      line-height: 100%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      display: block;
      margin: 0;
      background: #FFC001;
      background: linear-gradient(180deg, #ffc001 0%, #171716 90%, #171716 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 1199px) {
        .top_banner.banner_large-text .banner_first-title {
          font-size: 130px; } }
      @media (max-width: 991px) {
        .top_banner.banner_large-text .banner_first-title {
          font-size: 110px; } }
      @media (max-width: 767px) {
        .top_banner.banner_large-text .banner_first-title {
          font-size: 70px; } }
      @media (max-width: 467px) {
        .top_banner.banner_large-text .banner_first-title {
          font-size: 52px; } }
    .top_banner.banner_large-text .banner_second-title {
      font-size: 100px;
      line-height: 100%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      color: #fff;
      display: block;
      text-align: center;
      margin: 0; }
      @media (max-width: 1199px) {
        .top_banner.banner_large-text .banner_second-title {
          font-size: 80px; } }
      @media (max-width: 991px) {
        .top_banner.banner_large-text .banner_second-title {
          font-size: 70px; } }
      @media (max-width: 767px) {
        .top_banner.banner_large-text .banner_second-title {
          font-size: 40px; } }
      @media (max-width: 467px) {
        .top_banner.banner_large-text .banner_second-title {
          font-size: 32px; } }
    .top_banner.banner_large-text .banner_text {
      font-size: 26px;
      line-height: 121%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      color: #fff;
      display: block;
      margin: 0 auto;
      text-align: center;
      max-width: 750px;
      margin-top: 30px; }
      @media (max-width: 767px) {
        .top_banner.banner_large-text .banner_text {
          font-size: 22px; } }
  .top_banner.banner_medium-text {
    padding: 50px 0; }
    @media (max-width: 767px) {
      .top_banner.banner_medium-text {
        padding: 20px 0; } }
    .top_banner.banner_medium-text .banner_first-title {
      text-align: center;
      color: #fff;
      font-size: 80px;
      line-height: 140%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      display: block;
      margin: 0;
      background: #FFC001;
      background: linear-gradient(180deg, #ffc001 0%, #171716 97%, #171716 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 1199px) {
        .top_banner.banner_medium-text .banner_first-title {
          font-size: 70px; } }
      @media (max-width: 991px) {
        .top_banner.banner_medium-text .banner_first-title {
          font-size: 60px; } }
      @media (max-width: 767px) {
        .top_banner.banner_medium-text .banner_first-title {
          font-size: 50px; } }
      @media (max-width: 467px) {
        .top_banner.banner_medium-text .banner_first-title {
          font-size: 40px; } }
  .top_banner.banner_with-bg .banner_img-wrapper {
    padding-top: 50%;
    background-size: cover !important;
    position: relative; }
    @media (max-width: 991px) {
      .top_banner.banner_with-bg .banner_img-wrapper {
        padding: 60px 30px;
        text-align: center; }
        .top_banner.banner_with-bg .banner_img-wrapper:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.6); } }
    .top_banner.banner_with-bg .banner_img-wrapper .banner_title {
      color: #fff;
      font-size: 42px;
      line-height: 121%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      display: block;
      margin: 0;
      position: absolute;
      top: 40px;
      left: 40px; }
      @media (max-width: 991px) {
        .top_banner.banner_with-bg .banner_img-wrapper .banner_title {
          position: relative;
          top: 0;
          left: 0;
          z-index: 1; } }
    .top_banner.banner_with-bg .banner_img-wrapper .right_content {
      position: absolute;
      top: 40px;
      right: 40px;
      text-align: right;
      max-width: 34%; }
      @media (max-width: 991px) {
        .top_banner.banner_with-bg .banner_img-wrapper .right_content {
          position: relative;
          max-width: 100%;
          text-align: center;
          margin-top: 20px;
          top: 0;
          right: 0;
          z-index: 1; } }
      .top_banner.banner_with-bg .banner_img-wrapper .right_content .banner_text {
        color: #C0C0C0;
        font-size: 16px;
        line-height: 21px;
        margin: 0;
        margin-bottom: 20px; }

.yellow_text {
  color: #FFC001; }

.text_separator {
  height: 1px;
  width: 100%;
  background: #333333;
  margin: 50px 0; }

.slots_available-container {
  text-align: center;
  margin-top: 20px; }
  .slots_available-container .slots_available {
    display: inline-block;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 17px 25px 13px;
    border-radius: 10px;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    color: #fff;
    text-align: center;
    padding-left: 58px; }
    @media (max-width: 767px) {
      .slots_available-container .slots_available {
        font-size: 20px; } }
    .slots_available-container .slots_available:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 25px;
      transform: translateY(-50%);
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #E2AA00;
      transition: .3s;
      animation: pulsate 3s infinite; }

/* Forms */
.wpcf7-form .wpcf7-acceptance {
  display: block; }
  .wpcf7-form .wpcf7-acceptance label {
    margin-bottom: 0;
    position: relative;
    cursor: pointer; }
  .wpcf7-form .wpcf7-acceptance a {
    color: #8F9FA3;
    transition: .3s; }
    .wpcf7-form .wpcf7-acceptance a:hover {
      text-decoration: none;
      color: #fff; }
  .wpcf7-form .wpcf7-acceptance:after {
    content: '';
    display: block;
    clear: both; }
  .wpcf7-form .wpcf7-acceptance > .wpcf7-list-item {
    width: 100%;
    float: left;
    display: block;
    margin: 0; }
    .wpcf7-form .wpcf7-acceptance > .wpcf7-list-item .wpcf7-list-item-label {
      color: #8F9FA3;
      font-weight: normal;
      font-size: 14px;
      line-height: 22px;
      padding-left: 30px;
      padding-right: 20px;
      padding-top: 0px; }
  .wpcf7-form .wpcf7-acceptance input[type=checkbox] {
    position: absolute;
    visibility: hidden; }
    .wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:before {
      display: block;
      position: absolute;
      content: '';
      border-radius: 5px;
      height: 20px;
      width: 20px;
      top: 2px;
      left: 0;
      border: 2px solid #fff;
      background: #fff; }
    .wpcf7-form .wpcf7-acceptance input[type=checkbox] + span:after {
      display: block;
      position: absolute;
      content: '\2713';
      border-radius: 100%;
      height: 12px;
      width: 12px;
      top: 2px;
      left: 4px;
      visibility: hidden;
      font-size: 18px;
      color: #000; }
    .wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + span:after {
      visibility: visible; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  clear: both;
  font-size: 18px;
  text-align: center;
  padding: 0px 15px;
  border: none;
  margin: 0;
  float: left;
  width: 100%; }

.wpcf7 form.failed .wpcf7-response-output {
  clear: both;
  font-size: 18px;
  text-align: center;
  padding: 0px 15px;
  border: none;
  margin: 0;
  float: left;
  width: 100%;
  color: red; }

.wpcf7 form.sent .wpcf7-response-output {
  clear: both;
  font-size: 18px;
  text-align: center;
  padding: 0px 15px;
  border: none;
  margin: 0;
  float: left;
  width: 100%;
  color: #fff; }

.wpcf7-spinner {
  margin: 5px auto;
  margin-top: 7px;
  display: block; }
  .wpcf7-spinner:before {
    background-color: #FFC001; }

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
  display: block; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
  opacity: 1; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  opacity: 1; }

form:after {
  content: '';
  display: block;
  clear: both; }
form .form_header {
  margin-bottom: 20px; }
  form .form_header .form_pretitle {
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    margin: 0;
    margin-bottom: 10px;
    color: #696969; }
  form .form_header .form_title {
    font-size: 42px;
    line-height: 110%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    margin: 0;
    color: #fff; }
  form .form_header .form_subtitle {
    color: #8F9FA3;
    font-family: 'Inter', arial, sans-serif;
    font-size: 16px;
    line-height: 140%;
    margin: 0; }
  form .form_header .form_img {
    border-radius: 10px;
    width: 100%;
    display: block;
    margin-top: 30px; }
form p {
  margin: 0; }
form label, form input {
  display: block;
  width: 100%; }
form .form_field {
  margin-bottom: 20px; }
form input[type="text"], form input[type="email"], form input[type="tel"], form textarea {
  font-size: 20px;
  line-height: 110%;
  text-transform: uppercase;
  font-family: 'Bebas Neue', arial, sans-serif;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
  padding: 6px 0 4px;
  font-weight: normal;
  width: 100%;
  display: block; }
  form input[type="text"]:hover, form input[type="text"]:active, form input[type="text"]:focus, form input[type="email"]:hover, form input[type="email"]:active, form input[type="email"]:focus, form input[type="tel"]:hover, form input[type="tel"]:active, form input[type="tel"]:focus, form textarea:hover, form textarea:active, form textarea:focus {
    outline: 0; }
form textarea {
  height: 37px; }
form input[type="submit"] {
  width: 100%;
  background: #FFC001;
  line-height: 23px;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Bebas Neue', arial, sans-serif;
  padding: 16px 25px 14px;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  border: none;
  transition: .3s;
  margin-top: 15px; }
  form input[type="submit"]:hover, form input[type="submit"]:active, form input[type="submit"]:focus {
    background: #fff;
    color: #000;
    text-decoration: none; }
form .field_label {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 125%;
  font-weight: normal;
  color: #fff;
  font-family: 'Bebas Neue', arial, sans-serif; }
form .wpcf7-checkbox {
  display: block; }
  form .wpcf7-checkbox label {
    margin-bottom: 0;
    position: relative;
    cursor: pointer; }
  form .wpcf7-checkbox a {
    color: #8F9FA3;
    transition: .3s; }
    form .wpcf7-checkbox a:hover {
      text-decoration: none;
      color: #fff; }
  form .wpcf7-checkbox:after {
    content: '';
    display: block;
    clear: both; }
  form .wpcf7-checkbox > .wpcf7-list-item {
    width: 100%;
    float: left;
    display: block;
    margin: 0;
    margin-bottom: 5px; }
    form .wpcf7-checkbox > .wpcf7-list-item .wpcf7-list-item-label {
      color: #8F9FA3;
      font-weight: normal;
      font-size: 14px;
      line-height: 22px;
      padding-left: 30px;
      padding-right: 20px;
      padding-top: 0px; }
  form .wpcf7-checkbox input[type=checkbox] {
    position: absolute;
    visibility: hidden; }
    form .wpcf7-checkbox input[type=checkbox] + span:before {
      display: block;
      position: absolute;
      content: '';
      border-radius: 5px;
      height: 20px;
      width: 20px;
      top: 2px;
      left: 0;
      border: 2px solid #fff;
      background: #fff; }
    form .wpcf7-checkbox input[type=checkbox] + span:after {
      display: block;
      position: absolute;
      content: '\2713';
      border-radius: 100%;
      height: 12px;
      width: 12px;
      top: 2px;
      left: 4px;
      visibility: hidden;
      font-size: 18px;
      color: #000; }
    form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
      visibility: visible; }

.select2-container {
  font-size: 20px;
  line-height: 110%;
  text-transform: uppercase;
  font-family: 'Bebas Neue', arial, sans-serif;
  font-weight: normal; }

.wpcf7-select + .select2-container {
  width: 100% !important; }

.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
  border-radius: 0;
  height: 37px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  height: 37px;
  line-height: 37px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
  display: block;
  height: 37px;
  line-height: 37px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent; }

.select2-dropdown {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0; }

.select2-results__option--selectable {
  color: #fff; }

.select2-container--default .select2-results__option--selected {
  background: #0B0B0B; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #FFC000;
  color: #000; }

.form_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.75);
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .form_popup.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }
  .form_popup .close_btn {
    width: 45px;
    height: 45px;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    transition: .3s;
    z-index: 1; }
    @media (max-width: 467px) {
      .form_popup .close_btn {
        top: 25px;
        right: 25px;
        width: 40px;
        height: 40px; } }
    .form_popup .close_btn svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 24px;
      height: auto; }
      @media (max-width: 467px) {
        .form_popup .close_btn svg {
          width: 20px; } }
    .form_popup .close_btn:hover {
      background: #FFC001; }
  .form_popup .popup_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #0B0B0B;
    border-radius: 15px;
    padding: 40px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    width: 950px; }
    @media (max-width: 991px) {
      .form_popup .popup_container {
        width: 750px; } }
    @media (max-width: 767px) {
      .form_popup .popup_container {
        width: 100%;
        max-height: 100vh;
        border-radius: 0; } }
    @media (max-width: 467px) {
      .form_popup .popup_container {
        padding: 25px; } }
    .form_popup .popup_container .form_container .form_header {
      padding-right: 80px; }
    .form_popup .popup_container .form_container form input[type="text"],
    .form_popup .popup_container .form_container form input[type="email"],
    .form_popup .popup_container .form_container form input[type="tel"],
    .form_popup .popup_container .form_container form textarea {
      background: #0B0B0B; }

/* Popups */
.popup_program {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.75);
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .popup_program.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }
  .popup_program .close_btn {
    width: 45px;
    height: 45px;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    transition: .3s;
    z-index: 1; }
    @media (max-width: 467px) {
      .popup_program .close_btn {
        top: 25px;
        right: 25px;
        width: 40px;
        height: 40px; } }
    .popup_program .close_btn svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 24px;
      height: auto; }
      @media (max-width: 467px) {
        .popup_program .close_btn svg {
          width: 20px; } }
    .popup_program .close_btn:hover {
      background: #FFC001; }
  .popup_program .popup_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #0B0B0B;
    border-radius: 15px;
    padding: 40px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    width: 950px; }
    @media (max-width: 991px) {
      .popup_program .popup_container {
        width: 750px; } }
    @media (max-width: 767px) {
      .popup_program .popup_container {
        width: 100%;
        max-height: 100vh;
        border-radius: 0; } }
    @media (max-width: 467px) {
      .popup_program .popup_container {
        padding: 25px; } }
    .popup_program .popup_container .text_container .popup_header {
      padding-right: 80px; }
      .popup_program .popup_container .text_container .popup_header .popup_pretitle {
        font-size: 24px;
        line-height: 110%;
        text-transform: uppercase;
        font-family: 'Bebas Neue', arial, sans-serif;
        margin: 0;
        margin-bottom: 10px;
        color: #696969; }
      .popup_program .popup_container .text_container .popup_header .popup_title {
        font-size: 34px;
        line-height: 110%;
        text-transform: uppercase;
        font-family: 'Bebas Neue', arial, sans-serif;
        margin: 0;
        color: #fff; }
      .popup_program .popup_container .text_container .popup_header .popup_subtitle {
        color: #8F9FA3;
        font-family: 'Inter', arial, sans-serif;
        font-size: 16px;
        line-height: 140%;
        margin: 0; }
    .popup_program .popup_container .btn_container {
      margin-top: 30px;
      text-align: center; }

/* HEADER & FOOTER */
.header {
  font-size: 0;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%; }
  @media (min-width: 1420px) {
    .header .container {
      width: 1380px; } }
  .header .container .col-lg-6, .header .container .col-md-4, .header .container .col-md-8, .header .container .col-sm-2, .header .container .col-sm-10 {
    float: none;
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 767px) {
    .header .container .logos_container {
      width: 65%; } }
  .header .container .header_mobile-trigger {
    display: none;
    text-align: right;
    z-index: 2; }
    @media (max-width: 1199px) {
      .header .container .header_mobile-trigger {
        display: inline-block; } }
    @media (max-width: 767px) {
      .header .container .header_mobile-trigger {
        width: 35%; } }
  .header .container .header_menus {
    text-align: right;
    display: inline-block; }
    @media (max-width: 1199px) {
      .header .container .header_menus {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #000;
        pointer-events: none;
        z-index: 1; }
        .header .container .header_menus.active {
          opacity: 1;
          visibility: visible;
          pointer-events: auto; }
        .header .container .header_menus .header_menus-container {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          width: 100%;
          padding: 0 15px; } }
  .header .top_bar {
    position: relative;
    z-index: 3; }
    .header .top_bar .top_bar-container {
      background: #0B0B0B;
      text-align: right;
      position: relative;
      overflow: hidden;
      height: 35px;
      transition: .3s; }
      @media (max-width: 767px) {
        .header .top_bar .top_bar-container {
          text-align: center; } }
      .header .top_bar .top_bar-container .container {
        padding: 6px 15px; }
    .header .top_bar .sm_menu-container, .header .top_bar .nl_btn {
      display: inline-block;
      vertical-align: middle; }
    .header .top_bar .sm_menu-container .menu_text {
      display: inline-block;
      vertical-align: middle;
      font-family: 'Bebas Neue', arial, sans-serif;
      font-size: 16px;
      line-height: 16px;
      margin-right: 20px;
      position: relative;
      top: 1px; }
    .header .top_bar .sm_menu-container .sm_menu {
      display: inline-block;
      vertical-align: middle;
      list-style: none;
      padding: 0;
      margin: 0; }
      .header .top_bar .sm_menu-container .sm_menu .menu_item {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
        .header .top_bar .sm_menu-container .sm_menu .menu_item:first-child {
          margin-left: 0; }
        .header .top_bar .sm_menu-container .sm_menu .menu_item a {
          display: block; }
          .header .top_bar .sm_menu-container .sm_menu .menu_item a svg path {
            fill: #fff;
            transition: .3s; }
          .header .top_bar .sm_menu-container .sm_menu .menu_item a:hover svg path {
            fill: #FFC000; }
          .header .top_bar .sm_menu-container .sm_menu .menu_item a:focus svg path, .header .top_bar .sm_menu-container .sm_menu .menu_item a:active svg path {
            fill: #fff; }
    .header .top_bar .nl_btn {
      padding-left: 25px;
      margin-left: 25px;
      border-left: 1px solid #fff; }
      @media (max-width: 390px) {
        .header .top_bar .nl_btn {
          padding-left: 10px;
          margin-left: 10px; } }
      .header .top_bar .nl_btn .btn_text {
        vertical-align: middle;
        font-family: 'Bebas Neue', arial, sans-serif;
        font-size: 18px;
        line-height: 18px;
        position: relative;
        top: 1px;
        cursor: pointer;
        transition: .3s; }
        .header .top_bar .nl_btn .btn_text:hover, .header .top_bar .nl_btn .btn_text:focus, .header .top_bar .nl_btn .btn_text:active {
          color: #FFC000; }
    .header .top_bar .newsletter_modal {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      width: 100%;
      background: #0B0B0B;
      z-index: 9999;
      text-align: left;
      height: 0;
      overflow: hidden;
      transition: .5s; }
      .header .top_bar .newsletter_modal.active {
        height: 680px; }
        @media (max-width: 1199px) {
          .header .top_bar .newsletter_modal.active {
            height: calc(100vh - 35px); } }
        .header .top_bar .newsletter_modal.active .modal_container {
          opacity: 1;
          visibility: visible;
          transition-delay: 0.3s;
          height: 100%;
          overflow-y: auto; }
      .header .top_bar .newsletter_modal .modal_container {
        position: relative;
        padding: 30px 0 60px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease 0.3s, visibility 0.5s ease 0.3s; }
        @media (max-width: 1199px) {
          .header .top_bar .newsletter_modal .modal_container {
            padding: 50px 0; } }
        @media (max-width: 467px) {
          .header .top_bar .newsletter_modal .modal_container {
            padding: 40px 0 80px; } }
        .header .top_bar .newsletter_modal .modal_container .nl_form-container {
          max-width: 1000px;
          margin: 0 auto; }
          .header .top_bar .newsletter_modal .modal_container .nl_form-container input[type="text"], .header .top_bar .newsletter_modal .modal_container .nl_form-container input[type="email"], .header .top_bar .newsletter_modal .modal_container .nl_form-container input[type="tel"], .header .top_bar .newsletter_modal .modal_container .nl_form-container textarea {
            background: #0B0B0B; }
      .header .top_bar .newsletter_modal .close_modal {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer; }
  .header .bottom_bar {
    background: #000;
    padding: 30px 0;
    transition: .3s;
    z-index: 1; }
    .header .bottom_bar .main_logo, .header .bottom_bar .sec_logo-container {
      float: left; }
    .header .bottom_bar .main_logo {
      margin-right: 25px; }
      @media (max-width: 1419px) {
        .header .bottom_bar .main_logo {
          margin-right: 15px; } }
      .header .bottom_bar .main_logo .logo {
        width: 232px;
        height: auto;
        display: block; }
        @media (max-width: 767px) {
          .header .bottom_bar .main_logo .logo {
            width: 160px; } }
    @media (max-width: 767px) {
      .header .bottom_bar .sec_logo-container {
        display: none; } }
    .header .bottom_bar .main_menu-container, .header .bottom_bar .button_menu-container {
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
      @media (max-width: 1199px) {
        .header .bottom_bar .main_menu-container, .header .bottom_bar .button_menu-container {
          display: block;
          text-align: center; } }
      .header .bottom_bar .main_menu-container ul, .header .bottom_bar .button_menu-container ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .header .bottom_bar .main_menu-container ul > li, .header .bottom_bar .button_menu-container ul > li {
          display: inline-block;
          vertical-align: middle; }
          @media (max-width: 1199px) {
            .header .bottom_bar .main_menu-container ul > li, .header .bottom_bar .button_menu-container ul > li {
              display: block; } }
          .header .bottom_bar .main_menu-container ul > li > a, .header .bottom_bar .button_menu-container ul > li > a {
            display: block;
            font-family: 'Bebas Neue', arial, sans-serif;
            font-size: 22px;
            line-height: 18px;
            color: #fff;
            transition: .3s;
            padding: 11px 10px 9px;
            border-radius: 10px;
            cursor: pointer; }
            @media (max-width: 1199px) {
              .header .bottom_bar .main_menu-container ul > li > a, .header .bottom_bar .button_menu-container ul > li > a {
                font-size: 26px;
                line-height: 26px;
                display: inline-block;
                position: relative;
                padding: 11px 20px 9px; } }
          .header .bottom_bar .main_menu-container ul > li:hover > a, .header .bottom_bar .main_menu-container ul > li:focus > a, .header .bottom_bar .main_menu-container ul > li:active > a, .header .bottom_bar .button_menu-container ul > li:hover > a, .header .bottom_bar .button_menu-container ul > li:focus > a, .header .bottom_bar .button_menu-container ul > li:active > a {
            color: #FFC000;
            outline: 0;
            text-decoration: none; }
            @media (max-width: 1199px) {
              .header .bottom_bar .main_menu-container ul > li:hover > a, .header .bottom_bar .main_menu-container ul > li:focus > a, .header .bottom_bar .main_menu-container ul > li:active > a, .header .bottom_bar .button_menu-container ul > li:hover > a, .header .bottom_bar .button_menu-container ul > li:focus > a, .header .bottom_bar .button_menu-container ul > li:active > a {
                color: #fff; } }
          .header .bottom_bar .main_menu-container ul > li:hover > .sub-menu, .header .bottom_bar .main_menu-container ul > li:focus > .sub-menu, .header .bottom_bar .main_menu-container ul > li:active > .sub-menu, .header .bottom_bar .button_menu-container ul > li:hover > .sub-menu, .header .bottom_bar .button_menu-container ul > li:focus > .sub-menu, .header .bottom_bar .button_menu-container ul > li:active > .sub-menu {
            opacity: 1;
            visibility: visible; }
          .header .bottom_bar .main_menu-container ul > li .sub-menu, .header .bottom_bar .button_menu-container ul > li .sub-menu {
            position: absolute;
            top: 100%;
            left: 10px;
            background: #000;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 15px;
            overflow: hidden;
            opacity: 0;
            visibility: hidden;
            transition: .3s; }
            @media (max-width: 1199px) {
              .header .bottom_bar .main_menu-container ul > li .sub-menu, .header .bottom_bar .button_menu-container ul > li .sub-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                border: none;
                border-radius: 0; } }
            .header .bottom_bar .main_menu-container ul > li .sub-menu li, .header .bottom_bar .button_menu-container ul > li .sub-menu li {
              border-bottom: 1px solid rgba(255, 255, 255, 0.1);
              display: block;
              margin: 0;
              padding: 0; }
              @media (max-width: 1199px) {
                .header .bottom_bar .main_menu-container ul > li .sub-menu li, .header .bottom_bar .button_menu-container ul > li .sub-menu li {
                  border: none; } }
              .header .bottom_bar .main_menu-container ul > li .sub-menu li:last-child, .header .bottom_bar .button_menu-container ul > li .sub-menu li:last-child {
                border: none; }
              .header .bottom_bar .main_menu-container ul > li .sub-menu li a, .header .bottom_bar .button_menu-container ul > li .sub-menu li a {
                font-size: 20px;
                padding: 16px 25px 14px;
                cursor: pointer; }
                @media (max-width: 1199px) {
                  .header .bottom_bar .main_menu-container ul > li .sub-menu li a, .header .bottom_bar .button_menu-container ul > li .sub-menu li a {
                    padding: 11px 10px 9px;
                    font-size: 22px;
                    line-height: 22px; } }
              .header .bottom_bar .main_menu-container ul > li .sub-menu li:hover > a, .header .bottom_bar .main_menu-container ul > li .sub-menu li:focus > a, .header .bottom_bar .main_menu-container ul > li .sub-menu li:active > a, .header .bottom_bar .button_menu-container ul > li .sub-menu li:hover > a, .header .bottom_bar .button_menu-container ul > li .sub-menu li:focus > a, .header .bottom_bar .button_menu-container ul > li .sub-menu li:active > a {
                text-decoration: none;
                outline: 0;
                color: #FFC000;
                border-radius: 0; }
                @media (max-width: 1199px) {
                  .header .bottom_bar .main_menu-container ul > li .sub-menu li:hover > a, .header .bottom_bar .main_menu-container ul > li .sub-menu li:focus > a, .header .bottom_bar .main_menu-container ul > li .sub-menu li:active > a, .header .bottom_bar .button_menu-container ul > li .sub-menu li:hover > a, .header .bottom_bar .button_menu-container ul > li .sub-menu li:focus > a, .header .bottom_bar .button_menu-container ul > li .sub-menu li:active > a {
                    color: #fff; } }
    .header .bottom_bar .main_menu-container > ul > li {
      padding: 0 5px;
      position: relative; }
      .header .bottom_bar .main_menu-container > ul > li:last-child a {
        color: #FFC000; }
      .header .bottom_bar .main_menu-container > ul > li.current-menu-item, .header .bottom_bar .main_menu-container > ul > li.current-menu-parent {
        position: relative; }
        .header .bottom_bar .main_menu-container > ul > li.current-menu-item > a, .header .bottom_bar .main_menu-container > ul > li.current-menu-parent > a {
          color: #FFC000; }
          .header .bottom_bar .main_menu-container > ul > li.current-menu-item > a svg, .header .bottom_bar .main_menu-container > ul > li.current-menu-parent > a svg {
            width: 12px;
            height: auto;
            position: absolute;
            left: 2px;
            top: 50%;
            transform: translateY(-50%); }
        .header .bottom_bar .main_menu-container > ul > li.current-menu-item .sub-menu > li.current-menu-item a, .header .bottom_bar .main_menu-container > ul > li.current-menu-item .sub-menu > li.current-menu-parent a, .header .bottom_bar .main_menu-container > ul > li.current-menu-parent .sub-menu > li.current-menu-item a, .header .bottom_bar .main_menu-container > ul > li.current-menu-parent .sub-menu > li.current-menu-parent a {
          color: #FFC000; }
      .header .bottom_bar .main_menu-container > ul > li.icon_locked {
        margin-left: 15px;
        position: relative; }
        .header .bottom_bar .main_menu-container > ul > li.icon_locked > a {
          color: #FFC000; }
          .header .bottom_bar .main_menu-container > ul > li.icon_locked > a svg {
            width: 17px;
            height: auto;
            position: absolute;
            left: -4px;
            top: 48%;
            transform: translateY(-50%); }
    .header .bottom_bar .button_menu-container {
      margin-left: 25px; }
      @media (max-width: 1199px) {
        .header .bottom_bar .button_menu-container {
          margin-left: 0;
          margin-top: 15px; } }
      .header .bottom_bar .button_menu-container ul li a {
        background: #FFC001;
        color: #000; }
      .header .bottom_bar .button_menu-container ul li:hover a, .header .bottom_bar .button_menu-container ul li:focus a, .header .bottom_bar .button_menu-container ul li:active a, .header .bottom_bar .button_menu-container ul li.current-menu-item a {
        background: #fff;
        color: #000;
        text-decoration: none; }
  .header.sticky .top_bar .top_bar-container {
    height: 0; }
  .header.sticky .bottom_bar {
    padding: 15px 0; }

.partner-logos {
  display: block !important;
  float: left; }
  @media (max-width: 767px) {
    .partner-logos {
      width: 100%; } }
  .partner-logos .sec_logo {
    width: auto;
    height: 100%; }
  .partner-logos .sec_logo-container {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
    position: relative; }
    .partner-logos .sec_logo-container.neh_logo {
      width: auto;
      height: 55px;
      padding: 20px 0 6px 0; }
      .partner-logos .sec_logo-container.neh_logo:before {
        content: 'Program';
        display: block;
        color: #fff;
        font-size: 10px;
        margin-bottom: 5px;
        position: absolute;
        top: 0;
        z-index: 1; }
    .partner-logos .sec_logo-container.raiffeisen_logo {
      width: auto;
      height: 55px;
      padding: 20px 0 6px 10px;
      margin-left: 10px;
      border-left: 1px solid rgba(255, 255, 255, 0.5); }
      .partner-logos .sec_logo-container.raiffeisen_logo:before {
        content: 'Sponsorizat de';
        display: block;
        color: #fff;
        font-size: 10px;
        margin-bottom: 5px;
        position: absolute;
        top: 0;
        z-index: 1; }
  .partner-logos.content_logos {
    width: 100%;
    float: none; }

.footer_top-bg {
  padding-bottom: 10px;
  overflow: hidden; }
  .footer_top-bg img {
    display: block;
    width: 100%;
    height: auto;
    min-width: 800px; }

.footer {
  background: #0C0C0C;
  font-size: 0;
  padding: 56px 0; }
  @media (min-width: 1420px) {
    .footer .container {
      width: 1380px; } }
  .footer .col-sm-6:first-child {
    padding-right: 30px; }
    @media (max-width: 991px) {
      .footer .col-sm-6:first-child {
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .footer .col-sm-6:first-child {
        padding-right: 15px; } }
  .footer .col-sm-6:last-child {
    padding-left: 100px; }
    @media (max-width: 991px) {
      .footer .col-sm-6:last-child {
        padding-left: 40px; } }
    @media (max-width: 767px) {
      .footer .col-sm-6:last-child {
        padding-left: 15px; } }
  .footer .footer_logos-container {
    width: 100%; }
    @media (max-width: 767px) {
      .footer .footer_logos-container {
        text-align: center; } }
    .footer .footer_logos-container:after {
      content: '';
      display: block;
      clear: both; }
    .footer .footer_logos-container .main_logo, .footer .footer_logos-container .sec_logo-container {
      float: left; }
      @media (max-width: 767px) {
        .footer .footer_logos-container .main_logo, .footer .footer_logos-container .sec_logo-container {
          display: inline-block;
          float: none;
          vertical-align: top; } }
    .footer .footer_logos-container .main_logo {
      margin-right: 25px; }
      @media (max-width: 1419px) {
        .footer .footer_logos-container .main_logo {
          display: block;
          float: none;
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .footer .footer_logos-container .main_logo {
          text-align: center;
          margin-right: 0; } }
      .footer .footer_logos-container .main_logo .logo {
        width: 232px;
        height: auto;
        display: block; }
        @media (max-width: 767px) {
          .footer .footer_logos-container .main_logo .logo {
            display: inline-block; } }
  .footer .footer_text-container {
    margin-top: 49px;
    width: 100%;
    max-width: 350px; }
    @media (max-width: 767px) {
      .footer .footer_text-container {
        text-align: center;
        margin: 30px auto 0; } }
    .footer .footer_text-container .footer_desc {
      display: block;
      font-size: 16px;
      line-height: 140%;
      color: #8F9FA3; }
    .footer .footer_text-container .more_btn {
      font-size: 14px;
      display: inline-block;
      font-weight: 600;
      color: #fff;
      transition: .3s;
      margin-top: 16px; }
      .footer .footer_text-container .more_btn:hover, .footer .footer_text-container .more_btn:focus, .footer .footer_text-container .more_btn:active {
        color: #FFC000;
        text-decoration: none; }
  .footer .footer_sm-container {
    margin-top: 35px; }
    @media (max-width: 1199px) {
      .footer .footer_sm-container {
        margin-top: 130px; } }
    @media (max-width: 767px) {
      .footer .footer_sm-container {
        margin-top: 30px; } }
    .footer .footer_sm-container:after {
      content: '';
      display: block;
      clear: both; }
    .footer .footer_sm-container .sm_menu, .footer .footer_sm-container .footer_copyright {
      display: inline-block;
      vertical-align: middle;
      width: 100%; }
      @media (max-width: 767px) {
        .footer .footer_sm-container .sm_menu, .footer .footer_sm-container .footer_copyright {
          display: block;
          width: 100%;
          text-align: center; } }
    .footer .footer_sm-container .footer_copyright {
      color: #8F9FA3;
      font-size: 14px;
      line-height: 140%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif; }
      @media (max-width: 767px) {
        .footer .footer_sm-container .footer_copyright {
          text-align: center;
          margin-top: 20px; } }
  @media (max-width: 767px) {
    .footer .footer_menus-container {
      margin-top: 30px; } }
  .footer .footer_menus-container .main_menu-container, .footer .footer_menus-container .button_menu-container {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
    @media (max-width: 1199px) {
      .footer .footer_menus-container .main_menu-container, .footer .footer_menus-container .button_menu-container {
        display: block; } }
    @media (max-width: 767px) {
      .footer .footer_menus-container .main_menu-container, .footer .footer_menus-container .button_menu-container {
        text-align: center; } }
    .footer .footer_menus-container .main_menu-container ul, .footer .footer_menus-container .button_menu-container ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .footer .footer_menus-container .main_menu-container ul li, .footer .footer_menus-container .button_menu-container ul li {
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 1199px) {
          .footer .footer_menus-container .main_menu-container ul li, .footer .footer_menus-container .button_menu-container ul li {
            display: block; } }
        .footer .footer_menus-container .main_menu-container ul li a, .footer .footer_menus-container .button_menu-container ul li a {
          display: block;
          font-family: 'Bebas Neue', arial, sans-serif;
          font-size: 22px;
          color: #fff;
          transition: .3s;
          padding: 11px 10px 9px;
          border-radius: 10px; }
          @media (max-width: 1199px) {
            .footer .footer_menus-container .main_menu-container ul li a, .footer .footer_menus-container .button_menu-container ul li a {
              display: inline-block;
              padding: 0;
              margin-bottom: 10px; } }
        .footer .footer_menus-container .main_menu-container ul li:hover a, .footer .footer_menus-container .main_menu-container ul li:focus a, .footer .footer_menus-container .main_menu-container ul li:active a, .footer .footer_menus-container .button_menu-container ul li:hover a, .footer .footer_menus-container .button_menu-container ul li:focus a, .footer .footer_menus-container .button_menu-container ul li:active a {
          color: #FFC000;
          text-decoration: none; }
        .footer .footer_menus-container .main_menu-container ul li .sub-menu, .footer .footer_menus-container .button_menu-container ul li .sub-menu {
          display: none; }
  .footer .footer_menus-container .main_menu-container ul li {
    padding: 0 5px; }
    @media (max-width: 1199px) {
      .footer .footer_menus-container .main_menu-container ul li {
        padding: 0; } }
    .footer .footer_menus-container .main_menu-container ul li:first-child {
      padding-left: 0; }
      .footer .footer_menus-container .main_menu-container ul li:first-child a {
        padding-left: 0; }
    .footer .footer_menus-container .main_menu-container ul li.current-menu-item a {
      color: #FFC000; }
  .footer .footer_menus-container .button_menu-container {
    margin-left: 25px; }
    @media (max-width: 1199px) {
      .footer .footer_menus-container .button_menu-container {
        margin: 0; } }
    .footer .footer_menus-container .button_menu-container ul li a {
      background: #FFC001;
      color: #000; }
      @media (max-width: 1199px) {
        .footer .footer_menus-container .button_menu-container ul li a {
          display: inline-block;
          padding: 11px 10px 9px; } }
    .footer .footer_menus-container .button_menu-container ul li:hover a, .footer .footer_menus-container .button_menu-container ul li:focus a, .footer .footer_menus-container .button_menu-container ul li:active a {
      background: #fff;
      color: #000;
      text-decoration: none; }
  .footer .footer_menus-bottom-container {
    margin-top: 61px; }
    .footer .footer_menus-bottom-container:after {
      content: '';
      display: block;
      clear: both; }
    @media (max-width: 1199px) {
      .footer .footer_menus-bottom-container {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .footer .footer_menus-bottom-container {
        text-align: center;
        margin-top: 30px; } }
    .footer .footer_menus-bottom-container .menu_title {
      color: #fff;
      font-size: 20px;
      line-height: 110%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      margin: 0;
      margin-bottom: 16px; }
    .footer .footer_menus-bottom-container .contact_item {
      display: inline-block;
      color: #8F9FA3;
      font-size: 14px;
      display: block; }
      .footer .footer_menus-bottom-container .contact_item.phone_text {
        transition: .3s;
        display: inline-block; }
        .footer .footer_menus-bottom-container .contact_item.phone_text:hover, .footer .footer_menus-bottom-container .contact_item.phone_text:focus, .footer .footer_menus-bottom-container .contact_item.phone_text:active {
          color: #fff;
          text-decoration: none; }
    .footer .footer_menus-bottom-container ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .footer .footer_menus-bottom-container ul li {
        font-size: 14px;
        line-height: 160%;
        display: block; }
        .footer .footer_menus-bottom-container ul li a {
          display: inline-block;
          color: #8F9FA3;
          font-size: 14px;
          transition: .3s; }
        .footer .footer_menus-bottom-container ul li:hover a, .footer .footer_menus-bottom-container ul li:focus a, .footer .footer_menus-bottom-container ul li:active a {
          color: #fff;
          text-decoration: none; }
    .footer .footer_menus-bottom-container .contact_section, .footer .footer_menus-bottom-container .menu_section {
      float: left;
      width: 50%; }
      @media (max-width: 1199px) {
        .footer .footer_menus-bottom-container .contact_section, .footer .footer_menus-bottom-container .menu_section {
          width: 100%; } }
    .footer .footer_menus-bottom-container .contact_section {
      font-family: 'Bebas Neue', arial, sans-serif; }
      .footer .footer_menus-bottom-container .contact_section ul li {
        font-size: 20px; }
        .footer .footer_menus-bottom-container .contact_section ul li a {
          font-size: 20px; }
    @media (max-width: 1199px) {
      .footer .footer_menus-bottom-container .menu_section {
        margin-top: 20px; } }
    .footer .footer_menus-bottom-container .sm_menu {
      padding: 0;
      margin: 0;
      list-style: none;
      margin-top: 70px;
      float: left;
      width: 100%; }
      @media (max-width: 1419px) {
        .footer .footer_menus-bottom-container .sm_menu {
          margin-top: 150px; } }
      @media (max-width: 1199px) {
        .footer .footer_menus-bottom-container .sm_menu {
          margin-top: 30px; } }
      .footer .footer_menus-bottom-container .sm_menu .menu_item {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
        .footer .footer_menus-bottom-container .sm_menu .menu_item:first-child {
          margin: 0; }
        .footer .footer_menus-bottom-container .sm_menu .menu_item a {
          display: block;
          width: 40px;
          height: 40px;
          border-radius: 100%;
          background: #fff;
          position: relative;
          transition: .3s; }
          .footer .footer_menus-bottom-container .sm_menu .menu_item a svg {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%); }
        .footer .footer_menus-bottom-container .sm_menu .menu_item:hover a, .footer .footer_menus-bottom-container .sm_menu .menu_item:focus a, .footer .footer_menus-bottom-container .sm_menu .menu_item:active a {
          background: #FFC000; }

/* HOMEPAGE */
.statistics_section {
  padding: 50px 0;
  overflow-x: hidden; }
  .statistics_section .slider_wrapper {
    margin-bottom: 30px; }
    .statistics_section .slider_wrapper:before {
      content: '';
      display: block;
      position: absolute;
      right: 98%;
      top: 0px;
      bottom: 0;
      background: black;
      background: linear-gradient(90deg, black 0%, black 85%, rgba(0, 0, 0, 0.95) 93%, rgba(0, 0, 0, 0) 100%);
      z-index: 1;
      width: 150%; }
    .statistics_section .slider_wrapper:after {
      content: '';
      display: block;
      position: absolute;
      left: 98%;
      top: 0px;
      bottom: 0;
      background: black;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 7%, black 15%, black 100%);
      z-index: 1;
      width: 150%; }
  .statistics_section .statistics_slider {
    width: 80%; }
    @media (max-width: 1199px) {
      .statistics_section .statistics_slider {
        width: 90%; } }
    @media (max-width: 991px) {
      .statistics_section .statistics_slider {
        width: 70%; } }
    @media (max-width: 650px) {
      .statistics_section .statistics_slider {
        width: 90%; } }
    @media (max-width: 467px) {
      .statistics_section .statistics_slider {
        width: 96%; } }
    .statistics_section .statistics_slider .owl-stage:after {
      content: '';
      display: block;
      clear: both; }
    .statistics_section .statistics_slider .owl-stage .owl-item {
      float: left;
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 15px;
      font-size: 0;
      padding: 0 20px; }
      @media (max-width: 360px) {
        .statistics_section .statistics_slider .owl-stage .owl-item {
          padding: 0 10px; } }
      .statistics_section .statistics_slider .owl-stage .owl-item .slider_item {
        padding: 20px 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .statistics_section .statistics_slider .owl-stage .owl-item .slider_item .slide_no {
          flex: 0 0 45%;
          text-align: center;
          color: #fff;
          font-size: 75px;
          line-height: 1;
          text-transform: uppercase;
          font-family: 'Bebas Neue', arial, sans-serif;
          margin: 0;
          background: linear-gradient(180deg, #ffc001 0%, #171716 75%, #171716 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          padding: 30px 20px 30px 0;
          border-right: 1px solid #131313; }
          @media (max-width: 650px) {
            .statistics_section .statistics_slider .owl-stage .owl-item .slider_item .slide_no {
              font-size: 60px; } }
          @media (max-width: 360px) {
            .statistics_section .statistics_slider .owl-stage .owl-item .slider_item .slide_no {
              padding: 30px 10px 30px 0;
              font-size: 50px;
              flex: 0 0 40%; } }
        .statistics_section .statistics_slider .owl-stage .owl-item .slider_item .slide_desc {
          flex: 0 0 55%;
          font-family: 'Inter', arial, sans-serif;
          font-size: 16px;
          line-height: 21px;
          padding: 0 0 0 20px; }
          @media (max-width: 650px) {
            .statistics_section .statistics_slider .owl-stage .owl-item .slider_item .slide_desc {
              font-size: 14px; } }
          @media (max-width: 360px) {
            .statistics_section .statistics_slider .owl-stage .owl-item .slider_item .slide_desc {
              padding: 0 0 0 10px;
              flex: 0 0 60%; } }
    .statistics_section .statistics_slider .owl-nav, .statistics_section .statistics_slider .owl-dots {
      display: none; }
  .statistics_section .slider_nav {
    text-align: right;
    font-size: 0; }
    @media (max-width: 991px) {
      .statistics_section .slider_nav {
        text-align: center;
        margin-bottom: 20px; } }
    .statistics_section .slider_nav .prev, .statistics_section .slider_nav .next {
      display: inline-block;
      vertical-align: middle;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #FFC001;
      position: relative;
      border: none;
      cursor: pointer;
      transition: .3s; }
      .statistics_section .slider_nav .prev svg, .statistics_section .slider_nav .next svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
      .statistics_section .slider_nav .prev.disabled, .statistics_section .slider_nav .next.disabled {
        background: #181818;
        cursor: default; }
        .statistics_section .slider_nav .prev.disabled:hover, .statistics_section .slider_nav .next.disabled:hover {
          background: #181818; }
      .statistics_section .slider_nav .prev:hover, .statistics_section .slider_nav .next:hover {
        background: #fff; }
    .statistics_section .slider_nav .prev {
      margin-right: 5px; }
    .statistics_section .slider_nav .next {
      margin-left: 5px; }
  .statistics_section .bottom_container {
    font-size: 0; }
    @media (max-width: 991px) {
      .statistics_section .bottom_container {
        display: flex;
        flex-direction: column-reverse; } }
  .statistics_section .bottom_title-container,
  .statistics_section .bottom_text-container,
  .statistics_section .bottom_nav-container {
    display: inline-block;
    vertical-align: middle; }
  .statistics_section .bottom_title-container,
  .statistics_section .bottom_nav-container {
    width: 25%; }
    @media (max-width: 991px) {
      .statistics_section .bottom_title-container,
      .statistics_section .bottom_nav-container {
        width: 100%;
        text-align: center; } }
  .statistics_section .bottom_text-container {
    width: 50%; }
    @media (max-width: 991px) {
      .statistics_section .bottom_text-container {
        width: 100%;
        margin-bottom: 20px; } }
  .statistics_section .bottom_title {
    color: #fff;
    font-size: 42px;
    line-height: 121%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    margin: 0; }
  .statistics_section .bottom_text {
    margin: 0 auto;
    font-size: 16px;
    line-height: 140%;
    max-width: 480px;
    text-align: center; }

.quiz_section {
  padding: 50px 0; }
  .quiz_section .competitiv_poll > form > div {
    padding: 4% 10% !important; }
    @media (max-width: 991px) {
      .quiz_section .competitiv_poll > form > div {
        padding: 5% !important; } }
    .quiz_section .competitiv_poll > form > div .apm-title-box {
      margin: 0 !important; }
      .quiz_section .competitiv_poll > form > div .apm-title-box div {
        text-align: left !important;
        color: #696969 !important;
        font-size: 24px !important;
        line-height: 121% !important;
        text-transform: uppercase !important;
        font-family: "Bebas Neue", arial, sans-serif !important; }
        @media (max-width: 467px) {
          .quiz_section .competitiv_poll > form > div .apm-title-box div {
            font-size: 20px !important; } }
    .quiz_section .competitiv_poll > form > div .ays_question {
      margin: 0 !important;
      margin-top: 20px !important; }
      .quiz_section .competitiv_poll > form > div .ays_question p {
        text-align: left !important;
        color: #fff !important;
        font-size: 42px !important;
        line-height: 121% !important;
        text-transform: uppercase !important;
        font-family: "Bebas Neue", arial, sans-serif !important; }
        @media (max-width: 991px) {
          .quiz_section .competitiv_poll > form > div .ays_question p {
            font-size: 34px !important; } }
        @media (max-width: 467px) {
          .quiz_section .competitiv_poll > form > div .ays_question p {
            font-size: 26px !important; } }
    .quiz_section .competitiv_poll > form > div .apm-answers {
      margin-top: 30px !important; }
      .quiz_section .competitiv_poll > form > div .apm-answers .ays-poll-answer-container-list {
        margin-bottom: 15px !important; }
      .quiz_section .competitiv_poll > form > div .apm-answers .apm-choosing label.ays_label_poll {
        border-radius: 10px !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        padding: 15px !important;
        font-size: 18px !important;
        background: #000 !important;
        transition: .3s; }
        @media (max-width: 991px) {
          .quiz_section .competitiv_poll > form > div .apm-answers .apm-choosing label.ays_label_poll {
            font-size: 16px !important; } }
        .quiz_section .competitiv_poll > form > div .apm-answers .apm-choosing label.ays_label_poll .ays-poll-answers span {
          color: #fff !important;
          transition: 0.3s !important; }
        .quiz_section .competitiv_poll > form > div .apm-answers .apm-choosing label.ays_label_poll:hover {
          background: #ffc001 !important; }
          .quiz_section .competitiv_poll > form > div .apm-answers .apm-choosing label.ays_label_poll:hover .ays-poll-answers span {
            color: #000 !important; }
      .quiz_section .competitiv_poll > form > div .apm-answers .apm-choosing input[type="radio"]:checked + label {
        background: #ffc001 !important;
        font-weight: 400 !important; }
        .quiz_section .competitiv_poll > form > div .apm-answers .apm-choosing input[type="radio"]:checked + label .ays-poll-answers span {
          color: #000 !important; }
    .quiz_section .competitiv_poll > form > div .apm-button-box {
      margin-top: 30px !important;
      margin-bottom: 0 !important; }
      .quiz_section .competitiv_poll > form > div .apm-button-box .ays-poll-btn {
        background: #FFC001 !important;
        line-height: 23px !important;
        font-size: 28px !important;
        text-transform: uppercase !important;
        font-family: "Bebas Neue", arial, sans-serif !important;
        padding: 16px 25px 14px !important;
        border-radius: 10px !important;
        color: #000 !important;
        display: inline-block !important;
        transition: 0.3s !important; }
        @media (max-width: 467px) {
          .quiz_section .competitiv_poll > form > div .apm-button-box .ays-poll-btn {
            font-size: 22px !important; } }
        .quiz_section .competitiv_poll > form > div .apm-button-box .ays-poll-btn:hover {
          background: #fff !important;
          color: #000 !important;
          text-decoration: none !important; }
    .quiz_section .competitiv_poll > form > div .ays_poll_passed_count {
      display: none !important; }
    .quiz_section .competitiv_poll > form > div .results-apm {
      padding: 0 !important; }
      .quiz_section .competitiv_poll > form > div .results-apm .answer-title {
        font-size: 18px !important;
        padding: 10px 0 !important;
        display: block !important; }
        .quiz_section .competitiv_poll > form > div .results-apm .answer-title .answer-percent {
          font-size: 16px !important;
          height: 30px !important;
          line-height: 30px !important;
          text-align: left;
          padding: 0 10px !important; }
  .quiz_section .competitiv_poll .choosing-poll label {
    border: 1px solid rgba(255, 255, 255, 0.1) !important; }

.about_section {
  padding: 50px 0; }
  .about_section .about_text {
    margin: 50px auto 0;
    max-width: 850px;
    text-align: center; }
    .about_section .about_text div {
      display: inline-block; }
      .about_section .about_text div span {
        color: #191919;
        font-size: 42px;
        text-transform: uppercase;
        font-family: 'Bebas Neue', arial, sans-serif; }
        @media (max-width: 991px) {
          .about_section .about_text div span {
            font-size: 36px; } }
        @media (max-width: 767px) {
          .about_section .about_text div span {
            font-size: 30px; } }
        @media (max-width: 467px) {
          .about_section .about_text div span {
            font-size: 26px; } }
  .about_section .last_text {
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 140%;
    max-width: 480px;
    text-align: center; }
  .about_section .btns_container {
    margin-top: 50px;
    text-align: center; }

.explore_section {
  padding: 50px 0;
  position: relative; }
  .explore_section .explore_cards {
    width: 100%;
    float: left;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center; }
    @media (max-width: 991px) {
      .explore_section .explore_cards {
        display: block;
        float: none; } }
    .explore_section .explore_cards > .card_item {
      display: flex;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .explore_section .explore_cards > .card_item {
          width: 100%;
          margin-bottom: 30px; }
          .explore_section .explore_cards > .card_item:last-child {
            margin-bottom: 0; } }
    .explore_section .explore_cards .card_wrapper {
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 15px;
      padding: 30px;
      width: 100%; }
    .explore_section .explore_cards .card_title {
      text-align: center;
      color: #fff;
      font-size: 34px;
      line-height: 105%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      display: block;
      margin: 0;
      background: #FFC001;
      background: linear-gradient(180deg, #ffc001 0%, #ffc001 30%, #171716 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .explore_section .explore_cards .card_text {
      color: #ACADAD;
      font-size: 16px;
      line-height: 21px;
      margin: 0;
      margin-top: 15px; }
    .explore_section .explore_cards .read_more {
      font-size: 16px;
      display: inline-block;
      font-weight: 600;
      color: #fff;
      transition: .3s;
      margin-top: 25px; }
      .explore_section .explore_cards .read_more:hover {
        color: #FFC001; }
  .explore_section .section_cta-text {
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 121%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    display: block;
    margin: 0;
    margin-top: 30px; }
    @media (max-width: 467px) {
      .explore_section .section_cta-text {
        font-size: 30px; } }
  .explore_section .btns_container {
    text-align: center;
    margin-top: 20px; }

.blog_section {
  padding: 50px 0px;
  position: relative; }
  .blog_section .arrow_top-vector {
    position: absolute;
    top: 0;
    left: 0;
    width: 21%; }
  .blog_section .blog_posts {
    margin-top: 50px;
    float: left;
    width: 100%; }
    .blog_section .blog_posts:after {
      content: '';
      display: block;
      clear: both; }
    @media (max-width: 991px) {
      .blog_section .blog_posts .post_card {
        max-width: 420px;
        margin: 0 auto 50px; } }
    .blog_section .blog_posts .post_card .post_card-wrapper .post_thumbnail {
      padding-top: 130%;
      border-radius: 15px;
      position: relative;
      overflow: hidden;
      background-size: cover !important; }
      .blog_section .blog_posts .post_card .post_card-wrapper .post_thumbnail .arrow_right {
        width: 50px;
        height: 50px;
        background: #FFC001;
        border-radius: 50%;
        position: absolute;
        right: 20px;
        bottom: 20px;
        z-index: 2;
        transition: .3s; }
        .blog_section .blog_posts .post_card .post_card-wrapper .post_thumbnail .arrow_right svg {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
          .blog_section .blog_posts .post_card .post_card-wrapper .post_thumbnail .arrow_right svg path {
            transition: .3s; }
      .blog_section .blog_posts .post_card .post_card-wrapper .post_thumbnail:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: inherit;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        filter: grayscale(100%);
        z-index: 1;
        opacity: 1;
        visibility: visible;
        transition: .3s; }
    .blog_section .blog_posts .post_card .post_card-wrapper .post_content {
      padding-top: 30px; }
      .blog_section .blog_posts .post_card .post_card-wrapper .post_content .post_title {
        color: #fff;
        font-size: 36px;
        line-height: 121%;
        text-transform: uppercase;
        font-family: 'Bebas Neue', arial, sans-serif;
        margin: 0;
        transition: .3s; }
        @media (max-width: 1199px) {
          .blog_section .blog_posts .post_card .post_card-wrapper .post_content .post_title {
            font-size: 32px; } }
        @media (max-width: 991px) {
          .blog_section .blog_posts .post_card .post_card-wrapper .post_content .post_title {
            font-size: 28px;
            text-align: center; } }
        @media (max-width: 767px) {
          .blog_section .blog_posts .post_card .post_card-wrapper .post_content .post_title {
            font-size: 26px; } }
        @media (max-width: 467px) {
          .blog_section .blog_posts .post_card .post_card-wrapper .post_content .post_title {
            font-size: 24px; } }
    .blog_section .blog_posts .post_card:hover a, .blog_section .blog_posts .post_card:focus a, .blog_section .blog_posts .post_card:active a {
      text-decoration: none; }
      .blog_section .blog_posts .post_card:hover a .post_card-wrapper .post_thumbnail .arrow_right, .blog_section .blog_posts .post_card:focus a .post_card-wrapper .post_thumbnail .arrow_right, .blog_section .blog_posts .post_card:active a .post_card-wrapper .post_thumbnail .arrow_right {
        background: #000; }
        .blog_section .blog_posts .post_card:hover a .post_card-wrapper .post_thumbnail .arrow_right svg path, .blog_section .blog_posts .post_card:focus a .post_card-wrapper .post_thumbnail .arrow_right svg path, .blog_section .blog_posts .post_card:active a .post_card-wrapper .post_thumbnail .arrow_right svg path {
          fill: #fff; }
      .blog_section .blog_posts .post_card:hover a .post_card-wrapper .post_thumbnail:after, .blog_section .blog_posts .post_card:focus a .post_card-wrapper .post_thumbnail:after, .blog_section .blog_posts .post_card:active a .post_card-wrapper .post_thumbnail:after {
        opacity: 0;
        visibility: hidden; }
      .blog_section .blog_posts .post_card:hover a .post_card-wrapper .post_content .post_title, .blog_section .blog_posts .post_card:focus a .post_card-wrapper .post_content .post_title, .blog_section .blog_posts .post_card:active a .post_card-wrapper .post_content .post_title {
        color: #FFC000; }
  .blog_section .btns_container {
    margin-top: 50px;
    text-align: center; }

/* ABOUT PAGE */
.image_section {
  padding: 50px 0 70px; }
  @media (max-width: 767px) {
    .image_section {
      padding: 0 0 50px; } }
  .image_section .image_item {
    display: block;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px; }

.about_text-section {
  padding: 0 0 100px; }
  @media (max-width: 767px) {
    .about_text-section {
      padding: 0 0 50px; } }
  .about_text-section .left_title {
    color: #D09E05;
    font-size: 42px;
    line-height: 121%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    display: block;
    margin: 0;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .about_text-section .left_title {
        text-align: center; } }
  .about_text-section .text_desc {
    color: #ACADAD;
    font-size: 16px;
    line-height: 21px;
    margin: 0; }
    @media (max-width: 767px) {
      .about_text-section .text_desc {
        text-align: center; } }

/* PEOPLE PAGE */
.people_section {
  padding: 70px 0;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    .people_section {
      padding: 50px 0; } }
  .people_section.tabs_section-v2 {
    padding: 50px 0; }
  .people_section .section_description {
    color: #ACADAD;
    font-size: 16px;
    line-height: 21px;
    margin: 20px auto 0;
    max-width: 704px;
    text-align: center; }
  .people_section .filters_list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 40px;
    display: block;
    font-size: 0;
    text-align: center; }
    .people_section .filters_list .filter_item {
      border: 1px solid #fff;
      background: #000;
      line-height: 23px;
      font-size: 28px;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      padding: 16px 25px 14px;
      border-radius: 10px;
      color: #fff;
      display: inline-block;
      transition: .3s;
      cursor: pointer;
      margin: 0 12px 12px; }
      @media (max-width: 767px) {
        .people_section .filters_list .filter_item {
          font-size: 22px;
          padding: 11px 25px 9px;
          margin: 0 6px 12px; } }
      @media (max-width: 467px) {
        .people_section .filters_list .filter_item {
          font-size: 18px;
          padding: 8px 13px 6px;
          margin: 0 3px 6px; }
          .people_section .filters_list .filter_item:first-child {
            margin-left: 0; }
          .people_section .filters_list .filter_item:last-child {
            margin-right: 0; } }
      .people_section .filters_list .filter_item:hover, .people_section .filters_list .filter_item:active, .people_section .filters_list .filter_item:focus, .people_section .filters_list .filter_item.active {
        border: 1px solid #FFC001;
        background: #FFC001;
        color: #000;
        text-decoration: none; }
  .people_section .element_wrapper {
    width: 100%;
    text-align: center;
    font-size: 0;
    display: none; }
    .people_section .element_wrapper.active {
      display: block; }
    .people_section .element_wrapper .info_images {
      width: 100%; }
      .people_section .element_wrapper .info_images img {
        width: 150px;
        height: auto;
        margin: 0 10px;
        display: inline-block; }
        @media (max-width: 767px) {
          .people_section .element_wrapper .info_images img {
            width: 130px; } }
        @media (max-width: 467px) {
          .people_section .element_wrapper .info_images img {
            width: 100px;
            margin: 0 5px; } }
        @media (max-width: 390px) {
          .people_section .element_wrapper .info_images img {
            width: 90px;
            margin: 0 5px; } }
    .people_section .element_wrapper .info_title {
      text-align: center;
      color: #fff;
      font-size: 50px;
      line-height: 105%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      display: block;
      margin: 0;
      margin-top: 30px;
      background: #FFC001;
      background: linear-gradient(180deg, #ffc001 0%, #ffc001 30%, #171716 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 767px) {
        .people_section .element_wrapper .info_title {
          font-size: 40px; } }
    .people_section .element_wrapper .info_text {
      color: #ACADAD;
      font-size: 16px;
      line-height: 21px;
      max-width: 900px;
      margin: 30px auto 0; }
    .people_section .element_wrapper .btns_container {
      margin-top: 30px; }
  .people_section .text_desc {
    color: #ACADAD;
    font-size: 16px;
    line-height: 21px;
    margin: 20px auto 0;
    max-width: 704px;
    text-align: center; }
  .people_section .people_sliders-container {
    position: relative; }
  .people_section .people_slider {
    width: 100%;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0; }
    .people_section .people_slider.placeholder_slider {
      position: static; }
    .people_section .people_slider.active {
      opacity: 1;
      visibility: visible; }
    .people_section .people_slider .owl-stage:after {
      content: '';
      display: block;
      clear: both; }
    .people_section .people_slider .owl-stage .owl-item {
      float: left; }
      .people_section .people_slider .owl-stage .owl-item .slide_item {
        background: #fff;
        border-radius: 15px;
        overflow: hidden; }
        .people_section .people_slider .owl-stage .owl-item .slide_item .item_header {
          padding: 30px 20px; }
          @media (max-width: 767px) {
            .people_section .people_slider .owl-stage .owl-item .slide_item .item_header {
              padding: 20px; } }
          .people_section .people_slider .owl-stage .owl-item .slide_item .item_header .slide_title {
            color: #000;
            font-size: 36px;
            line-height: 36px;
            text-transform: uppercase;
            font-family: 'Bebas Neue', arial, sans-serif;
            display: block;
            margin: 0; }
            @media (max-width: 767px) {
              .people_section .people_slider .owl-stage .owl-item .slide_item .item_header .slide_title {
                font-size: 32px; } }
            @media (max-width: 467px) {
              .people_section .people_slider .owl-stage .owl-item .slide_item .item_header .slide_title {
                font-size: 28px; } }
          .people_section .people_slider .owl-stage .owl-item .slide_item .item_header .slide_desc {
            font-size: 16px;
            color: #000;
            margin: 0;
            display: block;
            margin-top: 5px; }
            @media (max-width: 767px) {
              .people_section .people_slider .owl-stage .owl-item .slide_item .item_header .slide_desc {
                font-size: 14px; } }
        .people_section .people_slider .owl-stage .owl-item .slide_item .thumbnail_wrapper {
          background-size: cover !important;
          border-radius: 15px;
          overflow: hidden;
          position: relative; }
          .people_section .people_slider .owl-stage .owl-item .slide_item .thumbnail_wrapper .card_mask {
            width: 100%;
            position: relative;
            display: block;
            z-index: 2;
            opacity: 0;
            visibility: hidden; }
          .people_section .people_slider .owl-stage .owl-item .slide_item .thumbnail_wrapper:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            background: #528D00;
            background: linear-gradient(0deg, #528d00 0%, rgba(0, 0, 0, 0) 100%);
            display: none; }
          .people_section .people_slider .owl-stage .owl-item .slide_item .thumbnail_wrapper .message_icon {
            position: absolute;
            z-index: 3;
            width: 83px;
            height: 83px;
            border-radius: 50%;
            background: #000000;
            right: 20px;
            bottom: 20px;
            cursor: pointer;
            transition: .3s; }
            @media (max-width: 767px) {
              .people_section .people_slider .owl-stage .owl-item .slide_item .thumbnail_wrapper .message_icon {
                width: 60px;
                height: 60px; } }
            .people_section .people_slider .owl-stage .owl-item .slide_item .thumbnail_wrapper .message_icon svg {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translateX(-50%) translateY(-50%);
              width: 31px;
              height: auto; }
              @media (max-width: 767px) {
                .people_section .people_slider .owl-stage .owl-item .slide_item .thumbnail_wrapper .message_icon svg {
                  width: 25px; } }
              .people_section .people_slider .owl-stage .owl-item .slide_item .thumbnail_wrapper .message_icon svg path {
                fill: #fff;
                transition: .3s; }
            .people_section .people_slider .owl-stage .owl-item .slide_item .thumbnail_wrapper .message_icon:hover svg path {
              fill: #FFC001; }
    .people_section .people_slider .owl-dots {
      display: none; }
    .people_section .people_slider .owl-nav {
      text-align: center;
      font-size: 0;
      margin-top: 50px; }
      .people_section .people_slider .owl-nav .owl-prev, .people_section .people_slider .owl-nav .owl-next {
        display: inline-block;
        vertical-align: middle;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #FFC001;
        position: relative;
        border: none;
        cursor: pointer;
        transition: .3s; }
        .people_section .people_slider .owl-nav .owl-prev svg, .people_section .people_slider .owl-nav .owl-next svg {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
        .people_section .people_slider .owl-nav .owl-prev.disabled, .people_section .people_slider .owl-nav .owl-next.disabled {
          background: #181818;
          cursor: default; }
          .people_section .people_slider .owl-nav .owl-prev.disabled:hover, .people_section .people_slider .owl-nav .owl-next.disabled:hover {
            background: #181818; }
        .people_section .people_slider .owl-nav .owl-prev:hover, .people_section .people_slider .owl-nav .owl-next:hover {
          background: #fff; }
      .people_section .people_slider .owl-nav .owl-prev {
        margin-right: 5px; }
      .people_section .people_slider .owl-nav .owl-next {
        margin-left: 5px; }

/* FAQ PAGE */
.faq_section {
  padding: 0 0 100px; }
  @media (max-width: 991px) {
    .faq_section {
      padding: 0 0 50px; } }
  .faq_section .section_subtitle {
    color: #fff;
    font-size: 34px;
    line-height: 121%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    display: block;
    text-align: center;
    margin: 0;
    margin-bottom: 30px; }
  .faq_section .faq_tab {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 0 40px;
    margin-bottom: 15px;
    cursor: pointer; }
    @media (max-width: 467px) {
      .faq_section .faq_tab {
        padding: 0 25px; } }
    .faq_section .faq_tab:last-child {
      margin-bottom: 0; }
    .faq_section .faq_tab .faq_header {
      padding: 30px 0;
      padding-right: 60px;
      position: relative; }
      .faq_section .faq_tab .faq_header .faq_title {
        font-family: 'Inter', arial, sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        transition: .3s; }
      .faq_section .faq_tab .faq_header .expand_arrow {
        position: absolute;
        background: #fff;
        top: 50%;
        right: 0;
        border-radius: 50%;
        width: 39px;
        height: 39px;
        transform: translateY(-50%);
        transition: .3s; }
        .faq_section .faq_tab .faq_header .expand_arrow .arrow_icon {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
          .faq_section .faq_tab .faq_header .expand_arrow .arrow_icon.arrow_down {
            display: none; }
          .faq_section .faq_tab .faq_header .expand_arrow .arrow_icon.arrow_top {
            display: block; }
    .faq_section .faq_tab .faq_content {
      color: #ACADAD;
      font-family: 'Inter', arial, sans-serif;
      font-size: 16px;
      line-height: 21px;
      padding: 10px 0 30px;
      display: none; }
    .faq_section .faq_tab:hover .faq_header .faq_title {
      color: #FFE135; }
    .faq_section .faq_tab:hover .faq_header .expand_arrow {
      background: #FFE135; }
    .faq_section .faq_tab.active .faq_header .faq_title {
      color: #FFE135; }
    .faq_section .faq_tab.active .faq_header .expand_arrow {
      background: #FFE135; }
      .faq_section .faq_tab.active .faq_header .expand_arrow .arrow_icon.arrow_down {
        display: block; }
      .faq_section .faq_tab.active .faq_header .expand_arrow .arrow_icon.arrow_top {
        display: none; }

/* STRUCTURE PAGE */
.structure_section {
  padding: 50px 0 100px; }
  .structure_section .row {
    position: relative; }
  .structure_section .structure_line {
    position: absolute;
    width: 2px;
    background: #737373;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    @media (max-width: 767px) {
      .structure_section .structure_line {
        left: 29px;
        transform: none; } }
    .structure_section .structure_line .structure_line-overlay {
      position: absolute;
      width: 100%;
      background: #FFC001;
      top: 0;
      height: 0%;
      z-index: 2; }
  .structure_section .structure_stage {
    padding: 100px 0 30px;
    z-index: 3;
    position: relative; }
    @media (max-width: 767px) {
      .structure_section .structure_stage {
        padding: 70px 0 20px; } }
    .structure_section .structure_stage:last-child {
      padding-bottom: 0; }
    .structure_section .structure_stage:after {
      content: '';
      display: block;
      clear: both; }
    .structure_section .structure_stage .stage_left, .structure_section .structure_stage .stage_right {
      padding: 0 70px; }
    @media (max-width: 991px) {
      .structure_section .structure_stage .stage_left {
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .structure_section .structure_stage .stage_left {
        padding: 0 15px;
        padding-left: 60px;
        padding-bottom: 13px; } }
    @media (max-width: 991px) {
      .structure_section .structure_stage .stage_right {
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .structure_section .structure_stage .stage_right {
        padding: 0 15px;
        padding-left: 60px;
        padding-top: 13px; } }
    .structure_section .structure_stage .stage_no {
      font-size: 32px;
      line-height: 121%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      color: #fff;
      display: block; }
      @media (max-width: 1199px) {
        .structure_section .structure_stage .stage_no {
          font-size: 26px; } }
    .structure_section .structure_stage .stage_title {
      font-size: 42px;
      line-height: 121%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      color: #fff;
      display: block;
      margin-top: 20px; }
      @media (max-width: 1199px) {
        .structure_section .structure_stage .stage_title {
          font-size: 34px; } }
    .structure_section .structure_stage .stage_time {
      font-size: 24px;
      line-height: 121%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      color: #fff;
      display: block;
      margin-top: 5px;
      position: relative;
      padding-left: 35px; }
      @media (max-width: 1199px) {
        .structure_section .structure_stage .stage_time {
          font-size: 22px; } }
      .structure_section .structure_stage .stage_time .clock_icon {
        position: absolute;
        left: 0;
        top: 42%;
        transform: translateY(-50%);
        width: 24px;
        height: auto; }
        @media (max-width: 1199px) {
          .structure_section .structure_stage .stage_time .clock_icon {
            top: 40%; } }
    .structure_section .structure_stage .stage_dot {
      background: transparent;
      border: 1px solid #FFC000;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      right: -18px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .structure_section .structure_stage .stage_dot {
          right: auto;
          left: 12px;
          transform: translateY(-50%); } }
      .structure_section .structure_stage .stage_dot:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        background: #FFC000;
        width: 22px;
        height: 22px;
        border-radius: 50%; }
    .structure_section .structure_stage .stage_icon {
      width: 75px;
      height: 75px;
      background: #fff;
      border-radius: 50%;
      position: relative; }
      .structure_section .structure_stage .stage_icon svg, .structure_section .structure_stage .stage_icon img {
        position: absolute;
        width: 44px;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
    .structure_section .structure_stage .stage_sec-title {
      font-size: 24px;
      line-height: 121%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      color: #fff;
      display: block;
      margin-top: 20px;
      position: relative; }
    .structure_section .structure_stage .stage_desc {
      margin-top: 20px; }
      .structure_section .structure_stage .stage_desc .desc_title {
        margin: 0;
        font-size: 18px;
        line-height: 24px;
        font-weight: bold; }
      .structure_section .structure_stage .stage_desc .desc_list {
        padding: 0;
        margin: 0;
        list-style: none; }
        .structure_section .structure_stage .stage_desc .desc_list .list_item {
          font-size: 18px;
          line-height: 24px;
          position: relative;
          font-family: 'Inter', arial, sans-serif;
          display: block;
          padding-left: 16px; }
          .structure_section .structure_stage .stage_desc .desc_list .list_item svg {
            position: absolute;
            top: 5px;
            left: 0;
            width: 12px;
            height: auto; }
    .structure_section .structure_stage .stage_last-text {
      font-size: 18px;
      line-height: 24px;
      font-family: 'Inter', arial, sans-serif;
      font-weight: 600;
      color: #fff;
      display: block;
      margin-top: 30px;
      position: relative; }
    .structure_section .structure_stage .btn_type1 {
      margin-top: 15px; }

.cta_section {
  padding: 0 0 100px; }
  @media (max-width: 991px) {
    .cta_section {
      padding: 0 0 50px; } }
  .cta_section .section_text {
    color: #ACADAD;
    font-size: 18px;
    line-height: 21px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    max-width: 750px; }
  .cta_section .btns_container {
    margin-top: 50px;
    text-align: center; }

/* Participate Page */
.contact_form-section {
  padding: 50px 0; }

.testimonials_section {
  padding: 50px 0;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    .testimonials_section {
      padding: 0 0 100px; } }
  .testimonials_section .slider_wrapper {
    margin-bottom: 30px; }
    .testimonials_section .slider_wrapper:before {
      content: '';
      display: block;
      position: absolute;
      right: 98%;
      top: 0px;
      bottom: 0;
      background: black;
      background: linear-gradient(90deg, black 0%, black 85%, rgba(0, 0, 0, 0.95) 93%, rgba(0, 0, 0, 0) 100%);
      z-index: 1;
      width: 150%; }
    .testimonials_section .slider_wrapper:after {
      content: '';
      display: block;
      position: absolute;
      left: 98%;
      top: 0px;
      bottom: 0;
      background: black;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 7%, black 15%, black 100%);
      z-index: 1;
      width: 150%; }
  .testimonials_section .testimonials_slider {
    width: 80%; }
    @media (max-width: 1199px) {
      .testimonials_section .testimonials_slider {
        width: 90%; } }
    @media (max-width: 991px) {
      .testimonials_section .testimonials_slider {
        width: 70%; } }
    @media (max-width: 650px) {
      .testimonials_section .testimonials_slider {
        width: 90%; } }
    @media (max-width: 467px) {
      .testimonials_section .testimonials_slider {
        width: 96%; } }
    .testimonials_section .testimonials_slider .owl-stage:after {
      content: '';
      display: block;
      clear: both; }
    .testimonials_section .testimonials_slider .owl-stage .owl-item {
      float: left;
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 15px;
      font-size: 0;
      padding: 0 25px; }
      .testimonials_section .testimonials_slider .owl-stage .owl-item .slider_item {
        padding: 20px 0;
        height: 100%;
        display: block; }
        .testimonials_section .testimonials_slider .owl-stage .owl-item .slider_item .slide_desc {
          font-family: 'Inter', arial, sans-serif;
          font-size: 16px;
          line-height: 21px;
          padding: 40px 0;
          color: #CCCDCD; }
          @media (max-width: 650px) {
            .testimonials_section .testimonials_slider .owl-stage .owl-item .slider_item .slide_desc {
              font-size: 14px; } }
          @media (max-width: 360px) {
            .testimonials_section .testimonials_slider .owl-stage .owl-item .slider_item .slide_desc {
              padding: 30px 0; } }
        .testimonials_section .testimonials_slider .owl-stage .owl-item .slider_item .testimonial_author {
          position: relative;
          padding-left: 80px; }
          .testimonials_section .testimonials_slider .owl-stage .owl-item .slider_item .testimonial_author .author_thumbnail {
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 54px;
            height: 54px;
            background-size: cover !important;
            filter: grayscale(100%); }
          .testimonials_section .testimonials_slider .owl-stage .owl-item .slider_item .testimonial_author .author_name {
            color: #fff;
            font-size: 22px;
            line-height: 21px;
            text-transform: uppercase;
            font-family: 'Bebas Neue', arial, sans-serif;
            display: block;
            margin: 0;
            background: #FFC001;
            background: linear-gradient(180deg, #FFE135 0%, #171716 93%, #171716 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
          .testimonials_section .testimonials_slider .owl-stage .owl-item .slider_item .testimonial_author .author_role {
            font-size: 16px;
            line-height: 21px;
            color: #F7F8F8;
            margin-top: 7px; }
    .testimonials_section .testimonials_slider .owl-nav, .testimonials_section .testimonials_slider .owl-dots {
      display: none; }
  .testimonials_section .slider_nav {
    text-align: right;
    font-size: 0; }
    @media (max-width: 991px) {
      .testimonials_section .slider_nav {
        text-align: center;
        margin-bottom: 20px; } }
    .testimonials_section .slider_nav .prev, .testimonials_section .slider_nav .next {
      display: inline-block;
      vertical-align: middle;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #FFC001;
      position: relative;
      border: none;
      cursor: pointer;
      transition: .3s; }
      .testimonials_section .slider_nav .prev svg, .testimonials_section .slider_nav .next svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
      .testimonials_section .slider_nav .prev.disabled, .testimonials_section .slider_nav .next.disabled {
        background: #181818;
        cursor: default; }
        .testimonials_section .slider_nav .prev.disabled:hover, .testimonials_section .slider_nav .next.disabled:hover {
          background: #181818; }
      .testimonials_section .slider_nav .prev:hover, .testimonials_section .slider_nav .next:hover {
        background: #fff; }
    .testimonials_section .slider_nav .prev {
      margin-right: 5px; }
    .testimonials_section .slider_nav .next {
      margin-left: 5px; }
  .testimonials_section .bottom_container {
    font-size: 0; }
    @media (max-width: 991px) {
      .testimonials_section .bottom_container {
        display: flex;
        flex-direction: column-reverse; } }
  .testimonials_section .bottom_title-container,
  .testimonials_section .bottom_text-container,
  .testimonials_section .bottom_nav-container {
    display: inline-block;
    vertical-align: middle; }
  .testimonials_section .bottom_title-container,
  .testimonials_section .bottom_nav-container {
    width: 25%; }
    @media (max-width: 991px) {
      .testimonials_section .bottom_title-container,
      .testimonials_section .bottom_nav-container {
        width: 100%;
        text-align: center; } }
  .testimonials_section .bottom_text-container {
    width: 50%; }
    @media (max-width: 991px) {
      .testimonials_section .bottom_text-container {
        width: 100%;
        margin-bottom: 20px; } }
  .testimonials_section .bottom_title {
    color: #fff;
    font-size: 42px;
    line-height: 121%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    margin: 0; }
  .testimonials_section .bottom_text {
    margin: 0 auto;
    font-size: 16px;
    line-height: 140%;
    max-width: 480px;
    text-align: center; }

/* Blog Listing Page*/
.search_section .input_wrapper {
  width: 100%;
  margin: auto;
  position: relative;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  overflow: hidden;
  padding: 18px 80px 12px 25px; }
  @media (max-width: 467px) {
    .search_section .input_wrapper {
      padding: 18px 60px 12px 15px; } }
  .search_section .input_wrapper .search-field {
    color: #fff;
    font-size: 32px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    border: none;
    width: 100%;
    color: #fff;
    background: transparent; }
    @media (max-width: 767px) {
      .search_section .input_wrapper .search-field {
        font-size: 24px; } }
    @media (max-width: 467px) {
      .search_section .input_wrapper .search-field {
        font-size: 22px; } }
  .search_section .input_wrapper .search-submit {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    z-index: 1; }
    @media (max-width: 467px) {
      .search_section .input_wrapper .search-submit {
        right: 15px; } }
    .search_section .input_wrapper .search-submit svg {
      width: 44px;
      height: auto;
      display: block; }
      @media (max-width: 767px) {
        .search_section .input_wrapper .search-submit svg {
          width: 34px; } }

.blog_listing-section {
  padding: 70px 0 100px;
  position: relative; }
  @media (max-width: 767px) {
    .blog_listing-section {
      padding: 50px 0 100px; } }
  .blog_listing-section .categories_menu-wrapper {
    font-size: 0; }
    .blog_listing-section .categories_menu-wrapper ul {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0; }
      .blog_listing-section .categories_menu-wrapper ul .menu-item {
        display: inline-block;
        margin-right: 15px; }
        @media (max-width: 767px) {
          .blog_listing-section .categories_menu-wrapper ul .menu-item {
            margin-right: 10px; } }
        @media (max-width: 390px) {
          .blog_listing-section .categories_menu-wrapper ul .menu-item {
            margin-right: 5px; } }
        .blog_listing-section .categories_menu-wrapper ul .menu-item:last-child {
          margin: 0; }
        .blog_listing-section .categories_menu-wrapper ul .menu-item a {
          border: 1px solid rgba(255, 255, 255, 0.1);
          background: #000;
          line-height: 23px;
          font-size: 28px;
          text-transform: uppercase;
          font-family: 'Bebas Neue', arial, sans-serif;
          padding: 16px 25px 14px;
          border-radius: 10px;
          color: #fff;
          display: inline-block;
          transition: .3s;
          cursor: pointer; }
          @media (max-width: 767px) {
            .blog_listing-section .categories_menu-wrapper ul .menu-item a {
              font-size: 24px;
              padding: 14px 20px 12px; } }
          @media (max-width: 467px) {
            .blog_listing-section .categories_menu-wrapper ul .menu-item a {
              font-size: 24px;
              line-height: 19px;
              padding: 10px 15px 8px; } }
          @media (max-width: 390px) {
            .blog_listing-section .categories_menu-wrapper ul .menu-item a {
              font-size: 20px;
              line-height: 16px;
              padding: 10px 10px 8px; } }
        .blog_listing-section .categories_menu-wrapper ul .menu-item:hover a, .blog_listing-section .categories_menu-wrapper ul .menu-item.current-menu-item a {
          border: 1px solid #FFC001;
          background: #FFC001;
          color: #000;
          text-decoration: none; }
  .blog_listing-section .blog_posts {
    margin-top: 50px;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 467px) {
      .blog_listing-section .blog_posts {
        display: block; } }
    .blog_listing-section .blog_posts:after {
      content: '';
      display: block;
      clear: both; }
    .blog_listing-section .blog_posts .post_card {
      display: flex;
      margin-bottom: 50px; }
      @media (max-width: 467px) {
        .blog_listing-section .blog_posts .post_card {
          width: 100%;
          display: block; } }
      .blog_listing-section .blog_posts .post_card a {
        width: 100%; }
      .blog_listing-section .blog_posts .post_card .post_card-wrapper {
        width: 100%; }
        .blog_listing-section .blog_posts .post_card .post_card-wrapper .post_thumbnail {
          padding-top: 130%;
          border-radius: 15px;
          position: relative;
          overflow: hidden;
          background-size: cover !important; }
          .blog_listing-section .blog_posts .post_card .post_card-wrapper .post_thumbnail .arrow_right {
            width: 50px;
            height: 50px;
            background: #FFC001;
            border-radius: 50%;
            position: absolute;
            right: 20px;
            bottom: 20px;
            z-index: 2;
            transition: .3s; }
            .blog_listing-section .blog_posts .post_card .post_card-wrapper .post_thumbnail .arrow_right svg {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translateX(-50%) translateY(-50%); }
              .blog_listing-section .blog_posts .post_card .post_card-wrapper .post_thumbnail .arrow_right svg path {
                transition: .3s; }
        .blog_listing-section .blog_posts .post_card .post_card-wrapper .post_content {
          padding-top: 30px; }
          .blog_listing-section .blog_posts .post_card .post_card-wrapper .post_content .post_title {
            color: #fff;
            font-size: 36px;
            line-height: 121%;
            text-transform: uppercase;
            font-family: 'Bebas Neue', arial, sans-serif;
            margin: 0;
            transition: .3s; }
            @media (max-width: 1199px) {
              .blog_listing-section .blog_posts .post_card .post_card-wrapper .post_content .post_title {
                font-size: 32px; } }
            @media (max-width: 991px) {
              .blog_listing-section .blog_posts .post_card .post_card-wrapper .post_content .post_title {
                font-size: 28px; } }
            @media (max-width: 767px) {
              .blog_listing-section .blog_posts .post_card .post_card-wrapper .post_content .post_title {
                font-size: 26px; } }
            @media (max-width: 467px) {
              .blog_listing-section .blog_posts .post_card .post_card-wrapper .post_content .post_title {
                font-size: 28px; } }
      .blog_listing-section .blog_posts .post_card:hover a, .blog_listing-section .blog_posts .post_card:focus a, .blog_listing-section .blog_posts .post_card:active a {
        text-decoration: none; }
        .blog_listing-section .blog_posts .post_card:hover a .post_card-wrapper .post_thumbnail .arrow_right, .blog_listing-section .blog_posts .post_card:focus a .post_card-wrapper .post_thumbnail .arrow_right, .blog_listing-section .blog_posts .post_card:active a .post_card-wrapper .post_thumbnail .arrow_right {
          background: #000; }
          .blog_listing-section .blog_posts .post_card:hover a .post_card-wrapper .post_thumbnail .arrow_right svg path, .blog_listing-section .blog_posts .post_card:focus a .post_card-wrapper .post_thumbnail .arrow_right svg path, .blog_listing-section .blog_posts .post_card:active a .post_card-wrapper .post_thumbnail .arrow_right svg path {
            fill: #fff; }
        .blog_listing-section .blog_posts .post_card:hover a .post_card-wrapper .post_content .post_title, .blog_listing-section .blog_posts .post_card:focus a .post_card-wrapper .post_content .post_title, .blog_listing-section .blog_posts .post_card:active a .post_card-wrapper .post_content .post_title {
          color: #FFC000; }
  .blog_listing-section .pagination {
    font-size: 0;
    text-align: center;
    margin-top: 30px; }
    .blog_listing-section .pagination > span, .blog_listing-section .pagination > a {
      display: inline-block;
      font-size: 24px;
      line-height: 20px;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.15);
      padding: 17px 15px 13px;
      border-radius: 15px;
      font-family: 'Bebas Neue', arial, sans-serif;
      margin: 0 5px 10px;
      min-width: 55px;
      transition: .3s; }
      @media (max-width: 767px) {
        .blog_listing-section .pagination > span, .blog_listing-section .pagination > a {
          font-size: 20px;
          margin: 0 3px 6px; } }
    .blog_listing-section .pagination .current {
      border: none; }
    .blog_listing-section .pagination a:hover {
      border: 1px solid #FFC001;
      color: #000;
      background: #FFC001; }
  .blog_listing-section .no_results .title {
    text-align: center;
    color: #fff;
    font-size: 42px;
    line-height: 121%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    display: block;
    margin: 0 auto;
    margin-top: 100px;
    max-width: 750px;
    width: 100%; }
    @media (max-width: 1199px) {
      .blog_listing-section .no_results .title {
        font-size: 34px; } }
    @media (max-width: 767px) {
      .blog_listing-section .no_results .title {
        font-size: 26px; } }

/* SINGLE ARTICLE PAGE */
.article_wrapper .article_header {
  padding: 50px 0; }
  @media (max-width: 467px) {
    .article_wrapper .article_header {
      padding: 30px 0 40px; } }
  .article_wrapper .article_header .article_title {
    color: #fff;
    font-size: 62px;
    line-height: 121%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    display: block;
    margin: 0; }
    @media (max-width: 991px) {
      .article_wrapper .article_header .article_title {
        font-size: 46px; } }
    @media (max-width: 767px) {
      .article_wrapper .article_header .article_title {
        font-size: 40px; } }
    @media (max-width: 467px) {
      .article_wrapper .article_header .article_title {
        font-size: 34px; } }
    @media (max-width: 390px) {
      .article_wrapper .article_header .article_title {
        font-size: 30px; } }
  .article_wrapper .article_header .article_banner {
    padding-top: 40%;
    border-radius: 15px;
    width: 100%;
    margin-top: 25px;
    background-size: cover !important; }
.article_wrapper .article_content {
  padding-bottom: 100px; }
  @media (max-width: 467px) {
    .article_wrapper .article_content {
      padding-bottom: 50px; } }
  .article_wrapper .article_content .article_section {
    margin-bottom: 50px; }
    .article_wrapper .article_content .article_section:last-child {
      margin-bottom: 0; }
    .article_wrapper .article_content .article_section ol, .article_wrapper .article_content .article_section ul {
      margin: 0;
      margin-top: 15px;
      padding: 0; }
      .article_wrapper .article_content .article_section ol:first-child, .article_wrapper .article_content .article_section ul:first-child {
        margin-top: 0; }
    .article_wrapper .article_content .article_section ol {
      list-style: decimal inside; }
    .article_wrapper .article_content .article_section ul {
      list-style: inside; }
  .article_wrapper .article_content .article_section-title {
    color: #fff;
    font-size: 42px;
    line-height: 121%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    display: block;
    margin: 0; }
    @media (max-width: 991px) {
      .article_wrapper .article_content .article_section-title {
        font-size: 34px; } }
    @media (max-width: 467px) {
      .article_wrapper .article_content .article_section-title {
        font-size: 28px; } }
    @media (max-width: 390px) {
      .article_wrapper .article_content .article_section-title {
        font-size: 26px; } }
  .article_wrapper .article_content .article_section-subtitle {
    color: #fff;
    font-size: 32px;
    line-height: 121%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    display: block;
    margin: 0;
    margin-top: 15px; }
    @media (max-width: 991px) {
      .article_wrapper .article_content .article_section-subtitle {
        font-size: 26px; } }
    @media (max-width: 467px) {
      .article_wrapper .article_content .article_section-subtitle {
        font-size: 22px; } }
    @media (max-width: 390px) {
      .article_wrapper .article_content .article_section-subtitle {
        font-size: 18px; } }
  .article_wrapper .article_content .article_section-text {
    font-size: 16px;
    margin: 0;
    margin-top: 15px; }
    .article_wrapper .article_content .article_section-text:first-child {
      margin-top: 0; }
  .article_wrapper .article_content .article_section-btn {
    margin-top: 20px; }
  .article_wrapper .article_content .section_image {
    display: block;
    width: 100%;
    border-radius: 15px; }
  .article_wrapper .article_content .multiple_images-section {
    float: left;
    width: 100%; }
    @media (max-width: 767px) {
      .article_wrapper .article_content .multiple_images-section .article_image {
        margin-bottom: 50px; }
        .article_wrapper .article_content .multiple_images-section .article_image:last-child {
          margin-bottom: 0; } }
    .article_wrapper .article_content .multiple_images-section .article_image img {
      width: 100%;
      border-radius: 15px; }
  .article_wrapper .article_content .content_section h1, .article_wrapper .article_content .content_section h2, .article_wrapper .article_content .content_section h3, .article_wrapper .article_content .content_section h4, .article_wrapper .article_content .content_section h5, .article_wrapper .article_content .content_section h6 {
    line-height: 121%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    margin: 0;
    margin-bottom: 15px; }
    .article_wrapper .article_content .content_section h1:last-child, .article_wrapper .article_content .content_section h2:last-child, .article_wrapper .article_content .content_section h3:last-child, .article_wrapper .article_content .content_section h4:last-child, .article_wrapper .article_content .content_section h5:last-child, .article_wrapper .article_content .content_section h6:last-child {
      margin: 0; }
  .article_wrapper .article_content .content_section h1 {
    font-size: 60px; }
  .article_wrapper .article_content .content_section h2 {
    font-size: 50px; }
  .article_wrapper .article_content .content_section h3 {
    font-size: 40px; }
  .article_wrapper .article_content .content_section h4 {
    font-size: 32px; }
  .article_wrapper .article_content .content_section h5 {
    font-size: 26px; }
  .article_wrapper .article_content .content_section h6 {
    font-size: 22px; }
  .article_wrapper .article_content .content_section p {
    margin-bottom: 15px; }
    .article_wrapper .article_content .content_section p:last-child {
      margin: 0; }
  .article_wrapper .article_content .content_section a {
    color: #FFC001;
    transition: .3s; }
    .article_wrapper .article_content .content_section a:hover {
      color: #FFF;
      text-decoration: none; }
  .article_wrapper .article_content .content_section ul, .article_wrapper .article_content .content_section li {
    margin-bottom: 15px; }
    .article_wrapper .article_content .content_section ul:last-child, .article_wrapper .article_content .content_section li:last-child {
      margin-bottom: 0; }
.article_wrapper .posts_nav {
  padding-bottom: 100px; }
  @media (max-width: 467px) {
    .article_wrapper .posts_nav {
      padding-bottom: 50px; } }
  .article_wrapper .posts_nav .top_separator {
    border-top: 1px solid #333333;
    padding: 100px 15px 0;
    float: left;
    width: 100%; }
    @media (max-width: 467px) {
      .article_wrapper .posts_nav .top_separator {
        padding: 50px 15px 0; } }
  .article_wrapper .posts_nav .prev_btn, .article_wrapper .posts_nav .next_btn {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFC001;
    position: relative;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s; }
    .article_wrapper .posts_nav .prev_btn svg, .article_wrapper .posts_nav .next_btn svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .article_wrapper .posts_nav .prev_post-content {
    text-align: right;
    padding-left: 85px; }
    @media (max-width: 767px) {
      .article_wrapper .posts_nav .prev_post-content {
        padding-bottom: 20px; } }
    .article_wrapper .posts_nav .prev_post-content .prev_btn {
      left: 15px; }
    .article_wrapper .posts_nav .prev_post-content .post_texts {
      padding-right: 25px; }
  .article_wrapper .posts_nav .next_post-content {
    text-align: left;
    padding-right: 85px; }
    @media (max-width: 767px) {
      .article_wrapper .posts_nav .next_post-content {
        padding-top: 20px; } }
    .article_wrapper .posts_nav .next_post-content .next_btn {
      right: 15px; }
    .article_wrapper .posts_nav .next_post-content .post_texts {
      padding-left: 25px; }
  .article_wrapper .posts_nav .post_content .post_resume {
    font-size: 0; }
    .article_wrapper .posts_nav .post_content .post_resume .post_texts, .article_wrapper .posts_nav .post_content .post_resume .post_thumbnail {
      display: inline-block;
      vertical-align: middle; }
    .article_wrapper .posts_nav .post_content .post_resume .post_texts {
      width: 60%; }
      .article_wrapper .posts_nav .post_content .post_resume .post_texts .post_disclaimer {
        display: inline-block;
        line-height: 27px;
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'Bebas Neue', arial, sans-serif;
        transition: .3s; }
        @media (max-width: 390px) {
          .article_wrapper .posts_nav .post_content .post_resume .post_texts .post_disclaimer {
            font-size: 14px;
            line-height: 23px; } }
      .article_wrapper .posts_nav .post_content .post_resume .post_texts .post_title {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        margin: 0;
        margin-top: 10px;
        transition: .3s; }
        @media (max-width: 390px) {
          .article_wrapper .posts_nav .post_content .post_resume .post_texts .post_title {
            font-size: 16px;
            line-height: 24px; } }
    .article_wrapper .posts_nav .post_content .post_resume .post_thumbnail {
      width: 40%;
      padding-top: 40%;
      background-size: cover !important;
      border-radius: 15px; }
      @media (max-width: 991px) {
        .article_wrapper .posts_nav .post_content .post_resume .post_thumbnail {
          padding-top: 60%; } }
  .article_wrapper .posts_nav a {
    color: #fff; }
    .article_wrapper .posts_nav a:hover .prev_btn, .article_wrapper .posts_nav a:hover .next_btn {
      background: #fff; }

.tablepress > :where(thead, tfoot) > tr > * {
  background: #101010 !important;
  color: #fff !important; }

.tablepress > :where(tbody.row-striping) > :nth-child(2n+1 of :where(:not(.child, .dtrg-group))) + :where(.child) > *, .tablepress > :where(tbody.row-striping) > :nth-child(2n+1 of :where(:not(.child, .dtrg-group))) > * {
  color: #fff !important;
  background: #000 !important; }

.tablepress > :where(tbody.row-striping) > :nth-child(2n of :where(:not(.child, .dtrg-group))) + :where(.child) > *, .tablepress > :where(tbody.row-striping) > :nth-child(2n of :where(:not(.child, .dtrg-group))) > * {
  background: #000 !important;
  color: #fff !important; }

.tablepress > :where(thead) + tbody > :where(:not(.child)) > *, .tablepress > tbody > * ~ :where(:not(.child)) > *, .tablepress > tfoot > :where(:first-child) > * {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }

.tablepress thead th,
.tablepress tbody td {
  padding: 7px 10px !important;
  vertical-align: middle !important; }

.tablepress > .row-hover > tr:has(+ .child:hover) > *, .tablepress > .row-hover > tr:hover + :where(.child) > *, .tablepress > .row-hover > tr:where(:not(.dtrg-group)):hover > * {
  background: #000 !important;
  color: #fff !important; }

/* CLUB COMPETITIV ACCESS PAGE */
.access_form-container {
  text-align: center;
  padding: 0 0 100px; }
  .access_form-container .alert {
    color: red; }
  .access_form-container .form-control {
    height: auto; }
  .access_form-container #club_code {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: auto;
    position: relative;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    overflow: hidden;
    padding: 18px 25px 12px 25px;
    font-size: 32px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    width: 100%;
    color: #fff;
    background: transparent;
    display: block; }
    .access_form-container #club_code:hover, .access_form-container #club_code:focus, .access_form-container #club_code:active {
      outline: 0;
      box-shadow: none; }
  .access_form-container button {
    border: none;
    margin-top: 15px; }

/* REGULAR PAGE */
.regular_page-content {
  padding: 50px 0 100px; }
  .regular_page-content h1, .regular_page-content h2, .regular_page-content h3, .regular_page-content h4, .regular_page-content h5, .regular_page-content h6 {
    line-height: 121%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 15px; }
    .regular_page-content h1:last-child, .regular_page-content h2:last-child, .regular_page-content h3:last-child, .regular_page-content h4:last-child, .regular_page-content h5:last-child, .regular_page-content h6:last-child {
      margin: 0; }
  .regular_page-content h1 {
    font-size: 60px; }
  .regular_page-content h2 {
    font-size: 50px; }
  .regular_page-content h3 {
    font-size: 40px; }
  .regular_page-content h4 {
    font-size: 32px; }
  .regular_page-content h5 {
    font-size: 26px; }
  .regular_page-content h6 {
    font-size: 22px; }
  .regular_page-content p {
    margin-bottom: 15px; }
    .regular_page-content p:last-child {
      margin: 0; }
  .regular_page-content a {
    color: #fff;
    transition: .3s; }
    .regular_page-content a:hover {
      color: #FFC001;
      text-decoration: none; }
  .regular_page-content ul, .regular_page-content ol {
    margin-bottom: 15px; }
    .regular_page-content ul:last-child, .regular_page-content ol:last-child {
      margin-bottom: 0; }

/* 404 PAGE */
.section_404 {
  padding: 100px 0; }
  .section_404 a {
    color: #fff;
    transition: .3s; }
    .section_404 a:hover {
      color: #FFC001;
      text-decoration: none; }

/* FACILITATOR LISTING */
.facilitator_listing {
  padding: 50px 0; }
  .facilitator_listing .slide_item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px; }
    .facilitator_listing .slide_item .item_header {
      padding: 30px 20px; }
      @media (max-width: 767px) {
        .facilitator_listing .slide_item .item_header {
          padding: 20px; } }
      .facilitator_listing .slide_item .item_header .slide_title {
        color: #000;
        font-size: 36px;
        line-height: 36px;
        text-transform: uppercase;
        font-family: 'Bebas Neue', arial, sans-serif;
        display: block;
        margin: 0; }
        @media (max-width: 767px) {
          .facilitator_listing .slide_item .item_header .slide_title {
            font-size: 32px; } }
        @media (max-width: 467px) {
          .facilitator_listing .slide_item .item_header .slide_title {
            font-size: 28px; } }
      .facilitator_listing .slide_item .item_header .slide_desc {
        font-size: 16px;
        color: #000;
        margin: 0;
        display: block;
        margin-top: 5px; }
        @media (max-width: 767px) {
          .facilitator_listing .slide_item .item_header .slide_desc {
            font-size: 14px; } }
    .facilitator_listing .slide_item .thumbnail_wrapper {
      background-size: cover !important;
      border-radius: 15px;
      overflow: hidden;
      position: relative; }
      .facilitator_listing .slide_item .thumbnail_wrapper .card_mask {
        width: 100%;
        position: relative;
        display: block;
        z-index: 2;
        opacity: 0;
        visibility: hidden; }
      .facilitator_listing .slide_item .thumbnail_wrapper:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: #528D00;
        background: linear-gradient(0deg, #528d00 0%, rgba(0, 0, 0, 0) 100%);
        display: none; }
      .facilitator_listing .slide_item .thumbnail_wrapper .message_icon {
        position: absolute;
        z-index: 3;
        width: 83px;
        height: 83px;
        border-radius: 50%;
        background: #000000;
        right: 20px;
        bottom: 20px;
        cursor: pointer;
        transition: .3s; }
        @media (max-width: 767px) {
          .facilitator_listing .slide_item .thumbnail_wrapper .message_icon {
            width: 60px;
            height: 60px; } }
        .facilitator_listing .slide_item .thumbnail_wrapper .message_icon svg {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          width: 31px;
          height: auto; }
          @media (max-width: 767px) {
            .facilitator_listing .slide_item .thumbnail_wrapper .message_icon svg {
              width: 25px; } }
          .facilitator_listing .slide_item .thumbnail_wrapper .message_icon svg path {
            fill: #fff;
            transition: .3s; }
  .facilitator_listing .card_wrapper a:hover .message_icon svg path {
    fill: #FFC001; }

/* SINGLE FACILITATOR */
.facilitator_wrapper {
  padding: 50px 0; }
  @media (max-width: 991px) {
    .facilitator_wrapper .facilitator_thumbnail {
      max-width: 500px;
      margin: 0 auto;
      margin-bottom: 30px; } }
  .facilitator_wrapper .facilitator_thumbnail .thumbnail_wrapper {
    background-size: cover !important;
    border-radius: 15px;
    overflow: hidden;
    position: relative; }
    .facilitator_wrapper .facilitator_thumbnail .thumbnail_wrapper .card_mask {
      width: 100%;
      position: relative;
      display: block;
      z-index: 2;
      opacity: 0;
      visibility: hidden; }
    .facilitator_wrapper .facilitator_thumbnail .thumbnail_wrapper:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background: #528D00;
      background: linear-gradient(0deg, #528d00 0%, rgba(0, 0, 0, 0) 100%);
      display: none; }
  .facilitator_wrapper .facilitator_content .facilitator_title {
    color: #fff;
    font-size: 62px;
    line-height: 112%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    display: block;
    margin: 0; }
    @media (max-width: 991px) {
      .facilitator_wrapper .facilitator_content .facilitator_title {
        font-size: 50px; } }
    @media (max-width: 476px) {
      .facilitator_wrapper .facilitator_content .facilitator_title {
        font-size: 40px; } }
  .facilitator_wrapper .facilitator_content .facilitator_role {
    font-weight: bold;
    margin-top: 10px;
    display: block; }
  .facilitator_wrapper .facilitator_content .facilitator_desc {
    margin: 0;
    margin-top: 60px;
    color: #C0C0C0;
    font-size: 16px;
    line-height: 21px; }
    @media (max-width: 476px) {
      .facilitator_wrapper .facilitator_content .facilitator_desc {
        margin-top: 30px; } }
  .facilitator_wrapper .facilitator_content a {
    color: #FFC001;
    transition: .3s; }
    .facilitator_wrapper .facilitator_content a:hover, .facilitator_wrapper .facilitator_content a:active, .facilitator_wrapper .facilitator_content a:focus {
      color: #FFF;
      text-decoration: none; }
  .facilitator_wrapper .facilitator_content .form_button {
    margin-top: 60px; }
    @media (max-width: 476px) {
      .facilitator_wrapper .facilitator_content .form_button {
        margin-top: 30px; } }
    .facilitator_wrapper .facilitator_content .form_button .button_label {
      color: #fff;
      font-size: 26px;
      line-height: 112%;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      display: block; }
    .facilitator_wrapper .facilitator_content .form_button .btn_type2 {
      background: #FFE135;
      line-height: 23px;
      font-size: 28px;
      text-transform: uppercase;
      font-family: 'Bebas Neue', arial, sans-serif;
      padding: 16px 60px 14px 20px;
      border-radius: 10px;
      color: #000;
      display: inline-block;
      transition: .3s;
      position: relative;
      margin-top: 15px;
      cursor: pointer; }
      .facilitator_wrapper .facilitator_content .form_button .btn_type2 svg {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        width: 23px;
        height: auto; }
      .facilitator_wrapper .facilitator_content .form_button .btn_type2:hover {
        background: #fff;
        color: #000;
        text-decoration: none; }

.facilitator_related {
  padding: 40px 0 100px;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    .facilitator_related {
      padding: 0 0 50px; } }
  .facilitator_related .facilitator_related-wrapper {
    margin-bottom: 30px; }
    .facilitator_related .facilitator_related-wrapper:before {
      content: '';
      display: block;
      position: absolute;
      right: 98%;
      top: 0px;
      bottom: 0;
      background: black;
      background: linear-gradient(90deg, black 0%, black 85%, rgba(0, 0, 0, 0.95) 93%, rgba(0, 0, 0, 0) 100%);
      z-index: 1;
      width: 150%; }
    .facilitator_related .facilitator_related-wrapper:after {
      content: '';
      display: block;
      position: absolute;
      left: 98%;
      top: 0px;
      bottom: 0;
      background: black;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 7%, black 15%, black 100%);
      z-index: 1;
      width: 150%; }
  .facilitator_related .related_facilitators-carousel {
    width: 100%; }
    @media (max-width: 1240px) {
      .facilitator_related .related_facilitators-carousel {
        width: 90%; } }
    @media (max-width: 467px) {
      .facilitator_related .related_facilitators-carousel {
        width: 80%; } }
    .facilitator_related .related_facilitators-carousel .owl-nav, .facilitator_related .related_facilitators-carousel .owl-dots {
      display: none; }
    .facilitator_related .related_facilitators-carousel .owl-stage:after {
      content: '';
      display: block;
      clear: both; }
    .facilitator_related .related_facilitators-carousel .owl-stage .owl-item {
      float: left; }
      .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item {
        overflow: hidden; }
        .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item .thumbnail_wrapper {
          background-size: cover !important;
          border-radius: 15px;
          overflow: hidden;
          position: relative; }
          .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item .thumbnail_wrapper .card_mask {
            width: 100%;
            position: relative;
            display: block;
            z-index: 2;
            opacity: 0;
            visibility: hidden; }
          .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item .thumbnail_wrapper:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 1;
            background: #528D00;
            background: linear-gradient(0deg, #528d00 0%, rgba(0, 0, 0, 0) 100%);
            display: none; }
          .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item .thumbnail_wrapper .message_icon {
            position: absolute;
            z-index: 3;
            width: 53px;
            height: 53px;
            border-radius: 50%;
            background: #000000;
            right: 10px;
            bottom: 10px;
            cursor: pointer;
            transition: .3s; }
            @media (max-width: 767px) {
              .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item .thumbnail_wrapper .message_icon {
                width: 40px;
                height: 40px; } }
            .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item .thumbnail_wrapper .message_icon svg {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translateX(-50%) translateY(-50%);
              width: 22px;
              height: auto; }
              @media (max-width: 767px) {
                .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item .thumbnail_wrapper .message_icon svg {
                  width: 17px; } }
              .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item .thumbnail_wrapper .message_icon svg path {
                fill: #fff;
                transition: .3s; }
            .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item .thumbnail_wrapper .message_icon:hover svg path {
              fill: #FFC001; }
        .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item .item_footer {
          padding: 20px 0; }
          .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item .item_footer .slide_title {
            color: #fff;
            font-size: 28px;
            line-height: 36px;
            text-transform: uppercase;
            font-family: 'Bebas Neue', arial, sans-serif;
            display: block;
            margin: 0; }
            @media (max-width: 767px) {
              .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item .item_footer .slide_title {
                font-size: 32px; } }
            @media (max-width: 467px) {
              .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item .item_footer .slide_title {
                font-size: 28px; } }
          .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item .item_footer .slide_desc {
            font-size: 16px;
            color: #C0C0C0;
            margin: 0;
            display: block;
            margin-top: 5px; }
            @media (max-width: 767px) {
              .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item .item_footer .slide_desc {
                font-size: 14px; } }
        .facilitator_related .related_facilitators-carousel .owl-stage .owl-item .slide_item:hover .message_icon svg path {
          fill: #FFC001; }
  .facilitator_related .slider_nav {
    text-align: right;
    font-size: 0; }
    @media (max-width: 991px) {
      .facilitator_related .slider_nav {
        text-align: center;
        margin-bottom: 20px; } }
    .facilitator_related .slider_nav .prev, .facilitator_related .slider_nav .next {
      display: inline-block;
      vertical-align: middle;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #FFC001;
      position: relative;
      border: none;
      cursor: pointer;
      transition: .3s; }
      .facilitator_related .slider_nav .prev svg, .facilitator_related .slider_nav .next svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
      .facilitator_related .slider_nav .prev.disabled, .facilitator_related .slider_nav .next.disabled {
        background: #181818;
        cursor: default; }
        .facilitator_related .slider_nav .prev.disabled:hover, .facilitator_related .slider_nav .next.disabled:hover {
          background: #181818; }
      .facilitator_related .slider_nav .prev:hover, .facilitator_related .slider_nav .next:hover {
        background: #fff; }
    .facilitator_related .slider_nav .prev {
      margin-right: 5px; }
    .facilitator_related .slider_nav .next {
      margin-left: 5px; }
  .facilitator_related .top_container {
    font-size: 0;
    padding-bottom: 50px;
    padding-top: 80px;
    position: relative; }
    .facilitator_related .top_container:before {
      content: '';
      position: absolute;
      height: 1px;
      background: #333333;
      left: 15px;
      right: 15px;
      top: 0; }
    @media (max-width: 991px) {
      .facilitator_related .top_container {
        display: flex;
        flex-direction: column-reverse; } }
    @media (max-width: 767px) {
      .facilitator_related .top_container {
        padding-top: 50px; } }
  .facilitator_related .top_title-container,
  .facilitator_related .top_text-container,
  .facilitator_related .top_nav-container {
    display: inline-block;
    vertical-align: middle; }
  .facilitator_related .top_title-container {
    width: 75%; }
    @media (max-width: 991px) {
      .facilitator_related .top_title-container {
        width: 100%;
        text-align: center; } }
  .facilitator_related .top_nav-container {
    width: 25%; }
    @media (max-width: 991px) {
      .facilitator_related .top_nav-container {
        width: 100%;
        text-align: center; } }
  .facilitator_related .top_text-container {
    width: 50%; }
    @media (max-width: 991px) {
      .facilitator_related .top_text-container {
        width: 100%;
        margin-bottom: 20px; } }
  .facilitator_related .top_title {
    color: #fff;
    font-size: 42px;
    line-height: 121%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    margin: 0; }
  .facilitator_related .top_text {
    margin: 0 auto;
    font-size: 16px;
    line-height: 140%;
    max-width: 480px;
    text-align: center; }

/* TEMPLATATE PARTENERI */
.main_partner-section {
  padding-bottom: 50px 0; }
  .main_partner-section .section_title {
    text-align: center;
    color: #fff;
    font-size: 75px;
    line-height: 121%;
    text-transform: uppercase;
    font-family: 'Bebas Neue', arial, sans-serif;
    display: block;
    margin: 0;
    background: #FFC001;
    background: linear-gradient(180deg, #ffe135 0%, #ffe135 30%, #171716 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 1199px) {
      .main_partner-section .section_title {
        font-size: 60px; } }
    @media (max-width: 767px) {
      .main_partner-section .section_title {
        font-size: 40px; } }
  .main_partner-section .main_partner-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    font-size: 0;
    padding: 25px;
    position: relative; }
    .main_partner-section .main_partner-wrapper .logo_container {
      width: 25%;
      border-radius: 15px;
      background: #FFFFFF;
      background: linear-gradient(152deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.03) 100%);
      padding: 1px;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .main_partner-section .main_partner-wrapper .logo_container {
          width: 100%;
          margin-bottom: 30px; } }
      .main_partner-section .main_partner-wrapper .logo_container .partner_logo {
        background: #000;
        border-radius: 15px;
        position: relative;
        min-height: 250px;
        overflow: hidden; }
        @media (max-width: 476px) {
          .main_partner-section .main_partner-wrapper .logo_container .partner_logo {
            min-height: 200px; } }
        .main_partner-section .main_partner-wrapper .logo_container .partner_logo .main_partner-logo {
          width: 85%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
    .main_partner-section .main_partner-wrapper .partner_content {
      padding: 25px 120px 25px 50px;
      display: inline-block;
      vertical-align: middle;
      width: 75%; }
      @media (max-width: 767px) {
        .main_partner-section .main_partner-wrapper .partner_content {
          width: 100%;
          padding: 0;
          padding-bottom: 100px; } }
      .main_partner-section .main_partner-wrapper .partner_content .partner_name {
        color: #fff;
        font-size: 42px;
        line-height: 121%;
        text-transform: uppercase;
        font-family: 'Bebas Neue', arial, sans-serif;
        display: block;
        margin: 0; }
        @media (max-width: 767px) {
          .main_partner-section .main_partner-wrapper .partner_content .partner_name {
            font-size: 36px; } }
      .main_partner-section .main_partner-wrapper .partner_content .partner_description {
        color: #a1a1a1;
        font-size: 16px;
        line-height: 21px;
        margin: 0;
        margin-top: 20px; }
    .main_partner-section .main_partner-wrapper .section_arr {
      background: #FFE135;
      border: 1px solid #FFE135;
      border-radius: 10px;
      position: absolute;
      right: 15px;
      top: 15px;
      bottom: 15px;
      width: 77px;
      transition: .3s; }
      @media (max-width: 767px) {
        .main_partner-section .main_partner-wrapper .section_arr {
          top: auto;
          bottom: 25px;
          left: 25px;
          right: 25px;
          height: 75px;
          width: auto; } }
      .main_partner-section .main_partner-wrapper .section_arr svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
        @media (max-width: 767px) {
          .main_partner-section .main_partner-wrapper .section_arr svg {
            width: 14px; } }
        .main_partner-section .main_partner-wrapper .section_arr svg path {
          fill: #000;
          transition: .3s; }
      .main_partner-section .main_partner-wrapper .section_arr:hover {
        border: 1px solid rgba(255, 255, 255, 0.2);
        background: #000; }
        .main_partner-section .main_partner-wrapper .section_arr:hover svg path {
          fill: #fff; }

.all_partners-section {
  padding: 50px 0; }
  .all_partners-section .titles_container {
    padding-bottom: 50px; }
    .all_partners-section .titles_container .section_description {
      color: #747474;
      font-size: 16px;
      line-height: 21px;
      margin: 0;
      margin-top: 40px; }
  .all_partners-section .partner_card {
    margin-bottom: 30px; }
    @media (max-width: 476px) {
      .all_partners-section .partner_card {
        width: 100%; } }
    .all_partners-section .partner_card .card_wrapper {
      border-radius: 15px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      position: relative;
      min-height: 240px; }
      .all_partners-section .partner_card .card_wrapper .partner_logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 70%; }

.testimonials_section .titles_container {
  padding-bottom: 50px; }

/* TEMPLATE PROGRAM */
.facilitators_section {
  padding-bottom: 0; }
  @media (max-width: 991px) {
    .facilitators_section .top_container {
      display: block; } }
  .facilitators_section .top_container:before {
    display: none; }
  .facilitators_section .top_nav-container {
    text-align: right; }
    @media (max-width: 991px) {
      .facilitators_section .top_nav-container {
        text-align: center;
        margin-top: 10px; } }

.program_about-section .section_separator {
  width: 100%;
  height: 1px;
  background: #333333;
  margin-bottom: 80px; }

.program_faq-section .section_separator {
  width: 100%;
  height: 1px;
  background: #333333;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .program_faq-section .section_separator {
      margin-bottom: 50px; } }
.program_faq-section .btns_container {
  text-align: center;
  margin-top: 50px; }

/* HOMEPAGE V2 */
.people_carousel-section {
  padding: 50px 0; }
  .people_carousel-section .top_container {
    padding-top: 0; }
    @media (max-width: 991px) {
      .people_carousel-section .top_container {
        display: block; } }
    .people_carousel-section .top_container:before {
      display: none; }
  .people_carousel-section .top_nav-container {
    text-align: right; }
    @media (max-width: 991px) {
      .people_carousel-section .top_nav-container {
        text-align: center;
        margin-top: 10px; } }

/* ARTICOLE CLUB COMPETITIV — refoloseste .blog_section, dar afiseaza toate
   articolele, deci are nevoie de mai multe randuri */
.club_articles-section .blog_posts .post_card {
  margin-bottom: 50px;
  /* grid-ul Bootstrap 3 e pe float: fara clear la fiecare al treilea,
     un card mai inalt agata cardurile de pe randul urmator */ }
  .club_articles-section .blog_posts .post_card:nth-child(3n+1) {
    clear: left; }
  @media (max-width: 991px) {
    .club_articles-section .blog_posts .post_card:last-child {
      margin-bottom: 0; } }
.club_articles-section .btns_container {
  margin-top: 0; }

/* PROGRAM CALENDAR SECTION */
.program_calendar-section {
  padding: 50px 0;
  /* Module tabs */
  /* Module panel */
  /* Day cards */
  /* Focus + result */ }
  .program_calendar-section .section_text {
    color: #ACADAD;
    font-size: 18px;
    line-height: 21px;
    margin: 20px auto 0;
    max-width: 750px;
    text-align: center; }
  .program_calendar-section .program_tabs {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 10px;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .program_calendar-section .program_tabs {
        padding: 8px;
        margin-top: 40px; } }
  .program_calendar-section .filters_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px; }
    .program_calendar-section .filters_list .tab_item {
      flex: 1 1 0;
      min-width: 0;
      display: flex; }
      @media (max-width: 767px) {
        .program_calendar-section .filters_list .tab_item {
          flex: 1 1 calc(50% - 3px); } }
    .program_calendar-section .filters_list .filter_item {
      width: 100%;
      display: block;
      background: transparent;
      border: 1px solid transparent;
      border-radius: 10px;
      padding: 14px 15px 12px;
      color: #fff;
      text-align: center;
      cursor: pointer;
      transition: .3s; }
      @media (max-width: 467px) {
        .program_calendar-section .filters_list .filter_item {
          padding: 11px 10px 9px; } }
      .program_calendar-section .filters_list .filter_item .tab_label {
        display: block;
        font-family: 'Bebas Neue', arial, sans-serif;
        font-size: 28px;
        line-height: 23px;
        text-transform: uppercase;
        transition: .3s; }
        @media (max-width: 1199px) {
          .program_calendar-section .filters_list .filter_item .tab_label {
            font-size: 24px; } }
        @media (max-width: 767px) {
          .program_calendar-section .filters_list .filter_item .tab_label {
            font-size: 22px; } }
        @media (max-width: 467px) {
          .program_calendar-section .filters_list .filter_item .tab_label {
            font-size: 18px; } }
      .program_calendar-section .filters_list .filter_item .tab_sublabel {
        display: block;
        font-family: 'Inter', arial, sans-serif;
        font-size: 13px;
        line-height: 16px;
        color: #ACADAD;
        margin-top: 7px;
        transition: .3s; }
        @media (max-width: 467px) {
          .program_calendar-section .filters_list .filter_item .tab_sublabel {
            font-size: 11px;
            margin-top: 5px; } }
      .program_calendar-section .filters_list .filter_item:hover, .program_calendar-section .filters_list .filter_item:focus {
        border-color: rgba(255, 255, 255, 0.25);
        outline: 0; }
      .program_calendar-section .filters_list .filter_item:focus-visible {
        outline: 2px solid #FFC001;
        outline-offset: 2px; }
      .program_calendar-section .filters_list .filter_item.active {
        background: #FFE135;
        border-color: #FFE135;
        color: #000;
        cursor: default; }
        .program_calendar-section .filters_list .filter_item.active .tab_sublabel {
          color: rgba(0, 0, 0, 0.55); }
  .program_calendar-section .module_panel {
    display: none;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .program_calendar-section .module_panel {
        margin-top: 40px; } }
    .program_calendar-section .module_panel.active {
      display: block; }
  .program_calendar-section .module_header {
    text-align: center; }
    .program_calendar-section .module_header .module_no {
      display: block;
      font-family: 'Bebas Neue', arial, sans-serif;
      font-size: 24px;
      line-height: 100%;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #FFC001; }
    .program_calendar-section .module_header .module_title {
      font-family: 'Bebas Neue', arial, sans-serif;
      font-size: 62px;
      line-height: 110%;
      text-transform: uppercase;
      color: #fff;
      margin: 12px 0 0; }
      @media (max-width: 1199px) {
        .program_calendar-section .module_header .module_title {
          font-size: 50px; } }
      @media (max-width: 767px) {
        .program_calendar-section .module_header .module_title {
          font-size: 42px; } }
      @media (max-width: 467px) {
        .program_calendar-section .module_header .module_title {
          font-size: 34px; } }
    .program_calendar-section .module_header .module_desc {
      color: #ACADAD;
      font-size: 18px;
      line-height: 24px;
      margin: 15px auto 0;
      max-width: 750px; }
      @media (max-width: 767px) {
        .program_calendar-section .module_header .module_desc {
          font-size: 16px;
          line-height: 21px; } }
    .program_calendar-section .module_header .module_format {
      display: inline-block;
      margin-top: 25px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 10px;
      padding: 12px 20px 9px;
      font-family: 'Bebas Neue', arial, sans-serif;
      font-size: 20px;
      line-height: 100%;
      text-transform: uppercase;
      color: #696969; }
      @media (max-width: 467px) {
        .program_calendar-section .module_header .module_format {
          font-size: 18px; } }
      .program_calendar-section .module_header .module_format span {
        color: #fff; }
  .program_calendar-section .program_days {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -15px 0; }
    @media (max-width: 991px) {
      .program_calendar-section .program_days {
        display: block;
        margin-top: 30px; } }
    .program_calendar-section .program_days > .day_card {
      display: flex;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .program_calendar-section .program_days > .day_card {
          width: 100%;
          margin-bottom: 20px; } }
    .program_calendar-section .program_days .day_wrapper {
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 15px;
      padding: 30px;
      width: 100%;
      display: flex;
      flex-direction: column; }
      @media (max-width: 467px) {
        .program_calendar-section .program_days .day_wrapper {
          padding: 25px 20px; } }
    .program_calendar-section .program_days .day_meta {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      margin-bottom: 15px; }
      .program_calendar-section .program_days .day_meta .day_step, .program_calendar-section .program_days .day_meta .day_date, .program_calendar-section .program_days .day_meta .day_badge {
        white-space: nowrap;
        font-family: 'Bebas Neue', arial, sans-serif;
        font-size: 18px;
        line-height: 130%;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #FFC001; }
        @media (max-width: 467px) {
          .program_calendar-section .program_days .day_meta .day_step, .program_calendar-section .program_days .day_meta .day_date, .program_calendar-section .program_days .day_meta .day_badge {
            font-size: 16px; } }
      .program_calendar-section .program_days .day_meta .day_date:before, .program_calendar-section .program_days .day_meta .day_badge:before {
        content: '·';
        padding: 0 8px;
        color: rgba(255, 192, 1, 0.45); }
    .program_calendar-section .program_days .day_title {
      font-family: 'Bebas Neue', arial, sans-serif;
      font-size: 34px;
      line-height: 105%;
      text-transform: uppercase;
      color: #fff;
      margin: 0; }
      @media (max-width: 1199px) {
        .program_calendar-section .program_days .day_title {
          font-size: 30px; } }
      @media (max-width: 467px) {
        .program_calendar-section .program_days .day_title {
          font-size: 26px; } }
    .program_calendar-section .program_days .day_desc {
      color: #ACADAD;
      font-size: 16px;
      line-height: 21px;
      margin: 12px 0 20px; }
    .program_calendar-section .program_days .day_topics {
      list-style: none;
      margin: 0 0 25px;
      padding: 20px 0 0;
      border-top: 1px solid #333333; }
      .program_calendar-section .program_days .day_topics .topic_item {
        position: relative;
        padding-left: 16px;
        font-family: 'Inter', arial, sans-serif;
        font-size: 16px;
        line-height: 21px;
        color: #fff;
        margin-bottom: 8px; }
        .program_calendar-section .program_days .day_topics .topic_item:last-child {
          margin-bottom: 0; }
        .program_calendar-section .program_days .day_topics .topic_item svg {
          position: absolute;
          top: 5px;
          left: 0; }
    .program_calendar-section .program_days .day_link {
      margin-top: auto;
      align-self: flex-start;
      font-family: 'Bebas Neue', arial, sans-serif;
      font-size: 20px;
      line-height: 100%;
      text-transform: uppercase;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 10px;
      padding: 13px 20px 10px;
      transition: .3s; }
      .program_calendar-section .program_days .day_link svg {
        margin-left: 9px;
        vertical-align: -1px; }
        .program_calendar-section .program_days .day_link svg path {
          transition: .3s; }
      .program_calendar-section .program_days .day_link:hover, .program_calendar-section .program_days .day_link:active, .program_calendar-section .program_days .day_link:focus {
        background: #FFE135;
        border-color: #FFE135;
        color: #000;
        text-decoration: none; }
        .program_calendar-section .program_days .day_link:hover svg path, .program_calendar-section .program_days .day_link:active svg path, .program_calendar-section .program_days .day_link:focus svg path {
          fill: #000; }
      .program_calendar-section .program_days .day_link:focus-visible {
        outline: 2px solid #FFC001;
        outline-offset: 2px; }
  .program_calendar-section .module_outcome {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    @media (max-width: 991px) {
      .program_calendar-section .module_outcome {
        display: block; } }
    .program_calendar-section .module_outcome > .outcome_col {
      display: flex; }
      @media (max-width: 991px) {
        .program_calendar-section .module_outcome > .outcome_col {
          width: 100%;
          margin-bottom: 20px; }
          .program_calendar-section .module_outcome > .outcome_col:last-child {
            margin-bottom: 0; } }
    .program_calendar-section .module_outcome .focus_card, .program_calendar-section .module_outcome .result_card {
      border-radius: 15px;
      padding: 30px;
      width: 100%; }
      @media (max-width: 467px) {
        .program_calendar-section .module_outcome .focus_card, .program_calendar-section .module_outcome .result_card {
          padding: 25px 20px; } }
    .program_calendar-section .module_outcome .focus_card {
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.1); }
    .program_calendar-section .module_outcome .result_card {
      background: #FFE135;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .program_calendar-section .module_outcome .card_label {
      display: block;
      font-family: 'Bebas Neue', arial, sans-serif;
      font-size: 18px;
      line-height: 100%;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #FFC001;
      margin-bottom: 15px; }
    .program_calendar-section .module_outcome .result_card .card_label {
      color: rgba(0, 0, 0, 0.55); }
    .program_calendar-section .module_outcome .focus_text {
      font-family: 'Bebas Neue', arial, sans-serif;
      font-size: 32px;
      line-height: 110%;
      text-transform: uppercase;
      color: #fff;
      margin: 0; }
      @media (max-width: 1199px) {
        .program_calendar-section .module_outcome .focus_text {
          font-size: 28px; } }
      @media (max-width: 467px) {
        .program_calendar-section .module_outcome .focus_text {
          font-size: 24px; } }
    .program_calendar-section .module_outcome .focus_note {
      color: #ACADAD;
      font-size: 16px;
      line-height: 21px;
      margin: 15px 0 0; }
    .program_calendar-section .module_outcome .result_text {
      font-family: 'Bebas Neue', arial, sans-serif;
      font-size: 36px;
      line-height: 105%;
      text-transform: uppercase;
      color: #000;
      margin: 0; }
      @media (max-width: 1199px) {
        .program_calendar-section .module_outcome .result_text {
          font-size: 30px; } }
      @media (max-width: 467px) {
        .program_calendar-section .module_outcome .result_text {
          font-size: 26px; } }

/* AGENDA SECTION */
.agenda_section {
  padding-bottom: 100px;
  /* În flexible content spațierea de jos vine din .article_section */
  /* Header */
  /* Schedule */ }
  @media (max-width: 467px) {
    .agenda_section {
      padding-bottom: 50px; } }
  .agenda_section.article_section {
    padding-bottom: 0; }
  .agenda_section .agenda_header .agenda_title {
    font-family: 'Bebas Neue', arial, sans-serif;
    font-size: 42px;
    line-height: 121%;
    text-transform: uppercase;
    display: block;
    margin: 0;
    color: #fff;
    background: #FFC001;
    background: linear-gradient(180deg, #ffc001 0%, #ffc001 50%, #171716 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 991px) {
      .agenda_section .agenda_header .agenda_title {
        font-size: 34px; } }
    @media (max-width: 467px) {
      .agenda_section .agenda_header .agenda_title {
        font-size: 28px; } }
  .agenda_section .agenda_header .agenda_subtitle {
    display: block;
    font-family: 'Bebas Neue', arial, sans-serif;
    font-size: 24px;
    line-height: 121%;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFC001;
    margin-top: 5px; }
    @media (max-width: 467px) {
      .agenda_section .agenda_header .agenda_subtitle {
        font-size: 20px; } }
  .agenda_section .agenda_header .agenda_desc {
    color: #ACADAD;
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0 0;
    max-width: 750px; }
    @media (max-width: 767px) {
      .agenda_section .agenda_header .agenda_desc {
        font-size: 16px;
        line-height: 21px; } }
  .agenda_section .agenda_schedule {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #333333; }
    @media (max-width: 767px) {
      .agenda_section .agenda_schedule {
        margin-top: 30px;
        padding-top: 30px; } }
    .agenda_section .agenda_schedule .schedule_label {
      display: block;
      font-family: 'Bebas Neue', arial, sans-serif;
      font-size: 18px;
      line-height: 100%;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #696969;
      margin-bottom: 20px; }
  .agenda_section .slot_card {
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 22px 25px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    transition: .3s;
    /* Slot activ la hover */ }
    @media (max-width: 767px) {
      .agenda_section .slot_card {
        display: block; } }
    @media (max-width: 467px) {
      .agenda_section .slot_card {
        padding: 20px; } }
    .agenda_section .slot_card:last-child {
      margin-bottom: 0; }
    .agenda_section .slot_card .slot_time {
      flex: 0 0 24%;
      max-width: 24%;
      padding-right: 20px;
      font-family: 'Bebas Neue', arial, sans-serif;
      font-size: 24px;
      line-height: 110%;
      text-transform: uppercase;
      color: #FFC001;
      transition: .3s; }
      @media (max-width: 991px) {
        .agenda_section .slot_card .slot_time {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .agenda_section .slot_card .slot_time {
          flex: 1 1 100%;
          max-width: 100%;
          padding-right: 0;
          margin-bottom: 8px; } }
    .agenda_section .slot_card .slot_content {
      flex: 1 1 0;
      min-width: 0; }
    .agenda_section .slot_card .slot_title {
      font-family: 'Bebas Neue', arial, sans-serif;
      font-size: 30px;
      line-height: 110%;
      text-transform: uppercase;
      color: #fff;
      margin: 0;
      transition: .3s; }
      @media (max-width: 1199px) {
        .agenda_section .slot_card .slot_title {
          font-size: 26px; } }
      @media (max-width: 467px) {
        .agenda_section .slot_card .slot_title {
          font-size: 24px; } }
    .agenda_section .slot_card .slot_speakers {
      display: block;
      font-family: 'Inter', arial, sans-serif;
      font-weight: 600;
      font-size: 16px;
      line-height: 21px;
      color: #fff;
      margin-top: 8px;
      transition: .3s; }
    .agenda_section .slot_card .slot_desc {
      color: #ACADAD;
      font-size: 16px;
      line-height: 21px;
      margin: 3px 0 0;
      transition: .3s; }
    .agenda_section .slot_card .slot_resources {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid #333333;
      transition: .3s; }
    .agenda_section .slot_card .resource_link {
      display: inline-block;
      font-family: 'Bebas Neue', arial, sans-serif;
      font-size: 16px;
      line-height: 100%;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 10px;
      padding: 8px 13px 6px;
      transition: .3s; }
      .agenda_section .slot_card .resource_link svg {
        margin-left: 8px;
        vertical-align: -1px; }
        .agenda_section .slot_card .resource_link svg path {
          transition: .3s; }
      .agenda_section .slot_card .resource_link:hover, .agenda_section .slot_card .resource_link:active, .agenda_section .slot_card .resource_link:focus {
        background: #FFE135;
        border-color: #FFE135;
        color: #000;
        text-decoration: none; }
        .agenda_section .slot_card .resource_link:hover svg path, .agenda_section .slot_card .resource_link:active svg path, .agenda_section .slot_card .resource_link:focus svg path {
          fill: #000; }
      .agenda_section .slot_card .resource_link:focus-visible {
        outline: 2px solid #FFC001;
        outline-offset: 2px; }
    .agenda_section .slot_card:hover {
      background: #FFE135;
      border-color: #FFE135; }
      .agenda_section .slot_card:hover .slot_time {
        color: #000; }
      .agenda_section .slot_card:hover .slot_title {
        color: #000; }
      .agenda_section .slot_card:hover .slot_speakers {
        color: #000; }
      .agenda_section .slot_card:hover .slot_desc {
        color: rgba(0, 0, 0, 0.65); }
      .agenda_section .slot_card:hover .slot_resources {
        border-top-color: rgba(0, 0, 0, 0.15); }
      .agenda_section .slot_card:hover .resource_link {
        color: #000;
        border-color: rgba(0, 0, 0, 0.3); }
        .agenda_section .slot_card:hover .resource_link svg path {
          fill: #000; }
        .agenda_section .slot_card:hover .resource_link:hover, .agenda_section .slot_card:hover .resource_link:active, .agenda_section .slot_card:hover .resource_link:focus {
          background: #000;
          border-color: #000;
          color: #FFE135; }
          .agenda_section .slot_card:hover .resource_link:hover svg path, .agenda_section .slot_card:hover .resource_link:active svg path, .agenda_section .slot_card:hover .resource_link:focus svg path {
            fill: #FFE135; }
        .agenda_section .slot_card:hover .resource_link:focus-visible {
          outline: 2px solid #000; }

/* REFERRAL SECTION */
.referral_section {
  padding: 50px 0;
  /* butonul de copiere nu are text vizibil, deci confirmarea e un tooltip */ }
  .referral_section .section_text {
    color: #ACADAD;
    font-size: 18px;
    line-height: 24px;
    margin: 20px auto 0;
    max-width: 750px;
    text-align: center; }
    @media (max-width: 767px) {
      .referral_section .section_text {
        font-size: 16px;
        line-height: 21px; } }
  .referral_section .referral_buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 36px;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .referral_section .referral_buttons {
        margin-top: 30px;
        gap: 26px; } }
    @media (max-width: 467px) {
      .referral_section .referral_buttons {
        gap: 18px; } }
  .referral_section .referral_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent;
    border: none;
    padding: 8px;
    color: #fff;
    cursor: pointer;
    transition: .3s;
    -webkit-appearance: none;
    appearance: none; }
    .referral_section .referral_btn svg {
      display: block;
      height: auto;
      /* pe ecrane mici se scade lățimea, nu se folosește transform:scale —
         scale nu micșorează cutia de layout și ar lăsa goluri între iconițe */ }
      @media (max-width: 767px) {
        .referral_section .referral_btn svg {
          width: 48px; } }
      @media (max-width: 467px) {
        .referral_section .referral_btn svg {
          width: 38px; } }
    .referral_section .referral_btn:hover, .referral_section .referral_btn:active, .referral_section .referral_btn:focus {
      color: #FFC001;
      background: transparent;
      text-decoration: none;
      outline: 0; }
    .referral_section .referral_btn:focus-visible {
      outline: 2px solid #FFC001;
      outline-offset: 4px;
      border-radius: 6px; }
    .referral_section .referral_btn.copied {
      color: #FFC001; }
  .referral_section .copy_feedback {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
    background: #FFE135;
    color: #000;
    font-family: 'Bebas Neue', arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 11px 6px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    pointer-events: none; }
  .referral_section .copied .copy_feedback {
    opacity: 1;
    visibility: visible; }

/*# sourceMappingURL=style.css.map */
