:root {
  --dim-grey: #525252;
  --dark: #212121;
  --soft-black: #121212;
  --transparent: rgba(0, 0, 0, 0);
  --white: white;
  --silver: #c4c4c4;
  --aquamarine: #57eec0;
  --green-yellow: #dafc54;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.175;
}

h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.11111;
}

h3 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1875;
}

h4 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.26667;
}

h6 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--dark);
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

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

.heading-6 {
  color: var(--dark);
  font-size: 20px;
  line-height: 1.4;
}

.heading-6.features-item-title {
  margin-bottom: 12px;
}

.copyright-link {
  color: #3e3e59;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.copyright-link:hover {
  color: #6610f2;
}

.copyright-link.white {
  color: #fff;
}

.copyright-link.white:hover {
  color: #6610f2;
}

.footer-arrow {
  object-fit: contain;
  width: 20px;
  height: 20px;
  display: none;
}

.hero-title-animation {
  overflow: hidden;
}

.cta-03-title {
  color: #fff;
  letter-spacing: -.4px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 1.3;
}

.template-page-box-icon {
  width: 80px;
  height: 80px;
}

.color-green {
  background-color: #57eec0;
  border-radius: 64px;
}

.footer-item {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-item.only-mobile {
  display: none;
}

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

.button.newsletter-button {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 15px 30px;
  font-size: 18px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.xsmall-text {
  font-size: 16px;
  line-height: 1.625;
}

.nav-dropdown-icon {
  width: 16px;
  height: 16px;
  margin: auto 0;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -4px;
}

.faq-chevron {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.medium-text {
  font-size: 20px;
  line-height: 1.5;
}

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

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.radio-button {
  cursor: pointer;
  border-color: #121212;
  border-radius: 100%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.radio-button.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Check_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-color: #212121;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.white {
  border-color: #fff;
}

.radio-button.white.w--redirected-checked {
  background-image: url('../images/wCheck.svg');
}

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

.page-wrapper {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.page-wrapper.home-02 {
  background-image: url('../images/home02pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.page-wrapper.overflow {
  overflow: hidden;
}

.styleguide-bg.degrade {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-image-mobile {
  width: 24px;
  height: 24px;
  display: none;
}

.sg-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sg-box.center {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.sg-box.center.rows-300 {
  grid-row-gap: 300px;
}

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

.faq-answer {
  overflow: hidden;
}

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

.section.dark-mode-footer-section {
  color: #fff;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 50px;
  overflow: hidden;
}

.section.newsletter-section {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.footer-section {
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 50px;
  overflow: hidden;
}

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

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

.section.home-01-hero {
  background-image: url('../images/Bg-Pattern.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.client-logos-04-section {
  margin-top: -250px;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.section.home-02-section {
  background-color: #212121;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}

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

.section.home-03-hero-section {
  background-image: url('../images/Bg-Pattern.svg');
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section.contact-01-section {
  padding-top: 120px;
  padding-bottom: 0;
}

.section.contact-02-grid-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.padding-120-80 {
  padding-bottom: 80px;
}

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

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

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

.section.carrers-detail-section {
  padding-top: 100px;
  padding-bottom: 24px;
}

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

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

.section.introduction-line-section {
  margin-top: -453px;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.section.introduction-hero-section {
  overflow: hidden;
}

.brand-image {
  width: 164px;
  height: 30px;
  display: block;
}

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

.heading-5 {
  color: var(--dark);
  font-size: 30px;
  line-height: 1.26667;
}

.heading-5.white {
  color: #fff;
}

.cta-content {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.cta-object-avatar-1 {
  border-radius: 100%;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -16px;
  bottom: auto;
  left: -46px;
  right: auto;
}

.footer {
  width: 100%;
  max-width: 864px;
}

.social-media {
  color: #3c3e49;
  width: 28px;
  height: 28px;
  transition: all .2s;
}

.social-media.white {
  color: #fff;
}

.social-media.facebook:hover {
  color: #3b5998;
}

.social-media.twitter {
  transition: color .2s;
}

.social-media.twitter:hover {
  color: #1da1f2;
}

.social-media.youtube:hover {
  color: #c4302b;
}

.social-media.instagram:hover {
  color: #f56040;
}

.social-media.grey {
  color: #525252;
  transition: all .2s;
}

.social-media.grey:hover {
  color: #212121;
}

.cta-title {
  color: var(--dark);
  letter-spacing: -.4px;
  font-size: 40px;
  line-height: 1.3;
}

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

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

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

.license {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.sg-glass-effect-text {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

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

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

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

.border-button.no-border {
  border-color: rgba(0, 0, 0, 0);
}

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

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

.border-button.navbar-button.white {
  color: #fff;
  border-color: #fff;
}

.border-button.navbar-button.white:hover {
  color: #121212;
  background-color: #fff;
}

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

.info-box-02-list {
  grid-column-gap: 6px;
  color: #fff;
  align-items: center;
  font-size: 18px;
  line-height: 1.66667;
  display: flex;
}

.heading-4 {
  color: var(--dark);
  letter-spacing: -.4px;
  font-size: 40px;
  line-height: 1.3;
}

.heading-4.info-box-02-title {
  color: #fff;
}

.heading-4.ch-13 {
  max-width: 13ch;
}

.heading-4.ch-11 {
  max-width: 11ch;
}

.heading-4.toolkit-02-title {
  color: #fff;
}

.heading-4.max-width-620 {
  text-align: center;
  max-width: 620px;
}

.info-box-02-list-icon {
  background-image: url('../images/CheckCircle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

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

.container.toolkit-container {
  position: relative;
}

.container.max-width-1920 {
  max-width: 1920px;
}

.container.justify-center {
  justify-content: center;
}

.container.align-left {
  align-items: flex-start;
}

.cta-object-content {
  background-color: #fff;
  background-image: url('../images/Vector-304-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 32px;
  width: 80%;
  height: 120px;
  position: absolute;
  top: auto;
  bottom: 8px;
  left: auto;
  right: -35px;
  transform: rotate(4deg);
  box-shadow: 0 4px 60px rgba(0, 0, 0, .08);
}

.cta-object-avatar-3 {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 70px;
  bottom: auto;
  left: auto;
  right: auto;
}

.info-box-02-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 40%;
  padding: 40px;
  display: flex;
}

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

.footer-menu {
  grid-column-gap: 8px;
  color: #525252;
  align-items: center;
  font-size: 16px;
  line-height: 1.625;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-menu:hover {
  color: #212121;
}

.footer-menu.white {
  color: #fff;
}

.footer-menu.white:hover {
  color: #f3f3f3;
}

.navigation-left {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.color-white {
  background-color: #fff;
  border-radius: 64px;
}

.footer-label {
  color: #212121;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.66667;
}

.footer-label.white {
  color: #fff;
}

.cta-object {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36%;
  padding: 10px 40px;
  display: flex;
  position: relative;
}

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

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

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

.color-label {
  z-index: 1;
  font-weight: 500;
  position: static;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

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

.cta-object-avatar-2 {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -16px;
  bottom: auto;
  left: auto;
  right: 55px;
}

.simple-button {
  grid-column-gap: 6px;
  color: #212121;
  justify-content: center;
  align-items: center;
  margin-left: -8px;
  padding: 4px 8px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.simple-button.bold {
  font-weight: 500;
}

.simple-button.align-right {
  margin-left: auto;
}

.footer-bottom {
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.cta-03-content {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.heading-1 {
  color: var(--dark);
  letter-spacing: -1px;
  font-size: 80px;
  line-height: 1.175;
}

.faq-chevron-vector-02 {
  background-color: #212121;
  border-radius: 4px;
  flex: none;
  width: 2px;
  height: 100%;
  position: absolute;
}

.color-black-cover {
  background-color: #212121;
  border-radius: 0;
}

.social-media-wrap {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.social-media-wrap.team-item-sm {
  justify-content: center;
  position: absolute;
  top: auto;
  bottom: 48px;
  left: auto;
  right: auto;
}

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

.info-box-list-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

.brand.white {
  color: #fff;
}

.cta-object-item {
  border-radius: 56px;
  width: 100%;
  height: 100%;
  min-height: 339px;
}

.cta-object-item.glass-effect {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-answer-text {
  color: #3e3e59;
  font-size: 18px;
  line-height: 1.66667;
}

.info-box-02-image {
  border-radius: 48px;
  width: 53%;
  height: 100%;
}

.color-yellow {
  background-color: #dafc54;
  border-radius: 64px;
}

.cta {
  border-radius: 24px;
  width: 100%;
  padding: 70px 40px 70px 80px;
  position: relative;
}

.cta.glass-effect {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
}

.newsletter {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.degrade-box {
  background-image: linear-gradient(160deg, rgba(218, 252, 84, .8), rgba(87, 238, 192, .2) 40%, rgba(255, 255, 255, .1));
  border: 2px solid #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.sg-color-item {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sg-box-title {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.53846;
}

.newsletter-form {
  grid-column-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.white-button {
  grid-column-gap: 6px;
  color: #212121;
  background-color: #fff;
  border-radius: 39px;
  justify-content: center;
  align-items: center;
  padding: 18px 44px;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.white-button:hover {
  background-color: #f0f0f0;
}

.white-button:active {
  background-color: #e6e6e6;
}

.white-button.medium {
  padding: 15px 30px;
  font-size: 18px;
}

.color-cover {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: stretch;
  width: 350px;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sg-glass-effect-wrap {
  justify-content: center;
  align-items: center;
  padding: 119px;
  display: flex;
  position: relative;
}

.cta-03 {
  color: #fff;
  background-color: #212121;
  border-radius: 72px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.info-box-02 {
  background-color: #212121;
  border-radius: 72px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.space-72 {
  padding-bottom: 72px;
}

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

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

.dropdown-list-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.small-text {
  font-size: 16px;
  line-height: 1.5;
}

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

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

.dropdown-list.big-dropdown-list.w--open {
  width: 700px;
  top: 100%;
}

.brand-footer-image {
  width: 32px;
  height: 32px;
}

.form-error-wrap {
  color: #d00;
  text-align: center;
  background-color: #efe9dc;
  border-radius: 16px;
  margin-top: 20px;
  padding: 16px;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  position: static;
}

.form-error-wrap.max-width-443 {
  max-width: 443px;
}

.template-page-box {
  color: #212121;
  border-radius: 80px;
  flex-direction: column;
  width: 100%;
  padding: 40px 48px;
  font-size: 24px;
  display: flex;
}

.template-page-box.glass-effect {
  align-items: center;
}

.template-page-box.glass-effect.z-index-1 {
  z-index: 1;
  position: relative;
}

.template-page-box.glass-effect.with-bg {
  background-color: #fff;
}

.template-page-box.glass-effect.scroll {
  overflow: auto;
}

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

.social-media-icon {
  width: 28px;
  height: 28px;
}

.newsletter-input {
  color: #807e7e;
  border: 1px solid #fff;
  border-radius: 80px;
  width: 444px;
  max-width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 161px 16px 20px;
  font-size: 16px;
  line-height: 1.625;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.newsletter-input:focus {
  border-color: #c4c4c4;
}

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

.success-message {
  color: #807e7e;
  background-color: #fff;
  border-radius: 80px;
  width: 444px;
  max-width: 100%;
  padding: 18px;
  font-size: 16px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.template-page-box-icons {
  grid-column-gap: 42px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.degrade {
  z-index: -1;
  opacity: .64;
  filter: blur(65px);
  background-image: linear-gradient(130deg, rgba(218, 252, 84, .6), rgba(87, 238, 192, .8) 20%, #9af589 44%, rgba(218, 252, 84, .8) 68%, rgba(87, 238, 192, .6));
  width: 100%;
  height: 400px;
  position: absolute;
}

.heading-3 {
  color: var(--dark);
  letter-spacing: -.6px;
  font-size: 48px;
  line-height: 1.1875;
}

.heading-3.align-left {
  text-align: left;
}

.heading-3.max-20ch {
  max-width: 20ch;
}

.heading-2 {
  color: var(--dark);
  letter-spacing: -1px;
  font-size: 72px;
  line-height: 1.11111;
}

.footer-menu-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-menu-wrap.mobile {
  display: none;
}

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

.faq-wrap {
  grid-row-gap: 4px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
}

.newsletter-02 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.newsletter-02-content {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 850px;
  font-size: 18px;
  line-height: 1.66667;
  display: flex;
}

.footer-bottom-middle {
  flex: none;
  font-size: 14px;
  line-height: 1.57143;
}

.newsletter-content {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 857px;
  font-size: 18px;
  line-height: 1.66667;
  display: flex;
}

.space-16 {
  padding-bottom: 16px;
}

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

.logos-text {
  color: #525252;
  margin-bottom: 12px;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  line-height: 1.625;
}

.logos-text.white {
  color: #fff;
}

.cta-text {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.6;
}

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

.template-page-box-title {
  color: #212121;
  margin-bottom: 48px;
  font-family: Unbounded, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.faq-chevron-vector-01 {
  background-color: #212121;
  border-radius: 4px;
  flex: none;
  width: 100%;
  height: 2px;
  position: absolute;
}

.color-grey {
  background-color: #525252;
  border-radius: 64px;
}

.faq {
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sg-container {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.template-page-title-wrap {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
  margin-bottom: 48px;
  display: flex;
}

.newsletter-input-wrap {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-question-text {
  color: #212121;
  letter-spacing: .02em;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.54545;
}

.dropdown-link-label {
  color: #212121;
  text-align: left;
  padding: 8px 8px 8px 16px;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.radio-button-field {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.color-black {
  background-color: var(--dark);
  border-radius: 64px;
}

.glass-effect {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
  border: 2px solid #fff;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.glass-effect.glass-placeholder {
  z-index: 2;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
  border-radius: 32px;
  width: 100%;
  height: 100px;
  position: static;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.success-message-content {
  grid-column-gap: 4px;
  text-align: left;
  align-items: center;
  display: flex;
}

.cta-03-image {
  object-fit: cover;
  border-radius: 48px;
  width: 55%;
  height: 365px;
}

.feature-box-gradient {
  z-index: 0;
  filter: blur(120px);
  background-image: linear-gradient(to right, #dafc54 22%, #57eec0 43%, #dafc54 67%, #57eec0);
  width: 50%;
  height: 80%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.feature-box-gradient.degrade {
  width: 50%;
  height: 80%;
}

.testimonial-person-job {
  font-size: 16px;
}

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

.bg-pattern.bottom-50 {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-pattern.top-30 {
  background-position: 50% 20%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-pattern.pattern-cover {
  background-size: cover;
}

.feature-box-grid-image {
  z-index: 1;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.feature-text {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.6;
}

.feature-box-item {
  z-index: 3;
  grid-column-gap: 16px;
  background-color: #fff;
  border-radius: 24px;
  align-items: center;
  width: 100%;
  padding: 12px 40px 12px 12px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.feature-box-item.feature-box-item-1 {
  transform: rotate(-3deg);
}

.feature-box-item.feature-box-item-3 {
  transform: rotate(-4deg);
}

.feature-box-item.feature-box-item-2 {
  transform: rotate(1deg);
}

.feature-box-item.feature-box-item-4 {
  grid-column-gap: 56px;
  padding: 32px 40px;
  transform: rotate(2deg);
}

.feature-box-item.feature-box-item-5 {
  grid-column-gap: 56px;
  padding: 32px 40px;
  top: 9px;
  left: 43px;
  transform: rotate(-5deg);
}

.feature-box-item.feature-box-item-6 {
  grid-column-gap: 56px;
  padding: 32px 40px;
  right: 44px;
  transform: rotate(-3deg);
}

.testimonial-person-name {
  color: #212121;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.icon {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/CaretRight.svg'), linear-gradient(140deg, #212121, #3d3d3d 25%, #212121);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.icon.right-icon {
  background-image: url('../images/right-arrow.svg'), linear-gradient(140deg, #212121, #3d3d3d 25%, #212121);
}

.icon.left-icon {
  background-image: url('../images/left-arrow.svg'), linear-gradient(140deg, #212121, #3d3d3d 25%, #212121);
}

.testimonial-person-wrap {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
}

.slider.testimonials-02-slider, .slider.testimonials-01-slider {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
}

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

.feature-box-item-image-wrap {
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 70px;
  height: 70px;
  display: flex;
  overflow: hidden;
}

.integration {
  width: 100%;
}

.integration-item {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
  border: 2px solid #fff;
  border-radius: 48px;
  justify-content: center;
  align-items: stretch;
  width: 168px;
  height: 168px;
  padding: 44px;
  display: flex;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.testimonial-person-content {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-box-item-bar {
  background-image: linear-gradient(to right, #f3f3f3, #f1f1f1);
  border-radius: 11px;
  width: 100%;
  height: 20px;
  position: relative;
}

.feature {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.integration-item-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.page-gradient-01 {
  opacity: .5;
  filter: blur(200px);
  background-image: linear-gradient(#57eec0, #dafc54 40%, #57eec0 75%, #dafc54);
  width: 20%;
  height: 1300px;
  position: absolute;
  top: auto;
  bottom: 38%;
  left: 0%;
  right: auto;
}

.toolkit-text {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.6;
}

.feature-box-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.integration-wrap {
  grid-column-gap: 19px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-content {
  grid-row-gap: 12px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.feature-box-gradient-03 {
  z-index: 0;
  filter: blur(120px);
  background-image: linear-gradient(to right, #dafc54 36%, #57eec0 47%, #dafc54 67%, #57eec0);
  width: 50%;
  height: 80%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.feature-box-gradient-03.degrade {
  width: 50%;
  height: 80%;
}

.right-arrow {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 80px;
}

.right-arrow.testimonials-02-arrow {
  width: 52px;
  height: 52px;
  margin-right: -80px;
  top: auto;
  bottom: -92px;
  left: auto;
  right: auto;
  overflow: visible;
}

.right-arrow.testimonials-01-arrow {
  width: 52px;
  height: 52px;
  margin-right: -80px;
  top: auto;
  bottom: 80px;
  right: auto;
}

.feature-box-glass {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
  border: 2px solid #fff;
  border-radius: 56px;
  width: 70%;
  height: 90%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.feature-box-glass.custom-size {
  width: 80%;
  height: 460px;
  position: absolute;
}

.testomonial-image {
  object-fit: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.testomonial-image.size-60 {
  width: 60px;
  height: 60px;
}

.blog {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.left-arrow {
  display: none;
}

.left-arrow.testimonials-02-arrow {
  width: 52px;
  height: 52px;
  margin-left: -80px;
  display: block;
  top: auto;
  bottom: -92px;
  left: auto;
  right: auto;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.hero-box {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: left;
  cursor: default;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .1) 70%);
  border: 2px solid #fff;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  width: 500px;
  max-width: 100%;
  padding: 32px;
  font-family: Unbounded, sans-serif;
  display: flex;
  position: relative;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.hero-box.hero-box-02 {
  z-index: 1;
  right: 0;
  transform: rotate(-8deg);
}

.hero-box.hero-box-03 {
  z-index: 2;
}

.feature-box-item-bar-cover {
  border-radius: 11px;
  width: 0%;
  height: 100%;
}

.feature-box-item-bar-cover.grey {
  background-image: linear-gradient(to right, #212121, #5b5b5b);
}

.integration-title-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.page-gradient-02 {
  opacity: .5;
  filter: blur(200px);
  background-image: linear-gradient(#57eec0, #dafc54 40%, #57eec0 75%, #dafc54);
  width: 20%;
  height: 1300px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blog-grid-wrap {
  width: 100%;
  margin-top: 24px;
}

.mask {
  height: auto;
}

.feature-box-01 {
  grid-row-gap: 32px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  padding: 48px;
  display: flex;
  position: relative;
}

.blog-item {
  color: #3e3e59;
  height: 100%;
  text-decoration: none;
  transition: opacity .2s;
}

.blog-item:hover {
  opacity: .8;
}

.blog-item:active {
  opacity: .7;
}

.blog-image {
  object-fit: cover;
  border-radius: 64px;
  width: 100%;
  height: 408px;
  margin-bottom: 16px;
}

.blog-image.grey {
  filter: grayscale();
}

.blog-date {
  color: #525252;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.625;
}

.blog-date.blog-01 {
  text-align: right;
  margin-top: 8px;
  margin-bottom: 0;
}

.blog-title {
  color: #212121;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.23077;
}

.blog-text {
  color: #525252;
  font-size: 18px;
  line-height: 1.5;
}

.hero-box-sub-text-wrap {
  grid-column-gap: 8px;
  align-items: flex-end;
  margin-bottom: 32px;
  display: flex;
}

.home-01-hero-content {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
  position: relative;
}

.star {
  color: #ffd90c;
  width: 24px;
  height: 24px;
}

.hero-box-value {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #212121, rgba(33, 33, 33, .6));
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 12px;
  font-family: Unbounded, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.25;
}

.home-01-hero {
  z-index: 2;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-box-text {
  color: #212121;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  line-height: 1.25;
}

.hero-title-wrap {
  overflow: hidden;
}

.cursor-name {
  color: #fff;
  background-image: linear-gradient(to right, #212121, #3d3d3d 30%, #212121 65%);
  border-radius: 10px;
  padding: 7px 21px;
  font-size: 16px;
  font-weight: 500;
}

.hero-box-sub-text-span {
  color: #212121;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.hero-box-right-icon {
  object-fit: contain;
  width: 120px;
  height: 120px;
}

.star-wrap {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.home-01-hero-bg.degrade {
  width: 100%;
  max-width: 1320px;
}

.hero-box-sub-text {
  color: #212121;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.hero-text-wrap {
  overflow: hidden;
}

.hero-box-right {
  margin-top: auto;
}

.home-hero-text {
  margin-bottom: 32px;
  font-size: 26px;
  line-height: 1.53846;
}

.home-hero-text.home-01-hero-text {
  text-align: left;
}

.home-hero-text.home-02-hero-text {
  font-size: 24px;
  line-height: 1.66667;
}

.home-hero-text.home-03-hero-text {
  color: #525252;
  font-size: 24px;
  line-height: 1.66667;
}

.home-hero-title {
  margin-bottom: 16px;
}

.home-hero-title.home-01-hero-title {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #131313, #3d3d3d 25%, #212121 60%);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.2375;
}

.home-hero-title.home-02-hero-title {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(175deg, #d1d1d1, #fff 39%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.2375;
}

.home-hero-title.home-03-hero-title {
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #131313, #515151 25%, #212121 60%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 104px;
  line-height: 1.23077;
}

.cursor {
  z-index: 4;
  background-image: url('../images/Triangle.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  padding-top: 12px;
  padding-right: 20px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 30%;
  right: auto;
}

.cursor.cursor-02 {
  background-image: url('../images/Triangle_1.svg');
  background-position: 0 0;
  padding-left: 20px;
  padding-right: 0;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: 0%;
}

.cursor.cursor-01 {
  position: absolute;
  top: -20px;
}

.cursor.cursor-03 {
  position: absolute;
  top: 80px;
  bottom: auto;
  left: -10px;
  right: auto;
}

.cursor.cursor-04 {
  background-image: url('../images/Triangle_1.svg');
  background-position: 0 0;
  padding-left: 20px;
  padding-right: 0;
  position: absolute;
  top: auto;
  bottom: 30%;
  left: auto;
  right: -10px;
}

.cursor.cursor-06 {
  background-image: url('../images/Triangle_1.svg');
  background-position: 0 0;
  padding-left: 20px;
  padding-right: 0;
  display: none;
  position: absolute;
  top: auto;
  bottom: 30%;
  left: auto;
  right: -10px;
}

.cursor.cursor-05 {
  display: none;
  position: absolute;
  top: 80px;
  bottom: auto;
  left: -10px;
  right: auto;
}

.hero-box-content-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-01-hero-boxes {
  z-index: 1;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

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

.toolkit-02 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #212121;
  border: 2px solid #fff;
  border-radius: 64px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
  padding: 40px;
  display: flex;
  position: static;
  top: -388px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

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

.testimonials-grid-item {
  border-radius: 56px;
  padding: 56px;
}

.toolkit-02-text {
  color: #fff;
  max-width: 90%;
  font-size: 20px;
  line-height: 1.6;
}

.features-item-icon {
  object-fit: contain;
  width: 56px;
  height: 56px;
  margin-bottom: 72px;
}

.toolkit-02-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  padding: 40px;
  display: flex;
}

.client-logos-04 {
  width: 100%;
  height: 160px;
  transform: rotate(4deg);
}

.client-logos-04.glass-effect {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 130%;
  display: flex;
}

.toolkit-02-image {
  object-fit: cover;
  border-radius: 48px;
  width: 55%;
  height: 300px;
}

.features-item {
  border-radius: 56px;
  padding: 32px;
}

.features-item.glass-effect {
  background-image: linear-gradient(160deg, rgba(218, 252, 84, .7), rgba(87, 238, 192, .3) 30%, rgba(255, 255, 255, .1) 80%);
  min-height: 350px;
}

.features-item.glass-effect._3 {
  background-image: linear-gradient(200deg, rgba(218, 252, 84, .7), rgba(87, 238, 192, .3) 30%, rgba(255, 255, 255, .1) 80%);
}

.features-item.glass-effect._2 {
  background-image: linear-gradient(174deg, rgba(218, 252, 84, .7), rgba(87, 238, 192, .3) 30%, rgba(255, 255, 255, .1) 80%);
}

.integration-02-item {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
  border: 2px solid #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 168px;
  height: 168px;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}

.integration-02-item._5 {
  width: 170px;
  height: 170px;
  margin-bottom: auto;
  padding: 43px 35px;
}

.integration-02-item._1 {
  width: 250px;
  height: 250px;
  padding: 60px;
}

.integration-02-item._3 {
  width: 200px;
  height: 200px;
  margin-bottom: auto;
  padding: 65px 45px;
}

.integration-02-item._6 {
  width: 209px;
  height: 209px;
  margin-top: auto;
  padding: 50px;
}

.integration-02-item._2 {
  width: 117px;
  height: 117px;
  margin-top: auto;
  padding: 28px 35px 19px;
}

.integration-02-item._4 {
  width: 140px;
  height: 140px;
  margin-top: auto;
  padding: 40px;
}

.black-navbar {
  color: #fff;
  background-color: #212121;
}

.footer-gradient-effect {
  background-color: #212121;
  background-image: linear-gradient(to top, #212121 70%, #fff);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.features-item-text {
  font-size: 16px;
}

.testimonials-grid-title {
  max-width: 716px;
  margin-bottom: 32px;
  margin-right: auto;
}

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

.testimonial-item-text {
  color: #212121;
  margin-bottom: 40px;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.home-02-footer-gradient {
  z-index: 0;
  filter: blur(60px);
  background-image: linear-gradient(168deg, #dafc54 45%, #57eec0 80%);
  width: 150%;
  height: 500px;
  display: block;
  position: absolute;
  top: 18%;
  bottom: auto;
  left: -25%;
  right: 0%;
  transform: rotate(-6deg);
}

.client-logos-04-bg {
  width: 100%;
  height: 160px;
  transform: rotate(-8deg);
}

.client-logos-04-bg.glass-effect {
  justify-content: center;
  align-items: center;
  width: 130%;
  display: flex;
  position: absolute;
  left: -15%;
}

.home-02-footer-gradient-white {
  z-index: 1;
  filter: blur(40px);
  background-color: #fff;
  width: 150%;
  height: 800px;
  display: block;
  position: absolute;
  top: -21%;
  bottom: auto;
  left: -25%;
  right: 0%;
  transform: rotate(-10deg);
}

.blog-item-wrap {
  color: #3e3e59;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 64px;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.blog-item-wrap:hover {
  opacity: .8;
  background-image: linear-gradient(140deg, rgba(218, 252, 84, .8), rgba(87, 238, 192, .2) 35%, rgba(255, 255, 255, .1));
}

.blog-item-wrap:active {
  opacity: .7;
}

.blog-item-content {
  text-decoration: none;
}

.blog-image-02 {
  object-fit: cover;
  border-radius: 48px;
  width: 100%;
  height: 360px;
  margin-bottom: 40px;
}

.home-02-hero-object-01 {
  border-radius: 24px;
  padding: 16px;
}

.home-02-hero-object-01.glass-effect {
  grid-column-gap: 16px;
  letter-spacing: -.02em;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
  border-width: 1px;
  align-items: center;
  min-width: 300px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: -10px;
}

.hero-gradient-bg {
  filter: blur(50px);
  background-color: #fff;
  width: 150%;
  height: 500px;
  display: block;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: -25%;
  right: 0%;
}

.home-02-hero-object-02-image {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

.home-02-hero-object-01-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-02-hero-object-01-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
  line-height: 1.66667;
  display: flex;
}

.home-02-hero {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 160px 160px 300px;
  display: flex;
  position: relative;
}

.home-02-hero-glass.glass-effect {
  z-index: -1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-image: linear-gradient(to top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1));
  border-radius: 64px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.hero-gradient-white {
  z-index: 1;
  filter: blur(40px);
  background-color: #fff;
  width: 150%;
  height: 500px;
  display: block;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: -25%;
  right: 0%;
  transform: rotate(-10deg);
}

.home-02-hero-object-01-icon {
  border-radius: 12px;
  width: 52px;
  height: 52px;
}

.home-02-hero-object-01-image-wrap {
  align-items: center;
  display: flex;
}

.hero-gradient {
  z-index: 1;
  filter: blur(60px);
  background-image: linear-gradient(340deg, #dafc54 39%, #57eec0 80%);
  width: 150%;
  height: 500px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: -25%;
  right: 0%;
  transform: rotate(-6deg);
}

.home-02-hero-object-01-image {
  object-fit: cover;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.home-02-hero-object-01-image.margin--8 {
  margin-left: -8px;
}

.home-02-hero-object-02 {
  border-radius: 24px;
  padding: 20px;
}

.home-02-hero-object-02.glass-effect {
  grid-column-gap: 24px;
  letter-spacing: -.02em;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
  border-width: 1px;
  align-items: center;
  min-width: 250px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 20%;
  left: -10px;
  right: auto;
}

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

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

.testimonial-02-content {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.home-03-hero-decorative {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
  border: 2px solid #fff;
  border-radius: 32px;
  justify-content: center;
  align-items: stretch;
  width: 108px;
  height: 108px;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}

.home-03-hero-decorative._4 {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: 0%;
  transform: rotate(-7deg);
}

.home-03-hero-decorative._3 {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(10deg);
}

.home-03-hero-decorative._1 {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(-10deg);
}

.home-03-hero-decorative._2 {
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 0%;
  right: auto;
  transform: rotate(12deg);
}

.home-03-hero-image-wrap {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.benefits ul {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.testimonial-02-person-content {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.blog-03-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.space-32 {
  width: 100%;
  padding-bottom: 32px;
}

.home-03-hero-decorative-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.features-02-grid {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 65px;
  display: grid;
  position: relative;
}

.testimonials-02 {
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(151deg, rgba(218, 252, 84, .8), rgba(87, 238, 192, .2) 30%, #fff);
  border: 2px solid #fff;
  border-radius: 64px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.features-02-item {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
  border: 2px solid #fff;
  border-radius: 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.features-02-item._3 {
  position: relative;
  top: -70px;
}

.features-02-item._2 {
  position: relative;
  bottom: -65px;
}

.image-cart-cover {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.features-02-item-icon {
  object-fit: contain;
  width: 56px;
  height: 56px;
  margin-bottom: 50px;
}

.toolkit-03-image {
  object-fit: cover;
  border-radius: 56px;
  width: 100%;
  height: 590px;
  overflow: hidden;
}

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

.pricing {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.image-cart {
  border-radius: 48px;
  width: 24%;
  height: 440px;
  position: relative;
  overflow: hidden;
}

.image-cart.glass-effect._3 {
  transform: rotate(-5deg);
}

.image-cart.glass-effect._4, .image-cart.glass-effect._2 {
  transform: rotate(5deg);
}

.image-cart.glass-effect._1 {
  transform: rotate(-5deg);
}

.toolkit-03-content {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 985px;
  display: flex;
}

.testimonial-02-text {
  color: #212121;
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.26667;
}

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

.pricing-box.recommended {
  background-image: linear-gradient(220deg, rgba(218, 252, 84, .8), rgba(87, 238, 192, .2) 41%, rgba(255, 255, 255, .1));
}

.testimonial-02-person-wrap {
  grid-column-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-header {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 362px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-03-content-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.features-02-item-text {
  text-align: center;
  font-size: 16px;
}

.yearly-price-wrap {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.home-03-hero-bg.degrade {
  width: 80%;
  height: 350px;
}

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

.toolkit-03 {
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(240deg, rgba(63, 39, 245, .8), rgba(87, 238, 192, .2) 40%, rgba(215, 251, 240, .12) 58%, rgba(255, 255, 255, .1) 90%);
  border: 2px solid #fff;
  border-radius: 80px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 40px 80px;
  display: flex;
  position: static;
  top: -388px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

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

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

.pricing-wrapper {
  width: 100%;
}

.pricing-wrapper.yearly {
  display: block;
}

.integration-03-title-wrap {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-03-item {
  grid-column-gap: 48px;
  text-decoration: none;
  display: flex;
}

.blog-image-03 {
  object-fit: cover;
  border-radius: 48px;
  width: 55%;
  height: 350px;
  margin-bottom: 0;
}

.blog-03-item-content {
  flex-direction: column;
  justify-content: center;
  width: 45%;
  display: flex;
}

.blog-03-title {
  color: #212121;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.25;
}

.template-page-box-content {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.template-page-box-images {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.license-bg.degrade {
  top: 20%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.changelog-description {
  font-size: 24px;
}

.changelog-version {
  color: #212121;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
}

.hero-text-animation {
  overflow: hidden;
}

.changelog-date {
  color: #212121;
  font-size: 32px;
}

.changelog {
  border-radius: 64px;
  width: 100%;
  padding: 60px 80px;
}

.changelog.degrade-box {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.start-here-text {
  width: 100%;
  max-width: 850px;
}

.start-here-text h2 {
  margin-bottom: 16px;
  font-size: 48px;
}

.introduction-box-grid-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #212121;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
}

.hero-title {
  color: #121212;
  letter-spacing: -1px;
  font-size: 72px;
  line-height: 1.11111;
}

.contact-bg.degrade {
  width: 70%;
}

.hero-text {
  font-size: 26px;
  line-height: 1.53846;
}

.hero-text.max-width-850 {
  max-width: 850px;
}

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

.contact {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form-block {
  border-radius: 72px;
  width: 680px;
  max-width: 100%;
  padding: 64px 80px;
}

.form-block.glass-effect.width-900 {
  width: 900px;
}

.form-block.contact-03-form-block {
  padding: 0;
}

.input {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 80px;
  width: 100%;
  height: 52px;
  margin-bottom: 20px;
  padding: 14px 20px;
  line-height: 1.3;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.input:focus {
  border-style: solid;
  border-color: rgba(196, 196, 196, .2);
  box-shadow: 4px 0 40px 5px rgba(0, 0, 0, .08);
}

.input::placeholder {
  color: #807e7e;
}

.input.textarea {
  border-radius: 32px;
  height: 200px;
}

.form-success-wrap {
  color: #212121;
  background-color: rgba(0, 0, 0, 0);
  font-family: Unbounded, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.hero-content {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
  display: flex;
}

.space-73 {
  padding-bottom: 16px;
}

.field-label {
  color: #212121;
  text-align: left;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
}

.contact-title-wrap {
  text-align: center;
  width: 100%;
  max-width: 518px;
}

.contact-03-form-wrapper {
  border-radius: 72px;
  padding: 80px;
  display: flex;
}

.contact-03-form-wrapper.glass-effect {
  grid-column-gap: 100px;
}

.contact-03-form-content-item-content {
  grid-row-gap: 8px;
  color: #525252;
  flex-direction: column;
  font-size: 16px;
  display: flex;
}

.contact-03-form-content-item-label {
  grid-column-gap: 8px;
  color: #212121;
  align-items: center;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  display: flex;
}

.contact-03-form-content-item {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-03-form-content {
  grid-row-gap: 12px;
  flex-direction: column;
  max-width: 500px;
  display: flex;
}

.contact-03-form-content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  margin-top: 50px;
  display: grid;
  overflow: hidden;
}

.contact-03-form-content-item-label-icon {
  width: 24px;
  height: 24px;
}

.contact-03-form-content-item-image {
  width: 64px;
  height: 64px;
}

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

._2-col-content {
  flex-direction: column;
  align-items: flex-start;
  width: 42%;
  display: flex;
}

._2-col-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

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

.about-01-hero {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

._2-col-list {
  grid-column-gap: 8px;
  color: #212121;
  align-items: center;
  margin-bottom: 12px;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.16667;
  display: flex;
}

.team-grid-wrapper {
  width: 100%;
}

.team-grid {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  display: flex;
  position: relative;
}

._2-col-list-icon {
  background-image: url('../images/Asterisk.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.team-bg.degrade {
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

._2-col {
  grid-column-gap: 110px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._2-col.reverse {
  flex-direction: row-reverse;
}

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

.team {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.team.align-left {
  align-items: flex-start;
}

._2-col-image-wrap {
  border-radius: 64px;
  width: 50%;
  overflow: hidden;
}

.team-title {
  text-align: center;
  max-width: 696px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.team-title.align-left {
  text-align: left;
}

._2-col-list-wrap {
  max-width: 80%;
  margin-bottom: 32px;
}

._2-col-bold-text {
  color: #212121;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

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

.team-item {
  text-align: center;
  border-radius: 48px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 48px;
  display: flex;
}

.team-item.glass-effect {
  width: 100%;
  text-decoration: none;
}

.team-item-image {
  border-radius: 100%;
  width: 130px;
  height: 130px;
  margin-bottom: 24px;
}

.team-item-title {
  color: #212121;
  margin-bottom: 8px;
  font-family: Unbounded, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.18182;
}

.team-item-text {
  color: #525252;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.66667;
}

.about-02-hero-image-wrap {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.feature-faq-question {
  grid-column-gap: 24px;
  cursor: pointer;
  border-bottom: 1px solid #c4c4c4;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: opacity .2s;
  display: flex;
}

.feature-faq-question:hover {
  opacity: .7;
}

.list-box-wrap {
  grid-row-gap: 8px;
  color: #121212;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.feature-faq {
  background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
  border: 2px solid #fff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px;
  display: flex;
}

.feature-faq.glass-effect {
  justify-content: space-between;
}

.about-02-hero-bg.degrade {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-faq-answer-text {
  color: #525252;
  font-size: 18px;
  line-height: 1.5;
}

.list-box-icon {
  background-image: url('../images/Check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 28px;
  height: 28px;
  margin-top: 1px;
}

.feature-faq-content {
  width: 45%;
  padding: 40px 50px;
}

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

.feature-faq-item {
  flex-direction: column;
  display: flex;
  position: relative;
}

.list-box {
  grid-column-gap: 6px;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.66667;
  display: flex;
}

.feature-faq-question-text {
  color: #212121;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.feature-faq-answer {
  overflow: hidden;
}

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

.feature-faq-arrow {
  background-image: url('../images/6426bceb1624b4f127db66ab_arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
  margin-top: 4px;
}

.about-02-hero {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-cart-02 {
  border-radius: 56px;
  width: 24%;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.image-cart-02.glass-effect._1 {
  transform: rotate(5deg);
}

.image-cart-02.glass-effect._4 {
  transform: rotate(-1deg);
}

.image-cart-02.glass-effect._3 {
  transform: rotate(9deg);
}

.image-cart-02.glass-effect._2 {
  transform: rotate(-5deg);
}

.feature-faq-image {
  object-fit: cover;
  border-radius: 64px;
  width: 55%;
  height: 660px;
}

.feature-faq-wrap {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}

.margin-bottom-33 {
  margin-bottom: 16px;
}

.margin-bottom-34 {
  margin-bottom: 32px;
}

.about-03-hero {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

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

.about-03-our-mission {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.blog-hero {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.blog-highlight {
  color: #3e3e59;
  border-radius: 64px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.blog-highlight.glass-effect {
  grid-column-gap: 24px;
  color: #525252;
  align-items: stretch;
  transition: all .2s;
}

.blog-highlight.glass-effect:hover {
  opacity: .8;
  background-image: linear-gradient(140deg, rgba(218, 252, 84, .8), rgba(87, 238, 192, .2) 35%, rgba(255, 255, 255, .1));
}

.blog-highlight.glass-effect:active {
  opacity: .7;
}

.blog-highlight-image {
  object-fit: cover;
  border-radius: 48px;
  width: 55%;
  height: 100%;
  display: block;
}

.blog-highlight-content {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  padding: 24px;
  display: flex;
}

.blog-highlight-text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.6875;
}

.margin-bottom-35 {
  margin-bottom: 16px;
}

.hero {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 980px;
  display: flex;
  position: relative;
}

.hero.max-width-1000 {
  max-width: 1000px;
}

.job-posting-list {
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.job-postings {
  width: 100%;
}

.job-postings-title {
  text-align: center;
  margin-bottom: 64px;
}

.job-postings-box {
  position: relative;
}

.job-postings-bg.degrade {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.job-posting-item-text {
  font-size: 18px;
}

.job-posting-item-top {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.job-posting-item {
  grid-column-gap: 32px;
  background-color: #fff;
  border-radius: 48px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 58px 64px;
  display: flex;
  box-shadow: 0 12px 16px rgba(0, 0, 0, .04);
}

.job-posting-item.glass-effect {
  background-color: rgba(0, 0, 0, 0);
}

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

.job-posting-item-list-icon {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.job-posting-item-list-title {
  color: #212121;
  font-family: Unbounded, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.18182;
}

.job-posting-item-bottom {
  grid-column-gap: 40px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.job-posting-item-content {
  width: 70%;
}

.job-posting-item-list {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.terms-content {
  width: 100%;
}

.terms {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.terms-text p {
  color: var(--dark);
  margin-bottom: 16px;
}

.terms-text strong {
  margin-bottom: 26px;
  font-weight: 600;
  display: inline;
}

.terms-box {
  margin-top: 48px;
}

.integrations-grid-wrapper {
  width: 100%;
}

.integrations-grid {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.integrations-item-logo {
  width: 60px;
  height: 60px;
  margin-bottom: 44px;
}

.integrations-item-name {
  color: #212121;
  margin-bottom: 8px;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.20833;
}

.integrations-item-text {
  color: #121212;
  margin-bottom: 18px;
  font-size: 16px;
}

.integrations-item {
  text-align: center;
  border-radius: 48px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 48px;
  display: flex;
}

.integration-detail-content-top {
  grid-row-gap: 26px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.integration-detail {
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.integration-detail h2 {
  color: var(--dark);
  margin-bottom: 26px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.integration-detail-text p {
  margin-bottom: 16px;
}

.hidden-desktop {
  display: none;
}

.hidden-mobile {
  display: block;
}

.integration-detail-logo {
  width: 120px;
  height: 120px;
}

.integration-detail-header {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team-detail-member-social-media-wrapper {
  margin-left: auto;
}

.team-detail-title {
  color: #212121;
  font-size: 40px;
  line-height: 1.25;
}

.team-detail-member-image {
  object-fit: cover;
  border-radius: 100%;
  width: 160px;
  height: 160px;
}

.team-detail-text {
  color: #212121;
  font-size: 20px;
  line-height: 1.6;
}

.team-detail-text h2 {
  color: var(--dark);
  margin-top: 48px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.team-detail-text p {
  margin-bottom: 12px;
}

.team-detail-text h4 {
  color: var(--soft-black);
  margin-top: 48px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.team-detail-text blockquote {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  border-left-style: none;
  border-radius: 54px;
  margin-top: 56px;
  margin-bottom: 56px;
  padding: 56px 70px;
  font-size: 20px;
  line-height: 1.6;
}

.team-detail {
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.team-detail-member-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.team-detail-member-content {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.team-detail-bg.degrade {
  opacity: .5;
  width: 80%;
}

.career-detail-info {
  background-color: #fafafb;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 48px 56px;
  display: flex;
  position: relative;
  top: auto;
}

.career-detail-info.glass-effect {
  grid-row-gap: 40px;
  border-radius: 56px;
  align-items: stretch;
}

.career-detail-title {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  display: flex;
}

.career-detail {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.field-2-col {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.career-form-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.carrers-form-bg.degrade {
  width: 70%;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.job-info-list-item-icon {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.career-detail-info-title {
  color: #212121;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.career-text h2, .career-text h4 {
  color: var(--dark);
  letter-spacing: 0;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.career-text p {
  margin-bottom: 8px;
}

.careers-back-button {
  grid-column-gap: 8px;
  color: #212121;
  align-items: center;
  margin-bottom: 16px;
  margin-right: auto;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.career-detail-content {
  width: 100%;
}

.job-info-list-item {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.field-wrapper.hidden {
  flex-direction: column;
  display: none;
}

.job-info-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.careers-back-button-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.way-of-working {
  display: flex;
}

.blog-detail-image {
  object-fit: cover;
  border-radius: 80px;
  width: 100%;
  height: 700px;
}

.blog-detail-title-wrap {
  text-align: center;
  max-width: 960px;
  margin-bottom: 4px;
}

.blog-detail-hero-date {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.blog-detail-hero-date-icon {
  width: 24px;
  height: 24px;
}

.blog-detail-hero {
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  display: flex;
}

.blog-detail-text {
  color: var(--dark);
  margin-top: 80px;
  font-size: 20px;
  line-height: 1.6;
}

.blog-detail-text h2 {
  color: var(--dark);
  margin-top: 48px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.blog-detail-text p {
  margin-bottom: 12px;
}

.blog-detail-text h4 {
  color: var(--soft-black);
  margin-top: 48px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.blog-detail-text blockquote {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  border-left-style: none;
  border-radius: 54px;
  margin-top: 56px;
  margin-bottom: 56px;
  padding: 56px 70px;
  font-size: 20px;
  line-height: 1.6;
}

.blog-detail-text h3 {
  color: var(--dark);
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

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

.utility-page-content {
  text-align: left;
  flex-direction: column;
  display: flex;
}

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

._404-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 100px;
  display: flex;
}

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

._404-text {
  margin-top: 12px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.54545;
}

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

.introduction-bg.degrade {
  top: auto;
  bottom: 49%;
  left: auto;
  right: auto;
}

.introduction-hero-image {
  border: 2px #fff;
  border-radius: 0;
  flex: none;
  width: 480px;
  transform: rotate(-6deg);
  box-shadow: 0 3px 30px rgba(0, 0, 0, .08);
}

.introduction-info-box-count {
  font-size: 64px;
  line-height: 1.2;
}

.introduction-info-box {
  grid-column-gap: 12px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #212121;
  text-align: center;
  border-radius: 32px;
  align-items: center;
  padding: 24px 48px;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
}

.introduction-info-box.glass-effect {
  background-image: linear-gradient(to right, rgba(255, 255, 255, .4), rgba(255, 255, 255, .3));
}

.introduction-info-box.glass-effect._3 {
  margin-right: auto;
  transform: rotate(-4deg);
}

.introduction-info-box.glass-effect._2 {
  text-align: left;
  margin-left: auto;
  transform: rotate(2deg);
}

.introduction-info-box.glass-effect._1 {
  margin-right: auto;
}

.introduction-info-box.glass-effect._4 {
  margin-left: auto;
}

.introduction-box-title {
  color: #212121;
  text-align: center;
  max-width: 1065px;
  font-size: 56px;
  line-height: 1.25;
}

.introduction-box {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.introduction-cta {
  background-color: #fff;
  border-radius: 88px;
  width: 100%;
  padding: 32px;
}

.introduction-cta.glass-effect {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.introduction-box-grid-item-image {
  border: 2px solid #fff;
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

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

.introduction-box-grid._3-col {
  grid-template-columns: 1fr 1fr 1fr;
}

.introduction-box-grid-item-more-bg.degrade {
  height: 65%;
  margin-top: auto;
  margin-bottom: auto;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.introduction-box-grid-item-more-content {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.introduction-hero-image-wrap {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  height: 1000px;
  margin-top: 120px;
  display: flex;
}

.introduction-line-content {
  grid-column-gap: 24px;
  color: #212121;
  justify-content: center;
  align-items: center;
  font-family: Unbounded, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
}

.introduction-line {
  width: 100%;
  height: 160px;
  transform: rotate(4deg);
}

.introduction-line.glass-effect {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 130%;
  display: flex;
}

.introduction-line-icon {
  flex: none;
  width: 86px;
  height: 86px;
}

.introduction-item-link {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.introduction-item-link:hover {
  opacity: .8;
  transform: scale(.95);
}

.introduction-line-text {
  flex: none;
}

.introduction-image {
  background-color: #000;
  background-image: url('../images/Figma-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 64px;
  width: 50%;
  height: 536px;
}

.introduction-box-grid-item-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #212121;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
}

.introduction-line-bg {
  width: 100%;
  height: 160px;
  transform: rotate(-8deg);
}

.introduction-line-bg.glass-effect {
  justify-content: center;
  align-items: center;
  width: 130%;
  display: flex;
  position: absolute;
  left: -15%;
}

.other-template-title {
  color: #212121;
  text-align: center;
  max-width: 1065px;
  font-size: 48px;
  line-height: 1.25;
}

.introduction-cta-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 32px;
  display: flex;
}

.introduction-cta-title {
  color: #212121;
  letter-spacing: -1px;
  font-size: 64px;
  line-height: 1.25;
}

.introduction-cta-text {
  font-size: 24px;
}

.info-box-02-list-icon-v2 {
  background-image: url('../images/check_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.footer-logo {
  z-index: -1;
  flex: none;
  max-width: 2600px;
  position: relative;
  bottom: -50px;
  left: 314px;
}

.footer-01-bottom {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

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

.faq-item-v2 {
  flex-direction: column;
  padding-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-chevron-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/CaretDown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-top: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-question-text-v2 {
  color: #212121;
  letter-spacing: .02em;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.54545;
}

.feature-box-2 {
  grid-row-gap: 32px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  padding: 48px;
  display: flex;
  position: relative;
}

.feature-box-gradient-4 {
  z-index: 0;
  filter: blur(120px);
  background-image: linear-gradient(to right, #dafc54 32%, #57eec0 45%, #dafc54 66%, #57eec0);
  width: 50%;
  height: 80%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.feature-box-gradient-4.degrade {
  width: 50%;
  height: 80%;
}

.feature-box-item-4-circle {
  background-color: #dedede;
  border-radius: 100%;
  flex: none;
  width: 32px;
  height: 32px;
}

.feature-box-item-4-circle.checked {
  background-image: url('../images/Group-1171274898.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-box-3 {
  grid-row-gap: 32px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55%;
  padding: 0;
  display: flex;
  position: relative;
}

.feature-object-5 {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.feature-object-6 {
  z-index: 3;
  grid-column-gap: 50px;
  flex-direction: row;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
}

.toolkit {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
  border: 2px solid #fff;
  border-radius: 64px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 100px 80px;
  display: flex;
  position: static;
  top: -388px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.toolkit-content {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 42%;
  display: flex;
}

.toolkit-image {
  object-fit: contain;
  background-color: #212121;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 315px;
  height: 315px;
  padding: 32px;
  display: flex;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.list {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
}

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

.list ul {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.testimonial-person-name-v2 {
  color: #212121;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.testimonial-content {
  grid-row-gap: 48px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 848px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-text {
  color: #212121;
  font-family: Unbounded, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.26667;
}

.testimonials {
  border-radius: 64px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 172px;
  box-shadow: 0 12px 16px rgba(0, 0, 0, .04);
}

.mask-2 {
  width: 100%;
  height: auto;
}

.left-arrow-v2 {
  display: block;
}

.left-arrow-v2.testimonials-01-arrow {
  width: 52px;
  height: 52px;
  margin-left: -80px;
  top: auto;
  bottom: 80px;
  left: auto;
  right: auto;
}

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

.pricing-tabs-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #212121;
  border-radius: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 32px;
  padding: 4px;
  display: flex;
}

.pricing-tabs-content {
  width: 100%;
  overflow: visible;
}

.pricing-tab-link {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 80px;
  padding: 8px 24px;
  font-weight: 500;
}

.pricing-tab-link.w--current {
  color: #212121;
  background-image: linear-gradient(to right, #fff, #e7e7e7 50%, #fff);
}

.contact-02-grid-item-top {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-02-grid {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-02-grid-item {
  grid-row-gap: 8px;
  color: #525252;
  text-align: center;
  background-color: #fff;
  border-radius: 48px;
  flex-direction: column;
  align-items: stretch;
  width: 33%;
  padding: 40px;
  font-size: 16px;
  display: flex;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.contact-02-grid-item.highlight-contact-02-grid-item {
  background-image: linear-gradient(140deg, rgba(218, 252, 84, .8), rgba(87, 238, 192, .2) 60%, rgba(255, 255, 255, .1));
}

.contact-02-grid-item-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.contact-02-grid-item-text {
  margin-bottom: 32px;
}

.contact-02-grid-item-title {
  color: #212121;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.18182;
}

.about-01-grid-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-01-grid-title-wrapper {
  text-align: center;
  max-width: 793px;
  margin-bottom: 56px;
}

.about-01-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-01-grid-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 430px;
  font-size: 16px;
  display: flex;
}

.about-01-grid-item-top {
  grid-column-gap: 12px;
  color: #212121;
  align-items: center;
  margin-bottom: 16px;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.16667;
  display: flex;
}

.about-01-grid-item-icon {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.about-01-grid-item-icon-image {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.hiring-process-item {
  grid-column-gap: 40px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.66667;
  display: flex;
}

.hiring-process-counter {
  color: #121212;
  letter-spacing: -.6px;
  min-width: 40px;
  font-family: Unbounded, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1875;
}

.hiring-process {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 930px;
  display: flex;
}

.hiring-process-item-text {
  max-width: 846px;
  font-size: 20px;
  line-height: 1.5;
}

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

.hiring-process-title {
  text-align: center;
  max-width: 520px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.hiring-process-item-title {
  grid-column-gap: 12px;
  color: #212121;
  align-items: center;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.hiring-process-grid {
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.pricing-info-grid-item-icon {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.pricing-info-grid-item-icon.glass-effect {
  box-shadow: 0 4px 40px rgba(0, 0, 0, .08);
}

.why-work-with-us-title {
  text-align: center;
  max-width: 560px;
  margin-bottom: 48px;
}

.why-work-with-us {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 930px;
  display: flex;
}

.pricing-info-grid-item-icon-image {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.why-work-with-us-grid {
  grid-column-gap: 100px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-info-grid-item-top {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  color: #121212;
  flex-direction: column;
  align-items: center;
  font-family: Unbounded, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.54545;
  display: flex;
}

.why-work-with-us-item {
  grid-row-gap: 12px;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.66667;
  display: flex;
}

.career-detail-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-small {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.paragraph-small.text-color-gray-700 {
  color: #858585;
}

.content-card-grid {
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.paragraph-regular {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-regular.text-weight-semi-bold {
  font-weight: 600;
}

.content-card {
  grid-row-gap: 90px;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.title-wrapper-m {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.wrap-h-justify {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.content-card-s {
  grid-row-gap: 56px;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.badge-purple-l {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: rgba(54, 23, 140, .64);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.section-large {
  background-color: var(--transparent);
  background-image: url('../images/Bg-Pattern_1.svg');
  background-position: 0 0;
  background-size: auto;
  padding: 120px 5%;
  position: relative;
}

.container-small {
  z-index: 5;
  background-color: #441414;
  width: 100%;
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.subheading-small {
  color: #ababab;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.content-image {
  border: 1px solid #474747;
  border-radius: 8px;
  overflow: hidden;
}

.h3-heading {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(353deg, rgba(54, 23, 140, .44), #bba7f1 46%, #bba7f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.content-card-l {
  grid-row-gap: 24px;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.button-quantiary-icon {
  background-color: rgba(255, 255, 255, .08);
  background-image: radial-gradient(circle at 50% 100%, rgba(94, 94, 94, .33), rgba(94, 94, 94, 0));
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  display: flex;
}

.text-color-blue-500 {
  color: #719be5;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.wrap-h-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.wrap-h-x-small.align-center {
  align-items: center;
}

.button-secondary-m {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: rgba(61, 61, 61, .64);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-secondary-m.w--current {
  background-color: #344256;
  border-color: #48566a;
}

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

.paragraph-large {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-large.text-weight-semi-bold {
  font-weight: 600;
}

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

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

  .hero-box {
    width: 552px;
    padding: 40px;
  }

  .hero-box.hero-box-02 {
    right: -50px;
  }

  .home-01-hero-boxes {
    align-items: flex-start;
  }

  .pricing-price {
    font-size: 32px;
  }
}

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

  .hero-box.hero-box-02 {
    right: -115px;
  }

  .cursor.cursor-03 {
    left: -36px;
  }

  .cursor.cursor-04, .cursor.cursor-06 {
    right: -30px;
  }

  .cursor.cursor-05 {
    left: -36px;
  }

  .home-02-hero-object-01.glass-effect {
    right: -50px;
  }

  .home-02-hero-object-02.glass-effect {
    left: -50px;
  }
}

@media screen and (min-width: 1920px) {
  .section.client-logos-04-section {
    margin-top: -350px;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.home-03-hero-section {
    background-image: url('../images/Bg-Pattern.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .section.introduction-line-section {
    margin-top: -537px;
    margin-bottom: -200px;
    padding-top: 250px;
    padding-bottom: 350px;
  }

  .toolkit-02-image {
    height: 360px;
  }

  .home-02-footer-gradient-white {
    top: -20%;
  }

  .home-02-hero-object-01.glass-effect {
    right: -80px;
  }

  .home-02-hero-object-02.glass-effect {
    left: -80px;
  }

  .pricing-price {
    font-size: 36px;
  }

  .start-here-text {
    max-width: 850px;
  }

  .introduction-box-grid-item-more-content {
    padding-left: 48px;
    padding-right: 48px;
  }

  .introduction-line.glass-effect, .introduction-line-bg.glass-effect {
    height: 200px;
  }
}

@media screen and (max-width: 991px) {
  .heading-6 {
    font-size: 16px;
  }

  .cta-03-title {
    font-size: 30px;
  }

  .color-green {
    border-radius: 100%;
  }

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

  .button.newsletter-button {
    position: static;
  }

  .button.medium {
    padding: 13px 24px;
    font-size: 14px;
  }

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

  .navbar-container {
    padding: 16px;
  }

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

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

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

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

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

  .section.faq-section, .section.padding-0, .section.home-01-hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

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

  .section.contact-02-grid-section, .section.padding-100, .section.padding-100, .section.padding-100, .section.padding-100, .section.team-section, .section.padding-100, .section.padding-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.padding-72 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section.introduction-line-section {
    margin-top: -216px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .cta-content {
    grid-row-gap: 8px;
    width: 45%;
  }

  .cta-object-avatar-1 {
    width: 100px;
    height: 100px;
  }

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

  .nav-link {
    border-bottom: 1px solid #dedede;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .nav-link.white {
    color: #fff;
  }

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

  .nav-menu.dark-theme {
    background-color: #212121;
  }

  .info-box-02-list {
    font-size: 14px;
  }

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

  .cta-object-content {
    background-size: 90%;
    border-radius: 12px;
    height: 80px;
  }

  .cta-object-avatar-3 {
    width: 70px;
    height: 70px;
  }

  .info-box-02-content {
    width: 45%;
    padding: 20px;
  }

  .color-white {
    border-radius: 100%;
  }

  .cta-object {
    width: 50%;
  }

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

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

  .dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-link.dark-theme {
    color: #fff;
  }

  .cta-object-avatar-2 {
    width: 50px;
    height: 50px;
  }

  .cta-03-content {
    padding: 20px;
  }

  .heading-1 {
    font-size: 60px;
  }

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

  .info-box-list-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
  }

  .cta-object-item.glass-effect {
    min-height: 250px;
  }

  .color-yellow {
    border-radius: 100%;
  }

  .cta {
    padding: 60px 40px;
  }

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

  .newsletter {
    grid-column-gap: 24px;
    flex-direction: row;
    align-items: flex-start;
  }

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

  .color-cover {
    width: 150px;
    height: 150px;
  }

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

  .cta-03, .info-box-02 {
    padding: 20px;
  }

  .dropdown-list-content {
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

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

  .dropdown-list.dark-theme.w--open {
    background-color: #212121;
  }

  .dropdown-list.big-dropdown-list.w--open {
    width: 100%;
  }

  .newsletter-input {
    width: 250px;
    padding-right: 20px;
  }

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

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

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

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

  .newsletter-02-content {
    width: 100%;
    font-size: 16px;
  }

  .newsletter-content {
    width: 40%;
    font-size: 16px;
  }

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

  .dropdown-line {
    display: none;
  }

  .color-grey {
    border-radius: 100%;
  }

  .sg-container {
    overflow: auto;
  }

  .newsletter-input-wrap {
    width: 100%;
  }

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

  .menu-button.w--open {
    color: #212121;
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-link-label {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .dropdown-link-label.dark-theme {
    color: #fff;
  }

  .radio-button-field {
    font-size: 14px;
  }

  .color-black {
    border-radius: 100%;
  }

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

  .cta-03-image {
    width: 53%;
    height: 250px;
  }

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

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

  .feature-box-item.feature-box-item-5 {
    left: 15px;
  }

  .testimonial-person-name {
    font-size: 18px;
  }

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

  .integration-item {
    border-radius: 24px;
    width: 100px;
    height: 100px;
    padding: 18px;
  }

  .feature {
    grid-column-gap: 20px;
  }

  .page-gradient-01 {
    display: none;
  }

  .integration-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .right-arrow {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 40px;
  }

  .right-arrow.testimonials-02-arrow, .right-arrow.testimonials-01-arrow {
    display: none;
  }

  .feature-box-glass.custom-size {
    width: 90%;
    height: 400px;
  }

  .testomonial-image {
    width: 72px;
    height: 72px;
  }

  .left-arrow.testimonials-02-arrow {
    display: none;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    font-size: 10px;
    display: flex;
    top: auto;
    bottom: -30px;
    left: 0%;
    right: 0%;
  }

  .slide-nav.home-03-slide {
    bottom: 10px;
  }

  .hero-box {
    border-radius: 24px;
    width: 290px;
    height: 100px;
    padding: 16px;
  }

  .hero-box.hero-box-02 {
    right: -50px;
  }

  .page-gradient-02 {
    display: none;
  }

  .feature-box-01 {
    width: 60%;
    padding: 24px;
  }

  .blog-item:hover {
    opacity: 1;
  }

  .blog-image {
    border-radius: 24px;
    height: auto;
  }

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

  .hero-box-sub-text-wrap {
    margin-bottom: 19px;
    font-size: 14px;
  }

  .star {
    width: 20px;
    height: 20px;
  }

  .hero-box-value {
    font-size: 24px;
  }

  .home-01-hero {
    z-index: 1;
    justify-content: flex-start;
  }

  .hero-box-text {
    font-size: 12px;
  }

  .cursor-name {
    padding: 8px 14px;
    font-size: 14px;
  }

  .hero-box-right-icon {
    width: 60px;
    height: 60px;
    margin-left: auto;
  }

  .home-01-hero-bg.degrade {
    height: 300px;
  }

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

  .hero-box-right {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .home-hero-text {
    font-size: 24px;
  }

  .home-hero-text.home-01-hero-text, .home-hero-text.home-02-hero-text, .home-hero-text.home-03-hero-text {
    font-size: 20px;
  }

  .home-hero-title {
    font-size: 60px;
  }

  .home-hero-title.home-01-hero-title, .home-hero-title.home-02-hero-title, .home-hero-title.home-03-hero-title {
    font-size: 40px;
  }

  .cursor.cursor-02 {
    bottom: -21%;
    right: 10%;
  }

  .cursor.cursor-01 {
    display: none;
    top: 107%;
    left: 48%;
  }

  .cursor.cursor-03, .cursor.cursor-05 {
    top: -5%;
  }

  .hero-box-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-01-hero-boxes {
    align-items: flex-end;
    width: 45%;
    margin-left: 16px;
  }

  .toolkit-02 {
    min-height: auto;
    margin-bottom: 24px;
    padding: 20px;
    position: static;
  }

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

  .testimonials-grid-item {
    padding: 24px;
  }

  .features-item-icon {
    margin-bottom: 48px;
  }

  .toolkit-02-content {
    padding: 20px;
  }

  .client-logos-04.glass-effect {
    width: 100%;
    height: 230px;
  }

  .toolkit-02-image {
    width: 53%;
    height: 200px;
  }

  .features-item.glass-effect {
    min-height: auto;
  }

  .integration-02-item {
    width: 100px;
    height: 100px;
    padding: 18px;
  }

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

  .testimonial-item-text {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .client-logos-04-bg.glass-effect {
    width: 100%;
    height: 230px;
    left: 0%;
  }

  .blog-item-wrap {
    border-radius: 24px;
    padding: 16px;
  }

  .blog-item-wrap:hover {
    opacity: 1;
    background-image: none;
  }

  .blog-image-02 {
    border-radius: 24px;
    height: auto;
    margin-bottom: 20px;
  }

  .home-02-hero-object-01.glass-effect {
    min-width: 250px;
    top: 5%;
  }

  .home-02-hero {
    padding: 150px 60px 200px;
  }

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

  .testimonial-02-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-03-hero-decorative {
    border-radius: 16px;
    width: 100px;
    height: 100px;
    padding: 14px;
  }

  .home-03-hero-decorative._4 {
    width: 70px;
    height: 70px;
  }

  .home-03-hero-decorative._3 {
    width: 50px;
    height: 50px;
    top: -70px;
  }

  .home-03-hero-decorative._1 {
    width: 60px;
    height: 60px;
    top: -70px;
  }

  .home-03-hero-decorative._2 {
    width: 70px;
    height: 70px;
  }

  .benefits {
    margin-bottom: 64px;
  }

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

  .features-02-grid {
    grid-row-gap: 32px;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .testimonials-02 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .features-02-item {
    background-image: linear-gradient(#dafc54, rgba(87, 238, 192, .2) 50%, rgba(255, 255, 255, .1));
    padding-top: 64px;
  }

  .features-02-item._3, .features-02-item._2 {
    position: static;
  }

  .features-02-item-icon {
    margin-bottom: 48px;
  }

  .toolkit-03-image {
    height: 400px;
  }

  .image-cart {
    height: 240px;
  }

  .testimonial-02-text {
    font-size: 24px;
  }

  .pricing-box {
    align-items: flex-start;
  }

  .blog-header {
    max-width: none;
  }

  .toolkit-03 {
    min-height: auto;
    padding: 50px 40px;
    position: static;
  }

  .home-03-hero {
    z-index: 1;
  }

  .blog-image-03 {
    border-radius: 24px;
    height: auto;
  }

  .blog-03-title {
    font-size: 24px;
  }

  .hero-title {
    font-size: 52px;
  }

  .contact-bg.degrade {
    display: flex;
  }

  .contact {
    flex-direction: column;
  }

  .form-block {
    width: 100%;
  }

  .input {
    box-shadow: none;
    border-color: #dedede;
    width: 100%;
  }

  .input.textarea {
    border-radius: 24px;
  }

  .contact-03-form-wrapper.glass-effect {
    grid-column-gap: 32px;
    border-radius: 48px;
    padding: 32px;
  }

  .contact-03-form-content-grid {
    grid-row-gap: 30px;
  }

  ._2-col-content {
    width: 45%;
  }

  .team-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  ._2-col {
    grid-column-gap: 24px;
  }

  ._2-col-image-wrap {
    width: 55%;
  }

  .feature-faq-question:hover {
    opacity: 1;
  }

  .feature-faq.glass-effect {
    grid-column-gap: 24px;
  }

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

  .feature-faq-content {
    padding: 0;
  }

  .list-box {
    font-size: 14px;
  }

  .feature-faq-question-text {
    font-size: 18px;
  }

  .image-cart-02 {
    height: 240px;
  }

  .feature-faq-image {
    height: 300px;
  }

  .feature-faq-wrap {
    width: 100%;
  }

  .blog-highlight-text {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .hero {
    z-index: 1;
  }

  .integrations-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .team-detail-title {
    font-size: 32px;
  }

  .team-detail-bg.degrade {
    opacity: .3;
    display: flex;
  }

  .career-detail-info {
    width: 100%;
    margin-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
    position: static;
  }

  .career-detail-content {
    width: 100%;
  }

  .job-info-list-item {
    font-size: 14px;
  }

  .blog-detail-image {
    height: 600px;
  }

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

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

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

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

  .introduction-hero-image {
    width: 350px;
  }

  .introduction-info-box-count {
    font-size: 48px;
  }

  .introduction-info-box {
    padding: 16px 32px;
  }

  .introduction-box-title {
    font-size: 48px;
  }

  .introduction-box {
    grid-row-gap: 40px;
  }

  .introduction-cta.glass-effect {
    border-radius: 80px;
    padding: 16px;
  }

  .introduction-hero-image-wrap {
    height: 725px;
  }

  .introduction-line-content {
    grid-column-gap: 16px;
    font-size: 24px;
  }

  .introduction-line.glass-effect {
    width: 100%;
    height: 100px;
  }

  .introduction-line-icon {
    width: 48px;
    height: 48px;
  }

  .introduction-image {
    background-size: 100px;
    border-radius: 56px;
    width: 45%;
    height: 300px;
  }

  .introduction-line-bg.glass-effect {
    width: 120%;
    height: 100px;
    left: 0%;
  }

  .other-template-title {
    font-size: 32px;
  }

  .introduction-cta-content {
    grid-row-gap: 24px;
    width: 50%;
    padding: 12px;
  }

  .introduction-cta-title {
    font-size: 32px;
  }

  .introduction-cta-text {
    font-size: 16px;
  }

  .footer-logo {
    max-width: 1300px;
    bottom: 8px;
    left: 226px;
  }

  .feature-box-2, .feature-box-3 {
    width: 60%;
    padding: 24px;
  }

  .feature-object-5 {
    width: 80%;
    padding: 25px;
    top: -10%;
    left: -12%;
  }

  .feature-object-6 {
    width: 80%;
    padding: 25px;
    bottom: -4%;
    right: -3%;
  }

  .toolkit {
    min-height: auto;
    padding: 50px 40px;
    position: static;
  }

  .toolkit-content {
    width: 55%;
  }

  .toolkit-image {
    background-size: 120px;
    width: 180px;
    height: 180px;
  }

  .testimonial-person-name-v2 {
    font-size: 18px;
  }

  .testimonial-content {
    width: 80%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-text {
    font-size: 24px;
  }

  .testimonials {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .left-arrow-v2.testimonials-01-arrow {
    display: none;
  }

  .contact-02-grid {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .contact-02-grid-item {
    width: 100%;
    padding-top: 40px;
  }

  .about-01-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .hiring-process-counter {
    font-size: 38px;
  }

  .hiring-process-item-text {
    max-width: none;
  }

  .hiring-process-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .career-detail-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: stretch;
  }

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

  .grid-two-column {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .footer-arrow {
    display: block;
  }

  .cta-03-title {
    margin-bottom: 16px;
  }

  .template-page-box-icon {
    width: 40px;
    height: 40px;
  }

  .footer-item {
    grid-row-gap: 8px;
  }

  .footer-item.only-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-item.only-desktop {
    display: none;
  }

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

  .button.newsletter-button, .button.medium {
    padding: 10px 20px;
    font-size: 16px;
  }

  .footer-grid {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .section.dark-mode-footer-section {
    padding-top: 60px;
  }

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

  .section.faq-section, .section.padding-0 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section.client-logos-04-section {
    margin-top: -80px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.home-02-section {
    background-image: linear-gradient(#212121 10%, #fff);
    padding-top: 45px;
    padding-bottom: 45px;
  }

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

  .section.contact-02-grid-section, .section.padding-100, .section.padding-100, .section.padding-100, .section.padding-100, .section.team-section, .section.padding-100, .section.padding-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.padding-72 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.introduction-line-section {
    margin-top: -126px;
    padding-top: 50px;
    padding-bottom: 85px;
  }

  .brand-image {
    display: none;
  }

  .cta-content {
    width: 100%;
  }

  .sg-glass-effect-text {
    font-size: 24px;
  }

  .container.mobile-full-container {
    padding-left: 0;
    padding-right: 0;
  }

  .info-box-02-content {
    grid-column-gap: 12px;
    width: 100%;
    margin-bottom: 32px;
    padding: 0;
  }

  .footer-label {
    max-width: none;
  }

  .cta-object {
    width: 400px;
  }

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

  .footer-bottom {
    grid-row-gap: 24px;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
  }

  .cta-03-content {
    padding: 0;
  }

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

  .client-logo {
    height: 50px;
  }

  .info-box-list-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .cta-object-item.glass-effect {
    border-radius: 32px;
  }

  .info-box-02-image {
    width: 100%;
  }

  .cta {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .cta.glass-effect {
    grid-row-gap: 64px;
    border-radius: 32px;
    padding: 48px 24px;
  }

  .newsletter {
    grid-row-gap: 32px;
    flex-direction: column;
  }

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

  .white-button.medium {
    padding: 10px 20px;
    font-size: 16px;
  }

  .sg-glass-effect-wrap {
    padding: 0;
  }

  .cta-03 {
    grid-row-gap: 32px;
    border-radius: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    display: flex;
  }

  .info-box-02 {
    border-radius: 40px;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 24px;
  }

  .template-page-box {
    padding: 16px 24px;
  }

  .template-page-box.glass-effect {
    border-radius: 32px;
    font-size: 16px;
  }

  .footer-bottom-right {
    justify-content: center;
    width: auto;
    display: none;
  }

  .newsletter-input {
    border-color: rgba(196, 196, 196, .2);
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer-bottom-left {
    justify-content: center;
    width: auto;
  }

  .template-page-box-icons {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
  }

  .footer-menu-wrap {
    overflow: hidden;
  }

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

  .footer-menu-wrap.desktop {
    display: none;
  }

  .newsletter-02 {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .newsletter-02-content {
    width: 100%;
  }

  .footer-bottom-middle {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .newsletter-content {
    width: 100%;
  }

  .template-page-box-title {
    margin-bottom: 16px;
  }

  .template-page-title-wrap {
    grid-row-gap: 8px;
    margin-bottom: 16px;
  }

  .cta-03-image {
    width: 100%;
    height: 300px;
  }

  .testimonial-person-job {
    font-size: 14px;
  }

  .feature-box-item {
    grid-column-gap: 12px;
    border-radius: 12px;
    padding: 6px 25px 6px 6px;
  }

  .feature-box-item.feature-box-item-4, .feature-box-item.feature-box-item-5, .feature-box-item.feature-box-item-6 {
    grid-column-gap: 32px;
    padding: 12px 24px;
  }

  .testimonial-person-name {
    font-size: 16px;
  }

  .slider {
    width: 100%;
  }

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

  .feature-box-item-image-wrap {
    width: 32px;
    height: 32px;
  }

  .feature-box-item-bar {
    height: 10px;
  }

  .feature {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .feature.direction-reverse {
    flex-direction: column;
    justify-content: flex-start;
  }

  .toolkit-text {
    font-size: 18px;
  }

  .feature-content {
    width: 100%;
  }

  .right-arrow {
    display: none;
  }

  .feature-box-glass {
    height: 100%;
  }

  .feature-box-glass.custom-size {
    height: 300px;
  }

  .testomonial-image {
    width: 60px;
    height: 60px;
  }

  .slide-nav {
    grid-column-gap: 16px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: flex;
    top: auto;
    bottom: -66px;
    left: 0%;
    right: 0%;
  }

  .hero-box {
    border-radius: 24px;
  }

  .hero-box.hero-box-02 {
    right: -15%;
  }

  .integration-title-wrap {
    width: 100%;
  }

  .feature-box-01 {
    flex: none;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-image {
    border-radius: 48px;
  }

  .blog-text {
    font-size: 14px;
  }

  .hero-box-sub-text-wrap {
    margin-bottom: 16px;
  }

  .home-01-hero-content {
    align-items: center;
    width: 100%;
  }

  .hero-box-value {
    margin-bottom: 6px;
  }

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

  .cursor-name {
    padding: 8px 14px;
    font-size: 14px;
  }

  .hero-box-right-icon {
    width: 60px;
    height: 60px;
  }

  .hero-box-right {
    flex-direction: column;
  }

  .home-hero-text {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .home-hero-text.home-01-hero-text, .home-hero-text.home-02-hero-text, .home-hero-text.home-03-hero-text {
    text-align: center;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.5;
  }

  .home-hero-title {
    font-size: 32px;
    line-height: 1.26667;
  }

  .home-hero-title.home-01-hero-title, .home-hero-title.home-02-hero-title, .home-hero-title.home-03-hero-title {
    text-align: center;
    margin-bottom: 12px;
    font-size: 30px;
  }

  .cursor.cursor-02 {
    bottom: -70px;
  }

  .cursor.cursor-01 {
    top: 30%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .cursor.cursor-03 {
    top: 12%;
    bottom: auto;
    right: auto;
  }

  .cursor.cursor-06 {
    display: flex;
    top: auto;
    bottom: -80px;
    left: auto;
    right: 0%;
  }

  .cursor.cursor-05 {
    display: flex;
    top: -80px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .home-01-hero-boxes {
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: 0;
  }

  .toolkit-02 {
    grid-row-gap: 40px;
    border-radius: 40px;
    flex-direction: column-reverse;
    padding: 32px;
  }

  .testimonials-grid {
    flex-direction: row;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    overflow: auto;
  }

  .testimonials-grid-item.glass-effect {
    border-radius: 24px;
    flex: none;
    width: 100%;
  }

  .toolkit-02-text {
    font-size: 18px;
  }

  .toolkit-02-content {
    width: 100%;
    padding: 0;
  }

  .client-logos-04.glass-effect {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: none;
    border-style: none;
    height: auto;
    transform: none;
  }

  .toolkit-02-image {
    object-position: 50% 50%;
    width: 100%;
    height: 200px;
  }

  .integration-02-item._5 {
    width: 100px;
    height: 100px;
    padding: 24px;
  }

  .integration-02-item._1, .integration-02-item._3 {
    width: 150px;
    height: 150px;
    padding: 24px;
  }

  .integration-02-item._6 {
    width: 120px;
    height: 120px;
    padding: 24px;
  }

  .integration-02-item._2, .integration-02-item._4 {
    width: 100px;
    height: 100px;
    padding: 24px;
  }

  .testimonials-grid-title {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .testimonial-item-text {
    font-size: 20px;
  }

  .client-logos-04-bg.glass-effect {
    display: none;
  }

  .blog-item-wrap {
    border-radius: 48px;
  }

  .blog-image-02 {
    border-radius: 40px;
  }

  .home-02-hero-object-01.glass-effect {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-gradient-bg {
    z-index: 2;
    width: 150%;
    height: 300px;
    bottom: -10%;
    left: -25%;
    transform: none;
  }

  .hero-gradient-bg.home-02-page {
    display: flex;
  }

  .home-02-hero-object-02-image {
    width: 24px;
    height: 24px;
  }

  .home-02-hero {
    padding-top: 200px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-gradient-white {
    height: 300px;
    bottom: -15%;
    left: -25%;
  }

  .hero-gradient-white.home-02-page {
    display: flex;
  }

  .hero-gradient {
    width: 150%;
    height: 300px;
    top: auto;
    bottom: 30%;
    left: -25%;
    right: 0%;
  }

  .home-02-hero-object-02.glass-effect {
    grid-column-gap: 8px;
    border-radius: 12px;
    min-width: auto;
    padding: 8px 16px;
    bottom: 25%;
  }

  .home-03-hero-decorative._4 {
    top: 188px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .home-03-hero-decorative._3 {
    padding: 8px;
    top: -60px;
  }

  .home-03-hero-decorative._1 {
    width: 50px;
    height: 50px;
    padding: 8px;
    top: 178px;
  }

  .home-03-hero-decorative._2 {
    width: 50px;
    height: 50px;
    padding: 9px;
    bottom: -76px;
  }

  .blog-03-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .testimonials-02 {
    border-radius: 40px;
    padding-bottom: 100px;
  }

  .toolkit-03-image {
    border-radius: 32px;
    width: 100%;
    height: 300px;
  }

  .image-cart {
    border-radius: 24px;
    height: 175px;
  }

  .toolkit-03-content {
    width: 100%;
  }

  .testimonial-02-text {
    font-size: 20px;
  }

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

  .home-03-content-wrap {
    position: static;
  }

  .toolkit-03 {
    grid-row-gap: 24px;
    border-radius: 32px;
    padding: 16px;
  }

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

  .integration-03-title-wrap {
    width: 100%;
  }

  .blog-03-item {
    grid-column-gap: 16px;
  }

  .blog-image-03 {
    border-radius: 40px;
    width: 50%;
  }

  .blog-03-title {
    font-size: 20px;
  }

  .changelog-description {
    font-size: 16px;
  }

  .changelog-version {
    font-size: 24px;
  }

  .changelog-date {
    font-size: 16px;
  }

  .changelog.degrade-box {
    grid-row-gap: 12px;
    border-radius: 32px;
    padding: 24px 40px;
  }

  .introduction-box-grid-item {
    font-size: 16px;
  }

  .hero-title {
    font-size: 32px;
  }

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

  .contact {
    grid-row-gap: 24px;
  }

  .form-block.glass-effect {
    border-radius: 32px;
    padding: 32px 40px;
  }

  .input {
    height: auto;
    min-height: 52px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .contact-03-form-wrapper.glass-effect {
    grid-row-gap: 50px;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: none;
    border-style: none;
    flex-direction: column;
    padding: 0;
  }

  .contact-03-form-content-item-content {
    font-size: 14px;
  }

  .contact-03-form-content-item {
    text-align: left;
  }

  .contact-03-form-content {
    text-align: center;
  }

  .contact-03-form-content-grid {
    max-width: none;
    margin-top: 72px;
  }

  .contact-03-form-content-item-image {
    width: 48px;
    height: 48px;
  }

  ._2-col-content {
    width: 100%;
  }

  ._2-col {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  ._2-col.reverse {
    flex-direction: column;
  }

  ._2-col.grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  ._2-col-image-wrap {
    width: 100%;
  }

  .team-item {
    padding: 24px;
  }

  .feature-faq.glass-effect {
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .feature-faq-content {
    width: 100%;
  }

  .image-cart-02 {
    border-radius: 24px;
    height: 125px;
  }

  .feature-faq-image, .feature-faq-wrap {
    width: 100%;
  }

  .blog-highlight {
    grid-row-gap: 24px;
    border-radius: 48px;
    flex-direction: column;
  }

  .blog-highlight.glass-effect {
    grid-row-gap: 16px;
    padding: 16px;
  }

  .blog-highlight-image {
    border-radius: 40px;
    width: 100%;
  }

  .blog-highlight-content {
    width: 100%;
    padding: 0;
  }

  .job-posting-item.glass-effect {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }

  .job-posting-item-content, .terms-content {
    width: 100%;
  }

  .terms {
    flex-direction: column;
  }

  .integrations-item {
    padding: 24px;
  }

  .hidden-desktop {
    display: flex;
  }

  .hidden-mobile {
    display: none;
  }

  .team-detail-member-social-media-wrapper {
    margin-right: auto;
  }

  .team-detail-title {
    font-size: 26px;
    line-height: 1.23077;
  }

  .team-detail-member-image {
    width: 120px;
    height: 120px;
  }

  .team-detail-text {
    font-size: 16px;
    line-height: 1.625;
  }

  .team-detail-member-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
  }

  .team-detail-job-text {
    font-size: 16px;
  }

  .career-detail-info {
    padding: 32px 24px;
  }

  .job-info-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-detail-image {
    height: 400px;
  }

  .blog-detail-text {
    font-size: 16px;
    line-height: 1.625;
  }

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

  .introduction-bg.degrade {
    height: 100px;
    bottom: 50%;
  }

  .introduction-hero-image {
    width: 200px;
  }

  .introduction-info-box {
    border-radius: 18px;
  }

  .introduction-box-title {
    font-size: 32px;
  }

  .introduction-cta.glass-effect {
    grid-row-gap: 16px;
    border-radius: 48px;
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 16px;
  }

  .introduction-box-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .introduction-box-grid._3-col {
    grid-template-columns: 1fr;
  }

  .introduction-hero-image-wrap {
    height: 412.5px;
    margin-top: 50px;
  }

  .introduction-line-content {
    grid-column-gap: 16px;
    font-size: 16px;
  }

  .introduction-line.glass-effect {
    height: 50px;
  }

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

  .introduction-line-text {
    font-size: 16px;
  }

  .introduction-image {
    border-radius: 32px;
    width: 100%;
  }

  .introduction-box-grid-item-wrapper {
    font-size: 16px;
  }

  .introduction-line-bg.glass-effect {
    height: 50px;
  }

  .other-template-title {
    font-size: 24px;
  }

  .introduction-cta-content {
    grid-row-gap: 16px;
    width: 100%;
    padding: 0;
  }

  .footer-logo, .footer-social-media {
    display: none;
  }

  .footer-01-bottom {
    grid-row-gap: 24px;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
  }

  .footer-01-brand {
    padding-left: 0;
    display: block;
  }

  .feature-box-2 {
    flex: none;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-box-item-4-circle {
    width: 24px;
    height: 24px;
  }

  .feature-box-3 {
    flex: none;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-object-6 {
    right: -10%;
  }

  .toolkit {
    grid-row-gap: 40px;
    border-radius: 32px;
    flex-direction: column-reverse;
    padding: 48px 32px;
  }

  .toolkit-content {
    width: 100%;
  }

  .toolkit-image {
    border-radius: 28px;
    width: 180px;
    height: 180px;
  }

  .testimonial-person-name-v2 {
    font-size: 16px;
  }

  .testimonial-content {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .testimonials.glass-effect {
    border-radius: 32px;
  }

  .contact-02-grid-item {
    padding: 24px;
  }

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

  .about-01-grid-item {
    max-width: 300px;
  }

  .about-01-grid-item-top {
    justify-content: center;
  }

  .hiring-process-item {
    grid-column-gap: 24px;
  }

  .hiring-process-item-text {
    font-size: 16px;
  }

  .hiring-process-item-title {
    font-size: 18px;
  }

  .why-work-with-us-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .grid-two-column {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .heading-6 {
    font-size: 18px;
  }

  .cta-03-title {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .xsmall-text {
    font-size: 14px;
  }

  .medium-text {
    font-size: 18px;
  }

  .radio-button {
    width: 14px;
    height: 14px;
  }

  .radio-button.w--redirected-checked {
    background-size: 8px;
  }

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

  .section.client-logos-04-section {
    margin-top: 0;
  }

  .section.introduction-line-section {
    padding-bottom: 60px;
  }

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

  .cta-object-avatar-1 {
    left: -15px;
  }

  .cta-title, .heading-4 {
    font-size: 24px;
  }

  .cta-object {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .simple-button {
    font-size: 14px;
    font-weight: 500;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

  .heading-1 {
    font-size: 30px;
    line-height: 1.26667;
  }

  .info-box-list-wrap {
    grid-template-columns: 1fr;
  }

  .faq-answer-text {
    font-size: 16px;
  }

  .info-box-02-image {
    border-radius: 24px;
  }

  .cta {
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .newsletter {
    align-items: stretch;
  }

  .color-cover {
    width: 120px;
    height: 120px;
  }

  .cta-03 {
    padding: 32px;
  }

  .space-72 {
    padding-bottom: 48px;
  }

  .small-text {
    font-size: 14px;
  }

  .form-error-wrap {
    font-size: 12px;
  }

  .newsletter-input {
    width: 100%;
  }

  .success-message {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 1.3;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 1.30769;
  }

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

  .newsletter-02-content {
    font-size: 14px;
  }

  .footer-bottom-middle {
    font-size: 12px;
  }

  .newsletter-content {
    font-size: 14px;
  }

  .logos-text {
    color: #3e3e59;
    text-align: center;
    font-size: 12px;
  }

  .cta-text {
    font-size: 14px;
  }

  .template-page-box-title {
    font-size: 20px;
  }

  .newsletter-input-wrap {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .faq-question-text {
    font-size: 18px;
  }

  .radio-button-field {
    font-size: 12px;
  }

  .cta-03-image {
    border-radius: 32px;
    height: 200px;
  }

  .testimonial-person-job {
    font-size: 14px;
  }

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

  .feature-text {
    font-size: 14px;
  }

  .feature-box-item {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
  }

  .feature-box-item.feature-box-item-6 {
    right: 15px;
  }

  .testimonial-person-name {
    font-size: 18px;
  }

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

  .slider {
    width: 100%;
  }

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

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

  .right-arrow {
    width: 40px;
    height: 40px;
    top: -40px;
    bottom: auto;
    left: auto;
    right: -10px;
  }

  .feature-box-glass {
    border-radius: 22px;
  }

  .feature-box-glass.custom-size {
    height: 250px;
  }

  .testomonial-image {
    width: 50px;
    height: 50px;
  }

  .hero-box {
    width: 100%;
    max-width: 300px;
  }

  .hero-box.hero-box-02 {
    right: 0%;
  }

  .feature-box-01 {
    grid-row-gap: 16px;
    width: 100%;
    max-width: 380px;
  }

  .blog-date {
    font-size: 14px;
  }

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

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

  .hero-box-sub-text-wrap {
    grid-column-gap: 4px;
  }

  .hero-box-value {
    font-size: 18px;
  }

  .home-01-hero {
    grid-row-gap: 90px;
  }

  .hero-box-text, .cursor-name {
    font-size: 12px;
  }

  .hero-box-sub-text-span {
    font-size: 10px;
  }

  .hero-box-sub-text {
    font-size: 12px;
  }

  .cursor.cursor-01 {
    display: flex;
    top: 39%;
  }

  .cursor.cursor-03 {
    top: 5%;
  }

  .cursor.cursor-04 {
    bottom: 20%;
  }

  .cursor.cursor-06 {
    bottom: -22%;
  }

  .cursor.cursor-05 {
    top: -16%;
  }

  .hero-box-content-wrap {
    grid-column-gap: 12px;
    justify-content: space-between;
  }

  .home-01-hero-boxes {
    width: 100%;
  }

  .toolkit-02 {
    padding: 32px;
  }

  .testimonials-grid {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .testimonials-grid-item.glass-effect {
    width: 100%;
  }

  .toolkit-02-text {
    max-width: 100%;
    font-size: 16px;
  }

  .features-item-icon {
    margin-bottom: 72px;
  }

  .toolkit-02-image {
    border-radius: 24px;
    height: 150px;
  }

  .integration-02-item._5 {
    width: 90px;
    height: 90px;
  }

  .integration-02-item._1, .integration-02-item._3 {
    width: 100px;
    height: 100px;
  }

  .integration-02-item._6, .integration-02-item._2, .integration-02-item._4 {
    width: 80px;
    height: 80px;
  }

  .testimonial-item-text {
    font-size: 18px;
    font-weight: 400;
  }

  .home-02-hero-object-01.glass-effect {
    display: none;
  }

  .hero-gradient-bg {
    height: 200px;
  }

  .hero-gradient-bg.home-02-page {
    width: 200%;
    height: 300px;
    bottom: -34%;
    left: -50%;
  }

  .home-02-hero {
    padding: 120px 16px 170px;
  }

  .home-02-hero-glass.glass-effect {
    background-image: linear-gradient(to top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .05));
    border-radius: 24px;
  }

  .hero-gradient-white {
    height: 200px;
  }

  .hero-gradient-white.home-02-page {
    height: 300px;
    bottom: -4%;
  }

  .hero-gradient {
    height: 200px;
  }

  .home-02-hero-object-02.glass-effect {
    display: none;
  }

  .testimonial-02-content {
    grid-row-gap: 24px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-03-hero-decorative._4 {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: -21%;
    left: 0%;
    right: auto;
  }

  .home-03-hero-decorative._1 {
    left: auto;
    right: 0;
  }

  .home-03-hero-decorative._2 {
    display: none;
  }

  .benefits {
    margin-bottom: 48px;
    font-size: 16px;
  }

  .testimonials-02 {
    padding-top: 24px;
  }

  .features-02-item-icon {
    margin-bottom: 60px;
  }

  .toolkit-03-image {
    height: 200px;
  }

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

  .image-cart {
    height: 125px;
  }

  .testimonial-02-text {
    font-size: 18px;
    font-weight: 400;
  }

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

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

  .blog-03-item {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .blog-image-03, .blog-03-item-content {
    width: 100%;
  }

  .blog-03-title {
    font-size: 20px;
  }

  .template-page-box-content {
    grid-row-gap: 24px;
  }

  .changelog.degrade-box {
    border-radius: 24px;
    padding: 12px 16px;
  }

  .start-here-text h2 {
    font-size: 32px;
  }

  .hero-title {
    line-height: 1.30769;
  }

  .contact-bg.degrade {
    filter: blur(100px);
    width: 100%;
  }

  .hero-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .form-block.glass-effect {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-image: none;
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .input {
    width: 100%;
  }

  .form-success-wrap {
    font-size: 24px;
  }

  .contact-03-form-content-item-label {
    font-size: 16px;
  }

  .margin-bottom-16 {
    margin-bottom: 8px;
  }

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

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

  ._2-col-list {
    font-size: 16px;
  }

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

  .team-bg.degrade {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  ._2-col-image-wrap {
    border-radius: 14px;
  }

  ._2-col-list-wrap {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .team-item.glass-effect {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
  }

  .team-item-image {
    width: 110px;
    height: 110px;
    margin-bottom: 16px;
  }

  .team-item-title {
    font-size: 18px;
  }

  .team-item-text {
    font-size: 14px;
  }

  .about-02-hero-image-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature-faq-question {
    margin-bottom: 12px;
    padding: 12px 0;
  }

  .feature-faq.glass-effect {
    border-radius: 16px;
    padding: 16px;
  }

  .feature-faq-answer-text {
    font-size: 14px;
  }

  .list-box-icon {
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-top: 3px;
  }

  .margin-bottom-20 {
    margin-bottom: 8px;
  }

  .feature-faq-item {
    border-left-style: none;
  }

  .list-box {
    align-items: flex-start;
  }

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

  .feature-faq-answer {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-12 {
    margin-bottom: 16px;
  }

  .image-cart-02 {
    width: 100%;
  }

  .feature-faq-image {
    border-radius: 32px;
    height: 260px;
  }

  .margin-bottom-33 {
    margin-bottom: 8px;
  }

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

  .margin-bottom-35 {
    margin-bottom: 8px;
  }

  .job-postings-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .job-postings-bg.degrade {
    top: auto;
    bottom: auto;
  }

  .job-posting-item-text {
    font-size: 16px;
  }

  .job-posting-item.glass-effect {
    border-radius: 40px;
  }

  .job-posting-item-bottom {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 32px;
  }

  .job-posting-item-list {
    margin-top: 0;
  }

  .terms-box {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

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

  .integrations-item-logo {
    width: 50px;
    height: 50px;
    margin-bottom: 24px;
  }

  .integrations-item.glass-effect {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-image: linear-gradient(to right, rgba(255, 255, 255, .2), rgba(255, 255, 255, .1));
  }

  .integration-detail-logo {
    width: 60px;
    height: 60px;
  }

  .integration-detail-header {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .team-detail-text {
    margin-top: 24px;
  }

  .team-detail-bg.degrade {
    filter: blur(100px);
    width: 100%;
  }

  .career-detail-title {
    margin-bottom: 8px;
  }

  .field-2-col {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .career-text, .job-info-list-item {
    font-size: 16px;
  }

  .job-info-list {
    grid-row-gap: 8px;
  }

  .blog-detail-image {
    border-radius: 32px;
    height: 200px;
  }

  .blog-detail-text {
    margin-top: 24px;
  }

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

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

  .introduction-info-box-count {
    font-size: 32px;
  }

  .introduction-info-box.glass-effect {
    padding: 12px 24px;
    font-size: 16px;
  }

  .introduction-box-title {
    font-size: 24px;
  }

  .introduction-box-grid-item-more-content {
    margin-top: 16px;
  }

  .introduction-hero-image-wrap {
    grid-column-gap: 16px;
  }

  .introduction-line-content {
    font-size: 12px;
  }

  .other-template-title {
    font-size: 24px;
  }

  .introduction-cta-content {
    padding: 12px;
  }

  .introduction-cta-title {
    font-size: 24px;
    line-height: 1.30769;
  }

  .footer-01-bottom {
    grid-column-gap: 8px;
  }

  .footer-01-brand {
    width: 20px;
  }

  .faq-question-text-v2 {
    font-size: 18px;
  }

  .feature-box-2, .feature-box-3 {
    grid-row-gap: 16px;
    width: 100%;
    max-width: 380px;
  }

  .feature-object-6 {
    right: 0%;
  }

  .toolkit {
    padding: 48px 32px;
  }

  .list {
    font-size: 16px;
  }

  .testimonial-person-name-v2 {
    font-size: 18px;
  }

  .testimonial-content {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-text {
    font-size: 16px;
    font-weight: 400;
  }

  .testimonials {
    padding: 24px 16px 72px;
  }

  .mask-2 {
    width: 100%;
  }

  .contact-02-grid-button-wrap {
    margin-right: 0;
  }

  .contact-02-grid-item {
    border-radius: 40px;
  }

  .contact-02-grid-item-text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.57143;
  }

  .contact-02-grid-item-title {
    font-size: 18px;
  }

  .about-01-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .about-01-grid-item {
    font-size: 14px;
  }

  .about-01-grid-item-top {
    grid-column-gap: 8px;
    margin-bottom: 12px;
  }

  .hiring-process-counter {
    min-width: 25px;
    font-size: 30px;
    line-height: 1.3;
  }

  .hiring-process-item-text {
    font-size: 16px;
    line-height: 1.625;
  }

  .hiring-process-item-title {
    font-size: 16px;
    line-height: 1.25;
  }

  .hiring-process-grid {
    grid-template-columns: 1fr;
  }

  .pricing-info-grid-item-icon {
    width: 32px;
    height: 32px;
  }

  .pricing-info-grid-item-text {
    font-size: 16px;
    line-height: 1.625;
  }

  .pricing-info-grid-item-icon-image {
    width: 20px;
    height: 20px;
  }

  .why-work-with-us-grid {
    grid-template-columns: 1fr;
  }

  .pricing-info-grid-item-top {
    font-size: 18px;
    line-height: 1.66667;
  }

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

  .h3-heading {
    font-size: 52px;
    line-height: 62px;
  }
}

#w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011ef8-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011efd-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011f08-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011f0d-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011f12-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011f1d-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011f22-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011f56-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011f5b-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011f60-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011f65-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011f6a-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011f6f-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011f79-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011f89-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011f8c-8be9f98a, #w-node-_90e5d9ac-0f81-7cbd-34dc-73ca91011f8f-8be9f98a, #w-node-_97a6a898-b320-5ce5-6648-6c32c3317ea2-c3317e9e, #w-node-_97a6a898-b320-5ce5-6648-6c32c3317eb1-c3317e9e, #w-node-_97a6a898-b320-5ce5-6648-6c32c3317f12-c3317e9e, #w-node-_97a6a898-b320-5ce5-6648-6c32c3317f2c-c3317e9e, #w-node-_8d6a2c7f-08f3-c7b4-218a-d9bd230ef315-230ef2f4, #w-node-_8d6a2c7f-08f3-c7b4-218a-d9bd230ef324-230ef2f4, #w-node-_8d6a2c7f-08f3-c7b4-218a-d9bd230ef333-230ef2f4, #w-node-_8d6a2c7f-08f3-c7b4-218a-d9bd230ef33e-230ef2f4, #w-node-_8d6a2c7f-08f3-c7b4-218a-d9bd230ef349-230ef2f4, #w-node-_8d6a2c7f-08f3-c7b4-218a-d9bd230ef35c-230ef2f4, #w-node-a9f3f381-ac9b-960b-f876-181e7ba0a707-8be9f98d, #w-node-a9f3f381-ac9b-960b-f876-181e7ba0a70f-8be9f98d, #w-node-a9f3f381-ac9b-960b-f876-181e7ba0a717-8be9f98d, #w-node-a9f3f381-ac9b-960b-f876-181e7ba0a71f-8be9f98d, #w-node-_8a8671bd-c401-6ae8-625f-60726279a50e-8be9f991, #w-node-_083ac84a-a920-37b9-c70e-1e3484296956-8be9f991, #w-node-_083ac84a-a920-37b9-c70e-1e348429695e-8be9f991, #w-node-_083ac84a-a920-37b9-c70e-1e3484296966-8be9f991, #w-node-_083ac84a-a920-37b9-c70e-1e348429696e-8be9f991, #w-node-da831711-db15-9c5e-5c6a-3d267646c33d-8be9f995, #w-node-da831711-db15-9c5e-5c6a-3d267646c346-8be9f995, #w-node-da831711-db15-9c5e-5c6a-3d267646c34f-8be9f995, #w-node-bb0c637a-e781-16fa-83c0-3967da6d5f9f-8be9f99b, #w-node-bb0c637a-e781-16fa-83c0-3967da6d5fa5-8be9f99b, #w-node-bb0c637a-e781-16fa-83c0-3967da6d5fab-8be9f99b, #w-node-bb0c637a-e781-16fa-83c0-3967da6d60c1-8be9f99b, #w-node-bb0c637a-e781-16fa-83c0-3967da6d60cb-8be9f99b, #w-node-bb0c637a-e781-16fa-83c0-3967da6d60d5-8be9f99b, #w-node-bb0c637a-e781-16fa-83c0-3967da6d60df-8be9f99b, #w-node-_717339c7-16e4-739d-a535-0ee749192887-49192883, #w-node-_717339c7-16e4-739d-a535-0ee749192896-49192883, #w-node-_717339c7-16e4-739d-a535-0ee7491928f7-49192883, #w-node-_717339c7-16e4-739d-a535-0ee749192911-49192883, #w-node-_91da5606-5da2-de92-0d47-01e83063da7d-3063da5c, #w-node-_91da5606-5da2-de92-0d47-01e83063da8c-3063da5c, #w-node-_91da5606-5da2-de92-0d47-01e83063da9b-3063da5c, #w-node-_91da5606-5da2-de92-0d47-01e83063daa6-3063da5c, #w-node-_91da5606-5da2-de92-0d47-01e83063dab1-3063da5c, #w-node-_91da5606-5da2-de92-0d47-01e83063dac4-3063da5c, #w-node-f0ccd227-4c13-5dc8-a9d6-e88af58f0beb-8be9f99c, #w-node-f0ccd227-4c13-5dc8-a9d6-e88af58f0bf1-8be9f99c, #w-node-f0ccd227-4c13-5dc8-a9d6-e88af58f0bf7-8be9f99c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_717339c7-16e4-739d-a535-0ee749192930-49192883 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d9fe083-729b-7ef9-e8f1-06d56b705f63-8be9f99a, #w-node-bb0c637a-e781-16fa-83c0-3967da6d5f95-8be9f99b, #w-node-bb0c637a-e781-16fa-83c0-3967da6d6089-8be9f99b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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