*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}

body {
  position: relative;
  font-family: "Inter", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}
body.scroll-lock {
  overflow: hidden;
  height: 100vh;
}

@media only screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.admin-bar .header-mobile {
  height: calc(100vh - 166px) !important;
}
@media only screen and (min-width: 783px) {
  .admin-bar .header-mobile {
    height: calc(100vh - 152px) !important;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 36px;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 0 60px;
    max-width: 700px;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    max-width: 930px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    padding: 0;
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1326px;
  }
}

::-moz-selection {
  color: #fff;
  background: #31396B;
}

::selection {
  color: #fff;
  background: #31396B;
}

.text-left {
  text-align: left;
}

.m-0 {
  margin: 0 !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.bg-beige {
  background: #FAF9F7;
}

.bg-beige-superextra {
  background: #FAF9F7;
}

.btn-primary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-block;
  padding: 12px 24px;
  background-color: #C70039;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  border-radius: 25px;
  transition: 0.3s background-color;
}
@media only screen and (min-width: 991px) {
  .btn-primary {
    padding: 14px 28px;
    font-size: 18px;
    letter-spacing: 1.08px;
  }
}
.btn-primary:hover {
  background-color: #333333;
}

.color-primary {
  color: #C70039 !important;
}

.max-w-1100 {
  max-width: 1100px;
}

.max-w-995 {
  max-width: 995px;
}

.header-toggle {
  position: relative;
  z-index: 9999;
  align-items: center;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  text-decoration: none !important;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
}
.header-toggle__icon {
  position: relative;
  height: 2rem;
  width: 3rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 3rem;
  background: #C70039;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 1.5rem;
}
.header-toggle__icon.open span {
  background: #939393;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.base-top-header-link, .header__top-login-btn, .header__search-toggle-btn, .header__top-menu li a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #6E6968;
  text-decoration: none;
  letter-spacing: 1.2px;
}
@media only screen and (min-width: 1400px) {
  .base-top-header-link, .header__top-login-btn, .header__search-toggle-btn, .header__top-menu li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1800px) {
  .base-top-header-link, .header__top-login-btn, .header__search-toggle-btn, .header__top-menu li a {
    font-size: 20px;
  }
}
.base-top-header-link img, .header__top-login-btn img, .header__search-toggle-btn img, .header__top-menu li a img {
  display: block;
  width: 20px;
  height: 20px;
  filter: invert(39%) sepia(8%) saturate(198%) hue-rotate(323deg) brightness(101%) contrast(86%);
}
.base-top-header-link:hover, .header__top-login-btn:hover, .header__search-toggle-btn:hover, .header__top-menu li a:hover {
  color: #C70039;
  text-decoration: none;
}
.base-top-header-link:hover img, .header__top-login-btn:hover img, .header__search-toggle-btn:hover img, .header__top-menu li a:hover img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(86%) saturate(5013%) hue-rotate(334deg) brightness(109%) contrast(108%);
}

.base-mobile-secondary-header-link, .header-mobile__login-btn, .header-mobile-secondary-navigation > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #333333;
  letter-spacing: 1.2px;
  opacity: 0.51;
}
@media only screen and (min-width: 400px) {
  .base-mobile-secondary-header-link, .header-mobile__login-btn, .header-mobile-secondary-navigation > li > a {
    font-size: 20px;
  }
}
.base-mobile-secondary-header-link img, .header-mobile__login-btn img, .header-mobile-secondary-navigation > li > a img {
  display: block;
  width: 20px;
  height: 20px;
  filter: invert(19%) sepia(8%) saturate(0%) hue-rotate(274deg) brightness(83%) contrast(88%);
}
.base-mobile-secondary-header-link:hover, .header-mobile__login-btn:hover, .header-mobile-secondary-navigation > li > a:hover {
  color: #C70039;
  text-decoration: none;
}
.base-mobile-secondary-header-link:hover img, .header-mobile__login-btn:hover img, .header-mobile-secondary-navigation > li > a:hover img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(86%) saturate(5013%) hue-rotate(334deg) brightness(109%) contrast(108%);
}

.base-main-menu-link, .base-header-submenu-li > a, .header-submenu__menu > ul > li > .header-submenu__menu > ul > li > a, .header-submenu__menu > ul > li > a, .navigation > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: 1.2307692308;
  display: flex;
  column-gap: 5px;
  height: 32px;
  padding: 0 14px;
  margin: 0;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0.52px;
}
@media only screen and (min-width: 1400px) {
  .base-main-menu-link, .base-header-submenu-li > a, .header-submenu__menu > ul > li > .header-submenu__menu > ul > li > a, .header-submenu__menu > ul > li > a, .navigation > li > a {
    font-size: 22px;
    padding: 0 18px;
  }
}
@media only screen and (min-width: 1800px) {
  .base-main-menu-link, .base-header-submenu-li > a, .header-submenu__menu > ul > li > .header-submenu__menu > ul > li > a, .header-submenu__menu > ul > li > a, .navigation > li > a {
    font-size: 26px;
    padding: 0 23px;
  }
}
.base-main-menu-link .svg-inline--fa, .base-header-submenu-li > a .svg-inline--fa, .header-submenu__menu > ul > li > .header-submenu__menu > ul > li > a .svg-inline--fa, .header-submenu__menu > ul > li > a .svg-inline--fa, .navigation > li > a .svg-inline--fa {
  height: 0.75em;
  transform: translateY(-1px);
}
.base-main-menu-link.selected, .base-header-submenu-li > a.selected, .header-submenu__menu > ul > li > .header-submenu__menu > ul > li > a.selected, .header-submenu__menu > ul > li > a.selected, .navigation > li > a.selected {
  color: #C70039;
}

.header {
  z-index: 90;
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .header {
    position: relative;
    top: unset;
  }
}
.header .header-toggle {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .header .header-toggle {
    display: none;
  }
}
.header__top {
  background: #FAF9F7;
}
.header__top .header__container {
  height: 50px;
}
@media only screen and (min-width: 1400px) {
  .header__top .header__container {
    height: 68px;
  }
}
@media only screen and (max-width: 1199px) {
  .header__top {
    display: none;
  }
}
.header__top-left {
  display: flex;
  align-items: center;
}
.header__top-menu {
  display: flex;
  column-gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__top-menu li {
  margin: 0;
  padding: 0;
}
.header__top-menu li a.current-menu-item, .header__top-menu li a.selected {
  color: #C70039;
}
.header__top-right {
  display: flex;
  align-items: center;
  column-gap: 28px;
}
.header__top-searching {
  position: relative;
}
.header__main .header__container {
  height: 120px;
}
@media only screen and (min-width: 1200px) {
  .header__main .header__container {
    height: 200px;
  }
}
@media only screen and (min-width: 1800px) {
  .header__main .header__container {
    height: 276px;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 36px;
}
@media only screen and (min-width: 768px) {
  .header__container {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__container {
    padding: 0 45px;
  }
}
.header__logo {
  z-index: 9999;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 25px;
}
@media only screen and (min-width: 1800px) {
  .header__logo {
    column-gap: 45px;
  }
}
.header__logo-link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
}
.header__logo-link img {
  display: block;
  width: 120px;
}
@media only screen and (min-width: 400px) {
  .header__logo-link img {
    width: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__logo-link img {
    width: 200px;
  }
}
@media only screen and (min-width: 1800px) {
  .header__logo-link img {
    width: 314px;
  }
}
.header__logo-second-img {
  display: block;
  width: 80px;
}
@media only screen and (min-width: 400px) {
  .header__logo-second-img {
    width: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__logo-second-img {
    width: 140px;
  }
}
@media only screen and (min-width: 1800px) {
  .header__logo-second-img {
    width: 241px;
  }
}
.header__nav {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__nav {
    z-index: 2;
    position: relative;
    display: block !important;
  }
}

.navigation {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation > li {
  position: relative;
  margin: 0;
  padding: 12px 0;
}
.navigation > li:last-child > a {
  padding-right: 0;
}
.navigation > li:last-child ul {
  left: unset;
  right: 0;
}
.navigation > li > a {
  align-items: center;
  justify-content: center;
}
.navigation > li.selected > a, .navigation > li.current-menu-parent > a, .navigation > li.current-menu-ancestor > a {
  color: #C70039;
}
.navigation > li:hover > a {
  color: #C70039;
}
.navigation > li:hover::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 90px;
  background: transparent;
  cursor: pointer;
}
@media only screen and (min-width: 1800px) {
  .navigation > li:hover::before {
    height: 120px;
  }
}
.navigation > li:hover::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 170px;
  background: transparent;
  cursor: pointer;
}
@media only screen and (min-width: 1800px) {
  .navigation > li:hover::after {
    height: 120px;
  }
}
.navigation > li:hover ul {
  display: block;
}
.navigation > li > ul {
  z-index: 10000;
  position: absolute;
  top: 48px;
  left: 0px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  background: #FAF9F7;
}
.navigation > li > ul > li {
  display: block;
  padding: 0;
  margin: 0;
}
.navigation > li > ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #333333;
  transition: 0.3s;
  letter-spacing: 0.52px;
  white-space: nowrap;
}
@media only screen and (min-width: 1400px) {
  .navigation > li > ul > li > a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1800px) {
  .navigation > li > ul > li > a {
    font-size: 26px;
  }
}
.navigation > li > ul > li > a.selected, .navigation > li > ul > li > a:hover {
  color: #C70039;
}

.header-mobile-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0;
}
.header-mobile-navigation li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
.header-mobile-navigation li a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  height: 32px;
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 400px) {
  .header-mobile-navigation li a {
    font-size: 25px;
  }
}
.header-mobile-navigation li a .svg-inline--fa {
  height: 0.75em;
  transform: translateY(-1px);
}
.header-mobile-navigation li a.selected {
  color: #C70039;
}
.header-mobile-navigation li:hover > ul, .header-mobile-navigation li.selected > ul {
  display: block;
}
.header-mobile-navigation li ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  display: none;
  width: 100%;
}
.header-mobile-navigation li ul li {
  padding: 0;
  margin: 0;
}
.header-mobile-navigation li ul li a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  padding: 10px 0;
  margin: 0;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0.5px;
  height: unset;
}
@media only screen and (min-width: 400px) {
  .header-mobile-navigation li ul li a {
    font-size: 25px;
  }
}
.header-mobile-navigation li ul li a.selected {
  color: #C70039;
}
.header-mobile-navigation li ul li:hover > ul, .header-mobile-navigation li ul li.selected > ul {
  display: block;
}
.header-mobile-navigation li ul li ul {
  display: none;
  margin: 0;
  padding: 10px 0;
}

.header-mobile-secondary-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-mobile-secondary-navigation > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 11px 0;
}
.header-mobile-secondary-navigation > li > a.selected {
  color: #C70039;
}

.header-mobile {
  z-index: 80;
  display: none;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: calc(100vh - 120px);
  padding: 0;
  background: #FAF9F7;
  overflow-y: auto;
}
@media only screen and (min-width: 1200px) {
  .header-mobile {
    display: none !important;
  }
}
.header-mobile.opened {
  display: block;
}
.header-mobile .header-languages__menu {
  top: unset;
  bottom: 110%;
  background: #fff;
}
.header-mobile .header-languages__menu a {
  display: block;
  padding: 10px 20px;
}
.header-mobile__container {
  padding: 0 36px;
}
@media only screen and (min-width: 768px) {
  .header-mobile__container {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-mobile__container {
    padding: 0 45px;
  }
}
.header-mobile__nav-top {
  background: #fff;
}
.header-mobile__nav-bottom {
  padding: 40px 0;
}
.header-mobile__nav-buttons {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 20px 0 50px 0;
}
.header-mobile__nav-buttons-item {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 40px;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0.44px;
  background: #FAF9F7;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
}
@media only screen and (min-width: 400px) {
  .header-mobile__nav-buttons-item {
    font-size: 22px;
  }
}
.header-mobile__nav-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 0 0 0;
}
.header-mobile__nav-search {
  padding-top: 22px;
}

.base-header-search-link, .header-languages__menu li a, .header-languages__btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #333333;
  letter-spacing: 1.2px;
  opacity: 0.51;
}
@media only screen and (min-width: 400px) {
  .base-header-search-link, .header-languages__menu li a, .header-languages__btn {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .base-header-search-link, .header-languages__menu li a, .header-languages__btn {
    display: block;
    font-size: 16px;
    color: #6E6968;
    transition: 0.3s color;
    opacity: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .base-header-search-link, .header-languages__menu li a, .header-languages__btn {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1800px) {
  .base-header-search-link, .header-languages__menu li a, .header-languages__btn {
    font-size: 20px;
  }
}
.base-header-search-link:hover, .header-languages__menu li a:hover, .header-languages__btn:hover {
  color: #C70039;
  text-decoration: none;
}

.header-languages {
  position: relative;
}
.header-languages__btn .svg-inline--fa {
  height: 0.75em;
  transform: translateY(-2px);
}
.header-languages__menu {
  z-index: 10;
  display: none;
  position: absolute;
  top: 100%;
  left: -20px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background: #FAF9F7;
}
.header-languages__menu li {
  margin: 0;
  padding: 0;
}
.header-languages__menu li a {
  padding: 10px 20px;
  text-align: center;
}
.header-languages__menu.open {
  display: block;
}

.header-top-search,
.header-mobile-search {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0;
}
.header-top-search__input,
.header-mobile-search__input {
  display: block;
  width: calc(100% - 35px);
  height: 32px;
  padding: 0 20px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #333333;
  border-radius: 16px 0 0 16px;
  border: 1px solid #C9C6B0;
  background: #fff;
}
.header-top-search__input::placeholder,
.header-mobile-search__input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.header-top-search__input:focus,
.header-mobile-search__input:focus {
  outline-color: #C9C6B0;
}
.header-top-search__submit,
.header-mobile-search__submit {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 32px;
  background: #fff;
  border-radius: 0 16px 16px 0;
  color: #333333;
  border: 1px solid #C9C6B0;
  border-left: none;
  font-size: 16px;
}
.header-top-search__submit img,
.header-mobile-search__submit img {
  display: block;
  width: 16px;
  height: 16px;
  filter: invert(39%) sepia(8%) saturate(198%) hue-rotate(323deg) brightness(101%) contrast(86%);
  opacity: 0.51;
}
.header-top-search__submit .svg-inline--fa,
.header-mobile-search__submit .svg-inline--fa {
  opacity: 0.51;
}

.header-top-search {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
  z-index: 10;
  min-width: 418px;
  height: 40px;
}
.header-top-search.opened {
  display: flex;
}
.header-top-search__input {
  background: #F3F0EB;
  border-color: #BDB8B5;
  outline: none;
  width: calc(100% - 42px);
  height: 40px;
  border-radius: 24px 0 0 24px;
}
.header-top-search__submit {
  background: #BDB8B5;
  border-color: #BDB8B5;
  width: 42px;
  height: 40px;
  border-radius: 0px 24px 24px 0px;
  transition: 0.3s background;
}
.header-top-search__submit:hover {
  background: #F3F0EB;
}

.header-submenu-wrapper {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header-submenu-wrapper {
    display: none !important;
  }
}
.header-submenu-wrapper.opened {
  z-index: 1;
  position: absolute;
  display: block;
  top: 250px;
  left: 0;
  width: 100%;
  padding: 0px 0 40px 0;
  background: #F3F0EB;
}
@media only screen and (min-width: 1400px) {
  .header-submenu-wrapper.opened {
    top: 268px;
    padding: 30px 0 60px 0;
  }
}
@media only screen and (min-width: 1800px) {
  .header-submenu-wrapper.opened {
    top: 344px;
    padding: 30px 0 60px 0;
  }
}
.header-submenu-wrapper.opened::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 200px;
  background: #F3F0EB;
  pointer-events: none;
}
@media only screen and (min-width: 1800px) {
  .header-submenu-wrapper.opened::before {
    height: 276px;
  }
}

.base-header-submenu, .header-submenu__menu > ul > li > .header-submenu__menu, .header-submenu__menu.opened {
  height: 100%;
}

.base-header-submenu-ul, .header-submenu__menu > ul > li > .header-submenu__menu > ul, .header-submenu__menu > ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  width: 400px;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1400px) {
  .base-header-submenu-ul, .header-submenu__menu > ul > li > .header-submenu__menu > ul, .header-submenu__menu > ul {
    gap: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  .base-header-submenu-ul, .header-submenu__menu > ul > li > .header-submenu__menu > ul, .header-submenu__menu > ul {
    gap: 34px;
  }
}
.base-header-submenu-ul::before, .header-submenu__menu > ul > li > .header-submenu__menu > ul::before, .header-submenu__menu > ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #C70039;
}

.base-header-submenu-li, .header-submenu__menu > ul > li > .header-submenu__menu > ul > li, .header-submenu__menu > ul > li {
  margin: 0;
  padding: 0;
}
.base-header-submenu-li > a, .header-submenu__menu > ul > li > .header-submenu__menu > ul > li > a, .header-submenu__menu > ul > li > a {
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
@media only screen and (min-width: 1400px) {
  .base-header-submenu-li > a, .header-submenu__menu > ul > li > .header-submenu__menu > ul > li > a, .header-submenu__menu > ul > li > a {
    padding: 0 40px;
  }
}
.base-header-submenu-li:hover > a, .header-submenu__menu > ul > li > .header-submenu__menu > ul > li:hover > a, .header-submenu__menu > ul > li:hover > a {
  color: #C70039;
}

.header-submenu__menu-info {
  display: flex;
  flex-direction: column;
  width: 370px;
  padding: 0 70px 0 0;
}
.header-submenu__menu-info img {
  display: block;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 20px;
}
.header-submenu__menu-info-title {
  line-height: 1.4;
  margin: 20px 0 12px 0;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #333333;
}
@media only screen and (min-width: 1200px) {
  .header-submenu__menu-info-title {
    line-height: 1.4545454545;
    font-size: 22px;
    letter-spacing: -0.11;
  }
}
.header-submenu__menu-info-title b, .header-submenu__menu-info-title strong {
  font-weight: 600;
}
.header-submenu__menu-info-desc {
  line-height: 1.375;
  margin: 0;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0;
}
@media only screen and (min-width: 1200px) {
  .header-submenu__menu-info-desc {
    line-height: 1.3333333333;
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}
.header-submenu__menu-info-desc b, .header-submenu__menu-info-desc strong {
  font-weight: 600;
}
.header-submenu__menu {
  display: none;
}
.header-submenu__menu.opened {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.header-submenu__menu > ul {
  position: relative;
}
.header-submenu__menu > ul > li > .header-submenu__menu {
  display: none;
  position: absolute;
  top: 0;
  left: 400px;
}
.header-submenu__menu > ul > li > .header-submenu__menu.opened {
  display: block;
}

.h1, .search-result-header__title, .page-panel__title, .home-intro-slider__item-text, .common h1, .contact-page-grid__texts h1, .link-card__content h1, .page-panel__text h1 {
  line-height: 1.1333333333;
  margin: 0 0 20px 0;
  font-size: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 991px) {
  .h1, .search-result-header__title, .page-panel__title, .home-intro-slider__item-text, .common h1, .contact-page-grid__texts h1, .link-card__content h1, .page-panel__text h1 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .h1, .search-result-header__title, .page-panel__title, .home-intro-slider__item-text, .common h1, .contact-page-grid__texts h1, .link-card__content h1, .page-panel__text h1 {
    line-height: 1.0625;
    font-size: 64px;
    letter-spacing: 2.56px;
  }
}
.h1 b, .search-result-header__title b, .page-panel__title b, .home-intro-slider__item-text b, .common h1 b, .contact-page-grid__texts h1 b, .link-card__content h1 b, .page-panel__text h1 b, .h1 strong, .search-result-header__title strong, .page-panel__title strong, .home-intro-slider__item-text strong, .common h1 strong, .contact-page-grid__texts h1 strong, .link-card__content h1 strong, .page-panel__text h1 strong {
  font-weight: 600;
}

.h2, .page-panel__subtitle, .ranking-panel__caption, .overlap-cards-w-image-panel__title, .where-to-play-panel__caption, .common h2, .contact-page-grid__texts h2, .link-card__content h2, .page-panel__text h2 {
  line-height: 1.2142857143;
  margin: 0 0 20px 0;
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0.56px;
}
@media only screen and (min-width: 991px) {
  .h2, .page-panel__subtitle, .ranking-panel__caption, .overlap-cards-w-image-panel__title, .where-to-play-panel__caption, .common h2, .contact-page-grid__texts h2, .link-card__content h2, .page-panel__text h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .h2, .page-panel__subtitle, .ranking-panel__caption, .overlap-cards-w-image-panel__title, .where-to-play-panel__caption, .common h2, .contact-page-grid__texts h2, .link-card__content h2, .page-panel__text h2 {
    line-height: 1.1666666667;
    font-size: 48px;
    letter-spacing: 1.92px;
  }
}
.h2 b, .page-panel__subtitle b, .ranking-panel__caption b, .overlap-cards-w-image-panel__title b, .where-to-play-panel__caption b, .common h2 b, .contact-page-grid__texts h2 b, .link-card__content h2 b, .page-panel__text h2 b, .h2 strong, .page-panel__subtitle strong, .ranking-panel__caption strong, .overlap-cards-w-image-panel__title strong, .where-to-play-panel__caption strong, .common h2 strong, .contact-page-grid__texts h2 strong, .link-card__content h2 strong, .page-panel__text h2 strong {
  font-weight: 600;
}

.h3, .search-result-card__title, .common h3, .contact-page-grid__texts h3, .link-card__content h3, .page-panel__text h3 {
  line-height: 1.2307692308;
  margin: 0 0 10px 0;
  font-size: 26px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #333333;
  letter-spacing: 1.04px;
}
@media only screen and (min-width: 991px) {
  .h3, .search-result-card__title, .common h3, .contact-page-grid__texts h3, .link-card__content h3, .page-panel__text h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .h3, .search-result-card__title, .common h3, .contact-page-grid__texts h3, .link-card__content h3, .page-panel__text h3 {
    line-height: 1.0476190476;
    font-size: 42px;
    letter-spacing: 0.84px;
  }
}
.h3 b, .search-result-card__title b, .common h3 b, .contact-page-grid__texts h3 b, .link-card__content h3 b, .page-panel__text h3 b, .h3 strong, .search-result-card__title strong, .common h3 strong, .contact-page-grid__texts h3 strong, .link-card__content h3 strong, .page-panel__text h3 strong {
  font-weight: 600;
}

.h4, .search-result-header__subtitle, .wide-news-card .news-preview-slider-card__title, .page-panel__bigger-text, .page-panel__socials-title, .base-overlap-card-text, .overlap-cards-w-image-panel__card-text, .overlap-cards-panel__card-text, .common h4, .contact-page-grid__texts h4, .link-card__content h4, .page-panel__text h4 {
  line-height: 1.25;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0.48px;
}
@media only screen and (min-width: 1200px) {
  .h4, .search-result-header__subtitle, .wide-news-card .news-preview-slider-card__title, .page-panel__bigger-text, .page-panel__socials-title, .base-overlap-card-text, .overlap-cards-w-image-panel__card-text, .overlap-cards-panel__card-text, .common h4, .contact-page-grid__texts h4, .link-card__content h4, .page-panel__text h4 {
    line-height: 1.1666666667;
    font-size: 36px;
    letter-spacing: 0.72px;
  }
}
.h4 b, .search-result-header__subtitle b, .wide-news-card .news-preview-slider-card__title b, .page-panel__bigger-text b, .page-panel__socials-title b, .base-overlap-card-text b, .overlap-cards-w-image-panel__card-text b, .overlap-cards-panel__card-text b, .common h4 b, .contact-page-grid__texts h4 b, .link-card__content h4 b, .page-panel__text h4 b, .h4 strong, .search-result-header__subtitle strong, .wide-news-card .news-preview-slider-card__title strong, .page-panel__bigger-text strong, .page-panel__socials-title strong, .base-overlap-card-text strong, .overlap-cards-w-image-panel__card-text strong, .overlap-cards-panel__card-text strong, .common h4 strong, .contact-page-grid__texts h4 strong, .link-card__content h4 strong, .page-panel__text h4 strong {
  font-weight: 600;
}

.h5, .boxes-card__title, .search-result-header__card-title, .search-result-header__text, .table-media-presse, .colored-number-card__title, .text-on-image__texts, .signup-panel__text, .news-preview-slider-card__title, .base-section-title, .ranking-panel__title, .partner-logos-panel__title, .where-to-play-panel__title, .news-slider-panel__title, .mainpartner-panel__title, .common h5, .contact-page-grid__texts h5, .link-card__content h5, .page-panel__text h5 {
  line-height: 1.1818181818;
  margin: 0 0 10px 0;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0;
}
@media only screen and (min-width: 1200px) {
  .h5, .boxes-card__title, .search-result-header__card-title, .search-result-header__text, .table-media-presse, .colored-number-card__title, .text-on-image__texts, .signup-panel__text, .news-preview-slider-card__title, .base-section-title, .ranking-panel__title, .partner-logos-panel__title, .where-to-play-panel__title, .news-slider-panel__title, .mainpartner-panel__title, .common h5, .contact-page-grid__texts h5, .link-card__content h5, .page-panel__text h5 {
    line-height: 1.3846153846;
    font-size: 26px;
    letter-spacing: 0;
  }
}
.h5 b, .boxes-card__title b, .search-result-header__card-title b, .search-result-header__text b, .table-media-presse b, .colored-number-card__title b, .text-on-image__texts b, .signup-panel__text b, .news-preview-slider-card__title b, .base-section-title b, .ranking-panel__title b, .partner-logos-panel__title b, .where-to-play-panel__title b, .news-slider-panel__title b, .mainpartner-panel__title b, .common h5 b, .contact-page-grid__texts h5 b, .link-card__content h5 b, .page-panel__text h5 b, .h5 strong, .boxes-card__title strong, .search-result-header__card-title strong, .search-result-header__text strong, .table-media-presse strong, .colored-number-card__title strong, .text-on-image__texts strong, .signup-panel__text strong, .news-preview-slider-card__title strong, .base-section-title strong, .ranking-panel__title strong, .partner-logos-panel__title strong, .where-to-play-panel__title strong, .news-slider-panel__title strong, .mainpartner-panel__title strong, .common h5 strong, .contact-page-grid__texts h5 strong, .link-card__content h5 strong, .page-panel__text h5 strong {
  font-weight: 600;
}

.para, .boxes-card__text, .contact-form__input, .contact-form__textarea, .search-result-card__footer, .search-result-card__text, .download-item__content, .colored-number-card__text, .page-panel__image-boxed, .ranking-panel__texts, .where-to-play-panel__texts, .accordion-panel__texts, .common p, .contact-page-grid__texts p, .link-card__content p, .page-panel__text p, .common, .contact-page-grid__texts, .link-card__content, .page-panel__text, .bullets, .common ul, .contact-page-grid__texts ul, .link-card__content ul, .page-panel__text ul {
  line-height: 1.4;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #333333;
}
@media only screen and (min-width: 1200px) {
  .para, .boxes-card__text, .contact-form__input, .contact-form__textarea, .search-result-card__footer, .search-result-card__text, .download-item__content, .colored-number-card__text, .page-panel__image-boxed, .ranking-panel__texts, .where-to-play-panel__texts, .accordion-panel__texts, .common p, .contact-page-grid__texts p, .link-card__content p, .page-panel__text p, .common, .contact-page-grid__texts, .link-card__content, .page-panel__text, .bullets, .common ul, .contact-page-grid__texts ul, .link-card__content ul, .page-panel__text ul {
    line-height: 1.4545454545;
    font-size: 22px;
    letter-spacing: -0.11;
  }
}
.para b, .boxes-card__text b, .contact-form__input b, .contact-form__textarea b, .search-result-card__footer b, .search-result-card__text b, .download-item__content b, .colored-number-card__text b, .page-panel__image-boxed b, .ranking-panel__texts b, .where-to-play-panel__texts b, .accordion-panel__texts b, .common b, .contact-page-grid__texts b, .link-card__content b, .page-panel__text b, .bullets b, .para strong, .boxes-card__text strong, .contact-form__input strong, .contact-form__textarea strong, .search-result-card__footer strong, .search-result-card__text strong, .download-item__content strong, .colored-number-card__text strong, .page-panel__image-boxed strong, .ranking-panel__texts strong, .where-to-play-panel__texts strong, .accordion-panel__texts strong, .common strong, .contact-page-grid__texts strong, .link-card__content strong, .page-panel__text strong, .bullets strong {
  font-weight: 600;
}

.para-small, .contact-form__checkbox-label, .contact-form .wpcf7-list-item-label, .contact-form__label, .page-panel__image-info, .news-preview-slider-card__text {
  line-height: 1.375;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #333333;
  letter-spacing: 0;
}
@media only screen and (min-width: 1200px) {
  .para-small, .contact-form__checkbox-label, .contact-form .wpcf7-list-item-label, .contact-form__label, .page-panel__image-info, .news-preview-slider-card__text {
    line-height: 1.3333333333;
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}
.para-small b, .contact-form__checkbox-label b, .contact-form .wpcf7-list-item-label b, .contact-form__label b, .page-panel__image-info b, .news-preview-slider-card__text b, .para-small strong, .contact-form__checkbox-label strong, .contact-form .wpcf7-list-item-label strong, .contact-form__label strong, .page-panel__image-info strong, .news-preview-slider-card__text strong {
  font-weight: 600;
}

.bullets, .common ul, .contact-page-grid__texts ul, .link-card__content ul, .page-panel__text ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 0;
  margin: 0;
}
.bullets li, .common ul li, .contact-page-grid__texts ul li, .link-card__content ul li, .page-panel__text ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 28px;
}
@media only screen and (min-width: 1200px) {
  .bullets li, .common ul li, .contact-page-grid__texts ul li, .link-card__content ul li, .page-panel__text ul li {
    padding: 0 0 0 41px;
  }
}
.bullets li::before, .common ul li::before, .contact-page-grid__texts ul li::before, .link-card__content ul li::before, .page-panel__text ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #C70039;
}
@media only screen and (min-width: 1200px) {
  .bullets li::before, .common ul li::before, .contact-page-grid__texts ul li::before, .link-card__content ul li::before, .page-panel__text ul li::before {
    top: 4px;
    width: 24px;
    height: 24px;
  }
}

.common h1, .contact-page-grid__texts h1, .link-card__content h1, .page-panel__text h1 {
  word-wrap: break-word;
}
.common h3, .contact-page-grid__texts h3, .link-card__content h3, .page-panel__text h3 {
  margin: 0 0 17px 0;
}
.common p, .contact-page-grid__texts p, .link-card__content p, .page-panel__text p {
  margin: 0;
}
.common ol, .contact-page-grid__texts ol, .link-card__content ol, .page-panel__text ol {
  padding: 0 0 0 25px;
}
.common p a, .contact-page-grid__texts p a, .link-card__content p a, .page-panel__text p a, .common ul a, .contact-page-grid__texts ul a, .link-card__content ul a, .page-panel__text ul a, .common ol a, .contact-page-grid__texts ol a, .link-card__content ol a, .page-panel__text ol a {
  color: #C70039;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  word-wrap: break-word;
}
.common p a:hover, .contact-page-grid__texts p a:hover, .link-card__content p a:hover, .page-panel__text p a:hover, .common ul a:hover, .contact-page-grid__texts ul a:hover, .link-card__content ul a:hover, .page-panel__text ul a:hover, .common ol a:hover, .contact-page-grid__texts ol a:hover, .link-card__content ol a:hover, .page-panel__text ol a:hover {
  text-decoration: none;
}

section {
  overflow: clip;
}

.accordion-panel {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .accordion-panel {
    row-gap: 110px;
  }
}
.accordion-panel__item {
  padding: 0;
  border-top: 1px solid #41424C;
  border-bottom: 1px solid #41424C;
  transition: 0.3s border;
}
.accordion-panel__item.opened {
  border-color: transparent !important;
}
.accordion-panel__header {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  line-height: 1.2857142857;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  padding: 0;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 21px;
  color: #333333;
}
@media only screen and (min-width: 991px) {
  .accordion-panel__header {
    line-height: 1.3076923077;
    font-size: 26px;
  }
}
.accordion-panel__header.disable-toggle {
  pointer-events: none;
}
.accordion-panel__header.opened .accordion-panel__header-ico {
  transform: rotate(180deg);
}
.accordion-panel__header-text {
  margin: 0;
  font-weight: 300;
}
.accordion-panel__texts {
  padding: 10px 0 0 0;
}
.accordion-panel__texts p {
  margin: 0;
}

.section-home-intro {
  position: relative;
  z-index: 1;
}

.home-intro-slider {
  margin: 0 !important;
}
.home-intro-slider__item {
  position: relative;
}
.home-intro-slider__bg, .home-intro-slider__bg-mobile {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-intro-slider__bg {
  display: none;
}
@media only screen and (min-width: 991px) {
  .home-intro-slider__bg {
    display: block;
  }
}
.home-intro-slider__bg-mobile {
  display: block;
}
@media only screen and (min-width: 991px) {
  .home-intro-slider__bg-mobile {
    display: none;
  }
}
.home-intro-slider__item-content {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 255px;
}
@media only screen and (min-width: 991px) {
  .home-intro-slider__item-content {
    height: 476px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-intro-slider__item-content {
    height: 600px;
  }
}
.home-intro-slider__item-text {
  max-width: 260px;
  margin: 0;
  color: #F3F0EB;
}
@media only screen and (min-width: 991px) {
  .home-intro-slider__item-text {
    max-width: 635px;
  }
}

.base-overlap-card-list, .overlap-cards-w-image-panel__list, .overlap-cards-panel__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.base-overlap-card-list-item, .overlap-cards-w-image-panel__item, .overlap-cards-panel__item {
  width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 991px) {
  .base-overlap-card-list-item, .overlap-cards-w-image-panel__item, .overlap-cards-panel__item {
    width: 25%;
    min-height: 188px;
  }
}
@media only screen and (min-width: 1200px) {
  .base-overlap-card-list-item, .overlap-cards-w-image-panel__item, .overlap-cards-panel__item {
    min-height: 228px;
  }
}

.base-overlap-card, .overlap-cards-w-image-panel__card, .overlap-cards-panel__card {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  background: #FAF9F7;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #333333;
  border-radius: 20px;
  transition: 0.3s;
}
@media only screen and (min-width: 991px) {
  .base-overlap-card, .overlap-cards-w-image-panel__card, .overlap-cards-panel__card {
    padding: 30px 0 0 0;
    min-height: 100%;
  }
}
.base-overlap-card:hover, .overlap-cards-w-image-panel__card:hover, .overlap-cards-panel__card:hover {
  transform: translateY(10px);
  background: #C70039;
  color: #fff;
}

.base-overlap-card-tag, .overlap-cards-w-image-panel__card-tag, .overlap-cards-panel__card-tag {
  display: none;
  padding: 4px 12px;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.36px;
  color: #1A1A1A;
  background: #FAF9F7;
  border-radius: 15px;
}
@media only screen and (min-width: 991px) {
  .base-overlap-card-tag, .overlap-cards-w-image-panel__card-tag, .overlap-cards-panel__card-tag {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .base-overlap-card-tag, .overlap-cards-w-image-panel__card-tag, .overlap-cards-panel__card-tag {
    font-size: 18px;
  }
}

.base-overlap-card-text, .overlap-cards-w-image-panel__card-text, .overlap-cards-panel__card-text {
  margin: 0;
  text-align: center;
  color: inherit;
}

.section-overlap-cards-panel {
  display: none;
}
@media only screen and (min-width: 991px) {
  .section-overlap-cards-panel {
    display: block;
  }
}

.overlap-cards-panel {
  position: relative;
  z-index: 2;
  margin: -90px 0 0 0;
  padding: 0 0 50px 0;
}
.base-section-title, .ranking-panel__title, .partner-logos-panel__title, .where-to-play-panel__title, .news-slider-panel__title, .mainpartner-panel__title {
  text-align: center;
  font-weight: 500;
  color: #938D8B;
}

.base-partner-logo-list, .partner-logos-panel__list, .mainpartner-panel__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.base-partner-logo-list-item, .partner-logos-panel__item, .mainpartner-panel__item {
  line-height: 1.3846153846;
  width: 180px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  color: #C70039;
}
@media only screen and (min-width: 991px) {
  .base-partner-logo-list-item, .partner-logos-panel__item, .mainpartner-panel__item {
    width: 260px;
  }
}
@media only screen and (min-width: 1200px) {
  .base-partner-logo-list-item, .partner-logos-panel__item, .mainpartner-panel__item {
    width: 310px;
    font-size: 26px;
  }
}
.base-partner-logo-list-item a, .partner-logos-panel__item a, .mainpartner-panel__item a, .base-partner-logo-list-item div, .partner-logos-panel__item div, .mainpartner-panel__item div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 15px;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  transition: 0.3s color;
}
.base-partner-logo-list-item a:hover, .partner-logos-panel__item a:hover, .mainpartner-panel__item a:hover, .base-partner-logo-list-item div:hover, .partner-logos-panel__item div:hover, .mainpartner-panel__item div:hover {
  color: #333333;
}
.base-partner-logo-list-item img, .partner-logos-panel__item img, .mainpartner-panel__item img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.base-partner-logo-list-item.grayscale img, .grayscale.partner-logos-panel__item img, .grayscale.mainpartner-panel__item img {
  filter: grayscale(100%);
}
.base-partner-logo-list-item.grayscale img:hover, .grayscale.partner-logos-panel__item img:hover, .grayscale.mainpartner-panel__item img:hover {
  filter: grayscale(0%);
}

.mainpartner-panel {
  padding: 60px 0 30px 0;
}
@media only screen and (min-width: 991px) {
  .mainpartner-panel {
    padding: 40px 0 60px 0;
  }
}
.mainpartner-panel__title {
  margin: 0;
}
.mainpartner-panel__item--only-text {
  min-height: 135px;
}
.mainpartner-panel__item--only-text a, .mainpartner-panel__item--only-text span {
  min-height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 991px) {
  .mainpartner-panel__item--only-text {
    min-height: 170px;
  }
  .mainpartner-panel__item--only-text a, .mainpartner-panel__item--only-text span {
    min-height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .mainpartner-panel__item--only-text {
    min-height: 230px;
  }
  .mainpartner-panel__item--only-text a, .mainpartner-panel__item--only-text span {
    min-height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.news-slider-panel {
  padding: 30px 0;
}
@media only screen and (min-width: 991px) {
  .news-slider-panel {
    padding: 40px 0;
  }
}
.news-slider-panel__title {
  margin: 0;
}
.news-slider-panel__button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-preview-slider {
  margin: 0 !important;
}
.news-preview-slider .slick-list {
  overflow: initial;
}
@media only screen and (min-width: 1200px) {
  .news-preview-slider .slick-list {
    overflow: hidden;
  }
}
.news-preview-slider .slick-list .slick-track {
  display: flex;
  flex-direction: row;
}
.news-preview-slider .slick-list .slick-track .slick-slide {
  float: none;
  height: unset;
  min-height: unset;
}
.news-preview-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.news-preview-slider__item {
  height: 100%;
  padding: 30px 15px;
}
@media only screen and (min-width: 991px) {
  .news-preview-slider__item {
    padding: 35px 15px;
  }
}

.news-preview-slider-card {
  position: relative;
  min-height: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: block;
}
.news-preview-slider-card,
.news-preview-slider-card *,
.news-preview-slider-card *:link {
  text-decoration: none !important;
}
.news-preview-slider-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: transparent linear-gradient(180deg, #F3F0EB 0%, #BDB8B5 100%) 0% 0% no-repeat padding-box;
  pointer-events: none;
  transition: 0.3s;
  opacity: 0;
}
.news-preview-slider-card:hover::after {
  opacity: 0.3 !important;
}
.news-preview-slider-card__image {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
}
.news-preview-slider-card__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  transition: 0.3s opacity;
}
.news-preview-slider-card__content-container {
  z-index: 1;
  position: relative;
  padding: 20px 25px 27px 25px;
}
@media only screen and (min-width: 991px) {
  .news-preview-slider-card__content-container {
    padding: 20px 35px 35px 35px;
  }
}
.news-preview-slider-card__content {
  overflow: hidden;
  height: 245px;
}
.news-preview-slider-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 991px) {
  .news-preview-slider-card__tags {
    margin: 0 0 19px 0;
  }
}
.news-preview-slider-card__tag {
  display: block;
  padding: 6px 12px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: #1A1A1A;
  background: #F3F0EB;
  border-radius: 15px;
}
@media only screen and (min-width: 991px) {
  .news-preview-slider-card__tag {
    padding: 4px 12px;
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
.news-preview-slider-card__info {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 10px 0;
}
.news-preview-slider-card__info-item {
  line-height: 1.5;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.08px;
  color: #333333;
}
@media only screen and (min-width: 991px) {
  .news-preview-slider-card__info-item {
    font-size: 16px;
  }
}
.news-preview-slider-card__title {
  font-weight: 600;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 1200px) {
  .news-preview-slider-card__title {
    line-height: 1.0769230769;
    letter-spacing: 0.42px;
  }
}
.news-preview-slider-card__title a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s color;
}
.news-preview-slider-card__text {
  margin: 0;
}
.news-preview-slider-card__text span {
  display: block;
  margin: 0 0 10px 0;
}
.news-preview-slider-card__text span:last-child {
  margin: 0;
}

.where-to-play-panel {
  padding: 60px 0;
}
@media only screen and (min-width: 991px) {
  .where-to-play-panel {
    padding: 75px 0 80px 0;
  }
}
.where-to-play-panel__title {
  margin: 0 0 26px 0;
}
@media only screen and (min-width: 991px) {
  .where-to-play-panel__title {
    margin: 0 0 35px 0;
  }
}
.where-to-play-panel__layout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.where-to-play-panel__left {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .where-to-play-panel__left {
    width: 325px;
  }
}
@media only screen and (min-width: 1200px) {
  .where-to-play-panel__left {
    width: 425px;
  }
}
.where-to-play-panel__caption {
  margin: 0 0 6px 0;
}
@media only screen and (min-width: 991px) {
  .where-to-play-panel__caption {
    margin: 0 0 16px 0;
  }
}
.where-to-play-panel__texts p {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 991px) {
  .where-to-play-panel__texts p {
    margin: 0 0 40px 0;
  }
}
.where-to-play-panel__button-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 990px) {
  .where-to-play-panel__right {
    width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .where-to-play-panel__right {
    flex: 1;
  }
}
.where-to-play-panel__right img {
  display: block;
  width: 100%;
  height: auto;
}

.overlap-cards-w-image-panel {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 30px 0 60px 0;
}
@media only screen and (min-width: 991px) {
  .overlap-cards-w-image-panel {
    margin: -100px 0 0 0;
    padding: 0 0 85px 0;
  }
}
.overlap-cards-w-image-panel__image {
  position: relative;
}
.overlap-cards-w-image-panel__image-bg, .overlap-cards-w-image-panel__image-bg-mobile {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlap-cards-w-image-panel__image-bg {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .overlap-cards-w-image-panel__image-bg {
    display: block;
  }
}
.overlap-cards-w-image-panel__image-bg-mobile {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .overlap-cards-w-image-panel__image-bg-mobile {
    display: none;
  }
}
.overlap-cards-w-image-panel__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 228px;
}
@media only screen and (min-width: 991px) {
  .overlap-cards-w-image-panel__content {
    height: 520px;
    padding-bottom: 100px;
  }
}
.overlap-cards-w-image-panel__title {
  max-width: 260px;
  margin: 0;
  color: #FAF9F7;
}
@media only screen and (min-width: 991px) {
  .overlap-cards-w-image-panel__title {
    max-width: 635px;
  }
}
.section-gap {
  height: 30px;
}
@media only screen and (min-width: 991px) {
  .section-gap {
    height: 80px;
  }
}

.section-partner-logos-panel {
  padding: 60px 0 30px 0;
}
.section-partner-logos-panel.bg-beige {
  padding: 30px 0;
}
@media only screen and (min-width: 991px) {
  .section-partner-logos-panel.bg-beige {
    padding: 0;
  }
}

.partner-logos-panel {
  padding: 0;
}
@media only screen and (min-width: 991px) {
  .partner-logos-panel {
    padding: 43px 0 50px 0;
  }
}
.partner-logos-panel__title {
  margin: 0;
}
.partner-logos-panel__item--only-text {
  min-height: 135px;
}
.partner-logos-panel__item--only-text a, .partner-logos-panel__item--only-text span {
  min-height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 991px) {
  .partner-logos-panel__item--only-text {
    min-height: 170px;
  }
  .partner-logos-panel__item--only-text a, .partner-logos-panel__item--only-text span {
    min-height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .partner-logos-panel__item--only-text {
    min-height: 230px;
  }
  .partner-logos-panel__item--only-text a, .partner-logos-panel__item--only-text span {
    min-height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.ranking-panel {
  padding: 30px 0;
}
@media only screen and (min-width: 991px) {
  .ranking-panel {
    padding: 43px 0 50px 0;
  }
}
.ranking-panel__title {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 991px) {
  .ranking-panel__title {
    margin: 0 0 58px 0;
  }
}
.ranking-panel__layout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.ranking-panel__right {
  min-width: 0;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .ranking-panel__right {
    width: 325px;
  }
}
@media only screen and (min-width: 1200px) {
  .ranking-panel__right {
    width: 425px;
  }
}
.ranking-panel__caption {
  margin: 0 0 6px 0;
}
@media only screen and (min-width: 991px) {
  .ranking-panel__caption {
    margin: 0 0 16px 0;
  }
}
.ranking-panel__texts p {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 991px) {
  .ranking-panel__texts p {
    margin: 0 0 40px 0;
  }
}
.ranking-panel__button-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
.ranking-panel__left {
  min-width: 0;
}
@media only screen and (max-width: 990px) {
  .ranking-panel__left {
    width: 100%;
  }
}
@media only screen and (min-width: 991px) {
  .ranking-panel__left {
    flex: 1;
  }
}
.ranking-panel__left img {
  display: block;
  width: 100%;
  height: auto;
}

.section-signup-panel {
  position: relative;
}
.section-signup-panel__bg, .section-signup-panel__bg-mobile {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-signup-panel__bg {
  display: none;
}
@media only screen and (min-width: 991px) {
  .section-signup-panel__bg {
    display: block;
  }
}
.section-signup-panel__bg-mobile {
  display: block;
}
@media only screen and (min-width: 991px) {
  .section-signup-panel__bg-mobile {
    display: none;
  }
}

.signup-panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 158px;
}
@media only screen and (min-width: 991px) {
  .signup-panel {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    height: 360px;
    padding: 0 0 120px 0;
  }
}
.signup-panel__text {
  margin: 0;
  color: #FAF9F7;
  font-weight: 500;
}

.section-text-on-image {
  position: relative;
}
.section-text-on-image__bg, .section-text-on-image__bg-mobile {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-text-on-image__bg {
  display: none;
}
@media only screen and (min-width: 991px) {
  .section-text-on-image__bg {
    display: block;
  }
}
.section-text-on-image__bg-mobile {
  display: block;
}
@media only screen and (min-width: 991px) {
  .section-text-on-image__bg-mobile {
    display: none;
  }
}

.text-on-image {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 664px;
  padding: 0 0 30px 0;
}
@media only screen and (min-width: 991px) {
  .text-on-image {
    height: 800px;
    padding: 0 0 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .text-on-image {
    height: 1078px;
  }
}
.text-on-image__texts {
  max-width: 1100px;
  margin: 0;
  color: #FAF9F7;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .text-on-image__texts {
    font-size: 20px;
  }
}
.text-on-image__texts p {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .text-on-image__texts p {
    margin: 0 0 40px 0;
  }
}
.text-on-image__texts p:last-child {
  margin: 0;
}

.page-panel__breadcrumbs {
  display: none;
}
@media only screen and (min-width: 991px) {
  .page-panel__breadcrumbs {
    display: block;
    margin: 0 0 65px 0;
  }
}
.page-panel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 13px 0;
}
@media only screen and (min-width: 991px) {
  .page-panel__tags {
    margin: 0 0 27px 0;
  }
}
.page-panel__tag {
  display: block;
  padding: 6px 12px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: #1A1A1A;
  background: #F3F0EB;
  border-radius: 15px;
}
@media only screen and (min-width: 991px) {
  .page-panel__tag {
    padding: 4px 12px;
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
.page-panel__socials {
  border-top: 1px solid #333333;
  padding: 10px 0 0 0;
}
.page-panel__socials-title {
  margin: 0 0 34px 0;
}
.page-panel__socials-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.page-panel__socials-button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 49px;
  border-radius: 25px;
  background: #C70039;
  color: #FAF9F7;
  font-size: 34px;
  transition: 0.3s background;
}
.page-panel__socials-button:hover {
  background: #333333;
}
.page-panel__title {
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
@media only screen and (min-width: 991px) {
  .page-panel__title {
    margin: 0 0 65px 0;
  }
}
.page-panel__subtitle {
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
@media only screen and (min-width: 991px) {
  .page-panel__subtitle {
    margin: 0 0 65px 0;
  }
}
.page-panel__bigger-text {
  margin: 0 0 20px 0;
}
.page-panel__bigger-text p {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 991px) {
  .page-panel__bigger-text p {
    margin: 0 0 45px 0;
  }
}
.page-panel__bigger-text > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .page-panel__text--title-top-spacing {
    padding-top: 72px;
  }
}
.page-panel__text h4 {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 991px) {
  .page-panel__text h4 {
    margin: 0 0 22px 0;
  }
}
.page-panel__text p {
  margin: 0 0 10px 0;
}
.page-panel__text ul {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 991px) {
  .page-panel__text ul {
    margin: 0 0 45px 0;
  }
}
.page-panel__text > *:last-child {
  margin: 0;
}
.page-panel__section-card {
  background: #f9f7f6;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
}
.page-panel__download-card {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 30px;
  background: #f9f7f6;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
}
@media only screen and (min-width: 991px) {
  .page-panel__download-card {
    row-gap: 40px;
    padding: 40px;
  }
}
.page-panel__image-boxed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 55px 30px;
  background: #F3F0EB;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  text-align: center;
  row-gap: 20px;
}
@media only screen and (min-width: 991px) {
  .page-panel__image-boxed {
    row-gap: 30px;
  }
}
.page-panel__image-boxed p {
  margin: 20px 0;
}
@media only screen and (min-width: 991px) {
  .page-panel__image-boxed p {
    margin: 30px 0;
  }
}
.page-panel__image-boxed img {
  display: block;
  max-width: 100%;
}
.page-panel__image {
  margin: 30px 0;
}
@media only screen and (min-width: 991px) {
  .page-panel__image {
    margin: 70px 0;
  }
}
.page-panel__image img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.page-panel__image-info {
  margin: 10px 0 0 0;
}
.page-panel__centered-container {
  max-width: 873px;
  margin: 0 auto;
}
.page-panel__two-cols {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 991px) {
  .page-panel__two-cols {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }
}
.page-panel__two-cols--align-top {
  align-items: flex-start;
}
.page-panel__col {
  flex: 1;
  flex-shrink: 0;
}
.page-panel__col .page-panel__image {
  margin: 0;
}
.page-panel__gap {
  height: 20px;
}
@media only screen and (min-width: 991px) {
  .page-panel__gap {
    height: 40px;
  }
}
.page-panel__gap--big {
  height: 30px;
}
@media only screen and (min-width: 991px) {
  .page-panel__gap--big {
    height: 70px;
  }
}
.breadcrumb {
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1px;
  color: #6E6968;
  opacity: 0.51;
}
.breadcrumb > span a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
.breadcrumb > span a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.breadcrumb > span.active {
  font-weight: 600;
}
.breadcrumb strong {
  font-weight: 600 !important;
}

.colored-number-cards {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  width: calc(100% + 30px);
  margin: 50px -15px 0 -15px !important;
}
.colored-number-cards__item {
  width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .colored-number-cards__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .colored-number-cards__item {
    width: 25%;
  }
}

.colored-number-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 62px 0 0 0;
}
.colored-number-card__box {
  position: relative;
  flex: 1;
  padding: 65px 20px 20px 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  text-align: center;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) {
  .colored-number-card__box {
    padding: 95px 20px 40px 20px;
  }
}
.colored-number-card__title {
  font-weight: 600;
  margin: 0 0 18px 0;
}
.colored-number-card__text {
  margin: 0;
}
.colored-number-card__number {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px solid #FAF9F7;
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.1607843137);
  color: #FAF9F7;
  letter-spacing: -6.72px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  font-size: 64px;
}
@media only screen and (min-width: 1200px) {
  .colored-number-card__number {
    width: 124px;
    height: 124px;
    font-size: 84px;
  }
}
.colored-number-card__number--1 {
  padding-right: 7px;
  background-color: #FFCC00;
}
.colored-number-card__number--2 {
  padding-right: 3px;
  padding-bottom: 2px;
  background-color: #FF5733;
}
.colored-number-card__number--3 {
  padding-right: 5px;
  background-color: #900C3F;
}
.colored-number-card__number--4 {
  padding-right: 12px;
  background-color: #581845;
}

.download-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.download-item__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.download-item__icon img {
  display: block;
  width: 100%;
}
.download-item__content {
  flex: 1;
  transition: 0.3s color;
}
.download-item__name {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.download-item:hover .download-item__content {
  color: #C70039;
}
.download-item:hover .download-item__name {
  text-decoration: none;
}

.news-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
@media only screen and (min-width: 991px) {
  .news-grid {
    row-gap: 80px;
  }
}
.news-grid__item {
  padding: 0 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .news-grid__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .news-grid__item {
    width: 33.33%;
  }
}
.news-grid__show-more {
  display: flex;
  justify-content: center;
  padding: 30px 0 0 0;
  gap: 20px;
}
@media only screen and (min-width: 991px) {
  .news-grid__show-more {
    padding: 40px 0 0 0;
  }
}

.wide-news-card {
  margin: 0 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .wide-news-card {
    margin: 0 0 80px 0;
  }
}
.wide-news-card .news-preview-slider-card {
  display: flex;
  flex-wrap: wrap;
  min-height: unset;
  background: #F3F0EB;
}
.wide-news-card .news-preview-slider-card__image {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .wide-news-card .news-preview-slider-card__image {
    width: 48%;
  }
}
@media only screen and (min-width: 1400px) {
  .wide-news-card .news-preview-slider-card__image {
    width: 42%;
  }
}
@media only screen and (min-width: 768px) {
  .wide-news-card .news-preview-slider-card__content-container {
    padding: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .wide-news-card .news-preview-slider-card__content-container {
    flex: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .wide-news-card .news-preview-slider-card__content {
    height: 297px;
  }
}
@media only screen and (min-width: 768px) {
  .wide-news-card .news-preview-slider-card__tags {
    margin: 0 0 30px 0;
  }
}
.wide-news-card .news-preview-slider-card__tag {
  background: #BDB8B5;
}
.wide-news-card .news-preview-slider-card__title {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .wide-news-card .news-preview-slider-card__title {
    margin: 0 0 20px 0;
  }
}

.table-media-presse {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-media-presse tr {
  border-bottom: 1px solid #41424C;
}
.table-media-presse tr td {
  height: 60px;
  padding: 10px 0;
}
.table-media-presse tr td:first-child {
  padding-right: 15px;
  vertical-align: top;
}
@media (min-width: 767px) {
  .table-media-presse tr td:first-child {
    vertical-align: middle;
  }
}

.clickable-row:hover {
  cursor: pointer;
  background: #F3F0EB;
}

.links-list {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media only screen and (min-width: 991px) {
  .links-list {
    row-gap: 120px;
  }
}
.link-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .link-card {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media only screen and (min-width: 991px) {
  .link-card {
    gap: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .link-card__logo {
    width: 30%;
  }
}
.link-card__logo img {
  display: block;
  max-width: 100%;
  max-height: 300px;
}
@media only screen and (min-width: 768px) {
  .link-card__logo img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .link-card__content {
    flex: 1;
  }
}
.link-card__content h4 {
  margin: 0 0 20px 0;
  font-weight: 600;
}
.link-card__content p {
  margin: 0 0 10px 0;
}
.link-card__content p:last-child {
  margin: 0;
}

.search-result-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 991px) {
  .search-result-header {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 991px) {
  .search-result-header__left {
    flex: 1;
  }
}
@media only screen and (min-width: 991px) {
  .search-result-header__right {
    width: 310px;
  }
}
.search-result-header__title {
  margin: 0 0 20px 0;
}
.search-result-header__subtitle {
  margin: 0 0 9px 0;
}
.search-result-header__text {
  margin: 0;
}
.search-result-header__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 30px 15px 30px 15px;
  background: #F3F0EB;
}
@media only screen and (min-width: 991px) {
  .search-result-header__card {
    padding: 30px 15px 40px 15px;
  }
}
.search-result-header__card-title {
  margin: 0;
}
.search-result-header__card-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.search-result-list__item {
  border-bottom: 1px solid #41424C;
}
.search-result-list__item:first-child {
  border-top: 1px solid #41424C;
}
.search-result-list__show-more {
  display: flex;
  justify-content: center;
  padding: 30px 0 0 0;
  gap: 20px;
}
@media only screen and (min-width: 991px) {
  .search-result-list__show-more {
    padding: 40px 0 0 0;
  }
}

.search-result-card {
  padding: 35px 0;
}
.search-result-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 991px) {
  .search-result-card__tags {
    margin: 0 0 19px 0;
  }
}
.search-result-card__tag {
  display: block;
  padding: 6px 12px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: #1A1A1A;
  background: #F3F0EB;
  border-radius: 15px;
}
@media only screen and (min-width: 991px) {
  .search-result-card__tag {
    padding: 4px 12px;
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
.search-result-card__title {
  font-weight: 600;
  margin: 0 0 18px 0;
}
.search-result-card__title a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s color;
}
.search-result-card__title a:hover {
  color: #C70039;
}
.search-result-card__text {
  margin: 0 0 16px 0;
}
.search-result-card__footer {
  margin: 0;
}
.search-result-card__footer a {
  color: #C70039;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: 0.3s color;
  word-break: break-all;
}
.search-result-card__footer a:hover {
  color: #333333;
}

.contact-page-grid {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media only screen and (min-width: 991px) {
  .contact-page-grid {
    flex-direction: row;
  }
}
@media only screen and (min-width: 991px) {
  .contact-page-grid__left {
    flex: 1;
  }
}
@media only screen and (min-width: 991px) {
  .contact-page-grid__right {
    flex: 1;
  }
}

.contact-form {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
.contact-form p {
  margin: 0;
}
.contact-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
.contact-form__label {
  display: block;
  margin: 0 0 8px 0;
}
.contact-form__input, .contact-form__textarea {
  display: block;
  width: 100%;
  color: #333333;
  border-radius: 25px;
  border: 1px solid #BDB8B5;
  background: #FAF9F7;
}
.contact-form__input:focus, .contact-form__textarea:focus {
  outline-color: #C9C6B0;
}
.contact-form__input {
  height: 48px;
  padding: 0 20px;
}
.contact-form__textarea {
  height: 147px;
  padding: 20px;
  resize: none;
}
.contact-form__checkbox {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 0 34px;
  cursor: pointer;
  min-height: 24px;
  outline: none;
  max-width: 100%;
}
.contact-form__checkbox:hover {
  text-decoration: underline;
}
.contact-form__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contact-form__checkbox input:checked ~ .contact-form__checkbox-indicator:after {
  display: block;
}
.contact-form__checkbox input:checked ~ .contact-form__checkbox-indicator {
  border-color: #C70039;
}
.contact-form__field--email {
  display: none;
}
.contact-form__checkbox-label, .contact-form .wpcf7-list-item-label {
  margin: 0;
}
.contact-form__checkbox-label:before, .contact-form__checkbox-label:after, .contact-form .wpcf7-list-item-label:before, .contact-form .wpcf7-list-item-label:after {
  display: none;
}
.contact-form .wpcf7-list-item {
  margin: 0 !important;
}
.contact-form__checkbox-indicator {
  border: 0.1rem solid #BDB8B5;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #FAF9F7;
  border-radius: 50%;
}
.contact-form__checkbox-indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 2px;
  top: 2px;
  width: 18px;
  height: 18px;
  background: #C70039;
  border-radius: 50%;
}
.contact-form__button-container p {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}
.contact-form__button-container .wpcf7-spinner {
  margin: 0;
}

.wpcf7-not-valid-tip {
  font-size: 1.6rem;
  margin-top: 1rem;
  color: red;
}

.wpcf7-response-output {
  border: 0 !important;
  padding: 0 !important;
  color: red;
  margin: 0 !important;
  text-align: left;
  font-size: 1.6rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
  color: #46b450;
  margin: 0;
}

.ranking-slider-wrapper {
  position: relative;
}

.overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
}

.hole {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10%;
  height: 200px;
}

.ranking-slider__item {
  height: 270px;
}
@media only screen and (min-width: 768px) {
  .ranking-slider__item {
    height: 370px;
  }
}
@media only screen and (min-width: 991px) {
  .ranking-slider__item {
    height: 440px;
  }
}
@media only screen and (min-width: 1200px) {
  .ranking-slider__item {
    height: 500px;
  }
}
@media only screen and (min-width: 1400px) {
  .ranking-slider__item {
    height: 630px;
  }
}

.ranking-slider-card {
  width: 100%;
  height: 100%;
  clip-path: inset(7% 78% 32% 6%), inset(7% 61% 32% 24%);
}
.ranking-slider-card__part {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
@keyframes clipPathAnimation1 {
  0% {
    clip-path: inset(0% 90% 20% 0%);
  }
  50% {
    clip-path: inset(20% 90% 0% 0%);
  }
  100% {
    clip-path: inset(0% 90% 20% 0%);
  }
}
.ranking-slider-card__part:nth-child(1) {
  animation: clipPathAnimation1 7s infinite;
  clip-path: inset(0% 90% 20% 0%);
}
@keyframes clipPathAnimation2 {
  0% {
    clip-path: inset(20% 79% 0% 11%);
  }
  50% {
    clip-path: inset(0% 79% 20% 11%);
  }
  100% {
    clip-path: inset(20% 79% 0% 11%);
  }
}
.ranking-slider-card__part:nth-child(2) {
  animation: clipPathAnimation2 7s infinite;
  clip-path: inset(20% 79% 0% 11%);
}
@keyframes clipPathAnimation3 {
  0% {
    clip-path: inset(0% 68% 20% 22%);
  }
  50% {
    clip-path: inset(20% 68% 0% 22%);
  }
  100% {
    clip-path: inset(0% 68% 20% 22%);
  }
}
.ranking-slider-card__part:nth-child(3) {
  animation: clipPathAnimation3 7s infinite;
  clip-path: inset(0% 68% 20% 22%);
}
@keyframes clipPathAnimation4 {
  0% {
    clip-path: inset(20% 57% 0% 33%);
  }
  50% {
    clip-path: inset(0% 57% 20% 33%);
  }
  100% {
    clip-path: inset(20% 57% 0% 33%);
  }
}
.ranking-slider-card__part:nth-child(4) {
  animation: clipPathAnimation4 7s infinite;
  clip-path: inset(20% 57% 0% 33%);
}
@keyframes clipPathAnimation5 {
  0% {
    clip-path: inset(0% 46% 20% 44%);
  }
  50% {
    clip-path: inset(20% 46% 0% 44%);
  }
  100% {
    clip-path: inset(0% 46% 20% 44%);
  }
}
.ranking-slider-card__part:nth-child(5) {
  animation: clipPathAnimation5 7s infinite;
  clip-path: inset(0% 46% 20% 44%);
}
@keyframes clipPathAnimation6 {
  0% {
    clip-path: inset(20% 35% 0% 55%);
  }
  50% {
    clip-path: inset(0% 35% 20% 55%);
  }
  100% {
    clip-path: inset(20% 35% 0% 55%);
  }
}
.ranking-slider-card__part:nth-child(6) {
  animation: clipPathAnimation6 7s infinite;
  clip-path: inset(20% 35% 0% 55%);
}
@keyframes clipPathAnimation7 {
  0% {
    clip-path: inset(0% 24% 20% 66%);
  }
  50% {
    clip-path: inset(20% 24% 0% 66%);
  }
  100% {
    clip-path: inset(0% 24% 20% 66%);
  }
}
.ranking-slider-card__part:nth-child(7) {
  animation: clipPathAnimation7 7s infinite;
  clip-path: inset(0% 24% 20% 66%);
}
@keyframes clipPathAnimation8 {
  0% {
    clip-path: inset(20% 13% 0% 77%);
  }
  50% {
    clip-path: inset(0% 13% 20% 77%);
  }
  100% {
    clip-path: inset(20% 13% 0% 77%);
  }
}
.ranking-slider-card__part:nth-child(8) {
  animation: clipPathAnimation8 7s infinite;
  clip-path: inset(20% 13% 0% 77%);
}
@keyframes clipPathAnimation9 {
  0% {
    clip-path: inset(0% 2% 20% 88%);
  }
  50% {
    clip-path: inset(20% 2% 0% 88%);
  }
  100% {
    clip-path: inset(0% 2% 20% 88%);
  }
}
.ranking-slider-card__part:nth-child(9) {
  animation: clipPathAnimation9 7s infinite;
  clip-path: inset(0% 2% 20% 88%);
}

.video-wrapper {
  display: flex;
  justify-content: center;
}
.video-wrapper iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
}
.video-wrapper p {
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}

.boxes-cards {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  width: calc(100% + 30px);
  margin: 50px -15px 0 -15px !important;
}
.boxes-cards__item {
  width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .boxes-cards__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .boxes-cards__item {
    width: 25%;
  }
}
.boxes-cards--three-on-line .boxes-cards__item {
  width: 100%;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .boxes-cards--three-on-line .boxes-cards__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .boxes-cards--three-on-line .boxes-cards__item {
    width: 33%;
  }
}
.boxes-cards--three-on-line .boxes-card--wo-image .boxes-card__content {
  padding: 20px 20px 20px 20px;
}
@media only screen and (min-width: 1200px) {
  .boxes-cards--three-on-line .boxes-card--wo-image .boxes-card__content {
    padding: 40px 38px 50px 38px;
  }
}
.boxes-cards--three-on-line .boxes-card__content {
  padding: 15px 20px 20px 20px;
}
@media only screen and (min-width: 1200px) {
  .boxes-cards--three-on-line .boxes-card__content {
    padding: 28px 38px 50px 38px;
  }
}

.boxes-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  text-align: center;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .boxes-card {
    min-height: 100%;
  }
}
.boxes-card--wo-image .boxes-card__content {
  padding: 20px 20px 20px 20px;
}
@media only screen and (min-width: 1200px) {
  .boxes-card--wo-image .boxes-card__content {
    padding: 40px 20px 40px 20px;
  }
}
.boxes-card__img img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.boxes-card__content {
  padding: 15px 20px 20px 20px;
}
@media only screen and (min-width: 1200px) {
  .boxes-card__content {
    padding: 15px 20px 40px 20px;
  }
}
.boxes-card__title {
  font-weight: 600;
  margin: 0 0 18px 0;
}
.boxes-card__text {
  margin: 0;
}

.loader {
  display: none;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #C70039 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #C70039);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.base-footer-text, .footer__links a, .footer__copy-text {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #41424C;
  letter-spacing: 0;
}

.footer {
  background: #FAF9F7;
}
.footer__layout {
  display: flex;
  flex-direction: column;
  column-gap: 100px;
  row-gap: 50px;
  padding: 35px 0;
}
@media only screen and (min-width: 1200px) {
  .footer__layout {
    padding: 50px 0;
    flex-direction: row;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}
@media only screen and (min-width: 1200px) {
  .footer__left {
    align-items: flex-start;
  }
}
.footer__logo img {
  width: 111px;
}
@media only screen and (min-width: 1200px) {
  .footer__logo img {
    width: 185px;
  }
}
.footer__info {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  min-width: 240px;
  row-gap: 20px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #4F4E46;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .footer__info {
    text-align: left;
  }
}
.footer__info b, .footer__info strong {
  font-weight: 600;
}
.footer__info a {
  color: inherit;
  text-decoration: none;
}
.footer__info a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.footer__info p {
  margin: 0;
}
.footer__social {
  font-size: 30px;
  color: #4F4E46;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.footer__social a {
  color: inherit;
  text-decoration: none;
}
.footer__social a:hover {
  color: #C70039;
}
@media only screen and (min-width: 1200px) {
  .footer__logos {
    padding-top: 35px;
  }
}
.footer__logos-title {
  line-height: 1.3636363636;
  margin: 0 0 16px 0;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #938D8B;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .footer__logos-title {
    line-height: 1.3846153846;
    font-size: 26px;
    margin: 0 0 30px 0;
  }
}
.footer__logos-grid {
  display: flex;
  flex-wrap: wrap;
}
.footer__logos-grid-item {
  width: 50%;
}
@media only screen and (min-width: 991px) {
  .footer__logos-grid-item {
    width: 25%;
  }
}
.footer__logos-grid-item img {
  display: block;
  max-width: 100%;
  height: unset;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 58px;
  padding: 30px 0 70px 0;
  border-top: 1px solid #41424C;
}
@media only screen and (min-width: 1200px) {
  .footer__bottom {
    flex-direction: row;
    padding: 40px 0 80px 0;
  }
}
.footer__copy-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 3px;
  row-gap: 10px;
}
@media only screen and (min-width: 1200px) {
  .footer__copy-text {
    flex-direction: row;
  }
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  column-gap: 100px;
}
@media only screen and (min-width: 1200px) {
  .footer__links {
    flex-direction: row;
  }
}
.footer__links a {
  text-decoration: none;
}
.footer__links a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

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