.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.section {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(9, 106, 208, 0.2);
}

.section.full-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.grid {
  z-index: -1;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paragraph-small {
  color: rgba(9, 106, 208, 0.6);
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.footer {
  margin-bottom: 0px;
  font-size: 13px;
}

.components-wrapper {
  overflow: hidden;
  border-style: solid none;
  border-width: 20px;
  border-color: rgba(9, 106, 208, 0.2);
}

.container-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row.flex-horizontal.no-bottom-margin {
  margin-bottom: 0px;
}

.page-wrapper {
  overflow: hidden;
}

.nav-menu-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.block {
  position: relative;
  min-width: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.6;
  color: #096ad0;
  font-size: 15px;
}

.dropdown-link:hover {
  opacity: 1;
}

.dropdown-link.w--current {
  opacity: 1;
}

.dropdown-chevron {
  margin-right: -1px;
}

.text-block {
  color: #fff;
  font-size: 14px;
}

.centred-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1060px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.mobile-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper.grid-container {
  position: fixed;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
}

.nav-link-2 {
  position: relative;
  padding: 16px 20px 18px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.nav-link-2:hover {
  opacity: 1;
  color: #9ac3b2;
}

.nav-link-2.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.nav-link-2.burger-nav {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 150ms ease, color 200ms ease;
  transition: opacity 150ms ease, color 200ms ease;
  color: rgba(9, 106, 208, 0.6);
  text-decoration: none;
}

.nav-link-2.burger-nav:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-2.full-opacity {
  opacity: 1;
}

.nav-link-2.dropdown {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
}

.nav-link-2.border {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #9ac3b2;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-link-2.border:hover {
  background-color: #9ac3b2;
  color: #fff;
}

.nav-link-2.border.cta {
  background-color: #096ad0;
  color: #fff;
}

.menu-icon {
  margin-right: 8px;
}

.dropdown-link-text {
  margin-right: 20px;
  text-decoration: none;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.navbar.fixed {
  position: fixed;
  display: block;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #1f2c3d;
}

.nav-link {
  padding: 26px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link.cta {
  background-color: #096ad0;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  color: #fff;
}

.nav-link.cta:hover {
  background-color: #328ae6;
}

.menu-button-2.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.navbar-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  width: 70px;
}

.page-preview-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f2c3d;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.page-preview-link:hover {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #2279d4, #096ad0);
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.logo {
  position: absolute;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.rel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo.rel.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.components-list-container {
  display: none;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #1f2c3d;
}

.components-list-container._2 {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.toggle-grid {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 60px;
  background-color: #1f2c3d;
  color: #fff;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-12 {
  width: 100%;
}

.col.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-3.no-padding {
  float: left;
}

.page-title {
  color: #fff;
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-bar.sample-website {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-bar.burger-nav {
  background-color: #fff;
}

.centred-logo {
  margin-right: 20px;
  margin-left: 20px;
}

.column-overlay {
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(9, 106, 208, 0.05);
  border-left: 1px solid rgba(9, 106, 208, 0.05);
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-horizontal-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-horizontal-space-between.footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  margin-top: 0px;
  border-color: #096ad0;
  border-radius: 6px;
  background-color: #fff;
  opacity: 1;
}

.dropdown-container {
  position: fixed;
  display: block;
  width: 100%;
  margin-top: 36px;
  background-color: #1f2c3d;
}

.nav-link-with-icon-containr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.button-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding: 12px 38px;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #9ac3b2;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.button-5:hover {
  box-shadow: 3px 2px 19px 0 rgba(0, 0, 0, 0.28);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.info-bar-delete-me {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.navbar-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-10 {
  width: 1px;
  height: 32px;
  background-color: rgba(11, 7, 42, 0.14);
}

.nav-bar-2-link {
  color: rgba(11, 7, 42, 0.61);
  font-size: 14px;
  font-weight: 500;
}

.hero-4-link-text:hover {
  color: #232931;
}

.text-block-11 {
  margin-left: 7px;
}

.link-orange {
  color: #fc5c49;
  text-decoration: none;
}

.nav-menu-4 {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-3 {
  display: block;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button-5-img {
  margin-left: 9px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.drop-down-toggle.w--open {
  border-top-left-radius: 7px;
  border-top-right-radius: 8px;
  background-color: #fff;
}

.heading {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #0b072a;
  font-size: 63px;
  line-height: 68px;
  font-weight: 500;
}

.dropdown-list-3 {
  min-width: 170%;
  padding: 15px 15px 15px 5px;
  border-radius: 4px;
  background-color: #fff;
}

.dropdown-list-3.w--open {
  min-width: 180px;
  padding: 5px 0px 15px;
  border-radius: 0px 8px 8px;
  background-color: #fff;
}

.drop-down-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  cursor: pointer;
}

.drop-down-nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 10px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0b072a;
  font-weight: 500;
}

.drop-down-nav-link:hover {
  background-color: #f6f8fd;
  color: #0b0b18;
}

.text-block-6 {
  color: rgba(11, 7, 42, 0.61);
  font-weight: 500;
}

.header-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Header_2.0.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: url('../images/Header_2.0.png'), linear-gradient(180deg, #fff, #fff);
  background-position: 100% 0px, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.hero-1-text {
  width: 40%;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #446beb;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.basic-column {
  padding-right: 5px;
  padding-left: 5px;
}

.profile-name {
  margin-top: 16px;
  margin-bottom: 4px;
}

.profiles-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.profile-card-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('../images/Danielle_2.0.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.profile-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.profile-card-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-image: url('../images/Avatar-13.jpg');
  background-position: 50% 50%;
  background-size: 100px;
  box-shadow: 1px 0 38px 0 #9ac3b2;
}

.profile-card-big-avatar {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.white-profile-tagline {
  color: #fff;
}

.tagline.tagline-promo-40 {
  color: rgba(154, 195, 178, 0.84);
  text-align: left;
}

.tagline.tagline-promo-40 {
  color: rgba(51, 51, 51, 0.4);
}

.tagline.tagline-promo-40 {
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.4);
}

.profile-card-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 7px 20px -1px rgba(154, 195, 178, 0.36);
  text-align: center;
}

.fullpic-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  padding: 30px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 8px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent)), url('../images/Group-22x.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent), url('../images/Group-22x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.button {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  float: none;
  border-radius: 4px;
  background-color: #1991eb;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  color: #fff;
  line-height: 22px;
}

.button:hover {
  border-color: #0c6eb8;
  background-color: #1386dd;
  color: #fff;
}

.button.profile-contact-big-button {
  margin-right: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #9ac3b2;
  font-size: 15px;
  font-weight: 300;
}

.button.default-button {
  display: inline-block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #5b697a;
}

.button.default-button:hover {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  color: #213d63;
}

.button.default-button.default-button-with-line {
  padding: 8px 24px;
  border: 1px solid #f4f4f4;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #9ac3b2;
  font-size: 15px;
  font-weight: 300;
}

.button.default-button.default-button-with-line:hover {
  border-color: #c5d0de;
  box-shadow: none;
}

.tag-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 5px;
  padding-left: 5px;
}

.fullpic-profile-bio {
  margin-top: 10px;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 400;
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #eee;
}

.style-label {
  color: #bebebe;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.big-profile-name {
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.fullpic-profile-name {
  margin-bottom: 4px;
  color: #fff;
}

.actions-wrapper {
  padding-top: 7px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  min-width: 400px;
}

.cta-3-text {
  font-size: 16px;
}

.submit-button {
  display: none;
  margin-left: 5px;
  background-color: transparent;
  color: #0b072a;
}

.header-1-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-3-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-field {
  width: 300px;
  margin-right: 15px;
  padding-left: 15px;
  border: 1px solid #9ac3b2;
  border-radius: 6px;
  background-color: #fff;
  color: rgba(21, 21, 21, 0.31);
  font-size: 15px;
  text-align: center;
}

.text-field::-webkit-input-placeholder {
  color: #9c9c9c;
}

.text-field:-ms-input-placeholder {
  color: #9c9c9c;
}

.text-field::-ms-input-placeholder {
  color: #9c9c9c;
}

.text-field::placeholder {
  color: #9c9c9c;
}

.cta-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-bottom: 0px;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.cta-3-header {
  display: block;
  margin: 10px auto 14px;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 33px;
  font-weight: 900;
}

.navbar-7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  min-height: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(35, 41, 49, 0);
}

.nav-7-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-2 {
  display: block;
  width: 100px;
  margin: 14px;
  padding-bottom: 0px;
  float: left;
}

.nav-menu-7 {
  display: block;
  margin-top: 23px;
  margin-right: auto;
  margin-left: 2%;
  float: left;
  text-align: center;
}

.nav-link-7 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.nav-link-7:hover {
  color: #9ac3b2;
}

.nav-link-7.w--current {
  color: #8b8b8b;
}

.login-button {
  padding: 5px 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
}

.hero-1-text-2 {
  max-width: 740px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.header-1-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 67px;
  font-weight: 900;
  text-align: left;
}

.header-1-h1.midden {
  text-align: center;
}

.button-5-text {
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.button-5-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.image {
  max-width: 120%;
}

.container-4 {
  margin-top: 10%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-2 {
  font-family: Lato, sans-serif;
  text-align: center;
}

.hero-1-text-4 {
  display: block;
  max-width: 740px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.profile-card-big-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  background-image: url('../images/Marlene_2.0.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.section-2 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.div-block-11 {
  margin-bottom: 40px;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footer-logo {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-link {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.spacing {
  margin-right: 16px;
  margin-left: 16px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
}

.footer-link.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-link.no-padding.last {
  margin-right: -20px;
}

.social-media-icon {
  padding: 8px;
  color: #fff;
}

.section-3 {
  margin-top: 70px;
  background-color: #9ac3b2;
}

.section-4 {
  margin-top: 100px;
}

.section-5 {
  margin-bottom: 60px;
}

.button-6 {
  margin-top: 10px;
  border-radius: 4px;
  background-color: #9ac3b2;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.section-6 {
  margin-top: 100px;
}

.section-7 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-8 {
  margin-top: 100px;
}

.section-9 {
  background-color: #9ac3b2;
}

.hero-1-text-4-copy {
  display: block;
  max-width: 740px;
  margin: 15px auto 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.button-7 {
  display: block;
  width: 450px;
  height: 175px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-12 {
  display: block;
  width: 450px;
  height: 175px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background-color: #324148;
  text-align: center;
}

.heading-3 {
  color: #fff;
}

.hero-1-text-4-copy-copy {
  display: block;
  max-width: 740px;
  margin: 15px auto 0px;
  font-family: Lato, sans-serif;
  color: #e2efd2;
  font-size: 15px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.section-10 {
  display: block;
  margin-top: 100px;
}

.section-11 {
  margin-top: 100px;
}

.heading-4 {
  font-family: Lato, sans-serif;
  text-align: center;
}

.section-12 {
  margin-top: 100px;
}

.section-13 {
  margin-top: 100px;
}

.div-block-13 {
  width: 100%;
  height: 250px;
  padding: 20px;
  background-color: #324148;
}

.heading-5 {
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.grid-2 {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-areas: ". ." ". .";
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.profile-name-2 {
  margin-top: 16px;
  margin-bottom: 4px;
  font-family: Lato, sans-serif;
}

.section-14 {
  display: none;
  margin-top: 100px;
}

.cta-3-header-2 {
  margin-top: 10px;
  margin-bottom: 14px;
  font-family: Lato, sans-serif;
  color: #0b072a;
  font-size: 33px;
  font-weight: 900;
}

.section-15 {
  background-color: #9ac3b2;
}

.submit-button-2 {
  background-color: #9ac3b2;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-block-12 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.text-block-13 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.text-span {
  color: #446beb;
}

.footer-icons {
  margin-top: 30px;
  margin-right: 20px;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #232931;
  font-size: 18px;
}

.footer-icons:hover {
  color: #fff;
}

.copywrite-footer-text {
  max-width: 490px;
  margin-bottom: 0px;
  color: #232931;
  font-size: 14px;
  line-height: 29px;
  text-decoration: none;
}

.footer-6-paragraph-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #232931;
  font-size: 23px;
  line-height: 35px;
  font-weight: 600;
}

.container-copywrite {
  display: block;
  max-width: 1440px;
  margin-top: 55px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-nospace {
  padding-right: 0px;
  padding-left: 0px;
}

.footer-link-2 {
  color: rgba(35, 41, 49, 0.55);
  text-decoration: none;
}

.footer-6-sub-heading {
  margin-bottom: 25px;
  color: #232931;
  font-size: 16px;
  letter-spacing: 1px;
}

.footer-6-paragraph {
  max-width: 490px;
  margin-bottom: 0px;
  color: #232931;
  font-size: 16px;
  line-height: 29px;
}

.footer-6-container {
  position: relative;
  z-index: 99;
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-4 {
  color: #3b3b3b;
}

.footer-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-bottom: 120px;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9efff;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-5-container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #122658;
}

.h5-footer {
  margin-top: 10px;
  margin-bottom: 55px;
  color: #232931;
  font-size: 22px;
  line-height: 31px;
  text-align: right;
}

.text-block-15 {
  color: #646c86;
  text-align: right;
}

.div-block-2 {
  width: 350px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 55px;
  border-bottom: 1px solid #8798cf;
  background-color: transparent;
}

.image-12 {
  margin-bottom: 25px;
}

.column-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-bottom: 0px;
  padding-right: 55px;
  padding-left: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #9ac3b2;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h4 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #8798cf;
  font-size: 22px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field-2 {
  padding-left: 25px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #446beb;
  border-radius: 6px;
  background-color: rgba(1, 1, 2, 0);
  color: rgba(51, 51, 51, 0.31);
  font-size: 15px;
  text-align: left;
}

.text-field-2::-webkit-input-placeholder {
  color: #9c9c9c;
}

.text-field-2:-ms-input-placeholder {
  color: #9c9c9c;
}

.text-field-2::-ms-input-placeholder {
  color: #9c9c9c;
}

.text-field-2::placeholder {
  color: #9c9c9c;
}

.link-5 {
  color: #616b8d;
}

.link-6 {
  color: #5b6174;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-16 {
  height: 40px;
  background-color: #f5f5f5;
}

.container-5 {
  height: 40px;
}

.text-block-16 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  text-align: center;
}

.link-7 {
  color: #313131;
  text-decoration: none;
}

.link-2 {
  color: #303030;
}

.services-2 {
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #fff;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  text-align: center;
}

.services-2:hover {
  background-color: #f5f5f5;
  background-image: none;
}

.link-8 {
  color: #333;
}

.paragraph {
  color: #a18686;
}

.heading-6 {
  font-family: Lato, sans-serif;
}

.heading-7 {
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.italic-text {
  text-align: center;
}

.columns {
  margin-top: 100px;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-4 {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.profile-card-avatar-copy {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-image: url('../images/Avatar-4.jpg');
  background-position: 50% 50%;
  background-size: 100px;
  box-shadow: 1px 0 38px 0 #9ac3b2;
}

.link-9 {
  color: #1d1d1d;
}

.section-17 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-17.blog {
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #9ac3b2;
}

.container {
  position: static;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.midden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title-wide {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
  text-align: center;
}

.section-title-wide.no-bottom-space {
  max-width: 720px;
  margin-bottom: 0px;
}

.h1 {
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #2f6e7f;
  font-size: 45px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  letter-spacing: -2px;
  text-transform: none;
}

.h1.blog {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.h1.dag {
  text-align: center;
  text-decoration: none;
}

.h1.wit {
  color: #000;
}

.text-large-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  text-decoration: none;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-13 {
  width: 50px;
  margin-right: 20px;
}

.div-block-41 {
  width: 50%;
  height: 390px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.div-block-41.steffie {
  background-image: url('../images/BBB-12.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.div-block-41.niek {
  background-image: url('../images/Symposium-positieve-gezondheid-16.jpg');
  background-size: cover;
}

.text-block-19 {
  margin-right: 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 400;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-42 {
  text-decoration: none;
}

.section-18 {
  height: 75vh;
  margin-top: 100px;
  background-image: url('../images/BBB-12.jpg');
  background-position: 50% 26%;
  background-size: cover;
  background-attachment: scroll;
}

.image-14 {
  width: 130px;
  margin-bottom: 10px;
}

.div-block-43 {
  margin-top: 30px;
}

.link {
  color: #9ac3b2;
}

.image-15 {
  width: 30px;
}

.image-16 {
  width: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

.image-17 {
  width: 30px;
}

html.w-mod-js *[data-ix="title-slide-in-1"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="title-slide-in-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="services-slide-up-2"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.full-screen {
    min-height: 800px;
  }
  .section.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section.grid {
    margin-right: 0px;
    margin-left: 0px;
  }
  .burger-icon {
    color: #9ac3b2;
  }
  .components-wrapper {
    border-style: solid none;
  }
  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown-list {
    background-color: #1f2c3d;
  }
  .dropdown-list.w--open {
    overflow: auto;
    height: 50vh;
  }
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.flex-horizontal.no-bottom-margin {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-menu-2 {
    overflow: scroll;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
  }
  .nav-menu-container {
    position: absolute;
    top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    background-color: #1f2c3d;
  }
  .block {
    width: auto;
    min-height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .block.mobile {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .dropdown-chevron {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .centred-logo-container {
    display: block;
  }
  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .wrapper.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .nav-link-2 {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }
  .nav-link-2.burger-nav {
    opacity: 1;
  }
  .nav-link-2.dropdown {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-link-2.dropdown:hover {
    padding-bottom: 24px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }
  .nav-link-2.border {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown-link-text {
    margin-right: 0px;
  }
  .nav-cta-button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar {
    padding-top: 37px;
    padding-bottom: 37px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button-2 {
    position: relative;
    display: block;
    color: #2e323c;
  }
  .menu-button-2.w--open {
    background-color: transparent;
    color: #096ad0;
  }
  .logo-navbar.white {
    width: 70px;
  }
  .menu-button-3 {
    background-color: #1f2c3d;
  }
  .menu-button-3.w--open {
    background-color: #1f2c3d;
  }
  .white-burger {
    color: #fff;
  }
  .page-preview-link {
    height: 22px;
  }
  .text-block-2 {
    text-align: left;
  }
  .nav-dropdown-link {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
    float: left;
    background-color: rgba(9, 106, 208, 0.2);
    color: #fff;
  }
  .grid {
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col.lg-1 {
    display: none;
  }
  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .col.lg-3.no-padding {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .nav-logo-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #1f2c3d;
    color: #fff;
    text-align: left;
  }
  .dropdown-list-2.w--open {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navbar-2 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .nav-menu-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-button-4 {
    display: none;
  }
  .heading {
    font-size: 51px;
    line-height: 62px;
  }
  .header-4 {
    min-height: 70vh;
    padding-right: 25px;
    padding-left: 25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Header_2.0.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Header_2.0.png');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .profiles-wrapper {
    display: block;
  }
  .profile-card {
    padding: 40px 40px 30px;
  }
  .fullpic-profile {
    padding: 40px 40px 30px;
  }
  .cta-3 {
    padding-right: 25px;
    padding-left: 25px;
    background-size: 250px;
  }
  .nav-7-container {
    display: block;
  }
  .nav-menu-7 {
    max-height: 430px;
    padding-top: 15px;
    padding-left: 15px;
    background-color: #9ac3b2;
  }
  .nav-link-7 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
    font-size: 16px;
    line-height: 22px;
  }
  .menu-button-5 {
    z-index: 100;
    margin-top: 10px;
    color: #8b8b8b;
  }
  .menu-button-5.w--open {
    margin-top: 0px;
    background-color: rgba(32, 25, 58, 0);
  }
  .icon-3 {
    color: #000;
  }
  .header-1-h1 {
    font-size: 51px;
    line-height: 62px;
  }
  .column {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .image-2 {
    max-width: 80%;
  }
  .div-block-13 {
    padding: 10px;
  }
  .footer-6 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer-5 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .services-2 {
    height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-17 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .container {
    position: static;
    z-index: 0;
    display: block;
  }
  .section-title-wide {
    margin-bottom: 60px;
  }
  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-40 {
    width: 100%;
    margin-top: 19px;
    margin-bottom: 20px;
  }
  .div-block-41.steffie {
    width: 100%;
  }
  .div-block-41.niek {
    width: 100%;
  }
  .text-block-19 {
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .section.full-screen {
    min-height: 600px;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.flex-horizontal {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .block.mobile {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }
  .logo-navbar.white {
    width: 60px;
  }
  .page-preview-link {
    height: 220px;
  }
  .col.lg-6 {
    width: 100%;
  }
  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }
  .centred-logo {
    margin-left: 30px;
  }
  .flex-horizontal-space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-horizontal-space-between.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading {
    font-size: 45px;
    line-height: 59px;
  }
  .header-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Header_2.0.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Header_2.0.png');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .profile-card {
    padding: 30px 40px;
  }
  .form-block {
    min-width: 70%;
  }
  .cta-3-header {
    font-size: 27px;
    line-height: 34px;
  }
  .nav-menu-7 {
    background-color: #9ac3b2;
  }
  .icon-3 {
    color: #000;
  }
  .header-1-h1 {
    font-size: 45px;
    line-height: 59px;
  }
  .hero-1-text-4 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-logo {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
  }
  .social-media-icons-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hero-1-text-4-copy {
    margin-right: 10px;
    margin-left: 10px;
  }
  .hero-1-text-4-copy-copy {
    margin-top: -13px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1em;
  }
  .div-block-13 {
    height: 200px;
  }
  .heading-5 {
    font-size: 1em;
  }
  .grid-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .cta-3-header-2 {
    font-size: 27px;
    line-height: 34px;
  }
  .footer-6-paragraph-2 {
    margin-top: 10px;
  }
  .footer-6 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .h5-footer {
    text-align: left;
  }
  .text-block-15 {
    text-align: left;
  }
  .column-16 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .column-18 {
    margin-top: 20px;
    padding: 0px;
  }
  .services-2 {
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .section-title-wide {
    margin-bottom: 48px;
  }
  .h1 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .section.full-screen.navbar-section {
    display: block;
    padding-top: 0px;
  }
  .components-wrapper {
    padding-top: 0px;
    border-style: solid;
    border-color: #9ac3b2;
  }
  .dropdown-list.w--open {
    overflow: auto;
  }
  .row.flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav-menu-container {
    overflow: auto;
  }
  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .menu-button-2 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #9ac3b2;
  }
  .page-preview-link {
    height: 160px;
  }
  .icon-2 {
    position: absolute;
  }
  .grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col {
    margin-bottom: 0px;
  }
  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .col.lg-3 {
    width: 100%;
  }
  .nav-bar {
    position: relative;
  }
  .flex-horizontal-space-between {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading {
    font-size: 42px;
    line-height: 48px;
  }
  .header-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Header_2.0.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Header_2.0.png');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, auto;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .profile-card-big {
    padding: 30px;
  }
  .profile-card {
    padding-right: 30px;
    padding-left: 30px;
  }
  .fullpic-profile {
    padding: 30px 30px 20px;
  }
  .button.profile-contact-big-button {
    display: block;
    margin-right: 0px;
  }
  .button.default-button.default-button-with-line {
    display: block;
    margin-top: 0px;
  }
  .actions-wrapper {
    display: block;
    width: 100%;
    text-align: center;
  }
  .cta-3-container {
    padding-right: 7px;
    padding-left: 7px;
    background-position: 0px -68%;
  }
  .cta-3 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .cta-3-header {
    font-size: 24px;
    text-align: center;
  }
  .nav-menu-7 {
    background-color: #9ac3b2;
  }
  .nav-link-7:hover {
    color: #181818;
  }
  .menu-button-5.w--open {
    background-color: transparent;
  }
  .icon-3 {
    color: #000;
  }
  .header-1-h1 {
    font-size: 35px;
    line-height: 48px;
  }
  .heading-2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .hero-1-text-4 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .profile-card-big-copy {
    padding: 30px;
  }
  .footer-logo {
    display: block;
  }
  .social-media-icons-container-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .footer-link.no-padding.last {
    margin-right: -10px;
  }
  .footer-link.no-padding.first {
    margin-left: -12px;
  }
  .social-media-icon {
    padding: 0px;
  }
  .hero-1-text-4-copy {
    margin-right: 10px;
    margin-left: 10px;
  }
  .div-block-12 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-3 {
    font-size: 1.6em;
  }
  .hero-1-text-4-copy-copy {
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .grid-2 {
    grid-template-areas: "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .section-14 {
    margin-top: 100px;
  }
  .cta-3-header-2 {
    font-size: 24px;
    text-align: center;
  }
  .footer-6-paragraph-2 {
    line-height: 30px;
  }
  .div-block-2 {
    width: 90%;
  }
  .column-16 {
    padding-top: 32px;
  }
  .column-17 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .services-2 {
    margin-top: 0px;
  }
  .section-17 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .section-title-wide {
    margin-bottom: 36px;
  }
  .h1 {
    display: block;
    margin-right: auto;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .text-large-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .div-block-41.steffie {
    background-position: 50% 50%;
  }
  .div-block-41.niek {
    background-position: 50% 50%;
  }
  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#w-node-374677c38f44-cf1ca482 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-30b724928975-cf1ca482 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-432fa8e8bd5d-cf1ca482 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c82f6c538076-cf1ca482 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c82f6c538071-cf1ca482 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: -1;
  grid-row-start: -1;
  -ms-grid-row-span: 2;
  grid-row-end: 1;
}

@media screen and (max-width: 991px) {
  #w-node-30b724928975-cf1ca482 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-c82f6c538076-cf1ca482 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-30b724928975-cf1ca482 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-432fa8e8bd5d-cf1ca482 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-f9d0ce3578fd-cf1ca482 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-c82f6c538076-cf1ca482 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-374677c38f44-cf1ca482 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-432fa8e8bd5d-cf1ca482 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-f9d0ce3578fd-cf1ca482 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-c82f6c538071-cf1ca482 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

