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

body {
  background-color: #191a1a;
  font-family: Heebo, sans-serif;
  color: #707070;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  font-family: Junge, sans-serif;
  color: #fff;
  font-size: 130px;
  line-height: 150px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Junge, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 120px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Junge, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 90px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Junge, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 76px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Junge, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 66px;
  font-weight: 400;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Regola pro copy', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 56px;
  font-weight: 400;
}

p {
  margin-bottom: 40px;
  font-family: Heebo, sans-serif;
  color: #bbb;
  font-size: 16px;
  line-height: 33px;
  font-weight: 300;
}

a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 30px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.banner.about {
  background-image: url('../images/5e16fef2cb9d511da2e01f48_joshua-oluwagbemiga-QZ9cVpMUpZ4-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.services {
  background-image: url('../images/5e16fef2cb9d511da2e01f48_joshua-oluwagbemiga-QZ9cVpMUpZ4-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.contact-us {
  background-image: url('../images/tobias-van-schneider-MWFWz4DWwKI-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.thank-you {
  background-image: url('../images/jeremy-bishop-uAfZBP-GtiA-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.portfolio {
  background-image: url('../images/tobias-van-schneider-lHGeqh3XhRY-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mouse-scroll {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 20px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.mouse-scroll-weel {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
}

.mouse-scroll-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.mouse-scroll-link.w--current {
  padding-top: 0px;
}

.sticky-menu {
  border: 1px solid transparent;
  opacity: 1;
  color: transparent;
}

.alpha {
  position: fixed;
  left: auto;
  top: 100px;
  right: 4vw;
  bottom: auto;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.alpha:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.menu-text {
  margin-left: 15px;
}

.info-left {
  position: fixed;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 200px;
  z-index: 9999;
  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;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Heebo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.vertical-link {
  margin-left: 15px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.vertical-link:hover {
  color: #fbbb2e;
}

.middle-line {
  width: 48px;
  height: 1px;
  margin-left: 15px;
  background-color: #707070;
}

.info-right {
  position: fixed;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 210px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Heebo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.container-small {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.container-small.left-text-align {
  text-align: left;
}

.link {
  margin-right: 50px;
  box-shadow: inset 0 -2px 0 0 #707070;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.link.gray {
  margin-right: 0px;
  color: #bbb;
}

.link.last {
  margin-right: 0px;
}

.link-underline {
  width: 12px;
  height: 2px;
  margin-top: 5px;
  background-color: #ffe60d;
}

.banner-content-half {
  width: 35%;
  padding-top: 162px;
}

.main-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.coordinates-text-span {
  color: #bbb;
}

.coordinates {
  margin-left: 15px;
}

.sticky-info {
  position: -webkit-sticky;
  position: sticky;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}

.container-banner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 13vw;
  margin-left: 13vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-banner.second {
  display: block;
  margin-right: 11vw;
  margin-left: 11vw;
}

.heading-span {
  display: block;
}

.content-half {
  position: relative;
}

.step {
  margin-right: 60px;
  margin-bottom: 200px;
}

.step.last {
  margin-bottom: 0px;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  opacity: 0.25;
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}

.style-guide-banner-holder {
  color: #fff;
  text-align: center;
}

.template-banner {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
}

.main-content {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.main-content.style-content {
  padding-top: 200px;
  padding-bottom: 200px;
}

.main-content.style-guide-main-content {
  margin-right: 13vw;
  margin-left: 13vw;
  padding-top: 140px;
  padding-bottom: 100px;
}

.paragraph-banner {
  margin-bottom: 50px;
}

.yellow-text-block {
  margin-bottom: 60px;
  font-family: Heebo, sans-serif;
  color: #fbbb2e;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.content-holder {
  margin-bottom: 100px;
}

.style-guide-holder {
  padding-right: 20px;
  padding-left: 20px;
}

.yellow {
  font-family: 'Regola pro copy', sans-serif;
  color: #ffe60d;
  font-size: 100px;
  font-weight: 700;
}

.headline-7 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Regola pro copy', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.headline-7.no-margin-bottom {
  margin-bottom: 0px;
  text-align: left;
}

.section-steps {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #101010;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  opacity: 1;
}

.steps-icon {
  margin-bottom: 40px;
}

.sticky-heading {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  margin-bottom: 180px;
  font-family: 'Regola pro book', sans-serif;
}

.section {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0px;
  background-color: #101010;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#101010), to(#101010)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #101010, #101010), linear-gradient(180deg, #000, #000);
  opacity: 1;
  background-clip: border-box;
}

.section.cta {
  background-color: #101010;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  background-position: 0px 0px;
}

.section.awards {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  background-position: 0px 0px;
}

.section.visit-our-work {
  background-image: none;
  background-position: 0px 0px;
  background-repeat: repeat;
}

.section.faq {
  background-color: #131313;
}

.section.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/mille-sanders-Bc6qPj_f-r0-unsplash.jpg');
  background-position: 0% 50%;
  background-size: 850px;
  background-repeat: no-repeat;
}

.container-big {
  margin-right: 13vw;
  margin-left: 13vw;
  padding-top: 150px;
  padding-bottom: 150px;
}

.yellow-separator {
  width: 76px;
  height: 2px;
  margin-bottom: 60px;
  background-color: #ffe60d;
}

._3d-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._3d-card-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

._3d-card {
  position: relative;
  width: 100%;
  height: 610px;
  margin-bottom: 5%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

._3d-card.smaller {
  width: 47%;
  height: 400px;
  margin-right: 3%;
}

._3d-card.smaller.no-margin-left {
  margin-right: 0px;
  margin-left: 3%;
}

._3d-content-wrapper-bottom {
  position: relative;
}

.d-133-image-wrapper {
  position: absolute;
  right: auto;
  width: 200%;
  height: 200%;
  background-image: url('../images/alexander-slattery-311438-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.d-133-image-wrapper._2 {
  background-image: url('../images/jon-flobrant-65429-unsplash.jpg');
  background-size: cover;
}

.d-133-image-wrapper._3 {
  background-image: url('../images/annie-spratt-jue3sIqVz2Y-unsplash.jpg');
  background-size: cover;
}

._3d-card-image-wrapper {
  width: 110%;
  height: 110%;
  background-image: url('../images/main-pic.jpg');
}

._3d-card-image-wrapper._2 {
  background-color: transparent;
  background-image: url('../images/pic2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
}

._3d-card-image-wrapper._3 {
  background-image: url('../images/pic3.jpg');
  background-size: cover;
}

._3d-card-image-wrapper._4 {
  background-image: url('../images/pic4.jpg');
  background-position: 100% 50%;
  background-size: auto;
}

._3d-card-image-wrapper._5 {
  background-image: url('../images/pic5.jpg');
  background-size: 150%;
}

._3d-card-image-wrapper._6 {
  background-image: url('../images/pic11.jpg');
  background-size: cover;
}

._3d-card-image-wrapper._7 {
  background-image: url('../images/pic5.jpg');
}

._3d-card-image-wrapper._8 {
  background-image: url('../images/pic7.jpg');
}

._3d-card-image-wrapper._9 {
  background-image: url('../images/main-pic.jpg');
}

._3d-card-image-wrapper._10 {
  background-image: url('../images/pic9.jpg');
  background-size: auto;
}

._3d-card-image-wrapper._11 {
  background-image: url('../images/pic10.jpg');
}

._3d-card-image-wrapper._12 {
  background-image: url('../images/pic8.jpg');
}

._3d-content-wrapper-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.container-small-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.center-width {
  width: 64%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Regola pro copy', sans-serif;
  font-size: 50px;
}

.logos-grid {
  margin-top: 100px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 120px 120px 120px 120px 120px;
  grid-template-rows: 120px 120px 120px 120px 120px;
  opacity: 0.77;
}

.friends-section {
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/5e16f13a3c053f5f6d836d62_samuel-scalzo-xyuYk9oLA8I-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.friends-section.black-image {
  background-image: url('../images/tobias-van-schneider-MWFWz4DWwKI-unsplash.jpg');
}

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

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

.plus-margin-bottom {
  margin-bottom: 80px;
  border-radius: 0px;
  font-family: 'Regola pro copy', sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.content-width {
  width: 70%;
}

.content-left-right {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo {
  z-index: 9999;
  margin-bottom: 60px;
}

.headline-8 {
  max-width: 70%;
  margin-bottom: 120px;
  opacity: 0;
  font-family: 'Regola pro copy', sans-serif;
  font-size: 26px;
  line-height: 46px;
  font-weight: 700;
}

.yellow-footer-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #ffe60d;
}

.yellow-footer-link:hover {
  color: #fff;
}

.footer {
  padding: 60px 20px;
  background-color: #131313;
}

.footer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 34px;
  font-family: 'Regola pro copy', sans-serif;
  color: #ffe60d;
  font-size: 16px;
  line-height: 36px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.top {
  padding-left: 20px;
}

.bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-left: 20px;
}

.footer-nav-link {
  margin-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Regola pro copy', sans-serif;
  color: #707070;
}

.footer-nav-link:hover {
  color: #fff;
}

.container-footer {
  margin-right: 13vw;
  margin-left: 13vw;
  padding-top: 0px;
  padding-bottom: 0px;
}

.menu-block {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #191a1a;
  -webkit-transform-origin: 4vw 100px;
  -ms-transform-origin: 4vw 100px;
  transform-origin: 4vw 100px;
}

.menu-span {
  margin-top: 15px;
  margin-right: 15px;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.heading-menu {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #707070;
}

.heading-menu:hover {
  color: #fff;
}

.link-heading-menu {
  display: inline;
}

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

.menu-contact {
  padding-left: 10%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.menu-wrap {
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20vw;
  margin-left: 20vw;
  -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;
}

.menu-circles {
  margin-bottom: 90px;
}

.menu-contact-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fbbb2e;
}

.menu-contact-link:hover {
  color: #707070;
}

.link-2 {
  margin-right: 50px;
  box-shadow: inset 0 -2px 0 0 #707070;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.link-2.last {
  margin-right: 0px;
}

.link-2.gray {
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 100px;
  color: #bbb;
}

.headline-top-text {
  width: auto;
  margin-bottom: 60px;
  opacity: 1;
  font-family: Heebo, sans-serif;
  color: #ffe60d;
  font-size: 100px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.menu {
  position: fixed;
  left: 4vw;
  top: 100px;
  right: auto;
  bottom: auto;
  z-index: 9999;
  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;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.menu:hover {
  color: #fbbb2e;
}

.paragraph {
  font-family: Heebo, sans-serif;
  color: #bbb;
  font-size: 16px;
  line-height: 33px;
  font-weight: 300;
  letter-spacing: 0.3px;
}

.slide {
  margin-right: 60px;
}

.content-grid {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area-2 Area-3"
    "Area-2 ."
    "Area-2 Area";
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto minmax(auto, 1fr) auto;
  grid-template-rows: auto minmax(auto, 1fr) auto;
}

.content-left {
  width: 60%;
  margin-right: auto;
}

.content-left.right {
  margin-right: 0px;
  margin-left: auto;
}

.left-arrow {
  left: 30%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 120px;
  background-image: url('../images/left-arrow2x_1left-arrow@2x.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: background-position 300ms ease, -webkit-filter 300ms ease;
  transition: background-position 300ms ease, -webkit-filter 300ms ease;
  transition: filter 300ms ease, background-position 300ms ease;
  transition: filter 300ms ease, background-position 300ms ease, -webkit-filter 300ms ease;
  font-size: 14px;
}

.left-arrow:hover {
  background-position: 30% 50%;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 120px;
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  font-size: 8px;
  line-height: 8px;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 30%;
  bottom: 0%;
  height: 120px;
  background-image: url('../images/right-arrow2x_1right-arrow@2x.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: background-position 300ms ease, -webkit-filter 300ms ease;
  transition: background-position 300ms ease, -webkit-filter 300ms ease;
  transition: filter 300ms ease, background-position 300ms ease;
  transition: filter 300ms ease, background-position 300ms ease, -webkit-filter 300ms ease;
  font-size: 14px;
}

.right-arrow:hover {
  background-position: 70% 50%;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.slider {
  height: auto;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.awards-grid {
  margin-top: 100px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 164px;
  grid-template-rows: 164px;
}

.accordion-item-wrapper {
  margin-bottom: 40px;
}

.accordion-item-wrapper.last {
  margin-bottom: 0px;
}

.accordion-tab-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #252525;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.accordion-tab-button:hover {
  background-color: #191a1a;
}

.accordion-arrow {
  width: 15px;
  opacity: 0.8;
}

.accordion-pane {
  overflow: hidden;
  background-color: #191a1a;
}

.accordion-pane-content {
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.container-faq {
  margin-right: 20vw;
  margin-left: 20vw;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.form-content {
  width: 50%;
  margin-right: 0px;
  margin-left: auto;
  padding: 10px 20px 10px 60px;
  background-color: #191a1a;
}

.form-container {
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #101010;
}

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

.text-field {
  width: 100%;
  margin-bottom: 30px;
  padding: 40px;
  border: 1px none #000;
  background-color: #252525;
  color: #fff;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0.3px;
}

.submit-button {
  padding: 0px;
  border-bottom: 2px solid #fbbb2e;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bbb;
  line-height: 40px;
}

.submit-button:hover {
  color: #fbbb2e;
}

.submit-button.protected-page {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  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;
}

.div-block {
  background-image: url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2 {
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/Layer-709.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block-quote {
  border-left-width: 3px;
  border-left-color: #bbb;
}

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

.image {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.color-wrapper {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color {
  width: 100%;
  height: 50px;
  background-color: #fbbb2e;
}

.color._3 {
  background-color: #707070;
}

.color._2 {
  background-color: #bbb;
}

.color._4 {
  background-color: #252525;
}

.licencing-holder {
  margin-bottom: 100px;
}

.licencing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4%;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #fbbb2e;
  border-radius: 14px;
  box-shadow: 0 15px 30px 5px rgba(26, 35, 126, 0.1);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.licencing-wrapper:hover {
  box-shadow: none;
}

.licencing-left {
  width: 50%;
}

.licencing-right {
  width: 48%;
  color: #1a237e;
  text-align: center;
}

.secondary-link {
  display: inline-block;
  color: #a7a9c5;
  font-weight: 400;
}

.secondary-link:hover {
  color: #1a237e;
}

.secondary-link.licencing-link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fbbb2e;
}

.secondary-link.licencing-link:hover {
  color: #707070;
}

.license-video {
  height: 300px;
  opacity: 0.25;
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}

.list-item {
  margin-bottom: 20px;
}

.list-item.ordered {
  padding-left: 10px;
}

.list-block {
  width: 50%;
}

.list-text {
  margin-bottom: 20px;
  color: #bbb;
}

.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-margin-botttom {
  margin-bottom: 0px;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.paragraph-2 {
  border: 1px solid transparent;
  color: #bbb;
  text-shadow: 2px 2px 11px #000;
}

.heading {
  margin-left: 50px;
  font-family: 'Regola pro copy', sans-serif;
  font-size: 35px;
}

.heading-2 {
  font-family: 'Regola pro copy', sans-serif;
}

.heading-3 {
  font-family: 'Regola pro copy', sans-serif;
  font-weight: 400;
}

.heading-4 {
  font-family: 'Regola pro copy', sans-serif;
  text-transform: uppercase;
}

.heading-5 {
  font-family: 'Regola pro copy', sans-serif;
}

.yellow-2 {
  padding-top: 0px;
  font-family: 'Regola pro copy', sans-serif;
  color: #ffe60d;
  font-size: 100px;
  line-height: 119px;
}

.link-underline-2 {
  width: 12px;
  height: 2px;
  margin-top: 5px;
  background-color: #ffe60d;
}

.info-right-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 210px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Heebo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.middle-line-2 {
  width: 48px;
  height: 1px;
  margin-left: 15px;
  background-color: #707070;
}

.info-left-2 {
  position: fixed;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 200px;
  z-index: 9999;
  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;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Heebo, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.menu-2 {
  position: fixed;
  left: 4vw;
  top: 100px;
  right: auto;
  bottom: auto;
  z-index: 9999;
  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;
  opacity: 1;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.menu-2:hover {
  color: #fbbb2e;
}

.vertical-link-2 {
  margin-left: 15px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.vertical-link-2:hover {
  color: #fbbb2e;
}

.coordinates-text-span-2 {
  color: #bbb;
}

.heading-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 0px;
  font-family: 'Regola pro copy', sans-serif;
  color: #bbb;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}

.heading-7 {
  font-family: 'Regola pro copy', sans-serif;
}

.grid {
  margin-top: 46px;
  grid-column-gap: 60px;
  grid-row-gap: 59px;
  grid-template-areas: "Area-6 Area"
    "Area-6 Area"
    "Area-6 Area"
    "Area-6 Area"
    "Area-3 Area-3"
    "Area-3 Area-3"
    "Area-3 Area-3"
    "Area-4 Area-5"
    "Area-4 Area-5"
    "Area-4 Area-5"
    "Area-4 Area-5";
  -ms-grid-rows: auto 59px auto 59px auto 59px auto 59px auto 59px auto 59px auto 59px auto 59px auto 59px auto 59px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
}

.heading-8 {
  margin-bottom: -9px;
  padding: 0px;
  font-family: 'Regola pro copy', sans-serif;
}

.container {
  margin-top: -9px;
  padding-left: 0px;
}

.image-2 {
  display: block;
  width: 100%;
  height: 400px;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-9 {
  margin-bottom: 19px;
  padding-top: 0px;
  font-family: 'Regola pro book', sans-serif;
  font-size: 20px;
}

.paragraph-3 {
  line-height: 25px;
}

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

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

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

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

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

.first-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 33px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px 0px;
  grid-template-rows: auto 0px;
}

.image-7 {
  padding-top: 14px;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-10 {
  font-family: 'Regola pro copy', sans-serif;
  font-weight: 700;
}

.heading-11 {
  font-family: 'Regola pro copy', sans-serif;
}

.heading-12 {
  font-family: 'Regola pro copy', sans-serif;
}

.heading-13 {
  font-family: 'Regola pro copy', sans-serif;
}

.heading-14 {
  padding-left: 50px;
  font-family: 'Regola pro copy', sans-serif;
}

.heading-15 {
  font-family: 'Regola pro copy', sans-serif;
}

.heading-16 {
  font-family: 'Regola pro copy', sans-serif;
}

.heading-17 {
  font-family: 'Regola pro copy', sans-serif;
}

.heading-18 {
  font-size: 34px;
}

.heading-19 {
  text-transform: uppercase;
}

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

.heading-21 {
  font-family: 'Regola pro copy', sans-serif;
}

.background-video-2 {
  position: relative;
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
}

.brand {
  opacity: 1;
}

.nav-link {
  font-family: 'Regola pro book', sans-serif;
}

.nav-link-2 {
  font-family: 'Regola pro book', sans-serif;
}

.nav-link-3 {
  font-family: 'Regola pro book', sans-serif;
}

.image-8 {
  margin-top: 10px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  color: transparent;
}

.paragraph-4 {
  font-size: 20px;
  line-height: 28px;
}

.paragraph-5 {
  font-size: 20px;
  line-height: 28px;
}

.paragraph-6 {
  font-family: 'Regola pro book', sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.body {
  background-color: #101010;
}

.section-copy {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0px;
  background-color: #101010;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  opacity: 1;
  background-clip: border-box;
}

.section-copy.cta {
  background-color: #101010;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  background-position: 0px 0px;
}

.section-copy.awards {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  background-position: 0px 0px;
}

.section-copy.visit-our-work {
  background-image: none;
  background-position: 0px 0px;
  background-repeat: repeat;
}

.section-copy.faq {
  background-color: #131313;
}

.section-copy.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/mille-sanders-Bc6qPj_f-r0-unsplash.jpg');
  background-position: 0% 50%;
  background-size: 850px;
  background-repeat: no-repeat;
}

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

.image-10 {
  display: block;
  width: 85.8089181266911%;
  text-align: center;
}

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

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

.grid-portfolio-holder {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  margin-top: 29px;
  padding: 109px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-11 {
  overflow: visible;
  max-height: 100vw;
  max-width: 503px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.link-block {
  background-image: url('../images/pic9.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.grid-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-2 {
  -ms-grid-rows: auto minmax(auto, 1fr) auto auto auto;
  grid-template-rows: auto minmax(auto, 1fr) auto auto auto;
}

.div-block-4 {
  background-image: url('../images/pic11.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.new-grid {
  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;
  background-color: #000;
}

.imgegrid {
  padding-bottom: 0px;
  opacity: 1;
}

.containerbig {
  max-width: 80%;
  padding-top: 82px;
  padding-bottom: 0px;
  opacity: 1;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 57px;
  column-gap: 57px;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.heading-22 {
  padding-top: 0px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 20px;
}

.centered-container {
  max-width: 70%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

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

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

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

.heading-23 {
  margin-top: -100px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-left: 20px;
}

.imagepic {
  opacity: 1;
}

.paragraph-7 {
  margin-top: -113px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  color: #fff;
}

.heading-24 {
  font-family: 'Regola pro copy', sans-serif;
  font-size: 55px;
  text-align: left;
}

.heading-25 {
  margin-top: -58px;
  font-size: 28px;
  text-align: left;
}

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

.image-12 {
  position: static;
  display: block;
  overflow: visible;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 59px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #101010;
}

.nav-link-4 {
  color: #fff;
}

.nav-link-4:hover {
  color: #ffe60d;
}

.nav-link-5 {
  color: #fff;
}

.nav-link-5:hover {
  color: #ffe60d;
}

.nav-link-6 {
  color: #fff;
}

.nav-link-6:hover {
  color: #ffe60d;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  min-width: 80px;
  margin-top: 6px;
}

.navbar-3 {
  position: -webkit-sticky;
  position: sticky;
  max-height: 80px;
  margin-top: 30px;
  background-color: #131313;
}

.link-3 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Regola pro copy', sans-serif;
  line-height: 33px;
  font-weight: 700;
}

.link-4 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-5 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-block {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid-3 {
  grid-row-gap: 16px;
  grid-template-areas: "Area"
    "Area";
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-thumbnail-copy {
  width: 120%;
  height: 100%;
  max-width: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-areas: "Area Area"
    "Area-2 Area-3"
    "Area-5 Area-4";
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 589px 40px 280px 40px 280px;
  grid-template-rows: 589px 280px 280px;
}

.div-block-6 {
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-7 {
  display: block;
  width: 900px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.selected-pic {
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-9 {
  margin-top: -540px;
  margin-bottom: 363px;
  margin-left: 50px;
  border: 1px solid transparent;
  color: #bbb;
}

.no-margin-botttom-2 {
  margin-bottom: 0px;
  padding-left: 50px;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.container-5 {
  max-width: 80%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.no-margin-botttom-3 {
  margin-bottom: 0px;
  padding-left: 50px;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
}

.paragraph-10 {
  margin-top: -250px;
  margin-left: 50px;
  padding-bottom: 49px;
}

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

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

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

.brand-2 {
  display: block;
  margin-top: -4px;
  float: none;
  color: #000;
  font-weight: 700;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand-2.w--current {
  width: 112%;
  height: 110%;
  min-height: 60px;
  margin-top: -4px;
  float: left;
}

.nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-right: 0vw;
  margin-left: 0vw;
  -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;
}

.heading-26 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.image-14 {
  margin-right: 5px;
  opacity: 1;
}

.image-14:hover {
  opacity: 1;
}

.cart-line-item {
  color: #4d4d4d;
}

.container-6 {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vw;
  padding-left: 0vw;
  text-align: center;
}

.error-state {
  color: #ac1313;
  line-height: 24px;
  font-weight: 400;
}

.cart-button {
  border-left: 1px solid #ebebeb;
  background-color: transparent;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.cart-button:hover {
  opacity: 1;
}

.quantity-cart {
  color: #4d4d4d;
}

.items-price {
  margin-top: 0px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.remove-button-2 {
  text-decoration: none;
}

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

.nav-menu {
  z-index: 3;
  display: block;
  opacity: 1;
}

.text-block-5 {
  color: #4d4d4d;
}

.div-block-8 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.11);
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.button {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.button.dark {
  margin-right: 0px;
  padding: 20px 40px;
  border-style: none;
  border-color: #000;
  border-radius: 0px;
  background-color: #ac1313;
  color: #fff;
  line-height: 22px;
}

.button.dark:hover {
  border-style: none;
  border-color: #53d7db;
  background-color: #000;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #fff;
}

.button.dark.center {
  display: block;
  text-align: center;
}

.tittle-product {
  color: #4d4d4d;
  font-weight: 600;
  text-align: left;
}

.nav-link-7 {
  margin-top: 0px;
  margin-right: 0px;
  padding: 21px 20px;
  opacity: 1;
  color: #6c6c6c;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link-7:hover {
  opacity: 1;
  color: #ffe60d;
}

.nav-link-7.w--current {
  color: #707070;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.nav-link-7.w--current:hover {
  color: #ffe60d;
}

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

.text-block-6:hover {
  color: #ac1313;
}

.cart-text {
  color: #000;
}

.paypal {
  height: 45px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 24px;
}

.navbar-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9007199254740991;
  background-color: #131313;
}

.related-block {
  margin-top: 60px;
  color: #000;
}

.sale-tittle {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-align: left;
}

.sale-tittle.related {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Regola pro copy', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

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

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

.heading-28 {
  display: block;
  margin-bottom: -24px;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
}

.section-3 {
  margin-bottom: 100px;
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
}

.related-projects-container {
  max-width: 70%;
  padding-top: 0px;
}

.heading-29 {
  margin-bottom: 0px;
  font-family: 'Regola pro book', sans-serif;
  color: #bbb;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-11 {
  font-family: 'Regola pro copy', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.map {
  width: 80%;
  height: 50%;
  margin-top: 26px;
}

.up-top {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 89px;
  right: 0%;
  bottom: 6.5%;
  z-index: auto;
  width: 20px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  opacity: 0.55;
}

.grid-7 {
  max-width: 97.8%;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-8 {
  max-width: 100%;
  margin-top: 60px;
  grid-row-gap: 30px;
}

.paragraph-12 {
  margin-top: -540px;
  margin-bottom: 363px;
  margin-left: 50px;
  border: 1px solid transparent;
  color: #bbb;
}

.container-7 {
  margin-bottom: 0px;
}

.heading-30 {
  font-family: 'Regola pro copy', sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.grid-9 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-8 {
  max-width: 80%;
  padding: 40px 20px;
}

.section-4 {
  background-color: #000;
}

.map-2 {
  width: 90%;
  height: 95%;
}

.headline-top-text-copy {
  width: auto;
  margin-bottom: 60px;
  opacity: 1;
  font-family: Heebo, sans-serif;
  color: #ffe60d;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.div-block-9 {
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-10 {
  -o-object-fit: fill;
  object-fit: fill;
}

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 80px;
    line-height: 100px;
  }

  h2 {
    font-size: 60px;
    line-height: 80px;
  }

  h3 {
    font-size: 50px;
    line-height: 70px;
  }

  h4 {
    font-size: 46px;
    line-height: 66px;
  }

  h5 {
    font-size: 36px;
    line-height: 56px;
  }

  h6 {
    font-size: 30px;
    line-height: 50px;
  }

  .banner {
    height: auto;
  }

  .mouse-scroll {
    display: none;
  }

  .alpha {
    position: fixed;
    top: 40px;
  }

  .alpha.w--current {
    position: fixed;
    top: 40px;
  }

  .info-left {
    display: none;
  }

  .info-right {
    display: none;
  }

  .container-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .link.gray {
    margin-right: 0px;
  }

  .link-underline {
    width: 100%;
  }

  .banner-content-half {
    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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

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

  .container-banner {
    margin-right: 50vw;
    margin-left: 25vw;
    padding-top: 150px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .content-half.c-footer {
    min-height: 260px;
    margin-top: 60px;
  }

  .step {
    margin-right: 0px;
  }

  .main-content.style-content {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .main-content.style-guide-main-content {
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .content-holder {
    margin-bottom: 60px;
  }

  .headline-7 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 40px;
  }

  .section-steps {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .sticky-heading {
    padding-left: 32px;
  }

  .section.cta {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #000), to(transparent));
    background-image: linear-gradient(90deg, #000 25%, transparent);
    background-position: 0px 0px;
  }

  .section.form {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .container-big {
    margin-right: 4vw;
    margin-left: 4vw;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
  }

  .yellow-separator {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  ._3d-content-wrapper-top {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .container-small-grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .center-width {
    width: 90%;
  }

  .logos-grid {
    width: 90%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 164px 164px 164px 164px 164px 164px 164px 164px;
    grid-template-rows: 164px 164px 164px 164px 164px 164px 164px 164px;
  }

  .plus-margin-bottom {
    margin-bottom: 40px;
  }

  .content-width {
    width: 100%;
  }

  .content-left-right {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-logo.w--current {
    margin-bottom: 30px;
  }

  .headline-8 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
  }

  .top {
    padding-left: 0px;
  }

  .bottom {
    display: block;
    margin-bottom: -72px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-nav-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-nav-link.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-footer {
    margin-right: 4vw;
    margin-left: 4vw;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }

  .menu-block {
    -webkit-transform-origin: 4vw 50px;
    -ms-transform-origin: 4vw 50px;
    transform-origin: 4vw 50px;
  }

  .menu-contact {
    display: none;
  }

  .menu-wrap {
    margin-right: 10vw;
    margin-left: 10vw;
  }

  .link-2.gray {
    margin-right: 0px;
  }

  .headline-top-text {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }

  .menu {
    position: fixed;
    top: 50px;
  }

  .content-grid {
    grid-auto-columns: auto;
    grid-row-gap: 40px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-left {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }

  .slider {
    margin-right: auto;
    margin-left: auto;
  }

  .awards-grid {
    width: 90%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 164px 164px 164px;
    grid-template-rows: 164px 164px 164px;
  }

  .accordion-tab-button {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container-faq {
    margin-right: 4vw;
    margin-left: 4vw;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
  }

  .form-content {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 60px;
    padding-bottom: 0px;
    text-align: center;
  }

  .form-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .text-field {
    padding: 30px;
  }

  .utility-page-form {
    width: 100%;
  }

  .licencing-holder {
    margin-bottom: 60px;
  }

  .section-2 {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #000), to(transparent)), url('../images/Untitled-1.png');
    background-image: linear-gradient(90deg, #000 25%, transparent), url('../images/Untitled-1.png');
    background-position: 0px 0px, 100.5% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

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

  .info-right-2 {
    display: none;
  }

  .info-left-2 {
    display: none;
  }

  .menu-2 {
    position: fixed;
    top: 50px;
  }

  .heading-14 {
    margin-bottom: 0px;
    padding-left: 20px;
  }

  .image-8 {
    padding-bottom: 10px;
  }

  .section-copy.cta {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #000), to(transparent));
    background-image: linear-gradient(90deg, #000 25%, transparent);
    background-position: 0px 0px;
  }

  .section-copy.form {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .containerbig {
    max-width: none;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .image-12 {
    margin-top: 5px;
  }

  .container-4 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 34px;
    padding-left: 34px;
  }

  .link-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

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

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

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

  .grid-3 {
    padding-top: 40px;
    padding-bottom: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .div-block-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-5 {
    -ms-grid-rows: 449px 213px 213px;
    grid-template-rows: 449px 213px 213px;
  }

  .paragraph-9 {
    margin-top: -400px;
    margin-bottom: 230px;
  }

  .selected-work-grid {
    height: 390px;
    max-height: none;
  }

  .no-margin-botttom-3 {
    padding-left: 20px;
  }

  .paragraph-10 {
    margin-top: -190px;
    margin-bottom: 60px;
    margin-left: 20px;
    padding-bottom: 0px;
  }

  .selected-work-grid-copy {
    height: 390px;
    max-height: none;
  }

  .icon-2 {
    color: #707070;
  }

  .brand-2 {
    padding-left: 14px;
  }

  .brand-2.w--current {
    margin-top: 0px;
  }

  .container-6 {
    position: relative;
  }

  .link-block-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-menu {
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #191a1a;
  }

  .sticky-navbar {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    padding: 0px;
  }

  .nav-link-7 {
    width: 100%;
    max-width: 100%;
    border: 1px solid transparent;
    border-radius: 0px;
  }

  .menu-button {
    background-color: #131313;
    color: transparent;
    font-size: 40px;
  }

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

  .paypal {
    height: 45px;
  }

  .navbar-4 {
    background-color: #131313;
  }

  .up-top {
    display: none;
  }

  .paragraph-12 {
    margin-top: -400px;
    margin-bottom: 230px;
  }

  .headline-top-text-copy {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 65px;
    line-height: 85px;
  }

  h2 {
    font-size: 56px;
    line-height: 76px;
  }

  .container-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-content-half {
    max-width: 70%;
  }

  .container-banner {
    margin-right: auto;
    margin-left: auto;
  }

  .content-half.c-footer {
    margin-top: 40px;
  }

  .step {
    margin-bottom: 60px;
  }

  .main-content.style-content {
    padding-bottom: 40px;
  }

  .main-content.style-guide-main-content {
    padding-top: 40px;
  }

  .yellow-text-block {
    margin-bottom: 40px;
  }

  .sticky-heading {
    position: static;
    margin-bottom: 40px;
    padding-left: 0px;
  }

  .container-big {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .yellow-separator {
    display: inline-block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  ._3d-card {
    height: 300px;
  }

  ._3d-card.smaller {
    width: 100%;
    height: 300px;
    margin-right: 0%;
  }

  ._3d-card.smaller.no-margin-left {
    margin-left: 0%;
  }

  .container-small-grid {
    padding-top: 80px;
    padding-bottom: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logos-grid {
    -ms-grid-rows: 130px 130px 130px 130px 130px 130px 130px 130px;
    grid-template-rows: 130px 130px 130px 130px 130px 130px 130px 130px;
  }

  .footer-title {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 34px;
  }

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

  .footer-nav-link.last {
    margin-right: 0px;
  }

  .heading-menu {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 60px;
  }

  .menu-wrap {
    overflow: auto;
  }

  .logo {
    height: 23px;
    padding-right: 0px;
    padding-left: 84px;
  }

  .headline-top-text {
    font-size: 20px;
    line-height: 30px;
  }

  .menu {
    top: 45px;
  }

  .left-arrow {
    left: 26%;
  }

  .right-arrow {
    right: 26%;
  }

  .container-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-content {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .link-wrapper {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .color-wrapper {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .licencing-wrapper {
    -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;
  }

  .licencing-left {
    width: 100%;
    margin-bottom: 40px;
  }

  .licencing-right {
    width: 100%;
  }

  .heading {
    margin-bottom: 0px;
  }

  .menu-2 {
    top: 45px;
  }

  .image-8 {
    padding-bottom: 10px;
  }

  .containerbig {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .grid-5 {
    grid-row-gap: 40px;
    grid-template-areas: "Area"
      "Area-2"
      "Area-5"
      "Area-4"
      "Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 350px 40px 344px 40px 350px 40px 350px 40px 350px;
    grid-template-rows: 350px 344px 350px 350px 350px;
  }

  .paragraph-9 {
    margin-top: -260px;
    margin-bottom: 110px;
  }

  .selected-work-grid {
    height: auto;
  }

  .container-5 {
    max-width: 90%;
  }

  .paragraph-10 {
    margin-top: -260px;
    margin-bottom: 110px;
  }

  .selected-work-grid-copy {
    height: auto;
  }

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

  .remove-button-2 {
    text-decoration: none;
  }

  .button {
    text-align: center;
  }

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

  .menu-button {
    font-size: 30px;
  }

  .paypal {
    height: 35px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-4 {
    border-radius: 0px;
  }

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

  .paragraph-12 {
    margin-top: -260px;
    margin-bottom: 110px;
  }

  .headline-top-text-copy {
    font-size: 20px;
    line-height: 30px;
  }
}

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

  h2 {
    font-size: 46px;
    line-height: 66px;
  }

  h3 {
    font-size: 42px;
    line-height: 61px;
  }

  h4 {
    font-size: 36px;
    line-height: 56px;
  }

  h5 {
    font-size: 28px;
    line-height: 48px;
  }

  h6 {
    font-size: 24px;
    line-height: 44px;
  }

  .banner {
    margin-bottom: 0px;
  }

  .alpha {
    right: -12.7vw;
    opacity: 1;
  }

  .banner-content-half {
    max-width: 80%;
  }

  .content-half.c-footer {
    min-height: 490px;
  }

  ._3d-content {
    margin: 30px 10px;
  }

  .center-width {
    width: 100%;
  }

  .logos-grid {
    grid-column-gap: 30px;
  }

  .plus-margin-bottom {
    font-size: 53px;
  }

  .headline-8 {
    font-size: 20px;
    line-height: 40px;
  }

  .footer-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -11px;
    padding-top: 0px;
    padding-right: 34px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .footer-nav-link {
    margin-right: 0px;
  }

  .bottom-links {
    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-block {
    z-index: 9999;
  }

  .menu-wrap {
    z-index: 9999;
  }

  .logo {
    position: static;
    height: 18px;
    padding-right: 56px;
    padding-left: 41px;
    opacity: 0;
  }

  .link-2.gray {
    margin-top: 60px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .left-arrow {
    left: 13%;
  }

  .right-arrow {
    right: 13%;
  }

  .awards-grid {
    grid-column-gap: 30px;
  }

  .link-wrapper {
    justify-items: stretch;
    grid-auto-columns: auto;
  }

  .color-wrapper {
    justify-items: stretch;
    grid-auto-columns: auto;
  }

  .list-block {
    width: 100%;
  }

  .list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-2 {
    color: #bbb;
  }

  .heading {
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .yellow-2 {
    font-size: 42px;
    line-height: 49px;
    font-weight: 700;
    text-align: left;
  }

  .heading-14 {
    padding-left: 20px;
  }

  .image-8 {
    padding-bottom: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

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

  .div-block-5 {
    display: block;
  }

  .grid-5 {
    grid-row-gap: 80px;
    grid-template-areas: "Area"
      "Area-2"
      "Area-5"
      "Area-4"
      "Area-3";
    -ms-grid-rows: 198px 80px 198px 80px 198px 80px 198px 80px 198px;
    grid-template-rows: 198px 198px 198px 198px 198px;
  }

  .paragraph-9 {
    margin-top: -157px;
    margin-bottom: 40px;
    margin-left: 20px;
    color: #fff;
    text-shadow: none;
  }

  .no-margin-botttom-2 {
    padding-left: 20px;
  }

  .no-margin-botttom-3 {
    padding-left: 20px;
  }

  .paragraph-10 {
    margin-top: -165px;
    margin-bottom: 40px;
    margin-left: 20px;
  }

  .nav-flex {
    height: 80px;
  }

  .container-6 {
    padding-left: 20px;
  }

  .nav-menu {
    margin-top: 0px;
    background-color: #131313;
  }

  .button {
    margin-bottom: 10px;
  }

  .navbar-4 {
    top: 0px;
  }

  .grid-6 {
    grid-row-gap: 9px;
    grid-template-areas: "."
      "Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .related-title {
    margin-bottom: -102px;
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0;
  }

  .paragraph-12 {
    margin-top: -157px;
    margin-bottom: 40px;
    margin-left: 20px;
    color: #fff;
    text-shadow: none;
  }

  .heading-30 {
    font-size: 38px;
  }
}

#w-node-_42254293-5a4f-44eb-0143-e1f35de53deb-cf710a7e {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: Area;
}

.grid>#w-node-_42254293-5a4f-44eb-0143-e1f35de53deb-cf710a7e {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 3;
}

.first-grid>#w-node-_42254293-5a4f-44eb-0143-e1f35de53deb-cf710a7e {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-_42254293-5a4f-44eb-0143-e1f35de53deb-cf710a7e {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}

.grid-5>#w-node-_42254293-5a4f-44eb-0143-e1f35de53deb-cf710a7e {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-6>#w-node-_42254293-5a4f-44eb-0143-e1f35de53deb-cf710a7e {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-_42254293-5a4f-44eb-0143-e1f35de53df3-cf710a7e {
  -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-_42254293-5a4f-44eb-0143-e1f35de53dfb-cf710a7e {
  -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-_42254293-5a4f-44eb-0143-e1f35de53e03-cf710a7e {
  -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-_42254293-5a4f-44eb-0143-e1f35de53e0b-cf710a7e {
  -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-_70cf046a-434c-3bb4-0fd2-b44a12b84f22-f200aedc {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_48dd00e6-3e6c-ba92-b58f-27ebd192b116-f200aedc {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_55121182-f481-feb8-0b3a-d4c9de6cf233-d9710a85 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-f7710a88 {
  -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-_4b7acb32-cb30-fa8f-42c4-a611ca35d1a1-f7710a88 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-3;
}

.grid>#w-node-_4b7acb32-cb30-fa8f-42c4-a611ca35d1a1-f7710a88 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-5>#w-node-_4b7acb32-cb30-fa8f-42c4-a611ca35d1a1-f7710a88 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-_4b7acb32-cb30-fa8f-42c4-a611ca35d1a1-f7710a88 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-_4b7acb32-cb30-fa8f-42c4-a611ca35d1a6-f7710a88 {
  -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-_07b5227b-5760-ab0b-6f40-8611e2e8974a-050edb46 {
  -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-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-013ae4b0 {
  -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-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-5806f127 {
  -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-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-5e285647 {
  -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-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-71073421 {
  -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-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-966aab0f {
  -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-cbbb1b3a-5b25-56c2-ebca-7ada89b9ab49-966aab0f {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-3;
}

.grid>#w-node-cbbb1b3a-5b25-56c2-ebca-7ada89b9ab49-966aab0f {
  -ms-grid-row: 9;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-5>#w-node-cbbb1b3a-5b25-56c2-ebca-7ada89b9ab49-966aab0f {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-cbbb1b3a-5b25-56c2-ebca-7ada89b9ab49-966aab0f {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-cbbb1b3a-5b25-56c2-ebca-7ada89b9ab4e-966aab0f {
  -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-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-4e014267 {
  -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-db006149-4842-abdb-67a8-183e2c410755-4e014267 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-3;
}

.grid>#w-node-db006149-4842-abdb-67a8-183e2c410755-4e014267 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-5>#w-node-db006149-4842-abdb-67a8-183e2c410755-4e014267 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-db006149-4842-abdb-67a8-183e2c410755-4e014267 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-_99a07dfa-c4dd-c51b-a42f-5470236cd6d2-4e014267 {
  -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-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-fe086772 {
  -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-_4a077b18-9c42-0fc1-8476-2cdbde782243-fe086772 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-3;
}

.grid>#w-node-_4a077b18-9c42-0fc1-8476-2cdbde782243-fe086772 {
  -ms-grid-row: 9;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-5>#w-node-_4a077b18-9c42-0fc1-8476-2cdbde782243-fe086772 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-_4a077b18-9c42-0fc1-8476-2cdbde782243-fe086772 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

#w-node-_4a077b18-9c42-0fc1-8476-2cdbde782248-fe086772 {
  -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-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-854ffc4e {
  -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-_4227d56a-b195-0c63-6de8-5ddfa10e72b6-854ffc4e {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: Area-3;
}

.grid>#w-node-_4227d56a-b195-0c63-6de8-5ddfa10e72b6-854ffc4e {
  -ms-grid-row: 9;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}

.grid-5>#w-node-_4227d56a-b195-0c63-6de8-5ddfa10e72b6-854ffc4e {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}

.grid-6>#w-node-_4227d56a-b195-0c63-6de8-5ddfa10e72b6-854ffc4e {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}

@media screen and (max-width: 767px) {
  .grid-5>#w-node-_42254293-5a4f-44eb-0143-e1f35de53deb-cf710a7e {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-5>#w-node-_4b7acb32-cb30-fa8f-42c4-a611ca35d1a1-f7710a88 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-5>#w-node-cbbb1b3a-5b25-56c2-ebca-7ada89b9ab49-966aab0f {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-5>#w-node-db006149-4842-abdb-67a8-183e2c410755-4e014267 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-5>#w-node-_4a077b18-9c42-0fc1-8476-2cdbde782243-fe086772 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-5>#w-node-_4227d56a-b195-0c63-6de8-5ddfa10e72b6-854ffc4e {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

@media screen and (max-width: 479px) {
  .grid-5>#w-node-_42254293-5a4f-44eb-0143-e1f35de53deb-cf710a7e {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-5>#w-node-_4b7acb32-cb30-fa8f-42c4-a611ca35d1a1-f7710a88 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-6>#w-node-_4b7acb32-cb30-fa8f-42c4-a611ca35d1a1-f7710a88 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-5>#w-node-cbbb1b3a-5b25-56c2-ebca-7ada89b9ab49-966aab0f {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-6>#w-node-cbbb1b3a-5b25-56c2-ebca-7ada89b9ab49-966aab0f {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-5>#w-node-db006149-4842-abdb-67a8-183e2c410755-4e014267 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-6>#w-node-db006149-4842-abdb-67a8-183e2c410755-4e014267 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-5>#w-node-_4a077b18-9c42-0fc1-8476-2cdbde782243-fe086772 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-6>#w-node-_4a077b18-9c42-0fc1-8476-2cdbde782243-fe086772 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-5>#w-node-_4227d56a-b195-0c63-6de8-5ddfa10e72b6-854ffc4e {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-6>#w-node-_4227d56a-b195-0c63-6de8-5ddfa10e72b6-854ffc4e {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

#w-node-_4227d56a-b195-0c63-6de8-5ddfa10e72bb-854ffc4e {
  -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-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-10d2f29b {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-_70cf046a-434c-3bb4-0fd2-b44a12b84f22-f200aedc {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48dd00e6-3e6c-ba92-b58f-27ebd192b116-f200aedc {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-f7710a88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_07b5227b-5760-ab0b-6f40-8611e2e8974a-050edb46 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-013ae4b0 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-5806f127 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-5e285647 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-71073421 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-966aab0f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-4e014267 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-fe086772 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-854ffc4e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_532398a4-d949-4d18-0c7d-1ca1d05ca2f2-10d2f29b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Regola pro copy';
  src: url('../fonts/Regola-Pro-Medium-copy.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Regola pro copy';
  src: url('../fonts/Regola-Pro-Regular-copy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Regola pro book';
  src: url('../fonts/Regola-Pro-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Regola pro copy';
  src: url('../fonts/Regola-Pro-Bold-copy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}