/* what is this */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none
}

mark {
    background-color: transparent;
    color: inherit
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="text"],input[type="email"],select,textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    min-width: 320px;
    min-height: 100vh;
    line-height: 1.0;
    word-wrap: break-word;
    overflow-x: hidden;
}

u {
    text-decoration: underline;
}

strong {
    color: inherit;
    font-weight: bolder;
}

em {
    font-style: italic;
}

code {
    font-family: 'Lucida Console', 'Courier New', monospace;
    font-weight: normal;
    text-indent: 0;
    letter-spacing: 0;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.5em;
    background-color: rgba(144,144,144,0.25);
    border-radius: 0.25em;
}

mark {
    background-color: rgba(144,144,144,0.25);
}

a {
    -moz-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    -ms-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    color: inherit;
    text-decoration: underline;
}

s {
    text-decoration: line-through;
}

body:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-attachment: scroll;
    background-image: url('./images/yeup.png');
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-color: #FFFFFF;
}

html {
    font-size: 18pt;
}

#wrapper {
    -webkit-overflow-scrolling: touch;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 1rem 1rem 1rem 1rem;
}

#main {
    display: flex;
    position: relative;
    max-width: 100%;
    z-index: 1;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    text-align: center;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #CCF0FF 100%);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-size: cover;
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
    border-top: dashed 5px #42B0FF;
    border-right: dashed 5px #42B0FF;
    border-bottom: dashed 5px #42B0FF;
    border-left: dashed 5px #42B0FF;
    -moz-transition: opacity 1.125s ease 0s,-moz-transform 1.125s ease 0s;
    -webkit-transition: opacity 1.125s ease 0s,-webkit-transform 1.125s ease 0s;
    -ms-transition: opacity 1.125s ease 0s,-ms-transform 1.125s ease 0s;
    transition: opacity 1.125s ease 0s,transform 1.125s ease 0s;
}

#main > .inner {
    position: relative;
    z-index: 1;
    border-radius: calc(0.75rem - 5px) calc(0.75rem - 5px) calc(0.75rem - 5px) calc(0.75rem - 5px);
    padding: 0.375rem 1rem;
    max-width: 100%;
    width: 27rem;
}

#main > .inner > header {
    margin-bottom: 0.25rem;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#main > .inner > footer {
    margin-top: 0.25rem;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#main > .inner > * > * {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

#main > .inner > * > :first-child {
    margin-top: 0 !important;
}

#main > .inner > * > :last-child {
    margin-bottom: 0 !important;
}

#main > .inner > .full {
    margin-left: calc(-1rem);
    width: calc(100% + 2rem + 0.4725px);
    max-width: calc(100% + 2rem + 0.4725px);
}

#main > .inner > .full:first-child {
    margin-top: -0.375rem !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#main > .inner > .full:last-child {
    margin-bottom: -0.375rem !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#main > .inner > .full.screen {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    border-radius: 0 !important;
    left: 50%;
    right: auto;
    margin-left: -50vw;
}

#main > .inner > * > .full {
    margin-left: calc(-1rem);
    width: calc(100% + 2rem + 0.4725px);
    max-width: calc(100% + 2rem + 0.4725px);
}

#main > .inner > * > .full.screen {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    border-radius: 0 !important;
    left: 50%;
    right: auto;
    margin-left: -50vw;
}

#main > .inner > header > .full:first-child {
    margin-top: -0.375rem !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#main > .inner > footer > .full:last-child {
    margin-bottom: -0.375rem !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

body.is-loading #main {
    opacity: 0;
    -moz-transform: translateX(-1.5rem);
    -webkit-transform: translateX(-1.5rem);
    -ms-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
}

#main > .inner > section > * {
    -moz-transition: opacity 1s ease-in-out 0s;
    -webkit-transition: opacity 1s ease-in-out 0s;
    -ms-transition: opacity 1s ease-in-out 0s;
    transition: opacity 1s ease-in-out 0s;
}

body.is-loading #main > .inner > section > * {
    opacity: 0;
}

#main > .inner > header, #main > .inner > footer {
    -moz-transition: opacity 0.1875s ease-in-out 0.28125s,visibility 0.1875s linear 0.28125s;
    -webkit-transition: opacity 0.1875s ease-in-out 0.28125s,visibility 0.1875s linear 0.28125s;
    -ms-transition: opacity 0.1875s ease-in-out 0.28125s,visibility 0.1875s linear 0.28125s;
    transition: opacity 0.1875s ease-in-out 0.28125s,visibility 0.1875s linear 0.28125s;
}

#main > .inner > header.hidden, #main > .inner > footer.hidden {
    -moz-transition: opacity 0.1875s ease-in-out,visibility 0.1875s;
    -webkit-transition: opacity 0.1875s ease-in-out,visibility 0.1875s;
    -ms-transition: opacity 0.1875s ease-in-out,visibility 0.1875s;
    transition: opacity 0.1875s ease-in-out,visibility 0.1875s;
    opacity: 0;
    visibility: hidden;
}

#main > .inner > section {
    -moz-transition: opacity 0.375s ease-in-out 0.1875s,-moz-transform 0.375s ease-in-out 0.1875s,min-height 0.1875s ease-in-out,max-height 0.1875s ease-in-out;
    -webkit-transition: opacity 0.375s ease-in-out 0.1875s,-webkit-transform 0.375s ease-in-out 0.1875s,min-height 0.1875s ease-in-out,max-height 0.1875s ease-in-out;
    -ms-transition: opacity 0.375s ease-in-out 0.1875s,-ms-transform 0.375s ease-in-out 0.1875s,min-height 0.1875s ease-in-out,max-height 0.1875s ease-in-out;
    transition: opacity 0.375s ease-in-out 0.1875s,transform 0.375s ease-in-out 0.1875s,min-height 0.1875s ease-in-out,max-height 0.1875s ease-in-out;
}

#main > .inner > section.inactive {
    -moz-transition: opacity 0.1875s ease-in-out,-moz-transform 0.1875s ease-in-out;
    -webkit-transition: opacity 0.1875s ease-in-out,-webkit-transform 0.1875s ease-in-out;
    -ms-transition: opacity 0.1875s ease-in-out,-ms-transform 0.1875s ease-in-out;
    transition: opacity 0.1875s ease-in-out,transform 0.1875s ease-in-out;
    opacity: 0;
    -moz-transform: scale(0.975);
    -webkit-transform: scale(0.975);
    -ms-transform: scale(0.975);
    transform: scale(0.975);
}

body.is-instant #main, body.is-instant #main > .inner > *,body.is-instant #main > .inner > section > * {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body.is-instant:after {
    display: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

h1 br + br, h2 br + br, h3 br + br, p br + br {
    display: block;
    content: ' ';
}

h1 .li, h2 .li, h3 .li, p .li {
    display: list-item;
    padding-left: 0.5em;
    margin: 0.75em 0 0 1em;
}

#text01 br + br {
    margin-top: 0.6rem;
}

#text01 {
    color: #298BFF;
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 0.75em;
    line-height: 1;
    font-weight: 700;
}

#text09 br + br {
    margin-top: 0.6rem;
}

#text09 {
    text-align: center;
    color: #298BFF;
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 2em;
    line-height: 1;
    font-weight: 700;
}

#text06 br + br {
    margin-top: 0.6rem;
}

#text06 {
    text-align: center;
    color: #87BEFF;
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 1em;
    line-height: 1;
    font-weight: 700;
}

#text02 br + br {
    margin-top: 0.6rem;
}

#text02 {
    text-align: center;
    color: #298BFF;
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 2em;
    line-height: 1;
    font-weight: 700;
}

#text05 br + br {
    margin-top: 0.6rem;
}

#text05 {
    text-align: center;
    color: #1781FF;
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 1.25em;
    line-height: 1;
    font-weight: 700;
}

#text15 br + br {
    margin-top: 0.6rem;
}

#text15 {
    text-align: center;
    color: #87BEFF;
    font-family: 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 1em;
    line-height: 1;
    font-weight: 700;
}

#text03 br + br {
    margin-top: 0.6rem;
}

#text03 {
    text-align: center;
    color: #87BEFF;
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 0.875em;
    line-height: 1;
    font-weight: 700;
}

#credits br + br {
    margin-top: 0.9rem;
}

#credits {
    color: #298BFF;
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.025rem;
    width: 100%;
    font-size: 0.6em;
    line-height: 1.5;
    font-weight: 400;
    cursor: default;
    margin-top: 1rem !important;
}

#credits a {
    text-decoration: none !important;
    -moz-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    opacity: 0.5;
}

#credits a:hover {
    text-decoration: none !important;
    opacity: 1;
}

hr {
    width: 100%;
    position: relative;
    padding: 0;
    border: 0;
}

hr:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
}

#divider01 {
    height: 0.5rem;
    line-height: 0.5rem;
}

#divider01:before {
    width: 100%;
    border-top: solid 1px #87BEFF;
    height: 1px;
}

#header {
    margin-bottom: 0rem !important;
}

.gallery .inner {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.gallery ul li a, .gallery ul li span {
    position: relative;
}

.gallery ul li img {
    width: auto;
    max-width: 100%;
    margin: 0;
    vertical-align: top;
}

@-moz-keyframes gallery-modal-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes gallery-modal-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes gallery-modal-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes gallery-modal-spinner {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: rgba(10,10,10,0.85);
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
    -webkit-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
    -ms-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
    transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
    z-index: 0;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gallery-modal:before {
    content: '';
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2rem 0 0 -2rem;
    -moz-animation: gallery-modal-spinner 1s infinite linear;
    -webkit-animation: gallery-modal-spinner 1s infinite linear;
    -ms-animation: gallery-modal-spinner 1s infinite linear;
    animation: gallery-modal-spinner 1s infinite linear;
    -moz-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4rem;
}

.gallery-modal .inner {
    opacity: 0;
    transform: translateY(0.75em);
    transition: all 0.5s ease;
}

.gallery-modal .inner img {
    display: block;
    max-width: 80vw;
    max-height: 85vh;
    box-shadow: 0 1em 3em 0 rgba(0,0,0,0.35);
}

.gallery-modal .nav {
    position: fixed;
    top: 30%;
    width: 8rem;
    max-width: 10vw;
    height: 40%;
    min-height: 6rem;
    cursor: pointer;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3rem;
    opacity: 0.25;
    -moz-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.gallery-modal .nav:hover {
    opacity: 1;
}

.gallery-modal .nav.next {
    right: 0;
}

.gallery-modal .nav.previous {
    left: 0;
    transform: scaleX(-1);
}

.gallery-modal .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    display: block;
    cursor: pointer;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==');
    background-position: top 1rem right 1rem;
    background-repeat: no-repeat;
    background-size: 3rem;
    opacity: 0.25;
    transition: opacity 0.25s ease;
}

.gallery-modal .close:hover {
    opacity: 1;
}

.gallery-modal.visible {
    visibility: visible;
    opacity: 1;
    z-index: 10000;
    -moz-pointer-events: auto;
    -webkit-pointer-events: auto;
    -ms-pointer-events: auto;
    pointer-events: auto;
}

.gallery-modal.visible:before {
    opacity: 1;
}

.gallery-modal.loaded:before {
    opacity: 0 !important;
    -moz-transition-delay: 0s !important;
    -webkit-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

.gallery-modal.loaded .inner {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.gallery-modal.switching .inner {
    -moz-transition: opacity 0.375s ease, transform 0.5s ease;
    -webkit-transition: opacity 0.375s ease, transform 0.5s ease;
    -ms-transition: opacity 0.375s ease, transform 0.5s ease;
    transition: opacity 0.375s ease, transform 0.5s ease;
}

#gallery01 .inner {
    max-width: 27rem;
    width: 100%;
}

#gallery01 ul li a, #gallery01 ul li span {
    border-radius: 0.25rem;
    display: flex;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
}

#gallery01 ul li img {
    border-radius: 0.25rem;
    display: block;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -moz-object-position: center;
    -webkit-object-position: center;
    -ms-object-position: center;
    object-position: center;
    height: auto;
    max-height: 6.75rem;
}

#gallery01 ul {
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    width: calc(100% + 0.25rem);
    margin: -0.125rem 0 -0.125rem -0.125rem;
}

#gallery01 ul li {
    display: flex;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    margin: 0.125rem;
}

.image {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    display: block;
}

.image a, .image span {
    position: relative;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.image a img, .image span img {
    display: block;
}

.image img {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.image.full img {
    display: block;
}

.image.full:first-child img {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.image.full:last-child img {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.image.full a, .image.full span {
    display: block;
}

#image02 a, #image02 span {
    border-radius: 100%;
}

#image02 img {
    max-width: 100%;
    width: 173px;
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    -moz-object-position: center;
    -webkit-object-position: center;
    -ms-object-position: center;
    object-position: center;
    border-radius: 100%;
}

.buttons {
    cursor: default;
    padding: 0;
    letter-spacing: 0;
}

.buttons li a {
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    max-width: 100%;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    vertical-align: middle;
}

#buttons04 {
    width: calc(100% + 0.125rem);
    margin-left: -0.0625rem;
}

#buttons04 li {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 0.125rem);
    margin: 0.0625rem;
}

#buttons04 li a {
    display: flex;
    width: 21.875rem;
    height: 2.25rem;
    line-height: 2.25rem;
    vertical-align: middle;
    padding: 0 1.125rem;
    text-transform: uppercase;
    font-size: 1.125em;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    border-radius: 0.25rem;
}

#buttons04 .button {
    background-color: #009CF8;
    color: #FFFFFF;
}

#buttons04 .button:hover {
    background-color: #303030 !important;
}

#buttons02 {
    width: calc(100% + 0.125rem);
    margin-left: -0.0625rem;
}

#buttons02 li {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 0.125rem);
    margin: 0.0625rem;
}

#buttons02 li a {
    display: flex;
    width: auto;
    height: 2.25rem;
    line-height: 2.25rem;
    vertical-align: middle;
    padding: 0 1.125rem;
    text-transform: uppercase;
    font-size: 1.125em;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    border-radius: 0.25rem;
}

#buttons02 .button {
    background-color: #009CF8;
    color: #FFFFFF;
}

#buttons02 .button:hover {
    background-color: #303030 !important;
}

@media (orientation: portrait) {
    .gallery-modal .inner img {
        max-width: 100vw;
    }

    .gallery-modal .nav {
        width: 8rem;
        max-width: 35%;
        background-image: none;
        opacity: 1;
    }

    .gallery-modal .nav:before {
        content: '';
        display: block;
        width: 3rem;
        height: 3rem;
        position: absolute;
        top: calc(50% - 1.5rem);
        right: 1rem;
        background-color: rgba(144,144,144,0.5);
        background-size: 1.5rem;
        background-position: center;
        background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAzcHg7fTwvc3R5bGU+PGxpbmUgeDE9IjI0IiB5MT0iOCIgeDI9IjQ4IiB5Mj0iMzIiIC8+PGxpbmUgeDE9IjI0IiB5MT0iNTYiIHgyPSI0OCIgeTI9IjMyIiAvPjwvc3ZnPg==');
        background-repeat: no-repeat;
        border-radius: 3rem;
    }
}

@media (max-width: 1680px) {
    html {
        font-size: 13pt;
    }
}

@media (max-width: 1280px) {
    html {
        font-size: 13pt;
    }

    .gallery-modal .nav {
        opacity: 1;
    }

    .gallery-modal .close {
        opacity: 1;
    }
}

@media (max-width: 980px) {
    html {
        font-size: 11pt;
    }
}

@media (max-width: 736px) {
    html {
        font-size: 11pt;
    }

    #main > .inner {
        padding: 0.375rem 1rem;
    }

    #main > .inner > header {
        margin-bottom: 0.25rem;
    }

    #main > .inner > footer {
        margin-top: 0.25rem;
    }

    #main > .inner > * > * {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    #main > .inner > .full {
        margin-left: calc(-1rem);
        width: calc(100% + 2rem + 0.4725px);
        max-width: calc(100% + 2rem + 0.4725px);
    }

    #main > .inner > .full:first-child {
        margin-top: -0.375rem !important;
    }

    #main > .inner > .full:last-child {
        margin-bottom: -0.375rem !important;
    }

    #main > .inner > .full.screen {
        margin-left: -50vw;
    }

    #main > .inner > * > .full {
        margin-left: calc(-1rem);
        width: calc(100% + 2rem + 0.4725px);
        max-width: calc(100% + 2rem + 0.4725px);
    }

    #main > .inner > * > .full.screen {
        margin-left: -50vw;
    }

    #main > .inner > header > .full:first-child {
        margin-top: -0.375rem !important;
    }

    #main > .inner > footer > .full:last-child {
        margin-bottom: -0.375rem !important;
    }

    #text01 {
        letter-spacing: -0.021875rem;
        width: 100%;
        font-size: 0.625em;
        line-height: 1;
    }

    #text09 {
        letter-spacing: -0.021875rem;
        width: 100%;
        font-size: 0.625em;
        line-height: 1;
    }

    #text06 {
        letter-spacing: -0.021875rem;
        width: 100%;
        font-size: 0.625em;
        line-height: 1;
    }

    #text02 {
        letter-spacing: -0.021875rem;
        width: 100%;
        font-size: 0.625em;
        line-height: 1;
    }

    #text05 {
        letter-spacing: -0.021875rem;
        width: 100%;
        font-size: 0.625em;
        line-height: 1;
    }

    #text15 {
        letter-spacing: -0.021875rem;
        width: 100%;
        font-size: 0.625em;
        line-height: 1;
    }

    #text03 {
        letter-spacing: -0.021875rem;
        width: 100%;
        font-size: 0.625em;
        line-height: 1;
    }

    #credits {
        letter-spacing: -0.021875rem;
        width: 100%;
        font-size: 0.6em;
        line-height: 1.5;
    }

    #divider01 {
        height: 0.5rem;
        line-height: 0.5rem;
    }

    .gallery-modal .close {
        background-position: top 0.5rem right 0.5rem;
    }

    #gallery01 ul li img {
        max-height: 7.125rem;
    }

    #image02 img {
        -moz-object-fit: cover;
        -webkit-object-fit: cover;
        -ms-object-fit: cover;
        object-fit: cover;
        -moz-object-position: center;
        -webkit-object-position: center;
        -ms-object-position: center;
        object-position: center;
    }
}

@media (max-width: 480px) {
    #main > .inner > header {
        margin-bottom: 0.21875rem;
    }

    #main > .inner > footer {
        margin-top: 0.21875rem;
    }

    #main > .inner > * > * {
        margin-top: 0.21875rem;
        margin-bottom: 0.21875rem;
    }

    #buttons04 li a {
        width: 21.875rem;
    }
}

@media (max-width: 360px) {
    #main > .inner {
        padding: 0.28125rem 0.75rem;
    }

    #main > .inner > header {
        margin-bottom: 0.1875rem;
    }

    #main > .inner > footer {
        margin-top: 0.1875rem;
    }

    #main > .inner > * > * {
        margin-top: 0.1875rem;
        margin-bottom: 0.1875rem;
    }

    #main > .inner > .full {
        margin-left: calc(-0.75rem);
        width: calc(100% + 1.5rem + 0.4725px);
        max-width: calc(100% + 1.5rem + 0.4725px);
    }

    #main > .inner > .full:first-child {
        margin-top: -0.28125rem !important;
    }

    #main > .inner > .full:last-child {
        margin-bottom: -0.28125rem !important;
    }

    #main > .inner > .full.screen {
        margin-left: -50vw;
    }

    #main > .inner > * > .full {
        margin-left: calc(-0.75rem);
        width: calc(100% + 1.5rem + 0.4725px);
        max-width: calc(100% + 1.5rem + 0.4725px);
    }

    #main > .inner > * > .full.screen {
        margin-left: -50vw;
    }

    #main > .inner > header > .full:first-child {
        margin-top: -0.28125rem !important;
    }

    #main > .inner > footer > .full:last-child {
        margin-bottom: -0.28125rem !important;
    }

    #text01 {
        font-size: 0.625em;
    }

    #text09 {
        font-size: 0.625em;
    }

    #text06 {
        font-size: 0.625em;
    }

    #text02 {
        font-size: 0.625em;
    }

    #text05 {
        font-size: 0.625em;
    }

    #text15 {
        font-size: 0.625em;
    }

    #text03 {
        font-size: 0.625em;
    }

    #credits {
        font-size: 0.6em;
    }

    #gallery01 ul {
        width: calc(100% + 0.1875rem);
        margin: -0.09375rem 0 -0.09375rem -0.09375rem;
    }

    #gallery01 ul li {
        margin: 0.09375rem;
    }

    #buttons04 {
        width: calc(100% + 0.09375rem);
        margin-left: -0.046875rem;
    }

    #buttons04 li {
        max-width: calc(100% - 0.09375rem);
        margin: 0.046875rem;
    }

    #buttons02 {
        width: calc(100% + 0.09375rem);
        margin-left: -0.046875rem;
    }

    #buttons02 li {
        max-width: calc(100% - 0.09375rem);
        margin: 0.046875rem;
    }
}
