/* *******

    style.css
    created by Joel Duvall aka PixelGuardian

    Section Colors:

    # Header #
    Background #1D578A

    # Footer #
    Background #FFFFFF

    # Global #
    Text 
    Background Light #F5F5F5
    Background Dark  #E7EBEF

   ******* */

/* import font families */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* reset page padding */
html, body {
    margin: 0;
    padding: 0;
}

html { scroll-behavior: smooth; }

a[type=button],
input[type=submit],
button {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    font-weight: bold;
    color: inherit;
    border-radius: 12px;
    font-size: .75em;
    text-decoration: none;
    text-align: center;
}

.section
{
    padding: 50px 20px;
    width: calc(100% - 40px);
    min-height: 300px;
    font: 20px "Inter", sans-serif;
    overflow: hidden;
}

.section.header {
    position: relative;
    display: flex;
    min-height: 100vh;
    background-color: #1D578A;
}

.section.header .header-bubble {
    position: absolute;
    border-radius: 100%;
    background-color: #ffffff0d;
}

.section.header .header-bubble#b1 {
    bottom: -80px;
    left: -300px;
    width: 300px;
    height: 300px;
    animation: ease-in-left 3s 1s ease forwards;
}

.section.header .header-bubble#b2 {
    top: -200px;
    right: -600px;
    width: 500px;
    height: 500px;
    animation: ease-in-right 3s 1s ease forwards;
}

.section.header .header-inner {
    position: relative;
    bottom: 0;
    margin: auto;
    max-width: 1000px;
    opacity: 0;
    animation: ease-in-bottom 3s 1s ease forwards;
}

.section.header .header-inner .header-logo {
    margin: auto;
    margin-top: -60px;
    margin-bottom: 40px;
    width: 64px;
}

.section.header .header-inner .header-logo img {
    max-width: 100%;
}

.section.header .header-inner h1 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 3.5em;
    font-weight: 800;
    line-height: 75px;
    letter-spacing: -1px;
}

.section.header .header-inner h1.light {
    text-align: center;
    color: #FFFFFFB3;
}

.section.header .header-inner p {
    margin: auto;
    padding: 30px;
    max-width: 550px;
    text-align: center;
    color: #FFFFFFCC;
    font-size: .85em;
    line-height: 25px;
}

.section.header .header-inner p.disclaimer {
    color: #FFFFFF80;
    font-size: .7em;
}

.section.header .header-inner .header-buttons {
    display: flex;
    justify-content: space-around;
    margin: auto;
    width: 470px;
}

.section.header .header-inner .header-buttons a[type=button] {
    margin: 0 10px;
    padding: 10px;
    width: 45%;
    height: 37px;
}

.section.header .header-inner .header-buttons a[type=button].blue {
    background-color: #FFFFFF0D;
    border: 1px solid #FFFFFF40;
    color: #FFFFFF;
    transition: background-color .5s cubic-bezier(0.6, -0.28, 0.735, 0.045),
                border-color .5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.section.header .header-inner .header-buttons a[type=button].blue:hover {
    background-color: #ffffff1a;
    border: 1px solid #ffffff51;
    color: #FFFFFF;
}

.section.header .header-inner .header-buttons a[type=button].white {
    background-color: #FFFFFF;
    color: #1D578A;
    border-radius: 10px;
    transition: background-color .5s cubic-bezier(0.6, -0.28, 0.735, 0.045),
                color .5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.section.header .header-inner .header-buttons a[type=button].white i,
.section.header .header-inner .header-buttons a[type=button].white svg {
    position: relative;
    top: 1px;
    right: 0;
    font-size: .75em;
    transition: right .5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.section.header .header-inner .header-buttons a[type=button].white:hover {
    background-color: #e3e6eb;
    color: #2e77b7;
    border-radius: 10px;
}

.section.header .header-inner .header-buttons a[type=button].white:hover > i,
.section.header .header-inner .header-buttons a[type=button].white:hover > svg {
    right: -2px;
}

.section.light { background-color: #F5F5F5; }

.section.dark  { background-color: #E7EBEF; }

.section .section-inner {
    margin: 20px auto;
    padding: 24px 0;
    width: 90%;
    max-width: 1000px;
}

.section .section-inner .section-headers {
    margin: auto;
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
}

.section .section-inner .section-headers .section-icon {
    margin-bottom: 15px;
    color: #1D578A;
    font-size: 1.4em;
}

.section .section-inner .section-headers h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #2E3338;
    font-size: 1.76em;
    letter-spacing: -1px;
}

.section .section-inner .section-headers h5 {
    margin: 0 auto;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #1D578A;
    font-size: .65em;
}

.section .section-inner .section-headers p,
.section .section-content .section-form-wrapper p {
    margin: 0 auto;
    max-width: 640px;
    color: #73808C;
    font-size: .74em;
}

.section .section-inner .section-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section .section-inner .section-content .card {
    position: relative;
    top: 0;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    border: 1px solid #DAE0E7;
    border-radius: 8px;
    transition: top .5s ease;
}

.section .section-inner .section-content .card h1.card-header {
    margin: 0;
    margin-bottom: 10px;
    color: #1D578A1A;
    font-size: 2.5em;
}

.section .section-inner .section-content .card .card-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background-color: #1D578A1A;
    color: #1D578A;
    border-radius: 12px;
    transition: background-color .5s ease;
}

.section .section-inner .section-content .card:hover .card-icon { background-color: #1d578a4f; }

.section .section-inner .section-content .card .card-body h5 {
    margin: 20px 0;
    color: #2E3338;
    font-size: .85em;
}

.section .section-inner .section-content .card .card-body p {
    font-size: .7em;
    color: #73808C;
    line-height: 20px;
}

.section .section-inner .section-content .card.square {
    padding: 32px 24px;
    width: 262px;
    height: 272px;
}

.section .section-inner .section-content .card.rectangle {
    display: flex;
    align-items: flex-start;
    padding: 20px 20px;
    padding-top: 30px;
    width: calc(49% - 40px);
}

.section .section-inner .section-content .card.rectangle:hover,
.section .section-inner .section-content .card.small:hover { top: -10px; }

.section .section-inner .section-content .card.rectangle .card-icon {
    margin-right: 20px;
}

.section .section-inner .section-content .card.rectangle .card-body {
    width: 75%;
}

.section .section-inner .section-content .card.rectangle .card-body h5 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: .8em;
}

.section .section-inner .section-content .card.rectangle .card-body p {
    margin-top: 5px;
}

.section .section-inner .section-content .card.large {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 50px 20px;
    width: 85%;
    max-width: 800px;
}

.section .section-inner .section-content .card.large .quotes {
    position: absolute;
    top: -17px;
    left: 40px;
    font-size: 1.5em;
    color: #1d578a22;
}

.section .section-inner .section-content .card.large .card-icon {
    position: relative;
    top: -20px;
    margin-right: 2em;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    font-size: 1.5em;
}

.section .section-inner .section-content .card.large .card-body {
    width: 60%;
    /* min-width: 300px; */
}

.section .section-inner .section-content .card.large .card-body p {
    font-style: italic;
}

.section .section-inner .section-content .card.large .card-body .card-credit h5 {
    margin-bottom: 0;
}

.section .section-inner .section-content .card.large .card-body .card-credit p {
    margin-top: 0;
    color: #1D578A;
    font-style: unset;
}

.section .section-inner .section-content .card.small {
    display: flex;
    align-items: center;
    padding: 0 10px;
    width: calc(32.5% - 20px);
    height: 80px;
    border-radius: 12px;
}

.section .section-inner .section-content .card.small .card-icon {
    background-color: unset;
    border-radius: unset;
}

.section .section-inner .section-content .card.small .card-body h5 {
    font-size: .75em;
}

.section .section-inner .section-content.form-content {
    position: relative;
    top: -40px;
}

.section .section-inner .section-content .section-form-wrapper {
    margin: auto;
    width: 80%;
    max-width: 450px;
}

.section .section-content .section-form-wrapper p {
    margin-bottom: 50px;
    width: 98%;
    text-align: center;
}

.section .section-content .section-form-wrapper .error-block {
    display: none;
    padding-bottom: 20px;
    font-size: .85em;
    text-align: center;
    color: #be1509;
}

.section .section-content .section-form-wrapper .success-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    opacity: 0%;
    max-height: 0;
    overflow: hidden;
    transition: opacity .75s .75s ease, max-height .75s .75s ease;
}

.section .section-content .section-form-wrapper .success-block.shown {
    max-height: 500px;
    opacity: 100%;
}

.section .section-content .section-form-wrapper .success-block .success-check {
    display: flex;
    justify-content: center;
    width: 100%;
}

.section .section-content .section-form-wrapper .success-block .success-check i,
.section .section-content .section-form-wrapper .success-block .success-check svg {
    margin: auto;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #1D578A;
}

.section .section-inner .section-content .section-form-wrapper form.section-form {
    width: 100%;
    max-height: 600px;
    transition: max-height .75s ease;
}

.section .section-inner .section-content .section-form-wrapper form.section-form.hidden {
    max-height: 0;
    overflow: hidden;
}

.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper {
    margin-bottom: 10px;
}

.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper label,
.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper input::placeholder {
    letter-spacing: -1px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
}

.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper input,
.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper select,
.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper button {
    margin: 5px auto;
    padding: 10px;
    width: 100%;
    border-radius: 12px;
}

.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper input,
.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper select {
    height: 48px;
    border: 1px solid #DAE0E7;
    background-color: inherit;
}

.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper input {
    padding: 0 10px;
    width: calc(100% - 20px);
    outline: unset;
    transition: outline .2s linear;
}

.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper input:focus {
    outline: 2px solid #1D578A;
}

.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper button {
    justify-content: center;
    height: 56px;
    background-color: #1D578A;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: background-color .5s ease;
}

.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper button:hover {
    background-color: #184b78;
}

.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper button i,
.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper button svg {
    position: relative;
    right: -15px;
    transition: right .5s ease;
}

.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper button:hover i,
.section .section-inner .section-content .section-form-wrapper form.section-form .input-wrapper button:hover svg {
    right: -25px;
}

.section.footer {
    padding: 40px 0;
    width: 100%;
    min-height: unset;
    background-color: #FFFFFF;
}

.section.footer .footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: auto;
    width: 85%;
    max-width: 1050px;
    font-size: .65em;
}

.section.footer .footer-inner .footer-logo {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.4em;
}

.section.footer .footer-inner .footer-logo img {
    margin-right: 10px;
    width: 2rem;
    height: 2rem;
}

.section.footer .footer-inner .footer-nav {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.section.footer .footer-inner .footer-nav ul {
    display: flex;
    justify-content: center;
    margin-block-start: unset;
    margin-block-end: unset;
    padding-inline-start: unset;
    width: 50%;
    list-style-type: none;
}

.section.footer .footer-inner .footer-nav ul.social {
    font-size: 1.35em;
}

.section.footer .footer-inner .footer-nav ul li {
    display: inline-block;
    padding: 0 10px;
}

.section.footer .footer-inner .footer-nav ul li a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.section.footer .footer-inner .footer-nav ul.social li a i,
.section.footer .footer-inner .footer-nav ul.social li a svg {
    font-size: inherit;
}

/* .section.footer .footer-inner .footer-copy {} */

/* media queries */
@media screen and (max-width: 1100px) {

    .section .section-inner .section-content .card.square {
        width: 98%;
    }
}

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

    .section.footer .footer-inner {
        flex-wrap: wrap;
    }

    .section.footer .footer-inner .footer-logo,
    .section.footer .footer-inner .footer-nav,
    .section.footer .footer-inner .footer-copy {
        margin: 20px auto;
        width: 98%;
    }

    .section.footer .footer-inner .footer-logo,
    .section.footer .footer-inner .footer-nav ul.nav {
        justify-content: center;
        align-items: center;
    }

    .section.footer .footer-inner .footer-copy { text-align: center; }

}

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

    .section .section-inner .section-content .card.rectangle {
        width: 98%;
    }

    .section .section-inner .section-content .card.small {
        width: 46%;
    }

    .section .section-inner .section-content .section-form-wrapper {
        width: 98%;
    }

}

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

    .section.header {
        padding-top: 100px;
        min-height: calc(100vh - 100px);
    }

    .section.header .header-inner h1 {
        font-size: 2.5em;
        line-height: 55px;
    }

    .section.header .header-inner h1.light {
        margin-top: 20px;
        font-size: 2.45em;
    }

    /* .section.header .header-inner p {
        
    } */

    .section.header .header-inner .header-buttons {
        flex-wrap: wrap;
        width: 45%;
        min-width: 250px;
    }

    .section.header .header-inner .header-buttons a[type=button] {
        margin-bottom: 20px;
        width: 100%;
    }

    .section .section-inner .section-content .card.small {
        width: 98%;
    }

    .section .section-inner .section-content .card.large .card-body p {
        font-size: .65em;
    }
}

/* animation */

@keyframes ease-in-left {
    0% { opacity: 0; left: -300px; }
    100% { opacity: 100%; left: -100px; }
}

@keyframes ease-in-right {
    0% { opacity: 0; right: -600px; }
    100% { opacity: 100%; right: -250px; }
}

@keyframes ease-in-bottom {
    0% { opacity: 0; bottom: -100px; }
    100% { opacity: 100%; bottom: 0px; }
}