@font-face {
  font-family: Creato;
  src: url('../fonts/CreatoDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creato;
  src: url('../fonts/CreatoDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creato;
  src: url('../fonts/CreatoDisplay-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creato;
  src: url('../fonts/CreatoDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --pink: #ffcdcd80;
  --dark-red: #100;
  --paragraph: #b39f9feb;
  --salmon: #ff5f5f;
  --red: #eb0000;
  --maroon: #471f1f00;
  --maroon-2: #471f1f;
  --maroon-2-2: #251010;
  --black-maroon: #180000cc;
  --maroon-3: #380000;
  --button-box: #eb0000ad;
  --transparent-background: #100c;
}

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

h1 {
  background-image: linear-gradient(140deg, var(--white), var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 4.72em;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  background-image: linear-gradient(140deg, var(--white), var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 3.37em;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  background-image: linear-gradient(140deg, var(--white), var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: .9em;
  margin-bottom: .6em;
  font-size: 2.37em;
  font-weight: 500;
  line-height: 1.16em;
}

h4 {
  background-image: linear-gradient(140deg, var(--white), var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: .9em;
  margin-bottom: .6em;
  font-size: 1.62em;
  font-weight: 500;
  line-height: 1.1em;
}

h5 {
  background-image: linear-gradient(140deg, var(--white), var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: .9em;
  margin-bottom: .6em;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  background-image: linear-gradient(140deg, var(--white), var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: .9em;
  margin-bottom: .6em;
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1.28em;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--white);
  text-decoration: none;
}

.body {
  background-color: var(--dark-red);
  color: var(--paragraph);
  flex-direction: column;
  font-family: Creato, sans-serif;
  font-size: 16px;
  line-height: 1.62em;
  display: flex;
}

.section-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 11em 1.8em 3em;
  display: flex;
  position: relative;
}

.content {
  width: 100%;
  max-width: 75em;
}

.content._2 {
  z-index: 5;
  flex-direction: column;
  flex: 1;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.block-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-heading-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle {
  color: var(--salmon);
  letter-spacing: .13em;
  text-transform: uppercase;
  background-color: #ff5f5f26;
  border-radius: 50em;
  margin-bottom: 1.5em;
  padding: .7em 1.3em;
  font-size: .63em;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-hero {
  background-image: linear-gradient(140deg, var(--white), var(--pink));
  max-width: 12em;
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: -.15em;
  font-size: 4.75em;
  font-weight: 400;
  line-height: 1.2em;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5.3em 1.8em;
  display: flex;
  position: relative;
}

.section.track {
  height: 400vh;
  padding: 0;
  display: block;
  position: static;
}

.section.small {
  padding-top: 1em;
  padding-bottom: 5.3em;
}

.section.packages {
  display: none;
}

.content-narrow {
  width: 100%;
  max-width: 48.7em;
  margin-left: auto;
  margin-right: auto;
}

.content-narrow.template {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.heading-template {
  background-image: linear-gradient(140deg, var(--white), var(--pink));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 2.37em;
  line-height: 1.1em;
}

.rich-text-block h2 {
  line-height: 1.16em;
}

.grid-button {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  justify-content: start;
  place-items: center;
  margin-top: 2em;
}

.button {
  background-color: #0000;
  background-image: linear-gradient(20deg, var(--red), var(--salmon));
  box-shadow: 0 7px 80px -12px var(--salmon), inset 0 0 0 0 var(--maroon), inset 0 0 0 0 var(--maroon);
  color: var(--white);
  text-align: center;
  letter-spacing: .025em;
  border-radius: 50em;
  padding: .9em 1.8em;
  font-size: 1.12em;
  line-height: 1.2em;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  box-shadow: 0 0 0 -10px var(--salmon), inset -15px 13px 30px 0 var(--maroon-2), inset 20px -55px 30px 0 var(--maroon-2);
}

.button.small {
  padding: .8em 1.6em;
  font-size: 1em;
}

.button.submit {
  border-radius: .62em;
  font-weight: 500;
}

.nav-bar {
  z-index: 500;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .7em 2.2em 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-block {
  border: 1px solid var(--maroon-2-2);
  background-color: var(--black-maroon);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 50em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 74em;
  padding: .6em .65em;
  display: flex;
}

.nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  height: 1.6em;
}

.brand {
  filter: grayscale(35%);
  margin-left: .6em;
  margin-right: .6em;
  padding: 0 .4em;
  transition: filter .2s;
  top: -6px;
}

.brand:hover {
  filter: grayscale(0%);
}

.brand.w--current {
  filter: grayscale(31%);
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--paragraph);
  letter-spacing: .025em;
  padding: .7em 1.1em;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2em;
  transition: color .2s;
}

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

.block-nav-button {
  grid-column-gap: .55em;
  grid-row-gap: .55em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button {
  background-color: var(--maroon-3);
  color: var(--white);
  letter-spacing: .025em;
  border-radius: 50em;
  padding: .7em 1.4em;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2em;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
}

.nav-button:hover {
  box-shadow: 0 5px 40px -10px var(--red), inset 7px -19px 20px 0 var(--red), inset 20px -55px 12px 0 #eb0000ad;
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 11em 1.8em 6vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.paragraph-hero {
  max-width: 33em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.125em;
  line-height: 1.7em;
}

.block-img-hero {
  perspective: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  background-color: var(--maroon-3);
  perspective: 1300px;
  border-radius: 1.2em;
  align-items: stretch;
  width: 100%;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper.height {
  height: 700px;
}

.wrapper.height._2 {
  height: 100%;
}

.wrapper.stick {
  position: sticky;
  top: 90px;
}

.blurred-colour {
  z-index: 0;
  background-color: var(--salmon);
  opacity: 0;
  filter: blur(30px);
  border-radius: 100%;
  width: 70%;
  height: 70%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.blurred-colour.overlay {
  z-index: 50;
  filter: blur(80px);
  background-color: #ffcdcd1a;
}

.blurred-colour.small-blur {
  filter: blur(5px);
}

.content-wrapper {
  z-index: 10;
  background-color: var(--transparent-background);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border-radius: 1.2em;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.content-wrapper.horizontal {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  align-items: flex-end;
  display: flex;
}

.image-hero {
  z-index: 5;
  position: relative;
}

.red-gradient-hero {
  z-index: -10;
  background-image: url('../images/Dark-Mask---Down.png'), radial-gradient(circle farthest-corner at 50% -360%, var(--dark-red) 84%, var(--salmon) 93%, white);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  width: 100%;
  position: absolute;
  inset: 30% 0% 0%;
}

.section-clients {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 1.8em 5.3em;
  display: flex;
  position: relative;
}

.block-heading {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.5em;
  display: flex;
}

.grid-features {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  grid-template-rows: auto;
  align-items: start;
}

.grid-features.gap {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  grid-template-rows: auto auto auto;
}

.feature {
  flex-direction: column;
  align-items: flex-start;
  padding: 3.7em;
  display: flex;
}

.feature.large {
  perspective: 1300px;
  justify-content: flex-start;
  position: relative;
}

.image-feature {
  border-radius: 1em;
  width: 100%;
  margin-bottom: .5em;
}

.image-feature.large {
  z-index: 5;
  border: 1px none var(--maroon-2-2);
  width: 40%;
  transform-style: preserve-3d;
  border-radius: 1.2em;
  position: absolute;
  inset: 0% 0% -15% 54%;
  overflow: hidden;
  transform: rotateX(10deg)rotateY(-20deg)rotateZ(12deg);
}

.image-feature.ratio {
  height: 305px;
}

.paragraph-feature {
  max-width: 24.5em;
  margin-top: 0;
  margin-bottom: 1em;
}

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

.text-feature-large {
  z-index: 70;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.red-gradient {
  z-index: -10;
  background-image: url('../images/Dark-Mask---Down.png'), radial-gradient(circle farthest-corner at 50% -360%, var(--dark-red) 85%, var(--salmon) 93%, white);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  width: 100%;
  position: absolute;
  inset: 3% 0% 20%;
}

.project-image {
  object-fit: cover;
  width: 1000px;
  height: 100%;
}

.collection-item {
  cursor: none;
  flex: none;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.arrow-image {
  filter: invert();
  width: 26px;
}

.lightbox-link {
  color: #000;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list {
  display: flex;
}

.wrapper-2 {
  width: 100%;
}

.margin-50px {
  margin-top: 50px;
}

.play-circle {
  z-index: 10;
  background-color: #000;
  background-image: linear-gradient(to bottom, var(--button-box), var(--transparent-background));
  opacity: .93;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  text-align: center;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.portfolio-content {
  color: #000;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.grid-services {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.service {
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.icon-service {
  width: 3em;
  height: 3em;
  margin: 1em;
}

.icon-service.no-left-padding {
  margin-left: 0;
}

.heading-service {
  margin-top: .5em;
  margin-bottom: -.2em;
}

.paragraph-service {
  max-width: 16em;
  margin-top: .5em;
  margin-bottom: 0;
}

.banner {
  perspective: 1300px;
  justify-content: center;
  align-items: center;
  padding: 4.6em 3.7em;
  display: flex;
  position: relative;
}

.block-banner {
  z-index: 70;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-banner {
  max-width: 11em;
}

.paragraph-banner {
  max-width: 25em;
  margin-bottom: 2.2em;
  font-size: 1.125em;
  line-height: 1.7em;
}

.image-banner {
  z-index: 5;
  width: 60%;
  position: absolute;
  inset: auto -27% auto auto;
}

.image-banner._2 {
  width: 30%;
  inset: 0% auto auto 0%;
}

.image-banner._3 {
  z-index: 4;
  opacity: .5;
  filter: blur(20px);
  width: 90%;
  inset: auto -46% auto auto;
}

.image-banner._4 {
  z-index: 4;
  opacity: .5;
  filter: blur(20px);
  width: 90%;
  inset: -42% auto auto -37%;
}

.section-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 5.3em 1.8em 0;
  display: flex;
  position: relative;
}

.grid-footer {
  grid-column-gap: 1.4em;
  grid-template-rows: auto;
  grid-template-columns: 2.4fr 1fr 1fr 1fr;
  margin-bottom: 4em;
}

.block-footer-down {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.block-footer {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-footer {
  max-width: 22em;
  margin-bottom: 1.6em;
}

.logo-footer {
  filter: grayscale(31%);
  height: 1.6em;
  margin-bottom: 1.8em;
  transition: filter .2s;
}

.logo-footer:hover {
  filter: grayscale(0%);
}

.link-block {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--maroon-2-2);
  color: var(--paragraph);
  border-radius: .94em;
  align-items: center;
  padding: .7em 1.2em;
  font-weight: 500;
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .46, .45, .94), box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.link-block:hover {
  box-shadow: inset 20px -55px 20px 0 var(--red), inset -18px 9px 20px 0 var(--maroon-3), 0 5px 50px -12px var(--maroon-2-2);
  color: var(--white);
}

.icon-link {
  mix-blend-mode: screen;
  width: 1.25em;
  height: 1.25em;
}

.link-text {
  line-height: 1.25em;
}

.subtitle-footer {
  color: var(--pink);
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 2.2em;
  font-size: .63em;
  font-weight: 500;
  line-height: 1.2em;
}

.link-footer {
  color: var(--paragraph);
  padding-top: .2em;
  padding-bottom: .2em;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: var(--white);
}

.text-footer-down {
  color: var(--pink);
}

.heading-feature {
  max-width: 12em;
  margin-top: 0;
  margin-bottom: .25em;
}

.grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  align-items: center;
}

.work {
  z-index: 10;
  perspective: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
  transform: perspective(1534px);
}

.image-app {
  z-index: 10;
  border: 1px solid var(--maroon-2);
  width: 55%;
  transform-style: preserve-3d;
  border-radius: 1.2em;
  margin-top: -5%;
  margin-left: -35%;
  position: relative;
  transform: rotateX(10deg)rotateY(-20deg)rotateZ(12deg);
}

.image-app._2 {
  z-index: 5;
  margin-top: -16%;
  margin-left: 23%;
}

.image-app._3 {
  margin-top: -27%;
  margin-left: -27%;
}

.block {
  z-index: 50;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3.7em;
  padding-bottom: 3.7em;
  display: flex;
  position: relative;
}

.block-heading-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  max-width: 25em;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.long {
  max-width: 30em;
}

.process {
  align-items: flex-start;
  display: flex;
}

.process-grid {
  grid-row-gap: 1px;
  grid-template-rows: auto auto auto;
}

.list {
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-process {
  width: 2em;
  height: 2em;
}

.digits {
  z-index: 10;
  height: 80px;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.counter {
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 90px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.counter._2 {
  width: 220px;
}

.counter._3 {
  width: 200px;
}

.counter._4 {
  width: 130px;
}

.counter._1 {
  width: 90px;
}

.tb-digit {
  background-image: linear-gradient(140deg, var(--white), var(--pink));
  color: #000;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Creato, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.sign-small {
  text-align: center;
  margin-top: 40px;
  font-size: 70px;
  line-height: 80px;
}

.sign-small.m {
  background-image: linear-gradient(to bottom, var(--white), var(--pink));
  color: #000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 12px;
}

.numbers {
  margin-top: 60px;
  display: flex;
}

.title-3 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Creato, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
}

.title-3.count {
  background-image: linear-gradient(140deg, var(--white), var(--pink));
  text-align: center;
  font-family: Creato, sans-serif;
}

.counter-numbers {
  padding-top: 12px;
  transform: translate(0);
}

.number {
  border-right: 1px solid #81818b4d;
  width: 25%;
  padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
}

.number.last {
  border-right-width: 0;
}

.grid-reviews {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  align-items: start;
}

.block-reviews {
  flex-direction: column;
  display: flex;
}

.review {
  flex-direction: column;
  align-items: flex-start;
  padding: 2.7em 3.2em;
  display: flex;
}

.paragraph-review {
  margin-top: 0;
  margin-bottom: 1em;
}

.review-info {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  align-items: center;
  display: flex;
}

.avatar-review {
  width: 2.9em;
  height: 2.9em;
}

.block-review-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-subtitle {
  font-size: .87em;
  line-height: 1.2em;
}

.review-name {
  margin-top: 0;
  margin-bottom: 0;
}

.alt-text {
  color: var(--button-box);
}

.service-overview {
  position: sticky;
  top: 90px;
}

.title-4 {
  background-image: linear-gradient(140deg, var(--white), var(--pink));
  color: var(--paragraph);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: .5em;
  margin-bottom: 1em;
  font-family: Creato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.button-2 {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 19px;
  height: 38.5px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: background-color .2s, color .2s;
  position: relative;
}

.button-2:hover {
  color: #fff;
  background-color: #000;
}

.side-block {
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
  overflow: visible;
}

.service-info-image {
  object-fit: contain;
  width: 350px;
  height: 350px;
}

.service-info-image._2 {
  width: 250px;
  height: 250px;
}

.utility-right {
  width: 100%;
}

.reason {
  margin-bottom: 10px;
  display: flex;
}

.button-box {
  margin-top: 20px;
}

.post-block {
  padding-top: 0;
}

.service-info {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.post-heading-box {
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reason-icon {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 30px;
  height: 30px;
  margin-right: 3%;
}

.utility-left-column {
  flex: 1;
  margin-right: 3%;
  padding-right: 20px;
  position: relative;
}

.reasons {
  margin-top: 20px;
}

.paragraph-medium {
  font-size: 18px;
  line-height: 23px;
}

.title-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.title-2.small {
  font-size: 35px;
}

.flex-service-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-panel {
  padding: 2.1em;
}

.bold-text {
  font-family: Creato, sans-serif;
}

.pricing-button-box {
  text-align: left;
}

.pricing-subtitle {
  color: var(--paragraph);
  font-size: 16px;
  line-height: 21px;
}

.faq-arrow {
  filter: invert();
  width: 14px;
  margin-bottom: 5px;
}

.pricing-box {
  background-color: #c903030f;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 8%;
  display: flex;
  overflow: hidden;
}

.pricing-box.popular {
  background-color: #c903033b;
  position: relative;
}

.price {
  margin-bottom: 10px;
  font-family: Creato, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

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

.accordion-item-trigger {
  color: #000;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.pricing-subtitle-box {
  margin-bottom: 40px;
}

.badge-text {
  background-color: #000;
  background-image: linear-gradient(to bottom, var(--maroon-2-2), var(--maroon-2-2));
  color: #fff;
  width: 124px;
  padding: 3px 30px 3px 39px;
  font-family: Creato, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(29px, 12px)rotate(40deg);
}

.small {
  font-size: 12px;
}

.pricing-detail-item {
  color: var(--paragraph);
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.accordion-wrapper {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}

.divider-line {
  background-color: #afafaf;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.full-width-item {
  flex: 1;
}

.open-close {
  border-radius: 3px;
  height: 28px;
  margin-left: 9px;
  display: block;
  position: relative;
}

.pricing-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
  position: relative;
}

.pricing-flex.marketing {
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Creato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
}

.pricing-expand {
  flex: 1;
}

.button-pricing {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  width: 100%;
  height: 38.5px;
  padding-top: 11px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  transition: background-color .2s, color .2s;
}

.button-pricing:hover {
  color: #fff;
  background-color: #000;
  font-weight: 700;
}

.pricing-overview {
  color: var(--paragraph);
  margin-bottom: 7px;
  font-size: 15px;
}

.pricing-heading {
  margin-bottom: 40px;
}

.portfolio-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr;
}

.portfolio-post {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 2em;
  display: flex;
}

.link-post-thumbnail {
  border: 1px solid var(--maroon);
  border-radius: 1em;
  width: 100%;
  margin-bottom: 1em;
  transition: border-color .4s;
}

.link-post-thumbnail:hover {
  border-color: var(--button-box);
}

.image-portfolio-thumbnail {
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 18em;
  margin-bottom: 40px;
}

.category {
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .63em;
  line-height: 1.2em;
}

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

.post-button {
  margin-top: auto;
}

.link-circle {
  background-color: var(--maroon-3);
  width: 2.75em;
  height: 2.75em;
  color: var(--paragraph);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: color .4s, box-shadow .4s;
  display: flex;
  position: relative;
}

.link-circle:hover {
  box-shadow: 0 5px 50px -12px var(--red), inset -18px 9px 20px 0 var(--salmon), inset 27px -53px 20px 0 var(--red);
  color: var(--white);
}

.icon-circle-arrow {
  mix-blend-mode: screen;
  width: 1em;
  height: 1em;
}

.text-link-circle {
  min-width: 8ch;
  font-weight: 500;
  position: absolute;
  left: 3.4em;
}

.heading-portfolio {
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 2em;
}

.block-contact {
  width: 100%;
  max-width: 45.5em;
  margin-left: auto;
  margin-right: auto;
}

.contact {
  padding: 3.7em;
}

.form-block {
  margin-bottom: 0;
}

.form {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.field-group {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.field {
  flex: 1;
  width: 100%;
}

.field-label {
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: .9em;
  font-size: .63em;
  line-height: 1.2em;
}

.colour-label {
  color: var(--salmon);
}

.text-field {
  border: 1px solid var(--maroon-3);
  background-color: var(--transparent-background);
  letter-spacing: .025em;
  border-radius: .62em;
  height: 3.75em;
  margin-bottom: 1.6em;
  padding: .8em 1.12em;
  font-size: 1em;
  line-height: 1.3em;
  transition: border-color .3s;
}

.text-field:focus {
  border-color: var(--red);
}

.text-field::placeholder {
  color: var(--pink);
}

.text-area {
  border: 1px solid var(--maroon-3);
  background-color: var(--transparent-background);
  letter-spacing: .025em;
  border-radius: .62em;
  min-width: 100%;
  max-width: 100%;
  min-height: 16em;
  max-height: 30em;
  padding: 1.1em 1.12em;
  font-size: 1em;
  line-height: 1.5em;
  transition: border-color .3s;
}

.text-area:focus {
  border-color: var(--red);
}

.text-area:focus-visible, .text-area[data-wf-focus-visible] {
  color: var(--paragraph);
}

.text-area::placeholder {
  color: var(--pink);
}

.submission-message {
  background-color: #3ffc4b3d;
  border-radius: 1em;
  padding: 1.4em;
}

.submission-message.error {
  background-color: #fc3f3f1f;
}

.text-submission {
  color: #11ca2aeb;
  font-weight: 500;
}

.text-submission.error {
  color: #ca9011eb;
}

.contact-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
}

.drop-down {
  padding-top: .6em;
  padding-bottom: .6em;
}

.dropdown-toggle {
  padding: 0 0 0;
}

.dropdown-toggle.w--open {
  display: flex;
}

.icon {
  color: var(--pink);
  transform: rotate(-90deg);
}

.dropdown-list {
  background-color: var(--transparent-background);
}

.dropdown-list.w--open {
  border-right: 1px solid var(--maroon-2-2);
  border-bottom: 1px solid var(--maroon-2-2);
  border-left: 1px solid var(--maroon-2-2);
  background-color: var(--black-maroon);
  opacity: 1;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  width: 100%;
  min-width: 13.5em;
  margin-top: 1.2em;
}

.service-button {
  flex-direction: column;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 1em;
  display: flex;
}

@media screen and (max-width: 991px) {
  .body {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .section.track {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    border: 1px solid var(--maroon-2-2);
    background-color: var(--black-maroon);
    color: var(--paragraph);
    border-radius: 1.2em;
    margin-top: .5em;
    padding: .7em 0;
    position: absolute;
    left: 2.2em;
    right: 2.2em;
  }

  .nav-link {
    padding-top: .9em;
    padding-bottom: .9em;
  }

  .nav-button:hover {
    box-shadow: 0 5px 40px -10px var(--red), inset 7px -19px 20px 0 var(--red), inset 20px -55px 12px 0 var(--button-box);
  }

  .menu-button {
    color: var(--pink);
    text-align: left;
    border-radius: 50em;
    padding: .4em .7em;
    font-size: 1.35em;
    line-height: 1em;
    transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94), color .2s;
  }

  .menu-button.w--open {
    box-shadow: inset 20px -55px 20px 0 var(--button-box), inset -15px 13px 20px 0 var(--red), 0 5px 40px -10px var(--red);
    background-color: #0000;
  }

  .section-hero {
    padding-top: 10em;
  }

  .wrapper.height {
    height: 600px;
  }

  .feature {
    padding: 2em;
  }

  .image-feature.ratio {
    height: 190px;
  }

  .collection-item {
    width: 50%;
  }

  .collection-list {
    flex-wrap: wrap;
  }

  .wrapper-2 {
    width: auto;
  }

  .sticky {
    width: auto;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: visible;
  }

  .image-banner._2 {
    left: -11%;
  }

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

  .drop-down, .dropdown-toggle {
    width: 100%;
  }

  .dropdown-list.w--open {
    background-color: var(--transparent-background);
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 5px;
    margin-top: 0;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.height {
    height: 650px;
  }

  .wrapper.stick {
    position: relative;
    top: 0;
  }

  .grid-features.gap {
    flex-direction: column;
    display: flex;
  }

  .image-feature.ratio {
    height: 280px;
  }

  .utility-left-column {
    margin-right: 0%;
    padding-right: 0;
  }

  .flex-service-page {
    display: flex;
  }

  .pricing-flex {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .heading-hero {
    font-size: 3em;
  }

  .section {
    padding: 2em 1em;
  }

  .nav-button {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
  }

  .wrapper.height {
    height: 600px;
  }

  .content-wrapper.horizontal {
    align-items: center;
  }

  .grid-features {
    flex-direction: column;
    display: flex;
  }

  .image-feature.ratio {
    height: 140px;
  }

  .collection-item {
    width: 100%;
  }

  .play-circle {
    display: none;
  }

  .grid-services {
    flex-direction: column;
    display: flex;
  }

  .banner {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .image-banner {
    width: 45%;
    bottom: -3%;
    right: -13%;
  }

  .image-banner._2 {
    width: 20%;
    left: -1%;
  }

  .image-banner._3 {
    width: 75%;
    bottom: -2%;
  }

  .image-banner._4 {
    width: 75%;
    top: -8%;
  }

  .grid-footer {
    flex-direction: column;
    display: flex;
  }

  .block-footer {
    margin-top: 10px;
  }

  .subtitle-footer {
    margin-bottom: 1em;
  }

  .heading-feature {
    font-size: 1.5em;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .work {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .image-app {
    width: 70%;
    margin-left: 10%;
  }

  .numbers {
    flex-direction: column;
  }

  .number {
    border-right-style: none;
    width: 100%;
  }

  .grid-reviews {
    flex-direction: column;
    display: flex;
  }

  .review {
    padding-left: 2em;
    padding-right: 2em;
  }

  .service-info {
    flex-direction: column;
    display: flex;
  }

  .service-info._2 {
    flex-direction: column-reverse;
  }

  .service-panel {
    padding-left: 2em;
    padding-right: 2em;
  }

  .portfolio-grid {
    flex-direction: column;
    display: flex;
  }

  .heading-2 {
    font-size: 3em;
  }

  .contact {
    padding: 2em 1em;
  }

  .field-group {
    flex-direction: column;
  }

  .text-field, .text-area {
    font-size: .8em;
  }
}

#w-node-a5ea3498-5010-dcd1-422a-3ecf965d2e22-a3f04293, #w-node-_0d7678a9-b66a-7c35-bb59-2b75f4c1dbcd-a3f04293, #w-node-_7fbd6596-3c32-113e-359f-36a976037d0a-0c7b6360, #w-node-c3e936c3-d7ee-f2c5-b520-c978d3157c62-0c7b6360 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_576bf138-f148-d32a-6f56-44836322b012-0c7b6360 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_547a4cc5-0ad0-4974-2574-521a51bd3cf3-0c7b6360, #w-node-fa4c0984-fc25-a522-6a00-9097010275ee-0c7b6360, #w-node-_47491a3a-03fc-d1de-99f6-dfccee4b10c1-0c7b6360, #w-node-_09032864-078d-db71-c2cd-112e774a461e-0c7b6360, #w-node-_660be70b-bda7-fdff-4892-878725f2a464-0c7b6360, #w-node-a717d12c-a994-09f9-f447-358b24aa5b88-0c7b6360, #w-node-d27bc4d0-e28f-1254-d322-5825b2f28eed-3d186713, #w-node-e9a5208f-45d7-6b8b-ee0e-bff0c2956690-3d186713, #w-node-_8a97b7de-d2d8-17e4-e613-43a686cee95a-3d186713, #w-node-_00e4bba4-f827-0376-d1b3-37be7928edf0-3d186713, #w-node-_653302c0-ca18-dd16-ce81-cf6255ed8a0c-7306f43f, #w-node-edd1681e-37ce-f7f8-7dcf-abf021c2c8e9-7306f43f, #w-node-_463ce54a-3c66-6bf6-ecc4-22bc7efc464a-7306f43f, #w-node-d47d870d-89b1-1c87-077c-34498a9c428a-7306f43f, #w-node-_358eb82b-6e4f-0fb3-1fee-669b84e96165-7306f43f, #w-node-f49b25ac-90c8-67c9-c9b9-ce1ce2b48f4f-7306f43f, #w-node-a9828e66-ce5d-ce50-9a31-b516c4252fa8-d34f2f94, #w-node-_2fc60950-b230-b19f-3a14-35af3ca69244-d34f2f94, #w-node-_666ab2e8-b2c1-39d3-fcbc-610bb3197074-d34f2f94, #w-node-_67000050-270b-3844-5fa6-aa2f35374f4f-d34f2f94, #w-node-_437ed0a0-74a3-094c-5603-f3dd87329b9f-d34f2f94, #w-node-_1597f526-4ced-6863-820c-46fc76a0b725-d34f2f94, #w-node-_6005a32f-eb85-4e7e-48bf-fef995694a89-d34f2f94, #w-node-_53245b2f-9af6-aff6-10f9-89dd654e6e09-d34f2f94, #w-node-d2895b3c-8ca3-15c5-4dab-1f7208dc0031-d34f2f94, #w-node-edfc1fa0-aa50-c68d-1887-77b720f1a46c-d34f2f94, #w-node-_70755663-2ef2-4f02-6956-cdf593bd4d22-6bd54614, #w-node-_0e3ba616-3d6c-7699-667c-bc2c143605c4-6bd54614, #w-node-d4ae2122-7e27-ba17-bfab-90c9bf90af5e-6bd54614, #w-node-_7ea038d7-29d7-4242-17a6-6a67660b9ef8-6bd54614, #w-node-_2d3cdd17-aaa2-c3b3-f50d-0c0e71800b27-6bd54614, #w-node-_2973972e-5bc3-b0d2-3e17-f96f3d4a2482-6bd54614, #w-node-_7c2aa6c7-8818-7946-db67-10c99cc05e55-6bd54614, #w-node-_5ff57d23-6000-6ecd-0261-aaff4d0e7c79-6bd54614, #w-node-dec90a2d-7817-2424-1d7f-483518ab930f-6bd54614, #w-node-_11a904cb-22cb-7934-19d9-d174e1abafb3-6bd54614, #w-node-_56e5257f-a92c-8ada-4b1c-cdddaff08d39-6bd54614, #w-node-ccac994f-500e-ce19-1e51-71f84c7c1324-6bd54614, #w-node-f8cbd06a-56bf-c35c-29ac-0a8b363d806f-6bd54614, #w-node-dda876f9-37a0-3601-8a23-c9759105464e-6bd54614, #w-node-b9e9ae7b-eff2-f9bb-0288-cd75b1414eff-6bd54614, #w-node-a3c51ce5-4778-36b2-e3d8-3b268337cfca-6bd54614, #w-node-_37e82924-3d78-436a-7d3f-cf7597534208-6bd54614, #w-node-ee605cc2-03da-1338-e09c-e0e47afd2289-6bd54614, #w-node-_38e7c998-d196-52f7-079d-0f8d15f2279b-6bd54614, #w-node-fe0543fa-604f-cf21-47b3-431b4fbf2eda-6bd54614, #w-node-bcaffe1d-de73-37db-7f24-898a55a7a155-6bd54614, #w-node-_1b32b613-5454-0243-e6ee-2e603cf98b4b-6bd54614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Creato';
  src: url('../fonts/CreatoDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato';
  src: url('../fonts/CreatoDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato';
  src: url('../fonts/CreatoDisplay-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creato';
  src: url('../fonts/CreatoDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}