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

body {
  background-color: #f1f1f1;
  font-family: 'Plus Jakarta', sans-serif;
  color: #0a0a0a;
  font-size: 1em;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 3em;
  line-height: 1em;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 2em;
  line-height: 1em;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 2em;
  line-height: 1em;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
}

p {
  margin-bottom: 16px;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  color: #0a0a0a;
  text-decoration: underline;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 24px;
}

img {
  display: inline-block;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px 32px;
  border-left: 2px solid #f1f1f1;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
  color: #878787;
}

.sections {
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sections.dark-mode {
  background-color: #0a0a0a;
  color: #fff;
}

.sections.dark-mode.no-padding-bottom {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.sections.dark-mode.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.sections.dark-mode.large-paddings {
  padding-top: 160px;
  padding-bottom: 160px;
}

.sections.dark-mode.large-padding-bottom {
  padding-bottom: 200px;
}

.sections.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0a0a0a;
  color: #fff;
}

.sections.gray-mode {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1f1f1;
}

.sections.gray-mode.no-padding-bottom {
  padding-bottom: 0px;
}

.sections.red-mode {
  background-color: #b30838;
  color: #fff;
}

.sections.red-mode.no-padding-bottom {
  padding-bottom: 0px;
}

.sections.red-mode.contact-section {
  overflow: hidden;
  padding-bottom: 0px;
  background-color: #f1f1f1;
}

.sections.about-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0a0a0a;
  color: #bebebe;
}

.sections.no-padding-bottom {
  padding-top: 80px;
  padding-bottom: 0px;
  text-align: center;
}

.sections.no-padding-bottom.approach {
  display: none;
}

.sections.portfolio-hero {
  display: block;
  padding-top: 61px;
  padding-bottom: 0px;
  background-color: #fff;
  color: #bebebe;
  text-align: center;
}

.sections.portfolio-case-section {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #0a0a0a;
  color: #fff;
}

.sections.case-studies-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0a0a0a;
  color: #fff;
}

.sections.contact-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.sections.top-section {
  padding-top: 160px;
}

.sections.large-section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.sections.large-paddings {
  padding-top: 160px;
  padding-bottom: 160px;
}

.sections.blog-hero {
  padding-top: 160px;
  padding-bottom: 100px;
}

.sections.first-section {
  padding-top: 160px;
  padding-bottom: 100px;
}

.sections.first-section.dark-section {
  background-color: #0a0a0a;
  color: #fff;
}

.sections.case-studies-section-intro {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #0a0a0a;
  color: #bebebe;
}

.sections.parallax-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 520px;
  padding-top: 0px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #bebebe;
}

.sections.gray-mode-copy {
  padding-top: 101px;
  padding-bottom: 59px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 49, 49, 0.2)), to(rgba(49, 49, 49, 0.2))), url('../images/pexels-luis-quintero-2833037.jpeg');
  background-image: linear-gradient(180deg, rgba(49, 49, 49, 0.2), rgba(49, 49, 49, 0.2)), url('../images/pexels-luis-quintero-2833037.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.sections.gray-mode-copy.no-padding-bottom {
  padding-bottom: 0px;
}

.container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1246px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 90px;
  padding-left: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.container.narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1070px;
  margin-bottom: 48px;
}

.container.footer-container {
  max-width: 1070px;
  margin-top: -35px;
  margin-bottom: -14px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.full-container {
  max-width: 100%;
}

.container.portfolio-box-container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container.portfolio-box-container.left-align-case {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.very-narrow {
  max-width: 800px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.row.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.no-margin-row {
  margin-right: 0px;
  margin-left: 0px;
}

.row.no-margin-row-copy {
  margin-right: 0px;
  margin-left: 0px;
}

.row.numbers-row {
  margin-bottom: 48px;
}

.row.full-row {
  margin-right: -90px;
  margin-left: -90px;
}

.row.tablet-vertical {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.portfolio-row {
  position: relative;
  z-index: 1;
  margin-right: 0px;
  margin-left: 0px;
}

.col {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.projects-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col.projects-col.left-col {
  border-left-width: 0px;
}

.col.case-study-col {
  width: 25%;
}

.col.vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.clients-col {
  max-width: 470px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.grow-if-possible {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col.text-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.col.color-col {
  display: block;
  padding: 50px 68px;
  background-color: #f1f1f1;
  background-image: none;
}

.col.color-col.red-col {
  display: block;
  background-color: #b30838;
  background-image: none;
  color: #fff;
}

.col.see-more-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col.photos-full-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col.contact-col {
  max-width: 220px;
}

.col.contact-padding {
  display: block;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
}

.col.contact-page-col {
  max-width: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
}

.col.half-col {
  width: 50%;
  margin-bottom: 56px;
}

.col.footer-col {
  margin-top: 30px;
  margin-right: 64px;
  background-image: none;
}

.col.footer-inside-col {
  margin-right: 32px;
}

.col.team-col {
  width: 33.333333333333336%;
}

.col.medium-col {
  max-width: 460px;
}

.col.small-col {
  max-width: 320px;
}

.col.center-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.reference-col {
  width: 33.333333333333336%;
  margin-bottom: 24px;
}

.section-header {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 640px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.section-header.large {
  margin-bottom: 56px;
}

.section-header.center-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.section-header.line-divider {
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-left: 0px;
  border-bottom: 3px solid #000;
  text-align: center;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-wrapper.large-wrapper {
  margin-top: 40px;
}

.button {
  padding: 15px 36px;
  border-style: solid;
  border-width: 1px;
  border-color: #0a0a0a;
  background-color: #0a0a0a;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-weight: 400;
}

.button:hover {
  background-color: transparent;
  color: #b30838;
}

.button.reversed {
  border-color: #fff;
  background-color: #fff;
  color: #0a0a0a;
}

.button.reversed:hover {
  background-color: #0a0a0a;
  color: #fff;
}

.button.border {
  background-color: transparent;
  color: #0a0a0a;
}

.button.border:hover {
  background-color: #0a0a0a;
  color: #fff;
}

.button-left {
  margin-right: 15px;
}

.nav-link {
  margin-right: 32px;
  padding: 8px 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 0.8;
}

.nav-link.w--current {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.nav-link.black-link {
  color: #0a0a0a;
}

.nav-link.hiring {
  margin-top: -10px;
  margin-left: -18px;
  padding: 3px 8px 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #b30838;
  border-radius: 24px;
  background-color: #b30838;
  -webkit-transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, opacity 200ms ease;
  font-size: 10px;
  line-height: 10px;
}

.nav-link.hiring:hover {
  background-color: transparent;
  color: #b30838;
}

.navbar {
  position: static;
  left: 0%;
  top: 38px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 34px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0a0a0a;
}

.logo {
  width: 100%;
  max-width: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1246px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 90px;
  padding-left: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a0a0a;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu.dark-mode {
  margin-left: 85px;
}

.content-400 {
  width: 100%;
  max-width: 400px;
}

.content-800 {
  width: 100%;
  max-width: 800px;
}

.hero-title-wrap {
  width: 100%;
  max-width: 900px;
  margin-bottom: 8px;
}

.hero-text-wrap {
  width: 100%;
  max-width: 522px;
  color: #878787;
}

.paragraph-large {
  background-color: #b30838;
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  background-clip: border-box;
}

.animation-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}

.animation-wrap.large-margin {
  margin-bottom: 24px;
}

.animation-stripe-black {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: 100%;
  background-color: #0a0a0a;
}

.animation-stripe-black.dark-mode {
  background-color: #0a0a0a;
}

.animation-stripe-black.gray-stripe {
  background-color: #f1f1f1;
}

.animation-stripe-black.reverse-stripe {
  background-color: #f1f1f1;
}

.animation-stripe-white {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: 100%;
  background-color: #fff;
}

.animation-stripe-white.dark-mode {
  background-color: #fff;
}

.animation-stripe-white.gray-stripe {
  background-color: #f1f1f1;
}

.animation-stripe-white.reverse-stripe {
  background-color: #0a0a0a;
}

.intro-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 67vh;
  max-width: 44vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.brand {
  position: absolute;
  left: 4px;
  top: -16px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.brand.w--current {
  top: auto;
}

.contact-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.contact-nav-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #878787;
  font-size: 16px;
  text-decoration: none;
}

.contact-nav-element:hover {
  color: #fff;
}

.contact-nav-element.light-mode:hover {
  color: #0a0a0a;
}

.contact-nav-dot {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  margin-right: 24px;
  border-radius: 50%;
  background-color: #b30838;
}

.intro-socials {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36vw;
  height: 84px;
  margin-bottom: 40px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #0a0a0a;
  -o-object-fit: fill;
  object-fit: fill;
}

.intro-socials.red-mode {
  background-color: #b30838;
  color: #fff;
}

.red-dot {
  width: 10px;
  height: 10px;
  margin-right: 24px;
  border-radius: 50%;
  background-color: #b30838;
}

.socials-stripe {
  height: 1px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #bebebe;
}

.social-box {
  margin-left: 24px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-box:hover {
  opacity: 0.5;
}

.social-icon {
  width: 20px;
  height: 20px;
}

.scroll-down-wrap {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.scroll-down-wrap:hover {
  opacity: 0.6;
}

.scroll-down-dot {
  position: relative;
  z-index: 3;
  width: 10px;
  height: 10px;
  margin-bottom: 9px;
  border-radius: 50%;
  background-color: #878787;
}

.scroll-down-text {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
  background-color: #0a0a0a;
  color: #878787;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.scroll-down-stripe {
  width: 1px;
  height: 16px;
  margin-bottom: 4px;
  margin-left: -0.5px;
  background-color: #878787;
}

.scroll-down-stripe.bottom {
  height: 27px;
  margin-bottom: 0px;
}

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

.project-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-wrap._1 {
  position: relative;
  margin-top: 120px;
}

.project-wrap._2 {
  position: relative;
  margin-top: 345px;
  margin-right: 128px;
  margin-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.project-image {
  position: relative;
}

.project-dot {
  position: absolute;
  left: -133.5px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b30838;
}

.project-dot.left-dot {
  left: auto;
  right: -133px;
  z-index: 1;
}

.project-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.center-line-border {
  border-left: 1px solid #bebebe;
}

.more-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  margin-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #bebebe;
  text-align: center;
  text-decoration: none;
}

.more-wrap:hover {
  color: #878787;
}

.more-dot {
  position: relative;
  z-index: 3;
  width: 10px;
  height: 10px;
  margin-bottom: 8px;
  border-radius: 50%;
  background-color: #bebebe;
}

.about-image-wrap {
  position: relative;
  max-width: 38vw;
  margin-top: 51px;
}

.wrap-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-top: 72px;
  margin-left: 63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.small-margin {
  margin-bottom: 4px;
  color: #b30838;
}

.wrap-small {
  width: 100%;
  max-width: 320px;
}

.gray-text {
  color: #3a3a3a;
  line-height: 24px;
  text-align: left;
}

.gray-text.no-margin-bottom {
  margin-bottom: 0px;
}

.gray-text.light-color {
  color: #bebebe;
}

.black-dot {
  width: 10px;
  height: 10px;
  margin-bottom: 32px;
  border-radius: 50%;
  background-color: #0a0a0a;
}

.animated-header {
  margin-bottom: 0px;
  color: #0a0a0a;
  font-size: 2em;
  text-align: left;
}

.animated-header.centered {
  padding-bottom: 0px;
  background-color: transparent;
  color: #b30838;
  font-size: 2.5em;
  text-align: center;
}

.animated-header.left-title {
  text-align: left;
}

.animated-header.right-title {
  text-align: left;
}

.animated-header.sub {
  font-size: 1.75em;
  line-height: 1.25em;
}

.wrap-medium {
  width: 100%;
  max-width: 640px;
}

.service-tabs {
  position: absolute;
  left: 50%;
  top: -160px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #bebebe;
}

.tab.w--current {
  background-color: transparent;
  color: #fff;
}

.tab-dot {
  width: 10px;
  height: 10px;
  margin-top: 4px;
  margin-right: 24px;
  border-radius: 50%;
  background-color: #bebebe;
}

.tab-dot._1 {
  display: inline-block;
  background-color: #b30838;
}

.tab-dot._2 {
  display: inline-block;
  background-color: #b30838;
}

.tabs-content {
  width: 100%;
}

.service-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #0a0a0a;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  color: #f1f1f1;
  text-decoration: none;
}

.service-wrap:hover {
  border-color: #0a0a0a;
  background-color: #fff;
  color: #0a0a0a;
}

.image {
  width: 100%;
  height: 150px;
  margin-bottom: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-element {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 120px;
  background-color: #f1f1f1;
}

.background-element.red-element {
  height: 460px;
  background-color: #b30838;
}

.background-element.portfolio-footer {
  height: 120px;
  background-color: #b30838;
}

.logotypes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logotype-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}

.logotype-wrap.logos-cta-wrap {
  display: none;
}

.logotype {
  width: 72%;
  max-height: 30px;
  margin: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}

.content-365 {
  width: 100%;
  max-width: 365px;
}

.logotypes-wrap {
  position: relative;
}

.table-border-hide {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  background-color: #f1f1f1;
}

.table-border-hide.right-side {
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  width: 3px;
  height: 100%;
}

.full-width {
  overflow: hidden;
  width: 100%;
}

.full-width.portfolio-image {
  position: relative;
}

.form-block {
  width: 100%;
  padding: 56px;
  background-color: #fff;
  color: #0a0a0a;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #b30838;
  color: #fff;
  text-align: center;
}

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

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  margin-bottom: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 0px;
  float: none;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  padding-right: 24px;
  color: #fff;
  text-decoration: none;
}

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

.footer-link.w--current {
  padding-right: 24px;
  padding-left: 0px;
}

.text-field {
  height: 60px;
  margin-bottom: 24px;
  padding: 20px 24px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #0a0a0a;
  background-color: transparent;
  font-size: 16px;
}

.text-field::-webkit-input-placeholder {
  color: #bebebe;
}

.text-field:-ms-input-placeholder {
  color: #bebebe;
}

.text-field::-ms-input-placeholder {
  color: #bebebe;
}

.text-field::placeholder {
  color: #bebebe;
}

.text-field.white-field {
  border-bottom-color: #fff;
  color: #fff;
}

.text-field.white-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field.white-field:-ms-input-placeholder {
  color: #fff;
}

.text-field.white-field::-ms-input-placeholder {
  color: #fff;
}

.text-field.white-field::placeholder {
  color: #fff;
}

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

.size-2 {
  font-size: 48px;
  line-height: 62px;
}

.about-hero-text-wrap {
  width: 100%;
  max-width: 676px;
}

.read-more {
  display: inline-block;
  border-bottom: 1px solid #bebebe;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: #bebebe;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
}

.read-more:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.read-more.dark-gray {
  border-bottom-color: #878787;
  color: #878787;
}

.read-more.dark-gray:hover {
  border-bottom-color: #0a0a0a;
  color: #0a0a0a;
}

.read-more.black-color {
  border-bottom-color: #0a0a0a;
  color: #0a0a0a;
}

.read-more.black-color:hover {
  border-bottom-color: #878787;
  color: #878787;
}

.read-more.see-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-30%, 0px) rotate(-90deg);
  -ms-transform: translate(-30%, 0px) rotate(-90deg);
  transform: translate(-30%, 0px) rotate(-90deg);
}

.read-more.see-more:hover {
  border-bottom-color: #0a0a0a;
  color: #0a0a0a;
}

.read-more.white-color {
  display: block;
  border-bottom-color: #fff;
  color: #3a3a3a;
  font-size: 16px;
  white-space: nowrap;
}

.read-more.portfolio-read-more {
  border-bottom-color: #0a0a0a;
  -webkit-transition: opacity 200ms ease, border-color 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, border-color 200ms ease, color 200ms ease;
  color: #0a0a0a;
}

.read-more.portfolio-read-more:hover {
  opacity: 0.7;
}

.about-intro-dot {
  width: 10px;
  height: 10px;
  margin-bottom: 64px;
  border-radius: 50%;
  background-color: #bebebe;
}

.text-wrap {
  width: 100%;
  max-width: 340px;
}

.number-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.number-dot {
  position: absolute;
  left: -32px;
  top: 12px;
  right: auto;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #bebebe;
}

.number-dot.closer-space {
  left: -24px;
}

.number-dot.closer-space.white-color {
  background-color: #fff;
}

.content-300 {
  width: 100%;
  max-width: 300px;
}

.reference-box {
  padding: 40px;
  border: 3px solid #000;
}

.feed-wrapper {
  width: 100%;
}

.feed-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feed-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding-bottom: 33%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.feed-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  max-width: 580px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 80px;
}

.social-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feed-dot {
  width: 10px;
  height: 10px;
  margin-right: 24px;
  border-radius: 50%;
  background-color: #b30838;
}

.socials-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-text-link {
  margin-bottom: 16px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #bebebe;
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.social-text-link:hover {
  color: #fff;
}

.social-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feed-filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(10, 10, 10, 0.17);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.feed-filter:hover {
  background-color: rgba(10, 10, 10, 0);
}

.contact-icon {
  height: 80px;
}

.contact-label {
  margin-top: 16px;
  margin-bottom: 0px;
}

.case-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 32px;
  background-color: #b30838;
  -webkit-transition: max-width 400ms ease;
  transition: max-width 400ms ease;
  text-decoration: none;
}

.case-label {
  display: inline-block;
}

.case-dicider {
  width: 6px;
  height: 6px;
  margin-top: 13px;
  margin-right: 16px;
  margin-left: 16px;
  border-radius: 50%;
  background-color: #0a0a0a;
}

.case-wrap {
  position: relative;
  max-width: 320px;
  padding: 32px;
  background-color: #fff;
  color: #0a0a0a;
}

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

.bordered-text {
  margin-bottom: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0a0a0a;
  font-size: 62px;
  text-shadow: 0 -1px 0 #fff, 0 1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff;
}

.bordered-text:hover {
  color: #fff;
  text-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff;
}

.bordered-text.red-text {
  color: #b30838;
}

.bordered-text.red-text:hover {
  color: #fff;
}

.text-mover {
  overflow: hidden;
  -webkit-transform: translate(0px, -52px);
  -ms-transform: translate(0px, -52px);
  transform: translate(0px, -52px);
}

.mover-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.mover-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.mover-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.mover-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mover-wrapper.red-background {
  background-color: #f1f1f1;
}

.mover-dot {
  width: 10px;
  height: 10px;
  margin-top: -7px;
  margin-right: 48px;
  margin-left: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
}

.case-studies-wrapper {
  width: 100%;
}

.case-studies-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.case-studies-item {
  width: 33.333333333333336%;
  height: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.case-study-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  margin-bottom: 24px;
  padding: 24px;
  background-color: #b30838;
  text-decoration: none;
}

.case-study-content-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0a0a0a;
}

.white-case-element {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.case-study-name {
  margin-bottom: 8px;
}

.case-studies-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.contact-page-wrap {
  margin-bottom: 32px;
}

.contact-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-bottom: 55px;
  padding: 25px 83px 0px 81px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contact-social-dot {
  width: 8px;
  height: 8px;
  margin-top: 1px;
  margin-right: 24px;
  border-radius: 50%;
  background-color: #bebebe;
}

.team-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #bebebe;
  text-decoration: none;
}

.team-link:hover {
  color: #fff;
}

.team-image {
  margin-bottom: 24px;
  padding-right: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.team-image:hover {
  opacity: 0.9;
}

.join-us-wrap {
  max-width: 400px;
}

.open-role-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #0a0a0a;
  -webkit-transition: padding 200ms ease, background-color 200ms ease;
  transition: padding 200ms ease, background-color 200ms ease;
  text-decoration: none;
}

.open-role-link:hover {
  padding-right: 50px;
  padding-left: 50px;
  background-color: #f1f1f1;
}

.open-role-arrow {
  width: 16px;
}

.open-role-arrow.hidden {
  display: none;
}

.open-role-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.open-role-content {
  overflow: hidden;
}

.open-role-text {
  margin-top: 32px;
}

.open-role-info {
  margin-top: 32px;
}

.open-role-info.on-page {
  margin-top: 0px;
  margin-bottom: 48px;
}

.label {
  margin-bottom: 4px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-dot-black {
  width: 10px;
  height: 10px;
  margin-bottom: 64px;
  border-radius: 50%;
  background-color: #0a0a0a;
}

.white-dot {
  width: 10px;
  height: 10px;
  margin-right: 24px;
  border-radius: 50%;
  background-color: #fff;
}

.blog-photo {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-decoration: none;
}

.open-role-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bebebe;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 2px solid #fff;
}

.footer-bottom-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-social {
  margin-right: 16px;
  padding: 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.footer-social:hover {
  background-color: #fff;
}

.footer-social-icon {
  width: 20px;
  height: 20px;
}

.copyright {
  font-size: 14px;
  text-align: right;
}

.footer-text {
  font-size: 14px;
}

.white-link {
  color: #fff;
}

.project-image-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  border-style: solid;
  border-width: 0px;
  border-color: #b30838;
}

.project-item-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.intro-animation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.intro-stripe {
  height: 12.5vh;
  background-color: #fff;
}

.burger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 6px 6px 25px 0 rgba(40, 7, 128, 0.15);
  cursor: pointer;
}

.burger-bar-wrap {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bar-1 {
  width: 18px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
}

.bar-2 {
  width: 36px;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  background-color: #fff;
}

.bar-3 {
  width: 18px;
  height: 4px;
  float: right;
  border-radius: 2px;
  background-color: #fff;
}

.about-image {
  width: 100%;
  height: 100%;
}

.about-heading {
  margin-bottom: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.medium-margin {
  margin-bottom: 8px;
}

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

.project-link.left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.project-line {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background-color: #b30838;
}

.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.case-studies-title-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-studies-dot {
  width: 10px;
  height: 10px;
  margin-top: 20px;
  margin-right: 56px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #bebebe;
}

.parallax-image {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.parallax-filter {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#0a0a0a));
  background-image: linear-gradient(180deg, transparent, #0a0a0a);
}

.link-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #bebebe;
  text-decoration: none;
}

.link-flex:hover {
  color: #fff;
}

.case-link-icon {
  max-width: 120px;
  margin-right: 40px;
}

.content-500 {
  width: 100%;
  max-width: 500px;
}

.content-600 {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.extra-portfolio-photo {
  position: absolute;
  left: -93px;
  top: auto;
  right: auto;
  bottom: -110px;
  width: 100%;
  max-width: 380px;
}

.half-element {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  background-color: #161616;
  color: #878787;
}

.portfolio-image {
  max-width: 33vw;
}

.next-project-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.next-project-text {
  -webkit-transition: color 200ms ease, letter-spacing 200ms ease;
  transition: color 200ms ease, letter-spacing 200ms ease;
  color: #fff;
  font-size: 83px;
  line-height: 83px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.next-project-text:hover {
  color: #e0e0e0;
  letter-spacing: 12px;
}

.next-project-name-wrap {
  position: relative;
}

.next-project-stripe {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 0%;
  background-color: #0a0a0a;
}

.open-project {
  margin-bottom: 0px;
}

.next-project-name {
  margin-bottom: 0px;
  color: #bebebe;
}

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

.blog-photo-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}

.blog-image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-title {
  font-size: 48px;
  line-height: 62px;
}

.blog-photo-wrapper {
  overflow: hidden;
  margin-bottom: 24px;
}

.icons-flex {
  margin-bottom: 48px;
}

.license-photo {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.license-col {
  width: 100%;
  margin-bottom: 64px;
  padding-right: 15px;
  padding-left: 15px;
}

.wrap.large {
  max-width: 540px;
}

.license-icon {
  width: 24px;
  margin-right: 32px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404-icon {
  margin-bottom: 8px;
}

.success-message {
  border: 2px solid #000;
  background-color: transparent;
}

.success-message.white-message {
  border-color: #fff;
}

.error-message {
  padding: 16px 24px;
  border: 1px solid #000;
  background-color: transparent;
}

.error-message.white-message {
  margin-top: 24px;
  border-color: #fff;
}

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

.contact-image {
  display: block;
  max-height: 100%;
  padding-top: 10px;
  padding-bottom: 0px;
}

.service-title {
  margin-bottom: 0px;
  opacity: 1;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3a3a3a;
}

.service-title:hover {
  color: #f1f1f1;
}

.apply-box {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  padding: 48px;
  background-color: #b30838;
  color: #fff;
}

.cookies {
  position: fixed;
  left: 40px;
  top: auto;
  right: auto;
  bottom: 40px;
  z-index: 999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 460px;
  padding: 16px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b30838;
  color: #fff;
}

.cookies-text {
  margin-bottom: 0px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
}

.white-link-2 {
  color: #fff;
}

.button-cookies {
  padding: 14px 25px;
  border: 2px solid #333;
  background-color: #282828;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.button-cookies:hover {
  border-color: #333;
  background-color: transparent;
  color: #333;
}

.button-cookies.reversed {
  border-color: #fff;
  background-color: #fff;
  color: #333;
}

.button-cookies.reversed:hover {
  background-color: #333;
  color: #fff;
}

.button-cookies.reversed.small {
  padding: 3px 7px;
  cursor: pointer;
}

.image-2 {
  margin-left: 24px;
  padding-top: 0px;
}

.heading {
  text-transform: none;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.37);
}

.heading-2 {
  color: #fff;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.approach-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.approach-container._2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.approach-image {
  width: 100%;
  max-width: 450px;
  margin-right: 40px;
}

.approach-image.right {
  margin-right: 0px;
  margin-left: 40px;
}

.feature-image {
  width: 300px;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-3 {
  text-decoration: none;
  white-space: normal;
  background-clip: border-box;
}

.image-3 {
  margin-top: 4px;
  margin-left: 40px;
}

.hero {
  display: block;
  margin-left: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.image-5 {
  width: 320px;
}

.cards-section {
  padding-top: 0px;
  padding-bottom: 100px;
}

.centered-container {
  padding-bottom: 33px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  text-align: center;
}

.cards-grid-container90n90 {
  display: -ms-grid;
  display: grid;
  max-width: none;
  margin-bottom: 0px;
  padding-top: 57px;
  justify-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-grid-container90n90.cards-grid-container-2-copy {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  padding-bottom: 0px;
  border-radius: 0%;
  text-align: left;
}

.cards-image-mask:hover {
  -webkit-transform: translate(0px, -14px) scale(1.025);
  -ms-transform: translate(0px, -14px) scale(1.025);
  transform: translate(0px, -14px) scale(1.025);
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-image:hover {
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}

.paragraph {
  display: inline;
  color: #3a3a3a;
  line-height: 24px;
  text-align: left;
}

.cards-section-2 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.paragraph-2 {
  color: #3a3a3a;
  line-height: 24px;
  text-align: left;
}

.cards-section-3 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.paragraph-3 {
  color: #878787;
  text-align: left;
}

.cards-section-4 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.paragraph-4 {
  max-width: 640px;
  color: #878787;
  text-align: left;
}

.cards-section-5 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.paragraph-5 {
  max-width: 640px;
  color: #3a3a3a;
  line-height: 24px;
  text-align: left;
}

.paragraph-6 {
  font-size: 14px;
  line-height: 32px;
  text-indent: 0px;
  -webkit-column-count: 0;
  column-count: 0;
}

.gallery {
  padding-top: 0px;
  padding-bottom: 0px;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.5fr 20px 0.5fr 20px 0.5fr 20px 0.5fr;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: 76px 20px 62px;
  grid-template-rows: 76px 62px;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-7 {
  margin-bottom: 0px;
  color: #3a3a3a;
}

.paragraph-8 {
  padding-top: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3a3a3a;
  line-height: 24px;
}

.link {
  color: #b30838;
}

.paragraph-9 {
  display: block;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.5), transparent), url('../images/CM-Background.png');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  color: #fff;
}

.hero-overlay.approach {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.6), transparent), url('../images/analyzing-data-Web.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-attachment: scroll, scroll;
}

.hero-overlay.solutions {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.5), transparent), url('../images/lightbulbs-blue-background-idea-concept.jpg');
  background-position: 0px 0px, 50% 50%;
}

.image-6 {
  display: inline-block;
  margin-top: 16px;
  text-align: left;
  text-decoration: underline;
}

.container-2 {
  max-width: 90%;
  margin-left: 20px;
  font-family: Roboto, sans-serif;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #f1f1f1;
}

.nav-link-2 {
  background-color: transparent;
}

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

.nav-link-2:visited {
  color: #b30838;
}

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

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.viewport {
  height: 100vh;
}

.videobg {
  height: 100vh;
}

.vvideooverlay {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.text-block {
  padding-top: 0px;
}

.herotext {
  display: block;
  height: 100vh;
  margin-right: 0px;
  padding-top: 330px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 64px;
  font-weight: 900;
  text-align: left;
}

.heading-4 {
  color: #3a3a3a;
}

.heading-5 {
  color: #3a3a3a;
}

.heading-6 {
  margin-bottom: 8px;
  padding-top: 8px;
  color: #002643;
  text-align: center;
}

.heading-7 {
  margin-bottom: 8px;
  padding-top: 8px;
  color: #002643;
  text-align: center;
}

.heading-8 {
  margin-bottom: 8px;
  padding-top: 8px;
  color: #002643;
}

.paragraph-10 {
  color: #0a0a0a;
  line-height: 22px;
}

.paragraph-11 {
  margin-bottom: 16px;
  padding-top: 0px;
  color: #0a0a0a;
  line-height: 22px;
  text-align: center;
}

.paragraph-12 {
  color: #0a0a0a;
  line-height: 22px;
  text-align: center;
}

.heading-9 {
  margin-bottom: 8px;
  padding-top: 8px;
  color: #b30838;
  text-align: center;
}

.heading-10 {
  margin-bottom: 8px;
  padding-top: 8px;
  color: #b30838;
  text-align: center;
}

.heading-11 {
  margin-bottom: 8px;
  padding-top: 8px;
  color: #b30838;
  text-align: center;
}

.paragraph-13 {
  color: #3a3a3a;
  line-height: 22px;
  text-align: center;
}

.paragraph-14 {
  color: #3a3a3a;
  line-height: 22px;
  text-align: center;
}

.paragraph-15 {
  color: #3a3a3a;
  line-height: 22px;
  text-align: center;
}

.heading-12 {
  margin-bottom: 8px;
  padding-top: 8px;
  color: #002643;
  text-align: center;
}

.heading-13 {
  margin-bottom: 8px;
  padding-top: 8px;
  color: #002643;
  text-align: center;
}

.heading-14 {
  margin-bottom: 8px;
  padding-top: 8px;
  color: #002643;
  text-align: center;
}

.paragraph-16 {
  color: #3a3a3a;
  line-height: 22px;
  text-align: center;
}

.paragraph-17 {
  color: #3a3a3a;
  line-height: 22px;
  text-align: center;
}

.paragraph-18 {
  color: #3a3a3a;
  line-height: 22px;
  text-align: center;
}

.image-7 {
  width: 300px;
  height: 300px;
}

.vvideooerlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.logocontainer {
  padding-top: 15%;
  text-align: center;
}

.texthero {
  font-family: Roboto, sans-serif;
  font-size: 0px;
  font-weight: 900;
}

.text-hero {
  display: block;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
}

.textsecondary {
  display: block;
  margin-right: 0px;
  padding-top: 63px;
  padding-right: 0px;
  padding-left: 32px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.bold-text {
  display: inline;
  margin-left: 32px;
  padding-left: 0px;
  color: #fff;
  font-size: 56px;
  line-height: 60px;
  text-align: center;
}

.text-block-2 {
  display: inline-block;
  overflow: scroll;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 16px;
  text-decoration: none;
}

.div-block-2 {
  display: inline-block;
}

.div-block-3 {
  display: inline-block;
  margin-top: 31px;
  padding-left: 135px;
  font-weight: 500;
}

.brand-2 {
  display: inline;
}

.brand-2:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.brand-2.w--current {
  display: block;
  margin-left: 16px;
}

.gallery-2 {
  padding-top: 52px;
  padding-bottom: 80px;
}

.gallery-grid-container-2 {
  display: -ms-grid;
  display: grid;
  width: auto;
  margin-top: 9px;
  padding-right: 200px;
  padding-bottom: 66px;
  padding-left: 200px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.news-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  padding-top: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.image-8 {
  display: inline-block;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/pexels-burst-373912.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/pexels-burst-373912.jpg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.hero-overlay-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 169px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/d1bab6e8-9028-4a4c-aa6f-d7b04e69e46b.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/d1bab6e8-9028-4a4c-aa6f-d7b04e69e46b.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  color: #fff;
  text-align: center;
}

.heading-15 {
  font-size: 64px;
  text-align: center;
}

.paragraph-19 {
  line-height: 24px;
  text-align: center;
}

.image-9 {
  margin-bottom: 24px;
  padding-bottom: 0px;
}

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

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

.rich-text-block {
  display: block;
  margin-right: 59px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.rich-text-block-2 {
  padding-left: 57px;
  text-align: left;
}

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

.heading-16sub {
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.heading-17 {
  text-align: center;
  text-decoration: none;
}

.paragraph-20 {
  text-decoration: none;
}

.link-block {
  display: block;
  text-align: center;
  text-decoration: none;
}

.paragraph-21 {
  margin-bottom: 46px;
}

.image-12 {
  display: inline-block;
  text-align: center;
}

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

.image-14 {
  width: 40px;
  height: 40px;
  margin-top: 8px;
  margin-bottom: 16px;
  padding-top: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.paragraph-22 {
  margin-bottom: 40px;
  color: #3a3a3a;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.heading-18 {
  color: #3a3a3a;
}

.text-block-3 {
  color: #b30838;
}

.text-span {
  color: #b30838;
}

.div-block-5 {
  width: 550px;
  height: 250px;
  margin-left: 5%;
  padding-top: 24px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

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

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.link-block-7 {
  text-decoration: none;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-8:hover {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.link-block-8.w--current {
  text-align: center;
}

.link-block-9 {
  text-decoration: none;
}

.link-block-9.w--current {
  text-align: center;
}

.link-block-10 {
  text-decoration: none;
}

.hero-paragraph {
  width: 50vw;
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 24px;
}

.heading-19 {
  font-weight: 300;
}

.heading-20 {
  font-weight: 300;
}

.div-block-6 {
  display: block;
  padding-top: 40px;
}

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

.image-16 {
  width: 150px;
}

.image-17 {
  width: 150px;
}

.image-18 {
  width: 150px;
}

.div-block-7 {
  text-align: center;
}

.div-block-8 {
  text-align: center;
}

.paragraph-24 {
  color: #fff;
  text-align: center;
}

.heading-21 {
  color: #fff;
  text-align: center;
}

.heading-22 {
  color: #fff;
  text-align: center;
}

.paragraph-25 {
  color: #fff;
  text-align: center;
}

.heading-23 {
  color: #fff;
  text-align: center;
}

.paragraph-26 {
  color: #fff;
  text-align: center;
}

.brand-3 {
  padding-left: 16px;
}

.brand-4 {
  padding-left: 16px;
}

.brand-5 {
  padding-left: 16px;
}

.hero-2 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-24 {
  display: block;
}

.div-block-9 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-4 {
  display: block;
  padding-top: 58px;
  padding-bottom: 32px;
  font-family: Roboto, sans-serif;
  font-size: 56px;
  font-weight: 700;
  text-align: center;
}

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

.div-block-10 {
  margin-top: 24px;
}

.text-block-5 {
  padding-bottom: 34px;
  font-family: Roboto, sans-serif;
  font-size: 48px;
}

.cards-section-7 {
  padding-top: 87px;
  padding-bottom: 0px;
  background-color: #fff;
}

.div-block-11 {
  text-align: center;
}

.image-19 {
  width: 300px;
  text-align: center;
}

.div-block-12 {
  text-align: center;
}

.cards-grid-container-2-copy {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.centered-container-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-25 {
  margin-top: 16px;
}

.heading-26 {
  margin-top: 16px;
}

.cards-grid-container-2dos-copy {
  display: -ms-grid;
  display: grid;
  margin-bottom: 67px;
  padding-top: 24px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.paragraph-27 {
  display: block;
  margin-bottom: 43px;
  padding-top: 8px;
  font-size: 24px;
}

.button-2 {
  background-color: #b30838;
}

.button-3 {
  background-color: #b30838;
}

.button-4 {
  background-color: #b30838;
}

.button-5 {
  background-color: #b30838;
}

.button-6 {
  background-color: #b30838;
}

.text-block-6 {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #3a3a3a;
  font-size: 32px;
  font-weight: 400;
}

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

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

.bold-text-2 {
  font-size: 32px;
}

.hero-overlay-coopy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 90vh;
  max-height: 780px;
  padding-top: 178px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/d1bab6e8-9028-4a4c-aa6f-d7b04e69e46b.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/d1bab6e8-9028-4a4c-aa6f-d7b04e69e46b.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.heading-27 {
  text-align: left;
}

.paragraph-28 {
  display: block;
  text-align: left;
}

.heading-28 {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 37px;
  text-align: left;
}

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

.heading-29 {
  text-align: left;
}

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

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

.heading-30 {
  text-align: left;
}

.hero-overlay-coopy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), to(rgba(0, 0, 0, 0.53))), url('../images/contact-img.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53)), url('../images/contact-img.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

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

.text-block-7 {
  font-family: Roboto, sans-serif;
  color: #b30838;
  font-weight: 700;
}

.cards-grid-container-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.cards-image-mask-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-31 {
  color: #3a3a3a;
}

.heading-32 {
  color: #3a3a3a;
}

.heading-33 {
  color: #3a3a3a;
}

.paragraph-32 {
  color: #3a3a3a;
}

.paragraph-33 {
  color: #3a3a3a;
}

.paragraph-34 {
  color: #3a3a3a;
}

.heading-31-ckopy {
  margin-bottom: 0px;
  padding-bottom: 24px;
  color: #b30838;
}

.text-block-8 {
  margin-top: 20px;
  padding-bottom: 0px;
  color: #3a3a3a;
  font-weight: 700;
}

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

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

.text-block-9 {
  display: inline;
  color: #b30838;
  text-decoration: none;
}

.div-block-17 {
  display: block;
  text-align: center;
}

.llallalal {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  text-align: center;
}

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

.link-block-11 {
  text-decoration: none;
}

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

.html-embed {
  padding-bottom: 33px;
  text-align: center;
}

.bio-page-heading {
  margin-bottom: auto;
  text-align: center;
}

.bio-page-heading.pa {
  color: #3a3a3a;
  text-align: center;
}

.bio-page-heading.pm {
  color: #3a3a3a;
  text-align: center;
}

.bio-page-heading.em {
  color: #3a3a3a;
  text-align: center;
}

.container-6 {
  display: block;
  overflow: visible;
  max-width: 80%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider {
  overflow: hidden;
  width: 80vw;
  height: 250px;
  background-color: transparent;
}

.mask {
  overflow: visible;
  width: 30%;
  padding-bottom: 0px;
}

.div-block-18 {
  height: 100%;
  margin: 10px;
}

.headshot {
  display: block;
  width: 150px;
  max-height: 300px;
  margin: 10px auto;
  text-align: center;
}

.headshot._1 {
  overflow: visible;
}

.headshot._4 {
  height: 100%;
}

.headshot._5 {
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
}

.headshot._6 {
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
}

.headshot._7 {
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
}

.headshot._8 {
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
}

.slide-headshot {
  max-width: 75%;
  margin: 10px 40px 10px 75px;
  padding-bottom: 119px;
}

.slide-headshot.last {
  margin-left: 10px;
}

.last-slide-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  padding-right: 20%;
}

.slide-nav {
  display: none;
}

.title {
  margin-bottom: 0px;
  color: #878787;
  text-align: center;
}

.name {
  margin-bottom: 0px;
  color: #0a0a0a;
  text-align: center;
}

.bio-detail {
  margin-top: 40px;
  color: #3a3a3a;
  text-align: center;
}

.bio-detail.jeff.full-link {
  margin-top: 30px;
}

.bio-detail.intro {
  margin-top: 100px;
  margin-bottom: -90px;
}

.heading-35 {
  text-align: center;
}

.paragraph-35 {
  margin-bottom: 0px;
  text-align: center;
}

.experience {
  margin-bottom: 0px;
  color: #b30838;
  text-align: center;
}

.experience-title {
  margin-bottom: 0px;
  color: #3a3a3a;
  text-align: center;
}

.degree-icon {
  max-height: 100px;
}

.grid-2 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-4 Area-5 Area-6";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-36 {
  margin-bottom: 0px;
  text-align: center;
}

.school-logo {
  max-height: 50px;
}

.school-logo.byu {
  max-height: 35px;
}

.columns {
  margin-top: 20px;
}

.heading-37 {
  color: #b30838;
  text-align: center;
}

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

.work-experience {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
}

.columns-2 {
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  margin-top: 80px;
}

.image-20 {
  max-height: 100%;
}

.project-analysts {
  min-height: 500px;
}

.last-slide-name-and-title {
  padding-top: 0px;
}

.icon {
  color: #b30838;
}

.icon.red {
  font-size: 50px;
  font-weight: 700;
}

.project-managers {
  min-height: 500px;
}

.pa-heading {
  text-align: center;
}

.heading-38 {
  color: #3a3a3a;
  text-align: center;
}

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

.column {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.column-2 {
  border-right: 1px solid #000;
}

.column-3 {
  border-left: 1px solid #000;
}

.columns-3 {
  position: relative;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.executive-management {
  min-height: 500px;
}

.heading-39 {
  text-align: center;
}

.heading-40 {
  margin-top: 35px;
}

.full-bio-link {
  margin-top: 40px;
}

.heading-41 {
  margin-bottom: 0px;
}

.grid-3 {
  grid-template-areas: "Area Area-2 Area-3"
    "Area-4 Area-5 Area-6"
    "Area-7 . .";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

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

.tool-icon {
  position: relative;
  top: auto;
  max-width: 125%;
}

.paragraph-38 {
  font-size: 12px;
}

.tool-icon-column {
  top: auto;
  bottom: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.tool-description-header {
  margin-bottom: 0px;
}

.tool-description-paragraph {
  line-height: 16px;
  font-weight: 300;
}

.tool-description-column {
  margin-top: auto;
  margin-bottom: auto;
}

.tool-columns {
  height: 125px;
}

.cards-grid-container-brokerage {
  display: -ms-grid;
  display: grid;
  max-width: none;
  padding-top: 57px;
  justify-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.feature-paragraph {
  padding-left: 0px;
}

.superscript {
  position: relative;
  bottom: 35px;
  display: inline-block;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-description {
  max-width: 70%;
  color: #3a3a3a;
  font-size: 1.5em;
  line-height: 1em;
  text-align: left;
}

.section-description.right {
  max-width: 80%;
}

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

.heading-42 {
  padding-right: 0px;
  float: none;
  color: #0a0a0a;
  text-align: right;
}

.paragraph-40 {
  padding-left: 0px;
  color: #0a0a0a;
  text-align: left;
}

.cards-grid-container9090-copy {
  display: -ms-grid;
  display: grid;
  max-width: none;
  margin-bottom: 0px;
  padding-top: 57px;
  justify-items: end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: right;
}

.image-21 {
  text-align: left;
}

.tab-link-tab-4 {
  background-color: transparent;
}

.tab-link-tab-2 {
  background-color: transparent;
}

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

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

.tab-link-tab-2-2 {
  background-color: transparent;
}

.tab-link-tab-1-3 {
  background-color: transparent;
}

.tab-link-tab-1-4 {
  background-color: transparent;
}

.tab-link-tab-1-5 {
  background-color: transparent;
}

.tab-link-tab-1-6 {
  background-color: transparent;
}

.text-span-2 {
  font-size: 16px;
}

.text-span-3 {
  position: relative;
  top: -30px;
  display: inline;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 24px;
}

.bold-text-3 {
  position: relative;
  bottom: 8px;
  font-size: 12px;
}

.heading-43 {
  padding-top: 17px;
}

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

.heading-44 {
  text-align: center;
}

.text-span-4 {
  position: relative;
  left: 43px;
  bottom: 9px;
}

.image-22 {
  margin-bottom: 19px;
}

.div-block-21 {
  margin-bottom: 28px;
  padding-top: 48px;
  text-align: center;
}

.text-block-11 {
  font-family: Roboto, sans-serif;
  color: #116b8b;
  font-size: 20px;
  font-weight: 700;
}

.div-block-22 {
  padding-top: 37px;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  text-align: center;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.section-3 {
  padding-top: 93px;
}

.section-4 {
  margin-top: 128px;
  padding-bottom: 73px;
}

.heading-45 {
  color: #0a0a0a;
}

.paragraph-42 {
  color: #3a3a3a;
}

.italic-text {
  color: #b30838;
}

.field-label {
  color: #0a0a0a;
}

.field-label-2 {
  color: #0a0a0a;
}

.field-label-3 {
  color: #0a0a0a;
}

.field-label-4 {
  color: #0a0a0a;
}

.field-label-5 {
  color: #0a0a0a;
}

.submit-button {
  padding-right: 114px;
  padding-left: 114px;
  background-color: #b30838;
}

.text-block-12 {
  color: #0a0a0a;
  font-size: 28px;
}

.div-block-23 {
  display: inline-block;
}

.div-block-24 {
  position: static;
  margin-left: -80px;
  padding-top: 120px;
}

.link-2 {
  color: #f1f1f1;
}

.link-2:hover {
  color: #080833;
}

.link-3 {
  color: #f1f1f1;
}

.link-3:hover {
  color: #080833;
}

.service-link {
  color: #3a3a3a;
  text-decoration: none;
}

.service-link:hover {
  color: #b30838;
  text-decoration: underline;
}

.paragraph-43 {
  color: #0a0a0a;
}

.paragraph-44 {
  padding-right: 330px;
  color: #0a0a0a;
  text-align: left;
}

.paragraph-45 {
  max-width: 40%;
  padding-right: 0px;
  float: right;
  color: #0a0a0a;
  text-align: right;
}

.nav-link-3 {
  padding-right: 25px;
  padding-left: 25px;
  font-size: 12px;
}

.nav-link-3:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #b30838;
}

.text-span-5 {
  position: relative;
  bottom: 10px;
  font-size: 14px;
}

.heading-46 {
  color: #0a0a0a;
  text-align: left;
}

.paragraph-46 {
  padding-right: 311px;
  color: #0a0a0a;
  text-align: left;
}

.heading-47 {
  text-align: center;
}

.button-7 {
  background-color: #b30838;
}

.text-span-6 {
  position: relative;
  bottom: 32px;
  font-size: 24px;
}

.gallery-grid-container-2-copy {
  display: -ms-grid;
  display: grid;
  width: auto;
  margin-top: 38px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.gallery-grid-container-2-copy {
  display: -ms-grid;
  display: grid;
  width: auto;
  margin-top: 9px;
  padding-right: 10px;
  padding-bottom: 41px;
  padding-left: 10px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-overlay-coopy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60vh;
  padding-top: 178px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/d1bab6e8-9028-4a4c-aa6f-d7b04e69e46b.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/d1bab6e8-9028-4a4c-aa6f-d7b04e69e46b.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.text-span-7 {
  position: relative;
  bottom: 10px;
  font-size: 12px;
}

.block-2 {
  margin-right: 100px;
}

.left-block {
  max-width: 90%;
  margin-left: 5vh;
}

.left-block.reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  margin-right: 60px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.left-block.text {
  margin-top: 5%;
}

.service-block {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.service-icon {
  position: static;
  max-width: 97%;
}

.service-header {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0a0a0a;
  text-align: left;
}

.service-header.red {
  color: #b30838;
}

.service-header.left {
  text-align: right;
}

.service-paragraph {
  max-width: 60%;
  margin-right: auto;
  color: #0a0a0a;
  text-align: left;
}

.service-paragraph.left {
  margin-right: 0px;
  margin-left: auto;
  text-align: right;
}

.service-paragraph.left.long {
  max-width: 80%;
}

.service-paragraph.short {
  font-size: 1em;
}

.service-blocks {
  max-width: 70%;
}

.service-blocks._2 {
  max-width: 70%;
  float: right;
}

.div-block-25 {
  margin-top: 130px;
}

.section-5 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-6 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f1f1f1;
}

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

.parallax-section {
  height: 55vh;
  background-image: url('../images/image-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.parallax-section._2 {
  display: block;
  background-image: url('../images/Server-Rows.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.parallax-section._1 {
  background-image: url('../images/image-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.parallax-section._3 {
  display: block;
  background-image: url('../images/Solar-Panels-Web.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.parallax-section._4 {
  display: block;
  background-image: url('../images/telecom-Web.jpeg');
}

.parallax-section.cm-1 {
  height: 40vh;
  background-image: url('../images/image-4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.grid-4 {
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4"
    "Area-5 Area-6";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.column-4 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-6.reverse {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tdd-column {
  height: 100%;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-28 {
  margin-top: auto;
  margin-bottom: auto;
}

.right-block.text-only {
  margin-top: 5%;
}

.right-block.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.right-block.icons.bottom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-home-screen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

.nav-link-home-screen {
  color: #f1f1f1;
  font-size: 16px;
}

.nav-link-home-screen:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.hts-icon {
  display: inline-block;
  width: 300px;
  margin-top: 10px;
  text-align: left;
  text-decoration: underline;
}

.services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-section.left.bs {
  min-height: 40vh;
}

.section-animation-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}

.section-animation-wrap.large-margin {
  display: block;
  margin-bottom: 24px;
}

.section-animation-wrap.large-margin.main-header-1 {
  max-width: 50%;
  margin-left: 80px;
}

.section-animation-wrap.large-margin.main-header-2 {
  max-width: 50%;
  margin-top: -30px;
  margin-left: 80px;
}

.section-animation-wrap.large-margin.main-header-3 {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

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

.section-animation-wrap.centered.sub-page {
  display: block;
  width: 35vw;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-animation-wrap.centered.sub-page.long {
  width: 65vw;
}

.section-animation-wrap.cm {
  margin-bottom: 0px;
}

.animation-stripe-smokey {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: 100%;
  background-color: #fff;
}

.animation-stripe-smokey.dark-mode {
  background-color: #f1f1f1;
}

.animation-stripe-smokey.gray-stripe {
  background-color: #f1f1f1;
}

.animation-stripe-smokey.reverse-stripe {
  background-color: #0a0a0a;
}

.left-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.fdd-column {
  height: 100%;
}

.bs-column {
  height: 100%;
}

.heading-48 {
  position: relative;
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #0a0a0a;
  text-align: left;
}

.columns-4 {
  position: relative;
  display: block;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.intro-section {
  min-height: 40vh;
}

.intro-section.ip-solutions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-29 {
  width: 100%;
  margin-top: 5vh;
  margin-bottom: 5vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-49 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  color: #fff;
  text-decoration: none;
}

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

.header-description {
  display: block;
  margin-bottom: 60px;
  margin-left: 81px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #3a3a3a;
  font-size: 1.5em;
  text-align: left;
}

.header-description.cm {
  margin-left: 0px;
}

.image-23 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.thumbnail-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 95%;
  height: 100%;
  max-height: 100%;
  border-radius: 7px;
  background-image: url('../images/pexels-pixabay-256381.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 10px 2px #000;
}

.thumbnail-block._2 {
  background-image: url('../images/lightbulbs-blue-background-idea-concept.jpg');
}

.thumbnail-block._3 {
  background-image: url('../images/broker-web.jpeg');
}

.thumbnail-block._4 {
  background-image: url('../images/analyst.jpeg');
}

.thumbnail-block._4.w--current {
  background-image: url('../images/analyst.jpeg');
}

.thumbnail-block._5 {
  background-image: url('../images/businessman-putting-wooden-block-top-with-icons.jpg');
}

.thumbnail-block._6 {
  background-image: url('../images/big-data-technology-business-finance-concept.jpg');
}

.thumbnail-block._11 {
  background-image: url('../images/analyst.jpeg');
}

.thumbnail-block._12 {
  background-image: url('../images/businessman-putting-wooden-block-top-with-icons.jpg');
}

.thumbnail-block._13 {
  background-image: url('../images/big-data-technology-business-finance-concept.jpg');
}

.thumbnail-block.cm-1 {
  background-image: url('../images/Interface.png');
}

.thumbnail-block.cm-2 {
  background-image: url('../images/Tool-Box.png');
}

.thumbnail-block.cm-3 {
  background-image: url('../images/Clean-Data.png');
}

.text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
}

.toc-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.toc-columns.solutions {
  margin-bottom: 2vh;
}

.thumbnail-header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
}

.thumbnail-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 95%;
  height: 300px;
  background-image: url('../images/pexels-luis-quintero-2833037.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumbnail-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 95%;
  height: 300px;
  background-image: url('../images/pexels-christina-morillo-1181316.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.down-arrow {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  max-width: 10%;
  margin-top: 135px;
  color: #f1f1f1;
}

.feature-image-2 {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  box-shadow: 1px 1px 20px -4px #000;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.approach-heading {
  color: #0a0a0a;
  text-align: left;
}

.approach-heading.left {
  text-align: right;
}

.paragraph-47 {
  color: #3a3a3a;
}

.approach-sub-heading {
  max-width: 100%;
  color: #3a3a3a;
  text-align: left;
}

.approach-sub-heading.left {
  text-align: right;
}

.div-block-30 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.approach-heading-left {
  color: #0a0a0a;
  text-align: right;
}

.div-block-31 {
  margin-right: 40px;
}

.text-span-8 {
  position: relative;
  left: -3px;
  bottom: 25px;
  font-size: 30px;
}

.approach-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.approach-section._2 {
  background-color: hsla(0, 0%, 74.5%, 0.5);
}

.approach-picture {
  width: 55%;
  height: 70vh;
  margin-left: 5%;
  border-radius: 7px;
  background-image: url('../images/businessman-putting-wooden-block-top-with-icons.jpg');
  background-position: -50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.approach-picture._3 {
  background-image: url('../images/big-data-technology-business-finance-concept.jpg');
}

.approach-picture._1 {
  background-image: url('../images/analyst.jpeg');
  background-position: 50% 50%;
}

.approach-picture._2 {
  margin-left: 40%;
  background-image: url('../images/businessman-putting-wooden-block-top-with-icons_1.jpg');
  background-position: 100% 0%;
}

.approach-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 50%;
  margin-left: 65%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: rgba(179, 8, 56, 0.9);
  box-shadow: 1px 1px 20px -2px #000;
}

.approach-detail._3 {
  width: 70%;
  background-color: rgba(179, 8, 56, 0.9);
}

.approach-detail._2 {
  width: 60%;
  margin-left: -50%;
  background-color: rgba(0, 38, 67, 0.9);
}

.approach-heading-white {
  margin-top: 5%;
  color: #fff;
  font-size: 1.75em;
  text-align: center;
}

.approach-subheading-white {
  margin-left: 10%;
  text-align: left;
}

.div-block-33 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-header {
  margin-bottom: 0px;
  margin-left: 3%;
  text-align: left;
}

.super-r {
  position: relative;
  bottom: 30px;
  font-size: 0.5em;
}

.super-r.small {
  left: -2px;
  bottom: 20px;
}

.super-r.nav {
  bottom: 7px;
  font-size: 0.75em;
}

.super-r.tm {
  bottom: 60px;
}

.second-header {
  margin-bottom: 0px;
  margin-left: 3%;
  text-align: left;
}

.intro-pg-2 {
  max-width: 40%;
  margin-top: 30px;
  margin-left: 3%;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.intro-pg {
  margin-top: 25px;
  margin-left: 3%;
  line-height: 1em;
  text-align: left;
}

.intro-pg._1 {
  font-size: 1.5em;
}

.intro-pg._2 {
  margin-left: 0px;
  font-size: 1.5em;
  text-align: center;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15vh;
  margin-bottom: 2vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-arrow {
  max-width: 50px;
}

.intro-arrow:hover {
  -webkit-transform: scale(1.1) translate(0px, 5px);
  -ms-transform: scale(1.1) translate(0px, 5px);
  transform: scale(1.1) translate(0px, 5px);
}

.intro-arrow-icon {
  max-width: 50px;
}

.approach-section-heading {
  color: #0a0a0a;
}

.approach-paragraph {
  max-width: 80%;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
}

.approach-detail-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 50%;
  margin-left: 65%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: rgba(0, 38, 67, 0.9);
  box-shadow: 1px 1px 20px -2px #000;
}

.approach-detail-2._3 {
  width: 70%;
  background-color: rgba(179, 8, 56, 0.9);
}

.approach-detail-2._2 {
  width: 60%;
  margin-left: -50%;
  background-color: rgba(179, 8, 56, 0.9);
}

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

.heading-51 {
  margin-right: -20px;
  font-size: 5em;
  text-align: center;
}

.section-9 {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-8 {
  display: -ms-grid;
  display: grid;
  max-width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5 Area-6"
    "Area-7 Area-8 Area-9 Area-10 Area-11 Area-12";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.service-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-icon-heading {
  margin-top: 20px;
  text-align: center;
}

.heading-53 {
  text-align: center;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 95%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-icon-paragraph {
  display: none;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.service-area-icon {
  max-width: 125px;
}

.red-button {
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: #b30838;
  box-shadow: 1px 1px 5px 0 #000;
}

.red-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-36 {
  min-width: 50%;
}

.demo-schedule {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .animated-header {
    line-height: 1.25em;
  }

  .animated-header.centered {
    font-size: 3em;
  }

  .first-header {
    font-size: 4em;
  }

  .second-header {
    margin-top: -10px;
    font-size: 3em;
  }

  .intro-pg._1 {
    font-size: 2em;
  }

  .intro-pg._2 {
    font-size: 2em;
  }

  .div-block-34 {
    margin-top: 20vh;
    margin-bottom: 5vh;
  }

  .red-button {
    position: -webkit-sticky;
    position: sticky;
    top: 10%;
  }
}

@media screen and (min-width: 1440px) {
  .animated-header.centered {
    font-size: 3.5em;
  }

  .right-block.text-only {
    margin-top: 5%;
  }

  .section-animation-wrap.large-margin.main-header-2 {
    max-width: 45%;
  }

  .thumbnail-block._4 {
    height: 300px;
  }

  .thumbnail-block._5 {
    height: 300px;
  }

  .thumbnail-block._6 {
    height: 300px;
  }

  .toc-columns.solutions {
    height: 300px;
  }

  .thumbnail-header {
    font-size: 2.5em;
    line-height: 1.25em;
  }

  .down-arrow {
    max-width: 15%;
    margin-top: 180px;
  }

  .div-block-34 {
    margin-top: 25vh;
  }

  .approach-paragraph {
    font-size: 1.5em;
  }

  .service-area {
    max-width: 12%;
  }

  .container-9 {
    max-width: 90%;
  }
}

@media screen and (min-width: 1920px) {
  .animated-header {
    font-size: 3em;
  }

  .animated-header.centered {
    font-size: 5em;
  }

  .hero-overlay {
    background-position: 0px 0px, 50% 50%;
    background-attachment: scroll, scroll;
  }

  .section-description {
    font-size: 2em;
  }

  .service-header {
    font-size: 2em;
  }

  .service-paragraph {
    font-size: 1.5em;
  }

  .service-paragraph.short {
    font-size: 1.5em;
  }

  .section-animation-wrap.large-margin.main-header-2 {
    max-width: 40%;
  }

  .toc-columns.solutions {
    height: 350px;
  }

  .down-arrow {
    margin-top: 200px;
  }

  .first-header {
    font-size: 5em;
  }

  .second-header {
    font-size: 4em;
  }

  .intro-pg._1 {
    font-size: 3em;
  }

  .intro-pg._2 {
    font-size: 3em;
    line-height: 1em;
  }

  .service-area {
    max-width: 10%;
  }

  .service-icon-heading {
    margin-top: 10px;
  }

  .container-9 {
    max-width: 80%;
    margin-top: 3%;
  }
}

@media screen and (max-width: 991px) {
  .sections {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .col.case-study-col {
    width: 50%;
  }

  .col.clients-col {
    margin-bottom: 40px;
  }

  .col.color-col {
    padding: 40px 48px;
  }

  .col.team-col {
    width: 50%;
  }

  .col.reference-col {
    width: 50%;
  }

  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link.black-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link.hiring {
    max-width: 75px;
    margin-top: 4px;
    margin-bottom: 16px;
    margin-left: 0px;
  }

  .menu-burger {
    position: absolute;
    right: 8px;
    color: #fff;
  }

  .menu-burger.w--open {
    background-color: transparent;
    color: #0a0a0a;
  }

  .nav-menu {
    display: none;
    padding: 24px 90px 16px;
    background-color: #fff;
  }

  .nav-menu.dark-mode {
    background-color: #0a0a0a;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 32px;
  }

  .brand {
    left: 30px;
  }

  .intro-socials {
    width: 400px;
  }

  .scroll-down-wrap {
    left: 90px;
  }

  .project-wrap._1 {
    margin-left: 48px;
  }

  .project-wrap._2 {
    margin-right: 48px;
  }

  .project-dot {
    left: -53px;
  }

  .project-dot.left-dot {
    right: -54px;
  }

  .animated-header {
    padding-right: 0px;
  }

  .animated-header.left-title {
    line-height: 1.5em;
  }

  .animated-header.right-title {
    line-height: 1.5em;
  }

  .service-tabs {
    position: relative;
    left: 0%;
    top: 0px;
    margin-bottom: 24px;
  }

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

  .background-element.red-element {
    height: 220px;
  }

  .full-width.extra-portfolio-photo {
    position: relative;
    left: 0px;
    bottom: 0px;
    max-width: 100%;
    margin-top: 24px;
  }

  .footer {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-container {
    margin-bottom: 32px;
  }

  .feed-item {
    width: 50%;
    padding-bottom: 50%;
  }

  .feed-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .case-studies-item {
    width: 50%;
  }

  .contact-socials {
    margin-top: 40px;
  }

  .footer-bottom {
    padding-top: 24px;
  }

  .footer-bottom-left-side {
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-socials {
    margin-bottom: 12px;
  }

  .footer-social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .burger {
    width: 40px;
    height: 40px;
    background-color: transparent;
    box-shadow: none;
  }

  .bar-1 {
    height: 3px;
    border-radius: 0px;
  }

  .bar-1.black-stripe {
    background-color: #0a0a0a;
  }

  .bar-2 {
    height: 3px;
    border-radius: 0px;
  }

  .bar-2.black-stripe {
    background-color: #0a0a0a;
  }

  .bar-3 {
    height: 3px;
    border-radius: 0px;
  }

  .bar-3.black-stripe {
    background-color: #0a0a0a;
  }

  .hero {
    margin-left: 24px;
  }

  .cards-grid-container90n90 {
    grid-column-gap: 20px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .textsecondary {
    padding-right: 213px;
  }

  .gallery-grid-container-2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .news-icon._1 {
    width: 90%;
    height: 90%;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .image-15 {
    text-align: center;
  }

  .cards-grid-container-2-copy {
    grid-column-gap: 20px;
  }

  .cards-grid-container-2dos-copy {
    grid-column-gap: 20px;
  }

  .cards-grid-container-3 {
    grid-column-gap: 20px;
  }

  .cards-grid-container-brokerage {
    grid-column-gap: 20px;
  }

  .section-description {
    font-size: 1em;
    line-height: 1.5em;
  }

  .cards-grid-container9090-copy {
    grid-column-gap: 20px;
  }

  .gallery-grid-container-2-copy {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .gallery-grid-container-2-copy {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .left-block.reverse {
    height: 60%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service-block {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .service-header {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1em;
  }

  .service-paragraph {
    max-width: 90%;
    font-size: 0.75em;
    line-height: 1.25em;
  }

  .service-paragraph.short {
    max-width: 90%;
    font-size: 0.75em;
    line-height: 1.25em;
  }

  .parallax-section._2 {
    height: 30vh;
  }

  .parallax-section._1 {
    height: 30vh;
    background-position: 100% 50%;
  }

  .parallax-section._3 {
    height: 30vh;
  }

  .parallax-section._4 {
    height: 30vh;
    background-position: 100% 50%;
  }

  .parallax-section.cm-1 {
    height: 30vh;
    background-position: 100% 50%;
  }

  .right-block.icons {
    height: 60%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button {
    font-size: 30px;
  }

  .section-animation-wrap.large-margin {
    font-size: 0.75em;
  }

  .section-animation-wrap.large-margin.main-header-1 {
    max-width: 60%;
    margin-bottom: 10px;
  }

  .section-animation-wrap.large-margin.main-header-2 {
    max-width: 70%;
    margin-top: 0px;
  }

  .section-animation-wrap.large-margin.main-header-3 {
    max-width: 75%;
  }

  .intro-section.ip-solutions {
    padding-bottom: 0px;
  }

  .header-description {
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.5em;
  }

  .toc-columns.solutions {
    height: 150px;
  }

  .thumbnail-header {
    font-size: 1.5em;
    line-height: 1em;
  }

  .down-arrow {
    max-width: 20%;
    margin-top: 100px;
  }

  .approach-section._1 {
    padding-top: 3vh;
  }

  .approach-picture._1 {
    height: 40vh;
  }

  .approach-heading-white {
    font-size: 2em;
  }

  .first-header {
    font-size: 2.5em;
  }

  .super-r {
    bottom: 30px;
    font-size: 0.5em;
  }

  .super-r.small {
    left: -3px;
    bottom: 20px;
  }

  .second-header {
    font-size: 2.5em;
    line-height: 1.25em;
  }

  .intro-pg._1 {
    font-size: 1.5em;
    line-height: 1.25em;
  }

  .intro-pg._2 {
    font-size: 1.5em;
    line-height: 1em;
  }

  .approach-paragraph {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sections.dark-mode.large-paddings {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sections.dark-mode.large-padding-bottom {
    padding-bottom: 80px;
  }

  .sections.blog-hero {
    padding-top: 140px;
  }

  .sections.case-studies-section-intro {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .sections.parallax-section {
    height: 320px;
  }

  .container {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .row.no-margin-row-copy {
    margin-right: 40px;
    margin-left: 40px;
  }

  .row.full-row {
    margin-right: -40px;
    margin-left: -40px;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.projects-col.left-col {
    margin-bottom: 0px;
  }

  .col.case-study-col {
    width: 100%;
  }

  .col.text-col {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col.see-more-col {
    max-width: 100%;
  }

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

  .col.contact-padding {
    padding-top: 27px;
    padding-left: 15px;
  }

  .col.contact-page-col {
    width: 100%;
    margin-bottom: 16px;
  }

  .col.half-col {
    width: 100%;
  }

  .col.team-col {
    width: 100%;
  }

  .col.reference-col {
    width: 100%;
    margin-bottom: 0px;
  }

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

  .navbar {
    height: 40px;
  }

  .menu-burger {
    right: 0px;
  }

  .nav-menu {
    padding-right: 40px;
    padding-left: 40px;
  }

  .brand {
    position: relative;
    left: 0px;
    top: 0px;
    margin-left: -98px;
    padding-left: 0px;
  }

  .brand.w--current {
    margin-left: -98px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .contact-nav {
    display: none;
  }

  .intro-socials {
    width: 340px;
  }

  .project-wrap._1 {
    margin-top: 60px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .project-wrap._2 {
    margin-top: 0px;
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .project-dot {
    display: none;
  }

  .center-line-border {
    border-left-width: 0px;
  }

  .more-wrap {
    display: none;
  }

  .about-image-wrap {
    max-width: 100%;
    margin-top: 80px;
    margin-bottom: 64px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .wrap-about {
    margin-left: 0px;
  }

  .animated-header {
    font-size: 2.5em;
  }

  .animated-header.centered {
    font-size: 3em;
  }

  .tab {
    padding-left: 0px;
  }

  .full-width.portfolio-image {
    max-width: 70vw;
    margin-bottom: 24px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .read-more.see-more {
    -webkit-transform: translate(0%, 0px) rotate(0deg);
    -ms-transform: translate(0%, 0px) rotate(0deg);
    transform: translate(0%, 0px) rotate(0deg);
  }

  .number-dot {
    left: -24px;
  }

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

  .team-image {
    padding-right: 0px;
  }

  .open-role-link:hover {
    padding-right: 32px;
    padding-left: 32px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-bottom-left-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-socials {
    margin-bottom: 16px;
  }

  .copyright {
    margin-top: 8px;
    text-align: left;
  }

  .project-item-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-image {
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .project-link.left-side {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .case-studies-title-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .case-studies-dot {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 22px;
  }

  .case-link-icon {
    max-width: 60px;
    margin-right: 24px;
  }

  .half-element {
    display: none;
    height: 50%;
  }

  .open-project {
    font-size: 32px;
    line-height: 42px;
  }

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

  .contact-image {
    width: 100%;
    max-height: 300px;
    margin-bottom: 32px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .feature-section {
    padding: 40px 20px;
  }

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

  .approach-image {
    margin-right: 0px;
  }

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

  .hero {
    padding: 40px 20px;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container90n90 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-section-3 {
    padding: 40px 20px;
  }

  .cards-section-4 {
    padding: 40px 20px;
  }

  .cards-section-5 {
    padding: 40px 20px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .herotext {
    font-size: 32px;
    line-height: 40px;
  }

  .logocontainer {
    padding-top: 148px;
  }

  .textsecondary {
    padding-right: 83px;
  }

  .bold-text {
    font-size: 48px;
    line-height: 56px;
  }

  .gallery-2 {
    padding: 40px 20px;
  }

  .gallery-grid-container-2 {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .news-icon._1 {
    width: 50%;
    height: 50%;
  }

  .news-icon._2 {
    width: 50%;
    height: 50%;
  }

  .news-icon._3 {
    width: 50%;
    height: 50%;
  }

  .news-icon._4 {
    width: 50%;
    height: 50%;
  }

  .news-icon._5 {
    width: 50%;
    height: 50%;
  }

  .news-icon._6 {
    width: 50%;
    height: 50%;
  }

  .news-icon._7 {
    width: 50%;
    height: 50%;
  }

  .news-icon._8 {
    width: 50%;
  }

  .cards-section-6 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

  .hero-overlay-3 {
    padding: 40px 20px;
  }

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

  .div-block-4 {
    text-align: center;
  }

  .div-block-5 {
    width: 450px;
    font-size: 18px;
    line-height: 24px;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .cards-section-7 {
    padding: 40px 20px;
  }

  .cards-grid-container-2-copy {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-grid-container-2dos-copy {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .hero-overlay-coopy {
    padding: 40px 20px;
  }

  .hero-overlay-coopy-copy {
    padding: 40px 20px;
  }

  .cards-grid-container-3 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-grid-container-brokerage {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-grid-container9090-copy {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .gallery-grid-container-2-copy {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .gallery-grid-container-2-copy {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .hero-overlay-coopy-copy {
    padding: 40px 20px;
  }

  .left-block.reverse {
    height: auto;
    margin-right: 0px;
  }

  .service-block {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .service-icon {
    max-width: 25%;
  }

  .column-6 {
    height: auto;
  }

  .column-6.reverse {
    height: 40%;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .column-7 {
    height: auto;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-block.text-only {
    margin-left: 5vh;
  }

  .navbar-home-screen {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .services-section.right {
    height: auto;
  }

  .services-section.left {
    height: auto;
  }

  .services-section.left.bs {
    height: auto;
  }

  .left-description {
    margin-right: 0px;
  }

  .fdd-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .bs-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-section.ip-solutions {
    height: auto;
  }

  .toc-columns.solutions {
    height: 125px;
  }

  .down-arrow {
    margin-top: 90px;
  }

  .feature-image-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-34 {
    margin-top: 0vh;
  }

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

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

  h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .sections {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sections.dark-mode.no-padding-bottom {
    padding-bottom: 0px;
  }

  .sections.dark-mode.large-padding-bottom {
    padding-bottom: 0px;
  }

  .sections.about-hero {
    height: 100%;
  }

  .sections.contact-hero {
    padding-top: 73px;
  }

  .sections.large-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sections.first-section {
    padding-top: 120px;
  }

  .sections.parallax-section {
    height: 220px;
  }

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

  .container.footer-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .row.no-margin-row-copy {
    margin-right: 24px;
    margin-left: 24px;
  }

  .row.full-row {
    margin-right: -24px;
    margin-left: -24px;
  }

  .col.projects-col.left-col {
    margin-left: -14px;
    padding-left: 0px;
  }

  .col.color-col {
    padding: 32px 24px;
  }

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

  .col.center-col {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .section-header.line-divider {
    margin-left: auto;
  }

  .button-wrapper {
    margin-top: 24px;
  }

  .nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .navbar {
    position: relative;
    padding-top: 0px;
  }

  .logo {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .nav-container {
    position: relative;
    height: 40px;
  }

  .menu-burger {
    position: absolute;
    right: 6px;
  }

  .nav-menu {
    padding-top: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .nav-menu.dark-mode {
    margin-left: 0px;
  }

  .intro-image {
    display: none;
  }

  .brand {
    position: relative;
    left: 0px;
    top: 0px;
    padding-left: 0px;
  }

  .contact-nav {
    display: none;
  }

  .intro-socials {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .scroll-down-wrap {
    display: none;
  }

  .project-wrap._1 {
    margin-top: 48px;
    margin-right: 24px;
    margin-left: 24px;
  }

  .project-wrap._2 {
    margin-right: 24px;
    margin-left: 24px;
  }

  .about-image-wrap {
    margin-top: 60px;
    margin-bottom: 48px;
  }

  .wrap-about {
    margin-left: -16px;
  }

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

  .animated-header {
    line-height: 1em;
  }

  .animated-header.centered {
    font-size: 2.5em;
    line-height: 1em;
  }

  .tab {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .service-wrap {
    margin-bottom: 16px;
  }

  .background-element.red-element {
    height: 130px;
  }

  .logotypes {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .logotype-wrap {
    width: 50%;
  }

  .logotype-wrap.logos-cta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .full-width {
    position: relative;
  }

  .full-width.portfolio-image {
    max-width: 100vw;
  }

  .form-block {
    padding: 24px;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    max-width: 140px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .size-2 {
    font-size: 38px;
    line-height: 46px;
  }

  .size-2.small-margin {
    font-size: 38px;
    line-height: 46px;
  }

  .about-hero-text-wrap {
    max-width: 100%;
    margin-top: 80px;
    margin-bottom: 54px;
  }

  .about-intro-dot {
    margin-bottom: 32px;
  }

  .number-dot {
    display: none;
  }

  .case-box {
    padding: 12px;
  }

  .case-wrap {
    padding: 32px 16px;
  }

  .case-studies-item {
    width: 100%;
  }

  .case-study-box {
    padding: 12px;
  }

  .contact-page-wrap {
    padding-top: 22px;
  }

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

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

  .open-role-link:hover {
    padding-right: 16px;
    padding-left: 16px;
  }

  .blog-photo {
    height: 180px;
  }

  .footer-bottom {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-bottom-left-side {
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .footer-socials {
    margin-bottom: 16px;
  }

  .footer-social {
    margin-right: 16px;
  }

  .copyright {
    text-align: left;
  }

  .project-image-wrap {
    margin-top: 8px;
  }

  .about-image {
    max-height: 200px;
  }

  .about-heading {
    font-size: 21px;
    line-height: 26px;
  }

  .case-studies-dot {
    margin-bottom: 32px;
  }

  .next-project-text {
    margin-bottom: 4px;
    font-size: 38px;
    line-height: 42px;
  }

  .open-project {
    font-size: 22px;
    line-height: 28px;
  }

  .next-project-name {
    font-size: 22px;
    line-height: 30px;
  }

  .blog-photo-wrap {
    position: relative;
  }

  .blog-image {
    height: 160px;
  }

  .blog-title {
    font-size: 30px;
    line-height: 38px;
  }

  .nav-menu-inside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .service-title {
    font-size: 21px;
    line-height: 26px;
  }

  .apply-box {
    padding: 32px;
  }

  .cookies {
    right: 16px;
    bottom: 16px;
    margin-left: 16px;
  }

  .heading {
    padding-left: 0px;
  }

  .heading-2 {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .image-3 {
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container90n90 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs {
    margin-bottom: 118px;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .container-2 {
    position: static;
  }

  .navbar-2 {
    position: fixed;
  }

  .herotext {
    display: block;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    text-decoration: none;
  }

  .logocontainer {
    padding-top: 0px;
  }

  .textsecondary {
    display: block;
    padding-right: 32px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }

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

  .gallery-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    width: 250px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-4 {
    font-size: 32px;
  }

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

  .cards-grid-container-2-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .centered-container-copy {
    text-align: left;
  }

  .cards-grid-container-2dos-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-grid-container-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .llallalal {
    text-align: left;
  }

  .cards-grid-container-brokerage {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-grid-container9090-copy {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gallery-grid-container-2-copy {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .gallery-grid-container-2-copy {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .left-block.text {
    margin-left: 1vh;
  }

  .service-icon {
    max-width: 50%;
  }

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

  .right-block.text-only {
    margin-left: 1vh;
  }

  .navbar-home-screen {
    position: fixed;
  }

  .hts-icon {
    width: 150px;
    margin-top: 21px;
  }

  .section-animation-wrap.large-margin {
    font-size: 0.5em;
  }

  .section-animation-wrap.large-margin.main-header-1 {
    max-width: 90%;
    margin-left: 30px;
    font-size: 0.5em;
  }

  .section-animation-wrap.large-margin.main-header-2 {
    max-width: 90%;
    margin-left: 30px;
    font-size: 0.5em;
  }

  .section-animation-wrap.large-margin.main-header-3 {
    margin-top: 20px;
  }

  .section-animation-wrap.centered {
    font-size: 0.75em;
  }

  .header-description {
    max-width: 80%;
    margin-right: 10px;
    margin-left: 30px;
    font-size: 0.5em;
  }

  .thumbnail-block._1 {
    font-size: 0.75em;
  }

  .thumbnail-block._2 {
    font-size: 0.75em;
  }

  .thumbnail-block._3 {
    font-size: 0.75em;
  }

  .thumbnail-block._11 {
    font-size: 0.75em;
  }

  .thumbnail-block._12 {
    font-size: 0.75em;
  }

  .thumbnail-block._13 {
    font-size: 0.75em;
  }

  .thumbnail-block._1-copy {
    font-size: 0.75em;
  }

  .thumbnail-block.cm-1 {
    font-size: 0.75em;
  }

  .thumbnail-block.cm-2 {
    font-size: 0.75em;
  }

  .thumbnail-block.cm-3 {
    font-size: 0.75em;
  }

  .toc-columns.solutions {
    height: 100px;
  }

  .thumbnail-header {
    font-size: 1em;
    line-height: 1em;
  }

  .down-arrow {
    max-width: 40%;
    margin-top: 59px;
  }

  .approach-heading-white {
    font-size: 1em;
  }

  .first-header {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .super-r {
    bottom: 16px;
    font-size: 0.5em;
  }

  .second-header {
    margin-top: 0px;
    font-size: 1.25em;
    line-height: 1em;
  }

  .intro-pg._1 {
    font-size: 1em;
  }

  .intro-pg._2 {
    font-size: 1em;
  }

  .div-block-34 {
    margin-top: 25vh;
    margin-bottom: 20vh;
  }

  .intro-arrow-icon {
    max-width: 25px;
  }
}

#w-node-_6d8f6fc0-4453-ee40-a950-45e204089253-6c6bddab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_51a8c709-1f03-67ac-ee2c-99952980056d-6c6bddab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7fa2cdf3-e062-0042-1b38-0cf9f731c602-0b6bddb1 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_5103f215-69ae-837f-6f28-20037c7ed73b-ed6bddb6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3d640243-56ea-9be0-cbfe-4a6787774510-ed6bddb6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f4111124-4a9a-eab2-15c7-4b5218e0e21a-ed6bddb6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_89f5e6a8-38f6-eb5e-d59c-c23347c2991d-5807e17d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_89f5e6a8-38f6-eb5e-d59c-c23347c2992b-5807e17d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5eb925b9-5d02-ce93-704d-9b26cfb640f7-8bfe223f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8a2c8595-29ba-cd59-468c-40d1f32a2ee3-8bfe223f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-_8a2c8595-29ba-cd59-468c-40d1f32a2ee3-8bfe223f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_8a2c8595-29ba-cd59-468c-40d1f32a2ee3-8bfe223f {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-_8a2c8595-29ba-cd59-468c-40d1f32a2ee3-8bfe223f {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-_5eb925b9-5d02-ce93-704d-9b26cfb640f8-8bfe223f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1fe63f7f-913a-c10a-bcc9-d419861a8b89-8bfe223f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

.grid-3>#w-node-_1fe63f7f-913a-c10a-bcc9-d419861a8b89-8bfe223f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.grid-4>#w-node-_1fe63f7f-913a-c10a-bcc9-d419861a8b89-8bfe223f {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.container-8>#w-node-_1fe63f7f-913a-c10a-bcc9-d419861a8b89-8bfe223f {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

#w-node-f18dbe16-dc29-1f1d-8c67-b29e3efaf3c4-8bfe223f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-f18dbe16-dc29-1f1d-8c67-b29e3efaf3c4-8bfe223f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-f18dbe16-dc29-1f1d-8c67-b29e3efaf3c4-8bfe223f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-f18dbe16-dc29-1f1d-8c67-b29e3efaf3c4-8bfe223f {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-_5eb925b9-5d02-ce93-704d-9b26cfb640f9-8bfe223f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0a9bcbbd-898f-510b-01f9-e62f1ed052b7-8bfe223f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0a9bcbbd-898f-510b-01f9-e62f1ed052b8-8bfe223f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-_0a9bcbbd-898f-510b-01f9-e62f1ed052b8-8bfe223f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_0a9bcbbd-898f-510b-01f9-e62f1ed052b8-8bfe223f {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-_0a9bcbbd-898f-510b-01f9-e62f1ed052b8-8bfe223f {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-_0a9bcbbd-898f-510b-01f9-e62f1ed052b9-8bfe223f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0a9bcbbd-898f-510b-01f9-e62f1ed052ba-8bfe223f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

.grid-3>#w-node-_0a9bcbbd-898f-510b-01f9-e62f1ed052ba-8bfe223f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.grid-4>#w-node-_0a9bcbbd-898f-510b-01f9-e62f1ed052ba-8bfe223f {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.container-8>#w-node-_0a9bcbbd-898f-510b-01f9-e62f1ed052ba-8bfe223f {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

#w-node-_0a9bcbbd-898f-510b-01f9-e62f1ed052bb-8bfe223f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-_0a9bcbbd-898f-510b-01f9-e62f1ed052bb-8bfe223f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-_0a9bcbbd-898f-510b-01f9-e62f1ed052bb-8bfe223f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-_0a9bcbbd-898f-510b-01f9-e62f1ed052bb-8bfe223f {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-_0a9bcbbd-898f-510b-01f9-e62f1ed052bc-8bfe223f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5eb925b9-5d02-ce93-704d-9b26cfb640f7-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8a2c8595-29ba-cd59-468c-40d1f32a2ee3-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-_8a2c8595-29ba-cd59-468c-40d1f32a2ee3-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_8a2c8595-29ba-cd59-468c-40d1f32a2ee3-5990178d {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-_8a2c8595-29ba-cd59-468c-40d1f32a2ee3-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-_5eb925b9-5d02-ce93-704d-9b26cfb640f8-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1fe63f7f-913a-c10a-bcc9-d419861a8b89-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

.grid-3>#w-node-_1fe63f7f-913a-c10a-bcc9-d419861a8b89-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.grid-4>#w-node-_1fe63f7f-913a-c10a-bcc9-d419861a8b89-5990178d {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.container-8>#w-node-_1fe63f7f-913a-c10a-bcc9-d419861a8b89-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

#w-node-f18dbe16-dc29-1f1d-8c67-b29e3efaf3c4-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-f18dbe16-dc29-1f1d-8c67-b29e3efaf3c4-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-f18dbe16-dc29-1f1d-8c67-b29e3efaf3c4-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-f18dbe16-dc29-1f1d-8c67-b29e3efaf3c4-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-_5eb925b9-5d02-ce93-704d-9b26cfb640f9-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f63-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f64-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f64-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f64-5990178d {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f64-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f65-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f66-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

.grid-3>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f66-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.grid-4>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f66-5990178d {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.container-8>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f66-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f67-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f67-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f67-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f67-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f68-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5e9-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ea-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ea-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ea-5990178d {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ea-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5eb-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ed-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ed-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ed-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ed-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830daf-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830db0-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db0-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db0-5990178d {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db0-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830db1-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830db2-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db2-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db2-5990178d {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db2-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830db3-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db3-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db3-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db3-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830db4-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddc-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddd-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddd-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddd-5990178d {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddd-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830dde-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddf-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddf-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddf-5990178d {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddf-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830de0-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830de0-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830de0-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830de0-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830de1-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830e09-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0a-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0a-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0a-5990178d {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0a-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0b-5990178d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0c-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0c-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0c-5990178d {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0c-5990178d {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d6678-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d6679-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d6679-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d6679-5b51181f {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d6679-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d667a-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d667b-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

.grid-3>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d667b-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.grid-4>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d667b-5b51181f {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.container-8>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d667b-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d667c-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d667c-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d667c-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d667c-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d667d-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66a5-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66a6-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66a6-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66a6-5b51181f {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66a6-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66a7-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66a8-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

.grid-3>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66a8-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.grid-4>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66a8-5b51181f {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.container-8>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66a8-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66a9-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66a9-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66a9-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66a9-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66aa-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66d2-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66d3-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66d3-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66d3-5b51181f {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66d3-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66d4-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66d5-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66d5-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66d5-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-bf8bd338-f2b5-81ab-3fe6-b4f4c50d66d5-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-_5eb925b9-5d02-ce93-704d-9b26cfb640f7-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8a2c8595-29ba-cd59-468c-40d1f32a2ee3-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-_8a2c8595-29ba-cd59-468c-40d1f32a2ee3-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_8a2c8595-29ba-cd59-468c-40d1f32a2ee3-5b51181f {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-_8a2c8595-29ba-cd59-468c-40d1f32a2ee3-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-_5eb925b9-5d02-ce93-704d-9b26cfb640f8-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1fe63f7f-913a-c10a-bcc9-d419861a8b89-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

.grid-3>#w-node-_1fe63f7f-913a-c10a-bcc9-d419861a8b89-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.grid-4>#w-node-_1fe63f7f-913a-c10a-bcc9-d419861a8b89-5b51181f {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.container-8>#w-node-_1fe63f7f-913a-c10a-bcc9-d419861a8b89-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

#w-node-f18dbe16-dc29-1f1d-8c67-b29e3efaf3c4-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-f18dbe16-dc29-1f1d-8c67-b29e3efaf3c4-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-f18dbe16-dc29-1f1d-8c67-b29e3efaf3c4-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-f18dbe16-dc29-1f1d-8c67-b29e3efaf3c4-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-_5eb925b9-5d02-ce93-704d-9b26cfb640f9-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f63-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f64-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f64-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f64-5b51181f {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f64-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f65-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f66-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

.grid-3>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f66-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.grid-4>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f66-5b51181f {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.container-8>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f66-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f67-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f67-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f67-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f67-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-_30d2b47a-ddc3-4585-2f99-f12e44398f68-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5e9-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ea-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ea-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ea-5b51181f {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ea-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5eb-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ed-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ed-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ed-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-_7a1ae6c7-38c9-4bf2-8983-0f56527da5ed-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830daf-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830db0-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db0-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db0-5b51181f {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db0-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830db1-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830db2-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db2-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db2-5b51181f {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db2-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830db3-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db3-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db3-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830db3-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830db4-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddc-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddd-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddd-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddd-5b51181f {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddd-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830dde-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddf-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: Area-6;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddf-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddf-5b51181f {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830ddf-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830de0-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830de0-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830de0-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830de0-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830de1-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830e09-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0a-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: Area-5;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0a-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0a-5b51181f {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0a-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0b-5b51181f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0c-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

.grid-3>#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0c-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0c-5b51181f {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.container-8>#w-node-_26175955-2a14-9f01-e105-7b9e5d830e0c-5b51181f {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

#w-node-_6ebfd3f8-27d9-e4b9-7870-b9c39938b52b-d59cec01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-2>#w-node-_6ebfd3f8-27d9-e4b9-7870-b9c39938b52b-d59cec01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-_6ebfd3f8-27d9-e4b9-7870-b9c39938b52b-d59cec01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-4>#w-node-_6ebfd3f8-27d9-e4b9-7870-b9c39938b52b-d59cec01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.container-8>#w-node-_6ebfd3f8-27d9-e4b9-7870-b9c39938b52b-d59cec01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#w-node-ed77d8d5-1514-a0cd-45aa-58cfcdc4d6dc-d59cec01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_348e25f1-67bb-88c3-7ccb-c3498df39df4-d59cec01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_22eeff8a-2c00-6f40-6d5e-fe8fe94cadae-d59cec01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d4839f4-602f-a615-ef5b-cf215b5c6732-d59cec01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f3b10b28-bb7c-8f0d-9870-00b49db3443a-d59cec01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9e693a2e-d98c-89f8-49c3-812db6df790a-d59cec01 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9025eec6-3c29-f4a7-0e91-e63b89775c8f-0f22cbf0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9025eec6-3c29-f4a7-0e91-e63b89775c8f-3fc18eaf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-aa78c095-5791-8a31-91cd-5e5b2f466339-4903066f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9025eec6-3c29-f4a7-0e91-e63b89775c8f-9f796f86 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_3573f065-f9ba-2f3e-6135-c8ee0a1b6a82-d59cec01 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3573f065-f9ba-2f3e-6135-c8ee0a1b6a84-d59cec01 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3573f065-f9ba-2f3e-6135-c8ee0a1b6a89-d59cec01 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3573f065-f9ba-2f3e-6135-c8ee0a1b6a8b-d59cec01 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d9beefcd-8214-6f90-f40b-d6148edf8dd9-d59cec01 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d9beefcd-8214-6f90-f40b-d6148edf8ddb-d59cec01 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d9beefcd-8214-6f90-f40b-d6148edf8de0-d59cec01 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d9beefcd-8214-6f90-f40b-d6148edf8de2-d59cec01 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_0b6b87be-574c-cc53-973b-65acc9345049-d59cec01 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0b6b87be-574c-cc53-973b-65acc934504b-d59cec01 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0b6b87be-574c-cc53-973b-65acc9345050-d59cec01 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0b6b87be-574c-cc53-973b-65acc9345052-d59cec01 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6d8f6fc0-4453-ee40-a950-45e204089253-6c6bddab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_51a8c709-1f03-67ac-ee2c-99952980056d-6c6bddab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5103f215-69ae-837f-6f28-20037c7ed73b-ed6bddb6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3d640243-56ea-9be0-cbfe-4a6787774510-ed6bddb6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f4111124-4a9a-eab2-15c7-4b5218e0e21a-ed6bddb6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_89f5e6a8-38f6-eb5e-d59c-c23347c2991d-5807e17d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_89f5e6a8-38f6-eb5e-d59c-c23347c2992b-5807e17d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d8aae5ff-de71-1949-6b20-49e65e53984f-5807e17d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_81367aa8-5ad4-5bdc-f6f7-5eeb3f1c58b8-5807e17d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_88f00fe8-5910-be31-58c1-5307f1ffa48c-5807e17d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b57872f5-c70c-2e85-f7be-7d6e1ed92f12-5807e17d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fde7a780-9977-a803-76d6-c7c12dcf7853-5807e17d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f231f996-e057-242a-93c4-31f7bb9c5ef8-5807e17d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_70d7c8ee-8c4b-c1e1-ba72-c55b04d78319-5807e17d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9025eec6-3c29-f4a7-0e91-e63b89775c7f-0f22cbf0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9025eec6-3c29-f4a7-0e91-e63b89775c83-0f22cbf0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9025eec6-3c29-f4a7-0e91-e63b89775c87-0f22cbf0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9025eec6-3c29-f4a7-0e91-e63b89775c8b-0f22cbf0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7d449a79-c0e1-9905-6c82-c6ea4651c6ab-0f22cbf0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9025eec6-3c29-f4a7-0e91-e63b89775c7f-3fc18eaf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9025eec6-3c29-f4a7-0e91-e63b89775c83-3fc18eaf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9025eec6-3c29-f4a7-0e91-e63b89775c87-3fc18eaf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9025eec6-3c29-f4a7-0e91-e63b89775c8b-3fc18eaf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7d449a79-c0e1-9905-6c82-c6ea4651c6ab-3fc18eaf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aa78c095-5791-8a31-91cd-5e5b2f466329-4903066f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aa78c095-5791-8a31-91cd-5e5b2f46632d-4903066f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aa78c095-5791-8a31-91cd-5e5b2f466331-4903066f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aa78c095-5791-8a31-91cd-5e5b2f466335-4903066f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9025eec6-3c29-f4a7-0e91-e63b89775c7f-9f796f86 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9025eec6-3c29-f4a7-0e91-e63b89775c83-9f796f86 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9025eec6-3c29-f4a7-0e91-e63b89775c87-9f796f86 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9025eec6-3c29-f4a7-0e91-e63b89775c8b-9f796f86 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta';
  src: url('../fonts/PlusJakartaDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}