.banner {
  position: relative;
  max-width: 1920px;
  height: auto;
  margin: auto;
  overflow: hidden;
}
.banner .beams-right,
.banner .beams-left {
  position: absolute;
  height: 100%;
  width: 35vw;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  .banner .beams-right,
  .banner .beams-left {
    display: none;
  }
}
.banner .beams-right {
  right: 0;
  transform: translateX(100%);
}
@media (min-width: 768px) {
  .banner .beams-right {
    transform: translateX(0);
    opacity: 1;
  }
}
.banner .beams-left {
  left: 0;
  transform: translateX(-100%);
}
@media (min-width: 768px) {
  .banner .beams-left {
    transform: translateX(0);
    opacity: 1;
  }
}
.banner-image-feather-left {
  position: relative;
}
.banner-image-feather-left img {
  position: absolute;
  top: 70px;
  left: 160px;
  width: 450px;
  height: auto;
}
@media (max-width: 1399.98px) {
  .banner-image-feather-left img {
    top: 20px;
    width: 400px;
    transform: rotate(10deg) translateY(15%);
  }
}
@media (max-width: 1199.98px) {
  .banner-image-feather-left img {
    top: -40px;
    width: 350px;
    transform: rotate(10deg) translateY(35%);
  }
}
@media (max-width: 991.98px) {
  .banner-image-feather-left img {
    top: -130px;
    width: 250px;
    transform: rotate(10deg) translateY(75%);
  }
}
@media (max-width: 767.98px) {
  .banner-image-feather-left img {
    display: none;
  }
}
.banner-image-feather-right {
  position: relative;
}
.banner-image-feather-right img {
  position: absolute;
  top: 70px;
  right: 160px;
  width: 450px;
  height: auto;
}
@media (max-width: 1399.98px) {
  .banner-image-feather-right img {
    top: 20px;
    width: 400px;
    transform: rotate(-10deg) translateY(15%);
  }
}
@media (max-width: 1199.98px) {
  .banner-image-feather-right img {
    top: -40px;
    width: 350px;
    transform: rotate(-10deg) translateY(35%);
  }
}
@media (max-width: 991.98px) {
  .banner-image-feather-right img {
    top: -130px;
    width: 250px;
    transform: rotate(-10deg) translateY(75%);
  }
}
@media (max-width: 767.98px) {
  .banner-image-feather-right img {
    display: none;
  }
}

.shortlist {
  padding-top: 110px;
  padding-bottom: 110px;
  background: #12100C;
}
@media (max-width: 767.98px) {
  .shortlist {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .shortlist .row {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.shortlist h2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: calc(1.4625rem + 2.55vw);
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1200px) {
  .shortlist h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 767.98px) {
  .shortlist h2 {
    font-size: 36px;
  }
}
.shortlist p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 24px;
}
.shortlist h3 {
  color: #fff;
  margin-bottom: 24px;
  font-size: calc(1.35rem + 1.2vw);
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .shortlist h3 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .shortlist h3 {
    font-size: 24;
  }
}
.shortlist .row-shortlist {
  color: #fff;
  padding-bottom: 75px;
}
.shortlist .row-shortlist .col-shortlist table {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-transform: uppercase;
}
.shortlist .row-shortlist .col-shortlist table tbody tr:not(:last-child) {
  border-bottom: solid 1px;
}
.shortlist .row-shortlist .col-shortlist table tbody tr td {
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-size: 12px;
}
.shortlist .row-shortlist .col-shortlist table tbody tr td span {
  font-size: 1rem;
  font-weight: 700;
}

.star {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  animation-name: twinkle;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  z-index: 999;
}

.beams-container {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.beam {
  position: absolute;
  opacity: 0.5;
  transform-origin: bottom;
  filter: blur(1px);
  animation-name: shine;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes shine {
  0% {
    opacity: 0.3;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 0.8;
    transform: scaleY(1.1);
  }
}
@keyframes twinkle {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.opening {
  background: transparent linear-gradient(272deg, #000000 0%, #040e38 100%) 0% 0% no-repeat padding-box;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .opening {
    padding-top: 8px;
    padding-top: 8px;
  }
}
.opening .marquee {
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 1;
  font-size: calc(1.275rem + 0.3vw);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .opening .marquee {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .opening .marquee {
    font-size: 1.125rem;
  }
}
.opening .marquee .marquee-animation {
  display: inline-block;
  animation: marquee 15s linear infinite;
  text-indent: 0;
}
.opening .marquee .marquee-animation:hover {
  animation-play-state: paused;
}
.opening .marquee .marquee-animation:after {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 100;
}
.opening .marquee .marquee-animation span {
  display: block;
  padding-left: 24px;
  padding-right: 24px;
  text-transform: uppercase;
  color: #fff;
}
.opening .marquee .marquee-animation b {
  font-style: italic;
}

.presentation {
  padding-top: 110px;
  padding-bottom: 110px;
  background: #12100c;
}
@media (max-width: 767.98px) {
  .presentation {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .presentation .row {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.presentation-info {
  padding-top: 100px;
  border-left: solid 1px #D5BF75;
  padding-left: 1rem;
}
@media (max-width: 767.98px) {
  .presentation-info {
    padding-top: 60px;
  }
}
.presentation-img {
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .presentation-img {
    padding-top: 60px;
  }
}
.presentation span.head {
  color: #fff;
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 24px;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 1200px) {
  .presentation span.head {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .presentation span.head {
    font-size: 18px;
  }
}
.presentation h2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: calc(1.4625rem + 2.55vw);
  line-height: 1.3;
  font-weight: 400px;
}
@media (min-width: 1200px) {
  .presentation h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 767.98px) {
  .presentation h2 {
    font-size: 36px;
  }
}
.presentation p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 24px;
}
.presentation .p-buttons {
  display: flex;
  align-items: center;
}
.presentation .p-buttons .link {
  color: #fff;
}
.presentation .p-buttons .btn {
  margin-left: 24px;
}
@media (max-width: 767.98px) {
  .presentation .btn-outline-secondary {
    display: none;
  }
}
.presentation .btn-mobile {
  display: block;
}
@media (min-width: 768px) {
  .presentation .btn-mobile {
    display: none;
  }
}

.for-agency {
  background-image: url("../../../images/web/bg-textura.webp");
  background-size: cover;
  padding-top: 126px;
  padding-bottom: 110px;
  position: relative;
}
@media (max-width: 767.98px) {
  .for-agency {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
.for-agency:after {
  content: "";
  width: 1px;
  height: 110px;
  background: #d5bf75;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 767.98px) {
  .for-agency:after {
    height: 60px;
  }
}
.for-agency span.head {
  display: block;
  text-align: center;
  color: #fff;
  font-size: calc(1.275rem + 0.3vw);
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .for-agency span.head {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .for-agency span.head {
    font-size: 18px;
  }
}
.for-agency h2 {
  font-size: calc(1.4625rem + 2.55vw);
  line-height: 1.3;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 400x;
}
@media (min-width: 1200px) {
  .for-agency h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 767.98px) {
  .for-agency h2 {
    font-size: 36px;
  }
}
.for-agency .category {
  border: solid 2px #d5bf75;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  background: #12100c;
}
@media (max-width: 767.98px) {
  .for-agency .category {
    margin-bottom: 16px;
  }
}
.for-agency .category .image {
  width: 99px;
  height: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  outline: solid 2px #d5bf75;
  margin-right: 1rem;
}
@media (max-width: 767.98px) {
  .for-agency .category .image {
    width: 54px;
    height: 54px;
    padding: 14px;
  }
}
.for-agency .category:hover .image {
  background: #040e38;
}
.for-agency .category h3 {
  width: calc(100% - 115px);
  color: #ffffff;
  font-weight: 700;
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .for-agency .category h3 {
    font-size: 1.5rem;
  }
}
.for-agency .divider {
  width: 1px;
  height: 110px;
  margin: 26px auto 16px;
  background: #d5bf75;
}
@media (max-width: 767.98px) {
  .for-agency .divider {
    height: 60px;
  }
}
.for-agency .studants h2 {
  margin-bottom: 24px;
}
.for-agency .studants h3 {
  font-size: 36px;
  text-align: center;
}
.for-agency .studants p {
  color: #fff;
  text-align: center;
}
.for-agency .accordion .accordion-item {
  background: #12100c;
  border: solid 2px #d5bf75;
  border-radius: 72px;
  margin-bottom: 30px;
  background: #040e38;
}
.for-agency .accordion .accordion-item:has(.collapsed) {
  background: #12100c;
}
.for-agency .accordion .accordion-item .accordion-header {
  margin-bottom: 0;
  font-size: calc(1.275rem + 0.3vw);
  color: #fff;
  padding: 24px 10%;
  position: relative;
  text-align: center;
}
@media (min-width: 1200px) {
  .for-agency .accordion .accordion-item .accordion-header {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .for-agency .accordion .accordion-item .accordion-header {
    font-size: 16px;
  }
}
.for-agency .accordion .accordion-item .accordion-header:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23D5BF75' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 18px;
  height: 18px;
  background-size: cover;
}
.for-agency .accordion .accordion-item .accordion-collapse {
  color: #fff;
  padding: 0 10%;
}

.jurors {
  background: transparent linear-gradient(282deg, #000000 0%, #040e38 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 110px;
  max-width: 1920px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .jurors {
    padding-bottom: 85px;
  }
}
.jurors-text {
  position: relative;
  z-index: 1000;
  background: transparent linear-gradient(282deg, #040620 0%, #060932 100%) 0% 0% no-repeat padding-box;
  padding-top: 110px;
  border-left: solid 1px #D5BF75;
  padding-left: 1rem;
}
@media (max-width: 767.98px) {
  .jurors-text {
    border: none;
    padding-left: 0;
    padding-top: 76px;
  }
}
.jurors-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-100% - 1px);
  width: 100%;
  height: 100%;
  background-color: #060932;
}
@media (max-width: 767.98px) {
  .jurors-text:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 1px;
    height: 60px;
    background: #d5bf75;
    margin: auto;
  }
}
.jurors-text span {
  display: block;
  margin-bottom: 24px;
  color: #fff;
  text-transform: uppercase;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .jurors-text span {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .jurors-text span {
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
  }
}
.jurors-text h2 {
  color: #fff;
  line-height: 1.3;
  font-size: calc(1.4625rem + 2.55vw);
  font-weight: 400;
}
@media (min-width: 1200px) {
  .jurors-text h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 767.98px) {
  .jurors-text h2 {
    font-size: 36px;
    text-align: center;
  }
}
.jurors-all {
  padding-top: 165px;
}
@media (max-width: 767.98px) {
  .jurors-all {
    padding-top: 16px;
  }
}
.jurors .jurors-box {
  border: solid 2px #d5bf75;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  background: transparent;
  display: flex;
  align-items: center;
}
.jurors .jurors-box .img {
  width: 99px;
  height: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  outline: solid 2px #d5bf75;
  margin-right: 1rem;
  overflow: hidden;
}
.jurors .jurors-box:hover {
  background: #040e38;
}
.jurors .jurors-box .text {
  width: calc(100% - 115px);
  padding-right: 1rem;
}
.jurors .jurors-box .text h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
}
.jurors .jurors-box .text p {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .jurors .jurors-box .text p {
    font-size: 14px;
  }
}
.jurors .swiper-jurors {
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 767.98px) {
  .jurors .swiper-jurors {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
}
.jurors .swiper-jurors .swiper-button-next {
  left: auto;
  right: 0;
  bottom: 0;
  top: auto;
}
.jurors .swiper-jurors .swiper-button-next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23D5BF75' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
  position: absolute;
  width: 16px;
  height: 16px;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .jurors .swiper-jurors .swiper-button-next {
    bottom: -12px;
    right: 8rem;
  }
}
.jurors .swiper-jurors .swiper-button-prev {
  left: auto;
  right: 2rem;
  bottom: 0;
  top: auto;
}
.jurors .swiper-jurors .swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23D5BF75' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
  position: absolute;
  width: 16px;
  height: 16px;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .jurors .swiper-jurors .swiper-button-prev {
    bottom: -12px;
    left: 8rem;
  }
}

.subscribe {
  background: #12100c;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .subscribe {
    display: none;
  }
}
.subscribe-image-feather-left {
  position: relative;
}
.subscribe-image-feather-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 659px;
  height: auto;
}
@media (max-width: 1399.98px) {
  .subscribe-image-feather-left img {
    width: 600px;
    transform: rotate(10deg) translateY(15%);
  }
}
@media (max-width: 1199.98px) {
  .subscribe-image-feather-left img {
    width: 500px;
    transform: rotate(10deg) translateY(35%);
  }
}
@media (max-width: 991.98px) {
  .subscribe-image-feather-left img {
    width: 400px;
    transform: rotate(10deg) translateY(75%);
  }
}
.subscribe-image-feather-right {
  position: relative;
}
.subscribe-image-feather-right img {
  position: absolute;
  top: 0;
  right: 0;
  width: 659px;
  height: auto;
}
@media (max-width: 1399.98px) {
  .subscribe-image-feather-right img {
    width: 600px;
    transform: rotate(-10deg) translateY(15%);
  }
}
@media (max-width: 1199.98px) {
  .subscribe-image-feather-right img {
    width: 500px;
    transform: rotate(-10deg) translateY(35%);
  }
}
@media (max-width: 991.98px) {
  .subscribe-image-feather-right img {
    width: 400px;
    transform: rotate(-10deg) translateY(75%);
  }
}
.subscribe .divider {
  width: 1px;
  height: 110px;
  margin: 0 auto 16px;
  background: #d5bf75;
}
@media (max-width: 767.98px) {
  .subscribe .divider {
    height: 60px;
  }
}
.subscribe span.head {
  color: #fff;
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 24px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
@media (min-width: 1200px) {
  .subscribe span.head {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .subscribe span.head {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.subscribe h2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: calc(1.4625rem + 2.55vw);
  line-height: 1.3;
  font-weight: 400px;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .subscribe h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 767.98px) {
  .subscribe h2 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
.subscribe p {
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
  font-weight: 400;
}

.faq {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #12100c;
  position: relative;
}
@media (max-width: 767.98px) {
  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.faq:after {
  content: "";
  background-image: url("../../../images/web/bg-brilho.webp");
  width: 568px;
  height: 1083px;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: lighten;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .faq:after {
    width: 100%;
    height: 50%;
    bottom: 0;
    top: auto;
  }
}
.faq:before {
  content: "";
  background-image: url("../../../images/web/bg-brilho.webp");
  width: 568px;
  height: 1083px;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: lighten;
  z-index: 0;
  rotate: 180deg;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .faq:before {
    content: none;
  }
}
.faq .container {
  position: relative;
  z-index: 1;
}
.faq .divider {
  width: 1px;
  height: 110px;
  margin: auto;
  background: #d5bf75;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .faq .divider {
    height: 60px;
  }
}
.faq span.head {
  text-transform: uppercase;
  font-size: calc(1.275rem + 0.3vw);
  color: #fff;
  text-align: center;
  display: block;
}
@media (min-width: 1200px) {
  .faq span.head {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .faq span.head {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.faq h2 {
  margin-bottom: 60px;
  color: #fff;
  font-weight: 400;
  font-size: calc(1.4625rem + 2.55vw);
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 1200px) {
  .faq h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 767.98px) {
  .faq h2 {
    margin-bottom: 16px;
    font-size: 36px;
  }
}
.faq .accordion .accordion-item {
  background: #12100c;
  border: solid 2px #d5bf75;
  border-radius: 72px;
  margin-bottom: 30px;
  background: #040e38;
}
.faq .accordion .accordion-item:has(.collapsed) {
  background: #12100c;
}
.faq .accordion .accordion-item .accordion-header {
  margin-bottom: 0;
  font-size: calc(1.275rem + 0.3vw);
  color: #fff;
  padding: 24px 10%;
  position: relative;
}
@media (min-width: 1200px) {
  .faq .accordion .accordion-item .accordion-header {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .faq .accordion .accordion-item .accordion-header {
    font-size: 16px;
  }
}
.faq .accordion .accordion-item .accordion-header:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23D5BF75' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 18px;
  height: 18px;
  background-size: cover;
}
.faq .accordion .accordion-item .accordion-collapse {
  color: #fff;
  padding: 0 10%;
}

.about {
  background: #12100c;
  position: relative;
  padding-bottom: 70px;
  overflow: hidden;
}
.about .kmbi-gallery {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: auto;
  z-index: 1060;
  rotate: 180deg;
}
@media (max-width: 1199.98px) {
  .about .kmbi-gallery {
    height: 65%;
    top: -45px;
  }
}
@media (max-width: 991.98px) {
  .about .kmbi-gallery {
    display: none;
  }
}
.about-text {
  padding-top: 110px;
  border-left: solid 1px #D5BF75;
  padding-left: 1rem;
  position: relative;
  z-index: 1000;
  background: #12100c;
}
@media (max-width: 767.98px) {
  .about-text {
    border-left: none;
    padding-top: 76px;
    z-index: 0;
  }
}
.about-text:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: calc(-100% - 1px);
  top: 0;
  background: #12100c;
}
@media (max-width: 767.98px) {
  .about-text:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 1px;
    height: 60px;
    background: #d5bf75;
    margin: auto;
  }
}
.about-text span.head {
  color: #fff;
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 24px;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 1200px) {
  .about-text span.head {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .about-text span.head {
    font-size: 18px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.about-text h2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: calc(1.4625rem + 2.55vw);
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .about-text h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 767.98px) {
  .about-text h2 {
    font-size: 36px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.about-photos {
  padding-top: 110px;
}
@media (max-width: 767.98px) {
  .about-photos {
    padding-top: 16px;
  }
}
.about .swiper-gallery {
  padding-bottom: 48px !important;
  position: relative;
}
@media (max-width: 767.98px) {
  .about .swiper-gallery {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
}
.about .swiper-gallery .swiper-slide img {
  border-radius: 20px;
}
.about .swiper-gallery .swiper-button-next {
  right: auto;
  left: 2rem;
  bottom: 0;
  top: auto;
}
.about .swiper-gallery .swiper-button-next:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23D5BF75' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
  position: absolute;
  width: 16px;
  height: 16px;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .about .swiper-gallery .swiper-button-next {
    right: 8rem;
    left: auto;
    bottom: 0px;
  }
}
.about .swiper-gallery .swiper-button-prev {
  right: auto;
  left: 0;
  bottom: 0;
  top: auto;
}
.about .swiper-gallery .swiper-button-prev:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23D5BF75' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
  position: absolute;
  width: 16px;
  height: 16px;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .about .swiper-gallery .swiper-button-prev {
    left: 8rem;
    right: auto;
    bottom: 0px;
  }
}

.award {
  background: transparent linear-gradient(286deg, #000000 0%, #040e38 100%) 0% 0% no-repeat padding-box;
  padding-bottom: 90px;
  text-align: center;
  position: relative;
}
@media (max-width: 575.98px) {
  .award {
    display: none;
  }
}
.award .bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  mix-blend-mode: lighten;
  pointer-events: none;
}
.award .bg-2 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  mix-blend-mode: lighten;
  rotate: 180deg;
  pointer-events: none;
}
.award .divider {
  width: 1px;
  height: 110px;
  margin: 0 auto 16px;
  background: #d5bf75;
}
@media (max-width: 767.98px) {
  .award .divider {
    height: 60px;
  }
}
.award span.head {
  color: #fff;
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 24px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
@media (min-width: 1200px) {
  .award span.head {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .award span.head {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.award h2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: calc(1.4625rem + 2.55vw);
  line-height: 1.3;
  font-weight: 400px;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .award h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 767.98px) {
  .award h2 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
.award p {
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
  font-weight: 400;
}

.sponsors {
  padding-top: 110px;
  background: #12100c;
  padding-bottom: 110px;
}
@media (max-width: 767.98px) {
  .sponsors {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
.sponsors .divider {
  width: 1px;
  height: 110px;
  margin: 26px auto 16px;
  background: #d5bf75;
}
@media (max-width: 767.98px) {
  .sponsors .divider {
    height: 60px;
  }
}
.sponsors span.head {
  color: #fff;
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 60px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
@media (min-width: 1200px) {
  .sponsors span.head {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .sponsors span.head {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.sponsors h2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: calc(1.4625rem + 2.55vw);
  line-height: 1.3;
  font-weight: 400px;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .sponsors h2 {
    font-size: 3.375rem;
  }
}
@media (max-width: 767.98px) {
  .sponsors h2 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
.sponsors .sponsors-images {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.sponsors hr {
  border-top: solid 1px #d5bf75;
  opacity: 1;
  margin-top: 60px;
  margin-bottom: 60px;
}
.sponsors .title-patro {
  text-align: center;
  display: block;
  margin: 30px auto 0;
  color: white;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes svg1 {
  0% {
    right: 0;
  }
  100% {
    right: -18%;
  }
}
@keyframes svg2 {
  0% {
    left: 0;
  }
  100% {
    left: -18%;
  }
}
@keyframes key {
  0% {
    transform: translateX(-100px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
