.navbar-wrapper {
  display: contents;
}
 
.navbar-container1 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: var(--dl-color-grays-100);
}
 
.navbar-navbar {
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: var(--dl-layout-size-maxwidth);
  align-self: center;
  align-items: center;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  padding-bottom: var(--dl-layout-space-oneandhalfunits);
  justify-content: space-between;
}
 
.navbar-left {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar-navlink1 {
  display: contents;
}
 
.navbar-logo {
  width: 165px;
  object-fit: cover;
  margin-right: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.navbar-links {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar-link1 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  cursor: pointer;
  font-size: 15px;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans";
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.navbar-link1:hover {
  opacity: 0.5;
}
 
.navbar-link2 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  cursor: pointer;
  font-size: 15px;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans";
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.navbar-link2:hover {
  opacity: 0.5;
}
 
.navbar-link3 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  cursor: pointer;
  font-size: 15px;
  font-style: normal;
  transition: 0.3s;
  font-family: "Noto Sans";
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
 
.navbar-link3:hover {
  opacity: 0.5;
}
 
.navbar-right {
  gap: 6px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-container2 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.navbar-text10 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 12px;
}
 
.navbar-phone {
  gap: 5px;
  cursor: pointer;
  display: flex;
  text-align: right;
  align-items: flex-end;
  border-width: 0px;
  text-decoration: none;
}
 
.navbar-icon1 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
}
 
.navbar-text11 {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 15px;
  font-style: normal;
  font-family: "Noto Sans";
  font-weight: 600;
  line-height: 24px;
}
 
.navbar-text12 {
  fill: var(--dl-color-grays-740);
  color: var(--dl-color-grays-740);
  display: flex;
  font-size: 11px;
  align-self: flex-end;
  font-style: normal;
  align-items: flex-end;
  font-family: "Noto Sans";
  font-weight: 600;
  line-height: 24px;
  flex-direction: row;
}
 
.navbar-book1 {
  fill: var(--dl-color-grays-100);
  color: var(--dl-color-grays-100);
  font-size: 14px;
  margin-left: var(--dl-layout-space-unit);
  padding-top: 10px;
  padding-left: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: 10px;
  text-decoration: none;
  background-color: var(--dl-color-primary-primaryyellow);
}
 
.navbar-text13 {
  fill: var(--dl-color-grays-100);
  color: var(--dl-color-grays-100);
  font-family: "Noto Sans";
}
 
.navbar-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}
 
.navbar-icon3 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 1000;
  position: fixed;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
 
.navbar-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar-container3 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.navbar-image {
  height: 2rem;
}
 
.navbar-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.navbar-icon5 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.navbar-nav2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.navbar-link4 {
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.navbar-navlink2 {
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.navbar-navlink3 {
  margin-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
}
 
.navbar-book2 {
  text-decoration: none;
}
 
.navbar-text14 {
  font-family: Inter;
}
 
.privacy-policy-fragment20 {
  display: contents;
}
 
.privacy-policy-text110 {
  display: inline-block;
}
 
.privacy-policy-fragment15 {
  display: contents;
}
 
.privacy-policy-text105 {
  display: inline-block;
}
 
.privacy-policy-fragment14 {
  display: contents;
}
 
.privacy-policy-text104 {
  display: inline-block;
}
 
.privacy-policy-fragment17 {
  display: contents;
}
 
.privacy-policy-text107 {
  display: inline-block;
}
 
.privacy-policy-fragment18 {
  display: contents;
}
 
.privacy-policy-text108 {
  display: inline-block;
}
 
.privacy-policy-fragment13 {
  display: contents;
}
 
.privacy-policy-text103 {
  display: inline-block;
}
 
.privacy-policy-fragment16 {
  display: contents;
}
 
.privacy-policy-text106 {
  display: inline-block;
}
 
.privacy-policy-fragment19 {
  display: contents;
}
 
.privacy-policy-text109 {
  display: inline-block;
}
 
.privacy-policy-fragment10 {
  display: contents;
}
 
.privacy-policy-text100 {
  display: inline-block;
}
 
.privacy-policy-fragment12 {
  display: contents;
}
 
.privacy-policy-text102 {
  display: inline-block;
}
 
.privacy-policy-fragment11 {
  display: contents;
}
 
.privacy-policy-text101 {
  display: inline-block;
}
 

 

 

 

 
.navbarroot-class-name4 {
  align-self: center;
  background-color: transparent;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .navbar-navbar {
    z-index: 1000;
  }
  .navbar-links {
    display: none;
  }
  .navbar-right {
    display: none;
  }
  .navbar-burger-menu {
    display: flex;
    padding: var(--dl-layout-space-unit);
    border-radius: var(--dl-layout-radius-round);
  }
  .navbar-icon3 {
    fill: var(--dl-color-grays-900);
    width: 24px;
    height: 24px;
    min-height: auto;
  }
  .navbar-mobile-menu {
    background-color: #1a1a1aff;
  }
  .navbar-icon5 {
    fill: var(--dl-color-grays-940);
    width: 32px;
    height: 32px;
  }
  .navbar-link4 {
    fill: var(--dl-color-grays-940);
    color: var(--dl-color-grays-940);
  }
  .navbar-navlink2 {
    fill: var(--dl-color-grays-940);
    color: var(--dl-color-grays-940);
  }
  .navbar-navlink3 {
    fill: var(--dl-color-grays-940);
    color: var(--dl-color-grays-940);
  }
  .navbar-book2 {
    margin-top: var(--dl-layout-space-unit);
    margin-bottom: var(--dl-layout-space-twounits);
  }
  .navbar-text14 {
    font-family: Inter;
  }
}
 
@media(max-width: 767px) {
  .navbar-navbar {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .navbar-burger-menu {
    display: flex;
  }
}
 
@media(max-width: 479px) {
  .navbar-navbar {
    padding: var(--dl-layout-space-unit);
  }
  .navbar-mobile-menu {
    padding: 16px;
  }
}

.cta-wrapper {
  display: contents;
}
 
.ctacta {
  width: 100%;
  display: flex;
  padding: 0px;
  position: relative;
  max-width: auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-primaryblue);
}
 
.cta-content {
  gap: var(--dl-layout-space-fourunits);
  width: auto;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  max-width: 1440px;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-primary-primaryblue);
}
 
.cta-header {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.cta-heading {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 56px;
  max-width: 800px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
 
.cta-caption {
  fill: var(--dl-color-grays-940);
  color: var(--dl-color-grays-940);
  font-size: 18px;
  max-width: 900px;
  text-align: center;
  line-height: 27px;
}
 
.cta-types {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.cta-book {
  fill: #1a1a1aff;
  color: #1a1a1aff;
  align-self: center;
  margin-top: 0px;
  padding-left: 52px;
  margin-bottom: 0px;
  padding-right: 52px;
  padding-bottom: var(--dl-layout-space-unit);
  text-decoration: none;
  background-color: var(--dl-color-primary-primaryyellow);
}
 
.cta-text1 {
  fill: #1a1a1aff;
  color: #1a1a1aff;
}
 
.privacy-policy-fragment21 {
  display: contents;
}
 
.privacy-policy-text222 {
  display: inline-block;
}
 
.privacy-policy-fragment22 {
  display: contents;
}
 
.privacy-policy-text223 {
  display: inline-block;
}
 
.privacy-policy-fragment23 {
  display: contents;
}
 
.privacy-policy-text224 {
  display: inline-block;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .ctacta {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cta-types {
    width: 100%;
    flex-direction: column;
  }
}
 
@media(max-width: 767px) {
  .ctacta {
    padding-top: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-unit);
  }
  .cta-content {
    gap: var(--dl-layout-space-twounits);
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .cta-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .cta-caption {
    font-size: 14px;
    line-height: 21px;
  }
  .cta-types {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .cta-book {
    width: 100%;
    display: flex;
  }
}
 
@media(max-width: 479px) {
  .ctacta {
    padding-top: var(--dl-layout-space-unit);
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-layout-space-unit);
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-grays-100);
}
 
.footer-container1 {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-self: center;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-threeunits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-threeunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.footer-left {
  gap: var(--dl-layout-space-threeunits);
  width: 401px;
  display: flex;
  align-items: flex-start;
  padding-right: 0px;
  flex-direction: column;
}
 
.footer-brand {
  gap: var(--dl-layout-space-unit);
  width: 448px;
  display: flex;
  max-width: 400px;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-image1 {
  width: 165px;
  object-fit: cover;
}
 
.footer-text10 {
  fill: #b3b3b3ff;
  color: #b3b3b3ff;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 19px;
}
 
.footer-socials {
  gap: var(--dl-layout-space-unit);
  display: none;
  max-width: 400px;
  align-items: flex-start;
  flex-direction: row;
}
 
.footer-image2 {
  width: 24px;
  object-fit: cover;
}
 
.footer-image3 {
  width: 24px;
  object-fit: cover;
}
 
.footer-image4 {
  width: 24px;
  object-fit: cover;
}
 
.footer-right {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.footer-list1 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-header1 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
 
.footer-links1 {
  gap: 12px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-link10 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link10:hover {
  opacity: 0.5;
}
 
.footer-link11 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link11:hover {
  opacity: 0.5;
}
 
.footer-link12 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link12:hover {
  opacity: 0.5;
}
 
.footer-link13 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link13:hover {
  opacity: 0.5;
}
 
.footer-link14 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link14:hover {
  opacity: 0.5;
}
 
.footer-list2 {
  gap: var(--dl-layout-space-unit);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-header2 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
 
.footer-links2 {
  gap: 12px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-link15 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link15:hover {
  opacity: 0.5;
}
 
.footer-link16 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link16:hover {
  opacity: 0.5;
}
 
.footer-link17 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link17:hover {
  opacity: 0.5;
}
 
.footer-link18 {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
 
.footer-link18:hover {
  opacity: 0.5;
}
 
.footer-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.footer-legal {
  gap: var(--dl-layout-space-threeunits);
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-layout-space-unit);
  flex-direction: row;
  background-color: #1a1a1aff;
}
 
.footer-copyright1 {
  color: rgb(255, 255, 255);
}
 
.footer-copyright2 {
  text-decoration: none;
}
 
.footer-copyright3 {
  text-decoration: none;
}
 
.privacy-policy-fragment26 {
  display: contents;
}
 
.privacy-policy-link {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}
 
.privacy-policy-link:hover {
  opacity: 0.5;
}
 
.privacy-policy-fragment30 {
  display: contents;
}
 
.privacy-policy-text237 {
  display: inline-block;
}
 
.privacy-policy-fragment32 {
  display: contents;
}
 
.privacy-policy-text239 {
  display: inline-block;
}
 
.privacy-policy-fragment38 {
  display: contents;
}
 
.privacy-policy-text245 {
  display: inline-block;
}
 
.privacy-policy-fragment31 {
  display: contents;
}
 
.privacy-policy-text238 {
  display: inline-block;
}
 
.privacy-policy-fragment29 {
  display: contents;
}
 
.privacy-policy-text236 {
  display: inline-block;
}
 
.privacy-policy-fragment24 {
  display: contents;
}
 
.privacy-policy-text225 {
  display: inline-block;
}
 
.privacy-policy-fragment27 {
  display: contents;
}
 
.privacy-policy-text234 {
  display: inline-block;
}
 
.privacy-policy-fragment34 {
  display: contents;
}
 
.privacy-policy-text241 {
  display: inline-block;
}
 
.privacy-policy-fragment37 {
  display: contents;
}
 
.privacy-policy-text244 {
  display: inline-block;
}
 
.privacy-policy-fragment25 {
  display: contents;
}
 
.privacy-policy-text226 {
  display: inline-block;
}
 
.privacy-policy-fragment33 {
  display: contents;
}
 
.privacy-policy-text240 {
  display: inline-block;
}
 
.privacy-policy-fragment36 {
  display: contents;
}
 
.privacy-policy-text243 {
  display: inline-block;
}
 
.privacy-policy-fragment35 {
  display: contents;
}
 
.privacy-policy-text242 {
  display: inline-block;
}
 
.privacy-policy-fragment28 {
  display: contents;
}
 
.privacy-policy-text235 {
  display: inline-block;
}
 

 

 

 

 
.footerroot-class-name4 {
  background-color: transparent;
}
 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
@media(max-width: 991px) {
  .footer-container1 {
    gap: var(--dl-layout-space-twounits);
    width: 100%;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
  }
  .footer-left {
    width: 367px;
    height: 198px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .footer-brand {
    width: 342px;
    max-width: 342px;
  }
  .footer-socials {
    display: none;
  }
  .footer-right {
    gap: var(--dl-layout-space-twounits);
    flex-direction: column;
  }
  .footer-container2 {
    width: 100%;
    align-self: center;
    align-items: center;
    justify-content: center;
  }
}
 
@media(max-width: 767px) {
  .footer-container1 {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .footer-left {
    width: 180px;
    height: 243px;
  }
  .footer-brand {
    width: 100%;
    height: 100%;
    max-width: 342px;
    margin-bottom: 0px;
  }
  .footer-image1 {
    width: 110px;
  }
  .footer-text10 {
    font-size: 13px;
    line-height: 18px;
  }
  .footer-right {
    width: 181px;
  }
}
 
@media(max-width: 479px) {
  .footer-container1 {
    gap: var(--dl-layout-space-oneandhalfunits);
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .footer-left {
    gap: var(--dl-layout-space-twounits);
    width: 128px;
  }
  .footer-brand {
    width: 100%;
  }
  .footer-text10 {
    width: 140px;
    height: 238px;
  }
  .footer-right {
    width: 136px;
    margin-right: 0px;
  }
  .footer-link10 {
    font-size: 14px;
  }
  .footer-link11 {
    font-size: 14px;
  }
  .footer-link12 {
    font-size: 14px;
  }
  .footer-link13 {
    font-size: 14px;
  }
  .footer-link14 {
    font-size: 14px;
  }
  .footer-link15 {
    font-size: 14px;
  }
  .footer-link16 {
    font-size: 14px;
  }
  .footer-link17 {
    font-size: 14px;
  }
  .footer-link18 {
    font-size: 14px;
  }
  .footer-container2 {
    align-self: center;
    align-items: center;
    justify-content: center;
  }
  .footer-legal {
    gap: var(--dl-layout-space-unit);
    align-items: flex-start;
    justify-content: center;
  }
  .footer-copyright1 {
    font-size: 14px;
  }
  .footer-copyright2 {
    font-size: 10px;
  }
  .footer-copyright3 {
    font-size: 10px;
  }
  .privacy-policy-link {
    font-size: 14px;
  }
}

.privacy-policy-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  scroll-behavior: smooth;
  background-color: #1a1a1aff;
}
 
.privacy-policy-fragment10 {
  display: contents;
}
 
.privacy-policy-text100 {
  display: inline-block;
}
 
.privacy-policy-fragment11 {
  display: contents;
}
 
.privacy-policy-text101 {
  display: inline-block;
}
 
.privacy-policy-fragment12 {
  display: contents;
}
 
.privacy-policy-text102 {
  display: inline-block;
}
 
.privacy-policy-fragment13 {
  display: contents;
}
 
.privacy-policy-text103 {
  display: inline-block;
}
 
.privacy-policy-fragment14 {
  display: contents;
}
 
.privacy-policy-text104 {
  display: inline-block;
}
 
.privacy-policy-fragment15 {
  display: contents;
}
 
.privacy-policy-text105 {
  display: inline-block;
}
 
.privacy-policy-fragment16 {
  display: contents;
}
 
.privacy-policy-text106 {
  display: inline-block;
}
 
.privacy-policy-fragment17 {
  display: contents;
}
 
.privacy-policy-text107 {
  display: inline-block;
}
 
.privacy-policy-fragment18 {
  display: contents;
}
 
.privacy-policy-text108 {
  display: inline-block;
}
 
.privacy-policy-fragment19 {
  display: contents;
}
 
.privacy-policy-text109 {
  display: inline-block;
}
 
.privacy-policy-fragment20 {
  display: contents;
}
 
.privacy-policy-text110 {
  display: inline-block;
}
 
.privacy-policy-eligibility {
  gap: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  align-self: flex-end;
  min-height: 100%;
  align-items: center;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-sixunits);
  background-color: var(--dl-color-grays-940);
}
 
.privacy-policy-max-width {
  width: 100%;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-direction: column;
}
 
.privacy-policy-heading {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 1440px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.privacy-policy-header {
  font-size: 42px;
  max-width: 600px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.privacy-policy-content {
  gap: var(--dl-layout-space-unit);
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  margin-left: 0px;
  margin-right: 0px;
  flex-direction: column;
}
 
.privacy-policy-text111 {
  line-height: 23px;
}
 
.privacy-policy-text113 {
  line-height: 23px;
}
 
.privacy-policy-text116 {
  line-height: 23px;
}
 
.privacy-policy-text119 {
  font-weight: 700;
}
 
.privacy-policy-text120 {
  line-height: 23px;
}
 
.privacy-policy-text123 {
  line-height: 23px;
}
 
.privacy-policy-text126 {
  line-height: 23px;
}
 
.privacy-policy-text129 {
  line-height: 23px;
}
 
.privacy-policy-text132 {
  font-weight: 700;
}
 
.privacy-policy-text133 {
  line-height: 23px;
}
 
.privacy-policy-text136 {
  line-height: 23px;
}
 
.privacy-policy-text139 {
  line-height: 23px;
}
 
.privacy-policy-text142 {
  line-height: 23px;
}
 
.privacy-policy-text145 {
  line-height: 23px;
}
 
.privacy-policy-text148 {
  line-height: 23px;
}
 
.privacy-policy-text151 {
  font-weight: 700;
}
 
.privacy-policy-text152 {
  line-height: 23px;
}
 
.privacy-policy-text155 {
  line-height: 23px;
}
 
.privacy-policy-text158 {
  line-height: 23px;
}
 
.privacy-policy-text161 {
  line-height: 23px;
}
 
.privacy-policy-text164 {
  line-height: 23px;
}
 
.privacy-policy-text167 {
  line-height: 23px;
}
 
.privacy-policy-text170 {
  font-weight: 700;
}
 
.privacy-policy-text171 {
  line-height: 23px;
}
 
.privacy-policy-text174 {
  line-height: 23px;
}
 
.privacy-policy-text177 {
  font-weight: 700;
}
 
.privacy-policy-text178 {
  line-height: 23px;
}
 
.privacy-policy-text181 {
  line-height: 23px;
}
 
.privacy-policy-text184 {
  line-height: 23px;
}
 
.privacy-policy-text187 {
  font-weight: 700;
}
 
.privacy-policy-text188 {
  line-height: 23px;
}
 
.privacy-policy-text191 {
  line-height: 23px;
}
 
.privacy-policy-text194 {
  font-weight: 700;
}
 
.privacy-policy-text195 {
  line-height: 23px;
}
 
.privacy-policy-text198 {
  line-height: 23px;
}
 
.privacy-policy-text201 {
  font-weight: 700;
}
 
.privacy-policy-text202 {
  line-height: 23px;
}
 
.privacy-policy-text205 {
  line-height: 23px;
}
 
.privacy-policy-text208 {
  font-weight: 700;
}
 
.privacy-policy-text209 {
  line-height: 23px;
}
 
.privacy-policy-text212 {
  line-height: 23px;
}
 
.privacy-policy-text215 {
  line-height: 23px;
}
 
.privacy-policy-text218 {
  line-height: 23px;
}
 
.privacy-policy-text220 {
  line-height: 23px;
}
 
.privacy-policy-fragment21 {
  display: contents;
}
 
.privacy-policy-text222 {
  display: inline-block;
}
 
.privacy-policy-fragment22 {
  display: contents;
}
 
.privacy-policy-text223 {
  display: inline-block;
}
 
.privacy-policy-fragment23 {
  display: contents;
}
 
.privacy-policy-text224 {
  display: inline-block;
}
 
.privacy-policy-fragment24 {
  display: contents;
}
 
.privacy-policy-text225 {
  display: inline-block;
}
 
.privacy-policy-fragment25 {
  display: contents;
}
 
.privacy-policy-text226 {
  display: inline-block;
}
 
.privacy-policy-fragment26 {
  display: contents;
}
 
.privacy-policy-link {
  fill: var(--dl-color-grays-900);
  color: var(--dl-color-grays-900);
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
}
 
.privacy-policy-link:hover {
  opacity: 0.5;
}
 
.privacy-policy-fragment27 {
  display: contents;
}
 
.privacy-policy-text234 {
  display: inline-block;
}
 
.privacy-policy-fragment28 {
  display: contents;
}
 
.privacy-policy-text235 {
  display: inline-block;
}
 
.privacy-policy-fragment29 {
  display: contents;
}
 
.privacy-policy-text236 {
  display: inline-block;
}
 
.privacy-policy-fragment30 {
  display: contents;
}
 
.privacy-policy-text237 {
  display: inline-block;
}
 
.privacy-policy-fragment31 {
  display: contents;
}
 
.privacy-policy-text238 {
  display: inline-block;
}
 
.privacy-policy-fragment32 {
  display: contents;
}
 
.privacy-policy-text239 {
  display: inline-block;
}
 
.privacy-policy-fragment33 {
  display: contents;
}
 
.privacy-policy-text240 {
  display: inline-block;
}
 
.privacy-policy-fragment34 {
  display: contents;
}
 
.privacy-policy-text241 {
  display: inline-block;
}
 
.privacy-policy-fragment35 {
  display: contents;
}
 
.privacy-policy-text242 {
  display: inline-block;
}
 
.privacy-policy-fragment36 {
  display: contents;
}
 
.privacy-policy-text243 {
  display: inline-block;
}
 
.privacy-policy-fragment37 {
  display: contents;
}
 
.privacy-policy-text244 {
  display: inline-block;
}
 
.privacy-policy-fragment38 {
  display: contents;
}
 
.privacy-policy-text245 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .privacy-policy-eligibility {
    gap: var(--dl-layout-space-threeunits);
  }
}
 
@media(max-width: 767px) {
  .privacy-policy-eligibility {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .privacy-policy-header {
    font-size: 30px;
    line-height: 36px;
  }
  .privacy-policy-content {
    gap: var(--dl-layout-space-unit);
  }
}
 
@media(max-width: 479px) {
  .privacy-policy-link {
    font-size: 14px;
  }
}
