.jquery-modal.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100000;
  padding: 8px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.jquery-modal.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.jquery-modal.blocker.behind {
  background-color: transparent;
}
.asen-pop-ups-single {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background: #fff;
  padding: 0px;
  box-shadow: 0 10px 24px 0 rgba(54, 61, 77, 0.15);
  text-align: left;
}

.asen-pop-ups-single.content-style-copy {
  width: 100%;
  max-width: 376px;

  @media (max-width: 640px) {
    width: 80%;
  }
}

.asen-pop-ups-single.content-style-copy-image-vertical {
  width: 100%;
  max-width: 376px;

  @media (max-width: 640px) {
    width: 80%;
  }
}

.asen-pop-ups-single.content-style-image {
  @media (max-width: 640px) {
    max-width: 80%;
  }
}

.asen-pop-ups-single.content-style-copy-image-horizontal.has-teaser-image {
  width: 100%;
  max-width: 880px;
}
@media (max-width: 640px) {
  .asen-pop-ups-single.content-style-copy-image-horizontal.has-teaser-image {
    max-width: 376px;
  }
}

.asen-pop-ups-single.content-style-copy-image-vertical
  .asen-pop-ups-single-inside {
  display: flex;
  flex-direction: column;
}
.asen-pop-ups-single.content-style-copy-image-horizontal
  .asen-pop-ups-single-inside {
  display: flex;
  flex-direction: row;
}
.asen-pop-ups-single.content-style-copy-image-right
  .asen-pop-ups-single-inside {
  flex-direction: row-reverse;
}
.asen-pop-ups-single.content-style-copy-image-horizontal.has-teaser-image
  .teaser-image-container {
  width: 50%;
}
.asen-pop-ups-single.content-style-copy-image-horizontal.has-teaser-image
  .pop-up-content {
  width: 50%;
}

@media (max-width: 640px) {
  .asen-pop-ups-single.content-style-copy-image-horizontal
    .asen-pop-ups-single-inside {
    flex-direction: column;
  }
  .asen-pop-ups-single.content-style-copy-image-horizontal.has-teaser-image
    .teaser-image-container {
    width: 100%;
  }
  .asen-pop-ups-single.content-style-copy-image-horizontal.has-teaser-image
    .pop-up-content {
    width: 100%;
  }
}

.asen-pop-ups-single.content-style-copy .pop-up-content {
  padding: 65px 48px 55px;
}
@media (max-width: 640px) {
  .asen-pop-ups-single.content-style-copy .pop-up-content {
    padding: 55px 38px 45px;
  }
}

.asen-pop-ups-single.content-style-copy.has-teaser-image
  .pop-up-content.content-style-copy-image-top {
  padding-top: 34px;
  padding-bottom: 42px;
}
@media (max-width: 640px) {
  .asen-pop-ups-single.content-style-copy.has-teaser-image .pop-up-content {
    padding-top: 28px;
    padding-bottom: 39px;
  }
}

.asen-pop-ups-single.content-style-copy .teaser-image-container {
  background-color: #dadada;
}
.asen-pop-ups-single.content-style-copy-image-vertical .teaser-image-container {
  width: 100%;
}

.asen-pop-ups-single.content-style-copy .teaser-image-container img {
  width: 100%;
  height: auto;
  display: block !important;
}

.asen-pop-ups-single.content-style-copy .logo-image-container {
  width: 100%;
  padding-bottom: 20px;
}

.asen-pop-ups-single.content-style-copy .logo-image-container img {
  width: 100%;
  height: auto;
  display: inline-block !important;
  max-width: 80%;
}

.asen-pop-ups-single.content-style-image a.image-link {
  display: block;
}

.asen-pop-ups-single.content-style-image img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  display: block !important;
}

.asen-pop-ups-single .button-container {
  display: flex;
  flex-wrap: wrap;
}

.asen-pop-ups-single .button-container .button {
  margin-bottom: 8px !important;
  width: 100% !important;
  background-color: #fff !important;
  border: 3px solid #0f0f0f !important;
  padding: 11px 32px !important;
  font-weight: 900 !important;
  line-height: 1.55555556 !important;
  border-radius: 0 !important;
  font-size: 18px !important;
  transition: all 200ms ease !important;
  word-wrap: normal !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  text-align: center;
}
.asen-pop-ups-single .button-container .button:hover {
  background-color: #0f0f0f !important;
  color: #fff !important;
}

@media (max-width: 640px) {
  .asen-pop-ups-single .button-container .button {
    margin-bottom: 8px !important;
  }
}

.asen-pop-ups-single button.close-button {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  display: block !important;
  width: 64px !important;
  height: 64px !important;
  padding: 20px !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  transition: color 200ms ease !important;
  cursor: pointer !important;
}

.asen-pop-ups-single.content-style-copy button.close-button {
  color: #b7b7b7;
}
.asen-pop-ups-single.content-style-copy button.close-button:hover {
  color: #0f0f0f;
}

.asen-pop-ups-single.show-custom-close-button-always button.close-button {
  transition: opacity 200ms ease;
}
.asen-pop-ups-single.show-custom-close-button-always button.close-button:hover {
  opacity: 0.75;
}
@media (max-width: 640px) {
  .asen-pop-ups-single.show-custom-close-button-mobile button.close-button {
    transition: opacity 200ms ease;
  }
  .asen-pop-ups-single.show-custom-close-button-mobile
    button.close-button:hover {
    opacity: 0.75;
  }
}

.asen-pop-ups-single.show-contrast-close-button-always button.close-button {
  width: 56px !important;
  height: 56px !important;
  padding-top: 12px !important;
  padding-right: 12px !important;
}
.asen-pop-ups-single.show-contrast-close-button-always button.close-button svg {
  background-color: #fff;
}
.asen-pop-ups-single.show-contrast-close-button-always
  button.close-button
  svg
  path.asen-pop-up-close-button-square {
  display: none;
}
.asen-pop-ups-single.show-custom-close-button-always button.close-button,
.asen-pop-ups-single.show-custom-close-button-always button.close-button:hover {
  color: var(--custom-color);
}

@media (max-width: 640px) {
  .asen-pop-ups-single.show-contrast-close-button-mobile button.close-button {
    color: #b7b7b7;
  }
  .asen-pop-ups-single.show-contrast-close-button-mobile
    button.close-button:hover {
    color: #0f0f0f;
  }
  .asen-pop-ups-single.show-contrast-close-button-mobile button.close-button {
    width: 56px !important;
    height: 56px !important;
    padding-top: 12px !important;
    padding-right: 12px !important;
  }
  .asen-pop-ups-single.show-contrast-close-button-mobile
    button.close-button
    svg {
    background-color: #fff;
  }
  .asen-pop-ups-single.show-contrast-close-button-mobile
    button.close-button
    svg
    path.asen-pop-up-close-button-square {
    display: none;
  }

  .asen-pop-ups-single.show-custom-close-button-mobile button.close-button,
  .asen-pop-ups-single.show-custom-close-button-mobile
    button.close-button:hover {
    color: var(--custom-color);
  }
}

.asen-pop-ups-single .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.asen-pop-ups-single h1,
.asen-pop-ups-single h2,
.asen-pop-ups-single h3,
.asen-pop-ups-single h4,
.asen-pop-ups-single h5,
.asen-pop-ups-single h6,
.asen-pop-ups-single p,
.asen-pop-ups-single a {
  color: #0f0f0f !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.asen-pop-ups-single h1,
.asen-pop-ups-single h2,
.asen-pop-ups-single h3,
.asen-pop-ups-single h4,
.asen-pop-ups-single h5,
.asen-pop-ups-single h6 {
  font-size: 25px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
}
@media (max-width: 640px) {
  .asen-pop-ups-single h1,
  .asen-pop-ups-single h2,
  .asen-pop-ups-single h3,
  .asen-pop-ups-single h4,
  .asen-pop-ups-single h5,
  .asen-pop-ups-single h6 {
    margin-bottom: 14px !important;
  }
}

.asen-pop-ups-single p {
  font-size: 18px !important;
  line-height: 1.3 !important;
  padding: 0 !important;
  margin: 0 0 30px !important;
}

@media (max-width: 640px) {
  .asen-pop-ups-single p {
    margin-bottom: 25px !important;
  }
}
