::selection {
  background: #f82a2b;
  color: #fff;
}

.md-modal-w {
  display: none;
  margin-top: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 1;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.md-overlay {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background: #ffffff18;
  transition: all 0.8s cubic-bezier(0, 0, 0.5, 1);
}

.md-overlay {
  backdrop-filter: blur(20px);
}

.md-overlay.active {
  opacity: 1;
  visibility: visible;
}

.md-show {
  visibility: visible;
}

.md-modal-w .md-modal {
  width: 800px;
  max-width: 100%;
  position: relative;
  padding: 0;
  background: #fff;
  border-radius: 25px;
  color: #000;
  max-height: calc(100vh - 65px);
  max-width: calc(100% - 36px);
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0.7);
  margin-top: 24px;
  box-shadow: 0px 0px 25px 0px #00000014;
}

.md-modal-w .md-modal.md-show {
  transform: scale(1);
  opacity: 1;
}

.md-modal-w .md-modal[data-v-c31ab876] {
  width: 980px;
  background: #fff;
}

.md-content {
  color: #000;
  border-radius: 3px;
  padding: 11px 50px;
  overflow: auto;
  max-height: calc(100vh - 65px);
}

.md-content {
  padding: 45px 50px 30px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.page-ctn[data-v-c31ab876] {
  margin-bottom: 19px;
  font-family: Josefin Slab, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 17px;
}

.button-text-center {
  text-align: center;
}

.btn[data-v-c31ab876] {
  width: 100%;
  cursor: pointer;
  padding: 10px 19px;
  border-radius: 15px;
  display: inline-block;
  font-size: 20px;
  font-family: Baou Display, Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: #f82a2b;
  border: none;
  text-align: center;
  color: #fff;
  box-shadow: 2px 4px 12px 0px #f82a2b;
  transition: all 0.2s;
}

.md-modal,
.md-effect-1,
.md-show button {
  background: transparent;
  border: none;
}

.md-close {
  position: absolute;
  right: 0;
  top: -34px;
  font-family: Domine, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.md-close,
.md-close:focus,
.md-close:hover {
  color: #000;
}
