@charset "UTF-8";
   html {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.has-overlay {
overflow: hidden;
height: auto;
}
.has-overlay > body {
height: 100%;
overflow: hidden;
}
.modal--fade,
.modal--show {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
width: 0;
height: 0;
overflow: scroll;
opacity: 0;
display: none\9;
background-color: rgb(0 0 0 / 70%);
backdrop-filter: blur(4px);
}
.modal--fade:target,
.modal--show:target,
.is-active.modal--fade,
.is-active.modal--show {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
width: auto;
height: auto;
opacity: 1;
}
.is-active.modal--fade,
.is-active.modal--show {
display: block\9;
height: 100% \9;
width: 100% \9;
}
.modal--fade:target,
.modal--show:target,
.is-active.modal--fade,
.is-active.modal--show {
display: block\9;
}
.modal--fade .modal-inner,
.modal--show .modal-inner {
position: absolute;
top: 50px;
z-index: 20;
margin-left: 26%;
box-shadow: 0px 0 9px rgba(0, 0, 0, 0.19);
max-width: 80%;
width: 60%;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
}
.modal--fade .modal-inner > img,
.modal--show .modal-inner > img,
.modal--fade .modal-inner > video,
.modal--show .modal-inner > video,
.modal--fade .modal-inner > iframe,
.modal--show .modal-inner > iframe {
width: 100%;
height: auto;
min-height: 300px;
}
.modal--fade .modal-inner > img,
.modal--show .modal-inner > img {
width: auto;
max-width: 100%;
}
.modal--fade .modal-inner iframe,
.modal--show .modal-inner iframe {
display: block;
width: 100%;
border: 0;
}
.modal--fade .modal-content,
.modal--show .modal-content {
position: relative;
max-height: 400px;
max-height: 60vh;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.modal--fade .modal-content > *,
.modal--show .modal-content > * {
max-width: 100%;
}
.modal--fade footer,
.modal--show footer {
border-top: 1px solid white;
padding: 0 1.2em 18px;
background: #f0f0f0;
border-radius: 2px;
}
.modal--fade .modal-box-close,
.modal--show .modal-box-close {
display: block;
height: 1px;
clip: rect(0 0 0 0);
margin: -1px;
overflow: hidden;
}
.modal--fade .modal-box-close:focus:after,
.modal--show .modal-box-close:focus:after {
outline: 1px dotted;
outline: -webkit-focus-ring-color auto 5px;
}
.modal--fade .modal-box-close:before,
.modal--show .modal-box-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
} @media screen and (max-width: 30em) {
.modal--fade,
.modal--show {
-webkit-transform: translate(0, 400px);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
-webkit-transition: opacity 1ms .25s;
-moz-transition: opacity 1ms .25s;
-o-transition: opacity 1ms .25s;
-ms-transition: opacity 1ms .25s;
transition: opacity 1ms .25s;
display: block;
right: auto;
bottom: auto;
}
.modal--fade:target,
.modal--show:target,
.is-active.modal--fade,
.is-active.modal--show {
width: 100%;
height: 100%;
}
.modal--fade:target .modal-box-close,
.modal--show:target .modal-box-close,
.is-active.modal--fade .modal-box-close,
.is-active.modal--show .modal-box-close {
display: block;
}
.modal--fade .modal-inner,
.modal--show .modal-inner {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
top: 0;
left: 0;
right: 0;
height: 100%;
overflow: scroll;
}
.modal--fade .modal-content,
.modal--show .modal-content {
max-height: none;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.modal--fade .modal-box-close,
.modal--show .modal-box-close {
display: none;
right: auto;
}
.modal--fade .modal-box-close:before,
.modal--show .modal-box-close:before {
content: '';
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 20;
}
.modal--fade .modal-box-close:after,
.modal--show .modal-box-close:after {
top: 5px !important;
right: 5px;
left: auto;
margin-left: 0;
}
}
@media screen and (max-height: 46em) and (min-width: 30em) {
.modal--fade .modal-content,
.modal--show .modal-content {
max-height: 340px;
max-height: 50vh;
}
}
@media screen and (max-height: 36em) and (min-width: 30em) {
.modal--fade .modal-content,
.modal--show .modal-content {
max-height: 265px;
max-height: 40vh;
}
}
.is-stacked.modal--fade,
.is-stacked.modal--show {
-webkit-transform: translate(0, 0) scale(1, 1);
-moz-transform: translate(0, 0) scale(1, 1);
-o-transform: translate(0, 0) scale(1, 1);
-ms-transform: translate(0, 0) scale(1, 1);
transform: translate(0, 0) scale(1, 1);
opacity: 1;
}
.is-stacked.modal--fade .modal-inner,
.is-stacked.modal--show .modal-inner {
-webkit-animation: scaleDown .7s ease both;
-moz-animation: scaleDown .7s ease both;
animation: scaleDown .7s ease both;
}
.is-stacked.modal--fade .modal-box-close,
.is-stacked.modal--show .modal-box-close {
opacity: 0;
}
@media screen and (max-width: 30em) {
.is-stacked.modal--fade,
.is-stacked.modal--show {
-webkit-animation: scaleDown .7s ease both;
-moz-animation: scaleDown .7s ease both;
animation: scaleDown .7s ease both;
}
.is-stacked.modal--fade .modal-inner,
.is-stacked.modal--show .modal-inner {
-webkit-animation: none;
-moz-animation: none;
animation: none;
}
.is-stacked.modal--fade .modal-box-close,
.is-stacked.modal--show .modal-box-close {
opacity: 1;
}
} @media screen and (min-width: 30em) {
.modal--fade {
transition: opacity 0.4s;
}
}
@media (max-width: 479px) {
.modal--fade .modal-inner,
.modal--show .modal-inner {
overflow: auto !important;
}
}  .modal--fade,
.modal--show {
color: #222;
line-height: 1.3;
}
.modal--fade .modal-inner,
.modal--show .modal-inner {
border-radius: 0x;
background: transparent;
padding: 0;
max-width: 100%;
width: 800px; -webkit-transition: max-width 0.25s linear, margin-left 0.125s linear;
transition: max-width 0.25s linear, margin-left 0.125s linear;
border-radius: 0; position: relative;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}
.modal--fade header,
.modal--show header {
border-bottom: 1px solid #ddd;
padding: 0 1.2em;
}
.modal--fade header > h2,
.modal--show header > h2 {
margin: 0.5em 0;
}
.modal--fade .modal-content,
.modal--show .modal-content {
border-bottom: 1px solid #ddd;
padding: 15px 1.2em;
}
.modal--fade footer,
.modal--show footer {
border-top: 1px solid white;
padding: 0 1.2em 18px;
background: #f0f0f0;
border-radius: 2px;
}
.modal--fade .modal-box-close,
.modal--show .modal-box-close {
text-indent: -100px;
}
.modal--fade .modal-box-close:before,
.modal--show .modal-box-close:before {
}
.modal--fade .modal-box-close:after,
.modal--show .modal-box-close:after {
content: '\00d7';
border-radius: 2px;
padding: 2px 8px;
font-size: 1.2em;
text-decoration: none;
text-indent: 0;
}
@media screen and (max-width: 30em) {
.modal--fade .modal-box-close:before,
.modal--show .modal-box-close:before {
height: 3em;
}
.modal--fade .modal-inner,
.modal--show .modal-inner {
padding-top: 3em;
-webkit-box-shadow: none;
box-shadow: none;
}
.modal--fade .modal-box-close,
.modal--show .modal-box-close {
text-decoration: none;
}
.modal--fade .modal-box-close:after,
.modal--show .modal-box-close:after {
content: attr(data-close);
font-size: 1em;
padding: 0.5em 1em;
}
} a.modal-box-close {
font-size: 70px;
color: #000;
}
.modal_overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, .5);
z-index: 10;
}
.modal_close_button {
position: absolute;
z-index: 9999;
top: 24px;
right: 24px;
color: #000;
-webkit-transition: -webkit-transform .8s;
transition: transform .8s;
}
.modal_close_button:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}