.header-container {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
}
.header-navbar-interactive {
  width: 100%;
  display: flex;
  padding: 25px;
  z-index: 100;
  max-width: 1440px;
  align-items: center;
  justify-content: space-between;
}
.header-navlink {
  display: contents;
}
.header-image {
  width: 105px;
  cursor: pointer;
  height: auto;
  text-decoration: none;
}
.header-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.header-links {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.header-navlink1 {
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 30px;
  text-decoration: none;
}
.header-navlink1:hover {
  color: var(--dl-color-theme-customyellowhighlight);
  transition: ease 1s;
}
.header-navlink2 {
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 0px;
  margin-right: 30px;
  text-decoration: none;
}
.header-navlink2:hover {
  color: var(--dl-color-theme-customyellowhighlight);
  transition: 1s;
}
.header-buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-login {
  font-size: 16px;
  font-style: normal;
  font-family: "Fraunces";
  font-weight: 200;
  border-width: 0px;
  text-transform: none;
  text-decoration: none;
  background-color: var(--dl-color-theme-customyellowhighlight);
}
.header-burger-menu {
  display: none;
}
.header-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 100;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.header-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.header-navlink3 {
  display: contents;
}
.header-logo {
  height: 2rem;
  text-decoration: none;
}
.header-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon2 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.header-navlink4 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.header-text {
  margin-bottom: var(--dl-space-space-unit);
}
.header-buttons1 {
  display: flex;
  margin-top: var(--dl-space-space-unit);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-login1 {
  margin-right: var(--dl-space-space-twounits);
}
@media(max-width: 1200px) {
  .header-container {
    top: 0px;
    left: 0px;
    position: absolute;
  }
}
@media(max-width: 767px) {
  .header-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-desktop-menu {
    display: none;
  }
  .header-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-icon {
    fill: var(--dl-color-theme-customyellowhighlight);
    width: 40px;
    height: 40px;
  }
  .header-mobile-menu {
    background-color: var(--dl-color-theme-customdarkblue);
  }
  .header-logo {
    width: 180px;
    height: auto;
  }
  .header-icon2 {
    fill: var(--dl-color-theme-customyellowhighlight);
    width: 45px;
    height: 45px;
  }
  .header-navlink4 {
    fill: var(--dl-color-theme-customyellowhighlight);
    color: var(--dl-color-theme-customyellowhighlight);
    margin-bottom: var(--dl-space-space-unit);
  }
  .header-text {
    fill: var(--dl-color-theme-customyellowhighlight);
    color: var(--dl-color-theme-customyellowhighlight);
    margin-left: 0;
    margin-bottom: 0px;
  }
  .header-login1 {
    fill: var(--dl-color-theme-neutral-dark);
    color: var(--dl-color-theme-neutral-dark);
    margin-right: 0px;
    background-color: var(--dl-color-theme-customyellowhighlight);
  }
}
@media(max-width: 479px) {
  .header-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .header-mobile-menu {
    padding: 16px;
  }
}

.footer-container {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  justify-content: center;
}
.footer-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1440px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.footer-text {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  font-size: 16px;
  font-style: normal;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.footer-container2 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-container3 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-navlink {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  font-size: 16px;
  font-style: normal;
  font-family: "Fraunces";
  font-weight: 300;
  margin-right: 30px;
  text-transform: none;
  text-decoration: none;
  z-index: 99;
}
.footer-navlink1 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  font-size: 16px;
  font-style: normal;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
  z-index: 99;
}
@media(max-width: 767px) {
  .footer-container1 {
    align-items: center;
    flex-direction: column-reverse;
  }
}

.privacy-policy-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-theme-darkblueback);
}
.privacy-policy-main {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
  justify-content: center;
}
.privacy-policy-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  max-width: 1200px;
  margin-top: 100px;
  align-items: flex-start;
  justify-content: center;
}
.privacy-policy-container2 {
  flex: 0 0 auto;
  width: 80%;
  height: 100%;
  display: flex;
  z-index: 95;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.privacy-policy-text {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 100%;
  font-size: 70px;
  text-align: left;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-text002 {
  color: var(--dl-color-theme-customyellowhighlight);
}
.privacy-policy-text003 {
  fill: var(--dl-color-theme-lightpurple_highlight);
  color: var(--dl-color-theme-lightpurple_highlight);
  width: 100%;
  padding: 25px;
  align-self: flex-start;
}
.privacy-policy-text010 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-text011 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-text028 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-text029 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text032 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text047 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text049 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-text050 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-text053 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text056 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text065 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text068 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text071 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text073 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-text074 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-text077 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text079 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-text080 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text083 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text092 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text095 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text098 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text100 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-text101 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text104 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text107 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text110 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text113 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text115 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-text116 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text119 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text121 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-text122 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text125 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text128 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text130 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-text131 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-text134 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text136 {
  color: var(--dl-color-theme-neutral-light);
  font-size: 30px;
  font-family: "Fraunces";
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
}
.privacy-policy-text137 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-text140 {
  color: var(--dl-color-theme-lightpurple_highlight);
}
.privacy-policy-image {
  top: 0;
  right: 700px;
  width: 2000px;
  opacity: 50%;
  z-index: 90;
  position: fixed;
  align-self: center;
  object-fit: cover;
}
.privacy-policy-image1 {
  top: -800px;
  left: 800px;
  width: 2000px;
  opacity: 50%;
  z-index: 90;
  position: fixed;
  object-fit: cover;
}
@media(max-width: 1200px) {
  .privacy-policy-main {
    padding-top: 0px;
  }
  .privacy-policy-container1 {
    height: auto;
    justify-content: space-between;
  }
  .privacy-policy-container2 {
    align-self: flex-end;
    justify-content: flex-end;
  }
  .privacy-policy-text003 {
    width: 100%;
    margin-bottom: 0px;
  }
  .privacy-policy-image1 {
    display: none;
  }
}
@media(max-width: 767px) {
  .privacy-policy-container1 {
    flex-direction: column;
  }
  .privacy-policy-container2 {
    width: 100%;
    padding: 25px;
  }
  .privacy-policy-text {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .privacy-policy-text003 {
    padding: 0px;
  }
}
