@font-face {
    font-family: 'SBB Roman';
    src: url(../fonts/SBBWeb-Roman.ttf);
    src: url(../fonts/SBBWeb-Roman.eot?#iefix) format('eot'), url(../fonts/SBBWeb-Roman.woff) format('woff'), url(../fonts/SBBWeb-Roman.woff2) format('woff2'),
}

@font-face {
    font-family: 'SBB Thin';
    src: url(../fonts/SBBWeb-Thin.ttf);
    src: url(../fonts/SBBWeb-Thin.eot?#iefix) format('eot'), url(../fonts/SBBWeb-Thin.woff) format('woff'), url(../fonts/SBBWeb-Thin.woff2) format('woff2'),
}

@font-face {
    font-family: 'SBB Bold';
    src: url(../fonts/SBBWeb-Bold.ttf);
    src: url(../fonts/SBBWeb-Bold.eot?#iefix) format('eot'), url(../fonts/SBBWeb-Bold.woff) format('woff'), url(../fonts/SBBWeb-Bold.woff2) format('woff2'),
}

body {
    font-family: "SBB Roman", Arial sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}

#wrapper {
    box-sizing: border-box;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

header {
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

#logo img {
    max-height: 130px;
    height: auto;
    width: auto;
}

#keyVisual {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#keyVisual img {
    max-width: 100%;
    height: auto;
}

#content {
    box-sizing: border-box;
    width: 100%;
    padding: 25px 20px;
}

b {
    font-family: "SBB Bold", Arial sans-serif;
}

h1, h2, h3, .slogan {
    display: block;
    font-family: "SBB Bold", Arial sans-serif;
}

h1, .slogan {
    font-size: 1.625rem;
    margin: 20px 0 10px;
    line-height: 1.1em;
}

.slogan {
    margin-bottom: 30px;
    font-size: 1.8rem;
}

h2 {
    margin: 25px 0 3px 0;
    font-size: 1rem;
}

ul {
    margin: 0;
    padding-left: 16px;
}
ul li::marker {
    color: #eb0000;
}

p {
    margin: 0;
    padding: 0;
}

a, a:visited {
    color: #eb0000;
}

a:hover {
    color: #eb0000;
}

.text {
    margin-bottom: 30px;
}

#expectations {
   margin: 25px 0;
}

#contact b {
    font-weight: 400;
}

footer {
    position: relative;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px;
    margin-top: 20px;
}

footer::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffd666;
    transform: skewY(-3deg);
    transform-origin: top left;
    z-index: 1;
}

@media screen and (max-width:1300px) {
    footer::before {
        top: 20px;
    }
}

.partnerContainer {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.partnerContainer .partner {
    max-width: 160px;
}

.partner img {
    width: 100%;
}

@media screen and (max-width: 480px) {

}

@media screen and (max-width: 680px) {
    body {
        font-size: 0.875rem;
    }
    h1, .slogan {
        font-size: 1.25rem;
    }
    header {
        padding: 15px 20px;
    }
    #logo img {
        max-height: 50px;
        width: auto;
    }
    footer {
        margin-top: 0;
    }
}