* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
label {
  display: block;
  font-weight: 700;
}

.section-one {
  height: 100vh;
  position: relative;
  width: 100%;
}

.section-two {
  @media (max-width: 1024px) {
    height: 100vh;
    position: relative;
    width: 100%;
  }
  @media (min-width: 1300px) {
    height: 100vh;
    position: relative;
    width: 100%;
  }
}

body {
  overflow-x: hidden;
  font-family: "headline-gothic-atf";
  background-color: #f6efdf;
  color: #333;
  line-height: 1.6;
  padding: 10px 24px;
  @media (max-width: 920px) {
    padding-left: 0;
    padding-right: 0;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  z-index: 1000;
}

.section-one {
  .logo-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    #ring-logo {
      @media (max-width: 1280px) {
        max-width: 70%;
      }

      @media (max-width: 1024px) and (min-height: 1300px) {
        max-width: 100% !important;
      }
      @media (max-width: 1024px) {
        max-width: 60%;
      }

      @media (max-width: 920px) {
        max-width: 100%;
      }
    }

    .logo {
      z-index: 99;
    }
  }

  .logo {
    margin-top: 1rem;
  }

  .isolation-container {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    @media (max-width: 1024px) and (min-height: 1300px) {
      position: absolute;
      inset: 0;
    }
    @media (max-width: 920px) {
      position: absolute;
      inset: 0;
    }

    img {
      width: 85%;
      height: auto;
      @media (max-width: 1024px) and (min-height: 1300px) {
        height: 90%;
        object-fit: cover;
      }
      @media (max-width: 1280px) {
        width: 100%;
      }
      @media (max-width: 920px) {
        width: 100%;
        height: 90%;
        object-fit: cover;
      }
    }
  }
}

.section-two {
  position: relative;
  width: 100%;

  .logo-small-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

  .isolation-container {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    pointer-events: none;
    max-width: 1500px;
    @media (max-width: 920px) {
      display: none;
    }

    .iso-left,
    .iso-right {
      width: 30%;
      @media (max-width: 1024px) and (min-height: 1300px) {
        width: 35%;
      }
    }
    img {
      width: 90%;
    }
  }
  .isolation-container-mobile {
    margin: 0 auto;
    width: 100%;
    margin-top: 24px;

    justify-content: space-between;
    align-items: end;
    pointer-events: none;
    max-width: 1500px;
    display: none;

    @media (max-width: 920px) {
      width: 100%;
      display: flex;

      img {
        max-width: 60%;
        @media (max-width: 768px) {
          width: 50%;
          display: flex;
        }
      }
    }

    .iso-left,
    .iso-right {
      width: 30%;
      @media (max-width: 920px) {
        width: 35%;
      }
      @media (max-width: 768px) {
        width: 30%;
      }
      @media (max-width: 500px) {
        width: 40%;
        display: flex;
      }
      @media (max-width: 380px) {
        width: 30%;
        display: flex;
      }
    }
    img {
      width: 90%;
    }
  }

  .form-container {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 624px;
    width: 100%;
    margin: 0 auto;
    gap: 24px;

    @media (max-width: 1024px) and (min-height: 1300px) {
      justify-content: start !important;
      padding-top: 20%;
    }

    @media (max-width: 920px) {
      justify-content: start;
      position: relative;
      padding-top: 20%;
    }
    @media (max-width: 500px) {
      justify-content: start;
      padding-top: 30%;
    }
    @media (max-width: 1024px) and (min-height: 1300px) {
      max-width: 700px !important;
    }

    @media (min-width: 1025px) and (max-width: 1280px) {
      max-width: 500px;
    }

    @media (max-width: 1024px) {
      max-width: 500px;
      margin-top: 50px;
    }

    h1 {
      z-index: 9999;
      color: #fd0200;
      font-size: 116px;
      line-height: 116px;
      text-align: center;
      font-weight: 400;
      margin-bottom: 1rem;
      letter-spacing: 4px;
      text-transform: uppercase;
      @media (max-width: 1280px) {
        font-size: 80px;
        line-height: 80px;
        width: 100%;
      }
      @media (max-width: 1024px) and (min-height: 1300px) {
        font-size: 116px !important;
        line-height: 116px !important;
      }

      @media (max-width: 1024px) {
        font-size: 60px;
        line-height: 60px;
      }
      @media (max-width: 920px) {
        font-size: 80px;
        line-height: 80px;
        padding-top: 32px;
      }
      @media (max-width: 500px) {
        font-size: 60px;
        line-height: 60px;
      }
    }

    p {
      font-weight: 400;
      text-align: center;
      line-height: 48px;
      font-size: 30px;
      margin: 0 auto;
      text-transform: uppercase;
      @media (max-width: 1280px) {
        max-width: 300px;
        font-size: 30px;
      }
    }

    fieldset {
      gap: 1rem;
      z-index: 9999;
      border: none;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 8px;
      font-family: "Roboto", serif;
      font-weight: 400;
      font-style: normal;
      @media (max-width: 500px) {
        padding: 0 12px;
      }

      .input-container {
        display: flex;
        gap: 8px;
        width: 100%;
      }

      label {
        font-weight: 700;
      }

      input {
        padding: 1rem;
        border: 1px solid #0000000d;
        width: 100%;
        background-color: transparent;

        &:focus {
          outline: none;
          border: 1px solid #fd0200;
        }
      }

      button {
        background-color: #fd0200;
        color: white;
        border: none;
        padding: 12px 2rem;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s ease;

        &:hover {
          opacity: 70%;
        }

        &:disabled {
          opacity: 60%;
          cursor: not-allowed;
        }
      }
    }
  }
}

#loader-button {
  display: none;
}

.loader {
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 3px solid #fff;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.privacy-section {
  max-width: 1200px;
  padding: 16px;
  margin: 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;

  .privacy-header {
    margin-bottom: 24px;
  }

  h1 {
    font-size: 2.5em;
    font-family: "headline-gothic-atf";
  }

  h2 {
    font-size: 1.5em;
    margin-bottom: 16px;
  }

  p {
    font-size: 1em;
    font-family: "Roboto", serif;
    margin-bottom: 12px;
  }

  article {
    padding: 24px;
    background-color: #fffbf1;
  }

  article > div {
    margin-bottom: 32px;
  }

  pre {
    background-color: #d8ceb6;
    padding: 20px;
    margin-bottom: 12px;
    overflow-x: auto;
  }
}

@media (max-width: 768px) {
  .privacy-section {
    font-size: 14px;

    article {
      padding: 16px;
    }
  }
}

.terms-of-use-section {
  max-width: 1200px;
  padding: 16px;
  margin: 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 16px;

  .terms-of-use-header {
    margin-bottom: 24px;
  }

  h1 {
    font-size: 2.5em;
    font-family: "headline-gothic-atf";
  }

  h2 {
    font-size: 1.5em;
    margin-bottom: 16px;
  }

  p {
    font-size: 1em;
    font-family: "Roboto", serif;
    margin-bottom: 12px;
  }

  article {
    padding: 24px;
    background-color: #fffbf1;
  }

  article > div {
    margin-bottom: 32px;
  }

  pre {
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-color: #d8ceb6;
    padding: 48px;
    overflow-x: auto;
    height: fit-content;
    white-space: normal;

  }


.inline-letters {
  list-style: none;
  counter-reset: list-counter;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.inline-letters li {
  counter-increment: list-counter;
}

.inline-letters .list-header {
  display: flex;
  gap: 0.5rem;

}

.inline-letters .list-header::before {
  content: counter(list-counter, lower-alpha) ") ";
  font-weight: 700;
}

.inline-letters li p {
  margin-left: 0;
  margin-top: 0.5rem;
}

.permitted-uses-sub-list {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;

}


.permitted-uses-sub-list-pre{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.roman-list {
  list-style-type: lower-roman;
  margin-left: 2rem;
}

.roman-list div {
  margin-bottom: 0.5rem;
}



}

@media (max-width: 768px) {
  .terms-of-use-section {
    font-size: 14px;

    article {
      padding: 16px;
    }
  }
}


