.featured-library { 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.is-checked {
background-color: #fff !important;
color: #0b6d8f !important;
}


.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;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  font-family: futura-pt, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #0b6d8f;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 3px none #ead939;
  color: #5dbca5;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0b6d8f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

a {
  color: #0b6d8f;
  font-weight: 600;
  text-decoration: underline;
}

a:hover {
  color: #5dbca5;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #5dbca5;
  color: #7e7e7e;
  font-size: 18px;
  line-height: 22px;
}

.container-vc {
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-vc.spacing-edit {
  height: 500px;
}

.container-vc.div-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.container-vc.blog-content {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-top: -140px;
  padding: 20px 20px 50px;
  -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;
  border-top: 6px solid #0b6d8f;
  background-color: #fbfbfb;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.16);
}

.container-vc.header {
  max-width: 90%;
  margin-top: 0px;
}

.container-vc.header.community {
  margin-top: 0px;
}

.container-vc.project-layout {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-top: -140px;
  padding: 20px 20px 50px;
  -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;
  border-top: 6px solid #0b6d8f;
  background-color: #fbfbfb;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.16);
}

.container-vc.project-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.container-vc.header {
  max-width: 90%;
  margin-top: 40px;
}

.container-vc.home-header {
  position: relative;
}

.body {
  font-family: futura-pt, sans-serif;
  color: #263035;
  font-size: 18px;
  font-weight: 400;
}

.section-vc {
  padding-top: 0px;
  padding-bottom: 30px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-vc.styleguide-borders {
  border-style: solid;
  border-width: 2px;
  border-color: #5dbca5;
}

.section-vc.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.section-vc.header.white-b {
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-vc.header.academy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-vc.white-b {
  padding: 30px 0px;
}

.section-vc.meet-up-header {
  height: 310px;
}

.section-vc.blog {
  position: relative;
  z-index: -10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 550px;
  -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;
}

.section-vc.blog.project {
  min-height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-vc.blog-post {
  margin-bottom: 60px;
}

.section-vc.member-profile-header {
  background-color: #fbfbfb;
  box-shadow: 0 3px 10px 0 rgba(38, 48, 53, 0.3);
}

.section-vc.blog-section {
  position: relative;
  z-index: 100;
}

.section-vc.project {
  position: relative;
  z-index: 100;
}

.section-vc.b-light-grey {
  background-color: transparent;
}

.section-vc.grey-b {
  padding-top: 30px;
  float: none;
  background-color: transparent;
}

.brand-image {
  width: 60px;
  height: 60px;
  margin-left: 29px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 400px;
  min-width: 300px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Nav-bar-g.svg');
  background-position: 0px 0px;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.31);
}

.container-2 {
  display: block;
  min-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-menu {
  position: static;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 59px;
  margin-top: 31px;
  padding-right: 20px;
  clear: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #5dbca5;
  font-family: futura-pt, sans-serif;
  color: #263035;
  font-size: 18px;
  font-weight: 400;
}

.nav-menu.black {
  background-color: #263035;
}

.nav-menu.yellow {
  background-color: #e7d540;
}

.nav-menu.blue {
  background-color: #156384;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: transparent;
}

.nav-link {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  border-bottom: 0px solid #ead939;
  font-family: futura-pt, sans-serif;
  color: #fbfbfb;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.nav-link:hover {
  padding-bottom: 7px;
  border-bottom-width: 3px;
  color: #0b6d8f;
  font-weight: 500;
}

.nav-link:active {
  color: #0b6d8f;
  font-weight: 500;
}

.nav-link:focus {
  padding-bottom: 7px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #0b6d8f;
  font-weight: 500;
}

.nav-link.w--current {
  padding-bottom: 7px;
  border-bottom-width: 3px;
  color: #0b6d8f;
  font-weight: 500;
}

.nav-link.black {
  border-bottom-color: #fbfbfb;
}

.nav-link.black:hover {
  border-bottom-color: #fbfbfb;
  color: #ead939;
}

.nav-link.black:focus {
  color: #ead939;
}

.nav-link.black.w--current {
  color: #ead939;
}

.nav-link.yellow {
  padding-right: 5px;
  padding-left: 5px;
  color: #263035;
  font-weight: 500;
}

.nav-link.yellow:hover {
  border-bottom-color: #263035;
  color: #fbfbfb;
}

.nav-link.yellow.w--current:focus {
  border-bottom-color: #263035;
  color: #fbfbfb;
}

.nav-link.blue {
  color: #fbfbfb;
}

.nav-link.blue:hover {
  color: #5dbca5;
  font-weight: 400;
}

.nav-link.blue.w--current {
  color: #5dbca5;
  font-weight: 400;
}

.brand-image-small {
  display: none;
}

.vc-column {
  padding: 0px 0px 0px 10px;
}

.vc-column.column {
  display: block;
  padding: 0px;
}

.vc-column.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-2 {
  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;
  -o-object-fit: none;
  object-fit: none;
}

.paragraph-l {
  width: 100%;
  margin-top: 10px;
  font-family: futura-pt, sans-serif;
  color: #555;
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
}

.paragraph-l._75-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}

.paragraph-l.inline {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 11px;
  float: left;
  clear: left;
}

.paragraph-l.width-70 {
  width: 70%;
}

.paragraph-l.center {
  text-align: center;
}

.paragraph-l.text-column {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-rule-width: 92px;
  column-rule-width: 92px;
}

.paragraph-l.margin {
  width: 100%;
  margin-top: 30px;
}

.paragraph-l.columns-text {
  -webkit-column-count: 2;
  column-count: 2;
}

.paragraph-l.inline {
  display: inline-block;
  margin-top: 0px;
  padding-left: 11px;
  float: left;
  clear: left;
  font-size: 24px;
  font-weight: 300;
}

.paragraph-l.inline:hover {
  color: #0b6d8f;
}

.paragraph-l.text-sale-card {
  font-size: 20px;
  line-height: 25px;
}

.paragraph-l p {
  color: #263035;
  font-size: 20px;
  font-weight: 300;
}

.paragraph-l li {
  font-size: 21px;
}

.paragraph {
  position: static;
  display: block;
  overflow: visible;
  font-family: futura-pt, sans-serif;
  color: #263035;
  line-height: 20px;
  font-weight: 400;
  text-indent: 0px;
  white-space: normal;
}

.paragraph.blog {
  padding-top: 19px;
}

.paragraph.testimonial {
  text-align: center;
}

.section-header {
  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;
  background-color: #263035;
}

.button-vc {
  max-height: 40px;
  min-height: 40px;
  min-width: 120px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.button-vc.primary {
  background-color: #5dbca5;
  color: #fbfbfb;
}

.button-vc.primary.blue {
  margin-bottom: 15px;
  background-color: #0b6d8f;
}

.button-vc.primary.yellow {
  border-style: none;
  background-color: #ead939;
  color: #263035;
  font-weight: 500;
}

.button-vc.primary.black {
  background-color: #263035;
}

.button-vc.primary.black.create {
  margin-top: auto;
}

.button-vc.primary.black.explore {
  margin-top: 30px;
}

.button-vc.primary.margin {
  margin-top: 30px;
  margin-left: 20px;
  padding-left: 35px;
  text-align: center;
}

.button-vc.primary.line {
  border-style: none;
}

.button-vc.primary.wide {
  max-height: 60px;
}

.button-vc.primary.personas {
  margin-bottom: 5px;
}

.button-vc.link {
  margin-top: 0px;
  background-color: transparent;
  color: #5dbca5;
  font-weight: 600;
  text-decoration: underline;
}

.button-vc.link:hover {
  color: rgba(93, 188, 165, 0.5);
}

.button-vc.link.blue {
  color: #0b6d8f;
}

.button-vc.link.yellow {
  color: #ead939;
}

.button-vc.link.black {
  color: #263035;
}

.button-vc.secondary {
  border-style: solid;
  border-width: 2px;
  border-color: #5dbca5;
  background-color: transparent;
  color: #5dbca5;
  font-weight: 500;
}

.button-vc.secondary.blue {
  border-color: #0b6d8f;
  color: #0b6d8f;
}

.button-vc.secondary.yellow {
  border-color: #ead939;
  color: #ead939;
}

.button-vc.secondary.black {
  border-color: #263035;
  color: #263035;
}

.button-vc.link {
  background-color: transparent;
  color: #5dbca5;
  font-weight: 600;
  text-decoration: underline;
}

.button-vc.link.yellow {
  color: #ead939;
  margin-top: 15px;
}

.button-vc.link.yellow.card {
  margin-bottom: 0px;
}

.button-vc.primary {
  display: inline-block;
  -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;
  background-color: #5dbca5;
  color: #fbfbfb;
}

.button-vc.personas {
  margin-top: 5px;
  margin-bottom: 0px;
}

.section-3 {
  height: 800px;
  background-color: rgba(93, 188, 165, 0.1);
}

.input-label-vc {
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 5px;
  color: #263035;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.input-field-vc {
  max-width: 100%;
  min-width: 200px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 18px;
}

.input-field-vc:focus {
  border-style: solid;
  border-color: #5dbca5;
  box-shadow: 1px 1px 3px 0 rgba(93, 188, 165, 0.51);
}

.input-field-vc.max-w {
  max-width: 300px;
}

.input-field-vc.yellow {
  color: #263035;
}

.input-field-vc.yellow:focus {
  border-width: 1px;
  border-color: #ead939;
  box-shadow: 1px 1px 3px 0 rgba(234, 217, 57, 0.5);
}

.textarea-vc {
  max-width: 800px;
  min-height: 184px;
  min-width: 100px;
  border-radius: 5px;
  font-size: 18px;
}

.textarea-vc:focus {
  border-color: #5dbca5;
  box-shadow: 1px 1px 3px 0 rgba(93, 188, 165, 0.5);
}

.textarea-vc.yellow:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #ead939;
  box-shadow: 1px 1px 3px 0 rgba(234, 217, 57, 0.5);
  color: #263035;
}

.checkbox-vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 20px;
}

.select-vc {
  max-width: 100%;
  min-width: 120px;
  border-radius: 5px;
  background-color: #fbfbfb;
  color: #263035;
  font-size: 18px;
}

.select-vc:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #5dbca5;
  box-shadow: 1px 1px 3px 0 rgba(93, 188, 165, 0.5);
}

.radio-button-circle-vc {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  padding-top: 0px;
}

.radio-button-circle-vc.w--redirected-checked {
  border-color: #5dbca5;
}

.radio-button-circle-vc.w--redirected-focus {
  box-shadow: 0 0 3px 1px #5dbca5;
}

.success-message {
  margin-top: 20px;
  border-radius: 10px;
  background-color: transparent;
}

.styling-div-color {
  width: 200px;
  height: 40px;
  margin-right: 26px;
  float: none;
  background-color: #5dbca5;
}

.styling-div-color.blue {
  background-color: #0b6d8f;
}

.styling-div-color.yellow {
  background-color: #ead939;
}

.styling-div-color.black {
  background-color: #263035;
}

.styling-div-color.white {
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  background-color: #fbfbfb;
}

.styling-div-color.green {
  background-color: #5dbca5;
}

.styling-div-color.success {
  background-color: #5bb158;
}

.styling-div-color.error {
  background-color: #e45e3c;
}

.styling-div-color.warning {
  background-color: #ffa411;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.error-success-text {
  font-size: 20px;
  line-height: 22px;
}

.image {
  display: inline-block;
}

.error-message {
  background-color: rgba(228, 94, 60, 0.4);
  text-align: center;
}

.styling-notes {
  color: #e45e3c;
}

.radiobutton-vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 20px;
}

.box-checkbox-vc {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.box-checkbox-vc.w--redirected-checked {
  border-color: #5dbca5;
  background-color: #5dbca5;
}

.box-checkbox-vc.w--redirected-focus {
  box-shadow: 0 0 3px 1px #5dbca5;
}

.box-checkbox-vc.yellow {
  width: 50px;
  max-width: 16px;
}

.box-checkbox-vc.yellow.w--redirected-checked {
  border-color: #ead939;
  background-color: #ead939;
}

.box-checkbox-vc.yellow.w--redirected-focus {
  box-shadow: 0 0 3px 1px #ead939;
}

.form-column-vc {
  padding-right: 10px;
  padding-left: 10px;
}

.dropdown-vc {
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fbfbfb;
  box-shadow: 1px 1px 3px 0 rgba(38, 48, 53, 0.2);
}

.dropdown-vc.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-icon-vc {
  color: #5dbca5;
}

.dropdown-list-vc.w--open {
  background-color: #fbfbfb;
  box-shadow: 1px 1px 3px 0 rgba(38, 48, 53, 0.4);
}

.dropdown-text-vc {
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.filter-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 7px 15px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 6px;
  background-color: #5dbca5;
  font-family: futura-pt, sans-serif;
  color: #fbfbfb;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.filter-button:hover {
  color: #fbfbfb;
  text-decoration: underline;
}

.filter-button.blue {
  background-color: #0b6d8f;
  color: #fbfbfb;
}

.filter-button.yellow {
  border-style: solid;
  border-width: 2px;
  border-color: #ead939;
  background-color: #ead939;
  color: #263035;
}

.filter-button.yellow.filter-active-2 {
  background-color: #fbfbfb;
  color: #ead939;
  text-decoration: underline;
}

.filter-button.black {
  border-style: solid;
  border-width: 2px;
  border-color: #263035;
  background-color: #263035;
  color: #fbfbfb;
}

.filter-button.black:hover {
  color: #fbfbfb;
}

.filter-button.black.fltr-active {
  background-color: #ead939;
  color: #263035;
}

.filter-button.black.filter-active-2 {
  background-color: #fbfbfb;
  color: #263035;
}

.filter-button.blog {
  margin-left: 20px;
  border-radius: 0px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}

.filter-button.green {
  border-style: solid;
  border-width: 2px;
  border-color: #5dbca5;
  color: #fbfbfb;
}

.filter-button.green.white-t {
  border-style: solid;
  border-width: 2px;
  border-color: #5dbca5;
}

.filter-button.green.white-t.filter-active-2 {
  background-color: #fbfbfb;
  color: #5dbca5;
}

.filter-button.green.filter-active-2 {
  background-color: #fbfbfb;
  color: #5dbca5;
}

.filter-button.blue-b {
  border-style: solid;
  border-width: 2px;
  border-color: #0b6d8f;
}

.filter-button.blue-b:hover {
  color: #fbfbfb;
}

.filter-button.blue-b.filter-active-2 {
  background-color: #fbfbfb;
  color: #0b6d8f;
  text-decoration: underline;
  border-width: 2px;
  border-style: solid;
  border-color: #0b6d8f;
}

.filter-button.yellow-b.filter-active-2 {
  background-color: #fbfbfb;
  color: #ead939;
  text-decoration: underline;
  border-width: 2px;
  border-style: solid;
  border-color: #ead939;
}
.filter-button.black-b.filter-active-2 {
  background-color: #fbfbfb;
  color: #263035;
  text-decoration: underline;
  border-width: 2px;
  border-style: solid;
  border-color: #263035;
  outline:none;
}

.filter-button.filter-active-2 {
  background-color: #fbfbfb;
  color: #5dbca5;
  text-decoration: underline;
  border-width: 2px;
  border-style: solid;
  border-color: #5dbca5;
}

.text-block {
  position: static;
  margin-left: 0px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.styleguide-borders {
  min-height: 120px;
  border-style: solid;
  border-width: 2px;
  border-color: #5dbca5;
  background-color: rgba(93, 188, 165, 0.1);
}

.styleguide-borders.yellow {
  border-color: #ead939;
  background-color: rgba(234, 217, 57, 0.1);
}

.styleguide-borders.yellow.column-vc {
  color: #263035;
}

.styleguide-borders.blue {
  border-color: #0b6d8f;
  background-color: rgba(11, 109, 143, 0.1);
}

.column-vc {
  margin-top: 10px;
  margin-bottom: 10px;
}

.column-vc.right-pad {
  padding-left: 20px;
}

.column-vc.right-pad.div-center-v {
  position: static;
  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;
}

.column-vc.left-pad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -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;
}

.column-vc.left-pad.loop {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-vc.left-pad.top {
  padding-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-vc.horizontal-card {
  position: relative;
  -o-object-fit: fill;
  object-fit: fill;
}

.column-vc.horizontal-card {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-vc.center-div-vc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-vc.center-div-vc.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-vc.center-div-vc.banner-center-div {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-vc.center-div-vc.banner-center-div {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-vc.header {
  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;
}

.column-vc.center-div {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-vc.center-v {
  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;
}

.column-vc.center-div {
  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;
}

.column-vc.center-calendar {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-vc.center-div-vc-copy {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-vc.center-div-vc-copy.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-vc.center-div-vc-copy.banner-center-div {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-vc.center-div-vc-copy.banner-center-div {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-vc.background-grey {
  background-color: #f5f5f5;
}

.column-vc.personas {
  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;
}

.column-vc.academy-track {
  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: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-vc.center {
  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;
}

.blue {
  margin-bottom: 5px;
  color: #0b6d8f;
  font-size: 18px;
}

.column-layout-vc {
  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-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;
}

.column-layout-vc.margin {
  margin-top: 3px;
  margin-right: 40px;
  margin-left: 40px;
}

.column-layout-vc.header {
  height: 100%;
}

.column-layout-vc.margin-1 {
  margin-top: 40px;
}

.column-layout-vc.academy-tracks {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.html-embed {
  width: 12px;
  height: auto;
}

.html-embed.styleguide {
  display: inline-block;
  width: 16px;
}

.html-embed.styleguide.list {
  padding-left: 0px;
  float: none;
  clear: left;
  color: #5dbca5;
}

.html-embed.styleguide.list._2 {
  margin-left: -9px;
  padding-left: 0px;
}

.html-embed.styleguide.list.yellow {
  color: #ead939;
}

.html-embed.styleguide.list {
  padding-left: 0px;
  float: none;
  clear: left;
  color: #5dbca5;
}

.html-embed.styleguide.list._2 {
  margin-left: -9px;
  padding-left: 0px;
}

.html-embed.footer {
  display: inline-block;
  width: 21px;
  margin-right: 15px;
  padding-right: 0px;
  color: hsla(0, 0%, 98.4%, 0.79);
}

.html-embed.footer.black {
  color: #263035;
}

.html-embed.contact-profile {
  display: inline-block;
  width: 21px;
  margin-right: 15px;
  padding-top: 5px;
  padding-right: 0px;
  color: #0b6d8f;
}

.html-embed.contact-profile.black {
  color: #263035;
}

.html-embed.fltr-active {
  display: block;
}

.html-embed.faq {
  width: 25px;
  padding-top: 10px;
  color: #263035;
}

.html-embed.faq.close {
  display: none;
}

.card-vc {
  display: block;
  width: 250px;
  min-width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fbfbfb;
  box-shadow: 1px 1px 5px 0 rgba(38, 48, 53, 0.15);
}

.card-vc.team {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
}

.card-vc.testimonial {
  width: 100%;
}

.card-vc.member {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 10px;
}

.card-title-vc {
  font-weight: 600;
}

.card-container-vc {
  padding: 20px;
}

.card-container-vc.testimonial {
  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: 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;
}

.card-title-container-vc {
  padding: 10px;
  border-bottom: 2px solid rgba(38, 48, 53, 0.1);
}

.div-breakpoint-styleguide {
  min-height: 40px;
  min-width: 991px;
  margin: 20px -1px 20px 0px;
  padding: 10px 20px;
  background-color: rgba(38, 48, 53, 0.2);
}

.div-breakpoint-styleguide.mobile-h {
  max-width: 767px;
  min-width: 478px;
}

.div-breakpoint-styleguide.mobile {
  max-width: 320px;
  min-width: auto;
}

.div-breakpoint-styleguide.tablet {
  max-width: 991px;
  min-width: 767px;
}

.div-breakpoint-styleguide.desktop {
  max-width: 1280px;
  background-color: #0b6d8f;
  color: #fbfbfb;
}

.div-breakpoint-styleguide.desktop-xl {
  min-width: 100vw;
}

.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;
}

.image-2 {
  position: absolute;
  z-index: 1;
  width: 120%;
}

.line-divider-vc {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ead939;
}

.line-divider-vc.white-l {
  width: 100%;
  border-bottom-color: #fbfbfb;
}

.project-card {
  position: relative;
  display: block;
}

.title-image-vc {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding: 10px;
  background-color: rgba(38, 48, 53, 0.5);
}

.title-image-vc.white-t {
  background-color: rgba(38, 48, 53, 0.7);
}

.title-image-vc.hover {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -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;
}

.card-div-3 {
  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;
}

.project-card-text {
  padding: 5px 10px;
  background-color: #ead939;
  color: #263035;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.project-card-text.bold {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.project-card-text.filter-category {
  text-transform: uppercase;
}

.card-image-container-vc {
  display: block;
  height: 310px;
}

.card-image {
  display: block;
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.card-image:hover {
  opacity: 0.5;
}

.paragraph-xl {
  margin-top: 10px;
  font-family: futura-pt, sans-serif;
  color: #555;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  text-transform: none;
}

.paragraph-xl.centered {
  text-align: center;
}

.paragraph-xl.centered.blue-t.weight-400 {
  font-weight: 400;
}

.paragraph-xl.quote {
  width: 80%;
  text-align: center;
}

.client-logo {
  max-height: 67px;
  max-width: 145px;
  margin: 5px 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: fill;
  object-fit: fill;
}

.client-logo-home {
  max-height: 67px;
  max-width: 145px;
  margin: 5px 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -o-object-fit: fill;
  object-fit: fill;
}

.client-logo.tudelft {
  max-width: 120px;
  margin-top: -23px;
}

.client-logo.boink {
  max-width: 120px;
  margin-top: -21px;
}

.client-logo.lexence {
  max-width: 140px;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  grid-template-areas: "Image-Area Quote-Area Quote-Area" "Image-Area Name-Area Name-Area" "Image-Area Area Area";
  -ms-grid-columns: 1fr 15px 0.25fr 15px 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto 10px auto 10px auto;
  grid-template-rows: auto auto auto;
}

.community-grid {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  flex-direction: row;
  
}

.grid-profile {
  display: inline-block;
  margin: 10px 7px;
  width:23%;
}

.featured {
  width: 23%;
}

.image-4 {
  max-width: 100%;
  border-radius: 280px;
}

.logo-testimonial {
  margin-bottom: 15px;
}

.logo-testimonial.airbus {
  margin-top: 40px;
  margin-bottom: 50px;
}

.gri-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  grid-template-areas: "Quote-Area Quote-Area" ". Name-Area" ". Area";
  -ms-grid-columns: 0.25fr 15px 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto 10px auto 10px auto;
  grid-template-rows: auto auto auto;
}

.image-6 {
  width: 90%;
  height: 100%;
  margin: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block-vc {
  color: #263035;
  text-decoration: none;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid solid none;
  border-width: 3px;
  border-color: #ead939;
}

.div-block-8.green {
  border-style: none solid solid none;
  border-color: #5dbca5;
}

.div-block-8.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid solid none;
  border-color: #0b6d8f;
}

.yellow {
  color: #ead939;
}

.green {
  color: #5dbca5;
}

.grid-4 {
  grid-template-areas: "Area ." "Area ." "Area Area-2" ". Area-2" "Area-3 Area-2" "Area-3 ." "Area-3 .";
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.icon-vc {
  width: 12px;
  height: auto;
}

.icon-vc._22px {
  width: 20px;
}

.image-7 {
  width: 100%;
}

.heading-4 {
  margin-bottom: 20px;
  text-align: center;
  text-transform: none;
}

.div-block-9 {
  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;
}

.loop-svg {
  position: absolute;
  left: 5%;
  top: 0%;
  right: 5%;
  bottom: auto;
  display: block;
  width: 90%;
  background-color: transparent;
}

.loop-svg.empathise {
  background-color: transparent;
}

.empathise {
  background-color: #e7e7e7;
}

.loop-link {
  background-color: transparent;
}

.loop-link.empathise {
  position: absolute;
  left: 3%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 107px;
  height: 260px;
  margin-left: 8px;
  padding-left: 0px;
}

.loop-link.define {
  position: absolute;
  left: 20%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 190px;
  height: 140px;
  margin-left: 8px;
  padding-left: 0px;
}

.loop-link.test {
  position: absolute;
  left: 20%;
  right: auto;
  bottom: 25px;
  width: 190px;
  height: 125px;
  margin-left: 8px;
  padding-left: 0px;
}

.loop-link.prototype {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 260px;
  height: 80px;
  margin-left: 8px;
  padding-left: 0px;
}

.loop-link.ideate {
  position: absolute;
  left: 59%;
  right: auto;
  bottom: 25px;
  width: 210px;
  height: 180px;
  margin-left: 8px;
  padding-left: 0px;
}

.div-block-12 {
  position: relative;
  width: 100%;
  height: 290px;
  margin-top: 20px;
}

.loop-text {
  margin-top: 20px;
  margin-bottom: auto;
}

.loop-text h4 {
  border-bottom: 2px solid #ead939;
  color: #263035;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}

.loop-text p {
  text-align: center;
}

.loop-text.phase-text {
  display: none;
}

.loop-text.phase-text.empathise {
  background-color: transparent;
}

.sticker-text {
  position: relative;
  padding: 5px;
  color: #fbfbfb;
  font-weight: 600;
  text-align: center;
}

.sticker-text.secondary {
  display: none;
}

.sticker {
  position: static;
  left: 40%;
  top: 0%;
  right: 40%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-top: -52px;
  -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: 300px;
  background-color: #263035;
  font-size: 13px;
}

.underline {
  text-decoration: underline;
}

.vc-colum.centered {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blue-b {
  background-color: #0b6d8f;
}

.green-b {
  background-color: #5dbca5;
}

.yellow-b {
  background-color: #ead939;
}

.green-l {
  border-style: solid;
  border-width: 1px;
  border-color: #5dbca5;
}

.white-t {
  color: #fbfbfb;
}

.white-t.blog-title-t {
  font-size: 70px;
  line-height: 80px;
  text-align: center;
}

.white-t.link-button {
  color: #fbfbfb;
  text-align: center;
  text-decoration: none;
}

.white-t.link-button:active {
  color: #ead939;
  text-decoration: underline;
}

.black-t {
  color: #263035;
}

.black-t.bold {
  font-weight: 600;
}

.black-t.title-1 {
  line-height: 46px;
}

.black-t.text-1 {
  margin-top: auto;
  margin-bottom: auto;
  line-height: 50px;
}

.black-t.margin-30 {
  margin-top: 40px;
}

.black-t.heading-4 {
  margin-bottom: 10px;
}

.black-t.center {
  font-weight: 400;
  text-align: center;
}

.white-b {
  background-color: #f7f7f7;
}

.blue-t {
  color: #0b6d8f;
}

.green-t {
  color: #5dbca5;
}

.green-t.link-padding-0px {
  margin-top: 0px;
}

.green-t.title {
  width: 100%;
}

.black-b {
  background-color: #263035;
}

.yellow-t {
  width: 100%;
  color: #ead939;
}

.yellow-t.link-padding-0px {
  margin-top: 0px;
}

.yellow-t.title {
  width: 100%;
}

.yellow-t.center {
  text-align: center;
}

.sticker-2 {
  position: static;
  left: 40%;
  top: 0%;
  right: 40%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-top: -52px;
  -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: 300px;
  background-color: #263035;
  font-size: 13px;
}

.sticker-text-2 {
  position: relative;
  padding: 5px;
  color: #fbfbfb;
  font-weight: 600;
  text-align: center;
}

.sticker-text-2.secondary {
  display: none;
}

.link-block-vc-2 {
  color: #263035;
  text-decoration: none;
}

.link-block-vc-2.capabilities-animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-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;
}

.link-block-vc-2.capabilities-animation.big {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-block-vc-2.capabilities-animation.white-b {
  padding-top: 16px;
}

.link-block-vc-2.capabilities-animation.white-b.shadow {
  box-shadow: 1px 1px 10px 0 rgba(38, 48, 53, 0.2);
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid solid none;
  border-width: 3px;
  border-color: #ead939;
}

.div-block-14.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid solid none;
  border-color: #0b6d8f;
}

.div-block-14.green {
  border-style: none solid solid none;
  border-color: #5dbca5;
}

.black-l-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #5dbca5;
}

.black-l-2.styleguide-div.border-div {
  border-color: #263035;
}

.yellow-l-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #5dbca5;
}

.yellow-l-2.styleguide-div.border-div {
  border-color: #ead939;
}

.white-l-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #5dbca5;
}

.white-l-2.styleguide-div.border-div {
  border-color: #fbfbfb;
}

.blue-l-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #5dbca5;
}

.blue-l-2.styleguide-div.border-div {
  border-color: #0b6d8f;
}

.error-t {
  color: #e45e3c;
}

.success-t {
  color: #5bb158;
}

.warning-t {
  color: #ffa411;
}

.success-b {
  background-color: #5bb158;
}

.warning-b {
  background-color: #ffa411;
}

.error-b {
  background-color: #e45e3c;
}

.link-padding-0px {
  margin-top: -15px;
  margin-bottom: 0px;
}

.link-padding-0px.blue-t {
  margin-top: 0px;
}

.link-block-text-container {
  width: 90%;
  margin-left: 5%;
}

.link-block-text-container.miniature {
  width: auto;
  margin-left: 0%;
}

.div-block-15 {
  width: 100%;
}

.image-9 {
  overflow: hidden;
  height: 400px;
  min-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.pillar-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 25px 10px 25px 15px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fbfbfb;
}

.text-block-2 {
  display: block;
  width: 100%;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pillar-h2 {
  margin-top: 21px;
  margin-bottom: 21px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}

.pillar-h1 {
  padding-right: 10px;
  padding-left: 0px;
  border-right: 3px solid #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.pillar-h1.yellow-l {
  border-right-color: #ead939;
}

.pillar-h1.black-l {
  border-right-color: #263035;
}

.pillar-h1.blue-l {
  border-right-color: #0b6d8f;
}

.pillar-h1.green-l {
  border-right-color: #5dbca5;
}

.pillar-h1.line-green {
  border-right-color: #5dbca5;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  -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;
}

.pillar-h1-2 {
  padding-left: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.pillar-paragraph {
  margin-bottom: 15px;
  font-weight: 300;
}

.values-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -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;
  text-align: center;
}

.value-icon {
  width: 120px;
  height: 120px;
}

.team-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -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;
}

.team-card.card-vc.div-block-18 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-5 {
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.profile-picture-member {
  width: 140px;
  height: 140px;
  border-radius: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.center-div-vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  /*width: 60%;*/
}

.center-div-vc.team {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.center-div-vc._1 {
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-name {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.team-role {
  color: #5dbca5;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.card-colector-div {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-18 {
  max-width: 270px;
  min-width: 200px;
  margin-right: 20px;
  margin-left: 20px;
}

.image-11 {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-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;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-12 {
  height: 100px;
}

.image-13 {
  width: 100px;
  margin: 10px 0px;
}

.div-block-20 {
  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-centered-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-centered-h.bbreakpoint-desktop {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 150px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-21 {
  width: 440px;
  height: 249px;
}

.div-block-22 {
  display: block;
  height: 310px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.embed-video {
  display: block;
  width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.padding-0px {
  margin-top: -1px;
}

.div-block-23 {
  width: 100%;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.div-block-25 {
  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: 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;
  color: #263035;
  text-decoration: none;
}

.div-block-25:hover {
  color: #263035;
}

.image-14 {
  width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.event-cover {
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.event-card-container.horizontal {
  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: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.event-title {
  color: #5dbca5;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}

.event-title._2 {
  color: #0b6d8f;
  font-size: 20px;
  line-height: 26px;
}

.event-title._3 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #0b6d8f;
  text-align: left;
}

.event-title.black-t {
  color: #263035;
}

.event-date {
  margin-bottom: 5px;
  color: #0b6d8f;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.event-date.yellow-t {
  color: #ead939;
}

.sticker-card {
  position: absolute;
  margin: 10px;
  padding: 0px 10px;
  border-radius: 6px;
  background-color: #0b6d8f;
  box-shadow: 1px 1px 3px 0 rgba(38, 48, 53, 0.2);
  font-family: futura-pt, sans-serif;
  color: #263035;
  font-weight: 600;
}

.sticker-card.green-b {
  background-color: #5dbca5;
  color: #fbfbfb;
}

.sticker-card.black-b {
  background-color: #263035;
}

.sticker-card.black {
  background-color: #263035;
}

.sticker-card.green {
  background-color: #5dbca5;
}

.sticker-card.yellow {
  background-color: #ead939;
}

.horizontal-card-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-list {
  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-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;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -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;
}

.footer-vc {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-vc.green-b {
  margin-top: 0px;
  font-family: futura-pt, sans-serif;
  color: #fbfbfb;
}

.footer-vc.yellow-b {
  position: relative;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 12px;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fbfbfb;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-heading.black-t {
  color: #263035;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fbfbfb;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fbfbfb;
  text-decoration: underline;
}

.footer-link.black-t {
  color: #263035;
}

.footer-link.bb:hover {
  color: #fbfbfb;
}

.footer-link.blb:hover {
  color: #fbfbfb;
}

.div-block-26 {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 300px;
  background-color: #fbfbfb;
}

.div-block-27 {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  color: #fbfbfb;
  font-size: 16px;
}

.paragraph-2.black-t {
  color: #263035;
}

.text-block-3 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
}

.columns-3 {
  width: 75%;
}

.body-2 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.collection-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 930px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-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;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.sticker-text1 {
  color: #fbfbfb;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
}

.sticker-text1.black-t {
  color: #263035;
}

.div-block-29 {
  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;
}

.heading {
  width: 100%;
  margin-top: 0px;
  font-family: Varela, sans-serif;
}

.paragraph-4 {
  width: 100%;
  font-family: Varela, sans-serif;
}

.heading-2 {
  font-family: Varela, sans-serif;
}

.paragraph-5 {
  font-family: Varela, sans-serif;
}

.collection-item-2 {
  width: 31%;
  margin: 10px;
}

.collection-list-wrapper-2 {
  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;
}

.container-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  max-width: 100%;
  background-color: #263035;
  opacity: 0.6;
}

.container-4 {
  z-index: 30;
  margin: 0px 60px 140px;
}

.container-4.project {
  margin-bottom: 0px;
}

.div-block-30 {
  position: absolute;
  left: 0%;
  top: -50px;
  right: 0%;
  bottom: auto;
  z-index: 40;
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  color: #fbfbfb;
  -o-object-fit: fill;
  object-fit: fill;
}

.main-text-academy {
  position: relative;
  z-index: 50;
  width: 90%;
}

.main-text-academy h2 {
  color: #263035;
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
}

.main-text-academy h3 {
  color: #ead939;
  font-size: 16px;
  font-weight: 700;
}

.main-text-academy h4 {
  color: #263035;
}

.main-text-academy blockquote {
  border-left-color: rgba(93, 188, 165, 0.43);
}

.main-text-academy h1 {
  color: #ead939;
  font-size: 30px;
}

.main-text-academy a {
  color: #263035;
  font-weight: 600;
  text-decoration: underline;
}

.main-text-academy a:hover {
  color: #ead939;
}

.main-text-academy.academy {
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
}

.div-block-31 {
  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;
}

.text-block-5 {
  font-size: 18px;
}

.text-block-5.white-t {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.block-quote {
  border-left-color: #5dbca5;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(93, 188, 165, 0.2);
  color: #263035;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.div-block-32:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ead939;
  color: #fbfbfb;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.card-title-vertical {
  width: 100%;
  color: #263035;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.4);
  color: #263035;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.div-block-34:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.html-embed-2 {
  width: 100%;
  height: 330px;
}

.rich-text-contact h4 {
  color: #535353;
  font-weight: 700;
}

.rich-text-contact h3 {
  color: #0b6d8f;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
  text-transform: lowercase;
}

.rich-text-contact p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.heading-6 {
  font-size: 24px;
}

.heading-7 {
  font-size: 32px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.list-div {
  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;
}

.image-15 {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-16 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-16.center-div-vc {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.member-bio {
  font-size: 14px;
  text-align: center;
}

.picture-member {
  width: 110px;
  height: 110px;
  border-radius: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.member-name {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.member-role {
  padding-bottom: 10px;
  color: #5dbca5;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.co-creator-item {
  width: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.co-creator-item.studio-page {
  width: 25%;
}

.co-creator-item.studio-page-copy {
  width: 25%;
}

.co-creator-item.member-grid {
  width: 25%;
}

.card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.text-block-4-copy {
  color: #fbfbfb;
}

.div-block-36 {
  width: 100%;
  height: 200px;
}

.link-2 {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-3 {
  padding-left: 10px;
}

.link-4 {
  margin-left: 10px;
  color: #5dbca5;
  font-size: 16px;
}

.link-4.yellow-t {
  color: #ead939;
}

.image-17 {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-18 {
  width: 100%;
  height: 100%;
  background-color: rgba(234, 217, 57, 0.6);
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-37 {
  width: 100%;
  height: 420px;
}

.image-19 {

  height: 290px;
  -o-object-fit: contain;
  object-fit: contain;
}

.banner-image {
  width: 100%;
  height: 100%;
  padding-left: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.banner-image.builder {
  height: 100%;
}

.banner-image.community {
  max-height: 420px;
}

.form-layout.newsletter {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.banner-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  line-height: 50px;
}

.div-block-48 {
  width: 30%;
}

.banner-title.blue-t {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.banner-title.yellow-t {
  margin-left: auto;
}

.banner-title._1 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.vc-title {
  padding-right: 10px;
  padding-left: 0px;
  border-right: 3px solid #000;
  font-weight: 700;
}

.vc-title.yellow-l {
  border-right-color: #ead939;
}

.vc-title.black-l {
  border-right-color: #263035;
}

.vc-title.blue-l {
  border-right-color: #0b6d8f;
}

.vc-title.green-l {
  border-right-color: #5dbca5;
}

.vc-title.line-green {
  border-right-width: 5px;
  border-right-color: #5dbca5;
}

.vc-title.line-yellow {
  border-right-width: 5px;
  border-right-color: #ead939;
}

.vc-title.black-l {
  border-right-width: 5px;
  border-right-color: #263035;
}

.vc-title.blue-line {
  border-right-width: 5px;
  border-right-color: #0b6d8f;
}

.vc-title.blue-line {
  border-right-width: 5px;
  border-right-color: #0b6d8f;
}

.pillar-title {
  padding-left: 10px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block-38 {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.line-h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
}

.line-h1.yellow-t.studio {
  margin-left: 0px;
  font-size: 50px;
}

.line-h1.small {
  font-size: 50px;
  line-height: 55px;
}

.line-h1.small.green-t.community {
  width: 75%;
}

.line-h1-copy {
  font-size: 60px;
  line-height: 60px;
}

.line-h1-copy.green-t {
  font-size: 40px;
  line-height: 50px;
}

.navbar-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  min-width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.navbar-green {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: transparent;
}

.div-block-39 {
  width: 110px;
  height: 60px;
  background-color: #5dbca5;
}

.div-block-39.black {
  background-color: #263035;
}

.div-block-39.yellow {
  background-color: #e7d540;
}

.div-block-39.blue {
  background-color: #156384;
}

.brand-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 90px;
  min-width: 166px;
  margin-left: -3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/Nav-bar-g.svg');
  background-position: 0px 0px;
  background-size: 170px;
  background-repeat: no-repeat;
}

.brand-green.blue {
  background-image: url('../images/nav-bar-blue.svg');
}

.navbar-black {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: transparent;
}

.brand-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 90px;
  min-width: 168px;
  margin-left: -3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/Nav-bar-header.svg');
  background-position: 0px 0px;
  background-size: 170px;
  background-repeat: no-repeat;
}

.brand-yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 90px;
  min-width: 168px;
  margin-left: -3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/nav-bar-yellow.svg');
  background-position: 0px 0px;
  background-size: 170px;
  background-repeat: no-repeat;
}

.navbar-yellow {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: transparent;
}

.navbar-blue {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: transparent;
}

.text-column {
  font-weight: 300;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  -webkit-column-rule-width: 1px;
  column-rule-width: 1px;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.form-block {
  width: 90%;
}

.form-block-2 {
  position: relative;
  display: block;
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form {
  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-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;
}

.div-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  margin-right: 12px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-form.button {
  -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;
}

.text-block-8 {
  color: #ead939;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

.success-message-2 {
  background-color: transparent;
}

.text-block-9 {
  font-size: 20px;
  line-height: 40px;
}

.community-members-wrapper {
  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;
}

.community-members-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 930px;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.community-member-item {
  max-width: 310px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.collection-item-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 1;
}

.text-block-10 {
  color: #fbfbfb;
  font-size: 13px;
  text-transform: uppercase;
}

.image-20 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  white-space: normal;
  -o-object-fit: contain;
  object-fit: contain;
}

.grid-6 {
  margin-top: 40px;
  grid-template-areas: "Area Area-2" "Area-3 Area-4";
}

.div-block-42 {
  height: 100%;
}

.image-21 {
  width: 100%;
}

.image-22 {
  width: 100%;
}

.image-23 {
  width: 100%;
}

.image-cover-vertical {
  width: 100%;
  height: 100%;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.title-card {
  color: #263035;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -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;
  text-decoration: none;
}

.link-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fbfbfb;
  box-shadow: 1px 1px 10px 0 rgba(38, 48, 53, 0.4);
  text-decoration: none;
}

.link-block.blog {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-43 {
  position: absolute;
}

.vertical-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.collection-item-4 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.vertical-card-wrapper {
  padding-bottom: 30px;
}

.collection-item-5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block-11 {
  padding-right: 5px;
  border-right: 3px solid #ead939;
  line-height: 30px;
  font-weight: 600;
}

.text-block-12 {
  padding-left: 10px;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.rich-text-academy h3 {
  color: #ead939;
}

.rich-text-academy h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #263035;
}

.rich-text-academy li {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
}

.rich-text-academy h4 {
  color: #263035;
  font-weight: 600;
}

.rich-text-academy.program {
  padding-left: 20px;
}

.image-25 {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.vertical-card-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.main-text-community {
  position: relative;
  z-index: 50;
  width: 90%;
}

.main-text-community h2 {
  color: #263035;
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
}

.main-text-community h3 {
  color: #5dbca5;
  font-size: 16px;
  font-weight: 700;
}

.main-text-community blockquote {
  border-left-color: rgba(93, 188, 165, 0.43);
}

.main-text-community h1 {
  color: #5dbca5;
  font-size: 30px;
}

.main-text-community a {
  color: #0b6d8f;
  font-weight: 600;
  text-decoration: underline;
}

.main-text-community a:hover {
  color: #5dbca5;
}

.profile-image {
  width: 200px;
  height: 200px;
  border-radius: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.name-member {
  color: #263035;
  font-size: 40px;
  line-height: 50px;
}

.job-title {
  font-size: 18px;
  line-height: 31px;
}

.text-block-13 {
  color: #5dbca5;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.member-name-copy {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-block-45 {
  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;
}

.text-block-14 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-transform: capitalize;
}

.div-block-46 {
  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;
}

.link {
  color: #0b6d8f;
  font-size: 18px;
}

.image-26 {
  width: 100%;
  max-height: 230px;
}

.title-1 {
  color: #5dbca5;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.title-2 {
  color: #0b6d8f;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.link-copy {
  color: #0b6d8f;
}

.link-copy:hover {
  color: #5dbca5;
}

.link-block-2 {
  color: #263035;
  text-decoration: none;
}

.link-block-2.center-div-vc.team {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #535353;
}

.blog-cover {
  width: 100%;
  max-height: 200px;
  max-width: none;
  min-height: 200px;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-cover-div {
  width: 100%;
  height: 200px;
}


.image-11-copy {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.cover-container {
  width: 100%;
  height: 220px;
  background-color: rgba(93, 188, 165, 0.2);
}

.cover-container.yellow {
  background-color: rgba(234, 217, 57, 0.3);
}

.div-image-cover-vertical {
  height: 200px;
}

.title-holder-card-h {
  width: 100%;
}

.vertical-sticker {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px 15px;
  border-radius: 0px;
  background-color: #5dbca5;
  box-shadow: 1px 1px 3px 0 rgba(38, 48, 53, 0.2);
  font-family: futura-pt, sans-serif;
  line-height: 25px;
  font-weight: 600;
}

.vertical-sticker.green-b {
  background-color: #5dbca5;
  color: #fbfbfb;
}

.vertical-sticker.black-b {
  background-color: #263035;
}

.vertical-sticker.black {
  background-color: #263035;
}

.vertical-sticker.tag {
  position: relative;
  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;
}

.cover-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.academy-rich-text h2 {
  color: #263035;
}

.academy-rich-text h3 {
  color: #ead939;
}

.academy-rich-text li {
  font-size: 18px;
  line-height: 24px;
}

.academy-rich-text blockquote {
  border-left-color: #ead939;
}

.div-block-47 {
  width: 100%;
  height: 100%;
}

.image-27 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-7 {
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2 Area-3 Area-25" "Area-4 Area-5 Area-6 Area-26" "Area-7 Area-8 Area-9 Area-27" "Area-10 Area-11 Area-12 Area-28" "Area-13 Area-14 Area-15 Area-29" "Area-16 Area-17 Area-18 Area-30" "Area-19 Area-20 Area-21 Area-31";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.table-title {
  background-color: #263035;
  color: #fbfbfb;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.table-title.white {
  background-color: transparent;
  color: #263035;
}

.table-text {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.table-text.employment {
  background-color: rgba(234, 217, 57, 0.4);
  font-size: 14px;
  text-transform: uppercase;
}

.title {
  width: 300px;
  margin-bottom: 0px;
}

.title._1 {
  margin-bottom: 100px;
}

.person {
  position: absolute;
  z-index: 20;
  width: 1000px;
  margin-top: 214px;
}

.person._2 {
  z-index: 220;
  width: auto;
  height: 650px;
  margin-top: 140px;
}

.person._3 {
  z-index: 320;
  width: auto;
  height: 700px;
  margin-top: 150px;
}

.person._4 {
  z-index: 420;
  width: 750px;
  margin-top: 135px;
  margin-left: 36px;
}

.contract {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 30;
  width: 300px;
  margin-top: 529px;
  margin-right: 469px;
}

.contract._2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 230;
  width: 210px;
  margin-top: 530px;
  margin-right: 556px;
}

.contract._3 {
  z-index: 330;
  width: 210px;
  margin-top: 244px;
  margin-right: 278px;
}

.contract._4 {
  z-index: 430;
  width: 220px;
  margin-top: 318px;
  margin-right: 270px;
}

.background {
  position: relative;
  z-index: 0;
  width: 80%;
  margin-top: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.background._2 {
  z-index: 200;
  width: 70%;
  margin-top: 120px;
  padding-top: 0px;
}

.background._3 {
  z-index: 300;
  width: 70%;
}

.background._4 {
  z-index: 400;
  width: 74%;
}

.parallax-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fbfbfb;
}

.parallax-section._2 {
  z-index: 200;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.parallax-section._3 {
  z-index: 300;
}

.background-grey {
  margin-bottom: 10px;
  padding: 20px 10px;
  background-color: #f5f5f5;
}

.background-grey.width-60 {
  width: 60%;
}

.parallax-section._4 {
  z-index: 400;
}

.image-28 {
  width: 70%;
}

.section-4 {
  height: auto;
}

.image-29 {
  height: 420px;
}

.image-30 {
  width: 100%;
}

.radio-button-circle-vc-yellow {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  padding-top: 0px;
}

.radio-button-circle-vc-yellow.w--redirected-checked {
  border-style: solid;
  border-width: 4px;
  border-color: #ead939;
}

.radio-button-circle-vc-yellow.w--redirected-focus {
  box-shadow: 0 0 3px 1px #ead939;
}

.recaptcha {
  margin-top: 19px;
}

.div-block-69 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.form-block-3 {
  display: none;
}

.form-column {
  width: 40%;
  padding-right: 20px;
  padding-left: 0px;
}

.form-column.button {
  width: 170px;
  padding-right: 0px;
  padding-left: 0px;
}

.form-column.academy {
  width: 50%;
}

.form-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-re-captcha {
  display: block;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.div-block-49 {
  display: block;
  -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;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 49px;
  -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;
}

.link-yellow {
  color: #263035;
}

.link-yellow:hover {
  color: #ead939;
}

.link-yellow.w--current {
  color: #263035;
}

.link-yellow.w--current:hover {
  color: #ead939;
}

.form-2 {
  display: block;
}

.form-block-4 {
  width: 80%;
}

.image-8-copy {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -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;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-52 {
  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;
}

.paragraph-7 {
  width: 100%;
  -webkit-column-count: 0;
  column-count: 0;
}

.paragraph-7.center {
  text-align: center;
  -webkit-column-count: 2;
  column-count: 2;
}

.div-block-53 {
  width: 75%;
}

.paragraph-link:hover {
  color: #263035;
}

.grey-b {
  background-color: #f5f5f5;
}

.heading-8 {
  margin-bottom: 40px;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #ead939;
  background-color: #263035;
}

.line-button.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid solid none;
  border-color: #0b6d8f;
}

.line-button.green {
  border-style: none solid solid none;
  border-color: #5dbca5;
}

.author-testimonial {
  margin-top: 20px;
  color: #263035;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.slider {
  width: 80%;
  height: auto;
  background-color: transparent;
}

.div-block-55 {
  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;
}

.slide {
  padding-right: 15px;
  padding-left: 15px;
}

.slide-nav {
  position: static;
}

.icon-2 {
  margin-right: 0px;
  margin-left: 0px;
  color: #ead939;
  font-weight: 700;
}

.icon-3 {
  color: rgba(38, 48, 53, 0.9);
  font-weight: 700;
}

.mask {
  position: relative;
  width: 90%;
  height: auto;
  padding-right: 5%;
  padding-left: 5%;
}

.right-arrow {
  width: 40px;
}

.div-block-56 {
  width: 100%;
}

.link-block-3 {
  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-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;
  background-color: #fbfbfb;
  box-shadow: 1px 1px 10px 0 rgba(38, 48, 53, 0.2);
  text-decoration: none;
}

.banner-title-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5dbca5;
  font-size: 40px;
  line-height: 50px;
}

.line-h1-2 {
  width: 100%;
  color: #0b6d8f;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
}

.paragraph-l-2 {
  margin-top: 10px;
  color: #555;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
}

.pillar-title-2 {
  padding-left: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-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: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.banner-image-2 {
  width: 100%;
  height: 100%;
  padding-left: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-vc-2 {
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section-vc-2.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-vc-2.header.white-b {
  height: auto;
  color: #fbfbfb;
}

.form-column-2 {
  width: 50%;
  padding-right: 20px;
  padding-left: 0px;
}

.form-column-2.button {
  width: 170px;
  padding-right: 0px;
  padding-left: 0px;
}

.input-label-vc-2 {
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 5px;
  color: #263035;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.error-t-2 {
  color: #e45e3c;
}

.button-vc-2 {
  max-height: 40px;
  min-height: 40px;
  min-width: 120px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.button-vc-2.primary {
  background-color: #5dbca5;
  color: #fbfbfb;
}

.button-vc-2.primary.margin {
  margin-top: 30px;
  text-align: center;
}

.checkbox-vc-2 {
  margin-bottom: 10px;
  font-size: 20px;
}

.box-checkbox-vc-2 {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.box-checkbox-vc-2.w--redirected-checked {
  border-color: #5dbca5;
  background-color: #5dbca5;
}

.box-checkbox-vc-2.w--redirected-focus {
  box-shadow: 0 0 3px 1px #5dbca5;
}

.link-5 {
  margin-left: 10px;
  color: #5dbca5;
  font-size: 16px;
}

.input-field-vc-2 {
  max-width: 100%;
  min-width: 200px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 18px;
}

.input-field-vc-2:focus {
  border-style: solid;
  border-color: #5dbca5;
  box-shadow: 1px 1px 3px 0 rgba(93, 188, 165, 0.51);
}

.input-field-vc-2.max-w {
  max-width: 300px;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -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;
}

.paragraph-8 {
  font-weight: 300;
}

.list-2 {
  padding-left: 636px;
  list-style-type: none;
}

.image-34 {
  margin-top: 20px;
}

.list-item {
  list-style-type: none;
}

.list-item-2 {
  background-color: #5dbca5;
}

.list-item-2.intro {
  margin-top: 20px;
  background-color: transparent;
}

.heading-9 {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 20px;
  color: #fbfbfb;
  font-size: 18px;
  line-height: 24px;
}

.heading-9.academy {
  color: #263035;
}

.list-item-3 {
  background-color: #ead939;
}

.paragraph-14 {
  padding-bottom: 20px;
  padding-left: 20px;
  color: #263035;
}

.paragraph-14.list {
  color: #fbfbfb;
}

.paragraph-14.list.academy {
  color: #263035;
}

.list-item-4 {
  background-color: #0b6d8f;
}

.list-item-5 {
  background-color: #263035;
}

.image-44 {
  -o-object-fit: fill;
  object-fit: fill;
}

.video-3 {
  width: 50%;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
}

.link-block-5 {
  color: #263035;
  text-align: center;
  text-decoration: none;
}

.link-block-5:hover {
  color: #263035;
}

.target {
  height: 250px;
}

.grid-9 {
  grid-template-areas: ". . Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-10 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.vc-pillar-logo {
  height: 38px;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-footer {
  position: absolute;
  right: 0px;
  bottom: -3px;
  width: 190px;
  margin-right: 0px;
}

.container-6 {
  position: relative;
}

.container-vc-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.black-t-2 {
  color: #263035;
}

.section-vc-3 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-vc-3.white-b {
  padding: 30px 0px;
}

.div-block-61 {
  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;
}

.div-block-62 {
  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;
}

.title-image-vc-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -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: rgba(38, 48, 53, 0.5);
}

.title-image-vc-hover.white-t {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 100%;
  background-color: rgba(38, 48, 53, 0.7);
}

.title-image-vc-hover.hover {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -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;
}

.project-card-title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.project-card-title.bold {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.project-card-client {
  padding: 5px 10px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.project-card-client.bold {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.vc-title-small {
  padding-right: 10px;
  padding-left: 0px;
  border-right: 3px solid #000;
  font-weight: 700;
}

.vc-title-small.yellow-l {
  border-right-color: #ead939;
}

.vc-title-small.black-l {
  border-right-color: #263035;
}

.vc-title-small.blue-l {
  border-right-color: #0b6d8f;
}

.vc-title-small.green-l {
  border-right-color: #5dbca5;
}

.vc-title-small.line-green {
  border-right-width: 5px;
  border-right-color: #5dbca5;
}

.vc-title-small.line-yellow {
  border-right-width: 5px;
  border-right-color: #ead939;
}

.vc-title-small.black-l {
  border-right-width: 5px;
  border-right-color: #263035;
}

.vc-title-small.blue-line {
  border-right-width: 5px;
  border-right-color: #0b6d8f;
}

.vc-title-small.blue-line {
  border-right-width: 5px;
  border-right-color: #0b6d8f;
}

.pillar-title-small {
  padding-left: 10px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.banner-title-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  line-height: 40px;
}

.banner-title-small.blue-t {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.banner-title-small._1 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.grid-14 {
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 0px;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.black-link {
  color: #263035;
}

.black-link:hover {
  color: #ead939;
}

.yellow-link {
  color: #ead939;
}

.yellow-link:hover {
  color: #263035;
}

.yellow-link.small {
  font-size: 18px;
}

.green-link {
  color: #5dbca5;
}

.green-link:hover {
  color: #0b6d8f;
}

.date {
  display: none;
}

.content-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.collection-item-8 {
  width: auto;
}

.mixitup-control-active {
  background-color: #ead939;
  color: #263035;
}

.filters-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-posts-list {
  display: block;
}

.div-block-64 {
  background-color: #0b6d8f;
}

.text-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-11-copy {
  display: block;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.sales-column {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sales-column.right-pad {
  padding-left: 20px;
}

.sales-column.right-pad.div-center-v {
  position: static;
  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;
}

.sales-column.left-pad {
  padding-right: 20px;
}

.sales-column.left-pad.loop {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sales-column.horizontal-card {
  position: relative;
  -o-object-fit: fill;
  object-fit: fill;
}

.sales-column.horizontal-card {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sales-column.center-div-vc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sales-column.center-div-vc.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sales-column.center-div-vc.banner-center-div {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sales-column.center-div-vc.banner-center-div {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sales-column.header {
  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;
}

.sales-column.center-div {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sales-column.center-v {
  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;
}

.sales-column.center-div {
  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;
}

.sales-column.center-calendar {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sales-column.center-div-vc-copy {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sales-column.center-div-vc-copy.align-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sales-column.center-div-vc-copy.banner-center-div {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sales-column.center-div-vc-copy.banner-center-div {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-grey {
  background-color: #f5f5f5;
}

.sales-column.background-grey {
  background-color: #f5f5f5;
}

.sales-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  margin-top: 55px;
  margin-bottom: 37px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  text-align: center;
}

.sales-card.black {
  height: 100%;
  margin-top: 0px;
  -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;
  background-color: #263035;
  text-align: center;
}

.div-block-65 {
  position: absolute;
  left: auto;
  top: 90%;
  right: 40px;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
}

.list-item-sales {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  list-style-type: square;
}

.slide-2 {
  background-image: url('../images/NDA_MOCKUP_001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-10 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.slider-3 {
  height: 93%;
}

.slide-3 {
  background-color: #f5f5f5;
  background-image: url('../images/download_contracts_for_results-01.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/overview3-01.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-color: rgba(174, 255, 235, 0.36);
  background-image: url('../images/overview-01-copia.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2-copy {
  background-image: url('../images/NDA_MOCKUP_001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/VC_CSU_Overzichtspagina_B.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.faq-list {
  width: 80%;
  color: #0b6d8f;
}

.faq-answer {
  color: #263035;
}

.div-block-66 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner-title-home {
  width: 100%;
  text-align: center;
}

.image-16-copy {
  width: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-16-copy.center-div-vc {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-16-copy2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-16-copy2.center-div-vc {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.width-75 {
  width: 75%;
}

.column-container-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-div {
  padding-right: 10px;
  padding-left: 10px;
}

.column-div._1 {
  width: 28%;
}

.column-div._2 {
  width: 34%;
}

.column-div._3 {
  width: 40%;
}

.accordion-wrapper {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-right: 17px;
  padding-bottom: 0px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #fbfbfb;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 40px 0px 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px none #5dbca5;
}

.accordion-item-trigger:hover {
  opacity: 0.6;
}

.faq-question {
  color: #263035;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.accordion-item-content {
  display: block;
  overflow: hidden;
  padding-top: 15px;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.background-video-2 {
  display: block;
}

.background-video-3 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.heading-41 {
  position: absolute;
  display: inline-block;
  margin-top: -450px;
  margin-left: 40px;
}

.video-4 {
  position: static;
  margin-top: 20px;
}

.html-embed-4 {
  width: 100%;
  height:800px;
}











@media screen and (min-width: 1280px) {

  .html-embed-4{
    width: 100%;
    height:100vh;
    min-height: 800px;
  }

  .support-us-image{
    height:420px;
  }

  .grid-profile {
    display: inline-block;
    margin: 10px 10px;
    width:18%;
  }

  .featured {
    width: 23% !important;
  }

  a {
    color: #0b6d8f;
    text-decoration: underline;
  }
  a:hover {
    color: #5dbca5;
  }
  li {
    margin-bottom: 3px;
  }
  .container-vc {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-vc.div-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .container-vc.project-container {
    display: block;
  }
  .container-vc.meetup {
    position: static;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-vc {
    z-index: 100;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 30px;
  }
  .section-vc.background-white {
    background-color: #fbfbfb;
  }
  .section-vc.header {
    height: auto;
  }
  .section-vc.header.white-b {
    height: auto;
    padding-top: 0px;
    color: #fbfbfb;
  }
  .section-vc.header.white-b:focus {
    color: #fbfbfb;
  }
  .section-vc.header.academy {
    background-color: #f5f5f5;
  }
  .section-vc.white-b {
    margin-top: 0px;

  }
  .section-vc.blog {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-size: cover;
    background-attachment: scroll;
  }
  .section-vc.member-profile-header {
    background-color: #fbfbfb;
    box-shadow: 0 3px 10px 0 rgba(38, 48, 53, 0.3);
  }
  .section-vc.blog-section {
    overflow: visible;
  }
  .section-vc.project {
    overflow: visible;
  }
  .section-vc.grey-b {
    position: static;
    margin-bottom: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-vc.agreement {
    background-color: transparent;
  }
  .section-vc.tnc {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nav-menu.yellow {
    background-color: #e7d540;
  }
  .nav-link.yellow {
    border-bottom-color: #263035;
    color: #263035;
    font-weight: 500;
  }
  .nav-link.yellow:hover {
    border-bottom-color: #263035;
    color: #fbfbfb;
  }
  .nav-link.yellow.w--current {
    color: #fbfbfb;
  }
  .vc-column {
    padding-left: 10px;
  }
  .vc-column.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph-l.inline {
    margin-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .paragraph-l.margin {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-l.text-sale-card {
    font-size: 24px;
    line-height: 30px;
  }
  .paragraph-l p {
    font-size: 24px;
    font-weight: 300;
  }
  .paragraph-l li {
    font-size: 24px;
    line-height: 30px;
  }
  .paragraph {
    text-align: left;
  }
  .paragraph.margin {
    margin-top: 17px;
  }
  .button-vc {
    display: inline-block;
  }
  .button-vc.primary {
    display: inline-block;
    width: auto;
    -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;
    border-style: none;
  }
  .button-vc.primary.blue {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
  }
  .button-vc.primary.yellow {
    display: inline-block;
  }
  .button-vc.primary.black {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .button-vc.primary.black.create {
    margin-top: 20px;
  }
  .button-vc.primary.black.explore {
    margin-top: 120px;
  }
  .button-vc.primary.black.library {
    margin-top: 140px;
  }
  .button-vc.primary.black.whitepaperlib {
    margin-top: 30px;
  }
  .button-vc.primary.black.study {
    margin-top: 100px;
  }
  .button-vc.primary.paralax {
    margin-top: -148px;
    margin-left: 1046px;
  }
  .button-vc.primary.paralax.consumer {
    position: relative;
    margin-top: -310px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .button-vc.primary.paralax.business {
    margin-top: -461px;
  }
  .button-vc.primary.paralax.blue {
    display: block;
    margin-top: -298px;
  }
  .button-vc.primary.home {
    position: relative;
    left: 200px;
    top: 173px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .button-vc.primary.homelink {
    position: static;
    display: block;
    margin-top: 0px;
  }
  .button-vc.link.yellow {
    display: inline-block;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .checkbox-vc {
    display: block;
    margin-top: 20px;
    padding-left: 0px;
    -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;
  }
  .checkbox-vc.newsletter {
    padding-bottom: 40px;
    background-color: #f5f5f5;
  }
  .radio-button-circle-vc.w--redirected-focus {
    box-shadow: 0 0 3px 1px #ead939;
  }
  .radio-button-label-vc {
    display: block;
  }
  .box-checkbox-vc.yellow {
    margin-left: auto;
    color: #263035;
  }
  .text-block {
    font-size: 18px;
  }
  .column-vc.left-pad {
    -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;
  }
  .column-vc.header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-vc.center-div {
    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;
  }
  .column-vc.center-div {
    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;
  }
  .column-vc.newsletter {
    background-color: #f5f5f5;
  }
  .column-vc.center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-layout-vc.div-1 {
    margin-top: 10px;
  }
  .div-breakpoint-styleguide.desktop {
    max-width: 100vh;
    min-width: 1279px;
    background-color: rgba(38, 48, 53, 0.2);
    color: #263035;
  }
  .div-breakpoint-styleguide.desktop-xl {
    background-color: #0b6d8f;
    color: #fbfbfb;
  }
  .project-card {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .title-image-vc {
    position: relative;
    margin-top: -129px;
  }
  .title-image-vc.white-t {
    position: absolute;
    font-size: 18px;
  }
  .card-image-container-vc {
    height: 340px;
  }
  .paragraph-xl {
    margin-left: auto;
  }
  .paragraph-xl.centered {
    margin-left: 0px;
    font-size: 40px;
  }
  .client-logo {
    max-height: 90px;
    max-width: 180px;
  }
  .logo-testimonial.airbus {
    margin-bottom: 30px;
  }
  .image-6 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .image-7 {
    width: 100%;
  }
  .heading-4.black-t {
    color: #263035;
  }
  .div-block-9 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .loop-link.empathise {
    width: 130px;
    height: 350px;
  }
  .loop-link.define {
    left: 20%;
    width: 230px;
    height: 166px;
  }
  .loop-link.test {
    left: 20%;
    width: 230px;
    height: 180px;
  }
  .loop-link.prototype {
    left: 48%;
    width: 320px;
    height: 110px;
  }
  .loop-link.ideate {
    width: 260px;
    height: 230px;
  }
  .div-block-12 {
    height: 370px;
  }
  .loop-text {
    margin-top: 60px;
  }
  .loop-text h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .loop-text p {
    font-size: 20px;
    line-height: 24px;
  }
  .loop-text.phase-text {
    display: none;
  }
  .sticker-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
    font-size: 15px;
  }
  .sticker-text.secondary {
    display: none;
  }
  .sticker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    border-radius: 200px;
  }
  .image-8 {
    width: auto;
    height: 280px;
  }


  .div-block-13 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sticker-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    border-radius: 200px;
  }
  .sticker-text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
    font-size: 15px;
  }
  .sticker-text-2.secondary {
    display: none;
  }
  .link-block-vc-2.capabilities-animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }
  .link-block-vc-2.capabilities-animation._w-100 {
    width: 100%;
  }
  .link-block-vc-2.capabilities-animation.big {
    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;
  }
  .link-block-text-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;
  }
  .image-9 {
    height: 850px;
  }
  .pillar-div.yellow-b {
    height: 100%;
  }
  .team-card {
    margin-right: 15px;
    margin-left: 15px;
  }
  .center-div-vc.team {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .center-div-vc._1 {
    -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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-centered-h {
    margin-top: 0px;
  }
  .flex-centered-h.bbreakpoint-desktop {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sticker-card.blue-b {
    background-color: #0b6d8f;
  }
  .footer-link {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .background-grey.width-60 {
    width: 100%;
  }

  .footer-link:hover {
    background-color: transparent;
    color: #0b6d8f;
    font-weight: 600;
    text-decoration: underline;
  }
  .footer-link.black-t.yb:hover {
    color: #263035;
  }
  .footer-link.bb:hover {
    color: #ead939;
  }
  .footer-link.blb:hover {
    color: #5dbca5;
  }
  .paragraph-2:hover {
    color: #0b6d8f;
  }
  .collection-list-2 {
    width: 100%;
  }
  .collection-item-2 {
    width: 24%;
    margin-right: 5px;
    margin-left: 5px;
  }
  .collection-list-wrapper-2 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .main-text-academy h3 {
    color: #535353;
  }
  .main-text-academy.academy {
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
  }
  .list-div {
    margin-top: 20px;
    -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;
  }
  .image-15 {
    width: 150%;
  }
  .image-16 {
    width: 150%;
    height: 140%;
  }
  .co-creator-item {
    margin-right: 5px;
    margin-left: 5px;
  }
  .co-creator-item.member-grid {
    width: 24%;
  }
  .card-list {
    width: 100%;
  }
  .card-list.studio-page {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card-list.community-grid {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    flex-direction: row;

  }



  .link-4.yellow-t.margin {
    margin-left: 0px;
  }
  .image-18 {
    background-color: rgba(234, 217, 57, 0.25);
  }
  .banner-image {
    width: 90%;
  }
  .banner-image.studio {
    height: 420px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .banner-image.community {
    max-height: 460px;
  }
  .banner-title.blue-t {
    margin-left: 0px;
  }
  .vc-title.blue-line {
    border-right-color: #0b6d8f;
  }
  .vc-title.blue-line {
    border-right-color: #0b6d8f;
  }
  .div-block-38 {
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-39.yellow {
    background-color: #e7d540;
  }
  .navbar-black {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: #fff;
  }
  .navbar-yellow {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: #fbfbfb;
  }
  .div-block-41 {
    margin-top: 45px;
  }
  .community-members-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .community-members-list {
    width: 100%;
  }
  .community-member-item {
    max-width: 290px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .div-block-42 {
    height: auto;
  }
  .div-block-44 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block-11 {
    padding-right: 5px;
    border-right: 3px solid #ead939;
    line-height: 30px;
    font-weight: 600;
  }
  .text-block-12 {
    padding-left: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .rich-text-academy h3 {
    color: #ead939;
  }
  .rich-text-academy h2 {
    color: #263035;
  }
  .rich-text-academy ul {
    font-size: 18px;
    line-height: 22px;
  }
  .rich-text-academy li {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .image-25 {
    height: auto;
  }
  .profile-image {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .job-title {
    padding-top: 0px;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
  }
  .image-11-copy {
    width: 100%;
    max-height: 310px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
  }
  .vertical-sticker.blue-b {
    background-color: #0b6d8f;
  }
  .cover-container-1 {
    height: 300px;
  }
  .academy-rich-text {
    font-weight: 300;
  }
  .academy-rich-text h2 {
    font-weight: 300;
  }
  .academy-rich-text li {
    font-size: 18px;
    font-weight: 400;
  }
  .image-27 {
    width: 100%;
    height: 75%;
  }
  .grid-7 {
    grid-auto-flow: row;
    -ms-grid-columns: 0.55fr 1fr 1fr 1fr;
    grid-template-columns: 0.55fr 1fr 1fr 1fr;
  }
  .table-title {
    background-color: #263035;
    color: #fbfbfb;
  }
  .person._1 {
    display: block;
    width: 600px;
    margin-top: 79px;
  }
  .contract._4 {
    margin-top: 220px;
    margin-right: 600px;
    margin-left: 0px;
  }
  .background._4 {
    width: 55%;
    margin-top: -48px;
    margin-left: 100px;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
  }
  .parallax-section._0 {
    z-index: 0;
    display: block;
  }
  .section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .image-29 {
    width: 100%;
  }
  .radio-button-circle-vc-yellow.w--redirected-focus {
    box-shadow: 0 0 3px 1px #ead939;
  }
  .form-column {
    width: 30%;
    padding-right: 10px;
    padding-left: 0px;
  }
  .column-re-captcha {
    width: 100%;
  }
  .column-4 {
    padding-left: 165px;
  }
  .form-block-4 {
    display: block;
    width: 70%;
    margin-right: 15%;
    margin-left: 15%;
  }
  .image-8-copy {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .div-block-52 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider {
    -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: transparent;
  }
  .div-block-55 {
    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;
  }
  .slide-nav {
    position: static;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .line-h1-2 {
    width: 100%;
  }
  .section-vc-2 {
    z-index: 100;
    overflow: visible;
  }
  .section-vc-2.header.white-b {
    height: 100vh;
  }
  .section-vc-2.header.white-b:focus {
    color: #fbfbfb;
  }
  .form-column-2 {
    width: 30%;
    padding-right: 10px;
    padding-left: 0px;
  }
  .button-vc-2.primary {
    border-style: none;
  }
  .image-33 {
    width: 600px;
    margin-right: auto;
    margin-left: 350px;
  }
  .paragraph-9 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
  }
  .paragraph-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
  }
  .paragraph-11 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
  }
  .paragraph-12 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
  }
  .paragraph-13 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
  }
  .div-block-59 {
    width: 75%;
    font-size: 24px;
  }
  .home {
    justify-items: end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: ". Area";
    -ms-grid-columns: 0.25fr 16px 1fr;
    grid-template-columns: 0.25fr 1fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
  }
  .list-2 {
    position: fixed;
    left: auto;
    top: 100px;
    right: 0px;
    z-index: 800;
    width: 400px;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }
  .image-34 {
    margin-right: 40px;
    margin-left: 10px;
    padding-right: 0px;
  }
  .list-item {
    margin-bottom: 0px;
    background-color: transparent;
  }
  .list-item-2 {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
  }
  .list-item-2.intro {
    margin-top: 20px;
    padding-left: 20px;
  }
  .heading-9 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    color: #263035;
  }
  .list-item-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
  }
  .paragraph-14.intro {
    padding-right: 40px;
    padding-left: 10px;
    background-color: transparent;
    font-weight: 300;
  }
  .paragraph-14.list {
    margin-bottom: 0px;
    padding-bottom: 5px;
    color: #263035;
  }
  .list-item-4 {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
  }
  .list-item-5 {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
    color: #f5f5f5;
  }
  .link-block-4 {
    display: block;
  }
  .story {
    position: static;
    left: -25%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: -105px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading-10 {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
  .image-35 {
    display: block;
    width: 3%;
    margin-right: auto;
    margin-left: auto;
  }
  .list-3 {
    margin-top: 10px;
  }
  .paragraph-15 {
    font-size: 24px;
  }
  .heading-11 {
    font-size: 24px;
  }
  .grid-8 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .rich-text-block {
    font-size: 32px;
    line-height: 38px;
  }
  .rich-text-block-2 {
    margin-top: 40px;
  }
  .image-36 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-37 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-38 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-39 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-40 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-41 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-42 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-12 {
    margin-left: 40px;
    color: #5dbca5;
  }
  .heading-13 {
    width: auto;
    margin-left: 40px;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
  }
  .image-43 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image-44 {
    position: static;
    display: block;
    width: 80%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .video-2 {
    margin-top: 60px;
  }
  .heading-14 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .link-6 {
    -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-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;
  }
  .background-video {
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    padding-left: 20px;
  }
  .image-45 {
    display: block;
    width: 80%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-45.target {
    width: 80%;
  }
  .link-block-5 {
    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;
    color: #263035;
    text-decoration: none;
  }
  .link-block-5.target {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    height: 580px;
    margin-bottom: 10px;
    color: #263035;
    text-decoration: none;
  }
  .link-block-6 {
    height: 400px;
    background-color: #fbfbfb;
  }
  .link-block-6.target {
    height: 580px;
  }
  .link-block-7 {
    background-color: #fbfbfb;
  }
  .link-block-7.target {
    height: 580px;
  }
  .link-block-8 {
    background-color: #fbfbfb;
  }
  .link-block-8.target {
    height: 580px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .target {
    display: block;
    height: 260px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  
  .form-layout.newsletter {
    -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;
  }
 
  
  .target.employee {
    margin-top: 60px;
    font-size: 18px;
  }
  .target.ldthinker {
    margin-top: 100px;
    font-size: 18px;
  }
  .target.counsel {
    margin-top: 60px;
    font-size: 18px;
  }
  .link-7 {
    display: block;
    margin-left: 20px;
  }
  .image-46 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-15 {
    margin-top: 0px;
  }
  .grid-9 {
    grid-template-areas: "Area";
    -ms-grid-columns: 0.5fr 0.5fr 1fr;
    grid-template-columns: 0.5fr 0.5fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    background-color: transparent;
  }
  .grid-10 {
    -ms-grid-columns: 0.5fr 0.5fr 1fr;
    grid-template-columns: 0.5fr 0.5fr 1fr;
  }
  .grid-11 {
    grid-auto-rows: minmax(auto, 1fr);
    grid-template-areas: ". . ." ". . ." "Area-3 Area-2 Area";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .columns-6 {
    background-color: #f5f5f5;
  }
  .columns-7 {
    background-color: #f5f5f5;
    color: #f5f5f5;
  }
  .heading-16 {
    color: #263035;
  }
  .columns-8 {
    background-color: #f5f5f5;
  }
  .columns-9 {
    background-color: #263035;
  }
  .columns-10 {
    background-color: #f5f5f5;
  }
  .columns-11 {
    background-color: #535353;
  }
  .heading-17 {
    color: #263035;
  }
  .heading-18 {
    color: #263035;
  }
  .heading-19 {
    color: #263035;
  }
  .heading-20 {
    color: #263035;
  }
  .heading-21 {
    color: #ead939;
  }
  .heading-22 {
    color: #5dbca5;
  }
  .grid-12 {
    -ms-grid-columns: 0.5fr 0.5fr 1fr;
    grid-template-columns: 0.5fr 0.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .heading-23 {
    margin-top: auto;
  }
  .slider-2 {
    display: block;
    height: auto;
    background-color: transparent;
  }
  .heading-24 {
    font-size: 24px;
  }
  .heading-25 {
    font-size: 24px;
  }
  .heading-26 {
    font-size: 24px;
  }
  .heading-27 {
    font-size: 24px;
  }
  .heading-28 {
    font-size: 24px;
  }
  .heading-29 {
    font-size: 24px;
  }
  .image-47 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-48 {
    display: inline-block;
    width: 50%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0px;
  }
  .heading-30 {
    margin-bottom: 40px;
    color: #0b6d8f;
    font-size: 28px;
  }
  .vc-pillar-logo {
    width: 50%;
  }
  .image-50 {
    width: 65%;
  }
  .image-51 {
    width: 50%;
  }
  .heading-31 {
    margin-top: auto;
    font-size: 24px;
  }
  .heading-32 {
    margin-top: auto;
    font-size: 24px;
    font-weight: 700;
  }
  .heading-33 {
    margin-top: auto;
    font-size: 24px;
  }
  .heading-34 {
    margin-top: auto;
    font-size: 24px;
  }
  .div-block-60 {
    margin-top: 20px;
  }
  .image-52 {
    width: 80%;
  }
  .columns-12 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .columns-13 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .columns-14 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .column-6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .heading-35 {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 24px;
  }
  .heading-35.target {
    position: static;
    display: inline-block;
    margin: 40px auto 10px;
  }
  .paragraph-m {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
  }
  .image-53 {
    display: block;
    width: 15%;
    margin-top: -55px;
    margin-left: 0px;
    float: right;
    clear: none;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .logo-footer {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 190px;
    margin-top: -55px;
    float: right;
  }
  .image-55 {
    width: 15%;
    margin-top: -55px;
    float: right;
  }
  .image-56 {
    width: 15%;
    margin-top: -55px;
    float: right;
  }
  .container-5 {
    position: static;
    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;
  }
  .homelink {
    margin-top: 340px;
    margin-right: 80px;
    float: right;
  }
  .grid-13 {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .heading-36 {
    margin-top: 40px;
    font-size: 24px;
  }
  .heading-37 {
    margin-top: 90px;
    font-size: 24px;
  }
  .heading-38 {
    margin-top: 130px;
    font-size: 24px;
  }

  .heading-39 {
    font-size: 20px;
  }
  .image-57 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-7 {
    background-color: #fbfbfb;
  }
  .footerlink {
    color: #fbfbfb;
  }
  .footerlink:hover {
    color: #0b6d8f;
  }
  .footerlink.blb:hover {
    color: #fbfbfb;
  }
  .image-58 {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .link-8 {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    -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;
  }
  .container-6 {
    position: static;
  }
  .container-vc-2 {
    display: block;
    max-width: 1200px;
  }
  .section-vc-3 {
    z-index: 100;
    display: block;
  }
  .section-vc-3.white-b {
    margin-top: 0px;
    background-color: transparent;
  }
  .div-block-61 {
    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;
  }
  .title-image-vc-hover {
    position: relative;
    margin-top: -129px;
  }
  .title-image-vc-hover.white-t {
    position: absolute;
    font-size: 18px;
  }
  .vc-title-small.blue-line {
    border-right-color: #0b6d8f;
  }
  .vc-title-small.blue-line {
    border-right-color: #0b6d8f;
  }
  .banner-title-small.blue-t {
    margin-left: 0px;
  }
  .sales-column.center-div {
    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;
  }
  .sales-column.center-div {
    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;
  }
  .sales-column.newsletter {
    background-color: #f5f5f5;
  }
  .sales-card {
    height: 89%;
  }
  .div-block-65 {
    position: absolute;
    left: auto;
    right: 5%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .link-10 {
    position: static;
    display: block;
    line-height: 20px;
  }
  .slider-3 {
    height: 90%;
  }
  .slide-4 {
    background-position: 50% 0%;
  }
  .slide-6 {
    background-image: url('../images/04_mockup.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .div-block-66 {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-16-copy {
    width: 230px;
    height: auto;
  }
  .image-16-copy2 {
    width: auto;
    height: 470px;
  }
  .column-div._1 {
    width: 30%;
  }
  .column-div._2 {
    width: 33%;
  }
  .column-div._3 {
    width: 47%;
  }
  .faq-question {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
  }
  .accordion-item-content {
    overflow: hidden;
  }
  .heading-41 {
    position: absolute;
    left: 0%;
    top: 15%;
    right: auto;
    bottom: auto;
    display: inline-block;
    margin-top: auto;
    font-size: 28px;
    line-height: 34px;
  }
  .video-4 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
    margin-top: auto;
  }
  .background-video-4 {
    position: absolute;
    left: 0%;
    top: 20%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    clear: none;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}














@media screen and (max-width: 991px) {
 
  .html-embed-4 {
    width: 100%;
    max-height: 625px;
  }

  .div-block-48 {
    width: 50%;
  }

  .form-layout.newsletter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /*.column-vc.center-div-vc {
    width:50%;
  }*/

  .grid-profile {
    display: inline-block;
    margin: 10px 10px;
    width:30%;
  }

  .featured {
    width: 46%;
  }

  h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #0b6d8f;
  }
  .container-vc {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-vc.styleguide-borders {
    min-height: 120px;
  }
  .container-vc.header {
    height: auto;
    max-width: none;
    margin-top: 30px;
  }
  .container-vc.header {
    height: auto;
    max-width: none;
    margin-top: 30px;
  }
  .section-vc {
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .section-vc.header {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-vc.header.white-b {
    display: block;
    height: auto;
  }
  .section-vc.header.academy {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-vc.blog {
    min-height: 540px;
  }
  .brand {
    clear: left;
  }
  .container-2 {
    position: relative;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #0b6d8f;
  }
  .nav-menu.black {
    background-color: #ead939;
  }
  .nav-menu.yellow {
    background-color: #e7d540;
  }
  .nav-menu.blue {
    margin-top: -5px;
    background-color: #5dbca5;
  }
  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .nav-link:hover {
    color: #fbfbfb;
    font-weight: 400;
  }
  .nav-link:visited {
    display: block;
  }
  .nav-link.w--current {
    display: block;
    color: #fbfbfb;
    font-weight: 400;
  }
  .nav-link.w--current:hover {
    display: block;
    color: #fbfbfb;
  }
  .nav-link.w--current:active {
    display: block;
  }
  .nav-link.w--current:focus {
    display: block;
  }
  .nav-link.w--current:visited {
    display: block;
  }
  .nav-link.black {
    color: #263035;
  }
  .nav-link.black:hover {
    border-bottom-color: #263035;
    color: #fbfbfb;
  }
  .nav-link.yellow {
    color: #fbfbfb;
  }
  .nav-link.yellow:hover {
    border-bottom-color: #fbfbfb;
    color: #ead939;
  }
  .nav-link.blue:hover {
    color: #0b6d8f;
    font-weight: 500;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 59px;
    margin-top: 31px;
    clear: right;
    -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;
    background-color: #5dbca5;
    color: #fbfbfb;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .menu-button.w--open {
    background-color: #5dbca5;
  }
  .menu-button.black {
    background-color: #263035;
  }
  .menu-button.yellow {
    background-color: #ead939;
  }
  .menu-button.blue {
    background-color: #0b6d8f;
  }
  .icon {
    position: absolute;
    top: 10px;
    right: 40px;
    bottom: 10px;
    width: 40px;
    font-size: 40px;
    text-align: center;
  }
  .vc-column {
    padding-left: 0px;
  }
  .vc-column.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .paragraph-l.margin {
    width: 100%;
  }
  .button-vc.primary {
    top: 20px;
  }
  .button-vc.primary.margin {
    padding-left: 35px;
  }
  .button-vc.primary.double-line {
    max-height: none;
  }
  .button-vc.link {
    margin-top: 0px;
  }
  .input-field-vc.yellow.max-width {
    max-width: 250px;
  }
  .checkbox-vc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .checkbox-vc.privacy {
    margin-left: 10px;
  }
  .radiobutton-vc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .column-vc.right-pad.width-80 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .column-vc.right-pad.div-center-v {
    display: block;
  }
  .column-vc.left-pad.loop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .column-vc.center-div-vc.banner-center-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-vc.center-div-vc.banner-center-div {
    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;
  }
  .column-vc.center-div-vc.banner-center-div.last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .column-vc.header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-vc.margin {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .column-vc.header {
    padding-left: 0px;
  }
  .column-vc.center-div-vc-copy.banner-center-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column-vc.center-div-vc-copy.banner-center-div {
    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;
  }
  .column-vc.personas {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .column-vc.header-image.academy {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-vc.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-layout-vc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-layout-vc.margin {
    margin-right: 15px;
    margin-left: 15px;
  }
  .column-layout-vc._1 {
    display: block;
  }
  .column-layout-vc.header {
    height: auto;
  }
  .html-embed.styleguide.list {
    width: 17px;
    height: 23px;
  }
  .div-breakpoint-styleguide.mobile-h {
    max-width: 766px;
  }
  .div-breakpoint-styleguide.mobile {
    max-width: 478px;
  }
  .div-breakpoint-styleguide.tablet {
    background-color: #0b6d8f;
    color: #fbfbfb;
  }
  .div-breakpoint-styleguide.desktop {
    max-width: 100vw;
    min-width: auto;
    background-color: rgba(38, 48, 53, 0.2);
    color: #263035;
  }
  .client-logo.boink {
    margin-top: -12px;
  }
  .image-6 {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .image-7 {
    width: 100%;
  }
  .loop-svg {
    left: 12%;
    top: 0%;
    right: 12%;
    bottom: auto;
    display: block;
    width: 76%;
  }
  .loop-link.empathise {
    left: 10%;
    width: 100px;
    height: 240px;
  }
  .loop-link.define {
    left: 24%;
    width: 190px;
    height: 120px;
  }
  .loop-link.test {
    left: 24%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 190px;
    height: 140px;
  }
  .loop-link.prototype {
    width: 260px;
    height: 80px;
  }
  .loop-link.ideate {
    bottom: 5px;
    width: 200px;
    height: 174px;
  }
  .div-block-12 {
    position: relative;
    width: 100%;
    height: 260px;
  }
  .loop-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .loop-text h4 {
    width: 100%;
  }
  .loop-text p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .loop-text.phase-text {
    display: none;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sticker-text {
    display: none;
  }
  .sticker-text.secondary {
    display: block;
  }
  .sticker {
    margin-top: -40px;
  }


  .div-block-13 {
    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-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;
  }
  .white-t.blog-title-t {
    font-size: 60px;
    line-height: 70px;
  }
  .green-t.link-padding-0px {
    margin-top: auto;
  }
  .sticker-2 {
    margin-top: -40px;
  }
  .sticker-text-2 {
    display: none;
  }
  .sticker-text-2.secondary {
    display: block;
  }
  .error-t {
    color: #e45e3c;
  }
  .success-t {
    color: #5bb158;
  }
  .link-block-text-container {
    width: 100%;
    margin-left: auto;
  }
  .link-block-text-container.miniature {
    width: 100%;
  }
  .values-div {
    text-align: center;
  }
  .team-card {
    margin-right: 15px;
    margin-left: 15px;
  }
  .card-colector-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .image-11 {
    height: 280px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .flex-centered-h.bbreakpoint-desktop {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .embed-video {
    height: 290px;
  }
  .event-cover {
    max-height: 160px;
  }
  .sticker-card.black {
    background-color: #263035;
  }
  .collection-item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-vc {
    padding-right: 20px;
    padding-left: 20px;
  }
  .collection-list-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .collection-list-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sticker-text1 {
    color: #fbfbfb;
  }
  .paragraph-4 {
    margin-bottom: 20px;
  }
  .image-3 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
  }
  .collection-item-2 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .collection-list-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-4 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .main-text-academy h1 {
    font-size: 30px;
  }
  .main-text-academy.academy {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .div-block-31 {
    margin-bottom: 50px;
  }
  .text-block-6 {
    font-size: 14px;
  }
  .card-title-vertical {
    font-size: 18px;
  }
  .co-creator-item {
    overflow: visible;
    width: 30%;
    max-width: 240px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .co-creator-item.studio-page {
    width: 50%;
  }
  .co-creator-item.studio-page-copy {
    width: 50%;
  }
  .co-creator-item.member-grid {
    width: 33%;
  }
  .card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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-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: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .banner-image {
    width: 70%;
  }
  .div-block-38 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .line-h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .line-h1.small.green-t.community {
    font-size: 40px;
    line-height: 50px;
  }
  .line-h1.small.black-t {
    font-size: 45px;
    line-height: 50px;
  }
  .navbar-div {
    position: relative;
  }
  .brand-green {
    clear: left;
  }
  .brand-black {
    clear: left;
  }
  .div-block-40 {
    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;
  }
  .brand-yellow {
    clear: left;
  }
  .div-block-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-block {
    width: 100%;
  }
  .form {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-form {
    width: 33%;
    margin-right: 20px;
    margin-left: 0px;
  }
  .div-form.button {
    width: 21%;
  }
  .community-members-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .community-member-item {
    overflow: visible;
    max-width: 220px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-6 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .rich-text-academy h3 {
    color: #ead939;
  }
  .image-25 {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .main-text-community h1 {
    font-size: 30px;
  }
  .profile-image {
    max-width: none;
  }
  .link-block-2 {
    color: #263035;
    text-decoration: none;
  }
  .image-11-copy {
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .cover-container.yellow {
    background-color: rgba(234, 217, 57, 0.3);
  }
  .div-image-cover-vertical {
    height: 200px;
  }
  .vertical-sticker.black {
    background-color: #263035;
  }
  .recaptcha {
    margin-top: 0px;
  }
  .form-center {
    margin-right: 0px;
    margin-left: 200px;
  }
  .form-column {
    width: 50%;
    padding-right: 20px;
    padding-left: 0px;
  }
  .form-column.button {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .column-4 {
    padding-left: 0px;
  }
  .form-block-4 {
    width: 100%;
  }
  .image-31 {
    padding-left: 0px;
  }
  .image-8-copy {
    width: 100%;
  }
  .div-block-52 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .slider {
    width: 100%;
  }
  .banner-image-2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .section-vc-2 {
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .section-vc-2.header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-vc-2.header.white-b {
    display: block;
    height: auto;
  }
  .form-column-2 {
    width: 50%;
    padding-right: 20px;
    padding-left: 0px;
  }
  .form-column-2.button {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .error-t-2 {
    color: #e45e3c;
  }
  .checkbox-vc-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
  .container-vc-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-vc-3 {
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .banner-title-small {
    width: auto;
  }
  .grid-14 {
    justify-items: baseline;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }
  .yellow-link.small {
    font-size: 18px;
  }
  .image-11-copy {
    height: 280px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .sales-column.right-pad.width-80 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .sales-column.right-pad.div-center-v {
    display: block;
  }
  .sales-column.left-pad.loop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .sales-column.center-div-vc.banner-center-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sales-column.center-div-vc.banner-center-div {
    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;
  }
  .sales-column.margin {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sales-column.header {
    padding-left: 0px;
  }
  .sales-column.center-div-vc-copy.banner-center-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sales-column.center-div-vc-copy.banner-center-div {
    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;
  }
  .sales-card {
    height: auto;
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .sales-card.black {
    height: auto;
    margin-bottom: auto;
  }
  .div-block-65 {
    left: auto;
    top: 86%;
    right: 5%;
    bottom: 25%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .width-75 {
    width: 100%;
  }
  .accordion-item-trigger {
    padding-right: 0px;
  }
  .heading-41 {
    left: 0%;
    top: 85%;
    right: 0%;
    bottom: auto;
  }
}












@media screen and (max-width: 767px) {
  .html-embed-4 {
    width: 100%;
    min-height: 480px;
  }

  .div-block-69 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -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;

  }

  .featured-library { 
    align-items: end;
  }
 /* .column-vc.center-div-vc {
    width:100%;
  }*/
  .slider-3 {
    height: 300px;
}

  .grid-profile {
    display: inline-block;
    margin: 10px 10px;
    width:45%;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  p {
    font-size: 16px;
    line-height: 18px;
  }
  .container-vc.div-center {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-vc.blog-content {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-vc.header {
    height: auto;
    padding-bottom: 30px;
  }
  .container-vc.project-layout {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-vc.project-container {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-vc.header {
    height: auto;
    padding-bottom: 30px;
  }
  .section-vc {
    padding-left: 0px;
  }
  .section-vc.header {
    height: auto;
  }
  .section-vc.header.white-b {
    display: block;
    height: auto;
    padding-top: 0px;
  }
  .section-vc.blog {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .nav-menu {
    position: absolute;
  }
  .nav-link.w--current {
    color: #fbfbfb;
    font-weight: 400;
  }
  .nav-link.w--current:hover {
    color: #fbfbfb;
  }
  .menu-button.yellow {
    margin-top: 31px;
  }
  .paragraph-l {
    font-size: 20px;
  }
  .paragraph-l._75-width {
    width: 100%;
  }
  .paragraph-l.inline {
    font-size: 20px;
    line-height: 25px;
  }
  .paragraph-l.text-sale-card {
    font-size: 18px;
  }
  .paragraph-l p {
    font-size: 18px;
    line-height: 22px;
  }
  .paragraph-l li {
    font-size: 18px;
    line-height: 26px;
  }
  .paragraph {
    font-size: 16px;
  }
  .button-vc {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 18px;
  }
  /*.button-vc.primary {
    position: relative;
    left: auto;
    top: 20px;
    right: auto;
    bottom: 0%;
    margin-bottom: 10px;
    padding-left: 20px;
  }*/

  .button-vc.primary.margin {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 40px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  /*.button-vc.link {
    margin-top: 10px;
  }*/
  .input-label-vc {
    margin-top: 20px;
    margin-bottom: 3px;
  }
  .input-field-vc {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .input-field-vc.max-w {
    min-width: 300px;
  }
  .input-field-vc.yellow.max-width {
    max-width: 250px;
  }
  .textarea-vc {
    font-size: 16px;
  }
  .checkbox-vc {
    position: static;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 14px;
    padding-left: 10px;
  }
  .select-vc {
    font-size: 16px;
  }
  .radio-button-label-vc {
    font-size: 18px;
  }
  .error-success-text {
    font-size: 18px;
    line-height: 20px;
  }
  .box-checkbox-vc.privacy {
    margin-left: -5px;
  }
  .dropdown-vc {
    font-size: 16px;
  }
  .dropdown-list-vc {
    font-size: 16px;
  }
  .dropdown-text-vc {
    font-size: 16px;
  }
  .filter-button {
    font-size: 16px;
  }
  .filter-button.yellow {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .column-vc {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0px;
  }
  .column-vc.right-pad {
    padding-left: 0px;
  }
  .column-vc.right-pad.width-80 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .column-vc.left-pad {
    padding-right: 0px;
    -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;
  }
  .column-vc.horizontal-card {
    -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-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;
  }
  .column-vc.center-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-vc.center-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-vc.personas {
    margin-bottom: 40px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-vc.last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .column-vc.last.center {
    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;
  }
  .column-vc.center {
    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;
  }
  .column-vc.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-layout-vc {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-layout-vc.horizontal-card {
    height: 100%;
  }
  .html-embed.faq {
    padding-top: 2px;
  }
  .card-vc {
    width: 200px;
  }
  .div-breakpoint-styleguide.mobile-h {
    width: 100vw;
    background-color: #0b6d8f;
    color: #fbfbfb;
  }
  .div-breakpoint-styleguide.tablet {
    width: 100vw;
    max-width: none;
    min-width: auto;
    background-color: rgba(38, 48, 53, 0.2);
    color: #263035;
  }
  .project-card {
    position: relative;
  }
  .title-image-vc {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .project-card-text {
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 16px;
  }
  .card-image-container-vc {
    height: 260px;
  }
  .paragraph-xl {
    font-size: 26px;
    line-height: 24px;
  }
  .client-logo {
    max-height: 40px;
    max-width: 80px;
  }
  .client-logo.tudelft {
    margin-top: -24px;
  }
  .client-logo.lexence {
    max-height: 31px;
    max-width: 120px;
  }
  .image-6 {
    width: 100%;
  }
  .yellow {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .green {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
  }
  .grid-4 {
    grid-template-areas: "Area Area" "Area Area" "Area-2 Area-2" "Area-2 Area-2" "Area-3 Area-3" "Area-3 Area-3";
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .loop-link.empathise {
    width: 80px;
    height: 190px;
  }
  .loop-link.define {
    width: 140px;
    height: 90px;
  }
  .loop-link.test {
    width: 130px;
    height: 100px;
  }
  .loop-link.prototype {
    width: 190px;
    height: 70px;
  }
  .loop-link.ideate {
    width: 150px;
    height: 120px;
  }
  .div-block-12 {
    height: 190px;
    margin-top: 10px;
  }
  .sticker {
    margin-top: -20px;
  }
  .white-t.blog-title-t {
    font-size: 40px;
    line-height: 50px;
  }
  .white-t.paragraph-l.text-sale-card {
    font-size: 18px;
  }
  .black-t.bold {
    margin-top: 20px;
  }
  .black-t.paragraph-l.text-sale-card {
    font-size: 18px;
  }
  .sticker-2 {
    margin-top: -20px;
  }
  .pillar-div {
    margin-right: 10px;
    margin-left: 10px;
  }
  .team-card {
    max-width: 230px;
    min-width: 190px;
  }
  .profile-picture-member {
    width: 120px;
    height: 120px;
  }
  .team-name {
    margin-top: 19px;
  }
  .team-role {
    margin-bottom: 10px;
  }
  .image-11 {
    height: 220px;
  }
  .div-block-19 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-centered-h.bbreakpoint-desktop {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .embed-video {
    height: 200px;
  }
  .event-cover {
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .event-title {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .event-date {
    font-size: 18px;
    line-height: 24px;
  }
  .sticker-card {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    border-radius: 5px;
  }
  .collection-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-item {
    width: 390px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer-vc {
    padding: 40px 20px 115px;
  }
  .footer-vc.black-b.white-t {
    padding-bottom: 113px;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .footer-heading {
    font-size: 14px;
  }
  .footer-link {
    font-size: 16px;
  }
  .div-block-27 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .columns-3 {
    width: auto;
  }
  .collection-list-2 {
    padding-right: 4px;
    padding-left: 4px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .paragraph-3 {
    font-size: 16px;
  }
  .sticker-text1 {
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
  }
  .paragraph-4 {
    width: 200%;
  }
  .collection-item-2 {
    width: 50%;
  }
  .container-4 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .container-4.project {
    padding-right: 25px;
    padding-left: 25px;
  }
  .main-text-academy h3 {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #5dbca5;
  }
  .div-block-31 {
    margin-bottom: 20px;
  }
  .heading-6 {
    font-size: 22px;
  }
  .picture-member {
    width: 120px;
    height: 120px;
  }
  .member-name {
    margin-top: 19px;
  }
  .member-role {
    margin-bottom: 10px;
  }
  .co-creator-item {
    width: 50%;
    max-width: none;
  }
  .co-creator-item.member-grid {
    width: 50%;
  }
  .card-list {
    padding-right: 4px;
    padding-left: 4px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .text-block-4-copy {
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
  }
  .banner-image {
    width: 100%;
  }
  .line-h1.yellow-t.studio {
    font-size: 40px;
  }
  .line-h1.small.green-t {
    font-size: 40px;
  }
  .line-h1-copy.yellow-t {
    font-size: 50px;
  }
  .text-column {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .form-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form {
    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;
  }
  .form.blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .div-form {
    width: 100%;
  }
  .div-form.button {
    position: static;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .text-block-8 {
    font-size: 30px;
    line-height: 40px;
  }
  .text-block-9 {
    font-size: 18px;
    line-height: 30px;
  }
  .community-members-list {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .community-member-item {
    max-width: 244px;
    margin-right: 15px;
    margin-left: 1px;
  }
  .grid-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vertical-card-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-item-5 {
    width: 50%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .text-block-11 {
    font-size: 16px;
  }
  .text-block-12 {
    font-size: 16px;
  }
  .rich-text-academy li {
    font-size: 16px;
  }
  .image-25 {
    width: 100%;
    height: auto;
  }
  .vertical-card-item {
    width: 80%;
    max-width: 310px;
  }
  .main-text-community h3 {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #5dbca5;
  }
  .name-member {
    text-align: center;
  }
  .text-block-13 {
    text-align: center;
  }
  .member-name-copy {
    margin-top: 19px;
  }
  .text-block-14 {
    text-align: center;
  }
  .image-11-copy {
    height: 220px;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .horizontal-card-item {
    width: 90%;
    max-width: 340px;
  }
  .collection-item-7 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .horizontal-card-list {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-holder-card-h {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vertical-sticker {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 10px;
    margin-left: 20px;
    border-radius: 5px;
  }
  .academy-rich-text li {
    font-size: 16px;
  }
  .form-center {
    margin-right: 15%;
    margin-left: 20%;
  }
  .form-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .form-layout {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-re-captcha {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -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;
  }
  .div-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -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;
  }

  .column-5 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .paragraph-l-2 {
    font-size: 24px;
    line-height: 30px;
  }
  .banner-image-2 {
    width: 100%;
  }
  .section-vc-2 {
    padding-left: 0px;
  }
  .section-vc-2.header {
    height: auto;
  }
  .section-vc-2.header.white-b {
    display: block;
  }
  .form-column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .form-column-2.button {
    margin-top: 25px;
  }
  .input-label-vc-2 {
    margin-top: 20px;
    margin-bottom: 3px;
  }
  .button-vc-2 {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 18px;
  }
  .button-vc-2.primary.margin {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .checkbox-vc-2 {
    position: static;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 14px;
    padding-left: 10px;
  }
  .input-field-vc-2 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .input-field-vc-2.max-w {
    min-width: 300px;
  }
  .image-32 {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
  }
  .link-block-5 {
    width: 100%;
  }
  .section-vc-3 {
    padding-left: 0px;
  }
  .title-image-vc-hover {
    margin-top: -116px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .title-image-vc-hover.white-t {
    margin-top: auto;
  }
  .project-card-title {
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 16px;
  }
  .project-card-client {
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 16px;
  }
  .grid-14 {
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-11-copy {
    position: static;
    height: 220px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .sales-column {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0px;
  }
  .sales-column.right-pad {
    padding-left: 0px;
  }
  .sales-column.right-pad.width-80 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .sales-column.left-pad {
    padding-right: 0px;
  }
  .sales-column.horizontal-card {
    -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-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;
  }
  .sales-column.center-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sales-column.center-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sales-card.black {
    padding-bottom: 20px;
  }
  .div-block-65 {
    position: relative;
    right: 30px;
    z-index: auto;
    margin: 0px 20px 0px auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .list-item-sales {
    font-size: 18px;
  }
  .personas-text {
    font-size: 21px;
    line-height: 30px;
  }
  .image-16-copy {
    width: 300px;
    height: auto;
  }
  .image-16-copy2 {
    width: 300px;
    height: auto;
  }
  .column-container-div {
    display: block;
  }
  .column-div._1 {
    width: 100%;
  }
  .column-div._2 {
    width: 100%;
  }
  .column-div._3 {
    width: 100%;
  }
  .accordion-item-trigger {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .faq-question {
    font-size: 21px;
    line-height: 24px;
  }

  .home-page-button {
    margin:0px;
  }
}
















@media screen and (max-width: 479px) {
  .html-embed-4 {
    width: 100%;
    min-height: 330px;
  }

  .div-block-69 {
    width: 100%;
    padding-left: 0px;
  }


  .grid-profile {
    display: inline-block;
    margin: 10px 10px;
    width:100%;
  }

  .featured {
    width: 100%;
  }

  h2 {
    font-size: 22px;
  }
  .container-vc {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-vc.header {
    margin-top: 10px;
  }
  .container-vc.header {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .section-vc {
    padding-bottom: 15px;
  }
  .section-vc.background-white {
    background-color: #fbfbfb;
  }
  .section-vc.header {
    height: auto;
    margin-bottom: 20px;
  }
  .section-vc.header.white-b {
    height: auto;
  }
  .section-vc.blog {
    height: auto;
  }
  .section-vc.blog.project {
    height: auto;
  }
  .section-vc.grey-b {
    margin-top: 60px;
  }
  .brand-image {
    display: block;
    overflow: visible;
    min-width: 60px;
    margin-left: 14px;
  }
  .brand {
    min-width: 40px;
    padding-right: 10px;
  }
  .nav-menu {
    min-width: auto;
  }
  .nav-menu.black {
    background-color: #ead939;
  }
  .navbar {
    display: block;
  }
  .brand-image-small {
    display: block;
    width: 40px;
    margin: 10px 16px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .icon {
    right: 10px;
    font-size: 35px;
  }
  .paragraph-l.margin {
    margin-top: 0px;
  }
  .button-vc.primary.black.margin {
    display: block;
  }
  .button-vc.primary.margin {
    display: block;
    padding-left: 40px;
  }
  .input-label-vc {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .input-field-vc.yellow.max-width {
    max-width: 250px;
  }
  .input-field-vc.yellow.max-w {
    min-width: 230px;
  }
  .checkbox-vc {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .box-checkbox-vc {
    margin-left: 0px;
  }
  .filter-button.yellow {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .column-vc {
    padding-left: 0px;
  }
  .column-vc.right-pad.width-80 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .column-vc.left-pad.loop {
    padding-right: 0px;
  }
  .column-vc.horizontal-card {
    display: block;
  }
  .column-vc.horizontal-card {
    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;
  }
  .column-vc.center-div-vc {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .column-vc.center-div-vc.banner-center-div {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-vc.center-div-vc-copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .column-vc.header-image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .column-layout-vc {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-layout-vc.margin {
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-layout-vc.horizontal-card {
    -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;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-breakpoint-styleguide.mobile-h {
    max-width: 100vw;
    min-width: 100vw;
    background-color: rgba(38, 48, 53, 0.2);
    color: #263035;
  }
  .div-breakpoint-styleguide.mobile {
    min-width: 100vw;
    background-color: #0b6d8f;
    color: #fbfbfb;
  }
  .line-divider-vc.white-l {
    display: none;
  }
  .project-card {
    height: 100%;
  }
  .title-image-vc {
    position: relative;
    overflow: visible;
  }
  .title-image-vc.white-t {
    position: absolute;
  }
  .paragraph-xl {
    font-size: 24px;
  }
  .paragraph-xl.centered {
    text-align: center;
  }
  .client-logo {
    max-height: 20px;
    max-width: 50px;
  }
  .client-logo.tudelft {
    margin-top: -5px;
  }
  .client-logo.lexence {
    max-width: 50px;
  }
  .image-6 {
    margin-top: 40px;
  }
  .div-block-9 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .loop-svg {
    left: auto;
    right: auto;
    width: 100%;
  }
  .loop-link.empathise {
    left: -8px;
    width: 50px;
    height: 140px;
  }
  .loop-link.define {
    left: 15%;
    width: 110px;
    height: 70px;
  }
  .loop-link.test {
    left: 14%;
    width: 100px;
    height: 70px;
  }
  .loop-link.prototype {
    width: 130px;
    height: 50px;
  }
  .loop-link.ideate {
    bottom: 0px;
    width: 120px;
    height: 90px;
  }
  .div-block-12 {
    height: 140px;
    margin-top: 0px;
  }
  .loop-text h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .loop-text p {
    font-size: 14px;
    line-height: 18px;
  }
  .sticker-text.secondary {
    font-size: 10px;
    line-height: 15px;
  }
  .sticker {
    width: 60px;
    height: 60px;
  }
  .white-t.blog-title-t {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .black-t.bold {
    margin-top: 40px;
  }
  .sticker-2 {
    width: 60px;
    height: 60px;
  }
  .sticker-text-2.secondary {
    font-size: 10px;
    line-height: 15px;
  }
  .values-div {
    text-align: center;
  }
  .profile-picture-member {
    position: static;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .image-11 {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }
  .embed-video {
    height: 200px;
  }
  .event-cover {
    padding-right: 0px;
  }
  .event-title {
    font-size: 22px;
  }
  .event-date {
    font-size: 16px;
  }
  .sticker-card.yellow-b {
    margin-left: 17px;
  }
  .footer-vc {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    width: 70px;
    height: 70px;
  }
  .footer-heading {
    margin-top: 20px;
    text-align: left;
  }
  .footer-link.bb {
    text-align: left;
  }
  .div-block-27 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .columns-3 {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-list-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-29 {
    width: 100%;
  }
  .heading {
    margin-left: 15px;
  }
  .paragraph-4 {
    width: 100%;
    margin-left: 15px;
  }
  .heading-2 {
    margin-left: 0px;
  }
  .paragraph-5 {
    margin-left: 0px;
  }
  .collection-item-2 {
    width: 100%;
    max-width: 280px;
  }
  .container-4 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container-4.project {
    padding-right: 10px;
    padding-left: 10px;
  }
  .main-text-academy h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .main-text-academy h3 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .main-text-academy h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .div-block-31 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .heading-6 {
    font-size: 20px;
  }
  .list-div {
    width: 100%;
  }
  .picture-member {
    position: static;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .co-creator-item {
    width: 80%;
  }
  .co-creator-item.studio-page {
    width: 100%;
  }
  .co-creator-item.studio-page-copy {
    width: 100%;
  }
  .co-creator-item.member-grid {
    width: 100%;
  }
  .card-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .banner-title {
    font-size: 30px;
    line-height: 40px;
  }
  .div-block-38 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .line-h1.yellow-t {
    font-size: 30px;
  }
  .line-h1.small {
    font-size: 34px;
    line-height: 40px;
  }
  .line-h1.small.green-t {
    font-size: 35px;
  }
  .line-h1.small.black-t {
    font-size: 30px;
  }
  .line-h1-copy.yellow-t {
    font-size: 30px;
  }
  .navbar-green {
    display: block;
  }
  .div-block-39 {
    display: none;
  }
  .brand-green {
    min-width: 160px;
    padding-right: 10px;
  }
  .navbar-black {
    display: block;
  }
  .brand-black {
    min-width: 160px;
    padding-right: 10px;
  }
  .brand-yellow {
    min-width: 160px;
    padding-right: 10px;
  }
  .navbar-yellow {
    display: block;
  }
  .navbar-blue {
    display: block;
  }
  .form-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .form {
    padding-right: 0px;
    padding-left: 11px;
  }
  .form.blog {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .community-members-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .community-member-item {
    width: 240px;
  }
  .collection-item-3 {
    height: 260px;
  }
  .grid-6 {
    display: block;
  }
  .title-card {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .title-div {
    min-height: 60px;
  }
  .collection-item-5 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .rich-text-academy h3 {
    color: #ead939;
  }
  .image-25 {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }
  .vertical-card-item {
    width: 90%;
  }
  .main-text-community h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .main-text-community h3 {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .main-text-community h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .image-11-copy {
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
  }
  .vertical-sticker {
    margin-top: 10px;
    margin-left: 20px;
  }
  .vertical-sticker.yellow-b {
    margin-left: 17px;
  }
  .paragraph-6 {
    display: none;
  }
  .grid-7 {
    width: 100%;
  }
  .recaptcha {
    cursor: default;
  }
  .form-column {
    padding-left: 20px;
  }
  .banner-title-2 {
    font-size: 30px;
    line-height: 40px;
  }
  .line-h1-2 {
    font-size: 44px;
    line-height: 40px;
  }
  .paragraph-l-2 {
    font-size: 22px;
  }
  .section-vc-2 {
    margin-top: -5px;
    padding-bottom: 10px;
  }
  .section-vc-2.header {
    height: auto;
    margin-bottom: 20px;
  }
  .form-column-2 {
    padding-left: 20px;
  }
  .form-column-2.button {
    margin-top: 20px;
  }
  .input-label-vc-2 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .button-vc-2.primary.margin {
    display: block;
  }
  .checkbox-vc-2 {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .box-checkbox-vc-2 {
    margin-left: 0px;
  }
  .div-block-58 {
    width: 100%;
  }
  .image-44 {
    width: auto;
    margin-top: 20px;
  }
  .column-8 {
    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;
  }
  .container-vc-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-vc-3 {
    margin-top: -5px;
    padding-bottom: 10px;
  }
  .title-image-vc-hover {
    position: relative;
    overflow: visible;
  }
  .banner-title-small {
    margin-top: 17px;
    margin-bottom: 17px;
    font-size: 30px;
    line-height: 40px;
  }
  .grid-14 {
    display: block;
  }
  .black-link {
    color: #263035;
  }
  .black-link:hover {
    color: #ead939;
  }
  .yellow-link {
    color: #ead939;
  }
  .yellow-link:hover {
    color: #263035;
  }
  .green-link {
    color: #5dbca5;
  }
  .green-link:hover {
    color: #0b6d8f;
  }
  .image-11-copy {
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }
  .sales-column {
    padding-left: 0px;
  }
  .sales-column.right-pad.width-80 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .sales-column.left-pad.loop {
    padding-right: 0px;
  }
  .sales-column.horizontal-card {
    display: block;
  }
  .sales-column.horizontal-card {
    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;
  }
  .sales-column.center-div-vc {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .sales-column.center-div-vc-copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .sales-card {
    background-color: #fbfbfb;
  }
  .div-block-65 {
    position: relative;
    bottom: -51%;
    margin-right: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end; 

  }

  .div-block-48 {
    width: 100%;
  }


}

#w-node-680bc44c5c10-934366eb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}


