@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import "reset.css";

/* font-family: "Montserrat", sans-serif; */

/* general */
html,
body {
    height: 100%;
}
body {
    position: relative;
    font-family: "Open Sans", sans-serif;
    color: #393939;
    background: #FFE6E6;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* linked */
.voe03sw-linked {
    font-family: "Open Sans", sans-serif;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 220px;
    width: 100%;
    margin: 0 auto;
    height: 44px;
    padding: 10px;
    transition: all 0.5s ease-out;
    border: none;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FF0004;
    color: #FFFFFF !important;
    font-size: 18px;
    line-height: 20px;
    font-weight: 800;
}


/* Header */
.voe03sw-heading {
    position: relative;
    z-index: 9;
    color: #ffffff;
    background: #000000;
    padding: 12px 20px;
    border-bottom: 3px solid #FF0004;
}
.voe03sw-heading--box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.voe03sw-menu--list {
    display: flex;
    align-items: center;
}
.voe03sw-menu--point {
    padding: 4px;
    transition: .3s;
}
.voe03sw-menu--point:hover {
    color: #FF0004;
}
.voe03sw-menu--point.active {
    color: #FF0004;
}
.voe03sw-menu--point + .voe03sw-menu--point {
    margin-left: 34px;
}
.voe03sw-burger {
    position: absolute;
    z-index: 5;
    right: 20px;
    width: 25px;
    height: 18px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
.voe03sw-burger .stroke {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.2s ease-out;
}
.linked .stroke1 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}
.linked .stroke2 {
    display: none;
}
.linked .stroke3 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}




/* CONTENT */
.voe03sw-components {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
}
.voe03sw-components.burger-bg::after {
    content: '';
    background: rgb(4 6 19 / 30%);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.voe03sw-general {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.voe03sw-layout {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
    background: #393939;
}
.voe03sw-popup__info::after {
    content: '';
    background: rgb(4 6 19 / 70%);
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
}
.voe03sw-main {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.voe03sw-material {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.voe03sw-topic--large {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 24px;
}
.voe03sw-topic--medium {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 24px;
}
.voe03sw-material--box {
    background: #ffffff;
    padding: 24px;
}
.voe03sw-material--box p {
    margin-bottom: 24px;
}
.voe03sw-material--dangerous {
    background: #FFE1E1;
    padding: 20px;
    color: #393939;
    font-size: 18px;
    line-height: 26px;
    border: 5px solid #FF0004;;
}
.voe03sw-material--dangerous strong {
    font-weight: 800;
    font-size: 24px;
}
.voe03sw-material--box a {
    display: inline-block;
    color: #FF0004;
    font-weight: 700;
}
.voe03sw-material--dangerous a {
    color: #FF0004;
    font-weight: 700;
    text-decoration: underline;
}
.voe03sw-material--box table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
}
.voe03sw-material--box table td {
    padding: 6px 20px;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
}
.voe03sw-material--box table td.img {
    padding: 20px;
}
.voe03sw-material--box table td.img img {
    width: 100%;
}
.voe03sw-material--box table td.img.logo img {
    width: 200px;
}
.voe03sw-material--box table td.img a {
    width: 49%;
}
.voe03sw-material--box table td:first-child {
    font-weight: 700;
}

/* Contacts */
.voe03sw-form {
    max-width: 640px;
    width: 100%;
}
.voe03sw-material--contacts {
    background: #ffffff;
    padding: 24px 24px 60px;
    flex-grow: 1;
}
.voe03sw-material--contacts a {
    display: inline-block;
    color: #FF0004;
    font-weight: 700;
}
.voe03sw-material--contacts ul {
    list-style-type: disc;
    padding-left: 24px;
    margin-bottom: 24px;
}
.voe03sw-material--contacts p {
    margin-bottom: 24px;
}
.voe03sw-form--input {
    font-family: "Open Sans", sans-serif;
    color: #000000;
    height: 56px;
    padding: 5px 20px;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    outline: none;
    background: #ffffff;
    border: 1px solid #495057;
    border-radius: 10px;
    vertical-align: middle;
}
.voe03sw-form--item {
    position: relative;
    margin-bottom: 30px;
}
.voe03sw-form .voe03sw-linked {
    max-width: 320px;
    height: 64px;
    font-size: 22px;
    margin: 40px 0 0;
    background: #05c48a;
    color: #000000 !important;
}
.voe03sw-form--label {
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
}
.voe03sw-form--input.error {
    border-color: #FF0004;
}
label.error {
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 20px;
    color: #FF0004;
}



/* FOOTER */
.voe03sw-footer {
    padding: 40px 20px;
    color: #ffffff;
    background: #000000;
    position: relative;
    z-index: 9;
}
.voe03sw-footer--menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.voe03sw-footer--menu a {
    padding: 6px 0;
    transition: .3s;
}
.voe03sw-footer--menu a:hover {
    color: #FF0004;
}
.voe03sw-footer--menu a + a {
    margin-left: 10px;
}
.voe03sw-footer--case {
    display: grid;
    grid-template-columns: 1fr 2fr 0.5fr;
    grid-gap: 24px 20px;
    align-items: center;
}
.voe03sw-footer--list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    grid-gap: 10px;
}
.voe03sw-footer--union-last .voe03sw-footer--list {
    justify-content: flex-end;
}
.voe03sw-footer--wording {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}
.voe03sw-footer--middle {
    background: #393939;
    margin: 0 -20px 34px;
    padding: 20px;
}
.voe03sw-sponsor {
    background: linear-gradient(to right, #ff0000 20%, #ffffff 30%, #ffffff 70%, #ff0000 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 500% auto;
    animation: sponsor 2s ease-in infinite alternate;
    font-weight: 700;
    line-height: 24px;
}
@keyframes sponsor {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
@media (max-width: 768px) {
    .voe03sw-footer--wording {
        font-size: 16px;
    }
}


/* Info */
.voe03sw-content--info {
    background: #ffffff;
    padding: 24px;
    flex-grow: 1;
}
.voe03sw-content--info h1 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.voe03sw-content--info h2 {
    font-weight: 700;
    margin-bottom: 20px;
}
.voe03sw-content--info p {
    margin-bottom: 20px;
}
.voe03sw-content--info strong {
    display: inline-block;
    color: #FF0004;
    font-weight: 700;
}
.voe03sw-content--info ul {
    list-style-type: disc;
    padding-left: 30px;
}
.voe03sw-content--info ol {
    list-style-type: decimal;
    padding-left: 18px;
}
.voe03sw-content--info ol li::marker {
    font-weight: 700;
}
.voe03sw-content--info li {
    margin-bottom: 14px;
}


/* lend */
.voe03sw-popup__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    color: #ffffff;
    padding: 24px;
    min-height: 60vh;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../picture/koala-desc-voe03sw.png);
}
.voe03sw-popup__info .container{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.voe03sw-popup {
    max-width: 700px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 8;
}
.voe03sw-popup__title {
    font-size: 56px;
    line-height: 62px;
    font-weight: 700;
}
.voe03sw-popup__title span {
    font-style: italic;
    color: #FF0004;
}
.voe03sw-popup__info .voe03sw-linked {
    max-width: 320px;
    height: 64px;
    background: #05c48a;
    color: #000000 !important;
    font-size: 22px;
}
.voe03sw-popup__txt {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 34px;
}
h2.voe03sw-popup__title {
    margin-bottom: 20px;
}


@media (max-width: 920px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }
    .voe03sw-burger {
        display: flex;
    }
    .voe03sw-burger--box {
        display: none;
        position: absolute;
        z-index: 2;
        top: 59px;
        right: 0;
        width: 100%;
    }
    .voe03sw-menu--list {
        flex-direction: column;
        padding: 22px 20px;
        background: #000000;
    }
    .voe03sw-menu--point {
        padding: 10px;
    }
    .voe03sw-menu--point + .voe03sw-menu--point {
        margin-top: 20px;
        margin-left: 0;
    }
    .voe03sw-topic--large {
        font-size: 26px;
        line-height: 32px;
    }
    .voe03sw-topic--medium {
        font-size: 22px;
        line-height: 32px;
    }
    .voe03sw-material--box table td {
        padding: 4px 14px;
    }
    .voe03sw-brand img {
        width: 220px;
    }
    .voe03sw-material--dangerous {
        font-size: 14px;
        line-height: 22px;
    }
    .voe03sw-material--dangerous strong {
        font-size: 18px;
    }

    .voe03sw-footer {
        padding: 24px 20px 40px;
    }
    .voe03sw-footer--menu a {
        font-size: 16px;
        line-height: 20px;
    }
    .voe03sw-footer--menu a + a {
        margin: 0;
    }
    .voe03sw-footer--menu {
        flex-direction: column;
    }
    .voe03sw-footer--case {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .voe03sw-footer--union-last .voe03sw-footer--list {
        justify-content: flex-start;
    }
    .voe03sw-material--box ul {
        padding-left: 24px;
    }
    .voe03sw-material--box ol {
        padding-left: 24px;
    }
    .voe03sw-content--info h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .voe03sw-content--info h2 {
        font-weight: 700;
        margin-bottom: 6px;
    }

    .voe03sw-popup__info::after {
        opacity: 1;
    }
    .voe03sw-popup__title {
        font-size: 36px;
        line-height: 46px;
    }
    .voe03sw-popup__txt {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 34px;
    }
    .voe03sw-popup__info {
        background-size: 130%;
        background-position: left bottom;
    }
    .voe03sw-form .voe03sw-linked {
        max-width: 100%;
    }
    .voe03sw-form--input {
        height: 50px;
    }
    .voe03sw-form--item {
        margin-bottom: 24px;
    }
}
