@media only screen and (min-width: 1140px) {
  .legal-page {
    position: relative;
    width: 100%;
    height: max-content;
  }
  .legal-page .content {
    width: 100%;
    height: max-content;
    padding: 85px 35px;
    padding-top: 160px;
    max-width: 1100px;
    margin-inline: auto;
  }
  .legal-page .content .head {
    margin-bottom: 50px;
  }
  .legal-page .content .head .headingp {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #1F1F1F;
    opacity: 0.6;
  }
  .legal-page .content .head .headingp span {
    width: 60px;
    height: 1px;
    background: #1F1F1F;
    opacity: 0.7;
    margin-right: 15px;
    display: block;
  }
  .legal-page .content .head h1 {
    color: #1F1F1F;
    font-size: 64px;
    text-transform: uppercase;
    font-weight: 200 !important;
    line-height: 0.95;
  }
  .legal-page .content .body {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .legal-page .content .body h2 {
    color: #1F1F1F;
    font-size: 28px;
    font-weight: 400;
    margin-top: 20px;
  }
  .legal-page .content .body p {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    opacity: 0.9;
  }
  .legal-page .content .body p a {
    color: #363637;
    text-decoration: underline;
  }
  .legal-page .content .body .label {
    font-weight: 500;
    opacity: 1;
    margin-bottom: -8px;
  }
  .legal-page .content .body ul {
    margin: 0;
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .legal-page .content .body ul li {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    opacity: 0.9;
  }
  .legal-page .content .body .button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 40px;
    border-radius: 2px;
    color: white;
    background: #363637;
    text-decoration: none;
    margin-top: 25px;
    width: max-content;
  }
  .legal-page .content .body .button i {
    margin-left: 17px;
    transform: translateY(1px);
  }
}

/*# sourceMappingURL=legal.css.map */
