.navigation-links-nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.navigation-links-navlink {
  font-size: 20px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  margin-left: var(--dl-space-space-unit);
  padding-top: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.navigation-links-navlink:hover {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: 30px;
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
  background-color: var(--dl-color-gray-black);
}
.navigation-links-navlink1 {
  font-size: 20px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  margin-left: var(--dl-space-space-unit);
  padding-top: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.navigation-links-navlink1:hover {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: 30px;
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
  background-color: var(--dl-color-gray-black);
}
.navigation-links-navlink2 {
  font-size: 20px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  margin-left: var(--dl-space-space-unit);
  padding-top: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.navigation-links-navlink2:hover {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: 30px;
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
  background-color: var(--dl-color-gray-black);
}
.navigation-links-navlink3 {
  font-size: 20px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  margin-left: var(--dl-space-space-unit);
  padding-top: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.navigation-links-navlink3:hover {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: 30px;
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
  background-color: var(--dl-color-gray-black);
}
.navigation-links-navlink4 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-size: 20px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  margin-left: var(--dl-space-space-unit);
  padding-top: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-unit);
  border-radius: 30px;
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
  background-color: var(--dl-color-theme-primary1);
}
.navigation-links-navlink4:hover {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-unit);
  border-radius: 30px;
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-halfunit);
  background-color: var(--dl-color-gray-black);
}








@media(max-width: 767px) {
  .navigation-links-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .navigation-links-navlink {
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink2 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink3 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .navigation-links-navlink4 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
}

.header-header {
  width: 1176px;
  height: 55px;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  z-index: 100;
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-self: flex-start;
  margin-top: var(--dl-space-space-twounits);
  align-items: center;
  border-radius: 50px;
  justify-content: space-between;
  background-color: var(--dl-color-gray-white);
}
.header-navlink {
  display: contents;
}
.header-image {
  width: 222px;
  height: 55px;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.header-nav {
  display: flex;
  background-color: var(--dl-color-gray-white);
}
.header-btn-group {
  display: flex;
  align-items: center;
  margin-right: var(--dl-space-space-twounits);
  flex-direction: row;
  justify-content: space-between;
}
.header-register {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  font-size: 20px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  background-color: var(--dl-color-gray-black);
}
.header-register:hover {
  fill: var(--dl-color-gray-black);
  color: var(--dl-color-gray-black);
  background-color: var(--dl-color-gray-white);
}
.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-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.header-image1 {
  height: 2rem;
}
.header-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.header-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.header-icon08 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-root-class-name {
  top: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  margin-top: var(--dl-space-space-twounits);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
}
.header-root-class-name1 {
  align-self: center;
}
.header-root-class-name2 {
  align-self: center;
}
.header-root-class-name3 {
  align-self: center;
}
.header-root-class-name4 {
  align-self: center;
}
.header-root-class-name5 {
  align-self: center;
}
@media(max-width: 767px) {
  .header-header {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-nav {
    display: none;
  }
  .header-btn-group {
    display: none;
  }
  .header-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .header-header {
    padding: var(--dl-space-space-unit);
  }
  .header-mobile-menu {
    padding: 16px;
  }
}

.cta4-container {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.cta4-max-width {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  max-width: var(--dl-size-size-maxwidth);
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.cta4-container1 {
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
}
.cta4-column {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-direction: column;
}
.cta4-actions {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
}
.cta4-placeholder-image {
  height: 100%;
  flex-grow: 1;
  max-height: 400px;
}
@media(max-width: 991px) {
  .cta4-placeholder-image {
    width: 100%;
  }
}

.features12-layout349 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.features12-max-width {
  gap: var(--dl-space-space-threeunits);
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.features12-video {
  width: 100%;
}
.features12-section-title {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.features12-text {
  align-self: center;
  text-align: center;
}
.features12-text1 {
  align-self: center;
  text-align: center;
}
@media(max-width: 991px) {
  .features12-max-width {
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .features12-max-width {
    gap: var(--dl-space-space-oneandhalfunits);
  }
}

.cta9-container1 {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-between;
}
.cta9-content {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  flex-direction: column;
}
.cta9-container2 {
  gap: var(--dl-space-space-unit);
  flex: 1;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.cta9-navlink {
  width: auto;
  height: auto;
  margin: var(--dl-space-space-unit);
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  margin-left: var(--dl-space-space-halfunit);
  margin-right: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-halfunit);
  padding-right: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.cta9-row {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
}
.cta9-container3 {
  gap: var(--dl-space-space-oneandhalfunits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-self: center;
  justify-content: flex-start;
}
@media(max-width: 991px) {
  .cta9-container1 {
    gap: var(--dl-space-space-unit);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
  }
  .cta9-container2 {
    align-self: flex-start;
    align-items: flex-start;
  }
  .cta9-row {
    width: 100%;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
  }
  .cta9-container3 {
    align-self: flex-end;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .cta9-row {
    justify-content: center;
  }
  .cta9-container3 {
    width: 100%;
    flex-direction: column;
  }
}

.gallery7-gallery3 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.gallery7-max-width {
  gap: var(--dl-space-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.gallery7-section-title {
  gap: 24px;
  width: auto;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.gallery7-text {
  text-align: center;
}
.gallery7-container {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.gallery7-content {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}
.gallery7-container1 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.gallery7-image1 {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.gallery7-image2 {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.gallery7-container2 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.gallery7-image3 {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.gallery7-image4 {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.gallery7-image5 {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.gallery7-container3 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.gallery7-image6 {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.gallery7-image7 {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
@media(max-width: 991px) {
  .gallery7-content {
    align-items: center;
    flex-direction: column;
  }
  .gallery7-container1 {
    width: 100%;
  }
  .gallery7-image1 {
    flex: 0 0 auto;
    width: 100%;
  }
  .gallery7-container2 {
    width: 100%;
  }
  .gallery7-container3 {
    width: 100%;
  }
}
@media(max-width: 767px) {
  .gallery7-section-title {
    gap: var(--dl-space-space-oneandhalfunits);
  }
}

.stats2-container {
  width: 100%;
  flex-direction: column;
}
.stats2-max-width {
  gap: var(--dl-space-space-twounits);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.stats2-image {
  width: 658px;
}
.stats2-container2 {
  align-self: center;
}
.stats2-container3 {
  width: 100%;
}
.stats2-container4 {
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
.stats2-container5 {
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
.stats2-container6 {
  width: 100%;
}
.stats2-container7 {
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
.stats2-container8 {
  width: 100%;
  height: 100%;
  align-items: flex-start;
}
@media(max-width: 991px) {
  .stats2-max-width {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .stats2-image {
    width: 100%;
  }
}

.timeline10-max-width {
  gap: var(--dl-space-space-twounits);
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.timeline10-container01 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.timeline10-text {
  text-align: center;
}
.timeline10-text1 {
  text-align: center;
}
.timeline10-container02 {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.timeline10-timeline-container {
  flex: 1;
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.timeline10-step1 {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-end;
}
.timeline10-container03 {
  flex: 1;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.timeline10-container04 {
  width: 12px;
  height: 12px;
  margin: var(--dl-space-space-halfunit);
  border-radius: var(--dl-radius-radius-round);
  background-color: var(--dl-color-theme-neutral-dark);
}
.timeline10-progress0 {
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-dark);
  border-style: solid;
  border-width: 2px;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-dark);
}
.timeline10-container05 {
  gap: var(--dl-space-space-unit);
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-top: 0px;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: flex-start;
}
.timeline10-heading {
  text-align: left;
}
.timeline10-container06 {
  gap: var(--dl-space-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.timeline10-step2 {
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.timeline10-container07 {
  flex: 1;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.timeline10-container08 {
  width: 12px;
  height: 12px;
  margin: var(--dl-space-space-halfunit);
  border-radius: var(--dl-radius-radius-round);
  background-color: var(--dl-color-theme-neutral-dark);
}
.timeline10-progress01 {
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-dark);
  border-style: solid;
  border-width: 2px;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-dark);
}
.timeline10-container09 {
  gap: var(--dl-space-space-unit);
  width: 50%;
  display: flex;
  align-items: flex-end;
  padding-top: 0px;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: flex-start;
}
.timeline10-text3 {
  text-align: right;
}
.timeline10-text4 {
  text-align: right;
}
.timeline10-container10 {
  gap: var(--dl-space-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.timeline10-step3 {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-end;
}
.timeline10-container11 {
  flex: 1;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.timeline10-container12 {
  width: 12px;
  height: 12px;
  margin: var(--dl-space-space-halfunit);
  border-radius: var(--dl-radius-radius-round);
  background-color: var(--dl-color-theme-neutral-dark);
}
.timeline10-progress02 {
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-dark);
  border-style: solid;
  border-width: 2px;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-dark);
}
.timeline10-container13 {
  gap: var(--dl-space-space-unit);
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-top: 0px;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: flex-start;
}
.timeline10-heading1 {
  text-align: left;
}
.timeline10-container14 {
  gap: var(--dl-space-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.timeline10-step4 {
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
}
.timeline10-container15 {
  flex: 1;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.timeline10-container16 {
  width: 12px;
  height: 12px;
  margin: var(--dl-space-space-halfunit);
  border-radius: var(--dl-radius-radius-round);
  background-color: var(--dl-color-theme-neutral-dark);
}
.timeline10-progress03 {
  height: 100%;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-dark);
  border-style: solid;
  border-width: 2px;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-dark);
}
.timeline10-container17 {
  gap: var(--dl-space-space-unit);
  width: 50%;
  display: flex;
  align-items: flex-end;
  padding-top: 0px;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: flex-start;
}
.timeline10-text6 {
  text-align: right;
}
.timeline10-text7 {
  text-align: right;
}
.timeline10-container18 {
  gap: var(--dl-space-space-unit);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
@media(max-width: 767px) {
  .timeline10-text1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .timeline10-container03 {
    right: auto;
  }
  .timeline10-container05 {
    width: 100%;
    padding-left: var(--dl-space-space-threeunits);
  }
  .timeline10-heading {
    text-align: left;
  }
  .timeline10-container07 {
    right: auto;
  }
  .timeline10-container09 {
    width: 100%;
    align-items: flex-start;
    padding-left: var(--dl-space-space-threeunits);
  }
  .timeline10-text3 {
    text-align: left;
  }
  .timeline10-text4 {
    text-align: left;
  }
  .timeline10-container11 {
    right: auto;
  }
  .timeline10-container13 {
    width: 100%;
    padding-left: var(--dl-space-space-threeunits);
  }
  .timeline10-heading1 {
    text-align: left;
  }
  .timeline10-container15 {
    right: auto;
  }
  .timeline10-container17 {
    width: 100%;
    align-items: flex-start;
    padding-left: var(--dl-space-space-threeunits);
  }
  .timeline10-text6 {
    text-align: left;
  }
  .timeline10-text7 {
    text-align: left;
  }
}
@media(max-width: 479px) {
  .timeline10-container02 {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }
  .timeline10-container06 {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }
  .timeline10-container10 {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }
  .timeline10-container14 {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }
  .timeline10-container18 {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }
}

.testimonial4-max-width {
  gap: var(--dl-space-space-fiveunits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.testimonial4-section-title {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.testimonial4-title {
  width: 100%;
  text-align: center;
}
.testimonial4-subtitle {
  text-align: center;
}
.testimonial4-content {
  gap: var(--dl-space-space-twounits);
}
.testimonial4-column {
  flex: 1;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-dark);
  border-style: solid;
  border-width: 1px;
}
.testimonial4-stars {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.testimonial4-text {
  height: auto;
}
.testimonial4-avatar {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
.testimonial4-avatar-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.testimonial4-text1 {
  font-weight: 600;
}
.testimonial4-column1 {
  flex: 1;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-dark);
  border-style: solid;
  border-width: 1px;
}
.testimonial4-stars1 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.testimonial4-text2 {
  height: auto;
}
.testimonial4-avatar1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
.testimonial4-avatar-content1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.testimonial4-text3 {
  font-weight: 600;
}
.testimonial4-column2 {
  flex: 1;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-dark);
  border-style: solid;
  border-width: 1px;
}
.testimonial4-stars2 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.testimonial4-text4 {
  height: auto;
}
.testimonial4-avatar2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
}
.testimonial4-avatar-content2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.testimonial4-text5 {
  font-weight: 600;
}
@media(max-width: 991px) {
  .testimonial4-max-width {
    gap: var(--dl-space-space-threeunits);
  }
}
@media(max-width: 767px) {
  .testimonial4-section-title {
    width: 100%;
    max-width: 800px;
  }
}

.faq3-faq9 {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.faq3-max-width {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.faq3-section-title {
  align-items: flex-start;
}
.faq3-text {
  text-align: center;
}
.faq3-row {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.faq3-divider {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-primary1);
}
.faq3-content1 {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
.faq3-faq1-question {
  width: 500px;
  font-style: normal;
  font-weight: 600;
}
.faq3-faq1-answer {
  flex-grow: 1;
}
.faq3-row1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.faq3-divider1 {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-primary1);
}
.faq3-content2 {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
.faq3-faq2-question {
  width: 500px;
  font-style: normal;
  font-weight: 600;
}
.faq3-faq2-answer {
  flex-grow: 1;
}
.faq3-row2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.faq3-divider2 {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-primary1);
}
.faq3-content3 {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
.faq3-faq3-question {
  width: 500px;
  font-style: normal;
  font-weight: 600;
}
.faq3-faq3-answer {
  flex-grow: 1;
}
.faq3-row3 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.faq3-divider3 {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-primary1);
}
.faq3-content4 {
  gap: var(--dl-space-space-fourunits);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
.faq3-faq4-question {
  width: 500px;
  font-style: normal;
  font-weight: 600;
}
.faq3-faq4-answer {
  flex-grow: 1;
}
.faq3-content6 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
.faq3-button {
  align-self: flex-start;
  text-decoration: none;
}
@media(max-width: 991px) {
  .faq3-content1 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
  }
  .faq3-content2 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
  }
  .faq3-content3 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
  }
  .faq3-content4 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
  }
}
@media(max-width: 767px) {
  .faq3-faq1-question {
    width: 100%;
  }
  .faq3-faq2-question {
    width: 100%;
  }
  .faq3-faq3-question {
    width: 100%;
  }
  .faq3-faq4-question {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .faq3-max-width {
    gap: var(--dl-space-space-oneandhalfunits);
  }
  .faq3-text1 {
    text-align: center;
  }
  .faq3-button {
    align-self: center;
  }
}

.footer7-container {
  color: var(--dl-color-theme-secondary1);
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-twounits);
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer7-max-width {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer7-content {
  gap: var(--dl-space-space-fourunits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius4);
  margin-bottom: 0px;
}
.footer7-newsletter {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 60%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.footer7-image1 {
  height: 2rem;
}
.footer7-actions {
  gap: 16px;
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.footer7-form {
  gap: var(--dl-space-space-unit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: stretch;
  flex-shrink: 0;
}
.footer7-container1 {
  width: 365px;
  display: flex;
  align-items: flex-start;
}
.footer7-text-input {
  width: 100%;
  height: 32px;
  display: flex;
  font-size: 16px;
  box-sizing: content-box;
  text-align: left;
  align-items: center;
  font-family: Roboto;
  font-weight: 400;
  background-color: transparent;
}
.footer7-links {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: flex-end;
}
.footer7-column2 {
  gap: var(--dl-space-space-unit);
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 300px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.footer7-column2-title {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
}
.footer7-footer-links {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.footer7-link6 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-decoration: none;
}
.footer7-link7 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-decoration: none;
}
.footer7-link8 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-decoration: none;
}
.footer7-link9 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-decoration: none;
}
.footer7-link10 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  text-decoration: none;
}
.footer7-credits {
  width: auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.footer7-row {
  flex: 1;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
.footer7-credits1 {
  gap: var(--dl-space-space-twounits);
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.footer7-content3 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
.footer7-link11 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
.footer7-link12 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}
.footer7-link13 {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
}




@media(max-width: 991px) {
  .footer7-newsletter {
    width: 300px;
  }
  .footer7-form {
    width: 100%;
    flex-direction: column;
  }
  .footer7-container1 {
    width: 100%;
  }
  .footer7-text-input {
    width: 100%;
    padding: var(--dl-space-space-halfunit);
  }
  .footer7-button {
    width: 100%;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 767px) {
  .footer7-content {
    flex-direction: column;
  }
  .footer7-newsletter {
    width: 100%;
  }
  .footer7-form {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }
  .footer7-container1 {
    width: 100%;
  }
  .footer7-button {
    width: 208px;
  }
  .footer7-links {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
  }
  .footer7-column2 {
    align-items: center;
  }
  .footer7-column2-title {
    text-align: center;
  }
  .footer7-footer-links {
    align-self: center;
  }
  .footer7-credits {
    align-self: center;
  }
  .footer7-row {
    gap: var(--dl-space-space-fourunits);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer7-credits1 {
    gap: var(--dl-space-space-oneandhalfunits);
    flex-direction: column;
  }
}
@media(max-width: 479px) {
  .footer7-actions {
    width: 100%;
  }
  .footer7-form {
    width: 100%;
    flex-direction: column;
  }
  .footer7-container1 {
    width: 100%;
  }
  .footer7-button {
    width: 100%;
  }
  .footer7-links {
    flex-direction: column;
  }
  .footer7-column2 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer7-footer-links {
    align-items: center;
    justify-content: center;
  }
  .footer7-credits {
    gap: 0;
  }
  .footer7-row {
    gap: var(--dl-space-space-fourunits);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-hero {
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  max-width: auto;
  min-height: auto;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-video {
  width: 100%;
  height: 100%;
  align-self: flex-start;
  object-fit: cover;
}
.home-text {
  top: 300px;
  fill: var(--dl-color-gray-white);
  left: 0px;
  color: var(--dl-color-gray-white);
  right: 0px;
  margin: auto;
  position: absolute;
  font-size: 100px;
  text-align: center;
  font-family: "Spectral";
}
.home-text1 {
  top: 330px;
  fill: var(--dl-color-gray-white);
  left: 0px;
  color: var(--dl-color-gray-white);
  right: 0px;
  position: absolute;
  font-size: 80px;
  margin-top: var(--dl-space-space-sixunits);
  text-align: center;
  font-family: "Spectral";
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
}
@media(max-width: 991px) {
  .home-hero {
    flex-direction: column;
  }
}
@media(max-width: 767px) {
  .home-hero {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
}
@media(max-width: 479px) {
  .home-hero {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
}
