@font-face {
  font-family: "Font awesome 5 brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #121212;
  --white: white;
  --deep-pink: #ff3ca8;
  --orange: #ffb877;
  --lighter-grey: #212121;
  --very-light-grey: #afafaf;
}

body {
  background-color: var(--dark);
  color: #333;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.28em;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.19em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  background-image: linear-gradient(to bottom, var(--dark), var(--dark));
  color: var(--white);
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 8em;
  font-family: DM Sans, sans-serif;
}

.container.nav-container {
  background-image: none;
  align-items: center;
  padding: 0 2em;
  display: flex;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.html {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page-wrapper {
  z-index: 0;
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.main-wrapper {
  z-index: -2;
  position: relative;
}

.h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.h6 {
  font-size: 1.46em;
}

.form_input {
  border: 1px solid #0003;
  border-radius: 0;
  height: 3em;
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.display {
  font-size: 4.38em;
  line-height: 1.1;
}

.form_submit {
  font-size: 1.25em;
}

.navbar {
  background-color: var(--dark);
  color: var(--dark);
  max-width: 100vw;
  padding-top: 1em;
  padding-bottom: 1em;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
}

.nav-link:hover {
  color: var(--deep-pink);
}

.nav-link.w--current {
  color: var(--deep-pink);
  mix-blend-mode: difference;
}

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

.nav-link-2:hover, .nav-link-2.w--current {
  color: var(--deep-pink);
}

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

.nav-link-3:hover, .nav-link-3.w--current {
  color: var(--deep-pink);
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex-wrap: wrap;
  flex: none;
  justify-content: space-between;
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 1.1em;
  display: flex;
}

.brand {
  flex: 1;
  display: none;
}

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

.nav-link-4:hover, .nav-link-4.w--current {
  color: var(--deep-pink);
}

.nav-link-5 {
  color: var(--white);
  padding: 0 .5em 0 0;
}

.nav-button {
  border: 1px solid #fff;
  border-radius: 100px;
  align-items: center;
  padding: .7em 1.9em;
  transition: background-color .2s;
  display: flex;
}

.nav-button:hover {
  border-color: var(--deep-pink);
  background-color: var(--deep-pink);
}

.hero.container {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: none;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.heading {
  text-align: center;
}

.heading.clipped {
  background-image: linear-gradient(315deg, var(--deep-pink) 23%, var(--orange) 83%);
  padding-bottom: .7em;
  font-size: 4.4em;
  font-weight: 500;
}

.button-master {
  border: 1px solid #fff;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 11em;
  max-width: 100%;
  padding: .8em 0;
  transition: background-color .2s;
  display: flex;
}

.button-master:hover {
  border-color: var(--deep-pink);
  background-color: var(--deep-pink);
}

.text-block {
  padding-right: .7em;
  font-size: 1.1em;
}

.divider {
  min-width: 100%;
  max-width: 100vw;
  margin-top: 3.7em;
  position: static;
  inset: auto 0% -20% auto;
}

.intro.section {
  margin-top: 3em;
  position: relative;
}

.intro.container {
  z-index: -1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.clipped {
  background-image: linear-gradient(332deg, var(--deep-pink) 70%, var(--orange));
  margin-bottom: .5em;
}

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

.clipped.landing-page {
  font-size: 4em;
}

._2-col {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5em;
  padding-top: 1em;
  display: grid;
  position: relative;
}

._2-col.wwd {
  grid-column-gap: 20px;
  grid-template-columns: .75fr 1fr;
  padding-top: 7em;
}

.body-text {
  padding-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
}

.body-text.white {
  color: var(--dark);
  padding-bottom: 0;
  position: static;
}

.body-text.white.normal {
  padding-bottom: 0;
}

.body-text.pad {
  padding-bottom: 18em;
}

.image {
  border-radius: 10px;
}

.image.container {
  background-image: url('../images/IMG_6104-1.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 60em;
}

.what-we-do.section {
  background-color: var(--dark);
  position: relative;
}

.what-we-do.container {
  z-index: 0;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  padding-top: 0;
  position: relative;
}

.image-2 {
  z-index: -1;
  position: absolute;
  inset: 20em 0% auto;
}

.image-2.divider {
  z-index: -1;
  object-fit: fill;
  min-width: 100vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.image-2.divider.top {
  min-width: 100vw;
  margin-left: 0;
  margin-right: 0;
  inset: auto 0% -19%;
}

.body {
  display: flex;
}

.image-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 8em;
  padding-right: 8em;
  display: grid;
  position: relative;
}

.image-block {
  background-image: url('../images/3-IMG_6119.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  min-height: 25em;
}

.image-block.imb1 {
  border-radius: 10px;
  min-height: 25em;
}

.image-block.img1 {
  background-image: url('../images/2-IMG_5631.jpg');
}

.image-block.img2 {
  background-image: url('../images/1-IMG_8694.jpg');
}

.team.section {
  background-color: #fff;
  position: relative;
}

.team.container {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  overflow: hidden;
}

.testimonials {
  margin-right: 6em;
}

.testimonials.section {
  margin-right: 0;
}

.testimonials.container {
  z-index: 1;
  background-image: none;
  padding-bottom: 0;
  position: relative;
}

.mb-3 {
  margin-bottom: 48px;
}

.mt-3 {
  margin-top: 48px;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 12px #00000014, 0 1px 2px #0000001f;
}

.container-3 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.card-slider_nav-icon {
  width: 12px;
  height: 20px;
}

.card-slider_item {
  flex-direction: column;
  flex: none;
  align-items: stretch;
  max-width: 350px;
  margin-right: 2.3em;
  display: flex;
}

.card-slider_nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.owl-carousel.owl-theme.card-slider {
  cursor: auto;
  background-color: #0000;
  border-radius: 5px;
  width: auto;
  height: auto;
  min-height: auto;
  padding-top: 0%;
  display: flex;
}

.text-small {
  font-size: .8rem;
  line-height: 1.4;
}

.card-slider_wrapper {
  position: relative;
}

.btn {
  color: #fff;
  background-color: #212121;
  border: 1px solid #0000;
  border-radius: 4px;
  margin-top: 12px;
  margin-right: 12px;
  padding: 8px 18px;
  text-decoration: none;
  transition: box-shadow .3s ease-out, border-color .3s ease-out;
  display: inline-block;
  box-shadow: inset 0 0 #0000;
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px #00000026;
}

.btn.btn-primary {
  background-color: #4253ff;
  border-color: #0000;
}

.btn.btn-primary.card-slider_nav-link {
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
}

.btn.btn-primary.card-slider_nav-link:hover {
  box-shadow: none;
  background-color: #0000;
}

.card-body {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

.card-body.is_flex {
  display: flex;
}

.white {
  background-color: var(--white);
  position: absolute;
}

.white-block {
  background-color: var(--white);
  position: absolute;
  inset: 9% 0% 0%;
}

.image-34 {
  cursor: none;
  object-fit: fill;
  width: 100%;
  max-width: none;
}

.blog-category {
  color: #f2c354;
  padding-top: 15px;
  padding-bottom: 4px;
  font-size: 16px;
}

.blog-crop {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 320px;
  overflow: hidden;
}

.card-slider_wrapper-2 {
  background-color: var(--white);
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  display: block;
}

.news-scroll-h3 {
  font-size: 22px;
  line-height: 1.4;
}

.blog-arrow {
  float: left;
  text-align: left;
  justify-content: flex-start;
  width: 30%;
  margin-left: 0;
  padding-top: 15px;
  display: block;
  overflow: hidden;
}

.image-33 {
  width: auto;
  max-width: none;
  height: 30px;
  margin-left: -73px;
}

.card-slider_item-2 {
  float: left;
  background-color: #151515;
  border: 0 solid #151515;
  border-radius: 5px;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: 350px;
  margin-bottom: 80px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-slider_item-2:hover {
  transform: scale(1);
}

.card-slider_item-2.transitionfix {
  background-color: var(--white);
  color: #fff;
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 0;
}

.link-block-7 {
  width: auto;
}

.link-block-7.link-hover-ix {
  cursor: auto;
}

.scroll-blog-para {
  color: #868686;
  font-size: 16px;
}

.testimonial-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  min-height: 26em;
  position: relative;
  overflow: hidden;
}

.dark {
  opacity: 1;
  color: var(--dark);
  text-align: left;
  justify-content: flex-start;
  font-size: 1.4em;
  display: flex;
}

.dark.dot {
  padding-left: .4em;
  padding-right: .4em;
}

.dark.pad {
  opacity: 1;
  justify-content: center;
  margin-bottom: 1em;
}

.dark.pad.sub {
  opacity: 1;
  color: #d4d3d3;
  text-align: center;
  margin-top: 0;
  margin-bottom: .25em;
  font-size: 1em;
}

.dark.hover {
  transition: color .2s;
}

.dark.hover:hover {
  color: var(--deep-pink);
}

.dark.sentence {
  text-transform: capitalize;
}

.content {
  padding-top: .9em;
}

.three-words {
  font-size: .8em;
  display: flex;
}

.pink {
  color: var(--deep-pink);
}

.info-hover {
  background-image: linear-gradient(303deg, var(--deep-pink) 33%, #f77);
  padding-top: 1em;
  position: absolute;
  inset: 0%;
}

.info-hover.dark {
  padding: 1.4em;
  display: block;
}

.image-35 {
  transform: rotate(-180deg);
}

.parallax.section {
  min-height: auto;
  max-height: 50em;
  overflow: hidden;
}

.parallax.container {
  background-image: url('../images/IMG_6104-1.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 80em;
  max-height: 80em;
}

.clients.container {
  padding-top: 7em;
}

.collection-list {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3em;
  display: grid;
}

.collection-item {
  background-color: var(--lighter-grey);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 10em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-36 {
  mix-blend-mode: lighten;
  max-width: 70%;
  max-height: 6em;
}

.testimonials-sticky.container {
  grid-column-gap: 5.5em;
  grid-row-gap: 5.5em;
  background-image: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

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

.section-heading {
  font-size: 10em;
  line-height: 1;
}

.section-heading.test-heading {
  padding-top: 0;
}

.section-heading.test-heading.split-text {
  margin-top: .15em;
  font-weight: 600;
}

.heading-51 {
  text-transform: none;
  font-weight: 700;
  line-height: 1;
}

.featured-sub {
  max-width: 70%;
  padding-top: .8em;
  font-size: 1.4em;
}

.image-46 {
  width: 5.2em;
}

.dark-button {
  color: #fff;
  background-color: #272727;
  margin-top: 1em;
  padding: .6em .8em .35em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1;
  transition: background-color .3s, color .3s;
}

.dark-button:hover {
  color: #272727;
  background-color: #fff;
}

.dark-button.yellow {
  color: #272727;
  background-color: #f2c354;
}

.dark-button.yellow:hover {
  color: #fff;
  background-color: #272727;
}

.testimonial-profile {
  align-items: center;
  padding-top: 1.7em;
  display: flex;
}

.testimonial-single {
  background-color: var(--white);
  color: var(--white);
  border-radius: 10px;
  margin-bottom: 1.6em;
  padding: 2.4em;
  position: sticky;
  top: 18%;
  box-shadow: 0 0 20px 5px #0000002e;
}

.testimonial-single.t-3 {
  top: 20%;
}

.testimonial-single.t-2 {
  top: 15%;
}

.text-block-7 {
  color: #f2c354;
  margin-left: 0;
  font-size: 1.2em;
}

.t-block {
  position: sticky;
  top: 10%;
}

.text-span-9 {
  color: #7c7c7c;
}

.heading-52 {
  color: #676767;
  font-family: DM Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.text-span-10 {
  color: var(--dark);
  font-size: 2em;
  font-weight: 700;
}

.text-span-11 {
  font-size: 1.4em;
}

.image-47 {
  mix-blend-mode: difference;
  width: 10em;
  max-width: 80%;
}

.footer.container {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  min-height: 30em;
  margin: -19.7em 0 0;
  padding-top: 20em;
  padding-bottom: 2.6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer.container.landing-footer {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  margin-top: 0;
  padding-top: 5em;
}

.contact-details {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.contact {
  justify-content: center;
  display: flex;
}

.c-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row-reverse wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-right: 3em;
  display: flex;
}

.c-block.n-pad {
  margin-right: 0;
}

.image-48 {
  width: 2.6em;
  max-width: 70%;
}

.socials {
  justify-content: center;
  align-items: center;
  margin-top: 2.7em;
  display: flex;
}

.link {
  color: var(--deep-pink);
  transform-style: preserve-3d;
  margin-left: .4em;
  margin-right: .4em;
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 2.4em;
  transition: transform .2s;
}

.link:hover {
  transform: scale3d(1.2, 1.2, 1.1);
}

.image-49 {
  max-width: 100%;
}

.text-block-8 {
  padding-right: .8em;
}

.text-block-9 {
  font-size: .7em;
}

.loader {
  z-index: 100;
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.lottie-animation {
  width: 20em;
}

.diveder-holder {
  height: 22em;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.image-p-2 {
  border-radius: 10px;
  min-height: 50em;
  position: relative;
  overflow: hidden;
}

.image-inner-p {
  background-image: url('../images/IMG_8694-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  min-height: 80em;
  position: absolute;
  inset: -28% 0% 0%;
}

.what-we-do {
  display: flex;
  position: absolute;
}

.nav-anchor {
  width: 0;
  height: 0;
  margin-top: -80px;
  position: absolute;
}

.logo-link {
  flex: 1;
}

.link-2, .link-3 {
  padding-left: 4px;
  padding-right: 4px;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 4rem;
  display: flex;
}

.link-4 {
  padding-right: 4px;
}

.link-5 {
  padding-left: 4px;
}

.body-large {
  font-size: 1.4em;
}

.body-large.hero-subhead {
  text-align: center;
  margin-bottom: 2em;
}

.text-block-10, .text-block-11 {
  color: var(--very-light-grey);
  text-align: center;
}

.text-block-12 {
  padding-bottom: 29px;
  font-size: 1.5em;
}

@media screen and (min-width: 1280px) {
  .hero.container {
    inset: 0% 0% auto;
  }

  .divider {
    margin-top: 8em;
    padding-bottom: 0;
  }

  .section-heading.test-heading.split-text {
    font-weight: 700;
  }

  .heading-51 {
    text-transform: none;
    font-size: 3.4em;
    font-weight: 700;
    line-height: 1;
  }

  .featured-sub {
    padding-top: 2em;
  }

  .dark-button {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 700;
    line-height: 1.6;
  }

  .dark-button.yellow {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.6;
  }

  .diveder-holder {
    pointer-events: none;
    cursor: none;
    height: 26em;
    min-height: 300px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 50px;
  }

  .link-5 {
    padding-left: 4px;
  }

  .text-block-10 {
    color: #afafaf;
    text-align: center;
  }

  .text-block-11 {
    text-align: center;
    color: #afafaf;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: .619375em;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .owl-carousel.owl-theme.card-slider {
    min-height: auto;
  }

  .card-slider_wrapper-2 {
    height: auto;
  }

  .card-slider_item-2.transitionfix {
    min-width: auto;
    min-height: 450px;
    margin-right: 20px;
  }

  .dark.pad.sub {
    margin-top: 3em;
  }

  .parallax.container {
    min-height: 65em;
    max-height: 65em;
    margin-top: -5.6em;
  }

  .featured-sub {
    max-width: 90%;
    font-size: 14px;
  }

  .image-46 {
    width: 7em;
  }

  .dark-button {
    font-size: 19px;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .footer.container {
    margin-top: -11.4em;
    padding-top: 9.6em;
  }
}

@media screen and (max-width: 767px) {
  .container.nav-container {
    justify-content: center;
    align-items: center;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    background-color: var(--dark);
    justify-content: center;
    font-size: 1.4em;
    display: flex;
  }

  .nav-menu {
    background-color: var(--dark);
    text-align: center;
    flex-flow: column wrap;
    flex: 0 auto;
    justify-content: center;
    padding-bottom: 2.2em;
  }

  .nav-link-4 {
    background-color: var(--dark);
    justify-content: center;
    font-size: 1.4em;
    display: flex;
  }

  .nav-button {
    text-align: center;
    flex: none;
    justify-content: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4em;
  }

  .hero.container {
    min-height: 92vh;
  }

  .divider {
    bottom: -9%;
  }

  .clipped.landing-page {
    text-align: center;
  }

  .image-gallery {
    padding-left: 3.6em;
    padding-right: 3.6em;
  }

  .btn {
    padding: 7px 15px;
  }

  .card-body {
    padding: 16px 20px 20px;
  }

  .card-slider_item-2.transitionfix {
    min-width: 450px;
    min-height: auto;
  }

  .parallax.container {
    min-height: 60em;
    max-height: 60em;
  }

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

  .icon {
    color: #fff;
    font-size: 1.8em;
  }

  .icon:hover {
    color: var(--deep-pink);
  }

  .div-block.block {
    z-index: -1;
    background-color: #fff;
    min-width: 100vw;
    max-width: 100vw;
    position: absolute;
    inset: auto 0% 0%;
  }

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

  .image-p-2 {
    min-height: 34em;
    overflow: hidden;
  }

  .image-inner-p {
    background-position: 50%;
    background-size: cover;
    min-height: 50em;
  }

  .logo-link.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body-large.hero-subhead {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container.nav-container {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding-left: 1.3em;
    padding-right: .5em;
  }

  .nav-button {
    max-width: 80%;
  }

  .hero.container {
    min-height: 92vh;
    padding-bottom: 0;
  }

  .heading.clipped {
    padding-top: 2em;
    font-size: 3.4em;
  }

  .divider {
    bottom: -1%;
  }

  .intro.container {
    width: auto;
  }

  .clipped {
    font-size: 2.4em;
  }

  .clipped.landing-page {
    text-align: center;
  }

  ._2-col {
    display: flex;
  }

  ._2-col.wwd {
    padding-top: 3.7em;
    display: block;
  }

  .body-text.pad {
    padding-bottom: 0;
  }

  .what-we-do.section {
    background-color: #fff;
  }

  .what-we-do.container {
    padding-bottom: .5em;
  }

  .image-2.divider, .image-2.divider.top {
    min-width: 100vw;
    max-width: 100vw;
  }

  .image-gallery {
    padding-bottom: 22px;
    padding-left: 2.1em;
    padding-right: 2.1em;
    display: block;
  }

  .image-block {
    margin-bottom: 1.5em;
  }

  .team.container {
    padding-top: 2em;
  }

  .testimonials {
    margin-right: 0;
  }

  .testimonials.container {
    padding-top: 0;
  }

  .container-3 {
    width: 85%;
  }

  .card-slider_item {
    margin-right: auto;
  }

  .owl-carousel.owl-theme.card-slider {
    background-color: #0000;
  }

  .blog-crop {
    max-height: 280px;
  }

  .card-slider_wrapper-2 {
    background-color: #0000;
  }

  .image-33 {
    margin-left: -56px;
  }

  .card-slider_item-2.transitionfix {
    background-color: #0000;
    min-width: 280px;
    min-height: auto;
  }

  .blog-content {
    padding-bottom: .5em;
  }

  .testimonial-image {
    min-height: 30em;
  }

  .dark.pad.sub {
    margin-bottom: -.7em;
  }

  .parallax.section {
    max-height: 35em;
  }

  .parallax.container {
    min-height: 45em;
    max-height: 45em;
  }

  .clients.container {
    padding-top: 3.9em;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonials-sticky.container {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-46 {
    width: 14em;
  }

  .dark-button, .dark-button.yellow, .dark-button.yellow.no-anim {
    padding-top: .5em;
  }

  .testimonial-profile {
    padding-top: 2em;
  }

  .testimonial-profile.t-2 {
    padding-top: 3.3em;
  }

  .testimonial-single {
    margin-bottom: 3.1em;
    padding: 1.8em;
    top: 100px;
  }

  .testimonial-single.t-3 {
    top: 44%;
  }

  .testimonial-single.t-2 {
    top: 40%;
    box-shadow: 0 0 11px 3px #00000070;
  }

  .testimonial-single.b-2 {
    margin-bottom: 3.4em;
    position: static;
  }

  .testimonial-single.c-2 {
    margin-bottom: 2em;
    position: static;
  }

  .t-block {
    position: static;
    top: 0;
  }

  .t-block.line-animation {
    margin-bottom: .2em;
    position: static;
    top: 9.9em;
  }

  .heading-52 {
    margin-bottom: 0;
  }

  .text-span-10 {
    min-width: 100%;
    max-width: 100vw;
    display: inline-block;
  }

  .image-47 {
    width: 6.5em;
    display: block;
  }

  .contact {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .c-block {
    flex-direction: column-reverse;
    justify-content: space-between;
    min-width: 100%;
  }

  .c-block.n-pad {
    margin-top: 2em;
  }

  .image-49 {
    max-width: 50%;
    margin-bottom: 2.6em;
  }

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

  .text-block-9 {
    font-size: 1em;
  }

  .icon {
    width: auto;
    font-size: 1.4em;
  }

  .div-block {
    margin-top: 69px;
    position: absolute;
    inset: 0%;
  }

  .div-block.block {
    z-index: -1;
    background-color: #fff;
    min-height: 60%;
    padding-bottom: 0;
    bottom: 0%;
  }

  .diveder-holder {
    height: 14.1em;
  }

  .logo-link.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body-large.hero-subhead {
    text-align: center;
  }
}

#w-node-d8962be6-8e8e-0946-e96f-b65de18d1fab-40c17469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_46b9f745-46a4-0ea5-1ec8-8eed19934308-40c17469, #w-node-_46b9f745-46a4-0ea5-1ec8-8eed1993430b-40c17469, #w-node-f716bc7c-313c-eaea-9b5b-0cd417b0256d-40c17469, #w-node-ec975005-91c3-b29b-f853-3a186e54f5d4-40c17469, #w-node-_075176ef-e588-a4b9-de2b-6fb9b37353a7-40c17469, #w-node-dbc24fbb-108c-8dde-ff0e-9a8ae3a4bb5b-40c17469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e91bb0d-c990-d00e-9422-734539a965af-40c17469 {
  place-self: center;
}

#w-node-_20fcd970-203c-9e13-378b-0bdf8111b6bf-40c17469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_20fcd970-203c-9e13-378b-0bdf8111b6c6-40c17469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}