:root {
  --black: #111314;
  --white: white;
  --black-4: #222;
  --dark-turquoise: #00dee2;
  --black-2: #0e1010;
  --azure: #dcf2f4;
  --main-color: #6f00ff;
  --black-3: #171919;
  --azure-2: #e7fbfc;
  --conversion-flow-library--medium-purple: #00dee2;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--coral: #ff8a56;
  --conversion-flow-library--sandy-brown: #ffa84b;
}

.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 {
  background-color: var(--black);
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

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

p {
  color: #ffffffb3;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

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

li {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

blockquote {
  opacity: .8;
  border-left: 1px solid #fff;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

figcaption {
  color: #e7fbfc99;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 500;
}

.utility-page-wrap {
  background-image: url('../images/background-5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  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: center;
  display: flex;
}

.social-icon {
  border-left: 1px solid #2c2e30;
  border-right: 1px solid #2c2e30;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 30px;
  margin-left: -1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-overlay {
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-link {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-right: 15px;
  display: grid;
}

.remove {
  width: 28px;
}

.line-overlay-nav {
  background-color: var(--black-4);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.hamburger-menu {
  grid-row-gap: 10px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  background-color: var(--dark-turquoise);
  align-items: center;
  padding: 20px 2%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navlinks {
  z-index: 5;
  color: #fff;
  justify-content: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu {
  z-index: 9999;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
}

.template-logo {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  width: 303px;
}

.menu-content {
  z-index: 2;
  background-color: var(--black-2);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.remove-circle {
  cursor: none;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  transform: none;
}

.container {
  z-index: 3;
  color: var(--black-2);
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navlinks-wrapper {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: -1px;
  padding-top: .5vw;
  padding-bottom: .5vw;
  position: relative;
  overflow: hidden;
}

.sticky-nav {
  z-index: 900;
  background-color: #0000;
  position: sticky;
  top: 0;
}

.remove-circe-mobile {
  display: none;
}

.hero {
  background-color: var(--azure);
  background-image: linear-gradient(180deg, var(--dark-turquoise), white 26%);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-position: 0 0;
  background-clip: border-box;
  border: 1px solid #fff;
  justify-content: center;
  align-items: flex-start;
  min-height: 95vh;
  padding: 190px 5% 120px;
  display: flex;
  position: relative;
}

.hero.inner {
  min-height: auto;
  padding-bottom: 140px;
  position: relative;
}

.hero.inner.third {
  padding-top: 160px;
}

.top-line {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.button-link {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.text-content {
  height: 29px;
  overflow: hidden;
}

.navigation-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.section {
  color: #000;
  background-color: #fff;
  padding: 100px 5%;
  display: none;
  position: relative;
}

.section.for-blog-page {
  padding-top: 50px;
  display: block;
}

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

.style-guide-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-grid.for-buttons {
  place-items: center;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.color-block {
  background-color: var(--main-color);
  color: var(--white);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.color-block._3 {
  background-color: var(--black-4);
  color: #fff;
}

.paragraph-red {
  color: var(--black-4);
}

.body-link {
  color: var(--black-4);
  font-size: 17px;
  font-weight: 500;
}

.body-link.small {
  font-size: 15px;
}

.body-link.big {
  font-size: 20px;
}

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

.display-3 {
  color: #000;
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
}

.yellow-background {
  background-color: var(--azure);
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px;
}

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.components-grid-style._0-bottom {
  margin-bottom: 0;
}

.display-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
}

.color-text {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.display-1 {
  z-index: 1;
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.display-1.cta {
  max-width: 70%;
  font-size: 80px;
}

.paragraph-big {
  color: var(--black);
  font-size: 24px;
  line-height: 32px;
}

.paragraph-big.white {
  color: var(--black-4);
}

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

.top-heading {
  border-bottom: 1px solid #fff;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.top-heading.for-inner {
  padding-bottom: 50px;
}

.top-heading.for-inner.center {
  justify-content: center;
}

.contact-absolute {
  z-index: 1;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-absolute.absolute {
  color: var(--black-3);
  margin-bottom: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.hero-grid.center {
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hero-display {
  color: #000;
  max-width: 83%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  font-weight: 600;
  line-height: 1.2;
}

.hero-display.for-blog-page {
  margin-left: auto;
  margin-right: auto;
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
}

.scroll-center {
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.button-main {
  color: var(--white);
  background-color: #000;
  border-radius: 30px;
  align-items: center;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button-main:hover {
  opacity: .7;
  color: var(--black-2);
}

.button-main.full {
  width: 100%;
}

.button-main.full.margin {
  margin-top: 5px;
}

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

.blog-image {
  object-fit: cover;
  width: 100%;
  transition: all .3s;
}

.blog-image:hover {
  opacity: .7;
}

.blog-content {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 35px;
  display: flex;
}

.meta-tag {
  background-color: var(--main-color);
  color: var(--black);
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 15px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.data-created {
  margin-bottom: 0;
  font-size: 15px;
}

.flex-data {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.flex-data.center {
  justify-content: center;
}

.blog-title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: all .3s;
}

.blog-title:hover {
  opacity: .6;
}

.gray-link {
  color: var(--white);
  text-decoration: none;
  display: inline;
}

.footer-logo-link {
  margin-bottom: 20px;
}

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

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

.blog-page-wrapper {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.gray-text-2 {
  color: #2c2c2c80;
}

.subhead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.subhead.field-text {
  max-width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
}

.subhead._2 {
  margin-bottom: 15px;
}

.input {
  border: 1px none var(--black-3);
  background-color: #81818b33;
  border-radius: 6px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.input:focus {
  color: #555;
}

.input::placeholder {
  color: #fff9;
  font-size: 16px;
  font-weight: 500;
}

.input.add-bottom {
  margin-bottom: 5px;
}

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

.success-message {
  background-color: var(--black-3);
  color: #fff;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
}

.contact-link {
  color: #fff9;
  font-size: 17px;
  font-weight: 500;
  text-decoration: underline;
  transition: color .3s;
}

.contact-link:hover {
  color: #fff;
}

.contact-details-flex {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-form-left-side {
  padding: 30px;
}

.margin-15px {
  margin-top: 15px;
  display: none;
}

.contact-grid-main {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact-form-right-side {
  border-left: 1px solid #fff;
  align-items: center;
  padding-left: 55px;
  padding-right: 70px;
  display: flex;
}

.text-area {
  background-color: #81818b33;
  border: 1px #000;
  border-radius: 10px;
  min-height: 120px;
  margin-bottom: 5px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 28px;
}

.text-area:focus {
  color: #211f54;
}

.text-area::placeholder {
  color: #dcf2f499;
  font-size: 16px;
  font-weight: 500;
}

.error-message {
  color: #fe0000;
  text-align: center;
  background-color: #ffeaea;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 420px;
  display: flex;
}

.project-line-divider {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.center-grid {
  grid-column-gap: 81px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-right: 20px;
  display: grid;
}

.photo-animation {
  max-width: 100%;
  transition: all .3s;
  position: relative;
}

.collection-list {
  display: flex;
}

.top-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 15px;
  display: grid;
}

.top-grid.second {
  border-bottom-style: none;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  padding-bottom: 30px;
  display: none;
}

.track {
  height: 600vh;
  display: none;
}

.wrapper {
  width: 100%;
}

.collection-item {
  flex: none;
  align-items: flex-end;
  width: 60%;
  padding-right: 30px;
  display: flex;
}

.sticky {
  background-image: url('../images/background-4.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 30px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.work-content {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-2-columns {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.testimonials-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-quote {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.testimonials-content {
  border-bottom: 1px solid #fff;
  padding-bottom: 50px;
  display: flex;
}

.testiomonials-photo {
  background-image: url('../images/team-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  flex: none;
  width: 100px;
  height: 100px;
  margin-right: 30px;
}

.testiomonials-photo._2 {
  background-image: url('../images/team-4.jpg');
}

.testiomonials-photo._3 {
  background-image: url('../images/team-3.jpg');
  background-position: 50%;
}

.role-name {
  color: #ffffff87;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

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

.margin-60px {
  margin-top: 60px;
  display: none;
}

.max-w-width {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-cta {
  padding: 100px 5%;
  position: relative;
}

.section-cta.cta {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.delete-me {
  z-index: 9999;
  background-color: #fff;
  background-image: url('../images/button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 140px;
  height: 30px;
  display: none;
  position: fixed;
  inset: auto 20px 20px auto;
}

.subhead-center {
  opacity: 1;
  color: var(--black);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-center.main {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  line-height: 1.3;
}

.subhead-center.left {
  text-align: left;
}

.subhead-center.left.white._22px {
  font-size: 24px;
}

.white-light {
  opacity: .6;
}

.scroll-down-lotties {
  width: 20px;
}

.social-wrapper-main {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper-main.left {
  justify-content: flex-start;
}

.social-icon-main {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.animation-image {
  z-index: 1;
  width: 20px;
  position: relative;
}

.social-circle {
  background-color: var(--black);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.button-cta.center {
  justify-content: center;
}

.button-with-animation {
  background-color: var(--black);
  color: var(--white);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 40px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-button {
  width: 26px;
  position: absolute;
  transform: translate(0, 100px);
}

.work-photo-first {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  min-height: 100%;
}

.vertical-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line-overlay {
  width: 100%;
  overflow: hidden;
}

.project-circle-text {
  z-index: 999;
  opacity: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.category-top-2 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  inset: auto auto 15px 15px;
}

.category-title {
  opacity: .6;
  margin-bottom: 0;
  font-size: 17px;
}

.circle-center {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.work-wrapper-first {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.work-title-first {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.line-title {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  margin-top: 7px;
}

.view-project-icon {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  background-color: #fffc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.title-line-wrapper {
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.gradient-text {
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: transparent;
  background-color: #000;
  background-image: linear-gradient(90deg, #fff, #ffffff26);
  -webkit-background-clip: text;
  background-clip: text;
}

.max-w-center {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.logo-strip {
  grid-column-gap: 50px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.circle-first {
  background-image: linear-gradient(231deg, var(--main-color), #fff0 91%);
}

.button-left-flex {
  justify-content: flex-start;
  display: flex;
}

.social-image {
  z-index: 1;
  filter: invert();
  width: 30px;
  position: relative;
}

.margin-40px {
  margin-top: 40px;
  position: relative;
}

.social-icon-3 {
  background-color: var(--black-4);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.main-grid.x2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--azure-2);
  grid-template-columns: 1fr 1.2fr;
}

.social-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper.add-space {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: none;
}

.mockup-circle-main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-w-left {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.social-overlay {
  background-color: #0f0e31;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.social-overlay.second {
  background-color: var(--main-color);
  display: none;
}

.small-paragraph {
  color: #ffffff80;
  margin-bottom: 0;
  font-size: 16px;
}

.mockup {
  width: 600px;
}

.metrics-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.number {
  color: #fff;
  margin-bottom: 5px;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.3;
}

.footer-main {
  min-height: 300px;
  padding: 100px 5% 40px;
}

.copyright-2 {
  opacity: .6;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.circle-button {
  background-color: #fff;
  background-image: url('../images/arrow-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 7px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.circle-button:hover {
  opacity: .8;
}

.form-single {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-main-grid-2 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(199px, .5fr);
  align-items: start;
}

.text-field-gray {
  z-index: 1;
  background-color: #81818b33;
  border: 1px #81818b33;
  border-radius: 40px 0 0 40px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 70px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-size: 16px;
  position: relative;
}

.text-field-gray::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.filter-color {
  width: 100px;
}

.subscribe-form {
  width: 100%;
  margin-bottom: 0;
}

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

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
}

.success-message-2 {
  color: #000;
  text-align: center;
  background-color: #c7c3cf;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
}

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

.margin-25px.add-line-divider {
  border-top: 1px solid #ffffff26;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
}

.footer-link-main {
  opacity: .6;
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link-main:hover {
  opacity: 1;
  color: #ececec;
}

.circle-button-wrapper {
  z-index: 2;
  background-color: #81818b33;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  align-items: center;
  min-height: 70px;
  display: flex;
  position: relative;
}

.footer-title-main {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 600;
}

.foorer-list-main {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.add-background {
  background-color: #00dee2;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  display: block;
}

.ratings-componnent {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.avatar-group-wrapper {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.avatar-item {
  border: 9px solid var(--black);
  object-fit: cover;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-right: -32px;
}

.check-list {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 25px;
  display: flex;
}

.about-photo {
  opacity: .35;
}

.local-link {
  opacity: .4;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.local-link.w--current:hover, .local-link.w--current:lang(en) {
  opacity: 1;
}

.locales-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.bold-text {
  color: #757575;
  -webkit-text-stroke-color: #036aff;
}

.text-block, .text-block-2, .text-block-3 {
  display: none;
}

.cf-pricing-plan-pointer-text-18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-pricing-plan-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-pricing-plan-pointer-container {
  margin-top: 40px;
}

.cf-body---18px {
  color: #fffc;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.margin-bottom-32px {
  color: #fff;
  margin-bottom: 32px;
}

.cf-different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-image {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tab-link {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.cf-different-menu {
  color: #fff;
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.cf-different-tabs {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-different-bottom-container {
  width: 100%;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-different-upper-container {
  margin-bottom: 64px;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 60px;
}

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

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-tabs-right-tab {
  background-color: var(--conversion-flow-library--medium-purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-element {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element._2 {
  inset: auto -6% -4% auto;
}

.cf-black-small-button {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 31%, var(--conversion-flow-library--light-coral) 75%, var(--conversion-flow-library--coral) 92%, var(--conversion-flow-library--sandy-brown));
}

.cf-tabs-content-text {
  color: #000c;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-tabs-content-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-sub-heading {
  color: var(--conversion-flow-library--medium-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tabs-left-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-contain {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-content {
  border-radius: 12px;
}

.cf-home-tab-link {
  color: #fff;
  background-color: #0000;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-home-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-header-text {
  color: #fffc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-header {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-features-4-tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-features-section-4 {
  background-color: #0d0e10;
}

.cf-tab-image-2.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image-2.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image-2.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image-2.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-tabs-right-tab-2 {
  background-color: var(--conversion-flow-library--medium-purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-element-2 {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element-2._2 {
  inset: auto -6% -4% auto;
}

.cf-black-small-button-2 {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button-2:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 31%, var(--conversion-flow-library--light-coral) 75%, var(--conversion-flow-library--coral) 92%, var(--conversion-flow-library--sandy-brown));
}

.cf-tabs-content-text-2 {
  color: #000c;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-tabs-content-heading-2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-sub-heading-2 {
  color: var(--conversion-flow-library--medium-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tabs-left-wrap-2 {
  background-color: var(--azure-2);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-contain-2 {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image-2.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image-2.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image-2.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-image-2.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image-2.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image-2.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-content-2 {
  border-radius: 12px;
}

.cf-home-tab-link-2 {
  color: #fff;
  background-color: #00dee2;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link-2:hover {
  opacity: .8;
}

.cf-home-tab-link-2.w--current {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-tabs-menu-2 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-home-tabs-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-header-text-2 {
  color: var(--black-3);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-features-4-tabs-heading-2 {
  color: var(--black-2);
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-header-2 {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-features-4-tabs-wrapper-2 {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.tab-link-tab-4 {
  color: #fefeff;
  background-color: #b16cea;
  border-radius: 36px;
  padding: 18px 30px 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 20px;
  transition: opacity .2s;
}

.text-block-6 {
  font-size: 18px;
}

.cf-service-paragraph {
  color: #c9c9c9e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-icon {
  object-fit: contain;
}

.cf-features-section-3-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-features-section-3-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.cf-features-section-2-heading {
  color: var(--azure);
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-3-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-review-text---18px---italic {
  color: #0d0e10e6;
  letter-spacing: -.16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 167%;
}

.cf-reviewer-image-3 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-2 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  height: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-1 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
}

.cf-bottom-right-container {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
}

.cf-view-more-line {
  filter: grayscale();
  background-color: #0d0e10;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.cf-mail-icon {
  margin-left: 0;
  margin-right: 10px;
}

.cf-hero-email {
  color: #0d0e10;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 4px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-bio-text {
  color: #0d0e10e6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-top-right-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-right-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 29%;
  max-width: 290px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cf-hero-main-image {
  width: 45%;
  max-width: 581px;
}

.cf-hero-image-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-review-text {
  color: #0d0e10e6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-review-stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.cf-review-logo {
  object-fit: contain;
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
}

.cf-bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  background-color: #b16cea;
  background-image: linear-gradient(135deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-58px-heading {
  color: #000;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 110%;
}

.cf-top-left-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-left-info-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  max-width: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-1 {
  background-color: #f3f3f3;
  overflow: hidden;
}

.code-embed {
  color: #000;
  background-color: #fff;
}

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

.heading, .heading-2 {
  color: #000;
}

.heading-3, .heading-4, .heading-5, .heading-6 {
  color: var(--black);
}

.paragraph {
  color: var(--black-4);
}

.list-item {
  color: var(--black-2);
}

.paragraph-2 {
  color: #000000b3;
}

.list {
  color: var(--black-3);
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .paragraph-3, .paragraph-4, .paragraph-5, .bold-text-2 {
  color: var(--black);
}

.paragraph-6 {
  color: var(--black-2);
}

@media screen and (min-width: 1280px) {
  .cf-tabs-element, .cf-tabs-element-2 {
    top: 18%;
    right: 21%;
  }
}

@media screen and (min-width: 1440px) {
  .contact-absolute.absolute {
    padding-left: 0%;
    padding-right: 0%;
  }

  .form-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .logo-strip {
    grid-column-gap: 46px;
  }

  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .cf-tab-image-2.tab-5 {
    width: 68%;
  }

  .cf-tab-image-2.tab-4 {
    width: 78%;
  }

  .cf-tab-image-2.tab-3 {
    width: 80%;
  }

  .cf-tab-image-2.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-element-2 {
    top: 18%;
    right: 20%;
  }

  .cf-tabs-image-2.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image-2.absolute.card {
    width: 48%;
  }

  .cf-tabs-image-2.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-image-2.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image-2.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image-2.tab-2 {
    width: 62%;
  }

  .cf-hero-email-text {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .menu-overlay {
    cursor: auto;
  }

  .logo-link {
    height: auto;
  }

  .remove {
    filter: invert();
    width: 24px;
  }

  .navigation-wrapper {
    min-height: auto;
  }

  .menu-content {
    flex-direction: column;
    top: 0;
  }

  .nav-text {
    height: auto;
  }

  .remove-circe-mobile {
    background-color: var(--black-4);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    inset: 20px 20px auto auto;
  }

  .hero {
    min-height: auto;
    padding-top: 145px;
    padding-bottom: 130px;
    position: relative;
  }

  .hero.inner {
    padding-top: 160px;
    padding-bottom: 130px;
  }

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

  .sticky-left {
    position: relative;
    top: 0;
  }

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

  .display-2 {
    font-size: 50px;
  }

  .display-1.cta {
    max-width: 100%;
    font-size: 80px;
  }

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

  .contact-absolute.absolute {
    margin-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-grid {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .hero-display.for-blog-page {
    font-size: 70px;
  }

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

  .footer-left-wrapper {
    max-width: 70%;
  }

  .legal-wrapper {
    width: 100%;
  }

  .hero-line {
    background-position: -16% -3%;
    background-size: 500px;
  }

  .contact-form-left-side {
    padding-top: 50px;
  }

  .contact-grid-main {
    grid-template-columns: 1.2fr;
  }

  .project-line-divider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

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

  .center-grid {
    grid-column-gap: 40px;
  }

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

  .top-grid.second {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .track {
    height: auto;
  }

  .wrapper {
    width: auto;
  }

  .collection-item {
    flex: 0 auto;
    width: 50%;
    padding-right: 0;
  }

  .sticky {
    width: auto;
    height: auto;
    padding: 50px 5%;
    position: relative;
    overflow: visible;
  }

  .work-content {
    height: auto;
  }

  .grid-2-columns {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .testimonials-wrapper {
    max-width: 100%;
  }

  .testimonials-quote {
    margin-top: 60px;
  }

  .vertical-flex {
    flex-direction: column;
    margin-top: 5px;
    padding-bottom: 25px;
  }

  .project-circle-text {
    width: 115px;
    height: 115px;
  }

  .category-top-2 {
    top: 20px;
    left: 20px;
  }

  .work-title-first {
    font-size: 28px;
  }

  .view-project-icon {
    font-size: 14px;
    font-weight: 600;
  }

  .logo-strip {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    justify-content: space-between;
  }

  .main-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    display: flex;
  }

  .main-grid.x2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .max-w-left {
    max-width: 550px;
  }

  .number {
    font-size: 82px;
  }

  .footer-main-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .text-field-gray {
    min-width: auto;
  }

  .cf-pricing-plan-pointer-text-18px, .cf-body---18px {
    line-height: 150%;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-tabs-right-tab-2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap-2 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain-2 {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 140px;
  }

  .cf-bottom-right-container {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-top-right-wrapper {
    max-width: 350px;
  }

  .cf-right-info-wrapper {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    position: static;
  }

  .cf-review-text {
    margin-bottom: 0;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-58px-heading {
    font-size: 50px;
  }

  .cf-top-left-contain {
    max-width: 400px;
  }

  .cf-left-info-wrapper {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0;
    position: static;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .social-icon {
    width: 35px;
    height: 27px;
  }

  .navlinks {
    height: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 50px;
    line-height: 70px;
  }

  .remove-circle {
    top: 15px;
    right: 15px;
  }

  .hero.inner {
    padding-top: 130px;
    padding-bottom: 110px;
  }

  .hero.inner.third {
    padding-top: 130px;
    padding-bottom: 115px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .display-2 {
    font-size: 38px;
    line-height: 38px;
  }

  .display-1 {
    font-size: 70px;
  }

  .display-1.cta {
    font-size: 60px;
  }

  .hero-display {
    max-width: 100%;
    font-size: 60px;
  }

  .hero-display.for-blog-page {
    font-size: 50px;
  }

  .blog-title {
    font-size: 26px;
  }

  .footer-logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .footer-left-wrapper {
    max-width: 90%;
  }

  .hero-line {
    background-position: -34% -3%;
    background-size: 400px;
  }

  .subhead {
    max-width: 95%;
  }

  .form-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .contact-form-left-side {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-area {
    border-radius: 18px;
  }

  .center-grid {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .collection-item {
    width: 100%;
  }

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

  .subhead-center.main {
    font-size: 29px;
    line-height: 1.3;
  }

  .vertical-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .logo-strip {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    margin-top: 15px;
  }

  .social-image {
    width: 17px;
  }

  .social-image.filter.biger {
    width: 24px;
  }

  .metrics-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .form-single {
    flex-direction: row;
  }

  .footer-main-grid-2 {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .text-field-gray {
    text-align: left;
    margin-right: 0;
  }

  .footer-grid-2 {
    grid-column-gap: 1.5rem;
  }

  .footer-link-main:hover {
    color: #667085;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-tabs-right-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    min-height: auto;
  }

  .cf-home-tab-link {
    padding: 15px 30px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .cf-tabs-right-tab-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-content-heading-2 {
    font-size: 22px;
  }

  .cf-tabs-left-wrap-2 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain-2 {
    flex-direction: column;
    min-height: auto;
  }

  .cf-home-tab-link-2 {
    padding: 15px 30px;
  }

  .cf-tabs-menu-2 {
    width: 100%;
  }

  .cf-features-4-tabs-heading-2 {
    font-size: 35px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-3-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-bottom-right-container {
    max-width: none;
  }

  .cf-top-right-wrapper {
    max-width: none;
    margin-top: 40px;
  }

  .cf-right-info-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .cf-hero-main-image {
    width: 60%;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-58px-heading {
    font-size: 45px;
  }

  .cf-top-left-contain {
    max-width: none;
  }

  .cf-left-info-wrapper {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }
}

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

  .navigation-grid {
    justify-content: space-between;
    display: flex;
  }

  .remove {
    width: 20px;
  }

  .hamburger-menu {
    height: 30px;
  }

  .navigation-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .flex-wrapper {
    grid-column-gap: 15px;
  }

  .template-logo {
    width: 142px;
  }

  .remove-circe-mobile {
    top: 10px;
    right: 10px;
  }

  .hero {
    padding-top: 100px;
  }

  .hero.inner {
    padding-top: 105px;
  }

  .hero.inner.third {
    padding-top: 100px;
  }

  .button-link {
    margin-bottom: 7px;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .display-3 {
    font-size: 29px;
  }

  .display-2 {
    font-size: 34px;
    line-height: 38px;
  }

  .display-1 {
    font-size: 56px;
    line-height: 1.1;
  }

  .display-1.cta {
    font-size: 40px;
  }

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

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

  .hero-grid {
    grid-row-gap: 0px;
  }

  .hero-grid.center {
    grid-row-gap: 20px;
  }

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

  .hero-display.for-blog-page {
    font-size: 10vw;
    line-height: 1.2;
  }

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

  .blog-image {
    width: 100%;
    height: auto;
    min-height: 200px;
  }

  .blog-content {
    padding-top: 30px;
  }

  .flex-data {
    grid-column-gap: 15px;
  }

  .blog-title {
    font-size: 22px;
  }

  .hero-line {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .subhead {
    font-size: 22px;
    line-height: 28px;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .contact-link {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-details-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form-left-side {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-right-side {
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-area {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .top-grid {
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .collection-item {
    width: 100%;
  }

  .work-content {
    height: 250px;
  }

  .testimonials-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .testiomonials-photo {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .margin-150px {
    margin-top: 100px;
  }

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

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

  .subhead-center {
    max-width: 100%;
    font-size: 22px;
  }

  .button-cta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .button-cta.center {
    align-items: center;
  }

  .work-title-first {
    font-size: 23px;
  }

  .view-project-icon {
    font-size: 15px;
    line-height: 20px;
  }

  .view-project-icon.w--current {
    width: 60px;
    height: 60px;
  }

  .logo-strip {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
  }

  .social-image.filter {
    width: 25px;
  }

  .main-grid.x2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .social-wrapper.add-space {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .form-single {
    align-items: center;
  }

  .footer-main-grid-2 {
    grid-row-gap: 48px;
  }

  .text-field-gray {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .subscribe-form {
    width: 100%;
  }

  .footer-grid-2 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .ratings-componnent {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
  }

  .avatar-item {
    width: 100px;
    height: 100px;
  }

  .about-photo {
    object-fit: cover;
    min-height: 350px;
  }

  .hide-div {
    display: none;
  }

  .div-block {
    align-self: flex-start;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-different-menu {
    justify-content: flex-start;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-tabs-right-tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-content-text {
    font-size: 16px;
  }

  .cf-tabs-content-heading {
    font-size: 20px;
  }

  .cf-tabs-left-wrap {
    padding: 40px 15px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .cf-home-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-menu {
    margin-bottom: 50px;
  }

  .cf-tabs-header-text {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .cf-tabs-right-tab-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-element-2._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-content-text-2 {
    font-size: 16px;
  }

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

  .cf-tabs-left-wrap-2 {
    padding: 40px 15px;
  }

  .cf-tabs-content-contain-2 {
    min-height: auto;
  }

  .cf-home-tab-link-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-menu-2 {
    margin-bottom: 50px;
  }

  .cf-tabs-header-text-2 {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading-2 {
    font-size: 30px;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-features-section-2-heading {
    color: #fff;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-hero-main-image {
    width: 100%;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-58px-heading {
    font-size: 40px;
  }
}

#w-node-_01be8294-4bfb-d338-6c7e-cc5aafd9778e-d18b1e0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_69e90c58-9b96-db39-8c1f-bdab4faa61b8-d18b1e0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a54c222e-d17d-0b7c-0384-69deb45c44c3-d18b1e0f, #w-node-_90aa2ae9-4148-106e-9526-fb8d3b1f3450-d18b1e0f, #w-node-_022a6fa9-25db-86b1-aa41-2c3896f24089-d18b1e0f, #w-node-_022a6fa9-25db-86b1-aa41-2c3896f24095-d18b1e0f, #w-node-_786f4567-4a70-3816-4e27-3d4b8c45b9ac-d18b1e0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d2c9abb-c2bf-0002-12dc-abc5da5a0e01-d18b1e0f {
  justify-self: end;
}

#w-node-_6b42c4de-16d6-aa7c-9ff8-08cd916d87d6-d4752bf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4b129a61-61be-01bc-904e-8c37d4752bf7-d4752bf0 {
  justify-self: end;
}

#w-node-_9a5bb88e-b56b-7be8-d267-ce383102c542-d18b1e26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_05893587-2632-ac69-1e69-7acad831987c-d18b1e26, #w-node-_9a5bb88e-b56b-7be8-d267-ce383102c551-d18b1e26, #w-node-_08db7139-7952-df8e-aae4-0dc5f0ca52a8-d18b1e26, #w-node-_08db7139-7952-df8e-aae4-0dc5f0ca52ae-d18b1e26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac5f87b4-1e14-ec90-e131-f2c569e0878d-d18b1e28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_38e6d2ba-1dcf-c7c5-7473-d698ac7fb8c3-d18b1e28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ca86d9a-54cc-f741-2c2f-30fc3600fa90-d18b1e29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_084f33ec-9a54-3ee1-5141-800dad09915b-d18b1e29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-e9ee70cc-c88a-7ea1-6a2b-cc8b454515e6-d18b1e2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e9ee70cc-c88a-7ea1-6a2b-cc8b454515ed-d18b1e2a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_215bf2b1-8df5-4f96-87b8-840e16c6b91b-d18b1e2b, #w-node-a8858081-3d19-913c-052f-f62774d4e14a-d18b1e2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_09450e02-c622-0be7-f05b-4b5efa3d7164-d18b1e2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c786640-afe3-a7a1-a2b1-b7cd14cbff2d-d18b1e2e {
  align-self: center;
}

#w-node-_215bf2b1-8df5-4f96-87b8-840e16c6b91b-8549bc80, #w-node-ac5f87b4-1e14-ec90-e131-f2c569e0878d-ee8539a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_38e6d2ba-1dcf-c7c5-7473-d698ac7fb8c3-ee8539a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac5f87b4-1e14-ec90-e131-f2c569e0878d-56594225 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_38e6d2ba-1dcf-c7c5-7473-d698ac7fb8c3-56594225 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a5bb88e-b56b-7be8-d267-ce383102c542-6eaaa4d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_05893587-2632-ac69-1e69-7acad831987c-6eaaa4d6, #w-node-_9a5bb88e-b56b-7be8-d267-ce383102c551-6eaaa4d6, #w-node-_08db7139-7952-df8e-aae4-0dc5f0ca52a8-6eaaa4d6, #w-node-_08db7139-7952-df8e-aae4-0dc5f0ca52ae-6eaaa4d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac5f87b4-1e14-ec90-e131-f2c569e0878d-0b3d1a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_38e6d2ba-1dcf-c7c5-7473-d698ac7fb8c3-0b3d1a8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


