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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 38px;
  line-height: 1.8;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Tenor Sans';
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Tenor Sans';
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

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

p {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

ul {
  font-family: 'Source Serif Pro', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

ol {
  font-family: 'Source Serif Pro', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}

img {
  display: inline-block;
  width: 100vw;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

blockquote {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid none none;
  border-top-width: 2px;
  border-top-color: #000;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  font-family: 'Source Serif Pro', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: 'Libre Franklin', sans-serif;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.navigation-container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: flex;
  height: 90px;
  padding-right: 30px;
  padding-left: 30px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}

.image-logo {
  margin-top: 0px;
  margin-bottom: 0px;
}

.nav-link {
  margin-right: 30px;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link.white {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
}

.container.cc-center {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  text-align: left;
}

.container.cc-post-image {
  max-width: 1400px;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.paragraph.cc-contact-text {
  margin-bottom: 50px;
  font-family: 'Tenor Sans';
  font-size: 1.6vw;
  line-height: 1.5;
}

.footer {
  display: flex;
  padding: 90px 30px;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #141414;
}

.top-section {
  display: flex;
  align-items: flex-end;
  flex: 1;
}

.footer-title-text {
  font-family: 'Libre Franklin', sans-serif;
  color: #666;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  width: 25%;
  margin-top: 15px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  flex: 0 0 auto;
}

.footer-links-container {
  display: flex;
  margin-top: 20px;
  justify-content: flex-start;
}

.footer-links-container.cc-categories {
  display: block;
}

.footer-categories {
  width: 75%;
}

.footer-newsletter {
  width: 25%;
}

.bottom-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-content: flex-start;
  flex: 1;
  text-align: left;
}

.bottom-2 {
  width: 75%;
  margin-top: 40px;
  flex: 1;
}

.bottom {
  width: 100%;
}

.separator-color {
  height: 1px;
  max-width: 1290px;
  background-color: #e6e6e6;
}

.separator-color.footer-line {
  background-color: #4d4d4d;
}

.text-field {
  height: 48px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Libre Franklin', sans-serif;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}

.submit-button {
  width: 100px;
  height: 48px;
  background-color: #000;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form {
  display: flex;
  align-items: flex-end;
}

.form-block {
  margin-top: 20px;
}

.posts-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.posts-wrapper.cc-top-post {
  justify-content: space-between;
}

.top-post {
  display: flex;
  margin-top: 25px;
  padding: 100px 30px 60px;
  justify-content: center;
  align-items: center;
}

.navigation-link {
  position: relative;
  height: 90px;
  padding: 34px 20px;
  align-content: space-between;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.navigation-link-text {
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.navigation-hover {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 4px;
  align-items: flex-end;
  background-color: #000;
}

.header {
  display: block;
  width: 100vw;
  height: 35vw;
  justify-content: center;
  align-items: center;
  background-image: url('../images/SEF-Hacks-01---city-park.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.team-section {
  display: flex;
  padding: 0px 6%;
  justify-content: center;
  align-items: center;
}

.contact {
  display: flex;
  padding: 0px 6% 120px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
}

.footer-small-text {
  font-family: 'Libre Franklin', sans-serif;
  color: #666;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown {
  display: none;
}

.container-footer {
  width: 100%;
  max-width: 1200px;
}

.contact-info-subtitle {
  width: 100%;
  margin-top: 30px;
  font-family: 'Libre Franklin', sans-serif;
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-info-text {
  width: 100%;
  margin-top: 20px;
  font-family: 'Source Serif Pro', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

.contact-number {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #000;
}

.nav-menu {
  display: flex;
}

.top-post-image {
  width: 60%;
}

.top-post-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  perspective: 2000px;
}

.top-post-text {
  width: 40%;
  padding-left: 50px;
}

.category-link {
  font-family: 'Libre Franklin', sans-serif;
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-link:hover {
  text-decoration: underline;
}

.h2 {
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: 'Tenor Sans';
  color: #000;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
}

.h2.cc-title-section {
  margin-top: 0px;
  margin-bottom: 40px;
}

.h2.cc-title-section.cc-push-text {
  margin-right: 15px;
}

.post-short-text {
  font-family: 'Source Serif Pro', sans-serif;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.post-author {
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.post-author:hover {
  text-decoration: underline;
}

.post-author.cc-top-margin {
  margin-right: 5px;
}

.post-author-text {
  display: flex;
  margin-top: 30px;
}

.post-author-text.cc-small-thumbnail {
  margin-top: 0px;
}

.post-author-text.cc-center {
  align-items: center;
}

._3-posts {
  display: flex;
  padding-right: 30px;
  padding-bottom: 90px;
  padding-left: 30px;
  justify-content: center;
  align-items: center;
}

.posts-collection-list-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.posts-image {
  margin-bottom: 20px;
}

.top-post-link-block {
  text-decoration: none;
}

._3-collection-item {
  width: 33.33333333%;
  padding-top: 25px;
  padding-bottom: 25px;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}

.post-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Tenor Sans';
  color: #000;
  font-size: 1.7vw;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
}

.post-info-text {
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.posts-collection-list {
  display: flex;
  margin: -25px -10px;
  flex-wrap: wrap;
}

.separator-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
}

.line-color {
  height: 1px;
  background-color: #e6e6e6;
}

.separator {
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  justify-content: center;
  align-items: center;
}

.latest-posts {
  display: flex;
  padding: 90px 30px;
  justify-content: center;
  align-items: center;
}

._4-collection-item {
  width: 25%;
  margin-top: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.button {
  display: flex;
  margin-top: 90px;
  padding: 20px 25px;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #fff;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
  color: #fff;
}

.section-title-text {
  margin-bottom: 30px;
  font-family: 'Libre Franklin', sans-serif;
  color: #999;
  font-size: 15px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-title-text:hover {
  text-decoration: underline;
}

._2-collection-item {
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.featured-posts {
  display: flex;
  padding: 90px 30px;
  justify-content: center;
  align-items: center;
}

.separator-footer {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-top {
  display: flex;
  margin-top: 0px;
  padding: 50px 6%;
  justify-content: center;
  align-items: center;
}

.about-top.mob {
  margin-top: 0px;
  padding-bottom: 21px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Tenor Sans';
  color: #000;
  font-size: 3vw;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.text-container {
  width: 75%;
}

.section-title-big {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}

.link-block {
  margin-top: 20px;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.team-collection-item {
  display: flex;
  width: 25%;
  margin-top: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
  align-items: stretch;
}

.team-image {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.team-member-info {
  margin-top: 15px;
}

.team-member-name {
  font-family: 'Tenor Sans';
  color: #000;
  font-size: 1.7vw;
  line-height: 1.5;
  font-weight: 400;
  cursor: auto;
}

.team-member-role {
  margin-top: 3px;
  font-family: 'Libre Franklin', sans-serif;
  color: #b8b5b5;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.collection-list-wrapper-7 {
  margin: -25px -10px;
}

.contact-item-wrapper {
  display: flex;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: center;
  align-items: stretch;
}

.contact-wrapper {
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}

.contact-item {
  display: flex;
  width: 100%;
  padding: 45px 30px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  border: 1px solid #000;
  text-align: center;
}

.number {
  font-family: 'Source Serif Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.about-blog-section {
  display: flex;
  padding: 40px 6% 120px;
  justify-content: center;
  align-items: center;
}

.about-blog-section.mob {
  padding-bottom: 52px;
  background-color: #f3ecfc;
}

.title-section {
  display: flex;
  margin-top: 25px;
  padding: 100px 30px 90px;
  justify-content: center;
  align-items: center;
}

.post-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-content {
  display: flex;
  padding: 60px 30px;
  justify-content: center;
  align-items: center;
}

.post-content-wrapper {
  display: block;
  max-width: 800px;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.author-image-wrapper {
  display: flex;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.rich-text h2 {
  font-family: 'Source Serif Pro', sans-serif;
}

.rich-text h3 {
  font-family: 'Source Serif Pro', sans-serif;
}

.rich-text p {
  font-family: open-sans, sans-serif;
}

.rich-text figcaption {
  font-family: open-sans, sans-serif;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text h1 {
  font-family: 'Source Serif Pro', sans-serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

.rich-text h4 {
  font-family: 'Source Serif Pro', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.rich-text h5 {
  font-family: 'Source Serif Pro', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.rich-text h6 {
  font-family: 'Source Serif Pro', sans-serif;
  font-weight: 400;
}

.logo.cc-footer {
  margin-right: 15px;
  margin-bottom: 2px;
}

.collection-list {
  display: flex;
  flex-wrap: wrap;
}

.footer-collection-item {
  width: 25%;
  margin-bottom: 15px;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.link-footer {
  color: #fff;
  text-decoration: none;
}

.div-block {
  display: flex;
}

.style-guide-label {
  margin-bottom: 20px;
  padding-bottom: 10px;
  flex: 1;
  border-bottom: 1px solid #777;
  color: #777;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
}

.footer-links-inner {
  display: flex;
  margin-top: 15px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  flex: 0 0 auto;
}

.a-header-tabs-grid {
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.a-span-underline {
  border-bottom: 6px solid #5167f6;
  color: #5167f6;
}

.a-header-text-link {
  margin-bottom: -7px;
  padding-bottom: 0px;
  color: #5167f6;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
}

.a-header-text-link.mob {
  color: #504062;
  font-size: 13px;
}

.a-button-primary {
  width: 37vw;
  height: 48px;
  min-height: 40px;
  padding: 12px 32px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 99px;
  background-color: #504062;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  transition: all 500ms cubic-bezier(0.6, 0.6, 0, 1);
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.a-button-primary:hover {
  background-color: #15012e;
}

.a-button-primary:active {
  background-color: #7788f8;
}

.a-header-tabs-image {
  width: 10vw;
  height: 9vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.a-header-button-wrapper {
  display: flex;
  margin-top: 24px;
  margin-bottom: 16px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.a-header-image-background {
  position: absolute;
  left: 5%;
  top: 10%;
  right: 0%;
  bottom: 0%;
}

.a-header-section-bg {
  position: relative;
  padding: 48px 5%;
  background-color: #dcdfe1;
}

.a-header-heading-wrapper {
  margin-bottom: 48px;
}

.a-header-content {
  max-width: 500px;
  color: #383942;
}

.a-header-tabs-menu {
  display: flex;
  margin-bottom: 16px;
  grid-column-gap: 12px;
}

.a-caption {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.a-caption.text-color-gray-500 {
  color: #5e606e;
}

.a-header-tab-link {
  padding-right: 12px;
  padding-left: 12px;
  background-color: transparent;
  color: #868898;
  font-weight: 700;
}

.a-header-tab-link.w--current {
  background-color: transparent;
  color: #5167f6;
  text-decoration: underline;
}

.a-detail-small {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #504062;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.a-detail-small.a-text-color-primary {
  color: #5167f6;
}

.a-detail-small.white {
  color: #fff;
  text-decoration: none;
}

.a-header-images-wrapper {
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.a-header-tabs-text-wrapper {
  display: flex;
  width: 100%;
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5e606e;
}

.a-header-image-bottom-left {
  position: relative;
  width: 47vw;
  height: auto;
  max-width: none;
  border-radius: 8px;
}

.a-header-tabs-card {
  display: flex;
  padding: 10px;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-radius: 8px;
  background-color: #fff;
}

.a-button-video {
  display: flex;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  grid-column-gap: 12px;
  border-radius: 99px;
  background-color: #e7ddf5;
  transition: all 500ms cubic-bezier(0.6, 0.6, 0, 1);
  color: #a199ab;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.a-button-video:hover {
  background-color: #e1e1e2;
}

.a-button-video:active {
  background-color: #eceefe;
}

.a-header-play {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #eceefe;
}

.a-h1-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.sub-hero-section {
  position: relative;
  display: block;
  margin-top: 0px;
}

.a-header-image-top-right {
  position: absolute;
  left: auto;
  top: 10%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  max-width: 250px;
  border-radius: 8px;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.05);
}

.a-paragraph-small {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.a-container-regular {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.a-paragraph-regular {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.a-section-regular {
  position: static;
  padding: 0px 8%;
  background-color: #472474;
  background-image: url('../images/BW-fade-Hacks-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-header-grid {
  width: 83vw;
  height: 40vw;
  margin-top: 0px;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.a-icon-small {
  display: flex;
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
}

.a-text-color-orange-900 {
  color: #f69351;
}

.navigation-menu {
  position: static;
  display: flex;
  margin-top: 0px;
  justify-content: flex-start;
  align-items: center;
}

.navigation-link-2 {
  padding: 8px 25px;
  border-radius: 50px;
  background-color: transparent;
  transition: all 350ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #777;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.navigation-link-2:hover {
  background-color: #f3f5fb;
  color: #504062;
}

.navigation-link-2.w--current {
  background-color: #f3f5fb;
  color: #3793ff;
}

.navigation-link-2.current {
  background-color: #f3f5fb;
  color: #3793ff;
}

.navigation-2 {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 89px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 5%;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.middle-logo-mobile {
  display: none;
  margin-right: 24px;
  margin-left: 24px;
}

.navigation-container-middle {
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: -16px;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  line-height: 16px;
}

.main-center-logo {
  margin-right: 24px;
  margin-left: 24px;
}

.sm-navigation-link {
  padding: 8px 19px;
  border-radius: 50px;
  background-color: transparent;
  transition: all 350ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #a1a1a1;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.sm-navigation-link:hover {
  background-color: #f3f5fb;
  color: #504062;
  font-weight: 400;
}

.sm-navigation-link.w--current {
  color: #000;
}

.logo-mark {
  width: 18vw;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
}

.text-block {
  font-family: 'Libre Franklin', sans-serif;
}

.text-block-2 {
  font-family: 'Libre Franklin', sans-serif;
}

.heading {
  font-weight: 600;
}

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

.hero-flex-wrapper-centre {
  position: relative;
  z-index: 5;
  display: flex;
  width: 100%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.button-neutral {
  display: flex;
  min-height: 48px;
  min-width: 120px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  background-color: #160042;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.button-neutral:hover {
  background-color: #282556;
}

.heading-2 {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  display: block;
  width: 90vw;
  max-width: 120%;
  min-width: 80%;
  margin: 0px auto;
  padding-top: 0px;
  padding-left: 0px;
  font-family: 'Source Serif Pro', sans-serif;
  color: #a199ab;
  font-size: 4.3vw;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  letter-spacing: 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.header-input-field {
  min-height: 48px;
  margin-right: 16px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border: 1px none #000;
  background-color: transparent;
  color: #160042;
}

.header-input-field::-moz-placeholder {
  color: #b6b9ce;
}

.header-input-field::-ms-input-placeholder {
  color: #b6b9ce;
}

.header-input-field::placeholder {
  color: #b6b9ce;
}

.paragraph-large {
  display: none;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.hero-container {
  position: relative;
  top: -381px;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.mission-section {
  position: relative;
  display: block;
  height: auto;
  min-height: 50vw;
  margin-top: 25px;
  padding: 0px 5%;
  background-image: url('../images/LR-1500-LOW-GH-Lighthouse.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.margin-bottom-33 {
  margin-bottom: 60px;
}

.header-form-block {
  display: none;
  max-width: 360px;
  margin-top: 32px;
  margin-bottom: 0px;
}

.header-form-wrapper {
  display: flex;
  padding: 4px;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e6f1;
  border-radius: 50px;
}

.success-message {
  background-color: #ebfff6;
  color: #006638;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
}

.content-grid {
  align-items: center;
  grid-auto-flow: column;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
      grid-template-areas: ".";
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.content-paragraph {
  margin-bottom: 55px;
  font-family: 'Libre Franklin', sans-serif;
  color: #535455;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.content-heading {
  position: static;
  width: 43vw;
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Tenor Sans';
  color: #001633;
  font-size: 3vw;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -1px;
}

.content-container {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.content-preheader {
  margin-bottom: 12px;
  font-family: Merriweather, serif;
  color: #f87469;
  font-size: 16px;
  line-height: 20px;
}

.content-text-wrap {
  display: flex;
  max-width: 480px;
  flex-direction: column;
  align-items: flex-start;
}

.what-we-do-section {
  padding: 42px 6% 20px;
  background-color: #fff;
  color: #858b93;
  font-size: 18px;
  line-height: 30px;
}

.content-button {
  display: flex;
  height: 40px;
  min-height: 50px;
  padding: 20px 44px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f87469;
  transition: background-color 400ms ease;
  color: #fff;
  text-decoration: none;
}

.content-button:hover {
  background-color: #b4afb9;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: -24px;
  padding-bottom: 0px;
  font-family: 'Tenor Sans';
  color: #e2d0f8;
  font-size: 3vw;
  text-transform: uppercase;
}

.image {
  display: block;
}

.image-3 {
  width: 100vw;
  height: 41vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.a-detail-small-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #9a86af;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.a-detail-small-copy.a-text-color-primary {
  color: #5167f6;
}

.h3-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #061237;
  font-size: 4vh;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: -0.04em;
}

._2section-team {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 100px 5%;
  align-items: center;
}

.title-large {
  margin-bottom: 16px;
  color: #1355ff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.team-image-square {
  position: relative;
  overflow: hidden;
  height: 340px;
  border-radius: 20px;
}

.team-role {
  margin-bottom: 16px;
  color: #b6bcce;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.team-image-cover {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(6, 18, 55, 0.8);
}

.grid-team-squares {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-2 {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-standard {
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #67718e;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.button-spacer {
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.grid-team {
  display: block;
  grid-column-gap: 47px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-standard {
  display: flex;
  padding: 14px 40px;
  justify-content: center;
  align-items: center;
  border: 2px solid #1355ff;
  border-radius: 8px;
  background-color: #1355ff;
  transition: all 300ms ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.button-standard:hover {
  background-color: #fff;
  color: #1355ff;
}

.team-name {
  max-width: 600px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.team-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.section-team {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 50px 5%;
  align-items: center;
}

.form-paragraph {
  margin-left: 10px;
  color: #a2a9aa;
  font-size: 16px;
  line-height: 20px;
}

.cta11-title-wrap {
  margin-bottom: 40px;
}

.our-team-section-text {
  width: 50%;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 40px;
  flex: 0 0 auto;
}

.our-team-section-text._1 {
  padding-top: 0px;
}

.footer2-bottom-left-column {
  display: flex;
  flex-direction: column;
}

.footer-top {
  display: flex;
  padding-right: 15px;
  padding-bottom: 90px;
  padding-left: 15px;
  justify-content: space-between;
  align-items: center;
}

.footer-top.temp {
  padding-left: 0px;
  justify-content: flex-end;
}

.categories {
  display: none;
}

.wrapper.m0-50 {
  display: block;
  padding-bottom: 50px;
  background-color: #1a1a35;
}

.wrapper.m0-50 {
  padding-bottom: 50px;
  background-color: #1a1a35;
}

.section-4 {
  display: block;
  padding: 0px 36px 70px;
  flex-direction: column;
  align-items: center;
  flex: 1;
  background-color: transparent;
}

.section-4.hide {
  display: block;
}

.button-small-2 {
  display: flex;
  padding: 18px 30px 18px 53px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: #1d1e44;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-small-2:hover {
  background-color: #272731;
}

.button-small-2.form-centered-button {
  justify-content: center;
  background-color: #1d1e44;
}

.ariticle-headline {
  margin-top: 0px;
  font-family: 'Tenor Sans';
  color: #1d1e44;
  font-size: 2vw;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.ariticle-headline.sub {
  font-size: 3vw;
}

.form-field {
  display: none;
  width: 346px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #000;
  background-color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

.form-field.contact {
  margin-right: 5px;
  margin-left: 5px;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.75);
}

.form-field.message {
  width: 100%;
  height: 120px;
  max-height: 120px;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.85);
}

.error-message {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #dd786a;
}

.error-message.contact {
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
}

.error-message-text {
  display: none;
  color: #131415;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

.breadcrumb-div {
  display: flex;
  align-self: center;
}

.breadcrumb-div.middle {
  justify-content: center;
}

.breadcrumb-div.blog-post {
  margin-top: 20px;
  justify-content: center;
}

.footer-form {
  display: block;
  margin-bottom: 0px;
  flex-direction: row;
  justify-content: space-between;
}

.block-centered-text {
  padding: 35px 36px;
  flex-direction: column;
  align-items: center;
  flex: 1;
  background-color: #f7f7f7;
}

.footer2-disclaimer-wrap {
  margin-bottom: 20px;
  padding: 16px 20px 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebedee;
}

.page-headline {
  font-size: 53px;
  line-height: 63px;
}

.bottom-footer {
  padding-right: 36px;
  padding-left: 36px;
  flex-direction: column;
  align-items: center;
  flex: 1;
  background-color: #504062;
}

.navbar-categories-empty {
  background-color: rgba(240, 244, 244, 0);
}

.navbar-categories-item {
  display: inline-block;
}

.text-field-2 {
  width: 100%;
  margin-bottom: 0px;
  padding: 30px 20px;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  border-style: none;
  border-radius: 0px;
  background-color: #f5f5f5;
  color: #18181d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.text-field-2:hover {
  background-color: #f0f0f0;
}

.text-field-2:active {
  background-color: #ececec;
}

.text-field-2:focus {
  background-color: #ececec;
  color: #18181d;
}

.text-field-2.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-menu-2 {
  order: 1;
  flex: 1;
  text-align: right;
}

.footer2-bottom-link {
  position: relative;
  display: none;
  opacity: 0.7;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.footer2-bottom-link:hover {
  opacity: 1;
}

.navbar {
  display: flex;
  padding: 20px 38px 20px 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.our-team-section-div {
  display: flex;
  justify-content: space-between;
}

.error-message-2 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 20px;
  border-bottom: 3px solid #db4b68;
  background-color: rgba(219, 75, 104, 0.05);
  color: #db4b68;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.submit-button-2 {
  display: none;
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #1d1e44;
  transition: background-color 250ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

.submit-button-2:hover {
  background-color: rgba(19, 20, 21, 0.85);
}

.content {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: flex-start;
}

.footer-logo-image {
  height: 41px;
}

.paragraph-3 {
  font-size: 1.4vw;
  line-height: 1.5;
}

.breadcrumb-link {
  display: inline;
  transition: color 250ms ease;
  color: #131415;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb-link:hover {
  color: #737d7f;
}

.breadcrumb-link.current {
  color: #141415;
}

.breadcrumb-link.current:hover {
  color: #131415;
}

.breadcrumb-link.current:hover {
  color: #131415;
}

.footer2-bottom-text {
  margin-right: 30px;
  margin-bottom: 30px;
  color: rgba(240, 244, 244, 0.96);
  font-size: 14px;
  line-height: 22px;
}

.footer2-bottom-text:hover {
  color: rgba(240, 244, 244, 0.96);
}

.logo-div {
  order: -1;
  flex: 1;
}

.paragraph-small-2 {
  color: #d6d6d6;
  font-size: 13px;
  line-height: 18px;
  text-transform: none;
}

.navbar-categories {
  color: #131415;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
}

.navbar-categories.mobile {
  display: none;
}

.footer-bottom {
  display: flex;
  padding-right: 3px;
  padding-left: 15px;
  justify-content: space-between;
  align-items: center;
}

.headline-wrap-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.top-footer {
  display: block;
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
}

.checkbox-field {
  margin-bottom: 8px;
  margin-left: 15px;
  padding-top: 4px;
}

.dropdown-toggle-2 {
  display: flex;
  padding: 12px;
}

.logo-link {
  flex: 1;
}

.logo-link.w--current {
  order: -1;
}

.footer2-logo {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.footer2-logo:hover {
  opacity: 0.7;
}

.checkbox {
  margin-top: 3px;
}

.dropdown-2.hidden {
  display: none;
}

.container-3 {
  position: relative;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
}

.success-message-2 {
  padding-right: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.success-message-2.contact {
  padding-top: 60px;
  padding-bottom: 0px;
}

.dropdown-link-2 {
  padding-right: 35px;
  background-color: #f0f4f4;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

.dropdown-link-2:hover {
  background-color: #e7ebea;
}

.dropdown-link-2.w--current {
  color: #131415;
}

.dropdown-list-2 {
  border-radius: 8px;
}

.dropdown-list-2.w--open {
  left: -7px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f0f4f4;
}

.paragraph-71 {
  margin-right: -30px;
  margin-bottom: 10px;
  margin-left: -30px;
  opacity: 0.7;
  color: #131415;
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
}

.paragraph-71.paragraph70-bottom-clear {
  margin-right: 3px;
  margin-bottom: 0px;
  margin-left: 3px;
}

.text-area {
  min-height: 170px;
  padding: 14px 20px 18px;
  border-style: none;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active {
  background-color: #ececec;
}

.text-area:focus {
  background-color: #ececec;
}

.form-2 {
  display: block;
  flex-direction: row;
  justify-content: flex-end;
}

.html-embed-2 {
  padding-top: 18px;
}

.cta11-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta11-form-wrap-copy {
  display: flex;
  flex-direction: column;
}

.paragraph-70 {
  margin-bottom: 10px;
  padding: 0px 25px;
  opacity: 0.7;
  color: #000;
  font-size: 1.4vw;
  line-height: 1.6;
  font-weight: 300;
}

.footer2-link {
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

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

.cta11-form-wrap {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  padding: 67px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #ebedee;
  background-color: #fff;
}

.size3-text-2 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  text-transform: none;
}

.cta11-form {
  margin-bottom: 0px;
  -ms-grid-row-align: center;
      align-self: center;
}

.footer2-links-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nav-link-2 {
  padding: 12px;
  transition: color 250ms ease;
  color: #b7b7b8;
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #000;
}

.nav-link-2.w--current {
  color: #131415;
}

.navbar-categories-empty-text {
  color: rgba(19, 20, 21, 0.5);
  font-weight: 500;
}

.nav-link-text {
  padding-right: 6px;
  color: #131415;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

.text-label {
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer2-links-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.title-header {
  display: none;
  padding: 40px 50px 65px;
  background-color: #e7ebea;
}

.form-div {
  display: flex;
  margin-bottom: 10px;
}

.success-message-3 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px;
  border-bottom: 3px solid #12b878;
  background-color: rgba(18, 184, 120, 0.1);
  color: #12b878;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.success-message-text {
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.title-header-div {
  text-align: center;
}

.image-4 {
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 2px;
}

.image-4.border {
  border-style: none;
  border-radius: 0px;
}

.breadcrumb-arrow {
  height: 17.5px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 3px;
}

.subscribe {
  padding: 55px 35px 20px;
  background-color: #f0f4f4;
}

.footer2-bottom-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 47px;
  padding-bottom: 30px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.our-team-section {
  padding: 50px 35px 71px;
}

.our-team-section._2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.headline-grid-2 {
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 0.25fr 0.25fr 2.5fr 1fr 1fr 1fr 1fr 1fr 2.5fr 0.25fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 0.25fr 2.5fr 1fr 1fr 1fr 1fr 1fr 2.5fr 0.25fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.size1-text-2 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #7f8cec;
  font-size: 32px;
  line-height: 41px;
  font-weight: 500;
  white-space: normal;
}

.navigation-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.navbar-div {
  display: flex;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}

.logo-image {
  height: 36px;
  max-height: none;
  max-width: none;
}

.overflow-container {
  display: block;
  overflow: hidden;
}

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

.div-block-4 {
  margin-top: 99px;
  margin-bottom: 155px;
  padding-right: 158px;
  padding-left: 158px;
}

.grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.75fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-4 {
  font-size: 14px;
  line-height: 24px;
}

.make-an-impact {
  padding-right: 36px;
  padding-left: 36px;
  flex-direction: column;
  align-items: center;
  flex: 1;
  background-color: #f0f4f4;
}

.icon-base {
  margin-top: 72px;
}

.h1-white {
  margin-bottom: 16px;
  color: #fff;
  font-size: 30px;
}

.form-base-fizz {
  display: flex;
  min-height: 440px;
  padding: 60px 100px;
  align-items: center;
  border-radius: 16px;
  background-color: #f3ecfc;
}

.detail {
  margin-bottom: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #504062;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.submit-button-fizz {
  padding: 20px 40px;
  border-radius: 8px;
  background-color: #504062;
  transition: all 300ms ease;
  color: #fff;
  font-size: 18px;
}

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

.button-wrap {
  margin-top: 32px;
  justify-content: flex-start;
}

.text-field-fizz {
  min-height: 48px;
  padding-top: 10px;
  padding-bottom: 16px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #c4cee8 #c4cee8 #b197ff;
  border-radius: 0px;
  background-color: transparent;
  transition: all 300ms ease;
  color: #000;
}

.text-field-fizz:active {
  border-width: 2px;
  border-color: #5f30e2 #5f30e2 #fcd3c7;
  color: #fff;
  font-size: 16px;
}

.text-field-fizz:focus {
  border-width: 2px;
  border-color: #5f30e2 #5f30e2 #fcd3c7;
  color: #fff;
  font-size: 16px;
}

.text-field-fizz::-moz-placeholder {
  color: #9c9ea0;
  font-size: 16px;
}

.text-field-fizz::-ms-input-placeholder {
  color: #9c9ea0;
  font-size: 16px;
}

.text-field-fizz::placeholder {
  color: #9c9ea0;
  font-size: 16px;
}

.form-grid-wave {
  width: 100%;
  height: 100%;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-fizz {
  margin-right: 12px;
}

.icon-wrap {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.container-4 {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.field-grid-fizz {
  margin-bottom: 24px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-wrap {
  margin-bottom: 24px;
}

.form-section-fizz {
  position: relative;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding: 30px 3%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.paragraph-72 {
  color: #000;
}

.link-without-underline {
  text-decoration: none;
}

.button-2 {
  display: flex;
  height: 50px;
  margin-top: 20px;
  padding-right: 78px;
  padding-left: 78px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  background-color: #1d1e44;
  transition: background-color 250ms ease;
}

.button-2:hover {
  background-color: rgba(19, 20, 21, 0.85);
}

.contact-details {
  color: #1d1e44;
  font-size: 20px;
  line-height: 28px;
}

.caption {
  transition: color 250ms ease;
  color: #7f8cec;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.caption:hover {
  color: #131415;
}

.caption.contact {
  margin-top: 15px;
  margin-bottom: 10px;
}

.contact-form {
  padding-top: 3px;
  padding-bottom: 3px;
  flex-direction: column;
  align-items: center;
  background-color: #f0f4f4;
}

.contact-form-div {
  display: flex;
  max-width: 750px;
  margin: 65px auto 44px;
  flex-direction: column;
  align-items: center;
}

.info-section {
  padding: 110px 35px;
}

.contact-form-row-2 {
  padding-right: 5px;
  padding-left: 5px;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.info-section-div {
  display: flex;
  justify-content: space-between;
}

.info-section-box {
  margin-right: 15px;
  margin-left: 15px;
  flex: 1;
  text-align: center;
}

.contact-form-row-1 {
  display: flex;
  align-self: stretch;
}

.paragraph-large-2 {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1c2122;
  font-size: 4vw;
  line-height: 1.5;
  font-weight: 400;
}

.container-large {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-regular {
  font-size: 1.8vw;
  line-height: 1.8;
}

.button-secondary {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background-color: #1c2122;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-card {
  display: flex;
  padding: 32px;
  flex-direction: column;
  border-radius: 24px;
  outline-color: #ccd4d6;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
  transition: all 300ms ease;
}

.contact-card:hover {
  background-color: #e9eced;
  outline-color: #e9eced;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.text-weight-semibold {
  font-weight: 600;
}

.heading-detail {
  margin-bottom: 8px;
  color: #323c3e;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: normal;
}

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

.icon-medium {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
}

.heading-wrapper-large {
  max-width: 620px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.contact-section {
  position: relative;
  padding: 60px 5%;
  background-color: #f3ecfc;
}

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

.contact-text {
  line-height: 24px;
  font-weight: 500;
}

.button-primary {
  display: flex;
  min-height: 48px;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #1c2122;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.caption-regular {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.caption-regular.text-color-gray-800 {
  color: #323c3e;
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-wrapper-2 {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}

.contact-icon-wrap {
  display: flex;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
  justify-content: center;
  align-items: center;
  color: #323c3e;
}

.contact-button-wrapper {
  max-width: 142px;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
}

.submit-button-3 {
  background-color: #504062;
}

.text-block-5 {
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
}

.text-block-6 {
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
}

.a-detail-small-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #3793ff;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ariticle-headline-2 {
  margin-top: 0px;
  font-family: 'Tenor Sans';
  color: #1d1e44;
  font-size: 2vw;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.ariticle-headline-2.sub {
  font-size: 3vw;
}

.paragraph-small-4 {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
}

.paragraph-small-4.text-grey {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  font-size: 2.1vh;
  line-height: 1.8;
}

.info-text {
  color: #95a7a9;
  font-size: 12px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.info-text.category {
  transition: color 250ms ease;
}

.info-text.category:hover {
  color: #131415;
}

.features-posts-a {
  padding: 70px 35px 0px;
}

._6-reasons-why-section {
  display: block;
  overflow: hidden;
}

.feature-v2 {
  display: flex;
  width: 33.33%;
  padding: 16px 15px 32px;
  flex-direction: row;
  align-items: flex-start;
}

.section {
  padding-right: 36px;
  padding-left: 36px;
  flex-direction: column;
  align-items: center;
  flex: 1;
  background-color: #1a1a35;
}

.section-3 {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 0px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.section-3.no-padding-bottom {
  margin-bottom: 0px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f0f4f4;
}

.heading-25 {
  font-size: 50px;
  line-height: 61px;
}

.heading-line {
  width: 110px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #7f8cec;
}

.features-v2 {
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  flex-wrap: wrap;
}

.footer2-bottom-text-2 {
  margin-right: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.footer2-bottom-text-2:hover {
  color: rgba(240, 244, 244, 0.96);
}

.paragraph-73.dark {
  color: #131415;
  font-weight: 400;
}

.container-a {
  position: relative;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
}

.wrapper-3 {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.work-headline {
  margin-top: 5px;
  color: #131415;
  font-size: 27px;
  line-height: 35px;
  font-weight: 500;
}

.footer2 {
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
}

.our-people-item {
  margin-bottom: 56px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 25%;
}

.post-empty-text {
  color: #95a7a9;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.link {
  color: #fff;
}

.section-headline-h2 {
  color: #1d1e44;
  line-height: 56px;
}

.our-people-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.post-empty {
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 45px 25px;
  justify-content: center;
  align-items: center;
  background-color: #e7ebea;
}

.title-div-a {
  margin-right: 15px;
  margin-bottom: 80px;
  margin-left: 15px;
}

.feature-side-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.block-headline {
  font-family: 'Source Serif Pro', sans-serif;
  color: #1d1e44;
  font-size: 35px;
  line-height: 41px;
  font-weight: 500;
}

.intro {
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-bottom: 43px;
  padding-right: 0px;
  padding-left: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.text-color-3 {
  color: #7f8cec;
}

.cta11-grid-a {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 0.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.our-team-section-image {
  margin-right: 15px;
  margin-left: 15px;
  flex: 0 45%;
  border: 1px none #000;
  background-image: url('../images/about-us.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer2-logo-2 {
  background-color: #060606;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.footer2-logo-2:hover {
  opacity: 0.7;
}

.category-text {
  margin: 0px;
  color: #4e5baa;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-image-wrap {
  overflow: hidden;
  height: 220px;
  margin-bottom: 18px;
}

.text-block-7 {
  margin-top: 42px;
  color: #000;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.container-5 {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-75 {
  color: #9a9a9a;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.15px;
}

.title-wrapper-2 {
  display: flex;
  max-width: 520px;
  margin-right: auto;
  margin-bottom: 27px;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.blog-section-2 {
  padding: 25px 3% 100px;
  background-color: #fff;
}

.blog-title-2 {
  margin-top: 0px;
  margin-bottom: 14px;
  color: #000;
  font-size: 20px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.header-text {
  color: #95a7a9;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 3px;
}

.blog-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-item-wrap {
  color: #1f2937;
  text-decoration: none;
}

.all-tags-item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.image-section-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: -100px;
  margin-bottom: -100px;
  background-image: url('../images/header-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  transform-origin: 50% 0%;
}

.blog-post-info {
  display: inline-block;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f0f4f4;
}

.main-post-details {
  max-width: 750px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
}

.related-list {
  display: flex;
  justify-content: space-between;
}

.webflow {
  padding: 12px;
  transition: color 250ms ease;
  color: #95a7a9;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

.webflow:hover {
  color: #131415;
}

.form-field-2 {
  width: 250px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #000;
  background-color: #f0f4f4;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

.form-3 {
  display: flex;
  justify-content: flex-end;
}

.related-blog-posts {
  padding: 20px 35px;
}

.webflow-link {
  text-decoration: none;
}

.container-6 {
  position: relative;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 57px;
  padding-left: 57px;
}

.container-6.post {
  max-width: 960px;
  margin-top: 40px;
}

.footer-2 {
  padding: 55px 35px 20px;
}

.submit-button-4 {
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #131415;
  transition: background-color 250ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

.submit-button-4:hover {
  background-color: rgba(19, 20, 21, 0.85);
}

.footer-top-left {
  flex: 0 40%;
}

.open-blog-header {
  padding: 40px 15px;
}

.article-content {
  overflow: hidden;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.all-tags-list {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer-link {
  display: inline-block;
  padding: 12px;
  transition: color 250ms ease;
  color: #131415;
  text-decoration: none;
}

.footer-link:hover {
  color: #737d7f;
}

.image-section {
  position: relative;
  overflow: hidden;
  height: 450px;
  background-color: #131415;
}

.image-section.blog {
  height: 360px;
}

.footer-top-2 {
  display: flex;
  padding-right: 15px;
  padding-bottom: 90px;
  padding-left: 15px;
  justify-content: space-between;
  align-items: center;
}

.rich-blog-post {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
}

.blog-post-info-div {
  display: flex;
  padding: 6px 15px;
  align-items: center;
}

.nav-link-3 {
  padding: 12px;
  transition: color 250ms ease;
  color: #131415;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #737d7f;
}

.nav-link-3.w--current {
  color: #131415;
}

.footer-links-2 {
  display: flex;
  align-items: center;
}

.paragraph-small {
  color: #737d7f;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.paragraph-small.author {
  display: inline;
  text-decoration: none;
}

.paragraph-small.author.name {
  margin-left: 4px;
  transition: color 250ms ease;
  color: #131415;
}

.paragraph-small.author.name:hover {
  color: #737d7f;
}

.info-divider {
  width: 2px;
  height: 7px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 1px;
  background-color: #e7ebea;
}

.info-divider.blog-post {
  background-color: rgba(149, 167, 169, 0.5);
}

.open-blog-div {
  margin-right: 14px;
  margin-left: 14px;
  text-align: center;
}

.main-post-section {
  padding: 0px 35px 95px;
}

.footer-form-2 {
  margin-bottom: 0px;
}

.nav-link-text-2 {
  padding-right: 6px;
  color: #131415;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

.page-load-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  background-color: #131415;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  opacity: 0;
}

.empty-tag {
  display: none;
}

.related-item {
  margin-bottom: 56px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 1;
}

.main-post-divider {
  height: 1px;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f0f4f4;
}

.breadcrumb-arrow-2 {
  margin-right: 15px;
  margin-left: 15px;
}

.image-5 {
  margin-right: auto;
  margin-left: auto;
}

.heading-26 {
  margin-top: 36px;
  margin-bottom: 0px;
  font-size: 2.6rem;
  line-height: 56px;
  text-align: left;
  letter-spacing: 0rem;
}

._3-column-450w {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

._3-column-450w._20-top-margin {
  max-width: 610px;
  margin-top: 20px;
}

.text-checkmark {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.button-3 {
  display: flex;
  height: 46px;
  max-width: 170px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  border: 3px solid #000;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.button-3:hover {
  background-color: #fff;
  color: #000;
}

.button-3.ghost {
  border: 3px solid #000;
  background-color: #fff;
  color: #000;
}

.button-3.ghost:hover {
  border-style: none;
  background-color: #000;
  color: #fff;
}

.button-3.ghost._190w {
  max-width: 200px;
}

.button-3.left-aligned {
  margin-left: 0px;
}

.button-3.left-aligned._180w {
  max-width: 180px;
}

.button-3.left-aligned._180w.underlined-text:hover {
  text-decoration: underline;
}

.button-3.left-aligned._180w.underlined-text.line-button {
  padding-left: 0px;
  justify-content: flex-start;
  border-style: none;
  background-color: transparent;
  color: #000;
}

.button-3.left-aligned._180w.underlined-text.line-button._15-bottom-margin {
  margin-bottom: 15px;
}

.button-3.left-aligned._220w {
  max-width: 220px;
}

.button-3.left-aligned._220w.underlined-text:hover {
  text-decoration: underline;
}

.button-3.left-aligned._200w {
  max-width: 180px;
}

.button-3.left-aligned._200w.underlined-text:hover {
  text-decoration: underline;
}

.button-3.left-aligned._200w.underlined-text.line-button {
  padding-left: 0px;
  justify-content: flex-start;
  border-style: none;
  background-color: transparent;
  color: #000;
}

.button-3.left-aligned._200w.underlined-text.line-button._15-bottom-margin {
  max-width: 200px;
  margin-bottom: 15px;
}

.button-3.left-aligned._200 {
  max-width: 180px;
}

.button-3.left-aligned._200.underlined-text:hover {
  text-decoration: underline;
}

.button-3.left-aligned._200.underlined-text.line-button {
  padding-left: 0px;
  justify-content: flex-start;
  border-style: none;
  background-color: transparent;
  color: #000;
}

.button-3.left-aligned._200.underlined-text.line-button._15-bottom-margin {
  max-width: 230px;
  margin-bottom: 15px;
}

.button-3.left-aligned.auto {
  max-width: 50%;
}

.button-3.left-aligned.auto.underline {
  max-width: none;
}

.button-3.left-aligned.auto.underline:hover {
  text-decoration: underline;
}

.button-3.left-aligned.auto.underline._300 {
  max-width: 300px;
}

.button-3.left-aligned.auto.underline._300._15-bottom-margin {
  margin-bottom: 15px;
}

.paragraph-76 {
  margin-bottom: 15px;
  color: #333;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.paragraph-76.subhead {
  font-size: 22px;
  font-weight: 400;
}

.paragraph-76.subhead.centre {
  text-align: center;
}

.paragraph-76.subhead.centre._800 {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  color: #000;
  line-height: 1.6em;
  font-weight: 400;
}

.paragraph-76._16px {
  flex: 0 0 auto;
  color: #181818;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

.paragraph-76._16px.flex-child-sizing-grow {
  flex: 1;
}

.paragraph-76._16px._333 {
  color: #333;
}

.paragraph-76._26px {
  height: auto;
  font-size: 19px;
  font-weight: 300;
}

._2-button-columns._420 {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.checkmar {
  max-height: 15px;
  max-width: none;
}

.columns-checkmar {
  display: flex;
  align-items: center;
}

.heading-1 {
  color: #000;
  font-size: 60px;
  line-height: 1.4em;
  font-weight: 600;
}

.heading-1.centre {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}

.heading-1.centre._75px-font-size {
  margin-bottom: 20px;
  color: #000;
  font-size: 75px;
  line-height: 1.3em;
  font-weight: 600;
}

.heading-1.centre._75px-font-size._650w {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.column-59 {
  color: #000;
  font-size: 12px;
  font-weight: 300;
}

.section-standard {
  display: block;
  height: auto;
  max-height: none;
  padding-top: 20px;
  padding-bottom: 80px;
  align-items: center;
}

.section-standard.hero {
  display: flex;
  height: 100vh;
  max-height: 650px;
  padding-top: 0px;
  padding-bottom: 0px;
  align-items: center;
}

.section-standard.social-prooof {
  padding-top: 20px;
}

.section-standard._40-top-margin {
  padding-top: 40px;
}

.section-standard.snow-brown {
  background-color: #f7f2ef;
}

.div-standard {
  max-width: 1280px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  flex: 1;
}

.div-standard.cyan {
  background-color: #69fdef;
}

.div-standard.cyan.internal-link {
  min-height: 300px;
  padding: 50px 72px;
  border-radius: 12px;
}

.div-standard.brown {
  background-color: #f7f2ef;
}

.div-standard.brown.final-cta {
  display: flex;
  min-height: 300px;
  padding: 50px 72px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  border-radius: 12px;
}

.link-block-2 {
  flex: 0 0 auto;
}

.heading-3 {
  color: #181818;
  font-size: 36px;
  line-height: 1.5em;
}

.heading-3.centre {
  margin-right: auto;
  margin-left: auto;
  color: #000;
  text-align: center;
}

.heading-3.centre._700w {
  max-width: 700px;
  margin-bottom: 20px;
  padding-bottom: 54px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-size: 24px;
}

.div-block-5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.div-block-5._960w {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-5._960w._20-top-margin {
  margin-top: 20px;
}

.div-block-5._960w._20-top-margin._80--opacity {
  opacity: 0.8;
}

.image-6 {
  width: 160px;
  margin-right: auto;
  margin-left: auto;
}

.image-6._120w {
  width: 120px;
}

.image-6.small-logo {
  width: 120px;
  opacity: 0.8;
}

.standard-columns._30-top-margin {
  margin-top: 30px;
}

.div-395x325 {
  width: 100%;
  height: 325px;
  max-height: 300px;
  max-width: 375px;
  border-radius: 12px;
  background-color: #69fdef;
}

.div-395x325.link-box {
  display: flex;
  max-height: 325px;
  padding: 48px 36px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  background-color: #dcdfe1;
}

.heading-27 {
  margin-bottom: 15px;
  color: #181818;
  font-size: 26px;
  line-height: 1.5em;
}

.name {
  font-weight: 500;
}

.column-3 {
  display: flex;
}

._2-column-row {
  display: flex;
  align-items: center;
}

.image-7 {
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.brown-column {
  display: flex;
  height: 100vh;
  max-height: 600px;
  min-height: 100px;
  align-items: center;
  align-self: center;
  flex: 1;
  background-color: #f7f2ef;
}

.brown-column._750h {
  max-height: 650px;
}

.heading-28 {
  margin-bottom: 20px;
  color: #181818;
  font-size: 48px;
  line-height: 1.5em;
  font-weight: 600;
}

.div-testimonial {
  width: 100%;
  height: 100%;
  max-height: 500px;
  max-width: 450px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.div-testimonial.contextual {
  height: auto;
  max-height: none;
  margin-top: 40px;
  padding-top: 24px;
  float: left;
  border-top: 1px dotted #222;
}

.div-500w {
  display: block;
  width: 500px;
  min-height: 20px;
  margin-right: 0px;
  margin-left: 0px;
}

.image-8 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column-2 {
  display: flex;
  justify-content: flex-end;
}

.column-4 {
  display: flex;
  align-items: center;
  align-self: center;
}

._2em {
  line-height: 1.7em;
}

.bold-text {
  font-weight: 500;
}

.image-9 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  flex: 0 auto;
}

.link-2 {
  color: #50d8cb;
}

.image-10 {
  display: block;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.large-testimonial {
  color: #181818;
  font-size: 36px;
  line-height: 1.3em;
}

.columns {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}

.star-wrapper {
  display: flex;
}

.star-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6b7094;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 auto;
}

.image-11 {
  width: 100vw;
}

.div-block-6 {
  height: auto;
  padding-bottom: 0px;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.layout19_component {
  display: -ms-grid;
  display: grid;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.layout19_image {
  display: block;
  width: 82vw;
  height: 100%;
  margin-bottom: 0px;
}

.padding-section-large {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.margin-top {
  margin-right: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.icon-embed-xxsmall {
  display: flex;
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-size-medium {
  font-size: 1.125rem;
}

.layout19_list {
  display: block;
  list-style-type: none;
}

.layout19_image-wrapper {
  display: flex;
  width: 100%;
  margin-top: 0px;
  justify-content: center;
  text-align: center;
}

.button-4 {
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
  text-align: center;
}

.button-4.is-secondary {
  border-color: #000;
  background-color: transparent;
  color: #000;
  letter-spacing: 0.3em;
}

.button-4.is-link {
  padding: 0.25rem 0rem;
  border-style: none;
  background-color: transparent;
  color: transparent;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.padding-global {
  padding-right: 15%;
  padding-left: 15%;
}

.layout19_content {
  margin-top: 15px;
}

.button-group {
  display: flex;
  padding-top: 26px;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.layout19_item {
  padding-left: 0px;
  color: #504062;
}

.paragraph-77 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  line-height: 20px;
}

.paragraph-78 {
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  color: #a199ab;
}

.paragraph-79 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #a199ab;
}

.paragraph-80 {
  margin-top: 0px;
  color: #000;
}

.paragraph-81 {
  margin-top: 0px;
  color: #000;
}

.paragraph-82 {
  margin-bottom: 0px;
}

.paragraph-83 {
  margin-bottom: 0px;
  color: #a199ab;
}

.paragraph-84 {
  margin-bottom: 0px;
  color: #a199ab;
}

.image-12 {
  padding: 50px;
}

.icon-fizz-copy {
  width: 2vw;
  margin-right: 12px;
}

.padding-section-large-2 {
  padding-top: 2.5rem;
  padding-bottom: 8rem;
}

.text-size-medium-2-copy {
  margin-top: 9px;
  color: #000;
  font-size: 1.25rem;
}

.team14_image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 66%;
}

.team14_list {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.bold-text-2 {
  font-family: 'PT Serif', serif;
}

.team14_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team14_item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.text-size-medium-2 {
  margin-top: 9px;
  color: #b8b5b5;
  font-size: 1.25rem;
}

.padding-global-2 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.text-size-large {
  margin-top: 29px;
  font-size: 1.5rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.nav-container-2 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 auto;
}

.logo-mark-2 {
  width: 16vw;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
}

.navigation-menu-2 {
  position: static;
  display: flex;
  margin-top: 0px;
  justify-content: flex-start;
  align-items: center;
}

.navigation-link-3 {
  padding: 8px 25px;
  border-radius: 50px;
  background-color: transparent;
  transition: all 350ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #777;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.navigation-link-3:hover {
  background-color: #f3f5fb;
  color: #504062;
}

.navigation-link-3.w--current {
  background-color: #f3f5fb;
  color: #3793ff;
}

.sm-navigation-link-2 {
  padding: 8px 19px;
  border-radius: 50px;
  background-color: transparent;
  transition: all 350ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #a1a1a1;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.sm-navigation-link-2:hover {
  background-color: #f3f5fb;
  color: #504062;
  font-weight: 400;
}

.sm-navigation-link-2.w--current {
  color: #000;
}

.navigation-4 {
  display: flex;
  width: 100%;
  min-height: 90px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 5%;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.div-block-7 {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 8px;
  }

  .image-logo {
    position: relative;
    z-index: 9999;
  }

  .container {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }

  .footer-categories {
    width: 100%;
  }

  .footer-newsletter {
    width: 100%;
    margin-bottom: 35px;
  }

  .bottom-1 {
    flex-direction: row;
    flex-wrap: wrap-reverse;
  }

  .bottom-2 {
    width: 100%;
  }

  .navigation-link {
    height: 60px;
    padding-right: 30px;
    padding-left: 30px;
    justify-content: flex-end;
    background-color: #fff;
  }

  .navigation-link-text {
    font-size: 18px;
    line-height: 24px;
  }

  .navigation-hover {
    display: none;
  }

  .header {
    height: 50vw;
  }

  .team-section {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .contact {
    padding-top: 0px;
  }

  .container-footer {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-menu {
    margin-top: -90px;
    padding-top: 120px;
    padding-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
  }

  .menu-button {
    font-family: 'Libre Franklin', sans-serif;
    color: #000;
    font-size: 32px;
    font-weight: 400;
  }

  .menu-button:active {
    background-color: #e9e9e9;
  }

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

  .top-post-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-post-item {
    flex-wrap: wrap;
  }

  .top-post-text {
    width: 100%;
    padding-left: 0px;
  }

  .h2.cc-title-section {
    margin-top: 0px;
  }

  ._4-collection-item {
    width: 50%;
  }

  .icon-2 {
    color: #000;
  }

  .about-top {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .about-top.mob {
    margin-top: 40px;
    padding-top: 4px;
    padding-bottom: 42px;
  }

  .h1 {
    font-size: 4vw;
    line-height: 1.5;
  }

  .text-container {
    width: 100%;
  }

  .section-title-big {
    font-size: 3vw;
    line-height: 1.5;
  }

  .team-collection-item {
    width: 33.33333333%;
  }

  .team-image {
    width: 100%;
    justify-content: flex-start;
  }

  .team-member-name {
    font-size: 2.5vw;
  }

  .contact-item-wrapper {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contact-wrapper {
    margin-top: -10px;
    margin-bottom: -10px;
    flex-wrap: wrap;
  }

  .about-blog-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title-section.cc-detail {
    padding-top: 150px;
  }

  .a-header-text-link {
    padding-top: 5px;
    font-family: 'Libre Franklin', sans-serif;
    color: #504062;
    font-size: 1.7vw;
    font-weight: 600;
  }

  .a-button-primary {
    display: flex;
    width: 40vw;
    margin-right: 21px;
  }

  .a-header-tabs-image {
    width: 100vw;
    height: 16vw;
  }

  .a-header-button-wrapper {
    margin-top: 48px;
    margin-bottom: 0px;
    justify-content: flex-start;
  }

  .a-header-content {
    max-width: 80vw;
  }

  .a-detail-small {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .a-detail-small.mob {
    margin-top: 25px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .a-header-images-wrapper {
    display: none;
    width: 88vw;
    height: 60vw;
  }

  .a-header-image-bottom-left {
    display: block;
    width: 60vw;
    margin-top: 82px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 27px;
  }

  .a-header-tabs-card {
    flex-direction: column-reverse;
  }

  .sub-hero-section {
    margin-top: 0px;
  }

  .sub-hero-section.tab {
    margin-top: 51px;
  }

  .a-paragraph-small {
    line-height: 1.5;
  }

  .a-paragraph-regular {
    padding-bottom: 0px;
  }

  .a-section-regular {
    height: 50vh;
    margin-bottom: 0px;
  }

  .a-header-grid {
    display: block;
    width: 84vw;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navigation-full-wrapper {
    display: block;
    justify-content: flex-start;
    align-items: stretch;
  }

  .navigation-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: flex;
    margin-top: 0px;
    padding: 0px;
    justify-content: space-between;
    align-self: center;
    order: 0;
    border-radius: 8px;
    background-color: #fff;
    color: #393b6a;
  }

  .navigation-menu.w--open {
    border-color: #fff;
    background-color: #282556;
  }

  .menu-button-2 {
    position: relative;
    display: block;
    padding: 12px;
    justify-content: space-between;
    -ms-grid-row-align: center;
        align-self: center;
    order: 0;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #f3f5fb;
    border-radius: 8px;
    color: #393b6a;
    text-align: left;
  }

  .menu-button-2.w--open {
    border-color: #fff;
    background-color: #160042;
  }

  .navigation-link-2 {
    width: 100%;
  }

  .navigation-2 {
    position: static;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0%;
    padding-left: 0%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .middle-logo-mobile {
    display: flex;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    justify-content: flex-end;
    align-items: center;
    align-self: center;
    flex: 0 auto;
  }

  .navigation-container-middle {
    display: flex;
    max-width: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: space-around;
    align-self: auto;
    flex: 0 auto;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .main-center-logo {
    display: none;
    margin-left: 0px;
  }

  .sm-navigation-link {
    width: 100%;
  }

  .logo-mark {
    display: block;
    width: 32vw;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 0;
  }

  .heading-2 {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: 0px;
    min-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-around;
    align-items: center;
    font-size: 5vw;
    line-height: 1.3;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .hero-container {
    top: -265px;
  }

  .mission-section {
    display: flex;
    padding-top: 306px;
    background-image: none;
  }

  .content-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-paragraph {
    width: 40vw;
    margin-bottom: 35px;
  }

  .content-heading {
    width: 40vw;
  }

  .content-preheader {
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .content-text-wrap {
    width: 40vw;
  }

  .what-we-do-section {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .heading-3 {
    padding-bottom: 0px;
    font-size: 3vw;
  }

  .image {
    display: block;
    width: 40vw;
    height: auto;
    min-width: 44vw;
    margin: 34px auto;
  }

  .image-3 {
    position: static;
    display: block;
    width: 100vw;
    max-width: none;
    min-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }

  .hero-section {
    position: static;
    margin-right: auto;
    margin-left: auto;
  }

  .a-detail-small-copy {
    margin-top: 0px;
    padding-top: 31px;
    padding-bottom: 0px;
  }

  .a-detail-small-copy.mob {
    margin-top: 25px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  ._2section-team {
    padding-bottom: 140px;
  }

  .grid-team-squares {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .button-spacer {
    margin-top: 40px;
  }

  .grid-team {
    -ms-grid-columns: 2fr 2fr;
    grid-template-columns: 2fr 2fr;
  }

  .section-team {
    padding-bottom: 60px;
  }

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

  .our-team-section-text {
    width: auto;
    margin-top: 35px;
    padding-right: 0px;
  }

  .our-team-section-text._1 {
    padding-top: 0px;
  }

  .menu-icon-line {
    width: 20px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 1px;
    background-color: #131415;
  }

  .menu-icon-line.three {
    transform-origin: 100% 50%;
  }

  .menu-icon-line.one {
    transform-origin: 100% 50%;
  }

  .footer-top {
    padding-bottom: 75px;
    flex-direction: column;
    text-align: left;
  }

  .section-4 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .button-small-2.form-centered-button {
    margin-top: 24px;
  }

  .ariticle-headline {
    font-size: 28px;
    line-height: 36px;
  }

  .block-centered-text {
    padding: 0px 58px;
  }

  .page-headline {
    color: #131415;
    font-size: 47px;
    line-height: 57px;
  }

  .bottom-footer {
    padding-right: 24px;
    padding-left: 24px;
    background-color: #141531;
  }

  .nav-menu-2 {
    background-color: #f0f4f4;
  }

  .navbar {
    padding-right: 30px;
  }

  .our-team-section-div {
    flex-direction: column;
  }

  .error-message-2 {
    max-width: 738px;
  }

  .submit-button-2 {
    background-color: #1d1e44;
  }

  .content {
    max-width: 738px;
  }

  .paragraph-3 {
    font-size: 2vw;
  }

  .menu-icon {
    max-height: 22px;
  }

  .dropdown-toggle-2 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-link-2 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .dropdown-list-2.w--open {
    left: 0px;
  }

  .paragraph-71.paragraph70-bottom-clear {
    margin-right: -2px;
    margin-left: -2px;
  }

  .menu-button-3 {
    margin-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button-3.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .cta11-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .paragraph-70 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 2vw;
  }

  .cta11-form-wrap {
    margin-top: 44px;
  }

  .nav-link-2 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .nav-link-2:hover {
    background-color: #e7ebea;
    color: #131415;
  }

  .footer2-links-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .success-message-3 {
    max-width: 738px;
  }

  .image-4.border {
    margin-top: 30px;
  }

  .footer2-bottom-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .our-team-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .our-team-section._2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .headline-grid-2 {
    width: 100%;
    max-width: 738px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 14px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .size1-text-2 {
    margin-top: 0px;
    font-size: 29px;
    line-height: 38px;
  }

  .menu-button-div {
    display: flex;
    align-items: center;
  }

  .logo-image {
    height: 31px;
  }

  .div-block-4 {
    padding-right: 49px;
    padding-left: 49px;
  }

  .grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .make-an-impact {
    padding-right: 24px;
    padding-left: 24px;
  }

  .form-base-fizz {
    min-height: 0px;
    padding: 14px 32px 0px;
  }

  .form-grid-wave {
    grid-column-gap: 22px;
    -ms-grid-columns: 0.8fr 1fr;
    grid-template-columns: 0.8fr 1fr;
  }

  .form-section-fizz {
    padding-top: 30px;
  }

  .contact-details {
    font-size: 18px;
    line-height: 26px;
  }

  .info-section {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .paragraph-regular {
    font-size: 2.5vw;
  }

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

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

  .a-detail-small-2 {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .ariticle-headline-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-small-4.text-grey {
    padding-top: 14px;
  }

  .features-posts-a {
    padding-top: 50px;
  }

  .our-people-wrapper {
    padding-top: 30px;
  }

  .feature-v2 {
    width: 50%;
    padding-top: 0px;
    padding-right: 24px;
    padding-left: 8px;
  }

  .section {
    padding-right: 24px;
    padding-left: 24px;
    background-color: #141531;
  }

  .section-3 {
    overflow: hidden;
    padding: 80px 8px 60px;
  }

  .section-3.no-padding-bottom {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .heading-25 {
    color: #1d1e44;
    font-size: 47px;
    line-height: 58px;
  }

  .features-v2 {
    width: 100%;
    margin-bottom: 0px;
  }

  .container-a {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper-3 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
  }

  .work-headline {
    font-size: 26px;
    line-height: 30px;
  }

  .our-people-item {
    flex-basis: 50%;
  }

  .section-headline-h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .title-div-a {
    margin-bottom: 30px;
  }

  .block-headline {
    font-size: 33px;
    line-height: 39px;
  }

  .intro {
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .cta11-grid-a {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .our-team-section-image {
    height: 300px;
    margin-top: 36px;
    order: -1;
    flex: 0 0 auto;
    background-image: url('../images/about-us.jpg');
  }

  .menu-icon-2 {
    max-height: 22px;
  }

  .related-list {
    flex-direction: column;
  }

  .related-blog-posts {
    padding-bottom: 0px;
  }

  .container-6 {
    padding: 10px 37px 0px;
  }

  .footer-top-left {
    width: 70%;
    margin-bottom: 24px;
    text-align: center;
  }

  .open-blog-header {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .article-content {
    margin-top: 0px;
  }

  .image-section {
    height: 350px;
  }

  .footer-top-2 {
    padding-bottom: 75px;
    flex-direction: column;
  }

  .nav-link-3 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .nav-link-3:hover {
    background-color: #e7ebea;
    color: #131415;
  }

  .main-post-div {
    margin-right: 15px;
    margin-left: 15px;
  }

  .main-post-section {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .menu-icon-line-2 {
    width: 20px;
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 1px;
    background-color: #131415;
  }

  .menu-icon-line-2.three {
    transform-origin: 100% 50%;
  }

  .menu-icon-line-2.one {
    transform-origin: 100% 50%;
  }

  .heading-26 {
    margin-top: 11px;
    font-size: 2.6rem;
  }

  .paragraph-76 {
    font-size: 16px;
  }

  .paragraph-76._26px {
    font-size: 20px;
  }

  .heading-1.centre._75px-font-size._650w {
    font-size: 55px;
  }

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

  .section-standard.hero {
    max-height: 500px;
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .heading-3.centre._700w {
    font-size: 27px;
  }

  .div-395x325.link-box {
    height: auto;
    min-height: 250px;
    padding: 20px 15px;
  }

  .heading-27 {
    font-size: 23px;
  }

  .image-7 {
    max-width: 100%;
  }

  .heading-28 {
    font-size: 40px;
  }

  .large-testimonial {
    font-size: 33px;
  }

  .nav-container {
    display: flex;
    width: 100vw;
    justify-content: space-between;
    flex: 0 auto;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .layout19_component {
    min-height: auto;
    align-items: start;
    grid-auto-flow: row;
    grid-column-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .layout19_image {
    width: 90%;
    margin-top: 0px;
    padding-top: 0px;
  }

  .padding-section-large {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .layout19_item {
    padding-left: 0px;
  }

  .icon-fizz-copy {
    width: 22px;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .team14_list {
    grid-column-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-container-2 {
    display: flex;
    width: 100vw;
    justify-content: space-between;
    flex: 0 auto;
  }

  .logo-mark-2 {
    display: block;
    width: 29vw;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-row-align: auto;
        align-self: auto;
    order: 0;
  }

  .navigation-menu-2 {
    position: absolute;
    display: flex;
    margin-top: 0px;
    padding: 0px;
    justify-content: space-between;
    align-self: center;
    order: 0;
    border-radius: 8px;
    background-color: #fff;
    color: #393b6a;
  }

  .navigation-menu-2.w--open {
    border-color: #fff;
    background-color: #282556;
  }

  .navigation-link-3 {
    width: 100%;
  }

  .sm-navigation-link-2 {
    width: 100%;
  }

  .navigation-4 {
    position: static;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0%;
    padding-left: 0%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-7 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    height: 75px;
  }

  .paragraph {
    font-size: 16px;
  }

  .footer-title-text {
    margin-bottom: 15px;
  }

  .footer-links {
    width: 50%;
    margin-top: 25px;
    flex-wrap: nowrap;
  }

  .footer-links-container {
    flex-wrap: wrap;
  }

  .footer-categories {
    display: none;
  }

  .footer-newsletter {
    margin-bottom: 15px;
  }

  .top-post {
    margin-top: 0px;
    padding-top: 135px;
  }

  .navigation-link {
    display: flex;
  }

  .team-section {
    padding-top: 40px;
    padding-bottom: 90px;
  }

  .contact {
    padding-top: 0px;
    padding-bottom: 90px;
  }

  .dropdown {
    display: block;
    justify-content: center;
    align-items: center;
    flex: 1;
    background-color: #fff;
  }

  .dropdown-toggle {
    display: flex;
    width: 100%;
    height: 48px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    align-items: center;
    font-family: 'Libre Franklin', sans-serif;
    color: #999;
    line-height: 24px;
    font-weight: 400;
  }

  .dropdown-toggle.w--open {
    color: #000;
    font-weight: 600;
  }

  .icon {
    margin-top: auto;
    margin-right: 15px;
    margin-bottom: auto;
  }

  .dropdown-list {
    margin-top: 0px;
  }

  .dropdown-list.w--open {
    margin-top: auto;
  }

  .dropdown-link {
    padding: 15px 20px;
    background-color: #fff;
    font-family: 'Libre Franklin', sans-serif;
    color: #000;
    font-weight: 600;
  }

  .h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .h2.cc-title-section.cc-push-text {
    margin-right: 10px;
  }

  ._3-collection-item {
    width: 100%;
  }

  ._4-collection-item {
    width: 100%;
  }

  ._2-collection-item {
    width: 100%;
  }

  .about-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h1 {
    font-size: 4vw;
    line-height: 1.5;
  }

  .section-title-big {
    font-size: 3.3vw;
  }

  .team-collection-item {
    width: 50%;
  }

  .team-member-name {
    font-size: 3.3vw;
  }

  .about-blog-section {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .about-blog-section.mob {
    padding-top: 30px;
  }

  .title-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .dropdown-link-text {
    color: #000;
    text-decoration: none;
  }

  .footer-links-inner {
    width: 50%;
    margin-top: auto;
    flex-wrap: nowrap;
  }

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

  .a-header-text-link.mob {
    font-size: 2.3vw;
  }

  .a-button-primary {
    width: 84vw;
  }

  .a-header-tabs-image {
    width: 50vw;
    height: 18vw;
  }

  .a-header-section-bg {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .a-detail-small {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 2.2vw;
    line-height: 1.5;
  }

  .a-detail-small.mob {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .a-header-images-wrapper {
    display: none;
    width: 85vw;
    height: 55vw;
  }

  .a-header-image-bottom-left {
    width: 84vw;
  }

  .a-header-tabs-card {
    flex-direction: row-reverse;
  }

  .a-h1-heading {
    font-size: 48px;
  }

  .sub-hero-section {
    margin-top: 30px;
  }

  .a-header-image-top-right {
    display: none;
  }

  .a-paragraph-small {
    margin-top: 0px;
  }

  .a-paragraph-small.mob {
    font-size: 16px;
  }

  .a-paragraph-regular {
    padding-bottom: 0px;
  }

  .a-section-regular {
    height: 50vh;
    margin-bottom: 0px;
    padding-top: 52px;
    padding-bottom: 100px;
    background-color: #e7ddf5;
  }

  .a-header-grid {
    padding-top: 0px;
  }

  .logo-mark {
    width: 40vw;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .heading-2 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto -30px;
    padding-left: 15px;
    font-size: 5vw;
    line-height: 2.1;
    text-align: center;
    cursor: auto;
  }

  .paragraph-large {
    display: none;
  }

  .hero-container {
    top: -234px;
    margin-top: 279px;
  }

  .mission-section {
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .content-grid.mob {
    margin-top: 29px;
  }

  .content-paragraph {
    margin-top: 0px;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05px;
  }

  .content-heading {
    width: 44vw;
    margin-bottom: 40px;
    color: #000;
    font-size: 4vw;
    line-height: 1.5;
  }

  .content-text-wrap {
    max-width: none;
  }

  .image {
    width: 39vw;
    min-width: 42vw;
    margin-top: 71px;
  }

  .a-detail-small-copy {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 2.2vw;
    line-height: 1.5;
  }

  .a-detail-small-copy.mob {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .our-team-section-text._1 {
    padding-top: 0px;
  }

  .footer2-bottom-left-column {
    flex-direction: column;
  }

  .footer-top {
    padding-bottom: 55px;
    text-align: center;
  }

  .categories {
    display: block;
  }

  .section-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ariticle-headline {
    color: #000;
    font-size: 24px;
    line-height: 32px;
  }

  .ariticle-headline.sub {
    margin-top: 12px;
    color: #000;
    font-size: 4vw;
  }

  .ariticle-headline.sm {
    color: #000;
  }

  .form-field {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-row-align: center;
        align-self: center;
    text-align: center;
  }

  .form-field.contact {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    flex: 0 0 auto;
  }

  .form-field.message {
    margin-top: 5px;
  }

  .block-centered-text {
    padding: 0px 45px;
  }

  .page-headline {
    font-size: 43px;
    line-height: 51px;
  }

  .bottom-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-categories-item {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    text-align: left;
  }

  .navbar {
    padding: 18px 20px 18px 40px;
  }

  .footer-form-div {
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .error-message-2 {
    width: 100%;
    max-width: none;
  }

  .submit-button-2 {
    width: 50%;
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .navbar-categories {
    display: none;
  }

  .navbar-categories.mobile {
    display: block;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .checkbox-field {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    text-align: center;
  }

  .dropdown-toggle-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .logo-link {
    padding-left: 0px;
  }

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

  .container-3 {
    padding-right: 2px;
    padding-left: 2px;
  }

  .dropdown-link-2 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .paragraph-71 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph-71.paragraph70-bottom-clear {
    margin-left: 0px;
  }

  .form-2 {
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
  }

  .cta11-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .paragraph-70 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 2.5vw;
  }

  .cta11-form-wrap {
    padding: 36px;
  }

  .nav-link-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer-logo-link {
    order: 1;
  }

  .footer-logo-link.w--current {
    order: 1;
  }

  .footer2-links-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .title-header {
    padding: 30px 35px 55px;
  }

  .form-div {
    flex-direction: column;
  }

  .success-message-3 {
    width: 100%;
    max-width: none;
  }

  .navbar-categories-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .subscribe {
    padding: 25px 25px 32px;
  }

  .footer2-bottom-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .our-team-section {
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .headline-grid-2 {
    max-width: none;
    padding: 11px;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .size1-text-2 {
    margin-top: -14px;
    font-size: 33px;
    line-height: 39px;
  }

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

  .div-block-4 {
    padding-right: 23px;
    padding-left: 23px;
  }

  .grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .make-an-impact {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-base-fizz {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .form-section-fizz {
    padding-top: 30px;
  }

  .contact-details {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-form-div {
    margin-top: 50px;
  }

  .info-section {
    padding: 75px 25px 40px;
  }

  .info-section-div {
    flex-direction: column;
  }

  .info-section-box {
    margin-bottom: 32px;
  }

  .contact-form-row-1 {
    flex-direction: column;
  }

  .contact-heading {
    font-size: 50px;
    line-height: 56px;
  }

  .contact-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .a-detail-small-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 2.2vw;
    line-height: 1.5;
  }

  .ariticle-headline-2 {
    color: #000;
    font-size: 24px;
    line-height: 32px;
  }

  .ariticle-headline-2.sub {
    margin-top: 12px;
    color: #000;
    font-size: 4vw;
  }

  .paragraph-small-4.text-grey {
    font-size: 17px;
    line-height: 22px;
  }

  .features-posts-a {
    padding-top: 40px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .feature-v2 {
    width: 100%;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-3 {
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-3.no-padding-bottom {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 35px;
    padding-bottom: 0px;
  }

  .heading-25 {
    font-size: 44px;
    line-height: 55px;
  }

  .features-v2 {
    margin-bottom: 46px;
    margin-left: 43px;
    padding-right: 7%;
  }

  .paragraph-73 {
    margin-bottom: 0px;
  }

  .container-a {
    padding-right: 2px;
    padding-left: 2px;
  }

  .wrapper-3 {
    padding-left: 0px;
  }

  .work-headline {
    color: #131415;
    font-size: 23px;
    line-height: 27px;
  }

  .our-people-item {
    flex-basis: 100%;
  }

  .section-headline-h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .title-div-a {
    margin-bottom: 25px;
  }

  .block-headline {
    font-size: 27px;
    line-height: 35px;
  }

  .intro {
    margin-bottom: 48px;
  }

  .cta11-grid-a {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .our-team-section-image {
    background-image: url('../images/about-us.jpg');
  }

  .blog-image-wrap {
    height: 320px;
  }

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

  .image-section-div {
    background-size: cover;
  }

  .form-field-2 {
    width: 70%;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .form-3 {
    flex-direction: column;
  }

  .related-blog-posts {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container-6 {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-2 {
    padding: 25px 25px 32px;
  }

  .submit-button-4 {
    width: 50%;
    margin-top: 10px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .footer-top-left {
    width: 75%;
    margin-bottom: 32px;
    flex-basis: 75%;
  }

  .open-blog-header {
    padding: 0px 25px;
  }

  .article-content {
    margin-top: 0px;
  }

  .image-section {
    height: 280px;
  }

  .image-section.blog {
    height: 280px;
  }

  .footer-top-2 {
    padding-bottom: 55px;
  }

  .nav-link-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer-links-2 {
    margin-bottom: 15px;
  }

  .main-post-section {
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .heading-26 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 40px;
  }

  .paragraph-76.subhead.centre._800 {
    font-size: 20px;
  }

  .paragraph-76._16px.flex-child-sizing-grow {
    font-size: 14px;
  }

  .paragraph-76._16px._333 {
    font-size: 15px;
  }

  .paragraph-76._26px {
    font-size: 18px;
  }

  .heading-1.centre._75px-font-size._650w {
    font-size: 40px;
  }

  .section-standard {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-standard.hero {
    display: block;
  }

  .section-standard.snow-brown {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-standard {
    max-width: 95%;
  }

  .heading-3.centre._700w {
    font-size: 25px;
  }

  .image-6 {
    display: block;
    max-width: 80%;
  }

  .image-6._120w {
    display: block;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-395x325.link-box {
    max-width: none;
    min-height: 0px;
    margin-bottom: 20px;
    padding: 15px 10px;
  }

  .column-57 {
    display: flex;
  }

  .heading-27 {
    font-size: 21px;
  }

  ._2-column-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  ._2-column-row.reverse-mobile {
    flex-direction: column-reverse;
  }

  ._2-column-row.testimonial {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .image-7 {
    max-width: 80%;
  }

  .brown-column {
    margin-top: 20px;
  }

  .brown-column.white-mobile {
    background-color: #fff;
  }

  .heading-28 {
    font-size: 30px;
  }

  .div-testimonial {
    display: block;
    flex-direction: column;
    align-items: center;
    flex: 0 auto;
  }

  .div-testimonial.contextual {
    margin-top: 10px;
  }

  .div-500w {
    margin-right: auto;
    margin-left: auto;
    flex: 0 auto;
  }

  .image-8 {
    max-width: 80%;
  }

  .column-2 {
    flex-direction: column-reverse;
  }

  .column-4 {
    margin-top: 20px;
  }

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

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

  .large-testimonial {
    font-size: 25px;
  }

  .columns {
    display: block;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

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

  .layout19_image {
    margin-top: 0px;
  }

  .padding-section-large {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .layout19_item {
    padding-left: 0px;
  }

  .image-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon-fizz-copy {
    width: 20px;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .team14_image-wrapper {
    height: 100%;
  }

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

  .padding-global-2 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .logo-mark-2 {
    width: 40vw;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.white {
    margin-right: 0px;
  }

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

  .top-section {
    max-width: none;
    flex-wrap: wrap;
  }

  .footer-title-text {
    width: 100%;
    margin-top: 20px;
  }

  .footer-links {
    margin-top: 0px;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-links-container {
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }

  .top-post {
    padding-top: 105px;
    padding-bottom: 30px;
  }

  .header {
    height: 75vw;
  }

  .team-section {
    padding-top: 24px;
    padding-bottom: 60px;
  }

  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-small-text {
    margin-top: 20px;
    line-height: 18px;
  }

  .h2.cc-title-section.cc-push-text {
    margin-bottom: 0px;
  }

  ._3-posts {
    padding-bottom: 60px;
  }

  .latest-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button {
    width: 100%;
    margin-top: 60px;
  }

  .featured-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-top {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 106px;
  }

  .about-top.mob {
    margin-top: 0px;
    padding-top: 10px;
  }

  .h1 {
    width: 88vw;
    height: auto;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 24px;
  }

  .section-title-big {
    font-size: 5vw;
  }

  .team-collection-item {
    width: 100%;
  }

  .team-member-name {
    font-size: 6vw;
  }

  .contact-item-wrapper {
    width: 100%;
  }

  .about-blog-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .about-blog-section.mob {
    padding-top: 17px;
  }

  .title-section {
    padding-top: 135px;
  }

  .title-section.cc-detail {
    padding-top: 120px;
  }

  .div-block {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-links-inner {
    margin-top: 0px;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .a-header-text-link.mob {
    font-size: 4vw;
  }

  .a-button-primary {
    width: 88vw;
    margin-top: 12px;
    margin-bottom: 37px;
  }

  .a-header-tabs-image {
    width: 100vw;
    height: 50vw;
  }

  .a-header-button-wrapper {
    flex-direction: column;
  }

  .a-header-section-bg {
    margin-bottom: 0px;
    padding-bottom: 40px;
    background-color: #fff;
  }

  .a-header-content {
    width: 88vw;
    margin-top: 0px;
  }

  .a-detail-small {
    width: 87vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 5vw;
  }

  .a-header-images-wrapper {
    display: none;
    height: 270px;
  }

  .a-header-tabs-text-wrapper {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .a-header-image-bottom-left {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 100%;
  }

  .a-header-tabs-card {
    flex-direction: column-reverse;
  }

  .a-button-video {
    width: 88vw;
    height: 48px;
  }

  .sub-hero-section {
    margin-top: 0px;
    padding-top: 0px;
  }

  .a-header-image-top-right {
    display: none;
  }

  .a-paragraph-small.mob {
    font-size: 16px;
  }

  .a-container-regular {
    width: 88vw;
  }

  .a-paragraph-regular {
    width: 88vw;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .a-section-regular {
    height: 50vh;
    padding: 20px 4%;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.47), #fff 67%), url('../images/SEF-HP---mission.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .a-header-grid {
    width: 88vw;
    padding-top: 0px;
  }

  .menu-button-2 {
    display: none;
  }

  .navigation-2 {
    margin-top: 0px;
  }

  .navigation-container-middle {
    justify-content: space-between;
  }

  .logo-mark {
    overflow: auto;
    width: 49vw;
    height: 100%;
    max-width: none;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .hero-flex-wrapper-centre {
    display: block;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
  }

  .heading-2 {
    position: static;
    top: 166px;
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    min-width: 0%;
    margin: 0px auto;
    padding: 15px 5%;
    color: #a199ab;
    font-size: 7vw;
    line-height: 1.3;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
  }

  .hero-container {
    position: static;
    top: 0px;
    max-width: none;
    margin-top: 4px;
    flex: 1;
  }

  .mission-section {
    padding-top: 103px;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    background-position: 50% 100%;
    background-size: cover;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .margin-bottom-33 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .content-grid.mob {
    margin-top: 0px;
  }

  .div-block-2 {
    margin-top: -17px;
  }

  .content-paragraph {
    width: 87vw;
    margin-bottom: 28px;
  }

  .content-heading {
    width: 88vw;
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 40px;
  }

  .content-text-wrap {
    display: block;
    margin-top: 0px;
  }

  .what-we-do-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-3 {
    margin-bottom: -32px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #000;
    font-size: 7vw;
    line-height: 1.6;
  }

  .image {
    display: none;
  }

  .image-2 {
    width: 100vw;
  }

  .text-block-3 {
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  .image-3 {
    height: 57vw;
  }

  .a-detail-small-copy {
    width: 70vw;
    padding-bottom: 0px;
    font-size: 4vw;
  }

  .h3-heading {
    font-size: 30px;
    line-height: 1.3;
  }

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

  .button-standard {
    text-align: center;
  }

  .section-team {
    padding-bottom: 40px;
  }

  .our-team-section-text {
    margin-top: 0px;
    margin-left: 0px;
  }

  .our-team-section-text._1 {
    margin-top: 10px;
    margin-right: 0px;
    padding-top: 0px;
  }

  .menu-icon-line {
    background-color: #a0a0a0;
  }

  .menu-icon-line.one {
    color: #a0a0a0;
  }

  .footer2-bottom-left-column {
    flex-direction: column;
  }

  .section-4 {
    margin-top: 175px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .button-small-2 {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    flex: 0 0 auto;
  }

  .button-small-2.form-centered-button {
    margin-top: 0px;
  }

  .ariticle-headline {
    font-size: 24px;
    line-height: 29px;
  }

  .ariticle-headline.sub {
    max-width: 100%;
    font-size: 6vw;
    line-height: 1.5;
  }

  .ariticle-headline.sm {
    margin-top: 20px;
  }

  .form-field {
    width: 100%;
    margin-right: 0px;
  }

  .form-field.contact {
    margin-right: 0px;
    margin-left: 0px;
  }

  .breadcrumb-div.blog-post {
    flex-wrap: wrap;
  }

  .block-centered-text {
    max-width: 100%;
    padding: 10px 5%;
  }

  .page-headline {
    font-size: 39px;
    line-height: 47px;
  }

  .bottom-footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .navbar {
    padding-right: 10px;
    padding-left: 30px;
  }

  .our-team-section-div {
    margin-right: 0px;
    margin-left: 0px;
  }

  .submit-button-2 {
    width: 100%;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .logo-div {
    flex: 0 0 auto;
  }

  .headline-wrap-centered {
    max-width: 100%;
  }

  .menu-icon {
    color: #7e7e7e;
  }

  .dropdown-toggle-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-link-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .paragraph-71.paragraph70-bottom-clear {
    text-align: left;
  }

  .menu-button-3 {
    margin-left: 0px;
    order: 1;
  }

  .cta11-grid {
    margin-top: -206px;
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .paragraph-70 {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-row-align: auto;
        align-self: auto;
    font-size: 2.5px;
    text-align: left;
  }

  .cta11-form-wrap {
    padding: 0px;
    border-style: none;
    border-width: 0px;
  }

  .div-block-3 {
    margin-top: 53px;
  }

  .nav-link-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .nav-link-text {
    color: #a0a0a0;
  }

  .footer2-links-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .title-header {
    padding: 25px 30px 50px;
  }

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

  .footer2-bottom-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .our-team-section {
    padding-top: 0px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .headline-grid-2 {
    max-width: 100%;
    margin-top: 0px;
    padding: 0px;
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .size1-text-2 {
    margin-top: 0px;
  }

  .logo-image {
    height: 43px;
  }

  .logo-image.mob {
    height: 39px;
  }

  .div-block-4 {
    padding-right: 2px;
    padding-left: 2px;
  }

  .grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .make-an-impact {
    margin-bottom: -89px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .icon-base {
    margin-top: 40px;
  }

  .form-base-fizz {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-wrap {
    margin-bottom: 20px;
  }

  .field-grid-fizz {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-2 {
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .contact-form-div {
    margin-top: 40px;
  }

  .info-section {
    padding: 70px 15px 30px;
  }

  .contact-form-row-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sub-headline {
    font-size: 5vw;
  }

  .contact-heading {
    font-size: 7vw;
    line-height: 1.8;
  }

  .paragraph-regular {
    font-size: 4vw;
  }

  .a-detail-small-2 {
    width: 70vw;
    padding-bottom: 0px;
    font-size: 4vw;
  }

  .ariticle-headline-2 {
    font-size: 24px;
    line-height: 29px;
  }

  .ariticle-headline-2.sub {
    max-width: 100%;
    font-size: 6vw;
    line-height: 1.5;
  }

  .paragraph-small-4 {
    min-width: 28ch;
    font-weight: 300;
  }

  .paragraph-small-4.text-grey {
    padding-right: 0px;
    font-size: 18px;
    line-height: 26px;
  }

  .features-posts-a {
    margin-top: 130px;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .feature-v2 {
    width: 100%;
    padding-right: 8px;
    padding-left: 0px;
  }

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

  .section-3 {
    margin-bottom: 8px;
    padding: 47px 6px 0px;
  }

  .section-3.no-padding-bottom {
    margin-top: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .heading-25 {
    font-size: 41px;
    line-height: 52px;
  }

  .features-v2 {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-73 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
  }

  .container-a {
    margin-top: -7px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper-3 {
    margin-left: 0px;
    padding: 0px;
  }

  .our-people-list {
    margin-bottom: -94px;
  }

  .feature-side-info {
    overflow: hidden;
  }

  .intro {
    display: flex;
    margin-top: 0px;
    padding-top: 0px;
  }

  .cta11-grid-a {
    margin-top: -206px;
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .our-team-section-image {
    margin-top: 20px;
    background-image: url('../images/about-us.jpg');
    background-position: 70% 50%;
  }

  .blog-image-wrap {
    height: 240px;
  }

  .image-section-div {
    background-size: cover;
  }

  .form-field-2 {
    width: 100%;
    margin-right: 0px;
  }

  .related-blog-posts {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-6 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .submit-button-4 {
    width: 100%;
  }

  .footer-top-left {
    width: 100%;
    flex-basis: 100%;
  }

  .open-blog-header {
    padding: 10px 15px;
  }

  .article-content {
    margin-top: 0px;
  }

  .nav-link-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-links-2 {
    flex-direction: column;
  }

  .main-post-section {
    padding-right: 5px;
    padding-bottom: 25px;
    padding-left: 5px;
  }

  .heading-26 {
    font-size: 1.3rem;
    line-height: 30px;
  }

  .column-58 {
    padding-left: 0px;
  }

  .button-3 {
    color: #fff;
    font-size: 14px;
  }

  .button-3.ghost._190w {
    font-size: 14px;
  }

  .paragraph-76.subhead.centre._800 {
    font-size: 17px;
  }

  .paragraph-76._16px {
    font-size: 14px;
  }

  .paragraph-76._16px._333 {
    font-size: 14px;
  }

  .paragraph-76._26px {
    font-size: 16px;
  }

  .heading-1.centre._75px-font-size._650w {
    font-size: 27px;
  }

  .section-standard.hero {
    height: 80vh;
    max-height: none;
  }

  .div-standard.cyan.internal-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .heading-3.centre._700w {
    font-size: 23px;
  }

  .div-block-5._960w._20-top-margin._80--opacity {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  ._2-column-row.testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .image-7 {
    max-width: 100%;
  }

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

  .div-testimonial {
    max-width: none;
    margin-bottom: 15px;
    flex: 1;
  }

  .div-500w {
    width: auto;
    max-width: 500px;
  }

  .image-8 {
    max-width: 100%;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

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

  .margin-top {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .layout19_item {
    padding-left: 0px;
  }

  .image-12 {
    display: block;
  }

  .container-7 {
    display: block;
  }

  .icon-fizz-copy {
    width: 21px;
  }

  .team14_image-wrapper {
    padding-top: 66%;
  }

  .logo-mark-2 {
    width: 44vw;
    height: 100%;
    max-width: none;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .navigation-4 {
    margin-top: 0px;
  }
}

#w-node-cf1f794d-c057-8e04-17d4-62a2978bbc75-e4e9115d {
  -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-_5fc5d933-a816-6a5d-d31b-acf0c9f5deec-e4e9115d {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_6f352006-07cf-8710-24ac-0a55b6512785-e4e9115d {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6f352006-07cf-8710-24ac-0a55b6512794-e4e9115d {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6f352006-07cf-8710-24ac-0a55b65127a3-e4e9115d {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9f30f416-6a20-2dc2-23a7-16cc3da64889-3da64884 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
      grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row-align: start;
      align-self: start;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-_9f30f416-6a20-2dc2-23a7-16cc3da6488b-3da64884 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
      grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_9f30f416-6a20-2dc2-23a7-16cc3da64892-3da64884 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
      grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_9f30f416-6a20-2dc2-23a7-16cc3da6489b-3da64884 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
      grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_9f30f416-6a20-2dc2-23a7-16cc3da648a4-3da64884 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 6;
      grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}

#w-node-_03b972ce-30a1-92d7-ac60-eb5a4afb44c9-4ae91197 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_7f51f64c-f469-0cfa-c695-dbb606b5e7b3-f9e911b1 {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 4;
      grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
}

#w-node-_03b972ce-30a1-92d7-ac60-eb5a4afb44c9-57e911b2 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_03b972ce-30a1-92d7-ac60-eb5a4afb44c9-27e911b4 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-ec684e29-5b64-2cbd-c187-aa60e980bec9-44e911f1 {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 4;
      grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
}

#w-node-_5ca94881-7302-9f1b-fea3-1a8b4239a295-23e911f2 {
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 12;
      grid-column-start: span 12;
  -ms-grid-column-span: 12;
  grid-column-end: span 12;
}

#w-node-f5b8a45e-90dc-677e-2200-a925907b2f18-54e911f4 {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 4;
      grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
}

#w-node-_03b972ce-30a1-92d7-ac60-eb5a4afb44c9-fee911f7 {
  -ms-grid-row-align: start;
      align-self: start;
}

#w-node-_1dd3fdbf-955f-719a-6520-4773a6d5247d-5be9120a {
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 4;
      grid-column-start: 4;
  -ms-grid-column-span: 7;
  grid-column-end: 11;
}

@media screen and (max-width: 991px) {
  #w-node-cf1f794d-c057-8e04-17d4-62a2978bbc75-e4e9115d {
    -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-_9f30f416-6a20-2dc2-23a7-16cc3da6488b-3da64884 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
        grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_9f30f416-6a20-2dc2-23a7-16cc3da64892-3da64884 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
        grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_9f30f416-6a20-2dc2-23a7-16cc3da6489b-3da64884 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
        grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-column-align: start;
        justify-self: start;
  }

  #w-node-_9f30f416-6a20-2dc2-23a7-16cc3da648a4-3da64884 {
    -ms-grid-column: span 8;
        grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-column-align: start;
        justify-self: start;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7f51f64c-f469-0cfa-c695-dbb606b5e7b3-f9e911b1 {
    -ms-grid-column: span 8;
        grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ec684e29-5b64-2cbd-c187-aa60e980bec9-44e911f1 {
    -ms-grid-column: span 8;
        grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f5b8a45e-90dc-677e-2200-a925907b2f18-54e911f4 {
    -ms-grid-column: span 8;
        grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1dd3fdbf-955f-719a-6520-4773a6d5247d-5be9120a {
    -ms-grid-column: span 8;
        grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9f30f416-6a20-2dc2-23a7-16cc3da6489b-3da64884 {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 6;
        grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_9f30f416-6a20-2dc2-23a7-16cc3da648a4-3da64884 {
    -ms-grid-column: span 6;
        grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_7f51f64c-f469-0cfa-c695-dbb606b5e7b3-f9e911b1 {
    -ms-grid-column: span 6;
        grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-ec684e29-5b64-2cbd-c187-aa60e980bec9-44e911f1 {
    -ms-grid-column: span 6;
        grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-f5b8a45e-90dc-677e-2200-a925907b2f18-54e911f4 {
    -ms-grid-column: span 6;
        grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_1dd3fdbf-955f-719a-6520-4773a6d5247d-5be9120a {
    -ms-grid-column: span 6;
        grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cf1f794d-c057-8e04-17d4-62a2978bbc75-e4e9115d {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -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-_5fc5d933-a816-6a5d-d31b-acf0c9f5deec-e4e9115d {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9f30f416-6a20-2dc2-23a7-16cc3da6488b-3da64884 {
    -ms-grid-column: span 4;
        grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_9f30f416-6a20-2dc2-23a7-16cc3da64892-3da64884 {
    -ms-grid-column: span 4;
        grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_9f30f416-6a20-2dc2-23a7-16cc3da6489b-3da64884 {
    -ms-grid-column: span 4;
        grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_9f30f416-6a20-2dc2-23a7-16cc3da648a4-3da64884 {
    -ms-grid-column: span 4;
        grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_7f51f64c-f469-0cfa-c695-dbb606b5e7b3-f9e911b1 {
    -ms-grid-column: span 4;
        grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-ec684e29-5b64-2cbd-c187-aa60e980bec9-44e911f1 {
    -ms-grid-column: span 4;
        grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-f5b8a45e-90dc-677e-2200-a925907b2f18-54e911f4 {
    -ms-grid-column: span 4;
        grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_1dd3fdbf-955f-719a-6520-4773a6d5247d-5be9120a {
    -ms-grid-column: span 4;
        grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }
}

