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

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

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

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 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

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

.section {
  color: #424242;
  background-color: #f8f9f9;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  display: block;
}

.section.cc-cta {
  background-color: #fff;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 40px;
  display: block;
}

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  border-top: 0 solid #000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.container.container-footer-bottom {
  border-top-width: 1px;
  border-top-color: #58595b4f;
  padding-bottom: 0;
}

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.primary-button {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  background-color: #182969;
  border-radius: 6px;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

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

.primary-button.cc-contact-us {
  z-index: 5;
  text-transform: none;
  background-color: #182969;
  border-radius: 6px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.logins-card-button {
  background-color: #4dc7e4;
  font-family: Nunito, sans-serif;
}

.primary-button.inn8investbutton {
  color: #5c7a82;
  background-color: #fff;
  border: 2px solid #5c7a82;
  margin-right: 0;
  font-family: Nunito, sans-serif;
}

.primary-button.inn8investbutton:hover {
  color: #fff;
  background-color: #5c7a82;
}

.primary-button.transparentwhitebutton {
  background-color: #0000;
  border: 2px solid #fff;
  font-size: 15px;
}

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

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

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

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

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

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

.rich-text figcaption {
  opacity: .6;
}

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

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 41px;
  font-weight: 500;
  line-height: 43px;
}

.heading-jumbo.heading-blue {
  color: #182969;
  padding-left: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.heading-jumbo.headblue {
  color: #182969;
}

.heading-jumbo.headblue.elevateheading {
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.heading-jumbo-small {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

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

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

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

.logo-link.w--current {
  flex: 0 auto;
  align-self: center;
  max-height: 60px;
  display: flex;
}

.menu {
  z-index: 0;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: relative;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1120px;
  font-family: Nunito, sans-serif;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 99;
  background-color: #fff;
  align-items: center;
  min-height: 80px;
  max-height: 80px;
  padding: 30px 0;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation-item {
  opacity: 1;
  color: #182969;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 10px;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #6ec1e4;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  max-width: 150px;
  height: auto;
  max-height: none;
  margin-left: 0;
  display: block;
}

.navigation-items {
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

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

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

.cta-text {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-wrap {
  text-align: center;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.intro-header {
  color: #fff;
  text-align: left;
  background-color: #f4f4f4;
  background-image: url('../images/Homepage-banner.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  min-height: 556px;
  margin-bottom: 0;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-header.about-us-header {
  background-color: #d9d9d94a;
  background-image: none;
  height: 320px;
  min-height: 320px;
}

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

.intro-content.cc-homepage {
  width: auto;
  max-width: 940px;
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

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

.status-message.cc-success-message {
  background-color: #12b878;
}

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

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

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

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

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

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

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

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

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

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

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

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

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

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

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

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

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

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

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

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

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

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

.home-top-card {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  flex: 1;
  height: auto;
  min-height: 146px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.heading {
  color: #182969;
  font-family: Nunito, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.body-copy {
  color: #58595b;
  text-align: left;
  flex: 1;
  width: 100%;
<<<<<<< HEAD
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  line-height: 20px;
=======
  height: auto;
  margin-bottom: 0;
  padding: 20px 20px 20px 0;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
>>>>>>> dev
  display: block;
}

.body-copy.general-link {
  color: #6ec1e4;
  font-weight: 500;
}

.body-copy.spacing {
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 0;
}

.body-copy.number-counter-div-label {
  text-align: center;
}

.body-copy.bodycomplaints {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.body-copy.factsheetlink {
  color: #4dc7e4;
  order: 0;
  align-self: center;
  margin-bottom: 0;
<<<<<<< HEAD
=======
  padding-top: 0;
>>>>>>> dev
  padding-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.body-copy.factsheetlink:hover {
  color: #4dc7e4;
}

.body-copy.portbothead {
  color: #5c7a82;
  text-transform: uppercase;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
}

.body-copy.portbothead.adminfeenumber {
  color: #4dc7e4;
  text-align: center;
  padding-bottom: 0;
  font-size: 44px;
  line-height: 44px;
}

.body-copy.nospacing {
  padding-bottom: 0;
}

.body-copy.margtop {
  padding-top: 20px;
}

.body-copy.margtop.bodytiny {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
}

.body-copy.bluelink {
  color: #4dc7e4;
  flex: 0 auto;
}

.body-copy.adminfeecopy {
  color: #182969;
  text-align: center;
  padding-bottom: 0;
  font-size: 14px;
}

.body-copy.bodywhite {
  color: #fff;
<<<<<<< HEAD
=======
  flex: 0 auto;
  width: 36%;
}

.body-copy.servicepromiseslidesubhead {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 0;
}

.body-copy.modalbodycopy {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 12px;
}

.body-copy.modalbodycopy.link {
  color: #4ea5d3;
}

.body-copy.modalbodycopy.modallink {
  color: #4dc7e4;
  padding-left: 0;
}

.body-copy.elevatebody {
  padding-bottom: 0;
}

.body-copy.padtop {
  margin-top: 20px;
}

.body-copy.flextext {
  flex-flow: row;
  flex: 0 auto;
  width: auto;
  display: flex;
}

.body-copy.grey {
  color: #58595b;
  flex-flow: row;
  display: block;
}

.body-copy.speaker-copy {
  margin-top: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.body-copy.border-right {
  border-right: 1px solid #000;
  padding-left: 0;
  line-height: 50px;
}

.body-copy.key-points-padding {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.body-copy.black {
  color: #000;
  padding-bottom: 20px;
}

.body-copy.lit-hub-body {
  padding-top: 0;
}

.body-copy.no_pad {
  padding-top: 0;
  padding-bottom: 20px;
}

.body-copy.invest-link {
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

.body-copy.invest-type {
  padding-top: 20px;
  padding-bottom: 20px;
}

.body-copy.insight-body-copy {
  padding-top: 0;
  padding-bottom: 0;
}

.body-copy.podcast-list {
  color: #fff;
}

.body-copy.podcast-border-right {
  border-right: 1px solid #fff;
}

.body-copy.podcast-padding {
  padding-top: 0;
  padding-bottom: 0;
>>>>>>> dev
}

.section-2 {
  margin-top: -130px;
}

.columns {
  flex-flow: row;
  margin-left: -10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.container-2 {
  flex: 1;
  max-width: 1140px;
}

.general-link {
  float: none;
  clear: none;
  color: #6ec1e4;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: static;
}

.general-link:hover {
  color: #6ec1e4bf;
}

.general-link.link_white {
  color: #fff;
}

.general-link.link_white:hover {
  color: #eee;
}

.container-3 {
  align-items: stretch;
  max-width: 1140px;
  display: block;
}

.text-block {
  font-size: 13px;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  max-width: 1140px;
  display: flex;
}

.footer-div {
  border-right: 1px solid #58595b4f;
  flex: 1;
  margin-right: 20px;
}

.footer-div.footer-div-last {
  border-right-width: 0;
}

.paragraph {
  color: #182969;
  text-align: left;
  padding-top: 0;
  font-size: 20px;
}

.paragraph.body-white {
  color: #fff;
  font-size: 18px;
}

.paragraph.body-white.cta-text {
  clear: none;
  text-align: left;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 75%;
  position: static;
}

.paragraph.padding-top {
  padding-top: 20px;
}

.section-1 {
  font-family: Nunito, sans-serif;
  font-size: 46px;
}

.head-2 {
  color: #182969;
  text-align: left;
  text-transform: none;
  height: auto;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.head-2.small-caps {
  color: #6ec1e4;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.head-2.head-2-caps {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}

.head-2.subhead2 {
  height: auto;
  margin-bottom: 0;
  font-size: 17px;
}

.head-2.subhead2.subheadlast {
  margin-bottom: 20px;
}

.head-2.contactcomplaintshead {
  margin-top: 40px;
}

<<<<<<< HEAD
.heading-2.head3 {
=======
.head-2.head3 {
>>>>>>> dev
  z-index: 3;
  max-width: 24%;
  margin-bottom: -75px;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 24px;
  display: block;
  position: absolute;
}

<<<<<<< HEAD
.heading-2.head4 {
  margin-bottom: 20px;
=======
.head-2.head4 {
  margin-bottom: 20px;
  padding-bottom: 0;
>>>>>>> dev
  font-size: 20px;
  font-weight: 400;
}

<<<<<<< HEAD
.heading-2.head4.head4spacing {
=======
.head-2.head4.head4spacing {
>>>>>>> dev
  padding-top: 20px;
  padding-left: 20px;
}

<<<<<<< HEAD
.heading-2.margin {
  margin-top: 0;
}

=======
.head-2.head4.lit-hub-head {
  margin-bottom: 0;
}

.head-2.margin {
  margin-top: 0;
}

.head-2.article_tag {
  color: #6ec1e4;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.head-2.heading-4 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
}

.head-2.heading-4.webinar-details {
  width: 70px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 5px;
  display: block;
}

.head-2.heading-4.webinar-details.webinar-details-extra {
  width: 140px;
  height: 25px;
  padding-right: 10px;
}

.head-2.heading-4.heading-speaker-side {
  margin-top: 0;
  padding-top: 0;
  padding-left: 10px;
}

.head-2.no_pad {
  margin-bottom: 0;
}

.head-2.podcast-padding {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

>>>>>>> dev
.text-span {
  color: #4dc7e4;
}

.div-block-2 {
  background-image: url('../images/Wealth-manager-scaled.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex: 1;
  padding: 40px 30px;
  display: block;
}

.div-block-2.div-b3 {
  background-image: url('../images/Invest-lady.png');
  background-position: 50%;
  background-size: cover;
  min-height: 425px;
}

.text-block-2 {
  color: #fff;
}

.text-span-2 {
  color: #4dc7e4;
}

.div-block-3 {
  border-bottom: 1px solid #000;
}

.div-block-4 {
  border-bottom: 1px solid #58595b4f;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.div-block-4.noborder {
  border-bottom-width: 0;
}

.code-embed {
  color: #4dc7e4;
  -webkit-text-stroke-color: #4dc7e4;
  border: 0 solid #182969;
  flex: 1;
  min-width: 20px;
  max-width: 100%;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
  display: block;
}

.code-embed-2 {
  color: #182969;
  flex: 1;
  max-width: 26px;
  margin-top: 0;
  margin-left: 10px;
  padding-top: 10px;
}

.paragraph-2 {
  color: #a1a2a3;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 16px;
}

.tab-link-tab-1 {
  background-color: #c8c8c8;
}

.tab-link-tab-1.w--current {
  background-color: #0000;
}

.text-span-3, .text-span-4 {
  color: #6ec1e4;
}

.container-5 {
  justify-content: flex-end;
  max-width: 1140px;
  display: flex;
}

.image {
  border-radius: 20px;
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  padding-right: 0;
}

.image-2 {
  border-radius: 20px;
  max-width: 370px;
  margin-top: 0;
  margin-bottom: 0;
}

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

.container-6 {
  justify-content: flex-end;
  max-width: 1140px;
  margin-top: 0;
  display: flex;
}

.section-5 {
  margin-top: -180px;
}

.div-block-5 {
  min-width: 33%;
}

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

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

.container-7 {
  max-width: 1140px;
  padding-top: 20px;
}

.container-8 {
  max-width: 1140px;
}

.section-6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.section-6.contact-section {
<<<<<<< HEAD
  margin-top: 40px;
  margin-bottom: 20px;
=======
  margin-top: 20px;
  margin-bottom: 40px;
>>>>>>> dev
}

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

.container-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1140px;
  display: flex;
}

.about-us-team-card {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.about-us-team-image {
  border-radius: 20px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.about-us-team-title {
  color: #58595b;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  line-height: 17px;
}

.about-us-team-name {
  color: #182969;
  margin-top: 20px;
  font-family: Nunito, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.about-us-team-links {
  margin-top: 20px;
  display: flex;
}

.section-8 {
  background-image: url('../images/Main-banner-offshore.png');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
  font-family: Nunito, sans-serif;
}

.section-8.contact-banner {
  background-image: url('../images/Contactus_banner-scaled.jpg');
  min-height: 360px;
}

.section-8.contact-banner.logins-banner {
  background-image: url('../images/About-us-running-1024x585.jpg');
}

.section-8.contact-banner.lithubbanner {
  background-image: url('../images/inn8-puzzle-.jpg');
}

.section-8.contact-banner.lithubbanner.localfundsbanner {
  background-image: url('../images/tech-talks-featured-image.jpg');
}

.section-8.contact-banner.elevatebanner {
  background-image: url('../images/40d32d8d0a6e5ba4fe1e557b3061a0e04b4759ab-scaled.jpg');
}

.section-8.inn8investsection {
  background-image: url('../images/Future-Focused.png');
  background-position: 50%;
}

.section-8.inn8investsection.howtovidsbg {
  background-image: url('../images/Frame-6-1.png');
}

.container-10 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1140px;
  min-height: 400px;
  display: flex;
}

.container-10.contact-banner-container {
  min-height: 360px;
  display: flex;
}

.paragraph-3 {
  color: #fff;
  font-size: 15px;
}

.container-11 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  max-width: 1140px;
  display: flex;
}

.image-3 {
  max-width: 124px;
}

.image-4, .image-5 {
  max-width: 128px;
}

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

.container-12 {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1140px;
  display: flex;
}

.paragraph-4 {
  color: #5c7a82;
  font-family: Nunito, sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.paragraph-4.number-counter-div-number {
  text-align: center;
}

.number-counter-div {
  padding: 20px;
}

.container-13, .container-14 {
  max-width: 1140px;
}

.column {
  text-align: left;
}

.ppp-block-content {
  color: #5c7a82;
  font-family: Nunito, sans-serif;
  font-size: 15px;
}

.ppp-content-pane {
  padding-top: 20px;
}

.ppp-tab {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 3px solid #58595b85;
}

.ppp-tab:hover {
  border-bottom-color: #5c7a82;
}

.ppp-tab.w--current {
  background-color: #0000;
  border-bottom: 3px solid #5c7a82;
  padding: 10px 10px 8px;
}

.ppp-tab-title {
  color: #5c7a82;
  font-family: Nunito, sans-serif;
  font-size: 24px;
}

.container-15 {
  max-width: 1140px;
  padding-top: 40px;
  padding-bottom: 0;
  display: block;
}

.container-15.con16 {
  justify-content: flex-start;
  padding-top: 0;
  display: flex;
}

.tabs-menu {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.solutions-tab-title {
  color: #5c7a82;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.solutions-tab-title.bluetab {
  color: #6ec1e4;
}

.solutions-tab-title.invplattitle {
  color: #182969;
  font-size: 24px;
  font-weight: 400;
}

.solutions-tab-title.invplattitle:hover {
  color: #4dc7e4;
}

.tab-link-tab-1-2 {
  background-color: #c8c8c8;
}

.tab-link-tab-1-2.w--current, .tab-link-tab-2, .tab-link-tab-3 {
  background-color: #0000;
}

.solutions-tab {
  color: #5c7a82;
  background-color: #0000;
  border-bottom: 3px solid #d9d9d9;
  flex: 1;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.solutions-tab:hover {
  color: #5c7a82;
  border-bottom-color: #5c7a82;
  font-weight: 400;
}

.solutions-tab.w--current {
  color: #5c7a82;
  background-color: #0000;
  border-bottom: 3px solid #5c7a82;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.solutions-tab.solblue.w--current {
  border: 1px #000;
  border-bottom: 2px solid #6ec1e4;
  flex: 0 auto;
}

.solutions-tab.lowercase {
  color: #182969;
  text-align: center;
  border-bottom-color: #d9d9d9;
  flex: 1;
  padding: 10px 0;
  font-family: Nunito, sans-serif;
  font-size: 24px;
}

.solutions-tab.lowercase:hover {
  color: #4dc7e4;
  border-bottom-color: #4dc7e4;
}

.solutions-tab.lowercase.w--current {
  color: #4dc7e4;
  border: 0 solid #000;
  border-bottom: 3px solid #4dc7e4;
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

.solutions-tab.lowercase.tabsize {
  flex: 0 auto;
}

.solutions-tab.lowercase.tabsize.w--current {
  flex: 1;
}

.container-16 {
  display: flex;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.columns-2 {
  flex: 1;
}

.image-6 {
  width: 84%;
}

.image-6.multiplier-image {
  width: 100%;
}

.tabs-menu-2 {
  border: 0 solid #000;
}

.section-10 {
  padding-top: 20px;
}

.section-11 {
  padding-bottom: 20px;
}

.section-11.invplatsection {
  margin-top: 40px;
  padding-bottom: 20px;
}

.section-11.invplatsection.lesspad {
  margin-top: 0;
  padding-bottom: 0;
}

.section-11.invplatsection.secbotnegmar {
  margin-top: 0;
  margin-bottom: -40px;
}

.legal-page {
  margin-top: 40px;
}

.text-span-5 {
  color: #6ec1e4;
}

.columns-3 {
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.grey-background {
  background-color: #f8f9f9;
  border-radius: 20px;
  padding: 20px;
}

.div-block-8 {
  align-items: center;
  display: flex;
}

.div-block-9 {
  flex: 0 auto;
}

.paragraph-5 {
  color: #424242;
  letter-spacing: 1px;
  font-family: Nunito, sans-serif;
  font-size: 15px;
}

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

.divider-line {
  border: 0 solid #000;
  border-bottom: 1px solid #58595b99;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.logins-card {
  background-color: #f8f9f9;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.logins-card-heading {
  color: #182969;
  font-family: Nunito, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.tabs {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.tabs-content {
  flex: 1;
}

.tabs-menu-3 {
  flex-flow: column;
  flex: 0 auto;
  width: 20%;
  padding-right: 20px;
  display: flex;
}

.container-17 {
  background-color: #f8f9f9;
  border-radius: 20px;
  max-width: 1140px;
  margin-bottom: 40px;
  padding: 20px;
}

.map-tab-title-block {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-bottom: 1px solid #58595b99;
}

.map-tab-title-block.w--current {
  color: #4dc7e4;
  background-color: #0000;
  border-bottom: 1px solid #58595b99;
}

.map-tab-title-block.no-border.w--current, .map-tab-title-block.contactmapnoborder {
  border-bottom-width: 0;
}

.tab-link-tab-2-2 {
  background-color: #0000;
  border-bottom: 1px solid #58595b99;
}

.tab-link-tab-2-2.map-tab-title-block {
  border-bottom: 1px solid #58595b99;
}

.tab-link-tab-3-2 {
  background-color: #0000;
}

.tab-link-tab-3-2.map-tab-title-block {
  border-bottom: 0 solid #58595b99;
}

.text-block-3 {
  color: #182969;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-3:hover, .text-block-3:focus {
  color: #4dc7e4;
}

.paragraph-6 {
  color: #7a7a7a;
  font-family: Nunito, sans-serif;
  font-size: 20px;
}

.contact-us-map {
  border-radius: 20px;
}

.checkbox-label {
  text-transform: none;
  font-family: Nunito, sans-serif;
}

.checkbox-label.body-copy {
  letter-spacing: 0;
}

.text-field-2, .text-field-3, .text-field-4, .select-field, .textarea {
  font-family: Nunito, sans-serif;
}

.submit-button {
  background-color: #6ec1e4;
  border-radius: 6px;
  padding: 8px 24px;
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

.link-2 {
  float: none;
  clear: none;
  text-decoration: underline;
  display: block;
  position: static;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.inn8-invest-portfolio-card {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.inn8-invest-portfolio-card-title {
  color: #4dc7e4;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.section-12 {
  background-color: #f8f9f9;
  margin-top: 20px;
}

.tabs-content-2 {
  padding-top: 20px;
<<<<<<< HEAD
=======
  padding-bottom: 20px;
>>>>>>> dev
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-3 {
  color: #4dc7e4;
  padding-left: 10px;
  text-decoration: none;
}

.link-3:hover {
  color: #4dc7e4;
}

.portbottomcard {
  border-right: 2px solid #4242422b;
  max-width: 33.3%;
  margin-right: 20px;
  padding-right: 20px;
}

.portbottomcard.noborder {
  border-right-style: none;
  border-right-width: 0;
}

.portbottomcard.adminfee {
  background-color: #f8f9f9;
  border-right-width: 0;
  border-radius: 20px;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.div-block-13 {
  margin-bottom: 40px;
  display: flex;
}

.div-block-13.margin {
  margin-bottom: 20px;
}

.div-block-14 {
  justify-content: flex-start;
  display: flex;
}

.div-block-15 {
  flex: 1;
}

.awardsdiv.left {
  flex: 1;
  align-self: center;
  max-width: 40%;
  padding: 20px;
}

.div-block-16 {
  flex: 1;
  align-self: center;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.video {
  border: 0 solid #000;
  border-radius: 20px;
}

.image-7 {
  border-radius: 20px;
  min-width: 380px;
  max-width: 100%;
}

.section-13 {
  padding-bottom: 40px;
}

.inn8-invest-team-card {
  flex: 1;
<<<<<<< HEAD
=======
  width: 33%;
>>>>>>> dev
  display: flex;
}

.inn8-invest-team-card.singleteamcard {
  max-width: 33.3%;
}

<<<<<<< HEAD
=======
.inn8-invest-team-card.column-4 {
  width: 25%;
}

>>>>>>> dev
.div-block-18 {
  margin-top: 20px;
  display: flex;
}

.inn8-invest-team-image {
  border-radius: 20px;
  max-width: 160px;
}

<<<<<<< HEAD
=======
.inn8-invest-team-image.column-4 {
  max-width: 110px;
}

>>>>>>> dev
.inn8-invest-team-image-box {
  flex: 0 auto;
}

.inn8-invest-team-copy-box {
  flex: 1;
<<<<<<< HEAD
  padding: 20px;
=======
  align-self: center;
  padding: 0 20px;
>>>>>>> dev
}

.inn8-invest-team-title {
  color: #58595b;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 400;
<<<<<<< HEAD
=======
  line-height: 18px;
>>>>>>> dev
}

.inn8-invest-team-name {
  color: #182969;
  font-family: Nunito, sans-serif;
  font-size: 22px;
  font-weight: 500;
<<<<<<< HEAD
=======
  line-height: 24px;
}

.inn8-invest-team-name.smaller_text {
  font-size: 18px;
>>>>>>> dev
}

.div-block-19 {
  margin-top: 20px;
}

.tabs-2 {
  display: block;
}

.aboutusteamcardcopycentering {
  flex-flow: column;
  justify-content: space-between;
  min-height: 200px;
  display: flex;
}

.column-3 {
  padding-left: 10px;
  padding-right: 20px;
}

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

.tabs-3 {
  flex-flow: row;
  display: flex;
}

.tabs-menu-4 {
  background-color: #f8f9f9;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  min-width: 28%;
  margin-top: 0;
  margin-right: 20px;
  padding: 100px 20px 20px;
  display: flex;
}

<<<<<<< HEAD
=======
.tabs-menu-4.lit_hub_tab_menu {
  padding-top: 20px;
}

>>>>>>> dev
.tab-link-tab-1-3 {
  background-color: #c8c8c8;
}

.tab-link-tab-1-3.w--current, .tab-link-tab-2-3, .tab-link-tab-3-3 {
  background-color: #f8f9f9;
}

.tabs-content-3 {
  background-color: #f8f9f9;
  border-radius: 20px;
  align-self: stretch;
  align-items: stretch;
  padding: 20px;
  display: block;
}

.container-18 {
  max-width: 1140px;
  margin-top: 40px;
}

.section-15 {
  background-color: #f8f9f9;
}

.text-block-4, .text-block-5, .text-block-6 {
  text-align: center;
}

.invplat3tabbutton {
  color: #182969;
  background-color: #0000;
  border: 2px solid #182969;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 5px 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
}

<<<<<<< HEAD
.invplat3tabbutton:hover, .invplat3tabbutton:focus, .invplat3tabbutton.w--current {
=======
.invplat3tabbutton:hover, .invplat3tabbutton:focus {
>>>>>>> dev
  color: #fff;
  background-color: #4dc7e4;
  border-color: #4dc7e4;
}

<<<<<<< HEAD
=======
.invplat3tabbutton.w--current {
  color: #fff;
  background-color: #4dc7e4;
  border-color: #4dc7e4;
  padding-left: 20px;
  padding-right: 20px;
}

.invplat3tabbutton.lit_hub_tab_button {
  color: #007bff;
  text-transform: uppercase;
  border-width: 1px 0 0;
  border-top-color: #ccc;
  border-radius: 0;
  padding: 7px 0 0 20px;
  font-size: 15px;
}

.invplat3tabbutton.lit_hub_tab_button:hover {
  color: #777;
  background-color: #0000;
}

.invplat3tabbutton.lit_hub_tab_button.w--current {
  color: #000;
  background-color: #0000;
  margin-bottom: 7px;
}

.invplat3tabbutton.lit_hub_tab_button.w--current:hover {
  color: #777;
}

>>>>>>> dev
.invplat3tabtitle {
  color: #182969;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 18px;
}

.invplat3tabtitlefix {
<<<<<<< HEAD
  text-align: center;
=======
  text-align: left;
  text-transform: none;
>>>>>>> dev
}

.div-block-20 {
  display: flex;
}

.div-block-21 {
  flex: 0 auto;
  max-width: 205px;
}

.div-block-22 {
  flex: 1;
  padding-left: 20px;
}

.image-8 {
  border-radius: 20px;
}

.bluelink {
  color: #4dc7e4;
  text-decoration: none;
}

.solutionslowertitle {
  display: block;
}

.div-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f8f9f9;
  border-radius: 20px;
  align-items: stretch;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.div-block-24 {
  flex: 0 auto;
  width: 33%;
}

.div-block-25 {
  flex: 1;
}

.slide {
  text-align: left;
  width: 50%;
}

.slide-2, .slide-3, .slide-4 {
  width: 50%;
}

.slider {
  min-height: 340px;
}

.div-block-26 {
  text-align: center;
  justify-content: center;
  width: 80%;
  display: flex;
}

.left-arrow {
  background-color: #0000;
  left: auto;
  right: auto;
}

.mask {
  margin-left: 40px;
}

.localdesignfeatcard {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  width: 33%;
  display: flex;
}

.image-9 {
  max-height: 120px;
}

.div-block-27 {
  background-image: url('../images/PCA_works-1024x683.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex: 1;
  min-height: 120px;
  max-height: 120px;
}

.div-block-27._27-2 {
  background-image: url('../images/Open-Architecture-1536x993.jpg');
}

.div-block-28 {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  min-height: auto;
  padding: 20px;
}

.div-block-29 {
  background-image: url('../images/Investment_platform_your_journey_into_the_future.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  min-height: 350px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-29.offshore29 {
  background-image: url('../images/Unlimited-offshore-opportunties.png');
  margin-top: 0;
}

.div-block-30 {
  padding-top: 20px;
}

.journeyvidcard {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  width: 33%;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.journeyvidcard.cardx2 {
  width: 50%;
}

.journeyvidcard.cardx1 {
  width: 100%;
}

.journeyvidcard.cardx1.negativemargin {
  margin-top: -100px;
}

.journeyvidcard.cardx1.margintop {
  margin-top: 20px;
}

.journeyvidcardcontainer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  margin-top: -100px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 20px;
  display: flex;
}

.journeyvidcardcontainer.margintopjourneycont {
  margin-top: 0;
}

.journeyvidcardcontainer.invsol {
  flex-flow: row;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.journeyvidtitle {
  color: #182969;
  text-align: left;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.journeyvidtitle.journeyvidnumber {
  text-align: right;
  font-size: 30px;
}

.journeyvidtitle.servicepromisetitle {
  color: #fff;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
}

.journeyvidtitle.servicepromisetitle.service-promise-back-copy {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.div-block-31 {
  display: flex;
}

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

.div-block-33 {
  flex: 1;
}

.div-block-34 {
  margin-top: -70px;
  padding-left: 40px;
}

.div-block-34.p34-2 {
  width: 35%;
  margin-top: 0;
}

.paragraph-7 {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 40px;
}

.text-span-6 {
  color: #4dc7e4;
}

.servicepromiseflipbox {
  background-image: linear-gradient(#6088924f, #6088924f), url('../images/Responsive-delivery-scaled.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 33%;
  min-height: 280px;
  display: flex;
}

.servicepromiseflipbox.box2 {
  background-image: linear-gradient(#6088924f, #6088924f), url('../images/Insightful-scaled.jpg');
}

.servicepromiseflipbox.box3 {
  background-image: linear-gradient(#6088924f, #6088924f), url('../images/Responsive-Delivery-scaled-1.jpg');
}

.servicepromiseflipbox.flip-1 {
  backface-visibility: hidden;
  width: 100%;
  padding: 0;
  position: absolute;
}

.servicepromiseflipbox.flip-1.back {
  transform-style: preserve-3d;
  background-image: linear-gradient(#32494f73, #32494f73), url('../images/Responsive-delivery-scaled.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  padding: 40px;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.servicepromiseflipbox.flip-1.back.flipbox2 {
  background-image: linear-gradient(#32494f73, #32494f73), url('../images/Insightful-scaled.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.servicepromiseflipbox.flip-1.back.flipbox3 {
  transform-style: preserve-3d;
  background-image: linear-gradient(#32494f73, #32494f73), url('../images/Responsive-Delivery-scaled-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.servicepromiseflipbox.flip-1.box-2 {
  background-image: linear-gradient(#6088924f, #6088924f), url('../images/Insightful-scaled.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.servicepromiseflipbox.flip-1.flipbox2 {
  background-image: linear-gradient(#6088924f, #6088924f), url('../images/Insightful-scaled.jpg');
}

.servicepromiseflipbox.flip-1.flipbox3 {
  background-image: linear-gradient(#6088924f, #6088924f), url('../images/Responsive-Delivery-scaled-1.jpg');
}

.div-block-35 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  min-height: 280px;
  display: flex;
}

.flip-wrapper {
  width: 33%;
  position: relative;
}

.modal-popup {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

<<<<<<< HEAD
.modal-popup.modalgeorgina, .modal-popup.modalthinus, .modal-popup.modalmichael, .modal-popup.modalleigh, .modal-popup.modaldewet {
  display: none;
}

.modal-popup.modalinvestmentaccount {
  display: flex;
=======
.modal-popup.modalgeorgina {
  display: none;
}

.modal-popup.modalthinus {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal-popup.modalmichael, .modal-popup.modalleigh, .modal-popup.modaldewet, .modal-popup.modalvid1, .modal-popup.modalvid1.vid2, .modal-popup.modalvid2, .modal-popup.modalvid3, .modal-popup.modalvid4, .modal-popup.modalvid5, .modal-popup.modalvid6, .modal-popup.modalsol1, .modal-popup.modalsol2, .modal-popup.modalsol3, .modal-popup.modalsol4, .modal-popup.modalsol5, .modal-popup.modalsol6, .modal-popup.modalsol7, .modal-popup.modalhowto1 {
  display: none;
>>>>>>> dev
}

.modal-bg {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  width: 100%;
  height: 100%;
}

.modal-container {
  color: #fff;
  background-color: #182969;
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 65%;
  min-height: 400px;
  padding: 40px;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  display: flex;
  position: absolute;
}

.modal-container.invplat-container {
  background-color: #fff;
<<<<<<< HEAD
=======
  padding: 0;
}

.modal-container.invplatsol-container {
  background-color: #fff;
  flex-flow: column;
  max-width: 90%;
>>>>>>> dev
}

.modal-title {
  font-size: 22px;
}

.modal-name {
  color: #4dc7e4;
  font-size: 30px;
  font-weight: 600;
}

.modal-copy {
  font-size: 15px;
}

.image-10 {
  max-width: 30%;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-10.modal-2-image {
  margin-right: 20px;
  padding-right: 0;
}

.link-block {
  z-index: 999;
  color: #fff;
  flex: 0 auto;
  text-decoration: none;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.close-text {
  font-size: 3rem;
  transform: rotate(45deg);
}

.close-text:hover {
  color: #4dc7e4;
}

.div-block-36 {
  flex-flow: column;
<<<<<<< HEAD
  justify-content: space-around;
  align-items: stretch;
  width: 70%;
=======
  flex: 1;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: 70%;
  padding-right: 40%;
>>>>>>> dev
  display: flex;
}

.modal-popups {
  display: block;
}

.about-us-team-image-container {
  max-height: 190px;
}

.modal-heading {
  color: #4ea5d3;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

<<<<<<< HEAD
=======
.paragraph-9 {
  color: #fff;
  text-align: left;
  width: 75%;
  font-size: 18px;
}

.container-19 {
  flex: 1;
  align-self: center;
}

.container-20 {
  max-width: 1140px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.paragraph-10 {
  color: #182969;
  border-left: 2px solid #4dc7e4;
  padding-left: 20px;
  font-family: Nunito, sans-serif;
  font-size: 25px;
}

.div-block-37 {
  background-color: #f8f9f9;
  border-radius: 20px;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.paragraph-11 {
  color: #182969;
}

.paragraph-12 {
  color: #182969;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.div-block-38 {
  width: 50%;
  padding-left: 20px;
}

.container-21 {
  max-width: 1140px;
  display: flex;
}

.how-to-video-card {
  width: 50%;
  display: flex;
}

.how-to-video-card.blankcard {
  width: 50%;
}

.div-block-39 {
  display: flex;
}

.div-block-40, .div-block-41 {
  flex: 0 auto;
  width: 50%;
}

.paragraph-13 {
  padding-left: 10px;
  font-size: 13px;
}

.howtovidtitle {
  color: #424242;
  font-family: Nunito, sans-serif;
  font-size: 25px;
}

.howtovidepisode {
  color: #6ec1e4;
  border-right: 1px solid #182969;
  padding-right: 10px;
  font-family: Nunito, sans-serif;
  font-size: 13px;
}

.howtovidtime {
  color: #182969;
  padding-left: 10px;
  font-family: Nunito, sans-serif;
  font-size: 13px;
}

.howtocardright {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 20px;
  display: flex;
}

.howtocardleft {
  width: 50%;
  padding: 20px;
}

.section-20 {
  background-color: #f8f9f9;
}

.image-11, .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25 {
  border-radius: 20px;
}

.section-21 {
  background-image: url('../images/Our-Service-Promise-Header.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.container-22 {
  max-width: 1140px;
}

.tabs-4 {
  text-align: center;
  display: block;
}

.tab-link-tab-1-4 {
  z-index: auto;
  color: #7a7a7a;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 8px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  box-shadow: 0 2px 5px #0003;
}

.tab-link-tab-1-4.w--current {
  color: #6ec1ca;
  background-color: #fff;
  border-radius: 20px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
}

.tab-link-tab-2-4 {
  color: #7a7a7a;
  background-color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  box-shadow: 0 2px 5px #0003;
}

.tab-link-tab-2-4.w--current {
  color: #6ec1ca;
  background-color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 20px;
}

.tab-link-tab-3-4 {
  color: #7a7a7a;
  background-color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 20px;
}

.tab-link-tab-3-4.w--current {
  color: #6ec1ca;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  box-shadow: 0 2px 5px #0003;
}

.container-23 {
  max-width: 1140px;
}

.servicepromiseslidehead {
  color: #182969;
  text-align: left;
  padding-top: 40px;
  font-family: Nunito, sans-serif;
  font-size: 30px;
}

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

.image-26 {
  border-radius: 20px;
}

.servicepromisecard {
  width: 25%;
}

.findoutmorelink {
  color: #6ec1e4;
  text-align: left;
  font-family: Nunito, sans-serif;
}

.serprocardcategory {
  color: #58595b;
  text-align: left;
  font-family: Nunito, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.div-block-42 {
  padding: 20px;
}

.div-block-43 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.serprocardhead {
  color: #182969;
  text-align: left;
  font-family: Nunito, sans-serif;
  font-size: 20px;
}

.tabs-menu-5 {
  border-radius: 20px;
  margin-top: -15px;
  font-family: Nunito, sans-serif;
}

.paragraph-15 {
  color: #fff;
  text-align: left;
  font-family: Nunito, sans-serif;
  font-size: 41px;
  font-weight: 500;
  text-decoration: none;
}

.container-24 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.video-2 {
  border-radius: 20px;
}

.paragraph-16 {
  color: #4ea5d3;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

.paragraph-17 {
  color: #000;
  text-align: center;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.div-block-44 {
  padding-bottom: 20px;
  display: flex;
}

.div-block-45 {
  flex-flow: row;
  flex: 1;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.div-block-45.nopad {
  padding-right: 0;
}

.div-block-46 {
  flex: 1;
}

.image-27 {
  width: 75px;
}

.div-block-47 {
  flex: 0 auto;
}

.div-block-48 {
  flex: 1;
}

.div-block-49 {
  display: flex;
}

.div-block-50, .div-block-51 {
  flex: 1;
  width: 50%;
}

.link-4, .link-5 {
  color: #4ea5d3;
  text-decoration: none;
}

.heading-3, .image-28 {
  text-align: center;
}

.head-4 {
  color: #182969;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.head-4.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 20px;
  position: static;
}

.head-4.heading-2.speaker-padding {
  min-height: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.rich-text-block {
  color: #58595b;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.text-block-7 {
  font-family: Nunito, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.link-6 {
  color: #58595b;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.image-29 {
  border-radius: 19px;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.container-25 {
  max-width: 1140px;
}

.container-25.padtop {
  padding-top: 40px;
}

.container-26 {
  max-width: 1140px;
}

.image-30 {
  border-radius: 19px;
}

.text-block-8 {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.body {
  overflow: visible;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.image-31 {
  width: 100%;
}

.image-32 {
  text-align: center;
  border-radius: 20px;
}

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

.container-27 {
  max-width: 1140px;
  margin-bottom: 40px;
}

.image-33 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 150px;
  padding-left: 0;
}

.link-7 {
  color: #7a7a7a;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 10px;
  text-decoration: none;
}

.container-28 {
  max-width: 1140px;
  margin-top: 20px;
}

.container-28.top_margin {
  margin-top: 40px;
}

.text-block-9 {
  color: #182969;
  height: 135px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 0 20px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-10 {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.rich-text-block-3 {
  box-sizing: border-box;
  -webkit-text-stroke-width: 0px;
  text-overflow: ellipsis;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
}

.rich-text-block-4 {
  color: #7a7a7a;
  margin-top: 40px;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  line-height: 15px;
}

.heading-5 {
  color: #6ec1e4;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.rich-text-block-5 {
  color: #7a7a7a;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.rich-text-block-6 {
  color: #58595b;
  margin-top: 0;
  padding-top: 40px;
  font-family: Nunito, sans-serif;
  font-size: 17px;
}

.paragraph-18 {
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  position: static;
  overflow: visible;
}

.text-block-11 {
  display: block;
  position: static;
  inset: auto auto 100% 0%;
  overflow: auto;
}

.rich-text-block-7 {
  position: static;
}

.columns-4 {
  padding-bottom: 20px;
}

.link-8 {
  color: #182969;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #7a7a7a;
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: auto;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  display: block;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.container-29 {
  max-width: 1140px;
  display: flex;
}

.div-block-52, .div-block-53 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-54 {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.container-30 {
  max-width: 1140px;
  display: block;
}

.div-block-55 {
  background-color: #f7f7f7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-55.nopad {
  margin-top: 0;
}

.div-block-56 {
  flex: 1;
}

.div-block-56.div25 {
  width: 75%;
}

.paragraph-19 {
  color: #182969;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.tab-pane-tab-1 {
  padding-bottom: 0;
}

.div-block-57 {
  align-self: auto;
}

.div30 {
  width: 25%;
}

.link-9 {
  float: none;
  display: block;
  position: static;
}

.div-block-58 {
  display: flex;
}

.bold-text {
  flex: 0 auto;
}

.container-31 {
  max-width: 1140px;
}

.div-block-59 {
  background-color: #f7f7f7;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-60 {
  flex: 1;
}

.div-block-61 {
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.div-block-62 {
  border-left: 2px solid #4dc7e4;
  border-radius: 0;
  margin-left: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-20 {
  color: #182969;
  font-family: Nunito, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
}

.text-span-7 {
  color: #4dc7e4;
}

.paragraph-21 {
  color: #58595b;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.video-3 {
  border-radius: 20px;
  box-shadow: 0 2px 5px #0003;
}

.slide-5 {
  background-image: url('../images/INN8-Jaweed-Web-Banner_V1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/INN8_Global-dynamics_Webinar_Web-Image.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-7 {
  background-image: url('../images/INN8-_-Power-of-Platforms-_-Article-Web-Banner.jpg');
  background-position: 0 0;
  background-size: auto;
}

.container-32 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 1140px;
  height: 100%;
  display: flex;
  position: static;
}

.paragraph-22 {
  z-index: 1;
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 41px;
  font-weight: 500;
  line-height: 50px;
  position: relative;
}

.paragraph-23 {
  z-index: 1;
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  position: relative;
}

.section-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-63 {
  opacity: .2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

.slide-nav {
  color: #0000;
}

.text-block-12 {
  color: #182969;
  font-family: Nunito, sans-serif;
  font-size: 15px;
}

.icon {
  color: #182969;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.next {
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
}

.text-block-13, .icon-2 {
  color: #182969;
  font-family: Nunito, sans-serif;
  font-size: 15px;
}

.previous {
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
}

.link-10 {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.link-10:hover {
  color: #ececec;
}

.link-11 {
  float: none;
  clear: none;
  display: block;
  position: static;
}

.div-block-64 {
  background-color: #4054b2;
  height: 250px;
}

.container-33 {
  max-width: 1150px;
  height: 250px;
  overflow: visible;
}

.grid {
  grid-column-gap: 16px;
  grid-template-columns: 1.75fr 1fr;
  place-items: baseline;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #58595b80;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 0;
  margin-right: 20px;
  padding-bottom: 10px;
}

.container-34 {
  background-color: #f8f9f9;
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 20px;
}

.text-block-14, .text-block-15 {
  height: 25px;
}

.container-35 {
  max-width: 1150px;
}

.speaker-image {
  border-radius: 80px;
  width: 100px;
  margin-bottom: 60px;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.grid-3 {
  grid-row-gap: 0px;
  grid-template: ". Area" minmax(0, .75fr)
  / .5fr 1fr;
}

.text-block-16 {
  height: 80px;
  line-height: 25px;
  position: static;
}

.text-block-16.hide {
  display: none;
}

.grid-4 {
  grid-template-rows: auto;
}

.text-block-17 {
  margin-top: 40px;
}

.webinar-button {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 6px;
  margin-top: 20px;
  font-family: Nunito, sans-serif;
}

.body-webinar-copy {
  color: #182969;
  text-align: left;
  border-right: 0 solid #58595b80;
  flex: 1;
  width: 100%;
  height: 25px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 15px 0 0;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  line-height: 20px;
  display: block;
}

.body-webinar-copy.general-link {
  color: #6ec1e4;
  font-weight: 500;
}

.body-webinar-copy.spacing {
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 0;
}

.body-webinar-copy.number-counter-div-label {
  text-align: center;
}

.body-webinar-copy.bodycomplaints {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.body-webinar-copy.factsheetlink {
  color: #4dc7e4;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.body-webinar-copy.factsheetlink:hover {
  color: #4dc7e4;
}

.body-webinar-copy.portbothead {
  color: #5c7a82;
  text-transform: uppercase;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
}

.body-webinar-copy.portbothead.adminfeenumber {
  color: #4dc7e4;
  text-align: center;
  padding-bottom: 0;
  font-size: 44px;
  line-height: 44px;
}

.body-webinar-copy.nospacing {
  padding-bottom: 0;
}

.body-webinar-copy.margtop {
  padding-top: 20px;
}

.body-webinar-copy.margtop.bodytiny {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
}

.body-webinar-copy.bluelink {
  color: #4dc7e4;
  flex: 0 auto;
}

.body-webinar-copy.adminfeecopy {
  color: #182969;
  text-align: center;
  padding-bottom: 0;
  font-size: 14px;
}

.body-webinar-copy.bodywhite {
  color: #fff;
  flex: 0 auto;
  width: 36%;
}

.body-webinar-copy.servicepromiseslidesubhead {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 0;
}

.body-webinar-copy.modalbodycopy {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 12px;
}

.body-webinar-copy.modalbodycopy.link {
  color: #4ea5d3;
}

.body-webinar-copy.modalbodycopy.modallink {
  color: #4dc7e4;
  padding-left: 0;
}

.body-webinar-copy.elevatebody {
  padding-bottom: 0;
}

.body-webinar-copy.padtop {
  margin-top: 20px;
}

.body-webinar-copy.flextext {
  flex-flow: row;
  flex: 0 auto;
  width: auto;
  display: flex;
}

.body-webinar-copy.grey {
  color: #58595b;
  flex-flow: row;
  display: block;
}

.body-webinar-copy.speaker-copy {
  margin-top: 50px;
  padding-left: 0;
  padding-right: 20px;
}

.body-webinar-copy.border-right {
  border-right: 1px solid #000;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  padding-right: 10px;
  line-height: 15px;
  display: block;
}

.heading-webinar {
  color: #182969;
  text-align: left;
  text-transform: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 10px;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.section-24 {
  background-color: #0000;
  min-height: 300px;
}

.container-36 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1150px;
  min-height: 400px;
  display: flex;
}

.container-37 {
  max-width: 1150px;
  padding-top: 10px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
  grid-auto-flow: row dense;
  place-items: stretch start;
}

.grid-6 {
  grid-row-gap: 0px;
  grid-template-rows: minmax(1px, .25fr);
  grid-template-columns: 1fr;
  grid-auto-rows: .25fr;
  grid-auto-columns: .25fr;
}

.rich-text-block-8 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.button {
  background-color: #6ec1e4;
  width: 60%;
  height: 45px;
  font-family: Nunito, sans-serif;
}

.download-pdf-button {
  text-align: center;
  background-color: #6ec1e4;
  border-radius: 15px;
  height: 45px;
  margin-left: 40px;
  padding-bottom: 0;
  padding-left: 15px;
  font-family: Nunito, sans-serif;
}

.left-arrow-2 {
  display: none;
  overflow: hidden;
}

.right-arrow, .slide-nav-2 {
  display: none;
}

.slide-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.paragraph-24 {
  color: #000;
  font-family: Nunito, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

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

.container-38 {
  max-width: 1140px;
}

.dropdown-toggle {
  padding: 0;
}

.navbar_dropdown_link {
  color: #182969;
  text-decoration: none;
}

.navbar_dropdown_link:hover, .navbar_dropdown_link.w--current {
  color: #6ec1e4;
}

.navbar_dropdown_link.drop_menu {
  padding-top: 30px;
}

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

.dropdown-list {
  left: 1px;
}

.dropdown-list.w--open {
  inset: 59px auto auto -10px;
}

.end_nav_drop {
  background-color: #fff;
}

.end_nav_drop.w--open {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  right: 0;
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  background-color: #fff;
}

.dropdown_nav {
  background-color: #fff;
  margin-left: -20px;
  left: auto;
}

.dropdown_nav.w--open {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.container-39 {
  max-width: 1150px;
  min-height: 400px;
}

.image-34 {
  min-height: 400px;
  max-height: 400px;
}

.image-35 {
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-65, .div-block-66, .container-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
}

.div-block-67 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-68 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-6 {
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 100%;
  display: flex;
}

.rich-text-block-9 {
  line-height: 100%;
}

.div-block-69 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, .25fr);
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5px;
  display: grid;
}

.body-article-copy {
  color: #182969;
  text-align: left;
  flex: 1;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0 20px 20px 0;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  line-height: 20px;
  display: block;
}

.body-article-copy.general-link {
  color: #6ec1e4;
  font-weight: 500;
}

.body-article-copy.spacing {
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 0;
}

.body-article-copy.number-counter-div-label {
  text-align: center;
}

.body-article-copy.bodycomplaints {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.body-article-copy.factsheetlink {
  color: #4dc7e4;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.body-article-copy.factsheetlink:hover {
  color: #4dc7e4;
}

.body-article-copy.portbothead {
  color: #5c7a82;
  text-transform: uppercase;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
}

.body-article-copy.portbothead.adminfeenumber {
  color: #4dc7e4;
  text-align: center;
  padding-bottom: 0;
  font-size: 44px;
  line-height: 44px;
}

.body-article-copy.nospacing {
  padding-bottom: 0;
}

.body-article-copy.margtop {
  padding-top: 20px;
}

.body-article-copy.margtop.bodytiny {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
}

.body-article-copy.bluelink {
  color: #4dc7e4;
  flex: 0 auto;
}

.body-article-copy.adminfeecopy {
  color: #182969;
  text-align: center;
  padding-bottom: 0;
  font-size: 14px;
}

.body-article-copy.bodywhite {
  color: #fff;
  flex: 0 auto;
  width: 36%;
}

.body-article-copy.servicepromiseslidesubhead {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 0;
}

.body-article-copy.modalbodycopy {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 12px;
}

.body-article-copy.modalbodycopy.link {
  color: #4ea5d3;
}

.body-article-copy.modalbodycopy.modallink {
  color: #4dc7e4;
  padding-left: 0;
}

.body-article-copy.elevatebody {
  padding-bottom: 0;
}

.body-article-copy.padtop {
  margin-top: 20px;
}

.body-article-copy.flextext {
  flex-flow: row;
  flex: 0 auto;
  width: auto;
  display: flex;
}

.body-article-copy.grey {
  color: #58595b;
  flex-flow: row;
  display: block;
}

.body-article-copy.speaker-copy {
  margin-top: 0;
  padding-top: 45px;
  padding-left: 0;
  padding-right: 20px;
}

.body-article-copy.border-right {
  border-right: 1px solid #000;
  padding-left: 0;
  line-height: 50px;
}

.body-article-copy.key-points-padding {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.body-article-copy.black {
  color: #000;
}

.body-article-copy.lit-hub-body {
  padding-top: 0;
}

.body-article-copy.no_pad {
  padding-top: 0;
  padding-bottom: 20px;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.container-41 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  min-height: 300px;
  display: flex;
}

.slide-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.image-36 {
  border-radius: 85px;
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 0;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.div-block-70 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, .25fr) minmax(auto, .25fr);
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  display: grid;
}

.body-speaker-copy {
  color: #182969;
  text-align: left;
  flex: 1;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0 20px 0 0;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  line-height: 20px;
  display: block;
}

.body-speaker-copy.general-link {
  color: #6ec1e4;
  font-weight: 500;
}

.body-speaker-copy.spacing {
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 0;
}

.body-speaker-copy.number-counter-div-label {
  text-align: center;
}

.body-speaker-copy.bodycomplaints {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.body-speaker-copy.factsheetlink {
  color: #4dc7e4;
  order: 0;
  align-self: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.body-speaker-copy.factsheetlink:hover {
  color: #4dc7e4;
}

.body-speaker-copy.portbothead {
  color: #5c7a82;
  text-transform: uppercase;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
}

.body-speaker-copy.portbothead.adminfeenumber {
  color: #4dc7e4;
  text-align: center;
  padding-bottom: 0;
  font-size: 44px;
  line-height: 44px;
}

.body-speaker-copy.nospacing {
  padding-bottom: 0;
}

.body-speaker-copy.margtop {
  padding-top: 20px;
}

.body-speaker-copy.margtop.bodytiny {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
}

.body-speaker-copy.bluelink {
  color: #4dc7e4;
  flex: 0 auto;
}

.body-speaker-copy.adminfeecopy {
  color: #182969;
  text-align: center;
  padding-bottom: 0;
  font-size: 14px;
}

.body-speaker-copy.bodywhite {
  color: #fff;
  flex: 0 auto;
  width: 36%;
}

.body-speaker-copy.servicepromiseslidesubhead {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 0;
}

.body-speaker-copy.modalbodycopy {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 12px;
}

.body-speaker-copy.modalbodycopy.link {
  color: #4ea5d3;
}

.body-speaker-copy.modalbodycopy.modallink {
  color: #4dc7e4;
  padding-left: 0;
}

.body-speaker-copy.elevatebody {
  padding-bottom: 0;
}

.body-speaker-copy.padtop {
  margin-top: 20px;
}

.body-speaker-copy.flextext {
  flex-flow: row;
  flex: 0 auto;
  width: auto;
  display: flex;
}

.body-speaker-copy.grey {
  color: #58595b;
  flex-flow: row;
  display: block;
}

.body-speaker-copy.speaker-copy {
  margin-top: 0;
  padding-top: 45px;
  padding-left: 0;
  padding-right: 20px;
}

.body-speaker-copy.border-right {
  border-right: 1px solid #000;
  padding-left: 0;
  line-height: 50px;
}

.body-speaker-copy.key-points-padding {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.body-speaker-copy.black {
  color: #000;
}

.body-speaker-copy.lit-hub-body {
  padding-top: 0;
}

.body-speaker-copy.no_pad {
  padding-top: 0;
  padding-bottom: 20px;
}

.heading-webinar {
  color: #182969;
  text-align: left;
  text-transform: none;
  height: 25px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 0;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.heading-webinar.small-caps {
  color: #6ec1e4;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.heading-webinar.head-2-caps {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}

.heading-webinar.subhead2 {
  margin-bottom: 0;
  font-size: 17px;
}

.heading-webinar.subhead2.subheadlast {
  margin-bottom: 20px;
}

.heading-webinar.contactcomplaintshead {
  margin-top: 40px;
}

.heading-webinar.head3 {
  z-index: 3;
  max-width: 24%;
  margin-bottom: -75px;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 24px;
  display: block;
  position: absolute;
}

.heading-webinar.head4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.heading-webinar.head4.head4spacing {
  padding-top: 20px;
  padding-left: 20px;
}

.heading-webinar.margin {
  margin-top: 0;
}

.heading-webinar.article_tag {
  color: #6ec1e4;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.heading-webinar.heading-4 {
  height: auto;
  margin-top: 20px;
  padding-left: 0;
}

.heading-webinar.heading-4.webinar-details {
  width: 70px;
  height: 45px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 5px;
  display: block;
}

.heading-webinar.heading-4.webinar-details.webinar-details-extra {
  width: 140px;
  height: 25px;
  padding-right: 10px;
}

.heading-webinar.speaker-heading-1 {
  padding-left: 10px;
}

.section-25 {
  background-color: #4054b2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
}

.container-42 {
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  min-height: 300px;
  display: flex;
}

.heading-8 {
  color: #fff;
  text-align: left;
}

.div-block-71 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rich-text-block-10 {
  color: #fff;
}

.rich-text-block-11 {
  color: #fff;
  font-family: Nunito, sans-serif;
}

.div-block-72 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "Area"
                 / .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch start;
  display: grid;
}

.image-37 {
  border-radius: 80px;
  width: 80%;
}

.div-block-73 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, .25fr) minmax(auto, .5fr);
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  display: grid;
}

.div-block-74 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.image-38 {
  border-radius: 80px;
  width: 100%;
  min-height: auto;
  padding-bottom: 0;
}

.heading-2.head-4 {
  padding-top: 0;
  padding-right: 10px;
}

.heading-2.head-4.speaker-padding {
  padding-bottom: 20px;
}

.div-block-75 {
  min-height: 400px;
}

.collection-item-3 {
  padding-bottom: 20px;
}

.div-block-76 {
  min-height: 0;
}

.collection-item-4 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.container-43 {
  max-width: 1140px;
}

.empty-state {
  background-color: #0000;
}

.div-block-77 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #58595b80;
  grid-template-rows: minmax(auto, .25fr) minmax(auto, .25fr) auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 20px;
  padding-right: 0;
  display: grid;
}

.div-block-78 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.rich-text-block-12 {
  padding-top: 20px;
  padding-left: 20px;
}

.invest-button {
  color: #5c7a82;
  background-color: #fff;
  border: 1px solid #5c7a82;
  border-radius: 6px;
  margin-left: 20px;
  padding-left: 20px;
  font-family: Nunito, sans-serif;
}

.image-39 {
  text-align: left;
  border-radius: 19px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-13 {
  outline-offset: 0px;
  outline: 3px #32343a;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  text-decoration: none;
}

.collection-item-5 {
  background-color: #f8f9f9;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.collection-item-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.container-44, .container-45 {
  max-width: 1150px;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.container-46 {
  max-width: 1150px;
  padding-bottom: 40px;
}

.div-block-80 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-47 {
  background-color: #0000;
  justify-content: center;
  align-items: flex-end;
  max-width: 1150px;
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-26 {
  background-color: #0d022d;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.div-block-81 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-82 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-40 {
  border-radius: 80px;
  width: 40%;
}

.container-48 {
  max-width: 1150px;
  padding-top: 20px;
}

.code-embed-3 {
  border-radius: 19px;
  padding-bottom: 20px;
}

.div-block-83 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 3fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 1150px;
  display: grid;
}

.container-49, .container-50, .container-51, .container-52 {
  max-width: 1150px;
}

.image-41 {
  width: 300px;
  padding-bottom: 20px;
}

.div-block-84 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  line-height: 24px;
  display: grid;
}

.text-block-18 {
  color: #fff;
}

.div-block-85 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, .25fr) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-86 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 750px;
  display: grid;
}

.div-block-86.podcast-padding {
  grid-template-rows: minmax(auto, .25fr);
}

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

.link-14.body-copy {
  text-align: right;
}

>>>>>>> dev
@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .primary-button {
    justify-content: center;
  }

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

  .heading-jumbo {
    font-size: 40px;
    line-height: 44px;
  }

  .heading-jumbo-small {
    line-height: 32px;
  }

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

  .menu-icon {
    display: block;
  }

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

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

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

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

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

  .cta-wrap.cta-wrap-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

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

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

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

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

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .home-top-card {
    min-height: 120px;
  }

  .section-2, .container-2, .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .head-2 {
    margin-top: 20px;
    line-height: 32px;
  }

  .head-2.small-caps, .head-2.head-2-caps {
    text-align: left;
  }

  .head-2.head3 {
    margin-top: 0;
    font-size: 16px;
  }

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

  .container-7, .section-6, .section-7, .section-8, .section-8.inn8investsection, .container-10.contact-banner-container, .section-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-4.number-counter-div-number {
    font-size: 30px;
  }

  .number-counter-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-15 {
    padding-top: 0;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .solutions-tab {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu-2 {
    flex-flow: column;
    display: flex;
  }

  .section-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu-3 {
    width: 30%;
  }

  .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .awardsdiv.left {
    align-self: flex-start;
    padding: 0 20px 0 0;
  }

  .image-7 {
    min-width: 220px;
  }

  .section-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-18 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .section-15, .section-16, .section-17, .section-18, .section-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-to-video-card {
    flex-flow: column;
  }

  .howtocardright, .howtocardleft {
    width: 100%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .heading-webinar.small-caps, .heading-webinar.head-2-caps {
    text-align: left;
  }

  .heading-webinar {
    margin-top: 20px;
    line-height: 32px;
  }

  .heading-webinar.small-caps, .heading-webinar.head-2-caps {
    text-align: left;
  }

  .heading-webinar.head3 {
    margin-top: 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

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

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .primary-button.logins-card-button {
    text-align: center;
  }

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

  .heading-jumbo {
    margin-left: 0;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 32px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding: 0;
  }

  .intro-header {
    text-align: left;
    justify-content: center;
    position: static;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

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

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

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

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

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

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .body-copy {
    margin-left: 8px;
  }

  .body-copy.spacing {
    padding-top: 20px;
  }

  .body-copy.portbothead {
    font-size: 18px;
  }

  .head-2 {
    margin-top: 20px;
    margin-left: 8px;
    line-height: 32px;
  }

  .head-2.head3 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .head-2.margin {
    margin-top: 20px;
  }

  .div-block-2 {
    padding-left: 30px;
  }

  .image {
    display: none;
  }

  .container-6 {
    flex-flow: column;
  }

  .div-block-6 {
    margin-top: 20px;
    display: none;
  }

  .about-us-team-image {
    min-height: 100px;
  }

  .section-8, .section-8.contact-banner, .section-8.inn8investsection, .container-10, .container-10.contact-banner-container {
    min-height: 200px;
  }

  .paragraph-4.number-counter-div-number {
    font-size: 24px;
  }

  .div-block-10 {
    flex-flow: column;
  }

  .tabs-menu-3 {
    width: 35%;
  }

  .paragraph-6 {
    margin-left: 68px;
  }

  .div-block-11 {
    flex-flow: column;
  }

  .portbottomcard {
    border-right-width: 0;
    max-width: 100%;
  }

  .div-block-13, .tabs-3, .div-block-23 {
    flex-flow: column;
  }

  .localdesignfeatcard, .journeyvidcard {
    width: 100%;
  }

  .journeyvidcardcontainer {
    flex-flow: column;
  }

  .div-block-35 {
    flex-flow: row;
  }

  .how-to-video-card {
    flex-flow: column;
    width: 50%;
  }

  .howtocardright, .howtocardleft {
    width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .body-webinar-copy {
    margin-left: 8px;
  }

  .body-webinar-copy.spacing {
    padding-top: 20px;
  }

  .body-webinar-copy.portbothead {
    font-size: 18px;
  }

  .body-article-copy {
    margin-left: 8px;
  }

  .body-article-copy.spacing {
    padding-top: 20px;
  }

  .body-article-copy.portbothead {
    font-size: 18px;
  }

  .body-speaker-copy {
    margin-left: 8px;
  }

  .body-speaker-copy.spacing {
    padding-top: 20px;
  }

  .body-speaker-copy.portbothead {
    font-size: 18px;
  }

  .heading-webinar {
    margin-top: 20px;
    margin-left: 8px;
    line-height: 32px;
  }

  .heading-webinar.head3 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .heading-webinar.margin {
    margin-top: 20px;
  }
}

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

  .container {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-jumbo {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-jumbo.heading-blue {
    font-size: 30px;
  }

  .heading-jumbo-small {
    line-height: 32px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-header {
    min-height: 200px;
  }

  .intro-header.about-us-header {
    height: 200px;
    min-height: 200px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

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

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

<<<<<<< HEAD
=======
  .body-copy {
    margin-left: 0;
  }

  .body-copy.number-counter-div-label {
    padding-bottom: 0;
  }

  .div-block {
    flex-flow: column;
  }

  .container-3 {
    display: block;
  }

  .footer-div {
    border-right-width: 0;
  }

  .head-2 {
    margin-left: 0;
  }

  .section-5, .div-block-7 {
    margin-top: 0;
  }

  .container-9 {
    flex-flow: column;
  }

  .about-us-team-image {
    min-height: 280px;
  }

  .container-11 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .image-3, .image-4, .image-5 {
    max-width: 100px;
  }

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

  .container-12 {
    flex-flow: column;
  }

  .section-10 {
    padding-top: 0;
  }

  .columns-3, .tabs {
    flex-flow: column;
  }

  .tabs-menu-3 {
    width: 100%;
  }

  .paragraph-6 {
    margin-left: 0;
  }

  .div-block-14 {
    flex-flow: column;
  }

  .awardsdiv.left {
    min-height: 160px;
  }

  .inn8-invest-team-card {
    flex-flow: column;
  }

  .div-block-18 {
    margin-top: 20px;
  }

  .div-block-20 {
    flex-flow: column;
  }

  .solutionstitle {
    font-size: 18px;
  }

  .journeyvidcard.cardx2 {
    width: 100%;
  }

  .journeyvidcardcontainer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .journeyvidcardcontainer.invsol {
    flex-flow: column;
  }

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

  .servicepromiseflipbox.flip-1 {
    flex-flow: row;
  }

  .div-block-35 {
    flex-flow: column;
  }

  .flip-wrapper {
    flex: 1;
    width: 100%;
    margin-bottom: 280px;
  }

  .about-us-team-image-container {
    min-height: 280px;
    max-height: 285px;
  }

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

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

  .container-20 {
    flex-flow: column;
  }

  .div-block-37, .div-block-38 {
    width: 100%;
  }

  .container-21 {
    flex-flow: column;
  }

  .how-to-video-card {
    flex-flow: column;
    width: 100%;
  }

  .howtocardright, .howtocardleft {
    width: 100%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .body-webinar-copy {
    margin-left: 0;
  }

  .body-webinar-copy.number-counter-div-label {
    padding-bottom: 0;
  }

  .heading-webinar, .body-article-copy {
    margin-left: 0;
  }

  .body-article-copy.number-counter-div-label {
    padding-bottom: 0;
  }

  .body-speaker-copy {
    margin-left: 0;
  }

  .body-speaker-copy.number-counter-div-label {
    padding-bottom: 0;
  }

  .heading-webinar {
    margin-left: 0;
  }
}

#w-node-b864388e-2242-a0eb-c7c7-7959b9178a57-c31f8101 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b864388e-2242-a0eb-c7c7-7959b9178a8b-c31f8101 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b864388e-2242-a0eb-c7c7-7959b9178a8d-c31f8101 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23e88da3-ec0d-45ed-d775-44b232cd319e-c31f8101 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b864388e-2242-a0eb-c7c7-7959b9178a93-c31f8101 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_156ec92d-b00c-788e-6e2d-88f9fd8ae0e5-c31f8101 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_156ec92d-b00c-788e-6e2d-88f9fd8ae0e6-c31f8101 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto start;
}

#w-node-_5c0fd711-279d-f5cf-005c-d493c17012c5-f14666e2 {
  justify-self: auto;
}

#w-node-_5ded99f7-b59a-00a0-6b1e-60b3d3e8705a-f14666e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_994f186f-b26f-9c0a-a1ae-9c0fb731cba3-f14666e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_994f186f-b26f-9c0a-a1ae-9c0fb731cba6-f14666e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_994f186f-b26f-9c0a-a1ae-9c0fb731cba8-f14666e2, #w-node-_994f186f-b26f-9c0a-a1ae-9c0fb731cbab-f14666e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_994f186f-b26f-9c0a-a1ae-9c0fb731cbad-f14666e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_74504e17-ae75-6b78-3cac-c2f7fc99263a-f14666e2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_26c18164-ae48-48c0-2b7f-292520f62db5-f14666e2, #w-node-a335ca2e-82c3-7ad7-6763-3082ff1c5de8-f14666e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a614878-ac58-3df6-e4a3-ad845cfbb511-d20385dc, #w-node-e35f3774-28db-a7fb-fa3a-8fb54eaeba6f-d20385dc, #w-node-_6b4b4882-814c-5299-ebd5-8e015db461f5-d20385dc {
  place-self: center;
}

#w-node-_8f21b781-063b-d4f9-6708-8b6ec6fc4f9e-d20385dc, #w-node-f5f02008-62f8-b9b9-85bb-e17df598da27-d20385dc {
  align-self: center;
}

#w-node-_2ab14ead-dea7-680f-07f1-37c83a282854-d20385dc {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_2ab14ead-dea7-680f-07f1-37c83a282855-d20385dc {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

>>>>>>> dev

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