.navbar-container-wrapper {
  display: contents;
}
 
.navbar-container-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  position: sticky;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #d7f3ff;
}
 
.navbar-container-navbar {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-layout-space-doubleunit);
  padding-left: var(--dl-layout-space-tripleunit);
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-doubleunit);
  justify-content: space-between;
}
 
.navbar-container-left-side {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.navbar-container-image {
  width: 166px;
  height: 41px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-layout-space-doubleunit);
}
 
.navbar-container-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-end;
}
 
.navbar-container-link1 {
  color: #006488;
  margin-right: var(--dl-layout-space-tripleunit);
  text-decoration: none;
}
 
.navbar-container-link2 {
  color: #006488;
  margin-right: var(--dl-layout-space-tripleunit);
  text-decoration: none;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 

 

 
@media(max-width: 479px) {
  .navbar-container-navbar {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .navbar-container-links-container {
    flex-direction: row;
    justify-content: flex-start;
  }
  .navbar-container-link1 {
    margin-right: var(--dl-layout-space-doubleunit);
  }
  .navbar-container-link2 {
    margin-right: var(--dl-layout-space-unit);
  }
}

.footer-wrapper {
  display: contents;
}
 
.footer-container {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #f3ecec;
}
 
.footer-max-width {
  gap: 24px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-content {
  gap: var(--dl-layout-space-fourunits);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  padding-top: 32px;
  padding-left: 0px;
  border-radius: 4px;
  margin-bottom: 0px;
  padding-right: 32px;
  padding-bottom: 32px;
}
 
.footer-newsletter {
  gap: 24px;
  width: 60%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer-image {
  width: 141px;
  height: 35px;
  object-fit: cover;
}
 
.footer-content1 {
  font-family: "Raleway";
}
 
.footer-links {
  gap: 32px;
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: flex-end;
}
 
.footer-column1 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 300px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer-column1-title {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
  font-family: "Raleway";
}
 
.footer-footer-links1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-link1 {
  font-family: "Raleway";
}
 
.footer-link2 {
  font-family: "Raleway";
  text-decoration: none;
}
 
.footer-link3 {
  font-family: "Raleway";
  text-decoration: none;
}
 
.footer-link4 {
  font-family: "Raleway";
  text-decoration: none;
}
 
.footer-column2 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 300px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.footer-column2-title {
  fill: var(--dl-color-theme-neutral-dark);
  color: var(--dl-color-theme-neutral-dark);
  font-family: "Raleway";
}
 
.footer-footer-links2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-link6 {
  font-family: "Raleway";
  text-decoration: none;
}
 
.footer-link7 {
  font-family: "Raleway";
  text-decoration: none;
}
 
.footer-credits {
  width: auto;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.footer-row {
  flex: 1;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
 
.footer-policy {
  gap: 32px;
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.footer-link11 {
  font-family: "Raleway";
  text-decoration: none;
}
 
.footer-social-links {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: row;
}
 
.footer-link {
  display: contents;
}
 
.footer-icon1 {
  text-decoration: none;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text30 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text22 {
  display: inline-block;
}
 
.footerroot-class-name {
  background-color: #f3ecec;
}
 
.footerroot-class-name1 {
  background-color: #f3ecec;
}
 
.footerroot-class-name2 {
  background-color: #f3ecec;
}
 
.footerroot-class-name3 {
  background-color: #f3ecec;
}
 
.footerroot-class-name4 {
  background-color: #f3ecec;
}
 
.footerroot-class-name5 {
  background-color: #f3ecec;
}
 
.footerroot-class-name6 {
  background-color: #f3ecec;
}
 
@media(max-width: 991px) {
  .footer-newsletter {
    width: 300px;
  }
}
 
@media(max-width: 767px) {
  .footer-content {
    flex-direction: column;
  }
  .footer-newsletter {
    width: 100%;
  }
  .footer-links {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
  }
  .footer-column1 {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-footer-links1 {
    width: 299px;
    align-self: center;
    align-items: flex-start;
  }
  .footer-column2 {
    align-items: flex-start;
  }
  .footer-column2-title {
    text-align: center;
  }
  .footer-footer-links2 {
    width: 316px;
    align-self: center;
    align-items: flex-start;
  }
  .footer-credits {
    align-self: center;
  }
  .footer-row {
    gap: var(--dl-layout-space-fourunits);
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer-policy {
    gap: 24px;
    flex-direction: column;
  }
  .footer-social-links {
    align-self: center;
  }
}
 
@media(max-width: 479px) {
  .footer-links {
    flex-direction: column;
  }
  .footer-column1 {
    width: 100%;
    max-width: 100%;
    align-self: flex-start;
    align-items: flex-start;
    justify-content: center;
  }
  .footer-column1-title {
    align-self: flex-start;
    text-align: left;
  }
  .footer-footer-links1 {
    width: 100%;
    align-self: flex-start;
    align-items: flex-start;
    justify-content: center;
  }
  .footer-column2 {
    width: 100%;
    max-width: 100%;
    align-self: flex-start;
    align-items: flex-start;
    justify-content: center;
  }
  .footer-footer-links2 {
    width: 100%;
    align-self: flex-start;
    align-items: flex-start;
    justify-content: center;
  }
  .footer-credits {
    gap: 0;
  }
  .footer-row {
    gap: var(--dl-layout-space-fourunits);
    width: 100%;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
  }
  .footer-link11 {
    align-self: flex-start;
  }
  .footer-social-links {
    align-self: flex-start;
    align-items: center;
    justify-content: center;
  }
}

.home-container1 {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.home-fragment10 {
  display: contents;
}
 
.home-text10 {
  display: inline-block;
}
 
.home-fragment11 {
  display: contents;
}
 
.home-text11 {
  display: inline-block;
}
 
.home-hero {
  width: 100%;
  height: 451px;
  display: flex;
  margin-top: 0px;
  align-items: center;
  padding-top: 0px;
  margin-bottom: 0px;
  flex-direction: row;
  padding-bottom: 0px;
  justify-content: center;
  background-color: #d8f3ff;
}
 
.home-content-container {
  width: 1383px;
  height: 319px;
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  margin-top: var(--dl-layout-space-halfunit);
  align-items: center;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: 0px;
  margin-bottom: var(--dl-layout-space-halfunit);
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.home-squirrel {
  width: 392px;
  height: 357px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-shrink: 1;
}
 
.home-image10 {
  width: 480px;
  height: 370px;
  object-fit: cover;
}
 
.home-hero-text {
  width: 918px;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-doubleunit);
  flex-direction: column;
}
 
.home-heading1 {
  color: #003e55;
  width: 932px;
  font-size: 2.6em;
  text-align: center;
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text12 {
  color: rgb(0, 62, 85);
  font-size: 20px;
  text-align: center;
  margin-bottom: var(--dl-layout-space-doubleunit);
}
 
.home-text14 {
  font-weight: 700;
}
 
.home-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: grid;
  margin-left: var(--dl-layout-space-doubleunit);
  margin-right: var(--dl-layout-space-doubleunit);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.home-image11 {
  width: 100%;
  object-fit: cover;
  margin-right: 0px;
  text-decoration: none;
}
 
.home-image12 {
  width: 100%;
  object-fit: cover;
  margin-right: 0px;
  text-decoration: none;
}
 
.home-image13 {
  width: 100%;
  object-fit: cover;
  margin-right: 0px;
  text-decoration: none;
}
 
.home-image14 {
  width: 100%;
  object-fit: cover;
  margin-right: 0px;
  text-decoration: none;
}
 
.home-container3 {
  width: 100%;
  height: 62px;
  display: flex;
  z-index: 1;
  margin-top: -50px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
 
.home-image15 {
  width: 100%;
  object-fit: cover;
}
 
.home-features {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-layout-space-doubleunit);
  padding-left: var(--dl-layout-space-tripleunit);
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-doubleunit);
}
 
.home-heading-container1 {
  width: 860px;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-fiveunits);
  flex-direction: column;
}
 
.home-text15 {
  color: rgb(0, 62, 85);
  width: 865px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: var(--dl-layout-space-doubleunit);
}
 
.home-elements {
  width: 1599px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-features-card1 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-doubleunit);
  padding-left: var(--dl-layout-space-doubleunit);
  margin-bottom: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-doubleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-doubleunit);
  justify-content: center;
}
 
.home-icon-container1 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  margin-right: var(--dl-layout-space-tripleunit);
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
  padding-bottom: 8px;
}
 
.home-image16 {
  width: auto;
  object-fit: cover;
}
 
.home-features-card2 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-doubleunit);
  padding-left: var(--dl-layout-space-doubleunit);
  margin-bottom: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-doubleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-doubleunit);
  justify-content: center;
}
 
.home-icon-container2 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  margin-right: var(--dl-layout-space-tripleunit);
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
}
 
.home-image17 {
  width: auto;
  object-fit: cover;
}
 
.home-features-card3 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-doubleunit);
  padding-left: var(--dl-layout-space-doubleunit);
  margin-bottom: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-doubleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-doubleunit);
  justify-content: center;
}
 
.home-icon-container3 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  margin-right: var(--dl-layout-space-tripleunit);
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
}
 
.home-image18 {
  width: auto;
  object-fit: cover;
}
 
.home-cards-container1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-features-card4 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-doubleunit);
  padding-left: var(--dl-layout-space-doubleunit);
  margin-bottom: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-doubleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-doubleunit);
}
 
.home-icon-container4 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  margin-right: var(--dl-layout-space-tripleunit);
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
  background-color: rgba(73, 198, 244, 0.25);
}
 
.home-image19 {
  width: 100%;
  object-fit: cover;
}
 
.home-text-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-heading2 {
  color: #003e55;
  margin-bottom: var(--dl-layout-space-tripleunit);
}
 
.home-text16 {
  color: #003e55;
  text-align: left;
}
 
.home-features-card5 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-doubleunit);
  padding-left: var(--dl-layout-space-doubleunit);
  margin-bottom: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-doubleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-doubleunit);
}
 
.home-icon-container5 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  margin-right: var(--dl-layout-space-tripleunit);
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
  background-color: rgba(73, 198, 244, 0.25);
}
 
.home-image20 {
  width: 100%;
  object-fit: cover;
}
 
.home-text-container2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-heading3 {
  color: #003e55;
  margin-bottom: var(--dl-layout-space-tripleunit);
}
 
.home-text17 {
  color: #003e55;
  text-align: left;
}
 
.home-cards-container2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-features-card6 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-doubleunit);
  padding-left: var(--dl-layout-space-doubleunit);
  margin-bottom: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-doubleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-doubleunit);
}
 
.home-icon-container6 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  margin-right: var(--dl-layout-space-tripleunit);
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
  background-color: rgba(73, 198, 244, 0.25);
}
 
.home-image21 {
  width: 100%;
  object-fit: cover;
}
 
.home-text-container3 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-heading4 {
  color: #003e55;
  margin-bottom: var(--dl-layout-space-tripleunit);
}
 
.home-text18 {
  color: #003e55;
  text-align: left;
}
 
.home-features-card7 {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-doubleunit);
  padding-left: var(--dl-layout-space-doubleunit);
  margin-bottom: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-doubleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-doubleunit);
}
 
.home-icon-container7 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-items: center;
  margin-right: var(--dl-layout-space-tripleunit);
  border-radius: var(--dl-layout-radius-round);
  flex-direction: column;
  background-color: rgba(73, 198, 244, 0.25);
}
 
.home-image22 {
  width: 100%;
  object-fit: cover;
}
 
.home-text-container4 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-heading5 {
  color: #003e55;
  margin-bottom: var(--dl-layout-space-tripleunit);
}
 
.home-text19 {
  color: #003e55;
  text-align: left;
}
 
.home-partners {
  width: 100%;
  display: flex;
  max-width: 100%;
  margin-top: 0px;
  align-items: center;
  padding-top: var(--dl-layout-space-tripleunit);
  padding-left: var(--dl-layout-space-tripleunit);
  margin-bottom: 0px;
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-tripleunit);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.home-heading-container2 {
  width: 45%;
  display: flex;
  align-items: center;
  padding-left: var(--dl-layout-space-tripleunit);
  margin-bottom: var(--dl-layout-space-doubleunit);
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: column;
}
 
.home-text20 {
  color: #003e55;
  font-size: 1.7em;
  text-align: center;
  font-family: "Raleway";
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: var(--dl-layout-space-doubleunit);
  text-transform: none;
  text-decoration: none;
}
 
.home-text21 {
  color: #003e55;
  text-align: center;
}
 
.home-cards-container3 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-partner-logo1 {
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: center;
  flex-direction: column;
}
 
.home-avatar-container1 {
  display: flex;
  padding: var(--dl-layout-space-fourunits);
  align-items: center;
  border-radius: var(--dl-layout-radius-round);
  margin-bottom: var(--dl-layout-space-tripleunit);
  flex-direction: column;
  padding-bottom: 32px;
}
 
.home-image23 {
  width: 200px;
  object-fit: cover;
}
 
.home-partner-logo2 {
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: center;
  flex-direction: column;
}
 
.home-avatar-container2 {
  width: 223px;
  display: flex;
  padding: var(--dl-layout-space-fourunits);
  align-items: center;
  border-radius: var(--dl-layout-radius-round);
  margin-bottom: var(--dl-layout-space-tripleunit);
  flex-direction: column;
}
 
.home-image24 {
  width: 100%;
  object-fit: cover;
}
 
.home-partner-logo3 {
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: center;
  flex-direction: column;
}
 
.home-avatar-container3 {
  display: flex;
  padding: var(--dl-layout-space-fourunits);
  align-items: center;
  border-radius: var(--dl-layout-radius-round);
  margin-bottom: var(--dl-layout-space-tripleunit);
  flex-direction: column;
}
 
.home-image25 {
  width: 200px;
  object-fit: cover;
}
 
.home-partner-logo4 {
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: center;
  flex-direction: column;
}
 
.home-avatar-container4 {
  display: flex;
  padding: var(--dl-layout-space-fourunits);
  align-items: center;
  border-radius: var(--dl-layout-radius-round);
  margin-bottom: var(--dl-layout-space-tripleunit);
  flex-direction: column;
}
 
.home-image26 {
  width: 200px;
  object-fit: cover;
}
 
.home-cards-container4 {
  width: 532px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-partner-logo5 {
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: center;
  flex-direction: column;
}
 
.home-avatar-container5 {
  display: flex;
  padding: var(--dl-layout-space-fourunits);
  align-items: center;
  border-radius: var(--dl-layout-radius-round);
  margin-bottom: var(--dl-layout-space-tripleunit);
  flex-direction: column;
}
 
.home-image27 {
  width: 200px;
  object-fit: cover;
}
 
.home-partner-logo6 {
  display: flex;
  padding: var(--dl-layout-space-halfunit);
  align-items: center;
  flex-direction: column;
}
 
.home-avatar-container6 {
  display: flex;
  padding: var(--dl-layout-space-fourunits);
  align-items: center;
  border-radius: var(--dl-layout-radius-round);
  margin-bottom: var(--dl-layout-space-tripleunit);
  flex-direction: column;
}
 
.home-image28 {
  width: 200px;
  height: 61px;
  object-fit: cover;
}
 
.home-section-separator1 {
  width: 100%;
  height: 1px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-900);
}
 
.home-section-separator2 {
  width: 100%;
  height: 1px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-900);
}
 
.home-fragment12 {
  display: contents;
}
 
.home-text22 {
  display: inline-block;
}
 
.home-fragment13 {
  display: contents;
}
 
.home-text23 {
  display: inline-block;
}
 
.home-fragment14 {
  display: contents;
}
 
.home-text24 {
  display: inline-block;
}
 
.home-fragment15 {
  display: contents;
}
 
.home-text25 {
  display: inline-block;
}
 
.home-fragment16 {
  display: contents;
}
 
.home-text26 {
  display: inline-block;
}
 
.home-fragment17 {
  display: contents;
}
 
.home-text27 {
  display: inline-block;
}
 
.home-fragment18 {
  display: contents;
}
 
.home-text28 {
  display: inline-block;
}
 
.home-fragment19 {
  display: contents;
}
 
.home-text29 {
  display: inline-block;
}
 
.home-fragment20 {
  display: contents;
}
 
.home-text30 {
  display: inline-block;
}
 
@media(max-width: 1440px) {
  .home-content-container {
    width: 1076px;
  }
  .home-image10 {
    width: 439px;
    height: 389px;
    z-index: auto;
  }
  .home-hero-text {
    width: 100%;
  }
  .home-heading1 {
    width: 100%;
    line-height: 1;
  }
  .home-image11 {
    z-index: 1;
  }
  .home-image12 {
    z-index: 1;
  }
  .home-image13 {
    z-index: 1;
  }
  .home-image14 {
    z-index: 1;
  }
  .home-cards-container3 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-cards-container4 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .home-image28 {
    width: 161px;
    height: 96px;
  }
}
 
@media(max-width: 991px) {
  .home-hero {
    flex-direction: column-reverse;
  }
  .home-content-container {
    width: 991px;
    height: 461px;
    padding-top: var(--dl-layout-space-halfunit);
    flex-direction: column-reverse;
  }
  .home-squirrel {
    width: auto;
    height: auto;
  }
  .home-image10 {
    display: none;
  }
  .home-hero-text {
    width: 815px;
    align-items: flex-start;
  }
  .home-heading1 {
    color: rgb(0, 62, 85);
    width: 646px;
    font-size: 2.5em;
    align-self: center;
    line-height: 1.2;
  }
  .home-text12 {
    align-self: center;
  }
  .home-container2 {
    align-self: center;
  }
  .home-image11 {
    z-index: 1;
  }
  .home-image12 {
    z-index: 1;
  }
  .home-image13 {
    z-index: 1;
  }
  .home-image14 {
    z-index: 1;
  }
  .home-cards-container3 {
    justify-content: center;
  }
  .home-cards-container4 {
    justify-content: center;
  }
}
 
@media(max-width: 767px) {
  .home-content-container {
    width: 100%;
    height: 403px;
    align-items: center;
  }
  .home-hero-text {
    width: 100%;
  }
  .home-heading1 {
    width: 90%;
    margin-right: 0px;
  }
  .home-heading-container1 {
    width: 100%;
  }
  .home-text15 {
    width: 100%;
  }
  .home-elements {
    width: 100%;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
  .home-features-card1 {
    width: 70%;
    margin-bottom: var(--dl-layout-space-tripleunit);
  }
  .home-features-card2 {
    width: 70%;
    margin-bottom: var(--dl-layout-space-tripleunit);
  }
  .home-features-card3 {
    width: 70%;
    margin-bottom: var(--dl-layout-space-tripleunit);
  }
  .home-cards-container1 {
    align-items: center;
    flex-direction: column;
  }
  .home-features-card4 {
    width: 70%;
    margin-bottom: var(--dl-layout-space-tripleunit);
  }
  .home-features-card5 {
    width: 70%;
    margin-bottom: var(--dl-layout-space-tripleunit);
  }
  .home-cards-container2 {
    align-items: center;
    flex-direction: column;
  }
  .home-features-card6 {
    width: 70%;
    margin-bottom: var(--dl-layout-space-tripleunit);
  }
  .home-features-card7 {
    width: 70%;
    margin-bottom: var(--dl-layout-space-tripleunit);
  }
  .home-heading-container2 {
    width: 100%;
  }
}
 
@media(max-width: 479px) {
  .home-hero {
    padding-top: var(--dl-layout-space-fourunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-content-container {
    padding-top: var(--dl-layout-space-fiveunits);
    padding-bottom: var(--dl-layout-space-fiveunits);
  }
  .home-hero-text {
    width: 100%;
  }
  .home-heading1 {
    width: 100%;
  }
  .home-text12 {
    color: rgb(0, 62, 85);
    width: 100%;
    font-size: 20px;
  }
  .home-features {
    padding-top: var(--dl-layout-space-fiveunits);
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-fiveunits);
  }
  .home-text15 {
    width: 100%;
    margin-bottom: 0px;
  }
  .home-features-card1 {
    width: 100%;
  }
  .home-features-card2 {
    width: 100%;
  }
  .home-features-card3 {
    width: 100%;
  }
  .home-features-card4 {
    width: 100%;
  }
  .home-features-card5 {
    width: 100%;
  }
  .home-features-card6 {
    width: 100%;
  }
  .home-features-card7 {
    width: 100%;
  }
  .home-partners {
    padding-top: var(--dl-layout-space-fiveunits);
    padding-bottom: var(--dl-layout-space-fiveunits);
  }
  .home-text20 {
    text-align: center;
  }
  .home-image28 {
    width: 197px;
    height: 117px;
  }
}
