/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

/* Not required for template or sticky footer method. 
main > .container {
  padding: 60px 15px 0;
}
*/

/* COLOURS
-------------------------------------------------- */

:root {
  --themecolorlightpurple: #937bab;
  --themecolordarkblue: #024089;
  --themecolorblue: #265aa6;
  --themecolorlightblue: #4cb4e7;
  --themecolorverylightblue: #a2d3f2;
  --themecolorpaleblue: #dceefe;
  --themecolororange: #f18700;
  --themecoloryellow: #fcdb1a;
  --game-aspect-ratio: 805/415;
  --safe-area-top: env(safe-area-inset-top);
  --safe-area-right: env(safe-area-inset-right);
  --safe-area-bottom: env(safe-area-inset-bottom);
  --safe-area-left: env(safe-area-inset-left);
  --FontFamilyMainDisplay: 'Hubby Bunny Pro';
}

body {
  background-color: var(--themecolorlightblue);
  font-family: "Open Sans", sans-serif;
  color: #000;
}

.bg-dark-blue {
  background-color: var(--themecolordarkblue) !important;
}

.bg-light-blue {
  background-color: var(--themecolorlightblue) !important;
}

.bg-pale-blue {
  background-color: var(--themecolorpaleblue) !important;
}


.bg-yellow {
  background-color: var(--themecoloryellow) !important;
}

.bg-gradient-primary {
  background: rgb(2, 64, 137);
  background: linear-gradient( 180deg, rgba(2, 64, 137, 1) 0%, rgba(107, 179, 227, 1) 100% );
}

/* TEXT
-------------------------------------------------- */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.text-dk-blue {
  color: var(--themecolordarkblue) !important;
}

p {
  font-weight: 400;
  font-size: 1.1rem;
}

  b,
  strong,
  p strong {
    font-weight: 700;
  }

.no-underline {
    text-decoration: none !important;
}

.para-bold {
  /*font-weight: 700;*/
  font-size: 1.4rem !important;
}

.terms-and-conditions h4 {
  font-weight: 700 !important;
  font-size: 1.4rem !important;
}

.text-indent {
  text-indent: 50px;
}

.table,
thead {
  color: var(--themecolordarkblue) !important;
  border-color: var(--themecolordarkblue) !important;
}

.hubby-bunny {
  font-family: 'Hubby Bunny Pro';
}

.text-orange {
  color: var(--themecolororange) !important;
}

.lead {
  font-family: var(--FontFamilyMainDisplay);
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}

/* Titles */

.title-underline {
  position: relative;
  font-family: var(--FontFamilyMainDisplay);
  font-size: 6rem;
  font-weight: 500 !important;
  width: fit-content;
  margin-bottom: 4rem;
  /*  transform: rotate(-5deg);*/
  /* letter-spacing: 0.08rem;*/
  letter-spacing: 0rem;
}

@media (min-width: 992px) {
  .title-underline {
    margin-bottom: 6rem;
  }
}

.title-underline h1 {
  position: relative;
  font-family: var(--FontFamilyMainDisplay);
  font-size: 3rem;
  width: fit-content;
  line-height: 3.9rem;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .title-underline h1 {
    font-size: 4rem;
  }
}

.title-underline-left:after {
  left: 0% !important;
  transform: unset !important;
}

/* --- Language Coming Soon Title ---*/
@media (max-width: 992px) {
  .title-underline.underline-point-es h1 {
    font-size: 3rem;
  }

  .title-underline.underline-point-fr h1 {
    font-size: 3rem;
  }

  .title-underline.underline-point-nl h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

/* --- Language Coming Soon Title ---*/

.title-underline-orange.underline-marker:after {
  position: absolute;
  content: url(../img/graphics/title-underlines/underline-1.svg);
  position: absolute;
  left: 50%;
  transform: translateX(-52%) rotate(0deg);
  bottom: -4.7rem;
  height: auto;
  /*width: 100%;*/
}

@media (min-width: 992px) {
  .title-underline-orange.underline-marker:after {
    transform: translateX(-52.5%) rotate(0deg);
    bottom: -5.2rem;
  }
}

.title-underline-white.underline-point:after {
  position: absolute;
  content: url(../img/graphics/headline-underline/headline-trenner-white.svg);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(5deg);
  bottom: -6rem;
  height: auto;
  width: 90%;
}

.title-underline-white.underline-point.french-faq-underline:after {
  left: -70% !important;
}

.title-underline-white.underline-point.belgium-dutch-faq-underline:after {
  left: -30% !important;
}

.title-underline-white.underline-point.belgium-french-faq-underline:after {
  left: -70% !important;
}

.title-underline-white {
  color: #fff;
}

  .title-underline-white h1 {
    line-height: 3.5rem;
  }

/* --- Language Coming Soon underline spacing ---*/

.title-underline-dk-blue.underline-point.underline-point-es:after {
  bottom: -6.5rem;
}

.title-underline-dk-blue.underline-point.underline-point-fr:after {
  bottom: -6.5rem;
}

.title-underline-dk-blue.underline-point.underline-point-nl:after {
  bottom: -9.5rem;
}

.title-underline-dk-blue.underline-point.underline-point-nl {
  margin-bottom: 9rem;
}

@media (max-width: 992px) {
  .title-underline-dk-blue.underline-point.underline-point-es:after {
    bottom: -5rem;
  }

  .title-underline-dk-blue.underline-point.underline-point-fr:after {
    bottom: -5.2rem;
  }

  .title-underline-dk-blue.underline-point.underline-point-nl:after {
    bottom: -7rem;
  }

  .title-underline-dk-blue.underline-point.underline-point-nl {
    margin-bottom: 6rem;
  }
}

/* --- Subtitle ---*/
.title-underline h1.sub-title {
  line-height: 2rem;
}

@media (min-width: 992px) {
  .title-underline h1.sub-title {
    line-height: 3.9rem;
  }
}

/* --- Language Coming Soon underline spacing ---*/
.luckiest-guy.game-instructions {
  font-size: 1.7rem;
}

.luckiest-guy {
  font-family: "Luckiest Guy Regular";
}

/* GENERAL
-------------------------------------------------- */

a,
a:hover {
  color: #000;
}

.animate {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.vh-40 {
  min-height: 40vh;
}

.vh-50 {
  min-height: 50vh;
}

.mt-n50vh {
  margin-top: -50vh;
}

.mt-50vh {
  margin-top: 50vh;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.pos-relative {
  position: relative;
}

.btn {
  outline: 0;
  border: 0;
}

.btn-primary {
  position: relative;
  font-family: var(--FontFamilyMainDisplay);
  background-color: #024089;
  box-shadow: 0 5px 0 0 #a2d3f2;
  text-transform: uppercase;
  top: 0;
  margin-top: 0;
  margin-bottom: 5px;
  transition: none;
  font-size: 1.9rem;
}

  .btn-primary:active {
    box-shadow: none;
    top: 5px;
    background-color: var(--themecolordarkblue) !important;
  }

  .btn-primary:hover {
    background-color: var(--themecolordarkblue);
  }

.flip-image {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* LOGO
-------------------------------------------------- */

.logo {
  /*height: 70px;*/
  height: 155px;
}

@media (min-width: 576px) {
  .logo {
    /*height: 70px;*/
    height: 155px;
  }
}

@media (min-width: 768px) {
  .logo {
    /*height: 70px;*/
    height: 155px;
  }
}

@media (min-width: 992px) {
  .logo {
    /*height: 60px;*/
    height: 140px;
  }
}

@media (min-width: 1200px) {
  .logo {
    height: 165px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.nav-logo {
  max-height: 150px;
}

/* NAVIGATION
-------------------------------------------------- */

.navbar {
  z-index: 1;
  background-color: var(--themecolordarkblue) !important;
}

@media (max-width: 1199.98px) {

  .navbar-nav li {
    border-bottom: 1.5px solid #024089;
  }

    /*.navbar-nav li:nth-last-child(2) {
      border-bottom: 0px !important;
    }*/

    .navbar-nav li:last-child {
      border-bottom: 0px !important;
    }
}

.nav-link {
  font-family: var(--FontFamilyMainDisplay);
  font-weight: normal;
  color: #fff;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  display: block;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .nav-link {
    text-align: center;
    display: unset;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 768px) {
  .nav-link {
    font-size: 1.7rem;
  }
}

@media (min-width: 992px) {
  .nav-link {
    font-size: 1.3rem;
  }
}

@media (min-width: 1200px) {
  .nav-link {
    font-size: 1.5rem;
  }
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: var(--bs-navbar-active-color);
}

.navbar-toggler {
  position: absolute;
  /*top: 35px;*/
  top: 15px;
  right: 15px;
  padding: 5px;
  border: none;
  color: #fff;
  opacity: 1;
}

  .navbar-toggler:focus {
    box-shadow: none;
  }

.navbar-toggler-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.navbar-toggler-icon {
  background-image: url("/img/graphics/navigation/hamburger.svg");
}

.navbar-collapse {
  padding-top: 10px;
}

/* MOBILE NAVIGATION
-------------------------------------------------- */

/* Close navigation */

.close-nav-container {
  position: absolute;
  top: 15px;
  right: 15px;
  /*margin-bottom: 50px;*/
}

.nav-close {
  position: relative;
  width: 40px;
  text-align: center;
  cursor: pointer;
  /*margin-left: auto;
    margin-right: auto;*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 1200px) {
  .navbar-collapse {
    padding-top: 0px;
  }
}

/* Responsive blank spacing */

/*@media (min-width: 992px) {
    .nav-push-link-en {
      padding-left: 221px;
    }
  }*/

@media (min-width: 1200px) {
  .nav-push-link-en {
    padding-left: 257px;
  }
}

/* Change language page */

.change-language-button {
  border: 0;
  background: transparent;
}

/* Mobile navigation footer */

.offcanvas-social-icon {
  width: 45px;
}

.nav-copyright {
  color: #fff;
  font-size: 0.75rem;
}

/* Offcanvas nav */

@media (max-width: 1199.98px) {
  .offcanvas-link-container {
    position: relative;
    background-color: #255AA6;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.4rem;
    padding-bottom: 0.2rem;
    border-radius: 10px;
    margin-top: 15px;
  }
}

/* LANGUAGE
-------------------------------------------------- */
.language-indicator {
  position: absolute;
  top: 30px;
  right: 70px;
}

@media (max-width: 1199.98px) {
  .language-indicator {
    display: none !important;
  }
}

.language-indicator img {
  max-height: 30px;
  margin-left: 10px;
}

.language-indicator .label {
  font-family: var(--FontFamilyMainDisplay);
  font-size: 1.2rem;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #fff;
}

/* NAVIGATION LAMGUAGE FIXES */
/* --------------- FRENCH --------------- */
/* French nav responsive font sizes */
@media (min-width: 1200px) {
  .navigation-language-fr .nav-link {
    font-size: 0.95rem;
  }
}

@media (min-width: 1215px) {
  .navigation-language-fr .nav-link {
    font-size: 0.98rem;
  }
}

@media (min-width: 1300px) {
  .navigation-language-fr .nav-link {
    font-size: 1.2rem;
  }
}

@media (min-width: 1350px) {
  .navigation-language-fr .nav-link {
    font-size: 1.3rem;
  }
}

@media (min-width: 1400px) {
  .navigation-language-fr .nav-link {
    font-size: 1.3rem;
  }
}

@media (min-width: 1452px) {
  .navigation-language-fr .nav-link {
    font-size: 1.5rem;
  }
}

@media (min-width: 1700px) {
  .navigation-language-fr .nav-link {
    font-size: 1.8rem;
  }
}

@media (min-width: 1715px) {
  .navigation-language-fr .nav-link {
    font-size: 2rem;
  }
}

/* --------------- SWEDISH --------------- */

/* Swedish nav responsive font sizes */

@media (min-width: 1200px) {
  .navigation-language-sv .nav-link {
    font-size: 1.4rem;
  }
}

@media (min-width: 1201px) {
  .navigation-language-sv .nav-link {
    font-size: 1.4rem;
  }
}

@media (min-width: 1425px) {
  .navigation-language-sv .nav-link {
    font-size: 2rem;
  }
}

/* --------------- SPAINISH --------------- */

/* Spanish nav responsive font sizes */

@media (min-width: 1200px) {
  .navigation-language-es .nav-link {
    font-size: 1.7rem;
  }
}

@media (min-width: 1350px) {
  .navigation-language-es .nav-link {
    font-size: 1.5rem;
  }
}

@media (min-width: 1555px) {
  .navigation-language-es .nav-link {
    font-size: 2rem;
  }
}

/* --------------- BELGIUM DUTCH --------------- */

/* Belgium Dutch nav responsive font sizes */

@media (min-width: 1200px) {
  .navigation-language-nl .nav-link {
    font-size: 1.7rem;
  }
}

@media (min-width: 1400px) {
  .navigation-language-nl .nav-link {
    font-size: 2rem;
  }
}

/* --------------- BELGIUM FRENCH --------------- */

/* Belgium French nav responsive font sizes */

@media (min-width: 1200px) {
  .navigation-language-fr-be .nav-link {
    font-size: 1.7rem;
  }
}

@media (min-width: 1400px) {
  .navigation-language-fr-be .nav-link {
    font-size: 2rem;
  }
}

/* --------------- PORTUGAL --------------- */

/* Portuguese nav responsive font sizes */

@media (min-width: 1200px) {
  .navigation-language-pt .nav-link {
    font-size: 1rem;
  }
}

@media (min-width: 1350px) {
  .navigation-language-pt .nav-link {
    font-size: 1.4rem;
  }
}

@media (min-width: 1670px) {
  .navigation-language-pt .nav-link {
    font-size: 2rem;
  }
}

/* --------------- FRENCH WEST INDIES --------------- */

/* French nav responsive font sizes */

@media (min-width: 1200px) {
  .navigation-language-fr-GP .nav-link {
    font-size: 0.95rem;
  }
}

@media (min-width: 1215px) {
  .navigation-language-fr-GP .nav-link {
    font-size: 0.98rem;
  }
}

@media (min-width: 1300px) {
  .navigation-language-fr-GP .nav-link {
    font-size: 1.2rem;
  }
}

@media (min-width: 1350px) {
  .navigation-language-fr-GP .nav-link {
    font-size: 1.3rem;
  }
}

@media (min-width: 1400px) {
  .navigation-language-fr-GP .nav-link {
    font-size: 1.3rem;
  }
}

@media (min-width: 1452px) {
  .navigation-language-fr-GP .nav-link {
    font-size: 1.5rem;
  }
}

@media (min-width: 1700px) {
  .navigation-language-fr-GP .nav-link {
    font-size: 1.8rem;
  }
}

@media (min-width: 1715px) {
  .navigation-language-fr-GP .nav-link {
    font-size: 2rem;
  }
}

/* FULLPAGE
-------------------------------------------------- */
.error-page-container {
  position: relative;
  min-height: 100vh;
}

.error-page-container {
  margin-top: calc(-148px - -0px);
}

.navbar-transparent {
  background: none !important;
}

/* --- Lockup --- */

.hero-lockup-2025 {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 80%;
  transform: translate(-50%, 0%);
}

@media (min-width: 576px) {
  .hero-lockup-2025 {
    transform: translate(-50%, 0%);
  }
}

@media (min-width: 768px) {
  .hero-lockup-2025 {
    width: 65%;
    transform: translate(-50%, 15%);
  }
}

@media (min-width: 992px) {
  .hero-lockup-2025 {
    width: 55%;
    transform: translate(-50%, 5%);
  }
}


@media (min-width: 1200px) {
  .hero-lockup-2025 {
    width: 55%;
    transform: translate(-50%, 5%);
  }
}

/* --- Lockup Generic --- */

.hero-lockup-generic-2025 {
  position: absolute;
  left: 50%;
  top: 66%;
  width: 100%;
  transform: translate(-50%, 0%);
}

@media (min-width: 576px) {
  .hero-lockup-generic-2025 {
    transform: translate(-50%, 0%);
  }
}

@media (min-width: 768px) {
  .hero-lockup-generic-2025 {
    width: 62%;
    transform: translate(-50%, 15%);
    top: 41%;
  }
}

@media (min-width: 992px) {
  .hero-lockup-generic-2025 {
    width: 55%;
    transform: translate(-50%, 5%);
    top: 40%;
  }
}


@media (min-width: 1200px) {
  .hero-lockup-generic-2025 {
    width: 45%;
    transform: translate(-50%, 5%);
    top: 49%;
  }
}

@media (min-width: 1400px) {
  .hero-lockup-generic-2025 {
    width: 45%;
    transform: translate(-50%, 5%);
    top: 45%;
  }
}


/* BELOW HERO TITLE
-------------------------------------------------- */
.below-hero-title {
  margin-top: 3rem !important;
}

@media (min-width: 576px) {
  .below-hero-title {
    margin-top: 4rem !important;
  }
}

@media (min-width: 768px) {
  .below-hero-title {
    margin-top: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .below-hero-title {
    margin-top: 7rem !important;
  }
}

@media (min-width: 1200px) {
  .below-hero-title {
    margin-top: 10rem !important;
  }
}

@media (min-width: 1600px) {
  .below-hero-title {
    margin-top: 12rem !important;
  }
}

@media (min-width: 1800px) {
  .below-hero-title {
    margin-top: 14rem !important;
  }
}

@media (min-width: 2000px) {
  .below-hero-title {
    margin-top: 15rem !important;
  }
}

@media (min-width: 2200px) {
  .below-hero-title {
    margin-top: 17rem !important;
    margin-bottom: 7rem;
  }
}

/* UNDERLINE TITLES
-------------------------------------------------- */
.underline-title-ani {
  width: 100%;
  max-height: 160px;
}

/* COMING SOON PAGE
-------------------------------------------------- */

/* Video Embed */

video {
  width: 100%;
  height: auto;
}

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

.top-center-item {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -61px;
}

.media-rounded {
  border-radius: 1.2rem !important;
}

.play-button {
  width: 97px;
  height: 97px;
  background-image: url('/img/graphics/icons/video-icons/play-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 97px 97px;
  background-color: transparent;
  border: none;
}

/* How It Works */
.icon-container {
  position: relative;
}

.swiper-how-it-works .icon-container img {
  padding: 7rem;
}

@media (min-width: 768px) {
  .swiper-how-it-works .icon-container img {
    padding: 6rem;
  }
}

@media (min-width: 992px) {
  .swiper-how-it-works .icon-container img {
    padding: 4rem;
  }
}

@media (min-width: 1200px) {
  .swiper-how-it-works .icon-container img {
    padding: 5rem;
  }
}

@media (min-width: 1400px) {
  .swiper-how-it-works .icon-container img {
    padding: 5.85rem;
  }
}

.icon-container.scan-icon,
.icon-container.enter-icon,
.icon-container.check-icon,
.icon-container.comeback-icon {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-container.scan-icon {
  background-image: url("/img/graphics/how-it-works/step-1-shape.svg");
}

.icon-container.enter-icon {
  background-image: url("/img/graphics/how-it-works/step-2-shape.svg");
}

.icon-container.check-icon {
  background-image: url("/img/graphics/how-it-works/step-3-shape.svg");
}

.icon-container.comeback-icon {
  background-image: url("/img/graphics/how-it-works/step-4-shape.svg");
}

.line {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 85%;
  height: 7px;
  background-color: #265aa6;
}

.how-it-works h1.hubby-bunny {
  line-height: 50px;
}

.hiw-top-border {
  margin-bottom: -1px;
}

.hiw-bottom-border {
  margin-top: -1px;
}

/* How It Works - SWIPER CAROUSEL */

.swiper-wrapper {
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .swiper-wrapper {
    padding-bottom: 0px;
  }
}

.swiper-how-it-works h1 {
  font-size: 2.6rem;
}

@media (min-width: 992px) {
  .swiper-how-it-works h1 {
    font-size: 1.7rem;
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .swiper-how-it-works h1 {
    font-size: 2rem;
  }
}

@media (min-width: 1400px) {
  .swiper-how-it-works h1 {
    font-size: 2.5rem;
    margin-bottom: .5rem;
  }
}

.swiper-how-it-works p {
  font-size: 1.4rem !important;
  font-weight: 400;
}

@media (min-width: 992px) {
  .swiper-how-it-works p {
    font-size: 1rem !important;
  }
}

@media (min-width: 1400px) {
  .swiper-how-it-works p {
    font-size: 1.4rem !important;
  }
}

/* BG line */
.swiper-how-it-works .line {
  top: 32%;
}

@media (min-width: 992px) {
  .swiper-how-it-works .line {
    top: 26%;
  }
}

@media (min-width: 1200px) {
  .swiper-how-it-works .line {
    top: 29%;
  }
}

@media (min-width: 1400px) {
  .swiper-how-it-works .line {
    top: 30%;
  }
}

/* Left right buttons */
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: none !important;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 31% !important;
  width: 54px !important;
  height: 54px !important;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 54px 54px;
  -webkit-background-size: 54px 54px;
  background-size: 54px 54px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next {
  background-image: url(/img/graphics/icons/slider-arrow-right.svg);
  right: 0px !important;
}

.swiper-button-prev {
  background-image: url(/img/graphics/icons/slider-arrow-left.svg);
  left: 0px !important;
}

@media (min-width: 992px) {
  .swiper.swiper-how-it-works .swiper-button-prev, .swiper.swiper-how-it-works .swiper-button-next {
    display: none !important;
  }
}

.swiper.swiper-how-it-works .swiper-button-next.swiper-button-disabled, .swiper.swiper-how-it-works .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.wiper-meet-sunny .swiper-pagination {
  bottom: 40px !important;
}

@media (min-width: 992px) {
  .wiper-meet-sunny .swiper-pagination {
    bottom: 10px !important;
  }
}

/* Pagination (bullets) */
.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /*color: #fff;
  background: #007aff;*/
    background-image: url(/img/graphics/icons/Carousel_Icons/carousel-dot-active.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
  }

.swiper-pagination-bullet {
  background-image: url(/img/graphics/icons/Carousel_Icons/carousel-dot-idle.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
  opacity: 1 !important;
  background-color: transparent !important;
}

/* Meet Our Hero's - SWIPER Carousel */

.hero-carousle-item-image {
  background-image: url(/img/graphics/heroes-carousel/character-roundel.svg);
  background-position: center center;
  background-size: 90%;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .hero-carousle-item-image {
    background-size: contain;
  }
}

.hero-carousle-item-image img {
  padding: 3rem;
}

@media (min-width: 768px) {
  .hero-carousle-item-image img {
    padding: 4.5rem;
  }
}

@media (min-width: 992px) {
  .hero-carousle-item-image img {
    padding: 2rem;
  }
}

.swiper-meet-sunny .swiper-slide {
  transform: scale(0.8) !important;
  transition: 0.6s ease;
}

  .swiper-meet-sunny .swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    transition: 0.6s ease;
  }

  .swiper-meet-sunny .swiper-slide p {
    font-size: 1.27rem;
  }

@media (min-width: 992px) {
  .swiper-meet-sunny .swiper-slide p {
    opacity: 0;
    transition: 0.6s ease;
    font-size: 1.28rem;
  }

  .swiper-meet-sunny .swiper-slide-active p {
    opacity: 1;
  }
}

.hero-carousle-item-image {
  margin-bottom: 1.9rem !important;
}

.swiper-meet-sunny .swiper-button-next, .swiper-meet-sunny .swiper-button-prev {
  top: 28% !important;
}

@media (min-width: 576px) {
  .swiper-meet-sunny .swiper-button-next, .swiper-meet-sunny .swiper-button-prev {
    top: 38% !important;
  }
}

@media (min-width: 768px) {
  .swiper-meet-sunny .swiper-button-next, .swiper-meet-sunny .swiper-button-prev {
    top: 40% !important;
  }
}

@media (min-width: 992px) {
  .swiper-meet-sunny .swiper-button-next, .swiper-meet-sunny .swiper-button-prev {
    top: 33% !important;
  }
}

.swiper-meet-sunny .swiper-button-next {
  right: 0px !important;
}

.swiper-meet-sunny .swiper-button-prev {
  left: 0px !important;
}

@media (min-width: 992px) {
  .swiper-meet-sunny .swiper-button-next {
    right: 10px !important;
  }

  .swiper-meet-sunny .swiper-button-prev {
    left: 10px !important;
  }
}

/* BG line */
.swiper-meet-sunny .line {
  top: 34%;
}

@media (min-width: 992px) {
  .swiper-meet-sunny .line {
    top: 32%;
  }
}

@media (min-width: 1200px) {
  .swiper-meet-sunny .line {
    top: 33%;
  }
}

@media (min-width: 1400px) {
  .swiper-meet-sunny .line {
    top: 35%;
  }
}

/* Meet Our Sport Sunny - Carousel */
.carousle-item-image {
  background-image: url(/img/graphics/shapes/dkblue-circle-bg-1.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

  .carousle-item-image img {
    padding: 3rem;
  }

.carousel-item-title {
  font-family: var(--FontFamilyMainDisplay);
  font-size: 3rem;
  font-weight: 500 !important;
  color: var(--themecolordarkblue) !important;
  text-transform: uppercase;
  line-height: 55px;
}

.active.center {
  transform: scale(1) !important;
}

.active,
.owl-item {
  transform: scale(0.8) !important;
  transition: 0.6s ease;
}

.owl-carousel .nav-btn {
  height: 45px;
  position: absolute;
  width: 45px;
  cursor: pointer;
  top: 41% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  background: url(/img/graphics/icons/slider-arrow-left.svg) no-repeat scroll 0 0;
  background-size: cover;
  left: 10px;
}

.owl-carousel .next-slide {
  background: url(/img/graphics/icons/slider-arrow-right.svg) no-repeat scroll 0 0;
  background-size: cover;
  right: 10px;
}

.owl-carousel .prev-slide:hover {
  background-position: 0px 0px;
}

.owl-carousel .next-slide:hover {
  background-position: 0px 0px;
}

.carousel-line {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 50%;
  height: 13px;
  background-color: #265aa6;
}

@media (min-width: 576px) {
  .carousel-line {
    width: 85%;
    transform: translate(-50%, -50%);
  }
}

.meet-our-sport .owl-carousel .owl-item {
  padding: 35px;
}

@media (min-width: 576px) {
  .meet-our-sport .owl-carousel .owl-item {
    padding: 0px;
  }
}

.bg-gradient-coming-soon {
  background: rgb(2, 64, 137);
  background: linear-gradient( 180deg, rgba(2, 64, 137, 1) 0%, rgba(107, 179, 227, 1) 100% );
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .bg-gradient-coming-soon {
    background: rgb(2, 64, 137);
    background: linear-gradient( 180deg, rgba(2, 64, 137, 1) 0%, rgba(107, 179, 227, 1) 100% );
  }
}

@media (min-width: 992px) {
  .dobble-coming-soon {
    min-height: 100vh;
    margin-top: -50vh;
  }
}

.dobble-coming-soon-scene {
  position: relative;
  margin-top: -57%;
}

.dobble-coming-soon-speech-bubble {
  position: relative;
}

.mobile-hero {
  position: relative;
}

.sunny-hero-mobile {
  position: absolute;
  width: 120%;
  bottom: -65%;
  left: 50%;
  transform: translateX(-50%);
}

.coming-soon-mobile {
  margin-top: 4.5rem;
  margin-bottom: 2rem;
}

.coming-soon-clover {
  position: absolute;
  left: -88px;
  bottom: -45px;
  width: 105px;
}

.coming-soon-pose {
  position: absolute;
  right: -130px;
  /*bottom: -61px;*/
  top: -30px;
  width: 130px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .coming-soon-pose {
    right: -115px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .coming-soon-pose {
    right: -130px;
  }

    .coming-soon-pose.gos-pose {
      right: 135px !important;
    }
}

.hero-enter-here-ani {
  position: absolute;
  width: 39%;
  right: 42px;
  bottom: 21px;
}

/* DOBBLE THE FUN SECTION
-------------------------------------------------- */

.pattern-background {
  background-image: url("../img/graphics/hero-background/dobble-background-pattern/dobble-background-pattern-tile.svg");
  background-size: 100%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .pattern-background {
    background-size: 70%;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .pattern-background {
    background-size: 70%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .pattern-background {
    background-size: 40%;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .pattern-background {
    background-size: 40%;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .pattern-background {
    background-size: 35%;
  }
}

@media (min-width: 1700px) {
  .pattern-background {
    background-size: 30%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .dobble-fun-row {
    /*padding-top: 150px;*/
    padding-top: 200px;
    padding-bottom: 50px;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .dobble-fun-row {
    padding-top: 350px;
  }
}

/* YELLOW SECTION BORDERS
-------------------------------------------------- */

.yellow-border-top {
  background: url(/img/graphics/hero-background/ribbon-border/ribbon-border-top.svg) no-repeat;
  height: 110px;
  background-size: cover;
  background-position-x: center;
}

@media (min-width: 992px) {
  .yellow-border-top {
    background: none;
    height: auto;
  }
}

.yellow-border-bottom {
  background: url(/img/graphics/hero-background/ribbon-border/ribbon-border-bottom.svg) no-repeat;
  background-size: cover;
  background-position-x: center;
}

@media (min-width: 992px) {
  .yellow-border-bottom {
    background: none;
    height: auto;
  }
}

/* FORM
-------------------------------------------------- */

.form-label {
  width: 100%;
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}

.form-control,
.form-control:focus,
.form-select:focus,
.form-select {
  border: 2px solid var(--themecolordarkblue);
  padding: 1.2rem 1.75rem;
  color: var(--themecolordarkblue);
  border-radius: 0.5rem;
  font-family: var(--FontFamilyMainDisplay);
}

  .form-control:focus,
  .form-select:focus,
  form-check-input:focus {
    box-shadow: none;
  }

.form-control,
.form-select {
  font-size: 1.4rem !important;
  text-align: left !important;
}

/* Large devices (desktops, 992px and up) */
/*@media (min-width: 992px) {
  .form-control,
  .form-select {
    font-size: 1.4rem !important;
  }
}
*/
.placeholder-wrap {
  position: relative;
}

.form-floating > label {
  color: var(--themecolordarkblue);
  font-size: 1.4rem;
  padding: 1rem 1.75rem;
  font-family: var(--FontFamilyMainDisplay);
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.form-floating > .form-control {
  height: unset;
  min-height: 5rem;
  padding: 0 1.75rem;
}

.form-floating > .form-select {
  height: unset;
  min-height: 5rem;
  padding-left: 1.65rem;
}

  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-0.75rem) translateX(0.25rem);
  }

.important {
  position: relative;
  color: var(--themecolororange);
  top: -7px;
  right: -2px;
  margin-left: 0.5rem;
}

/* Check Box */

label {
  display: inline-block;
  text-align: left;
  width: 100%;
  color: var(--themecolordarkblue);
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
  background-color: #fff !important;
  border: 2px solid var(--themecolordarkblue) !important;
  color: var(--themecolordarkblue) !important;
  cursor: pointer;
}

  .form-check-input:checked[type="checkbox"] {
    background-image: url("/img/graphics/form-icons/tick-icon.svg");
    background-size: 55%;
  }

  .form-check-input:checked[type="checkbox"],
  .form-check-input:focus[type="checkbox"] {
    box-shadow: none;
    /*background-color: var(--themecolorverylightblue) !important;*/
  }

/* Opt In check box */

.rugby-opt-in {
  padding: 20px;
  background-color: #fff;
  width: fit-content;
  border-radius: 0.5rem;
  border: 2px solid var(--themecolordarkblue) !important;
  margin-bottom: 20px;
}

.opt-in-label-title {
  color: darkorange;
  font-family: var(--FontFamilyMainDisplay);
  text-transform: uppercase;
  font-size: 1.5rem;
}

/* Form Select */

.form-select {
  padding: 20px;
}

.form-select {
  background-image: url("/img/graphics/form-icons/dropdown-arrow-icon.png");
  background-position: right 18px center;
  background-repeat: no-repeat;
  background-size: 19px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* Date Picker V1 */

input[type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(/img/graphics/form-icons/calendar-icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
  cursor: pointer;
}

.datepicker-icon-divider {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0px;
  right: 55px;
  /*border-left: 1.5px solid var(--themecolorlightblue) !important;*/
}

input[type="date"] {
  padding-right: 0.9rem;
}

/* Date Picker V1 END */

/* ------- Date Picker V2 ------- */

.ui-datepicker {
  /*margin-top: 5px;*/
  border: 2px solid var(--themecolorverylightblue) !important;
  width: fit-content !important;
}

.ui-widget-content {
  background: var(--themecolorverylightblue) !important;
}

.ui-widget.ui-widget-content {
  /*border-left: 2px solid var(--themecolordarkblue) !important;
  border-right: 2px solid var(--themecolordarkblue) !important;
  border-bottom: 2px solid var(--themecolordarkblue) !important;
  border-top: 2px solid var(--themecolordarkblue) !important;*/
  padding: 5px;
  /*  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;*/
  border-radius: 0.5rem;
  width: 93vw !important;
}

@media (max-width: 992px) {
  .ui-widget.ui-widget-content {
    left: 50% !important;
    transform: translateX(-50%);
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .ui-widget.ui-widget-content {
    padding: 20px;
    /**/
  }
}

/* Date picker header */

.ui-widget-header {
  border: var(--themecolorverylightblue) !important;
  background: var(--themecolorverylightblue) !important;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header {
  color: var(--themecolordarkblue) !important;
}

thead {
  color: #fff;
}

/* Dates */

.ui-state-default {
  background-color: #fff !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1.5px solid #ffffff !important;
  border-radius: 5px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 3px;
}

.ui-datepicker-today .ui-state-highlight,
.ui-widget-content .ui-datepicker-today .ui-state-highlight,
.ui-widget-header .ui-datepicker-today .ui-state-highlight {
  background: var(--themecolordarkblue) !important;
  color: #fff !important;
  border: 1.5px solid var(--themecolordarkblue) !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1.5px solid var(--themecolordarkblue) !important;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  border: 1.5px solid var(--themecolordarkblue) !important;
  color: #000 !important;
}

/* Left Right Arrows */
/*Right*/
.ui-widget-header .ui-icon {
  background-image: url(/img/graphics/form-icons/dropdown-arrow-icon.svg) !important;
  background-size: contain;
}

.ui-datepicker-next .ui-icon-circle-triangle-e {
  background-position: 0px 4px;
  transform: rotate(-90deg);
}

/*Left*/

.ui-widget-header .ui-icon {
  background-image: url(/img/graphics/form-icons/dropdown-arrow-icon.svg) !important;
  background-size: contain;
  cursor: pointer;
}

.ui-datepicker-prev .ui-icon-circle-triangle-w {
  background-position: 0px 4px;
  transform: rotate(90deg);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 1px !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 1px !important;
}

.ui-datepicker .ui-datepicker-next {
  right: 1px !important;
}

  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    background-color: var(--themecolorverylightblue);
    border: 0px !important;
  }

/* Form Icon */

.form-icon {
  position: absolute;
  right: 15px;
  top: 37%;
  transform: translateY(0%);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  z-index: 10;
}

.icon-calendar:before {
  content: url(/img/graphics/form-icons/calendar-icon.svg);
}

.icon-warning:before {
  content: url(/img/graphics/form-icons/warning-circle-icon-dkblue.svg);
}

@media (min-width: 576px) {
  .ui-widget.ui-widget-content {
    max-width: 470px;
    width: 100% !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .ui-widget.ui-widget-content {
    max-width: 636px;
    width: 100% !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .ui-widget.ui-widget-content {
    max-width: 415px;
    width: 100% !important;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .ui-widget.ui-widget-content {
    max-width: 546px;
    width: 100% !important;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .ui-widget.ui-widget-content {
    max-width: 526px;
    width: 100% !important;
  }
}

/* Date Picker V2 END */

/* Alert / Error Messages */
.form-alert {
  font-weight: 500;
  padding: 1.2rem !important;
  border-radius: 0.6rem;
}

  .form-alert ul {
    padding-left: 0.5rem;
    margin-bottom: 0px;
  }

    .form-alert ul li {
      list-style-type: "-";
      padding-inline-start: 1ch;
    }

.alert-icon {
  width: 30px;
  margin-right: 1rem !important;
}

.form-alert a {
  color: var(--themecolordarkblue) !important;
}

.input-validation-error {
  border: 2px solid #16437e;
}

/* Barcode Input */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Barcode Modal */

.btn-close-barcode {
  position: relative !important;
  margin-left: auto;
  float: right;
  width: 1.7rem;
  height: 1.7rem;
  padding: 0rem !important;
  margin: -0.5rem -0.5rem -0.5rem auto;
  /*bottom: -40px !important;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
  background: transparent url("/img/graphics/form-icons/modal-close.svg") center/37px auto no-repeat;
  background-size: cover;
  opacity: 1 !important;
}

  .btn-close-barcode:focus {
    outline: 0;
    box-shadow: none;
  }

.barcode-modal-header {
  border-bottom: none;
/*  padding: 0px;*/
}

.modal-backdrop {
  background-color: var(--themecolorlightblue) !important;
}

  .modal-backdrop.show {
    opacity: 0.8 !important;
  }

.modal-content {
  border: solid 2px #024089;
}

/* ------ File Drop ------*/

.image-dropzone {
  position: relative;
  border: dashed 3px var(--themecolordarkblue);
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

  .image-dropzone:hover {
    border: dashed 3px #02408970;
  }

.image-dropzone {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.upload-icon {
  width: 35px;
}

/* CONFIRMATION PAGE
-------------------------------------------------- */
.confirmation-bottom {
  position: relative;
  right: -80px;
}

.confirmation-badge {
  position: absolute;
  left: -135px;
  width: 190px;
  top: 22px;
}

@media (min-width: 992px) {
  .confirmation-badge {
    position: absolute;
    left: -135px;
    width: 205px;
    top: 22px;
  }
}

@media (min-width: 1200px) {
  .confirmation-badge {
    position: absolute;
    left: -135px;
    width: 225px;
    top: 22px;
  }
}

/* VERIFICATION FORM PAGE
-------------------------------------------------- */
.verification-pose {
  position: absolute;
  left: -155px;
  bottom: 2px;
  width: 113px;
}

.verification-clover {
  position: absolute;
  right: -150px;
  top: 0px;
  width: 100px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1) rotate(25deg);
}

/* FAQ PAGE
-------------------------------------------------- */

.accordion-button:not(.collapsed),
.accordion-button,
.accordion-item {
  background-color: var(--themecolorpaleblue) !important;
}

  .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: var(--themecolordarkblue);
  }

.accordion-item {
  border-bottom: 1.5px solid var(--themecolordarkblue) !important;
}

  .accordion-item:first-of-type {
    border-top: solid 1.5px var(--themecolordarkblue) !important;
  }

  .accordion-item,
  .accordion-item p {
    border: none;
    font-size: 1.1rem;
    font-weight: 350;
    color: var(--themecolordarkblue);
  }

    .accordion-item p a {
      color: var(--themecolordarkblue);
    }

    .accordion-item p strong {
      font-weight: 700;
      font-size: 1.1rem;
    }

    .accordion-item p span {
      font-weight: 700;
      font-size: 1.4rem;
    }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .accordion-item p.indent {
    padding-left: 2rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .accordion-item ul {
    padding-left: 3.3rem !important;
  }
}

.accordion-item ul {
  padding-left: 1.4rem;
}

.accordion-body {
  padding: 1.5rem;
  padding-top: 0rem;
}

  .accordion-body p:last-child {
    margin-bottom: 0px;
  }

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button {
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--themecolordarkblue);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: var(--FontFamilyMainDisplay);
  text-transform: uppercase;
}

  /*.accordion-button::after,
    .accordion-button:not(.collapsed)::after {
      background-image: url("/img/graphics/form-icons/dropdown-arrow-icon.svg");
    }*/

  .accordion-button::after {
    background-image: url("/img/graphics/icons/FAQ_icons/expand-icon.svg");
  }

  .accordion-button:not(.collapsed)::after {
    background-image: url("/img/graphics/icons/FAQ_icons/close-icon.svg");
  }

  .accordion-button::after {
    width: 21px;
    height: 21px;
  }

  .accordion-button:not(.collapsed)::after {
    width: 21px;
    height: 3px;
  }

/* CHOOSE COUNTRY PAGE
-------------------------------------------------- */

.flag-container {
  border-radius: 50%;
  margin-top: 15px;
  width: 100%;
  border: solid 1px #fff !important;
  background-color: #fff;
}

@media (min-width: 768px) {
  .flag-container {
    width: 20%;
  }
}

.flag-container img {
  border-radius: 50%;
}

.choose-country-flag {
  max-width: 125px;
}

/*.card .country-select-item .card-body p {
    font-size: 0.9rem !important;
}
*/

.country-select a {
  text-decoration: none;
}

.country-select .country-select-container [class*="col-"] {
  margin-bottom: 5px;
}

.country-select .card {
  background-color: #2581C4 !important;
  /*padding: 2.5rem;*/
  padding: 1.3rem;
  border: none;
  border-radius: 20px;
  height: 100%;
  z-index: 2;
}

.card-bottom-right-border-radius {
  border-bottom-right-radius: 0px !important;
}

@media (min-width: 992px) {
  .card-bottom-right-border-radius {
    border-bottom-right-radius: 20px;
  }
}

.card-top-left-border-radius {
  border-top-left-radius: 0px !important;
}

@media (min-width: 992px) {
  .card-top-left-border-radius {
    border-top-left-radius: 20px;
  }
}

.skew-right {
  position: absolute;
  top: 0;
  right: -15px;
  width: 42px;
  height: 100%;
  background-color: #2581C4 !important;
  border-radius: 0px 20px 20px 0px;
  -webkit-transform: skew(3deg);
  -moz-transform: skew(3deg);
  -o-transform: skew(3deg);
  z-index: 1;
}

.skew-left {
  position: absolute;
  top: 0;
  left: -15px;
  width: 42px;
  height: 100%;
  background-color: #2581C4 !important;
  border-radius: 20px 0px 0px 20px;
  -webkit-transform: skew(3deg);
  -moz-transform: skew(3deg);
  -o-transform: skew(3deg);
  z-index: 1;
}

.skew-bottom {
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 100%;
  height: 42px;
  background-color: #2581C4 !important;
  border-radius: 0px 0px 20px 20px;
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
  z-index: 1;
}

.skew-top {
  position: absolute;
  right: 0;
  top: -15px;
  width: 100%;
  height: 42px;
  background-color: #2581C4 !important;
  border-radius: 20px 20px 0px 0px;
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
  z-index: 1;
}

.country-select .card :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}

.country-select .card p {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 500;
}

  .country-select .card p a {
    color: #fff;
  }

.country-select .card ul li,
.country-select .card ol li {
  font-size: 1.1rem;
  color: #fff;
}

.learn-more {
  font-family: Luckiest Guy Regular;
  text-shadow: 0px 2px 2px #87750e3d;
  text-decoration: none;
  border-bottom: 0.2rem solid white;
  margin-right: 3%;
}

  .learn-more p {
    font-size: 2rem;
    margin-bottom: 0;
    color: white;
    text-shadow: 0px 2px 2px #87750e3d;
  }

    .learn-more p:last-child {
      text-decoration: underline;
      text-underline-offset: 10px;
    }

/* PRIZES
-------------------------------------------------- */
.top-xl-header {
  line-height: 3.8rem !important;
}

.top-lg-header {
  line-height: 2.8rem !important;
}

/* Prizes - SWIPER Carousel */

.swiper-prizes .swiper-slide {
  transform: scale(0.8) !important;
  transition: 0.6s ease;
}

  .swiper-prizes .swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    transition: 0.6s ease;
  }

  .swiper-prizes .swiper-slide p {
    font-size: 1rem;
    margin-bottom: 0px;
  }

@media (min-width: 992px) {
  .swiper-prizes .swiper-slide p {
    opacity: 0;
    transition: 0.6s ease;
    font-size: 1rem;
    margin-bottom: 0px;
  }

  .swiper-prizes .swiper-slide-active p {
    opacity: 1;
  }
}

.swiper-prizes .swiper-slide h1 {
  font-family: var(--FontFamilyMainDisplay);
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 45px;
  font-size: 2.5rem;
}

.hero-carousle-item-image {
  margin-bottom: 1.9rem !important;
}

.swiper-prizes .swiper-button-next, .swiper-prizes .swiper-button-prev {
  top: 20% !important;
}

@media (min-width: 576px) {
  .swiper-prizes .swiper-button-next, .swiper-prizes .swiper-button-prev {
    top: 23% !important;
  }
}

@media (min-width: 768px) {
  .swiper-prizes .swiper-button-next, .swiper-prizes .swiper-button-prev {
    top: 25% !important;
  }
}

@media (min-width: 992px) {
  .swiper-prizes .swiper-button-next, .swiper-prizes .swiper-button-prev {
    top: 33% !important;
  }
}

.swiper-prizes .swiper-button-next {
  right: 0px !important;
}

.swiper-prizes .swiper-button-prev {
  left: 0px !important;
}

@media (min-width: 768px) {

  .swiper-prizes .swiper-button-next {
    right: 45px !important;
  }

  .swiper-prizes .swiper-button-prev {
    left: 45px !important;
  }
}

@media (min-width: 992px) {
  .swiper-prizes .swiper-button-next {
    right: 10px !important;
  }

  .swiper-prizes .swiper-button-prev {
    left: 10px !important;
  }
}

.swiper-prizes .swiper-pagination {
  top: 515px !important;
}

.swiper-prizes .prizes-carousle-item-image img {
  max-width: 320px;
  height: auto
}

@media (min-width: 992px) {

  .swiper-prizes .swiper-pagination {
    top: auto !important;
    bottom: 0px !important;
  }

  .swiper-prizes .prizes-carousle-item-image img {
    max-width: 100%;
    height: auto
  }
}





.fun-days-out .hero-carousle-item-image {
  background-image: none !important;
  margin-bottom: 0rem !important;
}

  .fun-days-out .hero-carousle-item-image img {
    padding: 2rem;
  }




/* CHOOSE LANGUAGE
-------------------------------------------------- */
/*.choose-language-title {
  position: absolute;
  width: 61%;
  bottom: 0%;
  z-index: 2;
  left: 0%;
}
*/
/* PROMOTION INFORMATION PAGES
-------------------------------------------------- */

.promo-info-hero {
  background-image: url("/img/graphics/hero-background/hero-background-promo-info-Mobile.jpg");
  background-size: cover;
  background-position: center bottom;
  position: relative;
}

@media (min-width: 992px) {
  .promo-info-hero {
    background-image: url("/img/graphics/hero-background/hero-background-promo-info-Desktop.jpg");
  }
}

.promo-information h2 {
  text-transform: uppercase;
  color: var(--themecolordarkblue) !important;
}

.promo-information p {
  color: var(--themecolordarkblue) !important;
}

/* FOOTER
-------------------------------------------------- */

footer {
  color: #ffffff;
}

.copyright {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: rgb(2, 64, 137);
  background: linear-gradient( 180deg, rgba(2, 64, 137, 1) 0%, rgba(45, 132, 192, 1) 100% );
}

  .copyright p {
    font-size: 0.85rem;
    line-height: 25px;
  }

  .copyright a {
    color: #fff;
  }

.footer-social-icons {
  position: relative;
}

  .footer-social-icons .footer-social-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
  }

.btn-footer-back-to-top {
  width: 50px;
  height: 50px;
}

.footer-links a {
  font-family: var(--FontFamilyMainDisplay);
  font-size: 1.8rem;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 20px;
}

@media (min-width: 992px) {
  .footer-links a {
    font-size: 2rem;
  }
}

.footer-top-border {
  margin-bottom: -1px;
}

/* ---  Go To Top  --- */
.go-to-top {
  padding: 0px !important;
  border-radius: 50%;
}

/*#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  transition: 0.6s ease;
  z-index: 999;
}*/

.has-recaptcha-btt {
  bottom: 90px !important;
}

/* Address lookup */

.address-lookup-group {
  position: relative;
}

  .address-lookup-group.open .address-line-1 {
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom-width: 0;
  }

  .address-lookup-group:not(.open) .searched-addresses-container {
    display: none;
  }

.searched-addresses-container {
  position: absolute;
  padding: inherit;
  z-index: 20;
  width: 100%;
  font-size: 1.4rem;
  top: 5rem;
  left: 0;
  right: 0;
}

  .searched-addresses-container .addresses-dropdown {
    background-color: white;
    border-radius: 0 0 10px 10px;
    border-style: solid;
    border-color: var(--themecolordarkblue);
    border-width: 0 2px 2px 2px;
  }

    .searched-addresses-container .addresses-dropdown .address {
      cursor: pointer;
      padding: 0 1.4rem;
    }

      .searched-addresses-container .addresses-dropdown .address:hover {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1);
      }

.entry-form button .bubble-loader {
  margin-right: 1rem;
}

.bubble-loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}

  .bubble-loader::after,
  .bubble-loader::before {
    content: "";
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    animation: bubble-loader-keyframes 2s linear infinite;
  }

  .bubble-loader::after {
    animation-delay: 1s;
  }

@keyframes bubble-loader-keyframes {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* GB PROMOTION
-------------------------------------------------- */

/* ---  Coming Soon  --- */
.works-logo {
  max-width: 150px;
}
