@import"https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap";
@import"https://cdn.jsdelivr.net/npm/intl-tel-input@24.6.0/build/css/intlTelInput.css";
@import"https://fonts.googleapis.com/css2?family=Montserrat: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";

*{
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  font-size: 1rem;
  font-family: Lato, Arial, sans-serif;
  letter-spacing: .03em;
  color: #222;
  line-height: 1.5;
  overflow-x: hidden;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
    
 #main {
   max-width: 1500px;
   padding-top: 5px;
    }

a{
  text-decoration: none;
}

.mktoEmbed fieldset {
  border: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.mktoFieldWrap {
  position: relative;
  margin-bottom: 20px;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

.mktoEmbed legend {
  display: none;
}

@media (min-width: 700px) {
  .register-form .gdprRow.FirstName, .register-form .mktoButtonRow.FirstName, .register-form .mktoFormCol>.mktoFormRow.FirstName, .mktoFormCol>.mktoFormRow.LastName {
    width: 50%;
  }
  .register-form .gdprRow, .register-form .mktoButtonRow, .register-form .mktoFormCol>.mktoFormRow {
    width: 50%;
  }

  .register-form .gdprRow.Email, .register-form .mktoButtonRow.Email, .register-form .mktoFormCol>.mktoFormRow.Email {
    width: 100%;
  }
}


.register-form .gdprRow, .register-form .mktoButtonRow, .register-form .mktoFormCol>.mktoFormRow {
  float: left;
  padding: 0 12px;
  width: 100%;
}


.mktoField:not([type=checkbox]) {
  padding: 5px 6px 3px;
}

.mktoField {
  position: relative;
/*  z-index: 2; */
  width: 100% !important;
  color: #3e3e3e;
  font-size: 13px;
  line-height: 1.5;
  background: hsla(0, 0%, 100%, 0);
  border: solid #181818;
  border-width: 0 0 1px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
  color: #fff;
  background: #fff;
  border: 1px solid #F9B872;
  padding: 0.4em 1em;
  font-size: 1em;
  box-shadow: 0px 0px 10px 2px #FDEEA6;
  background-color: #F49F6C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F49F6C), to(#EC802F));
  background-image: -webkit-linear-gradient(top, #F49F6C, #EC802F);
  background-image: -moz-linear-gradient(top, #F49F6C, #EC802F);
  background-image: linear-gradient(to bottom, #F49F6C, #EC802F);
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover {
  border: 1px solid #db6700;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:focus {
  outline: none;
  border: 1px solid #db6700;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:active {
  box-shadow: 0px 0px 10px 2px #afd5f7;
  background-color: #EC802F;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EC802F), to(#F49F6C));
  background-image: -webkit-linear-gradient(top, #EC802F, #F49F6C);
  background-image: -moz-linear-gradient(top, #EC802F, #F49F6C);
  background-image: linear-gradient(to bottom, #EC802F, #F49F6C);
}

.register-form-title * {
  margin-bottom: 14px;
  color: #e26329;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

.register-form-wrapper {
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.outter-form-wrapper{
  width: 100%;
  background-color: #eaeaea;
}

.progressbar .progressbar__step.active {
  color: #fff;
  background: #facb38;
  overflow: unset;
}

.progressbar .progressbar__step:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 40px;
  height: 1px;
  margin-top: -1px;
  background: #dedede;
}

.mktoFieldWrapCheckbox input[type=checkbox]+label {
  margin: 0;
  padding: 0;
}

input[type=checkbox]+label {
  padding: 5px 5px 5px 35px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
}

.form-type-checkbox label, .mktoCheckboxList label {
  font-size: 13px;
  position: relative;
  line-height: 18px;
}

label {
  font-weight: 300;
  cursor: pointer;
}

/*@media only screen and (min-width: 48em) {
  .register-form .step-0 .btn-container .btn {
      width: 175px;
      padding: 14px 5px 13px;
  }
}
*/
.formModal__button, .mktoEmbed .btn, .mktoEmbed .mktoButton {
  display: inline-block;
/*  width: auto; */
  margin-bottom: 3px;
  padding: 14px 20px 13px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  background-color: #e26329;
  box-shadow: 0 3px 0 #b74504;
  border: 1px solid #b74504;
  border-radius: 3.5px;
  transition: all .15s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
  color: #fff;
  background: #fff;
  border: 1px solid #F9B872;
  padding: 0.4em 1em;
  font-size: 1em;
  box-shadow: 0px 0px 10px 2px #FDEEA6;
  background-color: #F49F6C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F49F6C), to(#EC802F));
  background-image: -webkit-linear-gradient(top, #F49F6C, #EC802F);
  background-image: -moz-linear-gradient(top, #F49F6C, #EC802F);
  background-image: linear-gradient(to bottom, #F49F6C, #EC802F);
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover {
  border: 1px solid #db6700;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:focus {
  outline: none;
  border: 1px solid #db6700;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:active {
  box-shadow: 0px 0px 10px 2px #afd5f7;
  background-color: #EC802F;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EC802F), to(#F49F6C));
  background-image: -webkit-linear-gradient(top, #EC802F, #F49F6C);
  background-image: -moz-linear-gradient(top, #EC802F, #F49F6C);
  background-image: linear-gradient(to bottom, #EC802F, #F49F6C);
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

.register-form-footer {
  position: relative;
  margin-top: 38px;
  padding-top: 32px;
}

.register-form-footer, .register-form-title {
  width: 100% !important;
  padding-left: 10px;
  padding-right: 10px;
}

.register-form-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 94%;
  max-width: 320px;
  margin: 0 auto;
  border-top: 1px solid #d8d8d8;
}

.form-footer-copy {
  color: #4a4a4a;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.8;
  font-weight: 400;
}

.form-footer-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.footerlink {
  color: #e26329;
  text-decoration: none;
  line-height: normal;
  font-weight: 400;
}

.legal-popup .content-legal {
    display: none;
    position: absolute;
    bottom: 48px;
    left: 0;
    z-index: 20;
    margin-bottom: 10px;
    width: 200%;
    max-width: 330px;
    background: #004d62;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    padding: 5px;
}

.legal-popup a, .legal-popup b {
  font-weight: 500;
  color: #e26329;
  text-decoration: none;
}

.legal-popup .content-legal:before {
  width: 0;
  content: "";
  height: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: #004d62;
}

.mktoFieldWrapCheckbox>.mktoLabel {
  position: static;
  display: block;
  padding-left: 34px;
  color: #3e3e3e;
  line-height: 1.2;
}

.mktoLabel {
  width: 100% !important;
  color: #7b7b7b;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  transform: translateY(0) scale(1);
  transform-origin: left center;
  transition: all .15s ease;
}

input[type=checkbox]+label:before {
  background-repeat: no-repeat;
  background-position: 0 0;
}
.form-type-checkbox label:before, .mktoCheckboxList label:before {
  width: 22px;
  height: 22px;
  left: 0;
 /* top: 2px; 
  top:11px; */
  border: 1px solid #dedede;
  background-color: #fff;
}

.form-type-checkbox label:after, .form-type-checkbox label:before, .mktoCheckboxList label:after, .mktoCheckboxList label:before {
  content: "";
  position: absolute;
  display: inline-block;
  box-sizing: initial;
}

.mktoFieldWrapCheckbox input[type=checkbox]:checked+label:after {
 /* top: 4px; */
  top: -6px;
  left: 4px;
}
.mktoFieldWrapCheckbox input[type=checkbox]+label:after {
  top: 11px;
}
input[type=checkbox]:checked+label:after {
  visibility: visible;
  opacity: 1;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 5px;
}

.form-type-checkbox label:after, .mktoCheckboxList label:after {
  width: 1px;
  height: 1px;
  left: 11px;
  top: 14px;
  background-color: #00a5d3;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.form-type-checkbox label:after, .form-type-checkbox label:before, .mktoCheckboxList label:after, .mktoCheckboxList label:before {
  content: "";
  position: absolute;
  display: inline-block;
  box-sizing: initial;
}

.mktoFieldWrapCheckbox .mktoLogicalField {
  position: absolute;
  top: 0%;
  transform: translateY(-50%);
  height: 22px;
}

.mktoFieldWrapCheckbox .mktoAsterix {
  position: absolute;
  top: -2px;
  left: 26px;
}

.mktoAsterix {
  display: inline-block;
  color: #bf0000;
  padding-right: 3px;
}

@media (min-width: 700px) {
  .register-form .gdprRow, .register-form .mktoButtonRow, .register-form .mktoFormCol>.mktoFormRow {
      width: 50%;
  }
}
.register-form .gdprRow, .register-form .mktoButtonRow, .register-form .mktoFormCol>.mktoFormRow {
  float: left;
  padding: 0 12px;
}


.mktoFieldWrapCheckbox input[type=checkbox] {
  margin: 0;
}

[type=checkbox].mktoField {
  margin: 0;
}
input[type=checkbox], input[type=radio] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: 22px 0 0 12px;
  padding: 0;
  border: 0;
}
.register-form .gdprRow {
  float: none; 
}
@media only screen and (min-width: 48em) {
  .register-form .gdprRow {
      float: left;
      margin-bottom: -36px;
      width: 62% !important;
  }
}
.bottomFormContainer{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.mktoFieldWrap:not(.mktoFieldWrapCheckbox):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #181818;
  transition: all .15s ease;
}


.error.validation, .mktoErrorMsg {
  padding: 3px 8px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .4);
  border-radius: 3px;
  border: 1px solid #cd0000;
}
.error.validation, .mktoError {
  z-index: 100;
  position: absolute;
  max-width: 300px;
  min-width: 138px;
  color: #cd0000;
  font-size: 12px;
  line-height: 1.5;
}

.error_arrow, .mktoErrorArrow {
  z-index: 100;
  display: block;
  width: 16px;
  height: 8px;
  overflow: hidden;
}

.error_arrow:after, .mktoErrorArrow:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #cd0000;
  border-right: none;
  border-bottom: none;
  transform: rotate(45deg);
  margin-left: 7px;
  margin-top: 3px;
}

select.mktoField {
  z-index: 3; 
  padding-right: 20px !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAABGElEQVR4AWJwL/ABYyCwB2ImQO1jCJshDITRiSoUCoN3SDwai8Qn85me90Fi54NETeIw8wKFQk3MVGzX5Gty+cTt/0krnmju2veKczaCI7jU+cUJ74IXJkRkk8Ph4XTx578RLLjUcsgmcnVx8EaDGREp5bN2wOn0Ekd8CEUCeRHeYnmc8/Kr4DkiodwHB+Y6wIxYEHFHvlhyDtCXR+GHIson5KWW460RczvAiFitCJKvplzx32OD8K0e+xQqY78KO3EfdwfT8cCPeorYVATLN5L3mN8LoIiLImo1r0l+RXmSAEg6itiDGOwk73AvTQBFnEr2BeL5ZHnSAES0OoLkLfbyBFDEoeQHy7MGIKIJYtDwPF8ARdyWgz+HFwVdvyayoQAAAABJRU5ErkJggg==) right 10px no-repeat;
  background-size: 16px auto;
}
.error.validation.hidden, .mktoError.hidden {
  display: none;
}

/***** FORM 2  *****/
.intlInputWrap .iti {
  width: 100%;
}
.iti {
  position: relative;
  display: inline-block;
}
.intlInputWrap .iti__flag-container {
  padding: 0;
  pointer-events: none;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intlInputWrap .iti__country-list {
  display: none;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__hide {
  display: none;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}
.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
input[placeholder].mktoField::placeholder {
  font-size: 13px;
  color: hsla(0, 0%, 100%, 0);
  opacity: 1;
}

.btn-step1, .btn-step2 {
  width: 100%;
}

/***** FORM 3  *****/
.withTooltip__tooltipTrigger {
  position: absolute; 
    right: 0;
    top: 8px;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 11px;
    font-family: Lato, Arial, sans-serif;
    font-weight: 700;
    background: #7b7b7b;
    border-radius: 50%;
    cursor: pointer;
    transition: background .15s ease;
}

.mktoForm .withTooltip__tooltip {
  margin-top: 7px;
  padding: .4em .6em .5em;
}
.verticalScroll_discoverContainer__UusPh span {
  font-weight: 400;
}

.form_discoverContainer__P63_e span {
  font-weight: 400;
}
.withTooltip__tooltip {
  position: absolute;
  z-index:100;
  display: inline-block;
  max-width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  background-color: #004d62;
  border-radius: 3px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .65); 
}
.withTooltip__tooltip:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  width: 0;
  height: 0;
  border-style: solid;
  top: -16px;
  border-color: transparent transparent transparent #004d62;
  border-width: 9px;
}

.progressbar .progressbar__step.validated {
  background: #c4d600;
}
.register-form .mktoButtonRow.active {
  display: block;
}
.register-form .mktoButtonRow {
  display: none;
  width: 100%;
  text-align: right;
}

.Container.jsx-1809689264 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}
@media (min-width: 768px) {
  .Container.jsx-1809689264 {
      display: block;
  }
}
/* FORM TABS*/

@media (min-width: 768px) {
  .slideCustom_discoverContainer__0VB5O .content .content_body .content_body-form {
      flex-basis: 45%;
  }
}

 .tabs-wrapper {
  min-height: 158px;
}

 .tabs__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

 .tabs__nav .tabs__item.active {
  color: #e26329;
  background: #eaeaea;
}

 .tabs__nav .tabs__item {
  flex-basis: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  background: #444;
  cursor: pointer;
  padding: 10px 10px 9px;
}
    @media (min-width: 960px) {
   .tabs__nav .tabs__item {
      font-size: 16px;
      padding: 13px 10px 11px;
  }
}
 .tabs__nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}

 .tabs>div.active {
  display: block;
}
 .tabs .tab {
  background: #eaeaea;
}

.mktoEmbed.ready {
  display: block;
}

.home-slide-form {
/*  width: 100% !important; */
width: 90% !important;
}
.register-form {
  position: relative;
}
.mktoEmbed {
  line-height: normal;
}
.mktoEmbed {
  display: none;
}
form {
  margin: 0;
}

.mktoEmbed fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.mktoEmbed legend {
  display: none;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

@media (min-width: 700px) {
  .register-form .gdprRow, .register-form .mktoButtonRow, .register-form .mktoFormCol>.mktoFormRow {
      width: 50%;
  }
}

/*@media only screen and (min-width: 48em) { */
  .register-form .step-0 .btn-container .btn {
      width: 40%;
      white-space: nowrap;
      padding: 14px 5px 13px;
  }
/*}*/

.home-slide-form .progressbar {
  position: absolute;
  top: 0;
  right: -23px;
  flex-direction: column;
}
.register-form .progressbar {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.register-form .progressbar__step.active {
  color: #fff;
  background: #facb38;
}
.home-slide-form .progressbar__step {
  margin-bottom: 2px;
  padding: 2px 6px 2px 9px;
  color: #7b7b7b;
  font-size: 13px;
  line-height: 1.6;
  background: #eaeaea;
}
.register-form .progressbar__step {
  font-weight: 400;
}
.register-form:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}

.progressbar .progressbar__step:not(:last-child):after {
  display: none;
}

 .tabs .form-on-slide {
  padding: 13px 14px 17px;
}
@media (min-width: 960px) {
   .tabs .form-on-slide {
      padding: 19px 19px 20px;
  }
}
    
.tabs>div.secondary-tab .form-on-slide .main-button {
  margin: 0 auto 16px;
    }
@media (min-width: 960px) {
  .tabs>div.secondary-tab .form-on-slide .main-button {
      margin: 0 auto 24px;
  }
}



 .tabs .form-on-slide .main-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 306px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #e26329;
  box-shadow: 0 3px 0 #b74504;
  border: 1px solid #b74504;
  border-radius: 3.5px;
  transition: all .3s ease;
  width: 100%;
  min-width: auto;
  height: 38px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .03406154px;
  text-transform: uppercase;
  box-shadow: 0 4px 0 #b74504;
  padding: 3px 20px 13px;
  margin: 0 auto 4px;
  position: relative;
}
@media (min-width: 960px) {
  .tabs .form-on-slide .main-button {
      height: 50px;
      font-size: 14px;
      padding-top: 0;
      padding-right: 73px;
  }
}
.tabs .form-on-slide .secondary-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;    
  text-align: center;
}

@media (min-width: 960px) {
   .tabs .form-on-slide .secondary-button:first-child {
      padding-top: 4px;
  }
}

@media (min-width: 960px) {
   .tabs .form-on-slide .secondary-buttons>a {
      padding-right: 39px;      
  }
}
 .tabs .form-on-slide .secondary-buttons>a {  
  width: 100%;
}

@media (min-width: 700px) {
  .tabs .form-on-slide .secondary-buttons>a {  
    width: calc(50% - 10px);
  }
}


 .tabs .form-on-slide .secondary-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  background-color: #00a5d3;
  box-shadow: 0 3px 0 #004d62;
  border: 1px solid #004d62;
  border-radius: 3.5px;
  transition: all .3s ease;
  cursor: pointer;
  min-width: 135px;
  flex-wrap: wrap;
  line-height: 1;
  letter-spacing: .03122308px;
  text-transform: uppercase;
  padding-top: 3px;
  margin-bottom: 3px;
  position: relative;
}
@media (min-width: 960px) {
   .tabs .form-on-slide .secondary-button {
      height: 40px;
      font-size: 13px;
      padding-top: 0;
  }
}
 .tabs .form-on-slide .secondary-buttons>a .only-desktop {
  width: 39px;
}
 .tabs>div.secondary-tab .icon-lock-white {
  background: url(/_next/static/media/icon-lock.42cd7cd8.svg) no-repeat 50% #2aa6ce;
  background-size: 12px;
}


 .tabs .form-on-slide .only-desktop {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 960px) {
   .tabs .form-on-slide .only-desktop {
      display: flex;
  }
}
.tabs .form-on-slide .main-button:hover {
  background-color: #ea8e5a;
  text-decoration: none;
}

.tabs .form-on-slide .secondary-button:hover {
  background-color: #0077a3;
  text-decoration: none;
}

 .tabs .form-on-slide .main-button span {
  width: 73px;
}
 .tabs>div.secondary-tab .icon-user-white {
  background: url(https://image.digital.hbxgroup.com/lib/fe2d11737364047b731272/m/1/1ecb2d56-1b44-4e94-ba3d-e49139adc6b3.png) no-repeat 50% #c76938;
  background-size: 15px;
}


 .tabs .form-on-slide .only-desktop {
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
    @media (min-width: 960px) {
   .tabs .form-on-slide .only-desktop {
      display: flex;
  }
}
.slider_discoverContainer__ye0Hv span {
  font-weight: 400;
}

.tabs>div.secondary-tab .icon-cog-white {
  background: url(https://image.digital.hbxgroup.com/lib/fe2d11737364047b731272/m/1/557e6679-0cb7-49ca-8f87-bece144bb619.png) no-repeat 50% #2aa6ce;
  background-size: 14px;
}

.tabs>div.secondary-tab .icon-lock-white {
  background: url(https://image.digital.hbxgroup.com/lib/fe2d11737364047b731272/m/1/6efdee49-73fd-43d1-a27f-63389ee1a82f.png) no-repeat 50% #2aa6ce;
  background-size: 12px;
}

.register-form .progressbar__step.validated {
  color: #fff;
  background: #c4d600;
  cursor: pointer;
}

.intlInputWrap .valid-msg.hidden {
  display: none;
}
  .hidden {
    display: none;
    }
    
    
.register-form .btn-container {
    width: 100%;
    padding: 0 12px;
    text-align: right;
    clear: both;
}
    
    .mktoFieldWrapCheckbox input[type=checkbox]:focus+label:before {
    outline: 5px auto -webkit-focus-ring-color;
}
    .mktoFieldWrapCheckbox input[type=checkbox]:checked+label:after {
   /* top: 15px; */
    top: 4px;
    left: 4px;
}
    .intlInputWrap .iti {
    width: 100%
}

.intlInputWrap .iti__flag-container {
    padding: 0;
    pointer-events: none
}

.intlInputWrap .iti__country-list {
    display: none
}

.intlInputWrap .iti__selected-flag {
    padding: 0
}

.intlInputWrap .iti__arrow {
    display: none
}

.intlInputWrap .mktoLabel {
    left: 28px
}

.intlInputWrap .iti--allow-dropdown .mktoField {
    padding: 4px 8px 4px 28px
}

.intlInputWrap .valid-msg {
    position: absolute;
    right: 0;
    top: 50px;
    color: green;
    font-size: 12px
}

.intlInputWrap .valid-msg.hidden {
    display: none
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal) !important;!i;!;
}
    
.awesomplete [hidden] {
    display: none
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0,0,0,0)
}

.awesomplete {
    display: inline-block;
    position: relative;
    width: 100%
}

.awesomplete>input {
    display: block
}

.awesomplete>ul {
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 10;
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 12px;
    list-style: none;
    background: #fff;
    border: 1px solid #7b7b7b;
    box-shadow: 0 2px 4px rgba(0,0,0,.4)
}

.awesomplete>ul>li {
    padding: 4px 8px;
    cursor: pointer
}

.awesomplete>ul>li[aria-selected=true] {
    background: rgba(0,0,0,.1)
}

.awesomplete>ul>li>mark {
    font-style: normal;
    background: transparent
}

.awesomplete>ul:empty {
    display: none
}
.register-form .gdprRow.Email, .register-form .mktoButtonRow.Email, .register-form .mktoFormCol>.mktoFormRow.Email {
    width: 100%;
}
.mktoLabel {
    position: absolute;
    bottom: calc(100% - 22px);
    left: 0;
    z-index: 1;
    width: 100% !important;
    color: #7b7b7b;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;x
    letter-spacing: 0;
    line-height: 1;
    transform: translateY(0) scale(1);
    transform-origin: left center;
    transition: all .15s ease;
}
.input--filled .mktoLabel, .input--focus .mktoLabel {
    transform: translateY(-14px) scale(.8);
    z-index: 5;
}
.mktoFieldWrapCheckbox {
    z-index: 10;
    margin-bottom: 0;
}
.mktoFieldWrapSelect>.mktoLabel {
    padding-right: 17px;
}
input:focus, 
textarea:focus, 
select:focus {
    outline: none; 
    border-color: none; 
    box-shadow: none; 
}