@font-face {
    font-family: 'Futura Md BT';
    src: url('FuturaBT-Medium.eot');
    src: url('FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
        url('FuturaBT-Medium.woff2') format('woff2'),
        url('FuturaBT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Bk';
    src: url('FuturaBT-Book.eot');
    src: url('FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        url('FuturaBT-Book.woff2') format('woff2'),
        url('FuturaBT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

      a,
      button,
      input,
      select,
      h1,
      h2,
      h3,
      h4,
      h5,
      * {
        margin: 0;
        padding: 0;
        border: none;
        text-decoration: none;
        appearance: none;
        background: none;
      }

.splashscreen-ppds,
.splashscreen-ppds * {
  box-sizing: border-box;
}
.splashscreen-ppds {
    background: hsl(0deg 0% 14.9% / 87%);
    width: 100%; /* Use percentages for responsive width */
    height: 100vh; /* Use viewport height for responsive height */
    position: relative;
    overflow: scroll;
}

.outerframe {
    background: rgb(38 38 38 / 27%);
    border-radius: 4px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* Center the element */
    box-shadow: var( --depth-onbe-depth-16-box-shadow, 0px 6.4px 14.4px 0px rgba(81, 94, 108, 0.13), 0px 1.2px 3.6px 0px rgba(81, 94, 108, 0.1) );
}

.groupdiv {
    flex-shrink: 0;
    width: 332px;
    height: 250px;
    position: static;
    margin-bottom: 3%;
}

.innerframe {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 40px;
  top: 40px;
}

.contentframe {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.redirection-message {
    color: rgb(221 221 221);
    text-align: center;
    font: 400 16px/25px "Futura Bk", sans-serif;
    position: relative;
    width: 320px;
    align-items: center;
    justify-content: center;
}

.buttons {
    background: rgb(255 255 255);
    border-radius: 4px;
    padding: 16px 15px 16px 15px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 332px;
    height: 48px;
    position: relative;
    cursor: pointer;
}
.label {
    color: rgb(74 74 86);
    text-align: left;
    font: 400 18px/18px "Futura Bk", sans-serif;
    position: relative;
}
.logo-bg {
    filter: invert(156%) sepia(180%) saturate(1148%) hue-rotate(183deg) brightness(150%) contrast(190%);
    padding-left: 5%;
    padding-right: 5%;
}
.innerBorder {
    border: solid 2px rgb(121 122 122);
    border-bottom-style: inset;
    padding: 5%;
    margin: -5%;
    box-shadow: 0px 2px rgb(237 231 231);
}
a {
    color: rgb(221 221 221);
    text-decoration: underline;
    overflow-wrap: break-word;
}