@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;300;400&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300&display=swap'); */

body {
    font-family: Lexend, "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif; */
    text-align: center;
    font-size: 20px;
    color: rgb(35, 39, 42);
    padding: 0;
    margin: 0;
}

small { font-size: 0.7em; }

input, button {
    font-family: inherit; 
    font-size: inherit;
}

a:not(.button) {
    color: #7289da;
}

a:hover:not(.button) {
    text-decoration: none;
}

a.button {
    text-decoration: none;
    display: inline-block;
}

button, a.button {
    background-color: #7289da;
    color: #fff;
    border-radius: 2em;
    border: 0;
    padding: 16px 32px;
    cursor: pointer;
    transition: box-shadow 0.2s, background-color 0.2s;
    margin-bottom: 0.5em;
}

button:hover, a.button:hover {
    background-color: #8ea1e1;
    box-shadow: 0 8px 15px rgb(0 0 0 / 20%);
}

h1, h2, h3, strong {
    /* color: rgb(114, 137, 218); */
    font-weight: bold;
}

p {
    padding-bottom: 0.5em;
}

section h1 {
    padding-bottom: 0.5em;
}

pre {
    text-align: left;;
    background: rgb(35, 39, 42);
    color: #fff;
    padding: 1em;
    font-family: monospace;
    margin: 1em;
    border-radius: 1em;
    word-wrap: break-word;
}

header {
    position: relative;
    margin: 0;
    overflow: hidden;
}

header .disclaimer {
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
}

header a.button {
    margin-right: 0.5em;
}

header h1 {
    padding-bottom: 0.5em;
}

.split {
    display: flex;
    padding: 20vh 0;
}

.split .split-left {
    text-align: left;
    flex: 1;
    width: 50%;
}

.split .split-right {
    flex: 1;
    overflow: hidden;
    /* justify-content: center; */
    /* align-items: center; */
    /* justify-items: center; */
    align-self: center;
    /* justify-self: center; */
}


/* START GRAY */
.custom-shape-divider-bottom-1617223032 { position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden; line-height: 0; transform: rotate(180deg); } 
.custom-shape-divider-bottom-1617223032 svg { position: relative; display: block; width: calc(100% + 1.3px); height: 51px; } 
.custom-shape-divider-bottom-1617223032 .shape-fill { fill: #F6F6F6; }

/* END GRAY */
.custom-shape-divider-top-1617226099 { position: absolute; bottom: -51px; left: 0; width: 100%; overflow: hidden; line-height: 0; } 
.custom-shape-divider-top-1617226099 svg { position: relative; display: block; width: calc(100% + 1.3px); height: 51px; }
.custom-shape-divider-top-1617226099 .shape-fill { fill: #F6F6F6; } 

div.content {
    width: 1000px;
    margin: 0 auto;
    padding: 12vh 0;
}

section {
    position: relative;
}

section.gray {
    background: #f6f6f6;
    margin: 0;
    padding: 0;
}

section.faq p {
    text-align: left;
    font-weight: 300;
}

section.faq p:nth-child(even) {
    margin-top: 1.5em;
}

section.faq strong {
    font-weight: bolder;
}

section.about {
    margin-top: 5em;
    text-align: center;
    background: rgb(35, 39, 42);
    color: #fff;
}

section.about img {
    border-radius: 50%;
    margin: 1em auto;
}

footer {
    border-top: rgb(52, 56, 59);
}

footer .content {
    /* padding: 6vh 0; */
}