.blockContainer.primary .championshipsBlock .text,
.blockContainer.hex .championshipsBlock .text {
  color: #ffffff;
}
.blockContainer.primary .championshipsBlock .championShipsSlider .innerWrapper .item:hover .headerImage:after,
.blockContainer.hex .championshipsBlock .championShipsSlider .innerWrapper .item:hover .headerImage:after {
  background: #ffffff;
}
.blockContainer.primary .championshipsBlock .championShipsSlider .innerWrapper .item .textLink:hover,
.blockContainer.hex .championshipsBlock .championShipsSlider .innerWrapper .item .textLink:hover {
  color: #ffffff;
  opacity: .5;
}
.blockContainer.primary .championshipsBlock .button,
.blockContainer.hex .championshipsBlock .button {
  border-color: #ffffff;
}
.blockContainer.primary .championshipsBlock .button:hover,
.blockContainer.hex .championshipsBlock .button:hover {
  background: #ffffff;
  color: #0f1b2a;
}
.blockContainer.hex_light .championshipsBlock .text {
  color: #000000;
}
.blockContainer.hex_light .championshipsBlock .championShipsSlider .innerWrapper .item:hover .headerImage:after {
  background: #000000;
}
.blockContainer.hex_light .championshipsBlock .championShipsSlider .innerWrapper .item .textLink {
  color: #000000;
}
.blockContainer.hex_light .championshipsBlock .championShipsSlider .innerWrapper .item .textLink i {
  color: #000000;
}
.blockContainer.hex_light .championshipsBlock .championShipsSlider .innerWrapper .item .textLink:hover {
  color: #000000;
  opacity: .5;
}
.blockContainer.hex_light .championshipsBlock .button.normal.primary {
  border-color: #000000;
}
.blockContainer.hex_light .championshipsBlock .button.normal.primary:hover {
  background: #000000;
  color: #ffffff;
}
.championshipsBlock {
  position: relative;
}
.championshipsBlock.aos-animate .mediumBigTitle,
.championshipsBlock.aos-animate .text,
.championshipsBlock.aos-animate .championShipsSlider,
.championshipsBlock.aos-animate .buttons {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.championshipsBlock.aos-animate .text {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.championshipsBlock.aos-animate .championShipsSlider {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.championshipsBlock.aos-animate .buttons {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.championshipsBlock .mediumBigTitle {
  color: #ffffff !important;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.championshipsBlock .text {
  color: #ffffff;
  margin: 20px 0 40px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.championshipsBlock .text a {
  color: #1ca6fe;
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.championshipsBlock .text a:hover {
  color: #ffffff;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.championshipsBlock .innerWrapper {
  position: relative;
  left: 0;
  -webkit-transition: left 0.9s 0s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: left 0.9s 0s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: left 0.9s 0s cubic-bezier(0.86, 0, 0.07, 1);
  transition: left 0.9s 0s cubic-bezier(0.86, 0, 0.07, 1);
}
.championshipsBlock .innerWrapper .championships {
  position: relative;
}
.championshipsBlock .innerWrapper .championships.left .championship:first-child {
  padding-right: 50px;
  padding-left: 50px;
}
.championshipsBlock .innerWrapper .championships.left .backgrounds .background:first-child {
  width: calc(50% + 140px);
}
.championshipsBlock .innerWrapper .championships.left .backgrounds .background:last-child {
  width: calc(50% + 140px);
}
.championshipsBlock .innerWrapper .championships.right .championship:last-child {
  padding-left: 50px;
  padding-right: 50px;
}
.championshipsBlock .innerWrapper .championships.right .backgrounds .background:first-child {
  width: 50%;
}
.championshipsBlock .innerWrapper .championships.right .backgrounds .background:last-child {
  width: 70%;
}
.championshipsBlock .innerWrapper .championships .championship {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 140px 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.championshipsBlock .innerWrapper .championships .championship:first-child {
  padding-right: 100px;
}
.championshipsBlock .innerWrapper .championships .championship:last-child {
  padding-left: 100px;
}
.championshipsBlock .innerWrapper .championships .championship:hover .headerImage:after {
  background: #1ca6fe;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.championshipsBlock .innerWrapper .championships .championship.orange .mediumBigTitle strong {
  color: #E79B4A;
}
.championshipsBlock .innerWrapper .championships .championship.orange .button {
  border-color: #E79B4A;
}
.championshipsBlock .innerWrapper .championships .championship .logo {
  display: inline-block;
  height: 60px;
  width: auto;
  max-width: 100%;
}
.championshipsBlock .innerWrapper .championships .championship .mediumBigTitle strong {
  color: #1ca6fe;
}
.championshipsBlock .innerWrapper .championships .championship .button {
  display: inline-block;
  border-color: #1ca6fe;
  margin-top: 20px;
}
.championshipsBlock .innerWrapper .championships .championship .button .label {
  color: #ffffff;
}
.championshipsBlock .innerWrapper .championships .championship span {
  display: block;
}
.championshipsBlock .innerWrapper .championships .championship .content {
  margin-top: 10px;
  white-space: normal;
}
.championshipsBlock .innerWrapper .championships .championship .content.active .text {
  max-height: 400px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.championshipsBlock .innerWrapper .championships .championship .content .text {
  margin: 10px 0;
  max-height: 95px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.championshipsBlock .innerWrapper .championships .backgrounds {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.championshipsBlock .innerWrapper .championships .backgrounds:before {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  content: '';
  background: #435872;
  z-index: 2;
  opacity: .4;
}
.championshipsBlock .innerWrapper .championships .backgrounds:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  content: '';
  background: linear-gradient(rgba(15, 27, 42, 0.2), #435872);
  z-index: 2;
}
.championshipsBlock .innerWrapper .championships .backgrounds .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(50% + 100px);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.championshipsBlock .innerWrapper .championships .backgrounds .background:first-child {
  clip-path: polygon(0% 0%, 72% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}
.championshipsBlock .innerWrapper .championships .backgrounds .background:last-child {
  right: 0;
  left: auto;
  width: 68.5%;
}
.championshipsBlock .innerWrapper .championships .backgrounds .background img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
@media all and (max-width: 1200px) {
  .championshipsBlock .innerWrapper .championships {
    padding: 0 30px;
  }
  .championshipsBlock .innerWrapper .championships .championship {
    padding: 100px 0;
  }
}
@media all and (max-width: 1024px) {
  .championshipsBlock .innerWrapper .championships .championship .mediumBigTitle {
    font-size: 28px;
    line-height: 34px;
  }
}
@media all and (max-width: 767px) {
  .championshipsBlock .innerWrapper .championships {
    padding: 100px 20px;
  }
  .championshipsBlock .innerWrapper .championships .championship {
    padding: 0;
    display: block;
    margin-bottom: 100px;
    width: 100%;
  }
  .championshipsBlock .innerWrapper .championships .championship:first-child,
  .championshipsBlock .innerWrapper .championships .championship:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .championshipsBlock .innerWrapper .championships .championship:last-child {
    margin-bottom: 0;
  }
  .championshipsBlock .innerWrapper .championships .championship .logo {
    display: inline-block;
    height: 30px;
    width: auto;
    max-width: 100%;
  }
  .championshipsBlock .innerWrapper .championships .backgrounds .background {
    width: 100%;
  }
  .championshipsBlock .innerWrapper .championships .backgrounds .background:first-child {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 86%);
    height: calc(50% + 40px);
    width: 100%;
    top: 0;
    left: 0;
  }
  .championshipsBlock .innerWrapper .championships .backgrounds .background:last-child {
    height: calc(50% + 20px);
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
@media all and (max-width: 450px) {
  .championshipsBlock .innerWrapper .championships {
    padding: 50px 0;
  }
}
/*# sourceMappingURL=championships_block.css.map */