.header-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(90deg, rgb(68, 16, 38) 0.00%,rgb(36, 6, 23) 100.00%);
}
.header-navbar {
  width: 100%;
  display: flex;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.header-left-side {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-image {
  width: 100px;
  display: none;
  object-fit: cover;
}
.header-navlink {
  display: contents;
}
.header-image1 {
  width: 100px;
  display: none;
  object-fit: cover;
  text-decoration: none;
}
.header-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
.header-icon {
  width: 36px;
  height: 36px;
}
.header-links-container {
  width: 100%;
  height: 80px;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-link {
  color: var(--dl-color-primary-white50);
  font-style: normal;
  text-decoration: none;
}
.header-link1 {
  color: var(--dl-color-primary-white50);
  font-style: normal;
  text-decoration: none;
}
.header-navlink1 {
  display: contents;
}
.header-image2 {
  width: auto;
  align-self: center;
  object-fit: cover;
  text-decoration: none;
}
.header-link2 {
  color: var(--dl-color-primary-white50);
  font-style: normal;
  text-decoration: none;
}
.header-link3 {
  color: var(--dl-color-primary-white50);
  font-style: normal;
}
.header-mobile-menu {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100%;
  height: 100VH;
  display: none;
  padding: var(--dl-space-space-doubleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.header-container {
  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;
}
.header-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-icon2 {
  width: 24px;
  height: 24px;
}
.header-links-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-link4 {
  font-style: normal;
  margin-bottom: var(--dl-space-space-unit);
}
.header-link5 {
  font-style: normal;
  margin-bottom: var(--dl-space-space-unit);
}
.header-link6 {
  font-style: normal;
  margin-bottom: var(--dl-space-space-unit);
}
.header-root-class-name {
  background-image: linear-gradient(90deg, rgb(68, 16, 38) 0.00%,rgb(36, 6, 23) 100.00%);
}
@media(max-width: 1600px) {
  .header-image {
    display: none;
  }
}
@media(max-width: 1200px) {
  .header-left-side {
    justify-content: center;
  }
  .header-image {
    display: none;
  }
  .header-links-container {
    max-width: 1100px;
  }
}
@media(max-width: 991px) {
  .header-navbar {
    max-width: 950px;
  }
  .header-image {
    display: none;
  }
}
@media(max-width: 767px) {
  .header-navbar {
    height: auto;
  }
  .header-left-side {
    padding: var(--dl-space-space-doubleunit);
    flex-direction: row;
    justify-content: space-between;
  }
  .header-image {
    width: auto;
  }
  .header-image1 {
    width: auto;
    display: flex;
  }
  .header-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-primary-backlight);
  }
  .header-icon {
    fill: var(--dl-color-gray-white);
  }
  .header-links-container {
    display: none;
  }
  .header-mobile-menu {
    display: none;
    background-color: var(--dl-color-primary-back);
  }
  .header-container {
    justify-content: flex-end;
  }
  .header-close-menu {
    align-items: flex-end;
  }
  .header-icon2 {
    fill: var(--dl-color-gray-white);
  }
  .header-link4 {
    color: var(--dl-color-gray-white);
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .header-link5 {
    color: var(--dl-color-gray-white);
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .header-link6 {
    color: var(--dl-color-gray-white);
    margin-bottom: 0px;
  }
}
@media(max-width: 479px) {
  .header-left-side {
    align-items: center;
  }
  .header-image {
    width: auto;
  }
  .header-image1 {
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .header-burger-menu {
    background-color: var(--dl-color-primary-backlight);
  }
  .header-mobile-menu {
    display: none;
    z-index: 100;
  }
  .header-container {
    margin-top: 0px;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .header-links-container1 {
    width: 100%;
  }
  .header-link4 {
    color: var(--dl-color-gray-white);
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .header-link5 {
    align-self: flex-start;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .header-link6 {
    align-self: flex-start;
  }
}

.footer-footer {
  width: 100%;
  height: 80px;
  display: flex;
  padding: var(--dl-space-space-unit);
  z-index: 100;
  position: relative;
  max-width: 1200px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  background-color: var(--dl-color-primary-back);
}
.footer-container {
  width: 250px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-navlink {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.footer-navlink1 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.footer-copyright {
  color: var(--dl-color-gray-white);
  font-style: normal;
}

.footer-root-class-name1 {
  background-color: transparent;
}
.footer-root-class-name2 {
  background-color: transparent;
}
.footer-root-class-name3 {
  background-color: transparent;
}


@media(max-width: 1200px) {
  .footer-footer {
    padding: var(--dl-space-space-unit);
    max-width: auto;
  }
}
@media(max-width: 991px) {
  .footer-footer {
    max-width: auto;
  }
}
@media(max-width: 767px) {
  .footer-footer {
    max-width: auto;
  }
}
@media(max-width: 479px) {
  .footer-footer {
    height: auto;
    max-width: auto;
    padding-top: var(--dl-space-space-doubleunit);
    padding-left: var(--dl-space-space-fiveunits);
    padding-right: var(--dl-space-space-fiveunits);
    flex-direction: column;
    padding-bottom: var(--dl-space-space-doubleunit);
  }
  .footer-container {
    margin-bottom: var(--dl-space-space-tripleunit);
  }
  .footer-root-class-name5 {
    max-width: auto;
  }
}

.privacy-policy-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.privacy-policy-privacy-container {
  flex: 1;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: var(--dl-space-space-tenunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-tenunits);
  justify-content: center;
  background-image: radial-gradient(circle at center, rgba(243, 79, 106, 0.3) 0.00%,rgba(255, 255, 255, 0.3) 100.00%);
}
.privacy-policy-our-expertise {
  width: 100%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  max-width: 1200px;
  align-items: center;
  flex-direction: column;
}
.privacy-policy-container1 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.privacy-policy-container2 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.privacy-policy-text02 {
  color: var(--dl-color-primary-pink);
}
.privacy-policy-text03 {
  color: var(--dl-color-gray-500);
}
.privacy-policy-footer-container {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, rgb(68, 16, 38) 0.00%,rgb(36, 6, 23) 100.00%);
}
@media(max-width: 1200px) {
  .privacy-policy-container2 {
    width: 100%;
  }
  .privacy-policy-text {
    margin-bottom: var(--dl-space-space-fiveunits);
  }
}
@media(max-width: 479px) {
  .privacy-policy-privacy-container {
    padding: var(--dl-space-space-tripleunit);
  }
  .privacy-policy-text {
    width: 100%;
    font-size: 2em;
    text-align: center;
  }
}
