/* :root {
    --user-button-circle: rgba(0,0,0,0.025);
    --user-button-cardborder: rgba(255,255,255,0.25);
    --user-button-text:#323133;
    --user-button-shadow:rgba(0,0,0,0.1);
  }
  
      #user-button {
    z-index: 1000;
    bottom: 1rem !important;
    right: 1rem !important;
    color: var(--user-button-text);
    transition: 1s 0s ease-out;
    -webkit-animation: slide 3s ease-out forwards;
            animation: slide 3s ease-out forwards;
  }
  @-webkit-keyframes slide {
    0%, 50% {
      opacity: 0;
      display: block !important;
    }
    100% {
      opacity: 1;
      display: block !important;
    }
  }
  @keyframes slide {
    0%, 50% {
      opacity: 0;
      display: block !important;
    }
    100% {
      opacity: 1;
      display: block !important;
    }
  }
      #user-button .u-card {
    border-radius: 100%;
    box-shadow: 0 0 1rem -0.25rem var(--user-button-shadow), inset 0 0 1rem -0.75rem var(--user-button-shadow);
  }
      #user-button .u-main {
    cursor: pointer;
    --user-button-background:var(--user-button-main, #EC87C0);
  }
      #user-button .u-main img {
    height: 100%;
    width: 100%;
  }
      #user-button .u-main iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    opacity: 1;
    transition: 0s 4s;
  }
      #user-button .u-icons {
    position: relative;
    z-index: 950;
    transform: translate(-50%, -50%);
    background: var(--user-button-circle);
    box-shadow: 0 0 0 0.125rem var(--user-button-cardborder);
    border-radius: 100%;
    transition: 0.25s;
    opacity: 1 !important;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    &:before {
       z-index:-1;
       position:absolute;
       top:0; right:0; bottom:0; left:0;
       content:'';
  
       backdrop-filter: blur(10px);
    }
  }
      #user-button .u-icons a {
    color: inherit;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
  }
      #user-button .u-icons a div {
    padding: 0.5rem;
    transition: 0s;
  }
      #user-button .u-icons a[href=""] {
    position: relative;
  }
      #user-button .u-icons a[href=""]:before {
    content: "Middle Click";
    position: absolute;
    top: -1.5rem;
    left: 50%;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    white-space: pre;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease-in;
    background: #fffc;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
  }
      #user-button .u-icons a[href=""].show:before {
    opacity: 1;
    transition: 0.25s ease-out;
  }
      #user-button .u-icons a[href=""] div {
    color: #1da1f2;
  }
      #user-button .u-icons a[href=""] div {
    background: black;
    color: white;
  }
      #user-button .u-icons a.u-random div {
    position: relative;
    top: -1px;
    -webkit-animation: diespin 2s linear infinite;
            animation: diespin 2s linear infinite;
  }
  @-webkit-keyframes diespin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes diespin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
      #user-button .u-icons a.u-random:not(:hover) div {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
      #user-button .u-icons > * {
    position: absolute;
    width: 30px;
    height: 30px;
    background: var(--singlecolour);
    border-radius: 100%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: 0.25s -0.05s;
  }
      #user-button .u-icons > *:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
      #user-button .u-icons > *:hover,     #user-button .u-icons > *:focus-within {
    background: var(--hcolour);
  }
      #user-button .u-icons > *:first-child:nth-last-child(1):nth-child(1),     #user-button .u-icons > *:first-child:nth-last-child(1) ~ *:nth-child(1) {
    left: 25%;
    top: 25%;
  }
      #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(1),     #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(1) {
    left: 37.5%;
    top: 18.75%;
  }
      #user-button .u-icons > *:first-child:nth-last-child(2):nth-child(2),     #user-button .u-icons > *:first-child:nth-last-child(2) ~ *:nth-child(2) {
    left: 18.75%;
    top: 37.5%;
  }
      #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(1),     #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(1) {
    left: 50%;
    top: 15.625%;
  }
      #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(2),     #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(2) {
    left: 25%;
    top: 25%;
  }
      #user-button .u-icons > *:first-child:nth-last-child(3):nth-child(3),     #user-button .u-icons > *:first-child:nth-last-child(3) ~ *:nth-child(3) {
    left: 15.625%;
    top: 50%;
  }
      #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(1),     #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(1) {
    left: 62.5%;
    top: 18.75%;
  }
      #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(2),     #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(2) {
    left: 37.5%;
    top: 18.75%;
  }
      #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(3),     #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(3) {
    left: 18.75%;
    top: 37.5%;
  }
      #user-button .u-icons > *:first-child:nth-last-child(4):nth-child(4),     #user-button .u-icons > *:first-child:nth-last-child(4) ~ *:nth-child(4) {
    left: 18.75%;
    top: 62.5%;
  }
      #user-button:hover .u-icons,     #user-button:focus-within .u-icons {
    width: 300% !important;
    height: 300% !important;
  }
  

  .dark {
    background: #232223;
    color: white;
  }
  @media (prefers-color-scheme: dark) {
       :not(.light) {
      background: #232223;
      color: white;
    }
  }
      .credit {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: inherit;
  }
      .wdt-flex-banner-options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 600px;
    max-width: 900px;
    width: calc(100% - 100px);
    height: 400px;
  }
  @media screen and (max-width: 718px) {
        .wdt-flex-banner-options {
      min-width: 520px;
    }
        .wdt-flex-banner-options .wdt-flex-banner-option:nth-child(5) {
      display: none;
    }
  }
  @media screen and (max-width: 638px) {
        .wdt-flex-banner-options {
      min-width: 440px;
    }
        .wdt-flex-banner-options .wdt-flex-banner-option:nth-child(4) {
      display: none;
    }
  }
  @media screen and (max-width: 558px) {
        .wdt-flex-banner-options {
      min-width: 360px;
    }
        .wdt-flex-banner-options .wdt-flex-banner-option:nth-child(3) {
      display: none;
    }
  }
  @media screen and (max-width: 478px) {
        .wdt-flex-banner-options {
      min-width: 280px;
    }
        .wdt-flex-banner-options .wdt-flex-banner-option:nth-child(2) {
      display: none;
    }
  }
      .wdt-flex-banner-options .wdt-flex-banner-option {
    position: relative;
    overflow: hidden;
    min-width: 60px;
    margin: 10px;
    background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
    background-size: auto 120%;
    background-position: center;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  }
      .wdt-flex-banner-options .wdt-flex-banner-option:nth-child(1) {
    --defaultBackground:#ED5565;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option:nth-child(2) {
    --defaultBackground:#FC6E51;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option:nth-child(3) {
    --defaultBackground:#FFCE54;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option:nth-child(4) {
    --defaultBackground:#2ECC71;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option:nth-child(5) {
    --defaultBackground:#5D9CEC;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option:nth-child(6) {
    --defaultBackground:#AC92EC;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option.active {
    flex-grow: 10000;
    transform: scale(1);
    max-width: 600px;
    margin: 0px;
    border-radius: 40px;
    background-size: auto;
    &:active {
       transform:scale(0.9);
    }
  }
      .wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-shadow {
    box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label {
    bottom: 55px;
    left: 20px;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info > div {
    left: 0px;
    opacity: 1;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option:not(.active) {
    flex-grow: 1;
    border-radius: 30px;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option:not(.active) .wdt-flex-banner-shadow {
    bottom: -40px;
    box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option:not(.active) .wdt-flex-banner-label {
    bottom: 10px;
    left: 10px;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option:not(.active) .wdt-flex-banner-label .wdt-flex-banner-info > div {
    left: 20px;
    opacity: 0;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-shadow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 140px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  }


  .wdt-flex-banner-options .wdt-flex-banner-option  .wdt-flex-banner-button {
    border: 1px solid #fff;
    border-radius: 15px;
    width: fit-content;
    padding: 3px 10px;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option  .wdt-flex-banner-button a{
  color: #fff;
 }

      .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label {
    display: flex;
    position: absolute;
    right: 0px;
    height: 40px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  }
      .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    color: var(--defaultBackground);
  }
      .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: white;
    white-space: pre;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info > div {
    position: relative;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info .wdt-flex-banner-title {
    font-weight: bold;
    font-size: 1.2rem;
  }
      .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info .wdt-flex-banner-sub {
    transition-delay: 0.1s;
  } */

/*--------------------------------------------------------------
    Custom Styles
--------------------------------------------------------------*/

  .wdt-flex-banner-options { display: flex; gap: 20px; }

  .wdt-flex-banner-options .wdt-flex-banner-option { flex: 1; height: 300px; background-position: center center; background-size: cover; background-repeat: no-repeat; background-image: var(--optionBackground); transition: flex .8s cubic-bezier(.29,0,.2,1); }

  .wdt-flex-banner-options .wdt-flex-banner-option.active { flex: 2; }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label { display: flex; align-items: center; justify-content: center; height: 100%; }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-icon { position: relative; cursor: pointer; z-index: 1; font-size: clamp(1.25rem, 1.0498rem + 1.1043vw, 2.375rem); width: clamp(3.125rem, 1.8269rem + 5.7692vw, 8.75rem); height: clamp(3.125rem, 1.8269rem + 5.7692vw, 8.75rem); display: flex; align-items: center; justify-content: center; border-radius: var(--wdtRadius_Full); background-color: var(--wdtBodyBGColor); opacity: 0; -webkit-transition: all .3s ease; transition: all .3s ease; }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-icon a { color: var(--wdtPrimaryColor); }
  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-icon:hover a { color: var(--wdtAccentTxtColor); }

  .wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-icon { opacity: 1; -webkit-transition: all 1s ease; transition: all 1s ease; }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-icon:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(var(--wdtTertiaryColorRgb)); border-radius: var(--wdtRadius_Full); -webkit-transition: all 0.3s linear; transition: all 0.3s linear; z-index: 0; opacity: 0.1; z-index: -1; -webkit-animation: button-before-animation 3s ease-in-out infinite; animation: button-before-animation 3s ease-in-out infinite; -webkit-animation-delay: 0s; animation-delay: 0s; }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-icon:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(var(--wdtTertiaryColorRgb)); border-radius: var(--wdtRadius_Full); -webkit-transition: all 0.3s linear; transition: all 0.3s linear; z-index: 0; opacity: 0.3; z-index: -1; -webkit-animation: button-after-animation 3s ease-in-out infinite; animation: button-after-animation 3s ease-in-out infinite; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }

  @-webkit-keyframes button-before-animation { 0% { transform: scale(1); } 50% { transform: scale(1.3); } 100% { transform: scale(1.4); opacity: 0; } }
  @keyframes button-before-animation { 0% { transform: scale(1); } 50% { transform: scale(1.3); } 100% { transform: scale(1.4); opacity: 0; } }
  @-webkit-keyframes button-after-animation { 0% { transform: scale(1); } 50% { transform: scale(1.2); } 100% { transform: scale(1.2); opacity: 0; } }
  @keyframes button-after-animation { 0% { transform: scale(1); } 50% { transform: scale(1.2); } 100% { transform: scale(1.2); opacity: 0; } }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-icon svg { -webkit-transform: scale(1); transform: scale(1); line-height: var(--wdtLineHeight_Ext); -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-icon:hover svg { -webkit-transform: scale(0.8); transform: scale(0.8); }

  @media only screen and (max-width: 1280px) { .wdt-flex-banner-options .wdt-flex-banner-option { height: 270px; } }

  @media only screen and (max-width: 1024px) { 
  .wdt-flex-banner-options .wdt-flex-banner-option { height: 230px; }
  .wdt-flex-banner-options .wdt-flex-banner-option { flex: 0; } }

  @media only screen and (max-width: 767px) {
  .wdt-flex-banner-options { -webkit-scrollbar-width: none; scrollbar-width: none; scroll-behavior: smooth; display: flex; overflow: auto; scroll-snap-type: x mandatory; flex-wrap: nowrap; padding-bottom: 20px; margin: 0; } 
  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-icon { opacity: 1; }
  .wdt-flex-banner-options .wdt-flex-banner-option,
  .wdt-flex-banner-options .wdt-flex-banner-option.active { display: flex; justify-content: center; align-items: center; flex: 0 0 44%; width: auto !important; scroll-snap-align: start; scroll-snap-stop: always; } }

  @media only screen and (max-width: 480px) { .wdt-flex-banner-options .wdt-flex-banner-option, .wdt-flex-banner-options .wdt-flex-banner-option.active { flex: 0 0 70%; } }
