/* Fully Loaded 2024 */
img[title^='CHRISTMASINJULY']{
    position: relative;
    scale: 1.4;
  }
  
  .bonus-gift{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;

    img{
      max-width: 480px;
      object-fit: contain;
    }
    h2,h3{
      padding: 0;
      margin: 0;
      text-align: center;
    }

    h2{
      font-weight: 800;
      max-width: 600px;
    }
    h3{
      padding-bottom: 4rem;
    }
  }

  .fully-loaded-christmas-in-july .dataHtmlBlock1{
    width: 100%;
  }
  .page-fullyloadedplaygroundpage .main__inner-wrapper {
    padding: 0;
    max-width: 100%;
  }
  
  img {
    width: 100%;
    height: auto;
  }
  
  .section-1-container {
    border-bottom: 2px solid #dedede;
    background-color: #dce1e4;
  }
  .section-1-container .section-1-hero-wrapper-mobile {
    display: grid;
    height: 100%;
    width: 100%;
  }
  @media (min-width: 768px) {
    .section-1-container .section-1-hero-wrapper-mobile {
      display: none;
    }
  }
  .section-1-container .section-1-hero-wrapper {
    display: none;
    background-image: url("https://static-files.bgwgroup.com.au/theme-she/img/promotions/fully-loaded/assets/background-images/background-image-1920_x_1080_alt.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }
  @media (min-width: 768px) {
    .section-1-container .section-1-hero-wrapper {
      display: flex;
      justify-content: center;
    }
  }
  .section-1-container .section-1-hero-wrapper canvas {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 100vw;
  }
  .section-1-container .section-1-hero-wrapper .center-images-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    overflow: hidden;
  }
  .section-1-container .section-1-hero-wrapper .center-images-wrapper .fully-loaded-image {
    width: 400px;
    margin: -5rem 0 -3rem 0;
  }
  .section-1-container .section-1-hero-wrapper .center-images-wrapper .fully-loaded-image img {
    animation: bounce 500ms ease-in 500ms 1 both;
  }
  .section-1-container .section-1-hero-wrapper .center-images-wrapper .gift-bag-image {
    width: 450px;
    position: relative;
    bottom: -5px;
  }
  .section-1-container .section-1-hero-wrapper .center-images-wrapper .gift-bag-image img {
    animation: fadeIn 500ms ease-in 1s both;
  }
  .section-1-container .section-1-hero-wrapper .surrounding-images-wrapper {
    display: flex;
    height: auto;
    width: 1300px;
    position: absolute;
    bottom: -40px;
    z-index: 0;
  }
  .section-1-container .section-1-hero-wrapper .surrounding-images-wrapper .gifts-image-right {
    transform: rotateY(180deg);
    z-index: 1;
  }
  .section-1-container .section-1-hero-wrapper .surrounding-images-wrapper .surfboard-image {
    position: absolute;
    bottom: 194px;
    left: 815px;
    z-index: -1;
    width: 141px;
  }
  .section-1-container .section-1-hero-wrapper .surrounding-images-wrapper .santa-image {
    position: absolute;
    bottom: 213px;
    right: 811px;
    z-index: -1;
    width: 386px;
  }
  .section-1-container .section-1-hero-wrapper .surrounding-images-wrapper .snowman-image {
    position: absolute;
    bottom: 155px;
    left: 827px;
    z-index: 0;
    width: 337px;
  }
  
  .section-2-container {
    background-color: #dce1e4;
    background-image: url(https://static-files.bgwgroup.com.au/theme-she/img/promotions/fully-loaded/assets/background-images/snow-background-3.jpeg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  @media (min-width: 768px) {
    .section-2-container {
      background-attachment: fixed;
    }
  }
  .section-2-container .section-2-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .section-2-container .section-2-wrapper .header-wrapper-mobile {
    position: relative;
    z-index: 10;
    margin: 0 var(--gutter-half) var(--gutter);
  }
  @media (min-width: 768px) {
    .section-2-container .section-2-wrapper .header-wrapper-mobile {
      display: none;
    }
  }
  .section-2-container .section-2-wrapper .header-wrapper {
    display: none;
    flex-direction: column;
    margin: 0 var(--gutter);
    max-width: 800px;
  }
  @media (min-width: 768px) {
    .section-2-container .section-2-wrapper .header-wrapper {
      display: flex;
    }
  }
  .section-2-container .section-2-wrapper .header-wrapper .header-image {
    z-index: 10;
  }
  .section-2-container .section-2-wrapper .header-wrapper .pools.pool-1 {
    position: relative;
    top: -12px;
    left: 12px;
    z-index: 9;
    width: 96%;
  }
  .section-2-container .section-2-wrapper .header-wrapper .pools.pool-2 {
    position: relative;
    top: -30px;
    left: 30px;
    z-index: 8;
    width: 96%;
  }
  .section-2-container .section-2-wrapper .header-wrapper .pools.pool-3 {
    position: relative;
    top: -38px;
    right: 10px;
    z-index: 7;
    width: 96%;
  }
  .section-2-container .section-2-wrapper .prize-pool-wrapper {
    width: 100%;
    background-color: transparent;
    max-width: 1050px;
    padding: 0 var(--gutter-half);
  }
  .section-2-container .section-2-wrapper h2 {
    text-align: center;
  }
  .section-2-container .section-2-wrapper .accordian-container {
    display: flex;
    flex-direction: column;
    gap: var(--gutter);
    width: 100%;
    margin: 0 0 var(--gutter);
  }
  .section-2-container .section-2-wrapper .accordion-wrapper .accordion-item {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .section-2-container .section-2-wrapper .accordion-wrapper .accordion-item-heading {
    cursor: pointer;
    border-radius: var(--global-radius);
    background: rgba(223, 0, 9, 0.8);
    backdrop-filter: blur(1.7px);
    -webkit-backdrop-filter: blur(1.7px);
    padding: 0.6rem;
    color: var(--color-white);
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-2-container .section-2-wrapper .accordion-wrapper .accordion-item-heading .pool-text {
    width: 60px;
  }
  @media (min-width: 480px) {
    .section-2-container .section-2-wrapper .accordion-wrapper .accordion-item-heading .pool-text {
      width: 100px;
    }
  }
  .section-2-container .section-2-wrapper .accordion-wrapper .accordion-item-heading span {
    font-size: 1rem;
  }
  .section-2-container .section-2-wrapper .accordion-wrapper .open .accordion-item-heading {
    margin: 0px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(1.7px);
    -webkit-backdrop-filter: blur(1.7px);
    color: #cdd7d8;
    border-top-left-radius: var(--global-radius);
    border-top-right-radius: var(--global-radius);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .section-2-container .section-2-wrapper .accordion-wrapper .close .accordion-item-content {
    height: 0px;
    transition: height 1s ease-out;
    transform: scaleY(0);
  }
  .section-2-container .section-2-wrapper .accordion-wrapper .open .accordion-item-content {
    margin: 0px 0px 10px 0px;
    padding: var(--gutter-half);
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.4s ease;
    box-sizing: border-box;
    max-height: 600px;
    overflow-y: scroll;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 1rem;
    background: #dedede;
    backdrop-filter: blur(1.7px);
    -webkit-backdrop-filter: blur(1.7px);
    border-bottom-left-radius: var(--global-radius);
    border-bottom-right-radius: var(--global-radius);
  }
  .section-2-container .section-2-wrapper .accordion-wrapper .prizes-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: var(--global-radius);
    padding: var(--gutter-half);
    gap: var(--gutter-half);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 3px;
  }
  .section-2-container .section-2-wrapper .accordion-wrapper .prizes-wrapper .accordian-item-header {
    min-height: 35px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: var(--font-size-small);
  }
  .section-2-container .section-2-wrapper .accordion-wrapper .prizes-wrapper .prize-image {
    max-width: 120px;
  }
  
  .section-3-container {
    border-bottom: 2px solid #dedede;
    border-top: 2px solid #dedede;
    background-color: #ffffff;
    position: relative;
  }
  .section-3-container .fl-customer-section-wrapper {
    max-width: 1050px;
    margin: 0 auto;
    padding: var(--gutter) var(--gutter-half);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gutter);
  }
  .section-3-container .fl-customer-section-wrapper .fl-tier-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 0 var(--gutter) 0;
    border-bottom: 2px solid #dedede;
    gap: var(--gutter);
  }
  .section-3-container .fl-customer-section-wrapper .fl-tier-counter .fl-tier-counter-header h2 {
    font-size: var(--font-size-medium);
    margin: 0;
    text-align: center;
  }
  @media (min-width: 480px) {
    .section-3-container .fl-customer-section-wrapper .fl-tier-counter .fl-tier-counter-header h2 {
      font-size: var(--font-size-large);
    }
  }
  .section-3-container .fl-customer-section-wrapper .fl-tier-counter .fl-tier-counter-header p {
    font-size: var(--font-size-small);
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0;
  }
  .section-3-container .fl-customer-section-wrapper .fl-tier-counter .pool-entries {
    display: flex;
    flex-direction: column;
    gap: var(--gutter-half);
    flex-wrap: wrap;
    justify-content: center;
  }
  @media (min-width: 480px) {
    .section-3-container .fl-customer-section-wrapper .fl-tier-counter .pool-entries {
      flex-direction: row;
      font-size: var(--font-size-medium);
      gap: var(--gutter);
    }
  }
  .section-3-container .fl-customer-section-wrapper .fl-tier-counter .pool-entries > div > span:nth-child(1) {
    font-weight: 600;
  }
  .section-3-container .fl-customer-section-wrapper .fl-tier-counter .pool-entries > div > span:nth-child(2) {
    margin-left: 0.5rem;
    color: var(--color-alert-success--dark);
  }
  .section-3-container .fl-customer-section-wrapper .fl-tier-counter .fl-eligible {
    display: flex;
    justify-content: center;
    gap: var(--gutter-half);
    flex-wrap: wrap;
  }
  @media (min-width: 480px) {
    .section-3-container .fl-customer-section-wrapper .fl-tier-counter .fl-eligible {
      gap: var(--gutter);
    }
  }
  .section-3-container .fl-customer-section-wrapper .fl-tier-counter .fl-eligible > span {
    font-weight: var(--font-weight-600);
    text-align: center;
  }
  .section-3-container .fl-customer-section-wrapper .fl-tier-counter .fl-eligible div > span:nth-child(2) {
    color: var(--color-alert-success--dark);
  }
  .section-3-container .fl-customer-section-wrapper .fl-tier-counter .fl-eligible div > span {
    color: var(--color-alert-success--dark);
  }
  .section-3-container .fl-customer-section-wrapper .fl-tier-counter .fl-eligible .eligible-entries {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--gutter-half);
  }
  @media (min-width: 480px) {
    .section-3-container .fl-customer-section-wrapper .fl-tier-counter .fl-eligible .eligible-entries {
      flex-direction: row;
      gap: var(--gutter);
    }
  }
  .section-3-container .fl-customer-section-wrapper .fl-cust-points-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: var(--gutter);
  }
  .section-3-container .fl-customer-section-wrapper .fl-cust-points-content .fl-cust-points {
    grid-template-columns: 1fr;
    display: grid;
    gap: var(--gutter);
    width: 100%;
  }
  @media (min-width: 768px) {
    .section-3-container .fl-customer-section-wrapper .fl-cust-points-content .fl-cust-points {
      grid-template-columns: 1fr 1fr;
    }
  }
  .section-3-container .fl-customer-section-wrapper .fl-cust-points-content .fl-cust-points .fl-cust-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .section-3-container .fl-customer-section-wrapper .fl-cust-points-content .fl-cust-points .fl-cust-row span:nth-child(1) {
    font-weight: var(--font-weight-600);
  }
  .section-3-container .fl-customer-section-wrapper .fl-cust-points-content .fl-cust-points-buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gutter-half);
  }
  .section-3-container .fl-customer-section-wrapper .fl-cust-points-content .fl-cust-points-buttons .refresh,
  .section-3-container .fl-customer-section-wrapper .fl-cust-points-content .fl-cust-points-buttons .redeem {
    flex: 1;
    min-width: 150px;
  }
  .section-3-container .fl-customer-section-wrapper .fl-redemption-content {
    width: 100%;
    display: none;
  }
  .section-3-container .fl-customer-section-wrapper .fl-redemption-content .fl-redemption-form {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .section-3-container .fl-customer-section-wrapper .fl-redemption-content form {
    display: flex;
    flex-direction: column;
    gap: var(--gutter);
    width: 100%;
    align-items: center;
    margin: var(--gutter) 0 0;
  }
  .section-3-container .fl-customer-section-wrapper .fl-redemption-content form .form-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  .section-3-container .fl-customer-section-wrapper .fl-redemption-content form .form-row label {
    font-weight: var(--font-weight-600);
  }
  .section-3-container .fl-customer-section-wrapper .fl-redemption-content form .form-button {
    width: 100%;
    display: none;
  }
  .section-3-container .fl-customer-section-wrapper .fl-redemption-content form .form-button button {
    background-color: var(--color-black);
    width: 100%;
  }
  
  .section-4-container {
    background-color: #dce1e4;
    background-image: url(https://static-files.bgwgroup.com.au/theme-she/img/promotions/fully-loaded/assets/background-images/sand-1.jpeg);
    background-position: 50% 75%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: var(--gutter) var(--gutter-half);
  }
  .section-4-container .section-4-wrapper {
    background: rgba(87, 88, 88, 0.38);
    border-radius: var(--global-radius);
    backdrop-filter: blur(1.7px);
    -webkit-backdrop-filter: blur(1.7px);
    padding: var(--gutter);
    display: flex;
    flex-direction: column;
    gap: var(--gutter-half);
    margin: 0 auto;
  }
  @media (min-width: 480px) {
    .section-4-container .section-4-wrapper {
      max-width: 800px;
    }
  }
  .section-4-container .section-4-wrapper .button-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--gutter-half);
  }
  @media (min-width: 480px) {
    .section-4-container .section-4-wrapper .button-links {
      /* flex-direction: row; */
    }
  }
  .section-4-container .section-4-wrapper .button-links .btn-group-1,
  .section-4-container .section-4-wrapper .button-links .btn-group-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gutter-half);
    width: 100%;
  }
  @media (min-width: 768px) {
    .section-4-container .section-4-wrapper .button-links .btn-group-1,
    .section-4-container .section-4-wrapper .button-links .btn-group-2 {
      flex-wrap: nowrap;
    }
  }
  .section-4-container .section-4-wrapper .button-links .btn-group-1 a,
  .section-4-container .section-4-wrapper .button-links .btn-group-2 a {
    width: 100%;
    max-width: 100% !important;
    background-color: var(--color-black);
    border: 0;
  }
  .section-4-container .section-4-wrapper .button-links .btn-group-1 a::after,
  .section-4-container .section-4-wrapper .button-links .btn-group-2 a::after {
    filter: invert(100%) !important;
  }
  .section-4-container .section-4-wrapper .logos {
    display: flex;
    flex-direction: column;
    gap: var(--gutter-half);
    align-items: center;
  }
  @media (min-width: 480px) {
    .section-4-container .section-4-wrapper .logos {
      flex-direction: row;
      gap: var(--gutter);
    }
  }
  .section-4-container .section-4-wrapper .logos .clipsal-logo {
    flex: 2;
  }
  .section-4-container .section-4-wrapper .logos .sherrif-logo {
    flex: 1;
  }
  
  .sherriffFooter {
    margin-top: 1rem;
  }
  
  .scrolldown {
    position: relative;
    transform: translateX(-50%);
    z-index: 10;
    width: 2em;
    color: var(--color-white);
    animation: fadeIn 500ms ease-in 1s both;
  }
  .scrolldown.pool {
    right: -14px;
    bottom: -28px;
  }
  .scrolldown > div {
    transform: translateY(0%) rotate(45deg);
    width: 1.2em;
    height: 1.2em;
    background-color: transparent;
    z-index: 10;
    position: absolute;
    border-width: 0 0.25em 0.25em 0;
    border-style: solid;
    border-color: var(--color-white);
  }
  .scrolldown > div:first-child {
    bottom: 25px;
    animation: scrolldown 1.2s ease-in-out infinite 0.15s;
  }
  @media (min-width: 480px) {
    .scrolldown > div {
      width: 1.6em;
      height: 1.6em;
    }
    .scrolldown.pool {
      right: 0px;
      bottom: -28px;
    }
  }
  
  .animate {
    animation: fadeInAndScale 500ms 200ms both;
  }
  
  .undo-animate {
    opacity: 0;
  }
  
  @keyframes bounce {
    0% {
      transform: translateY(-600px);
    }
    50% {
      transform: translateY(40px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeInAndScale {
    0% {
      opacity: 0;
      transform: scale(0.8);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes scrolldown {
    0% {
      transform: translateY(20%) rotate(45deg);
      opacity: 0.7;
    }
    50% {
      transform: translateY(0%) rotate(45deg);
      opacity: 0.2;
    }
    100% {
      transform: translateY(20%) rotate(45deg);
      opacity: 0.7;
    }
  }/*# sourceMappingURL=style.css.map */
  
  .sherriffFooter {
    margin-top: 1rem;
  }
  
  .span-error {
    border: 3px solid #C00;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 0.25rem;
    background: pink;
    width: 100%;
    text-align: center;
  }
  
  .span-success {
    border: 3px solid green;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 0.25rem;
    background: #b5ffb5;
    width: 100%;
    text-align: center;
  }
  
  #poolPrizeRefreshTimer strong {
    display: inline-block;
    margin: 0 5px;
    color: #C00;
  }
  
  .redeemed-prize-content h2 {
    width: 100%;
    text-align: center;
  }
  
  .redeemed-prize-content .redeemed-prize-row-header span {
    color: var(--color-white);
    background: var(--color-black);
    text-align: center;
  }
  
  .redeemed-prize-content>div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  
  .redeemed-prize-content>div:not(.redeemed-prize-row-header):nth-of-type(odd) {
    background: #eee;
  }
  
  .redeemed-prize-content>div>span {
    padding: 5px;
  }
  
  .redeemed-prize-content>div>span:nth-child(2),
  .redeemed-prize-content>div>span:nth-child(3) {
    text-align: center;
  }