@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap");
a:-webkit-any-link:focus-visible {
  border-radius: 0.5rem;
  outline: -webkit-focus-ring-color auto 2px;
}

.container-fluid {
  padding-left: 4% !important;
  padding-right: 4% !important;
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 991.98px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.g-2, .gy-2 {
  --bs-gutter-y: 8px;
}

.g-2, .gx-2 {
  --bs-gutter-x: 8px;
}

[class^=bi-]::before, [class*=" bi-"]::before {
  line-height: unset !important;
}

.list-group-item {
  padding: 10px 0 !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 992px) {
  .row-cols-7 > *, .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: 14.2857143%;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.bgPrimary {
  background: #E7421E !important;
}

.bgWhite {
  background: #ffffff !important;
}

.bgDark {
  background: #1f1f1f !important;
}

.bgLight {
  background: #F5F9FA !important;
}

.bgShadow1 {
  box-shadow: 0px 16px 40px 0px rgba(112, 144, 176, 0.2);
}

.align {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.center, .box, .alertClose, .quantity, .shift2, .underline {
  display: flex;
  align-items: center;
  justify-content: center;
}

.decorLine {
  position: absolute;
  right: 5%;
  top: 50%;
  font-size: 40px;
  transform: rotate(90deg);
  color: #f9f9f9;
  z-index: 99999999 !important;
}

.underline {
  display: inline;
  position: relative;
  overflow: hidden;
}
.underline::after {
  content: "";
  border-bottom: solid 2px #f9f9f9;
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  width: 20px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.underline:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.underline:hover, .underline:focus, .underline:active, .underline.active {
  color: #f9f9f9 !important;
}

.underline2 {
  position: relative;
}
.underline2 span {
  position: relative;
  z-index: 9 !important;
}
.underline2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  bottom: 1px;
  width: calc(100% + 10px);
  height: 10px;
  background: #E7421E;
  display: block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.underline2:hover:before {
  height: 25px;
}

.lineBefore {
  display: flex;
  align-items: center;
}
.lineBefore:before {
  content: "";
  display: inline-block;
  background-color: #f9f9f9;
  width: 2rem;
  height: 2px;
  margin-right: 1rem;
}

.lineAfter {
  display: flex;
  align-items: center;
}
.lineAfter:after {
  content: "";
  display: inline-block;
  background-color: #f9f9f9;
  width: 2rem;
  height: 2px;
  margin-right: 1rem;
  margin-left: 1rem;
}

.lineSides {
  display: flex;
  align-items: center;
}
.lineSides:before {
  content: "";
  display: inline-block;
  background-color: #f9f9f9;
  width: 2rem;
  height: 2px;
  margin-right: 1rem;
}
.lineSides:after {
  content: "";
  display: inline-block;
  background-color: #f9f9f9;
  width: 2rem;
  height: 2px;
  margin-left: 1rem;
}

.delay01 {
  -webkit-transition-delay: 0.1s !important;
  -moz-transition-delay: 0.1s !important;
  -ms-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

.delay02 {
  -webkit-transition-delay: 0.2s !important;
  -moz-transition-delay: 0.2s !important;
  -ms-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.delay03 {
  -webkit-transition-delay: 0.3s !important;
  -moz-transition-delay: 0.3s !important;
  -ms-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.delay04 {
  -webkit-transition-delay: 0.4s !important;
  -moz-transition-delay: 0.4s !important;
  -ms-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.delay05 {
  -webkit-transition-delay: 0.5s !important;
  -moz-transition-delay: 0.5s !important;
  -ms-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

.font_normal {
  font-size: 1rem;
}

.font_xss {
  font-size: 0.625rem;
}

.font_xs {
  font-size: 0.75rem;
}

.font_s {
  font-size: 0.813rem;
}

.font_m {
  font-size: 1.125rem;
}

.font_l {
  font-size: 1.25rem;
}

.font_xl {
  font-size: 1.375rem;
}

.textColorPrimary {
  color: #E7421E !important;
}

.textColorPrimary2 {
  color: #0070BB !important;
}

.textColorPrimary3 {
  color: #1dd0df !important;
}

.textColorPrimary4 {
  color: #1B457B !important;
}

.textColor1 {
  color: #f9f9f9 !important;
}

.textColor2 {
  color: #101219 !important;
}

.textColor3 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.fs1rem {
  font-size: 1rem;
}

.fs1_1rem {
  font-size: 1.1rem;
}

.fs1_2rem {
  font-size: 1.2rem;
}

.fs2rem {
  font-size: 2rem;
}

.fs3rem {
  font-size: 3rem;
}

.fs4rem {
  font-size: 4rem;
}

.fs5rem {
  font-size: 5rem;
}

.fs6rem {
  font-size: 6rem;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs25 {
  font-size: 25px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs40 {
  font-size: 40px !important;
}

.fs50 {
  font-size: 50px !important;
}

.fs60 {
  font-size: 60px !important;
}

.fs70 {
  font-size: 70px !important;
}

.fs80 {
  font-size: 80px !important;
}

.fs90 {
  font-size: 90px !important;
}

.fs100 {
  font-size: 100px !important;
}

.fs110 {
  font-size: 110px !important;
}

.fs120 {
  font-size: 120px !important;
}

.fs130 {
  font-size: 130px !important;
}

.fs140 {
  font-size: 140px !important;
}

.fs150 {
  font-size: 150px !important;
}

.fs160 {
  font-size: 160px !important;
}

.fs170 {
  font-size: 170px !important;
}

.fs180 {
  font-size: 180px !important;
}

.fs190 {
  font-size: 190px !important;
}

.fs200 {
  font-size: 200px !important;
}

.fw1 {
  font-weight: 100 !important;
}

.fw2 {
  font-weight: 200 !important;
}

.fw3 {
  font-weight: 300 !important;
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw6 {
  font-weight: 600 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fw8 {
  font-weight: 800 !important;
}

.fwn {
  font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.circleIcon {
  padding: 10px;
  border-radius: 50%;
}

.setBg {
  object-fit: cover;
  width: 100% !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}

.setBg2 {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
}

.circleImg {
  border-radius: 50rem;
  object-fit: cover;
  width: 100%;
}

.headerImg {
  width: 100%;
  height: 20rem;
  border-radius: 0.5rem;
}

/**
 * * Px to rem
 * *
 * * Usage
 * * font-size: rem(20)
 * * margin: rem(40) rem(40);
 * */
.rows1 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
}

.rows2 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.rows3 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}

.rows4 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
}

.rows5 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 5 !important;
  -webkit-box-orient: vertical !important;
}

.rows20 {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 20 !important;
  -webkit-box-orient: vertical !important;
}

.shift1 {
  margin-bottom: -8rem;
}

.shift2 {
  padding-top: 7rem;
}

.shift3 {
  margin-top: -8rem;
}

.shift4 {
  margin-top: -12rem;
}

.shift5 {
  z-index: 9 !important;
  position: absolute;
  right: -6rem;
}

.shift6 {
  z-index: 9 !important;
  position: absolute;
  left: -13rem;
}

.sideTextLeft {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: sideways;
  text-align: center;
  text-orientation: sideways;
  margin: 0;
  position: fixed;
  top: 0;
  left: 2%;
  height: 100%;
  font-size: 1rem;
  z-index: 1;
  cursor: default;
}

/**
 * * Responsive size for various media query breakpoints
 * *
 * * Usage:
 * * @include size('h', 10px, 20px, 30px, 40px, 50px);
 * * @include size('type', xs, sm, md, lg, xl);
 *
 * * If you want to omit specific breakpoint please use ''
 * * e.g. @include size('h', 10px, '', '', 40px, 50px);
 *
 * Type:
 *
 * h    : height,
 * minh : min-height,
 * maxh : max-height,
 * w    : width,
 * minw : min-width,
 * maxw : max-width
 * */
.height10 {
  height: 10rem !important;
}

.height20 {
  height: 20rem !important;
}

.height30 {
  height: 30rem !important;
}

.height40 {
  height: 40rem !important;
}

.height50 {
  height: 50rem !important;
}

.height60 {
  height: 60rem !important;
}

.height70 {
  height: 70rem !important;
}

.height80 {
  height: 80rem !important;
}

.height90 {
  height: 90rem !important;
}

.height100 {
  height: 100rem !important;
}

.width10 {
  width: 10rem !important;
}

.width20 {
  width: 20rem !important;
}

.width30 {
  width: 30rem !important;
}

.width40 {
  width: 40rem !important;
}

.width50 {
  width: 50rem !important;
}

.width60 {
  width: 60rem !important;
}

.width70 {
  width: 70rem !important;
}

.width80 {
  width: 80rem !important;
}

.width90 {
  width: 90rem !important;
}

.width100 {
  width: 100rem !important;
}

.width110 {
  width: 110rem !important;
}

.width120 {
  width: 120rem !important;
}

.width130 {
  width: 130rem !important;
}

.width140 {
  width: 140rem !important;
}

.width150 {
  width: 150rem !important;
}

.width160 {
  width: 160rem !important;
}

.width170 {
  width: 170rem !important;
}

.width180 {
  width: 180rem !important;
}

.width190 {
  width: 190rem !important;
}

.width200 {
  width: 200rem !important;
}

/**
 * * Responsive spacing for various media query breakpoints
 * *
 * * Usage
 * * @include space('mb', 10px, 20px, 30px, 40px, 50px);
 * * @include space('type', xs, sm, md, lg, xl);
 *
 * * If you want to omit specific breakpoint please use ''
 * * e.g. @include space('mb', 10px, '', '', 40px, 50px);
 *
 * Type:
 *
 * m  : margin
 * mt : margin-top
 * mr : margin-right
 * mb : margin-bottom
 * ml : margin-left
 * mx : (horizontal) margin-left and margin-right
 * my : (vertical) margin-top and margin bottom
 *
 * p  : padding
 * pt : padding-top
 * pr : padding-right
 * pb : padding-bottom
 * pl : padding-left
 * px : (horizontal) padding-left and padding-right
 * py : (vertical) padding-top and padding bottom
 * */
.pt-025, .py-025 {
  padding-top: 0.25rem !important;
}

.pr-025, .px-025, .pe-025 {
  padding-right: 0.25rem !important;
}

.pb-025, .py-025 {
  padding-bottom: 0.25rem !important;
}

.pl-025, .px-025, .ps-025 {
  padding-left: 0.25rem !important;
}

.pt-05, .py-05 {
  padding-top: 0.5rem !important;
}

.pr-05, .px-05, .pe-05 {
  padding-right: 0.5rem !important;
}

.pb-05, .py-05 {
  padding-bottom: 0.5rem !important;
}

.pl-05, .px-05, .ps-05 {
  padding-left: 0.5rem !important;
}

.pt-1, .py-1 {
  padding-top: 1rem !important;
}

.pr-1, .px-1, .pe-1 {
  padding-right: 1rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 1rem !important;
}

.pl-1, .px-1, .ps-1 {
  padding-left: 1rem !important;
}

.pt-105, .py-105 {
  padding-top: 1.5rem !important;
}

.pr-105, .px-105, .pe-105 {
  padding-right: 1.5rem !important;
}

.pb-105, .py-105 {
  padding-bottom: 1.5rem !important;
}

.pl-105, .px-105, .ps-105 {
  padding-left: 1.5rem !important;
}

.pt-1, .py-1 {
  padding-top: 1rem !important;
}

.pr-1, .px-1, .pe-1 {
  padding-right: 1rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 1rem !important;
}

.pl-1, .px-1, .ps-1 {
  padding-left: 1rem !important;
}

.pt-2, .py-2 {
  padding-top: 2rem !important;
}

.pr-2, .px-2, .pe-2 {
  padding-right: 2rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 2rem !important;
}

.pl-2, .px-2, .ps-2 {
  padding-left: 2rem !important;
}

.pt-3, .py-3 {
  padding-top: 3rem !important;
}

.pr-3, .px-3, .pe-3 {
  padding-right: 3rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 3rem !important;
}

.pl-3, .px-3, .ps-3 {
  padding-left: 3rem !important;
}

.pt-4, .py-4 {
  padding-top: 4rem !important;
}

.pr-4, .px-4, .pe-4 {
  padding-right: 4rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 4rem !important;
}

.pl-4, .px-4, .ps-4 {
  padding-left: 4rem !important;
}

.pt-5, .py-5 {
  padding-top: 5rem !important;
}

.pr-5, .px-5, .pe-5 {
  padding-right: 5rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 5rem !important;
}

.pl-5, .px-5, .ps-5 {
  padding-left: 5rem !important;
}

.pt-6, .py-6 {
  padding-top: 6rem !important;
}

.pr-6, .px-6, .pe-6 {
  padding-right: 6rem !important;
}

.pb-6, .py-6 {
  padding-bottom: 6rem !important;
}

.pl-6, .px-6, .ps-6 {
  padding-left: 6rem !important;
}

.pt-7, .py-7 {
  padding-top: 7rem !important;
}

.pr-7, .px-7, .pe-7 {
  padding-right: 7rem !important;
}

.pb-7, .py-7 {
  padding-bottom: 7rem !important;
}

.pl-7, .px-7, .ps-7 {
  padding-left: 7rem !important;
}

.pt-8, .py-8 {
  padding-top: 8rem !important;
}

.pr-8, .px-8, .pe-8 {
  padding-right: 8rem !important;
}

.pb-8, .py-8 {
  padding-bottom: 8rem !important;
}

.pl-8, .px-8, .ps-8 {
  padding-left: 8rem !important;
}

.pt-9, .py-9 {
  padding-top: 9rem !important;
}

.pr-9, .px-9, .pe-9 {
  padding-right: 9rem !important;
}

.pb-9, .py-9 {
  padding-bottom: 9rem !important;
}

.pl-9, .px-9, .ps-9 {
  padding-left: 9rem !important;
}

.pt-10, .py-10 {
  padding-top: 10rem !important;
}

.pr-10, .px-10, .pe-10 {
  padding-right: 10rem !important;
}

.pb-10, .py-10 {
  padding-bottom: 10rem !important;
}

.pl-10, .px-10, .ps-10 {
  padding-left: 10rem !important;
}

.pt-11, .py-11 {
  padding-top: 11rem !important;
}

.pr-11, .px-11, .pe-11 {
  padding-right: 11rem !important;
}

.pb-11, .py-11 {
  padding-bottom: 11rem !important;
}

.pl-11, .px-11, .ps-11 {
  padding-left: 11rem !important;
}

.pt-12, .py-12 {
  padding-top: 12rem !important;
}

.pr-12, .px-12, .pe-12 {
  padding-right: 12rem !important;
}

.pb-12, .py-12 {
  padding-bottom: 12rem !important;
}

.pl-12, .px-12, .ps-12 {
  padding-left: 12rem !important;
}

@media screen and (min-width: 992px) {
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0, .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0, .ps-lg-0 {
    padding-left: 0 !important;
  }
  .pt-lg-025, .py-lg-025 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-025, .px-lg-025, .pe-lg-025 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-025, .py-lg-025 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-025, .px-lg-025, .ps-lg-025 {
    padding-left: 0.25rem !important;
  }
  .pt-lg-05, .py-lg-05 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-05, .px-lg-05, .pe-lg-05 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-05, .py-lg-05 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-05, .px-lg-05, .ps-lg-05 {
    padding-left: 0.5rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1, .px-lg-1, .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1, .px-lg-1, .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .pt-lg-105, .py-lg-105 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-105, .px-lg-105, .pe-lg-105 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-105, .py-lg-105 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-105, .px-lg-105, .ps-lg-105 {
    padding-left: 1.5rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1, .px-lg-1, .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1, .px-lg-1, .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2, .px-lg-2, .pe-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2, .px-lg-2, .ps-lg-2 {
    padding-left: 2rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3, .px-lg-3, .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3, .px-lg-3, .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4, .px-lg-4, .pe-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4, .px-lg-4, .ps-lg-4 {
    padding-left: 4rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5, .px-lg-5, .pe-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5, .px-lg-5, .ps-lg-5 {
    padding-left: 5rem !important;
  }
  .pt-lg-6, .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6, .px-lg-6, .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6, .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6, .px-lg-6, .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .pt-lg-7, .py-lg-7 {
    padding-top: 7rem !important;
  }
  .pr-lg-7, .px-lg-7, .pe-lg-7 {
    padding-right: 7rem !important;
  }
  .pb-lg-7, .py-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-7, .px-lg-7, .ps-lg-7 {
    padding-left: 7rem !important;
  }
  .pt-lg-8, .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8, .px-lg-8, .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8, .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8, .px-lg-8, .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .pt-lg-9, .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9, .px-lg-9, .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9, .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9, .px-lg-9, .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .pt-lg-10, .py-lg-10 {
    padding-top: 10rem !important;
  }
  .pr-lg-10, .px-lg-10, .pe-lg-10 {
    padding-right: 10rem !important;
  }
  .pb-lg-10, .py-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-10, .px-lg-10, .ps-lg-10 {
    padding-left: 10rem !important;
  }
  .pt-lg-11, .py-lg-11 {
    padding-top: 11rem !important;
  }
  .pr-lg-11, .px-lg-11, .pe-lg-11 {
    padding-right: 11rem !important;
  }
  .pb-lg-11, .py-lg-11 {
    padding-bottom: 11rem !important;
  }
  .pl-lg-11, .px-lg-11, .ps-lg-11 {
    padding-left: 11rem !important;
  }
  .pt-lg-12, .py-lg-12 {
    padding-top: 12rem !important;
  }
  .pr-lg-12, .px-lg-12, .pe-lg-12 {
    padding-right: 12rem !important;
  }
  .pb-lg-12, .py-lg-12 {
    padding-bottom: 12rem !important;
  }
  .pl-lg-12, .px-lg-12, .ps-lg-12 {
    padding-left: 12rem !important;
  }
}
.mt-025, .my-025 {
  margin-top: 0.25rem !important;
}

.mr-025, .mx-025, .me-025 {
  margin-right: 0.25rem !important;
}

.mb-025, .my-025 {
  margin-bottom: 0.25rem !important;
}

.ml-025, .mx-025, .ms-025 {
  margin-left: 0.25rem !important;
}

.mt-05, .my-05 {
  margin-top: 0.5rem !important;
}

.mr-05, .mx-05, .me-05 {
  margin-right: 0.5rem !important;
}

.mb-05, .my-05 {
  margin-bottom: 0.5rem !important;
}

.ml-05, .mx-05, .ms-05 {
  margin-left: 0.5rem !important;
}

.mt-1, .my-1 {
  margin-top: 1rem !important;
}

.mr-1, .mx-1, .me-1 {
  margin-right: 1rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 1rem !important;
}

.ml-1, .mx-1, .ms-1 {
  margin-left: 1rem !important;
}

.mt-105, .my-105 {
  margin-top: 1.5rem !important;
}

.mr-105, .mx-105, .me-105 {
  margin-right: 1.5rem !important;
}

.mb-105, .my-105 {
  margin-bottom: 1.5rem !important;
}

.ml-105, .mx-105, .ms-105 {
  margin-left: 1.5rem !important;
}

.mt-1, .my-1 {
  margin-top: 1rem !important;
}

.mr-1, .mx-1, .me-1 {
  margin-right: 1rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 1rem !important;
}

.ml-1, .mx-1, .ms-1 {
  margin-left: 1rem !important;
}

.mt-2, .my-2 {
  margin-top: 2rem !important;
}

.mr-2, .mx-2, .me-2 {
  margin-right: 2rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 2rem !important;
}

.ml-2, .mx-2, .ms-2 {
  margin-left: 2rem !important;
}

.mt-3, .my-3 {
  margin-top: 3rem !important;
}

.mr-3, .mx-3, .me-3 {
  margin-right: 3rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 3rem !important;
}

.ml-3, .mx-3, .ms-3 {
  margin-left: 3rem !important;
}

.mt-4, .my-4 {
  margin-top: 4rem !important;
}

.mr-4, .mx-4, .me-4 {
  margin-right: 4rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 4rem !important;
}

.ml-4, .mx-4, .ms-4 {
  margin-left: 4rem !important;
}

.mt-5, .my-5 {
  margin-top: 5rem !important;
}

.mr-5, .mx-5, .me-5 {
  margin-right: 5rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 5rem !important;
}

.ml-5, .mx-5, .ms-5 {
  margin-left: 5rem !important;
}

.mt-6, .my-6 {
  margin-top: 6rem !important;
}

.mr-6, .mx-6, .me-6 {
  margin-right: 6rem !important;
}

.mb-6, .my-6 {
  margin-bottom: 6rem !important;
}

.ml-6, .mx-6, .ms-6 {
  margin-left: 6rem !important;
}

.mt-7, .my-7 {
  margin-top: 7rem !important;
}

.mr-7, .mx-7, .me-7 {
  margin-right: 7rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 7rem !important;
}

.ml-7, .mx-7, .ms-7 {
  margin-left: 7rem !important;
}

.mt-8, .my-8 {
  margin-top: 8rem !important;
}

.mr-8, .mx-8, .me-8 {
  margin-right: 8rem !important;
}

.mb-8, .my-8 {
  margin-bottom: 8rem !important;
}

.ml-8, .mx-8, .ms-8 {
  margin-left: 8rem !important;
}

.mt-9, .my-9 {
  margin-top: 9rem !important;
}

.mr-9, .mx-9, .me-9 {
  margin-right: 9rem !important;
}

.mb-9, .my-9 {
  margin-bottom: 9rem !important;
}

.ml-9, .mx-9, .ms-9 {
  margin-left: 9rem !important;
}

.mt-10, .my-10 {
  margin-top: 10rem !important;
}

.mr-10, .mx-10, .me-10 {
  margin-right: 10rem !important;
}

.mb-10, .my-10 {
  margin-bottom: 10rem !important;
}

.ml-10, .mx-10, .ms-10 {
  margin-left: 10rem !important;
}

.mt-11, .my-11 {
  margin-top: 11rem !important;
}

.mr-11, .mx-11, .me-11 {
  margin-right: 11rem !important;
}

.mb-11, .my-11 {
  margin-bottom: 11rem !important;
}

.ml-11, .mx-11, .ms-11 {
  margin-left: 11rem !important;
}

.mt-12, .my-12 {
  margin-top: 12rem !important;
}

.mr-12, .mx-12, .me-12 {
  margin-right: 12rem !important;
}

.mb-12, .my-12 {
  margin-bottom: 12rem !important;
}

.ml-12, .mx-12, .ms-12 {
  margin-left: 12rem !important;
}

@media screen and (min-width: 992px) {
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0, .me-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0, .ms-lg-0 {
    margin-left: 0 !important;
  }
  .mt-lg-025, .my-lg-025 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-025, .mx-lg-025, .me-lg-025 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-025, .my-lg-025 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-025, .mx-lg-025, .ms-lg-025 {
    margin-left: 0.25rem !important;
  }
  .mt-lg-05, .my-lg-05 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-05, .mx-lg-05, .me-lg-05 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-05, .my-lg-05 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-05, .mx-lg-05, .ms-lg-05 {
    margin-left: 0.5rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1, .mx-lg-1, .me-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1, .mx-lg-1, .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .mt-lg-105, .my-lg-105 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-105, .mx-lg-105, .me-lg-105 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-105, .my-lg-105 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-105, .mx-lg-105, .ms-lg-105 {
    margin-left: 1.5rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1, .mx-lg-1, .me-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1, .mx-lg-1, .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2, .mx-lg-2, .me-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2, .mx-lg-2, .ms-lg-2 {
    margin-left: 2rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3, .mx-lg-3, .me-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3, .mx-lg-3, .ms-lg-3 {
    margin-left: 3rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4, .mx-lg-4, .me-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4, .mx-lg-4, .ms-lg-4 {
    margin-left: 4rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5, .mx-lg-5, .me-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5, .mx-lg-5, .ms-lg-5 {
    margin-left: 5rem !important;
  }
  .mt-lg-6, .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6, .mx-lg-6, .me-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6, .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6, .mx-lg-6, .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .mt-lg-7, .my-lg-7 {
    margin-top: 7rem !important;
  }
  .mr-lg-7, .mx-lg-7, .me-lg-7 {
    margin-right: 7rem !important;
  }
  .mb-lg-7, .my-lg-7 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-7, .mx-lg-7, .ms-lg-7 {
    margin-left: 7rem !important;
  }
  .mt-lg-8, .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8, .mx-lg-8, .me-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8, .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8, .mx-lg-8, .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .mt-lg-9, .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9, .mx-lg-9, .me-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9, .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9, .mx-lg-9, .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .mt-lg-10, .my-lg-10 {
    margin-top: 10rem !important;
  }
  .mr-lg-10, .mx-lg-10, .me-lg-10 {
    margin-right: 10rem !important;
  }
  .mb-lg-10, .my-lg-10 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-10, .mx-lg-10, .ms-lg-10 {
    margin-left: 10rem !important;
  }
  .mt-lg-11, .my-lg-11 {
    margin-top: 11rem !important;
  }
  .mr-lg-11, .mx-lg-11, .me-lg-11 {
    margin-right: 11rem !important;
  }
  .mb-lg-11, .my-lg-11 {
    margin-bottom: 11rem !important;
  }
  .ml-lg-11, .mx-lg-11, .ms-lg-11 {
    margin-left: 11rem !important;
  }
  .mt-lg-12, .my-lg-12 {
    margin-top: 12rem !important;
  }
  .mr-lg-12, .mx-lg-12, .me-lg-12 {
    margin-right: 12rem !important;
  }
  .mb-lg-12, .my-lg-12 {
    margin-bottom: 12rem !important;
  }
  .ml-lg-12, .mx-lg-12, .ms-lg-12 {
    margin-left: 12rem !important;
  }
}
@media screen and (max-width: 992px) {
  .pt-10, .py-10 {
    padding-top: 6rem !important;
  }
  .pr-10, .px-10, .pe-10 {
    padding-right: 6rem !important;
  }
  .pb-10, .py-10 {
    padding-bottom: 6rem !important;
  }
  .pl-10, .px-10, .ps-10 {
    padding-left: 6rem !important;
  }
  .pt-12, .py-12 {
    padding-top: 7rem !important;
  }
  .pr-12, .px-12, .pe-12 {
    padding-right: 7rem !important;
  }
  .pb-12, .py-12 {
    padding-bottom: 7rem !important;
  }
  .pl-12, .px-12, .ps-12 {
    padding-left: 7rem !important;
  }
  .mt-6, .my-6 {
    margin-top: 7rem !important;
  }
  .mr-6, .mx-6, .me-6 {
    margin-right: 7rem !important;
  }
  .mb-6, .my-6 {
    margin-bottom: 7rem !important;
  }
  .ml-6, .mx-6, .ms-6 {
    margin-left: 7rem !important;
  }
}
@media screen and (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
}
.spaceBetween {
  justify-content: space-between;
  display: flex;
}

@media (min-width: 576px) {
  .spaceBetween-lg {
    justify-content: space-between;
    display: flex;
  }
}
/**
 * * Triangle
 * * Usage:
 * * @include triangle(red, up, 20px);
 * *
 * * Color, direction, size
 * */
*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh !important;
  position: relative;
  background: #101219;
  color: #f9f9f9;
  font-size: 1rem;
  font-family: "Lexend", sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.homeBody::after,
.showsBody::after,
.newsBody::after {
  content: "";
  position: fixed;
  top: 0;
  inset: 0;
  opacity: 1;
  transition: opacity 500ms ease 0s;
  background: url("../../../assets/app/images/karinthy_bg.jpg") 50%/cover no-repeat fixed;
  z-index: -1;
}
@media (max-width: 1399.98px) {
  .homeBody::after,
.showsBody::after,
.newsBody::after {
    background: url("../../../assets/app/images/karinthy_bg.jpg") no-repeat fixed;
  }
}

main {
  margin-top: 5rem;
}

button, .btn {
  color: #f9f9f9;
  font-size: 1rem;
  font-weight: normal;
  background: transparent;
  padding: 0 0 0 0;
  margin: 5px 5px 5px 0;
  border: 0;
  border-radius: 5rem;
  transition: 0;
  cursor: pointer;
  text-decoration: none !important;
  box-shadow: none !important;
  height: fit-content;
  width: fit-content;
}
button:hover, button:focus, .btn:hover, .btn:focus {
  text-decoration: none !important;
}
button:focus, .btn:focus {
  border-radius: 0.5rem;
  outline: -webkit-focus-ring-color auto 2px;
}
button.btn-primary, .btn.btn-primary {
  color: #f9f9f9;
  font-size: 1rem;
  font-weight: normal;
  background: #E7421E;
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0;
  border-radius: 5rem;
  transition: all 0.2s !important;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
button.btn-primary:hover, button.btn-primary:focus, button.btn-primary:active, button.btn-primary.active, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
  color: #f9f9f9 !important;
  background: #E7421E !important;
  border: 0 !important;
}
@media (min-width: 768px) and (min-width: 1200px) {
  button.btn-primary:hover, button.btn-primary:focus, button.btn-primary:active, button.btn-primary.active, .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
    transform: scale(1.025) !important;
    transition-duration: 0.3s !important;
    transition-property: transform, box-shadow !important;
    transition-timing-function: ease-out !important;
  }
}
button.btn-outline-primary, .btn.btn-outline-primary {
  color: #f9f9f9;
  font-size: 1rem;
  font-weight: normal;
  background: transparent;
  padding: 0.438rem 1rem;
  margin: 0;
  border: 1px solid #E7421E;
  border-radius: 5rem;
  transition: all 0.2s !important;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
button.btn-outline-primary:hover, button.btn-outline-primary:focus, button.btn-outline-primary:active, button.btn-outline-primary.active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active {
  color: #f9f9f9 !important;
  background: #E7421E !important;
  border: 1px solid transparent !important;
}
@media (min-width: 768px) and (min-width: 1200px) {
  button.btn-outline-primary:hover, button.btn-outline-primary:focus, button.btn-outline-primary:active, button.btn-outline-primary.active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active {
    transform: scale(1.025) !important;
    transition-duration: 0.3s !important;
    transition-property: transform, box-shadow !important;
    transition-timing-function: ease-out !important;
  }
}
button.btn-secondary, .btn.btn-secondary {
  color: #101219;
  font-size: 1rem;
  font-weight: normal;
  background: #f9f9f9;
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0;
  border-radius: 0.5rem;
  transition: all 0.2s !important;
}
button.btn-secondary:hover, .btn.btn-secondary:hover {
  color: #f9f9f9 !important;
  background: #F5F9FA !important;
  border: 0;
  transition: all 0.2s !important;
}
button.btn-link, .btn.btn-link {
  padding: 0 0 5px 0;
  margin: 0;
  color: #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
}
button.btn-link:hover, button.btn-link:focus, button.btn-link:active, button.btn-link.active, .btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active, .btn.btn-link.active {
  text-decoration: none;
  opacity: 1 !important;
  padding: 0 0 4px 0;
  border-bottom: 2px solid #f9f9f9;
}
button.btn-dropdown, .btn.btn-dropdown {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  justify-content: space-between;
  display: flex;
  padding: 5px !important;
}
button.btn-success, button.saveBtn, .btn.btn-success, .btn.saveBtn {
  border-color: #B2CF56 !important;
  box-shadow: 0 2px 0 0 #B2CF56 !important;
}
button.btn-success:hover, button.btn-success:focus, button.btn-success:active, button.btn-success.active, button.saveBtn:hover, button.saveBtn:focus, button.saveBtn:active, button.saveBtn.active, .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active, .btn.saveBtn:hover, .btn.saveBtn:focus, .btn.saveBtn:active, .btn.saveBtn.active {
  background: #B2CF56 !important;
  color: #ffffff !important;
}
button.btn-danger, button.deleteBtn, .btn.btn-danger, .btn.deleteBtn {
  border-color: #f23555 !important;
  box-shadow: 0 2px 0 0 #f23555 !important;
  color: #f9f9f9 !important;
}
button.btn-danger:hover, button.btn-danger:focus, button.btn-danger:active, button.btn-danger.active, button.deleteBtn:hover, button.deleteBtn:focus, button.deleteBtn:active, button.deleteBtn.active, .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active, .btn.deleteBtn:hover, .btn.deleteBtn:focus, .btn.deleteBtn:active, .btn.deleteBtn.active {
  background: #f23555 !important;
  color: #ffffff !important;
}
button.btn-warning, button.editBtn, .btn.btn-warning, .btn.editBtn {
  border-color: #F0BC31 !important;
  box-shadow: 0 2px 0 0 #F0BC31 !important;
  color: #f9f9f9 !important;
}
button.btn-warning:hover, button.btn-warning:focus, button.btn-warning:active, button.btn-warning.active, button.editBtn:hover, button.editBtn:focus, button.editBtn:active, button.editBtn.active, .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active, .btn.editBtn:hover, .btn.editBtn:focus, .btn.editBtn:active, .btn.editBtn.active {
  background: #F0BC31 !important;
  color: #ffffff !important;
}

.btn-sm {
  padding: 0.25rem 0.5rem !important;
}

.form-check-input, .form-check-input:focus, .form-check-input:checked {
  box-shadow: none;
  outline: none;
}

.form-check-input:checked {
  background-color: #E7421E;
  border-color: #E7421E;
}

.checkboxInCol {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75%;
}

@media (min-width: 1200px) {
  .checkboxColumn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.check {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
  width: fit-content;
}
.check svg {
  width: 20px;
  position: relative;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #f9f9f9;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  margin-right: 0.5rem;
  z-index: 1;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
.check:hover:before {
  opacity: 1;
}
.check:hover svg {
  stroke: #f9f9f9;
}

.cbx:checked + .check svg {
  stroke: #f9f9f9;
}
.cbx:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}
.cbx:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}

.form-floating > .form-control, .form-floating > .form-select {
  padding: 0.5rem 1.75rem;
}

.form-floating > .form-control, .form-floating > .form-select, .input-group, .input-group-text {
  height: 3.25rem;
}

.form-floating > textarea.form-control {
  height: auto;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 1.75rem 0.5rem 1.75rem !important;
}

@media screen and (min-width: 1200px) {
  .form-floating input {
    font-size: 1rem !important;
  }
}
.form-floating label {
  top: 0;
  left: 0;
  height: 100%;
  width: fit-content;
  color: #f9f9f9 !important;
  border: 0;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0.65rem 2rem;
}
.form-floating label:after {
  display: none;
}
.form-floating label.active {
  opacity: 1;
  height: auto;
  color: #f9f9f9 !important;
}
@media screen and (max-width: 1200px) {
  .form-floating label.active {
    transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
    margin: 0 0.55rem;
    padding: 0 0.5rem !important;
  }
}
.form-floating .form-control, .form-floating .form-select {
  color: #f9f9f9;
  background: #252832;
  border-radius: 5rem;
  border: 1px solid transparent;
}
@media screen and (min-width: 1200px) {
  .form-floating .form-control, .form-floating .form-select {
    font-size: 1rem !important;
  }
}
.form-floating .form-control:hover, .form-floating .form-control:focus, .form-floating .form-control:active, .form-floating .form-control.active, .form-floating .form-select:hover, .form-floating .form-select:focus, .form-floating .form-select:active, .form-floating .form-select.active {
  outline: none;
  box-shadow: none;
  background: #252832;
  border: 1px solid #E7421E;
}
.form-floating .form-control:disabled, .form-floating .form-control[readonly], .form-floating .form-select:disabled, .form-floating .form-select[readonly] {
  background-color: #ececec;
  border: 1px solid transparent !important;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 1;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-0.75rem) translateX(0.15rem);
    margin: 0 0.55rem;
    padding: 0 0.5rem !important;
  }
}

.form-floating > .form-control:disabled:focus ~ label, .form-floating > .form-control:disabled:not(:placeholder-shown) ~ label, .form-floating > .form-select:disabled ~ label {
  background: linear-gradient(0deg, #ececec 53%, transparent 47%);
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0;
  padding-bottom: 0;
}

.form-floating > textarea.form-control:focus, .form-floating > textarea.form-control:not(:placeholder-shown) {
  padding-top: 0.8rem;
  padding-bottom: 0.625rem;
}

.form-control, .form-select {
  margin-bottom: 1rem !important;
}

.form-check {
  min-height: auto;
  margin-bottom: 0;
}

.labelColor {
  color: #f9f9f9 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 5rem #ffffff inset !important;
  -webkit-text-fill-color: #f9f9f9 !important;
  font-size: 1rem !important;
}

.textareaInput textarea {
  min-height: 10rem;
}
.textareaInput label {
  display: unset !important;
  align-items: unset !important;
}

.form-floating > textarea.form-control ~ label, .form-floating > textarea.form-control:not(:placeholder-shown) ~ label {
  padding-top: 0.5rem !important;
}

.form-floating > textarea.form-control:focus ~ label, .form-floating > textarea.form-control:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-1.3rem) translateX(0);
  height: auto;
  background: linear-gradient(0deg, #252832 52%, #101219 48%);
}
@media screen and (min-width: 1200px) {
  .form-floating > textarea.form-control:focus ~ label, .form-floating > textarea.form-control:not(:placeholder-shown) ~ label {
    margin: 0.5rem 0.55rem;
    padding: 0 0.25rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .form-floating > textarea.form-control:focus ~ label, .form-floating > textarea.form-control:not(:placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
  }
}

input[type=file i] {
  padding: 0 !important;
}

input[type=file]::file-selector-button {
  border: none;
  border-radius: 0.5rem;
  background: #ececec !important;
  color: #f9f9f9;
  height: 100%;
  margin: 0 1rem 0 0 !important;
}
input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:focus {
  background: #ececec !important;
}

.inputFileTypeLabel {
  background: linear-gradient(0deg, #ececec 53%, transparent 47%) !important;
}

.sortingButton {
  color: #101219;
  font-size: 1rem;
  font-weight: normal;
  background: #f9f9f9;
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0;
  border-radius: 0.5rem;
  transition: all 0.2s !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  min-width: fit-content;
  cursor: pointer;
}
.sortingButton:hover {
  color: #f9f9f9 !important;
  background: #F5F9FA !important;
  transition: all 0.2s !important;
}
@media (min-width: 1200px) {
  .sortingButton:hover {
    border: 0;
  }
}
.sortingButton i {
  margin-right: 0.5rem;
}
.sortingButton .form-select {
  padding: 0 !important;
  margin: 0 !important;
  background: unset;
  border: unset;
  height: unset;
  cursor: pointer;
}
.sortingButton .form-select:hover, .sortingButton .form-select:focus {
  padding: 0;
  margin: 0;
  background: unset;
  border: unset;
}

.quantity {
  background-color: #F5F9FA;
  border-radius: 0.5rem;
  padding: 0.3rem;
}
@media (min-width: 768px) {
  .quantity {
    margin-right: 1rem;
  }
}
@media (max-width: 991.98px) {
  .quantity {
    margin-left: 100%;
  }
}
.quantity input {
  border: 0;
  padding: 0 0.5rem;
  text-align: center;
  background: transparent;
  outline: unset;
}
.quantity disabled {
  background: #696969 !important;
  cursor: none !important;
}
.quantity .btn-number {
  font-size: 1.125rem;
  color: #adadad;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.quantity .btn-number:hover {
  color: #f9f9f9;
  background-color: #ffffff;
}
.quantity .btn-number disabled {
  background: #696969 !important;
}
.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.datepickerInput {
  margin: 0 !important;
  background-color: transparent;
  width: 3rem;
}
.datepickerInput .form-control {
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  margin-bottom: 0.5rem !important;
  color: transparent;
  background-color: transparent;
}
.datepickerInput .form-control:hover {
  background-color: transparent;
}
.datepickerInput .form-control::-webkit-calendar-picker-indicator {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z' clip-rule='evenodd'/><path fill-rule='evenodd' d='M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z' clip-rule='evenodd'/></svg>");
  cursor: pointer !important;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inputWithButton button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
  margin: 0.5rem !important;
  border-radius: 5rem !important;
}

a {
  color: #f9f9f9;
  font-size: 1rem !important;
  font-weight: normal;
  text-decoration: none;
  transition: 0.2s all ease-out !important;
  opacity: 1;
}
a:hover {
  color: #E7421E !important;
  font-weight: normal;
  text-decoration: none !important;
  transition: 0.2s all ease-out !important;
  opacity: 1 !important;
}
a:focus {
  border-radius: 0.5rem;
  outline: -webkit-focus-ring-color auto 2px;
}

p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 6px 0 !important;
}

small {
  color: #f9f9f9;
  font-size: 0.75rem;
}

hr {
  margin-top: 4px;
  margin-bottom: 0;
}

ul, ol, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1, .titleH1 {
  font-size: 5.2rem;
  font-weight: 600;
  text-transform: unset;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  z-index: 3;
}

h2, .titleH2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: unset;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 992px) {
  h2, .titleH2 {
    font-size: 1.9rem;
  }
}

h3, .titleH3 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: unset;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 0;
}

h4, .titleH4 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: unset;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 992px) {
  h4, .titleH4 {
    font-size: 1.2rem;
  }
}

h5, .titleH5 {
  font-size: 1rem;
  font-weight: normal;
  text-transform: unset;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 992px) {
  h5, .titleH5 {
    font-size: 1rem;
  }
}

h6, .titleH6 {
  color: #f9f9f9;
  font-size: 1rem;
  font-weight: normal;
  text-transform: unset;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 992px) {
  h6, .titleH6 {
    font-size: 1rem;
  }
}

.alertColumn {
  z-index: 9999;
  position: fixed;
}
@media (max-width: 991.98px) {
  .alertColumn {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .alertColumn {
    top: 40%;
    right: 50%;
    left: 50%;
    width: 40rem;
    max-width: 40rem;
    transform: translate(-50%, 0);
  }
}

.alert-danger {
  color: #ffffff;
  background: #E7421E;
  padding: 1rem 1rem 0 1rem;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .alert-danger {
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .alert-danger {
    border-radius: 0.5rem;
  }
}
.alert-danger h4 {
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 1.375rem;
}
.alert-danger p {
  color: #ffffff;
  font-size: 0.875rem;
}

.alertClose {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  margin: 0;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
}

.alertContent {
  max-height: 15rem;
  overflow-y: auto;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .alertContent {
    max-height: 13rem;
  }
}

.boxColor1 {
  background-color: #F0BC31;
  color: #ffffff;
}

.boxColor2 {
  background-color: #0d7feb;
  color: #ffffff;
}

.boxColor3 {
  background-color: #31de79;
  color: #ffffff;
}

.boxColor4 {
  background-color: #8811FB;
  color: #ffffff;
}

.boxColor5 {
  background-color: #f6d365;
  color: #ffffff;
}

.highlightBox {
  font-size: 0.813rem;
  border-radius: 0.25rem;
  padding: 0 0.3rem;
  width: fit-content;
  height: fit-content;
}

.box {
  border-radius: 15px;
  height: 15rem;
}
.box .btn {
  width: 100%;
}
.box img {
  height: 6rem;
}
.box:hover .boxCover {
  display: none;
}
.box:hover .innerBox {
  padding: 1rem 2rem;
  border-radius: 15px;
  background: #101219;
  box-shadow: 0px 16px 40px 0px rgba(112, 144, 176, 0.2);
  min-height: 18rem;
  height: auto;
  width: 16rem;
}
.box:hover .innerBox img {
  height: 8rem;
  margin-top: -6rem;
  margin-bottom: 2rem;
}

.box .hiddenBox {
  display: none;
}

.box:hover .hiddenBox {
  display: block;
  animation: fadeIn 0.6s;
}

.box:not(:hover) .hiddenBox.did-fadeIn {
  display: block;
  animation: fadeOut 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@media screen and (max-width: 992px) {
  .box {
    height: 20rem;
  }
  .innerBox {
    padding: 60px 15px !important;
    height: 30rem !important;
    width: 100% !important;
    margin: 0 auto;
  }
  .innerBox a {
    margin-top: 2rem !important;
  }
}
.card {
  border: 0;
  border-radius: 0.5rem;
  padding: 0;
  background: transparent;
  margin-bottom: 0.625rem;
}
.card .cardTitle {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.card .card-header {
  padding: 0;
  background: transparent;
  border-bottom: 0;
}
@media (min-width: 1200px) {
  .card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1399.98px) {
  .card .card-header {
    margin: 1rem 0;
  }
  .card .card-header .btn {
    margin-top: 1rem;
    display: block;
    width: 100%;
  }
}
.card .card-header .sectionHeaderTitle {
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.card .card-header .card-header-left {
  display: flex;
  align-items: center;
}
.card .card-header .card-header-buttons {
  display: flex;
  align-items: center;
}
.card .card-body {
  padding: 0;
}

.changeLanguage {
  display: flex;
  align-items: center;
}
.changeLanguage i {
  margin-right: 0.25rem;
}

.lessContentColumn {
  height: auto;
  overflow: hidden;
  position: relative;
}
.lessContentColumn.showLess {
  height: 35rem !important;
}
.lessContentColumn.showLess:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: #101219;
  background: linear-gradient(to bottom, rgba(16, 18, 25, 0) 0%, rgba(16, 18, 25, 0.8) 70%, rgba(16, 18, 25, 0.9) 80%, rgb(16, 18, 25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=1);
  z-index: 1;
}

.loading-shadow {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  z-index: 1040 !important;
}
.loading-shadow .loading-icon {
  position: absolute;
  width: 240px;
  height: 240px;
  left: calc(50% - 120px);
  top: calc(50% - 120px);
}

.select_wrap {
  color: #f9f9f9;
  user-select: none;
  z-index: 9;
}
.select_wrap .default_option {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin: auto;
}
.select_wrap .select_ul {
  position: absolute;
  left: -1px;
  border: 2px solid #f9f9f9;
  background: #ffffff;
  display: none;
}
.select_wrap .select_ul li {
  width: 100%;
  padding: 2px 20px;
  margin: auto;
  cursor: pointer;
  text-align: center;
}

.sliderContainer {
  position: relative;
}
@media (max-width: 991.98px) {
  .sliderContainer .titleHeader {
    padding: 0 15px;
    opacity: 0.85;
  }
}
@media (max-width: 991.98px) {
  .sliderContainer .titleHeader .titleHeaderRight a {
    font-size: 0.875rem !important;
    opacity: 0.7;
  }
}
@media (max-width: 991.98px) {
  .sliderContainer {
    margin-bottom: 0.5rem;
  }
  .sliderContainer .container-fluid {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}

.itemsSlider {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .itemsSlider {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .itemsSlider {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.itemsSlider, .actorSlider {
  scrollbar-color: transparent transparent;
}
.itemsSlider::-webkit-scrollbar, .actorSlider::-webkit-scrollbar {
  background: transparent;
  display: none;
}
.itemsSlider::-webkit-scrollbar-thumb, .actorSlider::-webkit-scrollbar-thumb {
  background: transparent;
  display: none;
}
@media (max-width: 991.98px) {
  .itemsSlider, .actorSlider {
    max-width: unset;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
}
.itemsSlider .sliderCover, .itemsSlider .sliderCard, .actorSlider .sliderCover, .actorSlider .sliderCard {
  margin: 0.5rem;
}
@media (max-width: 991.98px) {
  .itemsSlider .sliderCover, .itemsSlider .sliderCard, .actorSlider .sliderCover, .actorSlider .sliderCard {
    scroll-snap-align: start;
    min-width: max-content;
    margin: 0 0.5rem 0.75rem 0;
  }
}

.slick-list {
  margin-right: -0.3rem;
  margin-left: -0.5rem;
}

.slick-track {
  display: flex;
  margin: 0 0 2rem 0;
}

@media (max-width: 991.98px) {
  .actorSliderContainer {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
}
.actorSliderContainer .titleHeader {
  margin-bottom: 0.5rem !important;
  opacity: 1;
}
.actorSliderContainer .titleHeader h2 {
  font-size: 1.5rem !important;
  font-weight: bold !important;
}

@media (min-width: 768px) {
  .actorSlider {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (max-width: 991.98px) {
  .actorSlider {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.actorSlider .slick-arrow-left {
  right: 6.25rem;
}
.actorSlider .slick-arrow-right {
  right: 3rem;
}

.slick-arrow {
  cursor: pointer;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2.75rem;
}
@media (min-width: 1200px) {
  .slick-arrow {
    transform: scale(1.025) !important;
    transition-duration: 0.3s !important;
    transition-property: transform, box-shadow !important;
    transition-timing-function: ease-out !important;
  }
}
.slick-arrow:hover {
  border: 1px solid #ffffff;
}

.slick-arrow-left {
  right: 3.75rem;
}

.slick-arrow-right {
  right: 0.5rem;
}

.slick-disabled {
  opacity: 0.5;
  cursor: unset;
}
.slick-disabled:hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.sliderCover {
  position: relative;
  width: fit-content;
  border-radius: 0.5rem;
}
@media (max-width: 1399.98px) {
  .sliderCover {
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .sliderCover:hover {
    transform: scale(1.01) !important;
    transition-duration: 0.3s !important;
    transition-property: transform, box-shadow !important;
    transition-timing-function: ease-out !important;
    outline: rgb(249, 249, 249) solid 0.188rem !important;
    outline-offset: 0.188rem !important;
  }
}
.sliderCover img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 25px 30px -10px, rgba(0, 0, 0, 0.75) 0px 15px 10px -10px;
}
@media (max-width: 1399.98px) {
  .sliderCover img {
    border-radius: 0.5rem;
  }
}
@media (max-width: 1399.98px) {
  .sliderCover img {
    box-shadow: rgba(0, 0, 0, 0.7) 0px 12.5px 15px -10px, rgba(0, 0, 0, 0.75) 0px 7.5px 5px -10px;
  }
}
@media (max-width: 991.98px) {
  .sliderCover img {
    height: 9rem;
  }
}
@media (max-width: 767.98px) {
  .sliderCover img {
    height: 8rem;
  }
}
@media (max-width: 575.98px) {
  .sliderCover img {
    height: 8rem;
  }
}

.sliderCard {
  border-radius: 0.5rem;
  width: fit-content;
  margin-bottom: 1rem !important;
}
@media (max-width: 1399.98px) {
  .sliderCard {
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .sliderCard {
    background-color: #101219;
    box-shadow: rgba(0, 0, 0, 0.7) 0px 25px 30px -10px, rgba(0, 0, 0, 0.75) 0px 15px 10px -10px;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .sliderCard {
    box-shadow: rgba(0, 0, 0, 0.7) 0px 12.5px 15px -10px, rgba(0, 0, 0, 0.75) 0px 7.5px 5px -10px;
  }
}
.sliderCard img {
  border-radius: 0.5rem;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1399.98px) {
  .sliderCard img {
    border-radius: 0.5rem;
  }
}
@media (min-width: 768px) {
  .sliderCard img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .sliderCard img {
    aspect-ratio: 1/1;
    height: 10.4rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .sliderCard:hover {
    transform: scale(1.01) !important;
    transition-duration: 0.3s !important;
    transition-property: transform, box-shadow !important;
    transition-timing-function: ease-out !important;
    outline: rgb(249, 249, 249) solid 0.188rem !important;
    outline-offset: 0.188rem !important;
  }
}
.sliderCard .sliderCardTexts {
  padding: 1rem;
}
@media (max-width: 991.98px) {
  .sliderCard .sliderCardTexts {
    width: 10.375rem;
    padding: 0.25rem;
  }
}
.sliderCard .sliderCardTexts h5 {
  color: #f9f9f9 !important;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .sliderCard .sliderCardTexts h5 {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .sliderCard .sliderCardTexts h5 {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0;
  }
}
.sliderCard .sliderCardTexts p {
  font-size: 0.875rem;
  margin-bottom: 0 !important;
}
@media (max-width: 991.98px) {
  .sliderCard .sliderCardTexts p {
    display: none;
  }
}

.showsBody .sliderCover img {
  height: auto !important;
}

.alertify-notifier {
  z-index: 999;
}

.alertify .ajs-dialog {
  border-radius: 0.5rem !important;
}
.alertify .ajs-header {
  font-weight: bold;
  border-bottom: 1px solid #101219;
  border-top-right-radius: 0.5rem !important;
  border-top-left-radius: 0.5rem !important;
}
.alertify .ajs-body .ajs-content {
  padding: 1rem 0;
}
.alertify .ajs-footer {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.alertify .ajs-ok {
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  background: #f9f9f9;
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0;
  border-radius: 5rem;
  transition: all 0.2s !important;
}
.alertify .ajs-ok:hover {
  color: #f9f9f9 !important;
  background: #E7421E !important;
  border: 0;
  transition: all 0.2s !important;
}
.alertify .ajs-cancel {
  color: #f9f9f9;
  font-size: 1rem;
  font-weight: normal;
  background: #E7421E;
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0;
  border-radius: 5rem;
  transition: all 0.2s !important;
}
.alertify .ajs-cancel:hover {
  color: #f9f9f9 !important;
  background: #E7421E !important;
  border: 0;
  transition: all 0.2s !important;
}

.alertify .ajs-commands button.ajs-close {
  margin-top: 8px;
  margin-right: -5px;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
}

@media screen and (max-width: 1200px) {
  .alertify-notifier.ajs-right {
    left: 0;
    right: 0;
  }
  .alertify-notifier.ajs-right .ajs-message.ajs-visible {
    left: 10px;
    right: 20px;
    word-break: break-all;
    font-size: 14px;
    margin: 0;
  }
  .alertify-notifier .ajs-message {
    width: 95vw;
  }
}
.textEditorColumn {
  color: #f9f9f9;
}
.textEditorColumn p {
  color: #f9f9f9;
}
.textEditorColumn a {
  text-decoration: underline !important;
  word-break: break-word;
}
.textEditorColumn a:hover, .textEditorColumn a:focus {
  color: #E7421E !important;
  text-decoration: underline !important;
}
.textEditorColumn img {
  height: auto !important;
  max-width: 100% !important;
  border-radius: 0.5rem;
}

.cc_div {
  font-family: "Lexend", sans-serif;
}

#cc_div #cm {
  height: auto;
}

#c-bns button:first-child, #s-bns button:first-child {
  background-color: #E7421E;
}

#cm, #s-bl .act .b-acc, #s-inr, .cc_div .b-tl, .cc_div .c-bl {
  border-radius: 0.5rem;
}
@media (max-width: 991.98px) {
  #cm, #s-bl .act .b-acc, #s-inr, .cc_div .b-tl, .cc_div .c-bl {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  #c-txt {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 688px) {
  #cm.box, #cm.cloud {
    left: 0;
    right: 0;
  }
  #cm.bottom {
    bottom: 0;
  }
  .cc_div #c-bns {
    flex-direction: unset;
    gap: 1rem;
    margin-top: 1rem;
  }
  .cc_div #c-bns button {
    margin-top: 0;
  }
  #cm, #cm.cloud, #cm.left, #cm.right {
    padding: 1rem !important;
  }
}
footer {
  background-color: #101219;
  margin-top: 3rem;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  footer {
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
@media (max-width: 991.98px) {
  footer {
    overflow: hidden;
    position: relative;
    z-index: 99;
  }
}
footer p {
  margin-bottom: 0 !important;
}
footer a:hover, footer a:focus, footer i:hover, footer i:focus, footer #changePreferences:hover, footer #changePreferences:focus {
  color: #E7421E !important;
}
footer h6 {
  color: #ffffff !important;
  font-weight: normal;
}
@media (min-width: 992px) {
  footer .footerLinkBox {
    margin-left: auto;
    width: fit-content;
  }
}
@media (max-width: 991.98px) {
  footer .footerLinkBox {
    text-align: center;
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  footer .footerLinkBox a {
    margin-left: 1.5rem;
  }
  footer .footerLinkBox a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  footer .footerLinkBox a {
    margin: 1rem !important;
    font-size: 1.5rem;
  }
}
footer .select_wrap li, footer .select_wrap a {
  color: #ffffff !important;
}

.nexodot img {
  width: 8rem;
}
@media (max-width: 1199.98px) {
  .nexodot img {
    width: 10rem;
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) {
  .nexodot img:hover, .nexodot img:focus {
    transform: scale(1.025) !important;
    transition-duration: 0.3s !important;
    transition-property: transform, box-shadow !important;
    transition-timing-function: ease-out !important;
  }
}

.footerTop {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .footerTop {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .footerTop .footerTopInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.footerDescription {
  margin-top: 1.5rem !important;
  margin-bottom: 2rem !important;
}
@media (min-width: 768px) {
  .footerDescription {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .footerContacts {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .footerContacts {
    display: grid;
    gap: 1rem;
  }
}

.footerLogoColumn {
  display: flex;
  align-items: center;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .footerLogoColumn {
    justify-content: center;
    width: unset;
  }
}
.footerLogoColumn:hover {
  color: #f9f9f9 !important;
}
.footerLogoColumn .footerLogo {
  height: auto;
  width: 4rem;
}
.footerLogoColumn .footerLogoTitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin-left: 0.75rem;
}

.footerBottom {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  font-size: 0.813rem !important;
}
@media (max-width: 991.98px) {
  .footerBottom {
    text-align: center;
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .footerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
  }
}
.footerBottom a, .footerBottom p, .footerBottom li {
  font-size: 0.813rem !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
@media (max-width: 1199.98px) {
  .footerBottom a, .footerBottom p, .footerBottom li {
    font-size: 0.75rem !important;
  }
}
.footerBottom .changeLanguage a {
  font-size: 0.813rem !important;
}
.footerBottom .changeLanguage i {
  margin-right: 0.1rem !important;
}
.footerBottom .footerBottomRight .footerInformation {
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .footerBottom .footerBottomRight ul {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .footerBottom .footerBottomRight li {
    margin-right: 0.75rem;
  }
}
.footerBottom .copyright {
  font-size: 0.813rem;
}
@media (max-width: 1199.98px) {
  .footerBottom .copyright {
    font-size: 10px;
  }
}

@media (max-width: 991.98px) {
  .footerPhone, .footerEmail {
    display: block;
    margin: 0 !important;
  }
}

.footerLinks li {
  display: block;
  padding: 0.3rem 0;
}
@media screen and (max-width: 992px) {
  .footerLinks li {
    padding: 0.5rem 0;
  }
}

.bannerContainer {
  width: 100%;
  border-radius: 0.5rem;
}
@media (max-width: 1399.98px) {
  .bannerContainer {
    border-radius: 0.5rem;
  }
}
@media (max-width: 1199.98px) {
  .bannerContainer {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.bannerContainer:hover .carousel-control-next, .bannerContainer:hover .carousel-control-prev {
  opacity: 1;
}
@media (min-width: 1200px) {
  .bannerContainer:hover .carousel-control-next, .bannerContainer:hover .carousel-control-prev {
    transform: scale(1.025) !important;
    transition-duration: 0.3s !important;
    transition-property: transform, box-shadow !important;
    transition-timing-function: ease-out !important;
  }
}
.bannerContainer .bannerImg {
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 0.5rem;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.665, 0.235, 0.265, 0.8) 0s;
}
@media (max-width: 1399.98px) {
  .bannerContainer .bannerImg {
    border-radius: 0.5rem;
  }
}
.bannerContainer .carousel-inner {
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 25px 30px -10px, rgba(0, 0, 0, 0.75) 0px 15px 10px -10px;
}
@media (max-width: 1399.98px) {
  .bannerContainer .carousel-inner {
    border-radius: 0.5rem;
  }
}
@media (max-width: 1399.98px) {
  .bannerContainer .carousel-inner {
    box-shadow: rgba(0, 0, 0, 0.7) 0px 12.5px 15px -10px, rgba(0, 0, 0, 0.75) 0px 7.5px 5px -10px;
  }
}
@media (min-width: 1200px) {
  .bannerContainer .carousel-inner:hover {
    transform: scale(1.0025) !important;
    transition-duration: 0.3s !important;
    transition-property: transform, box-shadow !important;
    transition-timing-function: ease-out !important;
    outline: rgb(249, 249, 249) solid 0.188rem !important;
    outline-offset: 0.188rem !important;
  }
}
.bannerContainer .carousel-control-next, .bannerContainer .carousel-control-prev {
  height: 100%;
  width: 5%;
  margin: 0;
  opacity: 0;
}
@media (min-width: 1200px) {
  .bannerContainer .carousel-control-next, .bannerContainer .carousel-control-prev {
    transform: scale(1.025) !important;
    transition-duration: 0.3s !important;
    transition-property: transform, box-shadow !important;
    transition-timing-function: ease-out !important;
  }
}
@media (max-width: 1399.98px) {
  .bannerContainer .carousel-control-next, .bannerContainer .carousel-control-prev {
    display: none;
  }
}
.bannerContainer .carousel-control-next {
  right: -5%;
}
.bannerContainer .carousel-control-prev {
  left: -5%;
}
.bannerContainer .carousel-indicators {
  margin: 0;
  justify-content: unset;
  right: 1.5rem;
  left: auto;
  bottom: 1rem;
}
@media (max-width: 1399.98px) {
  .bannerContainer .carousel-indicators {
    display: none;
  }
}
.bannerContainer .carousel-indicators [data-bs-target] {
  border-radius: 5rem;
  height: 0.5rem;
  width: 0.5rem;
  border: 0;
  margin: 0.25rem;
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--not-top {
  transform: translateY(0%);
}
@media (min-width: 1200px) {
  .headroom--not-top {
    background: hsla(227deg, 22%, 8%, 0.75) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}
@media (max-width: 1399.98px) {
  .headroom--not-top {
    background: hsla(227deg, 22%, 8%, 0.95);
    backdrop-filter: blur(45px);
    -webkit-backdrop-filter: blur(45px);
  }
}

.headroom--unpinned {
  transform: translateY(-100%);
  background-color: transparent !important;
}

.headroom--top {
  background-color: transparent !important;
}

.toggledNav {
  transition: none !important;
}
@media (min-width: 1200px) {
  .toggledNav {
    background: hsla(227deg, 22%, 8%, 0.75) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}
@media (max-width: 1399.98px) {
  .toggledNav {
    background: hsla(227deg, 22%, 8%, 0.95);
    backdrop-filter: blur(45px);
    -webkit-backdrop-filter: blur(45px);
  }
}
@media (max-width: 575.98px) {
  .toggledNav {
    height: 100% !important;
  }
}

.navbar-brand {
  padding: 0 !important;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  .navbar-brand {
    position: relative;
    margin: 0;
  }
}
.navbar-brand a {
  display: flex;
  align-items: center;
  width: fit-content;
}
.navbar-brand img {
  width: 3.5rem;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .navbar-brand img {
    width: 3rem;
  }
}
.navbar-brand .navbarLogoTitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin-left: 0.75rem;
}

.navbarTop {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  width: 100%;
}

nav {
  z-index: 999 !important;
  transition: 0.2s all ease-out !important;
}
@media (min-width: 1200px) {
  nav .changeLanguage {
    border-right: 1px solid #ececec;
    padding-right: 1.5rem;
  }
}
nav a {
  color: #f9f9f9;
}
nav.scrollUp {
  transform: translateY(-180%);
}
nav .container-fluid {
  padding-left: 4% !important;
  padding-right: 4% !important;
}
@media (max-width: 991.98px) {
  nav .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
nav .nav-item {
  z-index: 9;
}
nav .nav-link {
  color: #f9f9f9;
  font-weight: 400;
  padding: 0.75rem !important;
  opacity: 1 !important;
  height: 100%;
  transition: text-shadow 0.3s;
  text-align: left;
  display: flex;
  align-items: center;
}
@media (max-width: 1399.98px) {
  nav .nav-link {
    color: #f9f9f9;
  }
}
@media screen and (max-width: 1300px) {
  nav .nav-link {
    padding: 0.5rem !important;
  }
}
nav .nav-link:hover, nav .nav-link:focus {
  color: #E7421E !important;
}
nav .navbar-toggler {
  border: none;
  color: #f9f9f9 !important;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  nav .navbar-toggler i {
    font-size: 2rem;
    display: block;
  }
}
nav .navbar-toggler:hover, nav .navbar-toggler:focus {
  color: #f9f9f9 !important;
  text-decoration: none;
  outline: none !important;
}
nav .navbar-toggler:active {
  color: #f9f9f9 !important;
}
nav .navBtns {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
nav .navBtns .d-flex {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageLanguage {
  margin-right: 1.5rem;
}
.pageLanguage:hover {
  color: #E7421E !important;
}

.navbarTop {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .navbarTop {
    height: 5rem !important;
  }
}
@media (max-width: 1399.98px) {
  .navbarTop {
    height: 3.563rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

nav.navbar {
  transition: transform 0.5s ease-in-out;
}
@media (min-width: 1200px) {
  nav.navbar {
    height: 5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .navbarCenter.navbar-nav {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  #navbarNavDropdown {
    font-size: 1.5rem;
    height: 100vh;
    overflow: hidden !important;
    touch-action: none;
    -ms-touch-action: none;
    z-index: 9999;
    transition: none !important;
    margin-top: 8rem;
  }
}

@media (max-width: 1199.98px) {
  .nav-item .select_wrap, .nav-item .select_ul {
    border: 0 !important;
  }
  .nav-item .select_ul {
    padding: 15px 0;
  }
  .navbarMenuBox {
    display: none !important;
  }
  .navbar-collapse {
    transition: none !important;
  }
  .navbar-nav > .nav-item > .nav-link {
    padding: 0 0 15px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .navbar-nav > .nav-item > .nav-link span {
    display: inline-block;
  }
}
.navbarRight {
  margin-left: auto;
}
@media (min-width: 1200px) {
  .navbarRight {
    display: flex;
    align-items: center;
    width: max-content;
  }
}
@media (max-width: 1399.98px) {
  .navbarRight {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .navbarRight .nav-link {
    padding-right: 0 !important;
  }
}

.reCAPTCHA, .reCAPTCHA a {
  font-size: 0.75rem !important;
  letter-spacing: -0.5px;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.newsletterContainer {
  position: relative;
  color: #f9f9f9;
}
@media (max-width: 1399.98px) {
  .newsletterContainer {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.newsletterContainer .newsletterColumn {
  background-color: #E7421E;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 25px 30px -10px, rgba(0, 0, 0, 0.75) 0px 15px 10px -10px;
}
@media (max-width: 1399.98px) {
  .newsletterContainer .newsletterColumn {
    border-radius: 0.5rem;
  }
}
@media (max-width: 1399.98px) {
  .newsletterContainer .newsletterColumn {
    box-shadow: rgba(0, 0, 0, 0.7) 0px 12.5px 15px -10px, rgba(0, 0, 0, 0.75) 0px 7.5px 5px -10px;
  }
}
@media (min-width: 1200px) {
  .newsletterContainer .newsletterColumn {
    padding: 3rem;
  }
}
.newsletterContainer > .col, .newsletterContainer [class*=col-] {
  z-index: 4;
}
.newsletterContainer .newsletterTitle {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .newsletterContainer .newsletterTitle {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.newsletterContainer a:hover, .newsletterContainer a:focus {
  color: #E7421E !important;
}
.newsletterContainer i, .newsletterContainer i:hover {
  color: #f9f9f9 !important;
}
.newsletterContainer small {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 992px) {
  .newsletterContainer small {
    font-size: 0.625rem !important;
  }
}
.newsletterContainer small a {
  font-size: 0.75rem !important;
}
@media screen and (max-width: 992px) {
  .newsletterContainer small a {
    font-size: 0.625rem !important;
  }
}
@media (max-width: 991.98px) {
  .newsletterContainer #subscribeBtn {
    height: 2.625rem;
    width: 2.625rem;
  }
}
@media (max-width: 991.98px) {
  .newsletterContainer #subscribeBtn span {
    display: none;
  }
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.border-radius {
  border-radius: 0.5rem;
}
@media (max-width: 1399.98px) {
  .border-radius {
    border-radius: 0.5rem;
  }
}

.fileUpload {
  margin: 0;
  cursor: pointer;
}
.fileUpload i {
  z-index: 1;
}
.fileUpload label {
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
}

.viewPageCover {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 25px 30px -10px, rgba(0, 0, 0, 0.75) 0px 15px 10px -10px;
}
@media (max-width: 1399.98px) {
  .viewPageCover {
    border-radius: 0.5rem;
  }
}
@media (max-width: 1399.98px) {
  .viewPageCover {
    box-shadow: rgba(0, 0, 0, 0.7) 0px 12.5px 15px -10px, rgba(0, 0, 0, 0.75) 0px 7.5px 5px -10px;
  }
}

.viewPageHeader {
  margin-top: 2rem;
}

.titleHeader {
  padding: 0 0.5rem;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .titleHeader {
    padding: 0;
    margin-bottom: 0.25rem;
  }
}
.titleHeader h2 {
  font-size: 1.5rem;
}
@media (max-width: 991.98px) {
  .titleHeader h2 {
    font-size: 1rem;
    font-weight: normal;
  }
}
.titleHeader p {
  margin-bottom: 0 !important;
}
.titleHeader h6 {
  position: relative;
  margin-bottom: 0;
  z-index: 3;
}
@media (min-width: 768px) {
  .titleHeader .titleHeaderRight {
    margin-right: 7rem;
  }
}

.pageHeader {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .pageHeader {
    margin: 0 30% 2rem 30%;
  }
}
.viewPage .pageHeader {
  margin: 0 0 2rem 0;
}

.pressContainer {
  margin-top: 5rem;
}
.pressContainer a {
  text-decoration: underline;
}

.searchHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.searchHeader .searchDateColumn {
  width: fit-content;
  display: flex;
  gap: 0.5rem;
}

@media (max-width: 1399.98px) {
  .btnSearch {
    height: 2.625rem;
    width: 2.625rem;
  }
}
@media (max-width: 1399.98px) {
  .btnSearch span {
    display: none;
  }
}

.creditsContainer {
  margin-top: 5rem;
}
.creditsContainer .creditsTitle {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.creditsContainer .creditsBox {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.creditsContainer .creditsBox p {
  opacity: 0.75;
  margin-bottom: 0 !important;
}

.programsContainer {
  margin-top: 2rem;
}
.programsContainer .programColumn {
  width: 100%;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #252832;
  padding-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .programsContainer .programColumn {
    display: flex;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1399.98px) {
  .programsContainer .programColumn {
    padding-bottom: 1.5rem;
  }
}
.programsContainer .programColumn:last-child {
  border: 0;
}
@media (min-width: 1200px) {
  .programsContainer .programColumn .programLeft {
    display: flex;
    align-items: flex-start;
  }
}
.programsContainer .programColumn a {
  position: relative;
}
@media (min-width: 1200px) {
  .programsContainer .programColumn a {
    display: inline-block;
  }
}
.programsContainer .programColumn p {
  margin-bottom: 0 !important;
  line-height: 1;
}
.programsContainer .programColumn img {
  border-radius: 0.5rem;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .programsContainer .programColumn img {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .programsContainer .programColumn img {
    margin-right: 1rem;
    width: 11rem;
  }
}
@media (max-width: 1399.98px) {
  .programsContainer .programColumn img {
    display: block;
  }
}

.programInfo .programTitle {
  font-size: 1.375rem !important;
  font-weight: bold;
}

.programRight {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .programRight {
    justify-content: space-between;
    margin-top: 1rem;
  }
}
.programRight .btn-primary {
  width: 8.75rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .programRight .btn-primary {
    margin-left: 1rem !important;
  }
}
.programRight .btn-primary.disabled {
  background-color: #252832 !important;
}

.programDate {
  line-height: 1;
}
.programDate span {
  color: rgba(255, 255, 255, 0.8);
}
.programDate .programDateTop {
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: bold;
}

.tileContainer {
  margin-top: 1.5rem;
}
.tileContainer .tileColumn {
  background-color: #252832;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 25px 30px -10px, rgba(0, 0, 0, 0.75) 0px 15px 10px -10px;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  color: #f9f9f9 !important;
}
@media (max-width: 1399.98px) {
  .tileContainer .tileColumn {
    box-shadow: rgba(0, 0, 0, 0.7) 0px 12.5px 15px -10px, rgba(0, 0, 0, 0.75) 0px 7.5px 5px -10px;
  }
}
@media (max-width: 1399.98px) {
  .tileContainer .tileColumn {
    border-radius: 0.5rem;
  }
}
.tileContainer .tileColumn:hover {
  color: #f9f9f9 !important;
}
@media (min-width: 1200px) {
  .tileContainer .tileColumn:hover {
    transform: scale(1.01) !important;
    transition-duration: 0.3s !important;
    transition-property: transform, box-shadow !important;
    transition-timing-function: ease-out !important;
    outline: rgb(249, 249, 249) solid 0.188rem !important;
    outline-offset: 0.188rem !important;
  }
}
.tileContainer .tileColumn img, .tileContainer .tileColumn svg {
  height: 6rem;
  width: 6rem;
  object-fit: cover;
}
.tileContainer .tileColumn .tileTitle {
  font-size: 1rem;
  font-weight: normal;
  margin-top: 1rem;
}

.partnersContainer {
  margin-top: 1.5rem;
}
.partnersContainer .partnerColumn {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 25px 30px -10px, rgba(0, 0, 0, 0.75) 0px 15px 10px -10px;
  border-radius: 0.5rem;
  height: 12.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399.98px) {
  .partnersContainer .partnerColumn {
    box-shadow: rgba(0, 0, 0, 0.7) 0px 12.5px 15px -10px, rgba(0, 0, 0, 0.75) 0px 7.5px 5px -10px;
  }
}
@media (max-width: 1399.98px) {
  .partnersContainer .partnerColumn {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .partnersContainer .partnerColumn:hover {
    transform: scale(1.01) !important;
    transition-duration: 0.3s !important;
    transition-property: transform, box-shadow !important;
    transition-timing-function: ease-out !important;
    outline: rgb(249, 249, 249) solid 0.188rem !important;
    outline-offset: 0.188rem !important;
  }
}

.galleryPageContainer .imgTitle {
  z-index: 9;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 0.25rem;
}
.galleryPageContainer .sliderCover {
  margin-bottom: 1.5rem !important;
}

.personsContainer .personColumn.simple {
  text-align: center;
}
.personsContainer .personColumn .personImg {
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 25px 30px -10px, rgba(0, 0, 0, 0.75) 0px 15px 10px -10px;
}
@media (max-width: 1399.98px) {
  .personsContainer .personColumn .personImg {
    border-radius: 0.5rem;
  }
}
@media (max-width: 1399.98px) {
  .personsContainer .personColumn .personImg {
    box-shadow: rgba(0, 0, 0, 0.7) 0px 12.5px 15px -10px, rgba(0, 0, 0, 0.75) 0px 7.5px 5px -10px;
  }
}
@media (min-width: 1200px) {
  .personsContainer .personColumn .personImg:hover {
    transform: scale(1.01) !important;
    transition-duration: 0.3s !important;
    transition-property: transform, box-shadow !important;
    transition-timing-function: ease-out !important;
    outline: rgb(249, 249, 249) solid 0.188rem !important;
    outline-offset: 0.188rem !important;
  }
}
.personsContainer .personColumn .personName {
  display: block;
  position: relative;
  text-align: center;
  padding: 0.5rem 0.5rem 0 0.5rem;
  z-index: 9;
}

@media (max-width: 1399.98px) {
  .actorHeader .carousel .carousel-item {
    text-align: center;
  }
}
.actorHeader .carousel .carousel-control-next, .actorHeader .carousel .carousel-control-prev {
  height: 2.25rem;
  width: 2.25rem;
  margin: 0;
  position: absolute;
  top: auto;
  bottom: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 5rem;
}
@media (min-width: 1200px) {
  .actorHeader .carousel .carousel-control-next, .actorHeader .carousel .carousel-control-prev {
    transform: scale(1.025) !important;
    transition-duration: 0.3s !important;
    transition-property: transform, box-shadow !important;
    transition-timing-function: ease-out !important;
  }
}
@media (max-width: 1399.98px) {
  .actorHeader .carousel .carousel-control-next, .actorHeader .carousel .carousel-control-prev {
    display: none;
  }
}
.actorHeader .carousel .carousel-control-next:hover, .actorHeader .carousel .carousel-control-prev:hover {
  border: 1px solid #ffffff;
}
.actorHeader .carousel .carousel-control-next {
  right: 0.5rem;
}
.actorHeader .carousel .carousel-control-prev {
  right: 3.25rem;
  left: auto;
}

.actorImg {
  max-width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.7) 0px 25px 30px -10px, rgba(0, 0, 0, 0.75) 0px 15px 10px -10px;
  margin-bottom: 2rem;
}
@media (max-width: 1399.98px) {
  .actorImg {
    border-radius: 0.5rem;
  }
}
@media (max-width: 1399.98px) {
  .actorImg {
    box-shadow: rgba(0, 0, 0, 0.7) 0px 12.5px 15px -10px, rgba(0, 0, 0, 0.75) 0px 7.5px 5px -10px;
  }
}

.actorName {
  font-size: 1.5rem;
  font-weight: bold;
}

.actorPost {
  margin-bottom: 2rem !important;
}

.actorDescriptions .titleHeader {
  padding: 0;
}
.actorDescriptions .titleHeader h6 {
  font-size: 1.5rem;
  font-weight: bold;
}

.pageButtons {
  margin-top: 1rem;
  gap: 0.5rem !important;
}
@media (min-width: 992px) {
  .pageButtons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  .pageButtons {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    max-width: unset;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-color: transparent transparent;
  }
  .pageButtons::-webkit-scrollbar {
    background: transparent;
    display: none;
  }
  .pageButtons::-webkit-scrollbar-thumb {
    background: transparent;
    display: none;
  }
  .pageButtons .btn {
    scroll-snap-align: start;
    min-width: max-content;
  }
}

.showViewBody main {
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .showViewBody main {
    margin-top: 4.563rem;
  }
}

.showViewPage {
  display: flex;
  flex-direction: column;
  padding-bottom: 112px;
  position: relative;
}

.showCover {
  left: 0;
  right: 0;
  top: 0;
  transition: opacity 200ms ease 0s;
  width: 100%;
  z-index: 0;
  position: absolute;
}
.showCover img {
  width: 100vw;
  object-fit: cover;
  z-index: 0;
}
.showCover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: -2px;
  background-image: linear-gradient(to bottom, rgba(16, 18, 25, 0) 0%, rgba(16, 18, 25, 0.8) 70%, rgba(16, 18, 25, 0.9) 80%, rgb(16, 18, 25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=1);
  z-index: 1;
  background-color: transparent;
  background-position: 0 top;
  background-repeat: repeat-x;
  background-size: 100% 100%;
  opacity: 1;
  top: auto;
}
@media (min-width: 768px) {
  .showCover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 15%;
    left: 0;
    top: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(16, 18, 25, 0.7) 10%, transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=1);
    z-index: 1;
  }
}

.showContent {
  margin-top: 30%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .showContent {
    margin-top: 35vh;
  }
}

.showInformationColumn {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  scrollbar-color: transparent transparent;
}
.showInformationColumn::-webkit-scrollbar {
  background: transparent;
  display: none;
}
.showInformationColumn::-webkit-scrollbar-thumb {
  background: transparent;
  display: none;
}
@media (max-width: 991.98px) {
  .showInformationColumn {
    padding-left: 4% !important;
    padding-right: 4% !important;
    max-width: unset;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .showInformationColumn {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 991.98px) {
  .showInformationColumn .showInformationItem {
    scroll-snap-align: start;
    min-width: max-content;
  }
}

.ageLimit {
  color: #101219;
  background-color: #ffffff;
  font-weight: bold;
  width: fit-content;
  border-radius: 3px;
  padding: 0 0.25rem;
}

.showTicketsColumn {
  margin-bottom: 3rem;
}

.showTicketsInner {
  place-content: center flex-start;
  display: flex;
  -webkit-box-pack: start;
  flex-flow: wrap;
  margin: 0 -1rem 0 0;
  scrollbar-color: transparent transparent;
}
.showTicketsInner::-webkit-scrollbar {
  background: transparent;
  display: none;
}
.showTicketsInner::-webkit-scrollbar-thumb {
  background: transparent;
  display: none;
}
@media (max-width: 991.98px) {
  .showTicketsInner {
    padding-left: 4% !important;
    padding-right: 4% !important;
    max-width: unset;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .showTicketsInner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.showTicket {
  display: inline-block;
  background-color: #252832;
  border-radius: 0.5rem;
  padding: 0.5rem;
  width: calc(16.6666666667% - 1rem);
  min-width: calc(16.6666666667% - 1rem);
  max-width: calc(16.6666666667% - 1rem);
  margin-right: 1rem;
}
@media (max-width: 1399.98px) {
  .showTicket {
    border-radius: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .showTicket {
    scroll-snap-align: start;
    min-width: max-content;
    width: fit-content;
    min-width: fit-content;
    max-width: fit-content;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .showTicket:hover {
    transform: scale(1.01) !important;
    transition-duration: 0.3s !important;
    transition-property: transform, box-shadow !important;
    transition-timing-function: ease-out !important;
    outline: rgb(249, 249, 249) solid 0.188rem !important;
    outline-offset: 0.188rem !important;
  }
}

.showTicketsLink {
  display: inline-block;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

.galleryContainer {
  margin-top: 3rem;
}
.galleryContainer .btn-primary {
  margin: 0 auto;
}
.galleryContainer .lessContentColumn {
  width: calc(100% + 10px);
}
@media screen and (min-width: 992px) {
  .galleryContainer .lessContentColumn {
    width: calc(100% + 20px);
  }
}
.galleryContainer .lessContentColumn:after {
  content: "";
  display: block;
  clear: both;
}
.galleryContainer .grid-sizer,
.galleryContainer .galleryItem {
  width: calc(50% - 10px);
}
@media screen and (min-width: 992px) {
  .galleryContainer .grid-sizer,
.galleryContainer .galleryItem {
    width: calc(25% - 20px);
  }
}
.galleryContainer .galleryItem {
  float: left;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .galleryContainer .galleryItem {
    margin-bottom: 20px;
  }
}
.galleryContainer .galleryItem img {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
}
@media (max-width: 1399.98px) {
  .galleryContainer .galleryItem img {
    border-radius: 0.5rem;
  }
}

.galleryColumn.lessContentColumn .grid-sizer, .galleryColumn.lessContentColumn .galleryItem {
  width: calc(33.333% - 20px) !important;
}
@media (max-width: 991.98px) {
  .galleryColumn.lessContentColumn .grid-sizer, .galleryColumn.lessContentColumn .galleryItem {
    width: calc(50% - 15px) !important;
  }
}

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