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

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

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

:root {
  --bg-color-01: black;
  --text-color-01: white;
  --bg-color-02: #ffffff0d;
  --text-color-02: #fffc;
  --brand-secondary: #ffa260;
  --stoke-color-01: #ffffff1a;
  --text-color-03: #cdcdcd;
  --brand-primary: #398fff;
  --transparent: transparent;
}

body {
  background-color: var(--bg-color-01);
  color: var(--text-color-01);
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.12em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.28em;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33em;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  color: #fffc;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 24px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.container {
  align-self: flex-start;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.page-vertical-padding {
  padding-left: 40px;
  padding-right: 40px;
}

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

.heading-style-h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33em;
}

.heading-style-h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em;
}

.heading-style-h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33em;
}

.hero {
  background-color: var(--bg-color-01);
  background-image: url('../images/hero-bg-dot.svg'), url('../images/hero-pattern-bg.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 96px;
  display: flex;
  position: relative;
}

.about {
  background-image: url('../images/about-section-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features {
  background-image: url('../images/feature-section-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.clients {
  background-image: url('../images/clients-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.why {
  background-image: url('../images/why-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.work {
  background-image: url('../images/work-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial {
  background-image: url('../images/testimonial-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing {
  background-image: url('../images/pricing-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team {
  background-image: url('../images/team-section-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact {
  background-color: var(--bg-color-01);
  background-image: url('../images/contact-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blogs-v2 {
  background-color: var(--bg-color-01);
  background-image: url('../images/blog-v2-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq {
  background-image: url('../images/faq-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer {
  background-color: var(--bg-color-01);
  background-image: url('../images/footer-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.hero-contant-wrapper {
  z-index: 2;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-top-block {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-caption-block {
  grid-column-gap: 8px;
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--text-color-02);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.icon-20px {
  width: 20px;
  height: 20px;
}

.body-text-b4 {
  font-size: 14px;
  line-height: 1.42em;
}

.body-text-b4.text-opacity-90 {
  opacity: .9;
}

.hero-info-block {
  grid-row-gap: 16px;
  width: 100%;
  max-width: 700px;
  color: var(--text-color-01);
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-sub-heading {
  color: var(--brand-secondary);
  font-family: Instrument Serif, sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 400;
}

.hero-description-block {
  max-width: 550px;
  color: var(--text-color-02);
  margin-left: auto;
  margin-right: auto;
}

.hero-button-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-contant-wrapper {
  z-index: 2;
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.about-details-block {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-caption-block {
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--text-color-02);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 1.42em;
  display: flex;
}

.about-description-block {
  color: var(--text-color-02);
}

.about-text-content-block {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 579px;
  display: flex;
}

.experties-contant-wrapper {
  z-index: 2;
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.experties-card {
  grid-row-gap: 4px;
  border: 1px solid var(--bg-color-02);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: var(--text-color-01);
  text-align: center;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.experties-title-text {
  color: var(--text-color-02);
}

.features-contant-wrapper {
  z-index: 2;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.section-top-block {
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-top-block.service-section {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  position: sticky;
  top: 100px;
}

.features-title-block {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

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

.features-card {
  grid-row-gap: 44px;
  border: 1px solid var(--bg-color-02);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  text-align: center;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 56px 16px;
  display: flex;
}

.features-logo-block {
  border: 1px solid var(--stoke-color-01);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.features-info-block {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.features-card-description-block {
  color: var(--text-color-02);
}

.clients-contant-wrapper {
  z-index: 2;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

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

.clients-marquee-inner-logo-block {
  grid-column-gap: 64px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clients-logo {
  border: 1px solid var(--bg-color-02);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.clients-marquee-logo-wrapper {
  grid-column-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.why-contant-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.why-details-block {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.why-title-block {
  max-width: 480px;
  color: var(--text-color-01);
}

.why-description-block {
  color: var(--text-color-02);
}

.work-contant-wrapper {
  z-index: 2;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.work-title-block {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.work-cards-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-card {
  border: 1px solid var(--bg-color-02);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 600px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.work-card.work-card-01 {
  background-image: url('../images/work-img-01_1work-img-01.avif');
}

.work-card.work-card-02 {
  background-image: url('../images/work-img-02_1work-img-02.avif');
}

.work-card.work-card-03 {
  background-image: url('../images/work-img-03_1work-img-03.avif');
}

.work-card.work-card-04 {
  background-image: url('../images/work-img-04_1work-img-04.avif');
}

.work-card-info-block {
  grid-row-gap: 32px;
  border: 1px solid var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #00000080;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 24px;
  display: flex;
}

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

.work-card-result-block-single {
  grid-row-gap: 8px;
  width: 100%;
  color: var(--text-color-01);
  flex-flow: column;
  display: flex;
}

.work-card-result-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.team-contant-wrapper {
  z-index: 2;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-title-block {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.teams-slider-wrapper {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.team-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 64px;
  position: relative;
}

.team-slider-mask {
  width: auto;
  max-width: 362px;
  overflow: visible;
}

.team-card-slider-item {
  margin-right: 24px;
}

.teams-left-arrow, .teams-right-arrow {
  display: none;
}

.tesma-slide-nav {
  position: absolute;
  inset: auto 0% 0%;
}

.team-card {
  grid-row-gap: 16px;
  border: 1px solid var(--bg-color-02);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  flex-flow: column;
  padding: 16px 16px 24px;
  display: flex;
}

.team-card-image-block {
  border: 1px solid var(--bg-color-02);
  border-radius: 8px;
  overflow: hidden;
}

.team-card-info-block {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-contant-wrapper {
  z-index: 2;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.contact-title-block {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.contact-blocks-wrapper {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-left-block {
  border: 1px solid var(--bg-color-02);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.contact-info-block {
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.body-text-b1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
}

.body-text-b2 {
  font-size: 16px;
  line-height: 1.5em;
}

.social-link-blocks-wrapper {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.social-link-block {
  grid-column-gap: 8px;
  border: 1px solid var(--bg-color-02);
  color: var(--text-color-01);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
}

.blog-back-button-icon-v1 {
  position: absolute;
}

.contact-form-wrapper {
  grid-row-gap: 32px;
  border: 1px solid var(--bg-color-02);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.contact-info-blocks-wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.contact-form-title-block {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.contact-form-info-description-block {
  max-width: 530px;
  color: var(--text-color-02);
}

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

.contact-form {
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.contact-form-label {
  margin-bottom: 8px;
  font-weight: 400;
}

.contact-form-input-field {
  border: 1px solid var(--bg-color-02);
  width: 100%;
  height: 60px;
  color: var(--text-color-01);
  background-color: #0000;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
}

.contact-form-input-field:focus {
  border-color: #7ec3f4;
}

.contact-form-input-field::placeholder {
  color: #fff6;
}

.contact-form-input-field.text-area {
  height: 120px;
}

.contact-form-input-field.select {
  appearance: none;
  background-image: url('../images/chaveron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.contact-form-field-block {
  width: 100%;
}

.contact-form-fields-wrapper {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-form-content-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.contact-form-button-block {
  flex-flow: column;
  display: flex;
}

/* ── Contact form enhancements ─────────────────────────────── */

/* Label with right-aligned extras */
.contact-form-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.contact-form-label-optional {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
}

.contact-form-char-counter {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}

/* Taller textarea */
.contact-form-input-field.text-area {
  height: 160px;
  resize: vertical;
}

/* Validation error highlight (JS-driven) */
.contact-form-input-field.contact-field-error {
  border-color: rgba(255, 80, 80, 0.6);
  animation: contact-shake 0.3s ease;
}

@keyframes contact-shake {
  0%, 100% { transform: translateX(0); }
  25%       { transform: translateX(-4px); }
  75%       { transform: translateX(4px); }
}

/* Subtle validation states */
.contact-form-input-field:invalid:not(:focus):not(:placeholder-shown) {
  border-color: rgba(255, 80, 80, 0.45);
}
.contact-form-input-field:valid:not(:placeholder-shown) {
  border-color: rgba(72, 190, 104, 0.35);
}
/* select: don't apply valid state to default placeholder option */
select.contact-form-input-field:required:invalid {
  color: rgba(255, 255, 255, 0.4);
}

/* Topic pills */
.contact-form-topic-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.contact-topic-pill {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.contact-topic-checkbox {
  display: none;
}

.contact-topic-pill span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(57, 143, 255, 0.04);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.contact-topic-pill:hover span {
  border-color: rgba(57, 143, 255, 0.45);
  color: rgba(255, 255, 255, 0.85);
  background: rgba(57, 143, 255, 0.1);
}

.contact-topic-checkbox:checked + span {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  background: rgba(255, 162, 96, 0.1);
  box-shadow: 0 0 0 1px rgba(255, 162, 96, 0.25);
}

/* Form footer: trust line + button */
.contact-form-footer {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form-trust-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.32);
  line-height: 1.4;
}

.contact-form-trust-line svg {
  flex-shrink: 0;
  opacity: 0.5;
}

/* Submit button states */
#contact-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  border: none;
}

.contact-btn-loading {
  display: none;
  align-items: center;
  gap: 8px;
}

.contact-btn-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  animation: contact-spin 0.7s linear infinite;
  flex-shrink: 0;
}

@keyframes contact-spin {
  to { transform: rotate(360deg); }
}

#contact-submit-btn.is-loading .contact-btn-label {
  display: none;
}

#contact-submit-btn.is-loading .contact-btn-loading {
  display: flex;
}

#contact-submit-btn.is-loading {
  pointer-events: none;
  opacity: 0.75;
}

/* Success state */
.form-success-state {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 24px;
  gap: 12px;
}

.form-success-state.is-visible {
  display: flex;
}

.contact-success-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(72, 190, 104, 0.12);
  border: 1px solid rgba(72, 190, 104, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #48be68;
  margin-bottom: 8px;
  animation: contact-pop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

@keyframes contact-pop {
  from { transform: scale(0.6); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}

.contact-success-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color-01);
}

.contact-success-body {
  font-size: 14px;
  color: var(--text-color-02);
  max-width: 340px;
  line-height: 1.6;
}

/* Error state */
.form-error-state {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 24px;
  gap: 16px;
  font-size: 14px;
  color: var(--text-color-02);
  line-height: 1.6;
}

.form-error-state.is-visible {
  display: flex;
}

.contact-retry-btn {
  background: rgba(57, 143, 255, 0.08);
  border: 1px solid rgba(57, 143, 255, 0.3);
  border-radius: 30px;
  padding: 9px 22px;
  color: var(--text-color-01);
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.contact-retry-btn:hover {
  background: rgba(57, 143, 255, 0.16);
  border-color: rgba(57, 143, 255, 0.5);
}

/* ── End contact form enhancements ─────────────────────────── */

.blogs-v2-contant-wrapper {
  z-index: 2;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.blog-card {
  grid-row-gap: 24px;
  border: 1px solid var(--bg-color-02);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  height: 100%;
  color: var(--text-color-01);
  border-radius: 12px;
  flex-flow: column;
  padding: 16px 16px 24px;
  display: flex;
}

.blog-card-image-block {
  border: 1px solid var(--bg-color-02);
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.blog-card-info-block {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.blog-card-title-block {
  color: var(--text-color-01);
}

.blog-card-excerpt {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
  margin: 8px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-category-block {
  border: 1px solid #fcfcf433;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  display: flex;
}

.blog-button-block {
  text-align: center;
}

.faq-contant-wrapper {
  z-index: 2;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.blog-title-block {
  max-width: 600px;
  color: var(--text-color-01);
  text-align: center;
}

.faq-title-block {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.faq-block {
  grid-row-gap: 24px;
  border: 1px solid var(--bg-color-02);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
}

.faq-item {
  border: 1px solid var(--bg-color-02);
  border-radius: 12px;
  width: 100%;
}

.faq-question-block {
  grid-column-gap: 16px;
  color: var(--text-color-01);
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.faq-question {
  white-space: normal;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
}

.faq-icon-block {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-icon-line-v2 {
  background-color: var(--text-color-01);
  flex: none;
  width: 2px;
  height: 80%;
  position: absolute;
}

.faq-icon-line-v1 {
  background-color: var(--text-color-01);
  flex: none;
  width: 80%;
  height: 2px;
}

.faq-answer-block {
  background-color: #0000;
  position: static;
}

.faq-answer-wrapper {
  color: var(--text-color-02);
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

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

.footer-top-block {
  grid-column-gap: 120px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.footer-title-block {
  width: 100%;
  max-width: 696px;
  color: var(--text-color-01);
}

.footer-form-wrapper {
  width: 100%;
  max-width: 320px;
}

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

.footer-form {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-text-field {
  border: 1px solid var(--stoke-color-01);
  width: 100%;
  height: 52px;
  color: var(--text-color-01);
  background-color: #0000;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1.5em;
}

.footer-text-field::placeholder {
  color: #fff9;
}

.footer-info-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-info-block {
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 240px;
  display: flex;
}

.footer-nav-blocks-wrapper {
  grid-column-gap: 88px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 452px;
  display: grid;
}

.footer-description-block {
  grid-row-gap: 4px;
  width: 100%;
  max-width: 240px;
  color: var(--text-color-02);
  flex-flow: column;
  display: flex;
}

.footer-nav-block {
  grid-row-gap: 24px;
  color: var(--text-color-01);
  flex-flow: column;
  display: flex;
}

.footer-nav-link-block {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: var(--text-color-02);
  font-size: 16px;
  line-height: 1.5em;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  transition: text-decoration-color .4s ease-in-out, color .4s ease-in-out;
}

.footer-link:hover {
  color: var(--brand-secondary);
  text-decoration: underline;
}

.footer-devider-block {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 24px;
}

.footer-bottom-link {
  color: var(--text-color-03);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.process {
  background-image: url('../images/process-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.privacy-hero {
  background-color: var(--bg-color-01);
  justify-content: center;
  align-items: center;
  padding-top: 196px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.privacy-hero-contant-wrapper {
  z-index: 2;
  max-width: 840px;
  color: var(--text-color-01);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.privacy-contant {
  background-color: var(--bg-color-01);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.privacy-rich-text h2 {
  color: var(--text-color-01);
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.privacy-rich-text p {
  color: var(--text-color-02);
}

.privacy-rich-text h3 {
  margin-bottom: 24px;
  line-height: 1em;
}

.privacy-rich-text ol {
  color: var(--text-color-02);
  margin-bottom: 0;
  padding-left: 24px;
}

.pricing-contant-wrapper {
  z-index: 2;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.pricing-title-block {
  grid-column-gap: 12px;
  max-width: 550px;
  color: var(--text-color-01);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-block {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffff0d;
  border: 1px solid #ffffff0d;
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  display: flex;
}

.icon-16px {
  width: 16px;
  height: 16px;
}

.blog-details-top-block {
  grid-row-gap: 24px;
  flex-flow: column;
}

.blog-info-block {
  grid-column-gap: 24px;
  opacity: .9;
  color: var(--text-color-02);
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-details-title-block {
  max-width: 860px;
  color: var(--text-color-01);
  text-align: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details {
  background-image: url('../images/blog-details-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 144px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.blog-details-contant-wrapper {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.blog-back-block {
  grid-column-gap: 8px;
  color: var(--text-color-03);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
}

.blog-details-image-block {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid #fcfcf433;
  border-radius: 12px;
  width: 100%;
  height: 620px;
  overflow: hidden;
}

.blog-details-wrapper {
  z-index: 2;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.blogs {
  background-image: url('../images/blog-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  background-image: url('../images/404-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 196px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.utility-page-content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

._404-content-block {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.templates-hero {
  background-color: var(--bg-color-01);
  justify-content: center;
  align-items: center;
  padding-top: 196px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.templates-hero-content-wrapper {
  z-index: 2;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.templates-hero-description {
  color: var(--text-color-02);
}

.templates-content-wrapper-v2 {
  grid-column-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.licenses-link {
  color: var(--text-color-01);
  transition: color .4s ease-in-out;
}

.licenses-link:hover {
  color: var(--brand-secondary);
}

.licenses-content-description {
  color: var(--text-color-03);
}

.licenses-content-block {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.templates-content-block {
  grid-row-gap: 56px;
  background-color: var(--bg-color-02);
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1006px;
  padding: 32px 32px 48px;
  display: flex;
}

.templates-nav-link {
  grid-column-gap: 8px;
  color: var(--text-color-01);
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px;
  font-weight: 600;
  transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
  display: flex;
}

.templates-nav-link:hover, .templates-nav-link.w--current {
  border: 1px solid var(--bg-color-01);
  background-color: var(--bg-color-01);
}

.templates-content {
  padding-top: 40px;
  padding-bottom: 100px;
}

.templates-nav-block {
  grid-row-gap: 16px;
  background-color: var(--bg-color-02);
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 306px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 124px;
  box-shadow: 0 4px 6px -2px #10182808, 0 12px 16px -4px #10182814;
}

.template-content-item {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.template-content-subtext {
  color: var(--text-color-02);
}

.templates-content-wrapper {
  grid-row-gap: 32px;
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 24px;
  flex-flow: column;
  padding: 48px;
  display: flex;
  box-shadow: 0 0 7px -2px #4c525f08, 0 0 19.4px -4px #747b870d;
}

.about-image-cards-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 357px;
  display: grid;
  position: relative;
}

.about-image-card {
  grid-row-gap: 24px;
  border: 1px solid var(--bg-color-02);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.about-image-card-02-avatar-block {
  text-align: center;
}

.about-image-card-avater {
  width: 32px;
  height: 32px;
}

.about-image-card-avater.margin-left--12px {
  margin-left: -12px;
}

.about-card-bottom-block {
  color: var(--text-color-01);
  text-align: center;
}

.about-image-card-02-ratting-block {
  grid-column-gap: 4.85px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.about-image-card-03-arrow-block {
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border: 1px solid #ffffff1a;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.about-boost-image-block {
  z-index: -1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: 80px 320px 0% auto;
}

.why-images-wrapper {
  z-index: 2;
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 504px;
  display: flex;
  position: absolute;
}

.why-image-card-01 {
  grid-row-gap: 24px;
  border: 1px solid var(--bg-color-02);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 200px;
  display: flex;
}

.why-images-wrapper-inner {
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.why-image-icon-block {
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border: 1px solid #ffffff1a;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.why-image-card-01-info-block {
  grid-row-gap: 8px;
  color: var(--text-color-01);
  text-align: center;
  flex-flow: column;
  display: flex;
}

.why-card-image-block {
  align-self: flex-end;
}

.service {
  background-image: url('../images/service-section-bg-dot.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-contant-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.service-title-block {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.service-cards-block {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.service-card {
  grid-row-gap: 44px;
  background-color: var(--bg-color-01);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-image: radial-gradient(circle at 50% -51%, #398fff, #000 43%);
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  padding: 48px 32px;
  display: flex;
  position: sticky;
  top: 110px;
}

.service-card-logo-block {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.service-card-info-block {
  grid-row-gap: 16px;
  color: var(--text-color-01);
  text-align: center;
  flex-flow: column;
  display: flex;
}

.service-card-description-block {
  color: #fffc;
}

.service-card-title-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33em;
}

.process-contant-wrapper {
  z-index: 2;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.process-title-block {
  max-width: 500px;
}

.testimonials-contant-wrapper {
  z-index: 2;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.testimonials-title-block {
  max-width: 500px;
}

.navbar {
  z-index: 5;
  background-color: #0000;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.nav-links-wrapper {
  grid-column-gap: 40px;
  border: 1px solid var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0000001a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.hero-bg-glow {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 769px;
  height: 460px;
  position: absolute;
}

.nav-link {
  color: var(--text-color-02);
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
  transition: text-decoration-color .4s ease-in-out, color .4s ease-in-out;
}

.nav-link:hover {
  color: var(--brand-secondary);
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--text-color-02);
}

.nav-button-block-mobile, .nav-menu-top-block {
  display: none;
}

.nav-bg-in-scroll {
  z-index: 1;
  opacity: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.footer-bg-glow {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 669px;
  height: 400px;
  position: absolute;
}

.newsletter-form-success-state {
  background-color: #0000;
}

.newsletter-form-error-state {
  background-color: #0000;
  margin-top: 16px;
  padding: 0;
}

.button-secondary-full-width {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--text-color-01);
  background-color: #398fff0a;
  background-image: radial-gradient(circle closest-corner at 50% -150%, #398fff66, #398fff00 70%);
  border-radius: 30px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: box-shadow .4s ease-in-out;
  box-shadow: 0 0 0 1px #6957ba40, 0 2px 4px #00000040, inset 0 1px #ffffff59;
}

.button-secondary-full-width:hover {
  background-image: radial-gradient(circle at 50% -120%, #398fff66, #398fff00 70%);
  box-shadow: 0 0 0 1px #6957ba40, 0 3px 7px 1px #398fff40, inset 0 1px #ffffff59;
}

.body-text-b3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.faq-bg-glow {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 769px;
  height: 460px;
  position: absolute;
}

._404-bg-glow {
  z-index: 1;
  opacity: .65;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 807px;
  height: 760px;
  position: absolute;
}

.button-primary {
  width: 150px;
  height: 56px;
  color: var(--text-color-01);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: box-shadow .8s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 4px #ffffff1a;
}

.button-primary:hover {
  box-shadow: inset 0 4px 4px #ffffff40, inset 0 0 4px #ffffff40, inset 0 0 11px #398fffe6;
}

.button-primary.v2 {
  width: 100%;
}

.button-primary-glow-wrapper {
  z-index: 3;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-primary-glow {
  filter: blur(5px);
  background-image: radial-gradient(circle at 25%, #398fffe6, #fff);
  width: 60%;
  height: 70%;
  margin-left: 60%;
}

.button-primary-border {
  z-index: 1;
  background-color: var(--bg-color-02);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.button-primary-inner {
  z-index: 9;
  background-color: var(--bg-color-01);
  border-radius: 30px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 145px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 2px 2px 3px 3px;
}

.button-primary-inner.v2 {
  width: 98.6%;
}

.button-primary-text {
  font-weight: 500;
}

.button-primary-hover {
  z-index: 4;
  background-image: radial-gradient(circle, #398fffe6, #398fff00);
  border-radius: 30px;
  display: none;
  position: absolute;
  inset: 0%;
}

.blog-details-image-wrapper {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 72px;
  display: flex;
}

.blog-back-button-icon-block {
  width: 24px;
  height: 24px;
  position: relative;
}

.blog-back-button-icon-v2 {
  opacity: 0;
  position: absolute;
}

.blog-details-bg-glow {
  z-index: 1;
  opacity: .65;
  filter: blur(276px);
  background-image: radial-gradient(circle, #6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 807px;
  height: 760px;
  position: absolute;
}

.blog-details-text h3 {
  margin-bottom: 24px;
  line-height: 1em;
}

.blog-details-text p {
  color: var(--text-color-02);
}

.blog-details-text ul {
  color: var(--text-color-02);
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 24px;
}

.blog-details-text figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

.blog-details-text blockquote {
  border: 1px solid #fefefe33;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
}

.blog-bg-glow {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 769px;
  height: 460px;
  position: absolute;
}

.blog-card-info-top-block {
  color: var(--text-color-02);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-secondary {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--text-color-01);
  background-color: #398fff0a;
  background-image: radial-gradient(circle closest-corner at 50% -40%, #398fff66, #398fff00 60%);
  border-radius: 30px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: box-shadow .4s ease-in-out;
  box-shadow: 0 0 0 1px #6957ba40, 0 2px 4px #00000040, inset 0 1px #ffffff59;
}

.button-secondary:hover {
  background-image: radial-gradient(circle at 50% -25%, #398fff66, #398fff00 60%);
  box-shadow: 0 0 0 1px #6957ba40, 0 3px 7px 1px #398fff40, inset 0 1px #ffffff59;
}

.blogs-content-wrapper {
  z-index: 2;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.nav-button {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: var(--text-color-01);
  background-color: #398fff0a;
  background-image: radial-gradient(circle closest-corner at 50% -40%, #398fff66, #398fff00 60%);
  border-radius: 30px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: box-shadow .4s ease-in-out;
  box-shadow: 0 0 0 1px #6957ba40, 0 2px 4px #00000040, inset 0 1px #ffffff59;
}

.nav-button:hover {
  background-image: radial-gradient(circle at 50% -25%, #398fff66, #398fff00 60%);
  box-shadow: 0 0 0 1px #6957ba40, 0 3px 7px 1px #398fff40, inset 0 1px #ffffff59;
}

.blog-details-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.privacy-hero-bg-glow {
  opacity: .65;
  filter: blur(274px);
  background-image: radial-gradient(circle, #6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 340px;
  height: 320px;
  position: absolute;
}

.privacy-content-bg-glow {
  z-index: 1;
  opacity: .65;
  filter: blur(274px);
  background-image: radial-gradient(circle, #6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 807px;
  height: 760px;
  position: absolute;
}

.privacy-content-wrapper {
  z-index: 2;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.templates-hero-bg-glow {
  z-index: 1;
  filter: blur(274px);
  background-image: radial-gradient(circle, #6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100px;
  width: 100%;
  max-width: 340px;
  height: 320px;
  position: absolute;
}

.template-nav-icon {
  filter: invert();
  width: 24px;
  height: 24px;
}

.contact-bg-glow {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 769px;
  height: 460px;
  position: absolute;
}

.contact-map-image {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.contact-link {
  color: var(--text-color-02);
  font-size: 16px;
  line-height: 1.5em;
}

.icon-24px {
  width: 24px;
  height: 24px;
}

.features-glow-block {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 769px;
  height: 460px;
  position: absolute;
}

.about-glow-block {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 669px;
  height: 400px;
  position: absolute;
}

.about-image-card-01-title {
  opacity: .8;
  font-size: 16px;
  line-height: 1.5em;
}

.about-image-card-01-image {
  width: 100%;
  height: 100px;
}

.about-boost-image {
  width: 160px;
  height: 160px;
}

.about-image-card-text {
  font-size: 16px;
  line-height: 1.5em;
}

.experties {
  background-image: url('../images/experties-bg-dot.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.experties-glow-block {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 334px;
  height: 200px;
  position: absolute;
}

.clients-bg-glow {
  z-index: 1;
  opacity: .65;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 1025px;
  height: 248px;
  position: absolute;
}

.clients-marquee-shadow-block-left {
  background-image: linear-gradient(90deg, #000, #0000);
  width: 112px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.clients-marquee-shadow-block-right {
  background-image: linear-gradient(270deg, #000, #0000);
  width: 112px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-bg-glow {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 836px;
  height: 500px;
  position: absolute;
  top: 316px;
}

.team-bg-glow {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 568px;
  height: 340px;
  position: absolute;
}

.team-position-text {
  opacity: .9;
  color: var(--text-color-02);
  font-size: 14px;
  line-height: 1.42em;
}

.team-slider-code-block {
  display: none;
}

.work-bg-glow {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 1104px;
  height: 660px;
  position: absolute;
}

.work-card-title-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33em;
}

.why-bg-glow {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 669px;
  height: 400px;
  position: absolute;
}

.why-text-content-block {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 530px;
  display: flex;
}

.hero-inner {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 160px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.why-graphic-circle-large {
  z-index: 1;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 578px;
  height: 578px;
  display: flex;
  position: absolute;
}

.why-graphic-circle-small {
  z-index: 1;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 498px;
  height: 498px;
  display: flex;
  position: absolute;
}

.why-drive-icon-block {
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 90px;
}

.why-youtube-icon-block {
  border: 1px solid var(--stoke-color-01);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 110px;
}

.why-image-card-02 {
  grid-row-gap: 24px;
  border: 1px solid var(--bg-color-02);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  flex-flow: column;
  width: 300px;
  padding: 16px;
  display: flex;
}

.why-card-chart-image {
  width: 100%;
}

.why-image-card-03 {
  grid-column-gap: 13px;
  grid-row-gap: 24px;
  border: 1px solid var(--bg-color-02);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  width: 300px;
  padding: 16px;
  display: flex;
}

.why-image-card-03-info-block {
  grid-row-gap: 16px;
  color: var(--text-color-01);
  text-align: center;
  flex-flow: column;
  display: flex;
}

.why-card-graph-image {
  width: 100%;
}

.why-graphics-items-wrapper {
  justify-content: center;
  align-items: center;
  width: 578px;
  height: 578px;
  display: flex;
  position: relative;
}

.pricing-bg-glow {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 535px;
  height: 320px;
  position: absolute;
}

.pricing-tabs-block {
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.pricing-tab-content-block {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 380px;
  display: flex;
}

.pricing-tab {
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid #fcfcf433;
  border-radius: 12px;
  flex-flow: column;
  padding: 16px;
  display: flex;
  overflow: hidden;
}

.pricing-tab-top-block {
  color: var(--text-color-02);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price-tab-title-block {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price-tab-icon-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-tab-icon {
  width: 12px;
  height: 12px;
}

.price-tab-icon-active {
  width: 16px;
  height: 16px;
  display: none;
}

.pricing-tab-price-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33em;
}

.price-subtext {
  font-size: 20px;
  font-weight: 500;
}

.pricing-tab-list-block {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-tab-list-item {
  grid-column-gap: 8px;
  color: var(--text-color-02);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-content-button-block {
  flex-flow: column;
  display: flex;
}

.pricing-features-lists-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.pricing-feature-list-01 {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.pricing-feature-list-item {
  grid-column-gap: 8px;
  color: var(--text-color-02);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-feature-list-02, .pricing-feature-list-03 {
  grid-row-gap: 20px;
  opacity: 0;
  flex-flow: column;
  display: flex;
  position: absolute;
}

.testimonial-bg-glow {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 535px;
  height: 320px;
  position: absolute;
}

.testimonial-content-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-triggers-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 363px;
  height: 348px;
  display: flex;
  position: relative;
}

.testimonial-triggrers-center-block {
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  display: flex;
}

.testimonial-triggers-center-icon {
  width: 40px;
}

.testimonial-triggrer-block-01 {
  border: 1px solid var(--stoke-color-01);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  inset: 11px 38px auto auto;
}

.testimonial-triggrer-block-02 {
  border: 1px solid var(--stoke-color-01);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  display: flex;
  position: absolute;
  inset: 127px 0% auto auto;
}

.testimonial-triggrer-block-03 {
  border: 1px solid var(--stoke-color-01);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto 44px 53px auto;
}

.testimonial-triggrer-block-04 {
  border: 1px solid var(--stoke-color-01);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  position: absolute;
  inset: auto auto 0 118px;
}

.testimonial-triggrer-block-05 {
  border: 1px solid var(--stoke-color-01);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  position: absolute;
  inset: auto auto 76px 0%;
}

.testimonial-triggrer-block-06 {
  border: 1px solid var(--stoke-color-01);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  position: absolute;
  inset: 56px auto auto 0%;
}

.testimonial-triggrer-block-07 {
  border: 1px solid var(--stoke-color-01);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 106px;
}

.testimonial-trigger-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.reviews-wrapper {
  width: 100%;
  max-width: 660px;
}

.review-card {
  grid-row-gap: 32px;
  border: 1px solid var(--bg-color-02);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.review-card.two, .review-card.three, .review-card.four, .review-card.five, .review-card.six, .review-card.seven {
  display: none;
}

.review-card-rating-block {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-card-description-block {
  opacity: .9;
  width: 100%;
}

.review-text {
  font-size: 24px;
  line-height: 1.5em;
}

.review-author-block {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-author-logo-block {
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-32px {
  width: 32px;
  height: 32px;
}

.review-author-info-block {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.review-author-position-text {
  opacity: .9;
  font-size: 16px;
  line-height: 1.5em;
}

.testimonial-trigger-active-border {
  border: 4px solid #0000;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.process-wrapper {
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1378px;
  display: flex;
  position: relative;
}

.process-bg-glow {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 769px;
  height: 460px;
  position: absolute;
}

.proces-card-bg-line {
  z-index: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffff1a;
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 8px;
  height: 939px;
  display: flex;
  position: absolute;
  top: 157px;
}

.process-top-logo-block {
  z-index: 2;
  border: 1px solid var(--stoke-color-01);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: relative;
}

.process-top-logo-image {
  width: 92px;
  height: 92px;
}

.proces-card-bg-line-active {
  background-color: var(--brand-secondary);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 4px;
  width: 4px;
  height: 70px;
  position: absolute;
  top: 3px;
}

.process-cards-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 1060px;
  display: flex;
  position: relative;
}

.process-cards-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.process-card {
  grid-row-gap: 32px;
  border: 1px solid var(--bg-color-02);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 484px;
  padding: 24px;
  display: flex;
  transform: rotate(6deg);
}

.process-card.process-card-right-03, .process-card.process-card-right-01, .process-card.process-card-right-02 {
  transform: rotate(-6deg);
}

.process-card-icon-block {
  border: 1px solid var(--stoke-color-01);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.process-icon {
  width: 40px;
  height: 40px;
}

.process-card-info-block {
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.proces-card-description-block, .text-block {
  color: var(--text-color-02);
}

.form-success-state {
  border: 1px solid var(--stoke-color-01);
  background-color: #0000;
  border-radius: 8px;
}

.form-error-state {
  border: 1px solid var(--stoke-color-01);
  background-color: #0000;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5em;
}

.primary-button-2 {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #48be68;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.buttons-block {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  background-color: #0f0f0f;
  border-radius: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 48px;
  display: flex;
}

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

.style-title {
  border: 1px solid var(--bg-color-02);
  background-color: var(--bg-color-02);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.color-block {
  grid-row-gap: 8px;
  border: 1px solid var(--bg-color-02);
  text-align: center;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding: 16px;
  display: flex;
}

.color-block.text-color-01 {
  background-color: var(--text-color-01);
  color: var(--bg-color-01);
}

.color-block.bg-color-02 {
  background-color: var(--bg-color-02);
}

.color-block.text-color-02 {
  background-color: var(--text-color-02);
  color: var(--bg-color-01);
}

.color-block.text-color-03 {
  background-color: var(--text-color-03);
  color: var(--bg-color-01);
}

.color-block.brand-primary {
  background-color: var(--brand-primary);
}

.color-block.brand-secondary {
  background-color: var(--brand-secondary);
}

.color-block.bg-color-01 {
  background-color: var(--bg-color-01);
}

.color-block.stroke-coor-01 {
  background-color: var(--stoke-color-01);
}

.typography-item-block {
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--stoke-color-01);
  flex-flow: column;
  padding: 32px 24px;
  display: flex;
}

.ui-elements-block, .rich-text-block {
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.colors-block {
  grid-row-gap: 56px;
  border-radius: 24px;
  flex-flow: column;
  display: flex;
  box-shadow: 0 0 7px -2px #4c525f08, 0 0 19.4px -4px #747b870d;
}

.stytle-title-inner {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.templates-content-block-2 {
  grid-row-gap: 56px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1006px;
  padding: 32px 32px 48px;
  display: flex;
}

.style-image {
  width: 100%;
  height: 100%;
}

.style-image-block {
  background-color: #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: flex;
}

.template-content-blocks-wrapper {
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
}

.typography-block {
  border-radius: 24px;
  flex-flow: column;
  display: flex;
  box-shadow: 0 0 7px -2px #4c525f08, 0 0 19.4px -4px #747b870d;
}

.details-rich-text h1, .details-rich-text h2, .details-rich-text h3, .details-rich-text h4, .details-rich-text h5, .details-rich-text h6 {
  margin-bottom: 24px;
}

.details-rich-text blockquote {
  border: 1px solid #fefefe33;
  border-radius: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.details-rich-text p {
  color: var(--text-color-02);
}

.details-rich-text ol, .details-rich-text ul {
  color: var(--text-color-02);
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
}

.cursor-pointer-dot-wrapper {
  z-index: 9999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-poiner-dot {
  background-color: var(--brand-primary);
  filter: blur(5px);
  border-radius: 100%;
  width: 16px;
  height: 16px;
}

.blog-page-bg-glow {
  z-index: 1;
  opacity: .8;
  filter: blur(274px);
  background-image: linear-gradient(#6957ba00, #7ec3f4 48.08%, #6957ba00 81.05%);
  border-radius: 100%;
  width: 100%;
  max-width: 701px;
  height: 660px;
  position: absolute;
}

.form-select-option-color-code {
  display: none;
}

.bold-text {
  font-weight: 400;
}

.heading {
  font-size: 56px;
}

.heading-2 {
  margin-right: 0;
  font-size: 64px;
}

.heading-3, .heading-4 {
  font-size: 60px;
}

.heading-5 {
  border-radius: 0;
  padding-right: 0;
  font-size: 80px;
}

@media screen and (max-width: 991px) {
  .page-vertical-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero {
    min-height: auto;
  }

  .footer {
    padding-top: 80px;
  }

  .about-contant-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-text-content-block {
    max-width: 100%;
  }

  .experties-contant-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .section-top-block.service-section {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: 0;
  }

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

  .clients-marquee-inner-logo-block, .clients-marquee-logo-wrapper {
    grid-column-gap: 48px;
  }

  .why-contant-wrapper {
    grid-row-gap: 120px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .why-title-block {
    max-width: 100%;
  }

  .work-cards-block {
    grid-template-columns: 1fr;
  }

  .team-slider-mask {
    max-width: 100%;
  }

  .contact-blocks-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .contact-left-block {
    grid-row-gap: 32px;
  }

  .social-link-block {
    color: var(--text-color-01);
  }

  .contact-form-wrapper {
    order: -1;
  }

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

  .blog-card-image-block {
    height: 350px;
  }

  .faq-block {
    padding: 32px;
  }

  .footer-top-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
  }

  .footer-title-block, .footer-form-wrapper {
    max-width: 100%;
  }

  .pricing-block {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .blog-details-image-block {
    height: 400px;
  }

  .utility-page-wrap {
    padding: 176px 20px 80px;
  }

  .templates-content-wrapper-v2 {
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .templates-content-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .templates-content {
    padding-bottom: 80px;
  }

  .templates-nav-block {
    max-width: 100%;
    position: relative;
    top: 0;
  }

  .about-image-cards-block {
    max-width: none;
  }

  .about-chart-block {
    width: 100%;
  }

  .about-boost-image-block {
    top: -60px;
    right: 0;
  }

  .why-images-wrapper {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-image-card-01 {
    width: 100%;
  }

  .service-contant-wrapper {
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .service-card {
    top: 200px;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-links-wrapper {
    grid-column-gap: 24px;
  }

  .button-secondary-full-width {
    background-image: radial-gradient(circle closest-corner at 50% -220%, #398fff66, #398fff00 50%);
  }

  .button-secondary-full-width:hover {
    background-image: radial-gradient(circle at 50% -150%, #398fff66, #398fff00 50%);
  }

  .blogs-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-image-card-01-title {
    align-self: flex-start;
  }

  .about-image-card-01-image {
    height: auto;
  }

  .team-card-image {
    width: 100%;
  }

  .why-text-content-block {
    max-width: 100%;
  }

  .why-graphic-circle-large {
    align-self: center;
    width: 700px;
    height: 700px;
  }

  .why-graphic-circle-small {
    width: 620px;
    height: 620px;
  }

  .why-drive-icon-block {
    left: 140px;
  }

  .why-youtube-icon-block {
    left: 220px;
  }

  .why-graphics-items-wrapper {
    align-self: center;
    width: 700px;
    height: 700px;
  }

  .pricing-tabs-block, .pricing-tab-content-block {
    max-width: 100%;
  }

  .pricing-tab {
    grid-row-gap: 16px;
  }

  .pricing-tab-top-block {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pricing-tab-price-text {
    font-size: 20px;
    line-height: 1.4em;
  }

  .pricing-tab-list-block {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-content-block {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .testimonial-triggers-wrapper {
    width: 415px;
    height: 400px;
  }

  .reviews-wrapper {
    order: -1;
    max-width: 100%;
  }

  .process-wrapper {
    grid-row-gap: 64px;
    height: auto;
  }

  .proces-card-bg-line {
    height: 81%;
  }

  .proces-card-bg-line-active {
    display: none;
  }

  .process-cards-wrapper {
    grid-row-gap: 64px;
    justify-content: flex-start;
    height: auto;
  }

  .process-cards-block {
    grid-row-gap: 64px;
    flex-flow: column;
  }

  .process-card {
    max-width: 100%;
    transform: rotate(0);
  }

  .process-card.process-card-right-03, .process-card.process-card-right-01, .process-card.process-card-right-02 {
    transform: rotate(0);
  }

  .process-card-info-block {
    max-width: 700px;
  }

  .buttons-block {
    justify-content: center;
    align-items: center;
  }

  .templates-content-block-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cursor-pointer-dot-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
    line-height: 1.15em;
  }

  h2 {
    font-size: 48px;
    line-height: 1.16em;
  }

  h4 {
    font-size: 28px;
    line-height: 1.28em;
  }

  .page-vertical-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-padding-large {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-style-h5 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .heading-style-h4 {
    font-size: 28px;
    line-height: 1.28em;
  }

  .heading-style-h6 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .heading-style-h6.process-card-title {
    font-size: 24px;
    line-height: 1.33em;
  }

  .hero {
    padding-top: 76px;
  }

  .footer {
    padding-top: 48px;
  }

  .hero-top-block {
    grid-row-gap: 12px;
  }

  .hero-info-block {
    max-width: 100%;
  }

  .about-contant-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-text-content-block {
    grid-row-gap: 24px;
  }

  .experties-contant-wrapper {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .features-contant-wrapper {
    grid-row-gap: 32px;
  }

  .section-top-block {
    grid-row-gap: 12px;
  }

  .features-title-block {
    max-width: 100%;
  }

  .features-card-block {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .clients-contant-wrapper {
    grid-row-gap: 24px;
    font-weight: 500;
  }

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

  .clients-marquee-inner-logo-block {
    grid-column-gap: 24px;
  }

  .clients-marquee-logo-wrapper {
    grid-column-gap: 24px;
    margin-top: 24px;
  }

  .why-contant-wrapper {
    grid-row-gap: 120px;
  }

  .work-contant-wrapper {
    grid-row-gap: 32px;
  }

  .work-title-block {
    max-width: 100%;
  }

  .work-cards-block {
    grid-row-gap: 16px;
  }

  .work-card {
    height: 460px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .work-card-info-block {
    grid-row-gap: 24px;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .work-card-result-block {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .team-contant-wrapper {
    grid-row-gap: 32px;
  }

  .team-title-block {
    max-width: 100%;
  }

  .team-slider-mask {
    max-width: none;
  }

  .contact-contant-wrapper {
    grid-row-gap: 32px;
  }

  .contact-title-block {
    max-width: 100%;
  }

  .contact-left-block {
    grid-row-gap: 32px;
    padding: 16px;
  }

  .social-link-blocks-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .social-link-block {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-form-wrapper {
    padding: 16px;
  }

  .contact-info-blocks-wrapper {
    grid-row-gap: 16px;
  }

  .contact-form-fields-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blogs-v2-contant-wrapper {
    grid-row-gap: 32px;
  }

  .blog-card {
    grid-row-gap: 16px;
  }

  .blog-card-image-block {
    height: 250px;
  }

  .blog-card-info-block {
    margin-top: 16px;
  }

  .faq-contant-wrapper {
    grid-row-gap: 32px;
  }

  .blog-title-block, .faq-title-block {
    max-width: 100%;
  }

  .faq-block {
    grid-row-gap: 16px;
    max-width: 100%;
    padding: 16px;
  }

  .faq-question-block {
    grid-column-gap: 16px;
  }

  .faq-icon-block, .faq-icon-line-v2, .faq-icon-line-v1 {
    flex: none;
  }

  .footer-top-block {
    margin-bottom: 48px;
  }

  .footer-form-wrapper {
    max-width: none;
  }

  .footer-info-wrapper {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .footer-nav-blocks-wrapper {
    grid-column-gap: 24px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .footer-devider-block {
    margin-top: 32px;
  }

  .footer-bottom-link {
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
  }

  .privacy-hero {
    padding-top: 124px;
    padding-bottom: 60px;
  }

  .privacy-rich-text h2 {
    font-size: 24px;
    line-height: 1.33em;
  }

  .privacy-rich-text h3 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.33em;
  }

  .pricing-contant-wrapper {
    grid-row-gap: 32px;
  }

  .pricing-title-block {
    max-width: 100%;
  }

  .pricing-block {
    padding: 16px;
  }

  .blog-details {
    padding-top: 124px;
  }

  .blog-details-contant-wrapper {
    grid-row-gap: 0px;
  }

  .blog-details-image-block {
    height: 343px;
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .blog-details-wrapper {
    grid-row-gap: 24px;
  }

  .blogs {
    padding-top: 76px;
  }

  .utility-page-wrap {
    padding: 124px 16px 60px;
  }

  .utility-page-content {
    max-width: 100%;
  }

  .templates-hero {
    padding-top: 124px;
    padding-bottom: 48px;
  }

  .templates-content-wrapper-v2 {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .templates-content-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .templates-nav-block {
    max-width: 100%;
    position: relative;
    top: 0;
  }

  .templates-content-wrapper {
    padding: 32px 20px;
  }

  .about-boost-image-block {
    top: -50px;
  }

  .why-images-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(170px, 170px) 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    max-width: none;
    display: grid;
  }

  .why-images-wrapper-inner {
    grid-row-gap: 16px;
  }

  .service-contant-wrapper {
    grid-row-gap: 32px;
  }

  .service-title-block, .service-cards-block {
    max-width: 100%;
  }

  .service-card {
    grid-row-gap: 32px;
    max-width: 100%;
    padding: 32px 16px;
    top: 150px;
  }

  .service-card-logo-block {
    width: 120px;
    height: 120px;
  }

  .process-contant-wrapper {
    grid-row-gap: 32px;
  }

  .process-title-block {
    max-width: 100%;
  }

  .testimonials-contant-wrapper {
    grid-row-gap: 32px;
  }

  .testimonials-title-block {
    max-width: 100%;
  }

  .nav-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-brand {
    padding-left: 0;
  }

  .nav-button-block-desktop {
    display: none;
  }

  .nav-menu-block {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #000000b3;
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .nav-menu-block-inner {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 28px 16px 24px;
    display: flex;
  }

  .nav-links-wrapper {
    grid-row-gap: 12px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

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

  .nav-button-block-mobile {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .nav-menu-button {
    z-index: 5;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
  }

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

  .nav-menu-open-icon {
    display: block;
  }

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

  .nav-menu-top-block {
    padding-bottom: 24px;
    display: block;
  }

  .footer-bg-glow {
    max-width: 350px;
    height: 551px;
  }

  .button-secondary-full-width {
    background-image: radial-gradient(circle closest-corner at 50% -190%, #398fff66, #398fff00 50%);
  }

  .section-heading-v2 {
    font-size: 40px;
    line-height: 1.2em;
  }

  .blog-details-image-wrapper {
    margin-top: 48px;
  }

  .blog-details-text h3 {
    font-size: 28px;
    line-height: 1.28em;
  }

  .blog-details-text figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .blogs-content-wrapper {
    grid-row-gap: 40px;
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .privacy-hero-bg-glow {
    max-width: 280px;
    height: 263px;
  }

  .privacy-content-bg-glow {
    max-width: 350px;
    height: 330px;
  }

  .why-text-content-block {
    grid-row-gap: 24px;
  }

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

  .why-graphic-circle-large {
    width: 90%;
    height: 85vw;
  }

  .why-graphic-circle-small {
    width: 75%;
    height: 70vw;
  }

  .why-drive-icon-block {
    width: 40px;
    height: 40px;
    top: 0%;
    left: 29%;
  }

  .why-youtube-icon-block {
    width: 40px;
    height: 40px;
    bottom: 2%;
    left: 25%;
  }

  .why-image-card-02, .why-image-card-03 {
    width: 100%;
  }

  .why-graphics-items-wrapper {
    width: 100%;
    height: 100vw;
  }

  .pricing-tabs-block {
    grid-row-gap: 16px;
  }

  .pricing-tab-content-block {
    grid-row-gap: 32px;
  }

  .testimonial-triggers-wrapper {
    width: 363px;
    height: 348px;
  }

  .review-card {
    grid-row-gap: 24px;
    padding: 16px;
  }

  .proces-card-bg-line {
    height: 85%;
    top: 77px;
  }

  .process-top-logo-block {
    width: 80px;
    height: 80px;
  }

  .process-top-logo-image {
    width: 48px;
    height: 48px;
  }

  .colors-wrapper {
    grid-template-columns: 1fr;
  }

  .style-title {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .templates-content-block-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .template-content-blocks-wrapper {
    grid-row-gap: 48px;
  }
}

@media screen and (max-width: 479px) {
  .heading-style-h4.font-size-decrase-mobile {
    font-size: 20px;
    line-height: 1.5em;
  }

  .why, .testimonial {
    overflow: hidden;
  }

  .body-text-b1.font-size-decrase-mobile {
    font-size: 16px;
    line-height: 1.5em;
  }

  .blog-card-image-block {
    height: 180px;
  }

  .templates-hero {
    overflow: hidden;
  }

  .templates-content-block {
    grid-row-gap: 32px;
    max-width: 100%;
  }

  .templates-content {
    overflow: hidden;
  }

  .about-boost-image-block {
    top: -40px;
  }

  .why-images-wrapper {
    grid-template-columns: minmax(140px, 140px) 1fr;
    width: 100%;
  }

  .why-card-image-block {
    flex: 1;
  }

  .footer-bg-glow {
    max-width: 240px;
  }

  .button-secondary-full-width {
    background-image: radial-gradient(circle closest-corner at 50% -90%, #398fff66, #398fff00 50%);
  }

  .button-secondary-full-width:hover {
    background-image: radial-gradient(circle at 50% -60%, #398fff66, #398fff00 50%);
  }

  .why-drive-icon-block {
    left: 25%;
  }

  .why-youtube-icon-block {
    bottom: 0%;
  }

  .why-image-card-03-info-block {
    flex: 1;
  }

  .testimonial-triggers-wrapper {
    width: 100%;
    height: 90vw;
  }

  .templates-content-block-2 {
    grid-row-gap: 32px;
    max-width: 100%;
  }

  .typography-block {
    width: 100%;
  }
}

#w-node-c35a10ce-abe3-eebe-e80f-02ab0451d292-04b3e045 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_7aaeab9d-b80f-28de-2606-be3ec49b2bab-04b3e045 {
    order: 0;
  }
}


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

/* ── Mobile fixes (375px) ── */
/* Added 2026-05-19 — Captext mobile responsiveness pass */

/* ─── 1. Contact form: 2-col grid → 1 col on mobile ─── */
@media screen and (max-width: 479px) {
  .contact-form-fields-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  /* ─── 2. Contact topic pills: reduce padding on small screens ─── */
  .contact-topic-pill span {
    padding: 6px 12px;
    font-size: 13px;
  }

  /* ─── 3. Footer GDPR badges: ensure wrap + no overflow ─── */
  /* (handled by flex-wrap:wrap on the inline element — but enforce gap reduction) */

  /* ─── 4. Blog CTA buttons: stack on mobile ─── */
  .captext-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .captext-cta-btn-primary,
  .captext-cta-btn-secondary {
    text-align: center;
    padding: 14px 20px;
  }

  /* ─── 5. Blog CTA inner padding reduction ─── */
  .captext-cta-inner {
    padding: 32px 20px;
    border-radius: 12px;
  }

  .captext-cta-section {
    padding: 48px 16px;
  }

  /* ─── 6. Blog related articles: always 1 col ─── */
  .captext-related-grid {
    grid-template-columns: 1fr !important;
  }

  .captext-related-section {
    padding: 0 16px 48px;
  }

  .captext-related-card {
    padding: 20px;
  }

  /* ─── 7. Hero heading font-size on very small screens ─── */
  h1 {
    font-size: 36px;
    line-height: 1.18em;
  }

  h2 {
    font-size: 32px;
    line-height: 1.2em;
  }

  /* ─── 8. about.html: stat-cards-grid stays 2-col (already defined), ensure gap ─── */
  .stat-cards-grid {
    gap: 12px;
  }

  /* ─── 9. Quick Scan (changelog.html): score ring scales ─── */
  .scan-score-ring {
    width: 120px;
    height: 120px;
  }

  .scan-score-number {
    font-size: 28px;
  }

  /* ─── 10. Quick Scan: result cards stack cleanly ─── */
  .scan-email-card {
    padding: 24px 16px;
  }
}

/* ─── 479px–767px range: intermediate fixes ─── */
@media screen and (max-width: 767px) {
  /* Blog CTA: reduce inner padding at tablet-small */
  .captext-cta-inner {
    padding: 40px 28px;
  }

  .captext-cta-section {
    padding: 64px 16px;
  }

  /* Related articles: 1 col on phone/small tablet */
  .captext-related-grid {
    grid-template-columns: 1fr;
  }

  .captext-related-section {
    padding: 0 16px 64px;
  }

  /* Footer GDPR badge row: limit badge width so it wraps neatly on 375px */
  /* The badges use inline flex-wrap:wrap — no fix needed beyond what's already there */

  /* Blog card image: already has 250px at 767px from Webflow CSS */

  /* contact-form-fields-wrapper: already in Webflow 767px block */
}

/* ─── 375px extreme small screen tweaks ─── */
@media screen and (max-width: 375px) {
  /* Logo font size: slightly smaller on tiny screens */
  .nav-brand span,
  .footer-nav-brand span {
    font-size: 30px !important;
  }

  /* Contact form topic pills: 2 per row max, wrap forced */
  .contact-form-topic-pills {
    gap: 8px;
  }

  .contact-topic-pill span {
    padding: 5px 10px;
    font-size: 12px;
  }

  /* Work card: reduce height on tiny screens */
  .work-card {
    height: 380px;
  }

  /* Footer GDPR badges: reduce badge padding */
  /* (inline styles — can't override without !important or class change) */
}