.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: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f6f4f2;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.cc-cta {
  display: none;
  margin-top: 50px;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section.cc-home-wrap {
  border: 1px none transparent;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  border: 0px none transparent;
}

.paragraph-tiny {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
}

.paragraph-bigger {
  margin-bottom: 0px;
  padding-bottom: 10px;
  opacity: 1;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
}

.button {
  margin-top: 20px;
  padding: 12px 25px;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-color: #000;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Oswald, sans-serif;
  color: #f6f4f2;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fff;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.login-button {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button.login-button:hover {
  text-transform: none;
}

.label {
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  position: static;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none transparent;
  opacity: 1;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 2px;
}

.heading-jumbo {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 64px;
  line-height: 80px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition-property: all;
  transition-property: all;
}

.logo-link:hover {
  opacity: 1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.logo-link:active {
  opacity: 0.7;
}

.menu-icon {
  color: #242529;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: -30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f4f2;
}

.navigation-item {
  overflow: visible;
  width: 100%;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 0px none #000;
  background-color: #000;
  opacity: 1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  color: #f6f4f2;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.navigation-item:hover {
  overflow: hidden;
  border: 5px none #fff;
  background-color: #000;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #f6f4f2;
  font-weight: 300;
  background-clip: border-box;
}

.navigation-item:active {
  border: 0px none #000;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  text-decoration: none;
}

.navigation-item:focus {
  background-color: #000;
  text-decoration: none;
}

.navigation-item:visited {
  opacity: 1;
  text-decoration: none;
}

.navigation-item.w--current {
  width: 100%;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  font-family: Oswald, sans-serif;
  color: #f6f4f2;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.navigation-item.w--current:hover {
  border-width: 0px;
  border-color: #000;
  background-color: #000;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #fff;
}

.navigation-item.w--current:active {
  border-color: #000;
  opacity: 1;
  color: #fff;
}

.navigation-item.w--current:focus {
  color: #f6f4f2;
}

.navigation-item.w--current:visited {
  color: #f6f4f2;
  letter-spacing: 3px;
}

.menu-button {
  position: relative;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu-button:hover {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.menu-button:active {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.menu-button:focus {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.menu-button.w--open {
  background-color: transparent;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.menu-button.w--open:hover {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.menu-button.w--open:active {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.menu-button.w--open:focus {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 540px;
  padding-top: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.section-heading-wrap {
  margin-top: 50px;
  margin-bottom: 0px;
  text-align: center;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #12b878;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.status-message.cc-error-message {
  background-color: transparent;
}

.details-wrap {
  margin-bottom: 30px;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
  border-color: rgba(0, 0, 0, 0.1);
}

.text-field.cc-textarea.signup-field {
  font-weight: 200;
  text-align: left;
}

.text-field.signup-field {
  opacity: 0.5;
  -webkit-filter: none;
  filter: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 200;
  text-align: left;
}

.text-field.signup-field:hover {
  border-color: rgba(0, 0, 0, 0.1);
  opacity: 0.75;
  -webkit-filter: none;
  filter: none;
}

.text-field.signup-field:active {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.text-field.signup-field:focus {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

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

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

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

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.utility-page-wrap {
  display: block;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  background-image: url('../images/bigstock-phoropter-83131406_blurred.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.9;
}

._404-wrap:hover {
  opacity: 1;
}

._404-content-wrap {
  margin-top: 0px;
  margin-bottom: 20px;
}

.section-3 {
  width: 100%;
  height: 540px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.background-video {
  width: 100%;
  height: 540px;
}

.background-video-2 {
  width: 100%;
  height: 540px;
  margin-bottom: 50px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  letter-spacing: 3px;
}

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

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

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

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

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

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

.link {
  font-family: Oswald, sans-serif;
}

.text-block {
  font-family: Oswald, sans-serif;
}

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

.background-video-4 {
  width: 100%;
  height: 540px;
  margin-bottom: 0px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  overflow: visible;
  width: 100%;
  height: 100%;
  min-width: 0px;
  margin: 50px auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.body {
  border: 0px solid transparent;
  background-color: #f6f4f2;
}

.section-5 {
  width: 100%;
}

.link-block-2 {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 50px 20px 30px;
  background-image: url('../images/2362135-instagram-photo-round-social_85523.png');
  background-position: 50% 50%;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-transition-property: all;
  transition-property: all;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-block-2:hover {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.background-video-3-4 {
  width: 100%;
  height: 540px;
  margin-bottom: 50px;
}

.section-8 {
  display: block;
  margin-top: -140px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-8.cc-contact {
  margin-top: 50px;
  padding-right: 80px;
  padding-left: 80px;
  background-color: transparent;
}

.paragraph-tiny-2 {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny-2.cc-paragraph-tiny-light {
  opacity: 1;
  font-family: Oswald, sans-serif;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.position-name-text {
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-filter: none;
  filter: none;
  -webkit-transition-property: all;
  transition-property: all;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
}

.position-name-text:hover {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.detail-header-image-2 {
  width: 100%;
}

.project-description-grid {
  margin-top: 120px;
  margin-bottom: 120px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 30px 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-light-3 {
  opacity: 1;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  text-align: justify;
}

.paragraph-light-3.cc-position-name {
  margin-bottom: 5px;
  margin-left: 3px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #000;
  line-height: 26px;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.contact-form-2 {
  text-align: center;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  letter-spacing: 2px;
}

.contact-form-wrap-2 {
  width: 70%;
}

.contact-form-wrap-2:hover {
  color: #000;
}

.contact-form-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  color: #000;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.field-label {
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
}

.field-label-2 {
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
}

.field-label-3 {
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
}

.heading-8 {
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 30px;
  text-align: center;
}

.body-2 {
  background-color: #f6f4f2;
}

.body-3 {
  background-color: #f6f4f2;
  -webkit-transition: all 50ms ease;
  transition: all 50ms ease;
}

.body-3:hover {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.body-4 {
  background-color: #f6f4f2;
}

.body-5 {
  background-color: #f6f4f2;
}

.body-6 {
  background-color: #f6f4f2;
  text-align: left;
}

.text-block-3 {
  color: #12b878;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.text-block-4 {
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  color: #db4b68;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: none;
}

.body-7 {
  background-color: #f6f4f2;
}

.text-block-5 {
  font-family: Oswald, sans-serif;
  color: #db4b68;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.open-eyes-final {
  display: block;
  width: auto;
  height: 540px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Splash_Eyes-Closed.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-transition: all 50ms ease;
  transition: all 50ms ease;
}

.open-eyes-final:hover {
  background-image: url('../images/Splash_Eyes-Opening-v2.gif'), url('../images/Splash_Eyes-Closed.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.open-eyes-final:focus {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.open-eyes-final:visited {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.body-8 {
  background-color: #f6f4f2;
}

.text-block-6 {
  color: #000;
  font-weight: 500;
}

.memberstack-form {
  position: relative;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.signup-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-color: #fff;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
}

.signup-field:hover {
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
}

.signup-field:active {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.signup-field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.template-tag {
  display: none;
}

.login-button {
  position: static;
  display: inline-block;
  overflow: visible;
  width: auto;
  margin-top: 8px;
  padding: 5px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-color: #000;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.login-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #000;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  color: #fff;
  text-transform: none;
}

.login-button:active {
  background-color: #000;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #fff;
}

.login-button:focus {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #f6f4f2;
}

.error-message {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.field-wrapper {
  position: relative;
  width: 100%;
  min-height: 30px;
}

.login-container {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.login-page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding: 40px 0% 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  text-align: center;
}

.div-block-8:active {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.div-block-8:focus {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.bold-text {
  font-size: 50px;
  line-height: 40px;
}

.label-2 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label-2.cc-about-light {
  margin-bottom: 0px;
  opacity: 1;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.label-2.cc-about-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  opacity: 1;
  color: #000;
  font-size: 25px;
  line-height: 35px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
}

.label-2.cc-about-light {
  opacity: 0.6;
}

.project-button {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  margin-top: 8px;
  margin-right: 100px;
  margin-left: 100px;
  padding: 5px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.project-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #000;
  -webkit-filter: blur(0.5px);
  filter: blur(0.5px);
  color: #fff;
  text-transform: none;
}

.project-button:active {
  background-color: #fff;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #242529;
}

.project-button:focus {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #f6f4f2;
}

.about-intro-grid-2 {
  margin-top: 100px;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-13 {
  margin-right: 30px;
  margin-left: 30px;
}

.section-14 {
  margin-top: 50px;
}

.hi-there-heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-family: Oswald, sans-serif;
  font-size: 56px;
  line-height: 66px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.paragraph-light-7 {
  display: none;
  opacity: 1;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
  text-align: justify;
}

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

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: #f6f4f2;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-10 {
  display: block;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-4 {
  overflow: visible;
  height: 200px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 340px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/The-Nation-Logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-8 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #000;
  line-height: 26px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-19 {
  margin-top: 0px;
}

.container-12 {
  display: block;
  margin-bottom: 0px;
  text-align: left;
}

.slider-7 {
  height: 500px;
  margin-top: 50px;
  margin-right: 50px;
  margin-left: 50px;
  padding-right: 0px;
  padding-left: 0px;
}

.tabs-3 {
  display: block;
  padding-bottom: 0px;
  text-align: center;
}

.tabs-menu-4 {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.tab-link {
  margin-right: 30px;
  margin-left: 30px;
  border-style: none;
  border-width: 1px;
  border-color: #f6f4f2;
  border-radius: 1px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
  -webkit-filter: blur(1px);
  filter: blur(1px);
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: none;
}

.tab-link:hover {
  background-color: transparent;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #000;
}

.tab-link:active {
  border-style: none;
  background-color: #000;
  box-shadow: 1px 1px 3px 0 #f6f4f2;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #f6f4f2;
}

.tab-link:focus {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.tab-link.w--current {
  border-style: none;
  border-color: #f6f4f2;
  background-color: #000;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.75);
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #f6f4f2;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: none;
}

.tab-link.w--current:hover {
  box-shadow: 2px 2px 4px 0 #000;
}

.text-block-14 {
  text-decoration: none;
}

.tab-pane-tab-1 {
  -o-object-fit: fill;
  object-fit: fill;
}

.tabs-content-2 {
  display: block;
  overflow: visible;
  padding-top: 18px;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-20 {
  margin-top: 50px;
  background-color: transparent;
}

.slider-8 {
  height: 100vh;
  background-color: transparent;
}

.slide-1 {
  background-image: url('../images/THE-NATION_Bible_073020.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mask {
  overflow: hidden;
}

.right-arrow {
  position: absolute;
  left: 10%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  width: 70px;
  height: 70px;
  margin-top: 0px;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 206px;
}

.icon {
  display: block;
}

.slide-2 {
  background-image: url('../images/THE-NATION_Bible_0730202.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.left-arrow {
  left: 0%;
  top: auto;
  right: 10%;
  bottom: 0%;
  width: 70px;
  height: 70px;
}

.link-2 {
  font-family: Oswald, sans-serif;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
}

.slider-9 {
  height: 100vh;
  background-color: #f6f4f2;
}

.slider-10 {
  height: 100vh;
  background-color: #f6f4f2;
}

.slide-3 {
  background-image: url('../images/PITCH-DOC_V3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/THE-NATION_Bible_073020.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-nav-2 {
  display: none;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-13 {
  height: 100vh;
}

.html-embed-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-4 {
  display: block;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.html-embed-5 {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 300px;
  margin-left: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-3-1 {
  display: block;
  padding-bottom: 0px;
  text-align: center;
}

.tabs-menu-4-1 {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.tabs-content-2-1 {
  display: block;
  overflow: visible;
  padding-top: 18px;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.tab-link-v2 {
  margin-right: 30px;
  margin-left: 30px;
  border-style: none;
  border-width: 1px;
  border-color: #f6f4f2;
  border-radius: 1px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
  -webkit-filter: blur(1px);
  filter: blur(1px);
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: none;
}

.tab-link-v2:hover {
  background-color: transparent;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #000;
}

.tab-link-v2:active {
  border-style: none;
  background-color: #000;
  box-shadow: 1px 1px 3px 0 #f6f4f2;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #f6f4f2;
}

.tab-link-v2:focus {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.tab-link-v2.w--current {
  border-style: none;
  border-color: #f6f4f2;
  background-color: #000;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.75);
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #f6f4f2;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: none;
}

.tab-link-v2.w--current:hover {
  box-shadow: 2px 2px 4px 0 #000;
}

.tab-link-2 {
  display: inline-block;
  margin-right: 30px;
  margin-left: 30px;
  border-style: none;
  border-width: 1px;
  border-color: #f6f4f2;
  border-radius: 1px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
  -webkit-filter: blur(1px);
  filter: blur(1px);
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: none;
}

.tab-link-2:hover {
  background-color: transparent;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #000;
}

.tab-link-2:active {
  border-style: none;
  background-color: #000;
  box-shadow: 1px 1px 3px 0 #f6f4f2;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #f6f4f2;
}

.tab-link-2:focus {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.tab-link-2.w--current {
  border-style: none;
  border-color: #f6f4f2;
  background-color: #000;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.75);
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #f6f4f2;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: none;
}

.tab-link-2.w--current:hover {
  box-shadow: 2px 2px 4px 0 #000;
}

.tab-pane-tab-1-copy {
  -o-object-fit: fill;
  object-fit: fill;
}

.tab-pane-tab-1-v2 {
  -o-object-fit: fill;
  object-fit: fill;
}

.html-embed-3-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-5-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-2-1 {
  margin-right: 30px;
  margin-left: 30px;
  border-style: none;
  border-width: 1px;
  border-color: #f6f4f2;
  border-radius: 1px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
  -webkit-filter: blur(1px);
  filter: blur(1px);
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: none;
}

.tab-link-2-1:hover {
  background-color: transparent;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #000;
}

.tab-link-2-1:active {
  border-style: none;
  background-color: #000;
  box-shadow: 1px 1px 3px 0 #f6f4f2;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #f6f4f2;
}

.tab-link-2-1:focus {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.tab-link-2-1.w--current {
  border-style: none;
  border-color: #f6f4f2;
  background-color: #000;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.75);
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #f6f4f2;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: none;
}

.tab-link-2-1.w--current:hover {
  box-shadow: 2px 2px 4px 0 #000;
}

.background-video-2-1 {
  width: 100%;
  height: 540px;
  margin-bottom: 50px;
}

.text-block-17 {
  font-family: Oswald, sans-serif;
  color: #000;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-23 {
  margin-top: 50px;
}

.html-embed-9 {
  padding-top: 50px;
  padding-bottom: 125px;
}

.section-24 {
  margin-top: 0px;
}

.position-name-text-2 {
  margin-bottom: 10px;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition-property: all;
  transition-property: all;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
}

.position-name-text-2:hover {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.position-name-text-copy {
  margin-bottom: 10px;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition-property: all;
  transition-property: all;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
}

.position-name-text-copy:hover {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.position-name-text-copy {
  margin-bottom: 10px;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition-property: all;
  transition-property: all;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: none;
}

.position-name-text-copy:hover {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.footer-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 50px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

.webflow-link-2:hover {
  opacity: 1;
}

.webflow-link-2:active {
  opacity: 0.8;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.footer-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3 {
  margin-top: 25px;
}

.text-block-18 {
  font-family: Oswald, sans-serif;
}

.text-block-18.paragraph-bigger {
  padding-bottom: 10px;
  color: #000;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.section-25 {
  display: block;
  margin-top: 50px;
  margin-right: 175px;
  margin-left: 175px;
  padding-right: 50px;
  padding-left: 50px;
}

.list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.list-item-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.list-item-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.press-link:hover {
  opacity: 0.75;
}

.press-link:active {
  opacity: 0.85;
}

.html-embed-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  margin-top: -18px;
  margin-left: 4px;
  padding-right: 0px;
  padding-left: 0px;
}

.body-9 {
  background-color: #f6f4f2;
}

.medium-head {
  color: #1a3151;
  font-size: 35px;
  font-weight: 800;
}

.para-blue {
  color: #1a3151;
  line-height: 25px;
  letter-spacing: 1px;
}

.div-block-39 {
  width: 60%;
}

.div-block-35 {
  position: relative;
  margin-bottom: -1px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 4px 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-38._1 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-43 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.small-head {
  font-family: Montserrat, sans-serif;
  color: #1a3151;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

.main-sections {
  min-height: 778.3125px;
}

.main-sections.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-sections.right.horizontal-scroll-section {
  position: relative;
  min-height: 500vh;
  margin-bottom: -100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-41 {
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #242529;
}

.div-block-37 {
  width: 180px;
  height: 90px;
  border-style: solid;
  border-width: 1px;
  border-color: #242529;
  background-image: url('../images/image-31-1.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-19 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.big-green-number {
  padding-top: 25px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #242529;
  font-size: 70px;
  font-weight: 300;
}

.horizonal-scroll-content {
  display: -ms-grid;
  display: grid;
  width: 450vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 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 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
  border-top: 5px solid #a0d854;
}

.text-block-19 {
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  color: rgba(36, 37, 41, 0.15);
  font-size: 50px;
  line-height: 100px;
  font-weight: 200;
  text-align: center;
}

.container-15 {
  margin-top: 15px;
}

.list {
  margin-top: 5px;
}

.list-2 {
  margin-top: 5px;
}

.slider-container {
  overflow: hidden;
  width: 100vw;
  min-height: 300px;
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 0px 40px;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-right-arrow {
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #242529;
}

.slider-right-arrow:hover {
  opacity: 0.8;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.slider-right-arrow:active {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.slider-right-arrow:focus {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.mask-2 {
  position: static;
  overflow: visible;
}

.slider-text {
  font-family: Oswald, sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.slider {
  position: static;
  width: 300px;
  height: 400px;
  background-color: transparent;
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider-icon {
  font-size: 50px;
}

.slider-left-arrow {
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #242529;
}

.slider-left-arrow:hover {
  opacity: 0.8;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.slider-left-arrow:active {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.slider-left-arrow:focus {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.slide-nav-3 {
  font-size: 8px;
}

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

.image-21 {
  overflow: visible;
  width: auto;
  height: 100%;
}

.image-22 {
  height: 100%;
}

.image-23 {
  height: 100%;
}

.image-24 {
  height: 100%;
}

.image-25 {
  height: 100%;
}

.image-26 {
  height: 100%;
}

.image-27 {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .section {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0px;
    display: block;
  }

  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    display: block;
  }

  .paragraph-tiny {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .paragraph-bigger {
    padding-bottom: 15px;
    text-align: center;
  }

  .paragraph-bigger.cc-bigger-light {
    color: #fff;
    font-size: 20px;
  }

  .button {
    overflow: visible;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Oswald, sans-serif;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .button.cc-contact-us {
    display: none;
  }

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

  .button.login-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph-light {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-align: justify;
    letter-spacing: 2px;
  }

  .heading-jumbo {
    color: #fff;
    font-size: 56px;
    line-height: 70px;
  }

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

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-color: transparent;
  }

  .navigation {
    padding: 25px 30px;
    background-color: #f6f4f2;
  }

  .navigation-item {
    padding: 10px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    font-size: 12px;
    line-height: 22px;
    font-weight: 200;
    text-align: center;
    text-decoration: none;
  }

  .navigation-item:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    font-weight: 300;
  }

  .navigation-item:active {
    background-color: #000;
  }

  .navigation-item.w--current {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
  }

  .navigation-item.w--current:focus {
    color: #f6f4f2;
  }

  .navigation-item.w--current:visited {
    color: #f6f4f2;
  }

  .menu-button {
    padding: 0px;
  }

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

  .navigation-items {
    height: 280px;
    margin-top: 0px;
    padding-top: 17px;
    background-color: #000;
  }

  .footer-wrap {
    margin-bottom: -42px;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .text-field {
    font-family: Oswald, sans-serif;
    letter-spacing: 2px;
  }

  .text-field.cc-textarea {
    font-family: Oswald, sans-serif;
    letter-spacing: 2px;
  }

  .text-field.cc-textarea.signup-field {
    text-align: left;
  }

  .text-field.signup-field {
    font-weight: 200;
  }

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

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .protected-heading {
    font-family: Oswald, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .background-video {
    height: 280px;
  }

  .background-video-2 {
    height: 280px;
    margin-bottom: 50px;
  }

  .background-video-4 {
    height: 280px;
    margin-bottom: 0px;
  }

  .div-block {
    height: 225px;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .image {
    width: 80%;
    height: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .link-block-2 {
    padding-top: 18px;
    padding-bottom: 18px;
    background-size: 24px 24px;
  }

  .background-video-3-4 {
    height: 280px;
  }

  .section-8.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-2 {
    margin-top: 50px;
  }

  .position-name-text {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 3px;
  }

  .project-description-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .paragraph-light-3 {
    font-weight: 300;
    text-align: justify;
  }

  .paragraph-light-3.cc-position-name {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

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

  .contact {
    width: auto;
    padding: 0px 50px 40px;
  }

  .contact-form-wrap-2 {
    width: 100%;
  }

  .contact-headline {
    width: 100%;
    line-height: 30px;
  }

  .field-label {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 2px;
  }

  .field-label-2 {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 2px;
  }

  .field-label-3 {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 2px;
  }

  .heading-8 {
    font-family: Oswald, sans-serif;
    line-height: 30px;
    text-align: center;
    letter-spacing: 2px;
  }

  .body-6 {
    background-color: #f6f4f2;
  }

  .text-block-3 {
    line-height: 24px;
    text-transform: none;
  }

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

  .body-7 {
    background-color: #f6f4f2;
  }

  .memberstack-form {
    padding-bottom: 20px;
  }

  .signup-field {
    height: auto;
    font-size: 14px;
    line-height: 24px;
  }

  .login-button {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
  }

  .login-page-wrapper {
    padding-top: 40px;
  }

  .bold-text {
    line-height: 40px;
  }

  .label-2.cc-about-light {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    opacity: 1;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 3px;
    text-transform: none;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .project-button {
    display: block;
    margin-right: 100px;
    margin-left: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-filter: none;
    filter: none;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .about-intro-grid-2 {
    margin-top: 50px;
    margin-bottom: 0px;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .section-13 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .background-video-5 {
    display: block;
    height: 280px;
  }

  .hi-there-heading-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-family: Oswald, sans-serif;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 2px;
  }

  .paragraph-light-7 {
    margin-bottom: 0px;
    opacity: 1;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
  }

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

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

  .html-embed {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #303030;
  }

  .div-block-10 {
    display: block;
    overflow: visible;
    height: auto;
    margin-top: 50px;
    float: none;
    clear: none;
    background-color: #303030;
    opacity: 1;
  }

  .image-4 {
    display: inline-block;
    width: auto;
    height: 280px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 220px;
    margin-top: 0px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-8 {
    margin-top: 5px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
  }

  .section-19 {
    margin-top: 0px;
  }

  .tab-link {
    font-size: 14px;
    line-height: 24px;
  }

  .tab-link.w--current {
    font-size: 14px;
    line-height: 24px;
  }

  .section-20 {
    margin-top: 40px;
  }

  .slide-1 {
    background-position: 50% 0%;
    background-size: contain;
  }

  .slide-nav {
    margin-bottom: 360px;
  }

  .slide-2 {
    background-position: 50% 0%;
    background-size: contain;
  }

  .slider-9 {
    padding-top: 0px;
    padding-bottom: 330px;
  }

  .container-13 {
    background-color: #303030;
  }

  .html-embed-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .html-embed-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-14 {
    padding-right: 75px;
    padding-left: 75px;
  }

  .section-21 {
    margin-top: 30px;
  }

  .section-22 {
    margin-top: 50px;
  }

  .tab-link-v2 {
    font-size: 14px;
    line-height: 24px;
  }

  .tab-link-v2.w--current {
    font-size: 14px;
    line-height: 24px;
  }

  .tab-link-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .tab-link-2.w--current {
    font-size: 14px;
    line-height: 24px;
  }

  .tab-link-2-1 {
    font-size: 14px;
    line-height: 24px;
  }

  .tab-link-2-1.w--current {
    font-size: 14px;
    line-height: 24px;
  }

  .background-video-2-1 {
    height: 280px;
    margin-bottom: 0px;
  }

  .text-block-17 {
    color: #000;
    font-size: 14px;
    line-height: 24px;
  }

  .section-23 {
    margin-top: 50px;
  }

  .html-embed-9 {
    padding-bottom: 40px;
  }

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

  .div-block-12 {
    margin-top: 11px;
    margin-bottom: -32px;
  }

  .section-24 {
    margin-top: -35px;
  }

  .position-name-text-2 {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .position-name-text-copy {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .position-name-text-copy {
    font-size: 30px;
    letter-spacing: 3px;
  }

  .footer-wrap-2 {
    padding-top: 25px;
  }

  .link-block-3 {
    margin-top: 20px;
  }

  .text-block-18.paragraph-bigger {
    padding-bottom: 15px;
  }

  .section-25 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .div-block-43 {
    width: 95%;
    height: auto;
    padding-left: 0px;
  }

  .div-block-34 {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .main-sections.right.horizontal-scroll-section {
    min-height: 90vh;
    margin-bottom: -50px;
    background-color: #f6f4f2;
  }

  .div-block-41 {
    border-left-width: 0px;
  }

  .horizonal-scroll-content {
    width: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider {
    width: 225px;
    height: 300px;
  }

  .slider-icon {
    font-size: 35px;
  }

  .slide-nav-3 {
    font-size: 6px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    display: block;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 4px;
    letter-spacing: 1px;
  }

  .section.cc-cta {
    display: none;
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-tiny {
    font-size: 8px;
    letter-spacing: 1.5px;
  }

  .paragraph-bigger {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-bigger.cc-bigger-light {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
  }

  .button {
    margin-top: 20px;
  }

  .button.cc-white-button {
    background-color: #fff;
  }

  .button.login-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light {
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    text-align: justify;
    letter-spacing: 1px;
  }

  .heading-jumbo {
    color: #fff;
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
    text-align: left;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item {
    overflow: visible;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 9px;
    line-height: 19px;
    font-weight: 200;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .navigation-item:hover {
    overflow: hidden;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #000;
    font-size: 9px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .navigation-item.w--current {
    overflow: visible;
    margin-top: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 9px;
    line-height: 19px;
    font-weight: 600;
  }

  .navigation-item.w--current:hover {
    color: #fff;
  }

  .navigation-item.w--current:active {
    color: #fff;
  }

  .navigation-items {
    height: 220px;
    margin-top: 0px;
    padding-top: 11px;
  }

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

  .cta-wrap {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .text-field.cc-textarea.signup-field {
    font-weight: 200;
  }

  .text-field.signup-field {
    -webkit-filter: none;
    filter: none;
    font-size: 12px;
    font-weight: 200;
    text-align: left;
  }

  .text-field.signup-field:hover {
    -webkit-filter: none;
    filter: none;
  }

  .text-field.signup-field:active {
    -webkit-filter: none;
    filter: none;
  }

  .text-field.signup-field:focus {
    -webkit-filter: none;
    filter: none;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .protected-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-3 {
    margin-top: 20px;
  }

  .background-video {
    height: 220px;
    background-image: url('../images/Background-copy-5.jpg');
    background-position: 95% 50%;
    background-size: auto 220px;
    background-repeat: no-repeat;
  }

  .background-video-2 {
    height: 220px;
    margin-bottom: 30px;
    background-image: url('../images/Full-copy-2.jpg');
    background-position: 94% 55%;
    background-size: auto 540px;
  }

  .background-video-4 {
    height: 220px;
    margin-bottom: 0px;
    background-image: url('../images/Background-copy-8.jpg');
    background-position: 50% 50%;
    background-size: auto 220px;
    background-repeat: no-repeat;
  }

  .image {
    width: 80%;
    height: 80%;
  }

  .link-block-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000;
    background-size: 24px 24px;
  }

  .link-block-2:hover {
    overflow: visible;
  }

  .background-video-3-4 {
    height: 220px;
    background-image: url('../images/Full-copy.jpg');
    background-position: 50% 50%;
    background-size: auto 220px;
    background-repeat: no-repeat;
  }

  .section-8 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-8.cc-contact {
    padding: 15px;
  }

  .container-2 {
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
  }

  .position-name-text {
    font-size: 30px;
    line-height: 40px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 100px;
    margin-bottom: 85px;
  }

  .paragraph-light-3 {
    font-weight: 300;
    text-align: justify;
  }

  .paragraph-light-3.cc-position-name {
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

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

  .contact-form-2 {
    display: inline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-form-wrap-2 {
    text-align: left;
  }

  .contact-form-grid-2 {
    grid-column-gap: 30px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .field-label {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 22px;
    font-weight: 300;
  }

  .field-label-2 {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 22px;
    font-weight: 300;
  }

  .field-label-3 {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 22px;
    font-weight: 200;
  }

  .heading-8 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 20px;
  }

  .body-6 {
    background-color: #f6f4f2;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 22px;
    text-transform: none;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 22px;
    text-transform: none;
  }

  .open-eyes-final {
    height: 280px;
    margin-top: 50px;
  }

  .text-block-6 {
    color: #000;
    font-weight: 400;
  }

  .signup-field {
    height: auto;
    line-height: 22px;
  }

  .login-button {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .login-container {
    margin-top: -25px;
  }

  .login-page-wrapper {
    padding-top: 40px;
  }

  .div-block-8 {
    -webkit-filter: none;
    filter: none;
  }

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

  .bold-text {
    font-size: 35px;
    line-height: 40px;
  }

  .label-2.cc-about-light {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 200;
    letter-spacing: 3px;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .project-button {
    width: auto;
    margin: 0px 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-filter: none;
    filter: none;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .project-button:hover {
    background-color: #242529;
    -webkit-filter: none;
    filter: none;
    color: #f6f4f2;
  }

  .project-button:active {
    background-color: #fff;
    color: #242529;
  }

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

  .section-13 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .background-video-5 {
    display: block;
    height: 220px;
    background-image: url('../images/Screen-Shot-2020-08-08-at-1.34.45-AM.jpg');
    background-position: 50% 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .hi-there-heading-3 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    letter-spacing: 2px;
  }

  .paragraph-light-7 {
    display: block;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 200;
    text-align: justify;
  }

  .section-15 {
    display: block;
  }

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

  .div-block-10 {
    background-color: #303030;
  }

  .image-4 {
    display: inline-block;
    height: 220px;
  }

  .container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 180px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-8 {
    margin-top: 0px;
    color: #000;
    font-size: 12px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 1px;
  }

  .section-19 {
    margin-top: 0px;
  }

  .container-12 {
    margin-top: 15px;
  }

  .tabs-menu-4 {
    display: block;
    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;
  }

  .tab-link {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 22px;
  }

  .tab-link.w--current {
    font-size: 12px;
    line-height: 22px;
  }

  .section-20 {
    margin-top: 50px;
  }

  .slider-9 {
    padding-bottom: 485px;
    background-color: #f6f4f2;
  }

  .slider-10 {
    padding-bottom: 206px;
  }

  .container-13 {
    height: auto;
  }

  .html-embed-4 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .html-embed-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-14 {
    padding-right: 75px;
    padding-left: 75px;
  }

  .tabs-menu-4-1 {
    display: block;
    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;
  }

  .tab-link-v2 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 22px;
  }

  .tab-link-v2.w--current {
    font-size: 12px;
    line-height: 22px;
  }

  .tab-link-2 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 22px;
  }

  .tab-link-2.w--current {
    font-size: 12px;
    line-height: 22px;
  }

  .tab-link-2-1 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 22px;
  }

  .tab-link-2-1.w--current {
    font-size: 12px;
    line-height: 22px;
  }

  .background-video-2-1 {
    height: 220px;
    background-image: url('../images/20200808_WebflowWebsiteDesignAIPanoramaFinal.jpg');
    background-position: 48% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .text-block-17 {
    color: #000;
    font-size: 12px;
    line-height: 22px;
  }

  .section-23 {
    margin-top: 50px;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
  }

  .html-embed-9 {
    padding-bottom: 30px;
  }

  .div-block-11 {
    margin-top: 21px;
    margin-bottom: -32px;
  }

  .div-block-12 {
    margin-top: 27px;
    margin-bottom: -32px;
  }

  .section-24 {
    padding-top: 63px;
  }

  .position-name-text-2 {
    font-size: 30px;
  }

  .position-name-text-copy {
    font-size: 30px;
  }

  .position-name-text-copy {
    font-size: 30px;
  }

  .footer-wrap-2 {
    padding-top: 30px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .webflow-link-2 {
    margin-bottom: 15px;
  }

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

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .footer-wrap-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .link-block-3 {
    margin-top: 15px;
  }

  .link-block-3.press-link {
    margin-top: 25px;
  }

  .text-block-18.paragraph-bigger {
    padding-bottom: 20px;
    line-height: 26px;
  }

  .section-25 {
    margin-top: 30px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .div-block-13 {
    padding-top: 75px;
  }

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

  .div-block-15 {
    margin-top: 0px;
    padding-top: 61px;
  }

  .medium-head {
    font-size: 28px;
  }

  .small-head {
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-34 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slider-container {
    min-height: auto;
    margin-bottom: 30px;
  }

  .slider-right-arrow {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

  .slider {
    width: 150px;
    height: 200px;
  }

  .slider-icon {
    font-size: 25px;
  }

  .slider-left-arrow {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }

  .slide-nav-3 {
    font-size: 5px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  img {
    margin-top: 5px;
  }

  .section {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .section.cc-cta {
    display: none;
    margin-top: 0px;
  }

  .container {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-tiny {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    font-size: 6px;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .paragraph-bigger {
    margin-top: 0px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
  }

  .paragraph-bigger.cc-bigger-light {
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
  }

  .button.cc-white-button {
    background-color: #fff;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    margin-top: -9px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 10px;
    line-height: 18px;
    font-weight: 300;
    text-align: justify;
    letter-spacing: 0px;
  }

  .heading-jumbo {
    margin-bottom: 0px;
    color: #000;
    font-size: 32px;
    line-height: 42px;
  }

  .heading-jumbo-small {
    font-size: 10px;
    line-height: 20px;
  }

  .menu {
    margin-left: 15px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-wrap {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-color: transparent;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navigation-item {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 7px;
    font-weight: 200;
  }

  .navigation-item:hover {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #000;
    font-size: 7px;
  }

  .navigation-item:active {
    font-size: 7px;
  }

  .navigation-item.w--current {
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
    font-size: 7px;
    font-weight: 600;
  }

  .navigation-item.w--current:hover {
    color: #fff;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navigation-items {
    height: 180px;
    margin-top: 0px;
    padding-top: 11px;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-field {
    margin-bottom: 10px;
    text-align: left;
  }

  .text-field.cc-textarea {
    margin-bottom: 20px;
  }

  .text-field.cc-textarea.signup-field {
    text-align: left;
  }

  .text-field.signup-field {
    font-size: 10px;
    text-align: left;
  }

  .text-field.signup-field:focus {
    opacity: 1;
  }

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

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .protected-wrap {
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .protected-heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 2px;
  }

  ._404-wrap {
    opacity: 0.8;
  }

  ._404-wrap:hover {
    opacity: 0.9;
  }

  .section-3 {
    margin-top: 0px;
  }

  .background-video {
    height: 180px;
    background-position: 90% 50%;
    background-size: auto 180px;
  }

  .background-video-2 {
    overflow: hidden;
    height: 180px;
    margin-bottom: 15px;
    background-position: 80% 55%;
  }

  .background-video-4 {
    height: 180px;
    margin-bottom: 0px;
    background-image: url('../images/Background-copy-7.jpg');
    background-position: 0% 50%;
    background-size: auto 180px;
  }

  .div-block {
    height: 200px;
    margin-top: 4px;
  }

  .image {
    width: 80%;
    height: 80%;
    margin-top: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .link-block-2 {
    margin-top: 3px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-size: 20px 20px;
    color: #000;
  }

  .background-video-3-4 {
    height: 180px;
    margin-bottom: 0px;
    background-image: url('../images/Full-copy.jpg');
    background-position: 50% 50%;
    background-size: auto 180px;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .container-2 {
    margin-top: 4px;
  }

  .position-name-text {
    margin-bottom: 0px;
    padding-bottom: 5px;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    font-size: 22px;
    line-height: 32px;
  }

  .project-description-grid {
    width: 100%;
    max-width: none;
    margin-top: 100px;
  }

  .paragraph-light-3 {
    font-weight: 300;
    text-align: justify;
  }

  .paragraph-light-3.cc-position-name {
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
  }

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

  .contact-form-2 {
    display: inline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact-form-wrap-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .field-label {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 10px;
    line-height: 20px;
  }

  .field-label-2 {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 10px;
    line-height: 20px;
  }

  .field-label-3 {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 300;
  }

  .heading-8 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 13px;
    text-align: center;
    text-transform: none;
  }

  .body-2 {
    background-color: #f6f4f2;
  }

  .body-6 {
    background-color: #f6f4f2;
  }

  .text-block-3 {
    font-size: 10px;
    line-height: 20px;
    text-transform: none;
  }

  .text-block-4 {
    font-size: 10px;
    line-height: 20px;
  }

  .open-eyes-final {
    height: 220px;
  }

  .text-block-6 {
    color: #000;
    font-weight: 400;
  }

  .memberstack-form {
    margin-top: -10px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .signup-field {
    height: auto;
    font-size: 10px;
    line-height: 20px;
  }

  .login-button {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 20px;
  }

  .login-container {
    min-width: 0px;
    margin-top: -14px;
  }

  .login-page-wrapper {
    padding-top: 20px;
  }

  .bold-text {
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
  }

  .label-2.cc-about-light {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 13px;
    line-height: 23px;
    font-weight: 200;
    letter-spacing: 3px;
    text-transform: none;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .project-button {
    display: block;
    margin: 0px 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
  }

  .background-video-5 {
    height: 180px;
    background-image: url('../images/Screen-Shot-2020-08-08-at-1.34.45-AM.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .hi-there-heading-3 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 2px;
  }

  .paragraph-light-7 {
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 20px;
  }

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

  .image-4 {
    display: inline-block;
    height: 180px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    opacity: 1;
  }

  .container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .text-block-8 {
    margin-top: 5px;
    color: #000;
    font-size: 10px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .section-19 {
    margin-top: 0px;
  }

  .tabs-menu-4 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 60px;
    margin-bottom: 10px;
    margin-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-color: #fff;
    background-color: transparent;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    color: #000;
    font-size: 10px;
    line-height: 20px;
    font-weight: 200;
    text-align: center;
    text-transform: none;
  }

  .tab-link:hover {
    background-color: transparent;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #000;
    font-weight: 200;
    text-transform: none;
  }

  .tab-link:active {
    font-weight: 200;
    text-transform: none;
  }

  .tab-link:focus {
    font-weight: 200;
    text-transform: none;
  }

  .tab-link.w--current {
    margin-right: 60px;
    margin-bottom: 10px;
    margin-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: none;
    border-color: #000;
    background-color: #000;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.75);
    color: #f6f4f2;
    font-size: 10px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: none;
  }

  .tab-link.w--current:hover {
    box-shadow: 2px 2px 4px 0 #000;
  }

  .text-block-14 {
    text-align: center;
  }

  .text-block-15 {
    display: block;
    text-align: center;
  }

  .text-block-16 {
    text-align: center;
  }

  .tab-pane-tab-1 {
    background-color: transparent;
  }

  .tabs-content-2 {
    padding-top: 0px;
  }

  .section-20 {
    margin-top: 20px;
  }

  .tab-pane-tab-2 {
    height: auto;
  }

  .slider-9 {
    padding-bottom: 677px;
  }

  .slider-10 {
    padding-top: 0px;
    padding-bottom: 507px;
  }

  .slide-3 {
    background-image: url('../images/THE-NATION_Bible_073020.jpg');
    background-size: contain;
  }

  .slide-4 {
    background-image: url('../images/THE-NATION_Bible_073020.jpg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slide-5 {
    background-image: url('../images/THE-NATION_Bible_073020.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slide-6 {
    background-image: url('../images/THE-NATION_Bible_073020.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slide-7 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../images/THE-NATION_Bible_073020.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

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

  .html-embed-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed-4 {
    display: block;
    clear: both;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .tabs-menu-4-1 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .tabs-content-2-1 {
    padding-top: 0px;
  }

  .tab-link-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 60px;
    margin-bottom: 10px;
    margin-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-color: #fff;
    background-color: transparent;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    color: #000;
    font-size: 10px;
    line-height: 20px;
    font-weight: 200;
    text-align: center;
    text-transform: none;
  }

  .tab-link-v2:hover {
    background-color: transparent;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #000;
    font-weight: 200;
    text-transform: none;
  }

  .tab-link-v2:active {
    font-weight: 200;
    text-transform: none;
  }

  .tab-link-v2:focus {
    font-weight: 200;
    text-transform: none;
  }

  .tab-link-v2.w--current {
    margin-right: 60px;
    margin-bottom: 10px;
    margin-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: none;
    border-color: #000;
    background-color: #000;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.75);
    color: #f6f4f2;
    font-size: 10px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: none;
  }

  .tab-link-v2.w--current:hover {
    box-shadow: 2px 2px 4px 0 #000;
  }

  .tab-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 60px;
    margin-bottom: 10px;
    margin-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-color: #fff;
    background-color: transparent;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    color: #000;
    font-size: 10px;
    line-height: 20px;
    font-weight: 200;
    text-align: center;
    text-transform: none;
  }

  .tab-link-2:hover {
    background-color: transparent;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #000;
    font-weight: 200;
    text-transform: none;
  }

  .tab-link-2:active {
    font-weight: 200;
    text-transform: none;
  }

  .tab-link-2:focus {
    font-weight: 200;
    text-transform: none;
  }

  .tab-link-2.w--current {
    margin-right: 60px;
    margin-bottom: 10px;
    margin-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: none;
    border-color: #000;
    background-color: #000;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.75);
    color: #f6f4f2;
    font-size: 10px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: none;
  }

  .tab-link-2.w--current:hover {
    box-shadow: 2px 2px 4px 0 #000;
  }

  .tab-pane-tab-1-copy {
    background-color: transparent;
  }

  .tab-pane-tab-1-v2 {
    background-color: transparent;
  }

  .tab-pane-tab-2-v2 {
    height: auto;
  }

  .html-embed-3-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tab-link-2-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 60px;
    margin-bottom: 10px;
    margin-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-color: #fff;
    background-color: transparent;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    color: #000;
    font-size: 10px;
    line-height: 20px;
    font-weight: 200;
    text-align: center;
    text-transform: none;
  }

  .tab-link-2-1:hover {
    background-color: transparent;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: #000;
    font-weight: 200;
    text-transform: none;
  }

  .tab-link-2-1:active {
    font-weight: 200;
    text-transform: none;
  }

  .tab-link-2-1:focus {
    font-weight: 200;
    text-transform: none;
  }

  .tab-link-2-1.w--current {
    margin-right: 60px;
    margin-bottom: 10px;
    margin-left: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: none;
    border-color: #000;
    background-color: #000;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.75);
    color: #f6f4f2;
    font-size: 10px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: none;
  }

  .tab-link-2-1.w--current:hover {
    box-shadow: 2px 2px 4px 0 #000;
  }

  .background-video-2-1 {
    overflow: hidden;
    height: 180px;
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .text-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 10px;
    line-height: 20px;
  }

  .section-23 {
    margin-top: 30px;
  }

  .html-embed-9 {
    padding-bottom: 15px;
  }

  .div-block-11 {
    margin-top: 8px;
    margin-bottom: -32px;
    padding-top: 34px;
  }

  .div-block-12 {
    margin-top: 8px;
    margin-bottom: -32px;
    padding-top: 34px;
  }

  .footer-wrap-2 {
    padding-top: 5px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .link-block-3 {
    margin-top: 10px;
  }

  .link-block-3.press-link {
    margin-top: 26px;
  }

  .link-block-4 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-5 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-6 {
    display: block;
  }

  .text-block-18.paragraph-bigger {
    font-size: 14px;
    line-height: 24px;
  }

  .section-25 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .list-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .list-item-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .list-item-3 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .slider-container {
    margin-bottom: 25px;
  }

  .slider {
    width: 110px;
    height: 150px;
  }

  .slider-icon {
    font-size: 25px;
  }

  .slider-left-arrow {
    font-size: 14px;
  }

  .slide-nav-3 {
    font-size: 4px;
  }
}

#w-node-_3251b867-a984-2425-9d9f-1449adefff77-24d8523f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3251b867-a984-2425-9d9f-1449adefff7b-24d8523f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3251b867-a984-2425-9d9f-1449adefff7f-24d8523f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_21e3816d-d3ba-40a5-f621-9b0c16889a11-73d85255 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_21e3816d-d3ba-40a5-f621-9b0c16889a19-73d85255 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b7f80801-60fa-37c9-e7a4-6a551cbf1d42-73d85255 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-b7f80801-60fa-37c9-e7a4-6a551cbf1d4a-73d85255 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-_21e3816d-d3ba-40a5-f621-9b0c16889a19-73d85255 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-b7f80801-60fa-37c9-e7a4-6a551cbf1d4a-73d85255 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3251b867-a984-2425-9d9f-1449adefff7b-24d8523f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3251b867-a984-2425-9d9f-1449adefff7f-24d8523f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

