@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --purple: #813efb;
  --grey-2: #17171b;
  --grey: #99a1ba;
  --black: black;
}

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

body {
  color: #333;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

a {
  color: #813efc;
}

.header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -720px;
  margin-bottom: 60px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header.return-policy {
  min-height: 70vh;
  margin-top: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
}

.container-flex {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.container-flex.return {
  align-items: flex-start;
  max-width: 720px;
}

.paragraph {
  color: #fff;
  text-align: center;
  max-width: 680px;
  margin-bottom: 36px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph.left-align {
  text-align: left;
  margin-bottom: 0;
}

.nav {
  background-color: #0000;
  background-image: url('../images/hero-bloom.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.nav-container {
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.nav-menu {
  display: flex;
}

.nav-button {
  border: 1px solid var(--white);
  background-color: #3898ec00;
  border-radius: 100px;
  margin-left: 26px;
  padding: 16px 42px;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  transition: all .3s;
}

.nav-button:hover {
  background-color: var(--white);
  color: var(--purple);
}

.overline {
  color: var(--purple);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}

.primary-cta {
  background-color: var(--white);
  color: var(--grey-2);
  text-align: center;
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 21px;
  display: block;
}

.primary-cta.buy-now {
  display: block;
}

.hero-image {
  z-index: 100;
  border: 20px solid #000;
  border-radius: 20px;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-graphic-left {
  display: none;
  position: absolute;
  inset: 170px auto auto -80px;
}

.hero-graphic-right {
  display: none;
  position: absolute;
  inset: 300px -80px 0% auto;
}

.profile-images-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.people-group-image {
  margin-right: 12px;
}

.follower-number {
  color: var(--grey);
  font-size: 15px;
  line-height: 26px;
}

.tag-span {
  color: var(--white);
}

.examples {
  background-image: linear-gradient(180deg, #111115, var(--black));
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 80px 3%;
  display: flex;
  position: relative;
}

.h2-span {
  opacity: .6;
}

.services-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 80px;
  display: grid;
}

.services-grid-block {
  background-color: var(--grey-2);
  border: 1px solid #0000;
  border-radius: 10px;
  padding: 50px 50px 50px 30px;
  text-decoration: none;
  transition: all .25s;
}

.services-grid-block:hover {
  border: 1px solid var(--purple);
}

.icon-block {
  background-color: var(--purple);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 36px;
  padding: 5px;
  display: flex;
}

.service-title {
  color: var(--white);
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
}

.service-title.service-title-centre {
  text-align: center;
  margin-bottom: 25px;
}

.service-paragraph {
  color: var(--grey);
  font-size: 15px;
}

.divider {
  background-color: #ffffff1a;
  flex: 0 auto;
  width: 100%;
  max-width: 850px;
  height: 1px;
  margin-top: 160px;
  margin-bottom: 100px;
  position: static;
  inset: auto 0% 0%;
}

.features-section {
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-h2 {
  margin-top: 0;
  margin-bottom: 16px;
}

.content-h2.content-h2-centre {
  text-align: center;
}

.content-h2.show-don-t-tell {
  margin-bottom: 40px;
}

.feature-image-div {
  position: relative;
}

.feature-image {
  overflow: hidden;
}

.ribbon {
  display: none;
  position: absolute;
  inset: -20px -8px auto auto;
}

.ribbon-2 {
  display: none;
  position: absolute;
  inset: -50px auto auto -40px;
}

.ribbon-3 {
  display: none;
  position: absolute;
  inset: auto -40px -40px auto;
}

.left-blur {
  z-index: 0;
  position: absolute;
  inset: 20% auto auto 0%;
}

.right-blur {
  max-width: 500px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pricing-section {
  background-image: linear-gradient(#000000b3, #fff0), url('../images/RainbowBlur.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 3% 140px;
  display: flex;
  position: relative;
}

.tabs {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 32px;
  display: block;
}

.price-plan {
  color: var(--grey);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.tab-switcher {
  background-color: var(--purple);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  height: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.white-circle {
  background-color: var(--white);
  border-radius: 100px;
  width: 24px;
  height: 24px;
}

.pricing-grid {
  z-index: 100;
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 55px;
  position: relative;
}

.pricing-block {
  opacity: 1;
  background-color: #ffffff0d;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-bottom: 48px;
  display: flex;
  overflow: hidden;
}

.price-title {
  color: var(--grey);
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.price-number {
  color: var(--white);
  text-align: center;
  margin-bottom: 8px;
  font-size: 70px;
  font-weight: 600;
  line-height: 90px;
  display: flex;
}

.dollar-sign {
  color: var(--grey);
  padding-top: 12px;
  font-size: 20px;
  line-height: 24px;
}

.pricing-top-block {
  background-color: var(--grey-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
  padding: 32px 25px;
  display: flex;
}

.pricing-bottom-block {
  margin-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.feature-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.tick-icon {
  margin-right: 12px;
}

.feature {
  color: var(--grey);
  font-size: 15px;
  font-weight: 400;
}

.pricing-block-big {
  opacity: 1;
  background-color: #ffffff0d;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 48px;
  display: flex;
  overflow: hidden;
}

.pricing-top-block-big {
  background-color: var(--grey-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  padding: 35px 25px;
  display: flex;
}

.pricing-bottom-block-big {
  margin-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
}

.form-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

.newsletter-field {
  color: var(--grey-2);
  border-radius: 100px;
  width: 310px;
  height: 55px;
  margin-bottom: 0;
  margin-right: 12px;
  padding-left: 27px;
  font-size: 15px;
}

.copyright {
  color: var(--grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.copyright.white {
  color: var(--white);
  font-size: 14px;
  display: inline-block;
}

.footer-base {
  background-color: var(--purple);
  justify-content: center;
  align-items: center;
  padding: 25px 3%;
  display: flex;
}

.footer-base-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.social-media-block {
  display: none;
}

.social-link-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  transition: opacity .2s;
  display: flex;
}

.social-link-block:hover {
  opacity: .5;
}

.hero-paragraph {
  color: #99a1ba;
  text-align: center;
  max-width: 720px;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.hero-h1 {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1.4;
}

.hero-overline {
  color: var(--purple);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}

.hero-button {
  background-color: var(--purple);
  color: var(--white);
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: all .2s;
}

.hero-button:hover {
  background-color: var(--white);
  color: var(--purple);
  transform: translate(0, -2px);
}

.hero-image-placeholder {
  max-width: 880px;
  display: none;
}

.cta-section {
  background-color: #161616;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-block {
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 105px 35px;
  display: flex;
  position: relative;
}

.content-cta {
  text-align: center;
  max-width: 580px;
  margin-bottom: 35px;
  font-size: 50px;
}

.content-cta.email-jawn {
  max-width: 760px;
  margin-bottom: 10px;
}

.send-button {
  background-color: var(--white);
  color: var(--grey-2);
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 15px;
  line-height: 21px;
}

.form-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.services-grid-block-02 {
  background-color: var(--grey-2);
  border: 1px solid #0000;
  border-radius: 10px;
  padding: 50px 50px 50px 30px;
  text-decoration: none;
  transition: all .25s;
}

.services-grid-block-02:hover {
  border: 1px solid var(--purple);
}

.services-grid-block-03 {
  background-color: var(--grey-2);
  border: 1px solid #0000;
  border-radius: 10px;
  padding: 50px 50px 50px 30px;
  text-decoration: none;
  transition: all .25s;
}

.services-grid-block-03:hover {
  border: 1px solid var(--purple);
}

.services-grid-block-04 {
  background-color: var(--grey-2);
  border: 1px solid #0000;
  border-radius: 10px;
  padding: 50px 50px 50px 30px;
  text-decoration: none;
  transition: all .25s;
}

.services-grid-block-04:hover {
  border: 1px solid var(--purple);
}

.services-grid-block-04.end-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.feature-wrap {
  width: 100%;
  margin-bottom: 55px;
  display: flex;
}

.feature-wrap.reverse-wrap {
  flex-direction: row-reverse;
}

.feature-column-content {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  min-height: 250px;
  padding: 50px;
  display: flex;
}

.feature-column-image {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  min-height: 250px;
  padding: 50px;
  display: flex;
}

.title-wrap {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.title-wrap.flex-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrap.margin-bottom {
  margin-bottom: 16px;
}

.menu-button {
  display: none;
}

.brand {
  max-width: 64px;
}

.image-wrapper {
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-one, .image-two {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.custom-social-proof {
  z-index: 100;
  background-color: var(--white);
  opacity: 0;
  flex-direction: row;
  align-items: flex-start;
  width: 400px;
  min-height: 30px;
  padding: 20px;
  transition: opacity .8s ease-in-out;
  display: block;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.custom-social-proof.visible {
  opacity: 100;
}

.social-proof-icon {
  border-radius: 10px;
  margin-right: 12px;
}

.purchase-intent {
  font-weight: 400;
}

.purchase-time {
  color: var(--grey);
  font-size: 12px;
  font-weight: 400;
}

.city-purchase, .product-purchase {
  font-weight: 600;
}

.custom-close {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.custom-social-proof-inner {
  align-items: flex-start;
  display: flex;
}

.person-descriptor {
  font-weight: 700;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-image: url('../images/hero-bloom.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.benefits {
  flex-direction: column;
  align-items: center;
  padding: 80px 3% 60px;
  display: flex;
}

.header-video {
  opacity: .2;
  mix-blend-mode: multiply;
  justify-content: center;
  align-items: center;
  min-height: 800px;
  display: flex;
}

.arch-pro-logo {
  max-width: 260px;
  margin-top: -160px;
}

.tabs-2 {
  width: 100%;
  display: none;
}

.tabs-menu {
  border-bottom: 3px solid var(--purple);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.tab-link-tab-1 {
  background-color: var(--black);
  text-align: center;
  flex: 1;
  max-width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab-link-tab-1.w--current {
  background-color: var(--purple);
  text-align: center;
  flex: 1;
  max-width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab-link-tab-2 {
  background-color: var(--black);
  text-align: center;
  flex: 1;
  max-width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab-link-tab-2.w--current {
  background-color: var(--purple);
}

.before-after-grid-main, .before-after-grid-creative {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.text-block {
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
}

.tabs-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-2 {
  color: var(--white);
  font-size: 22px;
  line-height: 1.4;
}

.image-wrapper-creative {
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.creative-lut-name {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.success-message {
  background-color: var(--grey-2);
  color: var(--white);
}

.html-embed {
  display: block;
}

.nav-bar-2 {
  background-color: #ddd0;
  width: 100%;
  padding: 26px 3%;
  position: absolute;
  inset: 0% 0% auto;
}

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

.nav-link {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
}

.nav-link.w--current {
  color: var(--purple);
  display: block;
}

.nav-button-2 {
  background-color: #3898ec00;
  border: .5px solid #fff;
  border-radius: 100px;
  margin-left: 26px;
  padding: 16px 42px;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  transition: all .3s;
}

.nav-button-2:hover {
  color: #813efb;
  background-color: #fff;
}

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

.image {
  width: 100%;
}

.background-video {
  box-shadow: none;
  width: 100%;
  max-width: 100%;
}

.supported-cameras {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-logo-dark {
  background-color: #07090d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-detail {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.logo-header-white {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 72px;
}

.logo-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-block-dark {
  color: #acb4c3;
  border: 1px solid #3c4353;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: background-color .3s, color .3s, border-color .3s;
  display: flex;
}

.logo-block-dark:hover {
  color: #fff;
  background-color: #232a39;
  border-color: #0000;
}

.link {
  color: var(--purple);
  text-decoration: none;
}

.banner {
  z-index: 9000;
  background-color: var(--purple);
  background-image: url('../images/hero-bloom.png');
  background-position: 100% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.banner-sale-text {
  color: var(--white);
  padding: 16px 3%;
  font-size: 16px;
}

.banner-sale-text.old, .banner-sale-text.hide {
  display: none;
}

.text-span {
  border: 1px solid #fff;
  border-radius: 1px;
  padding: 2px 9px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.text-span-2 {
  color: #fff;
  font-style: italic;
  font-weight: 700;
}

.footer-link {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.footer-link.w--current {
  font-weight: 700;
}

.logos {
  background-color: #161616;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-title {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1;
}

.logos-overline {
  color: var(--purple);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}

.logos-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo {
  opacity: .5;
  transition: opacity .3s;
}

.logo:hover {
  opacity: 1;
}

.emphasize {
  opacity: .6;
  font-style: italic;
  overflow: visible;
}

.return-paragraph {
  color: #99a1ba;
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.banner-link {
  color: var(--white);
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.banner-link:hover {
  background-color: #000;
}

.changelog-paragraph {
  color: #99a1ba;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.back-home-button {
  background-color: var(--purple);
  color: var(--white);
  border-radius: 100px;
  margin-top: 30px;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 21px;
  transition: all .2s;
}

.back-home-button:hover {
  background-color: var(--white);
  color: var(--purple);
  transform: translate(0, -2px);
}

.code-embed {
  color: #99a1ba;
  font-size: 18px;
}

.primary-button-text {
  z-index: 1;
  position: relative;
}

.navbar-inner {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link-2 {
  color: #fff;
  padding: 0;
  transition: all .35s;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #8b44ff;
}

.navbar-button-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

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

.sign-in-link.sign-in-link-mobile {
  display: none;
}

.dropdown-toggle-arrow {
  margin-left: 8px;
}

.navbar {
  z-index: 10000;
  pointer-events: auto;
  background-color: #00000003;
  padding-top: 25px;
  padding-bottom: 25px;
}

.more-temple-wrapper {
  display: inline-block;
}

.more-temple-text-link-boder {
  background-color: #8b44ff;
  width: 100%;
  height: 1px;
}

.dropdown-column-wrapper {
  background-color: #0000;
  width: 800px;
  padding-top: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.homes-page {
  width: 160px;
  transform: none;
}

.navbar-logo-image {
  width: 100%;
  max-width: 300px;
}

.nav-menu-wrapper {
  grid-column-gap: 60px;
  display: flex;
}

.dropdown-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.primary-button-shape {
  background-color: #000;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.dropdown-title-wrapper {
  margin-bottom: 40px;
}

.dropdown-menu-text-link {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  font-size: 18px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.dropdown-menu-text-link:hover {
  color: #8b44ff;
}

.dropdown-menu-text-link.mb0 {
  margin-bottom: 0;
}

.dropdown-menu-text-link.mb15 {
  margin-bottom: 15px;
}

.dropdown-menu-text-link.mb15.w--current {
  color: #8b44ff;
}

.dropdown-pd.pd-60px {
  background-color: #151a24;
  padding: 60px 40px;
}

.dropdown-pd.pd-60px.homes-pd {
  padding: 20px;
}

.primary-button {
  color: #fff;
  background-color: #8b44ff;
  border: 1px solid #fff;
  padding: 15px 30px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.primary-button.desktop {
  display: block;
}

.primary-button.mobile {
  display: none;
}

.dropdown-menu-cms {
  color: #fff;
  background-color: #8b44ff;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  display: flex;
}

.more-temple-text-link {
  color: #8b44ff;
  font-size: 19px;
  text-decoration: none;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: 0;
  font-size: 18px;
  display: flex;
}

.dropdown-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.benefits-retired {
  flex-direction: column;
  align-items: center;
  padding: 80px 3% 60px;
  display: none;
}

.feature-chart {
  flex-direction: column;
  align-items: center;
  padding: 80px 3% 60px;
  display: flex;
}

.grid {
  color: #fff;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-template-areas: ".";
  width: 100%;
  padding: 16px;
}

.feature-chart-title {
  font-weight: 700;
}

.feature-chart-title.tier {
  text-align: center;
}

.table-cell {
  color: #b7bbd1;
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.table-cell.featured {
  color: var(--purple);
}

.price-category-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: -5px;
  display: flex;
}

.pricing-chart-grid {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  background-color: #130416;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  width: 100%;
  font-size: 18px;
}

.pricing-chart-grid.final {
  border-radius: 0;
  overflow: hidden;
}

.pricing-chart-grid.even {
  background-color: #200522;
}

.placeholder-spacer {
  border-radius: 0;
  width: 100%;
  height: 65px;
}

.icon-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.pricing-sticky-bg-wrap {
  background-color: #000;
  border-top-right-radius: 5px;
  padding-top: 0;
}

.features-grid {
  width: 100%;
  margin-bottom: 40px;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.pricing-title-wrap-sticky {
  color: #fff;
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.pricing-title-wrap-sticky.end {
  color: #000;
  border-radius: 0;
  font-weight: 600;
}

.sticky-grid-pricing {
  z-index: 3;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #000;
  border-bottom: 1px solid #f2f3ff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 5px;
  padding-top: 0;
  position: sticky;
  top: 0;
}

.outer-chart-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.table-cell-title {
  color: #fff;
  text-align: left;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 75px;
  padding: 20px;
  display: flex;
}

.blurb-txt.text-color {
  color: #fff;
}

.price-title-2 {
  color: #8e8e8e;
  letter-spacing: 2px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.pricing-header {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 44px;
}

.price-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
}

.price-striked {
  font-size: 24px;
  line-height: 32px;
  text-decoration: line-through;
}

.pricing-line-break {
  background-color: #575757;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.price-icon-block {
  background-color: #474747;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.pricing-button {
  background-color: var(--purple);
  color: #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  transition: transform .2s;
  display: flex;
}

.pricing-button:hover {
  transform: translate(0, -4px);
}

.plan-type {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-feature-grid {
  grid-template-rows: minmax(auto, .25fr) minmax(auto, .25fr);
  grid-template-columns: 1fr;
  align-items: start;
  min-height: 160px;
  margin-bottom: 32px;
}

.price-type {
  color: #8e8e8e;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.price-title-wrapper {
  align-items: flex-end;
  display: flex;
}

.price-card {
  background-color: #17171b;
  border: 1px solid #2f2f2f;
  border-radius: 20px;
  padding: 42px 32px 32px;
  text-decoration: none;
  transition: border-color .3s;
}

.price-card:hover {
  border-color: var(--purple);
}

.price-card.featured-card {
  border-color: var(--purple);
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding-top: 53px;
  padding-bottom: 53px;
  display: flex;
  position: relative;
}

.pricing-section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 5% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-price-text {
  color: #fff;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.pricing-feature {
  color: #fff;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.pricing-feature.locked {
  color: #666;
}

.price-special {
  color: #56f1ff;
}

.grid-pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr 1fr;
  place-items: center stretch;
  width: 100%;
}

.pricing-detail {
  color: #aaa;
  font-size: 14px;
  line-height: 24px;
}

.title-wrapper {
  text-align: center;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.arrow-icon {
  margin-left: 10px;
}

.products-tab {
  width: 100%;
}

.product-tab-menu {
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.product-tab {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  padding: 20px 40px;
}

.product-tab.w--current {
  background-color: var(--purple);
}

.product-tab.last {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product-tab.first {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.logos-title-copy {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1;
}

.price-title-3 {
  color: #8e8e8e;
  letter-spacing: 2px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.pricing-button-2 {
  color: #2f2f2f;
  background-color: #76fa9c;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  transition: transform .2s;
  display: flex;
}

.pricing-button-2:hover {
  transform: translate(0, -4px);
}

.price-title-wrapper-2 {
  align-items: center;
  display: flex;
}

.price-card-2 {
  background-color: #2f2f2f;
  border: 1px solid #2f2f2f;
  border-radius: 20px;
  padding: 42px 32px 32px;
  text-decoration: none;
  transition: border-color .3s;
}

.price-card-2:hover {
  border-color: #76fa9c;
}

.price-card-2.featured-card {
  border-color: #76fa9c;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  display: flex;
}

.pricing-section-3 {
  background-color: #131313;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 5% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.price-special-2 {
  color: #ff7f56;
}

.grid-pricing-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
}

.pricing-section-title {
  color: var(--white);
  text-align: center;
  padding-top: 100px;
  font-size: 50px;
  line-height: 1;
}

.italic-text {
  color: #c166f6;
}

.header-fade-1, .header-fade-2, .header-fade-3 {
  display: inline-block;
}

.pricing-paragraph {
  color: #fff;
  text-align: center;
  max-width: 680px;
  margin-bottom: 70px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.pricing-paragraph.left-align {
  text-align: left;
  margin-bottom: 0;
}

.bas-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.popular-corner {
  width: 100%;
  max-width: 40%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tooltip-code {
  color: #290092;
  background-color: #cbe0fc;
  border-bottom: 1px solid #557dff;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
}

.tooltip-circle {
  background-color: var(--purple);
  color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-height: 20px;
  font-size: 10px;
  font-weight: 400;
  display: flex;
}

.tooltip-title {
  margin-bottom: 5px;
  font-size: 110%;
  font-weight: 800;
}

.tooltip-anchor {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.tooltip-anchor.w--open {
  background-color: #0000;
  display: flex;
}

.tooltip-anchor.top {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 12px;
  display: none;
  inset: auto 0% 100%;
}

.tooltip-anchor.top.w--open {
  display: flex;
}

.tooltip-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0%;
}

.tooltip-author {
  border-radius: 50%;
  width: 28px;
  margin-right: 10px;
}

.tooltip-wrapper {
  color: #112953;
  text-align: left;
  background-color: #fafbfe;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.tooltip-navigation {
  z-index: 3;
  color: #64636e;
  background-color: #fafbfe;
  border-top: 1px solid #d8e3f0;
  border-radius: 0 0 9px 9px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 8px 16px;
  display: flex;
  position: relative;
  bottom: 0;
}

.tooltip-navigation.top {
  background-color: #fafbfe;
  border-top-style: none;
  border-bottom: 1px solid #d8e3f0;
  border-radius: 9px 9px 0 0;
  display: flex;
}

.relative {
  position: relative;
}

.tooltip-container {
  z-index: 3;
  background-color: var(--grey-2);
  color: #fff;
  border-radius: 9px;
  padding: 16px;
  font-size: 12.5px;
  position: relative;
}

.tooltip-author-wrap {
  align-items: center;
  display: flex;
}

.tooltip-content {
  padding: 0;
  display: block;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.tooltip-diamond.bottom {
  background-color: var(--grey-2);
  border-style: none;
  top: auto;
  bottom: -7px;
}

.text-block-3, .text-block-with-tooltip {
  margin-right: 12px;
}

.looks {
  flex-direction: column;
  align-items: center;
  padding: 80px 3% 60px;
  display: block;
}

.looks-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.look-name {
  color: #fff;
  background-color: #000;
  padding: 16px 16px 16px 71px;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  inset: auto auto 15% 0%;
}

.looks-container {
  background-color: #161616;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.accordion-content-divider {
  border-bottom: 1px dashed #3333;
  width: 100%;
  height: 0;
}

.c-accordion-item-q-text {
  flex: 1;
  align-items: center;
  padding: 20px;
  display: flex;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.subheader {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.accordion-item-a-text {
  color: #919191;
  margin-bottom: 0;
}

.c-accordion-item-a {
  overflow: hidden;
}

._w-accordion-item-q {
  color: #fff;
  display: flex;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.accordion-item-q-icon-stripe-1 {
  background-color: #a3215b;
  width: 100%;
  height: .3em;
  position: relative;
}

.c-accordion-item {
  margin-bottom: 10px;
}

.c-header {
  text-align: center;
}

.faq {
  flex-flow: column;
  display: flex;
}

._w-accordion-item-a {
  padding: 20px 20px 30px;
}

.header-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
}

.details {
  color: #888;
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  line-height: 1.4em;
}

.c-details {
  margin-bottom: 60px;
}

.accordion-item-q-icon-stripe-2 {
  background-color: #a3215b;
  width: .3em;
  height: 100%;
  position: absolute;
}

.accordion-item-q-text {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.4em;
}

._w-accordion-item {
  cursor: pointer;
  border: 1px solid #444;
  border-radius: 10px;
  transition: all .25s;
  box-shadow: 1px 1px 15px #13131326;
}

._w-accordion-item:hover {
  border-color: #5dc3a340;
  box-shadow: 1px 1px 15px #a32153bf;
}

.c-accordion-list {
  margin-bottom: 100px;
}

.faq-area {
  flex-direction: column;
  align-items: center;
  padding: 80px 3% 60px;
  display: flex;
}

.camera-list {
  color: #919191;
  padding-top: 16px;
}

.mask {
  border-radius: 20px;
}

.series-tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tab-link-canon-r-series {
  display: flex;
}

.series-selector {
  background-color: #0000;
  border: 1px solid #ffffff40;
  border-radius: 20px;
  padding: 40px;
}

.series-selector.w--current {
  background-color: #ffffff1a;
}

.choose-your-fighter {
  width: 100%;
}

.series-title {
  color: #fdfdfd;
  text-align: center;
  font-size: 24px;
}

.series-selector-title {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .nav {
    padding-left: 3%;
    padding-right: 3px;
  }

  .nav-button {
    display: block;
  }

  .hero-image {
    max-width: 100%;
    margin-top: 0;
    padding-left: 3%;
    padding-right: 20px;
  }

  .hero-graphic-left {
    display: none;
    left: 0;
  }

  .hero-graphic-right {
    display: none;
    right: 0;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .content-h2 {
    font-size: 38px;
  }

  .left-blur, .right-blur {
    z-index: -1;
  }

  .feature {
    font-size: 15px;
  }

  .icon {
    color: #fff;
  }

  .hero-h1 {
    text-align: center;
  }

  .hero-image-placeholder {
    width: 100%;
  }

  .cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .newsletter-block {
    z-index: 5;
  }

  .feature-column-content, .feature-column-image {
    padding: 25px;
  }

  .menu-button {
    border-radius: 100px;
  }

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

  .nav-bar-2 {
    padding-left: 3%;
    padding-right: 3px;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .nav-button-2 {
    display: none;
  }

  .background-video {
    max-width: 768px;
    height: 400px;
  }

  .section-logo-dark {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .logos-title {
    text-align: center;
  }

  .nav-menu-button-wrapper {
    grid-column-gap: 15px;
    align-items: center;
    display: flex;
  }

  .nav-link-2 {
    margin-bottom: 20px;
  }

  .sign-in-link.sign-in-link-mobile {
    display: inline-block;
  }

  .dropdown-column-wrapper.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .menu-dropdown-wrapper {
    margin-bottom: 20px;
    display: block;
  }

  .menu-button-2 {
    padding: 0;
  }

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

  .nav-menu-wrapper {
    background-color: #0e0124;
    padding: 60px 20px;
  }

  .dropdown-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-pd.pd-60px {
    height: 700px;
    overflow: auto;
  }

  .primary-button.mobile {
    display: inline-block;
  }

  .hamburger-menu-bar {
    background-color: #fff;
    width: 40px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    justify-content: flex-start;
  }

  .price-category-wrap, .sticky-grid-pricing {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-section-2 {
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
  }

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

  .product-tab-menu {
    flex-flow: column;
  }

  .product-tab.last, .product-tab.first.w--current {
    border-radius: 0;
  }

  .logos-title-copy {
    text-align: center;
  }

  .pricing-section-3 {
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
  }

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

  .pricing-section-title, .series-selector-title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-top: -800px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-image {
    margin-top: 0;
  }

  .hero-graphic-right {
    top: 23px;
  }

  .profile-images-wrapper {
    flex-wrap: wrap;
  }

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

  .right-blur {
    z-index: -1;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-block, .pricing-block-big {
    margin-bottom: 40px;
  }

  .newsletter-field {
    width: 100%;
  }

  .copyright.white {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-base-container {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

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

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

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

  .newsletter-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-cta {
    font-size: 42px;
  }

  .feature-wrap {
    flex-wrap: wrap;
  }

  .feature-column-content, .feature-column-image {
    width: 100%;
  }

  .before-after-grid-main, .before-after-grid-creative {
    grid-template-columns: 1fr;
  }

  .background-video {
    height: 300px;
  }

  .logos {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .logos-title {
    line-height: 1.2;
  }

  .logos-grid {
    grid-template-columns: 1fr;
    width: 50%;
  }

  .navbar-logo-link {
    padding-left: 0;
  }

  .navbar-logo-image {
    width: 240px;
  }

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

  .dropdown-title-wrapper {
    margin-bottom: 20px;
  }

  .dropdown-menu-text-link {
    margin-bottom: 15px;
  }

  .dropdown-pd.pd-60px {
    padding: 40px 20px;
  }

  .primary-button {
    padding: 10px 25px;
    font-size: 16px;
  }

  .primary-button.desktop {
    display: none;
  }

  .navbar-wrapper {
    justify-content: center;
  }

  .table-cell {
    width: 33.2%;
  }

  .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-chart-grid {
    flex-flow: wrap;
    grid-template-columns: 1.5fr 1fr;
    grid-template-areas: ".";
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .placeholder-spacer {
    display: none;
  }

  .sticky-grid-pricing {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .table-cell-title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
  }

  .blurb-txt {
    font-size: 14px;
  }

  .product-tab-menu {
    flex-flow: column;
  }

  .product-tab {
    text-align: center;
  }

  .product-tab.last {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }

  .product-tab.first {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

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

@media screen and (max-width: 479px) {
  .paragraph {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 14px;
  }

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

  .hero-image {
    max-width: 100%;
    margin-top: 0;
  }

  .hero-graphic-left {
    width: 60px;
    top: -50px;
    left: 0;
  }

  .hero-graphic-right {
    top: 86px;
  }

  .people-group-image {
    margin-bottom: 10px;
  }

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

  .divider {
    margin-top: 40px;
    padding-bottom: 40px;
  }

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

  .content-h2, .content-h2.content-h2-centre {
    font-size: 32px;
    line-height: 1.2;
  }

  .ribbon, .ribbon-2 {
    display: none;
  }

  .ribbon-3 {
    width: 90px;
    display: none;
  }

  .right-blur {
    display: none;
  }

  .pricing-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .feature-block {
    align-items: flex-start;
  }

  .feature {
    font-size: 14px;
  }

  .form-block {
    flex-wrap: wrap;
  }

  .newsletter-field {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .hero-paragraph {
    font-size: 16px;
  }

  .hero-h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .hero-image-placeholder {
    width: 100%;
  }

  .cta-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .content-cta {
    font-size: 38px;
  }

  .content-cta.email-jawn {
    font-size: 32px;
  }

  .send-button {
    width: 100%;
  }

  .form-wrapper {
    flex-wrap: wrap;
  }

  .feature-column-content {
    padding: 10px;
  }

  .feature-column-image {
    margin-top: 0;
    padding: 10px;
  }

  .custom-social-proof {
    width: 100%;
    padding: 16px 25px 16px 16px;
    bottom: 0;
    left: 0;
  }

  .custom-close {
    font-size: 30px;
    top: 5px;
    right: 5px;
  }

  .before-after-grid-main, .before-after-grid-creative {
    grid-template-columns: 1fr;
  }

  .background-video {
    height: 170px;
  }

  .logo-title-wrapper {
    text-align: center;
  }

  .logo-header-white {
    font-size: 44px;
    line-height: 62px;
  }

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

  .logos-title {
    font-size: 36px;
    line-height: 1.2;
  }

  .return-paragraph, .changelog-paragraph {
    font-size: 16px;
  }

  .primary-button-text {
    line-height: 22px;
  }

  .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .primary-button {
    font-size: 16px;
  }

  .table-cell {
    background-color: #000;
    width: 33.1%;
  }

  .price-category-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-chart-grid {
    background-color: #000;
  }

  .pricing-sticky-bg-wrap {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }

  .pricing-title-wrap-sticky {
    width: 100%;
    padding: 15px 21px 15px 15px;
    font-size: 13px;
  }

  .pricing-title-wrap-sticky.end, .pricing-title-wrap-sticky.middle {
    padding-right: 15px;
  }

  .sticky-grid-pricing {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
    overflow: hidden;
  }

  .outer-chart-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
  }

  .table-cell-title {
    text-align: center;
    background-color: #000;
    border-top: 1px solid #f2f3ff;
    justify-content: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blurb-txt {
    font-size: 13px;
    display: block;
  }

  .pricing-button {
    font-size: 12px;
  }

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

  .logos-title-copy {
    font-size: 36px;
    line-height: 1.2;
  }

  .pricing-section-title {
    padding-top: 0;
    font-size: 36px;
    line-height: 1.2;
  }

  .italic-text {
    display: none;
  }

  .header-fade-1, .header-fade-2 {
    display: block;
  }

  .pricing-paragraph {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 14px;
  }

  .look-name {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    font-size: 12px;
    inset: 0% auto auto 0%;
  }

  .bold-text {
    display: block;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

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

  .series-selector-title {
    font-size: 36px;
    line-height: 1.2;
  }
}

#w-node-_9ba56085-466e-1816-7f70-bb87c49f7b9c-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7b9d-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7ba1-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7ba5-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bac-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7baf-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bb1-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bb2-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bb5-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bb8-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bba-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bbb-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bbe-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bc1-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bc3-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bc5-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bc8-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bcb-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bcc-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bcd-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bd0-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bd3-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bd4-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bd6-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bd9-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bdc-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bde-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bdf-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7be2-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7be5-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7be6-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7be8-2c2e7b99, #w-node-dfbf14e8-ba56-ecfe-2979-c4d52385ea38-2c2e7b99, #w-node-_724659cf-9918-a153-72c9-bda064850121-2c2e7b99, #w-node-_690e963e-09bc-54b0-99c9-dc319f2bf8d4-2c2e7b99, #w-node-_286e31dc-09e5-066a-540b-95b2c4565e4d-2c2e7b99, #w-node-_734d3e73-6673-fae0-72cf-0701b4253cef-2c2e7b99, #w-node-aa37a582-a51f-194e-78d7-33583f812449-2c2e7b99, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7b9c-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7b9d-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7ba1-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7ba5-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bac-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7baf-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bb1-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bb2-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bb5-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bb8-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bba-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bbb-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bbe-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bc1-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bc3-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bc5-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bc8-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bcb-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bcc-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bcd-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bd0-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bd3-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bd4-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bd6-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bd9-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bdc-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bde-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7bdf-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7be2-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7be5-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7be6-d6747d6d, #w-node-_9ba56085-466e-1816-7f70-bb87c49f7be8-d6747d6d, #w-node-dfbf14e8-ba56-ecfe-2979-c4d52385ea38-d6747d6d, #w-node-_724659cf-9918-a153-72c9-bda064850121-d6747d6d, #w-node-_690e963e-09bc-54b0-99c9-dc319f2bf8d4-d6747d6d, #w-node-_286e31dc-09e5-066a-540b-95b2c4565e4d-d6747d6d, #w-node-_734d3e73-6673-fae0-72cf-0701b4253cef-d6747d6d, #w-node-aa37a582-a51f-194e-78d7-33583f812449-d6747d6d, #w-node-a3f1caeb-641b-c9c8-2c0b-c5f0d87fef91-d6747d6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}