@keyframes _appear_1ep5z_1 {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _vanish_1ep5z_1 {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
  }
  to {
    display: none;
    opacity: 0;
    transform: scale(0.9);
  }
}

._overlay_1ep5z_47 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  align-items: center;
  justify-content: center;
}

._overlay_1ep5z_47.active {
  display: flex;
}

._modal_1ep5z_79 {
  animation: _vanish_1ep5z_1 0.45s ease;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.45s ease;
  width: min(calc(100% - 2rem), 800px);
  overflow: hidden;
}

._modal_1ep5z_79.active {
  animation: _appear_1ep5z_1 0.45s ease;
}

._close_button_1ep5z_109 {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  border: none;
  color: #4a5560;
  cursor: pointer;
  font-size: 1.9rem;
  line-height: 1;
  right: 1.5rem;
  text-align: center;
  top: 1.5rem;
  width: 32px;
}

._modal_content_1ep5z_139 {
  padding: 16px 24px 24px;
}

._img_area_1ep5z_147 {
  background-position: center center;
  background-size: cover;
  height: 418px;
}

body:has(._overlay_1ep5z_47.active) {
  overflow-y: hidden;
}

._body_copy_1ep5z_167 {
  margin-top: 8px;
}

._body_copy_1ep5z_167 > * {
  color: #333d46;
}

._body_copy_1ep5z_167 > p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

._btns_1ep5z_195 {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 16px;
  margin-top: 16px;
  width: 100%;
  justify-content: center;
}

._btns_1ep5z_195:empty {
  display: none;
}

._modal_content_1ep5z_139:nth-child(2) h2 {
  margin-top: 31px;
}

@media (max-width: 1023px) {
  ._btns_1ep5z_195 {
    flex-direction: column-reverse;
  }
}

@media (max-width: 832px) {
  ._img_area_1ep5z_147 {
    height: calc(12.25rem + ((1vw - 3.75px) * 48.5777));
  }
}

@media (max-width: 500px) {
  ._modal_1ep5z_79 {
    width: calc(100% - 1rem);
  }
  ._overlay_1ep5z_47.active {
    align-items: flex-start;
    overflow-y: scroll;
    padding-top: 40px;
  }
}

._white_modal_1ep5z_277 {
  color: #1e3860;
  padding-bottom: 40px;
}
