a {
  color: #fff;
  text-decoration: underline;
}

.title1 {
  margin-top: 0px;
  color: #fff;
  line-height: 46px;
}

.section {
  width: 100%;
 height:100%;
}

.section.fp-auto-height {
  height: auto;
  background-color: #212121;
}

.section.final-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Hero-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hero-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.hide {
  display: none;
}

.background-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.background-wrapper.color3 {
  background-color: #03a9f4;
}

.background-wrapper.color2 {
  background-color: #eb713d;
}

.background-wrapper.color1 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1cad80;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Hero-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hero-image.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.background-wrapper.color4 {
  background-color: #e91e63;
}

.background-wrapper.grey {
  background-color: #f7f7f7;
}

.background-wrapper.flex-hor {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.title2 {
  color: #fff;
  text-align: center;
}

.centre-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #ddd;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.paragraph1 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.fp-wrapper {
  width: 100%;
  height: 100%;
}

.paragraph2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.body {
  height: 100%;
  font-family: Poppins, sans-serif;
}

.content-wrapper {
  min-width: 60%;
  padding-right: 48px;
  text-align: left;
}

.content-wrapper.right-align {
  padding-right: 0px;
  padding-left: 48px;
  text-align: right;
}

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

.flex-container.vert {
  -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;
}

.image-wrapper {
  position: relative;
  min-width: 40%;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
}

.image {
  border-radius: 4px;
  box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.2);
}

.image-left {
  border-radius: 4px;
  box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.2);
}

.image-right {
  border-radius: 4px;
  box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.2);
}

.image-frame-right {
  position: absolute;
  left: 20px;
  top: 20px;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  border: 6px solid #fff;
  border-radius: 4px;
}

.image-frame-left {
  position: absolute;
  left: -20px;
  top: 20px;
  right: 20px;
  bottom: -20px;
  z-index: -1;
  border: 6px solid #fff;
  border-radius: 4px;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-height: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #212121;
  color: #fff;
}

.nav-link {
  color: #fff;
}

.brand-link {
  display: inline-block;
  height: 60px;
  padding-right: 8px;
  padding-left: 8px;
  float: none;
}

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

.h3 {
  color: #fff;
}

.h3.center.white.m-bot-40 {
  color: #fff;
}

.h3.m-30-30 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}

.big-title {
  margin-bottom: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  font-weight: 600;
  text-align: center;
}

.big-title.center.white.m-bot-40 {
  color: #fff;
}

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

.section-2.hero {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Hero-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Hero-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.block-flex-horizontal {
  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;
}

.block-flex-horizontal.m-bot-60 {
  margin-top: 20px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 70px;
  padding: 15px 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;
  border-radius: 100px;
  background-color: #fcdb24;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #303030;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

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

.button.m-right-10 {
  margin-right: 10px;
  padding: 0px 37px;
}

.button.bordered {
  width: auto;
  margin-left: 10px;
  padding: 24px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.bordered:hover {
  border-color: #fbbe01;
}

.button.small {
  height: 50px;
  padding: 14px 38px;
  font-size: 16px;
}

.button.small.blue-btn {
  color: #fff;
}

.button.white-btn {
  width: auto;
  padding: 25px 31px 23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.button.m-right-10 {
  width: auto;
  margin-right: 10px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button.green-btn {
  background-color: #31a952;
  color: #fff;
}

.button.centered {
  margin-right: auto;
  margin-left: auto;
}

.h3-2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.h1 {
  font-size: 48px;
  line-height: 66px;
  text-align: center;
}

.h1.m-bot-40 {
  font-weight: 600;
}

.icon-100 {
  height: 100px;
}

.text-16 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

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

.m-bot-40 {
  margin-bottom: 40px;
}

.h3-3 {
  font-weight: 600;
}

.h3-3.m-bot-20.green {
  margin-top: 20px;
  margin-bottom: 20px;
}

.h3-3.center {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

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

.div-block.m-top-40 {
  padding: 0px;
  border-radius: 10px;
  box-shadow: none;
}

.icon-60 {
  height: 60px;
}

.h1-2 {
  font-size: 48px;
  line-height: 66px;
  font-weight: 600;
}

.h1-2.m-bot-40.bold {
  font-weight: 600;
}

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

.h1-2.center.bold.m-bot-40 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 60px;
}

.h1-2.white {
  color: #fff;
}

.h1-2.white.bold.m-bot-40 {
  -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;
}

.div-block-2 {
  width: 1px;
  background-color: #e8e8e8;
}

.big-number {
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
}

.big-number.orange {
  color: #fbbe01;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
}

.big-number.green {
  color: #31a952;
  font-size: 48px;
  line-height: 48px;
}

.big-number.blue {
  font-size: 48px;
  line-height: 48px;
}

.big-number.red {
  color: #eb4132;
  font-size: 48px;
  line-height: 48px;
}

.text-18 {
  font-size: 18px;
  line-height: 30px;
}

.text-18.m-bot-20 {
  margin-bottom: 10px;
}

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

.text-18.m-bot-40-40 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

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

.right-arr {
  height: 40px;
}

.left-arr {
  height: 40px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slide-nav {
  display: none;
}

.image-2 {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.tab-link-tab-2 {
  width: 250px;
  padding-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 2px solid #dedede;
  background-color: transparent;
  font-size: 18px;
}

.tab-link-tab-2.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-color: #31a952;
  background-color: transparent;
}

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

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

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

.lightbox-link {
  width: 100%;
}

.slider {
  background-color: transparent;
}

.card-item-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.card-item-25:hover {
  background-color: #f9fcfe;
}

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

.image-3 {
  height: 14px;
  margin-right: 10px;
}

.plan-card {
  padding: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #4086f4;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.plan-card:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.plan-card.blue {
  background-color: #4086f4;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.plan-card.blue:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.text-19 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
}

.text-19.center.m-bot-20 {
  line-height: 18px;
}

.text-19.white {
  color: #fff;
}

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

.feature-block.m-bot-10 {
  margin-bottom: 0px;
}

.feature-block.o-0 {
  opacity: 0;
}

.button-copy {
  height: 50px;
  margin-top: 20px;
  padding: 15px 29px;
  border-radius: 100px;
  background-color: #4086f4;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.button-copy.m-right-10 {
  margin-right: 10px;
}

.button-copy.bordered {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button-copy.small {
  height: 50px;
  padding: 14px 38px;
  font-size: 16px;
}

.button-copy.small.blue-btn {
  color: #fff;
}

.button-copy.white {
  background-color: #fff;
  color: #4086f4;
}

.big-number-copy {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 56px;
  line-height: 56px;
}

.big-number-copy.white {
  color: #fff;
}

.tarif-title {
  font-size: 18px;
  line-height: 24px;
}

.tarif-title {
  margin-top: 0px;
  font-size: 20px;
}

.tarif-title.white {
  color: #fff;
}

.text-24 {
  font-size: 24px;
  line-height: 34px;
}

.text-24.white {
  color: #fff;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.div-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 700px;
  padding: 60px;
  -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;
}

.div-50.bg-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #4086f4;
}

.div-50.bg-green {
  height: auto;
  background-color: #31a952;
}

.div-50.bg-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bold-text {
  color: #fff;
}

.text-field {
  height: 60px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.text-area {
  min-height: 60px;
  margin-bottom: 15px;
  border-radius: 4px;
}

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

.h2.white {
  font-weight: 600;
}

.form-block {
  width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
}

.form-block.m-top-40 {
  width: 700px;
  margin-top: 40px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
}

.field-label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-block:hover {
  background-color: #373546;
}

.div-block-5 {
  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;
}

.div-block-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-7.m-right-5 {
  margin-right: 10px;
}

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

.submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 80px;
  -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: 2px;
  background-color: #f9d8af;
  box-shadow: 0 6px 0 -1px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  box-shadow: none;
  -webkit-transform: translate(0px, 6px);
  -ms-transform: translate(0px, 6px);
  transform: translate(0px, 6px);
}

.submit-button.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 48px;
  -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: 2px;
  background-color: #f9d8af;
  background-image: none;
  box-shadow: none;
}

.link-3 {
  color: #b6b6b6;
}

.text-52 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 30px;
}

.text-52.m-bot-40 {
  margin-bottom: 40px;
}

.text-52.m-bot-40.center {
  color: #fff;
  text-align: center;
}

.form-block-2 {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-70.stop {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-43 {
  display: block;
  height: 30px;
  margin: 0px 0px 10px auto;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.image-43:hover {
  opacity: 0.6;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal-audit {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 90000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(49, 169, 82, 0.9);
}

.div-block-91 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 410px;
  margin-top: 20px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.08);
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b6b6b6;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
}

.modal-close-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9000;
  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;
  background-color: transparent;
}

.checkbox-2 {
  margin-top: 0px;
  margin-right: 10px;
}

.field-label-3 {
  margin-bottom: 0px;
  text-transform: none;
}

.modal-wrapper {
  position: fixed;
  z-index: 9001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 410px;
  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-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.input-phone-rest {
  width: 320px;
  height: 80px;
  padding-left: 60px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: transparent transparent rgba(249, 216, 175, 0.1);
  background-color: transparent;
  background-image: url('../images/call.svg');
  background-position: 0% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 18px;
  text-align: left;
}

.input-phone-rest.name {
  background-image: url('../images/user-1.svg');
}

.paragraph-29 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.green {
  color: #31a952;
}

.red {
  color: #eb4132;
}

.blue {
  color: #4086f4;
}

.orange {
  color: #fbbe01;
}

.form-text {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.text-area-copy {
  min-height: 100px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.white {
  color: #fff;
}

.div-block-2-copy {
  width: 1px;
  background-color: #e8e8e8;
}

.plan-card-copy {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #4086f4;
  border-radius: 10px;
}

.plan-card-copy.blue {
  background-color: #4086f4;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.mobile-body {
  display: none;
}

.section-copy {
  width: 100%;
  height: 100%;
}

.section-copy.fp-auto-height {
  height: auto;
  background-color: #212121;
}

.section-copy.final-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Hero-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hero-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.modal-forecast {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 90000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(49, 169, 82, 0.9);
}

.modal-managment {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 90000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(49, 169, 82, 0.9);
}

.div-block-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.button-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 70px;
  margin-left: 10px;
  padding: 15px 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #fff;
  color: #303030;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.button-white.m-right-10 {
  margin-right: 10px;
  padding: 0px 37px;
}

.button-white.bordered {
  width: auto;
  margin-left: 10px;
  padding: 24px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button-white.small {
  height: 50px;
  padding: 14px 38px;
  font-size: 16px;
}

.button-white.small.blue-btn {
  color: #fff;
}

.button-white.white-btn {
  width: auto;
  padding: 25px 31px 23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.button-white.m-right-10 {
  width: auto;
  margin-right: 10px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-white.green-btn {
  background-color: #31a952;
  color: #fff;
}

.image-45 {
  height: 281px;
}

.h1-2-copy {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.h1-2-copy.m-bot-40.bold {
  font-weight: 600;
}

.h1-2-copy.center {
  text-align: center;
}

.h1-2-copy.center.bold.m-bot-40 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 60px;
}

.h1-2-copy.white {
  color: #fff;
}

.h1-2-copy.white.bold.m-bot-40 {
  -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-copy {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 66px;
  font-weight: 600;
  text-align: left;
}

.h1-copy.m-bot-40 {
  font-weight: 600;
}

.text-span {
  color: #4086f4;
}

.text-span-2 {
  color: #eb4132;
}

.text-span-3 {
  color: #fbbe01;
}

.image-46 {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-start {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 90000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(49, 169, 82, 0.9);
}

.big-number-copy-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 56px;
}

.big-number-copy-copy.white {
  color: #fff;
}

.section-copy {
  width: 100%;
  height: 100%;
}

.section-copy.fp-auto-height {
  height: auto;
  background-color: #212121;
}

.section-copy.final-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Hero-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hero-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-empty {
  width: 100%;
  height: 100%;
}

.section-empty.fp-auto-height {
  height: auto;
  background-color: #212121;
}

.section-empty.final-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Hero-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hero-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-copy-copy {
  width: 100%;
  height: 100%;
}

.section-copy-copy.fp-auto-height {
  height: auto;
  background-color: #212121;
}

.section-copy-copy.final-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Hero-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hero-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Hero-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hero-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.h1-thank {
  color: #fff;
  font-size: 48px;
  line-height: 66px;
  text-align: center;
}

.h1-thank.m-bot-40 {
  font-weight: 600;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -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: rgba(0, 0, 0, 0.55);
}

.text-19-copy {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
}

.text-19-copy.center.m-bot-20 {
  line-height: 18px;
}

.text-19-copy.white {
  color: #fff;
}

.section-copy {
  width: 100%;
  height: 100%;
}

.section-copy.fp-auto-height {
  height: auto;
  background-color: #212121;
}

.section-copy.final-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Hero-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hero-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

.section-copy-copy {
  width: 100%;
  height: 100%;
}

.section-copy-copy.fp-auto-height {
  height: auto;
  background-color: #212121;
}

.section-copy-copy.final-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Hero-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hero-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

@media screen and (max-width: 991px) {
    
 

  .section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.mob {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .background-wrapper.color3 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .background-wrapper.color2 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .background-wrapper.color1 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .background-wrapper.color4 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .fp-wrapper {
    display: none;
  }
  .h3.m-30-30 {
    font-size: 18px;
    text-align: center;
  }
  .big-title {
    font-size: 36px;
    line-height: 40px;
  }
  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .button.bordered {
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .button.white-btn {
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .button.m-right-10 {
    height: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .h3-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .icon-100.m-bot-20 {
    height: 60px;
  }
  .text-16 {
    font-size: 12px;
    line-height: 18px;
  }
  .h3-3.m-bot-20.green {
    margin-top: 0px;
  }
  .h3-3.bold.m-bot-20 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 36px;
  }
  .h1-2.m-bot-40.bold {
    margin-top: 0px;
    font-size: 24px;
    line-height: 36px;
  }
  .h1-2.center {
    font-size: 36px;
    line-height: 48px;
  }
  .h1-2.center.bold.m-bot-40 {
    line-height: 30px;
  }
  .h1-2.white {
    font-size: 30px;
    line-height: 30px;
  }
  .big-number {
    font-size: 36px;
    line-height: 36px;
  }
  .text-18 {
    font-size: 14px;
    line-height: 24px;
  }
  .text-18.m-bot-40-40 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .left-arrow {
    height: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .image-2 {
    height: 200px;
  }
  .right-arrow {
    height: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .slider {
    height: 200px;
    padding-right: 90px;
    padding-left: 90px;
  }
  .image-3 {
    height: 12px;
    margin-right: 5px;
  }
  .plan-card {
    padding: 10px;
  }
  .text-19 {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }
  .text-19.center.m-bot-20 {
    font-size: 12px;
    line-height: 18px;
  }
  .text-19.white {
    font-size: 12px;
    line-height: 18px;
  }
  .button-copy {
    margin-top: 15px;
    font-size: 14px;
  }
  .big-number-copy {
    font-size: 36px;
    line-height: 36px;
    text-align: left;
  }
  .tarif-title {
    font-size: 16px;
  }
  .text-24.white {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
  .cta-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-50.bg-green {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-50.bg-blue {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h2.white {
    font-size: 24px;
  }
  .form-block.m-top-40 {
    margin-top: 20px;
  }
  .link-3 {
    color: #f9d8af;
  }
  .text-52 {
    font-size: 14px;
    line-height: 18px;
  }
  .text-52.m-bot-40.center {
    font-size: 18px;
    line-height: 24px;
  }
  .mobile-body {
    display: block;
  }
  .section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Hero-image.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hero-image.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .h1-copy {
    font-size: 30px;
    line-height: 36px;
  }
  .big-number-copy-copy {
    line-height: 36px;
  }
  .mask {
    height: 200px;
  }
  .section-copy {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-copy.mob {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-empty {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-empty.mob {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-copy-copy {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Hero-image.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Hero-image.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .h1-thank {
    font-size: 30px;
    line-height: 36px;
  }
  .header {
    display: none;
  }
  .text-19-copy {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }
  .text-19-copy.center.m-bot-20 {
    font-size: 12px;
    line-height: 18px;
  }
  .text-19-copy.white {
    font-size: 12px;
    line-height: 18px;
  }
  .section-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-copy.mob {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-copy-copy.mob {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .title1 {
    font-size: 32px;
    line-height: 42px;
  }
  .section {
    padding: 40px 0px;
  }
  .section.mob {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .background-wrapper.color1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .background-wrapper.flex-hor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-wrapper {
    min-width: 0%;
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .content-wrapper.right-align {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .flex-container {
    -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-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .image-wrapper {
    width: 400px;
    height: 400px;
    min-width: 0%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .image-frame-right {
    display: none;
  }
  .image-frame-left {
    display: none;
  }
  .h3.m-30-30 {
    font-size: 14px;
  }
  .big-title {
    margin-top: 0px;
  }
  .section-2 {
    padding: 40px 10px;
  }
  .button.m-right-10 {
    width: 220px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .button.bordered {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
  }
  .card-item.flex-vertical {
    margin-bottom: 40px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .h3-3.m-bot-20.green {
    margin-top: 0px;
    font-size: 18px;
  }
  .h3-3.bold.m-bot-20 {
    font-size: 18px;
    line-height: 24px;
  }
  .h3-3.center {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .div-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .icon-60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .h1-2.m-bot-40.bold {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .h1-2.center {
    font-size: 30px;
  }
  .h1-2.center.bold.m-bot-40 {
    line-height: 30px;
  }
  .div-block-2 {
    display: none;
  }
  .text-18 {
    font-size: 14px;
    line-height: 20px;
  }
  .text-18.m-bot-40-40 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .image-2 {
    height: 220px;
  }
  .lightbox-link {
    margin-bottom: 10px;
  }
  .slider {
    height: auto;
  }
  .card-item-25 {
    width: 49%;
    margin-bottom: 40px;
  }
  .plan-card {
    width: 300px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 30px;
  }
  .plan-card.blue {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .plan-card.blue:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .text-19 {
    margin-bottom: 5px;
  }
  .text-19.center.m-bot-20 {
    font-size: 18px;
    line-height: 24px;
  }
  .text-19.white {
    margin-bottom: 0px;
  }
  .feature-block.m-bot-10 {
    margin-bottom: 5px;
  }
  .button-copy {
    margin-top: 10px;
  }
  .tarif-title {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .div-50.bg-green {
    width: auto;
  }
  .div-50.bg-blue {
    width: auto;
  }
  .form-block.m-top-40 {
    width: auto;
  }
  .social-block {
    padding: 15px;
  }
  .modal-audit {
    display: none;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .modal-close-wrapper {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9000;
  }
  .image-44 {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .div-block-2-copy {
    display: none;
  }
  .columns {
    display: block;
  }
  .section-copy {
    padding: 60px 0px;
  }
  .modal-forecast {
    display: none;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .modal-managment {
    display: none;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .button-white.m-right-10 {
    width: 220px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .button-white.bordered {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
  }
  .h1-2-copy.m-bot-40.bold {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .h1-2-copy.center {
    font-size: 30px;
  }
  .h1-2-copy.center.bold.m-bot-40 {
    line-height: 30px;
  }
  .modal-start {
    display: none;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .mask {
    height: auto;
  }
  .section-copy {
    padding: 60px 0px;
  }
  .section-empty {
    padding: 0px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-copy-copy {
    padding: 60px 0px;
  }
  .text-19-copy {
    margin-bottom: 5px;
  }
  .text-19-copy.center.m-bot-20 {
    font-size: 18px;
    line-height: 24px;
  }
  .text-19-copy.white {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .section-copy {
    padding: 40px 0px;
  }
  .section-copy.mob {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-copy-copy {
    padding: 40px 0px;
  }
  .section-copy-copy.mob {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .title1 {
    font-size: 28px;
    line-height: 32px;
  }
  .section {
    width: auto;
    height: auto;
    padding: 20px 10px;
  }
  .section.mob {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .background-wrapper.color3 {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }
  .background-wrapper.color2 {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }
  .background-wrapper.color1 {
    display: block;
    width: auto;
    height: auto;
    padding-right: 16px;
    padding-left: 16px;
    -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;
  }
  .background-wrapper.color4 {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }
  .content-wrapper {
    max-width: 100%;
  }
  .flex-container {
    position: relative;
    top: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .flex-container.vert {
    position: static;
    top: auto;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-wrapper {
    width: 300px;
    height: auto;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .h3.m-30-30 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .big-title {
    font-size: 24px;
  }
  .block-flex-horizontal.m-bot-60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button.m-right-10 {
    width: 240px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .button.bordered {
    width: 240px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .button.white-btn {
    width: 240px;
  }
  .h1.m-bot-40 {
    font-size: 24px;
  }
  .h3-3.center {
    font-size: 14px;
  }
  .div-block {
    -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;
  }
  .h1-2.center {
    margin-top: 0px;
  }
  .h1-2.white {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 24px;
  }
  .text-18.m-bot-40-40 {
    margin-bottom: 10px;
    text-align: center;
  }
  .left-arrow {
    width: 60px;
  }
  .image-2 {
    height: 100px;
  }
  .tab-link-tab-2 {
    width: 140px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .right-arrow {
    width: 60px;
  }
  .slider {
    padding-right: 55px;
    padding-left: 55px;
  }
  .card-item-25 {
    width: auto;
    margin-bottom: 20px;
  }
  .plan-card {
    width: auto;
    padding: 20px;
  }
  .button-copy {
    margin-top: 20px;
  }
  .button-copy.white {
    margin-top: 20px;
  }
  .tarif-title.white {
    margin-bottom: 10px;
  }
  .text-24.white {
    margin-top: 10px;
  }
  .text-24.white.m-bot-40 {
    margin-bottom: 20px;
  }
  .div-block-3 {
    margin-top: 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;
  }
  .div-50.bg-green {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .div-50.bg-blue {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .h2.white {
    margin-top: 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .h2.white.center.m-bot-40 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .div-block-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submit-button {
    width: 260px;
  }
  .submit-button.small {
    width: 130px;
    height: 30px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0px;
  }
  .text-52.m-bot-40.center {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .form-block-2 {
    width: 260px;
  }
  .div-block-70 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-audit {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
    padding: 20px 10px 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-91 {
    width: 300px;
    padding: 20px;
  }
  .modal-wrapper {
    display: block;
    overflow: auto;
    width: auto;
  }
  .input-phone-rest {
    width: 260px;
    padding-left: 40px;
  }
  .plan-card-copy {
    width: 280px;
  }
  .section-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
  }
  .modal-forecast {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
    padding: 20px 10px 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .modal-managment {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
    padding: 20px 10px 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .button-white.m-right-10 {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .modal-start {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
    padding: 20px 10px 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-copy {
    width: auto;
    height: auto;
  }
  .section-empty {
    width: auto;
    height: auto;
  }
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-copy-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
  }
  .text-19-copy.white {
    font-size: 18px;
    line-height: 24px;
  }
  .section-copy {
    width: auto;
    height: auto;
    padding: 20px 10px;
  }
  .section-copy.mob {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-copy-copy {
    width: auto;
    height: auto;
    padding: 20px 10px;
  }
  .section-copy-copy.mob {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

