.nav-link {
  margin-top: 2px;
  padding: 10px 15px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #63717f;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #37acbd;
}

.nav-link.w--current {
  color: #b1b8bf;
}

.nav-link.cta-nav {
  margin-left: 25px;
  padding-top: 10px;
  padding-right: 24px;
  padding-left: 24px;
  border: 2px solid #37acbd;
  border-radius: 5px;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #37acbd;
}

.nav-link.cta-nav:hover {
  background-color: #37acbd;
  color: #fff;
}

.navbar {
  overflow: visible;
  padding: 10px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #ededed;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(82, 82, 82, .4);
}

.image {
  padding: 10px 20px;
}
.cp,.cp i{
  cursor: pointer;
}
.brand.w-nav-brand .image {
  width: 139px;
}

.main-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-wrapper.pass-change {
  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;
}

.hero-section {
  display: block;
  padding: 80px 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-section.grey-bcg {
  background-color: #fbfbfb;
}

.hero-section.grey-bcg.shadow {
  box-shadow: 8px 1px 20px 0 rgba(93, 173, 188, .3);
}

.hero-section.shadow {
  box-shadow: 0 8px 20px 0 rgba(93, 173, 188, .3);
}

.nav-menu {
  margin-top: 10px;
}

.contact-form {
  display: block;
  width: 100%;
  max-height: 100%;
  max-width: 1140px;
  margin: 80px auto;
  padding-top: 60px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 6px 28px 0 rgba(93, 173, 188, .3);
}

.section-small-header {
  font-family: 'Nunito Sans', sans-serif;
  color: #828d99;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-small-header.left-align {
  margin-bottom: 0px;
  font-size: 16px;
  text-align: left;
  letter-spacing: 1px;
}

.line {
  display: block;
  width: 80px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #eee;
}

.line.left {
  display: inline-block;
}

.heading1 {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: 'Nunito Sans', sans-serif;
  color: #405156;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  text-transform: none;
}

.subheading {
  padding-right: 19%;
  padding-left: 19%;
  font-family: 'Nunito Sans', sans-serif;
  color: #63717f;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.div-content {
  padding-top: 40px;
  padding-bottom: 0px;
}

.label {
  font-family: 'Nunito Sans', sans-serif;
  color: #63717f;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.placeholder {
  height: 50px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: 'Nunito Sans', sans-serif;
}

.placeholder:focus {
  border-color: #37acbd;
  box-shadow: 0 -1px 5px 0 rgba(140, 224, 236, .3);
}

.form-block {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.main-content-holders1 {
  position: relative;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.continue-btn {
  display: inline-block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 35px;
  border-style: solid;
  border-radius: 5px;
  background-color: #37acbd;
  box-shadow: 0 0 13px 4px rgba(0, 0, 0, .06), 0 6px 18px -1px rgba(78, 174, 190, .34);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.continue-btn:hover {
  border-style: none;
  box-shadow: 0 3px 20px 4px rgba(0, 0, 0, .1), 0 6px 22px 2px rgba(78, 174, 190, .4);
  color: #fff;
}

.continue-btn:active {
  box-shadow: 0 2px 18px 2px rgba(0, 0, 0, .1), 0 5px 20px 1px rgba(78, 174, 190, .4);
}

.form2-heading {
  padding-bottom: 0px;
}

.form-step2 {
  position: static;
  left: 0px;
  top: -65%;
  right: 0px;
  bottom: 0px;
}

.form {
  position: static;
}

.main-content-holders2 {
  position: relative;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.link-terms {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #37acbd;
  text-decoration: none;
}

.link-terms:hover {
  color: #048ca0;
}

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

.success-text {
  font-family: 'Nunito Sans', sans-serif;
  color: #37acbd;
}

.success-message {
  border: 1px solid #37acbd;
  border-radius: 5px;
  background-color: #f9feff;
}

.error-message {
  border: 1px solid #f47575;
  border-radius: 5px;
  background-color: #feeaea;
  font-family: 'Nunito Sans', sans-serif;
  color: #f47575;
  text-align: center;
}

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

.change-password {
  position: relative;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.form-password-change {
  position: static;
  left: 0px;
  top: -65%;
  right: 0px;
  bottom: 0px;
}

.change-pass-heading {
  padding-bottom: 0px;
}

.change-pass-form {
  display: block;
  max-height: 70%;
  max-width: 80%;
  margin: 80px auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 6px 28px 0 rgba(93, 173, 188, .3);
}

.change-pass-btn {
  display: inline-block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 35px;
  border-style: solid;
  border-radius: 5px;
  background-color: #37acbd;
  box-shadow: 0 0 13px 4px rgba(0, 0, 0, .06), 0 6px 18px -1px rgba(78, 174, 190, .34);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.change-pass-btn:hover {
  border-style: none;
  box-shadow: 0 3px 20px 4px rgba(0, 0, 0, .1), 0 6px 22px 2px rgba(78, 174, 190, .4);
  color: #fff;
}

.change-pass-btn:active {
  box-shadow: 0 2px 18px 2px rgba(0, 0, 0, .1), 0 5px 20px 1px rgba(78, 174, 190, .4);
}

.page-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-wrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.faq-list {
  display: block;
  width: 66.66%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 35px;
  padding: 20px 32px;
  -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: 8px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(93, 173, 188, .3);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-decoration: none;
}

.question-container:hover {
  box-shadow: 0 3px 9px 0 rgba(93, 173, 188, .3);
}

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

.answer {
  padding-right: 10px;
  padding-left: 65px;
}

.answer-text {
  margin-bottom: 15px;
  padding-top: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #63717f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-decoration: none;
}

.question-text {
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Nunito Sans', sans-serif;
  color: #405156;
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
}

.faq-wrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.arrow {
  margin-right: 10px;
  margin-left: 25px;
}

.answer2 {
  padding-right: 10px;
  padding-left: 65px;
}

.answer3 {
  padding-right: 10px;
  padding-left: 65px;
}

.answer4 {
  padding-right: 10px;
  padding-left: 65px;
}

.arrow2 {
  margin-right: 10px;
  margin-left: 25px;
}

.arrow3 {
  margin-right: 10px;
  margin-left: 25px;
}

.arrow4 {
  margin-right: 10px;
  margin-left: 25px;
}

.faq-section {
  padding: 80px 20px;
}

.faq-section.color-blue {
  display: block;
  padding-bottom: 120px;
}

.contact-btn {
  display: inline-block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 35px;
  border-style: solid;
  border-radius: 5px;
  background-color: #37acbd;
  box-shadow: 0 0 13px 4px rgba(0, 0, 0, .06), 0 6px 18px -1px rgba(78, 174, 190, .34);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-btn:hover {
  border-style: none;
  box-shadow: 0 3px 20px 4px rgba(0, 0, 0, .1), 0 6px 22px 2px rgba(78, 174, 190, .4);
  color: #fff;
}

.contact-btn:active {
  box-shadow: 0 2px 18px 2px rgba(0, 0, 0, .1), 0 5px 20px 1px rgba(78, 174, 190, .4);
}

.div-block-2 {
  display: block;
  margin-right: auto;
  margin-bottom: -40px;
  margin-left: auto;
  text-align: center;
}

.section-description {
  margin-bottom: 15px;
  padding-top: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #63717f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-decoration: none;
}

.footer {
  padding: 60px 20px 40px;
  background-color: #fff;
}

.footer.grey-bcg {
  background-color: #fbfbfb;
}

.footer-bottom {
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #e8e8e8;
}

.footer-menu {
  margin-top: 15px;
  padding: 10px 15px 10px 0px;
  font-family: 'Nunito Sans', sans-serif;
  color: #828d99;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.store-btn {
  margin-left: 0px;
  border-radius: 4px;
  box-shadow: 0 6px 18px -1px rgba(78, 174, 190, .34), 0 0 13px 4px rgba(0, 0, 0, .06);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}

.store-btn:hover {
  box-shadow: 0 6px 22px 2px rgba(78, 174, 190, .4), 0 3px 20px 4px rgba(0, 0, 0, .1);
}

.store-btn:active {
  box-shadow: 0 2px 18px 2px rgba(0, 0, 0, .1), 0 5px 20px 1px rgba(78, 174, 190, .4);
}

.footer-content {
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 30px;
  padding-left: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #63717f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-decoration: none;
}

.image-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-3 {
  margin-top: 25px;
}

.section {
  position: relative;
  padding: 120px 20px;
}

.section.gray-bcg {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #fbfbfb;
  background-image: none;
}

.section.no-padding {
  padding-top: 60px;
  padding-bottom: 80px;
}

.section.articoli {
  display: none;
}

.section.shadow {
  box-shadow: 0 8px 20px 0 rgba(93, 173, 188, .3);
}

.wrapper {
  max-width: 1200px;
}

.side-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}

.side-feature-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 8.33%;
  padding-left: 8.33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-feature-info {
  padding-right: 15px;
  padding-left: 15px;
}

.section-subheader {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: 'Nunito Sans', sans-serif;
  color: #405156;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}

.side-feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 8.33%;
  padding-left: 8.33%;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.instruction-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.instructions-card {
  position: relative;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 55px 30px 30px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-radius: 8px;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.instruction-card-header {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #405156;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.instructions-description {
  margin-bottom: 15px;
  padding-top: 5px;
  font-family: 'Nunito Sans', sans-serif;
  color: #63717f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-decoration: none;
}

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

.articles-cards-info {
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.articles-cards-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.666%;
  margin-bottom: -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.articles-cards-content-column1 {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.articles-cards-content-column2 {
  width: 50%;
  padding-top: 80px;
  padding-right: 15px;
  padding-left: 15px;
}

.review-card {
  margin-bottom: 35px;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(93, 173, 188, .3);
}

.read-article-btn {
  display: inline-block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  border-style: solid;
  border-radius: 5px;
  background-color: #37acbd;
  box-shadow: none;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.read-article-btn:hover {
  border-style: none;
  box-shadow: 0 3px 20px 4px rgba(0, 0, 0, .1), 0 6px 22px 2px rgba(78, 174, 190, .4);
  color: #fff;
}

.read-article-btn:active {
  box-shadow: 0 2px 18px 2px rgba(0, 0, 0, .1), 0 5px 20px 1px rgba(78, 174, 190, .4);
}

.testimonials-slider-cards {
  height: auto;
  padding-right: 8.33%;
  padding-left: 8.33%;
  background-color: transparent;
}

.review-slide-card-wrapper {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}

.review-slide-card {
  padding: 35px 50px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgba(46, 50, 60, .27);
}

.review-slide-card-avatar {
  width: 64px;
  height: 64px;
  margin-right: 24px;
  border-radius: 50%;
}

.slide-nav {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 12px;
  margin-top: 80px;
  padding-top: 0px;
}

.tabs-menu {
  margin-bottom: 80px;
  text-align: center;
}

.tab-link {
  padding-right: 50px;
  padding-left: 50px;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #e1e3ea;
  -webkit-transition: box-shadow 300ms ease, color 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #63717f;
  font-size: 16px;
  line-height: 48px;
}

.tab-link.w--current {
  padding-right: 50px;
  padding-left: 50px;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #e1e3ea, inset 0 -2px 0 0 #37acbd;
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Nunito Sans', sans-serif;
  color: #37acbd;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
}

.popup-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 8888;
  display: none;
  -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;
}

.contact-window {
  position: relative;
  overflow: hidden;
  width: 500px;
  margin-right: 9%;
  margin-bottom: 0px;
  margin-left: 9%;
  padding-top: 0px;
  padding-bottom: 50px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 28px 0 rgba(46, 50, 60, .27);
}

.contact-window.popup-window {
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 9999;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-transform: scale(0.86);
  -ms-transform: scale(0.86);
  transform: scale(0.86);
}

.popup-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(26, 31, 46, .7);
}

.contact-window-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 25px 50px;
  background-color: #37acbd;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #000, hsla(0, 0%, 100%, .2) 1%, hsla(0, 0%, 100%, 0));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, hsla(0, 0%, 100%, .2) 1%, hsla(0, 0%, 100%, 0));
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 1px;
}

.contact-window-form {
  margin-right: 50px;
  margin-left: 50px;
  padding-top: 30px;
  text-align: center;
}

.big-full-circle {
  position: absolute;
  left: 11%;
  top: 9%;
  z-index: -1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(270deg, #fff7ea, #ffddd9);
  background-image: linear-gradient(180deg, #fff7ea, #ffddd9);
}

.big-full-circle.blue {
  top: 40%;
}

.big-full-circle.blue.right-align {
  left: 81%;
  top: 63%;
  background-image: -webkit-linear-gradient(270deg, #c8eff3, #aee0e7);
  background-image: linear-gradient(180deg, #c8eff3, #aee0e7);
}

.big-full-circle.violet {
  top: 80%;
  background-color: #baceec;
  background-image: none;
}

.medium-full-circle {
  position: absolute;
  left: 8%;
  top: 8%;
  z-index: -1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(270deg, #fff7ea, #ffddd9);
  background-image: linear-gradient(180deg, #fff7ea, #ffddd9);
}

.medium-full-circle.blue {
  left: 17%;
  top: 77%;
  background-color: #cbe4f3;
  background-image: none;
}

.medium-full-circle.blue.right-align {
  left: 85%;
  top: 66%;
  background-image: -webkit-linear-gradient(30deg, #c8eff3, #aee0e7);
  background-image: linear-gradient(60deg, #c8eff3, #aee0e7);
}

.small-full-circle {
  position: absolute;
  left: 9%;
  top: 12%;
  z-index: -1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(270deg, #fff7ea, #ffddd9);
  background-image: linear-gradient(180deg, #fff7ea, #ffddd9);
}

.small-full-circle.blue {
  left: 12%;
  top: 77%;
  background-color: #cbe4f3;
  background-image: none;
}

.small-full-circle.blue.right-align {
  left: 88%;
  top: 63%;
  background-image: -webkit-linear-gradient(30deg, #aee0e7, #c8eff3);
  background-image: linear-gradient(60deg, #aee0e7, #c8eff3);
}

.circle-border {
  position: absolute;
  left: -17%;
  top: 8%;
  z-index: -2;
  width: 330px;
  height: 330px;
  border-style: solid;
  border-width: 60px;
  border-color: hsla(0, 0%, 95%, .5);
  border-radius: 50%;
}

.image-6 {
  position: absolute;
  left: -13%;
  top: 14%;
  z-index: -3;
}

.circle-border-big {
  position: absolute;
  left: -17%;
  top: 60%;
  z-index: -2;
  width: 430px;
  height: 430px;
  border-style: solid;
  border-width: 60px;
  border-color: hsla(0, 0%, 95%, .5);
  border-radius: 50%;
}

.image-blue-shape {
  position: absolute;
  left: 83%;
  top: 66%;
  z-index: -3;
}

.right-arrow {
  margin-bottom: 90px;
}

.image-7 {
  margin: 119.5px 20px;
}

.image-8 {
  margin: 119.5px 20px;
}

.registration-btn {
  display: inline-block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 35px;
  border-style: solid;
  border-radius: 5px;
  background-color: #37acbd;
  box-shadow: 0 0 13px 4px rgba(0, 0, 0, .06), 0 6px 18px -1px rgba(78, 174, 190, .34);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.registration-btn:hover {
  border-style: none;
  box-shadow: 0 3px 20px 4px rgba(0, 0, 0, .1), 0 6px 22px 2px rgba(78, 174, 190, .4);
  color: #fff;
}

.registration-btn:active {
  box-shadow: 0 2px 18px 2px rgba(0, 0, 0, .1), 0 5px 20px 1px rgba(78, 174, 190, .4);
}

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

.hero-side-content {
  margin-top: 25px;
  padding: 40px 7% 40px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-side-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100vh;
  padding-top: 85px;
  -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;
}

.paragraph-big {
  font-family: 'Nunito Sans', sans-serif;
  color: #63717f;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
}

.hero-heading {
  margin-top: 40px;
  margin-bottom: 25px;
  font-family: 'Nunito Sans', sans-serif;
  color: #405156;
  font-size: 60px;
  line-height: 72px;
}

.image-9 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.store-buttons {
  margin-top: 35px;
}

.image-10 {
  position: absolute;
  left: -13%;
  top: 7%;
  z-index: -4;
}

.home-big-circle {
  position: absolute;
  left: -12%;
  top: 1%;
  z-index: -3;
  width: 550px;
  height: 550px;
  border-style: solid;
  border-width: 60px;
  border-color: hsla(0, 0%, 95%, .5);
  border-radius: 50%;
}

.home-big-circle-blue {
  position: absolute;
  left: 26%;
  top: 2%;
  z-index: -2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(30deg, #aee0e7, #c8eff3);
  background-image: linear-gradient(60deg, #aee0e7, #c8eff3);
}

.home-big-circle-violet {
  position: absolute;
  left: 10%;
  top: 15%;
  z-index: -2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #cbe4f3;
}

.home-big-circle-blue-2 {
  position: absolute;
  left: 18%;
  top: 14%;
  z-index: -2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(30deg, #aee0e7, #c8eff3);
  background-image: linear-gradient(60deg, #aee0e7, #c8eff3);
}

.home-small-circle-2 {
  position: absolute;
  left: 15%;
  top: 13%;
  z-index: -2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cbe4f3;
}

.home-medium-circle-2 {
  position: absolute;
  left: 21%;
  top: 13%;
  z-index: -2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #cbe4f3;
}

.image-11 {
  position: absolute;
  left: 41%;
  top: -8%;
  z-index: -1;
}

.image-12 {
  position: absolute;
  left: 55%;
  top: 3%;
  z-index: -1;
  opacity: 0.5;
}

.instructions-big-card {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(93, 173, 188, .3);
}

.image-13 {
  position: absolute;
  left: -25%;
  top: -6%;
  z-index: -3;
  opacity: 0.5;
}

.big-circle-border {
  position: absolute;
  left: 6%;
  top: 56%;
  z-index: -3;
  width: 450px;
  height: 450px;
  border-style: solid;
  border-width: 60px;
  border-color: hsla(0, 0%, 95%, .5);
  border-radius: 50%;
}

.big-circle-violet {
  position: absolute;
  left: 6%;
  top: -15%;
  z-index: -2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #baceec;
}

.medium-circle-violet {
  position: absolute;
  left: 10%;
  top: -6%;
  z-index: -2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #cbe4f3;
}

.small-circle-violet {
  position: absolute;
  left: 13%;
  top: -20%;
  z-index: -2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cbe4f3;
}

.image-14 {
  position: absolute;
  left: 70%;
  top: 57%;
  z-index: -2;
}

.big-circle-border-articles {
  position: absolute;
  left: 83%;
  top: 67%;
  z-index: -1;
  width: 450px;
  height: 450px;
  border-style: solid;
  border-width: 60px;
  border-color: hsla(0, 0%, 95%, .5);
  border-radius: 50%;
}

.image-15 {
  position: absolute;
  left: -10%;
  top: 65%;
  z-index: -2;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.testimonial-big-circle-blue-2 {
  position: absolute;
  left: 7%;
  top: 10%;
  z-index: -2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(30deg, #aee0e7, #c8eff3);
  background-image: linear-gradient(60deg, #aee0e7, #c8eff3);
}

.circle-border-testimonial {
  position: absolute;
  left: -15%;
  top: 45%;
  z-index: -1;
  width: 350px;
  height: 350px;
  border-style: solid;
  border-width: 60px;
  border-color: hsla(0, 0%, 95%, .5);
  border-radius: 50%;
}

.testimonial-big-circle-rose {
  position: absolute;
  left: 85%;
  top: 78%;
  z-index: -2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(30deg, #ffddd9, #fff7ea);
  background-image: linear-gradient(60deg, #ffddd9, #fff7ea);
}

.testimonialmedium-circle-rose {
  position: absolute;
  left: 90%;
  top: 87%;
  z-index: -2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(30deg, #ffddd9, #fff7ea);
  background-image: linear-gradient(60deg, #ffddd9, #fff7ea);
}

.testimonial-small-circle-rose {
  position: absolute;
  left: 91%;
  top: 70%;
  z-index: -2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(30deg, #ffddd9, #fff7ea);
  background-image: linear-gradient(60deg, #ffddd9, #fff7ea);
}

.feature-big-circle-border {
  position: absolute;
  left: -15%;
  top: 28%;
  z-index: -3;
  width: 450px;
  height: 450px;
  border-style: solid;
  border-width: 60px;
  border-color: hsla(0, 0%, 95%, .5);
  border-radius: 50%;
}

.features-big-circle-violet {
  position: absolute;
  left: 10%;
  top: 22%;
  z-index: -2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #baceec;
}

.features-big-circle-violet.right-align {
  left: 90%;
  top: 6%;
  width: 30px;
  height: 30px;
}

.feature-medium-circle {
  position: absolute;
  left: 5%;
  top: 25%;
  z-index: -2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #cbe4f3;
}

.feature-medium-circle.right-align {
  left: 85%;
  top: 12%;
}

.image-features {
  position: absolute;
  left: 87%;
  top: 57%;
  z-index: -2;
}

.circle-border-feature {
  position: absolute;
  left: 93%;
  top: 63%;
  z-index: -1;
  width: 350px;
  height: 350px;
  border-style: solid;
  border-width: 60px;
  border-color: hsla(0, 0%, 95%, .5);
  border-radius: 50%;
}

.feature-big-circle-blue-2 {
  position: absolute;
  left: 95%;
  top: 56%;
  z-index: -2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(30deg, #aee0e7, #c8eff3);
  background-image: linear-gradient(60deg, #aee0e7, #c8eff3);
}

.feature-medium-circle-blue-2 {
  position: absolute;
  left: 85%;
  top: 65%;
  z-index: -2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(30deg, #aee0e7, #c8eff3);
  background-image: linear-gradient(60deg, #aee0e7, #c8eff3);
}

.feature-small-circle-blue-2 {
  position: absolute;
  left: 84%;
  top: 58%;
  z-index: -2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(30deg, #aee0e7, #c8eff3);
  background-image: linear-gradient(60deg, #aee0e7, #c8eff3);
}

.body {
  overflow: visible;
  background-color: #fbfbfb;
}

.store-btn-link {
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.body-2 {
  background-color: #fbfbfb;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inline-link {
  color: #37acbd;
  text-decoration: none;
}

.hero-section-mobile {
  display: block;
  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: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper-features-mobile {
  max-width: 1200px;
}

.instructions-big-card-mobile {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(93, 173, 188, .3);
}

.articles-cards-content-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.666%;
  margin-bottom: -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-articoli-mobile {
  position: relative;
  padding: 120px 20px;
}

.question-container-clienti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 35px;
  padding: 20px 32px;
  -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: 8px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(93, 173, 188, .3);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-decoration: none;
}

.question-container-clienti:hover {
  box-shadow: 0 3px 9px 0 rgba(93, 173, 188, .3);
}

.answer-clienti {
  padding-right: 10px;
  padding-left: 65px;
}

.answer2-clienti {
  padding-right: 10px;
  padding-left: 65px;
}

.answer3-clienti {
  padding-right: 10px;
  padding-left: 65px;
}

.answer4-clienti {
  padding-right: 10px;
  padding-left: 65px;
}

.review-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -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-top: 1px solid #edeff4;
}

.review-person {
  font-family: 'Nunito Sans', sans-serif;
  color: #405156;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.go-back-btn {
  display: inline-block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 35px;
  border-style: solid;
  border-radius: 5px;
  background-color: #37acbd;
  box-shadow: 0 0 13px 4px rgba(0, 0, 0, .06), 0 6px 18px -1px rgba(78, 174, 190, .34);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.go-back-btn:hover {
  border-style: none;
  box-shadow: 0 3px 20px 4px rgba(0, 0, 0, .1), 0 6px 22px 2px rgba(78, 174, 190, .4);
  color: #fff;
}

.go-back-btn:active {
  box-shadow: 0 2px 18px 2px rgba(0, 0, 0, .1), 0 5px 20px 1px rgba(78, 174, 190, .4);
}

.div-block-6 {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}

.section-change-password {
  display: block;
  padding: 60px 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkbox-field {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: 'Nunito Sans', sans-serif;
  color: #63717f;
  font-size: 16px;
}

.policy-heading {
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Nunito Sans', sans-serif;
  color: #405156;
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
}

.privacy-content {
  margin-right: 25px;
  margin-bottom: 15px;
  margin-left: 25px;
  padding-top: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #63717f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-decoration: none;
}

.privacy-wrapper {
  display: block;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.privacy-single {
  padding-bottom: 20px;
}

.terms-span {
  color: #405156;
  font-weight: 600;
  text-decoration: underline;
}

.consent-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
}

.image-block {
  width: 50%;
  text-align: center;
}

.form-wrapper-step1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding: 40px 80px 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-wrapper-step2 {
  max-width: 1200px;
  padding: 40px 30px 0px;
}

.pre-form {
  margin-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
  text-align: left;
}

.pre-form-content {
  font-family: 'Nunito Sans', sans-serif;
  color: #63717f;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.arrow5 {
  margin-right: 10px;
  margin-left: 25px;
}

.answer5 {
  padding-right: 10px;
  padding-left: 65px;
}

.policy-section {
  position: relative;
  padding: 120px 20px;
}

.policy-section.gray-bcg {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fbfbfb;
  background-image: none;
}

.policy-section.no-padding {
  padding-top: 60px;
  padding-bottom: 80px;
}

.policy-section.articoli {
  display: none;
}

.policy-section.shadow {
  box-shadow: 0 8px 20px 0 rgba(93, 173, 188, .3);
}

@media (max-width: 991px) {
  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image {
    padding-left: 10px;
  }
  .hero-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-small-header.left-align {
    text-align: left;
  }
  .change-pass-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .faq-list {
    width: 83.33%;
  }
  .section-description {
    font-size: 15px;
  }
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .side-feature-content {
    padding-right: 7%;
    padding-left: 7%;
  }
  .section-subheader {
    text-align: center;
  }
  .section-subheader.left-align {
    text-align: left;
  }
  .instructions-card {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .articles-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .articles-cards-info {
    width: 100%;
    padding-top: 0px;
    padding-right: 16%;
    padding-left: 16%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .articles-cards-content {
    width: 100%;
    margin-bottom: -16px;
    padding-top: 50px;
  }
  .articles-cards-content-column2 {
    padding-top: 0px;
  }
  .review-card {
    padding-right: 20px;
    padding-left: 20px;
  }
  .read-article-btn {
    font-size: 14px;
  }
  .review-slide-card {
    padding-right: 30px;
    padding-left: 30px;
  }
  .popup-wrapper {
    padding-right: 8.33%;
    padding-left: 8.33%;
  }
  .contact-window.popup-window {
    width: 100%;
    max-width: 500px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .contact-window-header {
    background-image: none;
    font-size: 20px;
    line-height: 28px;
  }
  .circle-border {
    top: 1%;
  }
  .image-6 {
    left: -35%;
    top: 5%;
  }
  .circle-border-big {
    z-index: -2;
  }
  .registration-btn {
    font-size: 14px;
  }
  .hero-side-image-wrapper {
    height: 80vh;
  }
  .paragraph-big {
    font-size: 18px;
    line-height: 32px;
  }
  .hero-heading {
    font-size: 46px;
    line-height: 56px;
  }
  .home-big-circle {
    left: -25%;
    top: -1%;
  }
  .home-big-circle-blue {
    left: 15%;
    top: 2%;
  }
  .feature-big-circle-border {
    left: -19%;
    top: 32%;
    width: 450px;
    height: 450px;
  }
  .features-big-circle-violet {
    left: 5%;
  }
  .hero-section-mobile {
    padding-right: 20px;
    padding-left: 20px;
  }
  .articles-cards-content-mobile {
    width: 100%;
    margin-bottom: -16px;
    padding-top: 50px;
  }
  .section-articoli-mobile {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-change-password {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-block {
    padding-left: 30px;
  }
  .form-wrapper-step1 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .policy-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .nav-link {
    text-align: center;
  }
  .nav-link.cta-nav {
    display: block;
    width: 235px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .image {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .hero-section {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-menu {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #fff;
  }
  .contact-form {
    width: auto;
    max-width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    box-shadow: 0 6px 28px 0 rgba(93, 173, 188, 0);
  }
  .section-small-header {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .section-small-header.left-align {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }
  .heading1 {
    font-size: 24px;
    line-height: 32px;
  }
  .subheading {
    padding-right: 10%;
    padding-left: 10%;
    font-size: 16px;
  }
  .form-block {
    width: 100%;
  }
  .continue-btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .main-content-holders2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .change-pass-form {
    margin-top: 0px;
    box-shadow: 0 6px 28px 0 rgba(93, 173, 188, 0);
  }
  .faq-list {
    width: 100%;
  }
  .answer-text {
    font-size: 16px;
    line-height: 24px;
  }
  .question-text {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-section {
    padding-top: 120px;
  }
  .faq-section.color-blue {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-description {
    font-size: 16px;
    line-height: 24px;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-bottom {
    text-align: center;
  }
  .image-2 {
    text-align: left;
  }
  .image-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.gray-bcg {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .side-feature-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-subheader {
    margin-top: 10px;
    font-size: 24px;
    line-height: 32px;
  }
  .section-subheader.left-align {
    text-align: left;
  }
  .side-feature-image {
    padding-right: 10px;
    padding-left: 10px;
  }
  .instructions-card {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    text-align: center;
  }
  .instructions-description {
    font-size: 16px;
    line-height: 24px;
  }
  .articles-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .articles-cards-info {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .testimonials-slider-cards {
    margin-right: -8px;
    margin-left: -8px;
    padding-right: 72px;
    padding-left: 72px;
  }
  .review-slide-card-wrapper {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .slide-nav {
    margin-top: 30px;
  }
  .big-full-circle {
    left: 10%;
    top: 14%;
  }
  .medium-full-circle {
    left: 6%;
    top: 16%;
  }
  .circle-border {
    left: -25%;
    top: -3%;
    border-width: 40px;
  }
  .image-6 {
    top: 3%;
  }
  .hero-side-content {
    padding-right: 20px;
    padding-left: 10px;
  }
  .hero-side-image-wrapper {
    height: 400px;
    padding-top: 50px;
  }
  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }
  .hero-heading {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 44px;
  }
  .home-big-circle {
    left: -10%;
    top: -1%;
    width: 350px;
    height: 350px;
    border-width: 40px;
  }
  .home-big-circle-blue {
    left: 5%;
    top: 1.5%;
  }
  .home-big-circle-blue-2 {
    left: 35%;
    top: 7%;
  }
  .home-small-circle-2 {
    left: 25%;
    top: 8%;
  }
  .home-medium-circle-2 {
    top: 7%;
  }
  .image-11 {
    left: 50%;
    top: 0%;
  }
  .instructions-big-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .image-14 {
    left: 5%;
  }
  .image-15 {
    left: -15%;
  }
  .circle-border-testimonial {
    width: 300px;
    height: 300px;
    border-width: 40px;
  }
  .circle-border-feature {
    left: 50%;
    width: 250px;
    height: 250px;
    border-width: 40px;
  }
  .brand {
    padding-left: 0px;
  }
  .brand.w--current {
    padding-left: 0px;
  }
  .column {
    text-align: center;
  }
  .column-2 {
    text-align: center;
  }
  .div-block-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-button {
    background-color: #fff;
    color: #37acbd;
  }
  .menu-button.w--open {
    background-color: #37acbd;
  }
  .hero-section-mobile {
    overflow: hidden;
    padding-top: 85px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .instructions-big-card-mobile {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-articoli-mobile {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-change-password {
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
  }
  .policy-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .privacy-content {
    font-size: 16px;
    line-height: 24px;
  }
  .pre-form-content {
    padding-right: 10%;
    font-size: 16px;
  }
  .policy-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .policy-section.gray-bcg {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .section-small-header.left-align {
    text-align: center;
  }
  .line.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .subheading {
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-content-holders2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .change-password {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 40px;
  }
  .faq-list {
    padding-right: 0px;
    padding-left: 0px;
  }
  .question-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .faq-section {
    padding-top: 100px;
  }
  .faq-section.color-blue {
    padding-bottom: 60px;
  }
  .section-description {
    text-align: center;
  }
  .store-btn {
    margin-right: 8px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .side-feature {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .side-feature.unreverse {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .side-feature-content {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-subheader {
    text-align: center;
  }
  .section-subheader.left-align {
    text-align: center;
  }
  .side-feature-image {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .instructions-card {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 20px;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    background-color: #fff;
    box-shadow: 0 8px 20px 0 rgba(93, 173, 188, .3);
  }
  .articles-cards-content-column1 {
    width: 100%;
  }
  .articles-cards-content-column2 {
    width: 100%;
  }
  .testimonials-slider-cards {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .review-slide-card-wrapper {
    padding-bottom: 15px;
  }
  .popup-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-window-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .contact-window-form {
    margin-right: 20px;
    margin-left: 20px;
  }
  .medium-full-circle.blue {
    top: 67%;
  }
  .small-full-circle.blue {
    top: 75%;
  }
  .circle-border-big {
    left: -50%;
    top: 55%;
    border-width: 40px;
  }
  .right-arrow {
    display: none;
  }
  .hero-wrapper {
    -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;
  }
  .hero-side-content {
    padding-right: 10px;
  }
  .hero-side-image-wrapper {
    width: 80%;
    height: auto;
  }
  .paragraph-big {
    text-align: center;
  }
  .hero-heading {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }
  .store-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .image-11 {
    top: -1%;
    z-index: -2;
  }
  .image-12 {
    left: 65%;
    top: 1%;
    z-index: -1;
  }
  .instructions-big-card {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    box-shadow: none;
  }
  .big-circle-border {
    left: 0%;
    width: 350px;
    height: 350px;
  }
  .big-circle-violet {
    top: 1%;
  }
  .medium-circle-violet {
    top: 5%;
  }
  .small-circle-violet {
    top: -5%;
  }
  .circle-border-feature {
    left: 20%;
  }
  .left-arrow {
    display: none;
  }
  .store-btn-link {
    width: 48%;
    margin-right: 0px;
    text-align: center;
  }
  .link-block-2 {
    width: 48%;
    margin-left: 8px;
    text-align: center;
  }
  .text-block-3 {
    text-align: center;
  }
  .text-block-4 {
    text-align: center;
  }
  .instructions-big-card-mobile {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    box-shadow: none;
  }
  .section-articoli-mobile {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .question-container-clienti {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pre-form-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .policy-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

