body > .tournament__header {
  margin-top: 9.5vw;
}
.tournament__title {
  font-size: 1.875rem;
  font-family: var(--ffFSeRe);
  line-height: 2.1875rem;
  text-transform: uppercase;
}
.tournament__subtitle {
  color: var(--sColor);
  font-size: 2.6563rem;
  font-family: var(--ffFRe);
  line-height: 3.125rem;
  margin-top: -1.75rem;
}
.tournament__headerLeft {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
.tournament__headerLeft .button--second {
  margin-left: 0;
}
.tournament__headerInside {
  display: flex;
  flex-direction: column;
  gap: 7.5vw;
  margin-bottom: 7.5vw;
}
.tournament__list {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
.tournament__item {
  align-items: center;
  display: flex;
  gap: var(--fsLittle);
}
.tournmanent__listText {
  font-size: 0.9375rem;
  font-family: var(--ffFSeRe);
  line-height: 1.65rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
}
.tournament__listIcon {
  width: 2.25rem;
}
.tournament__legales * {
  font-size: 0.9375rem;
  font-family: var(--ffMSeBo);
  line-height: 1.5625rem;
}
.tournament__headerRight {
  display: flex;
  flex-direction: column;
  gap: 3.5vw;
}
.tournament__headerRight .tournament__subtitle {
  margin-left: 2.5rem;
}
.tournament__gallery .swiper-button-prev:after {
  background-image: url(../../img/icons/triangle.svg);
  content: "";
}
.tournament__gallery .swiper-button-next:after {
  background-image: url(../../img/icons/triangle.svg);
  content: "";
  rotate: 180deg;
}
.tournament__gallery .swiper-button-next,
.tournament__gallery .swiper-button-prev {
  background-color: transparent;
}
.tournament__titleContainer {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.tournament__mask {
  overflow: hidden;
}
.tournament__swiper {
  overflow: visible;
}
.swiper.mySwiper.tournament__swiper > .swiper-wrapper {
  gap: 2.5vw;
}
.swiper.mySwiper.tournament__swiper--other > .swiper-wrapper {
  overflow: hidden;
}
.tournament__gallery .swiper-button-prev {
  left: -10vw;
}
.tournament__gallery .swiper-button-next {
  right: -10vw;
}
.tournament__cImage {
  height: 50vw;
  width: 100%;
  object-fit: cover;
}
.tournament__gallery {
  margin-bottom: 10vw;
}
.tournament__legend {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
.tournament__middle {
  display: flex;
  flex-direction: column;
  gap: 7.5vw;
}
.tournament__middle .button--second {
  margin-left: 0;
}
.tournament__middleContainer {
  margin-bottom: 15vw;
}
.tournament__subscription .tournament__subtitle {
  margin-left: 1.5rem;
  margin-top: -0.65rem;
}
.tournament__subscription {
  display: flex;
  flex-direction: column;
  gap: 3.5vw;
  margin-bottom: 15vw;
}
.tournament__header .corps p {
  font-size: var(--fsCorpsMore);
  line-height: 1.875rem;
}
.tournament__legend .corps h2 {
  font-size: var(--fsCorpsMore);
  font-family: var(--ffFSeRe);
  line-height: var(--fsSubtitle);
  text-transform: uppercase;
}
.tournament__legend .corps ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.tournament__legend .corps li {
  font-size: var(--fsCorpsMore);
  font-family: var(--ffMBoIt);
  line-height: var(--fsSubtitle);
  list-style: outside;
  margin-left: var(--fsCorps);
}
.tournament__legend .button--fourth {
  margin-left: 0;
}
.tournament__bnb {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  margin-bottom: 5vw;
}
.tournament__bnb .tournament__subtitle {
  margin-left: 0rem;
  margin-top: -1rem;
}
.tournament__bnb > .tournament__titleContainer {
  align-items: center;
  display: flex;
  flex-direction: column;
}

/* -- -- -- -- -- HOST SECTION -- -- -- -- -- */
.swiper.hosts {
  width: 81vw;
}
.host__illustration {
  aspect-ratio: 398 / 278;
  height: auto;
  margin-bottom: 5vw;
  width: 100%;
}
.host__title {
  color: var(--mColor);
  font-size: var(--fsCorps);
  font-family: var(--ffFSeRe);
  line-height: 2.3125rem;
  text-transform: uppercase;
}
.hosts .corps {
  font-size: var(--fsCorpsMore);
  font-family: var(--ffMMe);
  line-height: 1.875rem;
}
.hosts .swiper-wrapper {
  gap: 2.5vw;
}

.tournament__titleContainer--gallery > * {
  text-align: center;
}
.tournament__titleContainer--gallery > .tournament__title {
  line-height: 2.75rem;
}
.tournament__titleContainer--gallery > .tournament__subtitle {
  margin-top: -0.75rem;
}
.tournament__gallery--media > .swiper-wrapper {
  gap: 1.5vw;
}
.tournament__gallery--media > .swiper-wrapper > .swiper-slide {
  width: auto;
}
.tournament__gallery--media .tournament__cImage {
  width: 70vw;
}
.swiper.tournament__gallery--media {
  margin-block: 5vw 15vw;
  margin-left: -9.5vw;
  overflow: visible;
  width: 100vw;
}
.tournament_left {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  margin-bottom: 15vw;
}
.tournament__illustrationFig {
  margin: 0;
  width: 81vw;
  max-width: unset;
}
.tournament__illustrationFig--subscription {
  margin: -8vw 0 0 -4vw;
  width: 85vw;
}
.tournament__legend .button--fourth {
  background-color: var(--sColor);
  color: var(--white);
}

@media (min-width: 575.98px) {
  .tournament__subtitle {
    margin-top: -2.25rem;
    margin-bottom: -1.5rem;
  }
  .tournament__headerLeft,
  .tournament__legend {
    gap: 4vw;
  }
  .tournament__headerRight {
    gap: 4.5vw;
  }
  .tournament__headerRight .tournament__subtitle {
    margin-top: -2.65rem;
  }
  .tournament__gallery .swiper-button-prev {
    left: -8vw;
  }
  .tournament__gallery .swiper-button-next {
    right: -8vw;
  }
  .tournament__bnb {
    margin-bottom: 15vw;
  }
  .tournament_left {
    margin-bottom: 10vw;
  }
}

@media (min-width: 767.98px) {
  body > .banneer--project > .banneer__background {
    min-height: 35dvh;
  }
  body > .banneer--project {
    min-height: 35dvh;
  }
  .tournament__headerRight {
    gap: 3.5vw;
  }
  .tournament__illustrationFig {
    margin-top: -5vw;
  }
}

@media (min-width: 991.98px) {
  .tournament__inside {
    display: flex;
    height: 100%;
    position: relative;
  }
  .tournamentSpanContainer {
    display: flex;
  }
  .tournament__divider {
    background-color: var(--mColor);
    display: block;
    height: 90%;
    margin-inline: 0 -3.5vw;
    position: absolute;
    right: 0;
    width: 0.125rem;
  }
  .tournament_left {
    flex: 0 0 55%;
    gap: 3.5vw;
    margin-bottom: 0;
    margin-right: 7vw;
    position: relative;
  }
  .tournament__title {
    padding-top: 0.5rem;
  }
  .tournament__subtitle {
    font-size: 3.125rem;
    line-height: 2.375rem;
    margin-top: -3.5rem;
  }
  .tournament__headerRight {
    gap: 2.5vw;
  }
  .tournament__list {
    gap: 1vw;
    margin-top: 3.5vw;
  }
  .tournament__headerRight .tournament__subtitle {
    margin-top: -2.125rem;
  }
  .tournament__gallery .swiper-button-next:after,
  .tournament__gallery .swiper-button-prev:after {
    height: 1.625rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
    width: 1.4375rem;
  }
  .tournament__gallery .swiper-button-prev {
    left: -6.5vw;
  }
  .tournament__gallery .swiper-button-next {
    right: -6.5vw;
  }
  .tournament__headerInside {
    margin-bottom: 5vw;
  }
  .tournament__cImage {
    aspect-ratio: 1364/768;
    height: auto;
    width: 100%;
  }
  .tournament__middle {
    align-items: stretch;
    flex-direction: row;
    gap: 2.5vw;
  }
  .tournament__illustrationFig {
    height: auto;
    margin: 0;
    width: 35vw;
  }
  .tournament__gallery {
    margin-bottom: 7.5vw;
  }
  .tournament__headerLeft,
  .tournament__legend {
    gap: 3.5vw;
  }
  .tournament__legend .tournament__subtitle {
    margin-top: -2.5rem;
  }
  .tournament__legend .corps {
    margin-top: 1vw;
  }
  .tournament__middle--subscription {
    flex-direction: column;
  }
  .tournament__middle--subscription .tournament__illustrationFig {
    margin: -5vw 0 0 -4vw;
    width: 85vw;
  }
  .tournament__subscription .tournament__subtitle {
    margin-left: unset;
    margin-top: -0.125rem;
  }
  .tournament__middle--subscription {
    gap: 3.5vw;
  }
  .tournament__subscription {
    margin-bottom: 10vw;
  }
  .tournament__bnb > .tournament__titleContainer {
    align-items: start;
  }
  .tournament__bnb .tournament__subtitle {
    margin-left: 4.6rem;
    margin-top: -0.4rem;
  }
  .host {
    width: 38.5vw;
  }
  .host__illustration {
    margin-bottom: 2vw;
  }
  .tournament__bnb {
    gap: 7vw;
    margin-bottom: 10vw;
  }
  .tournament__titleContainer--gallery > .tournament__subtitle {
    margin-top: -0.35rem;
  }
  .tournament__gallery--media > .swiper-wrapper {
    gap: 0.75vw;
  }
  .swiper.tournament__gallery--media {
    margin-bottom: 12.5vw;
  }
  .tournament__middleContainer {
    margin-bottom: 7.5vw;
  }
  .tournament__headerLeft > .tournament__subtitle {
    margin-top: -2.5rem;
  }
  .tournament__legend .button--fourth:hover {
    background-color: var(--mColor);
  }
  body > .tournament__header {
    margin-top: 5vw;
  }
}

@media (min-width: 1199.98px) {
  body > .tournament__header {
    margin-top: 5vw;
  }
  .tournament__subtitle {
    margin-top: -3.25rem;
  }
  .tournament_left {
    flex: 0 0 62.5%;
  }
  .tournament__illustrationFig {
    aspect-ratio: 812 / 485;
    margin: 0 -5vw 0 0;
    width: 40vw;
  }
  .tournament__middle--subscription {
    flex-direction: row;
  }
  .tournament__middle--subscription .tournament__illustrationFig {
    margin: -5vw 0 0 0;
    object-fit: cover;
    width: 45vw;
    overflow: visible;
  }
  .tournament__subscription {
    gap: 5vw;
  }
  .tournament__middle--subscription .tournament__legend {
    gap: 1.5vw;
  }
  .tournament__subscription {
    margin-bottom: 12.5vw;
  }
  .tournament__bnb {
    gap: 5vw;
    margin-bottom: 10vw;
  }
  .hosts .swiper-wrapper {
    gap: 1.5vw;
  }
  .host {
    width: 39.5vw;
  }
  .swiper.tournament__gallery--media {
    margin-block: 7.5vw 10vw;
  }
  .tournament__title--1 {
    font-size: 2.6875rem;
    line-height: 2.3125rem;
  }
  .tournament__subtitle--1 {
    font-size: 4.6875rem;
    line-height: 2.375rem;
  }
  .tournament__title--2 {
    font-size: 2.5rem;
    line-height: 2.3125rem;
  }
  .tournament__subtitle--2 {
    font-size: 3.75rem;
    line-height: 2.375rem;
  }
  .tournament__headerRight .tournament__subtitle {
    margin-top: -2.5rem;
  }
  .tournament__headerLeft > .tournament__subtitle {
    margin-top: -2.25rem;
  }
  .tournament__legend .tournament__subtitle {
    margin-top: -2.25rem;
  }
  .tournament__subscription .tournament__subtitle {
    margin-top: 0.25rem;
  }
  .tournament__bnb .tournament__subtitle {
    margin-left: 7.5rem;
    margin-top: -0.25rem;
  }
  .tournament__titleContainer--gallery > .tournament__subtitle {
    margin-top: 0rem;
  }
  .tournament__gallery--media .tournament__cImage {
    width: 40vw;
  }
  .tournament__divider {
    height: 95%;
    margin-inline: 0 -3vw;
  }
}

@media (min-width: 1399.98px) {
  .tournament__divider {
    margin-inline: 0 -2.5vw;
  }
  .tournament_left {
    flex: 0 0 60%;
    gap: 2vw;
  }
  .tournament__list {
    gap: 1vw;
    margin-top: 1.5vw;
  }
  .tournament__headerRight {
    gap: 1.5vw;
  }
  .tournament__gallery .swiper-button-next:after,
  .tournament__gallery .swiper-button-prev:after {
    height: 1.625rem;
    width: 1.4375rem;
  }
  .tournament__gallery {
    margin-bottom: 5vw;
  }
  .tournament__headerLeft,
  .tournament__legend {
    gap: 2.35vw;
  }
  .tournament__headerInside .tournament__subtitle {
    margin-bottom: -0.5rem;
  }
  .tournament__headerInside .tournament__subtitle {
    margin-top: -1.75rem;
  }
  .tournament__middle--subscription .tournament__illustrationFig {
    margin: -5vw 0 0 -2.25vw;
  }
  .tournament__legend .tournament__subtitle {
    margin-top: -1.75rem;
  }
  .host {
    width: 26.25vw;
  }
  .hosts .swiper-wrapper {
    gap: 1vw;
  }
  .host__illustration {
    margin-bottom: 1.25vw;
  }
}

@media (min-width: 1599.98px) {
  .tournament__divider {
    margin-inline: 3.5vw 6.5vw;
  }
  .tournament__middleContainer {
    margin-bottom: 6vw;
  }
  .tournament__middleContainer .tournament__title {
    padding-top: 2rem;
  }
  .tournament__middle--subscription .tournament__legend {
    width: 30.5vw;
  }
  .tournament__subscription {
    margin-bottom: 10vw;
  }
  .host {
    width: 19vw;
  }
  .tournament_left {
    flex: 0 0 57%;
  }
  .tournament__divider {
    margin-inline: 0 -2vw;
  }
  .swiper.tournament__gallery--media {
    margin-block: 5.5vw 7.5vw;
  }
  .tournament__bnb {
    margin-bottom: 7.5vw;
  }
}

@media (min-width: 1799.98px) {
  .tournament__bnb {
    gap: 4vw;
  }
}

@media (min-width: 1919.98px) {
  .tournament__divider {
    margin-inline: 3vw 4.5vw;
  }
  .tournament__headerRight {
    gap: 0.5vw;
  }
  .tournament__headerInside .tournament__subtitle {
    margin-top: -1.25rem;
  }
  .tournament__list {
    margin-top: 1.25vw;
  }
  .tournament__legales {
    margin-top: 0.5vw;
  }
  .tournament__headerInside {
    margin-bottom: 3.5vw;
  }
  .tournament__gallery .swiper-button-prev {
    left: -5vw;
  }
  .tournament__gallery .swiper-button-next {
    right: -5vw;
  }
  .tournament__middle--subscription .tournament__illustrationFig {
    margin: -5vw 0 0 -2.5vw;
    object-fit: contain;
    object-position: bottom;
    overflow: visible;
    width: 42vw;
  }
  body > .tournament__header {
    padding-inline: 12.5vw;
  }
  .tournament__bnb .tournament__subtitle {
    margin-left: 6.5rem;
    margin-top: -0.25rem;
  }
  body > .banneer--project > .banneer__background {
    width: 100%;
    height: 92.5dvh;
  }
  .tournament__divider {
    height: 90%;
    margin-inline: 0 -3vw;
  }
  .tournament__middle--subscription .tournament__legend {
    justify-content: start;
    width: 19.5vw;
  }
  .swiper.hosts {
    width: 75vw;
  }
  .host {
    width: 18vw;
  }
  .swiper.tournament__gallery--media {
    margin-left: -12.5vw;
  }
}

@media (min-width: 2199.98px) {
  body > .tournament__header {
    margin-top: 3.5vw;
  }
  .tournament_left {
    flex: 0 0 50%;
  }
  .tournament__illustrationFig {
    margin: 0;
  }
  .tournament__middle--subscription .tournament__illustrationFig {
    margin-left: 5vw;
    width: 35vw;
  }
  .tournament__middle--subscription {
    gap: 2.5vw;
  }
  .tournament__subscription {
    margin-bottom: 7.5vw;
  }
  .tournament__bnb {
    gap: 3.5vw;
    margin-bottom: 5vw;
  }
  .swiper.tournament__gallery--media {
    margin-top: 3.5vw;
    margin-bottom: 5.5vw;
  }
}
