.privacy-policy-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.privacy-policy-navbar-container {
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.privacy-policy-navbar {
  width: 100%;
  display: flex;
  padding: 15px;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.privacy-policy-navlink {
  display: contents;
}
.privacy-policy-image {
  width: 125px;
  object-fit: cover;
  text-decoration: none;
}
.privacy-policy-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.privacy-policy-link {
  transition: 0.3s;
  line-height: 27px;
  margin-right: var(--dl-space-space-tripleunit);
  letter-spacing: 2;
}
.privacy-policy-link:hover {
  color: #FEBD45 ;
}
.privacy-policy-link1 {
  transition: 0.3s;
  line-height: 27px;
  margin-right: var(--dl-space-space-tripleunit);
  letter-spacing: 2;
}
.privacy-policy-link1:hover {
  color: #FEBD45 ;
}
.privacy-policy-link2 {
  transition: 0.3s;
  line-height: 27px;
  letter-spacing: 2;
}
.privacy-policy-link2:hover {
  color: #FEBD45 ;
}
.privacy-policy-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
.privacy-policy-icon {
  width: 36px;
  height: 36px;
}
.privacy-policy-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-tripleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.privacy-policy-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.privacy-policy-navlink1 {
  display: contents;
}
.privacy-policy-image1 {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
.privacy-policy-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.privacy-policy-icon2 {
  width: 24px;
  height: 24px;
}
.privacy-policy-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.privacy-policy-link3 {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 27px;
  margin-bottom: var(--dl-space-space-unit);
  letter-spacing: 2;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-link4 {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 27px;
  margin-bottom: var(--dl-space-space-unit);
  letter-spacing: 2;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-link5 {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 2;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: column;
  padding-bottom: 50px;
  justify-content: center;
}
.privacy-policy-container3 {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.privacy-policy-container-text-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.privacy-policy-heading {
  color: rgb(4, 4, 4);
  margin-bottom: var(--dl-space-space-tripleunit);
}
.privacy-policy-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.privacy-policy-footer {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.privacy-policy-navlink2 {
  display: contents;
}
.privacy-policy-image2 {
  width: 125px;
  object-fit: cover;
  text-decoration: none;
}
.privacy-policy-text130 {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 500;
}
.privacy-policy-container4 {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}
.privacy-policy-navlink3 {
  margin-bottom: var(--dl-space-space-unit);
}
@media(max-width: 991px) {
  .privacy-policy-container3 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .privacy-policy-container-text-container {
    width: 100%;
    align-items: flex-start;
    margin-bottom: var(--dl-space-space-fourunits);
  }
  .privacy-policy-heading {
    text-align: center;
  }
}
@media(max-width: 767px) {
  .privacy-policy-navbar {
    position: relative;
  }
  .privacy-policy-links-container {
    display: none;
  }
  .privacy-policy-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    margin-left: var(--dl-space-space-tripleunit);
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-gray-black);
  }
  .privacy-policy-icon {
    fill: var(--dl-color-gray-white);
  }
  .privacy-policy-container1 {
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .privacy-policy-image1 {
    width: 125px;
  }
  .privacy-policy-link3 {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: var(--dl-space-space-tripleunit);
    letter-spacing: 2px;
    text-transform: none;
    text-decoration: none;
  }
  .privacy-policy-link4 {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: var(--dl-space-space-tripleunit);
    letter-spacing: 2px;
    text-transform: none;
    text-decoration: none;
  }
  .privacy-policy-link5 {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 2px;
    text-transform: none;
    text-decoration: none;
  }
  .privacy-policy-container-text-container {
    width: auto;
  }
  .privacy-policy-text {
    text-align: left;
  }
  .privacy-policy-text001 {
    text-align: center;
  }
  .privacy-policy-text002 {
    text-align: center;
  }
  .privacy-policy-text003 {
    text-align: center;
  }
  .privacy-policy-text005 {
    text-align: center;
  }
  .privacy-policy-text006 {
    text-align: center;
  }
  .privacy-policy-text008 {
    text-align: center;
  }
  .privacy-policy-text011 {
    text-align: center;
  }
  .privacy-policy-text012 {
    text-align: center;
  }
  .privacy-policy-text014 {
    text-align: center;
  }
  .privacy-policy-text015 {
    text-align: center;
  }
  .privacy-policy-text016 {
    text-align: center;
  }
  .privacy-policy-text017 {
    text-align: center;
  }
  .privacy-policy-text018 {
    text-align: center;
  }
  .privacy-policy-text019 {
    text-align: center;
  }
  .privacy-policy-text020 {
    text-align: center;
  }
  .privacy-policy-text021 {
    text-align: center;
  }
  .privacy-policy-text023 {
    text-align: center;
  }
  .privacy-policy-text024 {
    text-align: center;
  }
  .privacy-policy-text026 {
    text-align: center;
  }
  .privacy-policy-text029 {
    text-align: center;
  }
  .privacy-policy-text030 {
    text-align: center;
  }
  .privacy-policy-text032 {
    text-align: center;
  }
  .privacy-policy-text033 {
    text-align: center;
  }
  .privacy-policy-text034 {
    text-align: center;
  }
  .privacy-policy-text035 {
    text-align: center;
  }
  .privacy-policy-text036 {
    text-align: center;
  }
  .privacy-policy-text037 {
    text-align: center;
  }
  .privacy-policy-text038 {
    text-align: center;
  }
  .privacy-policy-text039 {
    text-align: center;
  }
  .privacy-policy-text040 {
    text-align: center;
  }
  .privacy-policy-text041 {
    text-align: center;
  }
  .privacy-policy-text042 {
    text-align: center;
  }
  .privacy-policy-text043 {
    text-align: center;
  }
  .privacy-policy-text044 {
    text-align: center;
  }
  .privacy-policy-text045 {
    text-align: center;
  }
  .privacy-policy-text047 {
    text-align: center;
  }
  .privacy-policy-text050 {
    text-align: center;
  }
  .privacy-policy-text051 {
    text-align: center;
  }
  .privacy-policy-text053 {
    text-align: center;
  }
  .privacy-policy-text054 {
    text-align: center;
  }
  .privacy-policy-text055 {
    text-align: center;
  }
  .privacy-policy-text056 {
    text-align: center;
  }
  .privacy-policy-text057 {
    text-align: center;
  }
  .privacy-policy-text058 {
    text-align: center;
  }
  .privacy-policy-text059 {
    text-align: center;
  }
  .privacy-policy-text060 {
    text-align: center;
  }
  .privacy-policy-text062 {
    text-align: center;
  }
  .privacy-policy-text063 {
    text-align: center;
  }
  .privacy-policy-text065 {
    text-align: center;
  }
  .privacy-policy-text068 {
    text-align: center;
  }
  .privacy-policy-text069 {
    text-align: center;
  }
  .privacy-policy-text071 {
    text-align: center;
  }
  .privacy-policy-text074 {
    text-align: center;
  }
  .privacy-policy-text075 {
    text-align: center;
  }
  .privacy-policy-text077 {
    text-align: center;
  }
  .privacy-policy-text078 {
    text-align: center;
  }
  .privacy-policy-text079 {
    text-align: center;
  }
  .privacy-policy-text080 {
    text-align: center;
  }
  .privacy-policy-text081 {
    text-align: center;
  }
  .privacy-policy-text082 {
    text-align: center;
  }
  .privacy-policy-text083 {
    text-align: center;
  }
  .privacy-policy-text084 {
    text-align: center;
  }
  .privacy-policy-text086 {
    text-align: center;
  }
  .privacy-policy-text087 {
    text-align: center;
  }
  .privacy-policy-text089 {
    text-align: center;
  }
  .privacy-policy-text090 {
    text-align: center;
  }
  .privacy-policy-text092 {
    text-align: center;
  }
  .privacy-policy-text095 {
    text-align: center;
  }
  .privacy-policy-text096 {
    text-align: center;
  }
  .privacy-policy-text098 {
    text-align: center;
  }
  .privacy-policy-text099 {
    text-align: center;
  }
  .privacy-policy-text101 {
    text-align: center;
  }
  .privacy-policy-text102 {
    text-align: center;
  }
  .privacy-policy-text104 {
    text-align: center;
  }
  .privacy-policy-text105 {
    text-align: center;
  }
  .privacy-policy-text107 {
    text-align: center;
  }
  .privacy-policy-text110 {
    text-align: center;
  }
  .privacy-policy-text111 {
    text-align: center;
  }
  .privacy-policy-text113 {
    text-align: center;
  }
  .privacy-policy-text116 {
    text-align: center;
  }
  .privacy-policy-text117 {
    text-align: center;
  }
  .privacy-policy-text119 {
    text-align: center;
  }
  .privacy-policy-text120 {
    text-align: center;
  }
  .privacy-policy-text122 {
    text-align: center;
  }
  .privacy-policy-text125 {
    text-align: center;
  }
  .privacy-policy-text126 {
    text-align: center;
  }
  .privacy-policy-text128 {
    text-align: center;
  }
  .privacy-policy-text129 {
    text-align: center;
  }
  .privacy-policy-footer {
    flex-direction: column;
  }
  .privacy-policy-image2 {
    display: none;
  }
  .privacy-policy-text130 {
    margin: var(--dl-space-space-unit);
  }
  .privacy-policy-container4 {
    flex-direction: row;
  }
  .privacy-policy-navlink3 {
    margin: var(--dl-space-space-unit);
  }
  .privacy-policy-navlink4 {
    margin: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .privacy-policy-burger-menu {
    margin-left: var(--dl-space-space-doubleunit);
  }
  .privacy-policy-container-text-container {
    width: 100%;
  }
  .privacy-policy-heading {
    font-size: 2rem;
  }
  .privacy-policy-footer {
    flex-direction: column;
  }
  .privacy-policy-image2 {
    display: none;
    align-self: center;
    margin-bottom: var(--dl-space-space-unit);
  }
  .privacy-policy-text130 {
    align-self: center;
    text-align: center;
    margin-bottom: var(--dl-space-space-unit);
  }
  .privacy-policy-container4 {
    width: 100%;
    flex-direction: row;
  }
  .privacy-policy-navlink3 {
    margin: mixed;
  }
  .privacy-policy-navlink4 {
    margin: mixed;
  }
}
