@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,300;8..144,400;8..144,700&display=swap');
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
body{
    font-family: 'Roboto Flex', sans-serif;
    color: #151515;
}
header{
    display: flex;
    justify-content: center;
    box-shadow: 0 2px 12px rgb(136 136 136 / 10%);
}
div.header_inner{
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em 0;
}
a{
    color: #000;
}
img{
    display: block;
    max-width: 100%;
    height: auto;
}
div.logo{
    width: 70px;
    height: 70px;
    background: url(../img/logo.svg);
    transform: rotate(90deg);
}
nav a{
    margin: 0 1em;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: .05em;
    text-decoration: none;
}
section.preview{
    height: 90vh;
    background: url(../img/slide1.jpg);
    background-size: cover;
}
div.section_inner{
    width: 800px;
    margin: auto;
    padding: 3em 0;
    text-align: center;
}
div.section_inner p{
    font-weight: 300;
    color: #888;
}
h2{
    font-size: 3rem;
    font-weight: 300;
}
p{
    font-size: 1.1rem;
    line-height: 1.6;
}
section.right_photo{
    margin: auto;
    display: flex;
    justify-content: center;
    background: #f8f8f8;
}
div.right_photo_inner{
    width: 1200px;
    padding: 4em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.left_photo{
    margin: auto;
    display: flex;
    justify-content: center;
}
div.left_photo_inner{
    width: 1200px;
    padding: 4em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.section_teaser,
div.section_photo{
    flex-basis: 45%;
}
div.section_teaser p{
    font-size: 1.2rem;
    font-weight: 300;
    color: #888;
}
section img{
    border-radius: 2px;
}
div.help_section_inner{
    width: 600px;
    margin: auto;
    padding: 3em 0;
}
div.help_section_inner p{
    font-weight: 300;
    color: #888;
}
div.help_section_inner ul p{
    color: #151515;
}
div.help_section_inner h2{
    text-align: center;
}
ul li{
    margin-bottom: 2em;
}
div.help_section_inner p.bold{
    font-weight: 700;
}
section.about.color{
    background: #f8f8f8;
}
section a{
    margin-bottom: 2em;
    display: block;
    font-size: 1.2rem;
}
h5{
    margin-bottom: 0.5em;
    font-size: 1.3rem;
}
table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    border-collapse:collapse;
    border-spacing:0;
}
td{
    padding: 1em;
    border: 1px solid #ebebeb;
}
tr{
    border: 1px solid #ebebeb;
}
.qr_img{
    max-width: 30%;
}
div.help_section_inner table p{
    margin: 0 0 0.5em 0;
    padding: 0;
    color: #151515;
}
div.section_inner.confidential{
    text-align: left;
}
div.section_inner.confidential p{
    color: #151515;
}
div.section_inner.confidential h3{
    font-size: 1.5rem;
}
div.payment{
    display: flex;
    justify-content: center;
}
/*MEDIA*/
@media (max-width: 1190px){
    div.header_inner,
    div.right_photo_inner,
    div.left_photo_inner,
    div.section_inner{
        width: 96%;
    }
    div.right_photo_inner,
    div.left_photo_inner,
    div.help_section_inner{
        width: 96%;
    }
}
@media (max-width: 830px){
    section.preview{
        height: 50vh;
    }
    table{
        font-size: 0.9rem;
    }
    td{
        padding: 0.5em 0.3em;
    }
    div.help_section_inner table p{
        font-size: 0.9rem;
    }
}
@media (max-width: 400px){
    div.header_inner{
        flex-direction: column;
    }
    nav a{
        margin: 0 0.5em;
        font-size: 0.9rem;
    }
    nav{
        margin-bottom: 0.5em;
    }
    div.phone a{
        font-size: 0.9rem;
    }
    div.section_inner{
        padding: 1em 0;
    }
    div.section_inner{
        width: 90%;
        text-align: left;
    }
    div.section_inner h2{
        text-align: center;
    }
    div.right_photo_inner{
        flex-direction: column-reverse;
        padding: 2em 0;
    }
    div.left_photo_inner{
        flex-direction: column;
        padding: 2em 0;
    }
    div.section_inner a{
        text-align: center;
    }
}