html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

 ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

 ::selection {
    background: #b3d4fc;
    text-shadow: none;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.hidden,
[hidden] {
    display: none !important;
}


.invisible {
    visibility: hidden;
}


.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}


@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}



@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ========================================================================== */

body {
    color: #171717;
    font-family: "Barlow Condensed", sans-serif;
    background-color: #064773;
    font-size: 19px;
}

h2 {
    color: #fff;
    font-family: Barlow Condensed;
    font-weight: 400;
    font-style: Regular;
    font-size: 31px;
    leading-trim: NONE;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom:20px;
    margin: 0;
}

h3 {
    color: #77caf2;
    font-family: Barlow Condensed;
    font-weight: 500;
    font-style: Medium;
    font-size: 47px;
    leading-trim: NONE;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

a {
    text-decoration: none;
    color: #5dabde;
}

a:hover {
    text-decoration: underline;
}

.container {
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 924px;
    margin: 0 auto;
    gap: 50px;
    
}

.inner-container {
    display: flex;
    flex-direction: column;
}

h4 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin: 0;
}

.inner-container p {
    margin: 0;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #5dabde;
}

.inner-container p a {
    color: #fff !important;
    
}

.inner-container span {
    color: #5dabde;
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}

.inner-container ul {
    padding: 0;
    list-style-position: inside;
    max-width: 75%;
    align-self: center;
}

.row {
    flex-direction: row;
}

@media screen and (max-width: 767px) {
    .row {
        flex-direction: column;
    }
}

.centered {
    align-items: center;
}

.header img {
    max-width: 366px;
    width: 100%;
    padding-bottom: 25px;
}

li { padding: 5px 0;}

.main {
    min-height: 90vh;
    padding: 20px;
    justify-content: center;
}