#policy {
  padding-block: 40px;
  background-color: #f9fafb;
}
@media screen and (max-width: 1024px) {
  #policy {
    padding-block: 30px;
    background-color: #fff;
  }
}
@media screen and (max-width: 480px) {
  #policy {
    padding-block: 20px;
  }
}
#policy .policy-toc-title {
  font-size: 13px;
  font-weight: 700;
  color: #f97316;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #policy .policy-toc-title {
    text-align: center;
  }
}
#policy .policy-toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#policy .policy-toc-item {
  margin-bottom: 6px;
}
#policy .policy-toc-item:last-child {
  margin-bottom: unset;
}
#policy .policy-toc-link {
  gap: 8px;
  display: flex;
  color: #555;
  font-size: 14px;
  padding: 8px 10px;
  align-items: center;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
#policy .policy-toc-link span {
  min-width: 20px;
  color: #aaa;
  font-size: 12px;
}
#policy .policy-toc-link:hover {
  color: #111;
  background-color: #f5f7fa;
}
#policy .policy-toc-link:hover span {
  color: #666;
}
#policy .policy-toc-link.is-active {
  color: #2563eb;
  font-weight: 600;
  background-color: #eef2ff;
}
#policy .policy-toc-link.is-active span {
  color: #2563eb;
}
#policy .policy-wrapper {
  gap: 20px;
  display: grid;
  grid-template-columns: 260px 1fr;
}
@media screen and (max-width: 1024px) {
  #policy .policy-wrapper {
    grid-template-columns: 1fr;
  }
}
#policy .policy-sidebar {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #policy .policy-sidebar {
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 500;
    position: fixed;
    will-change: transform;
    transform: translateX(100%);
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 1024px) {
  #policy .policy-sidebar.show {
    animation: show 0.3s forwards;
  }
}
@media screen and (max-width: 1024px) {
  #policy .policy-sidebar.hide {
    animation: hide 0.3s forwards;
  }
}
#policy .policy-header {
  margin-bottom: 20px;
}
#policy .policy-header h2 {
  color: #852616;
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  #policy .policy-header h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
#policy .policy-content {
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #eee;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #policy .policy-content {
    border: unset;
    padding: 25px;
  }
}
@media screen and (max-width: 640px) {
  #policy .policy-content {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  #policy .policy-content {
    padding-inline: 5px;
  }
}
#policy .policy-updated {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
}
#policy .policy-sapo {
  color: #475569;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 15px;
}
#policy .policy-toc {
  top: 60px;
  padding: 20px;
  position: sticky;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #f3f4f6;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 1024px) {
  #policy .policy-toc {
    top: unset;
    height: 100%;
    border: unset;
    position: static;
    padding-top: 70px;
    min-height: 100vh;
    border-radius: unset;
  }
}

#profile {
  padding-block: 40px;
}
#profile .policy-company {
  margin: auto;
  padding: 30px;
  max-width: 1200px;
  width: calc(100% - 30px);
  border-radius: 12px;
  background-color: #fff7f3;
  border-left: 5px solid #da7134;
  border: 1px solid rgba(133, 38, 22, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 640px) {
  #profile .policy-company {
    padding: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  #profile .policy-company {
    padding: 15px;
    border-left-width: 4px;
  }
}
#profile .policy-company h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  color: #852616;
}
@media screen and (max-width: 480px) {
  #profile .policy-company h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
#profile .policy-note {
  color: #475569;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: unset;
}
#profile .policy-info {
  gap: 12px;
  display: flex;
  flex-direction: column;
}
#profile .policy-info p {
  margin: 0;
  color: #334155;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
#profile .policy-info strong {
  min-width: 180px;
  display: inline-block;
  color: #852616;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #profile .policy-info strong {
    display: block;
    min-width: unset;
    margin-bottom: 3px;
  }
}
#profile .policy-info a {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
#profile .policy-info a:hover {
  color: #852616;
}

#btnSideBar {
  top: 18vh;
  left: 0;
  z-index: 500;
  border: none;
  outline: none;
  display: none;
  cursor: pointer;
  position: absolute;
  text-align: center;
  color: #333;
  transform: translateX(-50px);
  border-top-left-radius: 100rem;
  border-bottom-left-radius: 100rem;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: -3px 0 5px rgba(17, 17, 17, 0.1);
}
#btnSideBar {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
#btnSideBar * {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #btnSideBar {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #btnSideBar {
    top: 30vh;
  }
}

#policyContent section {
  padding-top: unset;
  padding-bottom: unset;
}
@media screen and (max-width: 1024px) {
  #policyContent section {
    padding-top: unset;
    text-align: justify;
    padding-bottom: unset;
  }
}
#policyContent h2 {
  color: #da7134;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  #policyContent h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
#policyContent h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  #policyContent h3 {
    font-size: 18px;
  }
}
#policyContent h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 15px;
}
#policyContent p {
  color: #374151;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
#policyContent strong {
  color: #4b5563;
}
#policyContent a {
  color: #2563eb;
  font-weight: 600;
}
#policyContent a strong {
  color: inherit;
}
#policyContent ul {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 20px;
}
#policyContent li {
  color: #6b7280;
  font-size: inherit;
  line-height: 26px;
  margin-top: 10px;
}

@keyframes show {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes hide {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}

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