.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;
}
 
.contact-fragment10 {
  display: contents;
}
 
.contact-text10 {
  display: inline-block;
}
 
.contact-fragment11 {
  display: contents;
}
 
.contact-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;
}
 
.contact-fragment18 {
  display: contents;
}
 
.contact-text26 {
  display: inline-block;
  text-decoration: underline;
}
 
.contact-fragment13 {
  display: contents;
}
 
.contact-text21 {
  display: inline-block;
}
 
.contact-fragment19 {
  display: contents;
}
 
.contact-text27 {
  display: inline-block;
}
 
.contact-fragment20 {
  display: contents;
}
 
.contact-text28 {
  display: inline-block;
}
 
.contact-fragment17 {
  display: contents;
}
 
.contact-text25 {
  display: inline-block;
}
 
.contact-fragment16 {
  display: contents;
}
 
.contact-text24 {
  display: inline-block;
}
 
.contact-fragment14 {
  display: contents;
}
 
.contact-text22 {
  display: inline-block;
}
 
.contact-fragment15 {
  display: contents;
}
 
.contact-text23 {
  display: inline-block;
}
 
.contact-fragment12 {
  display: contents;
}
 
.contact-text20 {
  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;
  }
}

.contact-container1 {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.contact-fragment10 {
  display: contents;
}
 
.contact-text10 {
  display: inline-block;
}
 
.contact-fragment11 {
  display: contents;
}
 
.contact-text11 {
  display: inline-block;
}
 
.contact-features {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-layout-space-tripleunit);
  padding-left: var(--dl-layout-space-tripleunit);
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: column;
  padding-bottom: 0nits;
}
 
.contact-contact1 {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
}
 
.contact-max-width {
  width: 1054px;
}
 
.contact-section-title {
  gap: var(--dl-layout-space-unit);
  align-items: center;
}
 
.contact-content {
  gap: 24px;
  width: 1030px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.contact-text12 {
  color: #006488;
  align-self: flex-start;
  text-align: left;
  font-family: "Raleway";
}
 
.contact-text13 {
  font-size: 18px;
  font-family: "Raleway";
  margin-bottom: var(--dl-layout-space-tripleunit);
}
 
.contact-form {
  gap: 24px;
  width: 100%;
}
 
.contact-container2 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.contact-input1 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-text14 {
  font-family: "Raleway";
}
 
.contact-text-input1 {
  border-color: #d7dde2;
  border-radius: var(--dl-layout-radius-radius8);
  background-color: #ebf1f6;
}
 
.contact-input2 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-text15 {
  font-family: "Raleway";
}
 
.contact-text-input2 {
  border-color: #d7dde2;
  border-radius: var(--dl-layout-radius-radius8);
  background-color: #ebf1f6;
}
 
.contact-container3 {
  gap: var(--dl-layout-space-unit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
 
.contact-input3 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-text16 {
  font-family: "Raleway";
}
 
.contact-text-input3 {
  border-color: #d7dde2;
  border-radius: var(--dl-layout-radius-radius8);
  background-color: #ebf1f6;
}
 
.contact-input4 {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-text17 {
  font-family: "Raleway";
}
 
.contact-text-input4 {
  border-color: #d7dde2;
  border-radius: var(--dl-layout-radius-radius8);
  background-color: #ebf1f6;
}
 
.contact-container4 {
  gap: var(--dl-layout-space-halfunit);
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.contact-text18 {
  font-family: "Raleway";
}
 
.contact-textarea {
  text-align: left;
  border-color: #d7dde2;
  border-radius: var(--dl-layout-radius-radius8);
  background-color: #ebf1f6;
}
 
.contact-checkbox1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: center;
}
 
.contact-text19 {
  font-family: "Raleway";
}
 
.contact-button {
  width: 197px;
  align-self: flex-start;
  padding-top: var(--dl-layout-space-doubleunit);
  border-width: 0px;
  padding-left: var(--dl-layout-space-tripleunit);
  padding-right: var(--dl-layout-space-tripleunit);
  padding-bottom: var(--dl-layout-space-doubleunit);
  background-color: #006488;
}
 
.contact-action1 {
  font-family: "Raleway";
}
 
.contact-fragment12 {
  display: contents;
}
 
.contact-text20 {
  display: inline-block;
}
 
.contact-fragment13 {
  display: contents;
}
 
.contact-text21 {
  display: inline-block;
}
 
.contact-fragment14 {
  display: contents;
}
 
.contact-text22 {
  display: inline-block;
}
 
.contact-fragment15 {
  display: contents;
}
 
.contact-text23 {
  display: inline-block;
}
 
.contact-fragment16 {
  display: contents;
}
 
.contact-text24 {
  display: inline-block;
}
 
.contact-fragment17 {
  display: contents;
}
 
.contact-text25 {
  display: inline-block;
}
 
.contact-fragment18 {
  display: contents;
}
 
.contact-text26 {
  display: inline-block;
  text-decoration: underline;
}
 
.contact-fragment19 {
  display: contents;
}
 
.contact-text27 {
  display: inline-block;
}
 
.contact-fragment20 {
  display: contents;
}
 
.contact-text28 {
  display: inline-block;
}
 
@media(max-width: 991px) {
  .contact-contact1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .contact-max-width {
    width: 100%;
  }
  .contact-section-title {
    width: 100%;
  }
  .contact-content {
    width: 100%;
  }
  .contact-form {
    width: 949px;
  }
  .contact-container2 {
    gap: 12px;
    width: 100%;
    flex-direction: row;
  }
  .contact-input1 {
    width: 50%;
  }
  .contact-input2 {
    width: 50%;
    flex-direction: column;
  }
  .contact-container3 {
    gap: 12px;
    width: 100%;
    flex-direction: row;
  }
  .contact-input3 {
    width: 50%;
  }
  .contact-input4 {
    width: 50%;
  }
  .contact-container4 {
    width: 100%;
  }
  .contact-checkbox1 {
    align-self: flex-start;
  }
}
 
@media(max-width: 767px) {
  .contact-content {
    width: 100%;
    margin-right: 0px;
  }
  .contact-form {
    width: 100%;
  }
  .contact-textarea {
    flex: 1;
  }
}
 
@media(max-width: 479px) {
  .contact-features {
    padding: 0px;
  }
  .contact-contact1 {
    width: 100%;
  }
  .contact-content {
    width: 100%;
    padding: 16px;
  }
  .contact-text13 {
    text-align: left;
  }
  .contact-form {
    width: 456px;
    padding: var(--dl-layout-space-unit);
  }
  .contact-container2 {
    align-items: stretch;
    flex-direction: column;
  }
  .contact-input1 {
    width: 100%;
  }
  .contact-input2 {
    width: 100%;
  }
  .contact-container3 {
    align-items: stretch;
    flex-direction: column;
  }
  .contact-input3 {
    width: 100%;
  }
  .contact-input4 {
    width: 100%;
  }
}
