:root {
  --accessible-components--dark-grey: #9b9b9b;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --flowstica-webflow-library--black: #010b15;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--white: white;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray200: #eaecf0;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--pink50: #fdf2fa;
  --untitled-ui--pink700: #c11574;
  --untitled-ui--indigo50: #eef4ff;
  --untitled-ui--indigo700: #3538cd;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --white: white;
  --black: black;
  --accessible-components--white-smoke: whitesmoke;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--white: white;
  --untitled-ui--gray400: #98a2b3;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

.body {
  background-color: #151521;
  font-family: Outfit, sans-serif;
}

.body.blogs {
  background-color: #fff;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container.faq {
  display: flex;
  position: relative;
}

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

.navbar-brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

.nav-dropdown {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

.button-primary {
  color: #151521;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ffbd47;
  border-radius: 200px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  transform: scale(1.05);
}

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

.button-primary.white {
  background-color: #fff;
}

.button-primary.large {
  width: 150px;
}

.hero-without-image {
  padding: 120px 30px 60px;
  position: relative;
}

.hero-without-image.projects-our {
  margin-top: 60px;
}

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

.margin-bottom-24px {
  color: #888;
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 23px;
  font-weight: 100;
  line-height: 1.5;
}

.margin-bottom-24px.centered {
  text-align: center;
}

.heading {
  color: #fff;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 1;
}

.heading.framer {
  font-size: 5.3rem;
}

.heading._404 {
  font-size: 22.6rem;
}

.list-item {
  color: #fff;
}

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

.navbar-no-shadow {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #151521e6;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1440px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

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

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

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

.nav-link-2:hover {
  color: #ffffffbf;
  background-color: #43424f;
  border-color: #43424f;
}

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

.nav-link-2.dropdown {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 30px;
  display: flex;
}

.nav-link-2.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.logos-without-title {
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.footer-dark {
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.footer-content.hidden {
  display: none;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #9b9b9b;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #9594a4;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #797878;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.fs_numbercount-1_message {
  color: var(--accessible-components--dark-grey);
}

.fs_numbercount-1_text {
  text-align: center;
}

.fs_numbercount-1_number {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_numbercount-1_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.fs_numbercount-1_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 2rem;
  display: grid;
  position: relative;
}

.fs_numbercount-1_embed {
  background-color: #0000;
  margin-bottom: 0;
}

.fs_numbercount-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.logos-title-small {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-tag {
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three-2 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three-2 {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.features-metrics {
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  color: #fff;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.number-description {
  color: #9594a4;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial17_name-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.rl_testimonial17_customer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.rl_testimonial17_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial17_rating-icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl_testimonial17_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.rl_testimonial17_testimonial {
  border: 1px solid var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.rl_testimonial17_testimonial-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.rl_testimonial17_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_testimonial17_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_testimonial17_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_testimonial17 {
  background-color: var(--relume-library-lite--rl-white);
}

.wbs-testimonial-5-avatar-name {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.wbs-testimonial-5-avatar-name-wrap {
  text-align: left;
}

.wbs-testimonial-5-avatar-image {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.wbs-testimonial-5-avatar {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.wbs-testimonial-5-content {
  color: var(--flowstica-webflow-library--black);
  font-size: 17px;
  line-height: 1.4em;
}

.wbs-testimonial-5-logo-image {
  height: 28px;
  margin-bottom: 20px;
}

.wbs-testimonial-5-item {
  background-color: #ddd;
  border-radius: 10px;
  flex: none;
  padding: 1.875rem;
}

.wbs-testimonial-5-wrap {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-bottom: 30px;
  display: grid;
}

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

.wbs-section-overflow {
  padding: 6.25rem 5%;
  overflow: hidden;
}

.customer-testimonials {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.section-heading {
  color: #fff;
  text-align: left;
  margin-bottom: 60px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}

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

.wbs-step-3-arrow-image-last {
  opacity: .25;
  filter: invert();
  position: absolute;
  inset: auto 23% -20% auto;
}

.wbs-step-3-arrow-image-top {
  opacity: .25;
  filter: invert();
  position: absolute;
  inset: -20% 0% 0% 26%;
}

.wbs-step-3-arrow-image-bottom {
  opacity: .25;
  filter: invert();
  position: absolute;
  inset: auto 0% -20%;
}

.wbs-heading-h5 {
  color: #dfdfdf;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-step-3-simple-number {
  color: #ffbd48;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
}

.wbs-step-3-item-top {
  margin-top: 100px;
}

.wbs-step-3 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.wbs-step-component {
  color: #888;
}

.wbs-section {
  padding: 6.25rem 20px;
}

.client-block {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
  padding: 15px;
  box-shadow: -40px -105px 100px -40px #9594a41a;
}

.client-website-image {
  border-radius: 10px;
}

.platform {
  color: #e9e9e9;
  background-color: #9594a35c;
  border: 1px solid #000;
  border-radius: 10px;
  margin-right: 10px;
  padding: 4px 10px;
}

.div-block-3 {
  margin-top: 10px;
  display: flex;
}

.client-name {
  color: #fcfcfc;
  font-weight: 400;
}

.client-information {
  color: #949494;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.site-link {
  color: #e9e9e9;
  cursor: pointer;
  border: 1px solid #43424f40;
  border-radius: 10px;
  width: 75px;
  margin-right: 10px;
  padding: 4px 10px;
  text-decoration: underline;
}

.site-link:hover {
  background-color: #43424f;
}

.projects-component.centered {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.pagewrapper {
  position: relative;
}

.pagewrapper.blogs {
  background-color: #fff;
}

.leading-web-development-agency {
  color: #bdbcbc;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 100;
  line-height: 1.5;
}

.leading-web-development-agency.centered {
  text-align: center;
}

.trusted-by-heading {
  color: #bdbcbc;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 40px;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.5;
}

.trusted-by-heading.centered {
  text-align: center;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.tool-tech-heading {
  color: #929292;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3em;
}

.div-block-4 {
  cursor: pointer;
  border: 1px solid #585858;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 188.203px;
  height: 46px;
  margin-top: 20px;
  padding: 8px 17px;
  display: flex;
}

.div-block-4:hover {
  background-color: #3a3a3a;
}

.paragraph {
  margin-bottom: 0;
  margin-left: 10px;
}

.tool-name {
  color: #cfcfcf;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1.2rem;
}

.tool-icon {
  filter: grayscale();
}

.tool-icon.white {
  filter: invert();
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.success-message {
  background-color: #0000;
  padding: 1.5rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  color: #151520;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #ffbd48;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: #ffbd48;
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-form-checkbox-label {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  border-radius: .25rem;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form-checkbox.hidden {
  display: none;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form_input.select {
  color: var(--untitled-ui--gray900);
  background-color: #fff;
}

.uui-field-label {
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

.uui-form-field-wrapper.hidden {
  display: none;
}

.uui-form-radio-label {
  margin-bottom: 0;
  font-weight: 500;
}

.uui-form-radio-icon {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-radio-icon.w--redirected-checked {
  background-image: radial-gradient(circle, #ffbd48, #ffbd48 92%);
  border-width: 1px;
  border-color: #ffbd48;
}

.uui-form-radio-icon.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  margin-top: 0;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: var(--untitled-ui--primary600);
  background-image: url('../images/check-tick.svg');
}

.uui-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact02_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact02_component {
  flex-direction: column;
  align-items: stretch;
  max-width: 35rem;
  margin: 4rem auto 0;
}

.uui-text-size-large {
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_contact02 {
  color: #fff;
}

.section {
  padding-top: 100px;
}

.faq-section-heading {
  font-size: 80px;
  font-weight: 500;
}

.plan-title-text {
  color: #0d0f30;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 600;
}

.pricing-customer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-big-logo-img {
  margin-bottom: 80px;
}

.tabs-price-section {
  flex-direction: column;
  display: flex;
  position: static;
}

.accordion-label {
  color: #0d0f30;
  justify-content: space-between;
  width: 100%;
  font-size: 25px;
  font-weight: 600;
  display: flex;
}

.color-primary {
  color: #0d0f30;
}

.pricing-heading-text {
  color: #0a2d45;
  font-size: 42px;
  line-height: 1.4em;
}

.accordion-text {
  padding-right: 40px;
}

.tab-pane-tab-2 {
  position: static;
}

.plan-price-per {
  color: #666;
  align-self: flex-end;
  font-size: 20px;
}

.tabs-content {
  position: static;
  overflow: visible;
}

.portfolio-details-dropdown-content {
  background-color: #0000;
  padding-bottom: 40px;
  font-size: 18px;
  position: static;
}

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

.plan-off-text {
  color: #0e47c0;
  font-size: 24px;
  position: absolute;
  inset: 32% auto auto 50%;
}

.plan-session-container {
  justify-content: center;
  align-items: center;
  width: 440px;
  margin: 30px auto 55px;
  display: flex;
  position: relative;
}

.faq-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.plan-cta {
  text-align: center;
}

.accordion-label-text {
  color: #0d0f30;
}

.plan-details-text {
  color: #666;
  font-size: 18px;
  font-weight: 400;
}

.pricing-cta-btn {
  color: #152547;
  background-color: #ffda2b;
  border-radius: 50px;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .5s, color .5s;
}

.pricing-cta-btn:hover {
  color: #efefef;
  background-color: #0d0f30;
}

.faq-accordion-item {
  border-bottom: 1px solid #e9edf6;
}

.plan-details {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid #a7cfa8;
  flex-direction: column;
  padding-top: 30px;
  padding-left: 15px;
  display: flex;
}

.plan-title {
  margin-bottom: 5px;
}

.pro-icon {
  border-top: 40px solid #0000;
  border-bottom: 70px solid #0000;
  border-right: 70px solid #20bf55;
  width: 160px;
  height: 110px;
  position: absolute;
  inset: -40px 0 auto auto;
}

.plan-off {
  width: 250px;
  height: 200px;
  position: absolute;
  inset: -160px 50% auto auto;
  transform: translate(160%);
}

.portfolio-details-dropdown {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.faq-smile-lottie {
  width: 300px;
}

.pricing-bottom-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.pricing-customer-name {
  color: #505050;
  font-size: 24px;
  text-decoration: none;
}

.pricing-slug-text {
  color: #505050;
  margin-bottom: 50px;
  font-size: 18px;
}

.plan-details-bullet {
  object-fit: scale-down;
  border: 2px solid #666;
  border-radius: 50%;
  width: 11px;
  height: 11px;
}

.plan-session {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #0d0f30;
  background-color: #9594a4;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
  font-size: 18px;
  display: inline-block;
  position: relative;
}

.pricing-off-arrow {
  transform-style: preserve-3d;
  position: absolute;
  inset: auto 0% 9% 6%;
}

.pricing-customer-img {
  border: 2px solid #fff;
  border-radius: 50%;
}

.pricing-customer-img.img-offset {
  position: relative;
  left: -10px;
}

.pricing-customer-img.img-offset-2 {
  position: relative;
  left: -20px;
}

.faq-subtitle {
  text-align: right;
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 18px;
}

.plan-icon-star {
  z-index: 20;
  position: absolute;
  inset: 13px 13px auto auto;
}

.dropdown-toggle {
  padding: 22px 0;
  display: flex;
}

.pricing-main-heading {
  color: #0d0f30;
  text-align: center;
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 500;
}

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

.acoordion-minus-button {
  margin-left: auto;
  display: none;
}

.plan-button-tap {
  background-color: #0000;
  border-radius: 67px;
  padding: 14px 22px;
  line-height: 1;
}

.plan-button-tap.w--current {
  background-color: #fff;
}

.color-light {
  color: #505050;
  line-height: 1.3em;
}

.plan-price-usd {
  color: #0d0f30;
  font-size: 45px;
  font-weight: 700;
}

.plan-buy-btn {
  color: #ffbd48;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #09f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s ease-in-out;
  display: flex;
}

.plan-buy-btn:hover {
  color: #fff;
  background-color: #09f;
}

.plan-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  height: 30px;
  display: flex;
}

.plan-option-item {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #d6d6d6;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  min-width: 380px;
  padding: 35px 30px;
  transition: all .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.plan-option-item:hover {
  transform: scale(1.1);
}

.plan-option-item.plan-alt-bg-pastel {
  background-color: #fcd084;
}

.plan-option-item.plan-alt-bg-pale {
  background-color: #b1b1b1;
}

.plan-details-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.plan-option-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.faq-wrapper {
  align-items: center;
  display: flex;
}

.tab-pane-tab-1 {
  position: static;
}

.pricing-customer-text {
  color: #fff;
  line-height: 1em;
  text-decoration: underline;
}

.help-block {
  padding: 20px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.slide-banner {
  background-color: #1f1b3a;
  width: 30%;
  min-width: 310px;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 400;
  line-height: 32px;
}

.slider {
  background-color: #0000;
  height: 100vh;
  min-height: 850px;
  position: relative;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.submit-button {
  color: #000;
  text-transform: uppercase;
  background-color: #ffbd48;
  border-radius: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

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

.error-message-2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkbox-base {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.slide-wrapper {
  min-height: 100vh;
  display: flex;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: static;
}

.arrow-cta {
  width: 100px;
  position: absolute;
  inset: auto auto -120% -20%;
}

.star-row {
  margin-bottom: 30px;
}

.price-field {
  border: 1.3px solid #bec9d5;
  border-radius: 10px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.price-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.price-field::placeholder {
  color: #61728375;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.form-item-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.form-item-wrapper.fixed-height {
  min-height: 160px;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.form-wrap.extra-space {
  margin-bottom: 40px;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.slide-content {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.button-wrapper {
  position: relative;
}

.checkbox-icon {
  z-index: 9;
  background-color: #5b3acc0d;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.slide-counter {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20px;
  margin-top: 40px;
  display: flex;
}

.banner-content {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 25% 40px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.author-testimonial {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.author-name {
  color: #fff;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}

.checkbox-text-wrapper {
  z-index: 9;
  cursor: pointer;
  position: relative;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.logo {
  margin-bottom: 40px;
}

.checkbox-h4 {
  margin-top: 0;
  margin-bottom: 3px;
}

.paragraph-2 {
  color: #ffffffc7;
  max-width: 650px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

.button-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.text-block-2 {
  color: #5b617c;
}

.checkbox-text {
  color: #5b617c;
  font-weight: 400;
}

.dot {
  background-color: #5b617c1a;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

.dot.active-dot {
  background-color: #5b617c;
}

.icon {
  width: 25px;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: none;
  overflow: visible;
}

.text-field {
  border: 1.3px solid #bec9d5;
  border-radius: 10px;
  min-height: 55px;
  margin-bottom: 0;
  font-size: 16px;
  position: relative;
}

.text-field:focus {
  border-width: 1.3px;
  border-color: #007bfc;
}

.text-field::placeholder {
  color: #61728375;
}

.slider-left {
  color: #fff;
  background-color: #151c340f;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: #151c3426;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.form-paragraph {
  color: #5b617c;
  max-width: 550px;
  font-size: 18px;
  line-height: 23px;
}

.text-block-3 {
  color: #5b617c;
  font-family: Oswald, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 20px;
}

.success-message-2 {
  letter-spacing: 1px;
  padding: 50px;
}

.button-wrap {
  width: 100%;
  display: flex;
}

.slider-right {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffbd48;
  border-radius: 10px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  transition: all .2s;
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: none;
}

.form-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 490px;
  max-width: 560px;
  margin-bottom: -20px;
  display: flex;
}

.field-label {
  color: #617283;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
}

.banner-logo {
  border-bottom: 1px solid #ffffff14;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.div-block-6 {
  flex-flow: column;
  display: flex;
}

.div-block-6.white {
  background-image: linear-gradient(#151521 7%, #b3b3b3 31%, #76767b 55%, #151521 79%);
}

.success-panel {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 140px 3%;
  display: flex;
}

.image-3 {
  width: 130px;
  margin-bottom: 20px;
}

.text-block-4 {
  text-align: center;
  max-width: 500px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #ffbd48;
  border-radius: 3px;
  margin-top: 40px;
  padding: 18px 40px;
}

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

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

._404-page {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 3%;
  display: flex;
}

.html-embed {
  margin-top: 40px;
}

.error-text-2 {
  color: #e23939;
}

.error-message-3 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text-2 {
  font-weight: 600;
}

.success-message-3 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: #ffbd48;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .675s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  box-shadow: 2px 5px 5px #0003;
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-form-button-wrapper-2 {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link-2 {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui--gray700);
}

.uui-form-checkbox-label-2 {
  color: var(--untitled-ui--gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon-2:hover {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
}

.uui-form-checkbox-icon-2.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon-2.w--redirected-focus {
  border-color: var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary50);
  box-shadow: 0 0 0 4px var(--untitled-ui--primary100);
  border-radius: .25rem;
}

.uui-form-checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form-checkbox-2.hidden {
  display: none;
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-form_input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-field-label-2 {
  color: var(--untitled-ui--gray700);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper-2 {
  position: relative;
}

.uui-contact01_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact01_component {
  flex-direction: column;
  align-items: stretch;
  max-width: 30rem;
  margin: 6rem auto 0;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center, .align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-2 {
  text-align: center;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.tool-block {
  color: #818181;
  border: 1px solid #969494;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 416px;
  height: 252px;
  margin-bottom: 40px;
  padding: 15px;
  text-decoration: none;
  display: flex;
  box-shadow: -40px -105px 100px -40px #9594a41a;
}

.tool-block:hover {
  box-shadow: 3px 10px 20px 20px #7777771a;
}

.tool-name_block {
  color: #fcfcfc;
  font-weight: 400;
}

.list-item-2 {
  display: flex;
}

.rl-error-text {
  color: #e23939;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-tiny {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_cta26_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_cta_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_cta26_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.rl_cta26_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.rl_cta26_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_cta26_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.rl-padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_cta26 {
  background-color: var(--relume-library-lite--rl-white);
  position: relative;
}

.html-embed-2 {
  width: 100%;
}

.html-embed-2.hide-calendar {
  display: none;
}

.centered-items {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.get-in-touch.hide {
  display: none;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

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

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #b6b6b6;
}

.footer-copyright.transparent {
  color: #0000;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.image-4 {
  filter: invert();
}

.hero-container {
  background-image: url('../images/hero-grid_1hero-grid.webp');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 13em;
  display: flex;
}

.text-span-contact-form {
  font-size: 1.1rem;
  font-weight: 500;
}

.ms-form-row {
  grid-column-gap: 20px;
  display: flex;
}

.hero-summary {
  color: #acacac;
  width: 100%;
  max-width: 70%;
  margin: 20px auto 65px;
  font-size: 22px;
  line-height: 1.4;
}

.heading-h3-contact-form {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 58px;
}

.hero-main-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 1.1;
  position: relative;
}

.ms-input {
  color: #12133199;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 1.1rem;
  transition: box-shadow .2s, color .2s, box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #b9ff66;
}

.ms-input::placeholder {
  color: #12133199;
}

.ms-input.ms-is-text-area {
  min-height: 100px;
}

.ms-input.ms-is-text-area.ms-is-bigger {
  min-height: 200px;
  padding: 12px 16px;
  font-size: 1.1em;
}

.contact-message-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.contact-success-error {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #fff;
  border: 2px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.ms-full-width {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.ms-form {
  width: 400px;
  min-width: 400px;
  padding: 7.5%;
}

.ms-form.ms-is-contact-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.hero-section {
  z-index: 1;
  width: 100%;
  padding-top: 140px;
  position: relative;
}

.ms-form-block {
  width: 100%;
}

.ms-form-block.hide {
  display: none;
}

.contact-help-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.project-summery {
  color: #e6e6e6;
  width: 100%;
  font-size: 20px;
  line-height: 35px;
}

.ms-space {
  width: 10px;
  height: 10px;
}

.ms-space.ms-is-20 {
  width: 20px;
  height: 20px;
}

.contact-form-success-error-message {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  padding: 0 7.5%;
  position: relative;
}

.hero-content-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-bottom-shape {
  width: 200px;
  position: absolute;
  inset: auto 6% 6% auto;
}

.hero-top-shape {
  position: absolute;
  inset: 15% auto auto 0%;
}

.button-inner {
  z-index: 2;
  color: #000;
  background-color: #b9ff66;
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: 64px;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.paragraph-3 {
  color: #696868;
}

.div-block-7 {
  margin-top: 40px;
  padding: 29px;
}

.bold-text-2 {
  color: #acacac;
}

.link {
  color: #696868;
}

.text-block-13 {
  font-size: 100px;
}

.add-line-1 {
  background-color: #f5fbfc;
  width: 3px;
  height: 40%;
  position: absolute;
}

.add-line-1._2 {
  transform: rotate(-90deg);
}

.service-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.service-item._2.hidden, .service-item._3.hidden, .service-item._4.hidden {
  display: none;
}

.invoice-top-item {
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.success-message-4 {
  color: #0000;
  background-color: #0000;
  padding: 30px;
  font-size: 16px;
  font-weight: 600;
}

.balance-div {
  border-top: 2px solid #e0e0e0;
  margin-top: 20px;
  padding-top: 21px;
}

.web-payments {
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.subtotal {
  color: #002895;
  background-color: #0000;
  border: 2px #18191a0d;
  height: 45px;
  margin-bottom: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
}

.subtotal::placeholder {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.bank-details {
  margin-top: 10px;
}

.form-bottoms {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 70px;
  display: grid;
}

.primary-button {
  z-index: 3;
  color: #fff;
  letter-spacing: 1.4px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 55px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.primary-button:active {
  transform: scale(.9);
}

.primary-button.videsign {
  color: #002895;
  background-color: #edeffc;
  width: 200px;
  height: 55px;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 1.2;
}

.payment-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 45px;
  display: grid;
}

.invoice-form {
  flex-direction: row;
  width: 100%;
  margin-bottom: 0;
}

.invoice-top {
  background-color: #f6f5f7;
  padding: 0;
}

.legal-item {
  justify-content: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.signature-image {
  margin-top: 35px;
}

.form-top-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

.send-invoice {
  color: #000;
  text-transform: uppercase;
  background-color: #ffbd47;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin: 23px auto 50px;
  padding: 15px 38px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.balance-item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.services-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.total-price {
  color: #002895;
  background-color: #0000;
  border: 2px #1617180d;
  width: 20%;
  height: 45px;
  margin-bottom: 0;
  padding: 8px 15px;
  font-size: 16px;
}

.total-price::placeholder {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

.invoice-details {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 70px 20px;
  display: grid;
}

.signature-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: 1300px;
  padding: 30px;
}

.add-field-button {
  cursor: pointer;
  background-image: linear-gradient(#ffbd48, #151521);
  border: 1px #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-16px {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7;
}

.text-16px.top {
  margin-top: 0;
}

.client-form-detail {
  width: 100%;
}

.client-form-detail.right-invoice {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

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

.section-2 {
  background-image: linear-gradient(153deg, #f5fbfc, #edeffc);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-2.light-blue {
  z-index: 1;
  background-image: linear-gradient(#edeffc, #edeffc);
  position: relative;
}

.invoice-wrapper {
  border: 3px solid #002895;
  box-shadow: 3px 3px 13px 7px #00000021;
}

.your-company-name {
  color: #547eef;
  margin-right: 24px;
  font-size: 40px;
}

.text-field-2 {
  color: #002895;
  background-color: #0000;
  border: 2px #0000000d;
  height: 45px;
  margin-bottom: 0;
  padding: 8px 15px 8px 0;
  font-size: 16px;
}

.text-field-2::placeholder {
  color: #cf0707;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.text-field-2.margin-bottom {
  margin-bottom: 10px;
}

.text-field-2.margin-bottom.smaller {
  margin-top: 10px;
}

.text-field-2.smaller {
  text-align: right;
  width: 65%;
  padding: 0;
}

.invoice-sub-text {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.invoice-sub-text.field-label {
  color: #aeabb2;
  margin-bottom: 10px;
}

.seriv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #cfcfcf;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

.invoice-details-form {
  width: 90%;
}

.text-block-14 {
  font-size: 100px;
}

.client-name-copy {
  color: #002895;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px #000;
  width: 20%;
  font-size: 30px;
  font-weight: 700;
}

.client-name-copy.field {
  text-align: right;
  height: 50px;
  padding: 0;
}

.success-message-5 {
  color: #f5fbfc;
  background-color: #002895;
  padding: 30px;
  font-size: 16px;
  font-weight: 600;
}

.client-name-2 {
  background-color: #0000;
  border: 1px #000;
}

.client-name-2.field {
  height: 60px;
  padding: 0;
}

.form-top-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 70px;
  display: grid;
}

.add-field-button-2 {
  cursor: pointer;
  background-image: linear-gradient(#547eef, #d10099);
  border: 1px #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.client-name-3 {
  color: #002895;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 700;
}

.client-name-3._2 {
  text-align: right;
}

.client-name-3._2.field {
  height: 60px;
}

.text-field-3 {
  color: #002895;
  background-color: #0000;
  border: 2px #0000000d;
  height: 45px;
  margin-bottom: 0;
  padding: 8px 15px 8px 0;
  font-size: 16px;
}

.text-field-3::placeholder {
  color: #cf0707;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.text-field-3._4 {
  width: 46%;
  height: auto;
}

.text-field-3.margin-bottom {
  margin-bottom: 10px;
}

.text-field-3.smaller {
  text-align: right;
  width: 65%;
  padding: 0;
}

.invoice-details-form-2 {
  width: 100%;
}

.send-invoice-2 {
  background-color: #002895;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 23px auto 50px;
  padding: 15px 38px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.cell {
  justify-content: center;
  align-items: center;
}

.rich-text-block {
  color: #aaa;
  margin-top: 40px;
}

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

.wbs-button-link {
  color: var(--flowstica-webflow-library--black);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-accordion-content {
  padding-top: 10px;
  overflow: hidden;
}

.wbs-accordion-icon {
  width: 14px;
  margin-top: 5px;
}

.wbs-accordion-title {
  color: var(--flowstica-webflow-library--black);
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.wbs-accordion-heading {
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.wbs-accordion-item {
  background-color: #0000;
  border: 1px solid #010b151f;
  border-radius: 10px;
  padding: 15px 20px 10px;
}

.wbs-accordion {
  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;
  display: flex;
}

.wbs-faq-image {
  border-radius: 10px;
}

.wbs-according-split {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

.wbs-section-2 {
  color: #c7c7c7;
  padding: 6.25rem 5%;
}

.faq-menu-title {
  width: 100%;
  padding: 1rem 2rem;
}

.faq-answer {
  padding: 0 2rem;
  overflow: hidden;
}

.faq-group-row {
  color: #cfcdcd;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.faq-answer-p {
  font-size: 15px;
  line-height: 1.5;
}

.faq-container-2 {
  color: #b3b3b3;
  flex-direction: row;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  display: flex;
}

.faq-menu-item {
  color: #20202466;
  flex: none;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.faq-menu-item.w--current {
  box-shadow: none;
  color: #3c3d49;
  border-radius: 999px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  transition: color .3s, font-size .3s;
}

.faq-groups-wrapper {
  width: 70%;
  padding: 1rem;
  position: static;
  left: 30%;
}

.accent-color {
  color: #454dec;
}

.faq-arrow {
  z-index: 0;
  width: 25px;
  height: 25px;
  position: relative;
}

.faq-menu-title-label {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5em;
}

.faq-item-wrapper {
  border: 1px solid #fff3;
  border-radius: 10px;
  margin-bottom: 10px;
}

.faq-menu-wrapper {
  width: 30%;
  height: 100%;
  position: sticky;
  top: 6rem;
}

.faq-question-label {
  color: #fff;
  background-color: #0000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
}

.faq-menu-item-label {
  background-color: #0000;
  max-width: 64ch;
  text-decoration: none;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  color: #ffbd48;
}

.faq-small {
  font-size: 1.7rem;
  font-style: normal;
}

.dropdown-list {
  top: 1px;
}

.dropdown-list.w--open {
  background-color: #0000;
  flex-flow: column;
  width: 200px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  top: 40px;
  left: -5px;
}

.icon-2, .dropdown-toggle-2 {
  color: #fff;
}

.price {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
}

.question {
  flex-direction: column;
  margin-bottom: 120px;
  display: flex;
  position: relative;
  inset: 0%;
}

.radio-input {
  background-color: #fff0;
  border-color: #ccc;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .2s, border-color .2s;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 #0000;
}

.radio-input:active {
  box-shadow: 0 0 #0000;
}

.radio-input.w--redirected-checked {
  background-color: #ffffff08;
  border-width: 2px;
  border-color: #fff;
}

.page {
  color: #fff;
  width: 100%;
}

.question-center-box {
  width: 100%;
  max-width: 400px;
}

.question-box {
  flex: 1;
}

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

.input-box {
  margin-bottom: 40px;
}

.container-6 {
  width: 100%;
  max-width: 1304px;
  padding-left: 60px;
  padding-right: 60px;
}

.label {
  color: #b4b4b4;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.radio-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

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

.section-header.small-header {
  margin-bottom: 16px;
}

.section-header.medium-header {
  margin-bottom: 40px;
}

.checkbox-field-2 {
  cursor: pointer;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 32px;
  display: flex;
}

.radio-main-text {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  position: relative;
}

.radio-main-text.smaller-text {
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 24px;
}

.form {
  background-color: #0000;
}

.text-field-4 {
  color: #fff;
  background-color: #151521;
  border: 0 solid #000;
  border-bottom: 1px solid #767676;
  border-radius: 10px;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 400;
  transition: border-color .2s;
}

.text-field-4:active, .text-field-4:focus {
  border-bottom-color: #fff;
}

.text {
  font-size: 22px;
}

.question-wrapper {
  position: relative;
}

.submit-button-2 {
  color: #141414;
  cursor: pointer;
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 25px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.submit-button-2:hover {
  background-color: #fffc;
}

.radio-circle-box {
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  transition: border-color .2s, background-color .2s;
  position: absolute;
  bottom: 40px;
}

.checkbox-2 {
  background-color: #fff0;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-top: 0;
  margin-left: -32px;
  margin-right: 24px;
  transition: border-color .2s, background-color .2s;
}

.checkbox-2:hover {
  background-color: #3898ec12;
}

.checkbox-2.w--redirected-checked {
  background-color: #ffffff2e;
  background-image: none;
  border-color: #fff;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.radio-button {
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 290px;
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.success-message-6 {
  background-color: #0000;
  border: 1px solid #fff;
  padding-top: 68px;
  padding-bottom: 68px;
}

.question-center-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 80px;
  display: flex;
}

.price-box {
  background-color: #151521;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 32px 40px 40px;
  position: fixed;
  inset: auto 40px 40px auto;
}

.radio-sub-text {
  color: #949494;
  max-width: 220px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.rating-text {
  color: #dadada;
  align-self: center;
  font-size: 15px;
}

.italic-text {
  color: gold;
  font-style: normal;
}

.italic-text-2 {
  color: #0000;
  font-size: 1px;
  font-style: normal;
}

.blog-h2 {
  color: #202146;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
}

.submit-button-3 {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.feature-image {
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 22px 34px #00000029;
}

.content-left_blog {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

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

.featured-block {
  margin-top: 10px;
}

.blog-section {
  padding-bottom: 132px;
  padding-left: 3%;
  padding-right: 3%;
}

.blog-hero-image {
  border-radius: 15px;
  margin-top: -220px;
  margin-bottom: 80px;
  box-shadow: 0 22px 34px #0000000f;
}

.stick-wrapper {
  position: sticky;
  top: 60px;
}

.title-large {
  color: #202146;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.container-7 {
  width: 100%;
  max-width: 1110px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-2 {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

.image-2 {
  position: absolute;
}

.title-small-2 {
  color: #202146;
  margin-bottom: 4px;
  font-weight: 700;
}

.title-small-2.white {
  color: #fff;
}

.text-field-5 {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-detials-large {
  color: #202146;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 30px;
}

.subscription {
  background-color: #fff;
  background-image: url('../images/Paper-Plane.png');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

.content-right {
  position: sticky;
}

.heading-h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 140%;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

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

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

.navigation-container-full {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-blog {
  background-color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 745px;
  padding: 162px 3% 220px;
  display: flex;
}

.navigation-button {
  color: #5c4ebd;
  background-color: #fb9acf;
  border-radius: 10px;
  margin-left: 40px;
  padding: 18px 30px;
  font-size: 17px;
  font-weight: 700;
}

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-detials-small.white-50 {
  color: #ffffff80;
}

.heading-h1 {
  text-align: center;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}

.navigation {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation-link {
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 17px;
  font-weight: 700;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.text-color-gray400 {
  color: var(--untitled-ui--gray900);
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: #ffbd48;
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-xsmall {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog02_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blog02_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blog02_category-link {
  background-color: var(--untitled-ui--white);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-blog02_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blog02_meta-wrapper {
  background-color: var(--untitled-ui--primary50);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blog02_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blog02_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blog02_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog02_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blog02_item {
  color: #fff9f9;
  border: 1px solid #585858;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.uui-blog02_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blog02_menu-link {
  color: var(--untitled-ui--gray500);
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog02_menu-link:hover, .uui-blog02_menu-link.w--current {
  border-bottom-color: var(--untitled-ui--primary700);
  color: var(--untitled-ui--primary700);
}

.uui-blog02_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog02_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px 0 0 var(--untitled-ui--gray200);
  justify-content: center;
}

.uui-blog02_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 6rem;
  display: flex;
}

.uui-text-size-large-3 {
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-subheading-3 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-3.align-center, .align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center-3 {
  text-align: center;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-container-large {
  color: #acacac;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block-15, .text-block-16 {
  color: var(--flowstica-webflow-library--white-smoke);
}

.blog-post-card {
  border: 1px solid #888;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
  padding: 15px;
  text-decoration: none;
  box-shadow: -40px -105px 100px -40px #9594a41a;
}

.learn-more-block {
  display: flex;
}

.learn-more-block:hover {
  color: #ffbd48;
}

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

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

.uui-space-xhuge {
  width: 100%;
  min-height: 7rem;
}

.uui-text-size-medium-2 {
  color: #000;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-blogpost02_date-wrapper {
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.uui-blogpost02_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

.uui-blogpost02_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-blogpost02_author-image-wrapper {
  margin-bottom: 1rem;
}

.uui-blogpost02_author-wrapper {
  color: #fff4f4;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.uui-blogpost02_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-pink {
  background-color: var(--untitled-ui--pink50);
  color: var(--untitled-ui--pink700);
}

.uui-badge.is-indigo {
  background-color: var(--untitled-ui--indigo50);
  color: var(--untitled-ui--indigo700);
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-blogpost02_tag-list {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.uui-blogpost02_tag-list.hidden {
  display: none;
}

.uui-blogpost02_tag-list-wrapper {
  width: 100%;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-blogpost02_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.uui-blogpost02_share-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-blogpost02_share-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-blogpost02_content-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-text-rich-text {
  color: #292929;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  color: #000;
  font-weight: 600;
  line-height: 1.8;
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blogpost02_content {
  margin-bottom: 4rem;
}

.uui-breadcrumb-link {
  color: #fff9f9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-breadcrumb-link.w--current {
  color: var(--untitled-ui--primary700);
  font-weight: 600;
}

.uui-breadcrumb-link.w--current:hover {
  color: var(--untitled-ui--primary800);
}

.uui-breadcrumb-divider {
  color: var(--untitled-ui--gray500);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost02_breadcrumb {
  align-items: center;
  width: 100%;
  display: flex;
}

.uui-blogpost02_content-top {
  color: #000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-tiny.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-heading-large-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-large-2.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-heading-large-2.text-color-white.blogs {
  color: var(--relume-library-lite--rl-black);
}

.uui-blogpost02_category-link {
  color: #fff;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-blogpost02_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogpost02_title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 17.5rem;
  padding-bottom: 17.5rem;
}

.uui-container-small-3 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-blogpost02_background {
  z-index: -1;
  background-image: linear-gradient(#10182866, #10182866), url('../images/Blog-Image-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.uui-blogpost02_header {
  margin-bottom: 4rem;
  position: relative;
}

.uui-section_blogpost02 {
  color: #bdbdbd;
}

.individual-blog-page {
  padding: 100px 30px 60px;
  position: relative;
}

.blog-thumbnail {
  border-radius: 10px;
  width: 100%;
}

.image-5 {
  width: 100%;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 33px;
  padding-bottom: 33px;
  display: grid;
}

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

  .container.faq {
    flex-flow: column;
    position: static;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .margin-bottom-24px {
    font-size: 19px;
  }

  .heading {
    font-size: 5rem;
  }

  .heading.framer {
    font-size: 4.1rem;
  }

  .heading._404 {
    font-size: 15rem;
  }

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

  .nav-menu {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

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

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

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

  .clients-image-three {
    margin-bottom: 30px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .clients-image-three-2 {
    margin-bottom: 30px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

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

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .wbs-testimonial-5-item {
    width: auto;
  }

  .wbs-testimonial-5-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .section-heading {
    font-size: 3rem;
  }

  .wbs-step-3-arrow-image-last, .wbs-step-3-arrow-image-top, .wbs-step-3-arrow-image-bottom {
    display: none;
  }

  .wbs-step-3-item-top {
    text-align: center;
    width: 400px;
    margin-top: 0;
  }

  .wbs-step-3-item {
    text-align: center;
    width: 400px;
  }

  .wbs-step-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .leading-web-development-agency, .trusted-by-heading {
    font-size: 19px;
  }

  .rl-padding-section-large-2, .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section {
    padding-top: 60px;
  }

  .faq-section-heading {
    font-size: 60px;
  }

  .plan-title-text {
    font-size: 30px;
  }

  .pricing-customer {
    flex-direction: column;
  }

  .pricing-container {
    overflow: hidden;
  }

  .accordion-label {
    font-size: 22px;
  }

  .pricing-heading-text {
    font-size: 35px;
  }

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

  .plan-price-per {
    font-size: 18px;
  }

  .plan-off-text {
    font-size: 18px;
    top: 45%;
    left: 44%;
  }

  .plan-details-text, .pricing-cta-btn {
    font-size: 16px;
  }

  .plan-details {
    padding-top: 20px;
  }

  .plan-title {
    margin-bottom: 0;
  }

  .plan-off {
    z-index: -1;
    width: 250px;
    height: 200px;
    transform: translate(130%);
  }

  .pricing-bottom-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pricing-slug-text {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .plan-session {
    margin-bottom: 50px;
  }

  .pricing-off-arrow {
    bottom: 7%;
    left: 24%;
    transform: rotate(-16deg)scale(.6);
  }

  .faq-subtitle {
    font-size: 16px;
  }

  .pricing-main-heading {
    margin-bottom: 30px;
    font-size: 65px;
  }

  .plan-icon {
    margin-bottom: 10px;
  }

  .plan-price-usd {
    font-size: 40px;
  }

  .plan-buy-btn {
    padding: 16px 10px;
    font-size: 18px;
  }

  .plan-option-item {
    min-width: 340px;
  }

  .plan-option-item:hover {
    transform: none;
  }

  .plan-option-container {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-customer-text {
    font-size: 22px;
  }

  .slide-banner {
    width: 100%;
    display: none;
  }

  .author-image {
    margin-bottom: 10px;
  }

  .checkbox-base {
    height: auto;
    min-height: 100px;
  }

  .slide-wrapper {
    flex-direction: column;
  }

  .slide-content {
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .banner-content {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .banner-logo {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .tool-block {
    width: auto;
    height: auto;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .hero-container {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 3em;
  }

  .hero-summary {
    max-width: 85%;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .heading-h3-contact-form {
    font-size: 56px;
  }

  .hero-main-heading {
    font-size: 72px;
  }

  .ms-form.ms-is-contact-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-bottom-shape {
    width: 160px;
    bottom: -1%;
  }

  .hero-top-shape {
    width: 100px;
    top: 15%;
    left: 3%;
  }

  .form-bottoms {
    grid-column-gap: 0px;
    grid-template-columns: 1.5fr;
  }

  .form-top {
    grid-template-columns: .25fr 2.75fr .25fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-field-2.smaller {
    width: 100%;
  }

  .form-top-2 {
    grid-template-columns: .25fr 2.75fr .25fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-field-3.smaller, .wbs-faq-image {
    width: 100%;
  }

  .wbs-according-split {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .wbs-section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .faq-menu-title {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: .5rem 2rem;
    display: flex;
    position: relative;
  }

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

  .faq-group-row {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .faq-container-2 {
    flex-direction: column;
  }

  .faq-menu {
    z-index: 9999999;
    flex-direction: row;
    justify-content: flex-start;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: auto;
  }

  .faq-question {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-menu-item.w--current {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
  }

  .faq-groups-wrapper {
    width: 100%;
  }

  .faq-arrow {
    z-index: 0;
    position: relative;
  }

  .faq-item-wrapper {
    z-index: 8888;
    position: static;
  }

  .faq-menu-wrapper {
    z-index: 9999;
    background-color: #151521;
    border-radius: .5rem;
    width: 100%;
    position: static;
    top: 5rem;
    box-shadow: 0 25px 50px -12px #00000026;
  }

  .dropdown-list.w--open {
    left: -5px;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .navigation-menu {
    background-color: #202146;
  }

  .menu-button-3 {
    color: #fb9acf;
    border: 1px solid #fb9acf;
    border-radius: 15px;
  }

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

  .navigation-button {
    margin-left: 0;
  }

  .uui-blog02_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .uui-blogpost02_content {
    margin-bottom: 3rem;
  }

  .uui-heading-large-2 {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .button-primary {
    padding-left: 21px;
    padding-right: 21px;
  }

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

  .margin-bottom-24px {
    font-size: 22px;
    line-height: 1.2;
  }

  .heading {
    font-size: 3.7rem;
  }

  .heading.framer {
    font-size: 2.7rem;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-2.dropdown {
    justify-content: center;
    align-items: stretch;
    height: 36px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three-2 {
    margin-bottom: -30px;
  }

  .clients-image-three-2 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .rl_testimonial17_customer {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .rl_testimonial17_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_testimonial17_testimonial {
    padding: 1.5rem;
  }

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

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_testimonial17_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wbs-testimonial-5-wrap {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-heading {
    font-size: 2.5rem;
  }

  .wbs-step-3-item-top, .wbs-step-3-item {
    width: 300px;
  }

  .wbs-step-3 {
    grid-template-columns: 1fr;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .leading-web-development-agency, .trusted-by-heading {
    font-size: 22px;
    line-height: 1.2;
    display: none;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-contact02_component {
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section {
    padding-top: 40px;
  }

  .faq-section-heading {
    font-size: 40px;
  }

  .plan-title-text {
    font-size: 28px;
  }

  .tabs-price-section {
    width: 100%;
  }

  .accordion-label {
    font-size: 18px;
  }

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

  .plan-price-per {
    font-size: 16px;
  }

  .plan-off-text {
    font-size: 18px;
    top: 45%;
    left: 22%;
  }

  .plan-session-container {
    width: 100%;
    margin-top: 115px;
    margin-bottom: 40px;
  }

  .accordion-label-text {
    white-space: break-spaces;
  }

  .plan-details-text, .pricing-cta-btn {
    font-size: 14px;
  }

  .plan-off {
    top: -180px;
    transform: translate(50%)scale(.8);
  }

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

  .pricing-slug-text {
    margin-bottom: 30px;
  }

  .plan-session {
    margin-bottom: 40px;
  }

  .pricing-off-arrow {
    transform: rotateX(0)rotateY(170deg)rotateZ(-16deg)scale(.6);
  }

  .faq-subtitle {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .pricing-main-heading {
    margin-bottom: 30px;
    font-size: 50px;
  }

  .plan-icon {
    margin-bottom: 0;
  }

  .plan-button-tap {
    font-size: 16px;
  }

  .plan-price-usd {
    font-size: 36px;
  }

  .plan-buy-btn {
    padding: 15px 0;
    font-size: 16px;
  }

  .plan-option-container {
    grid-template-columns: 1fr;
  }

  .pricing-customer-text {
    font-size: 20px;
  }

  .help-block {
    top: 0;
    right: 0;
  }

  .form-wrapper {
    width: 100%;
  }

  .checkbox-base {
    min-height: 80px;
  }

  .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-item-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .button-wrapper {
    display: none;
  }

  .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .form-content {
    width: 100%;
    min-width: auto;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-contact01_component {
    margin-top: 4rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .list-item-2 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .rl_cta26_spacing-block-3 {
    padding-bottom: .75rem;
  }

  .rl_cta26_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_cta26_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .hero-container {
    max-width: 100%;
  }

  .ms-form-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

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

  .heading-h3-contact-form {
    font-size: 46px;
  }

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

  .ms-form.ms-is-contact-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-section {
    min-height: 90vh;
    padding-top: 120px;
  }

  .project-summery {
    font-size: 18px;
    line-height: 30px;
  }

  .hero-bottom-shape {
    width: 120px;
    bottom: 1%;
  }

  .hero-top-shape {
    top: 17%;
  }

  .service-item {
    grid-template-columns: 1fr 1fr;
  }

  .form-bottoms {
    padding: 40px 30px;
  }

  .form-top-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .form-top {
    grid-template-columns: 2.75fr .25fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .your-company-name {
    display: none;
  }

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

  .form-top-2 {
    grid-template-columns: 2.75fr .25fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wbs-accordion-icon {
    margin-left: 20px;
  }

  .wbs-section-2 {
    padding: 2rem 2%;
  }

  .faq-menu-title {
    padding: 1rem 1rem .5rem;
  }

  .faq-answer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-group-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq-answer-p {
    font-size: .875rem;
  }

  .faq-question {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .faq-menu-item {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .faq-menu-item.w--current {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
  }

  .faq-menu-title-label {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .faq-question-label {
    font-size: 1rem;
  }

  .dropdown-list {
    width: auto;
  }

  .dropdown-list.w--open {
    background-color: #151521;
    justify-content: center;
    align-items: center;
    left: 0;
  }

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

  .blog-hero-image {
    margin-top: -100px;
  }

  .header-blog {
    justify-content: center;
    padding-bottom: 162px;
  }

  .heading-h1 {
    font-size: 55px;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blog02_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blog02_meta-wrapper {
    font-size: .75rem;
  }

  .uui-blog02_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog02_image-link:hover {
    box-shadow: none;
  }

  .uui-blog02_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blog02_menu-link:hover {
    color: var(--untitled-ui--gray500);
    border-bottom-style: none;
  }

  .uui-blog02_menu-link.last-link {
    margin-right: 2rem;
  }

  .uui-blog02_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog02_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .uui-blog02_component {
    margin-top: 4rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .collection-list-wrapper {
    display: flex;
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .uui-blogpost02_author-heading {
    font-size: 1rem;
  }

  .uui-blogpost02_author-wrapper {
    margin-top: 2rem;
  }

  .uui-blogpost02_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost02_content, .uui-blogpost02_content-top {
    margin-bottom: 2rem;
  }

  .uui-heading-large-2 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-blogpost02_header {
    margin-bottom: 3rem;
  }

  .individual-blog-page {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.home-hero {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-primary {
    width: 160px;
  }

  .margin-bottom-24px {
    font-size: 20px;
    line-height: 1.2;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .heading.framer {
    font-size: 1.8rem;
  }

  .heading._404 {
    font-size: 10rem;
  }

  .navbar-no-shadow-container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-link-2.dropdown {
    margin-left: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs_numbercount-1_wrapper {
    grid-template-columns: 1fr;
  }

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

  .clients-wrapper-three-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .wbs-testimonial-5-wrap {
    grid-column-gap: 16px;
  }

  .section-heading {
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .wbs-step-3-item-top, .wbs-step-3-item {
    width: 100%;
  }

  .wbs-step-3 {
    grid-row-gap: 30px;
    width: 100%;
  }

  .client-website-image {
    width: 100%;
  }

  .projects-stack {
    padding: 0;
  }

  .leading-web-development-agency, .trusted-by-heading {
    font-size: 20px;
    line-height: 1.2;
  }

  .div-block-5 {
    margin-bottom: 20px;
  }

  .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .faq-section-heading {
    font-size: 30px;
  }

  .pricing-customer {
    font-size: 14px;
  }

  .pricing-big-logo-img {
    margin-bottom: 60px;
  }

  .accordion-label {
    font-size: 16px;
  }

  .pricing-heading-text {
    font-size: 28px;
  }

  .plan-session-container {
    margin-top: 90px;
  }

  .pricing-bottom-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .plan-session {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    white-space: nowrap;
    margin-bottom: 30px;
    display: flex;
  }

  .faq-subtitle {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pricing-main-heading {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .plan-button-tap {
    font-size: 14px;
  }

  .plan-buy-btn {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .plan-option-item {
    min-width: 100%;
  }

  .plan-option-item.plan-alt-bg-pale {
    padding: 30px 15px;
  }

  .faq-wrapper {
    flex-direction: column;
  }

  .pricing-customer-text {
    font-size: 14px;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .slider {
    height: auto;
    min-height: 80vh;
  }

  .checkbox-base {
    margin-bottom: 15px;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

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

  .form-content {
    width: 100%;
  }

  .rl_cta_form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .hero-container {
    padding-top: 3em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

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

  .hero-summary {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .heading-h3-contact-form {
    font-size: 32px;
  }

  .hero-main-heading {
    word-break: normal;
    font-size: 50px;
  }

  .ms-input {
    font-size: 1rem;
  }

  .ms-input.ms-is-text-area.ms-is-bigger {
    font-size: 1em;
  }

  .ms-form {
    width: 100%;
    min-width: auto;
  }

  .ms-form.ms-is-contact-form {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-section {
    min-height: 80vh;
    padding-top: 140px;
  }

  .ms-form-block {
    width: 100%;
  }

  .project-summery {
    font-size: 16px;
    line-height: 28px;
  }

  .contact-form-success-error-message {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-bottom-shape {
    width: 100px;
    bottom: 3%;
    right: 1%;
  }

  .hero-top-shape {
    width: 80px;
    top: 17%;
  }

  .hero-top-shape.contact-shape {
    top: 11%;
  }

  .button-inner {
    height: 56px;
    font-size: 16px;
  }

  .service-item, .payment-div {
    grid-template-columns: 1fr;
  }

  .legal-item {
    flex-direction: column;
  }

  .balance-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .total-price {
    width: 100%;
  }

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

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .html-embed-3, .text-field-2 {
    width: 100%;
  }

  .seriv {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .invoice-details-form {
    width: 100%;
  }

  .form-top-2 {
    flex-direction: column-reverse;
    display: flex;
  }

  .html-embed-4, .text-field-3, .invoice-details-form-2 {
    width: 100%;
  }

  .wbs-accordion-icon {
    margin-left: 10px;
  }

  .wbs-accordion-title {
    padding-right: 20px;
  }

  .faq-sticky-title-hidden-mobile {
    font-size: 1rem;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .question-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .radio-buttons {
    grid-template-columns: 1fr;
  }

  .header-blog {
    min-height: 680px;
  }

  .heading-h1 {
    font-size: 44px;
  }

  .uui-blogpost02_tag-list {
    justify-content: flex-start;
  }

  .uui-blogpost02_tag-list-wrapper {
    width: 100%;
  }

  .uui-blogpost02_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .uui-blogpost02_content-bottom, .uui-blogpost02_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-thumbnail {
    width: 100%;
  }

  .quick-stack-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    margin-bottom: 0;
  }
}

#w-node-_8296b95a-77f8-ff2a-eb92-4b25b393e2e9-be1b103e, #w-node-_877748d7-3373-a07c-f6c9-20f0ef599da4-be1b103e, #w-node-_340fa1f1-1791-6624-7c37-7882af02ca49-be1b103e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9cd056cf-ec60-0ad3-26fd-9ed58ecfa795-be1b103e, #w-node-_9cd056cf-ec60-0ad3-26fd-9ed58ecfa796-be1b103e, #w-node-_9cd056cf-ec60-0ad3-26fd-9ed58ecfa797-be1b103e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd1dc18f-ee8b-5a0e-9134-87b22718c6fa-be1b103e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7d678c11-4d7a-40b5-ac49-8d79e31deee6-be1b103e, #w-node-_7d678c11-4d7a-40b5-ac49-8d79e31deef1-be1b103e, #w-node-_7d678c11-4d7a-40b5-ac49-8d79e31deefc-be1b103e, #w-node-ecfbeeff-6601-f018-d24c-9b28c96bf2a9-c96bf2a1, #w-node-ecfbeeff-6601-f018-d24c-9b28c96bf2b2-c96bf2a1, #w-node-ecfbeeff-6601-f018-d24c-9b28c96bf2bd-c96bf2a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_456fc451-ee2e-78ab-65b9-3b1334f5f74b-be1b1041 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9cd056cf-ec60-0ad3-26fd-9ed58ecfa795-be1b1041, #w-node-_9cd056cf-ec60-0ad3-26fd-9ed58ecfa796-be1b1041, #w-node-_9cd056cf-ec60-0ad3-26fd-9ed58ecfa797-be1b1041, #w-node-_7d678c11-4d7a-40b5-ac49-8d79e31deee6-be1b1041, #w-node-_7d678c11-4d7a-40b5-ac49-8d79e31deef1-be1b1041, #w-node-_7d678c11-4d7a-40b5-ac49-8d79e31deefc-be1b1041, #w-node-b543f9ed-e791-53b3-4a2b-e28a45f6ad01-be1b1043, #w-node-b543f9ed-e791-53b3-4a2b-e28a45f6ad0a-be1b1043, #w-node-b543f9ed-e791-53b3-4a2b-e28a45f6ad15-be1b1043, #w-node-_8c04c4a3-6b13-4cf5-8dcd-6e65c05734ea-be1b1044, #w-node-_8c04c4a3-6b13-4cf5-8dcd-6e65c05734f3-be1b1044, #w-node-_8c04c4a3-6b13-4cf5-8dcd-6e65c05734fe-be1b1044, #w-node-e4de23b0-1def-c429-0d29-b925e7e40581-be1b1046, #w-node-e4de23b0-1def-c429-0d29-b925e7e4058a-be1b1046, #w-node-e4de23b0-1def-c429-0d29-b925e7e40595-be1b1046 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_471f3f4d-2d4c-d46a-f6a5-3a048abab416-be1b1048 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d5f333ff-cc29-d414-6454-a6243f43693f-be1b1048 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_459ce398-bc11-f962-f40a-e429bebb471d-be1b104a, #w-node-_60b9b144-65d5-655b-9404-03eba4c226e5-be1b104a, #w-node-_456fc451-ee2e-78ab-65b9-3b1334f5f74b-be1b104a, #w-node-_60b9b144-65d5-655b-9404-03eba4c2270c-be1b104a, #w-node-_340fa1f1-1791-6624-7c37-7882af02ca49-be1b104a, #w-node-_424e5d34-7308-b26d-c4d0-259c75406723-be1b104a, #w-node-ebcac806-5b58-3c15-0fd7-e4177148ba71-be1b104a, #w-node-e5e8710b-9cc8-526d-1d40-1e896a2b2a60-be1b104a, #w-node-_7ec28848-a0a7-6742-5709-376347cdeb70-be1b104a, #w-node-_2a0571ef-b83d-c113-085c-e74d456725ca-be1b104a, #w-node-e27ac54f-1536-077c-84c6-431657ee4943-be1b104a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ef394976-d70f-337c-d14a-897452926dfa-be1b104c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ef394976-d70f-337c-d14a-897452926e38-be1b104c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_126199ce-8655-a749-8fbc-3dd30426a9b7-be1b104f, #w-node-_126199ce-8655-a749-8fbc-3dd30426a9f4-be1b104f, #w-node-_126199ce-8655-a749-8fbc-3dd30426aa13-be1b104f, #w-node-_126199ce-8655-a749-8fbc-3dd30426aa30-be1b104f, #w-node-_126199ce-8655-a749-8fbc-3dd30426aa6c-be1b104f, #w-node-_126199ce-8655-a749-8fbc-3dd30426aa89-be1b104f, #w-node-_126199ce-8655-a749-8fbc-3dd30426aaa6-be1b104f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9cd056cf-ec60-0ad3-26fd-9ed58ecfa795-be1b104f, #w-node-_9cd056cf-ec60-0ad3-26fd-9ed58ecfa796-be1b104f, #w-node-_9cd056cf-ec60-0ad3-26fd-9ed58ecfa797-be1b104f, #w-node-_7d678c11-4d7a-40b5-ac49-8d79e31deee6-be1b104f, #w-node-_7d678c11-4d7a-40b5-ac49-8d79e31deef1-be1b104f, #w-node-_7d678c11-4d7a-40b5-ac49-8d79e31deefc-be1b104f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_850efd11-af85-f365-9f89-41f584009c45-be1b1050, #w-node-_850efd11-af85-f365-9f89-41f584009c26-be1b1050, #w-node-_850efd11-af85-f365-9f89-41f584009bea-be1b1050 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9cd056cf-ec60-0ad3-26fd-9ed58ecfa795-be1b1050, #w-node-_9cd056cf-ec60-0ad3-26fd-9ed58ecfa796-be1b1050, #w-node-_9cd056cf-ec60-0ad3-26fd-9ed58ecfa797-be1b1050, #w-node-_7d678c11-4d7a-40b5-ac49-8d79e31deee6-be1b1050, #w-node-_7d678c11-4d7a-40b5-ac49-8d79e31deef1-be1b1050, #w-node-_7d678c11-4d7a-40b5-ac49-8d79e31deefc-be1b1050 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_459ce398-bc11-f962-f40a-e429bebb471d-08f8e320, #w-node-_456fc451-ee2e-78ab-65b9-3b1334f5f74b-08f8e320, #w-node-c2992e52-c05a-159c-bf4f-bf7883f6bec9-8f842b47 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-bd1dc18f-ee8b-5a0e-9134-87b22718c6fa-be1b103e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8296b95a-77f8-ff2a-eb92-4b25b393e2e9-be1b103e, #w-node-_877748d7-3373-a07c-f6c9-20f0ef599da4-be1b103e, #w-node-_340fa1f1-1791-6624-7c37-7882af02ca49-be1b103e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bd1dc18f-ee8b-5a0e-9134-87b22718c6fa-be1b103e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_456fc451-ee2e-78ab-65b9-3b1334f5f74b-be1b1041, #w-node-_471f3f4d-2d4c-d46a-f6a5-3a048abab416-be1b1048, #w-node-d5f333ff-cc29-d414-6454-a6243f43693f-be1b1048, #w-node-_459ce398-bc11-f962-f40a-e429bebb471d-be1b104a, #w-node-_60b9b144-65d5-655b-9404-03eba4c226e5-be1b104a, #w-node-_456fc451-ee2e-78ab-65b9-3b1334f5f74b-be1b104a, #w-node-_60b9b144-65d5-655b-9404-03eba4c2270c-be1b104a, #w-node-_340fa1f1-1791-6624-7c37-7882af02ca49-be1b104a, #w-node-_424e5d34-7308-b26d-c4d0-259c75406723-be1b104a, #w-node-ebcac806-5b58-3c15-0fd7-e4177148ba71-be1b104a, #w-node-e5e8710b-9cc8-526d-1d40-1e896a2b2a60-be1b104a, #w-node-_7ec28848-a0a7-6742-5709-376347cdeb70-be1b104a, #w-node-_2a0571ef-b83d-c113-085c-e74d456725ca-be1b104a, #w-node-e27ac54f-1536-077c-84c6-431657ee4943-be1b104a, #w-node-_126199ce-8655-a749-8fbc-3dd30426a9b7-be1b104f, #w-node-_126199ce-8655-a749-8fbc-3dd30426a9f4-be1b104f, #w-node-_126199ce-8655-a749-8fbc-3dd30426aa13-be1b104f, #w-node-_126199ce-8655-a749-8fbc-3dd30426aa30-be1b104f, #w-node-_126199ce-8655-a749-8fbc-3dd30426aa6c-be1b104f, #w-node-_126199ce-8655-a749-8fbc-3dd30426aa89-be1b104f, #w-node-_126199ce-8655-a749-8fbc-3dd30426aaa6-be1b104f, #w-node-_850efd11-af85-f365-9f89-41f584009c45-be1b1050, #w-node-_850efd11-af85-f365-9f89-41f584009c26-be1b1050, #w-node-_850efd11-af85-f365-9f89-41f584009bea-be1b1050, #w-node-_459ce398-bc11-f962-f40a-e429bebb471d-08f8e320, #w-node-_456fc451-ee2e-78ab-65b9-3b1334f5f74b-08f8e320, #w-node-c2992e52-c05a-159c-bf4f-bf7883f6bec9-8f842b47 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd1dc18f-ee8b-5a0e-9134-87b22718c6fa-be1b103e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


