@font-face {
    font-display: swap;
    font-family: 'Asap';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/asap/v15/KFOoCniXp96ayzse4GZNCzc.woff2)
    format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Kaisei Decol';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kaiseidecol/v8/bMrvmSqP45sidWf3QmfFW6iK534r1ki5qb8hhRY_C4Q-RFV8dn2bxDV80Ub3Ut3H.118.woff2)
    format('woff2');
    unicode-range: U+21-22, U+27-2a, U+2c-3b, U+3f, U+41-4d, U+4f-5d, U+61-7b,
    U+7d, U+ab, U+ae, U+b2-b3, U+b7, U+bb, U+c9, U+cd, U+d6, U+d8, U+dc,
    U+e0-e5, U+e7-ed, U+ef, U+f1-f4, U+f6, U+f8, U+fa, U+fc-fd, U+103, U+14d,
    U+1b0, U+300-301, U+1ebf, U+1ec7, U+2013-2014, U+201c-201d, U+2039-203a,
    U+203c, U+2048-2049, U+2113, U+2122, U+65e5, U+6708, U+70b9;
}

body {
    background: #fff;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    text-align: left;
}

main {
    display: block;
}

img {
    border: #68a8e0;
}

a {
    color: #1979c3;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    margin:0 0 20px;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    margin:0 0 10px;
}

input[type=text],
textarea {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: baseline;
    width: 100%;
}

input[type=text] {
    height: 32px;
    padding: 0 9px;
}

textarea {
    height: auto;
    padding: 10px;
    resize: vertical;
}

input[type=text]:focus,
textarea:focus {
    box-shadow: 0 0 3px 1px #68a8e0;
}

button {
    background: #1979c3;
    border:none;
    border-radius: 3px;
    color: #fff;
    cursor:pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding: 7px 15px;
    text-align: center;
}

button:hover {
    background: #006bb4;
}

p {
    margin:0 0 10px;
}

ol,
ul {
    list-style: none;
}

.trace {
    background: #f1f1f1;
    min-height: 250px;
    overflow: auto;
    width: 100%;
}

.message {
    border: 1px solid;
    background-position: 10px 11px;
    background-repeat: no-repeat;
    margin: 20px 0;
    padding: 10px 20px 10px 35px;
}

.error {
    border-color: #b30000;
    background-color: #fae5e5;
    background-image: url(../images/i_msg-error.gif);
    color: #b30000;
}

.success {
    border-color: #006400;
    background-color: #e5efe5;
    background-image: url(../images/i_msg-success.gif);
    color:#006400;
}

.info {
    border-color: #6f4400;
    background-color: #fdf0d5;
    background-image: url(../images/i_msg-note.gif);
    color:#6f4400;
}

.fieldset {
    border: 0;
    margin: 0 0 20px;
    padding:0;
}

.fieldset .legend {
    box-sizing: border-box;
    float: left;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 25px;
    padding: 0;
}

.fieldset .legend+br {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.fieldset:last-child {
    margin-bottom: 0;
}

.fieldset:after {
    content: attr(data-hasrequired);
    color: #e02b27;
    display: block;
    font-size: 12px;
    letter-spacing: normal;
    margin: 10px 0 0;
    word-spacing: normal;
}

.field {
    margin: 0 0 20px;
}

.label {
    font-weight: 700;
}

.label:after {
    color: #e02b27;
    content: '*';
    font-size: 12px;
    margin: 0 0 0 5px;
}

.maintenance {
    overflow: hidden;
    position: relative;
}

.maintenance .content {
    border: 1px solid #cb6852;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
    padding-bottom: 56px;
    padding-inline-end: 47px;
    padding-inline-start: 47px;
    padding-top: 56px;
    -webkit-padding-end: 47px;
    -webkit-padding-start: 47px;
}

.maintenance .content span {
    text-align: center;
}

.maintenance .contentContainer {
    box-sizing: border-box;
    left: 0;
    padding: 45px 25px;
    position: absolute;
    right: 0;
    top: 0;
}

.maintenance .image img {
    height: 533px;
    margin: 0;
    max-width: 100%;
    object-fit: cover;
    vertical-align: middle;
    -o-object-fit: cover;
}

.maintenance .image:after {
    background-color: rgba(32, 13, 69, 0.7);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.maintenance .text {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    text-align: center;
}

.maintenance .text span {
    color: #fff;
    font-family: 'Asap', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.maintenance .text span:first-child {
    padding-bottom: 20px;
}

.maintenance .title {
    color: #cb6862;
    font-family: 'Kaisei Decol', serif;
    font-size: 20px;
    /*line-height: 64px;*/
    font-weight: 700;
    padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .maintenance .content {
        border-bottom: none;
        border-radius: 90px 90px 0 0;
        padding-bottom: 34px;
        padding-inline-end: 40px;
        padding-inline-start: 40px;
        padding-top: 100px;
        -webkit-padding-end: 40px;
        -webkit-padding-start: 40px;
    }

    .maintenance .contentContainer {
        background: rgba(0, 0, 0, 0.8);
        border-radius: 100px 100px 0 0;
        bottom: 0;
        left: 14%;
        padding: 20px 20px 0;
        right: unset;
        top: unset;
        width: 444px;
    }

    .maintenance .image img {
        height: 100vh;
    }

    .maintenance .image:after {
        background-color: unset;
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .maintenance .text span {
        font-size: 17px;
        line-height: 24px;
    }

    .maintenance .title {
        font-size: 28px;
    }
}

@media screen and (min-width: 1024px) {
    .maintenance .text span {
        font-size: 17px;
        line-height: 20px;
    }

    .maintenance .title {
        font-size: 25px;
    }
}

@media screen and (min-width: 1280px) {
    .maintenance .content {
        padding-bottom: 44px;
        padding-inline-end: 60px;
        padding-inline-start: 61px;
        -webkit-padding-end: 60px;
        -webkit-padding-start: 61px;
    }

    .maintenance .contentContainer {
        left: 10%;
        width: 554px;
    }

    .maintenance .image img {
        margin: 0;
    }

    .maintenance .text {
        padding-bottom: 30px;
    }

    .maintenance .text span {
        font-size: 1.25rem;
        line-height: 23px;
    }

    .maintenance .text span:first-child {
        padding-bottom: 30px;
    }

    .maintenance .title {
        font-size: 2rem;
        /*line-height: 64px;*/
        padding-bottom: 20px;
    }
}
