.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('../../../../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;
}

body {
  background-color: #fffaf5;
  font-family: Steradian, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
}

.modal-button-wrapper {
  cursor: pointer;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.card {
  position: absolute;
  display: block;
  width: 200px;
  height: 330px;
  border-radius: 10px;
  background-image: url('../images/wincard_vertical.png');
  background-size: cover;
  box-shadow: 0 1px 8px 0 rgba(26, 0, 1, 0.3);
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.card.bottom {
  width: 200px;
  height: 330px;
  background-image: url('../images/Group-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.card.top {
  width: 200px;
  height: 330px;
  background-image: url('../images/Group-2_1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.card-wrap-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 50vh;
  margin: auto auto 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.btn-2 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 11px 35px;
  float: none;
  border-radius: 5px;
  background-color: #75b7fe;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, -webkit-transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, background-color 200ms ease, transform 400ms ease, -webkit-transform 400ms ease;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
}

.btn-2:hover {
  border-color: #0c6eb8;
  background-color: #449bf8;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.btn-2:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

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

.heading-6 {
  margin-top: 100px;
  margin-bottom: 25px;
  font-size: 3em;
  line-height: 50px;
}

.text-span {
  border-bottom: 7px solid #ffe418;
}

.text-span-2 {
  border-bottom: 6px solid #af3737;
}

.tabs-content {
  overflow: visible;
  width: 70%;
}

.contact-box-fixed {
  position: absolute;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  max-width: 25%;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.per-month {
  color: rgba(0, 0, 0, 0.5);
  font-size: 22px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  padding: 30px 42px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  max-width: 30ch;
  color: rgba(51, 51, 51, 0.6);
}

.price-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-price {
  width: 100%;
  margin-top: 16px;
  padding: 16px 24px;
  border-radius: 100px;
  background-color: #f9f2ff;
  color: #4e2d92;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.button-price.max-width {
  max-width: 250px;
}

.check-grid-large {
  min-height: 150px;
  margin-top: 32px;
  margin-bottom: 20px;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  color: #000;
}

.title-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 92px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7b88a8;
  text-align: center;
}

.content-h1 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.subtitle {
  color: #848199;
  font-size: 20px;
  font-weight: 400;
}

.check {
  margin-right: 20px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-card-dark {
  position: relative;
  width: 100%;
  padding: 72px 80px;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 90px 90px -50px rgba(78, 45, 146, 0.39);
  color: #fff;
}

.container-10 {
  position: relative;
  width: 100%;
  max-width: 1170px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link {
  min-width: 100px;
  padding: 32px 0px 20px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  background-color: transparent;
  color: #fff;
  font-size: 30px;
}

.tab-link.w--current {
  border-bottom: 3px solid #4e2d92;
  background-color: transparent;
  color: #fff;
}

.price-illustration {
  position: absolute;
  left: auto;
  top: auto;
  right: -8%;
  bottom: -8%;
}

.pricing-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding: 13px 3% 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.body {
  padding-left: 10px;
  font-family: Steradian, sans-serif;
  color: #6f737c;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}

._w-content {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-card {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.section-7---testimonial {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 85%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-3 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #068466;
  border-radius: 20px;
  background-color: #068466;
  box-shadow: inset 0 0 100px 100px transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.button-3:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.button-3.margin-top {
  background-color: #000;
}

.slide {
  overflow: hidden;
  height: 100%;
  margin-right: 50px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(70, 137, 215, 0.2);
  border-radius: 15px;
  background-color: #fff;
}

.phone-scroll-text-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-bottom: 300px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.phone {
  width: 350px;
  height: 650px;
  padding: 16px 14px;
  border-radius: 48px;
  background-color: transparent;
  box-shadow: inset 3px 3px 11px 1px rgba(0, 0, 0, 0.24), inset 0 -5px 6px 0 rgba(176, 176, 178, 0.16);
}

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

.phone-img-bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  background-color: #272b2d;
}

.scroll-fix-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-scroll-para {
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.phone-scroll-heading {
  margin-bottom: 49px;
  font-size: 60px;
  line-height: 1;
}

.image {
  width: 450px;
  height: 700px;
}

.phone-img-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section---cas-usage {
  max-width: 85%;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 190px;
  padding-bottom: 80px;
  background-color: #fff;
}

.phone-scroll-text-container {
  margin-bottom: 10px;
}

.site-wrapper {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.pricing {
  color: #000;
}

.block-right-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_hero_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lottie-animation-2 {
  width: 500px;
  height: 570px;
  margin-top: 20px;
  border: 0px solid #000;
}

.hero_heading-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Steradian, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 1.3;
  font-weight: 500;
}

.hero_section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin: auto;
  padding: 0px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #000;
  mix-blend-mode: normal;
}

.block-left-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-4 {
  max-width: 650px;
  font-family: Steradian, sans-serif;
  color: #5a5856;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.tab-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.tab-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.tab-panel {
  width: 100%;
  height: auto;
  max-width: none;
  min-height: 380px;
  margin-bottom: auto;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 0 12px 100px -50px rgba(21, 28, 52, 0.31);
}

.load-bar-base {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 5px;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 500px;
  background-color: #fff;
}

.link-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #6a35ff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.animation-block {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 25px;
  text-align: center;
  -o-object-fit: none;
  object-fit: none;
}

.standard-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0.7;
  color: #151c34;
  font-size: 15px;
  text-align: center;
}

.standard-tab.w--current {
  position: relative;
  width: auto;
  max-width: 1000px;
  margin: auto;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 3px solid #000;
  border-radius: 0px;
  background-color: #fff;
  opacity: 1;
  color: transparent;
  font-size: 20px;
  text-align: center;
}

.text-block-5 {
  margin-right: 100px;
  padding-left: 18px;
  color: #5a5856;
}

.load-bar {
  width: 0%;
  height: 5px;
  border-radius: 500px;
  background-color: #ccb7b7;
}

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

.textblock-mode {
  position: static;
  max-width: 220px;
  min-width: 220px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.fonctionalit-front {
  position: relative;
  right: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: #fff;
  text-align: left;
}

.front {
  position: relative;
  right: auto;
  max-height: none;
  max-width: 100.0002387286365%;
  margin-top: 10px;
  margin-bottom: 8px;
  padding-bottom: 20px;
  background-color: #fffaf5;
}

.global-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.global-button:hover {
  color: #fff;
}

.global-button__text {
  font-family: Steradian, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.nav__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1350px;
  max-width: 100%;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__burger-line-top {
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 2px;
  background-color: #444;
}

.nav__burger-line-top.nav__burger-line--white {
  background-color: #fff;
}

.nav__burger-line-bottom {
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 2px;
  background-color: #444;
}

.nav__burger-line-bottom.nav__burger-line--white {
  background-color: #fff;
}

.global-button__line {
  position: absolute;
  left: 15px;
  top: auto;
  right: 15px;
  bottom: -5px;
  z-index: 10;
  height: 2px;
  background-color: #fffaf5;
}

.inner-logo-wrapper {
  left: 100px;
  top: 50px;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.inner-logo-wrapper:hover {
  color: #fff;
}

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

.burger__button {
  display: none;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px 10px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.global-nav {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-wincard-footer {
  width: 170px;
}

.nav__burger-line-middle {
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 2px;
  background-color: #444;
}

.nav__burger-line-middle.nav__burger-line--white {
  background-color: #fff;
}

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

.margin-bottom.margin-large {
  padding-bottom: 10px;
}

.margin-bottom.margin-small {
  margin-top: auto;
  font-size: 8vw;
}

.icon-section-1 {
  padding-right: 0px;
}

.tabs-menu-1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 9%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fffaf5;
}

.tabs-content-1 {
  overflow: visible;
  height: auto;
  padding-top: 0px;
}

.tabs-1 {
  position: static;
  left: auto;
  right: 140px;
  display: block;
  overflow: visible;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

._w-phone-content {
  position: relative;
  width: 87%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

._w-phone-btm-nav {
  background-color: #f5f5f5;
}

._w-phone-left-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-content-scroll {
  position: relative;
}

.c-phone-btm-nav {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.c-phone-section-item {
  margin-bottom: 100px;
}

.c-phone-right-col {
  width: 50%;
  height: 100%;
}

._w-phone-right-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-phone-indicator {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  padding-bottom: 10px;
  background-color: #fff;
  text-align: center;
}

._w-phone-section {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.phone-item-details {
  margin-bottom: 0px;
}

.c-trigger-get-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.phone-frame {
  position: relative;
  z-index: 100;
}

.c-phone-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.c-phone-item-title {
  margin-bottom: 10px;
}

._w-section-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500vh;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-scroll {
  padding-top: 0px;
}

.c-phone-left-col {
  position: -webkit-sticky;
  position: sticky;
  top: 4vh;
  width: 50%;
}

.c-content-scroll {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}

.section-4---phone-animation {
  margin-top: 73px;
  margin-bottom: 36px;
  background-color: #fffaf5;
}

.c-game-btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 55%;
  padding-right: 2%;
}

.c-phone-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-phone-indicator {
  position: relative;
}

.phone0item-title {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Steradian, sans-serif;
  color: #5a5856;
  font-size: 38px;
  line-height: 60px;
  font-weight: 500;
}

._w-phone-frame {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  display: inline-block;
  margin-top: 20px;
  border-style: none;
  border-color: #000;
  border-radius: 0px;
  box-shadow: none;
  opacity: 1;
}

.content-image-block {
  position: relative;
}

.content-image {
  position: relative;
  z-index: 2;
  max-width: none;
  border-radius: 9px;
}

.chapters-grid {
  margin-top: 18px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.content-grid-2 {
  width: 95%;
  height: auto;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 115px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1.3fr 1.3fr;
  grid-template-columns: 1.3fr 1.3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.chapter-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2---description {
  max-width: 77%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.section-2---description.mobile {
  display: block;
  width: 90%;
  height: auto;
  max-height: 6.8171839500109%;
  max-width: none;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 40px;
  text-align: center;
}

.section-1---citation {
  margin: auto auto 51px;
}

.citation_txt {
  width: 100%;
  max-width: 80%;
  margin: 20px auto 10px;
  font-family: 'Fredericka the Great', sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.text-block-5-copy {
  margin-right: 100px;
  padding-left: 18px;
  color: #5a5856;
}

.text-block-5-copy {
  margin-right: 100px;
  padding-left: 18px;
  color: #5a5856;
}

.tab-panel-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 380px;
  margin-bottom: 57px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 12px 100px -50px rgba(21, 28, 52, 0.31);
}

.phone-sections {
  display: none;
  overflow: visible;
}

.tab-grid-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.image-8-copy {
  display: inline-block;
  border-style: none;
  border-color: #000;
  border-radius: 0px;
  box-shadow: 3px 6px 14px 2px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.paragraph-4-copy {
  max-width: 650px;
  color: #5a5856;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.link-arrow-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #6a35ff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-arrow-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #6a35ff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.heading-1-copy-copy {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 93px;
  padding-right: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.form-field {
  position: relative;
  z-index: 1;
  height: 43px;
  min-height: 40px;
  margin-bottom: 5px;
  padding-top: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdd;
  background-color: #fff;
  font-size: 0.7rem;
}

.form-field:focus {
  border-color: #000;
}

.form-field::-webkit-input-placeholder {
  color: #a0a0a0;
}

.form-field:-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field::-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.form-field.select-field {
  padding-top: 8px;
}

.form-field.select-field.wide {
  border-radius: 0px;
  line-height: 35px;
  cursor: pointer;
}

.form-field.select-field.wide {
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0px;
  line-height: 35px;
  cursor: pointer;
}

.form-wrap {
  width: 99.8454086957443%;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #c4c4c4;
  border-radius: 1px;
}

.comp-pane {
  width: 45%;
}

.comp-pane.right {
  position: relative;
  z-index: 50;
  display: block;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 50px 50px 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.13);
}

.form-field-label {
  position: absolute;
  z-index: 10;
  display: inline-block;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  background-color: #fffaf5;
  font-size: 0.8rem;
  line-height: 14px;
}

.component-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: none;
  margin: 60px auto auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.field-wrap {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-nav-bar-copy {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 20px;
  border-style: solid;
  border-width: 2.5px;
  border-color: #000;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-5 {
  padding: 10px 20px;
  border-radius: 7px;
  background-color: #3ecf8e;
  background-image: none;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.27);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button-5:hover {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.02) translate(0px, -3px);
  -ms-transform: scale(1.02) translate(0px, -3px);
  transform: scale(1.02) translate(0px, -3px);
}

.button-5.lottie-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0px 20px 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fffaf5;
  background-image: none;
  font-size: 14px;
  text-decoration: none;
}

.button-5.lottie-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0px 20px 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fffaf5;
  background-image: none;
  font-size: 14px;
  text-decoration: none;
}

.button-5.lottie-icon-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0px 20px 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fffaf5;
  background-image: none;
  font-size: 14px;
  text-decoration: none;
}

.button-5.lottie-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0px 20px 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fffaf5;
  background-image: none;
  font-size: 14px;
  text-decoration: none;
}

.phone-2 {
  width: 40px;
  padding-top: 10px;
}

.button-text {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Steradian, sans-serif;
  color: #000;
}

.sub_hero_headingtxt {
  font-size: 30px;
  line-height: 1vh;
  font-weight: 300;
}

.text-block-82 {
  margin-bottom: 22px;
  font-family: Steradian, sans-serif;
  color: #fff;
  line-height: 35px;
}

.cta_rdv_hero_section {
  margin-top: 26px;
  border-style: solid;
  border-width: 2px;
  border-color: #eef2f5;
  border-radius: 10px;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
}

.section-3---cartes-animation {
  margin-bottom: 100px;
}

.body-3 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fffaf5;
}

.section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1020px;
  height: auto;
  margin: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  color: #272787;
}

.section-wrapper.quem-somos {
  height: 100%;
  max-width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-wrapper._2 {
  width: auto;
  height: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-wrapper.cta-final {
  max-width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-wrapper.footers {
  max-width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.amarelo {
  border: 1px none #000;
  color: #ffae41;
}

.security {
  position: relative;
  z-index: 99;
  background-color: #2c37aa;
}

.security.quem-somos {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 100px;
  background-color: #fff;
  background-image: url('../images/9.png');
  background-position: 0% 50%;
  background-size: 1400px 500px;
  background-repeat: repeat-x;
  background-attachment: scroll;
  color: #7c819b;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 52px;
  line-height: 70px;
}

.heading-14.quem-somos {
  width: 42%;
  margin-top: 51px;
  margin-right: 14px;
  margin-bottom: 47px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Steradian, sans-serif;
  line-height: 70px;
}

.heading-14.o-que {
  width: auto;
  color: #000;
  font-size: 30px;
  line-height: 56px;
}

.heading-14.cta {
  font-size: 40px;
}

.heading-14.o-que {
  width: auto;
  color: #262c4b;
  line-height: 56px;
}

.cinto-animation {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
}

.cinto-animation.mob {
  display: none;
}

.content-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-wrapper-2.quem-somos {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper-2.coberturas {
  width: 100%;
  margin: 0px auto 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.content-wrapper-2.seguradoras {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper-2.coberturas {
  width: 85%;
  max-width: 80rem;
  margin: 0px auto 22px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-3 {
  position: relative;
  left: 264px;
  top: -9px;
  right: -250px;
  z-index: 90;
  height: 146px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-block-83 {
  width: 430px;
  margin-bottom: 30px;
  color: #262c4b;
  font-size: 18px;
  line-height: 27px;
}

.image-11 {
  position: relative;
  left: 20px;
  top: 442px;
  z-index: 100;
  height: 146px;
  max-width: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.chapters-grid-copy {
  margin-top: 7px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #000;
  text-align: left;
}

.icon_security {
  margin-right: 16px;
}

.content-sanfona {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-2 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #262c4b;
  font-size: 18px;
  line-height: 21px;
}

.content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-text.cta {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: -64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-text.cta {
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pourquoi-pop {
  position: relative;
  z-index: 99;
  background-color: #2c37aa;
}

.pourquoi-pop.coberturas {
  z-index: 1;
  margin-top: 234px;
  background-color: #fff;
}

.acordeon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  height: auto;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f4f4fb;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.acordeon:hover {
  background-color: #f4f4fb;
}

.bold-text-4 {
  margin-left: 0px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.acordeon-wrapper {
  border: 0px solid #000;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  margin-right: 20px;
  margin-left: 20px;
}

.paragraph-5 {
  display: none;
  width: 440px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Steradian, sans-serif;
  color: #262c4b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.svg-cobertura {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.ic-cobertura {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  height: 35px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-text-10 {
  color: #000;
  font-size: 55px;
}

.text-span-44 {
  color: #795656;
}

.btn-big {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 248px;
  height: 82px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #262c4b;
  box-shadow: 0 16px 32px 0 rgba(38, 44, 75, 0.3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1a1e33;
  text-decoration: none;
}

.btn-big:hover {
  background-color: #1a1e33;
}

.btn-big.final {
  background-color: #fffaf5;
}

.btn-big.final {
  border-radius: 40px;
  background-color: #fff;
}

.bold-text-12 {
  padding-right: 0px;
  padding-left: 10px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.bold-text-12.cotar {
  padding-right: 10px;
  padding-left: 0px;
  font-family: Steradian, sans-serif;
  color: #000;
}

.bold-text-12.cotar.cta-final {
  color: #000;
}

.bold-text-12.cotar.cta-final {
  color: #000;
}

.btn-fix {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9007199254740991;
  display: none;
  width: 248px;
  height: 82px;
  margin-right: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #ffae41;
  box-shadow: 0 16px 32px 0 rgba(38, 44, 75, 0.3);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.btn-fix:hover {
  background-color: #ff961a;
}

.image-40 {
  width: 90px;
}

.image-37 {
  width: 168px;
}

.image-31 {
  width: 108px;
}

.image-36 {
  width: 155px;
}

.grid {
  margin-top: 42px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.references {
  position: relative;
  z-index: 99;
  background-color: #2c37aa;
}

.references.seguradoras {
  display: block;
  height: auto;
  margin-bottom: 70px;
  background-color: transparent;
}

.image-35 {
  height: 57px;
}

.cta-footer-2 {
  display: block;
  height: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.image-43 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.bold-text-11-copy {
  font-family: Steradian, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 500;
}

.heading-4 {
  margin-top: auto;
  margin-bottom: auto;
  color: #ffae41;
}

.heading-4.footer {
  padding-bottom: 10px;
  font-family: Steradian, sans-serif;
  color: #777;
  font-size: 0.9rem;
  font-weight: 500;
}

.social-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  height: auto;
  border-radius: 0% 0% 0px 0px;
  background-color: #0A0333;
  color: #0e0e0e;
}

.image-19 {
  width: 35px;
  height: 40px;
  margin-right: 0px;
}

.grid-2 {
  margin-top: 46px;
  margin-bottom: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-link-2 {
  display: block;
  margin-right: 25px;
  margin-left: 25px;
  padding: 10px 0px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.nav-link-2.footer {
  margin-left: 0px;
  font-family: Steradian, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 100;
}

.social-icon.facebook {
  margin-right: 10px;
}

.social-icon.instagram {
  margin-right: 10px;
}

.social-icon.twitter {
  display: none;
}

.social-icon.whats {
  display: none;
}

.social-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.copy {
  margin-top: auto;
  font-family: Steradian, sans-serif;
  color: #b0b1bd;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.hero_heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Steradian, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 1.3;
  font-weight: 500;
}

.services-header_image {
  width: 400px;
  height: 100%;
  max-width: none;
  margin: auto;
  border-radius: 7px;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-details_icon {
  width: 41.8805677569815%;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  line-height: 0;
}

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

.services-header_image-wrapper {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}

.services-header_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-style-muted {
  opacity: 0.6;
  font-family: Steradian, sans-serif;
  font-weight: 400;
}

.text-style-muted.text-size-medium {
  font-size: 1rem;
}

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

.padding-vertical.padding-xhuge {
  max-width: 56rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: left;
  text-decoration: none;
}

.padding-vertical.padding-xlarge {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: transparent;
}

.padding-vertical.padding-xhuge {
  padding-top: 2rem;
  background-color: #000;
}

.padding-vertical.padding-xhuge {
  padding-top: 2rem;
  background-color: transparent;
}

.max-width-medium {
  display: block;
  width: auto;
  max-width: none;
  padding-bottom: 20px;
}

.services-header_content {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px;
  border-radius: 0px;
  background-color: #000;
}

.text-style-title-small {
  font-family: Steradian, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.section-1-ccm {
  margin-top: 100px;
  margin-bottom: 220px;
  padding-top: 10px;
  padding-right: 2.5px;
  padding-left: 2.5px;
  background-color: #fffaf5;
}

.container-large {
  width: 85%;
  height: 300px;
  max-width: 80rem;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  text-align: left;
}

.text-color-white {
  color: #fff;
  font-size: 25px;
}

.service-details_image-wrapper {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.cta_content-left {
  display: block;
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
}

.text-size-large {
  font-family: Steradian, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.cta-map {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.margin-0 {
  display: block;
  margin: 0rem auto;
  text-align: left;
}

.section_legal {
  margin-top: 92px;
  padding-right: 10px;
  padding-left: 10px;
}

.paragraph_legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 43px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-4 {
  margin-top: 100px;
  background-color: #fffaf5;
}

.body-5 {
  background-color: #fffaf5;
}

.header_legal {
  margin-bottom: 60px;
  font-size: 40px;
  text-align: center;
}

.body-6 {
  margin-top: 60px;
  background-color: #fffaf5;
}

.process_step-number-shape {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.24);
}

.heading-xsmall {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Steradian, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.03em;
}

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

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

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

.process_line {
  width: 1px;
  height: 100%;
  border-left: 0.125rem dashed #ff6433;
}

.process_right {
  max-width: 20rem;
  padding-top: 0.25rem;
  padding-bottom: 20px;
}

.home-process_component {
  display: -ms-grid;
  display: grid;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.body-7 {
  background-color: #fffaf5;
}

.section-2-ccm {
  margin-top: auto;
}

.body-8 {
  background-color: #000;
}

.heading-16 {
  margin-bottom: 28px;
  font-family: Steradian, sans-serif;
}

.image-44 {
  display: block;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.service-details_icon-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #5a5856;
}

._3avantages {
  font-family: Steradian, sans-serif;
  font-size: 19px;
  line-height: 15px;
  font-weight: 500;
}

.bold-text-15 {
  font-family: Steradian, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.bold-text-16 {
  font-family: Steradian, sans-serif;
  font-weight: 500;
}

.bold-text-17 {
  font-family: Steradian, sans-serif;
  font-weight: 500;
}

.bold-text-18 {
  font-family: Steradian, sans-serif;
  font-weight: 500;
}

.experience_component {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 0px;
}

.section-5---features {
  margin: 0px auto;
  padding: 0px 20px 40px;
  background-color: transparent;
}

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

.learn-more {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
}

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

.text-style-muted-2 {
  opacity: 0.6;
}

.text-style-muted-2.text-size-medium {
  font-size: 16px;
}

.page-padding-3 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.hero_heading-2-copy {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Steradian, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 1.3;
  font-weight: 500;
}

.comp-pane-copy {
  width: 45%;
}

.comp-pane-copy.right-copy {
  position: relative;
  z-index: 50;
  display: block;
  width: 60%;
  height: auto;
  min-height: auto;
  padding: 0px 50px 25px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.13);
}

.heading-16-copy {
  margin-bottom: 28px;
  font-family: Steradian, sans-serif;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
}

.button-nav-bar-copy-copy {
  margin-top: 10px;
  margin-left: 0px;
  padding: 5px 20px;
  border-style: solid;
  border-width: 2.5px;
  border-color: #000;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.success-message {
  background-color: #deffe0;
}

.text-block-84 {
  font-family: Steradian, sans-serif;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
}

.heading-1-copy-copy {
  width: 450px;
  margin: 5px 20px 0px auto;
  padding-right: 0px;
  border-radius: 0px;
  background-color: #000;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 55px;
  line-height: 90px;
  font-weight: 500;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.demo_gratuite {
  background-color: transparent;
}

.heading__1 {
  margin-right: auto;
  margin-left: auto;
}

.heading__1.max-width-large {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading__1.max-width-large-copy-copy {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.heading_1 {
  margin-top: 10px;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 65px;
  font-weight: 500;
}

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

.previous:hover {
  opacity: 1;
}

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

.text-block-85 {
  color: #000;
  font-weight: 500;
}

.next-button {
  padding: 12px 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 11px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease-in;
  transition: background-color 200ms ease-in;
  font-size: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.checkbox-image {
  width: 90px;
  height: 130px;
  padding-top: 0px;
  border-radius: 10px;
}

.checkbox_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.arrow-3 {
  width: 16px;
  margin-right: 8px;
}

.paragraph-6 {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  font-family: Steradian, sans-serif;
  color: #5a5856;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
}

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

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

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

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

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

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

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

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

.submit-button-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 260px;
  height: auto;
  margin-right: auto;
  margin-bottom: -60px;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 5px;
  background-color: #000;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  transition: background-color 200ms ease-in, box-shadow 200ms ease-in;
  letter-spacing: 1px;
}

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

.line-bottom-2 {
  height: 1px;
  background-color: #c5c7ca;
}

.form-full-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 84px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fffaf5;
}

.checkbox-title-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
}

.form-content-2 {
  width: 100%;
  margin-bottom: 0px;
}

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

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

.field-title-3 {
  margin-bottom: 5px;
  padding-left: 6px;
  background-color: transparent;
  color: #000037;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.heading_1-copy-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
}

.form-section-title-2 {
  margin-bottom: 12px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
}

.phone0item-title-copy {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Steradian, sans-serif;
  color: #5a5856;
  font-size: 38px;
  line-height: 60px;
}

.phone0item-title-copy {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Steradian, sans-serif;
  font-size: 38px;
  line-height: 60px;
  font-weight: 500;
}

.heading-18 {
  margin-right: auto;
  margin-left: auto;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 60px;
  text-align: left;
}

.heading_1-copy-2-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 50px;
}

.text-span-46 {
  font-weight: 500;
}

.eaaezazeaze {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
}

.heading-1-copy-copy-copy {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 93px;
  padding-right: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}

.heading-1-copy-copy-copy {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 93px;
  padding-right: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}

.text-span-47 {
  font-weight: 500;
}

.logo_header_mobile {
  width: 160px;
}

.headingg {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
}

.section-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 420px;
  height: 264px;
  padding: 24px 24px 24px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 16px;
  background-color: #000;
  background-image: url('../images/Group-6_1.png');
  background-position: 50% 50%;
  background-size: contain;
  color: #fff;
}

._w-section-phone-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500vh;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-phone-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone0item-title-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
}

.feature-card {
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
}

.feature-card._1 {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: none;
  text-align: center;
  mix-blend-mode: normal;
}

.feature-heading {
  font-family: Steradian, sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.paragraph-7 {
  font-family: Steradian, sans-serif;
  color: #727272;
  font-size: 18px;
  text-align: center;
}

.testimonials_client-image-wrapper {
  overflow: hidden;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.testimonials_client-image {
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials_slider-mask {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.testimonials_slide {
  width: 47%;
  height: 100%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  padding: 1rem 4.5rem;
  border-radius: 0.25rem;
  background-color: #fff;
}

.testimonials_slide-nav {
  position: absolute;
  bottom: -4.3rem;
}

.section-testimonials {
  display: block;
  background-color: transparent;
}

.testimonials_arrow-link {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4rem;
  height: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #1e1b1b;
}

.testimonials_arrow-link:hover {
  background-color: #1e1b1b;
  color: #fff;
}

.testimonials_arrow-link.is-left {
  right: 5rem;
}

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

.testimonials_client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.testimonials_component {
  position: relative;
  height: auto;
  margin-bottom: 5.3rem;
  background-color: transparent;
}

.faq_answer {
  overflow: hidden;
  max-width: none;
}

.faq_item {
  width: 100%;
  margin-top: 0rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background-color: transparent;
  font-family: Steradian, sans-serif;
  cursor: pointer;
}

.section-9---q-a {
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  background-color: #fffaf5;
}

.heading-xxsmall {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.03em;
}

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

.faq_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-left: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: normal;
}

.faq_icon:hover {
  background-color: #e55a2e;
}

.faq_question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
}

.section-faq {
  background-color: #e2e6e9;
}

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

.faq_icon-line.is-vertical {
  background-color: #000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.content-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-3-ccm {
  position: relative;
  z-index: 99;
  background-color: #2c37aa;
}

.section-3-ccm.faq {
  z-index: 1;
  background-color: #fffaf5;
}

.titulo-duvida {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #262c4b;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.acordeon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  height: auto;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ccb7b7;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}

.acordeon-2:hover {
  background-color: #f4f4fb;
}

.acordeon-2.faq {
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: #ccb7b7;
  background-color: #fff;
}

.titulo-duvidas {
  margin-left: 0px;
  font-size: 16px;
  font-weight: 400;
}

.section-9---demande-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin: auto auto 0px;
  padding-top: 20px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px solid #000;
  background-color: #fffaf5;
}

.heading_section_1 {
  font-family: Steradian, sans-serif;
  font-size: 35px;
}

.heading_1-copy-copy {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
}

.testimonial-grid {
  position: -webkit-sticky;
  position: sticky;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 100px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-18 {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.tagline {
  margin-bottom: 0px;
  color: #000000ae;
  font-size: 10px;
  font-weight: 400;
}
.body-9 {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.body-9.italic {
  font-style: italic;
  font-weight: 400;
}

.body-9.italic.bottom-margin-20 {
  margin-bottom: 20px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.body-9.bottom-margin-30 {
  margin-bottom: 30px;
  color: #000;
  font-size: 16px;
}

.section-7---testimonials {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fffaf5;
}

.testimonial-cards-wrap-left {
  width: 50%;
  padding-right: 10px;
}

.testimonial-author-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.review-stars {
  margin-right: 20px;
  opacity: 1;
  mix-blend-mode: color-burn;
}

.testimonial-cards-wrap-right {
  width: 50%;
  padding-top: 30px;
  padding-left: 10px;
}

.testimonial-text {
  position: -webkit-sticky;
  position: sticky;
  top: 135px;
  width: auto;
  min-width: 320px;
  padding-top: 30px;
  font-family: Steradian, sans-serif;
}

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

.testimonial-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonial-card {
  margin-bottom: 20px;
  padding: 0px 30px 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #ccb7b7;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px -1px #ccc;
}

.reviews-wrap {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quotation-mark {
  margin-top: 10px;
  margin-bottom: 9px;
  opacity: 0.51;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.testimonial-author-image {
  width: 56px;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.c-wrapper {
  margin-bottom: 85px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  text-align: center;
}

.c-card-2 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}

.c-card_front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: drop-shadow(1px 1px 3px black);
}

.image-46 {
  display: inline-block;
  width: 432px;
  max-width: 100%;
  border-radius: 11px;
  text-align: center;
}

.c-card_back {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  filter: drop-shadow(1px 1px 3px  black);
}

.c-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-9-copy {
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-2.row-split-content {
  display: -ms-grid;
  display: grid;
  width: auto;
  max-width: none;
  margin: 95px auto auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.content-width-small {
  width: 400px;
  margin-top: -38px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  direction: ltr;
}

.large-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 24px;
  padding-right: 0px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 1;
  text-align: left;
}

.text-block-86 {
  margin-bottom: 5px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  text-transform: lowercase;
}

.button-3-copy {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: inset 0 0 100px 100px transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #000;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.button-3-copy:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.body-10 {
  background-color: #fffaf5;
}

.large-heading-copy {
  display: block;
  margin-top: 0px;
  margin-bottom: 24px;
  padding-right: 0px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}

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

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

.heading-21 {
  font-size: 60px;
  line-height: 90px;
}

.div-block-14 {
  margin: 40px 60px;
}

.benefit-content-sub-copy {
  margin-bottom: 20px;
  font-family: Steradian, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 30px;
}

.grid2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid2.mobileclass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.benefit-content-list {
  margin-top: 20px;
  font-family: Steradian, sans-serif;
}

.benefit-list-item-text {
  margin-bottom: 0px;
  padding-left: 20px;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}

.section-6---benefits {
  padding: 120px 30px 50px;
  background-color: #fffaf5;
}

.benefit-content-sub {
  margin-bottom: 65px;
  font-family: Steradian, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 30px;
}

.benefit-content-block {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.button-text-2 {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.benefit-content-title {
  width: 542px;
  margin-top: 0px;
  margin-bottom: 25px;
  direction: ltr;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 55px;
  font-weight: 500;
  letter-spacing: -2px;
  white-space: normal;
}

.benefit-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Steradian, sans-serif;
  line-height: 1.3;
  font-weight: 400;
}

.image-47 {
  width: auto;
  border-radius: 0px;
}

.image-48 {
  width: auto;
  border-radius: 0px;
}

.image-49 {
  width: auto;
  border-radius: 0px;
  cursor: auto;
}

.testimonial-author-image-copy {
  width: 56px;
}

.image-50 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-51 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-52 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sub_hero_heading {
  margin-bottom: 22px;
  font-family: Steradian, sans-serif;
  color: #fff;
  line-height: 35px;
}

.cta_rdv_hero_section-copy {
  margin-top: 26px;
  border-style: solid;
  border-width: 2px;
  border-color: #eef2f5;
  border-radius: 10px;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-plus-l {
  position: absolute;
  width: 3px;
  height: 100%;
  border-radius: 3px;
  background-color: #068466;
}

.faq-plus {
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background-color: #068466;
}

.button-5-copy {
  padding: 10px 20px;
  border-radius: 7px;
  background-color: #3ecf8e;
  background-image: none;
  box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.27);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button-5-copy:hover {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.02) translate(0px, -3px);
  -ms-transform: scale(1.02) translate(0px, -3px);
  transform: scale(1.02) translate(0px, -3px);
}

.button-5-copy.lottie-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0px 20px 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fffaf5;
  background-image: none;
  font-size: 14px;
  text-decoration: none;
}

.button-5-copy.lottie-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 0px 20px 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fffaf5;
  background-image: none;
  font-size: 14px;
  text-decoration: none;
}

.button-5-copy.lottie-icon-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 140px;
  margin-left: 140px;
  padding: 0px 20px 0px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 40px;
  background-color: #fffaf5;
  background-image: none;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  font-size: 14px;
  text-decoration: none;
}

.image-53 {
  width: 432px;
}

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

.text-block-88 {
  font-family: Steradian, sans-serif;
  font-size: 16px;
  text-align: left;
}

.subheader_text {
  margin-bottom: auto;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.subheader_text.whitecolor {
  color: #fff;
}

.bold-text-21 {
  color: #000;
}

.heading-section {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -2px;
}

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

.heading-section.whitecolor {
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}

.title_mobile_benefit {
  display: none;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: -2px;
}

.text-span-48 {
  color: #fd612f;
}

.text-span-49 {
  color: #fd612f;
}

.text-span-50 {
  color: #fd612f;
}

.hilighted-words {
  display: inline;
  width: auto;
  min-width: auto;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #2b2b2b;
  opacity: 1;
  direction: ltr;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-indent: 2px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
  white-space: pre;
}

.text-span-52 {
  background-color: transparent;
  background-image: none;
  color: #fd612f;
  font-weight: 500;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.text-span-53 {
  color: #fd612f;
}

.section-6---did-you-know {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88%;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: none;
  background-position: 0px 0px;
  opacity: 0.86;
  color: #888383;
}

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

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

.small-text {
  margin-bottom: 24px;
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.text-clip {
  position: static;
  z-index: 60;
  display: block;
  height: auto;
  margin-top: 0px;
  background-color: transparent;
  background-image: url('../images/universe.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/universe.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 0% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 250px;
  line-height: 0.82;
  font-weight: 700;
  text-align: center;
  letter-spacing: -25px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: hue-rotate(230deg);
}

.text-span-58 {
  color: #fd612f;
}

.text-span-59 {
  font-size: 30px;
}

.text-span-61 {
  color: #000;
  font-weight: 500;
}

.field-label-flash {
  position: absolute;
  left: 5%;
  top: -10%;
  right: auto;
  bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  color: #2b2b33;
  font-size: 0.7rem;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sub-header-wrap {
  width: 70%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.form-field-text {
  height: 3rem;
  margin-bottom: auto;
  padding: 20px;
  background-color: #fff;
}

.form-col-ful {
  position: relative;
  width: 100%;
  margin-left: 10px;
}

.slider-2 {
  position: static;
  width: 250px;
  height: 250px;
  background-color: transparent;
}

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

.slider-left-arrow {
  display: none;
  width: 0px;
  height: 0px;
  color: #444;
}

.social-media-icons {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding: 16px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.highlight-small {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background-color: #34c674;
}

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

.review-wrapper-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
}

.sec-bk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.upload-button {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 25px 20px 33px;
  background-color: #fff;
  background-image: url('../images/cloud-upload_1cloud-upload.png');
  background-position: 7px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Open Sans', sans-serif;
  color: #1665af;
  text-decoration: none;
}

.contact-info-wrapper {
  margin-top: 40px;
}

.subhead-highlight {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.review-par-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.lil-rule {
  width: 3vw;
  height: 2px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ff5f05;
}

.input-field {
  height: 50px;
  border: 1px none #000;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #e4e5e9;
  color: #475059;
}

.input-field:hover {
  box-shadow: inset 0 0 0 1px #00ae42;
}

.input-field:focus {
  box-shadow: inset 0 0 0 2px #00ae42;
}

.input-field::-webkit-input-placeholder {
  color: #879099;
}

.input-field:-ms-input-placeholder {
  color: #879099;
}

.input-field::-ms-input-placeholder {
  color: #879099;
}

.input-field::placeholder {
  color: #879099;
}

.input-field.rate-field {
  display: none;
}

.header-featured-wrap {
  position: absolute;
  top: 200px;
  z-index: 4;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-featured-wrap.contact {
  top: 100px;
  width: 60%;
  padding-right: 50px;
}

.avatar-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.big-container {
  width: 1190px;
  margin-right: auto;
  margin-left: auto;
}

.mask {
  position: static;
  overflow: visible;
}

.subhead {
  font-family: 'Open Sans', sans-serif;
  color: #ff5f05;
  font-size: 1rem;
  text-transform: uppercase;
}

.avatar-name {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 120%;
  font-weight: 700;
}

.subhead-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #080808;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-1-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.form-disclaimer {
  margin-top: 20px;
  color: #535353;
  font-size: 1em;
  line-height: 1.2em;
  text-align: left;
}

.text-field {
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 40px;
  color: #222;
}

.row-2-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.form-button {
  margin-top: 20px;
  padding: 12px 25px 12px 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #222;
  background-color: #222;
  background-image: url('../images/email-filled-closed-envelope_1email-filled-closed-envelope.png');
  background-position: 22px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease, box-shadow 300ms ease, -webkit-transform 500ms ease;
  transition: background-color 500ms ease, box-shadow 300ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, background-color 500ms ease, box-shadow 300ms ease;
  transition: transform 500ms ease, background-color 500ms ease, box-shadow 300ms ease, -webkit-transform 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-button:hover {
  border-color: #daa900;
  background-color: #ff5f05;
}

.review-counts.bk {
  color: #928e8e;
  font-size: 12px;
  line-height: 100%;
  font-weight: 300;
}

.form-2 {
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
}

.avatar-img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 100%;
  background-image: url('../images/Avatar-06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub-heading-text {
  width: 120%;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 800;
}

.sub-heading-text.contact {
  width: 100%;
  font-size: 3rem;
  line-height: 120%;
}

.sub-heading-text.contact {
  width: 100%;
  font-size: 3rem;
  line-height: 120%;
}

.paragraph-8 {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.paragraph-8.google-test {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.contact-us-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.star {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 5px;
  background-image: url('../images/icons8-star-filled-50_1icons8-star-filled-50.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.star.googles {
  width: 25px;
  height: 20px;
  margin-top: 10px;
  background-color: transparent;
  background-image: url('../images/icons8-star-filled-50_1icons8-star-filled-50.png');
}

.star.googles._2nd {
  background-image: url('../images/icons8-star-half-empty-filled-50_1icons8-star-half-empty-filled-50.png');
}

.social-media-link-icon {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/facebook-logo_1facebook-logo.png');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  opacity: 0.33;
  -webkit-transition: opacity 200ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 200ms cubic-bezier(.455, .03, .515, .955);
}

.social-media-link-icon.facebook {
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url('../images/facebook-logo-1_1facebook-logo%20(1.html).png');
  background-size: 20px;
}

.social-media-link-icon.facebook:hover {
  opacity: 1;
}

.social-media-link-icon.instagram1 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url('../images/instagram-social-network-logo-of-photo-camera-1_1instagram-social-network-logo-of-photo-camera%20(1.html).png');
  background-size: 16px;
}

.social-media-link-icon.instagram1:hover {
  opacity: 1;
}

.social-media-link-icon.linkedin1 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url('../images/linkedin-logo_1linkedin-logo.png');
  background-size: 16px;
}

.social-media-link-icon.linkedin1:hover {
  opacity: 1;
}

.rateyo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 26px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-right-arrow {
  display: none;
  width: 0px;
  height: 0px;
  color: #444;
}

.sub-header-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 80%;
  height: 77vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sub-header-img.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 85vh;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: -8px 3px 30px -5px hsla(0, 0%, 50%, 0.5);
}

.rev-input-label {
  color: #2b2b33;
  font-size: 14px;
  font-weight: 600;
}

.text-block {
  font-size: 18px;
  font-weight: 400;
}

.success-message-3 {
  background-color: #fff;
}

.subhead-container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 29px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-87-copy {
  margin-right: auto;
  margin-left: auto;
  font-family: Steradian, sans-serif;
  font-size: 33px;
  line-height: 50px;
  text-align: left;
}

.form-3 {
  background-color: transparent;
}

.columns {
  background-color: #000;
}

.heading-22 {
  margin-right: 40px;
  margin-bottom: 60px;
  margin-left: 40px;
  font-family: Steradian, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 79px;
  font-weight: 500;
}

.text-block-89 {
  margin-right: 40px;
  margin-left: 40px;
  font-family: Steradian, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.column-4 {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
}

.form-block-2 {
  margin-right: 40px;
  margin-left: 40px;
}

.form-4 {
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #fff;
}

.div-block-15 {
  margin-right: auto;
  margin-left: auto;
}

.component-wrap-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: none;
  margin: 60px auto auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.body-8-copy {
  background-color: #fffaf5;
}

.grid_hidden {
  display: none;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing1_item {
  width: 100%;
  padding: 0rem 3rem;
  border-radius: 0.6rem;
  background-color: transparent;
  box-shadow: none;
}

.pricing1_item.is-special {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pricing1_item.is-special-copy {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pricing1_item.is-special-copy {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pricing1_item.is-special-copy {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pricing1_item.wincard {
  display: none;
}

.pricing-feature-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Steradian, sans-serif;
  font-size: 0.9vw;
  line-height: 12px;
  font-weight: 400;
}

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

.pricing1_component {
  display: -ms-grid;
  display: grid;
  width: 70%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-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;
  grid-template-rows: auto;
  border: 1px solid #000;
  border-radius: 11px;
  background-color: #fff;
}

.pricing1_price {
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Steradian, sans-serif;
  color: #414141;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.pricing-yes-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12px;
  height: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.pricing-yes-icon.is-muted {
  opacity: 0.4;
  color: #1a1a1a;
}

.text-span-primary {
  color: #ff7300;
}

.pricing-billing-cycle {
  color: rgba(26, 26, 26, 0.5);
  font-size: 1.25rem;
  font-weight: 400;
}

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

.pricing1_feature-item {
  display: -ms-grid;
  display: grid;
  width: auto;
  height: auto;
  margin-top: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: -webkit-max-content auto;
  -ms-grid-columns: max-content auto;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Steradian, sans-serif;
  line-height: 30px;
}

.pricing1_feature-item.is-muted {
  opacity: 0.34;
  text-decoration: line-through;
}

.pricing1_title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Steradian, sans-serif;
  color: rgba(0, 0, 0, 0.41);
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.section-title {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-bottom: 0.125rem solid #0385ce;
  background-color: #f0f0f0;
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
}

.button {
  position: relative;
  padding: 10px 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#3f3f3f));
  background-image: linear-gradient(180deg, #000, #3f3f3f);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Steradian, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.075rem;
  text-transform: none;
}

.button:hover {
  background-color: #006bbf;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  text-decoration: none;
}

.button:active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.button.is-outlined {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8rem;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 1px #000;
  color: #000;
}

.button.is-outlined:hover {
  background-color: rgba(3, 133, 206, 0.06);
  -webkit-filter: none;
  filter: none;
}

.page-padding-4 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.layout-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.pricing1_feature-list {
  display: -ms-grid;
  display: grid;
  margin-top: 1.5rem;
  padding-top: 0rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0.5rem;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 0.125rem solid #f0f0f0;
}

.pricing1_button-wrapper {
  margin-top: 1.4rem;
  margin-bottom: 20px;
  text-align: center;
}

.heading-23 {
  font-family: Steradian, sans-serif;
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
}

.component-wrap-copy-copy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: none;
  margin: 83px auto auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.heading-16-copy {
  margin-bottom: 28px;
  font-family: Steradian, sans-serif;
}

.field-wrap-copy {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.submit_order {
  display: block;
  margin-top: 58px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 20px;
  border-style: solid;
  border-width: 2.5px;
  border-color: #000;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.success-message-4 {
  background-color: #f2fff0;
}

.comp-pane-copy {
  width: 45%;
}

.comp-pane-copy.right {
  position: relative;
  z-index: 50;
  display: block;
  height: auto;
  min-height: 500px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 50px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.13);
}

.heading-4-copy {
  margin-top: auto;
  margin-bottom: auto;
  color: #ffae41;
}

.heading-4-copy.footer {
  display: none;
  padding-bottom: 10px;
  font-family: Steradian, sans-serif;
  color: #fff;
  font-weight: 700;
}

.text-span-62 {
  color: #fd663f;
}

.wincard {
  width: 45%;
}

.wincard.right {
  position: relative;
  z-index: 50;
  display: block;
  width: 80%;
  height: auto;
  min-height: 500px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 50px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.13);
}

.pricing1_title-copy {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Steradian, sans-serif;
  color: #f57a00;
  font-size: 14px;
  text-align: left;
}

.section-8---pricing {
  margin-top: 87px;
  margin-bottom: 60px;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.grid-3 {
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  -ms-grid-columns: 1.25fr 1.5fr;
  grid-template-columns: 1.25fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.benefit-content {
  margin-bottom: 20px;
  color: #333;
  font-size: 18px;
  line-height: 40px;
}

.benefit-list-item-text-2 {
  margin-bottom: 0px;
  padding-left: 20px;
  color: #333;
  font-size: 21px;
  line-height: 32px;
}

.section-7---btob {
  padding: 120px 30px 50px;
  background-color: #fffaf5;
}

.benefit-content-sub-2 {
  margin-bottom: 20px;
  color: #333;
  font-size: 21px;
  line-height: 36px;
}

.benefit-content-block-2 {
  max-width: 600px;
}

.benefit-content-title-2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -2px;
}

.benefit-list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit-grid {
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 109px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.benefit-grid.grid2-mobile {
  margin-bottom: 60px;
}

.benefit-grid.grid1-mobile {
  margin-bottom: 60px;
}

.benefit-grid.grid-3-mobile {
  margin-bottom: 60px;
}

.benefit-content-hr {
  height: 1px;
  margin-top: -45px;
  margin-bottom: 24px;
  background-color: #e5e5e5;
}

.image-54 {
  width: auto;
  max-width: 100%;
}

.div-block-3 {
  display: block;
  overflow: visible;
  color: #c2c2c2;
}

.background-video {
  display: block;
  overflow: auto;
  height: 100%;
}

.text-block-90 {
  position: relative;
  display: none;
  overflow: visible;
  width: 50%;
  height: auto;
  margin-top: 5vh;
  margin-left: 0%;
  padding-top: 0vh;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-6 {
  overflow: auto;
  height: 100%;
}

.video-blog-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 12px !important;
  margin-left: 15px;
  color: #a3a3a3;
}

.image-6 {
  display: inline-block;
  overflow: visible;
}

.cc-junbo-h1 {
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 60px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.blog-block {
  position: relative;
  right: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  display: none;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.image-4 {
  overflow: visible;
}

.hero-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 76%;
  height: 80vh;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.device {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  overflow: visible;
  border-radius: 16% 16% 0px 0%;
  background-color: transparent;
  background-image: url('../images/Phone-1-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.video-blog-wrap {
  position: absolute;
  left: 1%;
  top: -41px;
  right: auto;
  bottom: 0vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  margin-bottom: 5vh;
  padding-left: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.video-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 6%;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 80px 80px 0px 0px;
}

.video-mock-up {
  position: relative;
  overflow: hidden;
  width: 350px;
  height: 450px;
  margin-top: -20%;
}

.active-blog {
  position: absolute;
  z-index: -1;
  width: 104%;
  height: 104%;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 10px;
  background-image: linear-gradient(129deg, #000 39%, #3b3b3b);
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.25);
}

.div-block-7 {
  overflow: visible;
}

.lottie-animation {
  position: absolute;
  left: 86px;
  top: 218px;
  width: 40%;
}

.heading-24 {
  font-family: Steradian, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.html-embed {
  display: none;
}

.container-19 {
  display: none;
}

.rotate-wrap {
  position: relative;
  overflow: hidden;
  width: 800px;
  height: 100px;
}

.rotatingtext {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
}

.heading-25 {
  font-family: Steradian, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-26 {
  font-family: Steradian, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.icon_wrap {
  overflow: hidden;
  text-align: left;
}

.card_col_2 {
  position: relative;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3_features {
  margin-top: 0px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.card_title_wrap {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.col_60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: -272px;
  padding: 10px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_base {
  position: relative;
  width: 100%;
  min-height: auto;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 7px 7px 55px 0 #f2f3f6;
  color: #000;
  text-decoration: none;
}

.text_features {
  font-size: 12px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: -0.3px;
}

.pricing-feature-text-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Steradian, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.upsale_columns {
  width: 60%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-color: #fffaf5;
}

.heading-27 {
  margin-bottom: 41px;
  font-family: Steradian, sans-serif;
  font-weight: 500;
  text-align: center;
}

.pricing1_item-copy {
  padding: 0rem 3rem 0.125rem;
  border-radius: 0.6rem;
  background-color: transparent;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}

.pricing1_item-copy.is-special {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pricing1_item-copy {
  padding: 0rem 3rem 0.125rem;
  border-radius: 0.6rem;
  background-color: transparent;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}

.pricing1_item-copy.is-special {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pricing1_item-copy.is-special-copy {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.text-span-63 {
  display: inline;
  border-radius: 20px;
  background-color: #000;
  color: #fffdfd;
  text-align: center;
}

.body-11 {
  background-color: #fffaf5;
}

.upsale_1 {
  display: block;
}

.body-12 {
  background-color: #fffaf5;
}

.pricing1_item-copy {
  padding: 0rem 3rem 0.125rem;
  border-radius: 0.6rem;
  background-color: #fff;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}

.pricing1_item-copy.is-special {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pricing1_item-copy.is-special-copy {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pricing1_item-copy.is-special-copy {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.body-13 {
  background-color: #fffaf5;
}

.pricing1_item-copy {
  padding: 0rem 3rem 0.125rem;
  border-radius: 0.6rem;
  background-color: #fff;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.05);
}

.pricing1_item-copy.is-special {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pricing1_item-copy.is-special-copy {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pricing1_item-copy.is-special-copy {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pricing1_item-copy.is-special-copy {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.hilighted-words-copy {
  display: inline;
  width: auto;
  min-width: auto;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #2b2b2b;
  opacity: 1;
  direction: ltr;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-indent: 2px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
  white-space: pre;
}

.c-nav_menu-links {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-svg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav_dropdown-list {
  position: relative;
  display: none;
  width: 13em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #27262e;
}

.c-nav_button {
  padding: 0.8em 1em;
  border-radius: 0.6em;
  background-color: #fff;
  font-family: Steradian, sans-serif;
  color: #0f0e17;
  font-size: 1.1vw;
  text-align: center;
}

.c-nav_link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.8em 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.c-nav_link.is--dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Steradian, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.c-nav_link.is--dropdown.w--current {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-weight: 300;
  text-decoration: none;
}

.c-nav_link-text {
  font-size: 0.7em;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.c-nav_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0.7em;
  height: 0.3em;
  margin-left: 0.3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3.8em;
  padding-left: 3.8em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.is--hidden-empty {
  width: 0px;
  height: 0px;
  padding: 0px;
  background-color: transparent;
}

.c-nav_dropdown {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 0px;
  max-height: 0px;
  min-height: 0px;
}

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

.c-nav_dropdown-item {
  width: 100%;
}

.c-nav_hamburger {
  display: none;
}

.c-nav_link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.c-nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-9 {
  text-decoration: none;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bbb-container-1 {
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
}

.bbb-wrap-1-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bbb-text-2 {
  color: #bcbcbc;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 700;
}

.bbb-text-4 {
  color: #000;
  font-size: 0.9em;
  line-height: 1.3em;
}

.bbb-wrap-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bbb-wrap-1-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bbb-button-1 {
  padding: 0.5em 1em;
  border-top-right-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
  background-color: #fff;
  background-image: url('../images/search_1search.png');
  background-position: 50% 50%;
  background-size: 1.5em;
  background-repeat: no-repeat;
}

.bbb-b-toggle-1 {
  padding: 0.5em 2.5em 0.5em 1em;
  border: 2px solid #d5d5d5;
  border-radius: 0.2em;
  background-color: #fff;
  background-image: url('../images/chevron-down_1chevron-down.png');
  background-position: 85% 50%;
  background-size: 0.9em;
  background-repeat: no-repeat;
}

.bbb-link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.bbb-text-7 {
  color: #000;
  font-size: 0.9em;
  line-height: 1.3em;
}

.product_order {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0em 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1em 0.3em 0.3em;
  background-color: transparent;
  text-align: center;
}

.bbb-wrap-1-9 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bbb-text-1-1 {
  color: #535353;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bbb-text-1-2 {
  color: #4074c7;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 900;
}

.bbb-text-1 {
  margin-bottom: 1.5em;
  color: #000;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 400;
}

.bbb-wrap-5 {
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #d5d5d5;
}

.bbb-icon-1 {
  height: 1em;
  margin-right: 0.1em;
  -o-object-fit: contain;
  object-fit: contain;
}

.bbb-wrap-8 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bbb-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-bottom: 0.6em;
  margin-left: 40px;
  padding: 0.5em 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 0.5em;
  background-color: #fff;
  color: #000;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 500;
}

.bbb-button-2:hover {
  background-color: #4074c7;
  color: #fff;
}

.bbb-a-link-block-1 {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em 1.3em 0.5em 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.3em;
  background-color: #4277cf;
  text-decoration: none;
}

.bbb-heading-1 {
  margin-top: 0px;
  margin-bottom: 0.2em;
  color: #000;
  font-size: 1.9em;
  line-height: 1.3em;
  font-weight: 900;
}

.bbb-pic-1 {
  opacity: 1;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.bbb-heading-2 {
  margin-top: 0px;
  margin-bottom: 0.6em;
  color: #000;
  font-size: 1.9em;
  line-height: 1.3em;
  font-weight: 700;
}

.bbb-text-1-3 {
  color: #000;
  font-size: 1em;
  line-height: 1.3em;
}

.bbb-b-text-1 {
  color: #000;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 400;
}

.bbb-a-wrap-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.bbb-search-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #aeaeae;
  border-radius: 0.4em;
  background-color: #fffdfd;
}

.bbb-decor-3 {
  margin-top: 2em;
}

.bbb-wrap-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bbb-wrap-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bbb-wrap-1-5 {
  margin-right: 0.3em;
}

.bbb-b-list-1.w--open {
  background-color: #fff;
}

.bbb-link-1 {
  color: #5985ce;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 700;
}

.bbb-a-text-1 {
  display: inline-block;
  margin-right: 1em;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.3em;
  text-align: center;
}

.bbb-text-1-5 {
  overflow: visible;
  width: auto;
  padding-right: 0.5em;
  padding-left: 0.5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.3em;
  text-align: center;
}

.bbb-wrap-1-1 {
  position: relative;
}

.bbb-text-9 {
  margin-bottom: 0.5em;
  color: #000;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 500;
}

.bbb-wrap-4 {
  padding-bottom: 2.5em;
  border-bottom: 1px solid #d5d5d5;
}

.bbb-wrap-1-8 {
  padding: 1em 0.7em;
  border-radius: 0.3em;
  box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.23);
}

.bbb-wrap-1-6 {
  position: absolute;
  left: 0%;
  top: -3%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 12em;
  margin-right: auto;
  margin-left: auto;
  padding: 0.5em 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  background-color: #3f3f3f;
}

.bbb-text-8 {
  color: #535353;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bbb-decor-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.bbb-decor-1.one {
  margin-bottom: 0.3em;
}

.bbb-decor-1-1 {
  width: 100%;
  height: 100%;
  background-color: #192c56;
  background-image: url('../images/check-2_1check%20(2.html).png');
  background-position: 50% 50%;
  background-size: 1em;
  background-repeat: no-repeat;
}

.bbb-wrap-2 {
  margin-right: 4em;
}

.bbb-wrap-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bbb-decor-2 {
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  border: 2px solid #bcbcbc;
  background-color: #fff;
}

.bbb-text-5 {
  margin-bottom: 0.1em;
  color: #878887;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bbb-imput-1 {
  width: 13em;
  margin-bottom: 0px;
  padding: 1.4em 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-top-left-radius: 0.4em;
  border-bottom-left-radius: 0.4em;
  color: #bcbcbc;
  font-size: 1.2em;
  line-height: 1.3em;
}

.bbb-icon-3 {
  height: 0.7em;
  -o-object-fit: cover;
  object-fit: cover;
}

.bbb-decor-6 {
  position: absolute;
  left: auto;
  top: 1.5em;
  right: 1em;
  bottom: auto;
  width: 2.5em;
  height: 2.5em;
  background-image: url('../images/Group-6_2Group%206.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bbb-link-2 {
  display: block;
  color: #000;
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 400;
  text-decoration: none;
}

.bbb-wrap-1-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0em;
  margin-bottom: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.bbb-text-6 {
  margin-bottom: 0.1em;
  padding-top: 0px;
  color: #000;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: left;
}

.bbb-a-icon-1 {
  height: 0.7em;
}

.bbb-section-1 {
  padding: 2em 5em 0em;
  font-size: 1vw;
}

.body-14 {
  background-color: #fffaf5;
}

.text-span-64 {
  font-size: 32px;
  font-weight: 400;
}

.upsale-accroche {
  font-size: 32px;
  font-weight: 400;
}

.hero_shapes {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2128bd;
  font-size: 0.9em;
}

.phone_card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 78%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.hero_heading-3 {
  display: none;
}

.hero_heading-3.is--active {
  display: block;
}

.hero_shape1 {
  position: absolute;
  width: 47em;
  height: 47em;
  border-radius: 50%;
  background-color: #005ffe;
}

.background-video-2 {
  position: absolute;
  left: 15px;
  top: 7.8056px;
  z-index: 4;
  overflow: hidden;
  width: 81%;
  height: 80%;
  border-radius: 1.3em;
}

.hero_shape2 {
  position: absolute;
  width: 34em;
  height: 34em;
  border-radius: 50%;
  background-color: #ffe5e3;
}

.container-20 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 5em 3em;
}

.container-20.is--hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 1.1em;
  padding-bottom: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container-20.is--hero {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 80vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 8.4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero_shape3 {
  position: absolute;
  width: 21em;
  height: 21em;
  border-radius: 50%;
  background-color: #ffcc57;
}

.phone_container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone_case {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 100%;
}

.hero_text {
  position: relative;
  z-index: 2;
  padding-bottom: 1em;
  background-color: #fff;
  color: #000;
  mix-blend-mode: screen;
}

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

.phone_wrap {
  position: relative;
  z-index: 2;
  width: 20em;
  margin-top: 1em;
}

.phone_shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 120%;
  max-width: none;
  margin-top: -19px;
  margin-left: auto;
}

.phone-3 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 207%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-19 {
  position: relative;
  background-color: #1a1a1a;
}

.phone_card-2 {
  position: absolute;
  z-index: 2;
  width: 78%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.hero-triggers {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 101vh;
  padding-bottom: 3.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-trigger {
  width: 100%;
  height: 100%;
}

.phone_case-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 90%;
  height: 83%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.phone_card-3 {
  position: absolute;
  left: -51%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 290px;
  max-width: none;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.body1 {
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.bodyblack {
  background-color: #0a0333;
}

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

.container-small.text-align-center {
  color: #292929;
}

.typed-text {
  height: 4rem;
  margin-bottom: 40px;
  color: #fff;
  font-size: 2.75rem;
  font-weight: 500;
}

.typed-text.gradient {
  height: 70px;
  min-height: 70px;
  margin-bottom: 0px;
  padding-left: 20px;
  background-image: linear-gradient(45deg, #ff61d3 10%, #b318ff 40%, #b318ff 60%, #00f0ff 90%);
  color: transparent;
  font-size: 2.8rem;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-60px {
  color: #fff;
  font-size: 3.75rem;
  line-height: 1.3;
  font-weight: 800;
}

.heading-60px.gradient {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: none;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

.margin-vertical.margin-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-white {
  display: inline;
  padding: 1rem 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: color 200ms cubic-bezier(.55, .055, .675, .19);
  transition: color 200ms cubic-bezier(.55, .055, .675, .19);
}

.button-white:hover {
  color: #ff61d3;
}

.button-white_text {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
}

.text-size-medium {
  margin-bottom: auto;
  color: #666;
  font-size: 1.25rem;
}

.section-header {
  margin-top: 88px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

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

.page-padding-copy {
  padding-right: 2.5rem;
  padding-bottom: 10px;
  padding-left: 2.5rem;
}

.section-1---hero {
  position: static;
  top: 66px;
  height: 800px;
  margin-top: 67px;
  background-color: #000;
  background: linear-gradient(176deg, #1b059a 0%, #f700d8 100%), radial-gradient(100% 188.01% at 76.14% 0%, #43DDFF 0%, #FF0000 100%), linear-gradient(0deg, #DB00FF 0%, #14FF00 100%), radial-gradient(59.2% 100% at 50% 100%, #6A00D5 0%, #00E0FF 100%), radial-gradient(100% 148.07% at 0% 0%, #FF9900 0%, #001AFF 100%);
  background-blend-mode: hard-light, overlay, color-burn, color-burn, normal;
}

.cta_hero_section {
  margin-top: 37px;
  padding: 0.8em 1em;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0.6em;
  background-color: #000;
  font-family: Steradian, sans-serif;
  color: #0f0e17;
  font-size: 1.1vw;
  text-align: center;
}

.hero-triggers-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 101vh;
  padding-bottom: 3.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-span-65 {
  color: #fff;
}

.text-span-66 {
  font-weight: 500;
}

.paragraph-10 {
  color: #525252;
  font-size: 16px;
}

.lottie-animation-copy {
  position: absolute;
  left: 33%;
  top: 194px;
  right: auto;
  bottom: 0%;
  width: 30%;
  height: 100px;
}

.cta_white {
  margin-left: 30px;
  padding: 16px 20px 15px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Steradian, sans-serif;
  color: #000;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.cta_white:hover {
  opacity: 0.8;
}

.cta_white.navbar.w--current {
  padding: 15px 10px;
}

.cta_white.surrounded-white.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.cta_black {
  display: block;
  margin-left: 0px;
  padding: 16px 20px 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 8px;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Steradian, sans-serif;
  color: #fff;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.cta_black:hover {
  opacity: 0.8;
}

.cta_surrounded {
  display: block;
  margin-bottom: 30px;
  margin-left: 0px;
  padding: 16px 20px 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 2px solid #000;
  border-radius: 8px;
  background-color: transparent;
  box-shadow: 1px 1px 7px -1px #aaa;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 6px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.cta_surrounded:hover {
  opacity: 0.8;
}

.bbb-text-1-3-copy {
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1.3em;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.nav-dropdown {
  z-index: 900;
  margin-right: 15px;
  margin-left: 15px;
  color: #fff;
}

.nav-link {
  position: relative;
  left: -80px;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 16px 0px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

.nav-link:hover {
  color: hsla(0, 0%, 100%, 0.6);
}

.dropdown-list.w--open {
  overflow: hidden;
  min-width: 300px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 36px 0 #000;
  opacity: 1;
}

.title_1 {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.menu-dropdown {
  padding: 16px 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  line-height: 18px;
  text-align: center;
  cursor: default;
}

.menu-dropdown:hover {
  opacity: 0.6;
}

.menu-dropdown.w--open:hover {
  opacity: 0.6;
}

.nav-dropdown-link-title {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.text-black {
  color: #050505;
}

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

.navbar-cta-btn {
  margin-left: 15px;
  padding: 14px 10px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #070c29;
  font-size: 0.9rem;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.navbar-cta-btn:hover {
  opacity: 0.8;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  background-color: #070c29;
}

.nav-dropdonw-link {
  width: 100%;
  padding: 28px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #050505;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
}

.nav-dropdonw-link:hover {
  background-color: #f6f6f6;
}

.nav-dropdonw-link.w--current {
  background-color: #f6f6f6;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #00df9a;
}

.logo-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.navbar-cta-btn-2 {
  margin-left: 36px;
  padding: 14px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Steradian, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.navbar-cta-btn-2:hover {
  opacity: 0.8;
}

.navbar_official {
  position: fixed;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0A0333;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.div-block-17 {
  width: 30%;
}

.upsale_11 {
  width: 80%;
}

.upsale_22 {
  width: 80%;
}

.item {
  width: 60%;
}

.slide-nav {
  margin-bottom: 12px;
}

.section-21 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  height: 100vh;
  margin-top: 83px;
  background-color: #fff;
}

.tabs-content-2 {
  margin-bottom: auto;
  padding-top: 16px;
  font-size: 14px;
  line-height: 22px;
}

.slide-4 {
  background-image: url('../images/3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.breadcrumbs {
  color: #bfc5c9;
  font-size: 13px;
  text-decoration: none;
}

.size-selection {
  margin-top: 12px;
}

.size-chart {
  display: inline-block;
  color: #bfc5c9;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

.slide-5 {
  background-image: url('../images/4.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.column-product-photo {
  height: auto;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.size-text {
  display: inline-block;
  margin-right: 20px;
  color: #bfc5c9;
  font-size: 14px;
}

.wishlist-text {
  display: inline-block;
  margin-right: 16px;
}

.tab-title {
  margin-right: 12px;
  margin-left: 12px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #bfc5c9;
  font-size: 14px;
}

.tab-title.w--current {
  border-style: none none solid;
  border-width: 0px 0px 1px 1px;
  border-color: #bfc5c9;
  background-color: transparent;
}

.tab-title.first {
  margin-left: 0px;
  padding-left: 0px;
}

.tab-title.first.w--current {
  text-decoration: none;
}

.column-product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: auto;
  padding: 20px 5% 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-tabs {
  margin-bottom: auto;
}

.price {
  margin-top: 8px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.shippinh {
  text-align: left;
}

.shipping-text {
  display: inline-block;
  margin-left: 12px;
  font-size: 12px;
  font-weight: 500;
}

.slide-6 {
  background-image: url('../images/2_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-1 {
  width: 99.9999620121588%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #fffaf5;
  background-image: url('../images/pixlr-bg-result-5.png');
  background-position: 50% 100%;
  background-size: 350px;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

.brand {
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.size-button {
  min-width: 52px;
  margin-right: 8px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #bfc5c9;
  border-radius: 2px;
  background-color: transparent;
  color: #000;
  font-size: 12px;
  text-align: center;
}

.size-button.active {
  border-color: #000;
}

.add-to-bag-text {
  display: inline-block;
  margin-right: 60px;
}

.arrow-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.add-to-bag {
  padding: 12px 32px;
  border-radius: 2px;
  background-color: #000;
  box-shadow: 0 2px 12px -2px rgba(93, 103, 116, 0.2);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.add-to-bag:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button-group {
  margin-top: 32px;
  margin-bottom: 60px;
}

.extra-info-mobile {
  display: none;
}

.name {
  margin-left: -3px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 200;
}

.slider-3 {
  height: 100vh;
  padding-top: 0px;
}

.wishlist {
  margin-left: 8px;
  padding: 12px 32px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 12px -2px rgba(93, 103, 116, 0.2);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.wishlist:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.product-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-22 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: auto;
  margin-top: 80px;
  margin-bottom: auto;
}

.submit_order-copy {
  display: block;
  margin-top: -5px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 20px;
  border-style: solid;
  border-width: 2.5px;
  border-color: #000;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-copy {
  margin-top: 10px;
}

.tabs-menu-2 {
  margin-top: 19px;
  margin-bottom: auto;
}

.producttitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.bbb-text-6-copy {
  margin-bottom: 0.4em;
  padding-top: 0px;
  color: #525050;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: left;
}

.product-price {
  margin-top: 40px;
  margin-bottom: 0.25em;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #000;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 500;
  text-align: left;
}

.product-price.sale {
  color: #0082f3 !important;
}

.bbb-wrap-1-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0em;
  margin-bottom: 0em;
  padding-top: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.bbb-wrap-1-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0em;
  margin-bottom: 0em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.bbb-wrap-1-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0em;
  margin-bottom: 0em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.produit_avantage {
  color: #000;
  font-size: 14px;
  line-height: 1.3em;
}

.starproduct {
  height: 1em;
  margin-right: 0.1em;
  -o-object-fit: contain;
  object-fit: contain;
}

.cta-btn-black {
  margin-left: 0px;
  padding: 14px 10px;
  border-radius: 8px;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 1vw;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.cta-btn-black:hover {
  opacity: 0.8;
}

.image-57 {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.right-arrow {
  bottom: 220px;
}

.left-arrow {
  bottom: 220px;
}

.shipping-text-copy {
  display: inline-block;
  margin-left: 12px;
  font-size: 12px;
  font-weight: 700;
}

.bbb-icon-3-copy {
  height: 0.7em;
  padding-left: 2px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-span-67 {
  color: #727272;
  font-size: 14px;
}

.two_columns_product {
  margin-top: 30px;
  margin-bottom: auto;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  padding: 16px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2d0896;
  color: #fff;
  text-align: center;
}

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

.badge-banner {
  margin-right: 10px;
  padding: 4px 12px;
  border-radius: 50px;
  background-color: #642eff;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-regular {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.c-hero_message {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 26em;
  margin-right: 2em;
  margin-bottom: 2em;
  padding: 2em;
  border-radius: 0.9em;
  background-color: rgba(49, 49, 49, 0.11);
}

.c-hero_message-x {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0.8em;
  margin-right: 0.8em;
}

.c-hero_message-icon {
  width: 1.2em;
}

.c-hero_message-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.7em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-hero_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.is--hero-link {
  border-bottom: 0.1em solid #fff;
  color: #fff;
  font-weight: 400;
}

.bbb-text-9-copy {
  margin-top: 11px;
  margin-bottom: 0.5em;
  color: #000;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 500;
  text-align: left;
}

.notes-undertext {
  margin-top: 12px;
  color: #aab0bb;
  font-size: 12px;
  font-weight: 300;
}

.embed {
  position: relative;
  display: inline-block;
}

.page-subtitle {
  margin-bottom: 0px;
  font-family: Steradian, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
}

.h-after {
  color: #c4c4c4;
  font-size: 55px;
  line-height: 1.1;
  font-weight: 300;
}

.home-hero-text-wrapper {
  max-width: 720px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.inline-block {
  display: inline-block;
}

.icon-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 50px 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  background-color: #000;
  background-image: linear-gradient(135deg, rgba(0, 117, 254, 0), #000);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.icon-btn:hover {
  background-color: #034492;
}

.button-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
}

.div-block-18 {
  margin-top: 119px;
}

.div-block-18-copy {
  margin-top: 40px;
}

.trading-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trading-tab-link {
  padding: 12px 24px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.35);
  background-color: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 19px;
  font-weight: 400;
}

.trading-tab-link.w--current {
  border-bottom-color: #fff;
  background-color: transparent;
  color: #fff;
}

.youtube {
  width: 100vw;
  max-width: 800px;
}

.footer-baner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer-legal {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  line-height: 14px;
}

.social-link {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.6;
}

.footer-legal-link {
  margin-left: 20px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-legal-link:hover {
  border-bottom-color: #fff;
}

.links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
}

.footer-copyright {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 18px;
  font-weight: 400;
}

.footer-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.container-21 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
}

.bbb-wrap-1-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0.5em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrap-copy {
  width: 99.8454086957443%;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 0px;
  border-color: #c4c4c4;
  border-radius: 1px;
}

.text-block-92 {
  font-size: 1.5rem;
}

.text-block-93 {
  font-size: 1.5rem;
}

.text-block-94 {
  font-size: 1.5rem;
}

.paragraph-11 {
  color: #ddd;
}

.cookie-button-bottom {
  margin-right: 35px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookie-span {
  border-bottom-style: none;
  color: #b5e3f4;
  font-weight: 600;
}

.bottom-cookie-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f1f1f;
}

.white-x {
  width: 17px;
  height: 17px;
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.cookie-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-margin {
  margin-bottom: 0px;
}

.no-margin.white-text {
  color: #fff;
}

.heading_comment-ca-marche {
  text-align: center;
}

.pricing1_feature-list-copy {
  display: -ms-grid;
  display: grid;
  margin-top: 1.5rem;
  padding-top: 0rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0.5rem;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 0.125rem solid #f0f0f0;
}

.pricing1_feature-list-copy {
  display: -ms-grid;
  display: grid;
  margin-top: 0rem;
  padding-top: 0rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  grid-row-gap: 0.5rem;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 0.125rem solid #f0f0f0;
}

.bbb-icon-3-copy {
  height: 0.7em;
  -o-object-fit: cover;
  object-fit: cover;
}

.bbb-icon-3-copy {
  height: 0.7em;
  -o-object-fit: cover;
  object-fit: cover;
}

.bbb-icon-3-copy {
  height: 0.7em;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-28 {
  margin-top: 0px;
  font-size: 38vw;
  text-align: center;
}

.headingh1-copy {
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -2px;
}

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

.headingh1-copy.whitecolor {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}

.columns-2 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  background-color: #000;
}

.grid-4 {
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-bottom: 49px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px;
  background-color: #000;
}

.section-23 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabs-2 {
  margin-bottom: auto;
}

.acordeon-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  height: auto;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ccb7b7;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}

.acordeon-2-copy:hover {
  background-color: #f4f4fb;
}

.acordeon-2-copy.faq {
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: #ccb7b7;
  background-color: #fff;
}

.acordeon-2-copy.faq-copy {
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: #ccb7b7;
  background-color: #fff;
}

.div-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-5-copy {
  display: none;
  width: 440px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Steradian, sans-serif;
  color: #262c4b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.text-block-97 {
  font-size: 12px;
}

.lottie-animation-copy-copy {
  position: absolute;
  left: 39%;
  top: 311px;
  right: auto;
  bottom: 0%;
  width: 30%;
  height: 100px;
}

.text-span-68 {
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}

.notes-undertext-price {
  margin-top: 0px;
  color: #aab0bb;
  font-size: 12px;
  font-weight: 300;
}

.text-span-69 {
  color: #0082f3;
}

.text-span-70 {
  text-decoration: line-through;
}

.text-span-71 {
  color: red;
}

.text-span-72 {
  font-size: 10px;
  font-style: normal;
}

.bbb-wrap-1-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bbb-wrap-1-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.notes-undertext-price-copy {
  margin-top: 0px;
  color: #aab0bb;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}

.cta-btn-1 {
  margin-left: 36px;
  padding: 14px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Steradian, sans-serif;
  color: #fff;
  font-size: 0.9rem;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.cta-btn-1:hover {
  opacity: 0.8;
}

.cta-btn-black-home {
  display: none;
  margin-left: 0px;
  padding: 14px 10px;
  border-radius: 8px;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 1vw;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.cta-btn-black-home:hover {
  opacity: 0.8;
}

.div-block-19 {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.columns-3 {
  margin-top: 118px;
}

.text-span-74 {
  color: #777;
  font-size: 0.8rem;
}

.paragraph-12 {
  display: block;
  color: #cacaca;
}

.text-block-99 {
  position: relative;
  top: -13px;
  font-size: 0.6rem;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.paragraph_legal-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 43px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-7 {
  background-image: url('../images/1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: scroll;
}

.slide-8 {
  background-image: url('../images/PhotoRoom_20220705_230402.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.slide-9 {
  width: 99.9999620121588%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #fffaf5;
  background-image: url('../images/PhotoRoom_20220705_235953-1.jpg');
  background-position: 50% 50%;
  background-size: 40rem;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.slide-1-copy {
  width: 99.9999620121588%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #fffaf5;
  background-image: url('../images/PhotoRoom_20220705_221437.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5-copy {
  background-image: url('../images/PhotoRoom_20220706_013536.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.subheader_text-copy {
  margin-bottom: auto;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.subheader_text-copy.whitecolor {
  color: #fff;
}

.heading-section-copy {
  margin-top: -20px;
  margin-bottom: 60px;
  font-family: Steradian, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -2px;
}

.heading-section-copy.left {
  text-align: left;
}

.heading-section-copy.whitecolor {
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .copy {
    margin-top: 10px;
  }

  .text-style-muted {
    color: #fff;
  }

  .cta_content-left {
    display: block;
  }

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

  .text-block-87 {
    display: block;
    color: #8a8a8a;
    text-align: center;
  }

  .pricing1_item {
    border-style: solid;
    border-width: 1px;
    border-color: #c1c1c1;
    background-color: #fff;
    box-shadow: 3px 4px 2.5rem 0 #d3d3d3;
  }

  .pricing1_component {
    border-width: 0px;
    background-color: transparent;
  }

  .pricing1_price {
    margin-bottom: 0px;
    color: #414141;
    font-weight: 500;
  }

  .pricing1_title {
    color: rgba(0, 0, 0, 0.53);
    font-weight: 500;
    text-decoration: none;
  }

  .background-video-2 {
    top: 7.8056px;
    height: 82%;
  }

  .phone_case-2 {
    height: 84.5%;
  }

  .bbb-text-6-copy {
    margin-bottom: 1em;
  }

  .product-price.sale {
    color: #0082f3;
    font-weight: 500;
  }

  .cta-btn-black {
    display: block;
  }

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

  .bbb-wrap-1-2-copy {
    display: none;
  }

  .text-span-68 {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-decoration: line-through;
  }

  .notes-undertext-price {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .text-span-69 {
    color: #0082f3;
    font-size: 20px;
    font-weight: 500;
  }

  .text-span-70 {
    text-decoration: line-through;
  }

  .text-span-71 {
    color: red;
  }

  .text-span-72 {
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
  }

  .bbb-wrap-1-2-copy {
    margin-top: 0px;
    margin-bottom: 0.5em;
  }

  .notes-undertext-price-copy {
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: left;
  }

  .cta-btn-black-home {
    display: none;
  }

  .container-22 {
    margin-top: 137px;
  }

  .column-6 {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 103px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #000;
  }

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

  .div-block-19 {
    display: block;
    margin-top: 0px;
    margin-bottom: 60px;
    text-align: center;
  }

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

  .paragraph-12 {
    line-height: 2;
  }

  .link {
    color: #0082f3;
  }

  .text-block-99 {
    display: block;
    color: #969696;
    font-size: 0.7rem;
  }

  .text-span-75 {
    color: #000;
  }

  .heading-section-copy {
    margin-top: -20px;
    padding-bottom: 71px;
  }
}

@media screen and (min-width: 1440px) {
  .card-wrap-2 {
    width: 600px;
    max-width: 80%;
  }

  .hero_section {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
    background-image: linear-gradient(107deg, #000 29%, #161616 55%, #1d1d1d 71%, #1d1d1d 86%, #222 94%, #333);
  }

  .section-3---cartes-animation {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .pricing1_item {
    background-color: #fff;
    box-shadow: 2px 0 1.1rem -2px #e8e8e8;
  }

  .pricing1_component {
    border-color: #b1b1b1;
    background-color: transparent;
  }

  .blog-block {
    color: #a0a0a0;
  }

  .heading {
    font-family: Steradian, sans-serif;
    font-weight: 400;
  }

  .video-blog-wrap {
    left: 12%;
    top: 234px;
  }

  .heading-24 {
    font-family: Steradian, sans-serif;
  }

  .h3_features {
    font-weight: 500;
  }

  .c-nav_button {
    padding-right: 1em;
    padding-left: 1em;
    font-family: Steradian, sans-serif;
  }

  .bbb-section-1 {
    font-size: 14px;
  }

  .cta_hero_section {
    padding-right: 1em;
    padding-left: 1em;
    font-family: Steradian, sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  .hero_section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 100.0002387286365%;
    margin-bottom: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: left;
  }

  .section-2---description.mobile {
    width: 80%;
  }

  .section-1---citation {
    width: 80%;
  }

  .benefit-content-block {
    width: auto;
    max-width: none;
  }

  .image-48 {
    max-width: 800px;
  }

  .grid1 {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .container-8 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading-6 {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 1.5em;
    line-height: 1.25em;
  }

  .tabs-content {
    width: 100%;
  }

  .contact-box-fixed {
    position: relative;
    left: 0px;
    top: 40px;
    bottom: 0px;
    width: auto;
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .tabs-menu {
    width: 100%;
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph {
    max-width: none;
  }

  .title-wrap {
    margin-bottom: 60px;
  }

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

  .price-card-dark {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab-link {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
  }

  .price-illustration {
    display: none;
  }

  .heading-5 {
    font-size: 20px;
  }

  .phone-scroll-para {
    font-size: 16px;
  }

  .phone-scroll-heading {
    font-size: 70px;
  }

  .section---cas-usage {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero_heading-2 {
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
  }

  .hero_section {
    display: inline-block;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .block-left-hero {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .content-block {
    padding: 20px 10px;
  }

  .fonctionalit-front {
    position: static;
  }

  .front {
    display: none;
  }

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

  .tabs-menu-1 {
    display: block;
    max-width: none;
  }

  .c-phone-section-item {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._w-section-phone {
    padding-right: 40px;
    padding-left: 40px;
  }

  .content-image-block {
    overflow: visible;
    text-align: center;
  }

  .content-grid-2 {
    width: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .section-2---description.mobile {
    max-width: 95%;
  }

  .citation_txt {
    background-image: none;
    color: #000;
    font-size: 40px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .phone-sections {
    display: block;
  }

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

  .heading-1-copy-copy {
    margin-left: 36px;
    font-size: 40px;
  }

  .comp-pane.right {
    width: 60%;
  }

  .component-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 75px auto auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
  }

  .button-nav-bar-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 14px;
  }

  .section-wrapper.quem-somos {
    overflow: hidden;
    width: 100%;
  }

  .section-wrapper._2 {
    width: 80%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-wrapper.cta-final {
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-wrapper.footers {
    width: 90%;
  }

  .security.quem-somos {
    overflow: hidden;
  }

  .heading-14.quem-somos {
    font-size: 42px;
    line-height: 48px;
  }

  .heading-14.o-que {
    width: auto;
    font-size: 42px;
    line-height: 48px;
  }

  .heading-14.cta {
    width: 360px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 42px;
    line-height: 48px;
  }

  .heading-14.cta {
    width: 360px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 42px;
    line-height: 48px;
  }

  .heading-14.o-que {
    width: auto;
    font-size: 42px;
    line-height: 48px;
  }

  .cinto-animation.desk {
    display: none;
  }

  .cinto-animation.mob {
    position: static;
    display: block;
    height: 190px;
  }

  .content-wrapper-2.quem-somos {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
  }

  .content-wrapper-2.coberturas {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper-2.coberturas {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-3 {
    position: absolute;
    left: -33.5%;
    top: auto;
    right: auto;
    bottom: 8.5%;
    width: auto;
    height: 124px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .text-block-83 {
    width: auto;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
  }

  .image-11 {
    position: absolute;
    left: 290px;
    top: auto;
    right: 0%;
    bottom: 8%;
    height: 135px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .content-sanfona {
    width: 100%;
    margin: auto 0px;
  }

  .content-text {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .content-text.cta {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .content-text.cta {
    width: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .acordeon {
    width: auto;
  }

  .acordeon-wrapper {
    width: 100%;
  }

  .btn-big.final.mobile {
    width: 200px;
    height: 60px;
  }

  .btn-fix {
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .image-31 {
    width: 105px;
  }

  .grid {
    margin-bottom: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .cta-footer-2 {
    height: 280px;
  }

  .social-line {
    margin-bottom: 0px;
  }

  .hero_heading {
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
  }

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

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

  .services-header_content {
    padding: 6rem 3rem;
  }

  .container-large {
    width: 100%;
  }

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

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

  .section-5---features {
    padding-top: 10px;
  }

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

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

  .hero_heading-2-copy {
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
  }

  .comp-pane-copy.right-copy {
    width: 80vw;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button-nav-bar-copy-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 14px;
  }

  .heading-1-copy-copy {
    width: auto;
    height: 270px;
    font-size: 48px;
    line-height: 70px;
  }

  .heading__1.max-width-large {
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .checkbox-title-3 {
    margin-bottom: -32px;
    padding-bottom: 0px;
  }

  .heading-1-copy-copy-copy {
    margin-left: 36px;
    font-size: 40px;
  }

  .heading-1-copy-copy-copy {
    margin-left: 36px;
    font-size: 40px;
  }

  ._w-section-phone-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .testimonials_slide {
    padding: 3rem;
  }

  .content-faq {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .content-text-2 {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .acordeon-2 {
    width: auto;
  }

  .acordeon-2.faq {
    width: 100%;
  }

  .testimonial-grid {
    position: static;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .review-stars {
    mix-blend-mode: normal;
  }

  .testimonial-text {
    position: static;
    text-align: center;
  }

  .reviews-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .testimonial-author-image {
    width: 56px;
    filter: drop-shadow(1px 1px 2px black);

  }

  .row-2.row-split-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-width-small {
    margin-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .benefit-content-sub-copy {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .grid2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }

  .benefit-content-list {
    font-family: Steradian, sans-serif;
  }

  .section-6---benefits {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .benefit-content-sub {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .benefit-content-block {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .benefit-content-title {
    width: auto;
    font-size: 36px;
    line-height: 46px;
  }

  .testimonial-author-image-copy {
    width: 56px;

  }

  .heading-section {
    font-size: 36px;
    line-height: 46px;
  }

  .title_mobile_benefit {
    font-size: 36px;
    line-height: 46px;
  }

  .small-text {
    font-size: 38px;
  }

  .text-clip {
    overflow: visible;
    font-size: 180px;
    line-height: 0.83;
    letter-spacing: -16px;
  }

  .social-media-icons {
    display: none;
  }

  .header-featured-wrap.contact {
    position: static;
    top: auto;
    width: 100%;
  }

  .big-container {
    width: auto;
    padding-left: 10px;
  }

  .contact-us-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-header-img.contact-us {
    position: relative;
    width: 100%;
    height: auto;
  }

  .heading-22 {
    display: block;
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-89 {
    font-size: 10px;
  }

  .component-wrap-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 75px auto auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
  }

  .grid_hidden {
    display: block;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }

  .grid1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }

  .pricing1_item {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1.5rem 1rem;
  }

  .pricing-feature-text {
    margin-bottom: auto;
    font-size: 1vw;
    line-height: 10px;
  }

  .pricing1_component {
    justify-items: stretch;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .pricing1_price {
    font-size: 16px;
  }

  .pricing-yes-icon {
    height: 0.875rem;
  }

  .pricing-billing-cycle {
    font-size: 1.125rem;
  }

  .pricing1_feature-item {
    grid-column-gap: 0.5rem;
  }

  .pricing1_title {
    font-size: 12px;
    font-weight: 700;
  }

  .component-wrap-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 75px auto auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
  }

  .submit_order {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 14px;
  }

  .comp-pane-copy.right {
    width: 60%;
  }

  .wincard.right {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .pricing1_title-copy {
    font-size: 1rem;
  }

  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .benefit-content {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .benefit-img-block-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-7---btob {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .benefit-content-sub-2 {
    margin-bottom: 40px;
    font-family: Steradian, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .benefit-content-block-2 {
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0px;
  }

  .benefit-content-title-2 {
    font-size: 36px;
    line-height: 46px;
  }

  .benefit-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-column-gap: 0px;
  }

  .benefit-grid.grid2-mobile {
    width: auto;
    max-width: none;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: -4px 4px 9px 2px #e4e4e4, 5px 3px 9px 2px #e4e4e4;
  }

  .benefit-grid.grid1-mobile {
    margin-bottom: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-style: solid;
    border-width: 0px;
    border-color: #ccb7b7;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: -4px 5px 9px 2px #e4e4e4, 5px 3px 9px 2px #e4e4e4;
  }

  .benefit-grid.grid-3-mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: -5px 3px 9px 2px #e4e4e4, 5px 3px 9px 2px #e4e4e4;
  }

  .image-54 {
    width: auto;
    max-width: 100%;
  }

  .image-55 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .text-block-90 {
    display: block;
    width: 100%;
    margin: auto auto 5vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .video-blog-block {
    margin-top: 47px;
    margin-left: auto;
  }

  .heading {
    font-size: 30px;
    text-align: center;
  }

  .hero-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .device {
    overflow: hidden;
  }

  .video-blog-wrap {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 12;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .video-mock-up {
    height: 600px;
  }

  .container-19 {
    display: block;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .rotate-wrap {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .rotatingtext {
    width: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
  }

  .div-block-16 {
    display: none;
  }

  .card_col_2 {
    padding-right: 0px;
  }

  .col_60 {
    display: none;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0px;
  }

  .card_row {
    padding-left: 0px;
  }

  .pricing-feature-text-copy {
    margin-bottom: auto;
    font-size: 1rem;
  }

  .upsale_columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }

  .pricing1_item-copy {
    padding: 1.5rem;
  }

  .pricing1_item-copy {
    padding: 1.5rem;
  }

  .pricing1_item-copy {
    padding: 1.5rem;
  }

  .pricing1_item-copy {
    padding: 1.5rem;
  }

  .c-nav_menu-links {
    display: block;
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-nav_dropdown-list {
    top: 0px;
    display: block;
    width: 100%;
    height: auto;
  }

  .c-nav_button {
    width: 100%;
    margin-top: 2.2em;
    font-size: 18px;
  }

  .c-logo_wrap {
    position: relative;
    z-index: 3;
  }

  .c-nav_hamburger_icon {
    width: 2em;
  }

  .c-nav_link {
    width: 100%;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    border-bottom: 0.1em solid #191821;
    font-size: 20px;
  }

  .c-nav_link.is--dropdown {
    padding: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom-width: 0em;
  }

  .c-nav_link-text {
    line-height: 1.5;
  }

  .c-nav {
    padding: 1em 2.1em;
  }

  .c-nav_dropdown {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: none;
    min-height: 0px;
  }

  .c-nav_menu-scroll {
    overflow: scroll;
    height: 100%;
    padding: 5.9em 3.8em 8.2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-nav_hamburger {
    position: relative;
    z-index: 2;
    display: block;
  }

  .c-nav_link-wrap {
    width: 100%;
    min-height: 3em;
    padding: 0.9em 1.1em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0.1em solid #191821;
  }

  .c-nav_menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: none;
    overflow: hidden;
    width: 100vw;
    height: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0f0e17;
  }

  .product_order {
    padding-right: 1em;
    padding-left: 1em;
  }

  .bbb-wrap-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .bbb-imput-1 {
    width: 12.5em;
  }

  .bbb-decor-6 {
    top: 1em;
  }

  .bbb-wrap-1-4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bbb-section-1 {
    font-size: 1.3vw;
  }

  .container-20 {
    padding-right: 3em;
    padding-left: 3em;
  }

  .typed-text {
    font-size: 3rem;
  }

  .heading-60px {
    font-size: 3rem;
  }

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

  .section-1---hero {
    margin-top: 54px;
  }

  .cta_hero_section {
    width: 100%;
    margin-top: 2.2em;
    font-size: 18px;
  }

  .cta_white {
    margin-top: 15px;
    margin-left: 0px;
  }

  .cta_black {
    margin-top: 15px;
    margin-left: 0px;
  }

  .cta_surrounded {
    margin-top: 15px;
    margin-left: 0px;
  }

  .menu-btn {
    padding: 0px;
  }

  .menu-btn.w--open {
    background-color: transparent;
  }

  .nav-link {
    left: auto;
  }

  .middle-line {
    width: 18px;
    height: 1px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .logo {
    width: auto;
    height: 100%;
  }

  .logo.w--current {
    z-index: 2;
    height: 25px;
  }

  .title_1 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .title_1.navbar-container {
    padding-right: 24px;
  }

  .navbar-2 {
    height: 70px;
  }

  .top-line {
    width: 18px;
    height: 1px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .last-line {
    width: 18px;
    height: 1px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    color: #fff;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    background-color: #000;
  }

  .navbar-cta-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-cta-btn-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar_official {
    height: 70px;
  }

  .item {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .breadcrumbs {
    display: none;
  }

  .tab-title-mobile {
    margin-bottom: 10px;
    color: #bfc5c9;
  }

  .column-product-photo {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-product-info {
    height: 100vh;
    padding-top: 60px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .product-tabs {
    display: none;
  }

  .shippinh {
    text-align: left;
  }

  .add-to-bag {
    display: block;
  }

  .image-56 {
    float: right;
  }

  .extra-info-mobile {
    display: block;
  }

  .slider-3 {
    padding-top: 0px;
  }

  .wishlist {
    display: block;
    margin-left: 0px;
  }

  .submit_order-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 14px;
  }

  .producttitle {
    font-size: 1rem;
  }

  .product-price.sale {
    color: red;
  }

  .bbb-wrap-1-4-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bbb-wrap-1-4-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bbb-wrap-1-4-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .produit_avantage {
    text-align: left;
  }

  .cta-btn-black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-hero_message {
    position: relative;
    width: 100%;
    margin-top: 3em;
    margin-right: 0vw;
    margin-bottom: 0vw;
  }

  .embed {
    margin-bottom: 24px;
  }

  .page-subtitle {
    font-size: 20px;
    line-height: 1.3;
  }

  .h-after {
    font-size: 48px;
  }

  .h1 {
    margin-bottom: 0px;
    font-size: 48px;
  }

  .youtube {
    margin-right: 60px;
    margin-left: 60px;
  }

  .footer-baner {
    margin-bottom: 15px;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }

  .headingh1-copy {
    font-size: 36px;
    line-height: 46px;
  }

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

  .acordeon-2-copy {
    width: auto;
  }

  .acordeon-2-copy.faq {
    width: 100%;
  }

  .acordeon-2-copy.faq-copy {
    width: 100%;
  }

  .text-span-68 {
    font-size: 14px;
  }

  .text-span-69 {
    font-size: 16px;
  }

  .text-span-70 {
    text-decoration: line-through;
  }

  .text-span-71 {
    color: red;
  }

  .cta-btn-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-btn-black-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-section-copy {
    font-size: 36px;
    line-height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .heading-6 {
    margin-top: 50px;
  }

  .check-grid-large {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .content-h1 {
    font-size: 55px;
  }

  .price-card-dark {
    padding-right: 24px;
    padding-left: 24px;
  }

  .price-illustration {
    bottom: 0%;
    display: block;
    max-width: 20%;
  }

  .block-right-hero {
    width: 100%;
  }

  .container_hero_section {
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lottie-animation-2 {
    width: auto;
    height: auto;
  }

  .hero_section {
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 3%;
    padding-left: 3%;
  }

  .block-left-hero {
    width: 100%;
    padding-top: 10px;
  }

  .load-bar-base {
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .standard-tab {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .global-button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .global-button__line {
    left: 5px;
    right: 5px;
    bottom: 5px;
    display: none;
  }

  .nav-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
  }

  .burger__button {
    z-index: 99999;
    display: none;
  }

  .inner-nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .tabs-menu-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tabs-content-1 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  ._w-phone-left-col {
    opacity: 1;
  }

  .c-phone-section-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20vh;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-phone-right-col {
    width: 100%;
    height: 20vh;
    text-align: center;
  }

  ._w-phone-right-col {
    display: block;
    height: auto;
  }

  ._w-phone-section {
    height: 100%;
  }

  .c-trigger-get-btn {
    height: 100%;
  }

  ._w-section-phone {
    position: -webkit-sticky;
    position: sticky;
    top: 1px;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .c-phone-left-col {
    position: relative;
    z-index: 500;
    width: 100%;
    height: 500vh;
  }

  .section-4---phone-animation {
    height: 500vh;
  }

  .c-phone-section {
    height: 100%;
  }

  .content-image-block {
    margin-right: auto;
    margin-left: auto;
  }

  .content-grid-2 {
    width: auto;
  }

  .section-2---description.mobile {
    width: auto;
  }

  .phone-sections {
    margin-top: 130px;
  }

  .heading-1-copy-copy {
    width: 100%;
    margin-left: 7px;
    font-size: 30px;
  }

  .comp-pane.right {
    width: 80%;
    margin-top: -100px;
  }

  .component-wrap {
    margin-top: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-wrapper._2 {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-14.quem-somos {
    width: auto;
    font-size: 42px;
    line-height: 46px;
  }

  .heading-14.o-que {
    font-size: 42px;
    line-height: 46px;
  }

  .heading-14.cta {
    margin-bottom: 25px;
    font-size: 42px;
    line-height: 46px;
  }

  .heading-14.cta {
    margin-bottom: 25px;
    font-size: 42px;
    line-height: 46px;
  }

  .heading-14.o-que {
    font-size: 42px;
    line-height: 46px;
  }

  .cinto-animation.desk {
    display: none;
  }

  .cinto-animation.mob {
    position: static;
    display: block;
    width: auto;
    height: 170px;
  }

  .content-wrapper-2.seguradoras {
    margin-bottom: 0px;
  }

  .image-3 {
    position: absolute;
    left: -24%;
    top: auto;
    right: auto;
    bottom: 11.5%;
    height: 90px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .text-block-83 {
    font-size: 16px;
    line-height: 22px;
  }

  .image-11 {
    position: absolute;
    left: 268px;
    top: auto;
    right: 0%;
    bottom: 11%;
    height: 97px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .content-text {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .content-text.cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .content-text.cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .btn-fix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-bottom: 30px;
  }

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

  .image-33 {
    margin-right: auto;
    margin-left: auto;
  }

  .cta-footer-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .copy {
    text-align: center;
  }

  .services-header_image {
    display: block;
    width: auto;
    max-height: 24rem;
    max-width: 70vw;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

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

  .services-header_image-wrapper {
    width: 100%;
  }

  .services-header_component {
    margin-top: -18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .padding-vertical.padding-large {
    margin-top: 10px;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 6.4rem;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 6.4rem;
  }

  .services-header_content {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-style-title-small {
    font-size: 1.25rem;
  }

  .section-1-ccm {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .cta_content-left {
    padding: 2rem;
  }

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

  .cta-map {
    height: 20rem;
  }

  .process_step-number-shape {
    bottom: -1rem;
    width: 2rem;
    height: 2rem;
  }

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

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

  .process_right {
    max-width: 24rem;
  }

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

  .section-5---features {
    padding-top: 10px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

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

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

  .comp-pane-copy.right-copy {
    width: 80vw;
    margin-top: -100px;
  }

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

  .slider {
    position: static;
  }

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

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

  .form-wrapper {
    width: 100%;
  }

  .next-2 {
    position: static;
    z-index: 6;
  }

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

  .heading-1-copy-copy-copy {
    width: 100%;
    margin-left: 7px;
    font-size: 30px;
  }

  .heading-1-copy-copy-copy {
    width: 100%;
    margin-left: 7px;
    font-size: 30px;
  }

  .headingg {
    margin-bottom: auto;
    padding-bottom: 10px;
  }

  ._w-section-phone-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 1px;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .c-section-phone-2 {
    height: 500vh;
  }

  .c-phone-section-2 {
    height: 100%;
  }

  .testimonials_client-image-wrapper {
    margin-bottom: 0.5rem;
  }

  .testimonials_client-image {
    width: 3rem;
    height: 3rem;
  }

  .testimonials_slide {
    padding: 2rem;
  }

  .testimonials_slide-nav {
    bottom: -3.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonials_arrow-link {
    bottom: -4.5rem;
  }

  .testimonials_client {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testimonials_component {
    margin-bottom: 7.2rem;
  }

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

  .content-text-2 {
    margin-top: 0px;
    margin-bottom: 30px;
  }

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

  .testimonial-cards-wrap-left {
    width: 100%;
    padding-right: 0px;
  }

  .testimonial-cards-wrap-right {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
  }

  .testimonial-text {
    position: static;
  }

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

  .testimonial-card {
    margin-bottom: 30px;
  }

  .row-2.row-split-content {
    grid-row-gap: 36px;
  }

  .content-width-small {
    max-width: 100%;
    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;
  }

  .large-heading {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

  .large-heading-copy {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

  .benefit-content-sub-copy {
    margin-bottom: 20px;
  }

  .benefit-img-block {
    margin-bottom: 20px;
  }

  .grid2 {
    margin-bottom: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-6---benefits {
    padding-bottom: 30px;
  }

  .benefit-content-sub {
    margin-bottom: 20px;
  }

  .benefit-content-block {
    max-width: 100%;
  }

  .benefit-content-title {
    margin-bottom: 12px;
    font-size: 30px;
  }

  .heading-section {
    margin-bottom: 12px;
  }

  .title_mobile_benefit {
    margin-bottom: 12px;
  }

  .section-6---did-you-know {
    height: 68%;
  }

  .small-text {
    font-size: 30px;
  }

  .text-clip {
    font-size: 140px;
    letter-spacing: -11px;
  }

  .header-featured-wrap {
    top: 100px;
    width: 70%;
  }

  .header-featured-wrap.contact {
    margin-top: 934px;
  }

  .heading-22 {
    margin-bottom: auto;
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-89 {
    display: none;
  }

  .component-wrap-copy {
    margin-top: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid_hidden {
    margin-bottom: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid1 {
    margin-bottom: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pricing1_item {
    margin-top: 28px;
    margin-bottom: auto;
    border: 1px solid #000;
    border-radius: 0.7rem;
    background-color: #fff;
  }

  .pricing1_item.is-special {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pricing1_item.is-special-copy {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pricing1_item.is-special-copy {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pricing1_item.is-special-copy {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pricing-feature-text {
    font-size: 1rem;
  }

  .pricing1_component {
    padding-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    border-width: 0px;
    background-color: transparent;
  }

  .pricing-billing-cycle {
    font-size: 0.875rem;
  }

  .section-title {
    font-size: 0.875rem;
  }

  .button {
    padding: 1.25rem 1.5rem;
  }

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

  .layout-centered {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .pricing1_button-wrapper {
    margin-top: 1.5rem;
  }

  .component-wrap-copy-copy {
    margin-top: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .comp-pane-copy.right {
    width: 100%;
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .wincard.right {
    width: 90%;
    margin-top: 18px;
  }

  .section-8---pricing {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .benefit-content {
    margin-bottom: 20px;
  }

  .benefit-img-block-2 {
    margin-bottom: 20px;
  }

  .section-7---btob {
    padding-bottom: 30px;
  }

  .benefit-content-sub-2 {
    margin-bottom: 20px;
  }

  .benefit-content-block-2 {
    max-width: 100%;
    font-family: Steradian, sans-serif;
  }

  .benefit-content-title-2 {
    margin-bottom: 12px;
  }

  .benefit-grid {
    margin-bottom: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-90 {
    margin-bottom: auto;
  }

  .video-blog-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-block {
    margin-top: 9px;
  }

  .heading {
    margin-top: 29px;
    font-size: 25px;
    line-height: 25px;
  }

  .hero-section {
    margin-top: auto;
  }

  .card_col_2 {
    width: 100%;
    padding-left: 0px;
  }

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

  .card_row {
    width: 100%;
    padding-right: 0px;
  }

  .pricing1_item-copy.is-special {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pricing1_item-copy {
    margin-bottom: 23px;
    padding-bottom: 0.25rem;
  }

  .pricing1_item-copy.is-special {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pricing1_item-copy.is-special-copy {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .upsale_1 {
    margin-right: auto;
    margin-left: auto;
  }

  .pricing1_item-copy.is-special {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pricing1_item-copy.is-special-copy {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pricing1_item-copy.is-special-copy {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pricing1_item-copy.is-special {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pricing1_item-copy.is-special-copy {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pricing1_item-copy.is-special-copy {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pricing1_item-copy.is-special-copy {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .c-nav_menu-scroll {
    padding-right: 2em;
    padding-left: 2em;
  }

  .bbb-text-2 {
    font-size: 1.2em;
  }

  .bbb-text-4 {
    font-size: 1em;
  }

  .bbb-text-7 {
    font-size: 1.1em;
  }

  .bbb-text-1-1 {
    font-size: 1em;
  }

  .bbb-text-1-2 {
    font-size: 1.7em;
  }

  .bbb-text-1 {
    font-size: 1.2em;
  }

  .bbb-wrap-5 {
    padding-top: 0em;
    padding-left: 2em;
  }

  .bbb-wrap-5.two {
    padding-top: 2em;
    padding-left: 0em;
    border-right: 1px solid #d5d5d5;
    border-bottom-width: 0px;
  }

  .bbb-wrap-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .bbb-button-2 {
    font-size: 1.2em;
  }

  .bbb-text-1-3 {
    font-size: 1.1em;
  }

  .bbb-search-1 {
    width: 18em;
  }

  .bbb-link-1 {
    font-size: 1.3em;
  }

  .bbb-text-1-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bbb-text-9 {
    font-size: 1.7em;
  }

  .bbb-wrap-4 {
    padding-right: 2em;
    border-right: 1px solid #d5d5d5;
  }

  .bbb-wrap-1-6 {
    width: 9em;
    height: 2.4em;
  }

  .bbb-text-8 {
    font-size: 1em;
  }

  .bbb-wrap-2 {
    display: -ms-grid;
    display: grid;
    margin-right: 0em;
    margin-bottom: 1.5em;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .bbb-wrap-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bbb-text-5 {
    font-size: 1em;
  }

  .bbb-icon-3 {
    height: 0.8em;
  }

  .bbb-decor-6 {
    top: 1.3em;
    right: 1.5em;
    width: 3em;
    height: 3em;
  }

  .bbb-wrap-1-4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bbb-text-6 {
    font-size: 1.3em;
  }

  .bbb-section-1 {
    padding-right: 3em;
    padding-left: 3em;
    font-size: 1.69vw;
  }

  .hero_text-contain {
    font-size: 1.8vw;
  }

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

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

  .section-1---hero {
    margin-top: -3px;
  }

  .lottie-animation-copy {
    top: 212px;
  }

  .bbb-text-1-3-copy {
    font-size: 1.1em;
  }

  .logo {
    padding-left: 0px;
  }

  .upsale_2 {
    margin-right: auto;
    margin-left: auto;
  }

  .upsale_11 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .upsale_22 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .item {
    margin-top: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .breadcrumbs {
    display: block;
  }

  .column-product-photo {
    height: 80vh;
  }

  .column-product-info {
    height: 80vh;
    min-height: 640px;
    padding-top: 28px;
  }

  .product-tabs {
    display: block;
  }

  .add-to-bag {
    display: inline-block;
  }

  .button-group {
    margin-bottom: 48px;
  }

  .extra-info-mobile {
    display: none;
  }

  .slider-3 {
    height: 80vh;
  }

  .wishlist {
    display: inline-block;
  }

  .product-content {
    width: 100%;
  }

  .bbb-text-6-copy {
    font-size: 1.3em;
  }

  .product-price {
    font-size: 1.7em;
  }

  .bbb-wrap-1-4-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bbb-wrap-1-4-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bbb-wrap-1-4-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .produit_avantage {
    font-size: 1.1em;
  }

  .cta-btn-black {
    font-size: 1.6ch;
  }

  .bbb-icon-3-copy {
    height: 0.8em;
  }

  .banner {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .banner-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .badge-banner {
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
  }

  .bbb-text-9-copy {
    font-size: 1.7em;
  }

  .embed {
    margin-bottom: 12px;
  }

  .page-subtitle {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 22px;
  }

  .h-after {
    font-size: 32px;
  }

  .icon-btn {
    padding: 12px 30px;
    font-size: 14px;
  }

  .h1 {
    font-size: 32px;
    line-height: 1.4;
  }

  .trading-tab-link {
    padding: 10px 15px;
    font-size: 16px;
  }

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

  .social-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-legal {
    line-height: 16px;
    text-align: center;
  }

  .legal-link {
    margin-bottom: 20px;
    text-align: center;
  }

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

  .footer-copyright {
    margin-bottom: 16px;
  }

  .footer-bottom-wrapper {
    margin-top: 10px;
    padding-top: 20px;
  }

  .cookie-content {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cookie-content.bottom-banner-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bbb-icon-3-copy {
    height: 0.8em;
  }

  .bbb-icon-3-copy {
    height: 0.8em;
  }

  .bbb-icon-3-copy {
    height: 0.8em;
  }

  .headingh1-copy {
    margin-bottom: 12px;
  }

  .grid-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    justify-items: stretch;
    grid-column-gap: 0px;
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
  }

  .lottie-animation-copy-copy {
    top: 212px;
  }

  .cta-btn-black-home {
    font-size: 1.6ch;
  }

  .heading-section-copy {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-color: #fffaf5;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-2 {
    display: inline-block;
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 1.25em;
    text-align: center;
  }

  .heading-6 {
    width: 100%;
    margin-top: 50px;
    font-size: 1.5em;
    line-height: 1.25em;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .content-h1 {
    font-size: 42px;
    text-align: center;
  }

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

  .heading-5 {
    font-size: 17px;
  }

  .body {
    text-align: left;
  }

  .slide {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .phone-scroll-text-section {
    height: auto;
    margin-bottom: 80px;
  }

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

  .phone-img-bg {
    width: auto;
  }

  .scroll-fix-block {
    display: none;
  }

  .phone-scroll-heading {
    display: block;
    width: 404.72222900390625px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .block-right-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .lottie-animation-2 {
    display: block;
  }

  .hero_heading-2 {
    margin-top: auto;
    margin-bottom: 30px;
    line-height: 55px;
  }

  .hero_section {
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #080808;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(29%, #1f1f1f), color-stop(47%, #272727), color-stop(71%, #2c2c2c), to(#303030));
    background-image: linear-gradient(180deg, #000, #1f1f1f 29%, #272727 47%, #2c2c2c 71%, #303030);
  }

  .tab-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tab-panel {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .content-block {
    padding-top: 0px;
    padding-bottom: 10px;
    text-align: center;
  }

  .global-button {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .nav__container {
    margin-top: 5px;
    margin-bottom: auto;
  }

  .inner-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner-logo-wrapper.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .nav-wrapper {
    display: none;
  }

  .burger__button {
    position: relative;
    z-index: 99999;
    display: none;
  }

  .inner-nav {
    display: block;
    margin: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 12px;
  }

  .logo-wincard-footer {
    width: 180px;
    max-width: 80%;
  }

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

  .margin-bottom.margin-large {
    margin-top: auto;
    margin-bottom: 40px;
    padding-bottom: 38px;
  }

  .margin-bottom.margin-small {
    margin-left: auto;
  }

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

  .tabs-content-1 {
    padding-top: 20px;
  }

  .tabs-1 {
    max-width: 100%;
    min-width: auto;
  }

  ._w-phone-left-col {
    height: 80vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-phone-indicator {
    padding-right: 10px;
    padding-left: 10px;
  }

  ._w-section-phone {
    top: 1px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-4---phone-animation {
    background-color: #fff;
  }

  .c-phone-section {
    margin-top: 44px;
  }

  .phone0item-title {
    margin-bottom: 36px;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
  }

  ._w-phone-frame {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-8 {
    margin-bottom: 27px;
  }

  .content-image-block {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .content-image {
    max-width: 100%;
  }

  .content-grid-2 {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    grid-template-rows: repeat(auto-fit, 0px);
  }

  .section-2---description.mobile {
    max-width: 100%;
    margin: 20px auto 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-1---citation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100.0001069002746%;
    max-width: 428.4444580078125px;
    min-width: auto;
    margin: 18px auto 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 15px;
  }

  .citation_txt {
    display: block;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 4px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 43px;
    line-height: 60px;
    font-weight: 700;
    text-decoration: none;
  }

  .text-block-5-copy {
    margin-right: 10px;
    padding-left: 10px;
  }

  .tab-panel-copy {
    display: block;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 0px solid #000;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 8px 11px 11px -6px #9b9b9b;
    text-align: center;
  }

  .phone-sections {
    margin-top: auto;
  }

  .tab-grid-copy {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    opacity: 1;
  }

  .image-8-copy {
    margin-bottom: 27px;
    box-shadow: none;
  }

  .link-arrow-copy {
    margin-top: 1px;
    text-align: left;
  }

  .link-arrow-copy {
    text-align: left;
  }

  .heading-1-copy-copy {
    display: block;
    width: 100%;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 0px;
    font-size: 20px;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .form-field.select-field.wide {
    margin-left: 0px;
  }

  .form-wrap {
    position: static;
    top: 0px;
    margin-top: 30px;
    margin-bottom: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .comp-pane.right {
    width: 90%;
    margin: 34px 0px 35px;
    padding: 30px;
  }

  .component-wrap {
    width: 100%;
    margin-top: 28px;
    margin-bottom: auto;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-nav-bar-copy {
    max-width: 33.573%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 11px;
  }

  .button-5.lottie-icon {
    width: 21px;
    height: 35px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 13px;
  }

  .button-5.lottie-icon {
    width: 21vh;
    height: 35px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
    font-size: 13px;
  }

  .button-5.lottie-icon-copy {
    width: 21vh;
    height: 35px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
    font-size: 13px;
  }

  .button-5.lottie-icon {
    width: 200px;
    height: 35px;
    margin-top: -1px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 13px;
  }

  .button-text {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .sub_hero_headingtxt {
    line-height: 40px;
  }

  .cta_rdv_hero_section {
    margin-top: 0px;
    text-align: left;
  }

  .section-3---cartes-animation {
    display: none;
    margin-bottom: 75px;
  }

  .body-3 {
    display: block;
    min-height: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .section-wrapper.quem-somos {
    position: static;
    overflow: auto;
    width: 100%;
    height: auto;
    max-width: none;
    margin-bottom: 20px;
  }

  .section-wrapper._2 {
    position: static;
    overflow: auto;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-wrapper.cta-final {
    width: 80%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-wrapper.footers {
    width: 90%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .security.quem-somos {
    display: block;
    overflow: hidden;
    height: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-14.quem-somos {
    width: auto;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-14.o-que {
    width: auto;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
  }

  .heading-14.cta {
    width: auto;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }

  .heading-14.cta {
    width: auto;
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }

  .heading-14.o-que {
    width: auto;
    color: #000;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
  }

  .cinto-animation.desk {
    display: none;
  }

  .cinto-animation.mob {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: hidden;
    width: 100vw;
    height: 190px;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .content-wrapper-2.quem-somos {
    position: static;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
  }

  .content-wrapper-2.coberturas {
    width: 90%;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper-2.seguradoras {
    width: 80%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .content-wrapper-2.coberturas {
    width: 80%;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-3 {
    position: absolute;
    left: -217px;
    top: auto;
    right: 0%;
    bottom: 40px;
    height: 90px;
    max-width: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .text-block-83 {
    width: auto;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    line-height: 22px;
  }

  .image-11 {
    position: absolute;
    left: 180px;
    top: auto;
    right: 0%;
    bottom: 39px;
    overflow: auto;
    height: 97px;
    max-width: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .content-sanfona {
    width: 100%;
    margin-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .content-text.cta {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .content-text.cta {
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .pourquoi-pop.coberturas {
    position: static;
  }

  .acordeon {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .acordeon-wrapper {
    width: 100%;
  }

  .div-block-2 {
    margin-left: 5px;
  }

  .image-12 {
    margin-right: 15px;
    margin-left: 10px;
  }

  .paragraph-5 {
    width: auto;
  }

  .svg-cobertura {
    width: 100px;
  }

  .ic-cobertura {
    width: 100px;
  }

  .btn-big {
    height: 72px;
    margin-right: auto;
    margin-left: auto;
  }

  .btn-big.final {
    position: relative;
    z-index: 10;
  }

  .btn-big.final {
    position: relative;
    z-index: 10;
  }

  .btn-big.final.mobile {
    width: 180px;
    height: 50px;
  }

  .image-41 {
    width: 110px;
  }

  .btn-fix {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    width: 80%;
    height: 72px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .image-40 {
    width: 80px;
  }

  .image-37 {
    width: 150px;
  }

  .image-31 {
    width: 130px;
    height: 80px;
  }

  .image-36 {
    width: 110px;
    height: 36px;
  }

  .grid {
    margin-bottom: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
    background-color: #fffcf9;
  }

  .image-32 {
    height: 50px;
  }

  .image-30 {
    width: 90px;
    height: 60px;
  }

  .seguradora-logo {
    width: 130px;
    height: 80px;
    max-width: 80%;
  }

  .image-34 {
    height: 56px;
  }

  .image-35 {
    height: 50px;
  }

  .image-38 {
    width: auto;
    height: 37px;
  }

  .image-33 {
    height: 60px;
  }

  .cta-footer-2 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bold-text-11-copy {
    font-size: 40px;
  }

  .heading-4 {
    padding-bottom: 10px;
  }

  .heading-4.footer {
    display: block;
    background-color: transparent;
    color: #5a5856;
    font-style: normal;
    text-align: center;
    text-decoration: none;
  }

  .heading-4.footer.pop {
    display: none;
  }

  .social-line {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-19 {
    width: 40px;
  }

  .grid-2 {
    margin-top: 70px;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    text-align: left;
  }

  .nav-link-2 {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2.footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border: 0px solid #000;
    text-align: center;
  }

  .social-icon {
    display: none;
  }

  .social-icon.facebook {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .social-icon.instagram {
    display: block;
  }

  .social-icon.twitter {
    display: none;
  }

  .social-icon.youtube {
    display: block;
  }

  .social-icons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .copy {
    margin-top: 20px;
    text-align: center;
  }

  .hero_heading {
    margin-top: auto;
    margin-bottom: 30px;
    line-height: 55px;
  }

  .services-header_image {
    display: none;
  }

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

  .padding-bottom.padding-xhuge {
    margin-top: 33px;
  }

  .services-header_image-wrapper {
    margin-bottom: auto;
  }

  .services-header_component {
    margin-top: -19px;
  }

  .text-style-muted {
    margin-top: 32px;
  }

  .text-style-muted.text-size-medium {
    margin-top: 10px;
    font-size: 0.9rem;
  }

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

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

  .padding-vertical.padding-xhuge.ccm {
    padding-top: 1rem;
  }

  .padding-vertical.padding-large {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0rem;
    padding-left: 0rem;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .padding-vertical.padding-xlarge {
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
  }

  .max-width-medium {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 40px;
    text-align: center;
  }

  .services-header_content {
    margin-top: auto;
    margin-bottom: auto;
    padding: 1rem 2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 0px;
  }

  .section-1-ccm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 79px auto 660px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-color-white {
    font-size: 20px;
  }

  .service-details_image-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta_content-left {
    width: 90%;
    justify-items: center;
  }

  .paragraph_legal {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Steradian, sans-serif;
    font-size: 14px;
  }

  .header_legal {
    font-family: Steradian, sans-serif;
    font-size: 26px;
    line-height: 35px;
  }

  .heading-xsmall {
    font-size: 1.3rem;
  }

  .process_left {
    margin-right: 1.25rem;
  }

  .process_right {
    padding-bottom: 10px;
  }

  .process_component {
    margin-top: 20px;
  }

  .section-2-ccm {
    margin-top: auto;
    margin-bottom: 43px;
  }

  .image-44 {
    margin-bottom: 0px;
  }

  .experience_component {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #fffaf5;
  }

  .section-5---features {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .text-style-muted-2.text-size-medium {
    font-size: 14px;
  }

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

  .hero_heading-2-copy {
    margin-top: auto;
    margin-bottom: 30px;
    line-height: 55px;
  }

  .comp-pane-copy.right-copy {
    width: 90%;
    margin: 10px 0px 35px;
    padding: 30px;
  }

  .button-nav-bar-copy-copy {
    max-width: 33.573%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 11px;
  }

  .heading-1-copy-copy {
    width: 90%;
    height: auto;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .heading__1.max-width-large {
    width: 90%;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading__1.max-width-large-copy-copy {
    width: 343px;
    margin-top: 10px;
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading_1 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
  }

  .previous {
    position: static;
    display: block;
    max-width: 75px;
  }

  .mask-2 {
    position: static;
    height: auto;
  }

  .previous-button {
    display: none;
  }

  .slider {
    height: auto;
    border: 0px solid #000;
  }

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

  .arrow-3 {
    display: none;
  }

  .form12_checkbox_field {
    width: 174px;
    height: 200px;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }

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

  .next-2 {
    position: static;
    margin-bottom: auto;
  }

  .line-bottom-2 {
    position: static;
    display: none;
  }

  .form-full-2 {
    margin-top: 60px;
    padding-top: 0px;
  }

  .checkbox-title-3 {
    margin-bottom: 10px;
  }

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

  .slider-content-wrap-3 {
    width: 100%;
    margin-bottom: 10px;
    padding: 50px 10px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    background-color: #fff;
  }

  .heading_1-copy-2 {
    font-family: Steradian, sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
  }

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

  .phone0item-title-copy {
    margin-bottom: 51px;
    color: #5a5856;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
  }

  .phone0item-title-copy {
    margin-bottom: 60px;
    color: #5a5856;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
  }

  .heading-18 {
    font-size: 33px;
    line-height: 40px;
  }

  .heading_1-copy-2-copy {
    font-size: 40px;
    font-weight: 500;
  }

  .text-span-46 {
    height: auto;
    background-color: transparent;
    color: #000;
    font-size: 35px;
    line-height: 45px;
  }

  .eaaezazeaze {
    margin-right: auto;
    margin-left: auto;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
  }

  .heading-1-copy-copy-copy {
    display: block;
    width: 100%;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 0px;
    font-size: 20px;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .heading-1-copy-copy-copy {
    display: block;
    width: 100%;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 0px;
    font-size: 20px;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .logo_header_mobile {
    display: block;
    width: 160px;
    max-width: 80%;
    margin-right: auto;
    margin-left: -1px;
    padding-right: 0px;
  }

  .headingg {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    color: #000;
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
  }

  .card-4 {
    background-size: cover;
  }

  ._w-section-phone-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-card._1 {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #dadada;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 5px 8px -2px #c2c2c2;
    opacity: 1;
  }

  .feature-heading {
    margin-right: auto;
    margin-left: auto;
  }

  .testimonials_slider-mask {
    margin-right: auto;
    margin-left: auto;
  }

  .testimonials_slide {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    text-align: left;
  }

  .testimonials_slide-nav {
    top: -2.5rem;
    bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-testimonials {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .testimonials_client {
    background-color: transparent;
  }

  .testimonials_component {
    margin-right: auto;
    margin-bottom: 4.5rem;
    margin-left: auto;
  }

  .faq_component {
    background-color: #fffaf5;
  }

  .faq_item {
    display: block;
    width: auto;
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0.25rem 5px;
    border-radius: 10px;
    background-color: #fffaf5;
  }

  .heading-xxsmall {
    font-size: 18px;
  }

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

  .faq_icon {
    margin-left: 1.5rem;
  }

  .faq_question {
    border-bottom-color: rgba(0, 0, 0, 0.15);
  }

  .content-text-2 {
    margin-top: 0px;
  }

  .acordeon-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .titulo-duvidas {
    color: #000;
  }

  .section-9---demande-demo {
    margin-top: auto;
    padding-top: 0px;
    background-color: #fffaf5;
  }

  .heading_section_1 {
    font-size: 35px;
    text-align: center;
  }

  .heading_1-copy-copy {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 33px;
    line-height: 40px;
    font-weight: 700;
  }

  .testimonial-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body-9.italic.bottom-margin-20 {
    font-size: 14px;
  }

  .body-9.bottom-margin-30 {
    font-size: 14px;
  }

  .testimonial-author-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .review-stars {
    margin-right: 0px;
    margin-bottom: 10px;
    mix-blend-mode: darken;
  }

  .testimonial-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .testimonial-card {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-color: #ebebeb;
    border-radius: 10px;
    box-shadow: none;
  }

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

  .quotation-mark {
    width: 5%;
    margin-bottom: 2px;
    opacity: 0.33;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .testimonial-author-image {
    width: 48px;
    height: auto;
    filter: drop-shadow(1px 3px 1px #7c7c7c);
  }

  .body-9-copy {
    font-size: 14px;
  }

  .row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .row-2.row-split-content {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    -ms-grid-columns: minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .content-width-small {
    position: relative;
    display: block;
    width: 354px;
    height: 330px;
    margin: 0px auto 10px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .large-heading {
    display: block;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    direction: ltr;
    font-size: 40px;
    line-height: 38px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    white-space: normal;
  }

  .large-heading-copy {
    display: block;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    direction: ltr;
    font-size: 40px;
    line-height: 38px;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    white-space: normal;
  }

  .heading-21 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-14 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .benefit-img-block {
    width: auto;
  }

  .grid2 {
    width: auto;
    margin-top: auto;
    margin-bottom: 40px;
    padding: 15px 10px 10px;
    border-style: solid;
    border-width: 0.2px;
    border-color: #ccb7b7;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: -4px 4px 9px 2px #ddd, 5px 4px 9px 2px #ddd;
    opacity: 1;
  }

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

  .benefit-content-list {
    margin-top: auto;
  }

  .benefit-list-item-text {
    font-size: 16px;
    text-align: left;
  }

  .section-6---benefits {
    padding: 20px;
  }

  .benefit-content-sub {
    height: 216px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
  }

  .benefit-content-block {
    padding-bottom: 10px;
  }

  .button-text-2 {
    width: 150.4027862548828px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
    text-align: center;
  }

  .benefit-content-title {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 8.5vw;
    line-height: 11vw;
    font-weight: 500;
    text-align: center;
  }

  .benefit-list-item {
    margin-bottom: 0px;
  }

  .image-47 {
    width: auto;
  }

  .image-48 {
    width: auto;
  }

  .image-49 {
    width: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0px;
  }

  .testimonial-author-image-copy {
    width: 48px;
    height: auto;
  }

  .faq-plus-l {
    font-size: 0px;
  }

  .button-5-copy.lottie-icon {
    width: 21vh;
    height: 35px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 13px;
  }

  .button-5-copy.lottie-icon {
    width: 21vh;
    height: 35px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
    font-size: 13px;
  }

  .button-5-copy.lottie-icon-copy {
    width: 50vw;
    height: 35px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: none;
    font-size: 13px;
    text-align: left;
  }

  .subheader_text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
  }

  .subheader_text.whitecolor {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-section {
    min-width: auto;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
  }

  .heading-section.left {
    line-height: 40px;
    text-align: left;
  }

  .heading-section.whitecolor {
    color: #fff;
    text-align: center;
  }

  .heading-section.whitecolor.left {
    padding-top: 10px;
    font-size: 35px;
    text-align: left;
  }

  .title_mobile_benefit {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: auto;
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 500;
    text-align: left;
  }

  .hilighted-words {
    font-size: 30px;
  }

  .text-span-54 {
    border-radius: 15px;
    background-color: #000;
    color: #fff;
  }

  .text-span-55 {
    color: #fd612f;
  }

  .text-span-56 {
    color: #fd612f;
  }

  .text-span-57 {
    color: #fd612f;
  }

  .section-6---did-you-know {
    height: 73%;
    margin-bottom: 40px;
    padding: 20px 20px 40px;
    background-color: #000;
  }

  .small-text {
    margin-bottom: 4px;
    color: #fff;
    font-size: 33px;
    line-height: 40px;
    text-align: center;
  }

  .text-clip {
    background-image: url('../images/universe.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/universe.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 50%, 0px 0px;
    font-size: 30vw;
    line-height: 0.9;
    font-weight: 600;
    text-align: center;
    letter-spacing: -3px;
  }

  .bold-text-22 {
    font-size: 6vw;
  }

  .text-span-59 {
    color: #fd612f;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
  }

  .text-span-60 {
    color: #fd612f;
  }

  .sub-header-wrap {
    display: none;
    width: auto;
  }

  .form-col-ful {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .paragraph-2 {
    width: auto;
  }

  .sec-bk {
    margin-right: auto;
    margin-left: auto;
  }

  .contact-info-wrapper {
    display: none;
  }

  .input-field {
    border-style: solid;
    border-color: #e4e5e9;
    box-shadow: none;
  }

  .input-field:focus {
    border-width: 1px;
    border-color: #00ae42;
    box-shadow: none;
  }

  .header-featured-wrap {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .header-featured-wrap.contact {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: auto;
    width: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .big-container {
    position: static;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .subhead-container {
    margin-top: 200px;
  }

  .row-1-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field {
    margin-right: 0px;
    margin-left: 0px;
  }

  .row-2-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-button {
    width: 100%;
  }

  .sub-heading-text {
    width: auto;
    font-size: 3rem;
    line-height: 3rem;
  }

  .sub-heading-text.contact {
    width: 360px;
    height: 108px;
    margin-top: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .paragraph-8 {
    margin-bottom: 30px;
  }

  .contact-us-wrapper {
    position: static;
    left: 10px;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .sub-header-img.contact-us {
    position: static;
    width: 80vw;
    margin-top: 334px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -o-object-fit: none;
    object-fit: none;
  }

  .form-block {
    width: 70vw;
    max-width: 290vh;
  }

  .columns {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-22 {
    width: 80vw;
    margin-bottom: auto;
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-89 {
    display: none;
  }

  .form-4 {
    position: static;
    display: block;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }

  .column-5 {
    margin-right: auto;
    margin-left: auto;
  }

  .component-wrap-copy {
    width: 100%;
    margin-top: 51px;
    margin-bottom: auto;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid_hidden {
    width: auto;
    margin-top: auto;
    margin-bottom: 40px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    border-style: solid;
    border-width: 0.2px;
    border-color: #ccb7b7;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: -4px 5px 9px 2px #ddd, 1px 6px 9px 2px #ddd;
    opacity: 1;
  }

  .grid1 {
    display: none;
    width: auto;
    margin-top: auto;
    margin-bottom: 40px;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    border-style: solid;
    border-width: 0px;
    border-color: #e6e6e6;
    border-radius: 5px 5px 10px 10px;
    background-color: #fff;
    box-shadow: 1px 4px 11px 0 #ddd;
    opacity: 1;
  }

  .pricing1_item {
    display: block;
    width: auto;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0rem 10px 0.25rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #ebe7e7;
    border-radius: 0.6rem;
    background-color: #fff;
    box-shadow: 1px 4px 1.3rem -14px #666;
  }

  .pricing1_item.is-special {
    margin-top: 20px;
  }

  .pricing-feature-text {
    font-size: 3vw;
    line-height: 12px;
    text-align: left;
  }

  .pricing1_component {
    width: 100%;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
  }

  .pricing1_price {
    font-size: 4vw;
    line-height: 20px;
  }

  .pricing-billing-cycle {
    font-size: 0.75rem;
    font-weight: 700;
  }

  .pricing1_title {
    color: rgba(0, 0, 0, 0.49);
    font-size: 4vw;
    font-weight: 500;
  }

  .button {
    padding: 0.5rem 1rem;
  }

  .heading-23 {
    height: auto;
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
  }

  .component-wrap-copy-copy {
    width: 100%;
    margin-top: 28px;
    margin-bottom: auto;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .heading-16-copy {
    color: #5a5856;
  }

  .submit_order {
    max-width: 33.573%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    border-color: #ff3e00;
    color: #ff3e00;
    font-size: 11px;
  }

  .comp-pane-copy.right {
    width: 90%;
    margin: 10px 0px 35px;
    padding: 10px 10px 30px;
  }

  .heading-4-copy {
    padding-bottom: 10px;
  }

  .heading-4-copy.footer {
    display: none;
    background-color: transparent;
    color: #fffaf5;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }

  .wincard.right {
    width: 90%;
    margin: 10px 0px 35px;
    padding: 10px 10px 30px;
  }

  .section-8---pricing {
    position: static;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .benefit-content {
    font-family: Steradian, sans-serif;
    font-size: 16px;
    line-height: 25px;
  }

  .benefit-img-block-2 {
    margin-bottom: 10px;
  }

  .section-7---btob {
    padding-top: 60px;
  }

  .benefit-content-sub-2 {
    font-family: Steradian, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .benefit-grid.grid2-mobile {
    box-shadow: -4px 4px 9px -8px #e4e4e4, 5px 3px 9px -8px #e4e4e4;
  }

  .benefit-grid.grid1-mobile {
    margin-left: auto;
    box-shadow: -4px 5px 9px -8px #e4e4e4, 5px 3px 9px -8px #e4e4e4;
  }

  .benefit-grid.grid-3-mobile {
    box-shadow: -5px 3px 9px -8px #e4e4e4, 5px 3px 9px -8px #e4e4e4;
  }

  .text-block-90 {
    margin-bottom: auto;
  }

  .video-blog-block {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-6 {
    overflow: scroll;
  }

  .cc-junbo-h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .image-5 {
    overflow: scroll;
  }

  .blog-block {
    top: -19px;
    right: auto;
    margin: 13px 0px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading {
    font-size: 20px;
    font-style: normal;
  }

  .image-4 {
    overflow: scroll;
  }

  .hero-section {
    margin-top: 0px;
  }

  .device {
    overflow: hidden;
  }

  .video-blog-wrap {
    margin-top: 5vh;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .video-mock-up {
    width: 350px;
    height: 430px;
  }

  .active-blog {
    width: 104%;
    height: 103%;
    border-radius: 10px;
  }

  .lottie-animation {
    left: 97px;
    top: 242px;
    width: 40%;
  }

  .heading-24 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Steradian, sans-serif;
    font-size: 16px;
  }

  .rotate-wrap {
    height: 70px;
  }

  .rotatingtext {
    font-size: 24px;
    line-height: 70px;
  }

  .heading-25 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Steradian, sans-serif;
    font-size: 16px;
  }

  .heading-26 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Steradian, sans-serif;
    font-size: 16px;
  }

  .upsale_columns {
    display: block;
    width: 97%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .pricing1_item-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing1_item-copy {
    width: auto;
    margin-bottom: 37px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-span-63 {
    font-size: 8vw;
  }

  .upsale_1 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pricing1_item-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pricing1_item-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hilighted-words-copy {
    font-size: 7vw;
  }

  .c-nav_menu-links {
    margin-left: 0px;
    background-color: #000;
  }

  .c-nav {
    z-index: 999;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 1em;
    padding-right: 6vw;
    padding-left: 6vw;
    background-image: none;
  }

  .c-nav_menu-scroll {
    padding-right: 6vw;
    padding-left: 6vw;
    background-color: #000;
  }

  .c-nav_hamburger {
    background-color: transparent;
  }

  .bbb-text-2 {
    font-size: 1.3em;
  }

  .bbb-text-4 {
    font-size: 1.1em;
  }

  .bbb-text-7 {
    font-size: 0.8em;
  }

  .product_order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .bbb-text-1-1 {
    font-size: 1.2em;
  }

  .bbb-text-1-2 {
    font-size: 2em;
  }

  .bbb-text-1 {
    font-size: 1.3em;
  }

  .bbb-wrap-5 {
    padding-top: 2em;
    padding-left: 0em;
  }

  .bbb-wrap-5.two {
    border-right-width: 0px;
    border-bottom-width: 1px;
  }

  .bbb-icon-1 {
    height: 1.5em;
  }

  .bbb-wrap-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bbb-button-2 {
    font-size: 1.3em;
  }

  .bbb-pic-1 {
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .bbb-text-1-3 {
    font-size: 1.3em;
  }

  .bbb-search-1 {
    width: auto;
  }

  .bbb-wrap-1-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bbb-link-1 {
    font-size: 1.3em;
  }

  .bbb-text-9 {
    font-size: 2em;
  }

  .bbb-wrap-4 {
    padding-right: 0em;
    border-right-width: 0px;
  }

  .bbb-wrap-1-6 {
    width: 10em;
    height: 2.6em;
  }

  .bbb-text-8 {
    font-size: 1.2em;
  }

  .bbb-wrap-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bbb-text-5 {
    font-size: 1.1em;
  }

  .bbb-imput-1 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.3em;
  }

  .bbb-icon-3 {
    height: 0.9em;
  }

  .bbb-decor-6 {
    top: 2em;
    right: 2em;
    width: 4em;
    height: 4em;
  }

  .bbb-text-6 {
    padding-bottom: 10px;
    text-align: left;
  }

  .bbb-section-1 {
    font-size: 2.5vw;
  }

  .upsale-accroche {
    font-size: 26px;
  }

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

  .background-video-2 {
    left: 11px;
    top: 7.8056px;
    width: 81%;
    height: 78%;
  }

  .container-20 {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .container-20.is--hero {
    margin-top: auto;
    padding-top: 0em;
    padding-bottom: 0em;
    padding-left: 4em;
  }

  .phone_wrap {
    width: 63vw;
    margin-top: -4.5em;
  }

  .phone_shadow {
    left: 11%;
    top: 10%;
    width: 100%;
    height: 90%;
    margin-top: -39px;
    margin-right: auto;
  }

  .phone-3 {
    margin-top: -41px;
  }

  .hero-triggers {
    padding-top: 0vh;
  }

  .phone_case-2 {
    width: 90%;
    height: 82%;
  }

  .phone_card-3 {
    left: -21%;
    width: 90%;
    margin-top: -10px;
  }

  .container-small.text-align-center {
    margin-bottom: 35px;
  }

  .typed-text {
    font-size: 1.6rem;
  }

  .typed-text.gradient {
    height: auto;
    min-height: 50px;
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 9vw;
  }

  .heading-60px {
    font-size: 1.6rem;
  }

  .heading-60px.gradient {
    margin-top: 0px;
    padding-top: 0px;
    background-color: transparent;
    background-image: none;
    color: #fff;
    font-size: 10vw;
    font-weight: 500;
  }

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

  .margin-vertical.margin-medium {
    margin-top: 60px;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-white {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .button-white_text {
    font-size: 0.8rem;
  }

  .text-size-medium {
    margin-bottom: 0px;
    color: #666;
    font-size: 1rem;
  }

  .header_section_typedjs {
    margin-bottom: auto;
  }

  .page-padding-copy {
    padding-bottom: 0px;
  }

  .section-1---hero {
    height: 800px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .cta_hero_section {
    display: block;
    width: 10em;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0.9em;
  }

  .text-span-65 {
    font-size: 14px;
  }

  .paragraph-10 {
    font-size: 14px;
    text-align: center;
  }

  .lottie-animation-copy {
    left: 132px;
    top: 259px;
    bottom: 8px;
    width: 40%;
    height: 100px;
  }

  .cta_white.navbar {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .cta_white.surrounded-white.w--current {
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .cta_black {
    font-size: 16px;
  }

  .cta_surrounded {
    margin-top: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 14px;
  }

  .bbb-text-1-3-copy {
    padding-bottom: 9px;
    font-size: 1.3em;
    text-align: left;
  }

  .title_1 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .menu-dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo_wincard {
    width: 80px;
  }

  .upsale_11 {
    margin-right: auto;
    margin-left: auto;
  }

  .upsale_22 {
    margin-right: auto;
    margin-left: auto;
  }

  .item {
    margin: 50px auto 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .breadcrumbs {
    display: none;
  }

  .column-product-photo {
    height: 60vh;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-title {
    margin-right: 0px;
    margin-left: 0px;
  }

  .column-product-info {
    height: auto;
    min-height: auto;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-tabs {
    display: block;
  }

  .shippinh {
    margin-top: 0px;
  }

  .shipping-text {
    margin-left: 7px;
  }

  .slide-1 {
    background-size: 250px;
  }

  .add-to-bag {
    display: block;
  }

  .extra-info-mobile {
    display: block;
  }

  .slider-3 {
    width: 100%;
    height: 60vh;
    padding-top: 0px;
  }

  .wishlist {
    display: block;
  }

  .section-22 {
    margin-bottom: 40px;
  }

  .submit_order-copy {
    max-width: 33.573%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    border-color: #ff3e00;
    color: #ff3e00;
    font-size: 11px;
  }

  .form-copy {
    margin-top: 0px;
  }

  .producttitle {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
  }

  .bbb-text-6-copy {
    margin-bottom: 0em;
    padding-bottom: 10px;
    font-size: 13px;
    text-align: left;
  }

  .product-price {
    margin-top: 18px;
    margin-bottom: 0em;
    font-size: 1.3em;
  }

  .produit_avantage {
    font-size: 14px;
  }

  .starproduct {
    height: 1em;
  }

  .cta-btn-black {
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 4vw;
    line-height: 16px;
  }

  .image-57 {
    -webkit-filter: contrast(200%);
    filter: contrast(200%);
  }

  .right-arrow {
    bottom: 42px;
  }

  .left-arrow {
    bottom: 42px;
  }

  .shipping-text-copy {
    margin-left: auto;
  }

  .bbb-icon-3-copy {
    height: 0.9em;
  }

  .two_columns_product {
    margin-top: 10px;
  }

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

  .bbb-text-9-copy {
    margin-top: 20px;
    margin-bottom: 0em;
    font-size: 2.5em;
    text-align: center;
  }

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

  .embed {
    line-height: 1;
  }

  .page-subtitle {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .h-after {
    font-size: 30px;
  }

  .icon-btn {
    padding-top: 12px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .h1 {
    font-size: 26px;
  }

  .div-block-18-copy {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .trading-tab-link {
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }

  .trading-tab-link.w--current {
    text-align: center;
  }

  .text-block-91 {
    font-size: 18px;
  }

  .youtube {
    width: auto;
    max-width: none;
    min-width: 370px;
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 40px;
    padding-left: 0px;
  }

  .social-wrapper {
    margin-top: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .social-link {
    margin-right: 5px;
    margin-left: 5px;
  }

  .footer-legal-link {
    margin-right: 15px;
    margin-left: 0px;
  }

  .footer-bottom-wrapper {
    margin-top: 0px;
    padding-top: 20px;
  }

  .image_social_link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .bbb-wrap-1-2-copy {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-wrap-copy {
    position: static;
    top: 0px;
    margin-top: 30px;
    margin-bottom: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .paragraph-11 {
    color: #fff;
    font-size: 0.8rem;
    white-space: normal;
  }

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

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

  .bottom-cookie-wrapper {
    position: fixed;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-top: 25px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .white-x {
    position: relative;
    left: 138px;
    text-align: left;
  }

  .cookie-content.bottom-banner-content {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bbb-icon-3-copy {
    height: 0.9em;
  }

  .bbb-icon-3-copy {
    height: 0.9em;
  }

  .bbb-icon-3-copy {
    height: 0.9em;
  }

  .heading-28 {
    font-size: 35px;
    text-align: center;
  }

  .headingh1-copy {
    min-width: auto;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
  }

  .headingh1-copy.left {
    line-height: 40px;
    text-align: left;
  }

  .headingh1-copy.whitecolor {
    padding-top: 20px;
    color: #fff;
    font-size: 31px;
    text-align: center;
  }

  .headingh1-copy.whitecolor.left {
    text-align: left;
  }

  .grid-4 {
    width: 100%;
    border-radius: 0px;
  }

  .acordeon-2-copy {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-2-copy {
    margin-left: 5px;
  }

  .paragraph-5-copy {
    width: auto;
  }

  .text-block-97 {
    font-size: 12px;
  }

  .lottie-animation-copy-copy {
    left: 66px;
    top: 565px;
    bottom: 8px;
    width: 40%;
    height: 100px;
  }

  .text-span-68 {
    text-decoration: line-through;
  }

  .notes-undertext-price {
    text-align: left;
  }

  .text-span-69 {
    color: #0082f3;
  }

  .text-span-72 {
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
  }

  .bbb-wrap-1-2-copy {
    margin-top: 0px;
    margin-bottom: 0.5em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bbb-wrap-1-2-copy {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .notes-undertext-price-copy {
    text-align: left;
  }

  .cta-btn-1 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #000;
    color: #000;
    text-decoration: none;
  }

  .cta-btn-black-home {
    margin: 40px;
    font-size: 4vw;
    line-height: 16px;
  }

  .div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-span-74 {
    color: #727272;
  }

  .paragraph-12 {
    margin-top: 16px;
    text-align: center;
  }

  .text-block-99 {
    position: relative;
    top: -13px;
    font-size: 0.6rem;
    line-height: 1;
    font-style: italic;
    font-weight: 300;
    text-align: center;
  }

  .paragraph_legal-copy {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Steradian, sans-serif;
    font-size: 14px;
  }

  .slide-7 {
    background-image: url('../images/PhotoRoom_20220705_230335.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .slide-8 {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .slide-9 {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: repeat-x;
    background-attachment: fixed;
  }

  .slide-1-copy {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: repeat-x;
    background-attachment: fixed;
  }

  .slide-5-copy {
    background-image: url('../images/PhotoRoom_20220706_013536.jpg');
    background-position: 50% 50%;
    background-size: 32rem;
    background-repeat: repeat;
    background-attachment: fixed;
  }

  .subheader_text-copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 23px;
  }

  .subheader_text-copy.whitecolor {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-section-copy {
    min-width: auto;
    margin-bottom: 58px;
    font-size: 35px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
  }

  .heading-section-copy.left {
    line-height: 40px;
    text-align: left;
  }

  .heading-section-copy.whitecolor {
    color: #fff;
    text-align: center;
  }

  .heading-section-copy.whitecolor.left {
    padding-top: 10px;
    font-size: 35px;
    text-align: left;
  }
}

#w-node-_204f573f-f5cc-fa2f-d35e-a7d7d1223cff-3c6af930 {
  -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-e9a71797-b5f1-a600-20c7-cc0dfd61ab4f-3c6af930 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6d8d3a13-5233-2805-c544-e731ae66e2bf-ae66e2b2 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6d8d3a13-5233-2805-c544-e731ae66e2b6-ae66e2b2 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_42ebbb67-7feb-63d4-3470-19eff996e7d0-ae66e2b2 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a4965ca7-6bcb-a277-6f8c-053dde9f8ae5-8b6af936 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a4965ca7-6bcb-a277-6f8c-053dde9f8ae7-8b6af936 {
  -ms-grid-row-align: center;
  align-self: center;
  -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-node-ac9063a6-8411-8054-b214-7354b025fb7b-8b6af936 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_69691a69-9dda-2dba-5326-de66aa251de4-8b6af936 {
  -ms-grid-row-align: center;
  align-self: center;
  -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-_3f921a7f-1f45-c6ef-cfa9-71b53d336ff9-8b6af936 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_14a2db4b-d1c3-2daa-1785-a51c42ced636-8b6af936 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cc62f293-060a-6b41-2989-a2901a87fa33-8b6af936 {
  -ms-grid-row-align: auto;
  align-self: auto;
  -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-node-cc62f293-060a-6b41-2989-a2901a87fa35-8b6af936 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cc62f293-060a-6b41-2989-a2901a87fa49-8b6af936 {
  -ms-grid-row-align: auto;
  align-self: auto;
  -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-node-cc62f293-060a-6b41-2989-a2901a87fa4b-8b6af936 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_72e22da0-e638-a75d-6975-1248931805a2-8b6af936 {
  -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-_83bca7b6-3441-cd99-cca8-08a2f725a8c5-8b6af936 {
  -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-_83bca7b6-3441-cd99-cca8-08a2f725a8f3-8b6af936 {
  -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-_83bca7b6-3441-cd99-cca8-08a2f725a920-8b6af936 {
  -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-_18ffdb6e-a2e6-0107-a820-45e4ae65509d-316af93a {
  -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-c73ea6e2-8714-c2d5-a13b-c3fb120775e0-316af93a {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_34f8e564-7819-8526-271f-78c266a0c8f2-456af93b {
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d7c139f3-a34b-e76b-288d-b3f677bd4b95-c06af93f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d7c139f3-a34b-e76b-288d-b3f677bd4b98-c06af93f {
  -ms-grid-row-align: center;
  align-self: center;
  -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-node-_0075c302-39ac-42bc-c508-6f5f10f3003d-c06af93f {
  -ms-grid-row-align: auto;
  align-self: auto;
  -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-node-_0075c302-39ac-42bc-c508-6f5f10f3003f-c06af93f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_04add05f-6f07-2314-6778-62ef5731e75e-c06af93f {
  -ms-grid-row-align: auto;
  align-self: auto;
  -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-node-_04add05f-6f07-2314-6778-62ef5731e760-c06af93f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b9508216-26f9-4dab-599d-e61f12b70946-c06af93f {
  -ms-grid-row-align: auto;
  align-self: auto;
  -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-node-b9508216-26f9-4dab-599d-e61f12b70948-c06af93f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fd0888b8-ed2d-b838-85a8-99f2df0873b1-c06af93f {
  -ms-grid-row-align: auto;
  align-self: auto;
  -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-node-fd0888b8-ed2d-b838-85a8-99f2df0873b3-c06af93f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8e750bcc-9e36-ab6c-bba4-96102fceab1c-c06af93f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ff990f80-634e-ed52-a425-00ddec87c26f-c06af93f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_537db829-7e26-3c48-5f33-3a7db3892a9f-c06af93f {
  -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-_537db829-7e26-3c48-5f33-3a7db3892aa1-c06af93f {
  -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-_537db829-7e26-3c48-5f33-3a7db3892aa9-c06af93f {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_537db829-7e26-3c48-5f33-3a7db3892aaa-c06af93f {
  -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: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_537db829-7e26-3c48-5f33-3a7db3892aab-c06af93f {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-e5628e99-5674-da28-730a-90fecb7dc10b-c06af93f {
  -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-_660c4898-15ef-9fc6-1572-0cabb9618a01-c06af93f {
  -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-_58820cad-2b9d-51ea-db4e-ef69d63a5759-626af942 {
  -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;
}

@media screen and (min-width: 1920px) {
  #w-node-_6d8d3a13-5233-2805-c544-e731ae66e2bf-ae66e2b2 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_1d2e2595-fe7e-c862-4e1c-3bcad3ea9d4c-1e6af939 {
    -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;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a4965ca7-6bcb-a277-6f8c-053dde9f8ae5-8b6af936 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-a4965ca7-6bcb-a277-6f8c-053dde9f8ae7-8b6af936 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ac9063a6-8411-8054-b214-7354b025fb7b-8b6af936 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_69691a69-9dda-2dba-5326-de66aa251de4-8b6af936 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_3f921a7f-1f45-c6ef-cfa9-71b53d336ff9-8b6af936 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_14a2db4b-d1c3-2daa-1785-a51c42ced636-8b6af936 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-cc62f293-060a-6b41-2989-a2901a87fa33-8b6af936 {
    -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-node-cc62f293-060a-6b41-2989-a2901a87fa35-8b6af936 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-cc62f293-060a-6b41-2989-a2901a87fa49-8b6af936 {
    -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-node-cc62f293-060a-6b41-2989-a2901a87fa4b-8b6af936 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-d7c139f3-a34b-e76b-288d-b3f677bd4b95-c06af93f {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-d7c139f3-a34b-e76b-288d-b3f677bd4b98-c06af93f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_0075c302-39ac-42bc-c508-6f5f10f3003d-c06af93f {
    -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-node-_0075c302-39ac-42bc-c508-6f5f10f3003f-c06af93f {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_04add05f-6f07-2314-6778-62ef5731e75e-c06af93f {
    -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-node-_04add05f-6f07-2314-6778-62ef5731e760-c06af93f {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-b9508216-26f9-4dab-599d-e61f12b70946-c06af93f {
    -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-node-b9508216-26f9-4dab-599d-e61f12b70948-c06af93f {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-fd0888b8-ed2d-b838-85a8-99f2df0873b1-c06af93f {
    -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-node-fd0888b8-ed2d-b838-85a8-99f2df0873b3-c06af93f {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_8e750bcc-9e36-ab6c-bba4-96102fceab1c-c06af93f {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ff990f80-634e-ed52-a425-00ddec87c26f-c06af93f {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_537db829-7e26-3c48-5f33-3a7db3892aaa-c06af93f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_537db829-7e26-3c48-5f33-3a7db3892aab-c06af93f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_81d50e12-a23f-d6ef-172b-a7eec6787ade-3c6af930 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_537db829-7e26-3c48-5f33-3a7db3892aaa-c06af93f {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_537db829-7e26-3c48-5f33-3a7db3892aab-c06af93f {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_660c4898-15ef-9fc6-1572-0cabb96189bc-c06af93f {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_660c4898-15ef-9fc6-1572-0cabb96189bf-c06af93f {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_45a86b47-27b3-8e29-f999-dea5a48f634b-ae66e2b2 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_6d8d3a13-5233-2805-c544-e731ae66e2bf-ae66e2b2 {
    -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-_6d8d3a13-5233-2805-c544-e731ae66e2b6-ae66e2b2 {
    -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-_42ebbb67-7feb-63d4-3470-19eff996e7d0-ae66e2b2 {
    -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-a4965ca7-6bcb-a277-6f8c-053dde9f8ae5-8b6af936 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ac9063a6-8411-8054-b214-7354b025fb7b-8b6af936 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_69691a69-9dda-2dba-5326-de66aa251de4-8b6af936 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3f921a7f-1f45-c6ef-cfa9-71b53d336ff9-8b6af936 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_14a2db4b-d1c3-2daa-1785-a51c42ced636-8b6af936 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_72e22da0-e638-a75d-6975-1248931805a1-8b6af936 {
    -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-_72e22da0-e638-a75d-6975-1248931805a2-8b6af936 {
    -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-c73ea6e2-8714-c2d5-a13b-c3fb120775e0-316af93a {
    -ms-grid-row-align: auto;
    align-self: auto;
    -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-_34f8e564-7819-8526-271f-78c266a0c8f2-456af93b {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_537db829-7e26-3c48-5f33-3a7db3892aab-c06af93f {
    -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: 'Steradian';
  src: url('../fonts/Steradian-ExtraLight-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Steradian';
  src: url('../fonts/Steradian-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}