.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-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: -20px;
  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;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 4.44em;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #4f4f4f;
  font-size: 3.33em;
  line-height: 130%;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #4f4f4f;
  font-size: 2.22em;
  line-height: 150%;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #4f4f4f;
  font-size: 1.67em;
  line-height: 150%;
  font-weight: 400;
}

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

p {
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #4f4f4f;
  font-size: 1.25em;
  line-height: 150%;
  text-align: left;
}

a {
  color: #219ebc;
  text-decoration: underline;
}

a:hover {
  color: #126782;
  font-weight: 400;
}

li {
  font-size: 1.25em;
  line-height: 150%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #ffb703;
  font-size: 2.22em;
  line-height: 150%;
}

.heading-h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #4f4f4f;
  line-height: 130%;
}

.heading-h1.resources {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-h1.home {
  margin-top: 0px;
  margin-bottom: 16px;
}

.heading-h1.offerings {
  width: 99.999964%;
}

.styles-container {
  margin: 30px;
  font-family: Raleway, sans-serif;
}

.heading-h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Playfair Display', sans-serif;
  color: #4f4f4f;
  font-size: 3.33em;
  line-height: 130%;
  font-weight: 400;
}

.heading-h2.about {
  margin-bottom: 8px;
}

.heading-h2.mission {
  margin-bottom: 0px;
}

.heading-h3 {
  padding-right: 24px;
  padding-left: 0px;
  color: #4f4f4f;
  font-size: 2.78em;
  line-height: 130%;
  font-weight: 400;
  text-align: left;
}

.heading-h3.collection {
  text-align: center;
}

.heading-h4 {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Playfair Display', sans-serif;
  color: #4f4f4f;
  font-size: 2.22em;
  line-height: 130%;
  font-weight: 500;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-h4.connect {
  width: 80%;
  text-align: left;
}

.heading-h4.founder {
  width: 100%;
}

.heading-h4.demiphi {
  width: 25%;
  margin-right: 24px;
}

.heading-h4.bhp-promise {
  margin-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-h4.bhp-promise.message {
  width: 80%;
  margin-bottom: 24px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.heading-h4.faq {
  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;
}

.heading-h4.dive {
  text-align: center;
}

.heading-h4.mission {
  margin-bottom: 40px;
}

.heading-h4.hero {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: none;
}

.heading-h5-hero {
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.67em;
  line-height: 130%;
  font-weight: 400;
}

.heading-h6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Playfair Display', sans-serif;
  color: #4f4f4f;
  font-size: 1.39em;
  line-height: 150%;
  font-weight: 600;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-h6.collection-title {
  padding-left: 16px;
}

.heading-h6.home {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-h6.offerings {
  padding-left: 16px;
}

.heading-h6.philosophy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.heading-h6.digital-resource {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-h6.blog {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.2em;
  text-decoration: none;
}

.heading-h6.blog:hover {
  color: #219ebc;
}

.heading-h6.services {
  color: #126782;
}

.paragraph {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #4f4f4f;
  font-size: 1.25em;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  white-space: normal;
}

.paragraph.dive {
  width: 70%;
}

.paragraph.connect {
  width: 80%;
}

.paragraph.post-heading {
  color: #828282;
  text-align: center;
}

.paragraph.about {
  width: 60%;
  margin-top: 8px;
  text-align: center;
}

.paragraph.about.mission {
  width: 80%;
  font-size: 1.6em;
  text-align: left;
}

.paragraph.abdemi {
  text-align: left;
}

.paragraph.listdemi {
  width: 80%;
  padding-right: 77px;
}

.paragraph.our-mission {
  max-width: 100%;
  font-size: 2em;
}

.paragraph.faq {
  margin-bottom: 16px;
}

.paragraph.herro {
  margin-bottom: 24px;
}

.paragraph.arrow {
  width: 63%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph.message-from-demi {
  width: 80%;
  margin-top: 0px;
  text-align: left;
}

.paragraph.p-and-p {
  width: 40%;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 1.5em;
}

.paragraph.services {
  margin-top: 8px;
  font-size: 1.25em;
  font-weight: 700;
}

.paragraph.services.special {
  margin-bottom: 16px;
}

.paragraph.service-item {
  margin-top: 0px;
}

.link {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #126782;
  font-size: 1.25px;
  font-weight: 400;
  text-align: center;
}

.link:hover {
  color: #ed6a5a;
  font-size: 18px;
}

.link {
  font-size: 18px;
}

.link-main {
  color: #126782;
  font-size: 1.24em;
}

.link-main:hover {
  font-size: 1.25em;
  font-weight: 800;
}

.link-nav {
  padding-right: 24px;
  padding-bottom: 8px;
  padding-left: 24px;
  font-family: Raleway, sans-serif;
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-nav:hover {
  font-weight: 800;
}

.link-nav.w--current {
  margin-right: 16px;
  margin-left: 16px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border: 1px none #000;
  border-radius: 0px;
  color: #126782;
  font-weight: 800;
}

.link-nav.w--current:hover {
  font-weight: 700;
}

.link-nav.link-full-menu {
  margin-right: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 1.2em;
}

.link-nav.link-full-menu:hover {
  font-weight: 600;
}

.button-primary {
  max-width: 100%;
  margin-top: 24px;
  margin-left: 0px;
  padding: 16px 24px;
  border-radius: 32px;
  background-color: #126782;
  font-family: Raleway, sans-serif;
  font-size: 1em;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.button-primary:hover {
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  color: #f5f0f0;
  font-weight: 700;
}

.button-primary:active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-primary.nav {
  min-width: auto;
  margin-top: 0px;
}

.button-primary.services {
  width: 100%;
  margin-top: 0px;
  text-align: center;
}

.navbar {
  z-index: 999999;
  display: block;
  margin-bottom: 32px;
  padding-top: 24px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px none #000;
  background-color: transparent;
  color: transparent;
}

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

.footer-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  padding-bottom: 16px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

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

.social-media {
  margin-bottom: 48px;
}

.link-block-2 {
  margin-right: 24px;
}

.email-address {
  margin-bottom: 24px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 32px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-image: url('../images/home-hero.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
  mix-blend-mode: normal;
}

.hero.about {
  height: 560px;
  background-image: url('../images/header-connect_1.svg');
  background-position: 0% 50%;
}

.hero.offerings {
  height: 560px;
  background-image: url('../images/resources-header.png');
  background-position: 0% 50%;
}

.hero.resources {
  height: 560px;
  margin-bottom: 0px;
  background-image: url('../images/vector.png');
}

.hero.connect {
  height: 48%;
  margin-bottom: 0px;
  background-image: url('../images/vector.png');
  background-position: 0% 0%;
}

.hero.home {
  height: 560px;
  margin-bottom: 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;
  background-image: url('../images/home-hero4.png');
}

.hero.digital-resource {
  background-image: url('../images/about-blob.svg');
}

.hero.blog {
  margin-bottom: 80px;
}

.hero-image {
  display: block;
  width: 92%;
  height: 100%;
  margin-left: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-image.faw {
  width: 100%;
}

.body-4 {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.header-caption {
  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;
  color: #219ebc;
  font-size: 1.3em;
  line-height: 130%;
  font-weight: 300;
  text-align: left;
}

.container-5 {
  position: static;
  z-index: 7;
  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;
}

.div-block {
  width: 75%;
}

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

.mission-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/header-connect_1.svg');
  background-position: 500px 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-2 {
  width: auto;
  height: 310px;
  max-width: 81%;
  margin-right: 40px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
}

.workshops-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 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;
}

.workshops-title.home {
  -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;
}

.workshops-title.philosophy {
  margin-bottom: 24px;
}

.image-3 {
  width: 32px;
  height: 24px;
  margin-right: 16px;
  padding-right: 0px;
}

.image-3.philosophy {
  margin-right: 16px;
}

.serivices-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin-right: 8px;
  margin-bottom: 32px;
  margin-left: 8px;
  padding: 24px;
  -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;
  border: 1px none #000;
  border-radius: 8px;
  outline-color: #e5dada;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.serivices-div.philosophy {
  width: 65%;
  margin-bottom: 0px;
}

.serivices-div.services {
  width: 300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-4 {
  margin-bottom: 32px;
}

.image-4 {
  width: 100%;
  height: 40%;
  max-height: 40%;
  max-width: 40%;
}

.container-6 {
  display: block;
}

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

.div-block-5 {
  margin-bottom: 24px;
}

.div-block-6 {
  margin-bottom: 24px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-right: 80px;
  padding-left: 80px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/dive-blob-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-2.dive {
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 0px -140px;
  background-size: auto;
}

.section-2.what-is-dance {
  margin-top: 64px;
  margin-bottom: 64px;
}

.image-5 {
  display: block;
  width: 172px;
  height: 360px;
  margin-top: 32px;
}

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

.div-block-7.dive {
  margin-bottom: 0px;
}

.list {
  padding-left: 72px;
}

.list.frequency {
  padding-left: 72px;
}

.image-6 {
  padding-right: 16px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-right: 16px;
  -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;
}

.image-7 {
  margin-right: 16px;
}

.image-8 {
  margin-right: 16px;
}

.div-block-12 {
  margin-top: 0px;
}

.image-9 {
  height: 98%;
  max-height: 90%;
  max-width: 90%;
}

.div-block-13 {
  text-align: left;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-15 {
  padding: 16px;
}

.div-block-16 {
  padding: 16px;
}

.div-block-17 {
  padding: 16px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  padding-left: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fbf9f9;
}

.div-block-18 {
  display: block;
  width: 50%;
  margin-left: 104px;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.image-10 {
  width: 40%;
  height: 40%;
  max-width: 40%;
}

.paragraph-4 {
  margin-bottom: 48px;
}

.resources-title {
  position: relative;
  top: 100px;
  display: block;
  width: 100.000055%;
  max-width: 100.000046%;
  padding: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 32px 32px 0px 0px;
  background-color: #fff;
  text-align: center;
}

.header-caption-resources {
  font-family: Raleway, sans-serif;
  color: #219ebc;
  font-size: 1.3em;
  line-height: 130%;
  font-weight: 300;
}

.collection-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 79.9991%;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  float: none;
  clear: none;
  -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-11 {
  position: absolute;
  left: auto;
  top: -1%;
  right: 0%;
  bottom: -13%;
  z-index: 1;
  display: block;
  width: auto;
  height: 32%;
  max-height: 10%;
  max-width: 25%;
  margin-top: -253px;
  margin-bottom: -81px;
  float: right;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.section-5 {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 72px;
  -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;
}

.collection-item {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 32px;
  -o-object-fit: fill;
  object-fit: fill;
}

.collection-item:hover {
  box-shadow: 1px 1px 10px 0 rgba(51, 51, 51, 0.2);
}

.collection-item.home {
  margin-right: 0px;
}

.collection-item.home.resources {
  background-image: url('../images/pexels-mauro-savoca-7531292.jpeg');
}

.collection-item.offerings {
  margin-right: 0px;
}

.collection-item.about {
  margin-right: 0px;
  background-image: url('../images/img_1479.JPG');
  background-position: 50% 0%;
}

.collection-list-wrapper {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.card-title {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 46%;
  max-width: 85%;
  background-color: #fff;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
}

.card-title:hover {
  border-bottom-right-radius: 28px;
}

.card-title.blog {
  height: 60%;
}

.button-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.text-field {
  width: 80%;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #bdbdbd;
  background-color: transparent;
  color: #171a21;
}

.text-field:hover {
  border-bottom-color: #171a21;
}

.text-field:focus {
  border-width: 0px 0px 2px;
  border-color: #219ebc;
  color: #126782;
}

.form-connect {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.block-quote-yellow {
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: #000 #000 #000 #ffb703;
  color: #4f4f4f;
  font-size: 2.22em;
  line-height: 150%;
}

.content-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-selector {
  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;
  background-color: transparent;
  text-align: center;
}

.tab-selector.w--current {
  border-bottom: 2px solid #219ebc;
  background-color: transparent;
  text-align: center;
}

.tab-selector.w--current:hover {
  color: #126782;
}

.tab-content {
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.67em;
  line-height: 150%;
  text-align: center;
}

.tab-content:hover {
  color: #126782;
}

.tab {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.button-text-icon {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  padding: 0px 8px 0px 0px;
  color: #126782;
  font-size: 1em;
  line-height: 150%;
  font-weight: 400;
  text-transform: uppercase;
}

.image-12 {
  color: #126782;
}

.text-block-2 {
  margin-bottom: 24px;
  padding-right: 16px;
  padding-left: 16px;
}

.card-sub-header {
  padding-left: 16px;
  font-family: Raleway, sans-serif;
  color: #828282;
  font-weight: 300;
}

.newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  padding: 24px 0px 24px 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(245, 240, 240, 0.4);
}

.newsletter.connect {
  max-width: 100%;
  padding-right: 240px;
  padding-left: 240px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: transparent;
}

.form-newsletter {
  width: 80%;
}

.success-message {
  width: 100%;
  padding: 16px 16px 32px;
  border-style: none;
  border-width: 1px;
  border-color: #248232;
  border-radius: 8px;
  background-color: rgba(36, 130, 50, 0.2);
}

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

.error-message {
  width: 40%;
  border-radius: 8px;
  background-color: rgba(227, 23, 10, 0.2);
}

.text-block-4 {
  padding: 8px;
  font-size: 18px;
}

.field-label {
  font-family: Raleway, sans-serif;
  color: #4f4f4f;
  font-size: 1.11em;
  line-height: 150%;
  font-weight: 500;
}

.field-label-2 {
  font-family: Raleway, sans-serif;
  color: #4f4f4f;
  font-size: 1.11em;
  line-height: 150%;
  font-weight: 500;
}

.image-13 {
  position: relative;
  top: 9px;
  z-index: 1;
  width: 30%;
  height: 50%;
  max-width: 30%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.form {
  position: static;
  left: 281px;
  z-index: 2;
  width: 80%;
  margin-right: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.form.connect {
  width: 70%;
}

.image-14 {
  max-width: 20%;
}

.image-14.mobile {
  max-width: 40%;
  border-radius: 8px;
}

.div-block-19 {
  width: 100.00003%;
  margin-bottom: 32px;
}

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

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  padding: 48px 256px 0px 304px;
  -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;
  background-color: rgba(245, 240, 240, 0.4);
}

.div-block-20 {
  margin-right: 24px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.field-label-3 {
  font-size: 1.11em;
  font-weight: 500;
}

.field-label-4 {
  font-size: 1.11em;
  font-weight: 500;
}

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

.radio-label {
  font-size: 1.11em;
  line-height: 150%;
  font-weight: 500;
}

.radio-button-field {
  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;
  font-size: 1.11em;
  line-height: 150%;
}

.radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #828282;
}

.radio-button:hover {
  border-width: 1px;
  border-color: #333;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #219ebc;
  font-weight: 500;
}

.radio-button-label {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.form-field {
  margin-bottom: 32px;
}

.radio-button-2 {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #828282;
}

.radio-button-2:hover {
  border-color: #4f4f4f;
}

.radio-button-2.w--redirected-checked {
  border-width: 6px;
  border-color: #219ebc;
  font-weight: 500;
}

.checkbox-label {
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #4f4f4f;
  font-family: Raleway, sans-serif;
  font-size: 1.11em;
  line-height: 150%;
  font-weight: 400;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 8px;
  border-color: #828282;
}

.checkbox:hover {
  border-color: #333;
}

.checkbox.w--redirected-checked {
  border-style: none;
  border-color: #126782;
  background-color: #219ebc;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-15 {
  width: 200px;
  height: 360px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column-5 {
  margin-bottom: 48px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.accordion {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.accordion.js-accordion {
  margin-bottom: 100px;
}

.accordion-body__contents {
  margin-top: 8px;
  opacity: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #9096a4;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

.accordion-header {
  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;
  color: #2e323c;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.question-text {
  margin-top: 15px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 24px;
}

.accordion-body {
  display: block;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

.accordion-body.js-accordion-body {
  padding-bottom: 20px;
  color: #9096a4;
}

.accordion__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -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;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
  text-decoration: none;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px 0 rgba(46, 50, 60, 0.09);
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.faq-image {
  width: 100%;
  margin-top: 40px;
}

.faq-button {
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 3px;
  background-color: #ffb223;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.faq-wrapper {
  max-width: 1200px;
  background-color: transparent;
}

.faq-video {
  margin-top: 40px;
}

.accordion_item-image {
  width: 40px;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 96px;
  padding-top: 48px;
  padding-bottom: 48px;
  -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;
  background-image: url('../images/header-connect_1.svg');
  background-position: 0% 50%;
  background-size: cover;
}

.drp {
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 0px;
}

.drop {
  display: block;
  width: 500px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #828282 #828282 #e0e0e0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #126782;
}

.drop:hover {
  background-color: rgba(33, 158, 188, 0.1);
}

.drop.w--open {
  color: #fff;
}

.text-block-5 {
  font-family: Raleway, sans-serif;
  color: #4f4f4f;
  font-size: 1.11em;
  line-height: 150%;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.icon {
  color: #4f4f4f;
}

.drp-list {
  position: static;
  display: block;
  overflow: hidden;
  width: 500px;
  height: 0px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #4f4f4f;
  line-height: 23px;
}

.drp-list.w--open {
  position: static;
  overflow: hidden;
  line-height: 23px;
}

.text-wrapper {
  width: 500px;
  padding: 30px 25px;
}

.accordion-item {
  max-width: 60%;
}

.accordion-item.resources {
  width: 100%;
  max-width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordion-item.faq {
  min-width: 60%;
}

.accordion__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 15px 20px;
  -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-bottom: 1px solid #e0e0e0;
  font-family: 'Playfair Display', sans-serif;
  color: #4f4f4f;
  font-size: 1.1em;
  line-height: 130%;
  cursor: pointer;
}

.accordion__title.digital-resources {
  margin-bottom: 24px;
}

.accordion__plus-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  margin-left: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #219ebc;
}

.accordion__bar-vert {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #219ebc;
}

.accordion__bar-hor {
  width: 100%;
  height: 2px;
  background-color: #219ebc;
}

.accordion__content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100.00029%;
  height: auto;
  max-width: 100%;
  min-height: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.accordion__content {
  display: block;
  margin: 15px 20px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.list-3 {
  list-style-type: decimal;
}

.collection-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 400px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  -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;
  border-radius: 32px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  -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-title-section {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 240px;
  height: 192px;
  background-color: #fff;
}

.heading-5 {
  font-family: 'Playfair Display', sans-serif;
  color: #4f4f4f;
  font-size: 1.67em;
  line-height: 150%;
  font-weight: 400;
}

.heading-5.services-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5em;
}

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

.tab-list.paragraph {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.tab-list-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.tabs-content {
  position: static;
  margin-right: auto;
  margin-left: auto;
}

.numbers {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 40px;
  line-height: 100%;
  font-weight: 700;
}

.marquee-text {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.marquee-text.alt {
  color: #dad4c9;
  font-style: italic;
}

.image-container {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 87vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.track-horizontal-alt {
  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: 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-decoration: none;
}

.accordion-label {
  position: absolute;
  left: 8vw;
  top: -1px;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14vh;
  line-height: 120%;
  letter-spacing: -3px;
}

.accordion-label.show-mvp {
  display: none;
}

.flex-fix {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 80%;
  height: 80vh;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.section-7 {
  width: 100%;
  height: 100%;
}

.accordion-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 10%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #636060;
  color: #fff;
}

.accordion-2.active {
  width: 70%;
  background-color: rgba(99, 96, 96, 0);
}

.spacer {
  width: 100%;
  height: 100px;
}

.vertical-text {
  position: relative;
  z-index: 10;
  font-family: Raleway, sans-serif;
  font-size: 20px;
}

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

.accordion-header-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8vw;
  height: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  -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-left: 1px solid #888585;
  opacity: 1;
}

.marquee-horizontal {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #636060;
}

.image-cover {
  width: 100vw;
  height: 100%;
  max-height: 80vh;
  max-width: 100vw;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.tabs-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30%;
  margin-top: 20%;
  padding-right: 50px;
  padding-left: 50px;
  -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;
}

.title-large {
  position: absolute;
  left: 6%;
  top: 11%;
  right: auto;
  bottom: auto;
  z-index: 1;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #005980;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.title-large.heading-h2 {
  top: 4%;
  font-family: 'Playfair Display', sans-serif;
  color: #4f4f4f;
  font-size: 2.5em;
  letter-spacing: normal;
  text-transform: none;
}

.accordion-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #e5dada;
  box-shadow: 0 5px 20px 0 rgba(51, 51, 51, 0.1);
}

.accordion-top-content.blue {
  background-color: #e5dada;
}

.tabs-wrap {
  position: static;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 80%;
  margin-bottom: 64px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.hidden-text-wrap {
  display: block;
  overflow: hidden;
  padding: 0px 10px;
}

.page-wrapper {
  margin-bottom: 0px;
}

.tabs-link {
  display: block;
  overflow: visible;
  width: 100%;
  margin: 1px auto;
  padding: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.tabs-link.w--current {
  background-color: transparent;
}

.tabs-image-wrap {
  position: relative;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden-row-heading {
  font-family: Raleway, sans-serif;
  color: #4f4f4f;
  font-size: 1.6em;
  line-height: 150%;
  font-weight: 400;
}

.row-heading-right {
  margin-top: 10px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.11em;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

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

.row-heading-left {
  margin-top: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #4f4f4f;
  font-weight: 400;
}

.tabs-content-wrap {
  right: 32px;
  width: 100%;
  height: 60%;
}

.hidden-row-paragraph {
  margin-bottom: 20px;
}

.hidden-row-paragraph.paragraph {
  text-align: left;
}

.content-wrap {
  position: relative;
  width: 100vw;
  height: 100%;
  margin-bottom: 0px;
  padding: 10px 0px;
}

.section-9 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-top: 64px;
  padding-bottom: 64px;
  -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: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.bhp-promise {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.bhp-promise.message {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-10 {
  position: relative;
  top: 0px;
  display: block;
  margin-bottom: 0px;
  background-image: url('../images/header-connect_1.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.image-16 {
  position: relative;
  left: -17%;
  top: auto;
  right: -14%;
  bottom: 0%;
  width: 50%;
  height: 50%;
  margin-right: 0px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-7 {
  padding-right: 88px;
}

.section-11 {
  position: relative;
  top: 0px;
  display: block;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  padding-left: 281px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-17 {
  position: absolute;
  left: -5%;
  top: 926px;
  right: -32%;
  bottom: 0%;
  z-index: 2;
  max-height: 500px;
  max-width: 70%;
  min-height: 60px;
  float: left;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.section-12 {
  position: relative;
  top: 0px;
  display: block;
  height: 220px;
  margin-top: 56px;
  margin-bottom: 32px;
  background-image: url('../images/resized_resized_20221119_142220.JPEG');
  background-position: 0% 50%;
  background-size: cover;
}

.columns-2 {
  position: static;
  margin-bottom: 0px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-13 {
  position: relative;
  top: 0px;
  display: block;
  padding-right: 0px;
  padding-left: 159px;
}

.image-18 {
  position: relative;
  top: -128px;
  width: 17%;
  height: 19%;
  float: right;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  font-family: Raleway, sans-serif;
  font-size: 0.8em;
  line-height: 150%;
}

.image-19 {
  padding-right: 64px;
}

.column-8 {
  font-family: Raleway, sans-serif;
  font-size: 0.8em;
  line-height: 150%;
}

.div-block-25 {
  width: 60%;
  padding: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  background-color: #fff;
}

.columns-4 {
  display: none;
}

.our-mission-points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.our-mission-image {
  width: 73%;
  height: 60%;
  max-width: 34%;
  margin-right: 64px;
}

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

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -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-block-3 {
  margin-right: 48px;
}

.link-block-4 {
  margin-right: 48px;
}

.my-select-field {
  width: 80%;
  height: 200%;
  max-height: 100%;
  border-radius: 4px;
  background-color: transparent;
}

.my-select-field.multiple {
  height: 140px;
  max-height: 200%;
}

.bold-text {
  position: relative;
  z-index: 1;
  font-size: 1.2em;
}

.section-14 {
  display: block;
}

.photo-caption {
  width: 50%;
  max-width: 100.000022%;
  margin-left: 30px;
  font-family: Raleway, sans-serif;
  color: #828282;
  font-size: 0.9em;
  line-height: 130%;
  text-align: center;
}

.photo-caption.founder {
  margin-left: -193px;
}

.photo-caption.offer {
  width: 100%;
  margin-left: 0px;
}

.photo-caption.connect {
  margin-left: 0px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 60%;
  max-width: 30%;
  min-height: 20%;
  min-width: 40%;
  -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;
}

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

.image-20 {
  position: relative;
  left: -26px;
  top: -1px;
  bottom: -22px;
  z-index: 2;
  width: 9.9998%;
  max-width: 5%;
}

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

.div-block-29 {
  width: 88%;
}

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

.div-block-31 {
  width: 80%;
}

.container-10 {
  max-width: 60%;
}

.heading-h6-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Playfair Display', sans-serif;
  color: #4f4f4f;
  font-size: 1.39em;
  line-height: 150%;
  font-weight: 600;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-h6-2.collection-title {
  width: 100%;
  max-width: 100%;
  padding-left: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-sub-header-2 {
  padding-left: 16px;
  font-family: Raleway, sans-serif;
  color: #828282;
  font-weight: 300;
}

.text-block-6 {
  padding: 0px 8px 0px 0px;
  color: #126782;
  font-size: 1em;
  line-height: 150%;
  font-weight: 400;
  text-transform: uppercase;
}

.image-21 {
  color: #126782;
}

.empty-state {
  border-radius: 8px;
  background-color: #f5f0f0;
}

.image-22 {
  width: 300px;
  height: 360px;
  min-width: 300px;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  max-height: 46%;
  max-width: 30%;
  min-height: 28%;
  min-width: 46%;
  margin-right: 16px;
  margin-bottom: 16px;
  -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: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.rich-text-block {
  max-width: 90%;
}

.form-digital-resource {
  width: 80%;
}

.collection-list-wrapper-2 {
  min-height: auto;
  min-width: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99.999935%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -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;
}

.collection-item-3 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-23 {
  max-height: 71%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-title-collection {
  position: relative;
  top: -54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100px;
  padding: 16px 16px 16px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  background-color: #fff;
  box-shadow: 4px 4px 13px 0 rgba(0, 0, 0, 0.1);
}

.blog-title-collection.home {
  width: 90%;
}

.collection-item-new {
  border-radius: 32px;
}

.resources-card {
  height: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.resources-card.home {
  width: 41%;
  max-width: 25%;
}

.thumbnail {
  width: 390px;
  height: 300px;
  max-width: 100%;
  border-radius: 32px;
  background-image: url('../images/pexels-mauro-savoca-7531292.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.thumbnail.home {
  width: 235px;
  background-image: url('../images/img_1479.JPG');
  background-position: 50% 0%;
  background-size: cover;
}

.thumbnail.offerings {
  background-image: url('../images/pexels-wesley-carvalho-3622614.jpeg');
  background-position: 50% 100%;
}

.div-block-32 {
  background-color: #fff;
}

.collection-item-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-4.blog {
  margin-right: 0px;
}

.collection-item-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.collection-list-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99.999956%;
  max-width: 100%;
  min-width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.collection-list-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99.999956%;
  max-width: 99.998%;
  min-width: 99.996%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.blog-body {
  margin-bottom: 104px;
}

.rich-text-block-2 {
  font-family: Raleway, sans-serif;
}

.rich-text-block-3 {
  font-family: Raleway, sans-serif;
  font-size: 1.25em;
  line-height: 150%;
}

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

.div-block-33 {
  margin-bottom: 64px;
}

.columns-5 {
  max-width: 101%;
}

.list-4 {
  margin-bottom: 24px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-11 {
  text-align: center;
}

.bhp-mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 81%;
  max-width: 80%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.uui-testimonial05_slide-nav {
  height: 1.75rem;
  font-size: 0.5rem;
}

.uui-button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  -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;
  color: #828282;
}

.uui-testimonial05_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  -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: solid;
  border-width: 1px;
  border-color: #eaecf0;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #667085;
}

.uui-testimonial05_arrow:hover {
  background-color: #f9fafb;
}

.uui-testimonial05_arrow.hide-mobile-landscape {
  border-color: #e0e0e0;
  color: #667085;
}

.uui-text-size-medium {
  font-family: Raleway, sans-serif;
  color: #475467;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.uui-heading-tiny {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: 'Playfair Display', sans-serif;
  color: #101828;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: normal;
}

.uui-testimonial05_client-image {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.uui-testimonial05_client-image-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.uui-heading-medium {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 600;
}

.uui-heading-medium.text-weight-medium {
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.uui-testimonial05_logo {
  max-height: 3rem;
}

.uui-testimonial05_logo-wrapper {
  margin-bottom: 2rem;
}

.uui-testimonial05_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
  -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-align: center;
}

.uui-testimonial05_slide {
  padding-right: 4rem;
  padding-left: 4rem;
}

.uui-testimonial05_component {
  height: auto;
  padding-bottom: 4rem;
  -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;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-padding-vertical-xhuge.p-p {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
}

.uui-page-padding {
  padding-right: 2rem;
  padding-left: 2rem;
}

.uui-text-size-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #828282;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.uui-testimonial14_client-heading {
  font-family: 'Playfair Display', sans-serif;
  color: #101828;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: normal;
}

.uui-testimonial14_customer-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.uui-testimonial14_client-image-wrapper {
  margin-right: 0.75rem;
}

.uui-testimonial14_client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.uui-heading-xxsmall {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: normal;
}

.uui-heading-xxsmall.text-weight-medium {
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.uui-testimonial14_rating-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  -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;
  color: #fec84b;
}

.uui-testimonial14_rating-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uui-testimonial14_content {
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #f9fafb;
  border-radius: 1rem;
  background-color: transparent;
  outline-color: #e5dada;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.uui-testimonial14_component {
  margin-top: 4rem;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
}

.uui-text-size-large {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #333;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-right: auto;
  margin-left: auto;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
}

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

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

.button-secondary {
  padding: 16px 24px;
  border: 2px solid #126782;
  border-radius: 32px;
  background-color: #fff;
  color: #126782;
  font-size: 1em;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.button-secondary:hover {
  border-radius: 8px;
  background-color: #126782;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  line-height: 100%;
  font-weight: 700;
}

.button-secondary.services {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.checkmark {
  margin-right: 16px;
}

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

.services-title {
  color: #126782;
}

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

.service-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service-line-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uui-testimonial08_logo {
  max-height: 3rem;
}

.uui-testimonial08_divider {
  width: 1px;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #eaecf0;
}

.uui-text-size-medium-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #475467;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: normal;
}

.uui-heading-tiny-2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: normal;
}

.uui-testimonial08_client {
  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;
  text-align: left;
}

.uui-heading-medium-2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #101828;
  font-size: 2.25rem;
  line-height: 1.3;
  font-weight: 600;
}

.uui-heading-medium-2.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial08_rating-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  -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;
  color: #fec84b;
}

.uui-testimonial08_rating-wrapper {
  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;
}

.uui-testimonial08_content {
  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;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.uui-testimonial08_image {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  -o-object-fit: cover;
  object-fit: cover;
}

.uui-testimonial08_image-wrapper {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 59.999022%;
  max-width: 60%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.uui-testimonial08_component {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.uui-page-padding-2 {
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: transparent;
  background-image: url('../images/header-connect.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-logos01_logo {
  width: 99.999498%;
  height: 3rem;
}

.uui-logos01_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1.5rem;
  -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;
}

.uui-logos01_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -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;
}

.uui-logos01_text {
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-right: auto;
  margin-left: auto;
}

.align-center-2 {
  margin-right: auto;
  margin-left: auto;
}

.uui-text-align-center-2 {
  text-align: center;
}

.uui-section_logos01 {
  background-color: transparent;
}

.image-24 {
  width: 99.99991%;
  height: 99.999802%;
  max-height: 99.99987%;
  max-width: 100%;
  min-height: 100%;
  min-width: 99.994%;
  border-radius: 32px;
}

.div-block-39 {
  max-width: 80%;
}

.instagram-feed {
  margin-bottom: 64px;
}

@media screen and (min-width: 1440px) {
  .styles-container {
    margin: 30px;
  }

  .paragraph {
    width: 100%;
  }

  .paragraph.about {
    width: 40%;
  }

  .paragraph.our-mission {
    width: 100%;
  }

  .paragraph.schedule {
    margin-bottom: 32px;
  }

  .link {
    font-weight: 400;
  }

  .link:hover {
    color: #126782;
    font-weight: 700;
  }

  .link-main {
    color: #126782;
    font-size: 18px;
  }

  .link-main:hover {
    font-weight: 700;
  }

  .link-nav {
    color: #4f4f4f;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
  }

  .link-nav:hover {
    font-weight: 800;
  }

  .button-primary {
    margin-top: 0px;
  }

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

  .hero {
    background-image: url('../images/what-we-do-header-resize.png');
  }

  .image-10 {
    max-width: 30%;
  }

  .collection-list {
    max-width: 90%;
    padding-left: 0px;
  }

  .image-11 {
    width: auto;
    height: 68%;
    max-height: 10%;
    max-width: 70%;
  }

  .collection-item {
    min-width: 300px;
  }

  .card-title {
    right: 21%;
    height: 30%;
    max-width: 50%;
  }

  .tab {
    left: 5%;
    width: 80%;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-13 {
    width: 15%;
    height: 20%;
  }

  .form {
    left: 444px;
    width: 60%;
    padding-left: 240px;
  }

  .accordion-item.faq {
    min-width: 60%;
  }

  .accordion__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .accordion__content {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tabs-menu {
    margin-top: 20%;
  }

  .tabs-wrap {
    margin-bottom: 64px;
  }

  .bhp-promise {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    -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-17 {
    top: 510px;
  }

  .columns-3 {
    width: 50%;
  }

  .photo-caption {
    margin-left: -245px;
  }

  .photo-caption.founder {
    margin-left: -314px;
  }

  .collection-item-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .collection-list-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .collection-list-5 {
    width: auto;
    max-width: none;
    -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: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .uui-text-size-medium {
    color: #828282;
  }

  .uui-heading-tiny {
    color: #171a21;
  }

  .uui-heading-medium.text-weight-medium {
    color: #171a21;
  }

  .uui-text-size-small {
    font-family: Raleway, sans-serif;
    color: #4f4f4f;
  }

  .uui-testimonial14_client-heading {
    font-family: 'Playfair Display', sans-serif;
    color: #171a21;
  }

  .uui-heading-xxsmall.text-weight-medium {
    font-family: Raleway, sans-serif;
  }

  .uui-testimonial14_content {
    border-style: solid;
    border-color: #e5dada;
    background-color: transparent;
  }

  .uui-testimonial08_image {
    border-radius: 32px;
  }
}

@media screen and (max-width: 991px) {
  .heading-h1.resources {
    font-size: 3.33em;
  }

  .heading-h1.home {
    font-size: 3.33em;
  }

  .heading-h1.about {
    font-size: 3.33em;
  }

  .heading-h1.offerings {
    width: 100%;
    font-size: 3.33em;
  }

  .heading-h4 {
    margin-bottom: 16px;
  }

  .heading-h4.demiphi {
    width: 34%;
    max-width: 40%;
  }

  .heading-h4.hero {
    padding-left: 0px;
  }

  .heading-h4.services {
    text-align: center;
  }

  .paragraph.dive {
    width: 100%;
  }

  .paragraph.connect {
    width: 90%;
  }

  .paragraph.p-and-p {
    width: 60%;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .link-nav {
    position: static;
    margin-left: auto;
    text-align: center;
  }

  .link-nav.link-full-menu {
    position: static;
    margin-top: 28px;
    padding-bottom: 33px;
    font-size: 32px;
    text-align: center;
  }

  .button-primary {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: inline-block;
    margin-top: 24px;
    margin-left: 0px;
    text-align: center;
  }

  .navbar {
    margin-bottom: 0px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
    -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;
    background-color: rgba(245, 240, 240, 0.98);
    -o-object-fit: fill;
    object-fit: fill;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .svg-icon {
    width: 24px;
    height: 24px;
  }

  .menu-button-container {
    margin-top: 24px;
  }

  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 24px;
    padding-left: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    mix-blend-mode: normal;
  }

  .hero.home {
    background-position: 100% 50%;
  }

  .hero-image {
    width: 100%;
    height: 80%;
    margin-left: 109px;
  }

  .container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    height: 60%;
    margin-left: 1px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block.mission {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-2 {
    width: 10%;
    height: 34%;
    margin-right: 16px;
  }

  .column {
    padding-right: 32px;
  }

  .serivices-div {
    width: 100%;
    max-width: 80%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .serivices-div.services {
    width: 100%;
    max-width: 80%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .image-4 {
    width: 103%;
    height: 80%;
  }

  .container-6 {
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-2 {
    display: block;
  }

  .image-5 {
    width: 10%;
    height: 20%;
    max-width: 80%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .div-block-7 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .image-9 {
    width: 15%;
    height: 15%;
    max-height: 99.999973%;
    max-width: 80%;
  }

  .container-8 {
    display: block;
  }

  .div-block-18 {
    width: 70%;
    margin-bottom: 40px;
    margin-left: 56px;
    padding-top: 40px;
  }

  .image-10 {
    width: 30%;
  }

  .collection-list {
    padding-left: 0px;
  }

  .image-11 {
    top: 66%;
    right: 0%;
    width: auto;
    height: 25%;
    max-width: 150px;
  }

  .section-5 {
    position: static;
    margin-top: 32px;
  }

  .collection-item {
    width: 138%;
    margin-right: 16px;
  }

  .card-title {
    right: 6%;
  }

  .text-field {
    width: 80%;
  }

  .tab {
    width: 80%;
  }

  .newsletter {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .newsletter.connect {
    padding-right: 64px;
    padding-left: 64px;
  }

  .image-13 {
    top: 0px;
    right: 0px;
    z-index: 1;
    max-height: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .form {
    left: 74px;
    z-index: 2;
  }

  .image-14.mobile {
    max-width: 35%;
  }

  .column-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns {
    padding-right: 24px;
    padding-left: 88px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .accordion {
    width: 83.33%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .accordion-item.resources {
    max-width: 80%;
  }

  .accordion-item.faq {
    max-width: 80%;
  }

  .accordion-label.show-mvp {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    display: block;
    padding-right: 24px;
    padding-left: 24px;
  }

  .accordions {
    display: none;
  }

  .tabs-menu {
    margin-top: 20%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .title-large {
    top: 7%;
  }

  .title-large.heading-h2 {
    top: 1%;
  }

  .tabs-wrap {
    -ms-grid-columns: 1.25fr 1.25fr;
    grid-template-columns: 1.25fr 1.25fr;
  }

  .page-wrapper {
    display: -ms-grid;
    display: grid;
    margin-bottom: -320px;
    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;
  }

  .tabs-image-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row-heading-right {
    font-size: 16px;
    letter-spacing: 4px;
  }

  .tabs-content-wrap {
    right: 0px;
  }

  .content-wrap {
    margin-bottom: 240px;
  }

  .image-16 {
    left: -7%;
    top: 35px;
    width: 80%;
    height: 90%;
  }

  .div-block-24 {
    padding-left: 121px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-17 {
    top: 446px;
    max-height: 490px;
    max-width: 50%;
  }

  .columns-2 {
    position: relative;
  }

  .section-13 {
    margin-bottom: 49px;
    padding-left: 45px;
  }

  .columns-3 {
    width: 83%;
  }

  .div-block-25 {
    position: relative;
    left: -33px;
    width: 80%;
  }

  .container-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block-3 {
    margin-right: 0px;
  }

  .link-block-4 {
    margin-right: 0px;
  }

  .photo-caption {
    margin-left: 0px;
    padding-top: 40px;
  }

  .photo-caption.founder {
    margin-left: -52px;
  }

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

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

  .div-block-31 {
    width: 40%;
  }

  .blog-title-collection {
    width: 84%;
    max-width: 90%;
    min-width: 70%;
  }

  .thumbnail {
    width: 260px;
  }

  .collection-item-4 {
    margin-right: 0px;
  }

  .collection-item-4.blog {
    margin-right: 0px;
  }

  .list-4 {
    padding-left: 24px;
  }

  .div-block-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-width: 100%;
    -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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .div-block-35 {
    width: 124%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-testimonial14_component {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .uui-testimonial08_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .menu-button-container {
    margin-top: 24px;
  }

  .hero {
    padding: 40px 20px;
  }

  .image-13 {
    right: -26px;
    width: 50%;
    max-width: 40%;
  }

  .form {
    left: 32px;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .title-large {
    top: 10%;
  }

  .title-large.heading-h2 {
    top: 5%;
    font-size: 30px;
  }

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

  .content-wrap {
    height: auto;
  }

  .uui-testimonial05_arrow:hover {
    background-color: #fff;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial05_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial05_slide {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .uui-testimonial05_component {
    padding-bottom: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .uui-testimonial14_client-image-wrapper {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }

  .uui-testimonial14_client {
    width: 100%;
    -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;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-testimonial14_content {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .uui-testimonial14_component {
    margin-top: 3rem;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: 0.75rem;
  }

  .uui-testimonial08_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial08_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial08_divider {
    display: none;
  }

  .uui-testimonial08_client {
    width: 100%;
    -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;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial08_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial08_image-wrapper {
    width: 125%;
    margin-left: -12.5%;
  }

  .uui-testimonial08_component {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-logos01_wrapper {
    padding: 0.5rem 1rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-h1.home {
    font-size: 3.33em;
  }

  .heading-h1.about {
    max-width: 100%;
    min-width: 80%;
  }

  .heading-h2.connected {
    margin-bottom: 32px;
  }

  .heading-h4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
  }

  .heading-h4.founder {
    white-space: normal;
  }

  .heading-h4.demiphi {
    width: 90%;
    max-width: 100%;
    margin-bottom: 8px;
    padding-left: 0px;
  }

  .heading-h4.bhp-promise {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-h4.bhp-promise.message {
    width: 100%;
    white-space: normal;
  }

  .heading-h4.faq {
    width: 80%;
    max-width: 80%;
    text-align: center;
    white-space: normal;
  }

  .heading-h4.dive {
    text-align: left;
    white-space: normal;
  }

  .heading-h4.schedule {
    white-space: normal;
  }

  .heading-h4.hero {
    overflow: visible;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    white-space: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-h4.services {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .paragraph {
    width: 100%;
    padding-left: 0px;
  }

  .paragraph.dive {
    width: 100%;
  }

  .paragraph.connect {
    width: 100%;
  }

  .paragraph.about {
    width: 100%;
  }

  .paragraph.about.mission {
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
  }

  .paragraph.abdemi {
    max-width: 100%;
  }

  .paragraph.listdemi {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph.faq {
    max-width: 100%;
  }

  .paragraph.arrow {
    width: 100%;
  }

  .paragraph.message-from-demi {
    width: 100%;
  }

  .paragraph.p-and-p {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .link {
    font-size: 1.1em;
    white-space: normal;
  }

  .link-nav.link-full-menu {
    margin-right: auto;
    font-size: 1.8em;
    line-height: 150%;
  }

  .navbar {
    margin-bottom: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .brand {
    padding-left: 8px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    max-height: 400px;
    margin-bottom: 22px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: url('../images/vector.png');
    background-position: 0px 0px;
    background-size: cover;
  }

  .hero.connect {
    height: 100%;
    max-height: 100%;
  }

  .hero.home {
    height: 800px;
    max-height: 560px;
    margin-top: 0px;
    padding-right: 8px;
    padding-left: 8px;
    background-position: 100% 50%;
    background-size: cover;
  }

  .hero-image {
    width: 149%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    margin-left: 0px;
  }

  .container-5 {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block.mission {
    width: 100%;
    -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;
  }

  .mission-home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-2 {
    width: 0%;
  }

  .column {
    padding-right: 16px;
  }

  .serivices-div {
    width: 100%;
    max-width: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .serivices-div.philosophy {
    width: 100%;
    padding-left: 16px;
  }

  .serivices-div.services {
    max-width: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section {
    margin-top: 32px;
  }

  .section.services {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-2.dive {
    width: 100%;
  }

  .image-5 {
    width: 0%;
    margin-top: 0px;
  }

  .div-block-12 {
    width: 100%;
    margin-left: 16px;
  }

  .div-block-12.dance {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .image-9 {
    width: 0%;
  }

  .section-3 {
    margin-bottom: 32px;
    padding-left: 16px;
  }

  .div-block-18 {
    width: 96%;
    margin-left: 0px;
  }

  .image-10 {
    width: 0%;
  }

  .resources-title {
    top: 40px;
  }

  .image-11 {
    max-height: 0%;
    max-width: 0px;
  }

  .card-title {
    right: 5%;
    height: 46%;
    max-width: 85%;
  }

  .text-field {
    width: 100%;
  }

  .tab-selector {
    padding-right: 24px;
    padding-left: 24px;
  }

  .tab-selector.w--current {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .newsletter {
    padding-right: 16px;
    padding-left: 16px;
    -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;
  }

  .newsletter.connect {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-newsletter {
    width: 100%;
  }

  .image-13 {
    right: -100px;
  }

  .form {
    width: 100%;
  }

  .form.connect {
    width: 100%;
    margin-bottom: 32px;
  }

  .image-14.mobile {
    max-width: 80%;
  }

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

  .columns {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

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

  .accordion_item-image {
    width: 30px;
  }

  .section-6 {
    margin-bottom: 32px;
  }

  .accordion-item {
    max-width: 90%;
  }

  .accordion-item.resources {
    width: 90%;
    max-width: 90%;
  }

  .accordion__plus-wrapper {
    margin-top: 15px;
    margin-left: 20px;
  }

  .accordion__content-wrap {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .accordion__content.faq {
    width: 90%;
    max-width: 95%;
  }

  .list-3.faq {
    width: 100%;
    max-width: 100%;
  }

  .accordion-label.show-mvp {
    font-size: 60px;
  }

  .tabs-menu {
    margin-top: 16%;
  }

  .title-large {
    top: 5%;
    font-size: 30px;
    line-height: 30px;
  }

  .title-large.heading-h2 {
    top: 5px;
    margin-bottom: 0px;
  }

  .page-wrapper {
    display: inline-block;
    margin-bottom: -261px;
  }

  .tabs-image-wrap {
    margin-bottom: 240px;
    text-align: center;
  }

  .content-wrap {
    width: 100%;
    margin-bottom: 0px;
  }

  .section-9 {
    padding-right: 16px;
    padding-left: 16px;
    -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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bhp-promise {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bhp-promise.message {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-10 {
    margin-top: 64px;
  }

  .image-16 {
    margin-bottom: 40px;
  }

  .column-7 {
    padding-right: 16px;
  }

  .div-block-24 {
    padding-right: 16px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-12 {
    margin-bottom: 16px;
    background-position: 20% 50%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .columns-2 {
    padding-top: 0px;
  }

  .section-13 {
    padding-left: 24px;
  }

  .image-18 {
    top: 387px;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-19 {
    max-width: 10%;
    margin-right: 16px;
  }

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

  .div-block-25 {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    margin-left: -9px;
    padding: 24px;
    -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;
    background-color: hsla(0, 0%, 100%, 0.8);
    -o-object-fit: fill;
    object-fit: fill;
  }

  .our-mission-points {
    width: 90%;
  }

  .our-mission-image {
    max-width: 56%;
    margin-left: -104px;
  }

  .link-block-3 {
    margin-right: 0px;
  }

  .link-block-4 {
    margin-right: 0px;
  }

  .photo-caption {
    width: 100%;
    margin-left: 0px;
    padding-top: 0px;
  }

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

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

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

  .heading-h6-2.collection-title {
    padding-right: 16px;
  }

  .collection-item-2 {
    min-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-digital-resource {
    width: 100%;
  }

  .resources-card.home {
    width: 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .thumbnail.home {
    width: 100%;
  }

  .thumbnail.resources {
    width: 100%;
  }

  .thumbnail.offerings {
    width: 100%;
  }

  .collection-item-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .collection-list-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

  .bhp-mission {
    width: 100%;
    max-width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0rem;
  }

  .uui-testimonial08_divider {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .uui-testimonial08_image-wrapper {
    max-width: 100%;
    margin-left: 0%;
  }

  .uui-testimonial08_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

  .div-block-39 {
    max-width: 100%;
  }
}

#w-node-_0facd9bd-3eb7-9f2f-f454-1074d2ed013c-f34269d3 {
  -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-node-_0facd9bd-3eb7-9f2f-f454-1074d2ed0169-f34269d3 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-fc3bf037-afd4-0fcb-99ce-8d453e51652c-28e430bf {
  -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-node-fc3bf037-afd4-0fcb-99ce-8d453e516559-28e430bf {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ff4532ad-43fd-5f80-9bc3-2228ff8aa4de-b7da75c9 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-ff4532ad-43fd-5f80-9bc3-2228ff8aa4df-b7da75c9 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-ff4532ad-43fd-5f80-9bc3-2228ff8aa4e0-b7da75c9 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 7;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-ff4532ad-43fd-5f80-9bc3-2228ff8aa4e1-b7da75c9 {
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-ff4532ad-43fd-5f80-9bc3-2228ff8aa4e2-b7da75c9 {
  -ms-grid-column-span: 2;
  grid-column-end: 6;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 767px) {
  #w-node-_0facd9bd-3eb7-9f2f-f454-1074d2ed0169-f34269d3 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-fc3bf037-afd4-0fcb-99ce-8d453e516559-28e430bf {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}