﻿.main .wrapper {
    padding-top: 100px;
}

.main .wrapper .container {
    background: #fff;
    z-index: 1;
    position: relative;
    line-height: normal;
    padding: 0 50px 20px;
    margin-bottom: 20px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #212529;
    margin-top: 50px;
    border-radius: 3px;
    box-shadow: rgb(96 79 221 / 10%) 0px 1px 2px 0px inset, rgb(96 79 221 / 30%) 0px 1px 10px 0px;
}

.main .header {
    text-align: center;
    padding: 100px 0 40px;
    position: relative;
    font-size: 1.2em;
}

    .main .header .img-wrapper {
        position: absolute;
        right: 0;
        bottom: -40px;
    }

        .main .header .img-wrapper .mascot {
            width: 200px;
        }

        .main .header .img-wrapper .mascot-bg {
            position: absolute;
            right: 0;
            z-index: -1;
            top: 55px;
        }



body .page-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 91;
}

    body .page-header nav {
        background-color: transparent;
        margin-bottom: 0;
        border: none;
        border-radius: 0;
        padding: 0;
        position: relative;
        background-color: transparent;
    }

    body .page-header .top-nav-stick {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: #fff;
        -webkit-box-shadow: 0px 6px 13px 0px rgb(0 0 0 / 6%);
        box-shadow: 0px 6px 13px 0px rgb(0 0 0 / 6%);
        opacity: 0;
        -webkit-animation: fadeInDown .95s ease-in-out 0s 1 normal none running;
        animation: fadeInDown .95s ease-in-out 0s 1 normal none running;
        -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
        transition: all .3s cubic-bezier(.645,.045,.355,1);
    }

    body .page-header .nav-stick {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    body .page-header .nav-item .nav-link {
        padding: 8px 25px;
    }

    body .page-header .navbar-nav {
        flex-wrap: wrap;
    }

    body .page-header .pink-orange-btn {
        padding: 5px;
        text-align: center;
    }

        body .page-header .pink-orange-btn:first-of-type {
            width: 145px;
        }

        body .page-header .pink-orange-btn:nth-of-type(2) {
            width: 130px;
        }

.main .content {
    font-size: 0.8em;
    background-color: #fff;
    z-index: 2;
    position: relative;
    padding-top: 50px;
}

.main .content .col-12 {
    margin-bottom: 15px;
}

    .main .content ol {
        padding-left: 30px;
    }

    .main .content ol li {
        padding-left: 15px;
    }

.main .bold {
    font-weight: 600;
}

.main .primary-color {
    color: #604fdd;
}

.main .section-title {
    font-size: 17px;
    margin-top: 30px;
}

.main hr {
    box-sizing: border-box;
}

.site-footer {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-color: white;
    -webkit-box-shadow: 0px -1px 0px 0px #efefef;
    box-shadow: 0px -1px 0px 0px #efefef;
}

    .site-footer .site-footer__upper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .site-footer .site-footer__upper .footer-widget__logo {
            width: 170px;
        }

    .site-footer .footer-widget__contact {
        font-size: 16px;
        font-weight: 400;
        color: #74727a;
        margin: 0;
        line-height: 30px;
    }

        .site-footer .footer-widget__contact + .footer-widget__contact {
            margin-top: 15px;
        }

        .site-footer .footer-widget__contact a {
            color: inherit;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .site-footer .footer-widget__contact a:hover {
                color: #604fdd;
            }

    .site-footer .footer-widget {
        width: 50%;
    }

    .site-footer .footer-widget__title {
        font-size: 18px;
        font-weight: 500;
        color: #2a2833;
        margin: 0;
        line-height: 1em;
        margin-bottom: 70px;
        padding-top: 25px;
        min-height: 43px;
    }

    .site-footer .footer-widget__links {
        margin: 0;
        margin-top: -5px;
    }

        .site-footer .footer-widget__links li {
            line-height: 1em;
        }

            .site-footer .footer-widget__links li + li {
                margin-top: 20px;
            }

            .site-footer .footer-widget__links li a {
                font-size: 16px;
                font-weight: 400;
                color: #74727a;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

                .site-footer .footer-widget__links li a:hover {
                    color: #604fdd;
                }

    .site-footer .icrowd-img {
        width: 100%;
        max-width: 170px;
        margin-bottom: 20px;
        margin-top: -25px;
    }

    .site-footer .site-footer__bottom {
        /*background-color: #fff9ff;*/
    }

        .site-footer .site-footer__bottom .inner-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            padding-top: 44px;
            padding-bottom: 44px;
        }

        .site-footer .site-footer__bottom .site-footer__copy {
            font-size: 16px;
            font-weight: 400;
            color: #74727a;
            margin: 0;
        }

        .site-footer .site-footer__bottom a {
            color: #604fdd;
        }

@media(max-width: 991.9px) {
    .main .header .img-wrapper .mascot,
    .main .header .img-wrapper .mascot-bg {
        display: none;
    }
}
