@font-face {
  font-family: "Sourcesans 3 Variablefont Wght";
  src: url('../fonts/SourceSans3-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3 Variablefont Wght";
  src: url('../fonts/SourceSans3-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/SourceSans3-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roobertpro;
  src: url('../fonts/RoobertPRO-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roobertpro;
  src: url('../fonts/RoobertPRO-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roobertpro;
  src: url('../fonts/RoobertPRO-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roobertpro;
  src: url('../fonts/RoobertPRO-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roobertpro;
  src: url('../fonts/RoobertPRO-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-grey: #2e4341;
}

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

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

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

body {
  letter-spacing: 0;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.28em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.19em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

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

.utility-page-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.inda-email-link {
  color: #000;
  cursor: pointer;
  font-weight: 600;
}

.inda-book-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f2eeee;
  border-radius: 4px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  padding: 14px;
  display: flex;
}

.inda-future-image {
  width: 42px;
  height: 42px;
}

.inda-future-image.legal {
  width: 16px;
  height: 16px;
  margin-top: 6px;
}

.inda-future-image.hide {
  display: none;
}

.inda-calender-image {
  width: 100%;
  display: none;
}

.inda-calender {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 24px auto 48px;
}

.inda-section {
  padding: 80px 60px;
}

.inda-section.bg-gray-color {
  background-color: #2d2e34;
  padding-top: 80px;
  padding-bottom: 80px;
}

.inda-section.hide {
  display: none;
}

.inda-section.bg-light-gray-color {
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.inda-section.bg-image {
  background-image: linear-gradient(#fffc, #fffc), url('../images/Image.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 120px;
}

.inda-tc-social-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  display: flex;
}

.image {
  width: 100%;
}

.inda-text-paragraph {
  color: #3d3838;
  margin-bottom: 0;
  font-family: "Sourcesans 3", Impact, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.inda-text-paragraph.t-14px {
  font-size: 14px;
  line-height: 20px;
}

.inda-text-paragraph.text-bold {
  font-weight: 700;
}

.inda-text-paragraph.t-20px {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 26px;
}

.inda-text-paragraph.t-20px.white {
  color: #fff;
}

.inda-text-paragraph.b-18px {
  margin-bottom: 18px;
  font-family: "Sourcesans 3", Impact, sans-serif;
}

.inda-text-paragraph.b-18px.bold {
  margin-top: 18px;
  font-weight: 700;
}

.inda-text-paragraph.b-18px.white {
  color: #fff;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}

.inda-text-paragraph.b-18px.t-8px {
  margin-top: 8px;
}

.inda-text-paragraph.b-8px {
  border-bottom: 1px solid #2d2e34;
  width: 100%;
  max-width: 100%;
  padding-bottom: 8px;
}

.inda-text-paragraph.t-black {
  color: #000;
}

.inda-text-paragraph.t-22px {
  text-align: left;
  font-size: 22px;
}

.inda-text-paragraph.t-22px.center {
  text-align: center;
}

.inda-founder-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.inda-container {
  width: 100%;
  max-width: 1200px;
}

.booking-widget-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inda-villa-wrapper {
  flex-flow: column;
  display: flex;
}

.inda-tc-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  display: grid;
}

.inda-book-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  display: grid;
}

.inda-book-wrapper {
  flex-flow: column;
  display: flex;
}

.inda-family-wrapper {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  align-items: flex-start;
  padding: 40px 60px;
  display: flex;
}

.inda-family-wrapper.bg-gray {
  background-color: #2d2e34;
  padding: 0;
}

.inda-text-h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 120%;
}

.inda-text-h2.b-24px {
  color: #000;
  margin-bottom: 24px;
}

.inda-text-h2.b-24px.white {
  color: #fff;
}

.inda-text-h2.b-18px {
  margin-bottom: 18px;
}

.inda-villa-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.inda-future-content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 12px;
  display: flex;
}

.inda-villa-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.inda-hr-line {
  background-color: #3d383880;
  height: 2px;
}

.inda-hr-line.t-b-28px {
  margin-top: 28px;
  margin-bottom: 28px;
}

.inda-hr-line.t-b-space {
  margin-top: 28px;
  margin-bottom: 18px;
}

.inda-hr-line.t-28px {
  margin-top: 28px;
}

.inda-founder-paragraph {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.inda-text-bold {
  font-size: 18px;
  font-weight: 700;
}

.inda-text-bold.t-black {
  color: #000;
  text-decoration: underline;
}

.inda-founder-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.inda-text-h3-bold {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 130%;
}

.inda-text-h3-bold.t-20px {
  font-size: 20px;
}

.inda-text-h3-bold.t-20px.white {
  color: #fff;
}

.inda-villa-grid-col {
  flex-flow: column;
  display: flex;
}

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

.inda-future-content.b-r {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 0;
}

.inda-book-image {
  width: 42px;
  height: 42px;
}

.inda-btn {
  color: #2d2e34;
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1.6px solid #2d2e34;
  border-radius: 2px;
  flex-flow: column;
  padding: 10px 18px;
  font-family: "Sourcesans 3", Impact, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.inda-btn.white {
  background-color: #fff;
  border-radius: 2px;
}

.inda-idea-wrapper {
  background-color: #fff;
  border-radius: 2px;
  flex-flow: column;
  align-items: flex-start;
  padding: 40px 60px;
  display: flex;
}

.code-embed-16 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.code-embed-16.hide {
  display: none;
}

.inda-tc-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #3d3838;
  flex-flow: column;
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.inda-future-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #2d2e34;
  border-radius: 2px;
  flex-flow: row;
  width: 100%;
  max-width: 400px;
  padding: 14px;
  display: flex;
}

.inda-work-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.booking-widget-section {
  margin-top: -40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.inda-hero-btns {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.inda-hero-btns.t-20px {
  margin-top: 20px;
}

.inda-works-wrapper {
  flex-flow: column;
  display: flex;
}

.inda-social-link {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.inda-tcl-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #d6d7dc;
  border-radius: 4px;
  margin-top: 24px;
  padding: 18px;
  display: flex;
}

.inda-tcl-wrapper.t-18px {
  margin-top: 18px;
}

.inda-family-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  margin-bottom: 12px;
  display: grid;
}

.inda-villa-sticky {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 20px;
}

.inda-faq-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #2d2e34;
  border-left-width: 4px;
  flex-flow: column;
  padding: 18px 18px 18px 22px;
  display: flex;
}

.inda-works-content-grid {
  grid-column-gap: 18px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  display: grid;
}

.inda-text-h3 {
  color: #3d3838;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

.inda-text-h3.b-18px {
  margin-bottom: 18px;
}

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

.inda-calender-wrapper {
  flex-flow: column;
  display: flex;
}

.inda-calender-wrapper.hide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.inda-tc-wrapper {
  flex-flow: column;
  display: flex;
}

.inda-faq-content-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  display: grid;
}

.inda-future-wrapper {
  flex-flow: column;
  display: flex;
}

.inda-family-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.inda-text-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 78px;
  line-height: 100%;
}

.inda-text-h1.b-24px {
  margin-bottom: 24px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.error-heading {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.error-paragraph {
  font-family: "Sourcesans 3", Impact, sans-serif;
  font-size: 16px;
}

.z-freelancer-review-paragraph {
  margin-top: 30px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 32px;
}

.z-menu-tab-card-text-span {
  display: inline-block;
}

.z-ig-slide-item {
  opacity: .4;
  cursor: pointer;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  transform: scale(.8);
}

.z-freelancer-review-left-arrow {
  color: #23235f;
  border: 2px solid #c9c9c9;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  inset: auto 12% -20% 0;
}

.z-menu-dropdown-icon {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.z-ig-slider-wrapper {
  flex-flow: row;
  margin-top: 40px;
}

.z-ig-tab-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 600;
  line-height: 110%;
}

.z-free-trial-btn {
  color: #fff;
  text-align: center;
  background-color: #5051f9;
  border: 1.5px solid #5051f9;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.z-free-trial-btn:hover {
  background-color: #4344e0;
  border-color: #4344e0;
}

.z-nav-dropdown-menu-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-right: 1px solid #d8e0ed;
  flex-flow: column;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.z-nav-dropdown-menu-list.remove-left-padding {
  padding-left: 0;
}

.z-nav-dropdown-menu-list.remove-right-border {
  border-right-style: none;
}

.z-nav-dropdown-menu-list.hide-desktop {
  display: none;
}

.z-nav-dropdown-menu-list.remove-left-border {
  border-right-style: none;
  width: 100%;
  padding: 0;
}

.z-ig-card-relative {
  position: relative;
}

.z-menu-dropdown-icon-c {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.z-ig-text-light {
  font-weight: 400;
}

.z-nav-dropdown-container {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #fff;
  border-top: 2px solid #5051f9;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  top: 35px;
  box-shadow: 0 4px 30px #0000001f;
}

.z-nav-dropdown-container._w-resources {
  padding: 0;
}

.z-nav-dropdown-container._w-resources.hide {
  display: none;
}

.z-nav-dropdown-container._w-product {
  width: 100%;
  max-width: 1077px;
}

.z-nav-dropdown-container._w-solutions {
  width: 100%;
  max-width: 230px;
}

.z-cta-btn-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.z-ig-inactive-bg {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.z-ig-inactive-bg._w-80-copy {
  width: 90%;
  height: 45px;
}

.content-wrapper-2 {
  width: 100%;
  height: 100%;
}

.z-nav-menu-inside-dropdown-c {
  color: #23235f;
  border-radius: 4px;
  padding: 0 6px 0 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: static;
}

.z-nav-menu-inside-dropdown-c:hover {
  color: #5051f9;
  background-color: #f1f1ff;
  padding: 0 6px 0 0;
}

.z-ig-slider-content {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  line-height: 40px;
  transition: all .3s;
  display: flex;
}

.z-ig-tab-card-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.z-ig-slide-arrow-left {
  cursor: pointer;
  background-color: #fff3;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.z-ig-slide-arrow-left:hover {
  background-color: #ffffff4d;
}

.z-ig-hero-heading {
  text-align: center;
  width: 100%;
  max-width: 640px;
  margin-top: 6px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.div-block-766 {
  height: 100%;
}

.z-ig-slide-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
}

.z-freelancer-review-company {
  color: #5f6187;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
}

.z-freelancer-review-left {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.z-ig-reels-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 42px;
  font-weight: 600;
}

.z-ig-tab-card-paragraph {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-span-282 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #4c66d4, #bb338c 20%, #f8782c 70%, #db2e7b 104%);
  -webkit-background-clip: text;
  background-clip: text;
}

.z-ig-tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ffffff80;
  background-color: #ddd0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 340px;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.z-ig-tab-link.w--current {
  color: #fff;
  background-color: #ffffff14;
}

.z-menu-tab-right {
  width: 100%;
  max-width: 350px;
  padding: 20px;
}

.z-nav-menu-card-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

.z-rc-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.z-menu-tab-link-div {
  background-color: #f6f6fb;
  border-top: 2px solid #5051f9;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 250px;
  max-width: 100%;
  padding: 20px;
}

.z-freelancer-review-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.z-ig-bg-blur-green {
  z-index: 0;
  filter: blur(100px);
  background-image: radial-gradient(circle, #003430, #ffffff80);
  border-radius: 100%;
  width: 100%;
  max-width: 360px;
  height: 360px;
  position: absolute;
  inset: 10% 7% auto auto;
}

.z-dropdoem-menu-heading {
  color: #5f6187;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.z-dropdoem-menu-heading.top-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.z-ig-hero-text-red {
  color: #db2e7b;
}

.z-nav-wrapper {
  z-index: 2147483647;
  box-shadow: none;
  background-color: #fff;
  flex-flow: row;
  align-items: center;
  min-height: 70px;
  padding: 12px 20px;
}

.z-ig-bg-blur-gray-2 {
  z-index: 0;
  filter: blur(80px);
  background-image: radial-gradient(circle, #003430, #fffc);
  border: 80px solid #000;
  border-radius: 100%;
  width: 100%;
  max-width: 250px;
  height: 250px;
  position: absolute;
  inset: auto 10% 10% auto;
}

.z-nav-menu-dropdown {
  color: #23235f;
  border-radius: 64px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  position: static;
}

.z-nav-menu-dropdown:hover {
  color: #5051f9;
  background-color: #5051f9;
}

.z-nav-menu-dropdown:focus {
  background-color: #5051f9;
}

.z-ig-tab-cards-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
  position: relative;
}

.z-ig-tab-cards-div.col {
  flex-flow: column;
  margin-bottom: 0;
}

.z-dropdown-menu-icon-wrapper {
  color: #7f56d9;
  flex: none;
}

.z-ig-slider-paragraph {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.z-faq-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.z-ig-hero-btn {
  text-align: center;
  background-color: #5051f9;
  border-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.z-ig-hero-btn:hover {
  background-color: #4344e0;
}

.z-ig-heading-bg {
  width: 100%;
  height: 45px;
  position: relative;
}

.z-ig-heading-bg.h-60 {
  height: 58px;
}

.z-ig-heading-bg.h-40 {
  height: 40px;
}

.z-ig-heading-bg.h-70 {
  width: 120%;
  height: 70px;
}

.z-ig-heading-bg.h-50 {
  height: 50px;
}

.z-nav-dropdown-list.w--open {
  background-color: #ddd0;
  flex-flow: column;
}

.z-rc-logo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #23235f;
  border: 1px solid #a4a8b8;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 8px;
  padding-right: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.z-rc-logo-carousel {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.z-freelancer-review-performance {
  border-left: 2px solid #c9c9c9;
  width: 100%;
  max-width: 216px;
  padding-left: 16px;
}

.z-ig-slider-heading {
  color: #fff;
  text-align: center;
  background-image: url('../images/slider-title-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.z-ig-slider-heading.center {
  background-image: none;
  height: auto;
  position: absolute;
  inset: 0%;
}

.z-ig-slider-heading.inactive {
  background-image: none;
  height: auto;
  font-size: 14px;
  position: absolute;
  inset: 0%;
}

.z-nav_menu-button {
  padding: 0;
}

.div-block-761 {
  height: 100%;
}

.z-ig-hero-wapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.z-menu-tab-content-div {
  background-color: #fff;
  border-top: 2px solid #5051f9;
  padding: 20px;
}

.z-ig-slide-arrow-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.z-freelancer-review-analytics-paragraph {
  color: #5f6187;
  font-size: 20px;
  line-height: 32px;
}

.z-freelancer-slider-left-arrow-img {
  width: 9px;
}

.z-ig-slide-container {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.z-nav-menu-card-paragraph {
  color: #5f6187;
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
}

.z-ig-slider-progress-bar {
  background-color: #fff3;
  border-radius: 100px;
  width: 100%;
  max-width: 460px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.z-nav-menu-card-span {
  color: #5051f9;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.z-menu-tab-link {
  color: #23235f;
  background-color: #ddd0;
  border-radius: 4px;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.z-menu-tab-link:hover, .z-menu-tab-link.w--current {
  color: #5051f9;
  background-color: #fff;
}

.z-menu-tab-link.title {
  color: #5f6187;
  margin-bottom: 12px;
  margin-left: 12px;
  padding: 0;
  font-weight: 400;
}

.z-menu-tab-link.title.w--current {
  background-color: #fff0;
}

.z-menu-tab-link.title-c {
  color: #5f6187;
  margin-bottom: 12px;
  margin-left: 12px;
  padding: 0;
  font-weight: 400;
}

.z-menu-tab-link.title-c:hover, .z-menu-tab-link.title-c.w--current {
  background-color: #fff0;
}

.z-ig-tab-link-m {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ffffff80;
  background-color: #ddd0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 340px;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.z-ig-tab-link-m.w--current {
  color: #fff;
  background-color: #ffffff14;
}

.z-ig-tab-link-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
}

.z-left-arrow {
  color: #5f6187;
  background-color: #fff;
  border: 2px solid #c9c9c9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: none;
}

.z-left-arrow:hover {
  color: #5051f9;
  background-color: #f1f1ff;
  border-color: #5051f9;
}

.z-freelancer-review-img {
  width: 100%;
  height: 100%;
}

.z-ig-hero-scroll {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

.z-ig-slide-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.z-ig-slider-progress-active {
  background-image: linear-gradient(90deg, #4c66d4, #bb338c 40%, #f8782c 50%, #db2e7b);
  border-radius: 100px;
  width: 0%;
  height: 4px;
}

.z-nav-menu-tab-card-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

.z-slider-dots-inactive {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #5051f9;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
}

.z-ig-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.z-ig-container.full-width-reels {
  max-width: 1920px;
}

.z-ig-container.full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.z-ig-slider-content-opacity {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.z-login-btn {
  color: #5051f9;
  white-space: nowrap;
  border: 1.5px solid #5051f9;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.z-login-btn:hover {
  background-color: #f9fafb;
}

.z-login-btn.hide-tablet {
  line-height: 100%;
}

.z-login-btn.hide-tablet:hover {
  background-color: #f1f1ff;
}

.z-faq-item {
  cursor: pointer;
  border-radius: 10px;
  flex-flow: column;
  padding: 0;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 20px #293e7026;
}

.z-ig-tab-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.z-ig-tab-link-paragraph-m {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.z-ig-hero-highlight {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #d8b0d5;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.code-embed-10 {
  display: none;
}

.z-nav-menu-tab-card-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffffffe6;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  padding: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.z-nav-menu-tab-card-wrapper:hover {
  background-color: #fff;
  box-shadow: 0 4px 54px #0003;
}

.z-nav-menu-tab-card-wrapper._w-300px {
  background-color: #fff;
  width: 300px;
  max-width: 100%;
}

.embed {
  display: none;
}

.z-freelancer-review-right {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 40%;
  display: flex;
}

.z-freelancer-review-btn-arrow {
  margin-top: 4px;
}

.z-rc-stack-paragraph {
  color: #5f6284;
  text-align: center;
  width: 100%;
  max-width: 996px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.z-rc-stack-heading {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 18px;
  font-size: 42px;
  font-weight: 600;
  line-height: 110%;
}

.z-freelancer-review-analytics {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  margin-top: 37px;
  margin-bottom: 55px;
  display: flex;
}

.z-nav-dropdown-list-d.w--open {
  background-color: #ddd0;
  flex-flow: column;
}

.z-dropdown-menu-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #23235f;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.z-dropdown-menu-link:hover {
  background-color: #efefff;
}

.z-dropdown-menu-link.active {
  background-image: linear-gradient(45deg, #f5ebff, #efefff);
  border: 1px solid #0000;
}

.z-dropdown-menu-link.active:hover {
  color: #5b45d9;
  background-image: linear-gradient(45deg, #efefff, #f5ebff);
  border: 1px solid #ad5ff7;
}

.z-dropdown-menu-link.center-align {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
}

.z-dropdown-menu-link.center-align:hover {
  color: #5051f9;
}

.z-dropdown-menu-link.center-align.inactive {
  color: #5f6187;
  cursor: not-allowed;
  border: .8px dashed #ceceff;
}

.z-dropdown-menu-link.hover-up-animation:hover {
  color: #5051f9;
  transform: translate(0, -2px);
}

.z-rc-logo-img {
  width: 24px;
}

.z-nav-menu-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.z-menu-instagram.hover-up-animation {
  transition: all .2s;
}

.z-menu-instagram.hover-up-animation:hover {
  transform: translate(0, -2px);
}

.z-ig-slide-arrow-right {
  cursor: pointer;
  background-color: #fff3;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.z-ig-slide-arrow-right:hover {
  background-color: #ffffff4d;
}

.text-block-211 {
  color: #5051f9;
  text-align: center;
  background-color: #f1f1ff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 10px;
  line-height: 100%;
}

.z-ig-bg-blur-red {
  z-index: 0;
  filter: blur(100px);
  background-image: radial-gradient(circle, #7d0350 30%, #fff);
  border: 80px solid #000;
  border-radius: 100%;
  width: 100%;
  max-width: 340px;
  height: 340px;
  position: absolute;
  inset: auto 10% 20% auto;
}

.z-ig-text-span {
  display: inline-block;
}

.z-freelancer-review-slide {
  cursor: grabbing;
  padding-left: 10px;
  padding-right: 10px;
}

.z-freelancer-review-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.z-nav-dropdown-content-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1.1fr .6fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.z-nav-dropdown-content-grid.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding: 0;
  display: grid;
}

.z-nav-dropdown-content-grid.grid-1 {
  grid-template-columns: 1.1fr;
  width: 100%;
  display: flex;
}

.z-nav-menu-card-img-wrapper {
  border-radius: .375rem;
  width: 100%;
  height: 100%;
}

.z-nav-menu-dropdown-toggle {
  color: #23235f;
  border-radius: 64px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 30px 8px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.z-nav-menu-dropdown-toggle:hover {
  color: #fff;
}

.z-nav-menu-dropdown-toggle.w--open {
  color: #fff;
  background-color: #5051f9;
}

.z-ig-reels-wrapper {
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.z-ig-hero-paragraph {
  color: #5f6284;
  text-align: center;
  width: 100%;
  max-width: 790px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.anchor-link {
  position: absolute;
  inset: -200px 0% auto;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.z-ig-bg-blur-purple {
  z-index: 0;
  filter: blur(100px);
  background-image: radial-gradient(circle, #34006e, #fff0);
  border-radius: 100%;
  width: 100%;
  max-width: 340px;
  height: 340px;
  position: absolute;
  inset: 5% auto auto 10%;
}

.z-ig-bg-blur-purple._2 {
  top: 20%;
  left: 5%;
}

.z-nav-social-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

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

.z-ig-bg-blur-yellow2 {
  z-index: 0;
  filter: blur(100px);
  background-image: radial-gradient(circle, #484a04, #fffc);
  border: 80px solid #000;
  border-radius: 100%;
  width: 100%;
  max-width: 340px;
  height: 340px;
  position: absolute;
  inset: auto auto 12% 10%;
}

.z-ig-bg-blur-yellow2._2 {
  background-image: radial-gradient(circle, #484a04, #fffc);
  inset: auto 6% 13% auto;
}

.z-ig-bg-blur-white {
  z-index: 0;
  filter: blur(80px);
  background-image: radial-gradient(circle, #001539, #fffc);
  border: 80px solid #000;
  border-radius: 100%;
  width: 100%;
  max-width: 340px;
  height: 340px;
  position: absolute;
  inset: auto auto 20% 8%;
}

.z-freelancer-review-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #5051f9;
  background-color: #fff;
  border: 1px solid #5051f9;
  border-radius: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.z-freelancer-review-btn.color-white {
  height: 48px;
  text-decoration: none;
  transition: all .3s;
}

.z-freelancer-review-btn.color-white:hover {
  background-color: #f1f1ff;
}

.z-rc-logo-track {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: 0 0 0;
  justify-content: flex-start;
  align-items: flex-start;
  animation: 20s linear infinite scroll;
  display: flex;
}

.z-ig-tab-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-flex;
  position: relative;
}

.z-ig-tab-cards-wrapper.top-80px {
  margin-top: 80px;
}

.z-nav-menu-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.z-ig-tab-card-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.z-tab-menu-arrow {
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.z-ig-reels-paragraph {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.z-freelancer-review-analytics-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 130%;
}

.z-nav-logo-link {
  padding-left: 0;
}

.z-ig-tab-content-wrapper {
  width: 100%;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.z-nav-menu-inside-dropdown-toggle-c {
  justify-content: flex-start;
  align-items: center;
  padding: 6px 18px 6px 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.z-nav-menu-inside-dropdown-toggle-c:hover, .z-nav-menu-inside-dropdown-toggle-c.w--open {
  color: #5051f9;
}

.z-nav-dropdown-content-tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.z-ig-slider-bg {
  width: 100%;
  height: 100%;
}

.z-ig-slider-bg.inactive {
  width: 80%;
}

.z-ig-bg-blur-pink {
  z-index: 0;
  filter: blur(80px);
  background-image: radial-gradient(circle, #34006e, #fffc);
  border: 80px solid #000;
  border-radius: 100%;
  width: 100%;
  max-width: 340px;
  height: 340px;
  position: absolute;
  inset: 5% auto auto 5%;
}

.z-faqs-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.z-faqs-wrapper.r-padding {
  padding-left: 0;
  padding-right: 0;
}

.z-rc-stack-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.z-freelancer-review-name {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.z-rc-section {
  overflow: hidden;
}

.z-ig-bg-blur-gray {
  z-index: 0;
  filter: blur(100px);
  background-image: radial-gradient(circle, #d9d9d9, #fff9);
  border: 80px solid #000;
  border-radius: 100%;
  width: 100%;
  max-width: 340px;
  height: 340px;
  position: absolute;
  inset: auto auto 10% 10%;
}

.z-faqs-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.z-ig-tab-content {
  width: 100%;
  max-width: 100%;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.z-freelancer-review-icon {
  height: 48px;
}

.z-freelancer-review-icon.cybele {
  height: 38px;
}

.z-menu-tab-link-c {
  color: #23235f;
  background-color: #ddd0;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.z-menu-tab-link-c:hover {
  color: #5051f9;
}

.z-menu-tab-link-c.w--current {
  color: #5051f9;
  background-color: #fff;
}

.code-embed-11 {
  display: none;
}

.z-nav-menu-dropdown-c {
  color: #23235f;
  border-radius: 64px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  position: static;
}

.z-nav-menu-dropdown-c:hover {
  color: #5051f9;
  background-color: #f1f1ff;
}

.z-nav-menu-dropdown-c.padding-6px {
  color: #23235f;
  font-weight: 400;
}

.z-nav-menu-dropdown-c.padding-6px:hover {
  color: #fff;
  background-color: #5051f9;
}

.z-ig-tab-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.z-faq-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.z-rc-text-span {
  display: inline-block;
}

.z-ig-bg-blur-rose {
  z-index: 0;
  filter: blur(80px);
  background-image: radial-gradient(circle, #7d0350, #fffc);
  border: 80px solid #000;
  border-radius: 100%;
  width: 100%;
  max-width: 340px;
  height: 340px;
  position: absolute;
  inset: 5% 7% auto auto;
}

.z-ig-bg-blur-rose._2 {
  top: 28%;
  right: 8%;
}

.z-ig-hero-scroll-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 60px;
}

.z-ig-bg-blur-yellow {
  z-index: 0;
  filter: blur(100px);
  background-image: radial-gradient(circle, #484a04, #fffc);
  border: 80px solid #000;
  border-radius: 100%;
  width: 100%;
  max-width: 340px;
  height: 340px;
  position: absolute;
  inset: auto auto 6% 10%;
}

.z-ig-bg-blur-yellow._2 {
  inset: auto 7% 8% auto;
}

.z-left-arrow-freelancer {
  margin-top: 6px;
}

.z-left-arrow-freelancer.rotate-180 {
  margin-top: -4px;
  transform: rotate(180deg);
}

.z-rc-cta-btn {
  color: #fce762;
  background-color: #3898ec00;
  border: 1px solid #fce762;
  border-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: all .8s;
  display: flex;
}

.z-rc-cta-btn:hover, .z-rc-cta-btn.color-fill {
  color: #23235f;
  background-color: #fce762;
}

.z-rc-cta-btn.color-fill:hover {
  background-color: #d1bd3d;
}

.z-rc-cta-btn.outline:hover {
  color: #fce762;
  background-color: #fce7621a;
}

.z-nav-menu-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.z-ig-hero-meta-img {
  height: 12px;
}

.z-ig-logos {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.slide-nav-3 {
  height: 40px;
  display: none;
  inset: auto 0% -20%;
}

.z-nav-menu-tab-card {
  background-color: #fff;
  width: 100%;
  max-width: 350px;
  padding: 20px;
}

.z-igp-text-cta-span {
  display: inline-block;
}

.z-freelancer-review-slider-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 110%;
}

.z-freelancer-review-slider-heading.text-36px {
  font-weight: 600;
}

.z-freelancer-review-slider-wrapper {
  margin-top: 64px;
  position: relative;
}

.slide-container-mobile {
  display: none;
}

.z-freelancer-slider-right-arrow-img {
  width: 9px;
  transform: rotate(180deg);
}

.z-ig-logo {
  width: 160px;
}

.z-rc-logo-text {
  line-height: 100%;
}

.z-nav-menu-card-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 300px;
  padding: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.z-nav-menu-card-link:hover {
  background-color: #fff;
  box-shadow: 0 4px 54px #00000024;
}

.z-nav-menu-tab-card-link {
  color: #5051f9;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}

.z-ig-faq-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.z-ig-tab-menu {
  z-index: 999;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 70px;
}

.z-faq-heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.z-rc-stack-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #5051f9;
  background-color: #fff;
  border: 1px solid #5051f9;
  border-radius: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.z-rc-stack-btn:hover {
  background-color: #f1f1ff;
}

.z-ig-tab-wrapper {
  padding-top: 60px;
  padding-bottom: 90px;
}

.z-nav-dropdown-list-c.w--open {
  background-color: #ddd0;
  flex-flow: column;
}

.z-faq-paragraph {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 130%;
}

.z-slider-dots-active {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #5051f9;
  border: 1px solid #5051f9;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
}

.z-nav-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 50px;
  display: flex;
  position: static;
}

.z-nav-logo-img {
  width: 100%;
  max-width: 120px;
}

.z-rc-cta-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 600;
  line-height: 110%;
}

.z-ig-tab-card-img {
  width: 100%;
}

.z-ig-tab-card-img._w-346 {
  width: 100%;
  max-width: 85%;
}

.z-ig-tab-card-img._w-80 {
  width: 100%;
  max-width: 80%;
}

.z-rc-logo-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.z-rc-logo-list.logo-animate {
  flex: none;
}

.z-ig-tab-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ffffff14;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  padding: 26px;
  display: flex;
  position: relative;
  box-shadow: inset 0 4px 4px 1px #00000040;
}

.z-ig-tab-card._w-100 {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}

.z-ig-tab-card.h-100 {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.z-ig-tab-card.b-0px {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
}

.z-ig-tab-card.center {
  align-items: center;
}

.z-ig-slider-header {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.z-right-arrow {
  color: #5f6187;
  border: 2px solid #c9c9c9b3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: none;
}

.z-right-arrow:hover {
  color: #5051f9;
  background-color: #f1f1ff;
  border-color: #5051f9;
}

.z-ig-hero-highlights {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  display: flex;
}

.lottie-container {
  justify-content: center;
  width: 100%;
  max-width: 80%;
  display: flex;
}

.z-menu-tab-right-content {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.z-ig-slide-item-wrapper {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 420px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  line-height: 40px;
  display: flex;
}

.z-ig-section.bg-dark {
  background-color: #000;
  overflow: hidden;
}

.z-ig-section.bg-gradient {
  background-image: linear-gradient(#f5d9f4, #fff 26%);
}

.z-ig-section.bg-gradient-purple {
  background-image: linear-gradient(#24002b, #000 10%);
  position: relative;
}

.z-freelancer-review-right-arrow {
  color: #000;
  border: 2px solid #c9c9c9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  inset: auto 0 -20% 12%;
}

.z-menu-tab-right-content-c {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  width: 300px;
  max-width: 100%;
  display: block;
}

.z-menu-tab-right-content-c._w-200px {
  width: 200px;
}

.z-ig-reel {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 16px;
  flex-flow: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  transform: scale(.9);
}

.z-freelancer-slider-control {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.z-ig-slider-content-inactive {
  z-index: -1;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  line-height: 40px;
  display: flex;
  position: absolute;
  inset: 75% 0% 0%;
}

.z-nav-menu-card-heading {
  color: #23235f;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.z-rc-cta-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 32px;
}

.z-nav-menu-tab-card-heading {
  color: #23235f;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
}

.z-faqs-paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.z-freelancer-review-slides {
  height: auto;
}

.z-ig-tabs {
  flex-flow: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.z-ig-tabs.mobile {
  display: none;
}

.z-dropdown-menu-list-icon {
  width: 26px;
  height: 26px;
  margin-top: -2px;
}

.z-dropdown-menu-list-icon._w-20px {
  width: 20px;
  height: 20px;
}

.z-dropdown-menu-list-icon._w-18px {
  width: 18px;
  height: 18px;
}

.z-nav-menu-card-img {
  object-fit: cover;
  width: 100%;
}

.z-ig-text-red {
  color: #bb338c;
}

.z-rc-cta-wrapper {
  background-color: #0c153a;
  background-image: url('../images/zepic-cta-bg-img.svg');
  background-position: 3% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 100px auto;
  padding: 64px 40px;
  display: flex;
}

.z-ig-page-wrapper {
  color: #23235f;
}

.z-navbar.sticky-header {
  z-index: 2147483647;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 4px #687a9926;
}

.z-menu-tab-content-link {
  color: #23235f;
  background-color: #ddd0;
  border-radius: 4px;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.z-menu-tab-content-link:hover {
  color: #5051f9;
  background-color: #ebebff;
}

.z-menu-tab-content-link.w--current {
  color: #5051f9;
  background-color: #fff;
}

.z-menu-tab-content-link.hover-up-animation {
  transition: all .2s;
}

.z-menu-tab-content-link.hover-up-animation:hover {
  transform: translate(0, -2px);
}

.z-menu-tab-content-link.title-purple {
  color: #5051f9;
  background-color: #ddd0;
  margin-bottom: 12px;
  margin-left: 12px;
  padding: 0;
  font-weight: 400;
}

.z-menu-tab-content-link.title-purple.w--current {
  background-color: #fff0;
}

.z-menu-tabl-left {
  background-color: #f6f6fb;
  flex-flow: column;
  width: 100%;
  max-width: 250px;
  padding: 20px;
  display: flex;
}

.z-nav-menu-paragraph {
  color: #5f6187;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
}

.z-menu-resources-div {
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 910px;
  margin-top: 35px;
  display: flex;
  box-shadow: 0 4px 30px #0003;
}

.z-nav-menu-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.z-nav-menu-card-wrapper {
  flex-flow: row;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-left: 30px;
}

.z-nav-menu-tab-card-c {
  background-color: #fff;
  border-top: 2px solid #5051f9;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.z-ig-hero-highlight-text {
  color: #1c2b33;
  font-weight: 500;
}

.z-mobile-menu {
  display: none;
}

.z-faq-heading-arrow {
  color: #5c6fcc;
}

.z-ig-slider-content-active {
  opacity: 0;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  line-height: 40px;
  display: flex;
}

.z-ig-tab-link-paragraph {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

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

@media screen and (min-width: 1920px) {
  .booking-widget-section {
    flex-flow: column;
  }

  .z-ig-heading-bg.h-70 {
    height: 70px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: .619375em;
  }

  .inda-book-grid {
    max-width: 100%;
  }

  .inda-calender {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .inda-section {
    padding: 60px 20px;
  }

  .inda-section.bg-gray-color, .inda-section.bg-light-gray-color {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inda-section.bg-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/Image.png');
    background-position: 0 0, 0%;
  }

  .inda-founder-content {
    flex-flow: column;
  }

  .inda-tc-content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .inda-book-content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .inda-family-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inda-villa-content-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .inda-future-content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .inda-villa-grid {
    max-width: 100%;
  }

  .inda-idea-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inda-future-grid {
    align-items: center;
    max-width: 100%;
  }

  .inda-work-grid {
    max-width: 100%;
  }

  .inda-family-content-grid, .inda-works-content-grid, .inda-faq-content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .inda-text-h1 {
    ---mode--collection-9a7c4439-594b-123d-ac1d-304a5a5d248c: mode-9b2c756b-d6d3-c14a-3503-9c9186e6377f;
    font-size: 50px;
  }

  .z-freelancer-review-paragraph {
    margin-top: 14px;
    margin-bottom: 20px;
  }

  .z-freelancer-review-left-arrow {
    bottom: -15%;
    right: 20%;
  }

  .z-menu-dropdown-icon {
    margin-right: 20px;
    inset: auto 0% auto auto;
  }

  .z-ig-slider-wrapper.desktop {
    display: none;
  }

  .z-free-trial-btn {
    height: 40px;
    line-height: 100%;
  }

  .z-nav-dropdown-menu-list {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    border-right-style: none;
    padding-left: 0;
    padding-right: 20px;
  }

  .z-nav-dropdown-menu-list.remove-left-padding {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .z-nav-dropdown-menu-list.hide-desktop {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    display: flex;
  }

  .z-nav-dropdown-menu-list.remove-left-border.remove-left-padding {
    padding-bottom: 8px;
  }

  .z-ig-card-relative {
    width: 100%;
    max-width: 100%;
  }

  .z-menu-dropdown-icon-c {
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .z-nav-dropdown-container {
    box-shadow: none;
    background-color: #fff0;
    border-top-style: none;
    border-radius: 0;
    padding: 0;
    top: 0;
  }

  .z-nav-dropdown-container._w-resources {
    flex-flow: column;
  }

  .z-nav-dropdown-container._w-resources.hide {
    max-width: 100%;
    display: block;
    overflow: hidden;
  }

  .z-nav-dropdown-container._w-product {
    padding-top: 6px;
    padding-bottom: 4px;
  }

  .z-nav-dropdown-container._w-solutions {
    max-width: 100%;
  }

  .content-wrapper-2 {
    max-width: 50%;
  }

  .z-nav-menu-inside-dropdown-c {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    color: #23235f;
    border-bottom: .6px solid #d8e0ed;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    position: relative;
  }

  .z-nav-menu-inside-dropdown-c:hover {
    color: #5051f9;
    background-color: #fff;
    padding-right: 0;
  }

  .z-ig-slider-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 100%;
    margin-bottom: 18px;
  }

  .z-ig-tab-card-heading {
    font-size: 20px;
    font-weight: 600;
  }

  .z-ig-hero-heading {
    margin-top: 14px;
    margin-bottom: 8px;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .z-freelancer-review-left {
    max-width: 100%;
  }

  .z-ig-reels-heading {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 120%;
  }

  .z-ig-tab-card-paragraph {
    line-height: 28px;
  }

  .z-ig-tab-link {
    max-width: 100%;
    padding: 0;
  }

  .z-nav-menu-card-content {
    max-width: none;
  }

  .z-rc-container.l-r-space {
    padding-left: 0;
    padding-right: 0;
  }

  .z-ig-bg-blur-green {
    top: 25%;
    right: 25%;
  }

  .z-dropdoem-menu-heading {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
  }

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

  .z-ig-bg-blur-gray-2 {
    bottom: 25%;
    right: 25%;
  }

  .z-ig-bg-blur-gray-2.yellow {
    background-image: radial-gradient(circle, #484a04, #fffc);
    max-width: 400px;
    height: 400px;
    bottom: auto;
  }

  .z-ig-bg-blur-gray-2.easy {
    background-image: radial-gradient(circle, #003430, #fffc);
    max-width: 300px;
    height: 300px;
    bottom: 15%;
    right: 25%;
  }

  .z-nav-menu-dropdown {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    border-bottom: .6px solid #d8e0ed;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
  }

  .z-nav-menu-dropdown:hover {
    background-color: #fff;
    padding-right: 0;
  }

  .z-ig-tab-cards-div.col {
    padding-left: 0;
    padding-right: 0;
  }

  .z-dropdown-menu-icon-wrapper {
    flex-flow: column;
  }

  .z-ig-slider-paragraph {
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
  }

  .z-nav-dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .z-nav-dropdown-list.w--open {
    align-items: flex-start;
    position: relative;
    top: 0;
  }

  .z-ig-slider-heading {
    background-size: contain;
    font-size: 22px;
  }

  .z-ig-slider-heading.big-2 {
    background-size: 320px;
  }

  .z-ig-slider-heading.big {
    background-size: 280px;
  }

  .z-nav_menu-button {
    color: #5f6187;
  }

  .z-nav_menu-button.w--open {
    background-color: #0000;
  }

  .div-block-761 {
    position: relative;
  }

  .z-cta-text-span {
    display: inline-block;
  }

  .z-ig-tab-link-m {
    max-width: 100%;
    padding: 0;
  }

  .z-ig-tab-link-heading {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #4c66d4, #bb338c 40%, #f8782c 70%, #db2e7b);
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 120%;
  }

  .z-ig-hero-scroll {
    height: auto;
  }

  .z-nav-menu-tab-card-content {
    max-width: none;
  }

  .z-ig-container.full-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .z-ig-tab-link-paragraph-m {
    color: #fff;
  }

  .z-freelancer-review-right {
    display: none;
  }

  .z-rc-stack-heading {
    margin-bottom: 16px;
  }

  .z-freelancer-review-analytics {
    margin-top: 28px;
    margin-bottom: 48px;
  }

  .z-nav-dropdown-list-d {
    position: relative;
    overflow: hidden;
  }

  .z-nav-dropdown-list-d.w--open {
    align-items: flex-start;
    position: relative;
    top: 0;
  }

  .z-dropdown-menu-link {
    align-items: center;
    padding: 8px;
  }

  .z-dropdown-menu-link:hover {
    background-color: #efefff;
  }

  .z-dropdown-menu-link.center-align {
    width: auto;
  }

  .z-dropdown-menu-link.hover-up-animation:hover {
    background-color: #efefff;
    transform: translate(0);
  }

  .z-nav-menu-content.tablet-menu {
    color: #23235f;
    padding: 8px;
    text-decoration: none;
  }

  .z-nav-menu-content.tablet-menu:hover {
    color: #5051f9;
    background-color: #efefff;
    border-radius: 4px;
  }

  .z-nav-menu-content.tablet-resources-link {
    color: #23235f;
    border-bottom: .6px solid #d8e0ed;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
  }

  .z-nav-menu-content.tablet-resources-link:hover {
    color: #5051f9;
  }

  .z-menu-instagram.hover-up-animation:hover {
    transform: translate(0);
  }

  .z-ig-bg-blur-red {
    max-width: 500px;
    height: 500px;
    bottom: 5%;
    left: 10%;
    right: auto;
  }

  .z-menu-icon_line-top {
    background-color: #5f6187;
    border-radius: 50px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .z-nav-dropdown-content-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    display: flex;
  }

  .z-nav-dropdown-content-grid.grid-2.hide-tablet {
    display: none;
  }

  .z-nav-menu-dropdown-toggle {
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    display: flex;
  }

  .z-nav-menu-dropdown-toggle:hover, .z-nav-menu-dropdown-toggle.w--open {
    color: #fff;
    background-color: #5051f9;
  }

  .z-menu-title {
    text-align: left;
    font-weight: 400;
  }

  .z-menu-title.text-14px {
    font-weight: 400;
  }

  .z-ig-hero-paragraph {
    margin-bottom: 24px;
  }

  .z-ig-reels {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .z-ig-bg-blur-purple._2 {
    top: 25%;
    left: auto;
    right: 5%;
  }

  .z-nav-social-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .z-ig-bg-blur-white {
    opacity: .3;
    max-width: 500px;
    height: 500px;
  }

  .z-freelancer-review-btn.color-white {
    width: 100%;
  }

  .z-ig-tab-cards-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .z-nav-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #101828;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    display: flex;
  }

  .z-ig-tab-card-content {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-right: auto;
  }

  .z-menu-icon_line-bottom {
    background-color: #5f6187;
    border-radius: 50px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .z-tab-menu-arrow {
    inset: auto 0% auto auto;
  }

  .z-ig-reels-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .z-freelancer-review-analytics-heading {
    font-size: 48px;
  }

  .z-nav-menu-inside-dropdown-toggle-c {
    color: #23235f;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px 12px 0;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .z-ig-bg-blur-pink {
    max-width: 500px;
    height: 500px;
    top: 10%;
    left: 10%;
  }

  .z-rc-stack-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .z-freelancer-review-icon {
    height: 40px;
  }

  .z-nav-menu-dropdown-c {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    border-bottom: .6px solid #d8e0ed;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 14px;
    position: relative;
  }

  .z-nav-menu-dropdown-c:hover {
    background-color: #fff;
    padding: 14px;
  }

  .z-nav-menu-dropdown-c.padding-6px {
    border-radius: 0;
    padding: 14px;
  }

  .z-nav-menu-dropdown-c.padding-6px:hover {
    color: #fff;
  }

  .z-ig-bg-blur-rose {
    max-width: 400px;
    height: 400px;
    right: 25%;
  }

  .z-ig-bg-blur-rose._2 {
    max-width: 400px;
    height: 400px;
    right: 20%;
  }

  .z-ig-hero-scroll-container {
    display: none;
  }

  .z-ig-bg-blur-yellow {
    inset: auto auto 25% 25%;
  }

  .z-ig-bg-blur-yellow._2 {
    inset: 10% 25% auto auto;
  }

  .z-nav-menu-title {
    font-size: 14px;
    font-weight: 400;
  }

  .z-ig-logos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 20px;
  }

  .slide-nav-3 {
    bottom: -15%;
  }

  .z-freelancer-review-slider-wrapper {
    margin-top: 30px;
  }

  .slide-container-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin: 40px auto 60px;
    display: flex;
  }

  .z-ig-logo.hide {
    display: none;
  }

  .z-ig-faq-wrapper.b-space {
    margin-top: 0;
  }

  .z-ig-tab-wrapper {
    padding-bottom: 60px;
  }

  .z-nav-dropdown-list-c {
    position: relative;
    overflow: hidden;
  }

  .z-nav-dropdown-list-c.w--open {
    align-items: flex-start;
    position: relative;
    top: 0;
  }

  .z-nav-menu-wrapper {
    -webkit-text-fill-color: inherit;
    background-color: #f4f4ff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
    position: absolute;
  }

  .z-menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .z-rc-cta-heading {
    margin-bottom: 16px;
    line-height: 120%;
  }

  .z-ig-tab-card-img {
    width: 100%;
  }

  .z-ig-tab-card {
    width: 100%;
    max-width: 100%;
  }

  .z-ig-section.bg-gradient-purple {
    background-image: linear-gradient(#24002b, #000 5%);
    overflow: hidden;
  }

  .z-freelancer-review-right-arrow {
    bottom: -15%;
    left: 20%;
  }

  .z-ig-reel {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    transform: none;
  }

  .z-ig-slider-content-inactive {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 100%;
  }

  .z-menu-icon_line-middle {
    background-color: #5f6187;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .z-rc-cta-paragraph {
    margin-bottom: 40px;
  }

  .z-ig-tabs {
    margin-top: 50px;
  }

  .z-ig-tabs.desktop {
    display: none;
  }

  .z-ig-tabs.mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-start;
    display: flex;
  }

  .z-dropdown-menu-list-icon {
    width: 20px;
    height: 20px;
    margin-top: -5px;
  }

  .z-dropdown-menu-list-icon._w-20px {
    width: 16px;
    height: 16px;
    margin-top: -2px;
  }

  .z-dropdown-menu-list-icon._w-18px {
    width: 14px;
    height: 14px;
    margin-top: -2px;
  }

  .z-rc-cta-wrapper {
    background-position: 50%;
    margin-top: 48px;
    margin-bottom: 64px;
  }

  .z-rc-cta-wrapper.remove-radius {
    background-image: url('../images/zepic-cta-bg-img.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0;
  }

  .z-nav-menu-paragraph.hide-mobile-landscape, .z-menu-resources-div {
    display: none;
  }

  .z-nav-menu-right {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

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

  .z-nav-menu-card-wrapper {
    margin-left: 0;
    display: none;
  }

  .z-mobile-menu {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    align-items: center;
    display: flex;
  }

  .z-ig-slider-content-active {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 100%;
  }

  .z-ig-tab-link-paragraph {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .inda-section.bg-gray-color, .inda-section.bg-light-gray-color {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inda-text-paragraph.b-18px {
    margin-bottom: 14px;
  }

  .inda-tc-content-grid, .inda-book-content-grid {
    grid-template-columns: 1fr;
  }

  .inda-family-wrapper {
    padding: 40px;
  }

  .inda-text-h2 {
    font-size: 30px;
  }

  .inda-text-h2.b-24px {
    margin-bottom: 14px;
  }

  .inda-text-h2.b-18px {
    font-size: 30px;
  }

  .inda-villa-content-grid {
    grid-template-columns: 1fr;
  }

  .inda-text-h3-bold {
    font-size: 20px;
  }

  .inda-idea-wrapper {
    padding: 40px;
  }

  .booking-widget-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inda-tcl-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .inda-family-content-grid, .inda-works-content-grid {
    grid-template-columns: 1fr;
  }

  .inda-text-h3.b-18px {
    font-size: 20px;
  }

  .inda-faq-content-grid {
    grid-template-columns: 1fr;
  }

  .inda-text-h1 {
    ---mode--collection-9a7c4439-594b-123d-ac1d-304a5a5d248c: mode-1072f404-d112-966a-ba95-6257a0af7cd8;
  }

  .z-freelancer-review-paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .z-ig-slide-item {
    border-radius: 0;
    width: 100vw;
    height: 100%;
    transform: scale(1);
  }

  .z-freelancer-review-left-arrow {
    right: 25%;
  }

  .z-ig-tab-heading {
    font-size: 36px;
  }

  .z-free-trial-btn {
    font-size: 1rem;
  }

  .z-free-trial-btn:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .z-nav-dropdown-menu-list {
    width: 100%;
    max-width: 100%;
  }

  .z-nav-dropdown-menu-list.remove-left-padding {
    padding-right: 0;
  }

  .z-nav-dropdown-container {
    padding-top: 6px;
  }

  .z-nav-dropdown-container._w-solutions {
    padding-top: 0;
  }

  .z-ig-slider-content {
    border-radius: 0;
    height: 100%;
  }

  .z-ig-slide-wrapper {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-span-282 {
    background-image: linear-gradient(90deg, #f8782c, #bb338c 0%, #f8782c 7%, #db2e7b 53%);
  }

  .z-ig-bg-blur-green {
    opacity: .5;
    right: 20%;
  }

  .z-ig-hero-text-red {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #4c66d4, #bb338c 30%, #f8782c 70%, #db2e7b);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .z-nav-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .z-rc-logo-carousel {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 32px;
    margin-bottom: 48px;
    overflow: visible;
  }

  .z-freelancer-review-performance.r-right-margin {
    margin-right: 0;
  }

  .z-ig-hero-wapper {
    align-items: stretch;
  }

  .z-freelancer-review-analytics-paragraph {
    font-size: 16px;
    line-height: 130%;
  }

  .z-ig-tab-link-m.top-30 {
    margin-top: 30px;
  }

  .z-ig-slide-content-wrapper {
    object-fit: cover;
  }

  .z-login-btn:hover {
    color: #475467;
    background-color: #0000;
  }

  .z-ig-hero-highlight.hide {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .z-nav-menu-tab-card-wrapper:hover {
    background-color: #0000;
  }

  .z-rc-stack-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .z-rc-stack-heading {
    font-size: 36px;
  }

  .z-freelancer-review-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .z-nav-dropdown-content-grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .z-ig-hero-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .z-ig-bg-blur-yellow2 {
    opacity: .3;
  }

  .z-freelancer-review-analytics-heading {
    font-size: 36px;
    line-height: 150%;
  }

  .z-ig-bg-blur-pink {
    max-width: 400px;
    height: 400px;
  }

  .z-faqs-heading {
    text-align: left;
    margin-bottom: 18px;
    font-size: 26px;
  }

  .z-ig-tab-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .z-ig-logos {
    margin-top: 0;
  }

  .z-igp-text-cta-span {
    display: inline-flex;
  }

  .z-freelancer-review-slider-heading.text-36px {
    font-size: 36px;
  }

  .z-nav-menu-card-link:hover {
    background-color: #0000;
  }

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

  .z-rc-cta-heading {
    font-size: 32px;
    line-height: 44px;
  }

  .z-ig-tab-card {
    padding: 24px;
  }

  .z-ig-slide-item-wrapper {
    border-radius: 0;
    width: 100vw;
    height: 100%;
  }

  .z-freelancer-review-right-arrow {
    left: 25%;
  }

  .z-ig-reel {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
  }

  .z-ig-slider-content-inactive {
    border-radius: 0;
    height: 100%;
  }

  .z-rc-cta-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .z-faqs-paragraph {
    text-align: left;
    font-size: 16px;
  }

  .z-nav-menu-paragraph.hide-mobile-landscape {
    display: none;
  }

  .z-ig-slider-content-active {
    border-radius: 0;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .inda-book-grid {
    flex-flow: column;
    align-items: flex-start;
  }

  .inda-text-paragraph.b-18px {
    margin-bottom: 14px;
  }

  .inda-family-wrapper {
    padding: 24px;
  }

  .inda-text-h2.b-18px {
    margin-bottom: 14px;
  }

  .inda-villa-grid {
    flex-flow: column;
    align-items: flex-start;
  }

  .inda-text-h3-bold {
    font-size: 20px;
  }

  .inda-idea-wrapper {
    padding: 24px;
  }

  .inda-future-grid, .inda-work-grid {
    flex-flow: column;
    align-items: flex-start;
  }

  .inda-hero-btns {
    flex-flow: column;
  }

  .inda-text-h3 {
    font-size: 18px;
  }

  .inda-text-h3.b-18px {
    margin-bottom: 14px;
  }

  .inda-text-h1 {
    ---mode--collection-9a7c4439-594b-123d-ac1d-304a5a5d248c: mode-60460238-536d-9c4e-5588-db46f07d3159;
    font-size: 40px;
  }

  .z-freelancer-review-paragraph {
    font-size: 16px;
  }

  .z-freelancer-review-left-arrow {
    bottom: -12%;
    right: 50%;
  }

  .z-ig-tab-heading {
    font-size: 30px;
  }

  .z-cta-btn-wrapper {
    flex-flow: column;
  }

  .content-wrapper-2 {
    max-width: 80%;
  }

  .z-ig-tab-card-heading {
    line-height: 150%;
  }

  .z-ig-hero-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .z-ig-slide-wrapper {
    width: 100%;
    height: 100%;
  }

  .z-nav-menu-card-content {
    margin-top: .5rem;
  }

  .z-ig-bg-blur-gray-2.yellow {
    bottom: auto;
    right: 5%;
  }

  .z-ig-bg-blur-gray-2.easy {
    bottom: auto;
    right: auto;
  }

  .z-ig-hero-btn {
    width: 100%;
    max-width: 100%;
  }

  .z-freelancer-review-performance {
    margin-right: 10px;
    padding-left: 10px;
  }

  .z-freelancer-review-performance.r-right-margin {
    margin-right: 0;
  }

  .z-freelancer-review-analytics-paragraph {
    font-size: 14px;
  }

  .z-nav-menu-tab-card-content {
    margin-top: .5rem;
  }

  .z-ig-hero-highlight.hide {
    display: none;
  }

  .z-nav-menu-tab-card-wrapper {
    flex-direction: column;
    display: flex;
  }

  .z-freelancer-review-analytics {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .z-freelancer-review-slide {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .z-nav-dropdown-content-grid {
    grid-template-columns: 1fr;
  }

  .z-ig-reels-wrapper {
    margin-top: 60px;
  }

  .z-ig-bg-blur-yellow2, .z-ig-bg-blur-yellow2._2 {
    max-width: 250px;
    height: 250px;
  }

  .z-ig-bg-blur-white {
    background-image: radial-gradient(circle, #4575c7, #fffc);
    max-width: 300px;
    height: 300px;
  }

  .z-freelancer-review-analytics-heading {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 130%;
  }

  .z-ig-bg-blur-pink {
    max-width: 300px;
    height: 300px;
  }

  .z-rc-stack-wrapper {
    align-items: stretch;
  }

  .z-freelancer-review-name {
    font-size: 16px;
  }

  .z-ig-bg-blur-gray {
    background-image: radial-gradient(circle, #001539, #fff9);
  }

  .z-rc-text-span {
    display: inline-block;
  }

  .z-ig-bg-blur-rose {
    height: 250px;
    right: 5%;
  }

  .z-ig-bg-blur-rose._2 {
    right: 5%;
  }

  .z-ig-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .slide-nav-3 {
    bottom: -12%;
  }

  .z-freelancer-review-slider-heading {
    font-size: 36px;
    line-height: 100%;
  }

  .z-freelancer-review-slider-heading.text-36px {
    line-height: 110%;
  }

  .slide-container-mobile {
    align-items: center;
    width: 100%;
  }

  .z-nav-menu-card-link {
    flex-direction: column;
    display: flex;
  }

  .z-rc-stack-btn {
    text-align: center;
  }

  .z-nav-logo-img {
    height: 36px;
  }

  .z-rc-cta-heading {
    font-size: 32px;
    line-height: 44px;
  }

  .z-ig-tab-card._w-100 {
    padding-bottom: 24px;
  }

  .z-freelancer-review-right-arrow {
    bottom: -12%;
    left: 50%;
  }

  .z-rc-cta-paragraph {
    font-size: 16px;
    line-height: 28px;
  }

  .z-rc-cta-wrapper.remove-radius {
    align-items: stretch;
  }

  .z-nav-menu-card-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }
}

#w-node-cbf98712-19ab-ab07-59e7-ce05015cd208-1e56ffb5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cbf98712-19ab-ab07-59e7-ce05015cd22e-1e56ffb5 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Sourcesans 3 Variablefont Wght';
  src: url('../fonts/SourceSans3-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3 Variablefont Wght';
  src: url('../fonts/SourceSans3-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/SourceSans3-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-ExtraBold.ttf') format('truetype'), url('../fonts/SourceSans3-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roobertpro';
  src: url('../fonts/RoobertPRO-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobertpro';
  src: url('../fonts/RoobertPRO-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobertpro';
  src: url('../fonts/RoobertPRO-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobertpro';
  src: url('../fonts/RoobertPRO-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roobertpro';
  src: url('../fonts/RoobertPRO-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}