@import url(https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*Colors*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.workSansLight {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.workSansRegular {
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.workSansSemibold {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.workSansBold {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
header {
  height: 58px;
  background-color: #f8f8ef;
}
header .centered-content {
  max-width: 1200px;
  display: flex;
  margin: auto;
  height: 100%;
  align-items: center;
  justify-content: center;
}
header .centered-content .logo {
  margin: 0 15px;
}
header .centered-content .logo img {
  height: 40px;
}
footer {
  height: 220px;
  background: #c6d475;
}
footer .centered-content {
  padding-top: 50px;
  max-width: 1200px;
  color: #ffffff;
  margin: auto;
  position: relative;
}
footer .centered-content .loghi {
  width: 200px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 200px 70px;
  text-align: center;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -100px;
  background-image: url("/fe-web/img/oval@2x.png");
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .centered-content .loghi img {
  max-width: 200px;
}
footer .centered-content .copy {
  font-size: 12px;
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  padding: 0 10px;
  line-height: 1.2;
}
footer .centered-content .linkBar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
}
footer .centered-content .linkBar a {
  font-size: 12px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin: 0 24px;
  color: #ffffff;
}
.gsi-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f8f8ef;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 10;
}
.form-wrapper {
  padding: 5px 0 0;
  max-width: 100%;
  margin: 0 auto;
  width: 762px;
  color: #3d1709;
}
.form-wrapper .yxpRow .yxpInputGroup {
  padding: 0 16px 20px;
}
.form-wrapper .yxpRow .yxpInputGroup .yxp-error-msg {
  text-transform: none;
  color: #c9532f;
  bottom: 6px;
  right: auto;
  left: 0;
}
.form-wrapper .yxpRow .yxpInputGroup input[type="text"],
.form-wrapper .yxpRow .yxpInputGroup input[type="tel"] {
  border: 1px solid #3d1709;
  border-radius: 6px;
  line-height: 30px;
  height: 30px;
  background: none;
  font-size: 14px;
  color: #3d1709;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.form-wrapper .yxpRow .yxpInputGroup input[type="text"]::placeholder,
.form-wrapper .yxpRow .yxpInputGroup input[type="tel"]::placeholder {
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #3d1709;
}
.form-wrapper .yxpRow .yxpInputGroup input[type="text"][disabled="disabled"],
.form-wrapper .yxpRow .yxpInputGroup input[type="tel"][disabled="disabled"] {
  background: #f3f3f3;
  color: #a9a9a9;
  border: 1px solid #a9a9a9;
}
.form-wrapper .yxpRow .yxpInputGroup input[type="text"].yxp-error,
.form-wrapper .yxpRow .yxpInputGroup input[type="tel"].yxp-error {
  border: solid 1px #c9532f;
  color: #c9532f;
}
.form-wrapper .yxpRow .yxpInputGroup input[type="text"].yxp-error::placeholder,
.form-wrapper .yxpRow .yxpInputGroup input[type="tel"].yxp-error::placeholder {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #c9532f;
}
.form-wrapper .yxpRow .yxpInputGroup select {
  background-image: url("/fe-web/img/icon/arrow-down.svg");
  background-position: right 18px top 19px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 18px auto;
  appearance: none;
  border: 1px solid #3d1709;
  border-radius: 6px;
  position: relative;
  line-height: 30px;
  font-size: 14px;
  height: 48px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #3d1709;
  padding-left: 15px;
}
.form-wrapper .yxpRow .yxpInputGroup select.yxp-error {
  border: solid 1px #c9532f;
  color: #c9532f;
}
.form-wrapper .yxpRow .yxpInputGroup select.yxp-error::placeholder {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #c9532f;
}
.form-wrapper .yxpFormActionsWrapper {
  margin: 63px auto 70px;
}
@media screen and (max-width: 767px) {
  .form-wrapper .yxpRow {
    flex-wrap: wrap;
  }
  .form-wrapper .yxpRow .yxp-cols-6 {
    width: 100%;
  }
}
#normalTradeLanding header .centered-content .logo img {
  height: auto;
  max-height: 30px;
}
#normalTradeLanding .gsi-background {
  width: 100%;
  height: 250px;
  background-image: url("/fe-web/img/tavolata-small-background.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#normalTradeLanding .content-wrapper {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3d1709;
}
#normalTradeLanding .content-wrapper .greet {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}
#normalTradeLanding .content-wrapper .message {
  font-size: 16px;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px 60px;
}
#normalTradeLanding .content-wrapper .message p {
  padding: 10px 0;
}
#normalTradeLanding .content-wrapper .message .m1 span {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
#normalTradeLanding .content-wrapper .checkmark {
  background-color: #c9532f;
  border-radius: 100px;
  width: 46px;
  height: 46px;
  background-image: url('/fe-web/img/checkmark.svg');
  background-repeat: no-repeat;
  display: block;
  margin: 40px auto;
  background-position: center;
}
#normalTradeLanding footer {
  height: auto;
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}
#normalTradeLanding footer .footer-logos.centered-content {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}
#normalTradeLanding footer .footer-logos.rounded-logo-container {
  max-width: 400px;
  width: 100%;
  height: 50px;
  background: #ffffff;
  position: relative;
  top: -40px;
  margin: 70px auto -40px;
  border-bottom-right-radius: 550px 100px;
  border-bottom-left-radius: 550px 100px;
}
#normalTradeLanding footer .footer-logos .logo {
  margin: 0 5px;
}
#normalTradeLanding footer .footer-logos .logo img {
  max-height: 30px;
}
#normalTradeLanding footer .footer-content {
  padding: 20px;
  max-width: 992px;
  margin: 0 auto;
}
#normalTradeLanding footer .footer-content p {
  padding: 10px;
}
#normalTradeLanding footer .footer-content ul {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 10px;
  list-style: disc inside;
}
#normalTradeLanding footer .footer-content .f1 {
  text-align: left;
  padding-bottom: 0;
}
@media (max-width: 420px) {
  #normalTradeLanding header .centered-content .logo {
    margin: 0 3px;
  }
  #normalTradeLanding footer .footer-logos.rounded-logo-container {
    padding: 10px 0;
  }
  #normalTradeLanding footer .footer-logos.rounded-logo-container .logo {
    margin: 0;
  }
}
@media (min-width: 768px) {
  #normalTradeLanding .gsi-background {
    width: 100%;
    height: 373px;
    background-image: url("/fe-web/img/tavolata-background.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  #normalTradeLanding .content-wrapper .greet {
    font-size: 32px;
  }
  #normalTradeLanding .content-wrapper .message {
    font-size: 20px;
    max-width: none;
  }
  #normalTradeLanding .content-wrapper .message .m1 {
    padding-bottom: 16px;
  }
  #normalTradeLanding .content-wrapper .checkmark {
    width: 65px;
    height: 65px;
  }
}
body {
  background: #ffffff;
  color: #3d1709;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;
}
a {
  color: #3d1709;
  text-decoration: none;
}
.yxpBlock.yxpType_CUSTOM {
  padding: 0;
}
.main-container {
  max-width: 900px;
  margin: auto;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
}
.main-container .hello-name span {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 20px;
}
.main-container .know-better {
  margin-top: 5px;
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.main-container .know-better p {
  margin-bottom: 10px;
}
.main-container .yxpStepWrapper {
  display: none;
}
.main-container .yxpStepContainer.yxpStepActive {
  border: none;
}
.main-container .privacy-step-cnt .label-start {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;
  margin-top: 10px;
}
.main-container .privacy-step-cnt .privacy-label {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
.main-container .privacy-step-cnt .yxpImageWrapper {
  margin-top: 48px;
  margin-bottom: 40px;
}
.main-container .privacy-step-cnt .yxpImageWrapper img {
  max-width: 300px;
}
.main-container .privacy-step-cnt h3 {
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}
.main-container .privacy-step-cnt .yxpHtmlTextWrapper p {
  text-align: left;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-top: 10px;
  line-height: 1.3;
}
.main-container .privacy-step-cnt .yxpType_RADIO_INPUT .yxpInputGroup {
  margin-top: 25px;
  margin-bottom: 20px;
}
.main-container .privacy-step-cnt .yxpType_RADIO_INPUT .yxpInputGroup fieldset {
  padding: 5px 0;
  text-align: left;
}
.main-container .privacy-step-cnt .yxpType_RADIO_INPUT .yxpInputGroup fieldset .yxpInputGroupRadioWrapper {
  display: inline;
}
.main-container .privacy-step-cnt .yxpType_RADIO_INPUT .yxpInputGroup fieldset .yxpInputGroupRadioWrapper label {
  margin-right: 10px;
}
.main-container .privacy-step-cnt .yxpType_CHECKBOX_INPUT .yxpInputGroup {
  margin-bottom: 20px;
}
.main-container .privacy-step-cnt .yxpType_CHECKBOX_INPUT .yxpInputCheckboxWrapper {
  background: none;
  border-radius: 0;
  border: none;
  text-align: left;
  padding: 0;
  display: flex;
}
.main-container .privacy-step-cnt .yxpType_CHECKBOX_INPUT .yxpInputCheckboxWrapper input[type="checkbox"] {
  background-image: url("/fe-web/img/checkbox@3x.png");
  -webkit-appearance: none;
  width: 20px !important;
  height: 20px;
  background-size: 20px 20px;
  margin: 0;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-color: white;
}
.main-container .privacy-step-cnt .yxpType_CHECKBOX_INPUT .yxpInputCheckboxWrapper input[type="checkbox"]:checked {
  background-image: url("/fe-web/img/checkbox_checked@3x.png");
}
.main-container .privacy-step-cnt .yxpType_CHECKBOX_INPUT .yxpInputCheckboxWrapper .yxpInputGroupLabelRight {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;
  color: #3d1709;
  line-height: 1.3;
}
.main-container .privacy-step-cnt .yxpType_CHECKBOX_INPUT .yxpInputCheckboxWrapper .yxpInputGroupLabelRight a {
  text-decoration: underline;
}
.main-container .privacy-step-cnt .tooltip-cnt {
  border-radius: 10px;
  background-color: #c6d475;
  padding: 25px 25px;
  position: relative;
  margin-bottom: 30px;
}
.main-container .privacy-step-cnt .tooltip-cnt:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 18px solid #c6d475;
  content: "";
  position: absolute;
  top: -17px;
  left: 183px;
}
.main-container .privacy-step-cnt .tooltip-cnt p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
}
.main-container .privacy-step-cnt .tooltip-cnt p strong {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.main-container .privacy-step-cnt .tooltip-cnt p.diamond-ico {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;
  padding-left: 23px;
  line-height: 20px;
  background-image: url("/fe-web/img/diamond-ico.png");
  background-size: 18px 17px;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 12px 0;
}
.main-container .privacy-step-cnt .disclaimer-compila {
  font-size: 12px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.main-container .yxpBlock {
  padding: 0;
}
.main-container .yxpStepsWrapper {
  margin-left: 0;
  margin-right: 0;
}
.main-container .yxpFormActionsWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row-reverse;
}
.main-container .yxpFormActionsWrapper .yxpSubmitBtn {
  float: none;
}
.main-container .yxpFormActionsWrapper .yxpFormActionsNavWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
}
.main-container .yxpFormActionsWrapper .yxpFormActionsNavWrapper .yxpNextBtn,
.main-container .yxpFormActionsWrapper .yxpFormActionsNavWrapper .yxpPrevBtn {
  background: #c9532f;
  color: #fff;
  border: none;
  border-radius: 23px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;
  min-width: 128px;
  min-height: 46px;
  box-shadow: none;
}
.main-container .yxpFormActionsWrapper .yxpSubmitBtn {
  background: #c9532f;
  color: #fff;
  border: none;
  border-radius: 23px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;
  min-width: 128px;
  min-height: 46px;
  box-shadow: none;
}
.main-container .yxpRow .yxp-error-msg {
  color: transparent;
  left: 0;
  right: auto;
}
.main-container .yxpRow .yxp-error-msg:after {
  position: absolute;
  left: 0;
  top: 0;
  color: #ff354b;
  font-size: 11px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  content: "Il campo è obbligatorio";
}
.main-container .yxpRow .yxp-error {
  background: transparent;
  border: 0;
}
.main-container .yxpType_RADIO_INPUT .yxpInputGroup {
  display: flex;
}
.main-container .yxpType_RADIO_INPUT .yxpInputGroup input[type="radio"] {
  display: none;
}
.main-container .yxpType_RADIO_INPUT .yxpInputGroup input[type="radio"] + label {
  position: relative;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  padding-left: 22px;
  margin: 0px;
  padding-top: 0;
  padding-bottom: 0;
}
.main-container .yxpType_RADIO_INPUT .yxpInputGroup input[type="radio"] + label:after {
  background: url("/fe-web/img/radio@3x.png");
  background-size: 20px 20px;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}
.main-container .yxpType_RADIO_INPUT .yxpInputGroup input[type="radio"]:checked + label {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.main-container .yxpType_RADIO_INPUT .yxpInputGroup input[type="radio"]:checked + label:after {
  background: url("/fe-web/img/radio-selected@3x.png");
  background-size: 20px 20px;
}
.main-container .yxpInputCheckboxWrapper {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0 10px;
}
.main-container .yxpInputCheckboxWrapper .yxpInputCheckboxMultipleWrapper {
  display: flex;
  align-items: center;
}
.main-container .yxpInputCheckboxWrapper input[type="checkbox"] {
  background-image: url("/fe-web/img/checkbox@3x.png");
  -webkit-appearance: none;
  width: 20px !important;
  height: 20px;
  background-size: 20px 20px;
  margin: 0;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-color: transparent;
}
.main-container .yxpInputCheckboxWrapper input[type="checkbox"]:checked {
  background-image: url("/fe-web/img/checkbox_checked@3x.png");
}
.main-container .yxpInputCheckboxWrapper span {
  font-size: 13px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #3d1709;
  margin: 15px 0;
}
.main-container .progress-component-cnt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 30px;
  flex-direction: column;
}
.main-container .progress-component-cnt .counter {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;
  margin-bottom: 22px;
}
.main-container .progress-component-cnt .counter span {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.main-container .progress-component-cnt .progress-bar-cnt {
  height: 6px;
  width: 47%;
  border-radius: 45px;
  background: #f8f8ef;
  overflow: hidden;
  text-left: 0;
}
.main-container .progress-component-cnt .progress-bar-cnt .progress-indicator {
  background: #3d1709;
  height: 6px;
}
.main-container .survey-question-cnt {
  border-radius: 10px;
  background-color: #f8f8ef;
  padding: 25px;
}
.main-container .survey-question-cnt .yxpInputGroupLabel {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.3;
}
.main-container .survey-question-cnt .yxpInputGroupLabel span {
  display: none;
}
.main-container .survey-question-cnt .yxpType_RADIO_INPUT .yxpInputGroup input[type="radio"] + label {
  text-transform: none;
  padding-left: 28px;
  margin-bottom: 20px;
  font-size: 13px;
}
.main-container.privacy-policy-cnt {
  text-align: left;
  font-size: 13px;
  line-height: 1.3;
}
.main-container.privacy-policy-cnt h3 {
  text-align: center;
  font-size: 20px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 25px;
}
.main-container.privacy-policy-cnt ol {
  list-style: decimal;
  padding-left: 15px;
}
.main-container.privacy-policy-cnt ol li {
  margin: 10px 0;
}
.thank-you-cnt {
  padding: 45px 20px 120px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thank-you-cnt h3 {
  text-align: center;
  font-size: 20px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 25px;
}
.thank-you-cnt .hello-name {
  margin-bottom: 25px;
  margin-top: 30px;
}
.thank-you-cnt .hello-name span {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 20px;
}
.thank-you-cnt .yxpHtmlTextWrapper {
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
}
.thank-you-cnt .yxpHtmlTextWrapper strong {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
.thank-you-cnt .ico-facebook {
  background-image: url("/fe-web/img/social-copy@3x.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 27px;
  padding-left: 35px;
  line-height: 27px;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 10px;
  width: 95px;
}
h2 {
  line-height: 20px;
  margin: 30px 0 50px;
  font-size: 20px;
}
.fat-link-wrapper {
  box-shadow: 0 0 30px -16px rgba(0, 0, 0, 0.5);
  border-radius: 32px;
  margin: 50px auto;
  max-width: 100%;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .fat-link-wrapper {
    box-shadow: none;
    margin: 20px auto;
  }
}
.fat-link-wrapper .fat-link a {
  background-image: url("/fe-web/img/icon/freccetta-verde.svg");
  background-position: right 30px top 31px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 10px auto;
  border-bottom: 1px solid #c6d475;
  text-decoration: none;
  line-height: 80px;
  text-align: left;
  padding: 0 30px;
  font-size: 18px;
  cursor: pointer;
  display: block;
  color: #444444;
  height: 80px;
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .fat-link-wrapper .fat-link a {
    font-size: 16px;
  }
}
.fat-link-wrapper .yxpRow:last-child .fat-link a {
  border: none;
}
.bottom-disclaimer {
  margin: 0 auto 120px;
  max-width: 700px;
  font-size: 12px;
  color: #3d1709;
  width: 100%;
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .bottom-disclaimer {
    margin: 0 auto 20px;
  }
}
.bottom-disclaimer a {
  text-decoration: none;
  cursor: pointer;
  color: #c6d475;
}
.thank-you-message {
  margin-bottom: 30px;
  margin-top: 30px;
}
.thank-you-message .response-message {
  display: none;
  height: 30px;
  margin-bottom: 25px;
}
.thank-you-message .response-message span {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;
  display: block;
}
.wellink-thank-you {
  max-width: 600px;
  margin: auto;
  font-size: 18px;
  line-height: 1.2;
}
.wellink-thank-you h2 {
  margin: 0;
}
.wellink-thank-you .wellink-intro {
  margin-bottom: 10px;
  text-align: center;
}
.wellink-thank-you .wellink-profile-desc {
  margin-bottom: 30px;
  text-align: center;
}
.button {
  display: block;
}
.button a {
  background: #c9532f;
  color: #fff;
  border: none;
  border-radius: 23px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  font-size: 16px;
  min-width: 128px;
  min-height: 46px;
  box-shadow: none;
  padding: 13px 14px;
  line-height: 1;
  outline: none;
}

