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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

body {
  font-family: europa, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

a {
  color: #333;
  text-decoration: none;
}

.button {
  position: relative;
  left: 0px;
  right: 0px;
  display: inline-block;
  height: auto;
  min-width: 160px;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #151b35;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 400;
  text-align: center;
}

.button:hover {
  background-color: #ffd200;
  color: #151b35;
}

.button.center {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.nav-link {
  display: block;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1d1e22;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  cursor: pointer;
}

.nav-link:hover {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: url('../images/highlight-100_1highlight-100.png');
  background-position: 50% 100%;
  background-size: 100% 12%;
  background-repeat: repeat-x;
}

.nav-link.white {
  display: block;
  width: auto;
  margin-bottom: 0.5em;
  padding-bottom: 0px;
  color: #fff;
  font-size: 1.25em;
}

.pagina {
  position: relative;
  overflow: visible;
  width: 100%;
  padding-top: 0px;
  background-color: transparent;
}

.pagina.profilo {
  margin-top: 60px;
  padding-top: 40px;
}

.pagina.vendite {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pagina.prodotto {
  margin-top: 60px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 75vh;
  background-color: transparent;
  background-image: url('../images/home-first.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px;
  background-color: transparent;
  font-size: 16px;
}

.wrapper.flip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0em;
  padding-bottom: 0em;
}

.wrapper.blue-bg {
  max-width: none;
  padding-top: 6em;
  padding-bottom: 6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5f7f8;
}

.wrapper.banner-servizi {
  padding-bottom: 0em;
}

.half-width {
  max-width: 600px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.yellow-highlight {
  padding-right: 2px;
  padding-left: 2px;
  background-image: url('../images/highlight-100_1highlight-100.png');
  background-position: 50% 50%;
  background-size: 125px 45%;
  background-repeat: repeat-x;
}

.paragraph-sm {
  display: block;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #1d1e22;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: left;
}

.circle-center {
  position: relative;
  top: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40em;
  height: 40em;
  margin: 3em auto;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 20000px;
  background-color: #fff;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: auto;
}

.center {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.center-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.video-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  background-color: #fee366;
}

.interview-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-left: -3em;
  padding: 1.5em 2em 1.5em 3em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 2em;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.interview-flex:hover {
  background-color: #fffae5;
}

.yellow-wave-ul {
  padding-left: 0px;
  background-image: url('../images/yellow-wave_1yellow-wave.png');
  background-position: 50% 100%;
  background-size: auto 20%;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.left {
  position: relative;
  width: 45%;
  height: 100%;
  max-width: none;
  margin-right: 2em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.left.interview {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  bottom: auto;
  height: auto;
  max-width: 45%;
  padding-top: 0em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.right {
  position: relative;
  overflow: visible;
  width: 45%;
  max-width: none;
  min-width: auto;
  margin-left: 2em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.right.interview {
  width: 45%;
}

.yellow-circle {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/wins-circle.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.interview-header {
  margin-top: auto;
  margin-right: 0.25em;
  margin-bottom: auto;
  font-size: 2em;
  cursor: default;
}

.yellow-dot-ul {
  background-image: url('../images/yellow-dots-underline_1yellow-dots-underline.png');
  background-position: 0% 100%;
  background-size: auto 12%;
  background-repeat: repeat-x;
}

.heading-home {
  font-size: 6em;
  line-height: 1.2em;
  text-align: left;
}

.blue-solid-underline {
  background-image: url('../images/blue-highlight_1blue-highlight.png');
  background-position: 50% 95%;
  background-size: auto 8%;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.lg-img-lft {
  position: relative;
  display: block;
  overflow: visible;
  width: 150%;
  height: 75vh;
  margin-right: auto;
  margin-left: -50%;
  border-radius: 0px 500px 500px 0px;
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #1d1e22;
}

.lg-img-lft.sales {
  background-image: url('../images/pexels-fox-1595589.jpg');
  background-position: 0% 50%;
  background-size: auto;
  background-attachment: scroll;
}

.orange-wave {
  padding-left: 0px;
  background-image: url('../images/orange-wave_1orange-wave.png');
  background-position: 50% 100%;
  background-size: auto 20%;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.slide-nav-2 {
  display: block;
}

.mask {
  overflow: visible;
}

.blue-dot-ul {
  background-image: url('../images/dots-underline_1dots-underline.png');
  background-position: 0% 100%;
  background-size: auto 12%;
  background-repeat: repeat-x;
}

.lg-img-rt {
  position: relative;
  display: block;
  overflow: hidden;
  width: 150%;
  height: 75vh;
  margin-right: -50%;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  background-image: url('../images/brooke-cagle-609873-edited1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #1d1e22;
}

.lg-img-rt.biz {
  height: 75vh;
  background-image: url('../images/home-professional.jpg');
  background-position: 100% 50%;
  background-size: auto;
  background-attachment: scroll;
}

.lg-img-rt.emp-hero {
  width: 110%;
  height: 45vh;
  background-image: url('../images/employers-hero.jpg');
  background-position: 50% 50%;
}

.logo {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.red-zag {
  background-image: url('../images/red-zag_1red-zag.png');
  background-position: 50% 100%;
  background-size: auto 18%;
  background-repeat: repeat-x;
}

.big-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin: 2em auto;
  padding-bottom: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.right-arrow-2 {
  display: none;
}

.logo-row {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1400px;
  min-width: auto;
  margin-top: 3em;
  margin-bottom: 3em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.75em;
  grid-row-gap: 1.5em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.green-wave-ul {
  padding-left: 0px;
  background-image: url('../images/green-wave_1green-wave.png');
  background-position: 50% 100%;
  background-size: auto 20%;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.left-arrow-2 {
  display: none;
}

.close-quote {
  padding-right: 15px;
  background-image: url('../images/quotes-r_1quotes-r.png');
  background-position: 100% 30%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.slider-2 {
  display: block;
  overflow: hidden;
  height: 500px;
  margin: 3em 2em 5em;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.txt-drop {
  display: block;
}

.open-quote {
  overflow: visible;
  padding-left: 15px;
  background-image: url('../images/quotes-l_1quotes-l.png');
  background-position: 0% 0%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-size: 2em;
}

.green-zag-ul {
  background-image: url('../images/green-zag-8_1green-zag-8.png');
  background-position: 50% 100%;
  background-size: auto 18%;
  background-repeat: repeat-x;
}

.image-16 {
  width: 150px;
}

.footer-logo {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 2;
  -webkit-flex: 2 50%;
  -ms-flex: 2 50%;
  flex: 2 50%;
  background-color: transparent;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 40px;
  padding-right: 2.5em;
  padding-left: 2.5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 25%;
  -webkit-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  background-color: transparent;
}

.footer-btm {
  display: block;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 2;
  -webkit-flex: 2 50%;
  -ms-flex: 2 50%;
  flex: 2 50%;
  background-color: transparent;
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  z-index: 200;
  height: auto;
  margin-top: 0px;
  padding-bottom: 60px;
  background-color: #1d1e22;
}

.social {
  margin-right: 0.5em;
}

.footer-link-sm {
  display: inline;
  margin-right: 40px;
  color: #969ea8;
  font-size: 1em;
  line-height: 1.25em;
  font-style: normal;
  text-decoration: none;
}

.code {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.samp-filter {
  margin-bottom: 10px;
}

.samp-filter.multi {
  margin-bottom: 30px;
}

.product-footer-text {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #909090;
  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
}

.card-product-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 20px 20px;
  background-color: #f9f9f9;
  box-shadow: 0 20px 34px 0 rgba(11, 11, 44, 0.04), 0 4px 8px 0 rgba(11, 11, 44, 0.02), 0 10px 34px 0 rgba(52, 52, 255, 0.05);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
}

.card-product-footer:hover {
  box-shadow: 0 5px 18px 0 rgba(11, 11, 44, 0.04), 0 1px 2px 0 rgba(11, 11, 44, 0.02), 0 3px 15px 0 rgba(52, 52, 255, 0.05);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 20px 34px 0 rgba(11, 11, 44, 0.04), 0 4px 8px 0 rgba(11, 11, 44, 0.02), 0 10px 34px 0 rgba(52, 52, 255, 0.05);
  -webkit-transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: box-shadow 350ms ease, -webkit-transform 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease;
  transition: transform 350ms ease, box-shadow 350ms ease, -webkit-transform 350ms ease;
}

.card:hover {
  box-shadow: 0 5px 18px 0 rgba(11, 11, 44, 0.04), 0 1px 2px 0 rgba(11, 11, 44, 0.02), 0 3px 15px 0 rgba(52, 52, 255, 0.05);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.card.prodotto {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  display: block;
  overflow: visible;
  padding: 24px 26px 51px;
  border-radius: 24px;
  box-shadow: 0 14px 44px 0 rgba(0, 0, 0, 0.06);
}

.card.prodotto:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.profile {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  display: block;
  overflow: visible;
  padding: 24px 26px 51px;
  border-radius: 24px;
  box-shadow: 0 14px 44px 0 rgba(0, 0, 0, 0.06);
  -o-object-fit: fill;
  object-fit: fill;
}

.card.profile:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card.profile {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: block;
  overflow: visible;
  padding: 24px 26px 51px;
  border-radius: 24px;
  box-shadow: 0 14px 44px 0 rgba(0, 0, 0, 0.06);
  -o-object-fit: fill;
  object-fit: fill;
}

.card.profile:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.main-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 800px;
  -ms-flex: 0 800px;
  flex: 0 800px;
}

.course-card-price {
  color: #0b0b2c;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 500;
}

.container-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1300px;
  margin: 60px auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1.5fr;
  grid-template-columns: 0.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-content {
  padding: 23px 20px 35px;
  border-radius: 20px;
}

.product-grid {
  display: -ms-grid;
  display: grid;
  margin-top: auto;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.divider.course-card {
  margin-top: 20px;
  margin-bottom: 20px;
}

.filter-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}

.level-icon {
  max-height: 25px;
  max-width: 25px;
  margin-right: 8px;
  margin-left: 8px;
}

.title.prodotti {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-size: 1.8em;
}

.title.prodotti:hover {
  color: #ffd200;
}

.title.profile {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  font-size: 2em;
}

.title.profile:hover {
  color: #ffd200;
}

.product-details-anteprima {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 0.25fr 1.75fr;
  grid-template-columns: 0.25fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info-icon {
  width: 25px;
  max-height: 25px;
  max-width: 25px;
  margin-right: 8px;
}

.card-image-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filter-header {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px;
  color: #000;
}

.hint-text {
  margin-top: 3px;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #777;
  font-size: 12px;
  line-height: 16px;
}

.hint-text.disclaimer {
  margin-top: 2em;
  margin-bottom: 0px;
  color: #8f8f8f;
}

.card-title-link {
  margin-bottom: 12px;
}

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

.image.course {
  -o-object-fit: cover;
  object-fit: cover;
}

.image.prodotto-image {
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.prodotto-logo {
  width: 250px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 10px;
}

.filter-container {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  padding: 24px;
  border: 1px none #e8e8e8;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 #e9e9e9;
}

.paragraph.course {
  font-size: 1.2em;
  text-decoration: none;
}

.product-detail-info-text {
  font-size: 18px;
  line-height: 1.2em;
}

.product-detail-info-text.title-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  color: #0b0b2c;
}

.prodotto-descrizione {
  max-width: 600px;
  color: #333;
  font-size: 1.75em;
  line-height: 1.25em;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.product-card-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -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;
}

.about-prodotto {
  max-width: 70%;
}

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

.course-compare-at-price {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.11em;
  letter-spacing: 0.01em;
  text-decoration: line-through;
}

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

.course-price {
  color: #0b0b2c;
  font-size: 28px;
  line-height: 1.161em;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.product-info-detail-and-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.heading-mobile {
  display: none;
}

.spacer.course {
  width: 30px;
}

.prodotto-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.course-preview-2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 24px;
}

.title-prodotto {
  font-size: 3em;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 11px;
}

.prodotto-grid {
  margin-top: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.product-logo-marchio {
  text-align: center;
}

.top-content {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-content.course {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.prodotto-details {
  margin-top: 29px;
}

.course-detail-text {
  font-size: 18px;
  line-height: 1.2em;
}

.course-detail-text.title-color {
  color: #0b0b2c;
}

.product-info-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  -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;
}

.compare-at-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.course-detail-icon {
  max-height: 25px;
  max-width: 25px;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.bg-course {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  z-index: -1;
  min-height: 580px;
  background-color: #fafafa;
}

.sidebar.prodotto {
  display: block;
  max-width: 30%;
  min-width: 30%;
}

.sidebar.profile {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  display: block;
  max-width: 30%;
  min-width: 30%;
  -o-object-fit: fill;
  object-fit: fill;
}

.prodotto-price-wrapper {
  display: block;
  margin-bottom: 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.accordion-item-content {
  display: none;
  overflow: visible;
  width: 80%;
  height: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0;
  font-size: 1.25em;
  line-height: 1.25em;
}

.accordion-item-content.paragraph-2.faq {
  display: block;
  width: 95%;
  height: auto;
  opacity: 1;
  font-size: 1.25em;
}

.heading-approfondimento {
  font-size: 4em;
  line-height: 1em;
}

.faq-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: -25%;
  padding: 2em 2em 2em 25%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 60px 60px 0px;
  background-color: #e7f5fb;
  cursor: default;
}

.accordion-wrapper {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.field-label-2 {
  display: none;
  color: rgba(55, 66, 82, 0.9);
  font-weight: 600;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkbox-label {
  opacity: 0.7;
  color: #2d323e;
  font-weight: 500;
}

.link-3 {
  margin-left: 3px;
  color: #009da3;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.link-3:hover {
  text-decoration: underline;
}

.text-field-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field-box._2 {
  width: 100%;
}

.form-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 500px;
  -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-block-8 {
  margin-right: 3px;
  font-size: 16px;
}

.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-4 {
  color: #2d323e;
}

.div-block-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field {
  margin-bottom: 15px;
}

.text-field-3 {
  height: 45px;
  border-radius: 5px;
  font-size: 15px;
}

.text-field-3:focus {
  border: 1px solid #009da3;
}

.success-message {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: rgba(0, 157, 163, 0.12);
  color: #009da3;
  font-weight: 600;
}

.form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-2 {
  margin-left: 10px;
  text-align: center;
}

.flex-full {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flex-full.pricing {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-9 {
  display: inline-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;
  color: #374252;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.text-block-9._2 {
  color: #fff;
}

.illo-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-21 {
  height: 25px;
}

.heading-20 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: rgba(55, 66, 82, 0.8);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.social-login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  height: 45px;
  -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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border: 1.1px solid #e4e4e4;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 #dbdbdb;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  text-decoration: none;
}

.social-login:hover {
  border-color: #dbdbdb;
  background-color: #f9f9f9;
}

.social-login:active {
  background-color: #f2f2f2;
  box-shadow: 1px 0 3px 0 #dbdbdb;
}

.social-login.facebook {
  border-color: #3b5998;
  background-color: #3b5998;
}

.social-login.facebook:hover {
  opacity: 0.95;
}

.checkbox {
  width: 14px;
  height: 14px;
}

.checkbox.w--redirected-checked {
  background-color: #2d323e;
}

.form-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._1px-div-line {
  width: 40%;
  height: 0.8px;
  background-color: #e4e4e4;
}

.illo {
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 600px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  border: 2px none #000;
  border-radius: 0px;
  background-color: transparent;
}

.link-block-7 {
  background-color: #ffd200;
}

.profile-form {
  margin-top: 40px;
}

.rete-lista {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -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;
}

.rete-data {
  width: 20%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

.rete-avatar-pic {
  display: block;
  max-width: 25px;
}

.rete-nome {
  width: 70%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.rete-avatar {
  width: 10%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button-invite {
  position: relative;
  left: 0px;
  right: 0px;
  display: inline-block;
  height: auto;
  min-width: 140px;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #43b19f;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: 400;
  text-align: center;
}

.button-invite:hover {
  background-color: #ffd200;
  color: #151b35;
}

.vendita-provvigioni {
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-transform: none;
}

.dropdown-container {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-list {
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
}

.text-block-10 {
  font-weight: 700;
}

.text-block-10.product-title {
  display: inline-block;
  margin-right: 12px;
}

.text-block-10.vendita-nome {
  display: inline-block;
  margin-right: 12px;
}

.div-block {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vendita-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  background-color: #fff;
  cursor: pointer;
}

.vendita-container:hover {
  background-color: rgba(242, 244, 246, 0.41);
}

.vendite-info-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  -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;
}

.importo {
  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;
  text-align: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-23 {
  position: static;
}

.vendita-info {
  margin-top: 15px;
}

.ask-payment {
  display: block;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-dropdown-toggle {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  border-radius: 5px;
  background-color: #fff;
  font-size: 14px;
  line-height: 14px;
}

.filter-button {
  padding: 6px 12px;
  border-radius: 2px;
  background-color: rgba(94, 114, 228, 0.12);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #5e72e4;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.filter-button:hover {
  background-color: rgba(94, 114, 228, 0.08);
  color: rgba(135, 152, 250, 0.9);
}

.filter-button.reset-button {
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 36px;
  background-color: #5e72e4;
  background-image: url('../images/refresh-cw.svg');
  background-position: 12px 50%;
  background-size: auto 14px;
  background-repeat: no-repeat;
  color: #fff;
}

.filter-button.reset-button:hover {
  background-color: #5163c9;
}

.filter-button.reset-button.jetboost-filter-none-bmow.jetboost-filter-none-g47e.jetboost-filter-none-nz8n.jetboost-list-search-reset-g866 {
  background-color: #151b35;
}

.vendita-importo {
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: none;
}

.vendita-rete-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  background-color: #fff;
  cursor: pointer;
}

.vendita-rete-container:hover {
  background-color: rgba(242, 244, 246, 0.41);
}

.vendita-author {
  margin-left: 5px;
  font-size: 11px;
  line-height: 18px;
}

.image-container {
  width: 80px;
  min-width: 80px;
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.search {
  height: 34px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  border-radius: 5px;
}

.vendita-data {
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-transform: none;
}

.product-list-wrapper {
  display: block;
  overflow: hidden;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 800px;
  -ms-flex: 0 800px;
  flex: 0 800px;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 #eee;
  text-align: left;
}

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

.tag-vendita-diretta {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: rgba(71, 231, 149, 0.33);
  color: #05b169;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.tag-confermato {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: rgba(51, 153, 255, 0.33);
  color: #0080ff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.filter-dropdown-list.w--open {
  margin-top: -10px;
  padding: 8px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  border-radius: 5px;
  background-color: #fdfdfd;
  box-shadow: 1px 1px 3px 0 rgba(56, 56, 56, 0.15);
}

.help {
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
}

.search-filters {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter-dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.importo-value {
  margin-top: 5px;
}

.earnings-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 94px;
  min-height: 94px;
  min-width: 85px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
}

.search-form {
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.item {
  width: 100%;
}

.tag-vendita-tramite-rete {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: rgba(255, 212, 104, 0.38);
  color: #e4912b;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

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

.paragraph-home {
  font-size: 35px;
  line-height: 38px;
}

.heading-home-slider {
  font-size: 5em;
  line-height: 1.2em;
  text-align: left;
}

.youtube {
  margin-bottom: 20px;
}

.profilo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.approfondimento-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px;
  background-color: transparent;
  font-size: 16px;
}

.logo-img {
  width: 150px;
}

.brand {
  margin-right: 20px;
  padding: 0px 12px 0px 0px;
}

.line-break {
  width: 1px;
  min-height: 25px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #ddd;
}

.nav-link-menu {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 60px;
  min-width: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 10px;
  float: right;
  clear: left;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #181818;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-menu:hover {
  -webkit-perspective: 627px;
  perspective: 627px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  color: #181818;
  text-decoration: underline;
}

.nav-link-menu.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #181818;
  font-weight: 700;
}

.profile-image {
  width: 26px;
  margin-left: 10px;
  border-radius: 20px;
}

.navbarnew {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc;
}

.nav-menu-dropdown-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #3f0a3d;
}

.navigation-div-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 60px;
  max-width: 1024px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-menu {
  margin-left: 10px;
  padding: 12px 25px;
  border-radius: 4px;
  background-color: #151b35;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}

.btn-menu:hover {
  background-color: #ffd200;
  color: #151b35;
}

.wrapper-home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 2.5em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px;
  background-color: transparent;
  font-size: 16px;
}

.nav-text {
  display: block;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1d1e22;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  cursor: pointer;
}

.nav-text:hover {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: url('../images/highlight-100_1highlight-100.png');
  background-position: 50% 100%;
  background-size: 100% 12%;
  background-repeat: repeat-x;
}

.nav-text.white {
  display: block;
  width: auto;
  margin-bottom: 0.5em;
  padding-bottom: 0px;
  color: #fff;
  font-size: 1.25em;
  text-decoration: none;
}

.nav-text.white:hover {
  background-image: none;
}

.video_play_link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding-left: 2px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0.2em;
  border-color: #fff;
  border-radius: 50%;
  background-color: #151b35;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.video_play_link:hover {
  border-color: #faaa04;
  background-color: #faaa04;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (min-width: 1280px) {
  .footer-logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .footer-content {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-links {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media screen and (min-width: 1440px) {
  .footer-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .footer-links {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .container-default {
    max-width: 1320px;
  }

  .youtube {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbarnew {
    background-color: #fcfcfc;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    font-size: 1.25em;
    white-space: nowrap;
  }

  .hero {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/394-felix-0219-jir-l_0--edit.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/394-felix-0219-jir-l_0--edit.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

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

  .right {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .interview-header {
    font-size: 2.5em;
  }

  .lg-img-lft {
    background-image: url('../images/women-of-vettery.jpg');
    background-position: 50% 50%;
  }

  .lg-img-lft.sales {
    background-size: cover;
  }

  .lg-img-rt.biz {
    background-size: cover;
  }

  .logo {
    margin: 0.5em;
  }

  .logo-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr 1fr minmax(200px, 1fr);
    grid-template-columns: 1fr 1fr minmax(200px, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider-2 {
    margin-bottom: 5em;
  }

  .footer-logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 14px;
  }

  .footer-btm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 14px;
  }

  .card-product-footer {
    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;
  }

  .card {
    display: block;
  }

  .card.prodotto {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card.profile {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .card.profile {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .product-card-wrapper {
    padding-right: 20px;
    padding-left: 5px;
  }

  .container-grid {
    grid-column-gap: 5px;
  }

  .product-grid {
    grid-row-gap: 27px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-image-link {
    display: none;
    min-width: 39%;
  }

  .image.course {
    height: auto;
    min-height: 100%;
  }

  .filter-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph.course {
    font-size: 18px;
    line-height: 20px;
  }

  .product-detail-info-text.title-color {
    margin-left: auto;
  }

  .about-prodotto {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

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

  .spacer.course {
    display: none;
  }

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

  .course-preview-2 {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .title-prodotto {
    display: none;
    overflow: visible;
  }

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

  .top-content.course {
    max-width: 754px;
  }

  .bg-course {
    min-height: 850px;
  }

  .sidebar.prodotto {
    display: block;
    max-width: 80%;
    min-width: 80%;
  }

  .sidebar.profile {
    display: block;
    max-width: 80%;
    min-width: 80%;
  }

  .text-field-box {
    width: 49%;
  }

  .form-box {
    width: 550px;
    margin-top: 0%;
  }

  .div-block-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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .image-21 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .filter-button:hover {
    background-color: rgba(94, 114, 228, 0.12);
    color: #5e72e4;
  }

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

  .item {
    min-width: 540px;
  }

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

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

  .brand {
    margin-right: 10px;
    margin-left: 5px;
    padding: 0px;
  }

  .line-break {
    display: none;
  }

  .icon-menu {
    margin-top: 18px;
    color: #000;
  }

  .nav-link-menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .nav-link-menu.w--current {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .navbarnew {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .menu-button-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(2, 103, 107, 0.1);
    color: #603eff;
  }

  .menu-button-open.w--open {
    border-color: #02676b;
    background-color: #603eff;
    color: #603eff;
  }

  .nav-menu-dropdown-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    color: #fff;
  }

  .navigation-div-menu {
    position: relative;
    width: 100%;
    min-height: auto;
    padding: 0px;
  }

  .btn-menu {
    padding: 10px;
  }

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

  .nav-text {
    font-size: 1.25em;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .button {
    font-size: 1.5em;
  }

  .nav-link {
    font-size: 1.25em;
  }

  .hero {
    height: auto;
  }

  .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wrapper.flip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .paragraph-sm {
    font-size: 1.5em;
  }

  .circle-center {
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .interview-flex {
    margin-left: -2em;
    padding-left: 2em;
  }

  .left {
    width: 100%;
    min-width: auto;
    margin-right: auto;
  }

  .left.interview {
    position: relative;
    top: auto;
    max-width: 1090%;
  }

  .right {
    width: 100%;
    margin-left: auto;
  }

  .right.interview {
    width: 90%;
    margin-left: 0px;
  }

  .lg-img-lft {
    position: relative;
    width: 100%;
    height: 40vh;
    margin-right: auto;
    margin-left: -2.5em;
    border-top-right-radius: 1400px;
    border-bottom-right-radius: 1400px;
    background-position: 100% 50%;
  }

  .lg-img-rt {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    background-position: 0% 50%;
    background-attachment: scroll;
  }

  .lg-img-rt.biz {
    height: 40vh;
    margin-right: -2.5em;
  }

  .lg-img-rt.emp-hero {
    display: none;
  }

  .logo {
    min-width: 100px;
    margin-right: 2em;
    margin-left: 2em;
  }

  .big-quote {
    margin-top: 0px;
  }

  .logo-row {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr minmax(200px, 1fr);
    grid-template-columns: 1fr 1fr minmax(200px, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slider-2 {
    height: 550px;
    margin-bottom: 5em;
  }

  .footer-logo {
    width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }

  .footer-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-links {
    margin-left: 0px;
  }

  .footer-btm {
    margin-bottom: 20px;
  }

  .card-product-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .product-grid {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
  }

  .divider.course-card {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .filter-container {
    position: static;
  }

  .course-preview-2 {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .top-content {
    -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;
    text-align: center;
  }

  .top-content.course {
    max-width: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .form-box {
    width: auto;
    margin-top: 5%;
  }

  .flex-full {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-full.pricing {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .illo {
    width: 80%;
  }

  .button-invite {
    font-size: 1.5em;
  }

  .dropdown-3 {
    display: block;
  }

  .div-block-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter-dropdown-toggle {
    margin-right: 0px;
  }

  .filter-button.reset-button {
    width: 100%;
    padding-left: 12px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .search-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .filter-dropdown {
    display: block;
  }

  .search-form {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .item {
    min-width: 360px;
  }

  .approfondimento-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-link-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    -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;
    background-color: #fff;
    text-align: center;
  }

  .wrapper-home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-text {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 479px) {
  .button {
    min-width: auto;
    padding: 1em 1.5em;
    font-size: 1.75em;
  }

  .button.ask-payment {
    font-size: 1.25em;
  }

  .nav-link.white {
    font-size: 1.5em;
  }

  .pagina.profilo {
    margin-top: 40px;
    padding-top: 0px;
  }

  .pagina.vendite {
    padding-top: 0px;
  }

  .pagina.prodotti {
    margin-top: 60px;
  }

  .pagina.prodotto {
    margin-top: 60px;
  }

  .hero {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.49)), to(hsla(0, 0%, 100%, 0.49))), url('../images/home-first.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.49), hsla(0, 0%, 100%, 0.49)), url('../images/home-first.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
  }

  .wrapper {
    padding: 3em 1.25em 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .wrapper.flip {
    margin-top: 20px;
  }

  .wrapper.blue-bg {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .wrapper.home {
    margin-top: 40px;
  }

  .paragraph-sm {
    max-width: 100%;
    font-size: 1.75em;
  }

  .circle-center {
    padding-right: 1em;
    padding-left: 1em;
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .background-video {
    width: auto;
    margin-right: -2.5em;
    margin-left: -2.5em;
  }

  .center {
    max-width: none;
  }

  .interview-flex {
    margin-left: auto;
    padding-right: 0.5em;
    padding-left: 1em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .left {
    height: auto;
    padding-top: 0em;
    padding-bottom: 1em;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .right {
    padding-top: 0em;
    padding-bottom: 0em;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .right.interview {
    width: auto;
  }

  .interview-header {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .yellow-dot-ul {
    background-size: auto 12%;
  }

  .heading-home {
    margin-bottom: 20px;
    font-size: 4em;
    text-align: center;
  }

  .lg-img-lft {
    height: 30vh;
    margin-left: auto;
    border-radius: 500px 500px 0px;
  }

  .lg-img-lft.sales {
    background-size: cover;
  }

  .slide-nav-2 {
    position: relative;
    display: block;
  }

  .blue-dot-ul {
    background-size: auto 12%;
  }

  .lg-img-rt {
    height: 30vh;
    margin-right: auto;
    margin-left: auto;
    border-radius: 500px 500px 500px 0px;
  }

  .lg-img-rt.biz {
    height: 30vh;
    background-position: 50% 20%;
    background-size: cover;
  }

  .lg-img-rt.emp-hero {
    display: none;
  }

  .logo {
    max-width: 100%;
    min-width: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph-3 {
    font-size: 2em;
  }

  .big-quote {
    max-width: 90%;
    margin-top: 0em;
    margin-bottom: 0em;
    padding-bottom: 0em;
    text-align: left;
  }

  .logo-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: minmax(auto, 1fr) auto auto;
    grid-template-rows: minmax(auto, 1fr) auto auto;
  }

  .close-quote {
    background-position: 70% 0%;
    background-size: 15px;
  }

  .slider-2 {
    overflow: hidden;
    height: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-bottom: 0em;
  }

  .open-quote {
    background-position: 30% 0%;
    background-size: 15px;
    font-size: 1.5em;
  }

  .image-16 {
    width: 150px;
  }

  .footer-content {
    margin-right: 2.5em;
    margin-left: 2.5em;
    padding-right: 0em;
    padding-left: 0em;
  }

  .footer-link-sm {
    display: block;
    margin-bottom: 0.5em;
  }

  .card.prodotto {
    position: static;
    display: block;
  }

  .card.profile {
    position: static;
    display: block;
  }

  .card.profile {
    position: static;
    display: block;
  }

  .main-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .course-card-price {
    font-size: 18px;
  }

  .container-grid {
    margin-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .divider.course-card {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .card-image-link {
    display: block;
  }

  .image.prodotto-logo {
    width: 200px;
  }

  .paragraph.course {
    font-size: 16px;
    line-height: 18px;
  }

  .product-detail-info-text.title-color {
    margin-left: auto;
    font-style: italic;
  }

  .icon-wrapper {
    margin-bottom: 14px;
  }

  .product-card-details-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .container-default {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-mobile {
    display: block;
  }

  .prodotto-wrapper {
    display: -ms-grid;
    display: grid;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .course-preview-2 {
    margin-bottom: 20px;
  }

  .title-prodotto {
    display: none;
  }

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

  .top-content.course {
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-info-detail-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .course-detail-icon {
    width: 20px;
    height: 20px;
  }

  .sidebar.prodotto {
    position: static;
    display: block;
    max-width: 100%;
    min-width: 100%;
    margin-top: auto;
  }

  .sidebar.profile {
    position: static;
    display: block;
    max-width: 100%;
    min-width: 100%;
    margin-top: 40px;
  }

  .accordion-item-content {
    width: 90%;
  }

  .accordion-item-content.paragraph-2.faq {
    width: 100%;
  }

  .heading-approfondimento {
    font-size: 2em;
  }

  .faq-container {
    margin-left: -20px;
    padding-right: 1em;
    padding-left: 10%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-3 {
    white-space: nowrap;
  }

  .text-field-box {
    width: 100%;
  }

  .form-wrapper {
    max-width: 460px;
  }

  .text-block-8 {
    white-space: nowrap;
  }

  .social-box {
    margin-bottom: 0%;
  }

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

  .form-box {
    width: auto;
    margin-top: 0%;
  }

  .social-login {
    width: 48%;
    height: 45px;
  }

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

  .button-invite {
    min-width: auto;
    padding: 0.25em 1em;
    font-size: 1.75em;
  }

  .dropdown-3 {
    display: block;
  }

  .vendite-info-detail-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .filter-dropdown-toggle {
    margin-right: 0px;
  }

  .filter-button.reset-button {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .image-container {
    display: none;
  }

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

  .search-filters {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .filter-dropdown {
    display: block;
  }

  .search-form {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .item {
    min-width: 125px;
  }

  .tag-vendita-tramite-rete {
    margin-bottom: 4px;
  }

  .paragraph-home {
    font-size: 28px;
  }

  .heading-home-slider {
    font-size: 3em;
    text-align: center;
  }

  .profilo-wrapper {
    display: -ms-grid;
    display: grid;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .approfondimento-wrapper {
    padding: 3em 1em 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .nav-link-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    background-color: #fff;
    font-size: 22px;
    text-align: center;
  }

  .nav-link-menu.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
  }

  .profile-image {
    display: none;
  }

  .menu-button-open.w--open {
    background-color: #ffd200;
    color: #ffd200;
  }

  .nav-menu-dropdown-2 {
    padding-top: 20px;
  }

  .btn-menu {
    margin-left: auto;
    padding: 20px;
    font-size: 22px;
  }

  .wrapper-home {
    padding: 3em 1em 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .nav-text.white {
    font-size: 1.25em;
  }
}

#w-node-10567e7d06f4-0573eda9 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-10567e7d06f4-0573eda9 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-648e953abe3c-384ab3d8 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-aece9e427fa2-7c6002a1 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-17c74f73f685-2cb7ad26 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-10567e7d06f4-0573eda9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-10567e7d070d-0573eda9 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-10567e7d06f4-0573eda9 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  .product-card-content {
    height: 570px !important;
  }
}

