/*
Compile-Minify: true
Compile-Area: everywhere
Compile-OutputGroup: headtag
Compile-Exports: terms
Compile-Dependencies: 
*/

.terms-section-top img {
  width: 100%;
  height: 318px;
  object-fit: cover;
  border-radius: 16px;
}

.terms-path-con {
  position: absolute;
  top: 30%;
  left: 2.5%;
}

.terms-path-con a {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  color: #F2F0EA;
}

.terms-us-text {
  position: absolute;
  top: 50%;
  left: 2.5%;
  font-family: Oswald;
  font-size: 48px;
  font-weight: 700;
  line-height: 71px;
  color: #F2F0EA;
}

.terms-section-bottom-left {
  width: 32%;
  padding-left: 25px;
  position: sticky;
  top: 0;
  height: fit-content;
}

.terms-search-form {
  width: 70%;
  border-bottom: 1px solid #383634;
  padding: 10px;
}

.terms-section-bottom-left .side-nav {
  width: 50%;
  padding-top: 30px;
}

.terms-section-bottom-left .side-nav a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #383634;
}

.terms-search-form input[type="search"]{
  border: none;
  background-color: #F2F0EA;
  outline: none;
}

.terms-search-form button {
  border: none;
  outline: none;
}

.terms-section-bottom-right {
  width: 60%;

}

.terms-section-bottom-right > div {
  width: 74%;
  margin-right: auto;
}

#overview p:first-of-type,
#online p:first-of-type,
#general-conditions p:first-of-type,
#completeness p:first-of-type,
#modifications p:first-of-type,
#products p:first-of-type,
#billing p:first-of-type,
#optional-tools p:first-of-type,
#third-party p:first-of-type,
#user-comments p:first-of-type,
#personal-information p:first-of-type,
#contactus p:first-of-type,
#errors p:first-of-type,
#prohibited-uses p:first-of-type,
#disclaimer p:first-of-type,
#indemnification p:first-of-type,
#severability p:first-of-type,
#termination p:first-of-type,
#agreement p:first-of-type,
#law p:first-of-type,
#changes-to-terms p:first-of-type,
#contact-information p:first-of-type {
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  padding-top: 30px;
}

@media (min-width: 576px) and (max-width: 768px) {
  .terms-section-bottom-left .side-nav {
    display: none;
  }

  .terms-section-bottom-left {
    display: none;
  }

  .terms-section-bottom-right {
    width: 95.5%;
  }

  .terms-section-bottom-right > div {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .terms-section-bottom-left .side-nav {
    display: none;
  }

  .terms-section-bottom-left {
    display: none;
  }

  .terms-section-bottom-right {
    width: 95.5%;
  }

  .terms-section-bottom-right > div {
    width: 100%;
  }
}