body, html {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

#ap-appbar {
    position: fixed;
    display: flex;
    height: 64px;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    background: white;
    z-index: 99999;
}

.reuise-document--scrolled #ap-appbar {
    box-shadow: -1px 1px 2px 0px rgb(0 0 0 / 10%);
}

.ap-appbar_container {
    padding: 14px 18px;
    box-sizing: border-box;
    justify-content: space-between;
}

#ap-appbar .ap-logo {
    height: 100%;
}

.ap-content_container, .ap-appbar_container {
    max-width: 1000px;
    margin: 0px auto;
    width: 100%;
}

.ap-content_container {
    box-sizing: border-box;
}

hr {
    margin: 8px 16px 32px 16px;
    height: 1px;
    background-color: #00000036;
    border: none;
}

.ap-footer {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    margin: 0 auto 32px auto;
    padding: 16px;
    max-width: 1000px;
}

.ap-footer_logo {
    width: 200px;
    margin: 24px 0;
}

.ap-content-section {
    padding: 16px;
    margin-bottom: 16px;
}

.ap-content-section h1, .ap-content-section h2 {
    padding: 0 0 8px 0;
    margin: 0;
}

main {
    margin-top: 74px;
}

a {
    color: #0d79f2;
    font-weight: 500;
    text-decoration: none;
}

h2 {
    color: #003774;
    font-weight: 600;
    margin: 20px 16px 8px 16px;
}

h3 {
    color: #003774;
    font-size: 16px;
    font-weight: 600;
    margin: 0 16px;
}

.ap-text-disclaimer {
    font-size: 14px;
}

.ap-terms-disclaimer {
    padding: 16px;
}

.reuise-flexcontainer {
    display: flex;
}

.reuise-flexcontainer--vertical {
    flex-direction: column;
}

.reuise-flexcontainer--horizontal {
    flex-direction: row;
}

button {
    border: none;
    height: 32px;
    border-radius: 16px;
    padding: 0px 16px;
    font-family: 'Poppins';
}

.ap-signupbutton {
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    color: #212121;
    display:none;
}

.ap-loginbutton {
    background: #0d79f2;
    color: white;
    margin-left: 16px;
    display:none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    
}

@media only screen and (max-width: 992px) {
    
    .ap-content_container {
        padding: 0 16px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}