@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
a:-webkit-any-link:focus-visible {
  border-radius: 0;
  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: #ff00e1 !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, .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: #ff00e1;
  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: #ff00e1 !important;
}

.textColorPrimary2 {
  color: #8c32e0 !important;
}

.textColorPrimary3 {
  color: #11f3fe !important;
}

.textColorPrimary4 {
  color: #1c140c !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;
}

/**
 * * 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: #04080F;
  color: #f9f9f9;
  font-size: 1rem;
  font-family: "Poppins", 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;
}

main {
  margin-top: 5rem;
}

.homeBody main {
  margin-top: 0;
}

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: 0;
  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;
  outline: -webkit-focus-ring-color auto 2px;
}
button.btn-primary, .btn.btn-primary {
  color: #f9f9f9;
  font-size: 1rem;
  font-weight: normal;
  background: #ff00e1;
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0;
  border-radius: 0;
  transition: all 0.2s !important;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
}
@media (min-width: 1200px) {
  button.btn-primary::before, .btn.btn-primary::before {
    content: "";
    position: absolute;
    transition: opacity 0.3s linear;
    top: -0.05rem;
    right: -0.05rem;
    bottom: -0.05rem;
    left: -0.05rem;
    transform: translate(0);
    z-index: -1;
    opacity: 0;
    background-image: linear-gradient(to top left, #ff00e1, #11f3fe);
    filter: blur(10px);
  }
}
button.btn-primary:hover, .btn.btn-primary:hover {
  color: #101219 !important;
  background: #ffffff !important;
  border: 0 !important;
}
button.btn-primary:hover::before, .btn.btn-primary:hover::before {
  opacity: 1;
}
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 #ff00e1;
  border-radius: 0;
  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: #101219 !important;
  background: #ff00e1 !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;
  transition: all 0.2s !important;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
}
button.btn-secondary::before, .btn.btn-secondary::before {
  content: "";
  position: absolute;
  transition: opacity 0.3s linear;
  top: -0.05rem;
  right: -0.05rem;
  bottom: -0.05rem;
  left: -0.05rem;
  transform: translate(0);
  z-index: -1;
  opacity: 0;
  background-image: linear-gradient(to top left, #ff00e1, #11f3fe);
  filter: blur(10px);
}
button.btn-secondary:hover, .btn.btn-secondary:hover {
  color: #101219 !important;
  background: #F5F9FA !important;
  border: 0;
  transition: all 0.2s !important;
}
button.btn-secondary:hover::before, .btn.btn-secondary:hover::before {
  opacity: 1;
}
button.btn-outline-secondary, .btn.btn-outline-secondary {
  color: #f9f9f9;
  font-size: 1rem;
  font-weight: normal;
  background: transparent;
  padding: 0.5rem 1rem;
  margin: 0;
  border: 1px solid #f9f9f9;
  border-radius: 0;
  transition: all 0.2s !important;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  position: relative;
}
button.btn-outline-secondary:hover, .btn.btn-outline-secondary:hover {
  color: #101219 !important;
  background: #F5F9FA !important;
  border: 1px solid #f9f9f9;
  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: #ff00e1;
  border-color: #ff00e1;
}

.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: 1.25rem;
  min-width: 1.25rem;
  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, .input-group, .input-group-text {
  height: 3.625rem;
  min-height: 3.625rem;
  max-height: 3.625rem;
}

@media screen and (min-width: 1200px) {
  .form-floating input {
    font-size: 1rem !important;
  }
}
.form-floating label {
  width: fit-content;
  color: #f9f9f9 !important;
  border: 0;
  margin: 0;
}
.form-floating label:after {
  display: none;
}
.form-floating label.active {
  opacity: 1;
  height: auto;
  color: #f9f9f9 !important;
}
.form-floating .form-control, .form-floating .form-select {
  color: #f9f9f9;
  background-color: #252832;
  border-radius: 0;
  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-color: #252832;
  border: 1px solid #ff00e1;
}
.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;
}

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

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

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.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 transparent inset !important;
  -webkit-text-fill-color: #f9f9f9 !important;
  font-size: 1rem !important;
  -webkit-background-clip: text;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #fff;
}

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

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

input[type=file]::file-selector-button {
  border: none;
  border-radius: 0;
  background-color: #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-color: #ececec !important;
}

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

.sortingButton {
  color: #101219;
  font-size: 1rem;
  font-weight: normal;
  background-color: #f9f9f9;
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0;
  border-radius: 0;
  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: #101219 !important;
  background-color: #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-color: unset;
  border: unset;
  height: unset;
  cursor: pointer;
}
.sortingButton .form-select:hover, .sortingButton .form-select:focus {
  padding: 0;
  margin: 0;
  background-color: unset;
  border: unset;
}

.quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #252832;
  border-radius: 0;
  padding: 0.3rem;
  height: 3.625rem;
  min-height: 3.625rem;
  max-height: 3.625rem;
}
@media (max-width: 991.98px) {
  .quantity {
    margin-left: 100%;
  }
}
.quantity input {
  border: 0;
  padding: 0 0.5rem;
  text-align: center;
  background-color: transparent;
  outline: unset;
  color: #ffffff;
}
.quantity disabled {
  background-color: #ffffff !important;
  cursor: none !important;
}
.quantity .btn-number {
  font-size: 1.125rem;
  color: #ffffff;
  width: 2.85rem;
  height: 2.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.quantity .btn-number:hover {
  color: #101219;
  background-color: #ffffff;
}
.quantity .btn-number disabled {
  background-color: #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;
}

.btnRadio {
  background-color: #252832;
  padding: 0.75rem 1.25rem;
  margin: 0;
  white-space: nowrap;
}

.btn-check + .btn:hover {
  background-color: #252832 !important;
  color: #f9f9f9;
}
@media (min-width: 1200px) {
  .btn-check + .btn: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(255, 0, 225) solid 0.188rem !important;
    outline-offset: 0.188rem !important;
  }
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: #ff00e1 !important;
}

*::-webkit-scrollbar {
  width: 0.6rem !important;
  background: #252832;
  opacity: 0;
}
*::-webkit-scrollbar-track {
  background: transparent;
  opacity: 0;
}
*::-webkit-scrollbar-thumb {
  background: #ffffff !important;
  border-radius: 0;
  display: block !important;
}
*::-webkit-scrollbar-thumb:hover {
  background: #ff00e1 !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: #ff00e1 !important;
  font-weight: normal;
  text-decoration: none !important;
  transition: 0.2s all ease-out !important;
  opacity: 1 !important;
}
a:focus {
  border-radius: 0;
  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: bold;
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  z-index: 3;
  line-height: 1;
}
@media (max-width: 1399.98px) {
  h1, .titleH1 {
    font-size: 2.5rem;
  }
}

h2, .titleH2, .stepTitle, .bookingNav .bookingNavText {
  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, .stepTitle, .bookingNav .bookingNavText {
    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: #ff00e1;
  padding: 1rem 1rem 0 1rem;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .alert-danger {
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .alert-danger {
    border-radius: 0;
  }
}
.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: 10rem;
  }
}

.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;
  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: #04080F;
  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;
  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: #04080F;
  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 {
  scrollbar-color: transparent transparent;
}
.itemsSlider::-webkit-scrollbar {
  background: transparent;
  display: none;
}
.itemsSlider::-webkit-scrollbar-thumb {
  background: transparent;
  display: none;
}
@media (max-width: 991.98px) {
  .itemsSlider {
    max-width: unset;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
}
.itemsSlider .sliderCover, .itemsSlider .sliderCard {
  margin: 0.5rem;
}
@media (max-width: 991.98px) {
  .itemsSlider .sliderCover, .itemsSlider .sliderCard {
    scroll-snap-align: start;
    min-width: max-content;
    margin: 0 1rem 0 0;
  }
}

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

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

.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;
}
@media (max-width: 1399.98px) {
  .sliderCover {
    border-radius: 0;
  }
}
.sliderCover img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 0;
}
@media (max-width: 1399.98px) {
  .sliderCover img {
    border-radius: 0;
  }
}
@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: 13rem;
  }
}

.sliderCard {
  border-radius: 0;
  width: fit-content;
  margin-bottom: 1rem !important;
}
@media (max-width: 1399.98px) {
  .sliderCard {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .sliderCard {
    background-color: #04080F;
    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;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 1399.98px) {
  .sliderCard img {
    border-radius: 0;
  }
}
@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) {
  .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(255, 0, 225) 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 .sliderCardDescription {
  font-size: 0.875rem;
  margin-bottom: 0 !important;
}

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

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

.alertify .ajs-dialog {
  background-color: #04080F;
  border-radius: 0 !important;
}
.alertify .ajs-header {
  background-color: #04080F;
  font-weight: bold;
  border-bottom: 1px solid #252832;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.alertify .ajs-body {
  background-color: #04080F;
}
.alertify .ajs-body .ajs-content {
  padding: 1rem 0;
}
.alertify .ajs-footer {
  background-color: #04080F;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.alertify .ajs-ok {
  color: #101219;
  font-size: 1rem;
  font-weight: normal;
  background: #f9f9f9;
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0;
  border-radius: 0;
  transition: all 0.2s !important;
}
.alertify .ajs-ok:hover {
  color: #ffffff !important;
  background: #ff00e1 !important;
  border: 0;
  transition: all 0.2s !important;
}
.alertify .ajs-cancel {
  color: #f9f9f9;
  font-size: 1rem;
  font-weight: normal;
  background: #ff00e1;
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0;
  border-radius: 0;
  transition: all 0.2s !important;
}
.alertify .ajs-cancel:hover {
  color: #101219 !important;
  background: #ffffff !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='%23fff' 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: #ff00e1 !important;
  text-decoration: underline !important;
}
.textEditorColumn img {
  height: auto !important;
  max-width: 100% !important;
  border-radius: 0;
}

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

#cc_div #cm {
  height: auto;
}

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

#cm, #s-bl .act .b-acc, #s-inr, .cc_div .b-tl, .cc_div .c-bl {
  border-radius: 0;
}
@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: #04080F;
  margin-top: 3rem;
  padding-top: 2rem;
}
@media (min-width: 768px) {
  footer {
    padding-top: 3rem;
    margin-top: 5rem;
  }
}
@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: #ff00e1 !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: 10rem;
}
.footerLogoColumn .footerLogoTitle {
  font-size: 1.25rem;
  font-weight: 600;
  margin-left: 0.75rem;
}

.footerBottom {
  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;
}
@media (max-width: 1399.98px) {
  .bannerContainer {
    border-radius: 0;
  }
}
@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;
  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;
  }
}
.bannerContainer .carousel-inner {
  border-radius: 0;
  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;
  }
}
@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(218, 58%, 4%, 0.75) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}
@media (max-width: 1399.98px) {
  .headroom--not-top {
    background: hsla(218, 58%, 4%, 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;
}

.homeBody > .headroom--top {
  background-color: transparent !important;
}
.homeBody > .headroom--top::after {
  background: linear-gradient(to bottom, rgba(4, 8, 15, 0.9) 0%, rgba(4, 8, 15, 0.9) 20%, rgba(4, 8, 15, 0.852589) 26.67%, rgba(4, 8, 15, 0.768225) 33.33%, rgba(4, 8, 15, 0.668116) 40%, rgba(4, 8, 15, 0.557309) 46.67%, rgba(4, 8, 15, 0.442691) 53.33%, rgba(4, 8, 15, 0.331884) 60%, rgba(4, 8, 15, 0.231775) 66.67%, rgba(4, 8, 15, 0.147411) 73.33%, rgba(4, 8, 15, 0.0816599) 80%, rgba(4, 8, 15, 0.03551) 86.67%, rgba(4, 8, 15, 0.0086472) 93.33%, rgba(4, 8, 15, 0) 100%);
  content: "";
  height: 170px;
  left: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: height 300ms ease 0s;
  z-index: -1;
  will-change: height;
  pointer-events: none;
}

.toggledNav {
  transition: none !important;
}
@media (min-width: 1200px) {
  .toggledNav {
    background: hsla(218, 58%, 4%, 0.75) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}
@media (max-width: 1399.98px) {
  .toggledNav {
    background: hsla(218, 58%, 4%, 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;
  user-select: none;
}
@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: 8rem;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .navbar-brand img {
    width: 6.5rem;
  }
}
.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;
  user-select: none;
}
@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: #ff00e1 !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: #ff00e1 !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: #ff00e1;
  border-radius: 0;
  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;
  }
}
@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: #ff00e1 !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;
  }
}
.newsletterContainer #subscribeBtn {
  position: absolute;
}
@media (max-width: 991.98px) {
  .newsletterContainer #subscribeBtn {
    height: 2.625rem;
    width: 2.625rem;
  }
}
.newsletterContainer #subscribeBtn i {
  color: #f9f9f9 !important;
}
@media (max-width: 991.98px) {
  .newsletterContainer #subscribeBtn span {
    display: none;
  }
}
.newsletterContainer #subscribeBtn:hover i, .newsletterContainer #subscribeBtn:focus i {
  color: #ff00e1 !important;
}

body {
  background: #04080F;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .authentication .btn-reset {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .authentication .checkForMobile {
    display: flex;
  }
  .authentication .checkForMobile .check {
    width: auto !important;
    margin: 0.5rem auto;
  }
}
.authentication .authLogo {
  width: 15rem;
  padding-bottom: 3rem;
}
.authentication .btn-auth {
  width: 100%;
  background: #ff00e1;
  padding: 0.85rem 3rem;
  margin: 2rem 0 0 0;
  border-radius: 0;
  transition: 0.5s all ease-out !important;
}
.authentication .btn-auth i {
  display: inline-block;
  transform: translateX(0px);
  transition: 0.5s all ease-out !important;
}
.authentication .btn-auth:hover, .authentication .btn-auth:focus, .authentication .btn-auth:active, .authentication .btn-auth.active {
  background: #ffffff !important;
}
.authentication .btn-auth:hover i, .authentication .btn-auth:focus i, .authentication .btn-auth:active i, .authentication .btn-auth.active i {
  transform: translateX(30px) !important;
  transition: 0.5s all ease-out !important;
}
.authentication .btn-reset {
  white-space: nowrap;
}
.authentication input:-webkit-autofill,
.authentication input:-webkit-autofill:hover,
.authentication input:-webkit-autofill:focus,
.authentication input:-webkit-autofill:active {
  font-size: 1rem !important;
  -webkit-box-shadow: 0 0 0 5rem #04080F inset !important;
}

.authentication {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .authentication {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .authentication .btn-reset {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .authentication .checkForMobile {
    display: flex;
  }
  .authentication .checkForMobile .check {
    width: auto !important;
    margin: 0.5rem auto;
  }
}
.authentication .authenticationInner {
  height: 100%;
}
.authentication .authenticationTop, .authentication .authenticationBottomInner {
  width: 30rem;
  display: block;
  margin: 0 auto;
  position: relative;
}
.authentication .authenticationTop {
  background-color: #ffffff;
  height: 20rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.authentication .authenticationBottom {
  height: calc(100% - 20rem);
  overflow: auto;
  position: relative;
}
.authentication .arrow {
  position: absolute;
  top: -25px;
  display: block;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.authentication .authenticationBottomInner {
  padding-top: 5rem;
}
.authentication .btn-auth {
  width: 100%;
  background: #ff00e1;
  padding: 0.85rem 3rem;
  margin: 2rem 0 0 0;
  border-radius: 0;
  transition: 0.5s all ease-out !important;
}
.authentication .btn-auth i {
  display: inline-block;
  transform: translateX(0px);
  transition: 0.5s all ease-out !important;
}
.authentication .btn-auth:hover i, .authentication .btn-auth:focus i, .authentication .btn-auth:active i, .authentication .btn-auth.active i {
  transform: translateX(30px) !important;
  transition: 0.5s all ease-out !important;
}
.authentication .btn-reset {
  white-space: nowrap;
}

.heroContainer {
  position: relative;
  width: 100vw;
  height: 720px;
  user-select: none;
}
@media (max-width: 1399.98px) {
  .heroContainer {
    height: 34.25rem;
  }
}
.heroContainer #heroVideo {
  width: 100vw;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  min-width: 100%;
  min-height: 100%;
}
.heroContainer::after {
  background: linear-gradient(to top, rgb(4, 8, 15) 0%, rgba(4, 8, 15, 0.9) 20%, rgba(4, 8, 15, 0.852589) 26.67%, rgba(4, 8, 15, 0.768225) 33.33%, rgba(4, 8, 15, 0.668116) 40%, rgba(4, 8, 15, 0.557309) 46.67%, rgba(4, 8, 15, 0.442691) 53.33%, rgba(4, 8, 15, 0.331884) 60%, rgba(4, 8, 15, 0.231775) 66.67%, rgba(4, 8, 15, 0.147411) 73.33%, rgba(4, 8, 15, 0.0816599) 80%, rgba(4, 8, 15, 0.03551) 86.67%, rgba(4, 8, 15, 0.0086472) 93.33%, rgba(4, 8, 15, 0) 100%);
  content: "";
  height: 170px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: height 300ms ease 0s;
  will-change: height;
  pointer-events: none;
}
.heroContainer .heroContent {
  position: absolute;
  bottom: 17.5rem;
  left: 4%;
  right: 4%;
  z-index: 99;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .heroContainer .heroContent {
    bottom: 14rem;
  }
}
.heroContainer .heroContent .titleH1 {
  color: #f9f9f9;
}

.homeBody .tiltContainer {
  margin-top: -13rem;
}
@media (max-width: 1399.98px) {
  .homeBody .tiltContainer {
    margin-top: -8rem;
  }
}

.tiltContainer {
  user-select: none;
}
@media (max-width: 1399.98px) {
  .tiltContainer .row {
    margin: 0 -0.95rem;
    padding: 0 0.475rem;
    max-width: unset;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-color: transparent transparent;
  }
  .tiltContainer .row::-webkit-scrollbar {
    background: transparent;
    display: none;
  }
  .tiltContainer .row::-webkit-scrollbar-thumb {
    background: transparent;
    display: none;
  }
  .tiltContainer .row .col-12 {
    scroll-snap-align: start;
    min-width: max-content;
  }
}

.tiltCard {
  position: relative;
  width: 100%;
  height: 24rem;
  transform-style: preserve-3d;
  transition: transform 0.1s ease-out;
  transition-duration: 300ms;
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg);
}
@media (max-width: 1399.98px) {
  .tiltCard {
    height: 13rem;
  }
}
@media (min-width: 1200px) {
  .tiltCard::before {
    content: "";
    position: absolute;
    transition: opacity 0.3s linear;
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
    transform: translate(0);
    z-index: -1;
    opacity: 0;
    background-image: linear-gradient(to top left, #ff00e1, #11f3fe);
    filter: blur(10px);
  }
  .tiltCard:hover::before {
    opacity: 1;
  }
}

.innerCard {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateZ(5px);
  transform-style: preserve-3d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .innerCard {
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    display: grid;
    place-content: center;
  }
}
.innerCard::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(4, 8, 15, 0.9490196078), rgba(4, 8, 15, 0.6) 20%, rgba(4, 8, 15, 0));
}
.innerCard p {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  transform: translateZ(50px);
  color: #f9f9f9;
}
@media (max-width: 1399.98px) {
  .innerCard p {
    font-size: 1rem;
    margin-bottom: 0 !important;
  }
}

.tiltCard1 .innerCard {
  background-image: url("../images/r1.jpg");
}

.tiltCard2 .innerCard {
  background-image: url("../images/r2.jpg");
}

.tiltCard3 .innerCard {
  background-image: url("../images/r3.jpg");
}

.aboutContainer {
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
}
.aboutContainer .titleH2, .aboutContainer .stepTitle, .aboutContainer .bookingNav .bookingNavText, .bookingNav .aboutContainer .bookingNavText {
  position: absolute;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20rem;
  top: -10.5rem;
  z-index: -1;
  color: #252832;
  opacity: 0.75;
  user-select: none;
}
@media (max-width: 1399.98px) {
  .aboutContainer .titleH2, .aboutContainer .stepTitle, .aboutContainer .bookingNav .bookingNavText, .bookingNav .aboutContainer .bookingNavText {
    font-size: 5.5rem;
    top: -3.5rem;
  }
}
.aboutContainer p {
  text-align: justify;
}

.accordion-button, .accordion-item, .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.0823529412);
}

.accordion-button {
  color: #f9f9f9;
}
@media (min-width: 1200px) {
  .accordion-button {
    font-size: 1.5rem;
  }
}
@media (max-width: 1399.98px) {
  .accordion-button {
    padding: 1rem 0;
  }
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media (min-width: 1200px) {
  .accordion-button:hover {
    color: #ff00e1;
  }
  .accordion-button:hover:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff00e1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
}

.accordion-button:not(.collapsed) {
  color: #ff00e1;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff00e1'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
  color: #f9f9f9;
}
@media (max-width: 1399.98px) {
  .accordion-body {
    padding: 0 0 1rem 0;
  }
}

.homeMaps {
  height: 21.5rem;
}
@media (min-width: 1200px) {
  .homeMaps {
    height: 450px;
  }
}

.tiktok-embed {
  border-radius: 8px;
}

.durationColumn, .playersColumn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.durationColumn .hourRadio, .playersColumn .hourRadio {
  width: 5rem;
}

@media (max-width: 1399.98px) {
  .durationColumn {
    margin-bottom: 2rem;
  }
}

@media (max-width: 1399.98px) {
  .playersColumn {
    max-width: unset;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-color: transparent transparent;
    margin-left: -0.95rem;
    margin-right: -0.95rem;
    padding-left: 0.95rem;
    padding-right: 0.95rem;
  }
  .playersColumn::-webkit-scrollbar {
    background: transparent;
    display: none;
  }
  .playersColumn::-webkit-scrollbar-thumb {
    background: transparent;
    display: none;
  }
}

.bookingContainer {
  position: relative;
}
@media (min-width: 1200px) {
  .bookingContainer {
    height: 45rem;
    min-height: 45rem;
    max-height: 45rem;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #252832;
  }
}
@media (max-width: 1399.98px) {
  .bookingContainer .titleH2, .bookingContainer .stepTitle, .bookingContainer .bookingNav .bookingNavText, .bookingNav .bookingContainer .bookingNavText {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .bookingInner {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    height: calc(100% - 5.563rem);
    overflow: auto;
    position: relative;
  }
}

.bookingNav {
  padding: 3rem 0 0 0;
}
@media (min-width: 1200px) {
  .bookingNav {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999999;
    border-top: 1px solid #252832;
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .bookingNav {
    background: hsla(218, 58%, 4%, 0.75) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .bookingNav {
    background: hsla(218, 58%, 4%, 0.95);
    backdrop-filter: blur(45px);
    -webkit-backdrop-filter: blur(45px);
  }
}
@media (max-width: 1399.98px) {
  .bookingNav .bookingNavText {
    text-align: center;
    font-size: 1.25rem !important;
    margin-bottom: 2rem;
  }
}
.bookingNav .bookingNavBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-left: auto;
}

.step {
  display: none;
}
@media (min-width: 1200px) {
  .step {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.step.active {
  display: block;
}

@media (max-width: 1399.98px) {
  .stepTitle {
    position: relative;
    font-size: 1.25rem !important;
  }
}

#thanksPage .rotateIcon {
  animation: rotate 3s linear infinite;
}
#thanksPage .rotateIcon i {
  font-size: 4rem;
}
#thanksPage a {
  text-align: center;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.timeSlotColumn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .timeSlotColumn {
    grid-template-columns: repeat(7, 1fr);
  }
}
.timeSlotColumn .time-slot {
  padding: 10px;
  cursor: pointer;
  background-color: #252832;
}
.timeSlotColumn .time-slot: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(255, 0, 225) solid 0.188rem !important;
  outline-offset: 0.188rem !important;
}
.timeSlotColumn .time-slot.active {
  background-color: #ff00e1;
  color: #ffffff;
}

.calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
  text-align: center;
}
.calendar div {
  padding: 0.625rem;
  cursor: pointer;
  background-color: #252832;
}
@media (max-width: 1399.98px) {
  .calendar div {
    padding: 0.643rem 0.25rem;
  }
}
.calendar div.selected {
  background-color: #ff00e1;
}
.calendar div.disabled {
  background-color: rgb(25, 27, 34);
  cursor: not-allowed;
}

.calendarControl {
  display: flex;
  align-items: center;
}
.calendarControl button {
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 1399.98px) {
  .calendarControl button {
    height: 2.786rem;
    width: 2.786rem;
  }
}

.calendar-header {
  text-align: center;
  font-weight: bold;
  cursor: unset !important;
  user-select: none;
}

@media (max-width: 1399.98px) {
  .calendar-day small {
    display: none;
  }
}
.calendar-day: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(255, 0, 225) solid 0.188rem !important;
  outline-offset: 0.188rem !important;
}
.calendar-day.disabled b, .calendar-day.disabled small {
  color: rgba(255, 255, 255, 0.2392156863);
}
.calendar-day.disabled:hover {
  transform: unset !important;
  transition-duration: unset !important;
  transition-property: unset !important;
  transition-timing-function: unset !important;
  outline: unset !important;
  outline-offset: unset !important;
}

.progress {
  background-color: #ffffff;
  border-radius: 0;
}
.progress .progress-bar {
  background-color: #ff00e1;
}

.placeTileContainer {
  position: relative;
}
.placeTileContainer a {
  display: block;
}
.placeTileContainer .placeTile {
  position: relative;
  height: 10.5rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .placeTileContainer .placeTile {
    height: 24rem;
  }
}
.placeTileContainer .placeTile:hover, .placeTileContainer .placeTile:active, .placeTileContainer .placeTile.active {
  transform: scale(1.01) !important;
  transition-duration: 0.3s !important;
  transition-property: transform, box-shadow !important;
  transition-timing-function: ease-out !important;
  outline: rgb(255, 0, 225) solid 0.188rem !important;
  outline-offset: 0.188rem !important;
}
.placeTileContainer .placeTile::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(4, 8, 15, 0.9490196078), rgba(4, 8, 15, 0.7019607843) 40%, rgba(4, 8, 15, 0));
}
.placeTileContainer .placeTile .placeTileInfo {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateZ(50px);
  color: #f9f9f9;
  z-index: 1;
}
@media (min-width: 1200px) {
  .placeTileContainer .placeTile .placeTileInfo {
    bottom: 2rem;
  }
}
@media (max-width: 1399.98px) {
  .placeTileContainer .placeTile .placeTileInfo {
    line-height: 1.1;
  }
}
.placeTileContainer .placeTile .placeTileInfo .placeTileTitle {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}

.recommendContainer .recommendBox {
  background-color: #ff00e1;
}

.box {
  width: 300px;
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box-image {
  width: 100%;
  height: 60%;
  object-fit: cover;
}

.icon-text {
  position: absolute;
  top: 60%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  padding: 10px 0;
}

.icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.box-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

.left-text {
  margin: 0;
}

.right-arrow {
  margin: 0;
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.box:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.box:hover .right-arrow {
  transform: translateX(10px);
}

.homeTile {
  background-color: #252832;
  border-radius: 0;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}
@media (max-width: 1399.98px) {
  .homeTile {
    height: 10.5rem;
  }
}
.homeTile:hover {
  scale: 0.975;
}
.homeTile i {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: #f9f9f9;
}
.homeTile p {
  font-size: 1rem;
  color: #f9f9f9;
}
.homeTile .homeTileBadge {
  color: #ffffff;
  background-color: #0d7feb;
  border-radius: 0;
  padding: 0.5rem;
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.myBookings {
  background-color: #252832;
  padding: 1.5rem;
}

.priceContainer table {
  width: 100%;
  border-collapse: collapse;
}
.priceContainer th, .priceContainer td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #252832;
}
.priceContainer th {
  background-color: #252832;
}
.priceContainer .priceListPriceHeader, .priceContainer .priceListPrice,
.priceContainer .priceListPeriodHeader, .priceContainer .priceListPeriod {
  text-align: right;
}

.priceListNameHeader {
  width: 60%;
}

.priceListPeriodHeader {
  width: 20%;
}

.priceListPriceHeader {
  width: 20%;
}

.recommendContainer .recommendBox {
  background-color: #ff00e1;
}

.contactMaps {
  height: 21.5rem;
}
@media (min-width: 1200px) {
  .contactMaps {
    height: 755px;
  }
}
@media (max-width: 1399.98px) {
  .contactMaps {
    margin-top: 5rem;
  }
}

.viewPageCover {
  height: 20rem;
  width: 100%;
  object-fit: cover;
  border-radius: 0;
  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;
  }
}
@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;
  }
}

.accordion-icon {
  width: 6rem;
  margin-right: 0.5rem;
}

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