.crmform_banner--visible {
  background-color: var(--tc-color-c3);
}
.crmform_banner--visible a {
  color: var(--tc-color-white);
}
.crmform_banner--visible a:hover {
  color: var(--tc-color-white);
}
.crmform_banner--visible svg .st0 {
  fill: var(--tc-color-white);
}

.submitButtonWrapper button,
.sn_btn.crmform_cta_footer {
  height: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  font-size: var(--tc-button-font-size);
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 65px;
}
@media screen and (max-width: 833px) {
  .submitButtonWrapper button,
  .sn_btn.crmform_cta_footer {
    width: 100% !important;
  }
}

.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .d-none,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .d-none {
  display: none !important;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .campari-crm-container,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .campari-crm-container {
  padding: 50px 32px;
  margin-left: 0 !important;
}
@media screen and (min-width: 834px) {
  .campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .campari-crm-container,
  .crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .campari-crm-container {
    padding: 50px 80px 20px 80px;
  }
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .columnContainer,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .columnContainer {
  color: var(--tc-color-white);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 100% !important;
          flex: 1 0 100% !important;
  gap: 0.7em;
  padding: 12px 0 !important;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .campari-crm-container__intro,
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .campari-crm-container__thankyou,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .campari-crm-container__intro,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .campari-crm-container__thankyou {
  max-width: 470px;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .campari-crm-container__intro .title_crmform,
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .campari-crm-container__thankyou .title_crmform,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .campari-crm-container__intro .title_crmform,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .campari-crm-container__thankyou .title_crmform {
  color: var(--tc-color-c3);
  font-size: 2.8rem !important;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .campari-crm-container__intro .subtitle_crmform,
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .campari-crm-container__thankyou .subtitle_crmform,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .campari-crm-container__intro .subtitle_crmform,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .campari-crm-container__thankyou .subtitle_crmform {
  color: var(--tc-color-black);
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-transform: none;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] input,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] input {
  background-color: transparent;
  color: #25282A !important;
  border: 1px solid #ADB6C0;
  font-family: var(--tc-font-family-body) !important;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1%;
  line-height: 1.5;
  width: 100%;
  padding: 0.5rem 1rem;
  opacity: 1 !important;
  border-radius: 2px;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] input::-webkit-input-placeholder,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] input::-webkit-input-placeholder {
  color: #63666A !important;
  font-family: var(--tc-font-family-body) !important;
  opacity: 1 !important;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] input:-moz-placeholder,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] input:-moz-placeholder {
  color: #63666A !important;
  font-family: var(--tc-font-family-body) !important;
  opacity: 1 !important;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] input::-moz-placeholder,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] input::-moz-placeholder {
  color: #63666A !important;
  font-family: var(--tc-font-family-body) !important;
  opacity: 1 !important;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] input:-ms-input-placeholder,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] input:-ms-input-placeholder {
  color: #63666A !important;
  font-family: var(--tc-font-family-body) !important;
  opacity: 1 !important;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] input:focus,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] input:focus {
  border: 1px solid #9a9da1;
  outline: none;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] input[type=date],
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] input[type=date]::-webkit-calendar-picker-indicator,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(93%) saturate(3139%) hue-rotate(339deg) brightness(83%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(16%) sepia(93%) saturate(3139%) hue-rotate(339deg) brightness(83%) contrast(98%);
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .twooption_checkbox,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .twooption_checkbox {
  margin-top: 10px;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .twooption_checkbox > div,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .twooption_checkbox > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .twooption_checkbox input[type=checkbox],
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .twooption_checkbox input[type=checkbox] {
  vertical-align: middle !important;
  margin-right: 10px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  padding: 1rem;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .twooption_checkbox input[type=checkbox]::after,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .twooption_checkbox input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 12px;
  width: 9px;
  height: 24px;
  border: 1px solid var(--tc-color-c3);
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .twooption_checkbox input[type=checkbox]:checked::after,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .twooption_checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] div > .phoneFormFieldBlock label,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] div > .phoneFormFieldBlock label {
  display: none;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .custom_privacy_policy,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .custom_privacy_policy {
  color: var(--tc-color-black);
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .custom_message_required,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .custom_message_required {
  color: #63666A;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .custom_privacy_policy,
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .custom_message_required,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .custom_privacy_policy,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .custom_message_required {
  padding: 14px 0;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .custom_privacy_policy p,
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .custom_message_required p,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .custom_privacy_policy p,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .custom_message_required p {
  font-family: var(--tc-font-family-body);
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.66666667;
  letter-spacing: 1%;
  font-optical-sizing: auto;
}
@media screen and (min-width: 834px) {
  .campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .custom_privacy_policy p,
  .campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .custom_message_required p,
  .crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .custom_privacy_policy p,
  .crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .custom_message_required p {
    max-width: 470px !important;
  }
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .onFormSubmittedFeedback,
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .onFormSubmittedFeedback {
  display: none !important;
}

@media screen and (min-width: 834px) {
  .crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .columnContainer {
    max-width: 470px !important;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .campari-crm-container {
    padding: 80px 80px 64px 80px;
  }
}
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .campari-crm-container__breadcrumb {
  margin: 30px 0 !important;
  color: var(--tc-color-black);
}
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .campari-crm-container__breadcrumb svg {
  fill: var(--tc-color-white) !important;
}
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .campari-crm-container__breadcrumb img {
  -webkit-filter: var(--tc-color-c3);
          filter: var(--tc-color-c3);
}
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter] .campari-crm-container__breadcrumb .breadcrumb_last {
  color: var(--tc-colo-black);
}
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter].campari-crm-nl-inline .sn_crmform {
  padding: 0 !important;
}
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter].campari-crm-nl-inline .sn_crmform > figure.sn_background._bg_black {
  background-color: var(--tc-color-c5) !important;
}
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter].campari-crm-nl-inline .sn_crmform .sn_container_fixed_lg {
  width: 100% !important;
  max-width: none;
  padding: 0 0;
}
@media screen and (min-width: 834px) {
  .crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter].campari-crm-nl-inline .sn_crmform .sn_container_fixed_lg > .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter].campari-crm-nl-inline .sn_crmform .sn_crmform__side {
  height: 100%;
  min-height: calc(100dvh - 96px);
  margin-left: 0;
  max-width: none;
  background-repeat: no-repeat !important;
  background-position: 50% 25%;
  background-size: contain !important;
}
@media screen and (max-width: 833px) {
  .crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter].campari-crm-nl-inline .sn_crmform .sn_crmform__side {
    display: none;
  }
}
.crm_form_eventsnewsletter_v2 > [data-form-identifier=eventsnewsletter].campari-crm-nl-inline .sn_crmform .campari-crm-container {
  max-width: none;
}

@media screen and (min-width: 834px) {
  .campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .campari-crm-nl-overlay {
    padding: 2rem;
  }
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .campari-crm-nl-modal-content {
  --bb-crmform-modal-max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .campari-crm-nl-modal-content {
    --bb-crmform-modal-max-height: 940px;
  }
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .campari-crm-nl-modal-content .campari-crm-nl-modal-close svg {
  fill: var(--tc-color-c3);
  width: 14px;
  height: 14px;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .campari-crm-nl-modal-content figure.sn_background._bg_black {
  background-color: var(--tc-color-c5) !important;
}
.campari-crm-nl-modal[data-form-identifier=eventsnewsletter] .campari-crm-nl-modal-content .campari-crm-nl-side-img {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: 50% 25% !important;
}/*# sourceMappingURL=style.css.map */