@font-face {
  font-family: 'Tiempos Text';
  src: url('../fonts/tiempos-text-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Soehne';
  src: url('../fonts/soehne-buch.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Unbounded;
  src: url('../fonts/Unbounded-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Unbounded;
  src: url('../fonts/Unbounded-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --soft-black: #121212;
  --black: black;
  --dim-grey: #525252;
  --grey: #212121;
  --silver: #c4c4c4;
  --orange: #ee6723;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: 'Soehne', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Tiempos Text', serif;
  font-size: 104px;
  font-weight: 400;
  line-height: 1.23077;
}

h2 {
  color: #121212;
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Tiempos Text', serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1875;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

a {
  text-decoration: none;
}

li {
  background-image: url('../images/check.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 8px;
  padding-left: 35px;
  line-height: 1.66667;
  list-style-type: none;
}

.faq-item {
  border-bottom: 1px solid #eaeaea;
  flex-direction: column;
  padding-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-menu-title-wrap {
  display: flex;
}

.pricing-box {
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #121212;
  background-image: linear-gradient(#fff, #fff);
  border: 2px solid #fff;
  border-radius: 48px;
  flex-direction: column;
  width: 100%;
  padding: 40px 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 40px #00000014;
}

.faq-question3 {
  grid-column-gap: 12px;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 8px;
  transition: opacity .2s;
  display: flex;
}

.faq-question3:hover {
  opacity: .7;
}

.navbar3 {
  z-index: 3;
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.password-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.password-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.password-form {
  border: 2px solid var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: left;
  border-radius: 72px;
  flex-direction: column;
  align-items: stretch;
  width: 680px;
  max-width: 100%;
  padding: 64px 80px;
  box-shadow: 0 4px 40px #fffc;
}

.hero-content {
  flex-direction: column;
  align-items: center;
  max-width: 1060px;
  display: flex;
}

.hero-heading {
  color: #121212;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #131313, #515151 25%, #212121 60%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 16px;
  font-family: 'Tiempos Text', serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.23077;
}
.hero-heading strong {
  font-weight: 400;
}

.button {
  z-index: 5;
  grid-column-gap: 6px;
  background-color: var(--soft-black);
  color: var(--white);
  background-image: linear-gradient(to right, #212121, #3d3d3d 24%, #212121 50%);
  border-radius: 39px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-family: 'Soehne', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button.alternative {
  background-color: var(--white);
  color: var(--black);
  background-image: none;
}

.button.alternative:hover {
  background-color: #d8d8d8;
}

.button.small {
  min-height: 52px;
  padding: 15px 30px;
  font-size: 18px;
}

.hero-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-icon-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(#fff3, #ffffff1a);
  border: 2px solid #fff;
  border-radius: 32px;
  justify-content: center;
  align-items: stretch;
  width: 108px;
  height: 108px;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 20px #00000014;
}

.hero-icon-wrapper._4 {
  position: absolute;
  inset: auto 0% -40px auto;
  transform: rotate(-7deg);
}

.hero-icon-wrapper._3 {
  width: 90px;
  height: 90px;
  position: absolute;
  inset: -13% 0% auto auto;
  transform: rotate(10deg);
}

.hero-icon-wrapper._1 {
  width: 80px;
  height: 80px;
  position: absolute;
  inset: -12% auto auto 0%;
  transform: rotate(-10deg);
}

.hero-icon-wrapper._2 {
  position: absolute;
  inset: auto auto -30px 0%;
  transform: rotate(12deg);
}

.hero-card-wrapper {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(to right, #fff3, #ffffff1a);
  border: 2px solid #fff;
  border-radius: 48px;
  width: 24%;
  height: 440px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 40px #00000014;
}

.hero-card._2 {
  background-image: linear-gradient(90deg, #fff3, #ffffff1a);
  transform: rotate(5deg);
}

.hero-card._1 {
  transform: rotate(-5deg);
}

.hero-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.hero-section {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/Bg-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.hero-card-overlay {
  background-image: none;
  position: absolute;
  inset: 0%;
}

.hero-heading-wrapper {
  overflow: hidden;
}

.hero-icon-large {
  object-fit: contain;
  width: 150%;
  max-width: 150%;
}

.hero-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-subheading {
  color: var(--dim-grey);
  margin-bottom: 32px;
  font-family: 'Soehne', sans-serif;
  font-size: 20px;
  line-height: 1.66667;
}

.hero-subheading-wrapper {
  overflow: hidden;
}

.hero-background-gradient {
  z-index: -1;
  opacity: .64;
  filter: blur(65px);
  background-image: linear-gradient(to right, #e01e5a 6.69%, #ee6723 21.62% 59.53%, #e01e5a 100%, #e01e5a);
  width: 80%;
  height: 350px;
  position: absolute;
}

.hero-wrapper {
  z-index: 2;
  grid-row-gap: 100px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-button-wrapper {
  overflow: hidden;
}

.page-wrapper {
  background-color: var(--grey);
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.navbar-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.brand-image-mobile {
  display: none;
}

.brand-image {
  height: 50px;
  display: block;
}

.border-button-white {
  grid-column-gap: 6px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 39px;
  justify-content: center;
  align-items: center;
  padding: 13px 24px;
  font-family: 'Soehne', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.border-button-white:hover {
  opacity: .8;
}

.border-button-white:active {
  opacity: .7;
}

.border-button-white.navbar-button {
  flex: none;
  font-family: 'Soehne', sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition-property: all;
}

.border-button-white.navbar-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #212121;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.navbar-button-wrapper {
  grid-column-gap: 6px;
  flex: none;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.brand {
  grid-column-gap: 12px;
  color: #121212;
  flex: none;
  align-items: center;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

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

.navbar-button-wrapper-mobile {
  align-items: center;
  margin-left: auto;
  display: none;
}

.nav-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.nav-link {
  color: #fff;
  padding: 8px 16px 8px 8px;
  font-family: 'Soehne', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  transition: all .2s;
}

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

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

.navbar {
  z-index: 3;
  background-color: var(--soft-black);
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-icon {
  width: 16px;
  height: 16px;
  margin: auto 0;
  inset: 0% -4px 0% auto;
}

.dropdown-link33 {
  color: #212121;
  border-radius: 8px;
  flex: none;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dropdown-link33.w--current {
  color: #0f172b;
}

.nav-dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.dropdown-line {
  background-color: #121212;
  flex: none;
  width: 0;
  height: 2px;
  margin-right: 8px;
  display: block;
}

.dropdown-list {
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #e6eded;
  border-radius: 10px;
  flex-direction: column;
  width: 250px;
  padding: 16px;
  display: none;
  box-shadow: 0 22px 17px #00000012;
}

.dropdown-list.w--open {
  z-index: 4;
  border-color: #e6eded;
  border-radius: 24px;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: 100%;
  bottom: auto;
  right: auto;
}

.dropdown-link {
  color: #212121;
  border-radius: 8px;
  flex: none;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dropdown-link.w--current {
  color: #0f172b;
}

.logo-top-text {
  color: var(--dim-grey);
  margin-bottom: 32px;
  font-family: 'Soehne', sans-serif;
  font-size: 20px;
  line-height: 1.625;
}

.clients {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  filter: grayscale();
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-logo {
  object-fit: contain;
  height: 90px;
}

.logo-bottom-text {
  color: var(--dim-grey);
  margin-top: 48px;
  margin-bottom: 12px;
  font-family: 'Soehne', sans-serif;
  font-size: 20px;
  line-height: 1.625;
}

.video-background {
  background-image: linear-gradient(#fff3, #ffffff1a);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20.8rem;
  padding: 20px;
  box-shadow: 0 4px 40px #00000014;
}

.video-background._3 {
  background-image: linear-gradient(#fff3, #ffffff1a);
  position: relative;
  top: -10%;
}

.video-background._2 {
  position: relative;
  bottom: -5%;
}

.video-background._1 {
  position: relative;
  top: -7%;
}

.best-edits-text-bottom {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
}

.best-edits-grid {
  z-index: 3;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 70px;
  padding-bottom: 65px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.video-wrapper {
  border-radius: 11px;
  overflow: hidden;
}

.best-edits-top-wrapper {
  z-index: 2;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-embedding-small {
  height: 32.4rem;
}

.best-edits-background-gradient {
  background-color: var(--grey);
  background-image: url('../images/background-gradient.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100%;
  position: absolute;
}

.subheading {
  color: var(--dim-grey);
  font-family: 'Soehne', sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.section {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.white-background.no-bottom-padding {
  padding-bottom: 0;
}

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

.section.no-top-padding {
  padding-top: 0;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.background-grid-pattern {
  z-index: 2;
  filter: invert();
  background-image: url('../images/Bg-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.massive-text-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  padding: 160px 15px;
  display: flex;
  position: relative;
}

.massive-text {
  z-index: 5;
  color: var(--white);
  font-family: 'Tiempos Text', serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.11111;
  position: relative;
}

.best-edits-bottom-wrapper {
  z-index: 4;
  margin-bottom: 60px;
  position: relative;
}

.black-text {
  color: var(--soft-black);
  margin-top: 30px;
  font-family: 'Tiempos Text', serif;
  font-weight: 400;
  font-size: 30px;
}

.testimonial-quote {
  color: #fff;
  font-family: 'Soehne', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.26667;
}

.testimonial-navigation {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial-name {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}

.testimonial-stats {
  color: #fff;
  margin-bottom: 30px;
}

.testimonial-slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.testimonial-position {
  color: #c4c4c4;
}

.testimonial-content {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.video-wrapperss {
  border-radius: 11px;
  overflow: hidden;
}

.testimonial-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.highlight-scale {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ee6723, #e01e5a);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 30px;
}

.video-embedding-large {
  width: 20rem;
  height: 36rem;
}

.testimonial-video {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-slide {
  margin-right: 5rem;
}

.testimonial-client {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.testimonial-video-background {
  background-image: linear-gradient(#fff3, #ffffff1a);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-shadow: 0 4px 40px #00000014;
}

.testimonial-arrow {
  border-style: solid;
  border-width: 1px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial-arrow.is-left {
  right: 4rem;
}

.testimonial-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.feature-text {
  color: var(--silver);
}

.feature-box-heading {
  width: 100%;
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  font-weight: 500;
}

.feature-heading {
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
}

.feature-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.features-grid-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

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

.feature-icon {
  width: 3rem;
  height: 3rem;
  color: var(--orange);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-box-text {
  color: var(--silver);
  text-align: left;
  font-size: 18px;
}

.features-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.feature-box {
  grid-column-gap: 16px;
  border: 1px solid var(--silver);
  color: #212121;
  background-image: none;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-family: 'Soehne', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.pricing-name {
  margin-bottom: 6px;
  font-family: 'Soehne', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.18182;
}

.pricing-name.highlight {
  font-size: 24px;
}

.pricing-collection-list {
  width: 100%;
}

.drawbacks {
  color: #212121;
  margin-bottom: 26px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-price {
  letter-spacing: -.6px;
  margin-bottom: 6px;
  font-family: 'Soehne', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1875;
}

.highlight {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ee6723, #e01e5a);
  -webkit-background-clip: text;
  background-clip: text;
}

.benefits {
  color: #212121;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}

.process-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  margin-top: 32px;
  margin-bottom: 72px;
  display: flex;
}

.process {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.pricing-frequency {
  margin-bottom: 32px;
  font-size: 16px;
}

.pricing-info {
  color: #525252;
  margin-bottom: 12px;
  font-size: 16px;
}

.pricing-subheading {
  color: var(--silver);
}

.process-icon {
  color: #ee6723;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.pricing-wrapper {
  width: 100%;
}

.drawback-list-item {
  background-image: url('../images/cross.svg');
  background-size: 25px 25px;
  list-style-type: none;
}

.pricing-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.4px;
  max-width: 1000px;
  font-size: 40px;
  line-height: 1.3;
}

.pricing-heading-wrapper {
  margin-bottom: 32px;
}

.faq-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq-icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.faq-answer-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq-accordion {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--white);
  border-radius: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq-question-wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq-question {
  color: var(--soft-black);
  font-weight: 700;
}

.faq-heading-wrapper {
  margin-bottom: 60px;
}

.icon-social {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-social:hover {
  color: var(--orange);
}

.footer-logo-link {
  width: 15rem;
  padding-left: 0;
}

.footer-credits {
  color: #888;
  text-align: left;
  margin-top: 6px;
  font-size: .975rem;
  text-decoration: none;
}

.footer-link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer-social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-socials-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer-top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer-bottom-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer-link {
  color: var(--white);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

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

.line-divider {
  background-color: #888;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.text-underline {
  text-decoration: underline;
}

.footer {
  z-index: 1;
  background-color: var(--soft-black);
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.hide {
  display: none;
}

._404-heading {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 500;
}

.our-work-heading {
  max-width: 1000px;
  color: var(--soft-black);
  text-align: center;
  letter-spacing: -.4px;
  font-size: 32px;
  line-height: 1.3;
}

.our-work-background-gradient {
  z-index: 0;
  background-color: var(--grey);
  background-image: url('../images/background-gradient.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100%;
  position: absolute;
}

.our-work-top-wrapper {
  z-index: 2;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.our-work-bottom-wrapper {
  z-index: 4;
  margin-bottom: 60px;
  position: relative;
}

.our-work-text-bottom {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
}

.our-work-button-wrapper {
  padding-bottom: 120px;
}

.cta-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25rem;
  display: flex;
  position: relative;
}

.cta-heading {
  z-index: 5;
  width: 50%;
  color: var(--white);
  text-align: center;
  font-family: 'Tiempos Text', serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.1;
  position: relative;
}

._404-section {
  height: 100vh;
  display: flex;
  overflow: hidden;
}

._404-content-wrap {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding: 100px;
  display: flex;
}

._404-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 520px;
  display: flex;
}

._404-text {
  color: var(--dim-grey);
  margin-top: 12px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.54545;
}

._404-image {
  background-image: url('../images/404.svg'), linear-gradient(135deg, #212121, #3d3d3d 35%, #212121 82%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 80%, auto;
  width: 50%;
}

.field-label {
  color: var(--grey);
  margin-bottom: 14px;
  margin-left: 2px;
  font-size: 16px;
  font-weight: 600;
}

.text-field {
  border: 1px solid #fff0;
  border-radius: 80px;
  width: 100%;
  height: 52px;
  margin-bottom: 20px;
  padding: 14px 20px;
  line-height: 1.3;
  box-shadow: 0 4px 40px #fffc;
}

.degrade {
  z-index: -1;
  opacity: .64;
  filter: blur(65px);
  width: 100%;
  height: 400px;
  position: absolute;
}

.background-pattern {
  z-index: -999;
  background-image: url('../images/Bg-Pattern_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.our-work-grid {
  z-index: 3;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template: ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 "Area Area Area"
                 / .5fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
  padding-top: 70px;
  padding-bottom: 65px;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

.pricing_image {
  max-width: 90%;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.video {
  margin-top: 18px;
}

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

.container-3 {
  margin-top: 36px;
}

.heading-2 {
  color: #000;
  text-align: center;
  font-size: 22px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

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

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

.code-embed {
  margin-bottom: 83px;
}

.section-2 {
  margin-bottom: 75px;
}

@media screen and (min-width: 1280px) {
  .border-button-white.navbar-button {
    font-size: 16px;
  }

  .nav-menu {
    grid-column-gap: 8px;
  }

  .nav-link {
    font-size: 16px;
  }

  .pricing-info {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-button-wrapper, .nav-menu {
    grid-column-gap: 12px;
  }

  .best-edits-text-bottom {
    inset: auto 0% 11%;
  }

  .benefits {
    margin-bottom: 0;
  }

  .our-work-text-bottom {
    inset: auto 0% 11%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    background-image: url('../images/Bg-Pattern.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .hero-background-gradient {
    width: 48%;
  }

  .best-edits-text-bottom, .our-work-text-bottom {
    bottom: 23%;
  }
}

@media screen and (max-width: 991px) {
  .pricing-box {
    align-items: flex-start;
  }

  .faq-question3:hover {
    opacity: 1;
  }

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

  .hero-heading {
    font-size: 56px;
  }

  .button {
    padding: 16px 24px;
    font-size: 16px;
  }

  .hero-icon-wrapper {
    border-radius: 16px;
    width: 100px;
    height: 100px;
    padding: 14px;
  }

  .hero-icon-wrapper._4 {
    width: 70px;
    height: 70px;
  }

  .hero-icon-wrapper._3 {
    width: 50px;
    height: 50px;
    top: -70px;
  }

  .hero-icon-wrapper._1 {
    width: 60px;
    height: 60px;
    top: -70px;
  }

  .hero-icon-wrapper._2 {
    width: 70px;
    height: 70px;
  }

  .hero-card {
    height: 240px;
  }

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

  .hero-subheading {
    font-size: 20px;
  }

  .hero-subheading-wrapper {
    width: 80%;
  }

  .hero-background-gradient {
    filter: blur(35px);
    display: block;
  }

  .hero-wrapper {
    z-index: 1;
  }

  .navbar-container {
    padding: 16px;
  }

  .navigation-right {
    grid-column-gap: 16px;
  }

  .navbar-button-wrapper {
    display: none;
  }

  .link-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #dedede;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 16px;
    margin-right: auto;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .menu-button-icon.close {
    display: none;
  }

  .navbar-button-wrapper-mobile {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
    display: flex;
  }

  .nav-menu {
    z-index: 999999999;
    background-color: #000;
    flex-direction: column;
    align-items: stretch;
    padding: 24px 16px 48px;
    position: absolute;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-link.w--current {
    color: #0f172b;
  }

  .menu-button {
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    padding: 0;
    display: flex;
    position: relative;
  }

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

  .menu-button-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

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

  .nav-dropdown-icon {
    right: 0;
  }

  .dropdown-link33 {
    border-bottom: 1px solid #dedede;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.5;
  }

  .dropdown-link33:hover {
    background-color: #0000;
  }

  .nav-dropdown {
    border-bottom: 1px solid #dedede;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 16px;
    margin-right: auto;
    padding-right: 0;
  }

  .dropdown-line {
    display: none;
  }

  .dropdown-list.w--open {
    width: 100%;
    box-shadow: none;
    background-color: #000;
    border-style: none;
    border-radius: 0;
    margin-top: 16px;
    padding: 0 0 16px 16px;
    position: relative;
  }

  .dropdown-link {
    color: #fff;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.5;
  }

  .dropdown-link:hover {
    background-color: #0000;
  }

  .dropdown-text {
    font-family: 'Soehne', sans-serif;
    font-weight: 400;
  }

  .logo-top-text {
    font-size: 18px;
  }

  .clients {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .client-logo {
    width: 100px;
    height: 60px;
  }

  .logo-bottom-text {
    font-size: 18px;
  }

  .video-background._3, .video-background._2 {
    position: static;
  }

  .best-edits-grid {
    grid-column-gap: 1rem;
    flex-flow: wrap;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .best-edits-background-gradient {
    top: 5%;
  }

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

  .section.no-bottom-padding-tablet {
    padding-bottom: 0;
  }

  .background-grid-pattern {
    opacity: .6;
    background-size: cover;
    display: block;
  }

  .testimonial-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .testimonial-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .features-grid-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 48px;
  }

  .features-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr;
  }

  .feature-box {
    font-size: 16px;
  }

  .drawbacks {
    margin-bottom: 0;
  }

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

  .benefits {
    margin-bottom: 0;
  }

  .process-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 37px;
    flex-direction: row;
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: grid;
  }

  .pricing-subheading {
    text-align: center;
  }

  .pricing-heading {
    max-width: none;
    font-size: 30px;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-work-heading {
    max-width: none;
    font-size: 60px;
  }

  .our-work-background-gradient {
    top: 1%;
  }

  .cta-wrapper {
    margin-top: 0;
  }

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

  ._404-section {
    flex-direction: column-reverse;
  }

  ._404-content-wrap {
    width: 100%;
    height: 50%;
    padding: 64px;
  }

  ._404-content {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  ._404-image {
    width: 100%;
    height: 50%;
  }

  .degrade {
    filter: blur(35px);
    display: block;
  }

  .background-pattern {
    opacity: .6;
    background-size: cover;
    display: block;
  }

  .our-work-grid {
    grid-column-gap: 1rem;
    flex-flow: wrap;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .pricing_image {
    max-width: 100%;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-4 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .footer-menu-title-wrap {
    cursor: pointer;
    border-bottom: 1px solid #c4c4c4;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .pricing-box {
    align-items: stretch;
  }

  .hero-heading {
    text-align: center;
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 1.26667;
  }

  .button {
    padding: 16px 24px;
    font-size: 16px;
  }

  .hero-icon-wrapper._4 {
    inset: 50% 0% auto auto;
  }

  .hero-icon-wrapper._3 {
    padding: 8px;
    top: -10%;
  }

  .hero-icon-wrapper._1 {
    width: 50px;
    height: 50px;
    padding: 8px;
    top: -10%;
  }

  .hero-icon-wrapper._2 {
    width: 50px;
    height: 50px;
    padding: 9px;
    bottom: 50%;
  }

  .hero-card {
    border-radius: 24px;
    height: 175px;
  }

  .hero-section {
    background-image: url('../images/Bg-Pattern.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .hero-content-wrapper {
    position: static;
  }

  .hero-subheading {
    text-align: center;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.5;
  }

  .hero-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .brand-image-mobile {
    width: 400px;
    display: block;
  }

  .brand-image {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .navbar-button-wrapper-mobile {
    align-items: stretch;
  }

  .clients {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .client-logo {
    height: 50px;
  }

  .best-edits-text-bottom {
    inset: auto 0% 0%;
  }

  .best-edits-grid {
    flex-direction: column;
    align-items: center;
  }

  .best-edits-top-wrapper {
    width: 100%;
  }

  .best-edits-background-gradient {
    top: 5%;
  }

  .background-grid-pattern {
    background-size: auto;
  }

  .testimonial-quote {
    font-size: 20px;
  }

  .testimonial-navigation {
    display: none;
    inset: 0% auto auto 0%;
  }

  .testimonial-slider {
    padding-bottom: 0;
  }

  .testimonial-content {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-arrow {
    bottom: 0;
    left: auto;
    right: 0%;
  }

  .testimonial-arrow.is-left {
    right: 3.5rem;
  }

  .feature-text, .feature-box-heading {
    font-size: 18px;
  }

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

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

  .features-grid {
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
    display: flex;
  }

  .feature-icon {
    flex: none;
  }

  .feature-box-text {
    font-size: 16px;
  }

  .process-wrapper {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .process-icon {
    flex: none;
  }

  .faq-icon-wrapper {
    width: 1.75rem;
  }

  .faq-answer-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 18px;
  }

  .faq-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq-question-wrapper {
    padding: 1rem 1.25rem;
  }

  .footer-credits {
    margin-top: 1rem;
  }

  .footer-link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-auto-flow: row;
    place-items: center;
    padding-bottom: 1rem;
    display: flex;
  }

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

  .our-work-heading {
    font-size: 40px;
  }

  .our-work-background-gradient {
    top: 1%;
  }

  .our-work-top-wrapper {
    width: 100%;
  }

  .our-work-text-bottom {
    inset: auto 0% 0%;
  }

  .cta-heading {
    width: 70%;
  }

  ._404-text {
    margin-bottom: 24px;
  }

  .our-work-grid {
    flex-direction: column;
    align-items: center;
  }

  .pricing_image {
    max-width: 100%;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }
}

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

  .pricing-box {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-content {
    width: 100%;
  }

  .hero-heading {
    font-size: 40px;
  }

  .hero-card-image {
    object-fit: cover;
  }

  .hero-icon-wrapper._4 {
    width: 50px;
    height: 50px;
  }

  .hero-icon-wrapper._3 {
    top: -8%;
  }

  .hero-icon-wrapper._2 {
    bottom: 32%;
  }

  .hero-card {
    height: 125px;
  }

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

  .hero-subheading {
    font-size: 18px;
  }

  .hero-subheading-wrapper {
    width: 80%;
  }

  .navbar-button-wrapper {
    display: none;
  }

  .logo-top-text {
    text-align: center;
    font-size: 18px;
  }

  .clients {
    flex-direction: row;
    grid-auto-columns: 1fr;
  }

  .logo-bottom-text {
    font-size: 18px;
  }

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

  .best-edits-background-gradient {
    background-color: var(--grey);
    height: 100%;
    top: 9%;
  }

  .subheading {
    font-size: 18px;
  }

  .background-grid-pattern {
    background-image: url('../images/MobileBg-Pattern.svg');
    background-position: 50%;
    background-size: auto;
  }

  .massive-text {
    z-index: 5;
    font-size: 55px;
    position: relative;
  }

  .black-text {
    font-size: 20px;
  }

  .testimonial-content {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .video-embedding-large {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .testimonial-video-background {
    padding: 0;
  }

  .features-grid-bottom {
    grid-template-columns: 1fr;
  }

  .features-grid {
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   / 2fr;
    display: flex;
  }

  .feature-box {
    border-radius: 8px;
    flex-direction: column;
    padding: 16px;
  }

  .pricing-name {
    font-size: 20px;
  }

  .drawbacks, .benefits {
    font-size: 16px;
  }

  .process-wrapper {
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: minmax(200px, .25fr);
    grid-auto-flow: row;
    align-items: stretch;
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
  }

  .pricing-info {
    margin-bottom: 14px;
  }

  .process-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

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

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

  .footer-bottom-wrapper {
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .our-work-background-gradient {
    background-color: var(--grey);
    height: 100%;
    top: 1%;
  }

  .cta-heading {
    width: 90%;
  }

  ._404-content-wrap {
    padding: 16px;
  }

  ._404-text {
    font-size: 16px;
  }

  .background-pattern {
    background-image: url('../images/MobileBg-Pattern.svg');
    background-position: 50%;
    background-size: auto;
  }

  .pricing_image {
    max-width: 100%;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .heading {
    margin-left: 5px;
    padding-right: 5px;
    font-size: 20px;
  }

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

  .container-4 {
    max-width: none;
  }
}

#w-node-_5480b614-28e2-d2cf-9172-c3b9cd08b843-2670b86a, #w-node-_5480b614-28e2-d2cf-9172-c3b9cd08b846-2670b86a, #w-node-_5480b614-28e2-d2cf-9172-c3b9cd08b849-2670b86a, #w-node-_5260f7bb-24ab-0baf-2e48-e5194dbd79d3-2670b86a, #w-node-_5260f7bb-24ab-0baf-2e48-e5194dbd79da-2670b86a, #w-node-_5260f7bb-24ab-0baf-2e48-e5194dbd79e0-2670b86a, #w-node-_5260f7bb-24ab-0baf-2e48-e5194dbd79e6-2670b86a, #w-node-_08e791ea-1b7d-dc9f-7fad-58bed2d091d4-2670b86a, #w-node-_08e791ea-1b7d-dc9f-7fad-58bed2d091f4-2670b86a, #w-node-_08e791ea-1b7d-dc9f-7fad-58bed2d09215-2670b86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c6e5ff0-489c-820d-5a3b-988dc2103d18-c2103d15 {
  justify-self: start;
}

#w-node-_0c6e5ff0-489c-820d-5a3b-988dc2103d23-c2103d15 {
  justify-self: end;
}

#w-node-a57eb324-8b6b-0be0-3a4e-eb72dce04cd3-76fbdd5f, #w-node-_18e6241a-d15f-4ff0-eaf1-f53f3897650f-76fbdd5f, #w-node-_7587d65a-4bd7-8d16-1ed4-3854447e4db6-76fbdd5f, #w-node-_12c1a9fd-04e3-a881-e984-34dd47ba53b5-76fbdd5f, #w-node-_1be637ca-dc8b-1cb4-1f24-80e268d32bab-76fbdd5f, #w-node-_0160e5d3-40f5-1a6c-b420-18257e60faf9-76fbdd5f, #w-node-_76c5ee72-af18-bcab-a36e-2882b8817c12-76fbdd5f, #w-node-dba5abe2-dd47-a237-501f-0f5b3068ce93-76fbdd5f, #w-node-d3c79b72-2645-ab1e-67da-82247cfbf97e-76fbdd5f, #w-node-_016ae21a-4fe4-fe8f-0b1e-a95587af446e-76fbdd5f, #w-node-_767c6c5d-97c7-5045-6c72-47dadc89d989-76fbdd5f, #w-node-_17ae35e8-40b7-ab54-f433-574325f0aa97-76fbdd5f, #w-node-b95018d0-fb83-c7eb-8b35-81909ddfc513-76fbdd5f, #w-node-_0d8a6eff-783a-e8b1-7306-15a196c6b96e-76fbdd5f, #w-node-e67fd68d-7c36-caaf-94dd-7fea682b9256-76fbdd5f, #w-node-a57eb324-8b6b-0be0-3a4e-eb72dce04cd3-01d77c15, #w-node-_76c5ee72-af18-bcab-a36e-2882b8817c12-01d77c15, #w-node-dba5abe2-dd47-a237-501f-0f5b3068ce93-01d77c15, #w-node-d3c79b72-2645-ab1e-67da-82247cfbf97e-01d77c15, #w-node-_016ae21a-4fe4-fe8f-0b1e-a95587af446e-01d77c15, #w-node-_767c6c5d-97c7-5045-6c72-47dadc89d989-01d77c15, #w-node-_17ae35e8-40b7-ab54-f433-574325f0aa97-01d77c15, #w-node-b95018d0-fb83-c7eb-8b35-81909ddfc513-01d77c15, #w-node-_0d8a6eff-783a-e8b1-7306-15a196c6b96e-01d77c15, #w-node-e67fd68d-7c36-caaf-94dd-7fea682b9256-01d77c15, #w-node-e67fd68d-7c36-caaf-94dd-7fea682b9259-01d77c15, #w-node-e67fd68d-7c36-caaf-94dd-7fea682b925c-01d77c15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94e0ce03-aed7-f37f-b5d0-b7e01f5aacaa-01d77c15 {
  grid-area: Area;
  place-self: center;
}

#w-node-_5aa2edd2-9adc-fd46-51d3-bb775da52645-21e26cc3, #w-node-_5aa2edd2-9adc-fd46-51d3-bb775da52648-21e26cc3, #w-node-_5aa2edd2-9adc-fd46-51d3-bb775da5264b-21e26cc3, #w-node-_58c651cb-351f-ae7d-c7fb-db3a9e9b73ee-21e26cc3, #w-node-_58c651cb-351f-ae7d-c7fb-db3a9e9b73f1-21e26cc3, #w-node-_58c651cb-351f-ae7d-c7fb-db3a9e9b73f4-21e26cc3, #w-node-_8c824f38-ee96-182c-bea3-435d0fcda344-21e26cc3, #w-node-_8c824f38-ee96-182c-bea3-435d0fcda347-21e26cc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5260f7bb-24ab-0baf-2e48-e5194dbd79cb-2670b86a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_08e791ea-1b7d-dc9f-7fad-58bed2d091bb-2670b86a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_0c6e5ff0-489c-820d-5a3b-988dc2103d18-c2103d15, #w-node-_0c6e5ff0-489c-820d-5a3b-988dc2103d23-c2103d15 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_318671f0-c61e-9bfb-7603-56d36b76cfca-2670b86a, #w-node-_318671f0-c61e-9bfb-7603-56d36b76cfce-2670b86a, #w-node-_318671f0-c61e-9bfb-7603-56d36b76cff5-2670b86a, #w-node-_318671f0-c61e-9bfb-7603-56d36b76cff9-2670b86a, #w-node-_318671f0-c61e-9bfb-7603-56d36b76d021-2670b86a, #w-node-_318671f0-c61e-9bfb-7603-56d36b76d025-2670b86a {
    order: -9999;
  }

  #w-node-_68f4c992-2af5-ee6c-ba49-a234020f60e4-c2103d15 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0c6e5ff0-489c-820d-5a3b-988dc2103d30-c2103d15 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0c6e5ff0-489c-820d-5a3b-988dc2103d18-c2103d15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}