.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.logo-image-2 {
  width: 250px;
  max-width: 100%;
  padding-right: 5%;
}

.button-navigation-4 {
  margin-left: 14px;
  padding: 12px 20px;
  border: 1px dashed #6869ac;
  border-radius: 32px;
  background-color: #a656ff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #ebebeb;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.button-navigation-4:hover {
  background-color: #6869ac;
  color: #fff;
}

.image-3 {
  padding: 2px;
  background-color: #7c3ac6;
}

.banner-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(202, 203, 226, 0.27);
  border-radius: 10px;
  background-color: #7c3ac6;
  color: #a656ff;
  text-align: center;
}

.navigation-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
  color: rgba(51, 51, 51, 0);
}

.nav-main {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000000000;
}

.social-link-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3b2ae5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.social-link-nav:hover {
  opacity: 0.8;
}

.socials-in-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #dbdbdb;
  color: #7c3ac6;
}

.brand-2 {
  border-right: 1px dashed #6869ac;
}

.platform-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  max-height: 22px;
  max-width: 22px;
  margin-right: 0px;
  padding: 1px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7c3ac6;
  color: #290395;
}

.container-6 {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.link-5 {
  color: #e2c7ff;
  text-decoration: none;
}

.banner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7c3ac6;
  color: #2d0896;
}

.nav-link-3 {
  padding: 10px 24px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Montserrat, sans-serif;
  color: #2b2c4f;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.nav-link-3:hover {
  color: #6869ac;
}

.navigation-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.image-4 {
  color: #ebebeb;
}

.banner-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ebebeb;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.navigation-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-4 {
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 1.125rem;
  line-height: 1.7rem;
  font-weight: 400;
  text-decoration: none;
}

.link-4:hover {
  color: #484dff;
}

.hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-hero-2 {
  max-width: 550px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 21px;
  line-height: 32px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.text-span {
  color: #27b82c;
}

.button-3 {
  margin-right: 15px;
  padding: 12px 20px;
  border-radius: 45px;
  background-color: #7c3ac6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}

.container-3 {
  width: 100%;
  max-width: 1240px;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.hero-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  padding: 80px 5% 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #eaeaea;
  color: #ebee13;
  font-weight: 600;
}

.content-block-hero-2 {
  position: relative;
  max-width: 590px;
}

.heading-6 {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 4%;
  font-family: Montserrat, sans-serif;
  color: #7c3ac6;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.5px;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-image-2 {
  max-width: 110%;
}

.button-wrap-hero {
  margin-top: 30px;
}

.hero-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brands-association {
  padding: 30px 5%;
  background-color: #ebebeb;
}

.text-block-13 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.full-logo-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1160px;
  margin: 10px auto 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.light-logo {
  width: 130px;
  font-size: 16px;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
}

.services-total {
  width: 100%;
  max-width: 1240px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.services-total.space-below {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0px;
}

.service-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.services-section {
  padding: 20px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #eaeaea;
}

.feature-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-title {
  margin-top: 7px;
  margin-bottom: 15px;
  color: #484dff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.image-5 {
  max-width: 90%;
}

.content-block-right {
  display: block;
  width: 100%;
  min-height: 350px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.paragraph {
  width: 90%;
  max-width: 490px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.content-icon {
  width: 40px;
  margin-right: 15px;
}

.title-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 350px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-2 {
  max-width: 320px;
  color: #546681;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

.content-wrap {
  position: static;
  display: block;
  width: 500px;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.service-icon {
  width: 70px;
  margin-bottom: 25px;
}

.services-second {
  display: block;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #7c3ac6;
  text-align: center;
}

.content-seo {
  margin-top: 2%;
  margin-bottom: 2%;
}

.content-freelance {
  margin-top: 2%;
  margin-bottom: 2%;
}

.heading-primary {
  max-width: 699px;
  margin-top: 0px;
  margin-right: -50px;
  font-family: Montserrat, sans-serif;
  color: #7c3ac6;
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
  text-align: left;
  letter-spacing: -0.5px;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-right: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column {
  width: 33%;
  padding: 10px;
}

.card-content-wrap {
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #6b539a;
  text-align: center;
}

.column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hide-mobile-landscape {
  color: #fff;
  font-weight: 700;
}

.work_button-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0rem;
  margin-left: 0.5rem;
}

.work_project-button {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.75rem 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  background-color: #484dff;
  color: #161616;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

.work_grid {
  display: -ms-grid;
  display: grid;
  height: auto;
  margin-top: 6rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.work_project {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 0.75rem;
  box-shadow: 0 8px 2rem 0 rgba(0, 0, 0, 0.05);
}

.section-home-work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work_project-image {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.work_component {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  padding: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.5rem;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.padding-vertical.padding-large {
  padding: 3rem 0rem;
}

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

.page-padding-2 {
  padding: 4rem 5rem;
  background-color: #ebebeb;
}

.process_right {
  max-width: 20rem;
}

.bold-text-13 {
  font-weight: 800;
}

.paragraph-15 {
  max-width: 320rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

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

.process_step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.style-red {
  color: #ec4067;
}

.heading-xsmall-2 {
  margin-top: 0.5rem;
  color: #7c3ac6;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.section-home-process {
  background-color: #0a0a0a;
  color: #fff;
}

.margin-bottom-2 {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.paragraph-14 {
  max-width: 30rem;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-10 {
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.process_step-number-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #7c3ac6;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.home-process_component-2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-5 {
  padding: 0.75rem 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0.3125rem;
  background-color: #7c3ac6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.button-5:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.process_line-3 {
  width: 0.0625rem;
  height: 100%;
  border-left-style: dashed;
  border-left-width: 0.125rem;
  color: #1a3066;
}

.bold-text {
  position: static;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.process_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.process-side-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 6.5rem;
}

.margin-bottom {
  margin-bottom: 1rem;
  color: #1a3066;
  font-size: 25px;
}

.testimonial-image-2 {
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials_author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.testimonials_arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0a0a0a;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
}

.testimonials_arrow:hover {
  background-color: #ec4067;
}

.testimonials_arrow.is-left {
  right: 3.5rem;
  background-color: #fff;
  color: rgba(40, 41, 56, 0.6);
}

.testimonials_arrow.is-left:hover {
  background-color: #ec4067;
  color: #fff;
}

.review_rating-icon-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review_rating-icon-list.margin-small {
  margin-bottom: 0.8rem;
}

.testimonials_slide-nav {
  display: none;
}

.bold-text-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.7rem;
  font-weight: 600;
}

.testimonials_arrow-icon {
  height: 1rem;
  line-height: 0;
}

.testimonials_slider {
  height: auto;
  background-color: transparent;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-size-large {
  margin-bottom: 7px;
  font-family: 'Open Sans', sans-serif;
  color: #1b1c2b;
  font-size: 1.125rem;
  line-height: 1.7rem;
  font-weight: 600;
}

.text-size-tiny {
  font-size: 0.75rem;
}

.page-padding-3 {
  padding: 5% 5rem;
  background-color: #ebebeb;
}

.paragraph-22 {
  color: #546681;
}

.review_google-icon {
  margin-right: 0.5rem;
  margin-bottom: 0rem;
  margin-left: 0.5rem;
}

.review_google-icon.margin-0 {
  margin-left: 0rem;
}

.review_rating-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  color: #fabc1a;
}

.testimonials_image-wrapper {
  overflow: hidden;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.heading-medium {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  color: #7c3ac6;
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}

.testimonials_component {
  grid-column-gap: 4rem;
  -ms-grid-columns: 30% 55%;
  grid-template-columns: 30% 55%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonials_name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-text-12 {
  color: #546681;
}

.margin-bottom-17 {
  margin-bottom: 1rem;
  background-color: #ebebeb;
}

.paragraph-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 1.125rem;
  line-height: 1.7rem;
  font-weight: 600;
}

.full-width-grid_content-wrapper-left {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 31.5rem;
  padding-right: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.div-block-3 {
  display: block;
  padding-right: 15%;
  padding-bottom: 20%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.section-home-about {
  padding-top: 0px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #ebebeb;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  margin-top: 10px;
  padding: 0.75rem 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0.3125rem;
  background-color: #7c3ac6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.button-6:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.avatar-x-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 96px;
  height: 96px;
  min-height: 96px;
  min-width: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #f3f5fb;
}

.margin-bottom-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text-4 {
  font-size: 2rem;
  line-height: 1.2rem;
  font-weight: 800;
}

.text-block-21 {
  font-size: 1.125rem;
  line-height: 1.7rem;
}

.secondary-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.secondary-button:hover {
  opacity: 0.8;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.in-tabs-image {
  position: relative;
  z-index: 5;
  min-height: 350px;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.tab-link-01 {
  padding: 20px;
  border-right: 5px solid #fff;
  background-color: #fff;
  opacity: 0.75;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  white-space: nowrap;
}

.tab-link-01:hover {
  opacity: 1;
}

.tab-link-01.w--current {
  border-right-color: #3b2ae5;
  background-color: #fff;
  opacity: 1;
  color: #3b2ae5;
}

.text-block-15 {
  color: #7c3ac6;
  font-weight: 700;
}

.tabs-content-01 {
  padding: 40px;
}

.text-block-19 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.7rem;
  font-weight: 700;
}

.border-effect {
  position: absolute;
  left: 15px;
  top: -20px;
  right: -20px;
  bottom: 15px;
  z-index: 1;
  border-style: solid;
  border-width: 5px;
  border-color: #3b2ae5;
  background-color: #fff;
}

.border-effect.no-fill {
  border-color: #7c3ac6;
  background-color: transparent;
}

.content-section-inner-01 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-2 {
  margin-top: 0px;
  color: #7c3ac6;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
}

.button-7 {
  padding: 13px 22px;
  border-radius: 0px;
  background-color: #7c3ac6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: none;
}

.button-7:hover {
  opacity: 0.8;
}

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

.tabs-menu-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #dbdbdb;
}

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

.text-block-20 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.7rem;
}

.tabs-section-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  background-color: #ebebeb;
}

.bold-text-10 {
  color: #7c3ac6;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-17 {
  opacity: 0.75;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 1.125rem;
  line-height: 1.7rem;
  font-weight: 600;
}

.tabs-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  padding-right: 5%;
  padding-left: 5%;
}

.content-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.white-text {
  color: #7c3ac6;
  line-height: 2rem;
}

.power-up-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.power-up-title-2 {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  color: #7c3ac6;
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
}

.now-available-2 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  background-color: #484dff;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.now-available-2.no {
  background-color: #484dff;
  color: #fff;
}

.power-ups-wrapper-2 {
  padding: 2rem 5rem;
  background-color: #ececee;
}

.power-up {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #eeeef0;
}

.paragraph-20 {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.power-ups-grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 4.0625rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-17 {
  color: #ef9cff;
}

.lottie-animation-2 {
  height: 7rem;
}

.power-up-item-title-2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.8rem;
  text-align: center;
}

.power-up-item-description {
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.power-up-2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #000;
}

.bold-text-8 {
  font-weight: 500;
}

.faq_answer-wrapper {
  margin-left: 5rem;
}

.faq_component {
  position: relative;
  padding-bottom: 5%;
  grid-auto-flow: row;
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq_item {
  padding: 2rem 0rem;
  border-bottom: 0.125rem solid #ececf1;
  background-color: #ebebeb;
  cursor: pointer;
}

.faq_question-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  margin-right: 3rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.para {
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 1.125rem;
  line-height: 1.7rem;
  font-weight: 400;
}

.faq_text-number {
  color: #3b2ae5;
  font-size: 2rem;
  font-weight: 500;
}

.faq_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  margin-left: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.paragraph-21 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.7rem;
  font-weight: 600;
}

.paragraph-21.para {
  color: #546681;
  font-weight: 400;
}

.faq_questions-column {
  margin-top: -2rem;
}

.faq_question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq_question-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq_answer {
  overflow: hidden;
  max-width: 40rem;
}

.faq_text-column {
  position: static;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq_icon-line {
  position: absolute;
  width: 1rem;
  height: 0.125rem;
  background-color: #1b1c2b;
  color: #282938;
}

.faq_icon-line.is-vertical {
  background-color: rgba(40, 41, 56, 0.7);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq_icon-line.right {
  background-color: rgba(40, 41, 56, 0.7);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq_side-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 6.5rem;
}

.heading-xxsmall {
  margin-top: 0.625rem;
  color: #2f3f57;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  color: #7c3ac6;
  font-weight: 800;
}

.field-title {
  margin-bottom: 5px;
  padding-left: 6px;
  background-color: #ebebeb;
  font-family: 'Open Sans', sans-serif;
  color: #000037;
  font-size: 1.125rem;
  line-height: 1.7rem;
  font-weight: 400;
  text-align: left;
}

.checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 10px;
  background-color: #ebebeb;
  opacity: 0;
  cursor: pointer;
}

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

.checkbox.w--redirected-checked {
  background-color: #ebebeb;
  background-image: none;
}

.heading-5 {
  color: #1a3066;
  text-transform: uppercase;
}

.slider {
  position: relative;
  height: 100%;
  max-width: 700px;
  background-color: transparent;
}

.title-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 15px;
  margin-left: 15px;
}

.slider-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 90px 0px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
  text-align: center;
}

.form-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
}

.form-content-2 {
  width: 100%;
  margin-bottom: -50px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #ebebeb;
}

.form-content-2.final {
  margin-bottom: 0px;
}

.form-wrapper {
  display: block;
  margin-bottom: 0px;
  padding: 0px;
}

.texts {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  padding-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #5b3acc;
  font-weight: 500;
  text-align: center;
}

.field-input {
  width: 100%;
  min-height: 45px;
  border-style: solid;
  border-width: 1.5px;
  border-color: rgba(62, 52, 200, 0.04);
  border-radius: 6px;
  background-color: transparent;
  color: rgba(0, 0, 55, 0.75);
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::-webkit-input-placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.field-input:-ms-input-placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.field-input::-ms-input-placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.field-input::placeholder {
  font-family: 'Varela Round', sans-serif;
  color: rgba(0, 0, 55, 0.1);
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  height: 140px;
  min-width: 150px;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebebeb;
}

.form07_link-2 {
  color: #0a1f44;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

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

.form-section-title {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  color: #7c3ac6;
  font-size: 32px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
}

.form12_checkbox_field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 120px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 35px 22px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1.2px;
  border-color: rgba(62, 52, 200, 0.1);
  border-radius: 8px;
  background-color: #ebebeb;
  box-shadow: 1px 1px 35px 0 rgba(198, 211, 255, 0.28);
}

.next-button-2 {
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #7c3ac6;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.form07_legal {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(16, 28, 46, 0.54);
  font-size: 14px;
}

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

.checkbox-image-2 {
  position: absolute;
  left: 23%;
  top: 8%;
  right: 38%;
  bottom: auto;
  width: 80px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.centered-paragraph-2 {
  display: inline-block;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.lead-gen-form-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: 0px;
  padding: 5% 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #ebebeb;
  font-weight: 500;
}

.next {
  position: absolute;
  right: 35px;
  display: block;
  overflow: visible;
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav-bottom {
  display: none;
}

.text-wrapper {
  margin-top: -20px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.slide {
  position: static;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 20px;
  background-color: #ebebeb;
}

.checkbox-title-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #ebebeb;
  font-size: 14px;
}

.previous-button {
  padding: 5px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  color: #5b617c;
  font-size: 15px;
  text-indent: -2px;
}

.previous-button:hover {
  border-bottom-color: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.previous {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  max-width: 100px;
  margin: auto auto 30px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.45;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.previous:hover {
  opacity: 1;
}

.text-counter {
  color: rgba(91, 97, 124, 0.45);
  font-size: 14px;
}

.paragraph-3 {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.bold-text-11 {
  font-family: Montserrat, sans-serif;
  color: #7c3ac6;
  font-weight: 800;
}

.submit-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 260px;
  height: auto;
  margin-right: auto;
  margin-bottom: -60px;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 5px;
  background-color: #5b3acc;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.7rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.bold-text-9 {
  font-family: Montserrat, sans-serif;
  color: #7c3ac6;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

.arrow-2 {
  width: 16px;
  margin-right: 8px;
  color: #2e3642;
  font-size: 18px;
  line-height: 24px;
}

.details-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 390px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox_wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 35px;
  -ms-grid-columns: 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #ebebeb;
}

.checkbox_wrap.checkbox_centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-section {
  padding: 40px 3%;
  background-color: #ebebeb;
}

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

.footer-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-block {
  width: 50%;
}

.logo-flat {
  background-color: #ebebeb;
  color: #ebebeb;
}

.footer-link-wrap-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.footer-link-centre {
  display: block;
  margin-right: 14px;
  margin-left: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #1e2833;
  font-size: 1.125rem;
  line-height: 1.7rem;
  font-weight: 600;
  text-decoration: none;
}

.footer-link-centre:hover {
  color: #5e4dcd;
}

.text-rights-short {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #546681;
  font-size: 1.125rem;
  line-height: 1.7rem;
  font-weight: 600;
  text-align: right;
  text-decoration: none;
}

.body {
  background-color: #ebebeb;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.bold-text-14 {
  color: #7c3ac6;
}

.text-block-22 {
  color: #7c3ac6;
}

.text-block-23 {
  color: #7c3ac6;
}

.bold-text-15 {
  color: #7c3ac6;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: #ebebeb;
}

.div-block-5 {
  width: 100%;
  max-height: 1000px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.container-7 {
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  color: rgba(51, 51, 51, 0);
}

.image-6 {
  padding: 2px;
  background-color: #7c3ac6;
}

.html-embed-2 {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1280px) {
  .button-navigation-4 {
    background-color: #7c3ac6;
    font-weight: 600;
  }

  .navigation-container-2 {
    padding: 10px 5%;
    background-color: #ebebeb;
  }

  .socials-in-nav {
    background-color: #7c3ac6;
  }

  .paragraph-hero-2 {
    color: #060607;
  }

  .header {
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #e9e9e9;
  }

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

  .brands-association {
    background-color: #ebebeb;
  }

  .services-section {
    background-color: #ebebeb;
  }

  .content-freelance {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .work_grid {
    grid-row-gap: 1.9375rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .page-padding-3 {
    padding-top: 5%;
    padding-bottom: 0px;
  }

  .full-width-grid_content-wrapper-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .secondary-button {
    padding-right: 10px;
  }

  .text-block-15 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .border-effect.no-fill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tabs-section-01 {
    background-color: #ebebeb;
    background-image: none;
  }

  .tabs-01 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .power-ups-wrapper-2 {
    padding-right: 5rem;
    padding-left: 5rem;
    background-color: #ebebeb;
  }

  .power-up {
    background-color: #ebebeb;
  }

  .paragraph-21.para {
    font-weight: 400;
  }

  .centered-paragraph-2 {
    width: 70%;
    max-width: none;
  }

  .lead-gen-form-section {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .checkbox-title-2 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .text-block-12 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .div-block-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .html-embed {
    width: auto;
    max-height: 1000px;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-5 {
    display: block;
    width: 70%;
    max-height: none;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-7 {
    max-width: 100%;
    background-color: #ebebeb;
  }

  .section-leag-gen {
    max-width: 939px;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

@media screen and (min-width: 1440px) {
  .logo-image-2 {
    padding-right: 5%;
  }

  .navigation-container-2 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .nav-main {
    background-color: #ebebeb;
  }

  .header {
    background-color: #ebebeb;
  }

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

  .brands-association {
    background-color: #ebebeb;
  }

  .services-total.space-below {
    margin-right: 0px;
    margin-left: 0px;
    background-color: #f0f0f0;
  }

  .services-section {
    background-color: #ebebeb;
  }

  .title-wrap-left {
    background-color: #ebebeb;
  }

  .services-second {
    width: 100%;
    max-width: 1240px;
  }

  .content-freelance {
    padding-right: 0%;
    padding-left: 0%;
  }

  .column {
    background-color: #eaeaea;
  }

  .work_grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-home-work {
    width: 100%;
    max-width: 1440px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .work_component {
    width: 100%;
    max-width: 1240px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .padding-vertical.padding-large {
    width: 100%;
    max-width: 1240px;
  }

  .padding-vertical.padding-xhuge {
    padding-right: 0rem;
    padding-left: 0rem;
  }

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

  .process_right {
    max-width: 32rem;
  }

  .paragraph-15 {
    text-align: justify;
  }

  .paragraph-10 {
    text-align: justify;
  }

  .bold-text {
    text-align: justify;
  }

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

  .div-block-3 {
    display: block;
    padding-right: 5%;
    padding-bottom: 5%;
  }

  .text-block-21 {
    margin-bottom: 5%;
    color: #2e3642;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }

  .tabs-section-01 {
    padding-right: 5%;
    padding-bottom: 10%;
    padding-left: 5%;
    background-color: #ebebeb;
    background-image: none;
  }

  .white-text {
    color: #001632;
  }

  .power-up-title-2 {
    margin-bottom: 1rem;
    color: #1a3067;
  }

  .text-block-16 {
    color: #fff;
  }

  .now-available-2 {
    background-color: #484dff;
  }

  .now-available-2.no {
    background-color: #484dff;
  }

  .power-ups-wrapper-2 {
    padding-right: 0%;
    padding-left: 0%;
    background-color: #ebebeb;
    color: #001632;
  }

  .power-up {
    padding-right: 5%;
    padding-left: 5%;
    background-color: #ebebeb;
  }

  .paragraph-20 {
    padding-bottom: 3rem;
  }

  .power-ups-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 3.75rem;
  }

  .power-up-2 {
    background-color: #fff;
  }

  .heading-5 {
    font-family: 'PT Serif', serif;
    color: #000;
  }

  .slider-content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-content-2 {
    position: relative;
    top: -45px;
    margin-top: -20px;
    margin-bottom: 0px;
  }

  .form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .centered-paragraph-2 {
    width: 50%;
    padding-top: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }

  .lead-gen-form-section {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    float: none;
    text-align: justify;
  }

  .text-wrapper {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bold-text-9 {
    font-weight: 900;
  }

  .form {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .footer-section {
    padding-right: 0%;
    padding-left: 0%;
  }

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

  .html-embed {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-5 {
    width: 50%;
  }

  .container-7 {
    max-width: 100%;
    background-color: #ebebeb;
  }

  .section-leag-gen {
    max-width: none;
    padding-top: 5%;
  }
}

@media screen and (min-width: 1920px) {
  .banner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-container-2 {
    max-width: 1240px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ebebeb;
  }

  .nav-main {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 9999999999;
    display: block;
    background-color: #f0f0f0;
  }

  .socials-in-nav {
    margin-right: 10%;
    margin-left: 0%;
  }

  .banner-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #7c3ac6;
  }

  .header {
    background-color: #ebebeb;
  }

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

  .brands-association {
    padding-bottom: 30px;
    background-color: #ebebeb;
  }

  .service-card {
    background-color: #f0f0f0;
  }

  .services-total {
    display: block;
    max-width: 1240px;
  }

  .services-total.space-below {
    margin-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
    background-color: #ebebeb;
  }

  .service-card-wrap {
    margin-right: auto;
    margin-bottom: 120px;
    margin-left: auto;
  }

  .services-section {
    display: block;
    width: 100%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0% 80px;
    background-color: #ebebeb;
  }

  .content-freelance {
    padding-right: 0%;
    padding-left: 0%;
    background-color: #ebebeb;
  }

  .work_grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-home-work {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 5%;
  }

  .work_component {
    width: 100%;
    max-width: 1240px;
    margin-right: auto;
    margin-bottom: 120px;
    margin-left: auto;
    padding: 0px;
  }

  .padding-vertical.padding-large {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
  }

  .padding-vertical.padding-xhuge {
    width: 100%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4rem;
    padding-right: 0%;
    padding-left: 0%;
  }

  .bold-text-5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }

  .page-padding-3 {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text-12 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }

  .section-home-about {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

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

  .tabs-section-01 {
    padding: 0px 0% 0%;
  }

  .paragraph-17 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }

  .white-text {
    color: #484dff;
  }

  .power-up-title-2 {
    color: #7c3ac6;
  }

  .power-ups-wrapper-2 {
    background-color: #ececee;
  }

  .power-up {
    display: block;
    width: 100%;
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    background-color: #eee;
    color: #eee;
    text-align: left;
  }

  .power-up-item-description {
    color: #2e3642;
  }

  .power-up-2 {
    width: 100%;
    max-width: 1240px;
  }

  .para {
    font-size: 21px;
    line-height: 32px;
  }

  .form12_checkbox_field {
    background-color: #ebebeb;
  }

  .centered-paragraph-2 {
    width: 50%;
    max-height: 1000px;
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
  }

  .lead-gen-form-section {
    min-height: 100%;
    font-size: 21px;
  }

  .body {
    background-color: #ebebeb;
  }

  .html-embed {
    width: 100%;
    background-color: #ebebeb;
    color: #ebebeb;
  }

  .div-block-5 {
    width: 50%;
  }

  .container-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: #ebebeb;
  }

  .section-leag-gen {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5%;
  }
}

@media screen and (max-width: 991px) {
  .navigation-container-2 {
    position: relative;
  }

  .brand-2 {
    margin-right: 0vw;
  }

  .menu-button-3 {
    margin-left: 14px;
    padding: 12px;
    border-radius: 100px;
    background-color: #6869ac;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
  }

  .menu-button-3:hover {
    background-color: #4c4d90;
    color: #fff;
  }

  .menu-button-3.w--open {
    background-color: #5c5da7;
    color: #fff;
  }

  .nav-link-3 {
    width: 100%;
    color: #262626;
  }

  .navigation-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-3 {
    position: absolute;
    top: 80px;
    height: auto;
    background-color: #fff;
  }

  .navigation-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-block {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-hero-2 {
    text-align: center;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
  }

  .header {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .content-block-hero-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .hero-content-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services-total.space-below {
    margin-bottom: 80px;
  }

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

  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }

  .content-icon {
    margin-bottom: 15px;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column {
    width: 100%;
  }

  .column-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .work_grid {
    margin-top: 5rem;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .work_component {
    width: 100vw;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-vertical.padding-xhuge {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-bottom-2 {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .home-process_component-2 {
    grid-column-gap: 3rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .testimonial-image-2 {
    margin-bottom: 1rem;
  }

  .page-padding-3 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .margin-bottom-17 {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .full-width-grid_content-wrapper-left {
    padding-right: 4rem;
  }

  .margin-bottom-18 {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .border-effect {
    display: none;
  }

  .content-section-inner-01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-wrap-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .now-available-2 {
    text-align: center;
  }

  .power-ups-grid {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .power-up-item-title-2 {
    text-align: center;
  }

  .faq_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

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

  .footer-link-wrap-short {
    margin-right: 0px;
  }

  .text-rights-short {
    text-align: center;
  }

  .html-embed {
    width: 100.0000200931547%;
  }

  .div-block-5 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .button-navigation-4 {
    display: none;
  }

  .banner-block {
    padding: 10px 32px 10px 14px;
  }

  .menu-button-3 {
    background-color: #7c3ac6;
  }

  .banner-text {
    font-size: 12px;
  }

  .header {
    margin-top: 0px;
    padding-top: 140px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .brands-association {
    padding-top: 20px;
  }

  .full-logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .services-section {
    padding-right: 3%;
    padding-left: 3%;
  }

  .content-block-right {
    min-height: auto;
    padding: 0px 10px;
  }

  .image-block {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .work_button-icon {
    min-height: 1.25rem;
    min-width: 1.25rem;
    margin-left: 0rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .work_project-button {
    left: 1rem;
    top: auto;
    right: auto;
    bottom: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 0.0625rem;
    border-color: rgba(22, 22, 22, 0.1);
  }

  .work_grid {
    margin-top: 3rem;
  }

  .work_project {
    height: 22rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .process_right {
    max-width: 24rem;
  }

  .heading-xsmall-2 {
    font-size: 1.5rem;
  }

  .margin-bottom-2 {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .process_step-number-2 {
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
  }

  .home-process_component-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-5 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .testimonials_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .heading-medium {
    font-size: 1.5rem;
  }

  .testimonials_component {
    -ms-grid-columns: 30fr;
    grid-template-columns: 30fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .margin-bottom-17 {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .full-width-grid_content-wrapper-left {
    max-width: none;
    padding-right: 0px;
  }

  .button-6 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .margin-bottom-18 {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

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

  .content-wrap-left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .faq_answer-wrapper {
    margin-left: 0rem;
  }

  .faq_question-number {
    margin-right: 1rem;
  }

  .heading-xxsmall {
    font-size: 1.25rem;
  }

  .form-content-2 {
    width: 90%;
  }

  .form-wrapper {
    width: 100%;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .lead-gen-form-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .next {
    position: fixed;
    z-index: 6;
  }

  .mobile-nav-bottom {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    display: block;
    height: 100px;
    border-top: 1px solid rgba(131, 149, 177, 0.15);
    background-color: #fff;
  }

  .previous {
    position: fixed;
    z-index: 6;
  }

  .checkbox_wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .footer-horizontal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .logo-flat {
    margin-bottom: 40px;
  }

  .footer-link-wrap-short {
    margin-right: 0px;
  }

  .text-rights-short {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .social-link-nav {
    margin-bottom: 10px;
  }

  .platform-icon {
    min-height: 22px;
    min-width: 22px;
  }

  .menu-button-3 {
    margin-left: 0px;
  }

  .banner-2 {
    display: none;
  }

  .button-3 {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .hero-image-wrap {
    padding: 10px;
  }

  .header {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .button-wrap-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .services-total.space-below {
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .content-block-right {
    min-height: auto;
  }

  .image-block {
    padding: 8px;
  }

  .heading-primary {
    max-height: none;
    min-height: auto;
    min-width: auto;
    margin-right: 0px;
  }

  .work_project {
    height: 15rem;
  }

  .work_project-image {
    max-width: 90%;
  }

  .work_component {
    padding: 5% 1rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .padding-vertical.padding-large {
    padding-top: 0px;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 0rem;
    padding-bottom: 0px;
  }

  .page-padding-2 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .margin-bottom-2 {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .process_left {
    margin-right: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .testimonials_arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .testimonials_arrow.is-left {
    left: auto;
    top: auto;
    right: 4rem;
  }

  .section-home-testimonials {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .text-weight-medium.text-size-large {
    max-width: 18rem;
  }

  .review_google-icon {
    margin-right: 0rem;
  }

  .margin-bottom-17 {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .full-width-grid_content-wrapper-left {
    padding-right: 0px;
  }

  .section-home-about {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .margin-bottom-18 {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .in-tabs-image {
    min-height: 300px;
  }

  .tab-link-01 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-content-01 {
    padding: 20px;
  }

  .tabs-menu-01 {
    padding-top: 20px;
    padding-bottom: 20px;
    border-right-style: none;
  }

  .tabs-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrap-left {
    margin-bottom: 20px;
  }

  .power-up {
    padding-top: 5%;
  }

  .faq_answer-wrapper {
    padding-top: 0.5rem;
  }

  .faq_item {
    padding: 2rem 0rem;
  }

  .faq_icon {
    margin-left: 1.5rem;
  }

  .faq_question-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slider {
    height: auto;
  }

  .slider-content-wrap {
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-content-2 {
    width: 100%;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .form12_checkbox_field {
    width: 49%;
    height: 130px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .mask-2 {
    position: static;
    height: 100%;
  }

  .lead-gen-form-section {
    margin-top: 60px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .previous {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75px;
  }

  .submit-button {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: -85px;
  }

  .checkbox_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-link-wrap-short {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-5 {
    width: 100%;
  }
}

#w-node-_41aa3694-72aa-38ed-c71d-f79d128741cc-7febe9a9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_41aa3694-72aa-38ed-c71d-f79d128741d3-7febe9a9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_41aa3694-72aa-38ed-c71d-f79d128741d5-7febe9a9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_41aa3694-72aa-38ed-c71d-f79d128741da-7febe9a9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_41aa3694-72aa-38ed-c71d-f79d128741df-7febe9a9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_41aa3694-72aa-38ed-c71d-f79d128741e1-7febe9a9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_41aa3694-72aa-38ed-c71d-f79d128741e6-7febe9a9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_41aa3694-72aa-38ed-c71d-f79d128741eb-7febe9a9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_41aa3694-72aa-38ed-c71d-f79d128741ec-7febe9a9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_41aa3694-72aa-38ed-c71d-f79d128741ed-7febe9a9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_41aa3694-72aa-38ed-c71d-f79d128741f1-7febe9a9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}