/* SCREEN SIZE VARIABLES */
/* COLOR VARIABLES AS PER EBC */
/* OLD/LEGACY COMMONLY USED COLORS */
/* FONT VARIABLES */
@font-face {
  font-family: 'BebasNeue Bold';
  src: url('../../fonts/BebasNeue-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'BebasNeue Book';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype');
}
@font-face {
  font-family: 'BebasNeue Light';
  src: url('../fonts/BebasNeue-Light.otf') format('opentype');
}
@font-face {
  font-family: 'BebasNeue Regular';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'BebasNeue Regular IE';
  src: url('../fonts/BebasNeue-webfont.eot');
}
@font-face {
  font-family: 'BebasNeue Thin';
  src: url('../fonts/BebasNeue-Thin.otf') format('opentype');
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bebasneue/v14/JTUSjIg69CK48gW7PXooxW4.ttf) format('truetype');
}
.nav-pri__list__item.hover {
  background-color: #a1252b !important;
}
.nav-pri__list__item.hover .nav-pri__arrow {
  display: block;
}
.megamenu {
  width: 100vw;
  position: absolute;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: flex;
  justify-content: center;
  background-color: #565656;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
}
.megamenu.open {
  max-height: 1000px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  .megamenu.open {
    max-height: none;
  }
}
@media only screen and (max-width: 1300px) {
  .megamenu {
    width: 100vw;
  }
}
@media only screen and (max-width: 1024px) {
  .megamenu {
    display: none;
    top: 12px;
    width: 100%;
    position: relative;
    height: 100%;
    max-height: none;
    background-color: transparent;
  }
}
.megamenu__container {
  width: 1240px;
  height: 100%;
  display: flex;
  gap: 110px;
}
@media only screen and (max-width: 1024px) {
  .megamenu__container {
    flex-direction: column;
    width: 100%;
    gap: 30px;
    display: none;
  }
}
.megamenu__container-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .megamenu__container-mobile {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0px;
  }
}
.megamenu__column {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
.megamenu__column:first-of-type {
  max-width: 360px;
  padding-left: 40px;
}
@media only screen and (max-width: 1260px) {
  .megamenu__column:first-of-type {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .megamenu__column:first-of-type {
    padding-left: 0;
  }
}
.megamenu__column:last-of-type {
  max-width: 360px;
  padding-right: 40px;
}
@media only screen and (max-width: 1260px) {
  .megamenu__column:last-of-type {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .megamenu__column:last-of-type {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .megamenu__column {
    padding-left: 4px;
    max-width: 450px;
  }
}
.megamenu__item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid white;
  gap: 12px;
  padding: 16px 0;
}
.megamenu__item:has(.megamenu__header) {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .megamenu__item {
    border-color: black;
  }
}
.megamenu__item:last-of-type {
  border-bottom: none;
}
.megamenu__item:first-of-type {
  border-bottom: 1px solid white;
}
@media only screen and (max-width: 1024px) {
  .megamenu__item:first-of-type {
    border-color: black;
  }
}
.megamenu__header {
  color: #E9E8DC;
  font-family: 'Verdana', sans-serif;
  font-size: 19px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .megamenu__header {
    color: black;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.megamenu__link {
  color: white;
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
}
.megamenu__link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .megamenu__link {
    color: black;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.megamenu__line {
  background-color: white;
  height: 1px;
  width: 100%;
  margin: 6px 0;
}
@media only screen and (max-width: 1024px) {
  .megamenu__line {
    color: black;
  }
}
.megamenu__mobile-container {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .megamenu__mobile-container {
    display: block;
    padding-bottom: 42px;
  }
  .megamenu__mobile-container .megamenu {
    display: flex !important;
  }
}
.megamenu__news {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  gap: 8px;
  padding-top: 16px;
}
@media only screen and (max-width: 1024px) {
  .megamenu__news {
    padding: 16px 20px;
    gap: 12px;
  }
}
@media only screen and (max-width: 550px) {
  .megamenu__news {
    padding: 16px 12px;
  }
}
@media only screen and (min-width: 1000px) {
  .megamenu__news:hover h2,
  .megamenu__news:hover h3 {
    text-decoration: underline;
  }
}
.megamenu__news:hover img {
  outline: 4px solid #fff;
}
.megamenu__news-image {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  height: auto;
  background-color: white;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .megamenu__news-image {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 12px !important;
    width: 55%;
    min-width: 55%;
  }
}
@media only screen and (max-width: 550px) {
  .megamenu__news-image {
    width: 100%;
    max-width: 200px;
  }
}
.megamenu__news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .megamenu__news-body {
    display: flex;
    gap: 16px;
  }
}
@media only screen and (max-width: 550px) {
  .megamenu__news-body {
    flex-direction: column;
  }
}
.megamenu__news-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media only screen and (max-width: 1024px) {
  .megamenu__news-headline {
    font: inherit;
    font-size: 24px;
    font-weight: 600;
    color: #565656;
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .megamenu__news-headline {
    font-size: 18px;
  }
}
.megamenu__news-title {
  color: white;
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .megamenu__news-title {
    color: #565656;
    font-size: 18px;
  }
}
@media only screen and (max-width: 750px) {
  .megamenu__news-title {
    font-size: 14px;
  }
}
.megamenu__news-text {
  color: white;
  font-family: 'Verdana', sans-serif;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .megamenu__news-text {
    color: #565656;
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .megamenu__news-text {
    font-size: 12px;
  }
}
.nav-mobile {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.nav-mobile::-webkit-scrollbar {
  display: none;
}
.nav-mobile__template {
  border: none;
}
.nav-pri__list {
  position: relative;
}
.nav-pri__list__item.has-megamenu {
  position: relative;
}
.nav-mobile__template__menu .nav-pri__sub-dropdown {
  margin: 0;
  padding: 0;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .nav-mobile__template__menu .nav-pri__sub-dropdown {
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
.nav-mobile__template__menu .nav-pri__dropdown__item {
  border-bottom: 1px solid #565656;
  margin: 0 20px;
  padding: 24px 0;
}
.nav-mobile__template__menu .nav-pri__dropdown__item:has(.nav-pri__sub-dropdown[style="display: flex;"]) {
  padding: 20px 0 12px;
}
@media only screen and (max-width: 550px) {
  .nav-mobile__template__menu .nav-pri__dropdown__item {
    margin: 0 12px;
  }
}
.nav-mobile__template__menu .nav-pri__list__link {
  margin-left: 20px;
  letter-spacing: 0.2px;
  font-family: 'Bebas Neue', sans-serif;
}
.nav-mobile__template__menu .nav-pri__dropdown__link {
  font: inherit;
  font-size: 24px;
  font-weight: 600;
  color: #565656;
  position: relative;
  padding: 0;
  margin: 0;
}
.nav-mobile__template__menu .nav-pri__dropdown__link .nav-pri__dropdown__icon--mobile {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.nav-mobile__template__menu .nav-pri__dropdown__link .nav-pri__dropdown__icon--mobile.fa-arrow-circle-right.rotate {
  transform: translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 750px) {
  .nav-mobile__template__menu .nav-pri__dropdown__link {
    font-size: 18px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .nav-mobile__template__menu .nav-pri__dropdown__link {
    padding-right: 24px;
    font-size: 16px;
  }
}
.nav-mobile__template__menu .nav-pri__sub-dropdown__link {
  color: #565656;
}
.nav-mobile__template__menu .nav-pri__sub-dropdown__item > a {
  font-size: 16px;
  margin: 4px 0;
  padding: 4px 0;
}
