@font-face {
  font-family: "Helvetica";
  src: url("../webfonts/Helvetica.woff2") format("woff2"), url("../webfonts/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../webfonts/Helvetica-Bold.woff2") format("woff2"), url("../webfonts/Helvetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica";
  src: url("../webfonts/Helvetica-Oblique.woff2") format("woff2"), url("../webfonts/Helvetica-Oblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #3c2462;
  background-color: #fff;
}

b, strong {
  font-weight: 700;
}

a, button {
  color: #3c2462;
  outline: none !important;
  box-shadow: none !important;
}
a:hover, button:hover {
  color: #3c2462;
  text-decoration: none;
}

/* Breakpoint for extra-small viewport */
/* Breakpoint for small viewport */
/* Breakpoint for medium viewport */
/* Breakpoint for large viewport */
/* Breakpoint for extra-large viewport */
@media (max-width: 1199.98px) {
  .container {
    max-width: none;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: end;
  min-height: 100vh;
  width: 100%;
}
.wrapper .header, .wrapper .content, .wrapper .footer {
  width: 100%;
}
.wrapper .header, .wrapper .footer {
  position: relative;
  z-index: 3;
}

.color--primary {
  color: #745EAE !important;
}

.color--secondary {
  color: #3c2462 !important;
}

.color--yellow {
  color: yellow !important;
}

.color--white {
  color: #fff !important;
}

.color--body-bg-2 {
  color: #F5F5F5 !important;
}

.color--errorstate {
  color: #fd8f8f !important;
}

.color--validation {
  color: #13a708 !important;
}

.bg--primary {
  background: #745EAE !important;
}

.bg--secondary {
  background: #3c2462 !important;
}

.bg--yellow {
  background: yellow !important;
}

.bg--white {
  background: #fff !important;
}

.bg--body-bg-2 {
  background: #F5F5F5 !important;
}

.bg--errorstate {
  background: #fd8f8f !important;
}

.bg--validation {
  background: #13a708 !important;
}

.material-icons {
  font-size: inherit;
  vertical-align: middle;
  font-size: 1.5em;
  margin-left: 4px;
  margin-right: 4px;
}

.text-title--58 {
  font-size: 58px;
}
@media (max-width: 767.98px) {
  .text-title--58 {
    font-size: 30px;
    line-height: 27px;
  }
}
.text-title--45 {
  font-family: "Helvetica", sans-serif;
  font-size: 45px;
  line-height: 55px;
}
@media (max-width: 767.98px) {
  .text-title--45 {
    font-size: 40px;
    line-height: 40px;
  }
}
.text-title--38 {
  font-size: 38px;
  line-height: 40px;
}
@media (max-width: 767.98px) {
  .text-title--38 {
    font-size: 24px;
    line-height: 29px;
  }
}
.text-title--30 {
  font-size: 30px;
}
.text-title--26 {
  font-size: 26px;
}
@media (max-width: 767.98px) {
  .text-title--26 {
    font-size: 20px;
    line-height: 25px;
  }
}
.text-title--22 {
  font-size: 22px;
}
.text-title--border {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.text-title--border:after {
  content: "";
  position: absolute;
  width: 106%;
  height: 7px;
  bottom: 0px;
  left: -3%;
  background-color: #745EAE;
}
.text-link--underline {
  text-decoration: underline;
}
.text-link--underline:hover {
  text-decoration: underline;
}

.font-family--2 {
  font-family: "Helvetica", sans-serif;
}
.font-size--xsmall {
  font-size: 11px !important;
}
.font-size--small {
  font-size: 12px !important;
}
.font-size--base {
  font-size: 14px !important;
}
.font-size--large {
  font-size: 16px !important;
}
.font-size--xlarge {
  font-size: 18px !important;
}
.font-weight--regular {
  font-weight: normal !important;
}
.font-weight--bold {
  font-weight: bold !important;
}

.cursor-pointer {
  cursor: pointer;
}

.mt-5 {
  margin-top: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.m-60 {
  margin: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.m-90 {
  margin: 90px !important;
}

.p-90 {
  padding: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.m-120 {
  margin: 120px !important;
}

.p-120 {
  padding: 120px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.m-150 {
  margin: 150px !important;
}

.p-150 {
  padding: 150px !important;
}

.w-auto {
  width: auto !important;
}

.animation__arrow-right, .animation__arrow-left {
  transform: translateX(0);
  transition: transform 0.3s ease;
  display: inline-block;
}
.animation:hover .animation__arrow-right {
  transform: translateX(2px);
}
.animation:hover .animation__arrow-left {
  transform: translateX(-2px);
}

.form-group {
  margin-bottom: 25px;
}
.form-group label {
  font-size: 16px;
  font-weight: bold;
}
.form-group.required label:after {
  content: "*";
}
.form-group .form-control {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #3c2462;
  font-size: 16px;
  color: #3c2462;
}
.form-group .form-control:focus, .form-group .form-control:hover {
  box-shadow: none;
  border-bottom: 1px solid #745EAE;
  background-color: transparent;
}
.form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  color: #3c2462;
}
.form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #3c2462;
}
.form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  color: #3c2462;
}
.form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #3c2462;
}
.form-group select.form-control {
  padding-left: 5px;
}
.form-group .custom-control {
  padding-left: 30px;
  margin-top: 20px;
  min-height: 20px;
}
.form-group .custom-control-label {
  font-weight: normal;
}
.form-group .custom-control-label::before {
  width: 20px;
  height: 20px;
  top: 0;
  left: -30px;
  border-color: #3c2462 !important;
  box-shadow: none !important;
}
.form-group .custom-control-label::after {
  width: 20px;
  height: 20px;
  left: -30px;
  top: 0;
}
.form-group .custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.form-group .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #745EAE;
}

.invalid-feedback {
  color: yellow;
}

.has-error .form-control {
  border-color: #fd8f8f;
}

.help-block,
.help-block-error {
  color: #58151C;
  font-weight: normal;
  font-size: 12px;
  background-color: #f8d7da;
  padding: 5px;
  border-radius: 3px;
  margin: 10px 0;
}

.btn {
  color: #fff;
  background-color: #3c2462;
  padding: 12px 24px;
  text-transform: uppercase;
  border-radius: 0;
  font: 16px "Helvetica", sans-serif;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.btn:hover {
  background-color: #472b75;
  color: #fff;
}

.btn--small {
  font-size: 12px;
  padding: 15px 30px;
}

.btn--large {
  font-size: 20px;
  padding: 12px 24px;
}

.btn--primary {
  background-color: #745EAE;
}
.btn--primary:hover {
  background-color: #836fb7;
  color: #fff;
}

.btn--secondary {
  background-color: #3c2462;
}
.btn--secondary:hover {
  background-color: #472b75;
  color: #fff;
}

.btn--tertiary {
  background-color: #ED7D31;
}
.btn--tertiary:hover {
  background-color: #ef8c48;
  color: #fff;
}

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

.btn--pink {
  background-color: rgb(252, 233, 221);
}
.btn--pink:hover {
  background-color: #fef8f4;
  color: #fff;
}

.btn--bordered-primary {
  background: transparent;
  border: 2px solid #745EAE;
  color: #745EAE;
  padding: 6px 18px;
}
.btn--bordered-primary:hover {
  background: transparent;
  color: #6751a1;
  border-color: #6751a1;
}

.btn--bordered-secondary {
  background: transparent;
  border: 2px solid #3c2462;
  color: #3c2462;
  padding: 6px 18px;
}
.btn--bordered-secondary:hover {
  background: transparent;
  color: #311d4f;
  border-color: #311d4f;
}

.btn--bordered-tertiary {
  background: transparent;
  border: 2px solid #888;
  color: #888;
  padding: 6px 18px;
}
.btn--bordered-tertiary:hover {
  background: transparent;
  color: #7b7b7b;
  border-color: #7b7b7b;
}

.btn--min {
  min-width: 280px;
}

.btn--white {
  color: #3c2462 !important;
}
.btn--white i {
  color: #C8778E;
}

.btn--pink {
  color: #3c2462 !important;
}
.btn--pink i {
  color: #C8778E;
}

.btn--select-interessi {
  background-color: transparent !important;
  border: 0;
  color: #fff !important;
  font-size: 16px !important;
}
.btn--select-interessi .btn-select-img {
  width: 100%;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.98px) {
  .btn--select-interessi .btn-select-img {
    width: 50%;
    margin: 0 25%;
  }
}
.btn--select-interessi.active .btn-select-img {
  opacity: 1;
}

.border--right {
  border-right: 1px solid;
}
.border--left {
  border-left: 1px solid;
}
.border--all {
  border: 1px solid;
}
.border--radius {
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .border--hidden-sm {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .border--hidden-md {
    border: 0;
  }
}

.header {
  font-size: 14px;
  width: 100%;
  background-color: #6B54A1;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.header .navbar-brand {
  width: 90px;
}
.header .navbar-brand img {
  margin-left: 20px;
  height: 80px;
}
@media (max-width: 767.98px) {
  .header .navbar-brand {
    width: 70px;
  }
}
@media (max-width: 991.98px) {
  .header .navbar-brand img {
    height: 55px;
    margin-left: 10px;
  }
}
.header .navbar-brand-2 {
  width: 80px;
}
@media (max-width: 767.98px) {
  .header .navbar-brand-2 {
    width: 50px;
  }
}
.header .wbi-logo {
  height: 60px;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .header .wbi-logo {
    height: 40px;
    margin-right: 10px;
  }
}

.footer {
  background-color: #3c2462;
  padding: 20px 0 20px 0;
  color: #fff;
  margin-top: auto;
  width: 100%;
}
.footer a {
  color: #fff;
}

.scopri-profilo {
  background: url("../img/wave-bg.png") no-repeat center 80%, linear-gradient(0deg, rgb(200, 119, 142) 0%, rgb(137, 103, 158) 40%, rgb(116, 94, 174) 100%);
  background-size: contain;
  position: relative;
  /*&:before{
      content: '';
      position: absolute;
      top: 140px;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: url('../img/bk-scopri-il-tuo-profilo.png');
      background-position:top center;
      background-size: 100%;
      background-repeat: no-repeat;
  }*/
}
.scopri-profilo--survey {
  background: url("../img/wave-bg.png") no-repeat center center, linear-gradient(0deg, rgb(200, 119, 142) 0%, rgb(137, 103, 158) 40%, rgb(116, 94, 174) 100%);
}
.scopri-profilo--profili {
  background: url("../img/wave-bg-profile.png") no-repeat center center, linear-gradient(0deg, rgb(200, 119, 142) 0%, rgb(137, 103, 158) 40%, rgb(116, 94, 174) 100%);
}
.scopri-profilo__spacer {
  width: 60px;
  height: 3px;
  background-color: #3c2462;
  margin: 40px auto;
}
.scopri-profilo__panel {
  background-color: #fff;
  padding: 20px 20px 0px 20px;
  margin-bottom: 20px;
  color: #3c2462;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  .scopri-profilo__panel .col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .scopri-profilo__panel .form-group:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.scopri-profilo__reply {
  font-size: 18px !important;
}
@media (max-width: 767.98px) {
  .scopri-profilo__reply {
    font-size: 14px !important;
  }
}
.scopri-profilo__img {
  position: relative;
}
.scopri-profilo__img label {
  border: 6px solid transparent;
  opacity: 0.8;
  transition: all 0.3s ease;
  margin: 10px 0 0 0;
  cursor: pointer;
  width: 100%;
}
.scopri-profilo__img label img {
  width: 100%;
}
.scopri-profilo__img input {
  position: absolute;
  opacity: 0;
}
.scopri-profilo__img input:checked + label {
  opacity: 1;
  border: 6px solid #745EAE;
}

.profili {
  position: relative;
  min-height: 520px;
}
.profili img {
  position: absolute;
  width: 160px;
}
.profili-1 {
  left: 0;
  top: 120px;
}
.profili-2 {
  left: 25%;
  transform: translateX(-25%);
}
.profili-3 {
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
}
.profili-4 {
  left: 75%;
  transform: translateX(-75%);
}
.profili-5 {
  right: 0;
  top: 120px;
}
@media (max-width: 991.98px) {
  .profili img {
    max-width: 140px;
  }
}
@media (max-width: 767.98px) {
  .profili {
    min-height: 1120px;
  }
  .profili img {
    max-width: 140px;
  }
  .profili-1 {
    left: 7%;
    top: 0px;
  }
  .profili-2 {
    top: 170px;
    right: 7%;
    left: auto;
    transform: translateX(0);
  }
  .profili-3 {
    left: 7%;
    top: 380px;
    transform: translateX(0);
  }
  .profili-4 {
    left: 7%;
    top: 550px;
    right: 5%;
    left: auto;
    transform: translateX(0);
  }
  .profili-5 {
    left: 7%;
    right: auto;
    top: 765px;
  }
}
@media screen and (max-width: 374px) {
  .profili img {
    max-width: 138px;
  }
  .profili-1 {
    left: 0;
  }
  .profili-2 {
    right: 0;
    left: auto;
    transform: translateX(0);
  }
  .profili-3 {
    left: 0;
    transform: translateX(0);
  }
  .profili-4 {
    right: 0;
    transform: translateX(0);
  }
  .profili-5 {
    left: 0;
  }
}

.profilo {
  background: url("../img/wave-bg-profile.png") no-repeat center center, linear-gradient(0deg, rgb(200, 119, 142) 0%, rgb(137, 103, 158) 40%, rgb(116, 94, 174) 100%);
  background-size: contain;
}

.profili-profilo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profili-profilo img {
  max-width: 160px;
}
@media (max-width: 991.98px) {
  .profili-profilo img {
    max-width: 140px;
  }
}
@media (max-width: 767.98px) {
  .profili-profilo {
    justify-content: center;
  }
  .profili-profilo--spento {
    display: none;
  }
}

.profilo-bg {
  background-color: rgb(200, 119, 142);
}

.profilo-sapevi {
  margin: 50px 0 30px 0;
  font-size: 18px;
}

.profilo-desc {
  background-color: white;
  padding-top: 75px;
  padding-bottom: 75px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.profilo-desc h1 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.profilo-desc--img {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px 0;
  height: 120px;
  line-height: 2.5;
}
@media (max-width: 991.98px) {
  .profilo-desc--img {
    font-size: 48px;
    line-height: 3.2;
  }
}
@media (max-width: 767.98px) {
  .profilo-desc--img {
    font-size: 56px;
    height: 140px;
    line-height: 2.8;
  }
}
.profilo-desc .img-plus {
  background: url("../img/ellipse-plus.png") no-repeat center 70%;
  background-size: 40%;
}
.profilo-desc .img-minus {
  background: url("../img/ellipse-minus.png") no-repeat center 70%;
  background-size: 40%;
}
.profilo-desc .img-bussola {
  background: url("../img/ellipse-bussola.png") no-repeat center 82%;
  background-size: 42%;
}

.profilo-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .profilo-btns {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.result {
  color: #fff;
  text-align: center;
}
.result .result-focus {
  padding: 30px;
  border-radius: 50%;
  background-color: #fff;
  width: 50%;
  margin: 25% auto 30px auto;
  animation: scaleCard 2.5s forwards;
}
.result .result-focus img {
  width: 100%;
}
.result .result-focus--active {
  width: 100%;
  margin-top: 0;
}
@keyframes scaleCard {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  10% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(0.8);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.result__panel table {
  table-layout: fixed;
  width: 100%;
}
.result__panel table td,
.result__panel table th {
  padding: 0.3rem 0;
  word-wrap: break-word;
}
@media (max-width: 767.98px) {
  .result__panel table td,
  .result__panel table th {
    font-size: 11px;
  }
}
.result__panel table thead th {
  border-width: 1px;
}
.result__hr {
  height: 3px;
  background-color: #745EAE;
}
.result__define {
  background-color: #ebe5fb;
  padding: 2rem;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .result__define {
    padding: 1rem;
  }
}

/* Ratings widget */
.progress {
  border-radius: 0;
}
.progress-star {
  height: 40px;
  flex: 0 0 200px;
  position: relative;
}
.progress-star .progress-bar {
  background-color: #745EAE;
  position: relative;
  height: 100%;
}
.progress-star .progress-bar--1 {
  background-color: #745EAE;
}
.progress-star .progress-bar--2 {
  background-color: #A772A4;
}
.progress-star .progress-bar--3 {
  background-color: #E37B66;
}
.progress-star .progress-bar--4 {
  background-color: #ED7D31;
}
.progress-star .progress-bar--edit {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #baba34;
}
.progress-star:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/star-mask.png");
  background-size: 200px;
  top: 0;
  left: 0;
}
.progress-edit {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .progress-edit {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
}
.progress-input {
  width: 50px;
  height: 40px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  margin: 0 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.progress-btn {
  background-color: #745EAE;
  color: #fff;
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-btn:disabled, .progress-btn[disabled] {
  background-color: #e9ecef;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.login-title {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 48px;
}
@media (max-width: 991.98px) {
  .login-title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .login-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.login-form {
  width: 90%;
  max-width: 1110px;
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: absolute;
  bottom: 61px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (max-height: 780px) {
  .login-form {
    width: 100%;
    position: static;
    transform: translateX(0);
  }
}
.login-form label {
  color: #3c2462;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .login-form label {
    font-size: 18px;
  }
}
.login-form .form-group--login .form-control {
  border-color: #3c2462;
  color: #3c2462;
  text-align: center;
}
.login-form .form-group--login .form-control:focus, .login-form .form-group--login .form-control:hover {
  border-color: #3c2462;
}

.password-field {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.istruzioni {
  width: 100%;
  max-width: 1110px;
  background-color: white;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: absolute;
  bottom: 61px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.15);
}
.istruzioni h2 {
  font-weight: 600;
  font-size: 28px;
  background-color: rgba(200, 119, 142, 0.1);
}
@media (max-width: 1199.98px) {
  .istruzioni {
    width: 90%;
  }
}
@media screen and (max-height: 890px) {
  .istruzioni {
    position: static;
    transform: translateX(0);
  }
}

.carelab {
  background-color: rgba(237, 210, 217, 0.5);
  border-radius: 180px;
  padding: 25px 50px;
  text-align: center;
  margin-top: 50px;
}
.carelab-content {
  max-width: 630px;
  margin: 0 auto;
  font-style: italic;
  color: #3c2462;
}/*# sourceMappingURL=style.css.map */