@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html{
  cursor: pointer !important;
}

.privacy-content {
  max-width:100vw;

}

.privacy-menu {
  padding-top: 21px;
  overflow: hidden;
}

.privacy-col {
  overflow: hidden;
  max-width: 80rem;
}

.privacy-item {
  border-top: 1px solid #d6d6d6;
  
}

input[type="checkbox"] {
    display: none;
}

h3 {
    color: #333;
    font-size: 24px;
    position: relative;
    z-index: 1;
    background: white;
    height: 6rem;
    /* display:flex; */
    align-items: center;
    padding-top: 2.5rem;
    margin: 0;
    cursor: pointer;
}

h3::after {
  content: '>';
  float: right;
  font-size: 30px;
  font-weight: bold;
  margin-top: -2px;
  margin-right: 8px;
  transition: transform .3s ease
}

.privacy-product-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.privacy-product-list li {
  margin-bottom: 5px;
  line-height: 1;
}

.privacy-product-list a {
  color: #555;
  display: inline-block;
  font-size: 12px;
  line-height:2rem;
}



input[type="checkbox"]:checked+.privacy-col-section 
.privacy-product-list {
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    visibility: visible;
    position: static;
    transform: none;
}

input[type="checkbox"]:checked+.privacy-col-section h3::after {
  transform: rotate(90deg) scale(1.08);
}



.privacy-base {
  padding-top: 34px;
  padding-bottom: 21px;
  color: #888;
  font-size: 12px; 
}

.privacy-more-ways {
  margin-bottom: 7px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d6d6d6;
}

.nowrap {
    white-space: nowrap;
}

.privacy-product-list {
  visibility: hidden;
  position: absolute;
  transform: translateY(-100px);
  z-index: 1;
  padding: 5px 0 16px 0;
}

.privacy-col {
  overflow: hidden;
}




@media only screen and (max-width: 767px) {
  
  .privacy {
    padding: 0 16px;
    padding-bottom: 21px;
  }
  
  .privacy-col {
    width: 100%;
  }
  
  
  h3 {
    padding: 10px 0;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 2px;
    height: 2rem;
  }
  
  h3::after {
    content: '>';
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: -2px;
    margin-right: 8px;
    transition: transform .3s ease
  }
  
  .privacy-product-list {
    visibility: hidden;
    position: absolute;
    transform: translateY(-100px);
    z-index: 1;
    padding: 5px 0 16px 0;
  }
  
  .privacy-product-list li {
    margin: 0;
  }
  
  .privacy-product-list a {
    display: block;
    padding: 6px 14px;
  }
  

}

@media only screen and (min-width: 767px) {
  .item-padding-top {
    padding-top: 24px;
  }
}

.privacy-legal-copyright {
    margin-right: 30px;
    float: left;
    margin-top: 3px;
}

.privacy-legal-links {
  float: left;
}

.privacy-legal-links a {
  border-right: 1px solid #d6d6d6;
  margin-right: 10px;
  padding-right: 12px;
  display: inline-block;
  margin-top: 3px;
  white-space: nowrap;
  color: #555;
}

.privacy-legal-links a:last-child {
  border-right: none;
}

.privacy-legal-links a:hover {
  color: #333;
}