.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 {
  margin-bottom: 4em;
  padding-top: 80px;
  background-color: #000;
  font-family: 'Work Sans', sans-serif;
  color: #dadada;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 110px;
  line-height: 1.2;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 1.3;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #dadada;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #fff;
  list-style-type: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #fff;
  list-style-type: none;
}

li {
  margin-bottom: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-type: disc;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  overflow: visible;
  margin: 2em auto 2em -40px;
  padding: 10px 0px 10px 40px;
  border-top: 0px solid #000;
  border-left: 0px solid #000;
  background-image: url('../images/Quote-Icon.svg');
  background-position: 3px 5px;
  background-size: 15px;
  background-repeat: no-repeat;
  font-size: 32px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 300;
}

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

figcaption {
  margin-top: 5px;
  color: #878d95;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.fixed-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  height: 80px;
  background-color: #0d0d0d;
}

.nav-logo {
  height: 35px;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 20px;
  margin-left: 0px;
  padding: 10px;
  -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;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link.w--current {
  background-color: #0d0d0d;
  background-image: url('../images/Line-White.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: 600;
}

.nav-link._1.w--current {
  background-color: transparent;
  background-image: none;
}

.nav-link._2.w--current {
  background-image: none;
  color: #fa0d0d;
}

.nav-link._3:hover {
  color: #fa0d0d;
}

.nav-link._3.w--current {
  background-image: none;
  color: #fa0d0d;
}

.footer {
  margin-top: auto;
  padding: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.footer-flex-container.bottom {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #343434;
}

.section.section-grey {
  background-color: #0d0d0d;
}

.section.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.section.relative {
  position: relative;
}

.container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 20px;
}

.container.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.container.no-padding-bottom {
  padding-bottom: 0rem;
}

.hero-text {
  margin-top: 10px;
  font-size: 60px;
  cursor: default;
}

.section-hero {
  position: relative;
}

.section-hero.homeheader {
  padding-bottom: 8rem;
}

.content {
  margin-top: 4em;
  padding-right: 0em;
}

.content.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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.relative {
  position: relative;
}

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

.content.client-right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
}

.content.client-center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content.client-left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.about-image-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -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;
}

.content.marseille {
  display: none;
}

.link {
  position: relative;
  overflow: hidden;
  margin-right: 5px;
  padding-bottom: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

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

.link.footer-link {
  margin-left: 10px;
}

.link.blog-category-link {
  margin-bottom: 10px;
}

.link.blog-category-link.w--current {
  color: #fff;
  font-weight: 500;
}

.link-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.link-underline.grey {
  background-color: #878d95;
}

.grid-6-col {
  grid-column-gap: 41px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.right-text {
  text-align: right;
}

.project-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-bottom: 40px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.project-item:hover {
  text-decoration: none;
}

.nav-link-text {
  font-size: 14px;
}

.grey {
  color: #cecece;
}

.nav-menu {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  margin-right: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button {
  z-index: 2;
}

.footer-flex-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project-item-style-2 {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-right: 160px;
  padding-bottom: 60px;
  border-bottom: 5px solid #fff;
  text-decoration: none;
}

.project-item-style-2:hover {
  text-decoration: none;
}

.heading-display-2 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 400;
}

.heading-display-2.streched-link-text {
  color: #a2a2a2;
}

.heading-display-2.no-margin-top {
  margin-top: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-height: 100%;
  max-width: 100%;
  min-height: 60vh;
  -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;
  max-width: 40vw;
  -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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.represent-title {
  display: inline-block;
  padding: 10px 20px;
  background-image: url('../images/line-streched.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.represent-container {
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-details {
  margin-top: 2em;
  margin-bottom: 2em;
}

.content-details p {
  margin-right: auto;
  margin-left: auto;
}

.content-details h3 {
  margin-right: auto;
  margin-left: auto;
}

.content-details h4 {
  margin-right: auto;
  margin-left: auto;
}

.content-details h5 {
  margin-right: auto;
  margin-left: auto;
}

.content-details h6 {
  margin-right: auto;
  margin-left: auto;
}

.horizontal-line {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #313e4b;
}

.horizontal-line.xl-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.post-item {
  padding-bottom: 0px;
}

.post-item:hover {
  text-decoration: none;
}

.post-item-image {
  position: relative;
  width: 100%;
}

.subscribe-form {
  max-width: 530px;
  padding: 0px;
}

.subscribe-form-flex {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-input {
  width: 100%;
  height: 54px;
  margin-bottom: 40px;
  padding: 10px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #38414b #38414b #fff;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 24px;
}

.form-input:focus {
  border-color: #868f97;
  background-color: #0d0d0d;
}

.form-input::-webkit-input-placeholder {
  color: #dadada;
  font-weight: 300;
}

.form-input:-ms-input-placeholder {
  color: #dadada;
  font-weight: 300;
}

.form-input::-ms-input-placeholder {
  color: #dadada;
  font-weight: 300;
}

.form-input::placeholder {
  color: #dadada;
  font-weight: 300;
}

.form-input.textbox {
  height: auto;
  min-height: 100px;
}

.form-input.margin-bottom-10 {
  margin-bottom: 10px;
}

.blog-featured-grid {
  width: 100%;
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.success-message {
  margin-top: 20px;
  padding: 10px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.08);
  text-align: left;
}

.error-message {
  margin-top: 10px;
  padding: 10px;
  border-radius: 2px;
  background-color: rgba(255, 199, 199, 0.32);
  color: #fcc;
}

.blog-item-collection {
  padding-bottom: 0px;
}

.blog-item-collection:nth-child(even) {
  padding-top: 140px;
}

.asset-licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.visit-asset-page {
  padding-top: 10px;
  padding-right: 0px;
}

.text-gradient-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#fb8755), to(#ff4d00));
  background-image: linear-gradient(90deg, #fb8755, #ff4d00);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-heading {
  margin-bottom: 20px;
}

.grey-text {
  color: #878d95;
}

.footer-flex-content {
  display: block;
  min-width: 33%;
  padding-right: 10px;
}

.footer-flex-content.marseille {
  display: block;
}

.nav-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.button {
  height: 48px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 15px 20px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #0d0d0d;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #0d0d0d;
  text-decoration: none;
}

.button.btn-subscribe {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/arrow-right-white-icon.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.button.btn-subscribe:hover {
  background-color: hsla(0, 0%, 100%, 0.09);
}

.button.width-100pct {
  width: 100%;
}

.blog-item-category {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  opacity: 0.8;
}

.blog-item-image-container {
  position: relative;
  overflow: hidden;
}

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

.blog-item-date-category-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.collection-item {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.card-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0d0d0d;
  -webkit-transition: background-color 300ms ease, color 200ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, color 200ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, color 200ms ease;
  transition: background-color 300ms ease, transform 300ms ease, color 200ms ease, -webkit-transform 300ms ease;
  font-weight: 500;
}

.card-item:hover {
  background-color: #17171a;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
  text-decoration: none;
}

.white-40 {
  color: hsla(0, 0%, 100%, 0.4);
}

.card-item-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: linear-gradient(132deg, #f85d7f, #6b81fa);
  opacity: 0;
}

.card-item-gradient.gradient-2 {
  background-image: linear-gradient(132deg, #5238ff, #a0fbcd);
}

.card-item-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.job-position-content {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr 1fr 0.25fr;
  grid-template-columns: 2fr 1fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.job-position-text {
  font-weight: 400;
}

.no-margin {
  margin: 0px;
}

.no-margin.new-title-class {
  font-size: 50px;
}

.text-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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-center.margin-top {
  margin-top: 1em;
}

.hero-video {
  position: relative;
  display: none;
  height: 160vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.video-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 1;
  width: 100%;
  padding-top: 0px;
}

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

.small-container {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.text-holder {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-holder.no-padding-top {
  padding-top: 0px;
}

.tab-link {
  overflow: hidden;
  width: 33%;
  margin-bottom: 0px;
  padding: 10px 10px 0px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  text-decoration: none;
}

.tab-link:hover {
  background-color: #0d0d0d;
  text-decoration: none;
}

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

.text-container {
  max-width: 50%;
  padding-bottom: 40px;
}

.text-container.no-padding {
  padding-bottom: 0px;
}

.video-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
}

.play-icon-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 100%;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.play-icon-holder:hover {
  box-shadow: 0 0 9px 8px rgba(0, 0, 0, 0.5);
}

.slider {
  position: static;
  overflow: visible;
  height: auto;
  max-width: 33vw;
  min-width: 33vw;
  background-color: transparent;
}

.slider-left-arrow {
  left: auto;
  top: -90px;
  right: 1em;
  bottom: auto;
  display: block;
  margin-right: 75px;
}

.slider-right-arrow {
  left: auto;
  top: -90px;
  right: 1em;
  bottom: auto;
  display: block;
}

.slider-nav {
  left: 0px;
  top: auto;
  right: 0%;
  bottom: -50px;
  display: block;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 3px;
  font-size: 8px;
}

.slider-mask {
  overflow: visible;
  width: 100%;
  height: auto;
}

.slide {
  width: 100%;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  cursor: default;
}

.text-regular {
  font-weight: 400;
}

.slider-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-icon-image {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.grid-10cols {
  position: relative;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-10cols.width-100pct {
  width: 100%;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.image-anim-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-animation {
  position: relative;
  width: auto;
  height: 100%;
}

.image-animation.width-100pct {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-item {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  color: #fff;
}

.team-item:hover {
  text-decoration: none;
}

.team-image-holder {
  display: inline-block;
  max-width: 33vw;
  text-align: left;
}

.team-image-holder.member-details-image {
  width: 100%;
  max-width: 100%;
}

.team-name {
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: left;
}

.job-position-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.team-member-details {
  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;
}

.contact-form-block {
  position: relative;
  margin-top: 3em;
  margin-bottom: 0px;
}

.contact-form-container {
  position: relative;
  margin-bottom: 5em;
}

.subscribe-input {
  height: 54px;
  min-width: 350px;
  margin-bottom: 0px;
  padding-right: 50px;
  padding-left: 10px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #868f97 #868f97 #fff;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.subscribe-input:focus {
  border-color: #868f97;
}

.subscribe-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}

.subscribe-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}

.subscribe-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}

.subscribe-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}

.post-details-section-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 40vh;
  background-color: #0d0d0d;
}

.social-icon-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 41px;
  height: 41px;
  margin-right: 12px;
  margin-bottom: 12px;
  -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: 41px;
  background-color: #353535;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social-icon-holder:hover {
  background-color: #0d0d0d;
}

.social-icon.small {
  position: relative;
  z-index: 1;
  width: 20px;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.change-log-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 2fr;
  grid-template-columns: 1fr 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-social-link {
  margin-left: 20px;
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 100%;
  opacity: 1;
  -webkit-transition: opacity 300ms ease, background-color 300ms ease;
  transition: opacity 300ms ease, background-color 300ms ease;
}

.nav-social-link:hover {
  background-color: #000;
  opacity: 0.7;
}

.nav-social-link._1 {
  margin-left: 0px;
}

.social-media-icon {
  width: 25px;
}

.link-with-line {
  position: relative;
  z-index: 3;
  color: #fa0d0d;
}

.link-with-line:hover {
  color: #fff;
  text-decoration: none;
}

.link-with-line.long {
  position: relative;
  z-index: 3;
}

.hero-images-container {
  position: relative;
  z-index: 2;
  display: block;
}

.hero-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 40vw;
}

.hero-image._2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -10vh;
  width: 30vw;
}

.hero-image._4 {
  left: auto;
  top: -10vh;
  right: 10%;
  bottom: auto;
  width: 30vw;
}

.circle-image {
  position: absolute;
  left: auto;
  top: -70px;
  right: 0%;
  bottom: auto;
}

.hero-background-grey {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 100vh;
  background-color: #0d0d0d;
}

.hero-background-grey.full-height {
  height: 100%;
}

.hero-background-grey.contact-page {
  bottom: 20%;
  height: auto;
}

.footer-top {
  margin-bottom: 2em;
}

.footer-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.underline-lottie {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
  z-index: -1;
}

.project-item-image-holder {
  position: relative;
  overflow: hidden;
}

.project-item-content {
  padding: 1em;
}

.opacity-60 {
  margin-bottom: 3em;
  opacity: 1;
  color: #fff;
  font-style: normal;
  text-align: left;
}

.opacity-60.italic {
  font-style: italic;
}

.project-collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.project-collection-item:nth-child(odd) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.project-collection-item:nth-child(even) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.project-list-wrapper {
  margin-top: 100px;
  margin-bottom: 10em;
}

.grid-journal {
  -ms-grid-columns: 1.3fr 8fr;
  grid-template-columns: 1.3fr 8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.sticky.post-details-sticky-container {
  margin-top: 40vh;
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: none;
  margin-top: -22px;
  margin-left: -18px;
  -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;
  color: #fff;
}

.cursor.view-more {
  color: #fb8755;
}

.cursor-text {
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
}

.cursor-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  -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;
}

.cursor-icon-1 {
  width: 6px;
  height: 100%;
  background-color: #fff;
}

.cursor-icon-1.color {
  background-color: #fb8755;
}

.cursor-icon-2 {
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #fff;
}

.cursor-icon-2.color {
  background-color: #fb8755;
}

.blog-items-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-items-grid.one-col {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.subscribe-container {
  max-width: 500px;
  margin-top: 6em;
}

.public-link-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
}

.public-link-underline._100-pct {
  opacity: 1;
}

.journal-category-label {
  margin-bottom: 30px;
  padding-top: 10px;
  color: hsla(0, 0%, 85.5%, 0.6);
}

.hero-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-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;
}

.hero-text-container.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-align: center;
}

.heading-display-1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 110px;
  font-weight: 500;
}

.heading-display-1.no-margin {
  margin-top: 0em;
  margin-bottom: 0em;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.heading-display-1.no-margin:hover {
  text-decoration: none;
}

.heading-display-1.no-margin.subtitle {
  margin-bottom: 1em;
  font-size: 30px;
  text-align: center;
}

.heading-display-1.no-margin.titlehome {
  margin-top: 1em;
  margin-bottom: 0em;
  font-size: 50px;
  text-align: left;
}

.heading-display-1.no-margin.red {
  color: #fa0d0d;
  font-weight: 600;
}

.heading-display-1.no-margin.absolute {
  position: static;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
}

.text-marked {
  position: absolute;
  left: -20%;
  top: -30%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 140%;
  height: 160%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.text-marked.wider {
  top: -20%;
  height: 140%;
  background-image: none;
}

.text-marked.wider-2 {
  top: -20%;
  height: 140%;
}

.text-marked-container {
  position: relative;
  z-index: 1;
  margin-left: 10px;
  padding-left: 10px;
}

.footer-social-link {
  margin-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
  -webkit-transition: opacity 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease;
}

.footer-social-link:hover {
  opacity: 0.7;
}

.footer-social-link._1 {
  margin-left: 0px;
}

.categories-links-list {
  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;
}

.collection-empty-state {
  padding: 10px;
  background-color: #0d0d0d;
  color: hsla(0, 0%, 100%, 0.5);
}

.pointer-events {
  display: none;
}

.streched-line-link {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 30px;
  color: #a2a2a2;
  text-decoration: none;
}

.streched-line-link:hover {
  text-decoration: none;
}

.streched-line-lottie {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -4px;
  width: 100%;
}

.line-streched-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.slider-arrow-image {
  width: 74px;
  height: 74px;
}

.image-scroll-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
}

.image-scroll-container.no-padding {
  margin-top: 0px;
}

.circle-animation-container {
  position: absolute;
  left: auto;
  top: -100px;
  right: 0%;
  bottom: auto;
  width: 230px;
  height: 230px;
  background-image: url('../images/colored-down-arrow.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

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

.image-animate-on-scroll {
  position: relative;
}

.accordion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -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;
}

.accordion-header {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 3em;
  padding-bottom: 3em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 2fr 5fr 3fr;
  grid-template-columns: 2fr 5fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.accordion-header:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.accordion-summary-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
  -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;
}

.accordion {
  position: relative;
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 2px solid #353535;
}

.accordion-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 200;
  text-align: left;
}

.accordion-icon-2 {
  width: 60px;
  height: 60px;
}

.accordion-body {
  overflow: hidden;
}

.accordion-body-content {
  display: -ms-grid;
  display: grid;
  padding-top: 2em;
  padding-bottom: 2em;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-areas: ". . ."
    "Area-3 Area Area-2";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -o-object-fit: fill;
  object-fit: fill;
}

.view-more-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
}

.view-less-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
}

.accordion-view-less-panel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  cursor: pointer;
}

.client-image {
  max-height: 45px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.clients-logo-container {
  margin-top: 2em;
  margin-bottom: 5em;
}

.about-images-container {
  position: relative;
  width: 140vw;
}

.grid-about-images {
  position: relative;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-about-images.first {
  z-index: 1;
  margin-bottom: 2em;
}

.grid-about-images.second {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  margin-bottom: 2em;
  padding-right: 0px;
  padding-left: 0px;
}

.grid-about-images.second.grid-absolute {
  height: 100%;
}

.offices-container {
  margin-top: 6em;
  margin-bottom: 3em;
}

.office-first {
  margin-top: 40%;
}

.bg-gradient-black-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(#0d0d0d));
  background-image: linear-gradient(0deg, #000, #0d0d0d);
}

.team-collection-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 3em;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-collection-item:nth-child(even) {
  margin-top: 20%;
}

.member-social-links-container {
  margin-bottom: 6em;
}

.job-position-icon {
  width: 40px;
}

.job-position-icon-holder {
  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;
}

.our-number-item {
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 60px;
  font-weight: 700;
}

.our-number-text {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.our-numbers-container {
  margin-bottom: 8em;
}

.our-numbers-container.last {
  margin-bottom: 0px;
}

.our-numbers-container.third {
  margin-bottom: 0em;
}

.project-detail-category {
  margin-top: 20px;
  margin-bottom: 20px;
}

.project-details {
  margin-top: 3em;
}

.project-detail-image {
  margin-top: 2em;
  margin-bottom: 2em;
}

.post-details-sticky-content {
  width: 100%;
  margin-bottom: 1em;
}

.tabs {
  margin-top: 5em;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab-link-lottie {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form {
  display: -ms-grid;
  display: grid;
  width: 100%;
  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;
}

.hero-content-image {
  position: relative;
}

.instruction-social-sharing-image {
  width: 100%;
  max-width: 740px;
  border-style: solid;
  border-width: 3px;
  border-color: #fb8755;
}

.instruction-company-image {
  border-style: solid;
  border-width: 3px;
  border-color: #fb8755;
}

.hiden-section {
  display: none;
}

.hiden-section.section-grey {
  background-color: #0d0d0d;
}

.hiden-section.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.hiden-section.relative {
  position: relative;
}

.heading-display-1-copy {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 110px;
  font-weight: 500;
}

.heading-display-1-copy.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.underline-lottie-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
  z-index: -1;
}

.small-container-copy {
  display: none;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.underline-lottie-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -10%;
  z-index: -1;
}

.hero-video-copy {
  position: relative;
  display: block;
  overflow: visible;
  height: 160vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.grid-10cols-copy {
  position: relative;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-10cols-copy.width-100pct {
  width: 100%;
}

.footer-flex-container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.footer-flex-container-copy.bottom {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 0px solid #343434;
}

.section-copy.section-grey {
  background-color: #0d0d0d;
}

.section-copy.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.section-copy.relative {
  position: relative;
}

.section-copy.section-grey {
  background-color: #0d0d0d;
}

.section-copy.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.section-copy.relative {
  position: relative;
}

.text-marked-copy {
  position: absolute;
  left: -20%;
  top: -30%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 140%;
  height: 160%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.text-marked-copy.wider {
  top: -20%;
  height: 140%;
  background-image: none;
}

.text-marked-copy.wider-2 {
  top: -20%;
  height: 140%;
}

.text-marked-copy.wider-2-copy {
  top: -20%;
  height: 140%;
}

.text-marked-copy {
  position: absolute;
  left: -20%;
  top: -30%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 140%;
  height: 160%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.text-marked-copy.wider {
  top: -20%;
  height: 140%;
  background-image: none;
}

.text-marked-copy.wider-2 {
  top: -20%;
  height: 140%;
}

.text-marked-copy.wider-2-copy {
  top: -20%;
  height: 140%;
}

.text-marked-copy {
  position: absolute;
  left: -20%;
  top: -30%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 140%;
  height: 160%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.text-marked-copy.wider {
  top: -20%;
  height: 140%;
  background-image: none;
}

.text-marked-copy.wider-2 {
  top: -20%;
  height: 140%;
}

.text-marked-copy.wider-2-copy {
  top: -20%;
  height: 140%;
}

.text-marked-copy {
  position: absolute;
  left: -20%;
  top: -30%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 140%;
  height: 160%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.text-marked-copy.wider {
  top: -20%;
  height: 140%;
  background-image: none;
}

.text-marked-copy.wider-2 {
  top: -20%;
  height: 140%;
}

.text-marked-copy.wider-2-copy {
  top: -20%;
  height: 140%;
}

.text-marked-copy {
  position: absolute;
  left: -20%;
  top: -30%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 140%;
  height: 160%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.text-marked-copy.wider {
  top: -20%;
  height: 140%;
  background-image: none;
}

.text-marked-copy.wider-2 {
  top: -20%;
  height: 140%;
}

.text-marked-copy.wider-2-copy {
  top: -20%;
  height: 140%;
}

.text-marked-copy {
  position: absolute;
  left: -20%;
  top: -30%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 140%;
  height: 160%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.text-marked-copy.wider {
  top: -20%;
  height: 140%;
  background-image: none;
}

.text-marked-copy.wider-2 {
  top: -20%;
  height: 500%;
  margin-top: 0px;
}

.menu-div-bloc:hover {
  color: #fa0d0d;
}

.text-block {
  margin-bottom: 2em;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.text-block.no-margin {
  margin-bottom: 0em;
}

.text-block-6 {
  color: #fd0c0c;
}

.text-block-7 {
  color: #fd0c0c;
}

.text-block-8 {
  color: #fd0c0c;
}

.text-block-9 {
  color: #fd0c0c;
}

.text-block-10 {
  color: #fd0c0c;
}

.service-image-class {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-block {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-wrapper {
  margin-top: 100px;
}

.section-copy.section-grey {
  background-color: #0d0d0d;
}

.section-copy.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.section-copy.relative {
  position: relative;
}

.hiden-section-2 {
  display: none;
}

.hiden-section-2.section-grey {
  background-color: #0d0d0d;
}

.hiden-section-2.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.hiden-section-2.relative {
  position: relative;
}

.image-2 {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-3 {
  max-width: 100%;
  -o-object-fit: none;
  object-fit: none;
}

.image-4 {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-5 {
  -o-object-fit: fill;
  object-fit: fill;
}

.image-6 {
  -o-object-fit: cover;
  object-fit: cover;
}

.columns {
  margin-bottom: 2em;
}

.columns.no-margin {
  margin-bottom: 0em;
}

.text-block-16 {
  margin-bottom: 2em;
}

.div-block-5 {
  margin-top: 4em;
}

.grid {
  grid-template-areas: "Area Area-3"
    "Area-2 Area-4";
}

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

.columns-2 {
  margin-top: 0em;
}

.columns-3 {
  margin-bottom: 2em;
}

.column {
  padding-right: 5px;
  padding-left: 5px;
}

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

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

.column-4 {
  padding-right: 5px;
  padding-left: 5px;
}

.column-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.heading-4 {
  margin-bottom: 0px;
  font-size: 25px;
}

.heading-5 {
  margin-bottom: 0px;
  font-size: 25px;
}

.heading-6 {
  margin-bottom: 0px;
  font-size: 25px;
}

.grid-3 {
  margin-bottom: 2em;
  grid-template-areas: "Area Area-5 Area-12 Area-13"
    "Area-2 Area-6 Area-11 Area-16"
    "Area-3 Area-7 Area-8 Area-14"
    "Area-4 Area-9 Area-10 Area-15"
    "Area-17 Area-18 Area-19 Area-20";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 1em;
  color: #fff;
  font-size: 40px;
}

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

.heading-8 {
  font-size: 28px;
}

.heading-9 {
  margin-bottom: 3em;
  font-size: 28px;
}

.titlevideo {
  margin-top: 2em;
}

.video {
  margin-bottom: 1em;
}

.subtitlevideo {
  color: #fa0d0d;
}

.heading-10 {
  color: #fa0d0d;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  width: 18%;
  min-width: 150px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-8 {
  width: 18%;
  min-width: 150px;
}

.image-9 {
  width: 18%;
  min-width: 150px;
}

.image-10 {
  width: 18%;
  min-width: 150px;
}

.image-11 {
  width: 18%;
  min-width: 150px;
}

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

.container-2 {
  margin-bottom: 20px;
}

.image-12 {
  display: none;
  margin-top: 1em;
}

.image-16 {
  padding-right: 5px;
  padding-left: 5px;
}

.image-17 {
  padding-right: 5px;
  padding-left: 5px;
}

.columns-6 {
  padding-top: 10px;
}

.text-span {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-2 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-3 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-4 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-5 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-6 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-7 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-8 {
  color: #fa0d0d;
}

.text-span-9 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-10 {
  color: #fa0d0d;
}

.text-span-11 {
  color: #fa0d0d;
  font-weight: 600;
}

.text-span-12 {
  color: #fa0d0d;
  font-weight: 600;
}

.text-span-13 {
  color: #fa0d0d;
  font-weight: 600;
}

.text-span-14 {
  color: #fa0d0d;
  font-weight: 600;
}

.text-span-15 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-16 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-17 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-18 {
  color: #fa0d0d;
  font-weight: 700;
}

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

.image-21 {
  max-width: 90%;
}

.image-22 {
  max-width: 90%;
}

.image-23 {
  max-width: 90%;
}

.image-24 {
  max-width: 90%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.image-24:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.image-24.hover-client {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 200ms ease, -webkit-transform 200ms ease;
  transition: -webkit-filter 200ms ease, -webkit-transform 200ms ease;
  transition: filter 200ms ease, transform 200ms ease;
  transition: filter 200ms ease, transform 200ms ease, -webkit-filter 200ms ease, -webkit-transform 200ms ease;
}

.image-24.hover-client:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.image-25 {
  max-width: 90%;
}

.image-26 {
  max-width: 90%;
}

.image-27 {
  max-width: 90%;
}

.image-28 {
  max-width: 90%;
}

.image-29 {
  max-width: 90%;
}

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

.image-31 {
  max-width: 90%;
}

.image-32 {
  max-width: 90%;
}

.image-33 {
  max-width: 90%;
}

.image-34 {
  max-width: 90%;
}

.image-35 {
  max-width: 90%;
}

.text-span-19 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-20 {
  color: #fa0d0d;
}

.text-span-21 {
  color: #fa0d0d;
  font-weight: 600;
}

.text-span-22 {
  color: #fa0d0d;
  font-weight: 600;
}

.text-span-23 {
  color: #fa0d0d;
}

.lightbox-link {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-link:hover {
  text-decoration: none;
}

.lightbox-link.padding-bottom {
  margin-bottom: 20px;
}

.lightbox-link.solo {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.image-36 {
  position: static;
  width: 100%;
  -webkit-filter: blur(4px) brightness(70%);
  filter: blur(4px) brightness(70%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.image-36:hover {
  -webkit-filter: blur(0px) brightness(30%);
  filter: blur(0px) brightness(30%);
}

.image-36.photo-mobile {
  display: none;
}

.image-37 {
  width: 100%;
}

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

.text-span-24 {
  color: #fa0d0d;
  font-weight: 700;
}

.div-block-7 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.text-span-25 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-26 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-27 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-28 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-29 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-30 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-31 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-32 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-33 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-34 {
  color: #fa0d0d;
  font-weight: 600;
}

.text-span-35 {
  color: #fa0d0d;
  font-weight: 600;
}

.text-span-36 {
  color: #fa0d0d;
  font-weight: 600;
}

.text-span-37 {
  color: #fa0d0d;
  font-weight: 600;
}

.text-span-38 {
  color: #fa0d0d;
  font-weight: 600;
}

.text-span-39 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-40 {
  color: #fa0d0d;
  font-weight: 700;
}

.text-span-41 {
  color: #fa0d0d;
  font-weight: 600;
}

.text-span-42 {
  color: #fa0d0d;
  font-weight: 600;
}

.text-span-43 {
  color: #fa0d0d;
  font-weight: 600;
}

.clickhere {
  display: none;
  font-size: 16px;
  text-align: center;
}

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

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

.bold-text-3 {
  font-weight: 600;
}

.bold-text-4 {
  font-weight: 600;
}

.bold-text-5 {
  font-weight: 600;
}

.bold-text-6 {
  font-weight: 600;
}

.container-3 {
  display: none;
}

.image-39 {
  display: none;
}

.image-40 {
  display: none;
}

.image-41 {
  display: none;
}

.image-42 {
  display: none;
}

.image-43 {
  display: none;
}

.success-message-2 {
  background-color: transparent;
}

.text-block-17 {
  font-size: 25px;
}

.text-block-18 {
  padding-top: 1em;
}

.text-block-19 {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #fa0d0d;
  font-size: 30px;
}

.error-message-2 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.text-block-20 {
  color: #fa0d0d;
  font-size: 25px;
}

.submit-button {
  margin-top: 1em;
  border-radius: 5px;
  background-color: #fa0d0d;
  font-size: 25px;
}

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

.field-label {
  text-align: left;
}

.textarea {
  min-height: 150px;
}

.column-15 {
  padding-left: 0px;
}

.column-17 {
  padding-right: 0px;
}

.column-18 {
  padding-left: 0px;
}

.column-19 {
  padding-left: 0px;
}

.column-21 {
  padding-right: 0px;
}

.column-25 {
  padding-right: 0px;
}

.column-26 {
  padding-left: 0px;
}

.column-27 {
  padding-right: 0px;
}

.column-28 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-29 {
  padding-left: 0px;
}

.column-30 {
  padding-right: 0px;
}

.column-31 {
  padding-left: 0px;
}

.column-32 {
  padding-right: 0px;
}

.column-35 {
  padding-right: 0px;
}

.column-41 {
  padding-left: 0px;
}

@media screen and (min-width: 1280px) {
  .nav-link._1.w--current {
    background-color: transparent;
    background-image: none;
  }

  .nav-link._2.w--current {
    background-image: none;
  }

  .container {
    max-width: 1000px;
  }

  .nav-link-text {
    font-size: 14px;
  }

  .no-margin.new-title-class {
    font-size: 75px;
  }

  .hero-video {
    display: none;
  }

  .video-sticky {
    width: 100%;
  }

  .grid-10cols.width-100pct {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .link-with-line {
    background-image: none;
    color: #d12222;
  }

  .link-with-line.long {
    background-image: none;
  }

  .underline-lottie {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .project-list-wrapper {
    margin-top: 100px;
  }

  .heading-display-1.no-margin {
    font-size: 50px;
  }

  .accordion-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .accordion-body-content {
    grid-column-gap: 30px;
  }

  .hiden-section {
    display: none;
  }

  .heading-display-1-copy.no-margin {
    font-size: 95px;
  }

  .small-container-copy {
    display: none;
  }

  .hero-video-copy {
    display: none;
    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;
  }

  .text-block-6 {
    color: #fd0c0c;
  }

  .text-block-7 {
    color: #fd0c0c;
  }

  .text-block-8 {
    color: #fd0c0c;
  }

  .text-block-9 {
    color: #fd0c0c;
  }

  .text-block-10 {
    color: #fd0c0c;
  }

  .link-block {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hiden-section-2 {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 70px;
  }

  h3 {
    font-size: 50px;
  }

  figure {
    margin-top: 20px;
  }

  .nav-link._1.w--current {
    background-color: transparent;
    background-image: none;
  }

  .nav-link._2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-link._2.w--current {
    background-image: none;
  }

  .section-hero {
    min-height: 100%;
  }

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

  .nav-link-text {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
  }

  .nav-menu {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .no-margin.new-title-class {
    font-size: 75px;
  }

  .hero-video {
    display: none;
  }

  .video-sticky {
    width: 100%;
  }

  .video-container {
    position: relative;
  }

  .play-icon-holder {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    margin-top: -76px;
  }

  .grid-10cols.width-100pct {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-anim-container {
    height: auto;
  }

  .image-animation {
    width: auto;
    height: auto;
  }

  .link-with-line {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    color: #d12222;
  }

  .link-with-line.long {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero-image._1 {
    display: none;
  }

  .hero-background-grey {
    z-index: -1;
  }

  .underline-lottie {
    width: 100px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .project-list-wrapper {
    margin-top: 100px;
    margin-bottom: 200px;
  }

  .heading-display-1.no-margin {
    font-size: 50px;
    text-align: left;
  }

  .heading-display-1.no-margin.absolute {
    text-align: center;
  }

  .accordion-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .accordion-body-content {
    grid-column-gap: 30px;
  }

  .hiden-section {
    display: none;
  }

  .heading-display-1-copy.no-margin {
    font-size: 100px;
  }

  .small-container-copy {
    display: none;
  }

  .hero-video-copy {
    display: none;
    width: 100%;
    height: 100%;
    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;
  }

  .text-marked-copy.wider-2 {
    height: 500%;
    margin-top: -166px;
  }

  .text-block-6 {
    color: #fd0c0c;
  }

  .text-block-7 {
    color: #fd0c0c;
  }

  .text-block-8 {
    color: #fd0c0c;
  }

  .text-block-9 {
    color: #fd0c0c;
  }

  .text-block-10 {
    color: #fd0c0c;
  }

  .service-image-class {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .link-block {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hiden-section-2 {
    display: none;
  }

  .columns {
    margin-bottom: 4em;
  }

  .text-block-16 {
    margin-bottom: 4em;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 60px;
  }

  h4 {
    font-size: 28px;
  }

  .nav-logo {
    height: 40px;
  }

  .nav-link.w--current {
    background-image: none;
    color: #fd0c0c;
  }

  .nav-link._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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -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;
  }

  .nav-link._1.w--current {
    padding-top: 14px;
    background-color: transparent;
    color: #fd0c0c;
    font-style: normal;
    font-weight: 600;
  }

  .nav-link._2 {
    display: block;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -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;
    text-align: left;
  }

  .nav-link._2.w--current {
    color: #fd0c0c;
  }

  .nav-link._3 {
    display: block;
    -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;
    text-align: center;
  }

  .nav-link._3.w--current {
    color: #fd0c0c;
  }

  .nav-link._4 {
    display: block;
    -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;
  }

  .nav-link._4.w--current {
    color: #fd0c0c;
  }

  .nav-link._5 {
    display: block;
    -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;
  }

  .footer {
    margin-bottom: 60px;
  }

  .container {
    max-width: 1000px;
    padding-top: 6rem;
  }

  .hero-text {
    font-size: 80px;
  }

  .section-hero {
    min-height: 120%;
  }

  .section-hero.homeheader {
    padding-bottom: 20rem;
  }

  .grid-6-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-item {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-link-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    font-size: 14px;
    text-align: left;
    text-decoration: none;
  }

  .nav-menu {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-display-2 {
    font-size: 50px;
  }

  .heading-display-2.streched-link-text {
    font-size: 50px;
  }

  .nav-social-links {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .no-margin.new-title-class {
    font-size: 75px;
  }

  .hero-video {
    display: none;
  }

  .grid-10cols.width-100pct {
    margin-bottom: 4em;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .team-name {
    text-align: center;
  }

  .social-media-icon {
    display: inline;
  }

  .link-with-line {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    color: #d12222;
    text-decoration: none;
  }

  .link-with-line.long {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .circle-image {
    left: auto;
    top: -17%;
    right: 0%;
    bottom: 0%;
  }

  .underline-lottie {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 60%;
    margin-bottom: auto;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }

  .opacity-60 {
    padding-top: 40px;
    font-style: normal;
  }

  .project-list-wrapper {
    display: none;
    margin-top: 100px;
  }

  .cursor {
    display: none;
  }

  .cursor.view-more {
    display: none;
  }

  .cursor-text {
    color: #fff;
  }

  .cursor-icon {
    color: #fff;
  }

  .hero-text-container.center {
    -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;
  }

  .heading-display-1.no-margin {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 50px;
  }

  .heading-display-1.no-margin.absolute {
    text-align: center;
  }

  .text-marked {
    background-image: none;
  }

  .text-marked.wider {
    background-image: none;
  }

  .text-marked.wider-2 {
    display: block;
    height: 500%;
    margin-top: -208px;
  }

  .streched-line-lottie {
    display: none;
  }

  .line-streched-image {
    display: none;
  }

  .accordion-body-content {
    grid-column-gap: 30px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .accordion-view-less-panel {
    display: none;
  }

  .grid-about-images.second {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .hero-description {
    font-size: 24px;
  }

  .hero-button-container {
    display: none;
  }

  .hiden-section {
    display: none;
  }

  .heading-display-1-copy.no-margin {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 110px;
    line-height: 1;
    text-align: left;
  }

  .div-block {
    height: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-copy {
    display: block;
    width: 100%;
    height: 5px;
    margin-top: -8px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #ee1616;
  }

  .new-div {
    height: 5px;
    background-color: #ce1d1d;
  }

  .underline-lottie-2 {
    width: 113%;
    height: 493.35938%;
    margin-bottom: -84px;
    padding-bottom: 0px;
  }

  .small-container-copy {
    display: none;
  }

  .underline-lottie-3 {
    display: block;
    width: 113px;
    height: 493.35938px;
    margin-bottom: -215px;
    padding-bottom: 0px;
  }

  .hero-video-copy {
    display: none;
    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;
  }

  .grid-10cols-copy.width-100pct {
    display: none;
  }

  .footer-flex-container-copy.bottom {
    display: none;
  }

  .section-copy {
    display: none;
  }

  .section-copy {
    display: none;
  }

  .heading {
    font-size: 80px;
  }

  .heading-2 {
    font-size: 25px;
  }

  .text-marked-copy {
    background-image: none;
  }

  .text-marked-copy.wider {
    background-image: none;
  }

  .text-marked-copy.wider-2 {
    display: block;
    height: 500%;
    margin-top: -167px;
  }

  .text-marked-copy.wider-2-copy {
    display: block;
    height: 500%;
    margin-top: -167px;
  }

  .text-marked-copy {
    background-image: none;
  }

  .text-marked-copy.wider {
    background-image: none;
  }

  .text-marked-copy.wider-2 {
    display: block;
    height: 500%;
    margin-top: -167px;
  }

  .text-marked-copy.wider-2-copy {
    display: block;
    height: 500%;
    margin-top: -167px;
  }

  .text-marked-copy {
    background-image: none;
  }

  .text-marked-copy.wider {
    background-image: none;
  }

  .text-marked-copy.wider-2 {
    display: block;
    height: 500%;
    margin-top: -167px;
  }

  .text-marked-copy.wider-2-copy {
    display: block;
    height: 500%;
    margin-top: auto;
    padding-top: 0px;
    padding-bottom: 71px;
  }

  .text-marked-copy {
    background-image: none;
  }

  .text-marked-copy.wider {
    background-image: none;
  }

  .text-marked-copy.wider-2 {
    display: block;
    height: 500%;
    margin-top: -167px;
  }

  .text-marked-copy.wider-2-copy {
    display: block;
    height: 500%;
    margin-top: -167px;
  }

  .text-marked-copy {
    background-image: none;
  }

  .text-marked-copy.wider {
    background-image: none;
  }

  .text-marked-copy.wider-2 {
    display: block;
    height: 500%;
    margin-top: -167px;
  }

  .text-marked-copy.wider-2-copy {
    display: block;
    height: 500%;
    margin-top: -167px;
  }

  .text-marked-copy {
    background-image: none;
  }

  .text-marked-copy.wider {
    background-image: none;
  }

  .text-marked-copy.wider-2 {
    display: block;
    height: 500%;
    margin-top: -202px;
  }

  .menu-div-bloc {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .div-block-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block {
    color: #dadada;
  }

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

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

  .text-block-4 {
    color: #fd0c0c;
  }

  .text-block-5 {
    color: #fd0c0c;
  }

  .accordion-holder-hidden {
    display: none;
  }

  .text-block-6 {
    color: #fd0c0c;
  }

  .text-block-7 {
    color: #fd0c0c;
  }

  .text-block-8 {
    color: #fd0c0c;
  }

  .text-block-9 {
    color: #fd0c0c;
  }

  .text-block-10 {
    color: #fd0c0c;
  }

  .text-block-11 {
    color: #fd0c0c;
  }

  .text-block-12 {
    color: #fd0c0c;
  }

  .text-block-13 {
    color: #fd0c0c;
  }

  .text-block-14 {
    color: #fd0c0c;
  }

  .text-block-15 {
    color: #fd0c0c;
  }

  .service-image-class {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .link-block {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .new-interesting-div-bloc {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .collection-list-wrapper {
    margin-top: 100px;
  }

  .heading-3 {
    font-size: 50px;
  }

  .hiden-section-2 {
    display: none;
  }

  .background-video {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .background-video-2 {
    height: 75%;
  }

  .paragraph {
    text-align: center;
  }

  .social-media-icon-red {
    position: absolute;
    left: auto;
    top: 17.5px;
    display: block;
    margin-left: 0px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .columns {
    margin-bottom: 2em;
  }

  .text-block-16 {
    margin-bottom: 2em;
  }

  .heading-11 {
    font-size: 28px;
  }

  .image-36:hover {
    -webkit-filter: blur(0px) brightness(60%);
    filter: blur(0px) brightness(60%);
  }

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

@media screen and (max-width: 991px) {
  h2 {
    font-size: 50px;
  }

  blockquote {
    margin-left: 0px;
  }

  .nav-link {
    margin-bottom: 5px;
    margin-left: 10px;
    padding-bottom: 12px;
    font-size: 18px;
    text-align: left;
  }

  .nav-link.w--current {
    background-position: 5px 100%;
    background-size: 80px;
  }

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

  .footer-flex-container.bottom {
    margin-top: 20px;
    padding-top: 20px;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container.nav-container {
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-text {
    padding-right: 3rem;
    font-size: 60px;
  }

  .section-hero.homeheader {
    padding-bottom: 8rem;
  }

  .content.about-image-content {
    margin-top: 2em;
  }

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

  .link.blog-category-link {
    margin-right: 20px;
  }

  .project-item {
    width: 100%;
    padding-right: 0px;
  }

  .nav-menu {
    top: 80px;
    padding-bottom: 20px;
    -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;
    background-color: #0d0d0d;
  }

  .menu-button {
    position: absolute;
    left: auto;
    top: 13px;
    right: 20px;
    bottom: auto;
    margin-top: 2px;
    padding-top: 10px;
    padding-bottom: 13px;
    border-radius: 5px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

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

  .footer-flex-first {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-item-style-2 {
    padding-right: 0px;
  }

  .heading-display-2 {
    font-size: 50px;
  }

  .utility-page-content {
    max-width: 50vw;
  }

  .content-details h2 {
    text-align: left;
  }

  .content-details h1 {
    text-align: left;
  }

  .content-details figcaption {
    font-size: 18px;
  }

  .blog-item-collection:nth-child(even) {
    padding-top: 100px;
  }

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

  .footer-heading {
    margin-bottom: 5px;
  }

  .footer-flex-content {
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .nav-social-links {
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

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

  .tab-link {
    padding-right: 10px;
  }

  .text-container {
    max-width: 70%;
  }

  .video-container {
    height: 80vh;
  }

  .play-icon-holder {
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }

  .slider {
    max-width: 50vw;
    min-width: 50vw;
  }

  .play-icon-image {
    width: 100px;
  }

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

  .team-item {
    min-height: 300px;
  }

  .social-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-social-links {
    margin-bottom: 20px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .project-list-wrapper {
    display: none;
  }

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

  .sticky.post-details-sticky-container {
    display: -ms-grid;
    display: grid;
    margin-top: 0vh;
    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;
  }

  .cursor {
    opacity: 0;
  }

  .cursor.view-more {
    opacity: 0;
  }

  .blog-items-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .journal-category-label {
    margin-bottom: 10px;
    padding-top: 0px;
  }

  .footer-social-link {
    margin-top: 5px;
  }

  .categories-links-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-scroll-container {
    margin-top: 100px;
  }

  .image-scroll-container.no-padding {
    margin-top: 0px;
  }

  .circle-animation-container {
    top: -20px;
  }

  .accordion-header {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .accordion-number {
    min-height: auto;
    padding-top: 50px;
  }

  .accordion-body-content {
    grid-column-gap: 15px;
  }

  .grid-about-images {
    grid-column-gap: 20px;
  }

  .grid-about-images.first {
    margin-bottom: 2em;
  }

  .grid-about-images.second {
    padding-right: 20px;
    padding-left: 20px;
  }

  .offices-container {
    margin-top: 3em;
    margin-bottom: 1em;
  }

  .team-collection-item:nth-child(even) {
    margin-top: 0%;
  }

  .our-numbers-container {
    margin-bottom: 3em;
  }

  .our-numbers-container.third {
    margin-bottom: 3em;
  }

  .project-detail-category {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hiden-section {
    display: block;
  }

  .small-container-copy {
    max-width: 100%;
  }

  .hero-video-copy {
    display: none;
  }

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

  .footer-flex-container-copy {
    -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;
  }

  .footer-flex-container-copy.bottom {
    margin-top: 20px;
    padding-top: 20px;
  }

  .hiden-section-2 {
    display: none;
  }

  .columns-5 {
    display: block;
  }

  .image-12 {
    display: none;
  }

  .column-6 {
    padding-left: 5px;
  }

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

  .container-3 {
    display: none;
  }

  .image-39 {
    display: none;
  }

  .image-40 {
    display: none;
  }

  .image-41 {
    display: none;
  }

  .image-42 {
    display: none;
  }

  .image-43 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  blockquote {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 25px;
  }

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

  .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-text {
    margin-top: 0px;
    padding-right: 5rem;
    font-size: 60px;
  }

  .section-hero.homeheader {
    padding-bottom: 0rem;
  }

  .content.client-right-content {
    -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;
  }

  .content.client-center-content {
    -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;
  }

  .content.client-left-content {
    -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;
  }

  .content.about-image-content {
    margin-top: 0em;
  }

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

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

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

  .project-item {
    max-width: 70%;
    margin-bottom: 80px;
    padding-top: 60px;
    padding-bottom: 50px;
  }

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

  .menu-button {
    line-height: 1;
  }

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

  .footer-flex-first {
    padding-right: 0px;
  }

  .heading-display-2 {
    font-size: 50px;
  }

  .heading-display-2.streched-link-text {
    font-size: 40px;
  }

  .utility-page-content {
    max-width: none;
  }

  .post-item.anim-on-scroll-in-view {
    padding-bottom: 3em;
  }

  .subscribe-form {
    padding-top: 20px;
    padding-bottom: 60px;
  }

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

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

  .blog-item-collection {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog-item-collection:nth-child(even) {
    padding-top: 0px;
  }

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

  .footer-heading {
    margin-bottom: 5px;
  }

  .footer-flex-content {
    margin-bottom: 20px;
  }

  .nav-social-links {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .button {
    margin-bottom: 5px;
  }

  .button.btn-subscribe {
    margin-right: 0px;
  }

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

  .card-item-content {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

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

  .hero-video {
    height: 130vh;
    margin-top: 80px;
  }

  .tab-link {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .tab-link.w--current {
    background-color: #0d0d0d;
  }

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

  .slider {
    min-width: 320px;
  }

  .slider-left-arrow {
    top: -10px;
    right: 0em;
  }

  .slider-right-arrow {
    top: -10px;
    right: 0em;
  }

  .slider-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .team-item {
    min-height: auto;
  }

  .team-image-holder {
    max-width: 100%;
  }

  .contact-form-container {
    top: 30px;
  }

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

  .footer-top {
    margin-bottom: 3em;
  }

  .footer-social-links {
    padding-left: 0px;
  }

  .opacity-60 {
    margin-bottom: 2em;
  }

  .opacity-60.no-margin {
    margin-bottom: 0em;
  }

  .project-collection-item {
    margin-bottom: 60px;
  }

  .project-collection-item:last-child {
    margin-bottom: 0px;
  }

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

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

  .heading-display-1 {
    font-size: 60px;
  }

  .heading-display-1.no-margin.titlehome {
    margin-bottom: 0.5em;
  }

  .streched-line-link {
    width: auto;
    padding-bottom: 10px;
  }

  .streched-line-lottie {
    bottom: 0px;
  }

  .slider-arrow-image {
    width: 50px;
    height: 50px;
  }

  .image-scroll-container {
    margin-top: 50px;
  }

  .circle-animation-container {
    width: 190px;
    height: 190px;
    background-size: 40px;
  }

  .accordion-title {
    padding-right: 0px;
  }

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

  .accordion-summary-container {
    padding-top: 0.5em;
  }

  .accordion-number {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .accordion-icon-2 {
    width: 50px;
    height: 50px;
  }

  .accordion-body {
    padding-right: 0%;
    padding-left: 0%;
  }

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

  .about-images-container {
    display: none;
  }

  .grid-about-images {
    grid-column-gap: 15px;
  }

  .grid-about-images.first {
    margin-top: 1em;
  }

  .grid-about-images.second {
    padding-right: 15px;
    padding-left: 15px;
  }

  .team-collection-grid {
    margin-top: 1em;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .member-social-links-container {
    margin-bottom: 3em;
  }

  .job-position-icon-holder {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .our-numbers-container {
    margin-bottom: 2em;
  }

  .our-numbers-container.third {
    margin-bottom: 2em;
  }

  .tabs {
    margin-top: 0em;
  }

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

  .tab-link-lottie {
    display: none;
  }

  .heading-display-1-copy {
    font-size: 60px;
  }

  .hero-video-copy {
    height: 130vh;
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .text-block.no-margin {
    margin-bottom: 0.5em;
  }

  .text-block.last-block {
    margin-bottom: 0em;
  }

  .service-image-class {
    display: block;
    text-align: left;
  }

  .service-image-class.hide-mobile {
    display: none;
  }

  .columns {
    display: block;
  }

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

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

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-5.home-service {
    margin-top: 2em;
  }

  .heading-6.home-service {
    margin-top: 2em;
  }

  .titlevideo {
    margin-top: 1em;
  }

  .div-block-6 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .image-7 {
    margin: 1em 0.5em 0.5em;
  }

  .image-8 {
    margin: 0.5em;
  }

  .image-9 {
    margin: 0em 0.5em;
  }

  .image-10 {
    margin: 0.5em;
  }

  .image-11 {
    margin: 1em 0.5em 0.5em;
  }

  .columns-5 {
    display: none;
  }

  .image-12 {
    display: block;
    width: 100%;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-13 {
    margin-top: 1em;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-14 {
    width: 100%;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-15 {
    display: none;
    width: 100%;
  }

  .image-16 {
    display: none;
    width: 100%;
    margin-top: 1em;
  }

  .image-17 {
    display: none;
    width: 100%;
    margin-top: 1em;
  }

  .image-18 {
    display: none;
    width: 100%;
    margin-top: 1em;
  }

  .image-19 {
    display: none;
    width: 100%;
    margin-top: 1em;
  }

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

  .image-24 {
    -webkit-filter: none;
    filter: none;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .lightbox-link {
    margin-bottom: 20px;
  }

  .lightbox-link.no-padding-mobile {
    margin-bottom: 0px;
  }

  .image-36 {
    display: none;
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
  }

  .image-36:hover {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
  }

  .image-36.photo-mobile {
    display: block;
  }

  .clickhere {
    display: block;
  }

  .image-38 {
    width: 100%;
  }

  .container-3 {
    display: block;
  }

  .image-39 {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }

  .image-40 {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }

  .image-41 {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }

  .image-42 {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }

  .image-43 {
    display: block;
    width: 100%;
  }

  .submit-button {
    margin-top: 1em;
  }

  .div-block-8 {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

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

  .column-14 {
    display: none;
  }

  .field-label {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .textarea {
    width: 100%;
    min-height: 200px;
    margin-right: 20px;
    margin-left: 0px;
  }

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

  .column-21 {
    padding-left: 0px;
  }

  .column-26 {
    padding-right: 0px;
  }

  .column-27 {
    padding-left: 0px;
  }

  .column-30 {
    padding-left: 0px;
  }

  .column-31 {
    padding-right: 0px;
  }

  .column-32 {
    padding-left: 0px;
  }

  .column-33 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-34 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-35 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-36 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-37 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-38 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-39 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-40 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-41 {
    margin-bottom: 2em;
  }

  .column-42 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
    font-weight: 500;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-weight: 400;
  }

  blockquote {
    padding-left: 30px;
    background-position: 5px 10px;
    background-size: 13px;
    font-size: 22px;
  }

  .fixed-nav {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .hero-text {
    font-size: 32px;
  }

  .section-hero.homeheader {
    padding-bottom: 2rem;
  }

  .content {
    margin-top: 0em;
  }

  .project-item {
    max-width: 100%;
    padding-left: 0%;
  }

  .heading-display-2 {
    font-size: 36px;
  }

  .heading-display-2.streched-link-text {
    font-size: 22px;
  }

  .content-details figcaption {
    font-size: 16px;
  }

  .post-item.anim-on-scroll-in-view {
    padding-bottom: 2em;
  }

  .subscribe-form {
    padding-top: 20px;
  }

  .form-input {
    width: 100%;
    min-width: auto;
  }

  .no-margin {
    font-size: 20px;
  }

  .hero-video {
    height: 80vh;
  }

  .tab-link.w--current {
    height: auto;
  }

  .play-icon-holder {
    width: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }

  .slider {
    min-width: 280px;
  }

  .slider-left-arrow {
    left: 0px;
    right: auto;
  }

  .slide {
    padding-right: 5px;
    padding-left: 5px;
  }

  .play-icon-image {
    width: 60px;
    height: 60px;
  }

  .subscribe-input {
    width: 100%;
    min-width: auto;
  }

  .opacity-60 {
    margin-bottom: 0em;
  }

  .sticky.post-details-sticky-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-display-1 {
    font-size: 44px;
  }

  .heading-display-1.no-margin {
    font-size: 50px;
  }

  .heading-display-1.no-margin.subtitle {
    margin-top: 2em;
  }

  .heading-display-1.no-margin.titlehome {
    font-size: 40px;
  }

  .heading-display-1.no-margin.absolute {
    font-size: 30px;
  }

  .heading-display-1.no-margin.margin-mobile {
    margin-bottom: 1em;
  }

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

  .image-scroll-container {
    margin-bottom: 0em;
  }

  .circle-animation-container {
    top: 0px;
    width: 150px;
    height: 150px;
    background-size: 30px;
  }

  .accordion-number {
    padding-top: 5px;
  }

  .accordion-icon-2 {
    width: 40px;
    height: 40px;
  }

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

  .our-number-item {
    font-size: 50px;
    line-height: 40px;
  }

  .post-details-sticky-content {
    margin-bottom: 0em;
  }

  .heading-display-1-copy {
    font-size: 44px;
  }

  .hero-video-copy {
    height: 80vh;
    margin-top: 274px;
  }

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

  .text-marked-copy.wider-2 {
    margin-top: -103px;
  }

  .text-block {
    margin-bottom: 2em;
  }

  .text-block.no-margin {
    margin-bottom: 0.5em;
  }

  .text-block-6 {
    font-size: 30px;
  }

  .text-block-7 {
    font-size: 30px;
  }

  .text-block-8 {
    font-size: 30px;
  }

  .text-block-9 {
    font-size: 30px;
  }

  .text-block-10 {
    font-size: 30px;
  }

  .link-block {
    display: block;
  }

  .div-block-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-9 {
    font-size: 20px;
  }

  .heading-10 {
    margin-top: 1em;
  }

  .div-block-6 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-7 {
    margin-bottom: 0em;
  }

  .image-8 {
    margin-top: 0em;
    margin-bottom: 2em;
  }

  .image-9 {
    margin-bottom: 2em;
  }

  .image-10 {
    margin-bottom: 2em;
  }

  .image-11 {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .div-block-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .textarea {
    min-height: 250px;
  }

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

  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-17 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .column-21 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-22 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-23 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-24 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-d0c59012-6b13-6d83-6515-0f134ff46c17-84b4b2af {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c2-84b4b2af {
  -ms-grid-column-span: 8;
  grid-column-end: 10;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c5-84b4b2af {
  -ms-grid-column-span: 6;
  grid-column-end: 9;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c9-84b4b2af {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 4;
  grid-column-end: 8;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc39d-84b4b2af {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: Area-16;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc39e-84b4b2af {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
  grid-area: Area-14;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc39f-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3a0-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3a1-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3a2-84b4b2af {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: Area-2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid>#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3a2-84b4b2af {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-3>#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3a2-84b4b2af {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3a2-84b4b2af {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3a3-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3a4-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3a5-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3a6-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3a7-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3a8-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3a9-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3aa-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3ab-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3ac-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3ad-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3ae-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3af-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c305454d-9f5e-f0ab-61ff-9f94697bc3b0-84b4b2af {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_55fc5522-bb2b-2f60-a4a5-2e1d59064549-9fb4b2b2 {
  -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-_55fc5522-bb2b-2f60-a4a5-2e1d59064553-9fb4b2b2 {
  -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-_01b1af0d-2664-13c9-4cbf-c31b7ef297ad-1eb4b2b3 {
  -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-_5a9dcdcc-a65c-410f-3172-0db9f8325a18-1eb4b2b3 {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1e7ba95a-12f5-d14f-865c-58c6925923e9-deb4b2b9 {
  -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-_1e7ba95a-12f5-d14f-865c-58c6925923f0-deb4b2b9 {
  -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-_1a295a86-cf11-59c3-3bcd-ebc7bcbcf3bd-deb4b2b9 {
  -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-_603b563e-190c-17fc-3fd1-5e5d11dcbeb1-ebb4b2ba {
  -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-_603b563e-190c-17fc-3fd1-5e5d11dcbeb6-ebb4b2ba {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_603b563e-190c-17fc-3fd1-5e5d11dcbeb3-ebb4b2ba {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_603b563e-190c-17fc-3fd1-5e5d11dcbeb9-ebb4b2ba {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_603b563e-190c-17fc-3fd1-5e5d11dcbebc-ebb4b2ba {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_961c8d8b-8834-d790-89e0-3b6d2bcc0cb8-ebb4b2ba {
  -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-_26a6247f-88a2-cdb1-6f23-03d4ace313bc-ebb4b2ba {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f55388bf-5630-5cdc-1b82-4a49b259f80b-ebb4b2ba {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_4152f4df-ed6e-e7d9-bcff-cfea6d6f556d-ebb4b2ba {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_5b271fe7-bc3b-7099-6b36-c12bd5bcb553-ebb4b2ba {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-div-block-21b4b2bb {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2e42e2e4-4c5a-8128-9e02-083c3bfb103c-21b4b2bb {
  -ms-grid-column: span 6;
  grid-column-start: span 6;
  -ms-grid-column-span: 6;
  grid-column-end: span 6;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35fdfd2c-331d-49cc-9278-b5f7e6e2a476-21b4b2bb {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35fdfd2c-331d-49cc-9278-b5f7e6e2a47d-21b4b2bb {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35fdfd2c-331d-49cc-9278-b5f7e6e2a484-21b4b2bb {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35fdfd2c-331d-49cc-9278-b5f7e6e2a48b-21b4b2bb {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35fdfd2c-331d-49cc-9278-b5f7e6e2a494-21b4b2bb {
  -ms-grid-column: span 5;
  grid-column-start: span 5;
  -ms-grid-column-span: 5;
  grid-column-end: span 5;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-div-block-3-90b4b2be {
  -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-f0b2be32-e391-0371-3e19-8768d9fc610f-90b4b2be {
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2e6dd4b2-90d6-da21-6fbe-f902a0dd626c-90b4b2be {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_23acd9ae-37c9-1d2d-ac1a-53025da47589-90b4b2be {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1ef2b99-caf9-522b-e6b8-c74fe5ce123e-90b4b2be {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_357794a9-0699-662c-7a61-377364693992-0fb4b2bf {
  -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-_357794a9-0699-662c-7a61-3773646939a5-0fb4b2bf {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_357794a9-0699-662c-7a61-3773646939af-0fb4b2bf {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768da99-6ab4b2c0 {
  -ms-grid-column-span: 8;
  grid-column-end: 10;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768da9c-6ab4b2c0 {
  -ms-grid-column-span: 6;
  grid-column-end: 9;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768daa0-6ab4b2c0 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 4;
  grid-column-end: 8;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db74-6ab4b2c0 {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  grid-area: Area-16;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db75-6ab4b2c0 {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
  grid-area: Area-14;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db76-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db77-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db78-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db79-6ab4b2c0 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: Area-2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid>#w-node-aa38d05b-cbbe-40a7-d527-e7835768db79-6ab4b2c0 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-3>#w-node-aa38d05b-cbbe-40a7-d527-e7835768db79-6ab4b2c0 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.grid-4>#w-node-aa38d05b-cbbe-40a7-d527-e7835768db79-6ab4b2c0 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db7a-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db7b-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db7c-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db7d-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db7e-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db7f-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db80-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db81-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db82-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db83-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db84-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db85-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db86-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-aa38d05b-cbbe-40a7-d527-e7835768db87-6ab4b2c0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-d0c59012-6b13-6d83-6515-0f134ff46c17-84b4b2af {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 5;
    grid-column-start: span 5;
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c2-84b4b2af {
    -ms-grid-column-span: 8;
    grid-column-end: 10;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c5-84b4b2af {
    -ms-grid-column-span: 8;
    grid-column-end: 10;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c9-84b4b2af {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 4;
    grid-column-end: 8;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2f0-84b4b2af {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2f2-84b4b2af {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2f4-84b4b2af {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc392-84b4b2af {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc394-84b4b2af {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc396-84b4b2af {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_2e42e2e4-4c5a-8128-9e02-083c3bfb103c-21b4b2bb {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768da99-6ab4b2c0 {
    -ms-grid-column-span: 8;
    grid-column-end: 10;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768da9c-6ab4b2c0 {
    -ms-grid-column-span: 8;
    grid-column-end: 10;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768daa0-6ab4b2c0 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 4;
    grid-column-end: 8;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768dac7-6ab4b2c0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768dac9-6ab4b2c0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768dacb-6ab4b2c0 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768db69-6ab4b2c0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768db6b-6ab4b2c0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768db6d-6ab4b2c0 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c5-84b4b2af {
    -ms-grid-column-span: 6;
    grid-column-end: 9;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c9-84b4b2af {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 4;
    grid-column-end: 8;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_26a6247f-88a2-cdb1-6f23-03d4ace313bc-ebb4b2ba {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f55388bf-5630-5cdc-1b82-4a49b259f80b-ebb4b2ba {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4152f4df-ed6e-e7d9-bcff-cfea6d6f556d-ebb4b2ba {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768da9c-6ab4b2c0 {
    -ms-grid-column-span: 6;
    grid-column-end: 9;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768daa0-6ab4b2c0 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 4;
    grid-column-end: 8;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c5-84b4b2af {
    -ms-grid-column-span: 6;
    grid-column-end: 9;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c9-84b4b2af {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 4;
    grid-column-end: 8;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768da9c-6ab4b2c0 {
    -ms-grid-column-span: 6;
    grid-column-end: 9;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768daa0-6ab4b2c0 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 4;
    grid-column-end: 8;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d0c59012-6b13-6d83-6515-0f134ff46c17-84b4b2af {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c2-84b4b2af {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c5-84b4b2af {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c9-84b4b2af {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_01b1af0d-2664-13c9-4cbf-c31b7ef297ad-1eb4b2b3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5a9dcdcc-a65c-410f-3172-0db9f8325a18-1eb4b2b3 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_26a6247f-88a2-cdb1-6f23-03d4ace313bc-ebb4b2ba {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f55388bf-5630-5cdc-1b82-4a49b259f80b-ebb4b2ba {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4152f4df-ed6e-e7d9-bcff-cfea6d6f556d-ebb4b2ba {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5b271fe7-bc3b-7099-6b36-c12bd5bcb553-ebb4b2ba {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-div-block-21b4b2bb {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_2e42e2e4-4c5a-8128-9e02-083c3bfb103c-21b4b2bb {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_35fdfd2c-331d-49cc-9278-b5f7e6e2a476-21b4b2bb {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_35fdfd2c-331d-49cc-9278-b5f7e6e2a47d-21b4b2bb {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_35fdfd2c-331d-49cc-9278-b5f7e6e2a484-21b4b2bb {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_35fdfd2c-331d-49cc-9278-b5f7e6e2a48b-21b4b2bb {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_35fdfd2c-331d-49cc-9278-b5f7e6e2a494-21b4b2bb {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f0b2be32-e391-0371-3e19-8768d9fc610f-90b4b2be {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-d1ef2b99-caf9-522b-e6b8-c74fe5ce123e-90b4b2be {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_357794a9-0699-662c-7a61-377364693992-0fb4b2bf {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_357794a9-0699-662c-7a61-3773646939a5-0fb4b2bf {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768da99-6ab4b2c0 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768da9c-6ab4b2c0 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768daa0-6ab4b2c0 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d0c59012-6b13-6d83-6515-0f134ff46c17-84b4b2af {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c2-84b4b2af {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c5-84b4b2af {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-c305454d-9f5e-f0ab-61ff-9f94697bc2c9-84b4b2af {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_01b1af0d-2664-13c9-4cbf-c31b7ef297ad-1eb4b2b3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5a9dcdcc-a65c-410f-3172-0db9f8325a18-1eb4b2b3 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_35fdfd2c-331d-49cc-9278-b5f7e6e2a476-21b4b2bb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_35fdfd2c-331d-49cc-9278-b5f7e6e2a47d-21b4b2bb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_35fdfd2c-331d-49cc-9278-b5f7e6e2a484-21b4b2bb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_35fdfd2c-331d-49cc-9278-b5f7e6e2a48b-21b4b2bb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_35fdfd2c-331d-49cc-9278-b5f7e6e2a494-21b4b2bb {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f0b2be32-e391-0371-3e19-8768d9fc610f-90b4b2be {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_2e6dd4b2-90d6-da21-6fbe-f902a0dd626c-90b4b2be {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_23acd9ae-37c9-1d2d-ac1a-53025da47589-90b4b2be {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d1ef2b99-caf9-522b-e6b8-c74fe5ce123e-90b4b2be {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_357794a9-0699-662c-7a61-377364693992-0fb4b2bf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_357794a9-0699-662c-7a61-3773646939a5-0fb4b2bf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_357794a9-0699-662c-7a61-3773646939af-0fb4b2bf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768da99-6ab4b2c0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768da9c-6ab4b2c0 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-aa38d05b-cbbe-40a7-d527-e7835768daa0-6ab4b2c0 {
    -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: 479px) {
  #w-node-d0c59012-6b13-6d83-6515-0f134ff46c17-84b4b2af {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

