:root {
  --natural-color-800: #0f0f0f;
  --natural-color-400: #04162f;
  --natural-color-100: white;
  --natural-color-700: #232323;
  --primary-color-1: #7b5aff;
  --natural-color-900: black;
  --natural-color-600: #646275;
  --natural-color-500: #555b64;
  --natural-color-200: #bfc1c9;
  --natural-color-300: #f6f9ff;
  --tvast-blue: #202042;
  --tvast-orange: #ff8b00;
}

body {
  color: var(--natural-color-800);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

.pages-wrapper.home-v1 {
  overflow: hidden;
}

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

.container {
  max-width: 1350px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.padding-44px {
  margin-bottom: 650px;
  padding-top: 44px;
}

.container.preview-banner {
  position: relative;
}

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

.nav-menu-link-wrap {
  grid-column-gap: 36px;
  align-items: center;
  display: flex;
}

.single-nav-link {
  color: var(--natural-color-700);
  padding: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.single-nav-link.w--current {
  color: var(--primary-color-1);
}

.single-nav-link.natural-color-100 {
  color: var(--natural-color-100);
}

.single-nav-link.dropdown, .single-nav-link.pages-toggle {
  grid-column-gap: 7px;
  align-items: center;
  display: flex;
}

.single-nav-link.dropdown, .single-nav-link.pages-toggle {
  grid-column-gap: 7px;
  align-items: center;
  display: flex;
}

.single-nav-link.pages-toggle.nattural-color-100 {
  color: var(--natural-color-100);
}

.nav-buttons-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.nav-buttons-wrap.desktop-btn-none, .nav-buttons-wrap.mobile-button, .nav-buttons-wrap.flex, .nav-buttons-wrap.mobile-button {
  display: none;
}

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

.secondary-button {
  border: 1px solid var(--natural-color-900);
  color: var(--natural-color-700);
  background-color: #0000;
  border-radius: 7px;
  padding: 17px 31px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.secondary-button.natural-color-100 {
  border-color: var(--natural-color-100);
  color: var(--natural-color-100);
}

.secondary-button.your-business {
  color: #4d4d4d;
  border-color: #4d4d4d;
}

.primary-button {
  background-color: var(--natural-color-700);
  color: var(--natural-color-100);
  border-radius: 7px;
  padding: 17px 31px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.home-v1-banner-section {
  background-color: var(--natural-color-100);
  background-image: url("https://cdn.prod.website-files.com/648e0762a137748e829440e5/648e0764a137748e829443e3_home%20v1%20section%20bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
  padding-top: 330px;
  padding-bottom: 200px;
}

.home-v1-banner-wrapper {
  position: relative;
}

.home-v1-banner-flex {
  grid-column-gap: 110px;
  align-items: center;
  display: flex;
}

.home-v1-banner-container {
  width: 100%;
  max-width: 548px;
}

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

.section-title-wrapper.mg-bottom-0px {
  margin-bottom: 0;
}

.section-title-wrapper.mg-bottom-12px {
  margin-bottom: 12px;
}

.section-title-wrapper.mg-bottom-14px {
  margin-bottom: 14px;
}

.section-title-wrapper.max-width-518px {
  max-width: 518px;
  margin-bottom: 0;
}

.section-title-wrapper.mg-bottom-26px {
  margin-bottom: 26px;
}

.section-title-wrapper.mg-bottom-42px {
  margin-bottom: 42px;
}

.section-title-wrapper.mg-bottom-10px {
  margin-bottom: 10px;
}

.section-title-wrapper.mg-bottom-10px.max-width-671px {
  max-width: 671px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.mg-bottom-10px.flex {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title-wrapper.mg-bottom-30px {
  margin-bottom: 30px;
}

.section-title {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 120%;
}

.section-title.size-55px {
  font-size: 55px;
}

.section-title.home-v2 {
  color: var(--natural-color-100);
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
}

.section-title.natural-color-800 {
  color: var(--natural-color-800);
}

.section-title.mg-bottom-56px {
  max-width: 583px;
  margin-bottom: 56px;
}

.section-title.sponsor-title {
  color: var(--natural-color-600);
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.section-title.home-v1-title {
  padding-top: 0;
  font-family: Generalsans, sans-serif;
  font-size: 72px;
  font-weight: 700;
}

.section-title.natural-color-100 {
  color: var(--natural-color-100);
}

.section-details-wrapper {
  width: 610px;
}

.section-details-wrapper.max-width-546px {
  max-width: 546px;
  margin-left: auto;
  margin-right: auto;
}

.section-details-wrapper.max-width-475px {
  max-width: 475px;
}

.section-details-wrapper.max-width-619 {
  max-width: 619px;
  margin-left: auto;
  margin-right: auto;
}

.section-details-wrapper.max-width-589px {
  max-width: 589px;
  margin-left: auto;
  margin-right: auto;
}

.section-details-wrapper.max-width-802px {
  max-width: 802px;
  margin-left: auto;
  margin-right: auto;
}

.section-details-wrapper.max-width-541px {
  max-width: 541px;
  margin-left: auto;
  margin-right: auto;
}

.section-details-wrapper.max-width-619px {
  max-width: 619px;
}

.section-details-wrapper.max-width-563px {
  max-width: 563px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.section-details-wrapper.mg-bottom-32px {
  margin-bottom: 32px;
}

.section-details {
  color: var(--natural-color-500);
  text-align: center;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 160%;
}

.section-details.size-18px {
  font-size: 18px;
}

.section-details.natural-color-500 {
  color: var(--natural-color-500);
}

.section-details.natural-color-200 {
  color: var(--natural-color-200);
  font-size: 20px;
}

.section-details.preview-single {
  font-size: 18px;
}

.section-details._19px {
  font-size: 19px;
}

.section-details.natural-color-100 {
  color: var(--natural-color-100);
  text-align: left;
  font-size: 19px;
}

.section-details.natural-color-900 {
  color: var(--natural-color-900);
}

.dule-button-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.dule-button-wrap.home-v2 {
  justify-content: center;
}

.home-v1-image-wrapper {
  width: 100%;
  max-width: 660px;
}

.home-v1-image-wrap {
  z-index: 2;
  grid-column-gap: 40px;
  justify-content: flex-end;
  position: relative;
}

.home-v1-img-one {
  width: 220px;
}

.home-v1-image-flex {
  z-index: 10;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-end;
  max-width: 310px;
  margin-left: 50px;
  display: flex;
}

.home-v1-img-two {
  width: 310px;
}

.home-v1-img-three {
  position: absolute;
  inset: -15.5% -8% auto auto;
}

.home-v1-shape-two {
  max-width: 80%;
  position: absolute;
  inset: 428px auto -53% -11%;
}

.home-v1-shape-three {
  position: absolute;
  inset: auto -7% -7% auto;
}

.home-v1-counter-wrapper {
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  position: absolute;
  inset: 10% auto auto -10%;
}

.home-v1-counter-wrapper.secondwheel {
  top: 22%;
  left: -23%;
  right: -34px;
}

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

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

.sponsor-ticker-wrapper {
  overflow: hidden;
}

.sponsor-ticker {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.sponsor-ticker-item-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.sponsor-ticker-img {
  margin-right: 131px;
}

.your-finance-section {
  padding-bottom: 150px;
}

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

.your-finance-top-wrapper {
  text-align: center;
  max-width: 671px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.your-finance-contant-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

.your-finance-single-card {
  background-color: #ebf6ff;
  border-radius: 10px;
  width: 100%;
  max-width: 424px;
  padding: 50px 40px;
}

.your-finance-single-card._2 {
  background-image: url("https://cdn.prod.website-files.com/648e0762a137748e829440e5/648e0764a137748e829443e0_your%20finance%20card%20two%20bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 872px;
  padding: 0 60px 0 50px;
}

.your-finance-card-icon {
  border-radius: 50%;
  margin-bottom: 25px;
  box-shadow: 0 15px 60px #b6aaff4d;
}

.your-finance-card-title {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 600;
  line-height: 136%;
}

.your-finance-card-details {
  color: var(--natural-color-500);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.your-finance-card-details.mg-bottom-32px {
  margin-bottom: 10px;
}

.your-finance-card-details.mg-bottom-32px.max-width-343px {
  max-width: 343px;
  margin-bottom: 20px;
}

.your-finance-card-details.mg-bottom-32px.center {
  text-align: left;
  margin-bottom: 20px;
  padding-top: 0;
}

.your-finance-card-details.center {
  text-align: left;
  margin-bottom: 20px;
}

.your-finance-card-contant-wrap {
  max-width: 383px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.inner-button {
  color: var(--natural-color-100);
  background-color: #0000;
  background-image: linear-gradient(to right, #7b5aff, #3a7de3);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 17px 31px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.inner-button._100 {
  text-align: center;
  width: 100%;
}

.inner-button._100.natural-color-100 {
  background-color: var(--natural-color-100);
  color: var(--natural-color-900);
  background-image: none;
}

.inner-button.add-to-cart-button {
  justify-content: center;
  width: 100%;
}

.inner-button.mg-bottom-0px {
  margin-bottom: 0;
}

.your-finance-card-flex {
  grid-column-gap: 100px;
  align-items: flex-end;
  display: flex;
}

.your-finance-card-flex.center {
  grid-column-gap: 35px;
  grid-column-gap: 35px;
  align-items: center;
}

.your-finance-card-image-wrap {
  position: relative;
}

.your-finance-card-img-two {
  position: absolute;
  inset: auto auto 0% -30%;
}

.your-finance-card-ticker-wrap {
  grid-column-gap: 40px;
  height: 340px;
  display: flex;
  overflow: hidden;
}

.your-finance-card-single-ticker {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.your-finance-card-single-ticker.middle {
  justify-content: flex-end;
}

.your-finance-card-ticker-image {
  flex-direction: column;
  flex: none;
  display: flex;
}

.your-finance-ticker-img {
  margin-bottom: 25px;
}

.your-finance-ticker-img.mg-bottom-20px {
  margin-bottom: 20px;
}

.core-features-top-wrapper {
  text-align: center;
  max-width: 590px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}

.core-features-bg {
  background-color: #f6f9ff;
  border-radius: 30px;
  padding: 60px 60px 150px 75px;
}

.core-features-bg.natural-color-100 {
  background-color: var(--natural-color-100);
}

.core-features-single-wrapper {
  padding-top: 80px;
  padding-bottom: 60px;
  padding-left: 55px;
  position: relative;
}

.core-features-single-wrapper._1 {
  border-bottom: 2px dashed #7b5aff;
  border-left: 2px dashed #7b5aff;
  margin-bottom: 0;
  padding-top: 0;
}

.core-features-single-wrapper._2 {
  border-bottom: 2px dashed #7b5aff;
  border-right: 2px dashed #7b5aff;
  padding-left: 0;
  padding-right: 55px;
}

.core-features-single-wrapper._3 {
  border-bottom: 2px dashed #7b5aff;
  border-left: 2px dashed #7b5aff;
}

.core-features-single-wrapper._4 {
  border-bottom: 2px dashed #7b5aff;
  border-right: 2px dashed #7b5aff;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 55px;
}

.core-features-single-container {
  max-width: 460px;
}

.core-features-single-container.max-width-476px {
  max-width: 476px;
}

.core-features-single-container.max-width-483 {
  max-width: 483px;
}

.core-features-single-container.max-width-465px {
  max-width: 465px;
}

.core-features-single-title-wrap {
  margin-bottom: 20px;
}

.core-features-single-title {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 130%;
}

.core-features-single-details-wrap {
  margin-bottom: 32px;
}

.core-features-single-details {
  color: var(--natural-color-500);
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 160%;
}

.tabs-menu {
  flex-direction: column;
  display: flex;
}

.tabs-contant {
  display: none;
}

.tabs-link {
  color: var(--natural-color-900);
  background-color: #0000;
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}

.tabs-link.w--current {
  background-color: #0000;
}

.accordion-item-wrapper {
  cursor: pointer;
  border-top: 1px solid #cdcdcd;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: transform .3s;
  display: flex;
}

.accordion-content-wrapper {
  width: 100%;
}

.accordion-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 160%;
}

.accordion-icon-wrapper {
  background-color: var(--natural-color-100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.accordion-arrow {
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-details {
  color: var(--natural-color-500);
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

.core-features-flex-wrapper._2 {
  grid-column-gap: 100px;
}

.core-features-flex-wrapper._4, .core-features-flex-wrapper._2 {
  grid-column-gap: 100px;
}

.core-features-flex-wrapper._3 {
  grid-column-gap: 90px;
}

.core-features-flex-wrapper._4 {
  grid-column-gap: 100px;
}

.core-features-image-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.core-features-image-one {
  width: 550px;
}

.core-features-image-two {
  width: 420px;
  position: absolute;
}

.core-features-border {
  outline-offset: 0px;
  border-radius: 0;
  outline: 2px dotted #7b5aff;
  width: 0;
  height: 100%;
}

.core-features-border._1 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.core-features-border._2 {
  width: 100%;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.core-features-border._3 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.core-features-border._4 {
  width: 100%;
  height: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.core-features-border._5 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.core-features-border._6 {
  width: 100%;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.core-features-border._7 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.core-features-border._8 {
  width: 100%;
  height: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.core-features-number {
  z-index: 1;
  background-color: #7b5aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  inset: -1% auto auto -1.3%;
}

.core-features-number._2 {
  inset: 11% -1.3% auto auto;
}

.core-features-number._3 {
  top: 13%;
}

.core-features-number-text {
  color: var(--natural-color-100);
  font-size: 18px;
  line-height: 130%;
}

.section-bg.core-features-our-services {
  background-image: url("https://cdn.prod.website-files.com/648e0762a137748e829440e5/648e0764a137748e8294448a_section%20bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-bg.natural-color-300 {
  background-color: var(--natural-color-300);
}

.section-bg.natural-color-400 {
  background-color: var(--natural-color-400);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.section-bg.natural-color-400.position-relative {
  top: 100px;
}

.testimonial-section {
  z-index: 2;
  border-top: .5px solid #ffffff4d;
  position: relative;
  overflow: hidden;
}

.slide-nav.none {
  display: none;
}

.our-services-section {
  padding-bottom: 150px;
}

.our-services-top-wrapper {
  text-align: center;
  max-width: 603px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.our-services-contant-wrapper {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

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

.our-services-container {
  width: 100%;
}

.our-services-container._552px {
  width: 100%;
  max-width: 452px;
  position: relative;
}

.our-services-container._463px {
  max-width: 463px;
}

.our-services-number-flex {
  align-items: flex-end;
  display: flex;
}

.our-services-number-img {
  border-radius: 10px;
  box-shadow: 0 20px 60px #afafaf40;
}

.our-services-number-img._1 {
  transition: all .3s;
}

.our-services-number-img._1:hover {
  z-index: 6;
  position: relative;
}

.our-services-number-img._2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.our-services-number-img._3 {
  margin-left: -12px;
  transition: all .3s;
}

.our-services-number-img._3:hover {
  z-index: 6;
  position: relative;
}

.our-services-number-image-wrap {
  z-index: 5;
  height: 350px;
  margin-left: -12px;
  position: relative;
  top: 48px;
}

.our-services-circle-wrap {
  background-color: var(--natural-color-100);
  border: 2px solid #514eef;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%, -50%);
}

.our-services-single-contant-wrap {
  margin-top: 90px;
}

.our-services-single-title {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
}

.our-services-single-details {
  color: var(--natural-color-500);
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 160%;
}

.our-services-middle-border {
  background-color: #dedede;
  width: 1px;
  height: 710px;
}

.position-absolate {
  color: var(--natural-color-100);
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.position-absolate._1 {
  position: absolute;
  top: 0;
}

.position-absolate._2 {
  position: absolute;
  bottom: 436px;
  left: -20px;
}

.position-absolate._2.tabs-two {
  left: -30px;
}

.position-absolate._2.tabs-three {
  left: -40px;
}

.position-absolate._3 {
  position: absolute;
  bottom: 437px;
  right: 0;
}

.position-absolate._3.tabs-two {
  right: -10px;
}

.position-absolate._3.tabs-three {
  right: -15px;
}

.position-absolate._4 {
  position: absolute;
  bottom: 163px;
  left: -30px;
}

.position-absolate._4.tabs-two {
  left: -43px;
}

.position-absolate._4.tabs-three {
  left: -52px;
}

.position-absolate._5 {
  position: absolute;
  bottom: 0;
}

.position-absolate._6 {
  position: absolute;
  bottom: 162px;
  right: 8px;
}

.position-absolate._6.tabs-two {
  right: 0;
}

.position-absolate._6.tabs-three {
  right: -6px;
}

.position-absolate.shape-one {
  z-index: -1;
  filter: blur(120px);
  background-color: #e756ff;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: 15% 100px auto auto;
}

.our-services-image-wrapper {
  position: relative;
}

.our-services-img.two {
  border-radius: 5px;
  position: absolute;
  inset: 100px 20px auto auto;
  box-shadow: 0 4px 70px #c4c6d626;
}

.our-services-img.three {
  border-radius: 5px;
  position: absolute;
  inset: auto 50px 26px auto;
  box-shadow: 0 0 40px #2979ff24;
}

.our-services-circle-two-wrap {
  background-color: var(--natural-color-100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: 0% 60px auto auto;
  box-shadow: 0 3px 50px -25px #7b5aff99;
}

.services-circle {
  background-color: var(--natural-color-100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  box-shadow: 0 0 50px -7px #7b5aff99;
}

.our-services-shape {
  z-index: -1;
  filter: blur(110px);
  background-color: #2aa8fc;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: 20% auto auto 20%;
}

.our-services-contant {
  margin-top: 52px;
}

.our-customers-section {
  z-index: 2;
  background-color: var(--natural-color-400);
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  padding-top: 150px;
  padding-bottom: 15px;
  position: relative;
}

.our-customers-top-wrapper {
  text-align: center;
  max-width: 750px;
  margin-bottom: 76px;
  margin-left: auto;
  margin-right: auto;
}

.our-customers-video-button-wrap {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-customers-lightbox-link {
  grid-column-gap: 15px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.our-customers-video-text {
  color: var(--natural-color-100);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
}

.our-customers-contant-wrapper {
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
}

.our-customers-grid {
  grid-column-gap: 130px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-customers-single-wrapper {
  text-align: center;
  width: 300px;
}

.our-customers-star-flex {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.our-customers-single-title {
  color: var(--natural-color-100);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.our-customers-wrapper {
  margin-bottom: 150px;
}

.our-customers-shape.one {
  z-index: -1;
  filter: blur(170px);
  background-color: #7b5aff;
  width: 535px;
  height: 279px;
  position: absolute;
  inset: auto auto 18% 0%;
  transform: rotate(37deg);
}

.our-customers-shape.two {
  z-index: -1;
  filter: blur(170px);
  background-color: #e756ff;
  width: 523px;
  height: 269px;
  position: absolute;
  inset: auto 0% 18% auto;
  transform: rotate(-142deg);
}

.our-customers-shape.three {
  position: absolute;
  inset: 337px auto auto 0%;
}

.our-customers-shape.four {
  position: absolute;
  inset: 210px 0% auto auto;
}

.home-v1-blog-section {
  padding-top: 150px;
}

.home-v1-blog-section.top-padding-100px {
  padding-top: 100px;
}

.home-v1-blog-top-wrapper {
  text-align: center;
  max-width: 581px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
}

.home-v1-blog-post-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-v1-blog-post-single-card {
  background-color: var(--natural-color-100);
  border: 1px solid #dedede;
  border-radius: 15px;
  padding: 25px 25px 40px;
}

.home-v1-blog-post-image-wrap {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.home-v1-blog-post-image-wrap._2 {
  min-width: 254px;
  max-width: 254px;
}

.home-v1-blog-post-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-v1-blog-post-contant-wrap {
  padding-top: 40px;
}

.home-v1-blog-post-date-wrap {
  grid-column-gap: 18px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.blog-post-cetegory-name {
  color: #7b5aff;
  border: 1px solid #7b5aff4d;
  border-radius: 7px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.blog-post-cetegory-name._2 {
  color: #ff710a;
  border-color: #ff710a4d;
}

.blog-post-cetegory-name._3 {
  color: #21b609;
  border-color: #21b6094d;
}

.home-v1-blog-post-date-text {
  color: var(--natural-color-500);
  letter-spacing: -.32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

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

.blog-post-date-circle {
  background-color: var(--natural-color-500);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.blog-post-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

.blog-post-name.size-28px {
  font-size: 28px;
}

.blog-post-link-wrap {
  color: var(--natural-color-800);
  margin-bottom: 30px;
  text-decoration: none;
}

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

.blog-post-clint-info-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-post-clint-img {
  max-height: 40px;
}

.blog-post-clint-name {
  color: var(--natural-color-900);
  letter-spacing: -.44px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}

.blog-author-text {
  color: var(--natural-color-500);
  letter-spacing: -.32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.read-more-button {
  grid-column-gap: 8px;
  color: var(--natural-color-900);
  letter-spacing: -.36px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: underline;
  display: flex;
}

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

.home-v1-blog-single-card {
  border: 1px solid #dedede;
  border-radius: 20px;
  padding: 20px;
}

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

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

.cta-section.mg-bottom-0px {
  padding-bottom: 0;
}

.cta-card-wrapper {
  background-image: url("https://cdn.prod.website-files.com/648e0762a137748e829440e5/648e0764a137748e82944450_cta%20section%20bg.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-top: 128px;
  padding-bottom: 128px;
  position: relative;
}

.cta-card-container {
  text-align: center;
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-shape.one {
  position: absolute;
  inset: 95px auto auto 82px;
}

.cta-shape.two {
  position: absolute;
  inset: auto 89px 224px auto;
}

.cta-shape.three {
  position: absolute;
  inset: auto auto 86px 165px;
}

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

.faq-top-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 793px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-top-wrapper.mg-bottom-72px {
  margin-bottom: 72px;
}

.faq-container {
  z-index: 2;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-card-wrapper {
  background-color: #fffc;
  border-radius: 30px;
  padding: 40px 60px 60px;
}

.faq-content-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.single-accordion-wrapper {
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}

.faq-wrapper {
  width: 100%;
}

.faq-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 9px;
  display: flex;
}

.faq-question {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 54px;
}

.faq-arrow {
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.faq-answer-container {
  max-width: 858px;
  padding-bottom: 32px;
}

.faq-answer {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 160%;
}

.faq-circle-shape.one {
  z-index: -1;
  filter: blur(300px);
  background-color: #2aa8fc;
  border-radius: 50%;
  width: 460px;
  height: 460px;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%);
}

.faq-circle-shape.two {
  z-index: -1;
  filter: blur(500px);
  background-color: #e756ff;
  border-radius: 50%;
  width: 423px;
  height: 423px;
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
}

.footer {
  z-index: 2;
  background-color: var(--natural-color-400);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.footer-contant-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-flex-wrapper {
  grid-column-gap: 130px;
  display: flex;
}

.footer-left-container {
  width: 100%;
  max-width: 440px;
}

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

.footer-social-media-wrapper {
  grid-column-gap: 20px;
  margin-bottom: 54px;
  display: flex;
}

.footer-social-media-link {
  width: 55px;
  height: 55px;
  color: var(--natural-color-100);
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 17px 16px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.footer-social-media-link:hover {
  background-image: linear-gradient(#2979ff, #7b5aff);
  border-color: #0000;
  transform: translate(0, -6px);
}

.footer-social-media-link.natural-color-300 {
  color: var(--primary-color-1);
  border-color: #e1e1e1;
}

.footer-social-media-link.natural-color-300:hover {
  color: var(--natural-color-100);
}

.footer-info-text {
  color: var(--natural-color-100);
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.footer-info-text.mg-bottom-0px {
  margin-bottom: 0;
}

.footer-menu-wrapper {
  width: 100%;
  max-width: 620px;
}

.footer-menu-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-menu-title {
  color: var(--natural-color-100);
  letter-spacing: -.44px;
  margin-top: 0;
  margin-bottom: 37px;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

.footer-menu-link {
  width: 100px;
  color: var(--natural-color-100);
  letter-spacing: -.36px;
  margin-bottom: 18px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.footer-menu-link:hover {
  color: var(--primary-color-1);
  transform: translate(0, -6px);
}

.footer-border {
  background-color: #ffffff4d;
  width: 1px;
  height: 300px;
}

.footer-newsletter-wrapper {
  background-image: url("https://cdn.prod.website-files.com/648e0762a137748e829440e5/648e0764a137748e82944437_footer%20newsletter%20bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: block;
}

.footer-newsletter-contant {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.footer-newsletter-title {
  color: var(--natural-color-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 160%;
}

.footer-newsletter-title.natural-color-100 {
  color: var(--natural-color-100);
}

.newsletter-info-text {
  color: var(--natural-color-900);
  font-size: 19px;
  font-weight: 400;
  line-height: 160%;
}

.newsletter-info-text.natural-color-100 {
  color: var(--natural-color-100);
}

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

.newsletter-from-block {
  margin-bottom: 0;
}

.newsletter-from {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.newsletter-input {
  border: 1px solid var(--natural-color-100);
  background-color: var(--natural-color-100);
  width: 400px;
  height: 60px;
  color: var(--natural-color-500);
  border-radius: 7px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.newsletter-input::placeholder {
  color: var(--natural-color-500);
}

.footer-copy-right-wrapper {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-copy-right-text {
  color: var(--natural-color-100);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.footer-copy-right-text.natural-color-900 {
  color: var(--natural-color-900);
}

.footer-source-link {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#7b5aff, #2979ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  text-decoration: none;
}

.footer-shape.one {
  z-index: -1;
  filter: blur(200px);
  background-color: #7b5aff;
  width: 639px;
  height: 200px;
  position: absolute;
  inset: auto auto 28% -16%;
  transform: rotate(37.82deg);
}

.footer-shape.two {
  z-index: -1;
  filter: blur(300px);
  background-color: #e756ff;
  width: 523px;
  height: 200px;
  position: absolute;
  inset: auto -4% 15% auto;
  transform: rotate(-142deg);
}

.counter-wrapper {
  flex-direction: column;
  display: flex;
  position: absolute;
}

.numbers-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.numbers {
  justify-content: flex-start;
  height: 31px;
  display: flex;
  overflow: hidden;
}

.text-block {
  color: var(--natural-color-100);
  font-family: Satoshi, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
}

.text-block.home-v2 {
  color: #1a1a24;
}

.num-text {
  color: var(--natural-color-100);
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
}

.num-text.home-v2 {
  color: #1a1a24;
}

.home-v1-banner-shape._1 {
  z-index: -1;
  background-image: url("https://cdn.prod.website-files.com/648e0762a137748e829440e5/648e0764a137748e829443fc_home%20v1%20banner%20shape%201.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 224px;
  position: absolute;
  inset: auto auto 27% 0%;
}

.home-v1-banner-shape._2 {
  z-index: -1;
  background-image: url("https://cdn.prod.website-files.com/648e0762a137748e829440e5/648e0764a137748e829443ec_home%20v1%20banner%20shape%202.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 280px;
  height: 118px;
  position: absolute;
  inset: -29% 18% auto auto;
  transform: translate(0);
}

.home-v1-banner-shape._3 {
  z-index: -1;
  background-image: url("https://cdn.prod.website-files.com/648e0762a137748e829440e5/648e0764a137748e829443ee_home%20v1%20banner%20shape%203.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 325px;
  height: 160px;
  position: absolute;
  inset: auto 20% -14% auto;
}

.banner-shape-circle {
  background-color: var(--natural-color-100);
  border: 1px solid #8b79fd;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
  inset: auto auto -2% 32%;
}

.banner-shape-circle._2 {
  inset: auto auto -7% -1.8%;
}

.banner-shape-circle._3 {
  inset: -5% -1.8% auto auto;
}

.position-relative {
  position: relative;
}

.nav-dropdown-list {
  background-color: #0000;
  width: 150px;
  padding-top: 20px;
}

.dropdown-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 100%;
}

.home-dropdown-links-wrap {
  background-color: var(--natural-color-100);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 30px 250px #0000001a;
}

.page-dropdown-list-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
}

.dropdown-single-nav-link {
  color: var(--natural-color-700);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
}

.dropdown-single-nav-link:hover {
  color: var(--primary-color-1);
  transform: translate(6px);
}

.dropdown-single-nav-link.w--current {
  color: var(--primary-color-1);
}

.dropdown-single-nav-link.flex {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.dropdown-single-nav-link.more-template {
  color: var(--primary-color-1);
  font-weight: 600;
  text-decoration: underline;
}

.dropdown-grid {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pages-dropdown-wrapper {
  background-color: #0000;
  width: 650px;
  padding-top: 20px;
}

.pages-dropdown-wrapper.w--open {
  left: -370px;
}

.pages-dropdown-link-wrap {
  background-color: var(--natural-color-100);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 30px 250px #0000001a;
}

.pages-dropdown-list {
  padding: 40px;
}

.pages-dropdown-flex {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.nav-link-tittle {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.page-dropdown-list-flex-wrap {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

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

.nav-link-cms-wrap {
  grid-column-gap: 3px;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cms-text {
  color: var(--primary-color-1);
}

.input.pricing {
  height: 60px;
  color: var(--natural-color-500);
  background-color: #0000;
  border: 0 #e3e6ef;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
}

.input.checkout {
  background-color: #0000;
  border-top-style: none;
  border-top-width: 0;
  border-bottom-color: #64627526;
  border-left-style: none;
  border-left-width: 0;
  border-right-style: none;
  border-right-width: 0;
  border-radius: 0;
  min-height: 54px;
  margin-bottom: 16px;
  padding: 0;
  font-weight: 500;
}

.input.cart-quantity-input {
  border-width: .5px;
  border-color: var(--natural-color-100);
  width: 50px;
  height: 30px;
  color: var(--natural-color-100);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 5px 5px 8px;
  font-size: 14px;
  font-weight: 500;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-slider-mask {
  overflow: visible;
}

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

.testimonial-slider-left-wrap {
  border-right: 1px solid #ffffff4d;
  padding-top: 150px;
  padding-bottom: 150px;
}

.testimonial-slider-image-wrap {
  max-width: 490px;
  margin-left: 60px;
  position: relative;
}

.cart-button {
  background-color: #0000;
  padding: 0;
  position: relative;
}

.cart-quantity {
  background-color: var(--natural-color-700);
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  color: var(--natural-color-100);
  border-radius: 100%;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  inset: -34% -27% auto auto;
}

.cart-quantity.two {
  background-color: var(--natural-color-100);
  color: #181a20;
}

.cart-wrapper {
  background-color: #1d1f24b3;
}

.cart-container {
  background-image: linear-gradient(354deg, #7b5aff, #2979ff);
  max-width: 610px;
}

.cart-header {
  border-bottom-color: #fff3;
  padding: 50px 60px;
}

.cart-title {
  color: var(--natural-color-100);
  font-size: 44px;
  font-weight: 600;
  line-height: 160%;
}

.cart-close-button {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.cart-list-wrapper {
  padding: 0 60px;
}

.cart-item {
  padding-top: 34px;
  padding-bottom: 0;
}

.order-item-content {
  margin-left: 0;
}

.order-list-title {
  color: var(--natural-color-100);
  margin-bottom: 15px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.cart-item-price {
  color: var(--natural-color-100);
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
}

.order-option-item {
  color: var(--natural-color-100);
  font-size: 16px;
  font-weight: 400;
}

.mg-bottom-22px {
  margin-bottom: 22px;
}

.cart-remove-button {
  color: var(--natural-color-100);
  font-size: 16px;
  font-weight: 500;
}

.cart-footer-wrapper {
  border-top-color: #fff3;
  padding: 28px 60px 40px;
}

.cart-item-line-wrap {
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.cart-subtotal, .cart-subtotal-number {
  color: var(--natural-color-100);
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.checkout-button {
  background-color: var(--natural-color-100);
  color: #0f0f0f;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
}

.web-payments {
  display: none;
}

.testimonial-circle-shape {
  position: absolute;
  inset: -13% 0% auto auto;
}

.testimonial-contant-wrap {
  margin-top: -110px;
  padding-left: 80px;
}

.testimonial-quote-details-wrap {
  max-width: 564px;
  margin-bottom: 30px;
}

.testimonial-quote-details {
  color: var(--natural-color-100);
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
}

.testimonial-info-flex {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.testimonial-clint-name {
  color: var(--natural-color-100);
  letter-spacing: -.4px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.testimonial-border {
  background-color: var(--natural-color-100);
  width: 6px;
  height: 1px;
}

.testimonial-clint-designation {
  color: var(--natural-color-100);
  letter-spacing: -.4px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.testimonial-left-arrow {
  border: 1px solid #fff9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 33px;
  padding: 10px 17px;
  display: flex;
  inset: auto 39% 23% auto;
}

.testimonial-right-arrow {
  border: 1px solid #fff9;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 33px;
  padding: 10px 17px;
  display: flex;
  inset: auto 33% 23% auto;
}

.testimonial-arrow.absolate {
  opacity: 0;
  opacity: 0;
  position: absolute;
}

.testimonial-top-shape {
  z-index: 2;
  position: absolute;
  bottom: 35.2%;
  left: 44%;
  right: 0;
}

.testimonial-circle {
  border-radius: 50%;
  width: 388px;
  height: 388px;
}

.testimonial-circle._1 {
  z-index: -1;
  filter: blur(300px);
  background-color: #1c71ff;
  position: absolute;
  inset: auto -46px -86px auto;
}

.testimonial-circle._2 {
  filter: blur(300px);
  background-color: #ab00ee;
  position: absolute;
  inset: auto -100px 128px auto;
}

.testimonial-circle._2._3 {
  inset: 233px auto auto -45px;
}

.preloader-wrapper {
  z-index: 2000;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-grid-item {
  background-color: var(--tvast-blue);
  flex: 1;
  height: 100%;
}

.preloader-grid-item.border {
  background-color: var(--tvast-blue);
  background-color: var(--tvast-blue);
  border-left: 1px solid #ffffff4d;
  border-right: 1px solid #ffffff4d;
}

.preloader-logo-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.inner-button-hover {
  background-image: linear-gradient(to top, #0de1b9, #2979ff);
  width: 50.5%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.inner-button-hover.left {
  inset: 0% auto 0% 0%;
  inset: 0% auto 0% 0%;
}

.inner-button-text, .secondary-button-text {
  z-index: 1;
  position: relative;
}

.secondary-button-hover {
  background-image: linear-gradient(to top, #7b5aff, #3a7de3);
  width: 51%;
}

.secondary-button-hover.left {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.secondary-button-hover.right {
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.primary-button-hover {
  background-image: linear-gradient(to top, #7b5aff, #3a7de3);
  width: 50.5%;
}

.primary-button-hover.left {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.primary-button-hover.right {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.submit-button-one {
  background-color: var(--tvast-orange);
  color: var(--natural-color-100);
  border-radius: 7px;
  padding: 19px 31px;
  font-weight: 500;
  transition: all .35s;
}

.submit-button-one:hover {
  background-image: linear-gradient(to top, #7b5aff, #3a7de3);
}

.video-icon-wrap {
  border: 1px solid var(--natural-color-100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.video-icon {
  color: #fff9;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
}

.text-span, .text-span-2 {
  color: var(--tvast-orange);
}

@media screen and (min-width: 1920px) {
  .home-v1-img-three {
    top: -5.5%;
    right: -22%;
  }

  .home-v1-shape-three {
    right: -21%;
  }

  .our-customers-section {
    padding-top: 0;
    padding-bottom: 20px;
    top: 90px;
    bottom: auto;
  }

  .our-customers-top-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .our-customers-wrapper {
    padding-top: 90px;
  }

  .our-customers-shape.three {
    left: 132px;
  }

  .our-customers-shape.four {
    right: 200px;
  }

  .home-v1-banner-shape._3 {
    transform: translate(0);
    box-shadow: 0 2px 5px #0003;
  }

  .home-v2-banner-card-wrapper {
    margin-left: 0;
  }

  .our-service-section {
    padding-bottom: 0;
  }

  .integration-two-single-shape._1 {
    left: 100px;
  }

  .integration-two-single-shape._2 {
    left: 0;
  }

  .integration-two-single-shape._3 {
    left: 100px;
  }

  .integration-two-single-shape._4 {
    right: 100px;
  }

  .integration-two-single-shape._5 {
    right: 0;
  }

  .integration-two-single-shape._6 {
    right: 100px;
  }

  .preview-banner-shape.one {
    left: -5%;
  }

  .preview-banner-shape.two {
    right: -2%;
  }

  .contact-info-details-text {
    max-width: 293px;
  }

  .from-left-wrap {
    width: 900px;
    padding: 100px 60px;
  }

  .from-right-wrap {
    width: 1020px;
  }

  .top-navigation-wrap {
    z-index: 9999;
  }

  .top-navigation-content-wrap {
    grid-column-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .testimonial-top-shape {
    bottom: 35.1%;
    left: 46%;
  }

  .testimonial-circle._2._3 {
    inset: 296px auto auto 33px;
    inset: 296px auto auto 33px;
  }

  .testimonial-circle._3 {
    position: absolute;
    top: 51px;
  }

  .text-span, .text-span-2 {
    color: var(--tvast-orange);
  }

  .paragraph-4 {
    margin-left: 1409px;
  }

  .paragraph-5 {
    margin-left: 1411px;
  }
}

@media screen and (max-width: 991px) {
  .navbar.two {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .nav-menu-wrap {
    background-color: var(--natural-color-400);
    padding: 24px;
  }

  .nav-menu-wrap.home-v1 {
    background-color: var(--natural-color-100);
    background-image: url("https://cdn.prod.website-files.com/648e0762a137748e829440e5/648e0764a137748e829443e3_home%20v1%20section%20bg.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: var(--natural-color-100);
    background-image: url("https://cdn.prod.website-files.com/648e0762a137748e829440e5/648e0764a137748e829443e3_home%20v1%20section%20bg.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .nav-menu-link-wrap {
    grid-row-gap: 36px;
    flex-direction: column;
    align-items: flex-start;
  }

  .single-nav-link, .single-nav-link.natural-color-100, .single-nav-link.natural-color-100 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-button-flex {
    grid-column-gap: 30px;
  }

  .home-v1-banner-section {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 153px;
  }

  .home-v1-banner-flex {
    grid-row-gap: 165px;
    flex-direction: column;
  }

  .home-v1-banner-container {
    text-align: center;
    max-width: 100%;
  }

  .section-title-wrapper.mg-bottom-42px {
    margin-bottom: 30px;
  }

  .section-title-wrapper.mg-bottom-10px {
    margin-bottom: 16px;
  }

  .section-title-wrapper.max-width-518px {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 48px;
    font-weight: 500;
  }

  .section-title.home-v1-title {
    font-size: 52px;
    line-height: 62px;
  }

  .section-title.natural-color-100 {
    font-size: 40px;
    line-height: 50px;
  }

  .section-title.size-55px {
    font-size: 48px;
    line-height: 58px;
  }

  .section-title.home-v2 {
    font-size: 52px;
    line-height: 62px;
  }

  .section-title.natural-color-800 {
    font-size: 40px;
    line-height: 50px;
  }

  .section-title.mg-bottom-56px {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 50px;
  }

  .section-details-wrapper {
    max-width: 82%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-details-wrapper.mg-bottom-32px {
    max-width: 80%;
    margin-bottom: 30px;
  }

  .section-details-wrapper.mg-bottom-32px.max-width-90 {
    max-width: 90%;
  }

  .section-details-wrapper.mg-bottom-32px.left {
    margin-bottom: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-details-wrapper.max-width-802px.mg-bottom-32px {
    max-width: 62%;
  }

  .section-details-wrapper._100 {
    max-width: 100%;
  }

  .section-details-wrapper._90 {
    max-width: 90%;
  }

  .section-details {
    font-size: 16px;
    line-height: 26px;
  }

  .section-details._19px {
    font-size: 18px;
    line-height: 28px;
  }

  .section-details.natural-color-200 {
    font-size: 18px;
  }

  .dule-button-wrap {
    justify-content: center;
  }

  .home-v1-shape-two {
    left: 0%;
  }

  .home-v1-counter-wrapper {
    top: -30%;
  }

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

  .sponsor-ticker-img {
    width: 120px;
    margin-right: 40px;
  }

  .your-finance-section {
    padding-bottom: 100px;
  }

  .your-finance-top-wrapper {
    margin-bottom: 40px;
  }

  .your-finance-flex-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .your-finance-single-card._1 {
    max-width: 100%;
  }

  .your-finance-single-card._2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .your-finance-card-title {
    font-weight: 500;
  }

  .your-finance-card-details {
    max-width: 70%;
  }

  .your-finance-card-details.mg-bottom-32px {
    margin-bottom: 20px;
  }

  .your-finance-card-contant-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .your-finance-card-flex {
    grid-column-gap: 60px;
  }

  .your-finance-card-ticker-wrap {
    grid-column-gap: 24px;
    height: 265px;
  }

  .core-features-top-wrapper {
    max-width: 90%;
    margin-bottom: 40px;
  }

  .core-features-bg {
    padding: 40px 40px 100px;
  }

  .core-features-single-wrapper._1 {
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .core-features-single-wrapper._2 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .core-features-single-wrapper._3 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .core-features-single-wrapper._4 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .core-features-single-container, .core-features-single-container.max-width-476px, .core-features-single-container.max-width-483, .core-features-single-container.max-width-465px, .core-features-single-container.max-width-476px, .core-features-single-container.max-width-483, .core-features-single-container.max-width-465px {
    max-width: 100%;
  }

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

  .core-features-single-title {
    font-size: 32px;
    font-weight: 500;
  }

  .core-features-single-details {
    font-size: 18px;
  }

  .accordion-title {
    font-weight: 500;
  }

  .core-features-flex-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .core-features-flex-wrapper._2, .core-features-flex-wrapper._4, .core-features-flex-wrapper._2, .core-features-flex-wrapper._4 {
    grid-row-gap: 40px;
  }

  .core-features-image-container {
    max-width: 100%;
  }

  .core-features-image-one {
    width: 100%;
  }

  .core-features-image-two {
    width: 500px;
  }

  .core-features-number._1 {
    left: -2.5%;
  }

  .core-features-number._2 {
    right: -2%;
  }

  .section-bg.natural-color-400.position-relative {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

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

  .the-process-top-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .the-process-shape {
    width: 500px;
  }

  .the-process-card-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .the-process-single-card {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .the-process-card-line._1, .the-process-card-line._2, .the-process-card-line._3, .the-process-card-line._1, .the-process-card-line._2, .the-process-card-line._3 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .the-process-card-title {
    font-weight: 500;
  }

  .the-proces-card-details {
    max-width: 90%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 28px;
  }

  .explore-button-wrap {
    justify-content: center;
    font-size: 17px;
  }

  .explore-button-wrap.center {
    justify-content: center;
  }

  .single-card-contant {
    text-align: center;
  }

  .card-circle-wrapper {
    width: 65px;
    height: 65px;
  }

  .card-number-text {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
  }

  .testimonial-section {
    padding-bottom: 150px;
  }

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

  .integration-section.top-padding-100px {
    padding-top: 90px;
  }

  .integration-top-wrapper {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 86%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .integration-left-wrapper {
    max-width: 100%;
  }

  .integration-single-card {
    margin-right: 24px;
  }

  .integration-card-icon-wrap._1 {
    width: 65px;
    height: 65px;
  }

  .integration-card-title {
    margin-bottom: 3px;
  }

  .our-services-section {
    padding-bottom: 100px;
  }

  .our-services-top-wrapper {
    margin-bottom: 40px;
  }

  .our-services-flex-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .our-services-container._552px {
    text-align: center;
    text-align: center;
  }

  .our-services-single-contant-wrap {
    margin-top: 85px;
  }

  .our-services-single-details {
    font-size: 18px;
    line-height: 28px;
  }

  .our-services-middle-border {
    display: none;
  }

  .position-absolate._2, .position-absolate._2.tabs-two {
    left: 0;
  }

  .position-absolate._3, .position-absolate._3.tabs-two {
    right: 20px;
  }

  .position-absolate._1 {
    top: 5px;
  }

  .position-absolate._2, .position-absolate._2.tabs-two {
    left: 0;
  }

  .position-absolate._2.tabs-two {
    left: 0;
  }

  .position-absolate._2.tabs-three {
    left: -3px;
  }

  .position-absolate._3, .position-absolate._3.tabs-two {
    right: 20px;
  }

  .position-absolate._3.tabs-two {
    right: 20px;
  }

  .position-absolate._3.tabs-three {
    right: 21px;
  }

  .position-absolate._4 {
    left: -10px;
  }

  .position-absolate._4.tabs-two {
    left: -13px;
  }

  .position-absolate._4.tabs-three {
    left: -12px;
  }

  .position-absolate._5 {
    bottom: 10px;
  }

  .position-absolate._6 {
    right: 30px;
  }

  .position-absolate._6.tabs-two {
    right: 27px;
  }

  .position-absolate._6.tabs-three {
    right: 31px;
  }

  .our-services-contant {
    text-align: center;
    margin-top: 40px;
  }

  .your-cash-grid-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-columns: 1.4fr 176px;
  }

  .your-cash-container._470px {
    text-align: center;
    text-align: center;
    max-width: 100%;
  }

  .your-cash-contant-wrapper {
    padding-top: 90px;
    padding-bottom: 0;
  }

  .your-cash-mobile-screen-wrap {
    width: 500px;
    height: 640px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-customers-section {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .our-customers-top-wrapper {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .our-customers-video-text {
    font-size: 16px;
  }

  .our-customers-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .our-customers-single-wrapper._1, .our-customers-single-wrapper._2, .our-customers-single-wrapper._3, .our-customers-single-wrapper._1, .our-customers-single-wrapper._2, .our-customers-single-wrapper._3 {
    width: 100%;
  }

  .our-customers-star-flex {
    margin-bottom: 16px;
  }

  .our-customers-single-title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 30px;
  }

  .our-customers-logo {
    width: 160px;
  }

  .our-customers-wrapper {
    margin-bottom: 100px;
  }

  .our-customers-mobile-image-flex {
    grid-column-gap: 20px;
  }

  .our-customers-mobile-img.img-01, .our-customers-mobile-img.img-02 {
    width: 100px;
  }

  .our-customers-mobile-img.img-04, .our-customers-mobile-img.img-05, .our-customers-mobile-img.img-01, .our-customers-mobile-img.img-02 {
    width: 100px;
  }

  .our-customers-mobile-img.img-03 {
    width: 150px;
  }

  .our-customers-mobile-img.img-04, .our-customers-mobile-img.img-05 {
    width: 100px;
  }

  .our-customers-shape.two {
    width: 300px;
    height: 200px;
    right: 21%;
  }

  .our-customers-shape.three {
    width: 90px;
    top: 248px;
    left: 4%;
  }

  .our-customers-shape.four {
    width: 80px;
    top: 226px;
    right: 3%;
  }

  .home-v1-blog-section, .home-v1-blog-section.top-padding-100px, .home-v1-blog-section.top-padding-100px {
    padding-top: 90px;
  }

  .home-v1-blog-top-wrapper {
    max-width: 80%;
    margin-bottom: 40px;
  }

  .home-v1-blog-post-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-post-name {
    font-weight: 500;
  }

  .blog-post-name.size-28px {
    font-size: 24px;
    line-height: 34px;
  }

  .blog-post-clint-name {
    font-size: 20px;
  }

  .home-v1-blog-single-card {
    width: 100%;
  }

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

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

  .cta-card-wrapper {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .cta-shape.one {
    width: 90px;
    top: 35px;
    left: 35px;
  }

  .cta-shape.two {
    width: 90px;
    bottom: 90px;
    right: 30px;
  }

  .cta-shape.three {
    width: 80px;
    bottom: 90px;
    left: 30px;
  }

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

  .faq-top-wrapper, .faq-top-wrapper.mg-bottom-72px, .faq-top-wrapper.mg-bottom-72px {
    margin-bottom: 40px;
  }

  .faq-card-wrapper {
    padding: 30px;
  }

  .faq-arrow {
    font-size: 18px;
  }

  .footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 100px;
  }

  .footer-flex-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .footer-left-container {
    max-width: 100%;
  }

  .footer-logo-wrap {
    margin-bottom: 24px;
  }

  .footer-social-media-wrapper {
    margin-bottom: 30px;
  }

  .footer-info-text {
    font-size: 20px;
    font-weight: 400;
  }

  .footer-menu-wrapper {
    max-width: 100%;
  }

  .footer-menu-title {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .footer-border {
    width: 100%;
    height: 1px;
  }

  .footer-newsletter-wrapper {
    margin-top: 40px;
    padding: 30px;
  }

  .footer-newsletter-icon {
    width: 70px;
  }

  .footer-newsletter-title {
    font-size: 24px;
  }

  .newsletter-info-text {
    font-size: 18px;
  }

  .footer-newsletter-flex {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-copy-right-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-copy-right-text {
    font-size: 18px;
  }

  .home-v2-banner-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .home-v2-top-container {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .home-v2-banner-title {
    font-size: 52px;
    font-weight: 500;
  }

  .home-v2-banner-details-wrap {
    max-width: 80%;
  }

  .home-v2-banner-details {
    font-size: 18px;
    line-height: 28px;
  }

  .home-v2-banner-card-wrapper {
    background-image: url("https://cdn.prod.website-files.com/648e0762a137748e829440e5/648e0764a137748e82944449_home%20v2%20banner%20card%20bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home-v2-banner-grid {
    grid-template-columns: 1fr;
  }

  .home-v2-banner-left-wrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .home-v2-banner-dash-image-wrap {
    align-items: center;
    max-width: 100%;
  }

  .banner-dashboard-flex {
    grid-column-gap: 40px;
  }

  .home-v2-banner-image-wrap {
    max-width: 100%;
    margin-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-v2-banner-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .home-v2-banner-card-img-wrap {
    max-width: 100%;
  }

  .home-v2-banner-star-img._1 {
    bottom: 138px;
  }

  .multiple-mode-section {
    padding-bottom: 100px;
  }

  .multiple-mode-top-wrap {
    margin-bottom: 30px;
  }

  .your-business-section {
    padding-bottom: 120px;
  }

  .your-business-flex-wrapper {
    grid-row-gap: 65px;
    flex-direction: column;
  }

  .your-business-container {
    text-align: center;
    max-width: 100%;
  }

  .your-business-section-title {
    font-size: 48px;
    font-weight: 500;
  }

  .your-business-section-details-wrap {
    max-width: 80%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .your-business-section-details {
    font-size: 16px;
    line-height: 26px;
  }

  .your-business-contant-wrap {
    max-width: 100%;
  }

  .your-business-grid {
    justify-items: center;
  }

  .your-business-card-name {
    font-size: 22px;
  }

  .inner-button-wrap {
    font-size: 16px;
  }

  .inner-button-wrap.primary-color-1 {
    justify-content: center;
  }

  .inner-button-wrap.primary-color-1.left {
    justify-content: flex-start;
  }

  .inner-button-arrow {
    width: 18px;
  }

  .core-features-two-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .core-features-two-top-wrap {
    max-width: 100%;
    margin-bottom: 50px;
  }

  .core-features-two-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
  }

  .project-goals-flex {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .project-goals-image-wrapper {
    max-width: 100%;
  }

  .project-goals-image._1 {
    width: 100%;
  }

  .project-goals-container {
    text-align: center;
    max-width: 100%;
  }

  .project-goals-title-wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-goals-title {
    font-weight: 500;
  }

  .project-goals-details-wrap {
    max-width: 66%;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-goals-contant-wrap, .user-analytics-contant-wrap {
    margin-bottom: 100px;
  }

  .user-analytics-flex {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
  }

  .user-analytics-image-wrapper {
    max-width: 100%;
  }

  .user-analytics-image._1 {
    width: 100%;
  }

  .user-analytics-container {
    text-align: center;
    max-width: 100%;
  }

  .user-analytics-icon-wrap {
    margin-bottom: 10px;
  }

  .user-analytics-icon {
    width: 75px;
  }

  .user-analytics-title-wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .user-analytics-title {
    font-weight: 500;
  }

  .user-analyticsdetails-wrap {
    max-width: 66%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .your-productivity-flex {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .your-productivity-image-wrapper {
    max-width: 100%;
  }

  .your-productivity-image._1 {
    width: 100%;
  }

  .your-productivity-container {
    text-align: center;
    max-width: 100%;
  }

  .your-productivitytitle-wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .your-productivity-title {
    font-weight: 500;
  }

  .your-productivitydetails-wrap {
    max-width: 66%;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .our-service-section {
    padding-bottom: 90px;
  }

  .our-service-top-wrapper {
    margin-bottom: 35px;
  }

  .our-service-title-wrap {
    margin-bottom: 20px;
  }

  .our-service-title {
    font-size: 48px;
    font-weight: 500;
  }

  .our-service-details-wrap {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .our-services-tabs-flex {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .our-services-tabs-container {
    max-width: 100%;
  }

  .our-services-tabs-title {
    font-weight: 500;
  }

  .our-services-tabs-details-wrap {
    max-width: 90%;
    margin-bottom: 35px;
  }

  .our-services-facility-wrap {
    margin-bottom: 30px;
  }

  .your-services-facility-text {
    font-size: 16px;
  }

  .our-services-tabs-image-container {
    margin-left: auto;
    margin-right: auto;
  }

  .the-process-two-section {
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .the-process-two-top-wrapper {
    margin-bottom: 40px;
  }

  .the-process-two-title {
    color: var(--natural-color-900);
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
  }

  .the-process-two-details-wrap {
    max-width: 80%;
  }

  .the-process-two-details {
    color: var(--natural-color-500);
  }

  .the-process-two-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .the-process-two-single-card {
    height: 450px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .the-process-two-card-title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  .the-process-two-card-details {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
  }

  .the-process-dash-img {
    width: 300px;
  }

  .the-process-two-hover-image-wrap {
    border-radius: 10px;
  }

  .the-process-two-hover-img {
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }

  .integration-two-top-wrapper {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .integration-two-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
  }

  .integration-two-shape-img {
    width: 450px;
  }

  .integration-two-single-shape._1 {
    width: 200px;
    height: 74px;
    padding: 10px;
    top: -33px;
    left: -37px;
  }

  .integration-two-single-shape._2 {
    width: 200px;
    height: 74px;
    top: 60px;
    left: -60px;
  }

  .integration-two-single-shape._3 {
    width: 200px;
    height: 74px;
    bottom: -34px;
    left: -37px;
  }

  .integration-two-single-shape._4 {
    width: 200px;
    height: 74px;
    padding: 10px;
    right: -50px;
  }

  .integration-two-single-shape._5 {
    width: 200px;
    height: 74px;
    top: 57px;
    right: -58px;
  }

  .integration-two-single-shape._6 {
    width: 200px;
    height: 74px;
    bottom: -34px;
    right: -50px;
  }

  .integration-two-shape-icon {
    width: 45px;
  }

  .integration-two-single-flex {
    grid-column-gap: 16px;
  }

  .integration-two-single-title {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 28px;
  }

  .integration-two-single-text {
    font-size: 15px;
  }

  .integration-two-circle-wrap {
    width: 150px;
    height: 150px;
  }

  .integration-two-middle-shape {
    width: 120px;
    height: 120px;
  }

  .integration-top-shape {
    width: 100px;
    height: 100px;
  }

  .integration-two-icon {
    width: 50px;
  }

  .our-blog-top-wrapper {
    margin-bottom: 40px;
  }

  .our-blog-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
  }

  .our-blog-details-wrap {
    max-width: 84%;
    margin-left: auto;
    margin-right: auto;
  }

  .our-blog-section {
    padding-top: 100px;
  }

  .our-blog-section.mg-bottom-150px {
    padding-top: 90px;
    padding-bottom: 100px;
  }

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

  .our-blog-single-card {
    width: 100%;
  }

  .our-blog-contant-wrap {
    padding: 20px 20px 30px;
  }

  .our-blog-card-date-wrap {
    grid-column-gap: 12px;
    margin-bottom: 16px;
  }

  .blog-card-title-wrap {
    margin-bottom: 24px;
  }

  .blog-card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
  }

  .blog-clint-name {
    font-size: 16px;
  }

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

  .cta-two-wrapper {
    background-size: cover;
  }

  .cta-two-flex-wrapper {
    flex-direction: column;
  }

  .cta-two-small-container {
    text-align: center;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
  }

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

  .cta-two-section-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
  }

  .cta-two-section-details-wrap {
    max-width: 80%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-two-section-details {
    font-size: 18px;
  }

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

  .cta-two-image-container {
    max-width: 100%;
  }

  .cta-two-image.star-img-01 {
    top: 0%;
    left: -10%;
  }

  .cta-two-image.star-img-02 {
    width: 50px;
    inset: 0% -12% auto auto;
  }

  .footer-two-flex-wrapper {
    grid-row-gap: 35px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .footer-two-left-container {
    max-width: 100%;
  }

  .footer-two-logo-wrap {
    margin-bottom: 16px;
  }

  .footer-two-social-media-wrapper {
    margin-bottom: 35px;
  }

  .footer-two-info-text.natural-color-900 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 32px;
  }

  .footer-two-info-text.natural-color-900.mg-bottom-0px {
    margin-bottom: 0;
  }

  .footer-two-border {
    width: 100%;
    height: 1px;
  }

  .footer-two-menu-wrapper {
    max-width: 100%;
  }

  .footer-two-menu-title {
    margin-bottom: 24px;
  }

  .footer-two-menu-link {
    font-size: 17px;
  }

  .footer-two-newsletter-wrapper {
    padding: 40px;
  }

  .testimonial-two-section {
    padding-top: 90px;
    padding-bottom: 0;
  }

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

  .testimonial-two-flex {
    grid-column-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 180px;
  }

  .testimonial-two-star-wrap {
    justify-content: center;
  }

  .testimonial-two-details-wrap {
    margin-bottom: 24px;
  }

  .testimonial-two-details {
    font-size: 19px;
    line-height: 29px;
  }

  .testimonial-two-name-wrap {
    grid-column-gap: 12px;
    justify-content: center;
  }

  .testimonial-two-name {
    font-size: 16px;
  }

  .testimonial-two-left-arrow-wrap {
    width: 55px;
    height: 55px;
    bottom: 8%;
    left: 40%;
  }

  .testimonial-two-right-arrow-wrap {
    width: 55px;
    height: 55px;
    bottom: 8%;
    left: 50%;
  }

  .testimonial-two-image-wrap {
    max-width: 70%;
  }

  .testimonial-two-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .testimonial-two-top-wrap {
    max-width: 90%;
    margin-bottom: 40px;
  }

  .testimonial-two-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
  }

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

  .inner-banner-section.bottom-padding-200px {
    padding-bottom: 200px;
  }

  .inner-banner-section.bottom-padding-200px.pricing {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 180px;
  }

  .single-breadcrumb-link {
    font-size: 18px;
  }

  .inner-banner-shape._1 {
    width: 70px;
  }

  .inner-banner-shape._2 {
    width: 80px;
  }

  .behind-section {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .behind-top-wrapper {
    margin-bottom: 40px;
  }

  .behind-image-flex {
    grid-column-gap: 20px;
  }

  .image-wrapper._1 {
    margin-bottom: 20px;
  }

  .image-wrapper._3 {
    margin-top: -84px;
  }

  .our-mission-section {
    padding-bottom: 100px;
  }

  .our-mission-tabs-menu {
    grid-row-gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
  }

  .our-mission-tabs-flex {
    flex-direction: column;
  }

  .tabs-mission-image-wrapper {
    max-width: 95%;
  }

  .our-mission-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .our-mission-small-container {
    padding: 40px;
  }

  .our-mission-title {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
  }

  .our-mission-details-wrap {
    margin-bottom: 30px;
  }

  .our-mission-details {
    font-size: 16px;
    line-height: 26px;
  }

  .your-analytics-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .your-analytics-top-wrapper {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .your-analytics-contant-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .our-analytics-single-counter._1 {
    width: 280px;
    height: 280px;
  }

  .our-analytics-single-counter._2 {
    width: 280px;
    height: 280px;
    margin-left: 0;
  }

  .our-analytics-single-counter._3 {
    width: 280px;
    height: 280px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .our-analytics-single-counter._4 {
    width: 280px;
    height: 280px;
    margin-left: 0;
  }

  .number {
    height: 70px;
  }

  .number-text, .text-number {
    font-size: 60px;
    line-height: 70px;
  }

  .number-info-text {
    font-size: 18px;
  }

  .strong-values-section {
    padding-bottom: 100px;
  }

  .strong-values-top-wrapper {
    margin-bottom: 40px;
  }

  .strong-values-single-card._2 {
    padding: 30px;
  }

  .strong-values-card-icon-wrap {
    width: 64px;
    height: 65px;
  }

  .strong-values-card-icon {
    width: 34px;
  }

  .strong-values-card-flex {
    flex-direction: column;
  }

  .strong-values-card-title {
    font-size: 24px;
    font-weight: 500;
  }

  .strong-values-card-details {
    font-size: 15px;
  }

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

  .our-team-top-wrapper {
    margin-bottom: 40px;
  }

  .nav-dropdown.home {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown.pages {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-list, .pages-dropdown-wrapper {
    position: static;
  }

  .pages-dropdown-wrapper.w--open {
    width: 100%;
    position: static;
    left: 0;
  }

  .nav-link-tittle {
    margin-bottom: 24px;
  }

  .page-dropdown-list-flex-wrap {
    grid-column-gap: 85px;
  }

  .preview-banner-section-bg {
    padding-top: 142px;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

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

  .included-top-wrapper {
    margin-bottom: 40px;
  }

  .included-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .included-single-card {
    padding: 30px;
  }

  .included-card-icon-wrap {
    margin-bottom: 20px;
  }

  .included-card-icon {
    width: 70px;
  }

  .included-card-title {
    font-size: 24px;
    line-height: 34px;
  }

  .included-card-details {
    font-size: 18px;
  }

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

  .single-preview-section.bottom-padding-150px {
    padding-bottom: 100px;
  }

  .preview-page-name {
    font-size: 18px;
    line-height: 20px;
  }

  .preview-page-name-wrap {
    padding: 8px 20px;
    bottom: 40px;
  }

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

  .preview-single-link-wrap {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .section-tittle-wrap {
    margin-bottom: 30px;
  }

  .single-preview-top-wrapper {
    max-width: 80%;
    margin-bottom: 40px;
  }

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

  .figma-file-flex {
    text-align: center;
    flex-direction: column;
  }

  .figma-file-small-container {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .figma-file-icon-wrap {
    margin-bottom: 20px;
  }

  .figma-file-icon {
    width: 100px;
  }

  .preview-footer-section {
    padding-top: 100px;
  }

  .preview-footer-bottom-wrapper {
    margin-top: 90px;
  }

  .preview-footer-shape.one {
    width: 300px;
    height: 200px;
    bottom: 9%;
    left: 0%;
  }

  .preview-footer-shape.two {
    width: 300px;
    height: 200px;
    bottom: 9%;
    right: 4%;
  }

  .figma-image-container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .figma-file-image-wrap {
    background-size: cover;
    border-radius: 40px;
    padding: 30px;
  }

  .figma-file-img {
    border-radius: 20px;
  }

  .home-pages-shape.one {
    width: 150px;
    height: 100px;
    bottom: 6%;
    left: 2%;
  }

  .home-pages-shape.two {
    width: 150px;
    height: 100px;
    bottom: 6%;
    right: 3%;
  }

  .preview-banner-shape.one {
    width: 90px;
    left: 3%;
  }

  .preview-banner-shape.two {
    width: 80px;
    right: 3%;
  }

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

  .team-details-image-wrapper {
    margin-bottom: 40px;
  }

  .team-details-name {
    font-size: 40px;
    font-weight: 500;
  }

  .team-details-designation-wrapper {
    margin-bottom: 20px;
  }

  .team-details-designation {
    font-size: 18px;
  }

  .team-details-social-media-wrapper {
    margin-bottom: 40px;
  }

  .team-details-social-media {
    font-size: 16px;
  }

  .team-details-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .contant-top-wrap.blog-cetegory, .contant-top-wrap.integration-cetegory {
    margin-bottom: 40px;
  }

  .contant-top-wrap.blog {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .contant-top-wrap.blog-cetegory, .contant-top-wrap.integration-cetegory {
    margin-bottom: 40px;
  }

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

  .cetegory-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
  }

  .cetegory-title-wrap {
    margin-bottom: 40px;
  }

  .title-cetegory-title {
    margin-left: 10px;
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
  }

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

  .blog-details-top-wrap {
    max-width: 85%;
    margin-bottom: 40px;
  }

  .blog-details-clint-img {
    margin-bottom: 20px;
  }

  .blog-details-clint-name, .blog-details-dot, .blog-details-author-name {
    font-size: 20px;
  }

  .blog-details-cetegory-name, .blog-date-text, .blog-details-date-arrow, .blog-details-read-text {
    font-size: 15px;
  }

  .blog-details-flex-wrapper {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
  }

  .blog-details-single-wrap {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .blog-details-single-wrap.mg-bottom-23px {
    margin-bottom: 20px;
  }

  .blog-details-single-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
  }

  .blog-details-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-right-wrap {
    width: 100%;
    position: static;
  }

  .blog-details-single-card {
    max-width: 100%;
  }

  .blog-details-card-icon {
    margin-bottom: 24px;
  }

  .blog-details-card-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
  }

  .blog-details-card-paragraph {
    font-size: 18px;
  }

  .blog-details-quote-wrap {
    max-width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .blog-details-quote {
    padding: 30px;
  }

  .blog-details-quote-info {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-details-facility-wrap {
    margin-bottom: 20px;
  }

  .blog-details-facility-text, .blog-details-single-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .some-of-similer-section {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .some-of-similer-top-wrap {
    margin-bottom: 40px;
  }

  .career-section {
    padding-top: 90px;
  }

  .career-top-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .career-image-wrap._1 {
    max-width: 100%;
    height: 100%;
  }

  .benefits-section {
    padding-top: 90px;
  }

  .benefits-top-wrapper {
    margin-bottom: 40px;
  }

  .benefits-single-card._1, .benefits-single-card._2, .benefits-single-card._3, .benefits-single-card._4, .benefits-single-card._1, .benefits-single-card._2, .benefits-single-card._3, .benefits-single-card._4 {
    text-align: center;
    padding: 30px;
  }

  .benefits-card-icon-wrap {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .benefits-card-icon {
    width: 70px;
  }

  .benefits-card-flex {
    flex-direction: column;
  }

  .benefits-card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
  }

  .benefits-card-details {
    font-size: 16px;
  }

  .career-work-section {
    padding-top: 90px;
  }

  .career-work-flex {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .career-work-left-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .career-work-single-card {
    max-width: 100%;
    padding: 40px;
  }

  .career-work-card-name {
    font-size: 24px;
  }

  .career-work-card-grid {
    grid-row-gap: 24px;
  }

  .career-work-card-flex-wrap {
    margin-bottom: 20px;
  }

  .career-work-description-wrap {
    margin-bottom: 24px;
  }

  .career-work-description {
    font-size: 16px;
    line-height: 26px;
  }

  .career-details-section {
    padding-top: 90px;
  }

  .career-details-top-wrapper {
    text-align: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .career-details-flex {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .career-details-single-wrap {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .career-details-title {
    font-size: 40px;
    font-weight: 500;
  }

  .career-details-paragraph {
    font-size: 16px;
  }

  .career-details-single-facility {
    margin-bottom: 10px;
  }

  .career-details-facility-text {
    font-size: 16px;
  }

  .career-details-right-wrap {
    width: 100%;
    position: static;
  }

  .career-details-card-title {
    font-size: 30px;
    font-weight: 500;
  }

  .career-details-card-paragraph {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .explore-integrations-section {
    padding-bottom: 100px;
  }

  .explore-integrations-top-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .explore-integrations-single-card {
    padding: 30px 24px;
  }

  .explore-integrations-icon {
    width: 60px;
    margin-bottom: 10px;
  }

  .explore-integrations-card-flex {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .explore-integrations-card-name {
    font-size: 26px;
  }

  .explore-integrations-card-details {
    font-size: 16px;
    line-height: 26px;
  }

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

  .integration-details-section {
    padding-top: 90px;
  }

  .integration-details-top-wrap {
    max-width: 100%;
  }

  .integration-details-cetegory-grid {
    grid-column-gap: 30px;
  }

  .integration-details-cetegory-card {
    width: 250px;
  }

  .integration-details-cetegory-title {
    font-size: 30px;
  }

  .integration-plus-shape {
    width: 70px;
    height: 70px;
  }

  .integration-plus-icon {
    width: 20px;
  }

  .integration-details-flex {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .integration-details-single-wrap {
    margin-bottom: 30px;
  }

  .integration-details-single-wrap.max-width-705px {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .integration-details-single-wrap.mg-bottom-0px {
    margin-bottom: 0;
  }

  .integration-details-single-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
  }

  .integration-details-paragraph-wrap {
    margin-bottom: 30px;
  }

  .integration-details-paragraph {
    font-size: 17px;
    line-height: 27px;
  }

  .integration-details-container {
    max-width: 100%;
  }

  .integration-details-facility-list {
    font-size: 16px;
  }

  .integration-facility-item.mg-bottom-0px {
    margin-bottom: 0;
  }

  .integration-details-right-wrap {
    width: 100%;
    position: static;
  }

  .integration-details-card {
    width: 100%;
  }

  .pricing-plan-section {
    padding-bottom: 100px;
  }

  .pricing-plan-tabs-menu {
    margin-top: -146px;
    margin-bottom: 173px;
  }

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

  .pricing-plan-single-card {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-plan-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

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

  .collection-list-wrapper._2 {
    margin-top: 0;
  }

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

  .pricing-details-flex {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .pricing-details-top-wrapper {
    margin-bottom: 40px;
  }

  .pricing-details-facility-wrap {
    grid-row-gap: 24px;
  }

  .pricing-details-single-facility {
    grid-column-gap: 10px;
  }

  .pricing-details-facility-icon {
    width: 21px;
  }

  .pricing-details-facility-text {
    font-size: 18px;
  }

  .pricing-details-single-wrap {
    margin-bottom: 35px;
  }

  .pricing-details-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
  }

  .pricing-details-paragraph {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .pricing-details-paragraph.mg-bottom-54px {
    margin-bottom: 35px;
  }

  .pricing-details-paragraph.mg-bottom-42px {
    margin-bottom: 30px;
  }

  .pricing-details-list-wrap {
    font-size: 15px;
  }

  .pricing-details-right-wrap {
    width: 100%;
    position: static;
  }

  .pricing-details-card {
    width: 100%;
    padding: 40px;
  }

  .pricing-details-card-name {
    font-size: 26px;
  }

  .pricing-details-card-paragraph {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
  }

  .pricing-details-price {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 34px;
  }

  .input.pricing {
    font-size: 14px;
  }

  .pricing-input-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .download-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .download-single-card._2, .download-single-card._3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .download-single-card._1 {
    padding: 30px;
  }

  .download-single-card._2, .download-single-card._3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .download-card-icon-wrap {
    margin-bottom: 20px;
  }

  .download-card-icon {
    width: 50px;
  }

  .download-card-title {
    font-size: 24px;
  }

  .download-card-details-wrap {
    margin-bottom: 20px;
  }

  .download-card-details {
    font-size: 15px;
    line-height: 25px;
  }

  .contact-us-section {
    padding-bottom: 100px;
  }

  .contact-info-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-info-icon {
    width: 55px;
  }

  .contact-info-title {
    font-size: 24px;
  }

  .contact-info-details-text {
    font-size: 18px;
  }

  .contact-us-card {
    padding: 40px;
  }

  .contact-us-title-wrap {
    margin-bottom: 30px;
  }

  .contact-us-title {
    font-size: 40px;
    font-weight: 500;
  }

  .contact-us-from {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .cantact-input-title {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .contact-input {
    height: 50px;
    font-size: 14px;
  }

  .book-a-demo-section {
    padding-bottom: 100px;
  }

  .book-a-demo-card {
    padding: 40px;
  }

  .book-a-demo-title-wrap {
    margin-bottom: 40px;
  }

  .book-a-demo-title {
    font-size: 40px;
    font-weight: 500;
  }

  .book-a-demo-from {
    grid-column-gap: 40px;
  }

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

  .password-small-container {
    max-width: 100%;
  }

  .password-icon-wrap {
    margin-bottom: 20px;
  }

  .password-icon {
    width: 80px;
  }

  .password-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
  }

  .password-details-wrap {
    max-width: 100%;
  }

  .password-details {
    font-size: 18px;
  }

  .not-found-section {
    padding-bottom: 100px;
  }

  .not-found-img {
    width: 140px;
  }

  .not-found-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
  }

  .not-found-details-wrap {
    margin-bottom: 24px;
  }

  .not-found-details {
    font-size: 16px;
    line-height: 26px;
  }

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

  .changelog-flex {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .changelog-details {
    font-size: 18px;
  }

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

  .license-top-wrapper {
    grid-column-gap: 0px;
    justify-content: space-between;
  }

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

  .license-image-flex {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .license-image-wrap {
    width: 100%;
  }

  .license-image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .license-source-wrapper {
    justify-content: center;
    width: 100%;
  }

  .license-font-card {
    width: 100%;
    padding: 60px 120px;
  }

  .license-font-title {
    font-size: 55px;
  }

  .license-font-text-block {
    font-size: 18px;
    line-height: 30px;
  }

  .license-font-flex {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .license-icon-wrapper {
    width: 100%;
  }

  .license-icon-flex {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .license-icon-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .style-guide-section {
    padding-bottom: 100px;
  }

  .style-guide-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
  }

  .style-guide-details {
    font-size: 16px;
    line-height: 22px;
  }

  .style-guide-single-wrap {
    margin-bottom: 40px;
  }

  .style-guide-heading-flex {
    flex-direction: column;
  }

  .style-guide-heading._1 {
    font-size: 60px;
    font-weight: 500;
  }

  .style-guide-heading._3 {
    font-size: 40px;
    font-weight: 500;
  }

  .style-guide-heading._5 {
    margin-bottom: 16px;
  }

  .style-guide-heading._2 {
    font-size: 48px;
    font-weight: 500;
  }

  .style-guide-paragraph-details {
    font-size: 16px;
  }

  .text-color-title, .text-color-title.natural-color-500, .text-color-title.natural-color-500 {
    font-size: 22px;
  }

  .from-wrap {
    flex-direction: column;
    min-height: auto;
  }

  .from-left-wrap {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .register-form-wrap {
    text-align: center;
  }

  .register-img {
    width: 100%;
  }

  .register-top-wrap {
    padding-left: 0;
  }

  .from-right-wrap {
    width: 100%;
    padding: 40px;
  }

  .register-from-text-block {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .register-from-social-wrapper {
    margin-bottom: 30px;
  }

  .register-from-tag {
    grid-column-gap: 16px;
    margin-bottom: 30px;
  }

  .testimonial-slide-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-slider-left-wrap {
    border-right-style: none;
    border-right-width: 0;
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .testimonial-slider-image-wrap {
    margin-left: auto;
    margin-right: auto;
  }

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

  .testimonial-two-section-details-wrap {
    max-width: 80%;
  }

  .register-logo-wrap {
    margin-bottom: 20px;
  }

  .top-navigation-details {
    font-size: 14px;
    line-height: 18px;
  }

  .cart-container {
    max-width: 100%;
  }

  .cart-header {
    padding: 30px;
  }

  .cart-title {
    font-size: 35px;
    font-weight: 500;
  }

  .cart-list-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cart-item {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .order-list-title {
    font-size: 22px;
  }

  .cart-item-price {
    font-size: 18px;
    font-weight: 500;
  }

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

  .cart-remove-button {
    font-size: 15px;
  }

  .cart-footer-wrapper {
    padding: 20px 30px 30px;
  }

  .cart-item-line-wrap {
    margin-bottom: 20px;
  }

  .cart-subtotal, .cart-subtotal-number {
    font-size: 18px;
  }

  .testimonial-contant-wrap {
    margin-top: 0;
    padding-left: 0;
  }

  .testimonial-quote-details-wrap {
    text-align: center;
    max-width: 90%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-quote-details {
    font-size: 22px;
    line-height: 32px;
  }

  .testimonial-info-flex {
    justify-content: center;
  }

  .testimonial-clint-name, .testimonial-clint-designation {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-left-arrow {
    bottom: -7%;
    right: 49%;
  }

  .testimonial-right-arrow {
    bottom: -7%;
    right: 39%;
  }

  .testimonial-top-shape {
    width: 120px;
    bottom: 36.8%;
  }

  .testimonial-circle._1 {
    width: 300px;
    height: 300px;
    bottom: 0;
    right: 0;
  }

  .testimonial-circle._2 {
    width: 300px;
    height: 300px;
    bottom: 151px;
    right: 0;
  }

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

  .checkout-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .split-content.checkout-left {
    width: 100%;
    margin-right: 0;
  }

  .split-content.checkout-right {
    width: 100%;
    position: static;
  }

  .our-team-flex-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
  }

  .testimonial-two-circle-shape {
    width: 70px;
    top: 34%;
  }

  .testimonial-container {
    padding-left: 15px;
  }

  .contact-name {
    font-size: 48px;
    font-weight: 500;
  }

  .hamburger-menu-wrapper {
    background-image: linear-gradient(104deg, #7b5aff, #3a7de3);
    border-radius: 50%;
    width: 55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
    padding: 0;
    overflow: hidden;
  }

  .hamburger-menu-wrapper.navbar-button {
    background-color: var(--natural-color-700);
    background-image: none;
    background-color: var(--natural-color-700);
    background-image: none;
  }

  .hamburger-menu-bar {
    background-color: var(--natural-color-100);
    border-radius: 20px;
    width: 35px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-menu-lines {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .our-team-person {
    width: 70%;
  }

  .team-member-linner {
    display: none;
  }

  .line {
    margin-left: auto;
    margin-right: auto;
  }

  .our-team-flex-item-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
  }

  .pricing-features-table-content-grid {
    grid-column-gap: 20px;
  }

  .pricing-features-table-content {
    padding: 15px 20px;
  }

  .pricing-features-table-tag {
    font-size: 18px;
  }

  .pricing-features-table-title {
    font-size: 20px;
    line-height: 30px;
  }

  .pricing-features-table-grid {
    grid-column-gap: 20px;
  }

  .pricing-features {
    padding-bottom: 100px;
  }

  .your-cash-tabs {
    grid-column-gap: 40px;
  }

  .your-cash-tabs-image-wrap {
    width: 100%;
    height: 640px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-wrapper {
    max-height: 90vh;
    overflow: auto;
  }

  .navbar-logo {
    width: 160px;
  }

  .nav-menu-wrap {
    max-height: 90vh;
    overflow: auto;
  }

  .nav-buttons-wrap, .nav-buttons-wrap.none {
    display: none;
  }

  .nav-buttons-wrap.mobile-button, .nav-buttons-wrap.flex {
    display: flex;
  }

  .nav-buttons-wrap.none {
    display: none;
  }

  .nav-buttons-wrap.desktop-btn-none {
    display: block;
  }

  .nav-buttons-wrap.mobile-button, .nav-buttons-wrap.flex {
    display: flex;
  }

  .secondary-button, .primary-button {
    font-size: 16px;
    font-weight: 500;
  }

  .home-v1-banner-section {
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .home-v1-banner-flex {
    grid-row-gap: 155px;
  }

  .section-title-wrapper {
    margin-bottom: 15px;
  }

  .section-title-wrapper.mg-bottom-10px {
    margin-bottom: 12px;
  }

  .section-title-wrapper.mg-bottom-10px.max-width-671px {
    max-width: 100%;
    margin-bottom: 16px;
  }

  .section-title-wrapper.mg-bottom-30px {
    margin-bottom: 24px;
  }

  .section-title-wrapper.max-width-518px {
    max-width: 100%;
  }

  .section-title-wrapper.mg-bottom-26px {
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 32px;
    line-height: 42px;
  }

  .section-title.size-55px, .section-title.home-v2, .section-title.natural-color-800 {
    font-size: 32px;
    line-height: 42px;
  }

  .section-title.sponsor-title {
    font-size: 16px;
    line-height: 26px;
  }

  .section-title.home-v1-title {
    font-size: 32px;
    line-height: 42px;
  }

  .section-title.natural-color-100 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title.size-55px, .section-title.home-v2, .section-title.natural-color-800 {
    font-size: 32px;
    line-height: 42px;
  }

  .section-title.mg-bottom-56px {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 42px;
  }

  .section-details-wrapper {
    max-width: 100%;
  }

  .section-details-wrapper.mg-bottom-32px, .section-details-wrapper.mg-bottom-32px.max-width-90 {
    max-width: 90%;
  }

  .section-details-wrapper.max-width-802px.mg-bottom-32px, .section-details-wrapper.max-width-619px {
    max-width: 90%;
  }

  .section-details-wrapper._100, .section-details-wrapper.mg-bottom-32px, .section-details-wrapper.mg-bottom-32px.max-width-90 {
    max-width: 90%;
  }

  .section-details-wrapper.mg-bottom-32px.max-width-90 {
    max-width: 90%;
  }

  .section-details-wrapper.mg-bottom-32px.left {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .section-details-wrapper.max-width-475px {
    max-width: 86%;
  }

  .section-details-wrapper.max-width-619 {
    max-width: 90%;
  }

  .section-details-wrapper.max-width-589px {
    max-width: 80%;
  }

  .section-details-wrapper.max-width-802px.mg-bottom-32px, .section-details-wrapper.max-width-619px {
    max-width: 90%;
  }

  .section-details-wrapper.max-width-563px {
    margin-bottom: 28px;
  }

  .section-details-wrapper._100 {
    max-width: 90%;
  }

  .section-details {
    font-size: 15px;
    line-height: 25px;
  }

  .section-details._19px, .section-details.natural-color-100 {
    font-size: 16px;
  }

  .section-details.preview-single, .section-details._19px, .section-details.natural-color-100 {
    font-size: 16px;
  }

  .section-details.size-18px {
    font-size: 16px;
    line-height: 24px;
  }

  .section-details.natural-color-200 {
    font-size: 16px;
    line-height: 26px;
  }

  .section-details.preview-single {
    font-size: 16px;
  }

  .home-v1-image-wrapper {
    max-width: 500px;
  }

  .home-v1-img-one {
    width: 160px;
    position: relative;
  }

  .home-v1-image-flex {
    align-items: center;
    margin-left: 0;
  }

  .home-v1-img-two {
    width: 200px;
  }

  .home-v1-shape-two {
    width: 60px;
    bottom: -36%;
  }

  .home-v1-shape-three {
    width: 70px;
    bottom: -40%;
    right: 0%;
  }

  .home-v1-counter-wrapper {
    width: 90px;
    height: 90px;
    top: -41%;
  }

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

  .sponsor-ticker-img {
    width: 90px;
    margin-right: 30px;
  }

  .your-finance-section {
    padding-bottom: 70px;
  }

  .your-finance-section.top-padding-100px {
    padding-top: 70px;
  }

  .your-finance-top-wrapper {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .your-finance-single-card._1 {
    text-align: center;
    padding: 30px 24px;
  }

  .your-finance-single-card._2 {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .your-finance-single-card._2.mg-bottom-40px {
    padding-bottom: 40px;
  }

  .your-finance-card-icon {
    width: 70px;
    margin-bottom: 20px;
  }

  .your-finance-card-title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 34px;
  }

  .your-finance-card-details {
    font-size: 16px;
    line-height: 26px;
  }

  .your-finance-card-details.mg-bottom-32px.max-width-343px {
    margin-left: auto;
    margin-right: auto;
  }

  .your-finance-card-details.center {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .your-finance-card-contant-wrap {
    text-align: center;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .inner-button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .your-finance-card-flex {
    flex-direction: column;
  }

  .your-finance-card-img-two {
    left: -40%;
  }

  .your-finance-card-ticker-wrap {
    height: 260px;
  }

  .your-finance-ticker-img {
    width: 70px;
    margin-bottom: 20px;
  }

  .your-finance-ticker-img.mg-bottom-20px {
    width: 65px;
    margin-bottom: 16px;
  }

  .core-features-top-wrapper {
    margin-bottom: 30px;
  }

  .core-features-bg {
    padding: 24px 24px 80px;
  }

  .core-features-single-wrapper._1 {
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .core-features-single-wrapper._2 {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
  }

  .core-features-single-wrapper._3 {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .core-features-single-wrapper._4 {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
  }

  .core-features-single-title {
    font-size: 26px;
    line-height: 36px;
  }

  .core-features-single-details-wrap {
    margin-bottom: 24px;
  }

  .core-features-single-details {
    font-size: 16px;
    line-height: 26px;
  }

  .accordion-item-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .accordion-details {
    padding-top: 16px;
    font-size: 16px;
    line-height: 26px;
  }

  .core-features-flex-wrapper._4 {
    grid-row-gap: 24px;
    grid-row-gap: 24px;
  }

  .core-features-image-two {
    width: 300px;
  }

  .core-features-number._1 {
    width: 25px;
    height: 25px;
    left: -3.7%;
  }

  .core-features-number._2 {
    width: 25px;
    height: 25px;
    right: -2.7%;
  }

  .core-features-number._3 {
    width: 25px;
    height: 25px;
    left: -3%;
  }

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

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

  .the-process-top-wrapper {
    margin-bottom: 30px;
  }

  .the-process-circle-wrapper {
    margin-bottom: -20px;
  }

  .circle-shape-wrapper {
    width: 160px;
    height: 160px;
  }

  .circle-shape {
    width: 110px;
    height: 110px;
  }

  .circle-spin-img {
    width: 50px;
  }

  .the-process-shape {
    width: 350px;
  }

  .the-process-single-card {
    width: 100%;
    padding: 24px;
  }

  .the-process-card-line._1, .the-process-card-line._2, .the-process-card-line._3, .the-process-card-line._1, .the-process-card-line._2, .the-process-card-line._3 {
    height: 10px;
  }

  .the-process-card-title {
    font-size: 24px;
    line-height: 34px;
  }

  .the-proces-card-details {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .explore-button-wrap.center {
    font-size: 16px;
  }

  .card-circle-wrapper {
    width: 40px;
    height: 40px;
    left: 1.5%;
  }

  .single-card-circle {
    width: 30px;
    height: 30px;
  }

  .card-number-text {
    font-size: 16px;
    line-height: 26px;
  }

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

  .integration-section.top-padding-100px {
    padding-top: 70px;
  }

  .integration-top-wrapper {
    margin-bottom: 30px;
  }

  .integration-contant-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .integration-ticker-single {
    margin-bottom: 20px;
  }

  .integration-single-card {
    width: 250px;
    height: 100px;
    margin-right: 20px;
  }

  .integration-card-icon-wrap._1, .integration-card-icon-wrap._2, .integration-card-icon-wrap._3, .integration-card-icon-wrap._4, .integration-card-icon-wrap._5, .integration-card-icon-wrap._6 {
    width: 50px;
    height: 50px;
  }

  .integration-card-icon-wrap._8, .integration-card-icon-wrap._9, .integration-card-icon-wrap._10, .integration-card-icon-wrap._11, .integration-card-icon-wrap._12, .integration-card-icon-wrap._1, .integration-card-icon-wrap._2, .integration-card-icon-wrap._3, .integration-card-icon-wrap._4, .integration-card-icon-wrap._5, .integration-card-icon-wrap._6 {
    width: 50px;
    height: 50px;
  }

  .integration-card-icon-wrap._7 {
    width: 50px;
    height: 5px;
  }

  .integration-card-icon-wrap._8, .integration-card-icon-wrap._9, .integration-card-icon-wrap._10, .integration-card-icon-wrap._11, .integration-card-icon-wrap._12 {
    width: 50px;
    height: 50px;
  }

  .integration-card-img {
    width: 35px;
  }

  .integration-card-title {
    margin-bottom: 0;
    font-size: 18px;
  }

  .integration-card-paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .our-services-section {
    padding-bottom: 80px;
  }

  .our-services-top-wrapper {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .our-services-flex-wrapper {
    grid-row-gap: 30px;
  }

  .our-services-single-contant-wrap {
    margin-top: 80px;
  }

  .position-absolate._3.tabs-two, .position-absolate._3.tabs-three {
    right: 37px;
  }

  .position-absolate._4.tabs-two, .position-absolate._4.tabs-three {
    left: 11px;
  }

  .position-absolate._1 {
    font-size: 13px;
  }

  .position-absolate._2 {
    font-size: 13px;
    bottom: 215px;
    left: 19px;
  }

  .position-absolate._2.tabs-two {
    left: 20px;
  }

  .position-absolate._2.tabs-three {
    left: 18px;
  }

  .position-absolate._3 {
    font-size: 13px;
    bottom: 213px;
    right: 33px;
  }

  .position-absolate._3.tabs-two, .position-absolate._3.tabs-three, .position-absolate._3.tabs-two, .position-absolate._3.tabs-three {
    right: 37px;
  }

  .position-absolate._4 {
    font-size: 13px;
    bottom: 85px;
    left: 11px;
  }

  .position-absolate._4.tabs-two, .position-absolate._4.tabs-three, .position-absolate._4.tabs-two, .position-absolate._4.tabs-three {
    left: 11px;
  }

  .position-absolate._5 {
    font-size: 13px;
    bottom: 8px;
  }

  .position-absolate._6 {
    font-size: 13px;
    bottom: 89px;
    right: 43px;
  }

  .position-absolate._6.tabs-two {
    right: 42px;
  }

  .position-absolate._6.tabs-three {
    right: 44px;
  }

  .our-services-shape {
    width: 200px;
    height: 200px;
  }

  .your-cash-section {
    padding-bottom: 80px;
  }

  .your-cash-grid-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1.4fr;
  }

  .your-cash-contant-wrapper {
    padding-top: 70px;
  }

  .your-cash-mobile-screen-wrap {
    width: 250px;
    height: 280px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .your-cash-features-wrapper {
    grid-row-gap: 40px;
  }

  .your-cash-features-title {
    font-size: 16px;
  }

  .your-cash-features-title._2, .your-cash-features-title._3, .your-cash-features-title._4, .your-cash-features-title._1, .your-cash-features-title._2, .your-cash-features-title._3, .your-cash-features-title._4, .your-cash-features-title._1 {
    font-size: 18px;
  }

  .your-cash-dot-line {
    height: 210px;
    top: 3.5%;
    left: 4%;
  }

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

  .our-customers-video-text {
    font-size: 15px;
  }

  .our-customers-single-title {
    font-size: 18px;
    line-height: 28px;
  }

  .our-customers-logo {
    width: 100px;
  }

  .our-customers-wrapper {
    margin-bottom: 80px;
  }

  .our-customers-mobile-image-flex {
    grid-column-gap: 16px;
  }

  .our-customers-mobile-img.img-01, .our-customers-mobile-img.img-02 {
    width: 70px;
  }

  .our-customers-mobile-img.img-04, .our-customers-mobile-img.img-05, .our-customers-mobile-img.img-01, .our-customers-mobile-img.img-02 {
    width: 70px;
  }

  .our-customers-mobile-img.img-03 {
    width: 100px;
  }

  .our-customers-mobile-img.img-04, .our-customers-mobile-img.img-05 {
    width: 70px;
  }

  .our-customers-shape.one, .our-customers-shape.two {
    width: 200px;
    height: 150px;
  }

  .our-customers-shape.one, .our-customers-shape.two {
    width: 200px;
    height: 150px;
  }

  .our-customers-shape.three {
    width: 65px;
    top: 580px;
    left: 2%;
  }

  .our-customers-shape.four {
    width: 60px;
    top: 464px;
    right: 2%;
  }

  .home-v1-blog-section, .home-v1-blog-section.top-padding-100px, .home-v1-blog-section.top-padding-100px {
    padding-top: 70px;
  }

  .home-v1-blog-top-wrapper {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .home-v1-blog-post-single-card {
    width: 100%;
    padding: 20px;
  }

  .home-v1-blog-post-image-wrap._2 {
    min-width: 100%;
    max-width: 100%;
  }

  .home-v1-blog-post-date-wrap {
    margin-bottom: 16px;
  }

  .blog-post-cetegory-name._1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-post-name {
    font-size: 22px;
    line-height: 32px;
  }

  .blog-post-link-wrap {
    margin-bottom: 20px;
  }

  .blog-post-clint-info-wrap {
    grid-column-gap: 12px;
  }

  .blog-post-clint-name {
    font-size: 18px;
  }

  .blog-author-text {
    font-size: 15px;
  }

  .read-more-button {
    font-size: 16px;
    line-height: 26px;
  }

  .read-more-arrow {
    width: 16px;
  }

  .home-v1-blog-flex {
    flex-direction: column;
  }

  .home-v1-blog-contant-wrap {
    padding-top: 30px;
  }

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

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

  .cta-card-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-card-container {
    max-width: 100%;
  }

  .cta-shape.one {
    width: 64px;
    left: 10px;
  }

  .cta-shape.two {
    width: 65px;
    bottom: 25px;
  }

  .cta-shape.three {
    width: 55px;
    bottom: 22px;
  }

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

  .faq-top-wrapper {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .faq-card-wrapper {
    padding: 20px;
  }

  .faq-content-wrapper {
    grid-row-gap: 35px;
  }

  .faq-question {
    font-size: 18px;
    line-height: 28px;
  }

  .faq-arrow {
    font-size: 15px;
  }

  .faq-answer-container {
    padding-bottom: 20px;
  }

  .faq-answer {
    font-size: 15px;
  }

  .faq-circle-shape.two {
    top: 0%;
    left: 50%;
  }

  .footer {
    padding-top: 80px;
  }

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

  .footer-logo {
    width: 140px;
  }

  .footer-social-media-wrapper {
    margin-bottom: 20px;
  }

  .footer-social-media-link {
    width: 46px;
    height: 46px;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-info-text {
    font-size: 18px;
  }

  .footer-menu-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1.5fr;
  }

  .footer-menu-title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .footer-menu-link {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .footer-newsletter-wrapper {
    margin-top: 20px;
    padding: 20px;
  }

  .footer-newsletter-contant {
    grid-column-gap: 16px;
  }

  .footer-newsletter-icon {
    width: 55px;
  }

  .footer-newsletter-title {
    font-size: 22px;
    line-height: 32px;
  }

  .footer-newsletter-title.natural-color-100 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  .newsletter-info-text {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-newsletter-flex {
    grid-row-gap: 24px;
  }

  .newsletter-from {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .newsletter-input {
    height: 50px;
    font-size: 14px;
  }

  .footer-copy-right-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-copy-right-text {
    font-size: 16px;
  }

  .footer-shape.one {
    width: 300px;
    height: 150px;
    left: 0%;
  }

  .footer-shape.two {
    width: 300px;
    height: 150px;
    bottom: 35%;
    right: 6%;
  }

  .numbers {
    height: 25px;
  }

  .text-block, .num-text {
    font-size: 15px;
    line-height: 25px;
  }

  .home-v1-banner-shape._1 {
    bottom: 14%;
    left: 1%;
  }

  .home-v1-banner-shape._2 {
    top: -30%;
    right: 10%;
  }

  .home-v1-banner-shape._3 {
    bottom: -20%;
    right: 11%;
  }

  .home-v2-banner-section {
    padding-top: 125px;
    padding-bottom: 80px;
  }

  .home-v2-banner-title-wrap {
    margin-bottom: 20px;
  }

  .home-v2-banner-title {
    font-size: 40px;
    line-height: 50px;
  }

  .home-v2-banner-details {
    font-size: 16px;
    line-height: 26px;
  }

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

  .home-v2-banner-card-wrapper {
    background-image: url("https://cdn.prod.website-files.com/648e0762a137748e829440e5/648e0764a137748e82944449_home%20v2%20banner%20card%20bg.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .home-v2-banner-left-wrap {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .home-v2-banner-image-wrap {
    margin-bottom: 172px;
  }

  .home-v2-banner-card-img._2 {
    width: 80%;
    top: -63.8%;
  }

  .home-v2-banner-card-img._1 {
    width: 60%;
  }

  .home-v2-banner-star-img._2 {
    width: 46px;
  }

  .home-v2-banner-star-img._1 {
    width: 50px;
    left: -49px;
  }

  .banner-shape.one {
    width: 50px;
    left: 0%;
  }

  .banner-shape.two {
    width: 50px;
    right: 0%;
  }

  .multiple-mode-section {
    padding-bottom: 80px;
  }

  .your-business-section {
    padding-bottom: 100px;
  }

  .your-business-flex-wrapper {
    grid-row-gap: 55px;
  }

  .your-business-section-title {
    font-size: 32px;
    line-height: 42px;
  }

  .your-business-section-details-wrap {
    max-width: 90%;
  }

  .your-business-grid {
    grid-template-columns: 1fr;
  }

  .core-features-two-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .core-features-two-top-wrap {
    margin-bottom: 35px;
  }

  .core-features-two-title {
    font-size: 32px;
    line-height: 42px;
  }

  .core-features-two-details-wrap {
    max-width: 90%;
  }

  .core-features-two-details {
    font-size: 16px;
    line-height: 28px;
  }

  .project-goals-flex {
    grid-row-gap: 35px;
  }

  .project-goals-image._2 {
    width: 200px;
    bottom: 35px;
    right: 35px;
  }

  .project-goals-icon {
    width: 70px;
  }

  .project-goals-title-wrap {
    max-width: 100%;
  }

  .project-goals-title {
    font-size: 32px;
    line-height: 42px;
  }

  .project-goals-details-wrap {
    max-width: 90%;
    margin-bottom: 24px;
  }

  .project-goals-details {
    font-size: 16px;
    line-height: 26px;
  }

  .project-goals-contant-wrap, .user-analytics-contant-wrap {
    margin-bottom: 80px;
  }

  .user-analytics-flex {
    grid-row-gap: 35px;
  }

  .user-analytics-image._2 {
    width: 170px;
    bottom: 35px;
    right: 35px;
  }

  .user-analytics-icon {
    width: 70px;
  }

  .user-analytics-title-wrap {
    max-width: 100%;
  }

  .user-analytics-title {
    font-size: 32px;
    line-height: 42px;
  }

  .user-analyticsdetails-wrap {
    max-width: 90%;
    margin-bottom: 30px;
  }

  .user-analytics-details {
    font-size: 16px;
    line-height: 26px;
  }

  .your-productivity-flex {
    grid-row-gap: 35px;
  }

  .your-productivity-image._2 {
    width: 150px;
    bottom: 35px;
    right: 35px;
  }

  .your-productivityicon-icon {
    width: 70px;
  }

  .your-productivity-title {
    font-size: 32px;
    line-height: 42px;
  }

  .your-productivitydetails-wrap {
    max-width: 90%;
    margin-bottom: 30px;
  }

  .your-productivitydetails {
    font-size: 16px;
    line-height: 26px;
  }

  .our-service-section {
    padding-bottom: 70px;
  }

  .our-service-top-wrapper {
    margin-bottom: 30px;
  }

  .our-service-title {
    font-size: 32px;
    line-height: 42px;
  }

  .our-service-details-wrap {
    max-width: 90%;
  }

  .our-service-details {
    font-size: 16px;
    line-height: 26px;
  }

  .our-services-tabs-menu {
    margin-bottom: 35px;
  }

  .our-services-tabs-title {
    font-size: 32px;
    line-height: 42px;
  }

  .our-services-tabs-details-wrap {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .our-services-tabs-details {
    font-size: 16px;
    line-height: 26px;
  }

  .our-services-single-facility-wrap {
    grid-column-gap: 12px;
  }

  .your-services-facility-icon {
    width: 24px;
  }

  .your-services-facility-text {
    font-size: 15px;
  }

  .our-services-tabs-img {
    width: 50%;
  }

  .the-process-two-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .the-process-two-top-wrapper {
    margin-bottom: 30px;
  }

  .the-process-two-title {
    font-size: 32px;
    line-height: 42px;
  }

  .the-process-two-details-wrap {
    max-width: 90%;
  }

  .the-process-two-details {
    font-size: 16px;
    line-height: 26px;
  }

  .the-process-two-grid {
    grid-template-columns: 1fr;
  }

  .the-process-two-card-title {
    font-size: 26px;
    line-height: 36px;
  }

  .the-process-two-card-details {
    margin-bottom: 20px;
  }

  .integration-two-section {
    padding-bottom: 80px;
  }

  .integration-two-top-wrapper {
    grid-row-gap: 20px;
    margin-bottom: 30px;
  }

  .integration-two-title {
    font-size: 32px;
    line-height: 42px;
  }

  .integration-two-single-shape._1 {
    width: 130px;
    height: 60px;
    padding-bottom: 0;
    top: -28px;
    left: -65px;
  }

  .integration-two-single-shape._2 {
    width: 130px;
    height: 60px;
    padding: 10px;
    top: 44px;
    left: -68px;
  }

  .integration-two-single-shape._3 {
    width: 130px;
    height: 60px;
    padding: 10px;
    bottom: -28px;
    left: -65px;
  }

  .integration-two-single-shape._4 {
    width: 130px;
    height: 60px;
    top: -28px;
    right: -65px;
  }

  .integration-two-single-shape._5 {
    width: 130px;
    height: 60px;
    padding: 10px;
    top: 42px;
    right: -68px;
  }

  .integration-two-single-shape._6 {
    width: 130px;
    height: 60px;
    padding: 10px;
    bottom: -25px;
    right: -65px;
  }

  .integration-two-shape-icon {
    width: 35px;
  }

  .integration-two-single-flex {
    grid-column-gap: 10px;
  }

  .integration-two-single-title {
    font-size: 15px;
    line-height: 20px;
  }

  .integration-two-single-text {
    font-size: 12px;
    line-height: 12px;
  }

  .integration-two-circle-wrap {
    width: 80px;
    height: 80px;
  }

  .integration-two-middle-shape {
    width: 60px;
    height: 60px;
  }

  .integration-top-shape {
    width: 40px;
    height: 40px;
  }

  .integration-two-icon {
    width: 23px;
  }

  .our-blog-top-wrapper {
    margin-bottom: 30px;
  }

  .our-blog-title {
    font-size: 32px;
    line-height: 42px;
  }

  .our-blog-details-wrap {
    max-width: 90%;
  }

  .our-blog-section {
    padding-top: 70px;
  }

  .our-blog-section.mg-bottom-150px {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .our-blog-details {
    font-size: 16px;
    line-height: 26px;
  }

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

  .our-blog-single-card {
    text-align: left;
  }

  .our-blog-image-link-wrap {
    width: 100%;
  }

  .our-blog-main-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .our-blog-cetegory-name {
    font-size: 15px;
    line-height: 20px;
  }

  .our-blog-date-text {
    font-size: 15px;
  }

  .blog-card-title-wrap {
    margin-bottom: 20px;
  }

  .blog-card-title {
    font-size: 22px;
    line-height: 34px;
  }

  .cta-two-section {
    padding-top: 80px;
  }

  .cta-two-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-two-small-container {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .cta-two-section-title {
    font-size: 32px;
    line-height: 42px;
  }

  .cta-two-section-details-wrap {
    max-width: 90%;
  }

  .cta-two-section-details {
    font-size: 16px;
    line-height: 26px;
  }

  .cta-two-image._1 {
    width: 70%;
  }

  .cta-two-image._2 {
    width: 60%;
  }

  .cta-two-image.star-img-01 {
    width: 50px;
  }

  .cta-two-image.star-img-02 {
    width: 35px;
    right: -10%;
  }

  .footer-two-flex-wrapper {
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .footer-two-logo {
    width: 140px;
  }

  .footer-two-social-media-wrapper {
    margin-bottom: 30px;
  }

  .footer-two-info-text.natural-color-900 {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-two-menu-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.5fr 1.5fr;
  }

  .footer-two-menu-title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .footer-two-menu-link {
    margin-bottom: 16px;
  }

  .footer-two-newsletter-wrapper {
    padding: 30px;
  }

  .testimonial-two-section {
    padding-top: 70px;
  }

  .testimonial-two-flex {
    padding-bottom: 155px;
  }

  .testimonial-two-small-container {
    margin-top: 30px;
  }

  .testimonial-two-star-wrap, .testimonial-two-details-wrap {
    margin-bottom: 20px;
  }

  .testimonial-two-details {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-two-name {
    font-size: 14px;
  }

  .testimonial-two-left-arrow-wrap {
    width: 50px;
    height: 50px;
    bottom: 8%;
    left: 38%;
  }

  .testimonial-two-right-arrow-wrap {
    width: 50px;
    height: 50px;
    bottom: 8%;
    left: 52%;
  }

  .testimonial-two-arrow {
    width: 25px;
  }

  .testimonial-two-image-wrap {
    max-width: 90%;
  }

  .testimonial-two-top-wrap {
    margin-bottom: 30px;
  }

  .testimonial-two-title {
    font-size: 32px;
    line-height: 42px;
  }

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

  .inner-banner-section.bottom-padding-200px {
    padding-bottom: 180px;
  }

  .inner-banner-section.bottom-padding-200px.pricing {
    padding-bottom: 160px;
  }

  .single-breadcrumb-link {
    font-size: 16px;
  }

  .inner-banner-shape._1 {
    width: 40px;
  }

  .inner-banner-shape._2 {
    width: 45px;
  }

  .behind-top-wrapper {
    margin-bottom: 30px;
  }

  .image-wrapper._3 {
    max-width: 100%;
    margin-top: -53px;
  }

  .our-mission-section {
    padding-bottom: 80px;
  }

  .our-mission-tabs-menu {
    width: 100%;
    margin-bottom: 35px;
  }

  .our-mission-tabs-link {
    width: 100%;
    margin-right: 0;
    font-size: 18px;
  }

  .tabs-mission-image-wrapper {
    max-width: 100%;
  }

  .our-mission-small-container {
    max-width: 100%;
    padding: 30px;
  }

  .our-mission-title {
    font-size: 28px;
    line-height: 38px;
  }

  .our-mission-details-wrap {
    margin-bottom: 24px;
  }

  .our-mission-details {
    font-size: 15px;
    line-height: 25px;
  }

  .your-analytics-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .your-analytics-top-wrapper {
    margin-bottom: 35px;
  }

  .your-analytics-contant-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .our-analytics-single-counter._1, .our-analytics-single-counter._2, .our-analytics-single-counter._3, .our-analytics-single-counter._4, .our-analytics-single-counter._1, .our-analytics-single-counter._2, .our-analytics-single-counter._3, .our-analytics-single-counter._4 {
    width: 200px;
    height: 200px;
  }

  .number-wrapper.mg-bottom-5px {
    margin-bottom: 0;
  }

  .number {
    height: 50px;
  }

  .number-text, .text-number {
    font-size: 40px;
    line-height: 50px;
  }

  .number-info-text {
    font-size: 16px;
  }

  .strong-values-section {
    padding-bottom: 80px;
  }

  .strong-values-top-wrapper {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .strong-values-grid {
    grid-template-columns: 1fr;
  }

  .strong-values-single-card._1, .strong-values-single-card._3, .strong-values-single-card._4, .strong-values-single-card._1, .strong-values-single-card._3, .strong-values-single-card._4 {
    padding: 30px;
  }

  .strong-values-card-icon-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .strong-values-card-icon {
    width: 30px;
  }

  .strong-values-card-title-wrap {
    margin-bottom: 10px;
  }

  .strong-values-card-title {
    font-size: 22px;
  }

  .strong-values-card-details {
    line-height: 25px;
  }

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

  .our-team-top-wrapper {
    margin-bottom: 30px;
  }

  .pages-dropdown-wrapper.w--open {
    width: 100%;
  }

  .pages-dropdown-list {
    padding: 30px;
  }

  .pages-dropdown-flex {
    grid-column-gap: 30px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .nav-link-tittle {
    margin-bottom: 22px;
  }

  .page-dropdown-list-flex-wrap {
    grid-column-gap: 30px;
  }

  .image-home-link-wrapper {
    max-width: 200px;
    margin-right: 15px;
  }

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

  .included-top-wrapper {
    margin-bottom: 30px;
  }

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

  .included-single-card {
    width: 100%;
  }

  .included-card-icon {
    width: 60px;
  }

  .included-card-details {
    font-size: 16px;
    line-height: 26px;
  }

  .single-preview-section.bottom-padding-150px {
    padding-bottom: 80px;
  }

  .preview-page-name {
    font-size: 16px;
  }

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

  .single-preview-top-wrapper {
    max-width: 100%;
    margin-bottom: 30px;
  }

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

  .figma-file-small-container {
    margin-bottom: 30px;
  }

  .figma-file-icon-wrap {
    margin-bottom: 15px;
  }

  .figma-file-icon {
    width: 70px;
  }

  .preview-footer-section {
    padding-top: 80px;
  }

  .preview-footer-logo-wrap.w--current {
    margin-bottom: 20px;
  }

  .preview-footer-bottom-wrapper {
    margin-top: 80px;
    padding: 20px 10px;
  }

  .preview-footer-copy-right {
    font-size: 18px;
  }

  .preview-footer-shape.one {
    width: 200px;
    height: 150px;
    left: 5%;
  }

  .preview-footer-shape.two {
    width: 200px;
    height: 150px;
    right: 6%;
  }

  .figma-file-image-wrap {
    padding: 24px;
  }

  .home-pages-shape.one {
    bottom: 8%;
    left: 4%;
  }

  .home-pages-shape.two {
    bottom: 8%;
    right: 4%;
  }

  .preview-banner-shape.one {
    width: 70px;
    bottom: 0%;
  }

  .preview-banner-shape.two {
    width: 60px;
  }

  .preview-banner-top-wrapper {
    max-width: 100%;
  }

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

  .team-details-image-wrapper {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .team-details-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .team-details-name {
    font-size: 32px;
  }

  .team-details-designation {
    font-size: 16px;
  }

  .team-details-social-media-wrapper {
    margin-bottom: 24px;
  }

  .team-details-paragraph {
    font-size: 16px;
  }

  .contant-top-wrap.blog {
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .contant-top-wrap.blog-cetegory {
    margin-bottom: 35px;
  }

  .contant-top-wrap.integration-cetegory {
    margin-bottom: 30px;
  }

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

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

  .link-category-wrapper {
    text-align: center;
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
  }

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

  .blog-cetegory-wrapper {
    text-align: center;
    width: 100%;
  }

  .cetegory-title {
    font-size: 32px;
    line-height: 42px;
  }

  .cetegory-title-wrap {
    margin-bottom: 30px;
  }

  .title-cetegory-title {
    margin-left: 10px;
    font-size: 32px;
    line-height: 42px;
  }

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

  .blog-details-top-wrap {
    max-width: 90%;
    margin-bottom: 30px;
  }

  .blog-details-clint-name, .blog-details-dot, .blog-details-author-name {
    font-size: 18px;
  }

  .blog-details-cetegory-name, .blog-date-text, .blog-details-date-arrow, .blog-details-read-text {
    font-size: 14px;
  }

  .blog-details-image-wrap {
    margin-bottom: 30px;
  }

  .blog-details-single-title {
    font-size: 27px;
    line-height: 42px;
  }

  .blog-details-single-card {
    padding: 30px;
  }

  .blog-details-card-icon {
    width: 60px;
    margin-bottom: 20px;
  }

  .blog-details-card-title {
    font-size: 26px;
    line-height: 36px;
  }

  .blog-details-card-paragraph {
    max-width: 70%;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-quote-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .blog-details-quote {
    padding: 24px;
  }

  .blog-details-quote-info {
    font-size: 18px;
    line-height: 28px;
  }

  .some-of-similer-section {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .some-of-similer-top-wrap {
    margin-bottom: 35px;
  }

  .career-section {
    padding-top: 70px;
  }

  .career-top-wrapper {
    margin-bottom: 35px;
  }

  .career-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .benefits-section {
    padding-top: 70px;
  }

  .benefits-top-wrapper {
    margin-bottom: 35px;
  }

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

  .benefits-single-card._1, .benefits-single-card._2, .benefits-single-card._3, .benefits-single-card._4, .benefits-single-card._1, .benefits-single-card._2, .benefits-single-card._3, .benefits-single-card._4 {
    padding: 24px;
  }

  .benefits-card-icon {
    width: 60px;
  }

  .benefits-card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .benefits-card-details {
    font-size: 15px;
  }

  .benefits-card-details-wrap {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .career-work-section {
    padding-top: 70px;
  }

  .career-work-flex {
    grid-row-gap: 30px;
  }

  .benefits-card-info-wrap {
    padding-top: 0;
  }

  .career-work-smal-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-details-wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .career-work-single-card {
    padding: 24px;
  }

  .career-work-card-name {
    font-size: 22px;
  }

  .career-work-card-flex-wrap {
    grid-column-gap: 10px;
    flex-wrap: wrap;
  }

  .career-work-schedule {
    font-size: 16px;
  }

  .career-work-description-wrap {
    min-width: 100%;
    margin-bottom: 22px;
  }

  .career-details-section {
    padding-top: 70px;
  }

  .career-details-top-wrapper, .career-details-image-wrapper {
    margin-bottom: 30px;
  }

  .career-details-flex {
    grid-row-gap: 20px;
  }

  .career-details-single-wrap {
    margin-bottom: 24px;
  }

  .career-details-title {
    font-size: 32px;
    line-height: 42px;
  }

  .career-details-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .career-details-facility-text {
    font-size: 15px;
  }

  .career-details-card {
    padding: 30px;
  }

  .career-details-card-title {
    font-size: 26px;
  }

  .career-details-card-paragraph {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .explore-integrations-section {
    padding-bottom: 80px;
  }

  .explore-integrations-top-wrap {
    margin-bottom: 35px;
  }

  .explore-integrations-grid {
    grid-template-columns: 1fr;
  }

  .explore-integrations-card-name {
    font-size: 24px;
    font-weight: 500;
  }

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

  .integration-cetegory-wrapper {
    width: 100%;
  }

  .integration-details-section {
    padding-top: 70px;
  }

  .integration-details-top-wrap {
    margin-bottom: 30px;
  }

  .integration-details-cetegory-grid {
    grid-column-gap: 24px;
  }

  .integration-details-cetegory-card {
    width: 160px;
    height: 120px;
    padding-bottom: 20px;
  }

  .integration-details-cetegory-title {
    font-size: 22px;
    line-height: 32px;
  }

  .integration-details-card-icon {
    width: 50px;
  }

  .integration-details-plus-icon-wrap {
    padding-top: 45px;
  }

  .integration-plus-shape {
    width: 50px;
    height: 50px;
  }

  .integration-plus-icon {
    width: 18px;
  }

  .integration-details-single-wrap.max-width-705px {
    margin-bottom: 20px;
  }

  .integration-details-single-title {
    font-size: 32px;
    line-height: 42px;
  }

  .integration-details-paragraph-wrap {
    margin-bottom: 20px;
  }

  .integration-details-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .integration-details-image-wrap {
    margin-bottom: 30px;
  }

  .integration-details-card-title {
    font-size: 18px;
  }

  .pricing-plan-section, .pricing-plan-section.mg-bottom-100px, .pricing-plan-section.mg-bottom-100px {
    padding-bottom: 80px;
  }

  .pricing-plan-tabs-menu {
    margin-top: -138px;
    margin-bottom: 160px;
  }

  .pricing-plan-single-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-plan-card-name {
    font-size: 24px;
  }

  .plan-price, .pricing-plan-arrow {
    font-size: 35px;
  }

  .pricing-plan-date-text {
    margin-top: 24px;
    font-size: 16px;
  }

  .pricing-plan-details {
    font-size: 16px;
  }

  .pricing-plan-border {
    margin-top: 30px;
  }

  .pricing-plan-bottom-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-plan-facility-title {
    font-size: 22px;
  }

  .pricing-facility-contant {
    grid-row-gap: 20px;
    margin-bottom: 30px;
  }

  .pricing-plan-facility-icon {
    width: 25px;
  }

  .pricing-plan-facility-text {
    font-size: 18px;
    line-height: 28px;
  }

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

  .pricing-details-flex {
    grid-row-gap: 30px;
  }

  .pricing-details-top-wrapper {
    margin-bottom: 30px;
  }

  .pricing-details-facility-wrap {
    grid-row-gap: 20px;
  }

  .pricing-details-single-wrap {
    margin-bottom: 30px;
  }

  .pricing-details-title {
    font-size: 32px;
    line-height: 42px;
  }

  .pricing-details-paragraph, .pricing-details-paragraph.mg-bottom-54px, .pricing-details-paragraph.mg-bottom-42px, .pricing-details-paragraph.mg-bottom-54px, .pricing-details-paragraph.mg-bottom-42px {
    margin-bottom: 20px;
  }

  .pricing-details-card {
    padding: 30px;
  }

  .pricing-details-card-name {
    font-size: 22px;
    line-height: 32px;
  }

  .pricing-details-card-paragraph {
    margin-bottom: 20px;
  }

  .pricing-details-price {
    font-size: 22px;
    font-weight: 500;
  }

  .input.pricing {
    height: 50px;
  }

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

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

  .download-card-title {
    font-size: 22px;
  }

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

  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-title {
    font-size: 20px;
  }

  .contact-info-details-text {
    font-size: 16px;
  }

  .contact-us-card {
    padding: 30px;
  }

  .contact-us-title-wrap {
    margin-bottom: 20px;
  }

  .contact-us-title {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-us-from {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cantact-input-title {
    margin-bottom: 16px;
  }

  .contact-textarea {
    min-height: 150px;
    font-size: 14px;
  }

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

  .book-a-demo-card {
    padding: 30px;
  }

  .book-a-demo-title-wrap {
    margin-bottom: 30px;
  }

  .book-a-demo-title {
    font-size: 32px;
    line-height: 42px;
  }

  .book-a-demo-from {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .password-small-container {
    padding: 40px 30px;
  }

  .password-icon {
    width: 70px;
  }

  .password-title {
    font-size: 32px;
    line-height: 42px;
  }

  .password-details-wrap {
    max-width: 80%;
    margin-bottom: 24px;
  }

  .password-details {
    font-size: 16px;
    line-height: 26px;
  }

  .password-input {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

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

  .not-found-title {
    font-size: 32px;
    line-height: 42px;
  }

  .not-found-details-wrap {
    max-width: 100%;
  }

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

  .changelog-single-card._1, .changelog-single-card._2, .changelog-single-card._1, .changelog-single-card._2 {
    padding: 40px;
  }

  .changelog-details {
    font-size: 16px;
  }

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

  .license-title {
    font-size: 18px;
  }

  .license-image-flex {
    grid-row-gap: 30px;
  }

  .license-source-wrapper {
    grid-column-gap: 0px;
    justify-content: space-between;
  }

  .license-single-wrapper._1 {
    margin-top: 30px;
    padding-top: 30px;
  }

  .license-font-title {
    font-size: 40px;
  }

  .license-font-text-block {
    font-size: 16px;
  }

  .license-icon-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .style-guide-top-wrap {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .style-guide-title {
    font-size: 32px;
    line-height: 42px;
  }

  .style-guide-single-wrap {
    margin-bottom: 30px;
  }

  .style-guide-heading._1 {
    font-size: 50px;
  }

  .style-guide-heading._3 {
    font-size: 30px;
  }

  .style-guide-heading._5 {
    font-size: 20px;
  }

  .style-guide-heading._2 {
    font-size: 35px;
  }

  .style-guide-heading._4 {
    font-size: 24px;
  }

  .style-guide-heading._6 {
    font-size: 16px;
  }

  .from-left-wrap {
    padding: 30px;
  }

  .register-logo {
    width: 130px;
  }

  .from-right-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .register-from-text-block {
    margin-bottom: 24px;
  }

  .register-from-social-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .register-social-media-single {
    justify-content: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .register-from-tag {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .register-from-tag-border {
    display: none;
  }

  .register-from-tag-text {
    font-size: 18px;
  }

  .register-input-title, .register-redio-button-text {
    font-size: 17px;
  }

  .register-forget-text {
    font-size: 17px;
    line-height: 22px;
  }

  .testimonial-slide-grid {
    grid-row-gap: 24px;
  }

  .testimonial-slider-left-wrap {
    padding-top: 111px;
    padding-bottom: 0;
  }

  .testimonial-slider-image-wrap {
    text-align: center;
    max-width: 250px;
  }

  .testimonial-slider-main-img {
    width: 180px;
  }

  .testimonial-two-section-details-wrap {
    max-width: 90%;
  }

  .testimonial-two-section-details {
    font-size: 16px;
    line-height: 26px;
  }

  .top-navigation-content-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
    position: relative;
  }

  .announcement-close-wrap {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .cart-header {
    padding: 20px;
  }

  .cart-title {
    font-size: 28px;
    font-weight: 500;
  }

  .cart-close-button {
    width: 45px;
    height: 45px;
  }

  .cart-close-icon {
    width: 25px;
  }

  .cart-list-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-list-title {
    font-size: 20px;
  }

  .cart-item-price {
    font-weight: 500;
  }

  .cart-footer-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-subtotal, .cart-subtotal-number, .checkout-button {
    font-size: 16px;
  }

  .testimonial-circle-shape {
    width: 90px;
  }

  .testimonial-quote-details {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-clint-name, .testimonial-clint-designation {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonial-left-arrow {
    bottom: -12%;
    right: 51%;
  }

  .testimonial-right-arrow {
    bottom: -12%;
    right: 34%;
  }

  .testimonial-top-shape {
    width: 90px;
    bottom: 32.8%;
  }

  .testimonial-circle._1, .testimonial-circle._2, .testimonial-circle._1, .testimonial-circle._2 {
    width: 200px;
    height: 200px;
  }

  .your-cash-mobile-screen-img._1, .your-cash-mobile-screen-img._2, .your-cash-mobile-screen-img._3, .your-cash-mobile-screen-img._4, .your-cash-mobile-screen-img._1, .your-cash-mobile-screen-img._2, .your-cash-mobile-screen-img._3, .your-cash-mobile-screen-img._4 {
    width: 170px;
  }

  .preloader-logo {
    width: 160px;
  }

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

  .checkout-form {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.checkout {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .testimonial-two-circle-shape {
    width: 45px;
  }

  .contact-name {
    font-size: 32px;
    line-height: 42px;
  }

  .hamburger-menu-wrapper {
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom, .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    width: 30px;
  }

  .mg-bottom-0px {
    margin-bottom: 0;
  }

  .row {
    flex-direction: column;
  }

  .our-team-person {
    width: 100%;
  }

  .team-member-linner {
    display: none;
  }

  .pricing-features-table-content-grid {
    grid-row-gap: 30px;
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  .pricing-features-table-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-features-table-title {
    margin-bottom: 5px;
  }

  .pricing-features-table-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-features-table-check-image {
    width: 25px;
  }

  .pricing-features {
    padding-bottom: 80px;
  }

  .pricing-features-table-header {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-features-table-title-single {
    text-align: left;
  }

  .your-cash-tabs {
    grid-column-gap: 30px;
  }

  .your-cash-tabs-menu {
    grid-row-gap: 40px;
  }

  .your-cash-tabs-image-wrap {
    border-radius: 20px;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .your-cash-tab-img {
    border-radius: 20px;
    width: 75%;
  }

  .your-task-tab-divider {
    height: 47px;
    top: 22px;
  }
}

@media screen and (max-width: 479px) {
  .navbar.two {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-logo {
    width: 120px;
  }

  .nav-menu-link-wrap {
    grid-row-gap: 24px;
  }

  .nav-buttons-wrap.mobile-button, .nav-buttons-wrap.flex, .nav-buttons-wrap.mobile-button, .nav-buttons-wrap.flex {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
  }

  .secondary-button {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
  }

  .secondary-button.natural-color-100 {
    text-align: center;
    text-align: center;
  }

  .primary-button {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
  }

  .home-v1-banner-section {
    padding-top: 107px;
    padding-bottom: 125px;
  }

  .section-title-wrapper {
    margin-bottom: 10px;
  }

  .section-title-wrapper.mg-bottom-10px.max-width-671px, .section-title-wrapper.max-width-518px {
    margin-bottom: 10px;
  }

  .section-title-wrapper.mg-bottom-42px {
    margin-bottom: 20px;
  }

  .section-title-wrapper.mg-bottom-10px.max-width-671px, .section-title-wrapper.max-width-518px {
    margin-bottom: 10px;
  }

  .section-title, .section-title.home-v1-title {
    font-size: 22px;
    line-height: 32px;
  }

  .section-title.home-v1-title {
    font-size: 22px;
    line-height: 32px;
  }

  .section-title.natural-color-100 {
    font-size: 20px;
    line-height: 30px;
  }

  .section-title.size-55px {
    font-size: 22px;
    line-height: 32px;
  }

  .section-title.home-v2 {
    font-size: 21px;
    line-height: 34px;
  }

  .section-title.natural-color-800 {
    font-size: 22px;
    line-height: 32px;
  }

  .section-title.mg-bottom-56px {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }

  .section-details-wrapper {
    max-width: 100%;
  }

  .section-details-wrapper.max-width-589px, .section-details-wrapper.max-width-802px.mg-bottom-32px, .section-details-wrapper.max-width-541px, .section-details-wrapper.max-width-619px {
    max-width: 100%;
  }

  .section-details-wrapper._100, .section-details-wrapper._90 {
    max-width: 100%;
  }

  .section-details-wrapper.mg-bottom-32px {
    max-width: 95%;
    margin-bottom: 20px;
  }

  .section-details-wrapper.mg-bottom-32px.max-width-90 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .section-details-wrapper.mg-bottom-32px.left {
    margin-bottom: 20px;
  }

  .section-details-wrapper.max-width-475px {
    max-width: 90%;
  }

  .section-details-wrapper.max-width-589px, .section-details-wrapper.max-width-802px.mg-bottom-32px, .section-details-wrapper.max-width-802px.mg-bottom-32px, .section-details-wrapper.max-width-541px, .section-details-wrapper.max-width-619px {
    max-width: 100%;
  }

  .section-details-wrapper.max-width-563px {
    margin-bottom: 24px;
  }

  .section-details-wrapper._100, .section-details-wrapper._90 {
    max-width: 100%;
  }

  .section-details {
    font-size: 14px;
    line-height: 24px;
  }

  .section-details.natural-color-100, .section-details.size-18px {
    font-size: 14px;
    line-height: 24px;
  }

  .section-details._19px {
    font-size: 15px;
  }

  .section-details.natural-color-100, .section-details.size-18px {
    font-size: 14px;
    line-height: 24px;
  }

  .section-details.preview-single {
    font-size: 15px;
    line-height: 24px;
  }

  .dule-button-wrap {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .home-v1-image-flex {
    grid-row-gap: 20px;
    align-items: flex-start;
  }

  .home-v1-img-three {
    width: 200px;
    top: -13.5%;
  }

  .home-v1-shape-two {
    width: 54px;
    bottom: -25%;
  }

  .home-v1-shape-three {
    width: 64px;
    bottom: -25%;
  }

  .home-v1-counter-wrapper {
    width: 85px;
    height: 85px;
  }

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

  .sponsor-ticker-img {
    width: 80px;
    margin-right: 20px;
  }

  .your-finance-section {
    padding-bottom: 50px;
  }

  .your-finance-section.top-padding-100px {
    padding-top: 50px;
  }

  .your-finance-top-wrapper {
    margin-bottom: 20px;
  }

  .your-finance-single-card._1 {
    padding: 20px 16px;
  }

  .your-finance-single-card._2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .your-finance-card-icon {
    width: 54px;
    margin-bottom: 16px;
  }

  .your-finance-card-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 30px;
  }

  .your-finance-card-details, .your-finance-card-details.mg-bottom-32px {
    font-size: 14px;
    line-height: 24px;
  }

  .your-finance-card-details.mg-bottom-32px {
    font-size: 14px;
    line-height: 24px;
  }

  .your-finance-card-details.center {
    max-width: 100%;
  }

  .your-finance-card-contant-wrap {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .inner-button {
    text-align: center;
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
  }

  .inner-button.add-to-cart-button {
    font-size: 14px;
  }

  .your-finance-card-img-two {
    left: 0%;
  }

  .your-finance-card-ticker-wrap {
    height: 200px;
  }

  .your-finance-ticker-img, .your-finance-ticker-img.mg-bottom-20px, .your-finance-ticker-img.mg-bottom-20px {
    width: 50px;
  }

  .core-features-top-wrapper {
    margin-bottom: 24px;
  }

  .core-features-bg {
    padding: 16px 16px 60px;
  }

  .core-features-single-wrapper._1 {
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .core-features-single-wrapper._2 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
  }

  .core-features-single-wrapper._3 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .core-features-single-wrapper._4 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
  }

  .core-features-single-title-wrap {
    margin-bottom: 10px;
  }

  .core-features-single-title {
    font-size: 20px;
    line-height: 30px;
  }

  .core-features-single-details-wrap {
    margin-bottom: 20px;
  }

  .core-features-single-details {
    font-size: 14px;
    line-height: 24px;
  }

  .accordion-item-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 28px;
  }

  .accordion-arrow {
    font-size: 14px;
  }

  .accordion-details {
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .core-features-flex-wrapper._2, .core-features-flex-wrapper._4, .core-features-flex-wrapper._2, .core-features-flex-wrapper._4 {
    grid-row-gap: 20px;
  }

  .core-features-image-two {
    width: 180px;
  }

  .core-features-number._2 {
    right: -5.7%;
  }

  .core-features-number._3 {
    left: -5%;
  }

  .core-features-number-text {
    font-size: 14px;
  }

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

  .the-process-top-wrapper {
    margin-bottom: 24px;
  }

  .circle-shape-wrapper {
    width: 120px;
    height: 120px;
  }

  .circle-shape {
    width: 80px;
    height: 80px;
  }

  .circle-spin-img {
    width: 40px;
  }

  .the-process-shape {
    width: 250px;
  }

  .the-process-card-grid {
    grid-row-gap: 20px;
  }

  .the-process-single-card {
    width: 95%;
    padding: 16px;
  }

  .the-process-card-line._1, .the-process-card-line._2, .the-process-card-line._3, .the-process-card-line._1, .the-process-card-line._2, .the-process-card-line._3 {
    width: 100%;
  }

  .the-process-card-title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 30px;
  }

  .the-proces-card-details {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 24px;
  }

  .explore-button-wrap.center {
    font-size: 14px;
  }

  .explore-arrow-wrap {
    width: 18px;
    height: 18px;
  }

  .testimonial-section {
    padding-bottom: 117px;
  }

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

  .integration-section.top-padding-100px {
    padding-top: 50px;
  }

  .integration-top-wrapper {
    grid-row-gap: 16px;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .integration-contant-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .integration-ticker-single {
    margin-bottom: 16px;
  }

  .integration-single-card {
    grid-column-gap: 10px;
    width: 220px;
    margin-right: 16px;
    padding: 10px;
  }

  .integration-card-title {
    font-size: 16px;
  }

  .integration-card-paragraph {
    font-size: 14px;
  }

  .our-services-section {
    padding-bottom: 60px;
  }

  .our-services-top-wrapper {
    margin-bottom: 24px;
  }

  .our-services-container._552px, .our-services-container._463px, .our-services-container._552px, .our-services-container._463px {
    max-width: 100%;
  }

  .our-services-number-flex {
    justify-content: center;
  }

  .our-services-number-img._1 {
    width: 80px;
  }

  .our-services-number-img._3 {
    width: 80px;
    margin-left: 0;
  }

  .our-services-number-image-wrap {
    width: 80px;
    height: 200%;
    margin-left: 0;
    top: 31px;
  }

  .our-services-circle-wrap {
    width: 30px;
    height: 30px;
  }

  .our-services-circle-icon {
    width: 15px;
  }

  .our-services-single-contant-wrap {
    margin-top: 56px;
  }

  .our-services-single-title {
    font-size: 19px;
    line-height: 29px;
  }

  .our-services-single-details {
    font-size: 15px;
    line-height: 25px;
  }

  .position-absolate.shape-one {
    right: 25px;
  }

  .position-absolate._1 {
    font-size: 11px;
    top: 12px;
  }

  .position-absolate._2 {
    font-size: 11px;
    bottom: 126px;
    left: 12px;
  }

  .position-absolate._3 {
    font-size: 11px;
    bottom: 124px;
    right: 28px;
  }

  .position-absolate._4 {
    font-size: 11px;
    bottom: 56px;
    left: 5px;
  }

  .position-absolate._5 {
    font-size: 11px;
    bottom: 16px;
  }

  .position-absolate._6 {
    font-size: 11px;
    bottom: 59px;
    right: 33px;
  }

  .our-services-img.one {
    width: 200px;
  }

  .our-services-img.two {
    width: 150px;
    top: 95px;
  }

  .our-services-img.three {
    width: 190px;
    bottom: 20px;
    right: 40px;
  }

  .our-services-circle-two-wrap {
    width: 60px;
    height: 60px;
    right: 17px;
  }

  .services-circle {
    width: 60px;
    height: 60px;
  }

  .services-circle-img {
    width: 30px;
  }

  .our-services-contant {
    margin-top: 24px;
  }

  .your-cash-section {
    padding-bottom: 60px;
  }

  .your-cash-contant-wrapper {
    padding-top: 50px;
  }

  .your-cash-mobile-screen-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .your-cash-features-wrapper {
    grid-row-gap: 24px;
  }

  .your-cash-features-title._2, .your-cash-features-title._3, .your-cash-features-title._4, .your-cash-features-title._1, .your-cash-features-title._2, .your-cash-features-title._3, .your-cash-features-title._4, .your-cash-features-title._1 {
    font-size: 16px;
  }

  .your-cash-dot-line {
    height: 144px;
    top: 5%;
    left: 3%;
  }

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

  .our-customers-top-wrapper {
    margin-bottom: 30px;
  }

  .our-customers-video-button-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .our-customers-lightbox-link {
    grid-column-gap: 12px;
  }

  .our-customers-video-text {
    font-size: 14px;
  }

  .our-customers-grid {
    grid-row-gap: 30px;
  }

  .our-customers-star-img {
    width: 20px;
  }

  .our-customers-single-title {
    margin-bottom: 12px;
  }

  .our-customers-wrapper {
    margin-bottom: 60px;
  }

  .our-customers-mobile-image-flex {
    grid-column-gap: 10px;
  }

  .our-customers-mobile-img.img-01, .our-customers-mobile-img.img-02 {
    width: 50px;
  }

  .our-customers-mobile-img.img-04, .our-customers-mobile-img.img-05, .our-customers-mobile-img.img-01, .our-customers-mobile-img.img-02 {
    width: 50px;
  }

  .our-customers-mobile-img.img-03 {
    width: 60px;
  }

  .our-customers-mobile-img.img-04, .our-customers-mobile-img.img-05 {
    width: 50px;
  }

  .our-customers-shape.three {
    width: 40px;
    top: 601px;
  }

  .our-customers-shape.four {
    width: 40px;
  }

  .home-v1-blog-section {
    padding-top: 50px;
  }

  .home-v1-blog-top-wrapper {
    margin-bottom: 24px;
  }

  .home-v1-blog-post-wrapper {
    grid-row-gap: 20px;
  }

  .home-v1-blog-post-single-card {
    padding: 16px;
  }

  .home-v1-blog-post-contant-wrap {
    padding-top: 16px;
  }

  .home-v1-blog-post-date-wrap {
    grid-column-gap: 10px;
    margin-bottom: 12px;
  }

  .blog-post-cetegory-name._1 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
  }

  .blog-post-cetegory-name._2 {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .home-v1-blog-post-date-text {
    font-size: 14px;
  }

  .date-wrapper {
    grid-column-gap: 6px;
  }

  .blog-post-name, .blog-post-name.size-28px, .blog-post-name.size-28px {
    font-size: 18px;
    line-height: 28px;
  }

  .blog-post-link-wrap {
    margin-bottom: 16px;
  }

  .blog-post-bottom-flex {
    grid-row-gap: 16px;
    align-items: center;
  }

  .blog-post-clint-img {
    width: 40px;
  }

  .blog-post-clint-name {
    font-size: 15px;
  }

  .blog-author-text {
    font-size: 14px;
  }

  .read-more-button {
    grid-column-gap: 6px;
    font-size: 14px;
    line-height: 24px;
  }

  .read-more-arrow {
    width: 14px;
  }

  .home-v1-blog-grid {
    grid-row-gap: 20px;
  }

  .home-v1-blog-single-card {
    padding: 16px;
  }

  .home-v1-blog-contant-wrap {
    padding-top: 20px;
  }

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

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

  .cta-card-wrapper {
    padding: 60px 16px;
  }

  .cta-button-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .cta-shape.one {
    width: 40px;
    top: 28px;
  }

  .cta-shape.two {
    width: 40px;
    bottom: 17px;
  }

  .cta-shape.three {
    width: 35px;
    bottom: 13px;
  }

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

  .faq-top-wrapper {
    margin-bottom: 24px;
  }

  .faq-top-wrapper.mg-bottom-72px {
    margin-bottom: 20px;
  }

  .faq-card-wrapper {
    padding: 16px;
  }

  .faq-content-wrapper {
    grid-row-gap: 24px;
  }

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

  .faq-answer-container {
    padding-bottom: 16px;
  }

  .faq-answer {
    font-size: 14px;
  }

  .faq-circle-shape.one {
    width: 200px;
    height: 200px;
    inset: auto auto 0% 50%;
  }

  .faq-circle-shape.two {
    width: 200px;
    height: 200px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-flex-wrapper {
    grid-row-gap: 30px;
  }

  .footer-logo-wrap {
    margin-bottom: 16px;
  }

  .footer-logo {
    width: 130px;
  }

  .footer-social-media-link {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 24px;
  }

  .footer-info-text, .footer-menu-title {
    font-size: 16px;
  }

  .footer-menu-link {
    font-size: 15px;
  }

  .footer-newsletter-wrapper {
    margin-top: 10px;
    padding: 16px;
  }

  .footer-newsletter-contant {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .footer-newsletter-icon {
    width: 50px;
  }

  .footer-newsletter-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-newsletter-title.natural-color-100 {
    font-size: 18px;
    line-height: 28px;
  }

  .newsletter-info-text {
    font-size: 15px;
    line-height: 25px;
  }

  .newsletter-from-wrapper {
    width: 100%;
  }

  .newsletter-from {
    grid-row-gap: 16px;
  }

  .newsletter-input {
    width: 100%;
    height: 45px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    font-size: 12px;
  }

  .footer-copy-right-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-copy-right-text {
    font-size: 14px;
    line-height: 24px;
  }

  .home-v1-banner-shape._1 {
    display: none;
  }

  .home-v1-banner-shape._3, .home-v1-banner-shape._1 {
    display: none;
  }

  .home-v1-banner-shape._2 {
    display: none;
    top: -24%;
    right: -28%;
  }

  .home-v1-banner-shape._3 {
    display: none;
  }

  .home-v2-banner-section {
    padding-top: 82px;
    padding-bottom: 60px;
  }

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

  .home-v2-banner-title {
    font-size: 24px;
    line-height: 34px;
  }

  .home-v2-banner-details-wrap {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .home-v2-banner-details {
    font-size: 14px;
  }

  .primary-button-two {
    text-align: center;
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .home-v2-banner-card-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-v2-banner-left-wrap {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .home-v2-banner-dash-image-wrap {
    grid-row-gap: 20px;
  }

  .banner-dashboard-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
  }

  .home-v2-banner-image-wrap {
    margin-bottom: 119px;
  }

  .home-v2-banner-star-img._2 {
    width: 35px;
  }

  .home-v2-banner-star-img._1 {
    display: none;
  }

  .banner-shape.one {
    width: 35px;
    bottom: 39%;
  }

  .banner-shape.two {
    width: 40px;
  }

  .multiple-mode-section {
    padding-bottom: 60px;
  }

  .multiple-mode-top-wrap {
    margin-bottom: 20px;
  }

  .your-business-section {
    padding-bottom: 60px;
  }

  .your-business-flex-wrapper {
    grid-row-gap: 45px;
  }

  .your-business-section-title {
    font-size: 22px;
    line-height: 32px;
  }

  .your-business-section-details-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .your-business-section-details {
    font-size: 14px;
    line-height: 24px;
  }

  .your-business-single-card {
    width: 250px;
    height: 280px;
    padding: 30px;
  }

  .your-business-card-icon {
    margin-bottom: 60px;
  }

  .your-business-card-name {
    font-size: 18px;
  }

  .inner-button-wrap {
    font-size: 14px;
  }

  .core-features-two-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .core-features-two-top-wrap {
    margin-bottom: 24px;
  }

  .core-features-two-title {
    font-size: 22px;
    line-height: 32px;
  }

  .core-features-two-details {
    font-size: 14px;
    line-height: 24px;
  }

  .project-goals-flex {
    grid-row-gap: 24px;
  }

  .project-goals-image._2 {
    width: 140px;
    bottom: 20px;
    right: 20px;
  }

  .project-goals-icon {
    width: 50px;
  }

  .project-goals-title {
    font-size: 22px;
    line-height: 32px;
  }

  .project-goals-details-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .project-goals-details {
    font-size: 14px;
    line-height: 24px;
  }

  .project-goals-contant-wrap, .user-analytics-contant-wrap {
    margin-bottom: 60px;
  }

  .user-analytics-flex {
    grid-row-gap: 24px;
  }

  .user-analytics-image._2 {
    width: 120px;
    bottom: 20px;
    right: 20px;
  }

  .user-analytics-icon {
    width: 50px;
  }

  .user-analytics-title-wrap {
    margin-bottom: 10px;
  }

  .user-analytics-title {
    font-size: 22px;
    line-height: 32px;
  }

  .user-analyticsdetails-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .user-analytics-details {
    font-size: 14px;
    line-height: 24px;
  }

  .your-productivity-image._2 {
    width: 100px;
    bottom: 20px;
    right: 20px;
  }

  .your-productivityicon-icon {
    width: 50px;
  }

  .your-productivitytitle-wrap {
    max-width: 100%;
  }

  .your-productivity-title {
    font-size: 22px;
    line-height: 32px;
  }

  .your-productivitydetails-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .your-productivitydetails {
    font-size: 14px;
    line-height: 24px;
  }

  .our-service-section {
    padding-bottom: 50px;
  }

  .our-service-top-wrapper {
    margin-bottom: 24px;
  }

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

  .our-service-title {
    font-size: 22px;
    line-height: 32px;
  }

  .our-service-details-wrap {
    max-width: 100%;
  }

  .our-service-details {
    font-size: 14px;
    line-height: 24px;
  }

  .our-services-tabs-menu {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }

  .our-services-tabs-link {
    text-align: center;
    width: 100%;
  }

  .our-services-tabs-title {
    font-size: 22px;
    line-height: 32px;
  }

  .our-services-tabs-details-wrap {
    margin-bottom: 20px;
  }

  .our-services-tabs-details {
    font-size: 14px;
    line-height: 24px;
  }

  .our-services-facility-wrap {
    margin-bottom: 20px;
  }

  .your-services-facility-icon {
    width: 20px;
  }

  .your-services-facility-text {
    font-size: 13px;
    line-height: 24px;
  }

  .our-services-button-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .our-services-tabs-img {
    width: 40%;
  }

  .the-process-two-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .the-process-two-top-wrapper {
    margin-bottom: 20px;
  }

  .the-process-two-title {
    font-size: 22px;
    line-height: 32px;
  }

  .the-process-two-details-wrap {
    max-width: 100%;
  }

  .the-process-two-details {
    font-size: 14px;
    line-height: 24px;
  }

  .the-process-two-grid {
    grid-row-gap: 16px;
  }

  .the-process-two-single-card {
    height: 380px;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .the-process-two-card-title {
    font-size: 22px;
    line-height: 32px;
  }

  .the-process-two-card-details {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .the-process-dash-img {
    width: 260px;
  }

  .integration-two-section {
    padding-bottom: 60px;
  }

  .integration-two-top-wrapper {
    grid-row-gap: 16px;
    margin-bottom: 20px;
  }

  .integration-two-title {
    font-size: 22px;
    line-height: 32px;
  }

  .integration-two-container {
    padding: 20px 0;
  }

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

  .integration-two-shape-img {
    display: none;
  }

  .integration-two-single-shape._2, .integration-two-single-shape._3 {
    width: 100%;
    height: 57px;
    position: static;
    left: 0;
  }

  .integration-two-single-shape._4, .integration-two-single-shape._5, .integration-two-single-shape._6 {
    width: 100%;
    height: 57px;
    position: static;
    right: 0;
  }

  .integration-two-single-shape._1 {
    width: 100%;
    height: 57px;
    padding-bottom: 10px;
    position: static;
    left: 0;
  }

  .integration-two-single-shape._2, .integration-two-single-shape._3 {
    width: 100%;
    height: 57px;
    position: static;
    left: 0;
  }

  .integration-two-single-shape._4, .integration-two-single-shape._5, .integration-two-single-shape._6 {
    width: 100%;
    height: 57px;
    position: static;
    right: 0;
  }

  .integration-two-shape-icon {
    width: 30px;
  }

  .integration-two-single-title {
    font-size: 13px;
  }

  .integration-two-single-text {
    font-size: 10px;
  }

  .integration-two-circle-wrap, .integration-two-shape-wrap {
    display: none;
  }

  .our-blog-top-wrapper {
    margin-bottom: 20px;
  }

  .our-blog-title {
    font-size: 22px;
    line-height: 32px;
  }

  .our-blog-details-wrap {
    max-width: 100%;
  }

  .our-blog-section.mg-bottom-150px {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .our-blog-details {
    font-size: 14px;
    line-height: 24px;
  }

  .our-blog-collection-grid {
    grid-row-gap: 20px;
  }

  .our-blog-contant-wrap {
    padding: 16px 16px 24px;
  }

  .our-blog-card-date-wrap {
    grid-column-gap: 10px;
  }

  .our-blog-cetegory-name {
    font-size: 14px;
    line-height: 20px;
  }

  .our-blog-date-text {
    font-size: 14px;
  }

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

  .blog-card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-clint-info-wrap {
    grid-column-gap: 12px;
  }

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

  .cta-two-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-two-section-title {
    font-size: 22px;
    line-height: 32px;
  }

  .cta-two-section-details-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .cta-two-section-details {
    font-size: 14px;
    line-height: 24px;
  }

  .cta-two-button-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cta-two-image._1 {
    width: 60%;
  }

  .cta-two-image._2 {
    width: 50%;
  }

  .cta-two-image.star-img-01 {
    width: 40px;
    left: 0%;
  }

  .cta-two-image.star-img-02 {
    display: none;
  }

  .footer-two-flex-wrapper {
    grid-row-gap: 20px;
  }

  .footer-two-logo {
    width: 130px;
  }

  .footer-two-social-media-wrapper {
    grid-column-gap: 16px;
    margin-bottom: 20px;
  }

  .footer-two-info-text.natural-color-900 {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 27px;
  }

  .footer-two-menu-grid {
    grid-row-gap: 20px;
  }

  .footer-two-menu-title {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .footer-two-menu-link {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .footer-two-newsletter-wrapper {
    padding: 16px;
  }

  .testimonial-two-section {
    padding-top: 50px;
  }

  .testimonial-two-flex {
    padding-bottom: 132px;
  }

  .testimonial-two-small-container {
    margin-top: 20px;
  }

  .testimonial-two-star-wrap {
    margin-bottom: 16px;
  }

  .testimonial-two-details {
    font-size: 15px;
    line-height: 25px;
  }

  .testimonial-two-name {
    font-size: 13px;
  }

  .testimonial-two-left-arrow-wrap {
    width: 45px;
    height: 45px;
    bottom: 8%;
    left: 36%;
  }

  .testimonial-two-right-arrow-wrap {
    width: 45px;
    height: 45px;
    bottom: 8%;
    left: 54%;
  }

  .testimonial-two-image-wrap {
    max-width: 90%;
  }

  .testimonial-two-top-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .testimonial-two-title {
    font-size: 22px;
    line-height: 32px;
  }

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

  .inner-banner-section.bottom-padding-200px {
    padding-bottom: 204px;
  }

  .inner-banner-section.bottom-padding-200px.pricing {
    padding-bottom: 200px;
  }

  .breadcrumb-wrapper {
    grid-column-gap: 10px;
  }

  .inner-banner-shape._1 {
    width: 30px;
    bottom: -28%;
  }

  .inner-banner-shape._2 {
    width: 30px;
    bottom: 29%;
  }

  .behind-section {
    padding-top: 50px;
  }

  .behind-top-wrapper {
    margin-bottom: 20px;
  }

  .behind-image-flex {
    grid-column-gap: 14px;
  }

  .image-wrapper._1 {
    margin-bottom: 14px;
  }

  .image-wrapper._3 {
    margin-top: -35px;
  }

  .our-mission-section {
    padding-bottom: 60px;
  }

  .our-mission-tabs-menu {
    grid-row-gap: 16px;
    margin-bottom: 24px;
  }

  .our-mission-tabs-link {
    text-align: center;
    padding: 14px 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .our-mission-small-container {
    padding: 16px;
  }

  .our-mission-contant {
    text-align: center;
  }

  .our-mission-title-wrap {
    margin-bottom: 10px;
  }

  .our-mission-title {
    font-size: 22px;
    line-height: 32px;
  }

  .our-mission-details-wrap {
    margin-bottom: 20px;
  }

  .our-mission-details {
    font-size: 14px;
    line-height: 24px;
  }

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

  .your-analytics-top-wrapper {
    margin-bottom: 24px;
  }

  .your-analytics-contant-wrapper {
    grid-row-gap: 20px;
  }

  .strong-values-section {
    padding-bottom: 60px;
  }

  .strong-values-top-wrapper {
    margin-bottom: 24px;
  }

  .strong-values-grid {
    grid-row-gap: 16px;
  }

  .strong-values-single-card._1, .strong-values-single-card._2, .strong-values-single-card._3, .strong-values-single-card._4, .strong-values-single-card._1, .strong-values-single-card._2, .strong-values-single-card._3, .strong-values-single-card._4 {
    text-align: center;
    padding: 16px;
  }

  .strong-values-card-icon-wrap {
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .strong-values-card-details {
    font-size: 13px;
    line-height: 23px;
  }

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

  .our-team-top-wrapper {
    margin-bottom: 20px;
  }

  .page-dropdown-list-flex-wrap {
    flex-direction: column;
  }

  .preview-banner-container {
    max-width: 100%;
  }

  .preview-banner-section-bg {
    padding-top: 100px;
  }

  .image-home-link-wrapper {
    max-width: 120px;
  }

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

  .included-top-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .included-grid {
    grid-row-gap: 20px;
  }

  .included-single-card {
    padding: 16px;
  }

  .included-card-icon {
    width: 55px;
  }

  .included-card-title-wrap {
    margin-bottom: 10px;
  }

  .included-card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .included-card-details {
    font-size: 15px;
    line-height: 25px;
  }

  .single-preview-section.bottom-padding-150px {
    padding-bottom: 60px;
  }

  .preview-grid-wrapper {
    grid-row-gap: 20px;
  }

  .preview-single-link-wrap {
    padding: 16px;
  }

  .single-preview-top-wrapper {
    margin-bottom: 20px;
  }

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

  .figma-file-small-container {
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .figma-file-icon {
    width: 58px;
  }

  .preview-footer-section {
    padding-top: 60px;
  }

  .preview-footer-logo-wrap.w--current {
    margin-bottom: 15px;
  }

  .preview-footer-logo {
    width: 140px;
  }

  .preview-footer-bottom-wrapper {
    margin-top: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .preview-footer-copy-right {
    font-size: 15px;
    line-height: 25px;
  }

  .preview-footer-shape.one, .preview-footer-shape.two, .preview-footer-shape.one, .preview-footer-shape.two {
    width: 100px;
    height: 50px;
  }

  .figma-image-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .figma-file-image-wrap {
    padding: 16px;
  }

  .home-pages-shape.one {
    width: 100px;
    height: 100px;
    bottom: 8%;
  }

  .home-pages-shape.two {
    width: 100px;
    bottom: 8%;
    right: 7%;
  }

  .preview-banner-shape.one {
    width: 50px;
    bottom: -22%;
  }

  .preview-banner-shape.two {
    width: 45px;
    bottom: -22%;
  }

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

  .team-details-image-wrapper {
    margin-bottom: 20px;
  }

  .team-details-name {
    font-size: 22px;
  }

  .team-details-designation {
    font-size: 15px;
  }

  .team-details-social-media-wrapper {
    grid-column-gap: 16px;
    margin-bottom: 16px;
  }

  .team-details-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .contant-top-wrap.blog-cetegory, .contant-top-wrap.integration-cetegory {
    margin-bottom: 24px;
  }

  .contant-top-wrap.blog {
    grid-row-gap: 24px;
    margin-bottom: 24px;
  }

  .contant-top-wrap.blog-cetegory, .contant-top-wrap.integration-cetegory {
    margin-bottom: 24px;
  }

  .link-category-wrapper {
    padding: 14px 20px;
    font-size: 16px;
  }

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

  .cetegory-title {
    font-size: 22px;
    line-height: 32px;
  }

  .cetegory-title-wrap {
    margin-bottom: 20px;
  }

  .title-cetegory-title {
    font-size: 22px;
    line-height: 32px;
  }

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

  .blog-details-clint-name, .blog-details-dot, .blog-details-author-name {
    font-size: 16px;
  }

  .blog-details-date-wrap {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .blog-details-image-wrap, .blog-details-single-wrap {
    margin-bottom: 20px;
  }

  .blog-details-single-title {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-details-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-details-single-card {
    padding: 20px 16px;
  }

  .blog-details-card-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .blog-details-card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-details-card-paragraph {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .blog-details-quote-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-details-quote {
    padding: 16px;
  }

  .blog-details-quote-info {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-details-quote-icon {
    width: 30px;
  }

  .blog-details-facility-text {
    font-size: 14px;
    line-height: 24px;
  }

  .blog-details-single-paragraph {
    font-size: 14px;
    line-height: 25px;
  }

  .some-of-similer-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .career-section {
    padding-top: 50px;
  }

  .career-top-wrapper {
    margin-bottom: 24px;
  }

  .career-grid, .career-right-grid {
    grid-row-gap: 16px;
  }

  .benefits-section {
    padding-top: 50px;
  }

  .benefits-top-wrapper {
    margin-bottom: 24px;
  }

  .benefits-grid {
    grid-row-gap: 16px;
  }

  .benefits-single-card._1, .benefits-single-card._2, .benefits-single-card._3, .benefits-single-card._4, .benefits-single-card._1, .benefits-single-card._2, .benefits-single-card._3, .benefits-single-card._4 {
    padding: 16px;
  }

  .benefits-card-details {
    font-size: 15px;
  }

  .benefits-card-details-wrap {
    max-width: 100%;
  }

  .career-work-section {
    padding-top: 50px;
  }

  .career-work-flex {
    grid-row-gap: 20px;
    margin-bottom: 50px;
  }

  .career-work-smal-container, .section-details-wrap {
    max-width: 100%;
  }

  .career-work-single-card {
    text-align: center;
    padding: 16px;
  }

  .career-work-card-name {
    font-size: 20px;
    line-height: 30px;
  }

  .career-work-card-flex-wrap {
    justify-content: center;
    margin-bottom: 16px;
  }

  .career-work-location-text, .career-salary-text-block, .career-price-range {
    font-size: 16px;
  }

  .career-work-description {
    font-size: 14px;
    line-height: 24px;
  }

  .career-details-section {
    padding-top: 50px;
  }

  .career-details-top-wrapper, .career-details-image-wrapper, .career-details-single-wrap {
    margin-bottom: 20px;
  }

  .career-details-title {
    font-size: 22px;
    line-height: 32px;
  }

  .career-details-card {
    padding: 16px;
  }

  .career-details-card-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .career-details-card-paragraph {
    margin-bottom: 20px;
  }

  .explore-integrations-section {
    padding-bottom: 60px;
  }

  .explore-integrations-top-wrap {
    grid-row-gap: 20px;
    margin-bottom: 24px;
  }

  .explore-integrations-grid {
    grid-row-gap: 20px;
  }

  .explore-integrations-single-card {
    padding: 20px 16px;
  }

  .explore-integrations-icon {
    width: 50px;
    margin-bottom: 5px;
  }

  .explore-integrations-card-name {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .explore-integrations-card-details {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
  }

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

  .integration-details-cetegory-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .integration-details-cetegory-tag-wrap._1 {
    flex-direction: column-reverse;
  }

  .integration-details-cetegory-card {
    width: 100%;
  }

  .integration-details-card-icon {
    width: 45px;
  }

  .integration-details-plus-icon-wrap {
    padding-top: 0;
  }

  .integration-details-flex {
    grid-row-gap: 20px;
  }

  .integration-details-single-wrap, .integration-details-single-wrap.max-width-736px, .integration-details-single-wrap.max-width-736px {
    margin-bottom: 20px;
  }

  .integration-details-single-title {
    font-size: 21px;
    line-height: 31px;
  }

  .integration-details-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .integration-details-facility-list {
    font-size: 14px;
  }

  .integration-details-image-wrap {
    margin-bottom: 20px;
  }

  .integration-details-card {
    padding: 20px 16px;
  }

  .integration-details-card-title {
    font-size: 16px;
  }

  .integration-details-info-name {
    font-size: 15px;
  }

  .pricing-plan-section, .pricing-plan-section.mg-bottom-100px, .pricing-plan-section.mg-bottom-100px {
    padding-bottom: 60px;
  }

  .pricing-plan-tabs-menu {
    width: 100%;
    margin-top: -183px;
    margin-bottom: 110px;
    padding: 16px;
  }

  .plan-pricing-tab-link {
    text-align: center;
    padding: 10px;
  }

  .pricing-plan-single-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-plan-top-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-plan-card-name {
    font-size: 20px;
  }

  .plan-price, .pricing-plan-arrow {
    font-size: 28px;
  }

  .pricing-plan-date-text {
    margin-top: 18px;
    font-size: 15px;
  }

  .pricing-plan-details {
    font-size: 14px;
    line-height: 24px;
  }

  .pricing-plan-border {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pricing-plan-bottom-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .pricing-plan-facility-title {
    font-size: 20px;
  }

  .pricing-facility-contant {
    grid-row-gap: 16px;
    margin-bottom: 20px;
  }

  .pricing-facility-single-wrap {
    grid-column-gap: 10px;
  }

  .pricing-plan-facility-icon {
    width: 20px;
  }

  .pricing-plan-facility-text {
    font-size: 16px;
  }

  .pricing-plan-flex {
    grid-row-gap: 20px;
  }

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

  .pricing-details-top-wrapper {
    margin-bottom: 20px;
  }

  .pricing-details-facility-wrap {
    grid-row-gap: 16px;
  }

  .pricing-details-facility-icon {
    width: 16px;
  }

  .pricing-details-facility-text {
    font-size: 14px;
  }

  .pricing-details-single-wrap {
    margin-bottom: 20px;
  }

  .pricing-details-title {
    font-size: 22px;
    line-height: 32px;
  }

  .pricing-details-paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .pricing-details-paragraph.mg-bottom-54px, .pricing-details-paragraph.mg-bottom-42px, .pricing-details-paragraph.mg-bottom-54px, .pricing-details-paragraph.mg-bottom-42px {
    margin-bottom: 16px;
  }

  .pricing-details-list-wrap {
    font-size: 14px;
  }

  .pricing-details-card {
    padding: 16px;
  }

  .pricing-details-card-name {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .pricing-details-card-paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .pricing-details-price {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .input.pricing {
    height: 44px;
  }

  .input.checkout {
    min-height: 40px;
  }

  .pricing-input-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .download-grid {
    grid-row-gap: 20px;
  }

  .download-single-card._1 {
    padding: 16px;
  }

  .download-card-icon {
    width: 40px;
  }

  .download-card-title {
    font-size: 20px;
  }

  .download-card-details {
    font-size: 14px;
    line-height: 24px;
  }

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

  .contact-info-grid {
    grid-row-gap: 20px;
  }

  .contact-info-single-card._1, .contact-info-single-card._2, .contact-info-single-card._3, .contact-info-single-card._1, .contact-info-single-card._2, .contact-info-single-card._3 {
    padding: 16px;
  }

  .contact-info-icon {
    width: 40px;
  }

  .contact-info-title {
    font-size: 18px;
  }

  .contact-info-details-text {
    font-size: 15px;
  }

  .contact-us-card {
    padding: 16px;
  }

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

  .contact-us-title {
    font-size: 22px;
    line-height: 32px;
  }

  .contact-us-from {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cantact-input-title {
    font-size: 15px;
  }

  .contact-input {
    height: 46px;
    padding: 16px;
    font-size: 12px;
  }

  .contact-textarea {
    min-height: 100px;
    padding: 16px;
    font-size: 12px;
    line-height: 22px;
  }

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

  .checkbox {
    min-width: 20px;
    min-height: 20px;
  }

  .checkbox-text {
    font-size: 15px;
  }

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

  .book-a-demo-card {
    padding: 16px;
  }

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

  .book-a-demo-title {
    font-size: 22px;
    line-height: 32px;
  }

  .book-a-demo-from {
    grid-row-gap: 20px;
  }

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

  .password-small-container {
    padding: 20px 16px;
  }

  .password-icon-wrap {
    margin-bottom: 16px;
  }

  .password-icon {
    width: 60px;
  }

  .password-title {
    font-size: 22px;
    line-height: 32px;
  }

  .password-details-wrap {
    max-width: 100%;
  }

  .password-details {
    font-size: 15px;
    line-height: 25px;
  }

  .password-input-wrap {
    margin-bottom: 16px;
  }

  .password-input {
    height: 48px;
    padding: 16px;
    font-size: 15px;
  }

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

  .not-found-img {
    width: 100px;
  }

  .not-found-title {
    font-size: 22px;
    line-height: 32px;
  }

  .not-found-details {
    font-size: 14px;
    line-height: 24px;
  }

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

  .changelog-single-card._1, .changelog-single-card._2, .changelog-single-card._1, .changelog-single-card._2 {
    padding: 20px 16px;
  }

  .changelog-details {
    font-size: 14px;
  }

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

  .license-title {
    font-size: 16px;
  }

  .license-source-link-wrap, .license-source-text {
    font-size: 15px;
  }

  .license-single-wrapper._1, .license-single-wrapper._2, .license-single-wrapper._3, .license-single-wrapper._1, .license-single-wrapper._2, .license-single-wrapper._3 {
    margin-top: 20px;
    padding-top: 20px;
  }

  .license-font-card {
    padding: 20px 20px 40px;
  }

  .license-font-title {
    font-size: 30px;
  }

  .license-font-flex {
    grid-row-gap: 24px;
  }

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

  .style-guide-top-wrap {
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .style-guide-title {
    font-size: 22px;
    line-height: 32px;
  }

  .style-guide-details {
    font-size: 15px;
  }

  .style-guide-single-wrap {
    margin-bottom: 24px;
  }

  .style-guide-heading._1 {
    font-size: 35px;
  }

  .style-guide-heading._3 {
    font-size: 24px;
  }

  .style-guide-heading._5 {
    font-size: 18px;
  }

  .style-guide-heading._2 {
    font-size: 28px;
  }

  .style-guide-heading._4 {
    font-size: 20px;
  }

  .style-guide-paragraph-wrap {
    margin-bottom: 20px;
  }

  .style-guide-paragraph-title {
    font-size: 20px;
    line-height: 30px;
  }

  .style-guide-paragraph-details {
    font-size: 15px;
    line-height: 25px;
  }

  .style-guide-text-color-flex {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .text-color-title, .text-color-title.natural-color-500, .text-color-title.natural-color-500 {
    font-size: 20px;
  }

  .style-guide-color-plate-flex {
    flex-direction: column;
  }

  .color-plate._2, .color-plate._1, .color-plate._3, .color-plate._4, .color-plate._5, .color-plate._2, .color-plate._1, .color-plate._3, .color-plate._4, .color-plate._5 {
    width: 100%;
  }

  .style-guide-button-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .register-logo {
    width: 120px;
  }

  .from-right-wrap {
    padding: 24px 16px;
  }

  .register-from-text-block {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .register-social-media-single {
    padding: 12px 16px;
    font-size: 16px;
  }

  .register-from-tag {
    margin-bottom: 20px;
  }

  .register-from-tag-text {
    font-size: 16px;
  }

  .register-from {
    grid-row-gap: 24px;
  }

  .register-input-title {
    font-size: 16px;
    line-height: 26px;
  }

  .register-input {
    height: 50px;
  }

  .register-remember-submit-wrap {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .register-redio-button-text, .register-forget-text {
    font-size: 16px;
  }

  .testimonial-slide-grid {
    grid-row-gap: 16px;
  }

  .testimonial-slider-left-wrap {
    padding-top: 80px;
  }

  .testimonial-slider-image-wrap {
    max-width: 227px;
  }

  .testimonial-slider-main-img {
    width: 170px;
  }

  .testimonial-two-title-wrap {
    margin-bottom: 10px;
  }

  .testimonial-two-section-details-wrap {
    max-width: 100%;
  }

  .testimonial-two-section-details {
    font-size: 14px;
    line-height: 24px;
  }

  .register-logo-wrap {
    margin-bottom: 16px;
  }

  .top-navigation-content-wrap {
    grid-row-gap: 5px;
  }

  .top-navigation-details {
    max-width: 80%;
    line-height: 24px;
  }

  .cart-header {
    padding: 16px;
  }

  .cart-title {
    font-size: 20px;
  }

  .cart-close-button {
    width: 40px;
    height: 40px;
  }

  .cart-list-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-item {
    padding-top: 20px;
  }

  .order-item-content {
    margin-right: 0;
  }

  .order-list-title {
    font-size: 18px;
  }

  .cart-item-price {
    font-size: 16px;
  }

  .order-option-item {
    font-size: 15px;
  }

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

  .cart-remove-button {
    font-size: 14px;
  }

  .cart-footer-wrapper {
    padding: 16px;
  }

  .checkout-button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
  }

  .testimonial-circle-shape {
    width: 70px;
  }

  .testimonial-quote-details-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .testimonial-quote-details {
    font-size: 15px;
    line-height: 25px;
  }

  .testimonial-clint-designation {
    font-size: 12px;
    line-height: 22px;
  }

  .testimonial-left-arrow {
    right: 50%;
  }

  .testimonial-right-arrow {
    right: 28%;
  }

  .testimonial-top-shape {
    width: 60px;
    bottom: 32.8%;
  }

  .preloader-logo {
    width: 120px;
  }

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

  .checkout-title {
    font-size: 18px;
    line-height: 20px;
  }

  .checkout-form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .checkout-block-header {
    padding: 16px;
  }

  .title.checkout {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .checkout-required-text {
    font-size: 16px;
  }

  .checkout-block-content {
    padding: 16px 16px 20px;
  }

  .checkout-field-label {
    font-size: 16px;
  }

  .billing-address-toggle {
    margin-top: 0;
  }

  .checkout-checkbox-label {
    font-size: 16px;
  }

  .order-item {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .order-item-price, .order-title, .order-quantity-wrap, .order-option {
    font-size: 16px;
  }

  .shipping-method {
    flex-direction: column;
  }

  .our-team-flex-wrapper {
    grid-row-gap: 20px;
  }

  .testimonial-two-circle-shape {
    width: 30px;
    top: 27%;
  }

  .contact-name {
    font-size: 22px;
    line-height: 32px;
  }

  .hamburger-menu-wrapper {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .hamburger-menu-bar {
    width: 30px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom, .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    width: 24px;
  }

  .team-hover-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .clint-name {
    font-size: 18px;
    line-height: 26px;
  }

  .clint-designation {
    font-size: 14px;
    line-height: 20px;
  }

  .our-team-flex-item-wrap {
    grid-row-gap: 20px;
  }

  .pricing-features-table-content-grid {
    grid-template-columns: 9fr 1fr 1fr 1fr;
  }

  .pricing-features-table-starter-plan {
    font-size: 13px;
  }

  .pricing-features-table-content {
    padding: 10px;
  }

  .pricing-features-table-tag {
    font-size: 16px;
  }

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

  .pricing-features {
    padding-bottom: 60px;
  }

  .your-cash-tabs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .your-cash-tab-img {
    width: 80%;
  }
}

#w-node-_3b4898a2-7c89-d73b-7574-91b6a4be0232-f9af648e, #w-node-d9e4a347-fab8-c957-ba1f-69ff631b3aed-f9af648e, #w-node-_0f2eeea8-7cc8-08bd-69f6-6d1a2eabaa9e-f9af648e, #w-node-_0f2eeea8-7cc8-08bd-69f6-6d1a2eabaaa2-f9af648e, #w-node-f5710ef8-4491-cc8c-9ec0-4d50fe5d6a58-f9af648e, #w-node-f5710ef8-4491-cc8c-9ec0-4d50fe5d6a5c-f9af648e, #w-node-_409de1cc-d2ab-87ec-de14-1128f48c8c64-f9af648e, #w-node-_409de1cc-d2ab-87ec-de14-1128f48c8c68-f9af648e, #w-node-ec6d9e98-fdc1-7c31-da93-e991d4e1762f-f9af648e, #w-node-ac6249c3-394d-324e-078f-a86f44ef3231-f9af648e, #w-node-b8d3404e-3ec5-25b8-568e-1b7101d0212a-f9af648e, #w-node-_6b2fa6af-b485-8e7f-a1e0-139ba39041cb-f9af648e, #w-node-af3a0ccb-cb89-190e-db84-6e5bd809e320-f9af648e, #w-node-b91a195a-0faf-056b-d84c-62041295888c-f9af648e, #w-node-e2bcfaaf-995a-cc08-73a6-5d2d4426db37-f9af648e, #w-node-_4549c781-8785-3707-4a26-eff64981c0e3-4981c0c8, #w-node-_4549c781-8785-3707-4a26-eff64981c0f7-4981c0c8, #w-node-_4549c781-8785-3707-4a26-eff64981c107-4981c0c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-b8d3404e-3ec5-25b8-568e-1b7101d0212a-f9af648e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b8d3404e-3ec5-25b8-568e-1b7101d0212a-f9af648e {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ec6d9e98-fdc1-7c31-da93-e991d4e1762f-f9af648e, #w-node-ac6249c3-394d-324e-078f-a86f44ef3231-f9af648e, #w-node-_4549c781-8785-3707-4a26-eff64981c107-4981c0c8 {
    grid-column: span 2 / span 2;
  }
}
