@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

@font-face {
    font-family:Futura;
    local:'Volkswagen Serial';
    src:url(/source/font/futura.woff);
}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#000000;
}

@media only screen and (min-width:768px) and (max-width:999px) {
    body {
        font-size:14px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    body {
        font-size:13px;
    }
}

@media only screen and (max-width:479px) {
    body {
        font-size:12px;
    }
}

/******************************************************************************/
/* Header                                                                     */
/******************************************************************************/

header {
    width:100%;
}

header > div:first-of-type {
    margin:0px 0px 30px 0px;
    padding:18px 5px 18px 5px;
    background-color:#E6DADA;
    box-sizing:border-box;
}

header > div:first-of-type > div > ul {
    display:flex;
    max-width:1200px;
    margin:0px auto 0px auto;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:flex-end;
    align-items:stretch;
}

header > div:first-of-type > div > ul > li {
    padding:0px 15px 0px 15px;
    font-size:1.1em;
    color:#5B5B5D;
}

@media only screen and (max-width:767px) {
    header > div:first-of-type > div > ul > li:first-of-type {
        display:none;
    }
}

header > div:first-of-type > div > ul > li:first-of-type {
    padding-left:0px;
}

header > div:first-of-type > div > ul > li:last-of-type {
    padding-right:0px;
}

header > div:first-of-type > div > ul > li a {
    color:inherit;
    text-decoration:none;
}

header > div:first-of-type > div > ul > li a > svg {
    height:28px;
    fill:currentColor;
    vertical-align:middle;
}

@media only screen and (min-width:768px) and (max-width:999px) {
    header > div:first-of-type > div > ul > li a > svg {
        height:26px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    header > div:first-of-type > div > ul > li a > svg {
        height:24px;
    }
}

@media only screen and (max-width:479px) {
    header > div:first-of-type > div > ul > li a > svg {
        height:22px;
    }
}

header > div:nth-of-type(2) {
    display:flex;
    max-width:1200px;
    margin:0px auto 30px auto;
    padding:0px 5px 0px 5px;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items:flex-end;
}

header > div:nth-of-type(2) > h1 {
    width:350px;
    height:82px;
    font-size:0em;
    text-indent:-8000px;
    background-image:url(/images/1.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-size:contain;
}

@media only screen and (min-width:768px) and (max-width:999px) {
    header > div:nth-of-type(2) > h1 {
        width:330px;
        height:77px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    header > div:nth-of-type(2) > h1 {
        width:310px;
        height:72px;
    }
}

@media only screen and (max-width:479px) {
    header > div:nth-of-type(2) > h1 {
        width:290px;
        height:68px;
    }
}

header > div:nth-of-type(2) > h1 > a {
    display:block;
    width:100%;
    height:100%;
}

header > div:nth-of-type(2) > nav {
}

header > div:nth-of-type(2) > nav > div {
    display:none;
    cursor:pointer;
    overflow:hidden;
}

header > div:nth-of-type(2) > nav > div > p {
    color:#5B5B5D;
}

header > div:nth-of-type(2) > nav > div > p > svg {
    height:32px;
    fill:currentColor;
}

header > div:nth-of-type(2) > nav > div > p > span {
    font-size:0em;
    text-indent:-8000px;
}

@media only screen and (min-width:768px) {
    header > div:nth-of-type(2) > nav > ul {
        display:flex;
        flex-direction:row;
        flex-wrap:nowrap;
        justify-content:center;
        align-items:stretch;
        gap:30px;
    }

    header > div:nth-of-type(2) > nav > ul > li {
        position:relative;
        font-size:1.1em;
        color:#5B5B5D;
    }

    header > div:nth-of-type(2) > nav > ul > li a {
        color:inherit;
        text-decoration:none;
    }

    header > div:nth-of-type(2) > nav > ul > li span {
        position:absolute;
        display:none;
        width:40px;
        height:20px;
        bottom:-25px;
        left:calc(50% - 20px);
        background-color:#E6DADA;
        border-bottom-left-radius:20px;
        border-bottom-right-radius:20px;
    }

    header > div:nth-of-type(2) > nav > ul > li:hover span, header > div:nth-of-type(2) > nav > ul > li.Active span {
        display:inline-block;
    }

    header > div:nth-of-type(2) > nav > ul > li:first-of-type span {
        background-color:#D1DCD9;
    }

    header > div:nth-of-type(2) > nav > ul > li:nth-of-type(2) span {
        background-color:#DFAA6C;
    }
}

@media only screen and (max-width:767px) {
    header > div:nth-of-type(2) > nav > div {
        display:block;
    }

    header > div:nth-of-type(2) > nav > ul {
        display:none;
        position:absolute;
        right:5px;
        padding:30px;
        box-sizing:border-box;
        background-color:#FFFFFF;
        z-index:200;
    }

    header > div:nth-of-type(2) > nav > ul > li {
        font-size:1.2em;
        text-align:right;
        color:#5B5B5D;
        border-bottom:1px solid #5B5B5D;
    }

    header > div:nth-of-type(2) > nav > ul > li > a {
        padding:10px;
        line-height:40px;
        color:inherit;
        text-decoration:none;
    }

    header > div:nth-of-type(2) > nav > ul > li span {
        display:none;
    }

    header > div:nth-of-type(2) > nav > ul > li:hover a, header > div:nth-of-type(2) > nav > ul > li.Active a {
        color:#E6DADA;
    }

    header > div:nth-of-type(2) > nav > ul > li:hover:first-of-type a, header > div:nth-of-type(2) > nav > ul > li:first-of-type.Active a {
        color:#D1DCD9;
    }

    header > div:nth-of-type(2) > nav > ul > li:hover:nth-of-type(2) a, header > div:nth-of-type(2) > nav > ul > li:nth-of-type(2).Active a {
        color:#DFAA6C;
    }
}

header > div:nth-of-type(3) {
    height:500px;
    margin:0px;
    padding-top:250px;
    box-sizing:border-box;
    background-image:url(/images/2.jpg);
    background-repeat:no-repeat;
    background-position:75% top;
    background-size:cover;
}

@media only screen and (min-width:768px) and (max-width:999px) {
    header > div:nth-of-type(3) {
        height:450px;
        padding-top:225px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    header > div:nth-of-type(3) {
        height:400px;
        padding-top:200px;
    }
}

@media only screen and (max-width:479px) {
    header > div:nth-of-type(3) {
        height:350px;
        padding-top:175px;
    }
}

header > div:nth-of-type(3) > div {
    max-width:1000px;
    margin:0px auto 0px auto;
    padding:0px 5px 0px 5px;
    transform:translateY(-50%);
}

header > div:nth-of-type(3) > div > h2 {
    margin:0px 0px 30px 0px;
    font-size:2em;
    line-height:1.4em;
    color:#FFFFFF;
}

header > div:nth-of-type(3) > div > p {
    font-size:1.1em;
    line-height:1.6em;
    color:#FFFFFF;
}

header > div:last-of-type {
    display:flex;
    margin:-100px 0px 50px 0px;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:150px;
}

@media only screen and (min-width:768px) and (max-width:999px) {
    header > div:last-of-type {
        gap:80px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    header > div:last-of-type {
        margin:30px 0px 0px 0px;
    }
}

@media only screen and (max-width:479px) {
    header > div:last-of-type {
        margin:30px 0px 0px 0px;
    }
}

header > div:last-of-type > div {
    flex:inherit;
    width:160px;
    height:160px;
    border:20px solid transparent;
    border-radius:160px;
    cursor:pointer;
}

header > div:last-of-type > div:hover, header > div:last-of-type > div.Active {
    border-color:#FFFFFF;
}

@media only screen and (min-width:480px) and (max-width:767px) {
    header > div:last-of-type > div {
        display:none;
    }
}

@media only screen and (max-width:479px) {
    header > div:last-of-type > div {
        display:none;
    }
}

header > div:last-of-type > div > div {
    width:120px;
    height:60px;
    padding:80px 20px 20px 20px;
    background-color:#D1DCD9;
    border-radius:160px;
}

header > div:last-of-type > div:nth-of-type(2) > div {
    background-color:#DFAA6C;
}

header > div:last-of-type > div:nth-of-type(3) > div {
    background-color:#E6DADA;
}

header > div:last-of-type > div > div > p {
    margin:0px;
    padding:10px;
    font-size:1.6em;
    color:#FFFFFF;
    text-align:center;
    transform:translateY(-50%);
}

header > div:last-of-type > div > div > p > a {
    color:inherit;
    text-decoration:none;
}

/******************************************************************************/
/* Main                                                                       */
/******************************************************************************/

section {
    max-width:1200px;
    margin:0px auto 0px auto;
    padding:0px 5px 0px 5px;
}

section div.SectionBoxFlex {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

section div.SectionBoxFlex.Download {
    justify-content:center;
    gap:40px;
}

@media only screen and (max-width:767px) {
    section div.SectionBoxFlex {
        flex-direction:column;
    }
    section div.SectionBoxFlex.Download {
        flex-direction:row;
    }
}

section div.SectionBoxFlex > div {
    flex:1;
}

section div.SectionBoxFlex.Download > div {
    flex:inherit;
    cursor:pointer;
}

section div.SectionBoxFlex > div.OrderLeft {
    order:1;
}

section div.SectionBoxFlex > div.OrderRight {
    order:2;
}

@media only screen and (max-width:767px) {
    section div.SectionBoxFlex > div.OrderLeft {
        order:2;
    }

    section div.SectionBoxFlex > div.OrderRight {
        order:1;
    }
}

section div.Download > div {
    width:200px;
    height:200px;
    padding-top:100px;
    box-sizing:border-box;
    background-color:#D1DCD9;
    border-radius:200px;
}

@media only screen and (max-width:999px) {
    section div.Download > div {
        width:170px;
        height:170px;
        padding-top:85px;
        border-radius:170px;
    }
}

section div.Download > div:nth-of-type(2) {
    background-color:#DFAA6C;
}

section div.Download > div:nth-of-type(3) {
    background-color:#E6DADA;
}

section div.FAQ {
    max-width:800px;
    margin:0px auto 0px auto;
}

section div.FAQ > div {
    display:none;
}

section h3 {
    margin:0px 0px 30px 0px;
    font-size:1.6em;
    color:#5B5B5D;
}

section div.FAQ h3 {
    text-align:center;
}

section h4 {
    margin:0px 0px 20px 0px;
    padding:5px 0px 5px 0px;
    font-size:1.1em;
    color:#FFFFFF;
    text-align:center;
    background-color:#E6DADA;
    cursor:pointer;
}

section h5 {
    margin:0px;
    font-size:1.2em;
    line-height:1.4em;
    color:#5B5B5D;
}

section p {
    margin:0px 0px 30px 0px;
    font-size:1.1em;
    line-height:1.4em;
    color:#5B5B5D;
}

section div.Download p {
    margin:0px;
    font-size:1.6em;
    color:#FFFFFF;
    text-align:center;
    transform:translateY(-50%);
}

section div.FAQ p {
    margin-top:30px;
}

section p strong {
    font-weight:bold;
}

section p a {
    color:inherit;
    text-decoration:underline;
}

section ul {
    margin:0px 0px 30px 50px;
    list-style-type:disc;
}

section ul > li {
    font-size:1.1em;
    line-height:1.4em;
    color:#5B5B5D;
}

section ul.AboutMe > li {
    margin-bottom:15px;
}

section ul > li strong {
    font-weight:bold;
}

section ul > li em {
    font-style:italic;
}

section ul > li a {
    color:inherit;
}

section img {
    width:auto;
    height:auto;
    margin:0px 0px 30px 0px;
    max-width:100%;
}

/******************************************************************************/
/* Footer                                                                     */
/******************************************************************************/

footer {
    width:100%;
}

footer > div:first-of-type {
    position:relative;
    margin:20px 0px 20px 0px;
    padding:25px 0px 25px 0px;
    background-color:#D1DCD9;
    box-sizing:border-box;
}

footer > div:first-of-type > div {
    max-width:1000px;
    margin:0px auto 0px auto;
    padding:0px 5px 0px 5px;
}

footer > div:first-of-type > div > h3 {
    margin:0px;
    font-size:1.6em;
    text-align:center;
    color:#5B5B5D;
    cursor:pointer;
}

footer > div:first-of-type > div > svg {
    position:absolute;
    height:28px;
    bottom:20px;
    right:20px;
    fill:currentColor;
    color:#5B5B5D;
    cursor:pointer;
}

footer > div:first-of-type > div > div {
    display:none;
}

footer > div:first-of-type > div > div > div {
    display:flex;
    margin:30px 0px 50px 0px;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items:flex-start;
    gap:15px;
}

@media only screen and (max-width:479px) {
    footer > div:first-of-type > div > div > div {
        flex-direction:column;
        gap:20px;
    }
}

footer > div:first-of-type > div > div > div > div {
    flex:1;
}

footer > div:first-of-type > div > div > div > div > p {
    font-size:1.1em;
    line-height:1.4em;
    color:#5B5B5D;
}

footer > div:first-of-type > div > div > div > div > p a {
    color:inherit;
    text-decoration:none;
}

footer > div:first-of-type > div > div > p {
    font-size:1.1em;
    line-height:1.4em;
    text-align:center;
    color:#5B5B5D;
}

footer > div:first-of-type > div > div > p em {
    font-style:italic;
}

footer > div:last-of-type {
    padding:25px 0px 25px 0px;
    background-color:#E6DADA;
    box-sizing:border-box;
}

footer > div:last-of-type > nav > ul {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:center;
    align-items:stretch;
}

footer > div:last-of-type > nav > ul > li {
    padding:0px 15px 0px 15px;
    font-size:1.1em;
    color:#5B5B5D;
}

footer > div:last-of-type > nav > ul > li:first-of-type {
    padding-left:0px;
}

footer > div:last-of-type > nav > ul > li:last-of-type {
    padding-right:0px;
    border-left:1px solid #5B5B5D;
}

footer > div:last-of-type > nav > ul > li a {
    color:inherit;
    text-decoration:none;
}