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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

body {
  font-family: Poppins, sans-serif;
  color: #282938;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Poppins, sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 600;
}

h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: Poppins, sans-serif;
  color: #1c1e53;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
}

h3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
}

h4 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 500;
}

h5 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #1c1e53;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}

h6 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #1c1e53;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

p {
  margin-bottom: 0rem;
  font-family: Poppins, sans-serif;
  color: rgba(40, 41, 56, 0.7);
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-left: 1.25rem;
}

li {
  margin-bottom: 0.25rem;
  color: rgba(40, 41, 56, 0.7);
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

blockquote {
  margin-bottom: 0rem;
  padding: 0.75rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  margin-top: 0.25rem;
  text-align: center;
}

.form_message-success {
  padding: 1.25rem;
  background-color: #90e68a;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.button {
  padding: 1rem 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  background-color: #fcd980;
  transition: background-color 300ms ease;
  color: #1b1c2b;
  font-weight: 400;
  text-align: center;
}

.button:hover {
  background-color: #fde4a7;
}

.button.is-full-width {
  width: 100%;
}

.button.is-small {
  padding: 0.75rem 2rem;
}

.button.is-large {
  font-size: 1.25rem;
}

.button.is-secondary {
  border: 1px solid #000;
  background-color: transparent;
}

.button.is-text {
  background-color: transparent;
}

.button.is-icon {
  display: flex;
  flex-direction: row;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.button.is-submit {
  background-color: #1b1c2b;
  color: #fff;
}

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

.text-size-large {
  font-size: 1.5rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-align-center {
  color: #853b8f;
  font-size: 2.2rem;
  text-align: center;
}

.text-align-center.margin-bottom {
  margin-bottom: 1rem;
  font-family: Avenirnext, sans-serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
}

.background-color-grey {
  background-color: #f4f6fc;
}

.hide {
  display: none;
}

.text-style-link {
  border-bottom: 1px solid #2405f2;
  color: #2405f2;
  font-weight: 500;
  text-decoration: none;
}

.text-style-link.w--current {
  text-decoration: none;
}

.text-style-muted {
  opacity: 0.7;
}

.text-size-small {
  font-size: 0.875rem;
}

.text-rich-text h1 {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}

.text-rich-text h2 {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.text-rich-text h3 {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.text-rich-text h4 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h5 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h6 {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text p {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-bottom: 0.75rem;
}

.text-rich-text ul {
  margin-bottom: 1.5rem;
}

.text-rich-text figure {
  margin-bottom: 3.5rem;
}

.text-rich-text a {
  color: #2405f2;
  font-weight: 500;
}

.text-rich-text a:hover {
  text-decoration: underline;
}

.text-rich-text figcaption {
  margin-top: 1rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form_input-dark {
  min-height: 3.5rem;
  margin-bottom: 0rem;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  border-style: solid;
  border-width: 1.5px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 0.5rem;
  background-color: transparent;
  transition: border-color 200ms ease;
  color: #fff;
}

.form_input-dark:focus {
  border-color: #fff;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

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

.container-large {
  display: flex;
  width: 100%;
  max-width: 87rem;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
}

.align-center {
  margin-right: auto;
  margin-left: auto;
}

.align-center.max-width-large {
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: left;
}

.padding-global {
  display: block;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

.text-color-grey {
  display: block;
  color: #2e2a39;
  line-height: 1;
}

.max-width-small {
  width: 100%;
  max-width: 36rem;
}

.form_field-wrapper {
  width: 100%;
}

.form_message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.utility_component {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  justify-content: center;
  align-items: center;
}

.utility_form-block {
  display: flex;
  max-width: 20rem;
  flex-direction: column;
  text-align: center;
}

.utility_form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.utility_image {
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
}

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

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

.button-secondary {
  padding: 1rem 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  background-color: #282938;
  transition: background-color 300ms ease;
  color: #fff;
  text-align: center;
}

.button-secondary:hover {
  background-color: rgba(40, 41, 56, 0.8);
}

.button-secondary.button-full-width {
  width: 100%;
}

.margin-xsmall {
  margin: 0.5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

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

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

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

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

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

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

.padding-bottom.padding-xhuge {
  display: flex;
  padding-bottom: 8rem;
  justify-content: space-between;
}

.padding-bottom.padding-large {
  padding-bottom: 3rem;
}

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

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

.text-weight-medium.text-size-large {
  color: #1b1c2b;
  font-weight: 500;
}

.nav_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  width: 100%;
  height: auto;
  padding-right: 0rem;
  padding-left: 0rem;
  flex-direction: column;
  background-color: #fff;
}

.nav_container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 88rem;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
}

.nav_logo-link {
  width: auto;
  margin-right: 1rem;
}

.section_home-header {
  margin-top: 6rem;
  padding-bottom: 2rem;
  background-color: transparent;
  color: #fff;
}

.home_header_component {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home_header_content {
  display: flex;
  width: 48%;
  max-width: none;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1.75fr;
  grid-template-columns: 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home_header_illustration-wrapper {
  position: relative;
  display: flex;
  width: 48%;
  justify-content: center;
}

.home_header_illustration-wrapper.hide-mobile {
  width: 50%;
}

.home_header_illustration-wrapper.hide-desktop {
  display: none;
}

.nav_menu-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  color: #853b8f;
}

.nav_logo {
  width: 7rem;
  height: auto;
  max-width: none;
}

.nav_button-wrapper {
  background-image: url('../images/span.png');
  background-position: 0px 0px;
  background-size: auto;
}

.nav_link-wrapper {
  margin-right: 1rem;
  color: #8e489a;
}

.nav_link {
  padding: 1rem;
  opacity: 1;
  font-family: Avenirnext, sans-serif;
  color: #8e489a;
  font-size: 18px;
  text-transform: uppercase;
}

.nav_link:hover {
  opacity: 1;
  color: #8e489a;
}

.nav_link.w--current {
  opacity: 1;
  color: #1b1c2b;
  text-transform: uppercase;
}

.button-nav {
  padding: 0.875rem 2.5rem;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(244, 246, 252, 0.2);
  border-radius: 2px;
  background-color: #853b8f;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: Avenirnext, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.button-nav:hover {
  background-color: #853b8f;
  color: #eef4fa;
}

.paragraph {
  color: hsla(0, 0%, 100%, 0.7);
}

.button-row {
  display: flex;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.get-in-touch_wrapper {
  position: relative;
  justify-content: center;
  align-items: center;
}

.button_arrow-icon {
  width: 1.5rem;
  margin-left: 1rem;
  line-height: 0;
}

.home_header_illustration {
  width: 100%;
}

.section_home-services {
  background-color: #f4f6fc;
}

.home_services_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home_services_content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home_services_item {
  display: -ms-grid;
  display: grid;
  justify-content: start;
  justify-items: start;
  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;
}

.home_services_icon-shape-2 {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem 0.5rem 0.5rem 1rem;
  background-color: #2405f2;
}

.home_services_icon-shape-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 2rem;
  height: 2rem;
  border-bottom-left-radius: 0.5rem;
  background-color: #fcd980;
}

.home_services_icon-shape-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background-color: #5239fa;
  color: #fff;
}

.home_services_label {
  font-weight: 500;
}

.home_services-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
}

.benefits_icon-wrapper {
  margin-bottom: 1rem;
}

.benefits_icon {
  width: 2rem;
  height: 2rem;
}

.section_home-testimonials {
  background-color: #f9fafd;
}

.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_slider {
  height: auto;
  background-color: transparent;
}

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

.testimonials_arrow:hover {
  background-color: #1c1e53;
}

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

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

.testimonials_author-wrapper {
  display: flex;
}

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

.testimonials_name-wrapper {
  display: flex;
  margin-left: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.testimonials_slide-nav {
  display: none;
}

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

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

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

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

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

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

.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);
  transform: rotate(45deg);
}

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

.faq_text-column {
  flex-direction: column;
}

.faq_component {
  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_question-wrapper {
  display: flex;
}

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

.faq_text-number {
  color: #2405f2;
  font-size: 1.5rem;
  font-weight: 500;
}

.button_arrow {
  display: flex;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-weight: 500;
}

.button_arrow.text-color-lightblue {
  color: #8e489a;
}

.button_arrow.is-centered {
  justify-content: center;
}

.cta_component {
  display: flex;
}

.cta_content-column {
  width: 50%;
  padding: 6rem;
  background-image: linear-gradient(180deg, rgba(28, 30, 83, 0.5), rgba(28, 30, 83, 0.5)), url('../images/woman-writing-on-paper-3228878.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.cta_form-column {
  display: flex;
  width: 50%;
  padding: 6rem;
  flex-direction: column;
  background-color: #1c1e53;
  color: #fff;
}

.cta_form-wrapper {
  margin-bottom: 0px;
}

.cta_form {
  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 auto auto;
  grid-template-rows: auto auto auto;
}

.section_home-blog {
  color: #282938;
}

.home_work_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home_work-main_list {
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home_work_main-item {
  height: 100%;
}

.home_work_item-link {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.home_work_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: flex;
  width: 60%;
  padding: 2rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-image: linear-gradient(330deg, #1c1e53, rgba(28, 30, 83, 0.42));
  color: #fff;
}

.home_work_overlay.is-small {
  width: 100%;
  background-image: linear-gradient(5deg, #1c1e53, rgba(28, 30, 83, 0.42));
}

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

.text-style-light {
  color: rgba(255, 255, 255, 0.8);
}

.text-color-yellow {
  color: #fcd980;
}

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

.footer_component {
  background-color: #1c1e53;
}

.blog_image-wrapper {
  width: 100%;
  height: 16rem;
  margin-bottom: 2rem;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.read-more_wrapper {
  align-items: center;
  align-self: flex-start;
}

.footer_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 30% 10% 10% 30%;
  grid-template-columns: 30% 10% 10% 30%;
}

.footer_social-icons-wrapper {
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.social_link {
  transition: color 200ms ease;
}

.social_link:hover {
  color: #2405f2;
}

.social_link.is-footer {
  transition: opacity 200ms ease, color 200ms ease;
  color: #eef4fa;
}

.social_link.is-footer:hover {
  opacity: 0.8;
}

.social_icon {
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
}

.footer_content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.text-color-white {
  color: #8e489a;
}

.footer_contact-wrapper {
  display: flex;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fcd980;
  color: #1c1e53;
}

.footer_logo {
  height: 2rem;
}

.footer_contact_content-left {
  padding: 1.5rem 2rem 1.5rem 1.5rem;
}

.footer_contact_content-right {
  padding: 1.5rem 1.5rem 1.5rem 0rem;
}

.footer_bottom {
  background-color: #fff;
}

.footer_bottom-links-wrapper {
  display: flex;
  justify-content: space-between;
}

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

.section_about-header {
  margin-top: 6rem;
}

.about_header_component {
  align-items: center;
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1.5fr 1.25fr;
  grid-template-columns: 1.5fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about_header_image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about_company_columns {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about_company_component {
  background-color: #f4f5f5;
}

.about_company_image {
  width: 100%;
}

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

.process_item {
  position: relative;
  max-width: 16rem;
  flex-direction: column;
}

.process_circle {
  display: flex;
  width: 1rem;
  height: 1rem;
  margin-right: 1.5rem;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #2405f2;
}

.process_connector-line {
  width: 100%;
  border-style: dashed;
  border-width: 1px;
  border-color: rgba(36, 5, 242, 0.4);
}

.process_connector-wrapper {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
}

.about_mission_image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.section_about-mission {
  background-color: #eef4fa;
}

.about_mission_content {
  max-width: 32rem;
}

.about_mission_component {
  display: -ms-grid;
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1.25fr;
  grid-column-gap: 5rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section_6-reasons.background-color-grey {
  padding-top: 2rem;
  background-color: #fff;
}

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

.benefits_item {
  padding: 3rem 2rem 3rem 3rem;
  background-color: #f4f6fc;
}

.benefits_item.is-white {
  background-color: #fff;
}

.brands_component {
  display: -ms-grid;
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: -webkit-max-content 1fr;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brands_logo-row {
  display: -ms-grid;
  display: grid;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brands_logo {
  height: 1.5rem;
}

.section_team {
  background-color: #f4f6fc;
}

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

.team_item {
  display: flex;
  padding: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.team_image-wrapper {
  position: relative;
  overflow: hidden;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}

.team_image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team_item-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  padding-bottom: 1.5rem;
  justify-content: center;
  align-items: flex-end;
  border-radius: 50%;
  background-image: linear-gradient(348deg, #5239fa 18%, hsla(0, 0%, 100%, 0) 80%);
}

.team_social-icons-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.team_social-icon {
  display: flex;
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  transition: opacity 200ms ease;
  color: #fff;
}

.team_social-icon:hover {
  opacity: 0.7;
}

.empty-state {
  display: none;
  height: 0rem;
  padding: 0rem;
}

.section_pricing {
  margin-top: 6rem;
}

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

.pricing_feature {
  display: flex;
  margin-bottom: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.pricing_cost-text {
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 600;
}

.pricing_item {
  padding: 4rem 3rem;
  border-radius: 0.75rem;
  background-color: #f4f6fc;
  text-align: left;
}

.pricing_item.is-featured {
  background-color: #1c1e53;
  background-image: url('../images/elipse.svg');
  background-position: 50% 130%;
  background-size: 80rem;
  background-repeat: no-repeat;
  color: #fff;
}

.pricing_cost_wrapper {
  display: flex;
  align-items: center;
}

.text-color-blue {
  color: #2405f2;
}

.pricing_icon {
  margin-right: 0.5rem;
}

.pricing_list-wrapper {
  height: 18rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.footer_bottom-links {
  display: flex;
  margin-right: -1rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.nav_menu-mobile-button {
  background-color: #14153d;
}

.section_features-header {
  margin-top: 6rem;
  padding-bottom: 2rem;
  background-color: #1c1e53;
  color: #fff;
}

.features_component {
  display: -ms-grid;
  display: grid;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 6rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features_component.is-flipped {
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
}

.section_features.background-color-gray {
  background-color: #eef4fa;
}

.section_features.background-color-lightyellow {
  background-color: rgba(252, 217, 128, 0.1);
}

.features_image {
  width: 100%;
  height: 26rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.features_image-wrapper {
  align-items: center;
}

.features_text-wrapper.is-right {
  max-width: 34rem;
}

.section_blog-featured {
  margin-top: 6rem;
}

.section_blog-featured.background-color-gray {
  background-color: #f4f6fc;
}

.features_header_component {
  align-items: center;
  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;
}

.work_header_social-icons-wrapper {
  display: -ms-grid;
  display: grid;
  justify-content: center;
  justify-items: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.work_item {
  padding-right: 0px;
  padding-left: 0px;
}

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

.work_image {
  width: 100%;
  transition: transform 400ms ease-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.work_image:hover {
  transform: scale(1.1);
}

.text-style-subheader {
  color: rgba(40, 41, 56, 0.7);
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.work_link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.work_categories-list-wrapper {
  display: flex;
  margin-left: 2rem;
}

.work_categories-list {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.work_categories_item {
  justify-content: center;
}

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

.work_categories-link {
  transition: color 200ms ease;
  color: rgba(40, 41, 56, 0.7);
  font-weight: 500;
}

.work_categories-link:hover {
  color: #2405f2;
}

.work_categories-link.w--current {
  color: #2405f2;
  font-weight: 500;
}

.blog_post-details {
  display: flex;
  justify-content: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog_post-date {
  display: flex;
}

.blog_post-main-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.blog_item-link {
  display: -ms-grid;
  display: grid;
  flex-direction: column;
  justify-content: start;
  justify-items: start;
  align-items: start;
  align-content: start;
  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;
}

.section_contact {
  margin-top: 6rem;
}

.contact_component {
  padding: 3rem;
  background-color: #f4f6fc;
}

.input-label {
  color: #000;
}

.section_case-study {
  margin-top: 6rem;
}

.case-study_main-image {
  width: 100%;
}

.case-study_details {
  padding-bottom: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(28, 30, 83, 0.3);
}

.form_input {
  min-height: 3.5rem;
  margin-bottom: 0px;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  border-style: solid;
  border-width: 1.5px;
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  background-color: transparent;
}

.form_input::-moz-placeholder {
  color: #000;
}

.form_input::-ms-input-placeholder {
  color: #000;
}

.form_input::placeholder {
  color: #000;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: 0.75rem;
}

.contact_form {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.contact_form-wrapper {
  margin-bottom: 0rem;
}

.project-keywords_component {
  display: flex;
  padding: 1.5rem;
  align-items: center;
  border-top: 1px solid rgba(40, 41, 56, 0.2);
  border-bottom: 1px solid rgba(40, 41, 56, 0.2);
}

.project-keywords_list-wrapper {
  margin-left: 2.5rem;
  justify-content: space-between;
  align-items: center;
}

.project-keywords_list {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.features_illustration-1 {
  position: absolute;
  left: -2rem;
  top: auto;
  right: auto;
  bottom: -3rem;
}

.features_illustration-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: -2.5rem;
  bottom: -3rem;
}

.blog_main_read-more {
  display: flex;
  margin-top: 0.5rem;
  justify-content: center;
}

.features_header_content {
  max-width: 34rem;
  flex-direction: column;
}

.features_header_illustration-wrapper {
  position: relative;
  justify-content: center;
}

.footer_link {
  padding-right: 1rem;
  padding-left: 1rem;
  transition: color 200ms ease;
}

.footer_link:hover {
  color: #2405f2;
}

.section_work-header {
  margin-top: 6rem;
  background-color: #f4f6fc;
}

.text-color-lightblue {
  color: #eef4fa;
}

.work_image-wrapper {
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.section_blog-post {
  margin-top: 6rem;
}

.home_work_view-more-wrapper {
  display: flex;
  justify-content: flex-end;
}

.margin-xhuge {
  margin: 8rem;
}

.icon-height-small {
  height: 1rem;
}

.background-color-black {
  background-color: #000;
  color: #f5f5f5;
}

.heading-style-h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

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

.margin-0 {
  margin: 0rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_header-block {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-0 {
  padding: 0rem;
}

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

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

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.text-align-right {
  text-align: right;
}

.fs-styleguide_item-header {
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_background {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}

.form_checkbox-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
}

.form_checkbox-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  background-size: 90%;
}

.form_checkbox-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-radius: 0.125rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.fs-styleguide_2-col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_classes {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_4-col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_section-header {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-bottom: 3rem;
  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;
  border-bottom: 1px solid #000;
  line-height: 1.4;
}

.padding-xsmall {
  padding: 0.5rem;
}

.icon-height-medium {
  height: 2rem;
}

.form_radio-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: 0rem;
}

.form_radio-icon.w--redirected-checked {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.25rem;
}

.form_radio-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.fs-styleguide_section {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  color: #fff;
  font-size: 6rem;
}

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

.fs-styleguide_item {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-bottom: 3rem;
  justify-content: start;
  justify-items: start;
  align-items: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_spacing {
  position: relative;
  display: -ms-grid;
  display: grid;
  justify-content: start;
  justify-items: stretch;
  align-items: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: linear-gradient(0deg, rgba(252, 217, 128, 0.2), hsla(0, 0%, 100%, 0));
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-horizontal {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

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

.padding-small-2222 {
  padding: 1rem;
}

.text-color-black {
  display: flex;
  margin-left: 0rem;
  align-items: center;
  font-family: Avenirnext, sans-serif;
  color: #000;
  font-weight: 600;
  text-align: left;
}

.text-color-black.text-size-regular {
  font-family: Avenirnext, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.text-color-black.text-size-regular._2 {
  justify-content: center;
}

.text-color-black.text-size-regular.hide-desktop {
  display: none;
}

.text-color-black.text-size-regular._1 {
  margin-left: 0px;
  justify-content: center;
}

.text-color-black.shipping {
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  font-family: Avenirnext, sans-serif;
  font-size: 18px;
  text-align: center;
}

.text-color-black.stickyatc {
  margin-left: 0.4rem;
  font-size: 14px;
}

.heading-style-h2 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
}

.heading-style-h3 {
  color: #853b8f;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
}

.heading-style-h3.margin-bottom {
  margin-bottom: 0.5rem;
  font-family: Avenirnext, sans-serif;
  font-size: 30px;
}

.fs-styleguide_label {
  display: flex;
  padding: 0.25rem 0.75rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #2405f2;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  background-color: #f5f5f5;
  color: #000;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-quote {
  margin-bottom: 0rem;
  padding: 0rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-italic {
  font-style: italic;
}

.layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  justify-content: center;
  align-items: center;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_3-col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.text-size-medium {
  font-size: 1.25rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_item-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.form_component {
  margin-bottom: 0rem;
}

.fs-styleguide_row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.spacing-clean {
  margin: 0rem;
  padding: 0rem;
}

.button-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.margin-tiny {
  margin: 0.125rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.fs-styleguide_version {
  z-index: 5;
  color: #fcd980;
  font-weight: 500;
  text-decoration: none;
}

.text-weight-light {
  font-weight: 300;
}

.padding-horizontal {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.form_checkbox {
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  flex-direction: row;
  align-items: center;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.heading-style-h6 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

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

.fs-styleguide_header {
  background-color: #1c1e53;
}

.fs-styleguide_1-col {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-style-h5 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}

.fs-styleguide_empty-box {
  position: relative;
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  border-style: dashed;
  border-width: 1px;
  border-color: #2405f2;
  background-color: rgba(36, 5, 242, 0.1);
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-4 {
  background-color: #1c1e53;
}

.fs-styleguide_color.is-5 {
  background-color: #fcd980;
}

.margin-custom1 {
  margin: 1.5rem;
}

.form_radio {
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  flex-direction: row;
  align-items: center;
}

.padding-tiny {
  padding: 0.125rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.heading-style-h1 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.padding-small {
  padding: 1rem;
}

.section_privacy {
  margin-top: 6rem;
}

.heading {
  display: block;
  margin-bottom: 1rem;
  font-family: Avenirnext, sans-serif;
  color: #8e489a;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
}

.star-rating {
  color: #f1ad3d;
  font-size: 1rem;
}

.cta-main {
  display: flex;
  width: 80%;
  height: 80px;
  padding: 0rem;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #853b8f;
  transition: background-color 300ms ease;
  font-family: Avenirnext, sans-serif;
  color: #eef4fa;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.cta-main:hover {
  background-color: #853b8f;
}

.cta-main.is-full-width {
  width: 100%;
}

.cta-main.is-small {
  padding: 0.75rem 2rem;
}

.cta-main.is-large {
  font-size: 1.25rem;
}

.cta-main.is-secondary {
  border: 1px solid #000;
  background-color: transparent;
}

.cta-main.is-text {
  background-color: transparent;
}

.cta-main.is-icon {
  display: flex;
  flex-direction: row;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.cta-main.is-submit {
  background-color: #1b1c2b;
  color: #fff;
}

.cta-main._2 {
  width: 100%;
  height: 86px;
  border-radius: 2px;
  font-family: Avenirnext, sans-serif;
  font-size: 18px;
}

.check-list-text {
  font-family: 'Avenir next', sans-serif;
  color: #2e2a39;
  font-size: 18px;
  line-height: 1.5;
}

.text-span {
  font-family: Avenirnext, sans-serif;
  color: #2e2a39;
  font-size: 18px;
  font-weight: 600;
}

.text-green {
  color: #39a037;
  font-weight: 600;
}

.header-testimonial {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.header-testimonial.margin-top {
  margin-top: 1.5rem;
  align-items: center;
}

.testimonial-photo {
  width: 5rem;
  height: 5rem;
  margin-right: 0rem;
  border-radius: 50%;
  background-image: url('../images/Screen-Shot-2023-03-02-at-10.19_1Screen Shot 2023-03-02 at 10.19.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-photo.margin-right {
  margin-right: 2rem;
}

.testimonial-photo._3 {
  width: 5rem;
  height: 5rem;
  background-image: url('../images/Screen-Shot-2023-03-02-at-10.28_1Screen Shot 2023-03-02 at 10.28.png');
}

.testimonial-photo._2 {
  background-image: url('../images/Screen-Shot-2023-03-02-at-10.37-1_1Screen Shot 2023-03-02 at 10.37 (1).png');
}

.testimonial-photo._4 {
  background-image: url('../images/Screen-Shot-2023-03-02-at-10.26_1Screen Shot 2023-03-02 at 10.26.png');
}

.testimonial-photo._5 {
  background-image: url('../images/Screen-Shot-2023-03-02-at-10.31_1Screen Shot 2023-03-02 at 10.31.png');
}

.testimonial-photo._6 {
  background-image: url('../images/Screen-Shot-2023-03-02-at-10.29_1Screen Shot 2023-03-02 at 10.29.png');
}

.testimonial-photo._7 {
  background-image: url('../images/Screen-Shot-2023-03-02-at-10.32_1Screen Shot 2023-03-02 at 10.32.png');
}

.testimonial-text {
  width: 90%;
}

.testimonial-text.margin-left {
  margin-left: 1rem;
}

.testimonial-text._2 {
  width: 64%;
  color: #212529;
}

.paragraph-2 {
  width: auto;
  margin-right: 1rem;
  font-family: 'Avenir next', sans-serif;
  color: #212529;
  font-size: 18px;
}

.div-block {
  display: flex;
  align-items: center;
}

.div-block.margin-top {
  margin-top: 1rem;
  align-items: flex-start;
}

.small-green-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
}

.content-container {
  display: flex;
  width: 100%;
}

.content-container.reverse {
  flex-direction: row-reverse;
}

.content-container.margin-bottom {
  margin-bottom: 4rem;
}

.content-left {
  display: flex;
  width: 60%;
  flex-direction: column;
  justify-content: center;
}

.content-left.padding-right {
  padding-right: 2rem;
}

.content-right {
  width: 40%;
}

.content-right.margin-right {
  margin-right: 1rem;
}

.div-block-2 {
  display: flex;
}

.purple-text {
  color: #853b8f;
  font-weight: 600;
}

.section_3steps {
  display: flex;
  margin-top: 0px;
  flex-direction: column;
}

.section_3steps.background-color-grey {
  background-color: transparent;
}

.section_3steps.padding-bottom {
  padding-bottom: 680px;
}

.steps-card-wrapper {
  display: flex;
  flex-direction: row;
}

.steps-card {
  width: 26%;
  height: 0px;
  margin-right: auto;
  margin-left: auto;
}

.reviewer-name {
  width: auto;
  margin-right: 1rem;
  font-family: 'Avenir next', sans-serif;
  color: #212529;
  font-size: 14px;
}

.card-content-bottom.padding-top {
  padding-top: 2rem;
  text-align: center;
}

.card-heading {
  font-size: 2rem;
}

.card-heading.margin-bottom {
  margin-bottom: 1rem;
}

.card-para {
  color: #1b1c2b;
}

.div-block-3 {
  position: static;
}

.div-block-4 {
  position: relative;
  display: block;
  width: 50%;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
}

.section_product {
  margin-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
  color: #fff;
}

.product-iimage {
  width: 95%;
}

.product_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-main-image-wrapper {
  position: relative;
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
}

.inner {
  display: flex;
  width: 50%;
  max-width: none;
  margin-left: 3rem;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1.75fr;
  grid-template-columns: 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #1b1c2b;
}

.product-heading {
  display: block;
  margin-bottom: 1rem;
  font-family: Avenirnext, sans-serif;
  color: #1b1c2b;
  font-size: 30px;
  line-height: 1.5;
}

.product-rating {
  color: #000;
}

.product-rating.text-size-regular {
  font-family: 'Avenir next', sans-serif;
  font-size: 1rem;
  text-align: center;
}

.dark-text-product {
  display: flex;
  color: #625f6a;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
}

.dark-text-product.margin-bottom {
  margin-bottom: 1rem;
  color: #212529;
  font-size: 18px;
}

.testimonial-photo-product {
  width: 6rem;
  height: 6rem;
  margin-right: 0rem;
  border-radius: 50%;
  background-image: url('../images/Customer_Image.png.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-photo-product.margin-right {
  width: 5rem;
  height: 5rem;
  margin-right: 1rem;
  background-image: url('../images/Frame-223_1Frame 223.png');
  background-size: contain;
}

.bullet-points-container {
  width: 100%;
}

.proucts-bullet-points {
  font-family: 'Avenir next', sans-serif;
  color: #212529;
  font-size: 18px;
  line-height: 2.4;
}

.freeo-ffer-content-wrapper {
  display: flex;
  width: 100%;
  height: 100px;
  padding: 1.6rem;
  justify-content: flex-start;
  align-items: center;
  border-radius: 60px;
  background-color: #ffe2ff;
}

.image-free-offer {
  margin-right: 0.5rem;
}

.text-red {
  color: #f35c67;
  font-weight: 600;
}

.div-block-5 {
  display: flex;
}

.mini-image-grid {
  display: flex;
}

.mini-image-grid.padding-horizontal {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mini-image-grid.margin-top {
  margin-top: 2rem;
}

.image {
  width: 20px;
}

.product-grid-image {
  width: 15%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.div-block-6 {
  display: flex;
  width: 100%;
}

.products-color-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
}

.product-color {
  display: flex;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: #1b1c2b;
  border-radius: 50%;
  background-color: transparent;
}

.product-color._2 {
  width: 2.8rem;
  height: 2.8rem;
  border-color: rgba(27, 28, 43, 0.4);
  background-color: #b4e9d9;
}

.product-color._3 {
  width: 2.8rem;
  height: 2.8rem;
  border-color: rgba(27, 28, 43, 0.4);
  background-color: #fdccc6;
}

.inner-circle-color {
  width: 2.7rem;
  height: 2.7rem;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(27, 28, 43, 0.1);
  border-radius: 50rem;
  background-color: #fff;
  box-shadow: 0 2px 1px 1px rgba(0, 0, 0, 0.2);
}

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

.cost-content-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 2rem;
  align-items: center;
}

.actual-price {
  margin-right: 1rem;
  font-family: Avenirnext, sans-serif;
  color: rgba(27, 28, 43, 0.7);
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
}

.sale-price {
  margin-right: 0.4rem;
  font-family: Avenirnext, sans-serif;
  color: #8e489a;
  font-size: 18px;
  font-weight: 500;
}

.sale-price-copy {
  margin-right: 1rem;
  font-family: Avenirnext, sans-serif;
  color: #8e489a;
  font-size: 18px;
  font-weight: 500;
}

.off-wrapper {
  display: flex;
  width: 47%;
  height: 3rem;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #dcff8e;
}

.off-wrapper-text {
  margin-right: 0rem;
  font-family: 'Avenir next', sans-serif;
  color: #1b1c2b;
  font-size: 15px;
  font-weight: 400;
}

.order-pending-details-wrapper {
  display: flex;
  width: 100%;
  height: auto;
  padding: 1.6rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 60px;
  background-color: #fbf6f0;
}

.order-pending-details-wrapper.margin-horizontal {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-family: 'Avenirnextltpro (1)';
  font-size: 18px;
}

.image-2 {
  width: 0.8rem;
  margin-right: 0.2rem;
}

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

.div-block-10 {
  display: flex;
  width: 100%;
}

.product-features-content {
  display: flex;
  width: 100%;
  margin-top: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.icon-container {
  display: flex;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.features-heading.text-color-black {
  font-family: Avenirnext, sans-serif;
  font-size: 18px;
}

.image-3 {
  width: 6rem;
  max-width: none;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  flex: 1;
  font-family: 'Avenirnextltpro (1)';
  color: #1b1c2b;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  cursor: pointer;
}

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

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-wrapper.slim {
  display: flex;
  max-width: none;
  flex-direction: column;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
  margin-left: 0px;
  padding-left: 30px;
  color: #8f4899;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.accordion-item-content {
  overflow: hidden;
  width: 90%;
  margin-top: 10px;
  margin-right: 30px;
}

.accordion-item-trigger {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
}

.heading-2 {
  font-family: Avenirnext, sans-serif;
  color: #8f4899;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
}

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

.accordion-bold-text {
  font-family: Avenirnext, sans-serif;
  color: #2e2a39;
  font-weight: 500;
}

.section_faqs {
  margin-top: 0rem;
  padding-top: 3em;
  padding-bottom: 2rem;
  background-color: transparent;
  color: #fff;
}

.section_reviews {
  margin-top: 6rem;
  padding-bottom: 2rem;
  background-color: transparent;
  color: #fff;
}

.reviews-card-wrapper {
  display: flex;
  width: 91%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.top-div {
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
  flex-direction: column;
  justify-content: space-between;
}

.top-div._2 {
  flex-direction: row;
}

.text-left {
  font-family: 'Avenirnextltpro (1)';
  color: #853b8f;
  font-size: 18px;
}

.text-left._2 {
  font-family: Avenirnext, sans-serif;
  line-height: 1.2;
}

.text-left._3 {
  margin-bottom: 0.3rem;
  font-family: 'Avenir next', sans-serif;
  font-size: 18px;
}

.button-2 {
  background-color: #853b8f;
  font-family: Avenirnext, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.review-card-container {
  display: flex;
}

.review-card-container.margin-top {
  margin-top: 4rem;
}

.reviewer-card {
  display: flex;
  width: 23%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
}

.image-container {
  width: 100%;
}

.name-wrapper {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  justify-content: space-between;
  align-items: center;
  font-family: 'Avenirnextltpro (1)';
  font-size: 18px;
}

.div-block-11 {
  display: flex;
}

.image-4 {
  display: block;
  width: 1rem;
  height: 1rem;
  max-width: none;
  margin-right: 0.3rem;
}

.paragraph-3 {
  line-height: 1.2;
}

.heading-3 {
  color: #1b1c2b;
}

.review-heading {
  margin-bottom: 0.2rem;
  font-family: 'Avenir next', sans-serif;
  color: #2e2a39;
  font-size: 18px;
  line-height: 1.5;
}

.review-para {
  font-family: 'Avenir next', sans-serif;
  color: #2e2a39;
  font-size: 18px;
  line-height: 1.4;
}

.verified-buyer {
  font-family: 'Avenir next', sans-serif;
  color: #39a037;
  font-size: 14px;
  line-height: 1.2;
}

.reviewer {
  width: 100%;
  max-width: none;
  border-radius: 13px;
}

.link-social {
  display: flex;
  width: auto;
  margin-right: 0.7rem;
  margin-left: 0px;
  justify-content: center;
  align-items: center;
}

.link-block-subline {
  text-decoration: none;
}

.div-social {
  display: flex;
  width: auto;
  margin-bottom: 2rem;
  align-items: center;
}

.section {
  position: static;
  z-index: 1;
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-content: stretch;
  background-color: transparent;
}

.line {
  border-top: 1px solid #fff;
  opacity: 0.22;
}

.image-5 {
  width: 1.41em;
  transform: rotate(90deg);
}

.arrow-icon {
  width: 0.6em;
  height: auto;
  margin-right: 0.5em;
}

.div_square {
  display: flex;
  width: 4.79em;
  height: 4.79em;
  margin-right: 5.47em;
  padding-right: 0px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #a2a2a2;
  border-radius: 1.2em;
  opacity: 1;
}

.is--text-last {
  padding-left: 5.1em;
}

.link-block {
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.image-6 {
  width: 13em;
  align-self: flex-start;
}

.is--next-text {
  color: #767778;
  font-size: 0.99em;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.container {
  width: 1560px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
}

.container.is--last {
  display: flex;
  width: auto;
  max-width: 100%;
  padding-right: 3em;
  padding-left: 3em;
  justify-content: center;
  align-items: center;
}

.container.is--first {
  width: 100%;
  padding: 3em 0em 2em;
}

.link-name {
  color: #1b1c2b;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.link-name.is--last {
  margin-right: -0.3em;
  color: #1b1c2b;
}

.div-text {
  display: flex;
  width: 30%;
  align-items: center;
}

.grid {
  display: flex;
  padding-top: 2em;
  padding-bottom: 2em;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: stretch;
}

.grid.is-2 {
  padding-bottom: 0em;
}

.grid.is--not-buttom-p {
  padding-bottom: 0em;
}

.last-box {
  display: flex;
  width: 85em;
  height: 14em;
  margin-bottom: 0px;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 4.27em;
  border-top-right-radius: 4.27em;
  background-color: #000;
}

.large-title {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Avenirnext, sans-serif;
  color: #1b1c2b;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.25em;
}

.large-title.is--padding {
  padding-right: 4em;
  font-weight: 500;
}

.link-next-project {
  color: #fff;
  text-decoration: none;
}

.grid-item {
  width: 100%;
  padding: 1em;
}

.grid-item.is--1 {
  display: flex;
  width: 20%;
  padding-right: 1em;
  align-items: flex-start;
  align-self: flex-start;
}

.grid-item.is--grid-2 {
  padding-bottom: 0em;
}

.grid-item.is--line-button {
  padding-top: 3em;
  padding-bottom: 0.5em;
}

.grid-item.is--footer-subline {
  display: flex;
  padding-top: 0.5em;
  flex-direction: row;
  justify-content: center;
}

.grid-item.is--3 {
  width: 10%;
  padding: 1em 1em 0em 0em;
}

.grid-item.is--2 {
  width: 17%;
  padding: 1em 1em 0em 0em;
}

.grid-item.is--4 {
  display: flex;
  width: 23%;
  padding: 1em 2em 0em 0em;
  flex-direction: column;
  align-items: flex-start;
}

.is--text-box {
  display: flex;
  padding-top: 0.3em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 1em;
}

.next--project {
  font-size: 2.81em;
  font-weight: 200;
}

.social-icon {
  width: 1.9rem;
  margin-right: auto;
  margin-left: auto;
}

.social-icon.is--last {
  margin-right: 0em;
}

.social-icon._2 {
  width: auto;
}

.copyright {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: 'Avenir next', sans-serif;
  color: #1b1c2b;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.25em;
}

.copyright.is--padding {
  padding-right: 4em;
  font-weight: 500;
}

.div-middle {
  display: flex;
  width: 30%;
  justify-content: center;
  align-items: center;
}

.div-payments {
  display: flex;
  width: 30%;
  align-items: center;
}

.footer-navlink {
  font-family: 'Avenir next', sans-serif;
  color: rgba(27, 28, 43, 0.7);
  font-size: 1rem;
  line-height: 2.1;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.footer-navlink.is--last {
  margin-right: -0.3em;
  color: #1b1c2b;
}

.footer-title {
  margin-bottom: 1rem;
  font-family: Avenirnext, sans-serif;
  color: #1b1c2b;
  font-size: 1rem;
}

.footer-para-right {
  margin-bottom: 3rem;
  font-family: 'Avenir next', sans-serif;
  color: rgba(27, 28, 43, 0.7);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.footer-para-right.is--last {
  margin-right: -0.3em;
  color: #1b1c2b;
}

.reviewer-name-container {
  display: flex;
  align-items: center;
}

.reviewer-name-container.margin-top {
  margin-top: 1rem;
  align-items: flex-start;
}

.div-block-copy {
  display: flex;
  align-items: center;
}

.div-block-copy.margin-top {
  margin-top: 0.3rem;
}

.div-block-12 {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 1.1rem;
}

.paragraph-4 {
  font-size: 1.3rem;
}

.accordion-item-text {
  font-family: 'Avenir next', sans-serif;
  color: #2e2a39;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
}

.paragraph-5 {
  display: flex;
  font-family: Avenirnext, sans-serif;
  font-size: 16px;
}

.image-7 {
  margin-bottom: 5px;
}

.top-purple-bar {
  width: 100%;
  height: 3vh;
  margin-bottom: 0rem;
  background-color: #853b8f;
}

.section_footer {
  position: static;
  z-index: 1;
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-content: stretch;
  background-color: transparent;
}

.section_3steps2 {
  margin-top: 6rem;
  padding-bottom: 2rem;
  background-color: transparent;
  color: #fff;
}

.section_3steps2.hide {
  display: flex;
}

.section_3steps2.hide-desktop {
  display: none;
}

.section_3steps2.hide-mobile {
  margin-top: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff;
}

.steps-heading {
  margin-bottom: 0rem;
  font-family: Avenirnext, sans-serif;
  color: #2e2a39;
  font-size: 30px;
  line-height: 1.8;
  text-align: center;
}

.steps-card2 {
  display: flex;
  width: 25%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.review-card-container-copy {
  display: flex;
}

.review-card-container-copy.margin-top {
  margin-top: 4rem;
}

.steps-para {
  margin-top: 0rem;
  font-family: 'Avenir next', sans-serif;
  color: #2e2a39;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.steps-content-bottom {
  padding-top: 1rem;
}

.steps-cards-wrapper {
  display: flex;
  padding-top: 3rem;
}

.cta-wrapper {
  display: flex;
  width: 50%;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.steps-testimonial {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.steps-testimonial.margin-top {
  width: 90%;
  margin-top: 1.5rem;
  align-items: center;
}

.cta-steps {
  display: flex;
  width: 100%;
  height: 80px;
  padding: 0rem;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #853b8f;
  transition: background-color 300ms ease;
  font-family: Avenirnext, sans-serif;
  color: #eef4fa;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.cta-steps:hover {
  background-color: #853b8f;
}

.cta-steps.is-full-width {
  width: 100%;
}

.cta-steps.is-small {
  padding: 0.75rem 2rem;
}

.cta-steps.is-large {
  font-size: 1.25rem;
}

.cta-steps.is-secondary {
  border: 1px solid #000;
  background-color: transparent;
}

.cta-steps.is-text {
  background-color: transparent;
}

.cta-steps.is-icon {
  display: flex;
  flex-direction: row;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.cta-steps.is-submit {
  background-color: #1b1c2b;
  color: #fff;
}

.cta-steps._2 {
  width: 100%;
  height: 86px;
  border-radius: 0.4rem;
  font-family: 'Avenirnextltpro (1)';
  font-size: 18px;
}

.testimonial-text-steps {
  width: 90%;
}

.testimonial-text-steps.margin-left {
  width: 90%;
  margin-left: 1rem;
}

.testimonial-text-steps._2 {
  width: 64%;
  color: #212529;
}

.div-block2 {
  display: flex;
  align-items: center;
}

.div-block2.margin-top {
  margin-top: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.home_header_component-desktop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home_header_component-mobile {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home_header_component-mobile.hide-desktop {
  display: none;
}

.step-image {
  border-radius: 30px;
}

.step-image._2 {
  margin-bottom: 1rem;
  border-radius: 6px;
}

.testimonial-photo-header {
  width: 5rem;
  height: 5rem;
  margin-right: 0rem;
  border-radius: 50%;
  background-image: url('../images/Screen-Shot-2023-03-02-at-10.19_1Screen Shot 2023-03-02 at 10.19.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-photo-header.margin-right {
  width: 5rem;
  margin-right: 0.5rem;
  background-image: url('../images/Customer_Image.png.png');
}

.testimonial-photo-header._3 {
  width: 5rem;
  height: 5rem;
  background-image: url('../images/Screen-Shot-2023-03-02-at-10.28_1Screen Shot 2023-03-02 at 10.28.png');
}

.testimonial-photo-header._2 {
  background-image: url('../images/Screen-Shot-2023-03-02-at-10.37-1_1Screen Shot 2023-03-02 at 10.37 (1).png');
}

.testimonial-photo-header._4 {
  background-image: url('../images/Screen-Shot-2023-03-02-at-10.26_1Screen Shot 2023-03-02 at 10.26.png');
}

.testimonial-photo-header._5 {
  background-image: url('../images/Screen-Shot-2023-03-02-at-10.31_1Screen Shot 2023-03-02 at 10.31.png');
}

.testimonial-photo-header._6 {
  background-image: url('../images/Screen-Shot-2023-03-02-at-10.29_1Screen Shot 2023-03-02 at 10.29.png');
}

.testimonial-photo-header._7 {
  background-image: url('../images/Screen-Shot-2023-03-02-at-10.32_1Screen Shot 2023-03-02 at 10.32.png');
}

.card {
  display: flex;
  width: 300px;
  height: auto;
  padding: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: transparent;
  transition: border-color 300ms ease;
  color: #1d225f;
  font-size: 1.25rem;
  line-height: 1.8rem;
  text-align: left;
  text-decoration: none;
}

.card:hover {
  border-width: 1px;
  border-color: #542dbf;
}

.card.last-card {
  display: none;
  width: 0px;
  box-shadow: none;
}

.card_image {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.row {
  display: -ms-grid;
  display: grid;
  margin-top: 2rem;
  justify-items: stretch;
  align-items: flex-start;
  grid-auto-flow: column;
  grid-auto-columns: 0.5fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.horizontal-scroll {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  padding-left: 5%;
  justify-content: center;
}

.horizontal-scroll_item-padding {
  flex: 0 0 auto;
}

.horizontal-scroll_item-padding.last {
  padding-right: 0rem;
}

.horizontal-scroll_page-padding {
  position: relative;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.reviewer-copy {
  width: 100%;
  max-width: none;
  border-radius: 13px;
}

.heading-transparent {
  color: transparent;
}

.radio-button {
  position: absolute;
  left: auto;
  margin-right: 1rem;
  margin-left: auto;
  -ms-grid-row-align: center;
  align-self: center;
}

.radio-button-label {
  display: none;
}

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

.form-block {
  -ms-grid-row-align: center;
  align-self: center;
}

.stickyatc_wrapper {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  display: flex;
  width: 100%;
  padding: 0.5rem 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  transition: all 200ms ease;
}

.container-left {
  display: flex;
  width: 40%;
}

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

.cta-atc {
  display: flex;
  width: 50%;
  height: 50px;
  margin-left: 1rem;
  padding: 0rem;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background-color: #853b8f;
  transition: background-color 300ms ease;
  font-family: Avenirnext, sans-serif;
  color: #eef4fa;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.cta-atc:hover {
  background-color: #853b8f;
}

.cta-atc.is-full-width {
  width: 100%;
}

.cta-atc.is-small {
  padding: 0.75rem 2rem;
}

.cta-atc.is-large {
  font-size: 1.25rem;
}

.cta-atc.is-secondary {
  border: 1px solid #000;
  background-color: transparent;
}

.cta-atc.is-text {
  background-color: transparent;
}

.cta-atc.is-icon {
  display: flex;
  flex-direction: row;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.cta-atc.is-submit {
  background-color: #1b1c2b;
  color: #fff;
}

.cta-atc._2 {
  width: 100%;
  height: 86px;
  border-radius: 2px;
  font-family: Avenirnext, sans-serif;
  font-size: 18px;
}

.paragraph-7 {
  display: flex;
  align-items: center;
}

.html-bar {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.html-bar.hide-desktop {
  display: none;
}

.html-bar._1 {
  width: 100%;
}

.html-embed {
  display: flex;
  align-items: center;
}

.html-embed-2 {
  font-family: Avenirnext, sans-serif;
  color: #1b1c2b;
  font-weight: 500;
}

.paragraph-8 {
  font-family: Avenirnext, sans-serif;
  font-size: 18px;
}

.text-color-black-2 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.text-color-black3 {
  display: none;
  margin-left: 0.3rem;
  color: #000;
  font-weight: 600;
  text-align: left;
}

.slider {
  height: 500px;
}

.slider.no-perspective {
  margin-bottom: 100%;
  background-color: transparent;
  transform: none;
}

.slider.no-perspective {
  width: 600px;
  height: 600px;
  margin-bottom: 0px;
  border-radius: 20px;
  transform: none;
}

.slider-arrow {
  color: #777;
}

.slider-arrow.left {
  left: -76px;
  display: none;
}

.slider-arrow.right {
  right: -77px;
  display: none;
}

.container-2 {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  perspective: 843px;
  perspective-origin: 50% 10%;
}

.slider-thumb-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.slider-thumb-wrap {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  background-color: transparent;
}

.slider-navigation {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -25%;
  z-index: 4;
  height: 100px;
  margin: 0px;
  padding-top: 0px;
  border-style: dashed;
  border-width: 1px;
  border-color: #32ff47;
  background-color: rgba(255, 255, 255, 0.27);
}

.slider-navigation.no-perspective {
  display: flex;
  justify-content: space-between;
  border-style: none;
  background-color: transparent;
}

.slider-navigation.default-no-perspective {
  z-index: 5;
  display: flex;
  border: 1px none #000;
  background-color: transparent;
  opacity: 0;
  font-size: 100px;
}

.slider-navigation.default-no-perspective:active {
  opacity: 0;
}

.slider-navigation.no-perspective {
  border-style: none;
  border-color: #fff;
  background-color: transparent;
}

.slider-navigation.default-no-perspective {
  z-index: 5;
  width: auto;
  border: 1px none #000;
  background-color: transparent;
  opacity: 0.07;
  font-size: 100px;
}

.slider-navigation.default-no-perspective:active {
  background-color: #fff;
}

.image-13 {
  width: 100%;
}

.floating-button-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: flex;
  width: 100%;
  height: 85px;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #000;
  background-color: #fff;
  opacity: 1;
  transform: translate(0px, 0px);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.floating-cta-button {
  display: flex;
  width: 100%;
  height: 55px;
  padding: 15px 50px;
  justify-content: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: #853b8f;
  transition: color 200ms ease-in-out;
  font-family: 'Avenir next', sans-serif;
  color: #faf8ef;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.floating-cta-button:hover {
  color: #fafafa;
}

.floating-cta-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 2;
  font-weight: 400;
  text-align: center;
}

.html-embed-3 {
  max-width: 100%;
  margin-left: 10px;
  padding-left: 0px;
}

.container-3 {
  display: flex;
  max-width: 100%;
  flex: 0 auto;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.html-embed-4 {
  display: block;
  -ms-grid-row-align: center;
  align-self: center;
}

.paragraph-9 {
  display: block;
  margin-bottom: 0px;
  align-items: baseline;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
}

.columns {
  max-width: 1000px;
}

.h1 {
  width: 100%;
  font-family: Avenirnext, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 150%;
  font-weight: 700;
}

.orders-at-this-price-remaining-0 {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0em;
}

.div-30 {
  display: flex;
  padding: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.mask {
  width: auto;
  height: auto;
  border-radius: 20px;
}

.sectionshopify-section-main-product {
  display: flex;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 2% 5%;
  justify-content: center;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fff;
  cursor: auto;
}

.frame-52 {
  display: flex;
  width: 100%;
  max-width: 480.296875px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 10%;
  grid-row-gap: 10%;
}

.vectors-wrapper-18 {
  display: flex;
  width: 50px;
  height: 44.981353759765625px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.vectors-wrapper-12 {
  display: flex;
  width: 14px;
  height: 14px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-28 {
  color: #7c7c7c;
  font-size: 24px;
  line-height: 31px;
  font-weight: undefined;
  letter-spacing: 0em;
  text-decoration: line-through;
}

.vectors-wrapper-13 {
  display: flex;
  width: 7px;
  height: 7px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-32 {
  color: #000;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0em;
}

.div-20 {
  display: flex;
  padding: 2px 7px;
  justify-content: flex-start;
  align-items: center;
  flex: 0 auto;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.a-8 {
  display: flex;
  width: 100%;
  max-width: 572px;
  padding: 26px 50px 26.078125px 35px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 2px;
  background-color: #000;
  box-shadow: 0 0 15px 0 #ccbdff;
}

.frame-53 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.span-14 {
  width: 100%;
  min-height: 23px;
}

.div-13 {
  display: flex;
  padding-right: 0px;
  justify-content: flex-start;
  align-items: center;
  flex: 0 auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.div-29 {
  display: flex;
  padding: 31px 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.spanbefore-2 {
  position: absolute;
  left: 0px;
  top: 2.25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-18 {
  display: flex;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: space-between;
  align-items: center;
  flex: 0 auto;
  grid-column-gap: 55px;
  grid-row-gap: 55px;
}

.slide-2 {
  width: auto;
  height: 600px;
  border-radius: 20px;
}

.text-35 {
  color: #000;
  font-size: 13px;
  line-height: 24.181800842285156px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.6600000262260437px;
}

.div-28 {
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: center;
  align-items: center;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000;
}

.aaliyiah-j {
  color: #000;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0em;
}

.text-29 {
  color: #2e2a39;
  font-size: 24px;
  line-height: 31px;
  font-weight: undefined;
  letter-spacing: 0em;
}

.div-block-13 {
  width: auto;
  height: 600px;
  border-radius: 20px;
}

.text-34 {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0em;
}

.vectors-wrapper-17 {
  display: flex;
  width: 50px;
  height: 50.001953125px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.vectors-wrapper-11 {
  display: flex;
  width: 14.000038146972656px;
  height: 13.125436782836914px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.lislide-thumbnails-main-product-0 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.body {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 150%;
}

.vectors-wrapper-19 {
  display: flex;
  width: 15px;
  height: 15px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-17 {
  display: flex;
  width: 100%;
  padding: 10px 5px;
  justify-content: center;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 50px;
  background-color: #dcff8e;
}

.svg {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-14 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.div-33 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
}

.text-18 {
  color: #fff;
  font-size: 16px;
  line-height: 31.090900421142578px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.6600000262260437px;
  text-decoration: none;
  text-transform: uppercase;
}

.div-27 {
  display: flex;
  width: 350px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
}

.text-31 {
  width: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.customer_imagepng {
  border-radius: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.span-3 {
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.frame-55 {
  display: flex;
  width: 189px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
}

.slide-3 {
  width: auto;
  height: 600px;
  border-radius: 20px;
}

.vectors-wrapper-16 {
  display: flex;
  width: 75px;
  height: 46.54091262817383px;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-31 {
  display: flex;
  padding: 26px 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.text-25 {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: undefined;
  letter-spacing: 0em;
}

.div-22 {
  display: flex;
  padding-right: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.orders-at-this-price-remaining-1 {
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0em;
}

.frame-54 {
  display: flex;
  width: 500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
}

.container-5 {
  display: block;
  max-width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  perspective: 843px;
  perspective-origin: 50% 10%;
}

.div-15 {
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
}

.div-32 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.slide-4 {
  width: auto;
  height: 600px;
}

.guarantees-to-remove-unwanted-hair-works-anywhere-with-hair-painless-and-non-toxic-quick-easy-at-home-sessions {
  color: rgba(46, 42, 57, 0.75);
  font-size: 16px;
  line-height: 30.399999618530273px;
  font-weight: 400;
  letter-spacing: 0.6600000262260437px;
}

.image-14 {
  width: auto;
  height: 600px;
  border-radius: 20px;
}

.slider-thumb-image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

.div-34 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.slider-thumb-wrap-2 {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  border-radius: 20px;
  background-color: transparent;
}

.text-33 {
  width: 150%;
  color: rgba(46, 42, 57, 0.75);
  font-size: 18px;
  line-height: 30.399999618530273px;
  font-weight: 700;
  letter-spacing: 0.6600000262260437px;
}

.link-block-5 {
  width: 100%;
  border-radius: 0px;
  text-decoration: none;
}

.text-30 {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0em;
}

.span-15 {
  position: relative;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2.5px;
  padding-left: 26px;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-19 {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: flex-start;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 50px;
  background-color: #fbf6f0;
}

.div-21 {
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  justify-content: flex-start;
  align-items: center;
  flex: 0 auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

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

.set1 {
  display: block;
  margin-top: 0px;
  margin-right: 50px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}

.set2 {
  display: none;
  cursor: pointer;
}

.set3 {
  display: none;
  cursor: pointer;
}

.div-block-14 {
  margin-top: 10px;
  -ms-grid-row-align: center;
  align-self: center;
  order: 0;
  flex: 0 auto;
}

@media screen and (max-width: 991px) {
  .button {
    transition-property: background-color;
  }

  .text-align-center.margin-bottom {
    font-family: Avenirnext, sans-serif;
    font-size: 30px;
    font-weight: 600;
  }

  .container-large {
    max-width: 88rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

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

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

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

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

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

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

  .padding-bottom.padding-huge {
    padding-bottom: 3rem;
  }

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

  .nav_component {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .nav_container {
    padding-right: 1rem;
    padding-left: 1rem;
    justify-content: space-between;
  }

  .section_home-header {
    margin-top: 0vh;
  }

  .home_header_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .home_header_content {
    width: 90%;
    max-width: 48rem;
    align-items: flex-start;
  }

  .home_header_content.hide-mobile {
    width: 50%;
    max-width: none;
  }

  .home_header_illustration-wrapper {
    width: 100%;
  }

  .home_header_illustration-wrapper.hide-mobile {
    width: 90%;
  }

  .home_header_illustration-wrapper.hide-desktop {
    display: none;
  }

  .nav_menu-wrapper {
    justify-content: flex-end;
    background-color: transparent;
  }

  .nav_button-wrapper {
    display: flex;
    padding: 1rem;
    background-image: none;
  }

  .nav_link-wrapper {
    display: flex;
    margin-right: 0rem;
    padding-left: 0rem;
  }

  .nav_link {
    display: flex;
    padding-left: 1rem;
    flex-direction: column;
    align-items: center;
    font-family: Avenirnext, sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
  }

  .home_services_component {
    grid-column-gap: 2rem;
  }

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

  .cta_content-column {
    padding: 2rem;
  }

  .cta_form-column {
    padding: 2rem;
  }

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

  .home_work_overlay {
    width: 100%;
  }

  .blog_image-wrapper {
    width: 100%;
  }

  .blog_thumbnail-image {
    width: 100%;
  }

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

  .footer_contact-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer_contact_content-left {
    width: 50%;
  }

  .footer_contact_content-right {
    width: 50%;
  }

  .about_header_component {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .about_header_image {
    width: 100%;
  }

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

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

  .about_mission_component {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

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

  .brands_logo-row {
    justify-items: start;
  }

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

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

  .pricing_feature {
    display: flex;
  }

  .pricing_list-wrapper {
    margin: 3rem 0rem;
  }

  .footer_bottom-links {
    margin-bottom: -1rem;
  }

  .nav_menu-mobile-button {
    padding: 0rem 0px 0rem 0rem;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }

  .nav_menu-mobile-button.w--open {
    background-color: #1a1b46;
  }

  .features_component {
    flex-direction: column;
    align-items: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .features_component.is-flipped {
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .features_text-wrapper {
    max-width: 34rem;
  }

  .features_header_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .contact_component {
    padding: 2.5rem;
  }

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

  .project-keywords_component {
    align-items: center;
  }

  .project-keywords_list {
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
  }

  .features_illustration-2 {
    margin-right: 0rem;
  }

  .features_header_content {
    max-width: 44rem;
  }

  .footer_link {
    margin-bottom: 1rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_4-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .text-color-black {
    font-size: 0.7rem;
  }

  .text-color-black.text-size-regular {
    font-family: Avenirnext, sans-serif;
    color: #2e2a39;
    font-size: 18px;
    text-align: left;
  }

  .text-color-black.text-size-regular._2 {
    font-size: 16px;
    text-align: center;
  }

  .text-color-black.text-size-regular._3 {
    font-size: 16px;
    text-align: center;
  }

  .text-color-black.text-size-regular._2-copy {
    font-size: 16px;
    text-align: center;
  }

  .heading-style-h3.margin-bottom {
    font-family: Avenirnext, sans-serif;
    font-size: 30px;
  }

  .fs-styleguide_3-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading {
    margin-bottom: 0.5rem;
    font-family: Avenirnext, sans-serif;
    font-size: 30px;
    font-weight: 600;
  }

  .cta-main {
    width: 100%;
    height: 60px;
    transition-property: background-color;
    font-size: 1rem;
  }

  .cta-main._2 {
    height: 60px;
    font-size: 1rem;
  }

  .check-list-text {
    font-family: 'Avenir next', sans-serif;
    font-size: 18px;
    line-height: 1.3;
  }

  .text-span {
    font-size: 1rem;
  }

  .header-testimonial {
    margin-top: 1rem;
  }

  .header-testimonial.margin-top {
    align-items: flex-start;
  }

  .testimonial-photo {
    width: 5rem;
    height: 5rem;
  }

  .testimonial-photo.margin-right {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }

  .testimonial-text {
    width: 80%;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .reviewer-name {
    font-size: 15px;
  }

  .product_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .inner {
    width: 50%;
    max-width: 44rem;
    margin-left: 0rem;
    padding-left: 1rem;
  }

  .product-heading {
    font-family: Avenirnext, sans-serif;
    font-size: 30px;
  }

  .product-rating.text-size-regular {
    display: flex;
    font-size: 18px;
    white-space: nowrap;
  }

  .dark-text-product.margin-bottom {
    font-family: Avenirnext, sans-serif;
    font-size: 18px;
  }

  .freeo-ffer-content-wrapper {
    padding: 1.4rem;
  }

  .text-red {
    font-size: 0.8rem;
  }

  .off-wrapper-text {
    font-size: 13px;
    text-align: center;
  }

  .icon-container {
    text-align: center;
  }

  .features-heading.text-color-black {
    text-align: center;
  }

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

  .accordion-heading {
    font-size: 25px;
  }

  .accordion-bold-text {
    font-size: 30px;
  }

  .reviews-card-wrapper {
    width: 100%;
  }

  .text-left._2 {
    font-size: 15px;
  }

  .review-card-container {
    clear: left;
    flex-wrap: wrap;
  }

  .review-card-container.margin-top {
    flex-wrap: wrap;
  }

  .reviewer-card {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .image-container {
    display: flex;
    flex-wrap: wrap;
  }

  .div-block-11 {
    font-family: 'Avenir next', sans-serif;
    font-size: 13px;
  }

  .verified-buyer {
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 8px;
  }

  .section {
    height: 100vh;
    justify-content: space-between;
  }

  .arrow-icon {
    width: 1.1em;
  }

  .link-name {
    margin-right: 0px;
    font-size: 2vw;
    line-height: 1.5;
  }

  .link-name.is--last {
    margin-right: -2em;
  }

  .large-title {
    font-size: 18px;
  }

  .grid-item.is--1 {
    width: 100%;
  }

  .grid-item.is--3 {
    width: 50%;
    padding-top: 5em;
    padding-left: 1em;
  }

  .grid-item.is--2 {
    width: 50%;
    padding-top: 5em;
    padding-left: 2em;
  }

  .grid-item.is--4 {
    width: 50%;
    padding-top: 7em;
    padding-left: 2em;
  }

  .social-icon {
    width: 2em;
  }

  .copyright {
    font-size: 1.2vw;
  }

  .footer-navlink {
    margin-right: 0px;
    font-size: 15px;
    line-height: 1.6;
  }

  .footer-navlink.is--last {
    margin-right: -2em;
  }

  .footer-para-right {
    margin-right: 0px;
    font-size: 16px;
    line-height: 1.6;
  }

  .footer-para-right.is--last {
    margin-right: -2em;
  }

  .paragraph-5 {
    font-size: 0.8rem;
    font-weight: 500;
  }

  .section_footer {
    height: 100vh;
    justify-content: space-between;
  }

  .section_3steps2.hide {
    display: block;
  }

  .section_3steps2.hide-desktop {
    display: none;
  }

  .section_3steps2.hide-mobile {
    display: block;
  }

  .steps-heading {
    font-size: 25px;
  }

  .steps-para {
    margin-top: 0.5rem;
  }

  .cta-wrapper {
    width: 80%;
  }

  .steps-testimonial.margin-top {
    align-items: flex-start;
  }

  .cta-steps {
    width: 80%;
    height: 60px;
    transition-property: background-color;
    font-size: 1rem;
  }

  .testimonial-text-steps {
    width: 80%;
  }

  .home_header_component-desktop {
    display: none;
    justify-content: space-between;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .home_header_component-mobile {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .home_header_component-mobile.hide-desktop {
    display: flex;
    padding-top: 16vh;
    flex-direction: column-reverse;
    align-items: center;
  }

  .step-image._2 {
    border-radius: 10px;
  }

  .testimonial-photo-header {
    width: 5rem;
    height: 5rem;
  }

  .testimonial-photo-header.margin-right {
    width: 4rem;
    height: 4rem;
    margin-right: 1rem;
  }

  .card {
    width: 240px;
    flex: 0 0 auto;
  }

  .card.last-card {
    width: 100px;
    box-shadow: none;
  }

  .row {
    display: flex;
    width: 100vw;
    padding-left: 0rem;
    justify-content: center;
    justify-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
  }

  .horizontal-scroll {
    overflow: auto;
    width: auto;
    padding-left: 0%;
  }

  .horizontal-scroll_item-padding.last {
    display: none;
    padding-right: 2.5rem;
  }

  .horizontal-scroll_item-padding.first {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0rem;
  }

  .horizontal-scroll_page-padding {
    display: flex;
    padding-right: 0rem;
    padding-left: 0rem;
    justify-content: center;
  }

  .heading-transparent {
    color: transparent;
  }

  .stickyatc_wrapper {
    display: none;
  }

  .cta-atc {
    width: 30%;
    height: 50px;
    transition-property: background-color;
    font-size: 1rem;
  }

  .cta-atc._2 {
    height: 60px;
    font-size: 1rem;
  }

  .html-bar.hide-desktop {
    display: none;
  }

  .paragraph-8 {
    font-size: 0.8rem;
    font-weight: 500;
  }

  .text-color-black-2 {
    font-size: 0.7rem;
  }

  .text-color-black3 {
    font-size: 0.7rem;
  }

  .slider.no-perspective {
    height: auto;
  }

  .slider-thumb-wrap {
    display: block;
    height: auto;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: row;
  }

  .slider-navigation.no-perspective {
    padding-top: 2rem;
    flex-direction: row;
    align-items: flex-start;
  }

  .slider-navigation.default-no-perspective {
    height: auto;
  }

  .floating-cta-button {
    width: 90%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

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

  .container-3 {
    display: flex;
    justify-content: center;
  }

  .sectionshopify-section-main-product {
    overflow: hidden;
    flex-direction: column;
    align-items: center;
  }

  .frame-54 {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .padding-global {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .container-medium {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

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

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

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

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

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

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

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

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

  .nav_container {
    margin-top: -1rem;
    flex-direction: row-reverse;
    background-color: #fff;
    color: #eef4fa;
  }

  .nav_logo-link {
    padding-left: 0px;
  }

  .section_home-header {
    margin-top: 0rem;
  }

  .home_header_component {
    justify-content: center;
  }

  .home_header_content {
    width: 90%;
  }

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

  .home_header_illustration-wrapper {
    width: 100%;
  }

  .home_header_illustration-wrapper.hide-mobile {
    display: none;
  }

  .home_header_illustration-wrapper.hide-desktop {
    display: none;
  }

  .nav_menu-wrapper {
    display: flex;
    flex-direction: row;
  }

  .nav_logo {
    width: 5rem;
    height: auto;
  }

  .nav_button-wrapper {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    background-color: #fff;
  }

  .nav_link-wrapper {
    margin-right: 0rem;
    padding-left: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
  }

  .nav_link {
    margin-left: 0px;
  }

  .home_services_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

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

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

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

  .cta_component {
    flex-direction: column;
  }

  .cta_content-column {
    width: 100%;
    padding: 5rem 1rem;
  }

  .cta_form-column {
    width: 100%;
    padding: 5rem 1rem;
  }

  .home_work_component {
    grid-row-gap: 1.5rem;
  }

  .home_work_overlay {
    width: 100%;
  }

  .blog_image-wrapper {
    margin-bottom: 1.5rem;
  }

  .footer_bottom-links-wrapper {
    flex-direction: column-reverse;
  }

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

  .process_circle {
    margin-right: 1rem;
  }

  .process_connector-wrapper {
    margin-bottom: 1.25rem;
  }

  .about_mission_component {
    grid-auto-flow: row;
  }

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

  .benefits_item {
    padding: 1.5rem;
  }

  .brands_logo-row {
    justify-items: start;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .footer_bottom-links {
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: -1rem;
    justify-content: flex-start;
  }

  .nav_menu-mobile-button {
    margin-left: 1rem;
  }

  .nav_menu-mobile-button.w--open {
    background-color: transparent;
  }

  .nav_menu-mobile-button-icon {
    width: 40px;
  }

  .nav_menu-mobile-button-icon:active {
    color: transparent;
  }

  .features_component {
    grid-row-gap: 2rem;
  }

  .features_image {
    height: 20rem;
  }

  .work_categories-list {
    grid-auto-flow: row;
    -ms-grid-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
    -ms-grid-columns: max-content max-content max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content max-content;
  }

  .work_categories-wrapper {
    flex-wrap: wrap;
  }

  .blog_list {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact_component {
    padding: 1.5rem;
  }

  .contact_form {
    grid-row-gap: 1.5rem;
  }

  .project-keywords_list-wrapper {
    margin-left: 1.5rem;
  }

  .features_illustration-1 {
    left: -1rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: 0.875rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .text-color-black.text-size-regular.hide-mobile {
    display: block;
  }

  .text-color-black.text-size-regular._3 {
    justify-content: center;
  }

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

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h3.margin-bottom {
    margin-bottom: 1rem;
    text-align: left;
  }

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

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_version {
    font-size: 0.875rem;
  }

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .heading-style-h6 {
    font-size: 0.75rem;
  }

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

  .heading-style-h5 {
    font-size: 0.875rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading {
    text-align: center;
  }

  .cta-main {
    width: 100%;
  }

  .testimonial-photo {
    background-image: url('../images/Screen-Shot-2023-03-02-at-10.19_1Screen Shot 2023-03-02 at 10.19.png');
  }

  .testimonial-photo._2 {
    background-image: url('../images/Screen-Shot-2023-03-02-at-10.37-1_1Screen Shot 2023-03-02 at 10.37 (1).png');
  }

  .testimonial-photo._4 {
    background-image: url('../images/Screen-Shot-2023-03-02-at-10.26_1Screen Shot 2023-03-02 at 10.26.png');
  }

  .testimonial-photo._5 {
    background-image: url('../images/Screen-Shot-2023-03-02-at-10.31_1Screen Shot 2023-03-02 at 10.31.png');
  }

  .testimonial-photo._6 {
    background-image: url('../images/Screen-Shot-2023-03-02-at-10.29_1Screen Shot 2023-03-02 at 10.29.png');
  }

  .testimonial-photo._7 {
    background-image: url('../images/Screen-Shot-2023-03-02-at-10.32_1Screen Shot 2023-03-02 at 10.32.png');
  }

  .testimonial-text._2 {
    width: 82%;
  }

  .paragraph-2 {
    text-align: left;
  }

  .content-container.reverse {
    flex-direction: column-reverse;
    align-items: center;
  }

  .content-container.margin-bottom {
    flex-direction: column-reverse;
    align-items: center;
  }

  .content-left {
    width: 90%;
  }

  .content-left.padding-right {
    width: 90%;
    padding-top: 0rem;
  }

  .content-right {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    justify-content: center;
  }

  .content-right.margin-right {
    display: flex;
    width: 100%;
    margin-right: 0rem;
    justify-content: center;
  }

  .img-container {
    width: 90%;
    margin-bottom: 3rem;
  }

  .section_product {
    padding-bottom: 0rem;
  }

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

  .product-main-image-wrapper {
    width: 86%;
  }

  .inner {
    width: 80%;
    margin-top: 2rem;
  }

  .testimonial-photo-product.margin-right {
    width: 4rem;
    height: 4rem;
  }

  .div-block-8 {
    padding-left: 0rem;
  }

  .icon-container {
    width: 23%;
    text-align: center;
  }

  .features-heading.text-color-black {
    text-align: center;
  }

  .image-3 {
    width: 5rem;
  }

  .accordion-item-content {
    margin-right: 0px;
  }

  .accordion-bold-text {
    line-height: 1.5;
  }

  .section_faqs {
    padding-bottom: 0rem;
  }

  .section_reviews {
    margin-top: 0rem;
    padding-bottom: 0rem;
  }

  .top-div {
    align-items: stretch;
  }

  .top-div._2 {
    width: 90%;
    flex-direction: column-reverse;
    align-items: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-left {
    font-family: Avenirnext, sans-serif;
    font-weight: 600;
  }

  .text-left._2 {
    font-size: 18px;
  }

  .text-left._3 {
    text-align: left;
  }

  .button-2 {
    width: 60%;
    margin-bottom: 1rem;
  }

  .review-card-container {
    flex-direction: column;
  }

  .review-card-container.margin-top {
    margin-top: 0rem;
  }

  .reviewer-card {
    width: 75%;
    margin-bottom: 3rem;
    align-items: stretch;
  }

  .reviewer-card.last {
    margin-bottom: 0rem;
  }

  .div-block-11 {
    font-family: Avenirnext, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

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

  .review-para {
    text-align: left;
  }

  .verified-buyer {
    font-family: Avenirnext, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .reviewer {
    margin-bottom: 0rem;
  }

  .image-6 {
    width: 10em;
  }

  .div-text {
    width: 70%;
  }

  .grid {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .grid.is--not-buttom-p {
    padding-left: 2em;
  }

  .grid-item.is--line-button {
    padding-top: 0em;
  }

  .grid-item.is--footer-subline {
    padding-left: 0em;
    flex-direction: column;
  }

  .grid-item.is--3 {
    padding-top: 2em;
  }

  .grid-item.is--2 {
    padding-top: 2em;
  }

  .grid-item.is--4 {
    width: 100%;
    padding-top: 2em;
    flex-direction: column;
  }

  .social-icon._2 {
    margin-left: 0px;
  }

  .copyright {
    font-size: 14px;
  }

  .div-middle {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    justify-content: flex-start;
  }

  .div-payments {
    width: 100%;
  }

  .footer-navlink {
    font-size: 15px;
  }

  .footer-para-right {
    margin-bottom: 2rem;
    font-size: 15px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .top-purple-bar {
    height: 2rem;
  }

  .section_footer {
    height: auto;
  }

  .section_3steps2.hide-desktop {
    display: block;
    overflow: hidden;
    margin-top: 6rem;
  }

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

  .steps-heading {
    font-size: 25px;
  }

  .steps-para {
    margin-top: 0.4rem;
    text-align: center;
  }

  .cta-wrapper {
    width: 90%;
  }

  .cta-steps {
    width: 90%;
  }

  .home_header_component-desktop {
    justify-content: center;
  }

  .home_header_component-mobile {
    justify-content: center;
  }

  .home_header_component-mobile.hide-desktop {
    display: flex;
    padding-top: 9vh;
    flex-direction: row;
  }

  .image-8 {
    border-radius: 30px;
  }

  .image-9 {
    border-radius: 30px;
  }

  .image-10 {
    border-radius: 30px;
  }

  .image-11 {
    border-radius: 30px;
  }

  .image-12 {
    border-radius: 30px;
  }

  .step-image {
    border-radius: 30px;
  }

  .step-image._2 {
    width: auto;
    margin-bottom: 1rem;
    border-radius: 10px;
  }

  .testimonial-photo-header {
    background-image: url('../images/Screen-Shot-2023-03-02-at-10.19_1Screen Shot 2023-03-02 at 10.19.png');
  }

  .testimonial-photo-header._2 {
    background-image: url('../images/Screen-Shot-2023-03-02-at-10.37-1_1Screen Shot 2023-03-02 at 10.37 (1).png');
  }

  .testimonial-photo-header._4 {
    background-image: url('../images/Screen-Shot-2023-03-02-at-10.26_1Screen Shot 2023-03-02 at 10.26.png');
  }

  .testimonial-photo-header._5 {
    background-image: url('../images/Screen-Shot-2023-03-02-at-10.31_1Screen Shot 2023-03-02 at 10.31.png');
  }

  .testimonial-photo-header._6 {
    background-image: url('../images/Screen-Shot-2023-03-02-at-10.29_1Screen Shot 2023-03-02 at 10.29.png');
  }

  .testimonial-photo-header._7 {
    background-image: url('../images/Screen-Shot-2023-03-02-at-10.32_1Screen Shot 2023-03-02 at 10.32.png');
  }

  .card {
    position: relative;
    z-index: 0;
    width: 310px;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .card.last-card {
    display: block;
    width: 90px;
    background-color: transparent;
    box-shadow: none;
  }

  .row {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: -ms-grid;
    display: grid;
    padding-right: 4rem;
    padding-left: 47rem;
    grid-auto-columns: 0.5fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .horizontal-scroll {
    margin-left: 0px;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .horizontal-scroll_item-padding {
    padding-right: 1.25rem;
  }

  .horizontal-scroll_item-padding.last {
    display: block;
    width: 100%;
    padding-right: 1.25rem;
  }

  .horizontal-scroll_item-padding.first {
    width: 100%;
    padding-left: 0rem;
  }

  .horizontal-scroll_page-padding {
    width: 106vw;
    margin-left: -0.9rem;
    padding-left: 0rem;
  }

  .reviewer-copy {
    margin-bottom: 0rem;
  }

  .paragraph-6 {
    font-size: 18px;
    line-height: 1.5;
  }

  .heading-transparent {
    color: transparent;
  }

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

  .stickyatc_wrapper {
    z-index: 30;
    flex-direction: column-reverse;
  }

  .container-left {
    display: none;
    width: 90%;
  }

  .container-right {
    display: block;
    width: 90%;
  }

  .cta-atc {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0px;
  }

  .cta-atc.w--current {
    margin-bottom: 1rem;
  }

  .html-bar.sticky-mobile {
    display: none;
    width: 100%;
  }

  .html-bar.hide {
    display: flex;
  }

  .html-bar.hide-desktop {
    display: block;
    width: 100%;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .container-2 {
    display: flex;
    height: auto;
    flex-direction: row;
  }

  .slider-navigation.no-perspective {
    position: static;
    bottom: -25%;
    padding-top: 0rem;
  }

  .slider-navigation.default-no-perspective {
    position: relative;
  }

  .slide {
    height: 454.07501220703125px;
  }

  .floating-button-wrapper {
    display: block;
    overflow: visible;
    height: 10%;
    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-4 {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }

  .floating-cta-button {
    width: 90%;
    height: 45px;
    margin-top: 0px;
    font-size: 15px;
  }

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

  .container-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: center;
    align-items: center;
  }

  .sectionshopify-section-main-product {
    overflow: hidden;
    flex-direction: column;
    align-items: center;
  }

  .frame-54 {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .text-align-center.margin-bottom {
    font-size: 30px;
    text-align: center;
  }

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

  .align-center.max-width-large {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container-medium {
    max-width: none;
  }

  .padding-xxlarge {
    padding: 1.5rem;
  }

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

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

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

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

  .margin-right.margin-xsmall.is-blog-main {
    margin-right: 0rem;
  }

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

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

  .padding-bottom.padding-huge {
    padding-bottom: 0rem;
  }

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

  .nav_component {
    top: 0%;
    height: 4.9rem;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0rem;
    flex-direction: column;
  }

  .nav_container {
    position: static;
    height: 0px;
    max-width: none;
    margin-top: 1rem;
    padding-top: 0px;
  }

  .nav_logo-link {
    margin-right: 0rem;
    padding-left: 0px;
  }

  .section_home-header {
    margin-top: 0rem;
    padding-bottom: 0rem;
  }

  .home_header_content {
    width: 100%;
    max-width: none;
  }

  .home_header_illustration-wrapper.hide-desktop {
    display: none;
  }

  .nav_menu-wrapper {
    position: static;
    padding-top: 0rem;
  }

  .nav_logo {
    width: 4rem;
  }

  .nav_button-wrapper {
    padding-top: 1rem;
  }

  .nav_link-wrapper {
    padding-top: 0px;
    padding-left: 1.6rem;
  }

  .button-nav {
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 0.8rem;
  }

  .button-row {
    flex-direction: column;
    align-self: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .home_services_component {
    grid-row-gap: 4rem;
  }

  .testimonials_arrow {
    bottom: -3rem;
  }

  .faq_item {
    padding: 2rem 0rem;
  }

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

  .faq_icon {
    margin-left: 1.5rem;
  }

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

  .cta_form {
    justify-items: center;
  }

  .home_work_overlay {
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .footer_content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer_contact-wrapper {
    flex-direction: column;
    grid-row-gap: 0rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer_contact_content-left {
    width: auto;
  }

  .footer_contact_content-right {
    width: auto;
    padding: 1.5rem;
  }

  .footer_bottom-links-wrapper {
    flex-direction: column-reverse;
  }

  .section_about-header {
    margin-top: 4rem;
  }

  .about_company_image {
    height: 12rem;
    -o-object-fit: cover;
    object-fit: cover;
  }

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

  .process_item {
    max-width: 20rem;
  }

  .brands_logo-row {
    justify-items: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .section_pricing {
    margin-top: 4rem;
  }

  .pricing_item {
    padding: 3rem 2rem;
  }

  .pricing_list-wrapper {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .footer_bottom_content {
    margin-bottom: 0rem;
  }

  .footer_bottom-links {
    justify-content: flex-start;
  }

  .nav_menu-mobile-button {
    width: 30px;
    margin-bottom: 1rem;
    margin-left: 0rem;
  }

  .section_features-header {
    margin-top: 4rem;
    padding-bottom: 0rem;
  }

  .section_blog-featured {
    margin-top: 4rem;
  }

  .section_blog-featured.background-color-gray {
    margin-top: 4rem;
  }

  .work_categories-list-wrapper {
    margin-top: 1rem;
    margin-left: 0rem;
  }

  .work_categories-list {
    grid-auto-flow: row;
    grid-column-gap: 1rem;
    -ms-grid-columns: -webkit-max-content -webkit-max-content;
    -ms-grid-columns: max-content max-content;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
  }

  .work_categories_item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .work_categories-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog_post-details {
    flex-direction: column;
    justify-items: center;
    align-items: center;
    grid-row-gap: 1px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section_contact {
    margin-top: 4rem;
  }

  .section_case-study {
    margin-top: 4rem;
  }

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

  .project-keywords_component {
    padding-right: 0rem;
    padding-left: 0rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-keywords_list-wrapper {
    margin-left: 0rem;
  }

  .project-keywords_list {
    margin-top: 1rem;
    grid-auto-flow: row;
    -ms-grid-columns: -webkit-max-content 1fr;
    -ms-grid-columns: max-content 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }

  .features_illustration-1 {
    bottom: -1.5rem;
    width: 7rem;
  }

  .features_illustration-3 {
    right: 0rem;
    bottom: -1.5rem;
    width: 5rem;
  }

  .home_work_content-wrapper {
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
  }

  .section_work-header {
    margin-top: 4rem;
  }

  .section_blog-post {
    margin-top: 4rem;
  }

  .nav_link {
    padding-left: 0rem;
  }

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-horizontal {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .text-color-black.text-size-regular._2 {
    font-size: 15px;
  }

  .text-color-black.text-size-regular.hide-mobile {
    display: none;
  }

  .text-color-black.text-size-regular._3 {
    font-size: 15px;
  }

  .text-color-black.text-size-regular._2-copy {
    font-size: 15px;
  }

  .text-color-black.text-size-regular._1 {
    flex-direction: column;
  }

  .text-color-black.shipping {
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

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

  .padding-horizontal {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

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

  .section_privacy {
    margin-top: 4rem;
  }

  .star-rating {
    width: auto;
  }

  .header-testimonial {
    margin-top: 0rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header-testimonial.margin-top {
    width: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonial-photo {
    width: 14vw;
    height: 14vw;
    margin-right: 0rem;
  }

  .testimonial-photo.margin-right {
    width: 14vw;
    height: 14vw;
    margin-right: 0rem;
    margin-bottom: 0rem;
  }

  .testimonial-photo._3 {
    width: 14vw;
    height: 13vw;
    margin-bottom: 0rem;
  }

  .testimonial-photo._2 {
    width: 14vw;
    height: 14vw;
  }

  .testimonial-photo._4 {
    width: 14vw;
    height: 14vw;
    margin-bottom: 1rem;
  }

  .testimonial-photo._5 {
    width: 14vw;
    height: 14vw;
    margin-bottom: 1rem;
  }

  .testimonial-photo._6 {
    width: 14vw;
    height: 14vw;
    margin-right: 0rem;
  }

  .testimonial-photo._7 {
    width: 14vw;
    height: 14vw;
  }

  .testimonial-text {
    width: 80%;
    margin-top: 0rem;
    padding-left: 5px;
    text-align: center;
  }

  .testimonial-text.margin-left {
    display: flex;
    width: 80%;
    margin-top: 0.5rem;
    margin-left: 0rem;
    padding-left: 0px;
    flex-direction: column;
  }

  .testimonial-text._2 {
    margin-top: 0rem;
  }

  .paragraph-2 {
    margin-right: 0rem;
    text-align: left;
  }

  .content-container.reverse.margin-bottom {
    margin-bottom: 3rem;
  }

  .content-left {
    width: 100%;
    align-items: flex-start;
  }

  .content-left.padding-right {
    width: 100%;
    padding-right: 0rem;
  }

  .content-right {
    margin-bottom: 0rem;
    align-items: center;
  }

  .content-right.margin-right {
    justify-content: center;
  }

  .img-container {
    width: 100%;
    margin-bottom: 1rem;
  }

  .purple-text {
    font-size: 16px;
    text-align: center;
  }

  .section_product {
    margin-top: 4rem;
    padding-bottom: 0rem;
  }

  .product-main-image-wrapper {
    width: 100%;
    align-items: center;
  }

  .inner {
    width: 95%;
  }

  .product-heading {
    margin-bottom: 0rem;
    font-size: 30px;
    text-align: left;
  }

  .product-rating.text-size-regular {
    width: 100%;
    align-items: center;
    font-size: 15px;
    text-align: left;
    white-space: normal;
  }

  .dark-text-product.margin-bottom {
    margin-bottom: 0rem;
  }

  .testimonial-photo-product.margin-right {
    width: 14vw;
    height: 14vw;
    margin-right: 0rem;
  }

  .freeo-ffer-content-wrapper {
    height: auto;
    padding: 1rem;
  }

  .image-free-offer {
    width: 30px;
  }

  .div-block-8 {
    margin-bottom: 0rem;
    flex-direction: row;
  }

  .off-wrapper {
    width: 45%;
  }

  .off-wrapper-text {
    font-size: 11px;
    text-align: center;
  }

  .accordion-wrapper {
    margin-top: 1rem;
  }

  .header-center-box._75 {
    width: 90%;
    padding-left: 20px;
  }

  .accordion-item {
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section_faqs {
    margin-top: 0rem;
    padding-top: 2em;
    padding-bottom: 0rem;
  }

  .section_reviews {
    margin-top: 1rem;
    padding-bottom: 0rem;
  }

  .reviews-card-wrapper {
    width: auto;
  }

  .top-div {
    margin-bottom: 1rem;
  }

  .review-card-container.margin-top {
    margin-top: 0rem;
  }

  .reviewer-card {
    margin-bottom: 3rem;
  }

  .link-social {
    width: auto;
    height: auto;
    margin-bottom: 0.5rem;
    padding-right: 0em;
    padding-left: 0em;
    justify-content: center;
  }

  .link-block-subline {
    padding-bottom: 0em;
  }

  .div-social {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 0em;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 auto;
  }

  .section {
    height: auto;
    justify-content: space-between;
  }

  .image-5 {
    width: 12px;
  }

  .arrow-icon {
    width: 9px;
  }

  .div_square {
    width: 10em;
    height: 10em;
    border-width: 2px;
    border-color: hsla(0, 0%, 63.4%, 0.56);
    border-radius: 25%;
  }

  .image-6 {
    width: 130px;
  }

  .is--next-text {
    font-size: 11px;
    font-weight: 500;
  }

  .link-name {
    padding-left: 0.5em;
    font-size: 18px;
    line-height: 2.3;
  }

  .div-text {
    width: 90%;
    padding-top: 2em;
    padding-bottom: 0em;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 auto;
  }

  .grid {
    flex-direction: column;
  }

  .grid.is--not-buttom-p {
    padding-left: 1.5em;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  .last-box {
    height: 25em;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .large-title {
    margin-left: 0rem;
    padding-bottom: 1em;
    padding-left: 0rem;
    font-size: 17px;
  }

  .large-title.is--padding {
    padding-right: 1em;
    padding-left: 1em;
  }

  .grid-item.is--1 {
    padding-bottom: 0em;
  }

  .grid-item.is--footer-subline {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    flex: 0 auto;
  }

  .grid-item.is--3 {
    display: flex;
    width: 100%;
    padding-top: 1rem;
    padding-right: 0em;
    padding-left: 1.5rem;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .grid-item.is--2 {
    width: 100%;
    padding-top: 2rem;
    padding-right: 1rem;
    padding-left: 1.5rem;
    font-size: 1vw;
  }

  .grid-item.is--4 {
    width: 100%;
    padding-top: 1rem;
    padding-left: 1.5em;
  }

  .is--text-box {
    padding-left: 0rem;
    justify-content: flex-start;
    font-size: 1vw;
    line-height: 1.6;
  }

  .next--project {
    font-size: 28px;
  }

  .social-icon {
    width: 35px;
    height: 35px;
  }

  .copyright {
    padding-bottom: 1em;
    font-size: 12px;
  }

  .copyright.is--padding {
    padding-right: 1em;
    padding-left: 1em;
  }

  .div-middle {
    padding-top: 0em;
    padding-bottom: 0em;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 auto;
  }

  .div-payments {
    padding-top: 0em;
    padding-bottom: 0em;
    flex: 0 auto;
  }

  .footer-navlink {
    padding-left: 0em;
    font-size: 18px;
    line-height: 2.3;
  }

  .footer-para-right {
    margin-bottom: 1rem;
    padding-left: 0em;
    font-size: 18px;
    line-height: 2.3;
  }

  .div-block-12 {
    justify-content: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph-5 {
    font-size: 10px;
  }

  .top-purple-bar {
    position: relative;
    height: 1.1rem;
    margin-bottom: 1rem;
  }

  .section_footer {
    height: auto;
    justify-content: space-between;
  }

  .section_3steps2 {
    margin-top: 4rem;
    padding-bottom: 0rem;
  }

  .section_3steps2.hide-desktop {
    display: flex;
    flex-direction: row;
  }

  .cta-wrapper {
    width: 100%;
  }

  .steps-testimonial.margin-top {
    width: 82%;
    flex-direction: row;
    align-items: flex-start;
  }

  .testimonial-text-steps.margin-left {
    margin-left: 1rem;
  }

  .home_header_component-mobile.hide-desktop {
    padding-top: 11vh;
    align-items: flex-start;
  }

  .step-image {
    display: block;
    width: 100%;
    max-width: none;
  }

  .step-image._2 {
    max-width: 250px;
    border-radius: 4px;
  }

  .testimonial-photo-header._4 {
    margin-bottom: 1rem;
  }

  .card {
    z-index: auto;
    width: 280px;
    height: auto;
    max-width: none;
    min-width: 0px;
    margin-right: 0rem;
    margin-bottom: 1rem;
    padding: 1rem 10px;
  }

  .card.hide {
    display: none;
  }

  .card.last-card {
    width: 40px;
    min-width: 10px;
    background-color: transparent;
    box-shadow: none;
    transition-property: none;
  }

  .row {
    position: static;
    z-index: 5;
    display: flex;
    width: 100%;
    min-width: 0px;
    margin-top: 1rem;
    margin-left: 0px;
    padding-right: 0rem;
    padding-left: 0rem;
    flex-direction: column;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .horizontal-scroll {
    margin-left: auto;
    padding-right: 0rem;
    padding-bottom: 0px;
    padding-left: 0rem;
  }

  .horizontal-scroll_item-padding.last {
    display: none;
  }

  .horizontal-scroll_item-padding.last.hide {
    display: none;
  }

  .horizontal-scroll_item-padding.first {
    display: flex;
    width: auto;
    min-width: 0px;
    padding-left: 0rem;
    flex-direction: column;
  }

  .horizontal-scroll_page-padding {
    position: static;
    width: auto;
    margin-top: 1rem;
    margin-left: 0rem;
  }

  .heading-transparent {
    width: 10px;
    color: transparent;
  }

  .rating-content {
    display: flex;
    align-items: center;
    font-family: Avenirnext, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .text-span-2 {
    display: flex;
  }

  .stickyatc_wrapper {
    z-index: 30;
    display: flex;
  }

  .container-left {
    width: 50%;
  }

  .container-right {
    width: 86%;
  }

  .paragraph-8 {
    font-size: 10px;
  }

  .slider.no-perspective {
    width: auto;
    height: auto;
    margin-right: 0%;
    background-color: hsla(0, 0%, 86.7%, 0);
  }

  .slider-navigation.no-perspective {
    overflow: visible;
    height: 50px;
    margin-top: 10px;
  }

  .slider-navigation.default-no-perspective {
    position: absolute;
    bottom: -33%;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 50px;
    max-height: none;
    margin-left: 0px;
    opacity: 0;
  }

  .floating-button-wrapper {
    display: block;
    overflow: visible;
    height: auto;
    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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container-4 {
    margin-top: 5%;
  }

  .floating-cta-button {
    width: 90%;
    font-size: 15px;
  }

  .container-3 {
    margin-top: 2%;
    margin-bottom: 5%;
  }

  .paragraph-9 {
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 14px;
  }

  .h1 {
    font-size: 22px;
    font-weight: 500;
  }

  .mask {
    left: auto;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin-right: 0%;
    padding-right: 0%;
    padding-left: 0%;
    background-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .sectionshopify-section-main-product {
    overflow: hidden;
    padding-top: 0%;
    padding-bottom: 0px;
    flex-direction: column;
    align-items: center;
  }

  .frame-52 {
    display: flex;
    width: auto;
    max-width: none;
    flex-direction: row;
    align-items: center;
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .text-28 {
    font-family: Avenirnext, sans-serif;
    font-size: 22px;
    font-weight: 500;
  }

  .text-32 {
    font-size: 12px;
    text-align: center;
  }

  .a-8 {
    margin-top: 10%;
  }

  .frame-53 {
    align-items: flex-start;
  }

  .div-18 {
    overflow: hidden;
    width: 100%;
    padding-bottom: 0px;
    flex-direction: column;
    align-items: center;
  }

  .slide-2 {
    width: auto;
    height: auto;
  }

  .div-28 {
    padding-right: 0px;
    padding-left: 0px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
  }

  .text-29 {
    font-family: Avenirnext, sans-serif;
    font-size: 22px;
    font-weight: 500;
  }

  .div-block-13 {
    overflow: visible;
    width: 300px;
    height: auto;
    max-width: 100%;
    margin-right: 0%;
  }

  .body {
    font-size: 16px;
  }

  .div-27 {
    width: 100%;
  }

  .slide-3 {
    width: auto;
    height: 300px;
    margin-right: 5%;
    margin-left: 0%;
    text-align: center;
  }

  .div-22 {
    padding-right: 0px;
    flex-direction: column;
    align-items: center;
  }

  .frame-54 {
    width: auto;
    align-items: center;
  }

  .container-5 {
    overflow: hidden;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-32 {
    align-items: flex-start;
  }

  .slide-4 {
    width: auto;
    height: auto;
  }

  .guarantees-to-remove-unwanted-hair-works-anywhere-with-hair-painless-and-non-toxic-quick-easy-at-home-sessions {
    font-family: Avenirnext, sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0px;
  }

  .image-14 {
    overflow: hidden;
    width: 300px;
    height: auto;
    margin-right: 0%;
  }

  .slider-thumb-image-2 {
    width: auto;
    height: auto;
  }

  .slider-thumb-wrap-2 {
    width: 50px;
    height: auto;
  }

  .text-33 {
    width: 100%;
    font-family: Avenirnext, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 0px;
  }

  .div-19 {
    flex-direction: column;
  }

  .set1 {
    margin-right: 0px;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-14 {
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-c3eda76e-fe5b-b0a9-8886-7352bf398642-12de6545 {
  -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-d732a3c5-75dd-e38e-4ac2-a971c2f3fcbe-12de6545 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_1a517099-ac5e-894a-b63a-7a62b1f3fb4b-12de6545 {
  -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-_1a517099-ac5e-894a-b63a-7a62b1f3fb76-12de6545 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a9872011-4302-14f6-182f-b1d357d7c350-57d7c344 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7b201aee-b53f-02d4-872f-da420bea5528-57d7c344 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_3ee0659c-356e-214f-555e-1c0d15fc5169-9dde6551 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3ee0659c-356e-214f-555e-1c0d15fc516b-9dde6551 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3ee0659c-356e-214f-555e-1c0d15fc516d-9dde6551 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3ee0659c-356e-214f-555e-1c0d15fc516f-9dde6551 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35ac7-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35acc-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35ad1-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35ad6-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35adc-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35ae2-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35ae8-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35bf5-23de6555 {
  -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-_8691543e-b63a-059b-8de1-ddca42a35c0e-23de6555 {
  -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-_8691543e-b63a-059b-8de1-ddca42a35c11-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35c13-23de6555 {
  -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-_8691543e-b63a-059b-8de1-ddca42a35c16-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35c7f-23de6555 {
  -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-_8691543e-b63a-059b-8de1-ddca42a35c89-23de6555 {
  -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-_8691543e-b63a-059b-8de1-ddca42a35c8a-23de6555 {
  -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-e0f0979f-f2c0-2f5c-c6a2-6671609f7df3-23de6555 {
  -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-e1807510-ed66-1223-5b28-d08f97e6844f-23de6555 {
  -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-_6787c1d0-a167-18f3-22eb-c6c1cb7e7714-23de6555 {
  -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-_01512c80-4696-9b9e-c63f-8e251c74b63f-23de6555 {
  -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-_8691543e-b63a-059b-8de1-ddca42a35cf8-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35cfd-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d02-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d07-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d0c-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d11-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d1b-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d20-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d25-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d2a-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d2f-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d34-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d39-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d3e-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d43-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d48-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d4d-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d51-23de6555 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d52-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d54-23de6555 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d57-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d5c-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d61-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d76-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d7b-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d80-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d85-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d8a-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d8f-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d99-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35d9e-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35da3-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35da8-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35dad-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35db2-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35db7-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35dbc-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35dc1-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35dc6-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35dcb-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35dcf-23de6555 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35dd0-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35dd5-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35dda-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35ddf-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35e65-23de6555 {
  -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-_8691543e-b63a-059b-8de1-ddca42a35ec1-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8691543e-b63a-059b-8de1-ddca42a35ee2-23de6555 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-d732a3c5-75dd-e38e-4ac2-a971c2f3fcbe-12de6545 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_1a517099-ac5e-894a-b63a-7a62b1f3fb76-12de6545 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b5306a66-8a24-c625-28ff-1c79ffd4a5be-12de6545 {
    -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-column-align: auto;
    justify-self: auto;
  }

  #w-node-_8bc7bc86-ba2b-7494-cb47-4968b697cc47-12de6545 {
    -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-column-align: auto;
    justify-self: auto;
  }

  #w-node-a9872011-4302-14f6-182f-b1d357d7c350-57d7c344 {
    -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;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a9872011-4302-14f6-182f-b1d357d7c34a-57d7c344 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-a9872011-4302-14f6-182f-b1d357d7c350-57d7c344 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_7b201aee-b53f-02d4-872f-da420bea5528-57d7c344 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3ee0659c-356e-214f-555e-1c0d15fc5183-9dde6551 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir next';
  src: url('../fonts/avenir-next-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}