.buttons modal-content {
  flex-basis: 100%;
}

modal-content {
  --std-modal-padding: 36px;
  --modal-overlay-bg-color: rgba(40, 40, 40, 0.6);
  --modal-text-color: var(--theme-text-gray);
}

.modal__overlay,
.slideout__overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2500;
  transition: all 200ms ease;
  background-color: var(--modal-overlay-bg-color);
  color: var(--modal-text-color);
}
.modal__overlay.is-active,
.slideout__overlay.is-active {
  display: block;
}
.modal__overlay.animate,
.slideout__overlay.animate {
  opacity: 1;
}

.modal__panel {
  background-color: white;
  border-radius: 1rem;
  margin-block: 1rem;
  padding: var(--std-modal-padding);
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: calc(65ch + 2 * var(--std-modal-padding));
  width: calc(100% - var(--std-modal-padding));
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.2s ease;
}
.modal__panel p {
  margin-bottom: 24px;
}
.modal__panel p:last-child {
  margin-bottom: inherit;
}
.modal__panel :last-child {
  margin-bottom: 0;
}
.modal__panel.is-active {
  top: 50%;
  opacity: 1;
}

.slideout__panel {
  position: fixed;
  z-index: 5000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: transform 200ms ease;
  transform: translateX(130%);
  display: flex;
  flex-direction: row-reverse;
}
.slideout__panel.is-active {
  transform: translateX(0%);
}

.slideout__content {
  background-color: white;
  flex-basis: 100%;
  height: 100%;
  padding: var(--std-modal-padding);
}
@media (min-width: 600px) {
  .slideout__content {
    min-width: 600px;
    flex-basis: 40vw;
  }
}

.modal__title {
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 767px) {
  .modal__title {
    font-size: 24px;
  }
}
.modal__title[tabindex="-1"] {
  outline: none;
}

.modal__description {
  max-height: 400px;
  overflow-y: auto;
  margin-top: 1.5rem;
  font-size: 18px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .modal__description {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.modal__icon-close {
  padding: 8px;
  margin-right: -8px;
  margin-top: -4px;
  margin-left: 8px;
  background-color: rgba(0, 0, 0, 0);
  float: inline-end;
}
.modal__icon-close::before {
  display: none;
}

.modal__form {
  display: none;
  background-color: rgba(18, 33, 73, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 100;
  transition: all 0.2s ease;
  overflow-y: auto;
}
.modal__form.is-active {
  display: grid;
  align-items: center;
  justify-items: center;
}
.modal__form.animate {
  opacity: 1;
}

.modal__form-title {
  font-size: 24px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .modal__form-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.modal-minimal .modal__overlay {
  --modal-overlay-bg-color: rgba(11, 11, 11, 0.8);
}
.modal-minimal .modal__panel {
  background-color: transparent;
  border-radius: unset;
  margin-block: 0;
  padding: 0;
}
.modal-minimal .modal__icon-close {
  margin: 0;
  position: absolute;
  right: 0;
  top: calc(-1 * var(--std-modal-padding));
}
.modal-minimal .modal__description {
  max-height: calc(100vh - 72px);
  margin-top: 0;
}

.modal-form .modal__panel {
  padding: 30px 20px;
  background-color: var(--Solids-Product-UI-Background, #F4F6FA);
}
@media (min-width: 767px) {
  .modal-form .modal__panel {
    padding: 60px;
    max-width: 840px;
  }
}
@media (min-width: 767px) and (max-height: 1160px) {
  .modal-form .modal__panel {
    padding: 40px 60px 40px;
  }
}
.modal-form .modal__panel .custom-thank-you {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  padding: 60px 0;
  color: rgb(41, 57, 114);
  text-align: center;
}
.modal-form .modal__icon-close {
  margin: 0;
  position: absolute;
  right: 20px;
  top: 30px;
}
.modal-form .modal__description {
  margin-top: 0;
  max-height: calc(100vh - 170px);
  max-height: calc(100svh - 170px);
}
.modal-form .modal__description > h3 {
  display: inline-block;
  font-size: 20px;
  color: var(--Solids-Deep-Blue, #293972);
  max-width: calc(100% - 40px);
}
@media (min-width: 767px) and (max-height: 1160px) {
  .modal-form .modal__description > h3 {
    margin-bottom: 15px;
  }
}
.modal-form .modal__description > form {
  margin-top: 20px;
}
@media (min-width: 767px) and (max-height: 1160px) {
  .modal-form .modal__description > form {
    margin-top: 0;
  }
}
.modal-form .custom-mktoForm .mktoLabel, .modal-form .custom-mktoForm label {
  display: inline-block;
  font-size: 15px;
  color: var(--Solids-Deep-Blue, #293972);
}
.modal-form .custom-mktoForm .mktoLabel .mktoAsterix, .modal-form .custom-mktoForm label .mktoAsterix {
  display: none;
}
.modal-form .custom-mktoForm div.mktoRequiredField .mktoLabel:after, .modal-form .custom-mktoForm div.mktoRequiredField label:after {
  content: "*";
  display: inline;
  margin-left: 3px;
}
.modal-form .custom-mktoForm .mktoFieldDescriptor + .mktoPlaceholder {
  display: none;
}
.modal-form .custom-mktoForm #commentCapture, .modal-form .custom-mktoForm #commentCapture_mktoForm_4615, .modal-form .custom-mktoForm textarea[name=commentCapture] {
  resize: vertical;
}
@media (min-width: 767px) and (max-height: 1160px) {
  .modal-form .custom-mktoForm {
    row-gap: 10px;
  }
  .modal-form .custom-mktoForm .mktoLabel, .modal-form .custom-mktoForm label {
    font-size: 13px;
    line-height: 1 !important;
  }
  .modal-form .custom-mktoForm .mktoField {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* reset modal button for card layouts */
button.modal--card {
  padding: 0;
  color: inherit;
  letter-spacing: normal;
  border: none;
  line-height: inherit;
  font-size: inherit;
  text-align: inherit;
  background: inherit;
  height: 100%;
  width: 100%;
}
button.modal--card::before, button.modal--card::after {
  display: none;
}
button.modal--card:hover {
  background-color: inherit;
}

.modal-card .modal__overlay {
  --modal-overlay-bg-color: rgba(11, 11, 11, 0.5);
}
.modal-card .modal__panel {
  max-width: 840px;
  padding: 20px;
  border-radius: 6px;
  background: #FFF;
}
@media (min-width: 767px) {
  .modal-card .modal__panel {
    padding: 80px 80px 120px;
  }
}
.modal-card .modal__icon-close {
  margin: 0;
  position: absolute;
  right: 8px;
  top: 8px;
}
@media (min-width: 767px) {
  .modal-card .modal__icon-close {
    right: 40px;
    top: 36px;
  }
}
.modal-card .modal__description {
  max-height: calc(100vh - 72px);
  margin-top: 0;
  color: #293972;
}
.modal-card .modal__description h5 {
  color: inherit;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (min-width: 767px) {
  .modal-card .modal__description h5 {
    font-size: 46px;
  }
}
.modal-card .modal__description h5 small {
  color: inherit;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  display: block;
}
@media (min-width: 767px) {
  .modal-card .modal__description h5 small {
    font-size: 20px;
  }
}
.modal-card .modal__description h6 {
  font-family: Mulish, -apple-system, system-ui, sans-serif;
  margin-bottom: 5px;
  color: inherit;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  opacity: 1;
}

iframe[src*="//player.vimeo.com"] {
  aspect-ratio: 16/9;
  display: block;
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=modal-wc.css.map */
