* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    list-style: none;
    box-sizing: border-box;
    border-collapse: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed
}

body {
    background: #fff;
    color: #1b0d71
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%
}

svg {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden
}

a {
    display: block;
    transition: all .3s
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 1050px
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1180px
    }
}

@media only screen and (min-width: 1441px) {
    .container {
        max-width: 1260px
    }
}

@media only screen and (min-width: 1550px) {
    .container {
        max-width: 1350px
    }
}

@media(max-width: 992px)and (min-width: 768px) {
    .container {
        max-width: 95%
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: none
    }
}

#MainSec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#MainSec #Background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#MainSec .BgCntarea {
    background: rgba(255, 255, 255, 0);
    position: relative;
    z-index: 1;
    height: 100vh
}

#MainSec .BgCntarea .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

#MainSec .BgCntarea .CntntBox {
    font-family: "Raleway", sans-serif;
    text-align: center
}

#MainSec .BgCntarea .CntntBox .Logo {
    display: block;
    margin: auto;
    margin-bottom: 25px;
    width: 330px;
    max-width: 80vw
}

@media only screen and (min-width: 768px) {
    #MainSec .BgCntarea .CntntBox .Logo {
        width: 450px;
        margin-bottom: 22px
    }
}

@media only screen and (min-width: 1551px) {
    #MainSec .BgCntarea .CntntBox .Logo {
        width: 595px;
        margin-bottom: 50px
    }
}

#MainSec .BgCntarea .CntntBox .Logo svg .st0 {
    fill: #00c4b9
}

#MainSec .BgCntarea .CntntBox .Logo svg .st1 {
    fill: #405a6e
}

#MainSec .BgCntarea .CntntBox .Logo svg .st2 {
    fill: #33c4bb
}

#MainSec .BgCntarea .CntntBox .Logo svg .st3 {
    fill: #15b5ac
}

#MainSec .BgCntarea .CntntBox .Title {
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    padding: 0 15px
}

@media only screen and (min-width: 468px) {
    #MainSec .BgCntarea .CntntBox .Title {
        font-size: 28px
    }
}

@media only screen and (min-width: 768px) {
    #MainSec .BgCntarea .CntntBox .Title {
        font-size: 36px;
        margin-bottom: 32px
    }
}

@media only screen and (min-width: 1551px) {
    #MainSec .BgCntarea .CntntBox .Title {
        margin-bottom: 48px
    }
}

#MainSec .BgCntarea .CntntBox .InfoBox {
    max-width: 680px;
    margin: auto
}

#MainSec .BgCntarea .CntntBox .InfoBox strong {
    font-weight: 700;
    font-size: 17px;
    display: block;
    margin-bottom: 10px
}

#MainSec .BgCntarea .CntntBox p {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 15px;
    line-height: 24px
}

@media only screen and (max-width: 768px),
only screen and (max-height: 630px) {
    #MainSec .BgCntarea .CntntBox p {
        font-size: 15px;
        line-height: 24px
    }
}

@media only screen and (max-width: 468px) {
    #MainSec .BgCntarea .CntntBox p {
        font-size: 13px;
        line-height: 22px
    }
}

#MainSec .BgCntarea .CntntBox .cInfo {
    margin-top: 50px
}

@media only screen and (max-width: 768px),
only screen and (max-height: 630px) {
    #MainSec .BgCntarea .CntntBox .cInfo {
        margin-top: 25px
    }
}

#MainSec .BgCntarea .CntntBox .cInfo p {
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 24px;
    font-size: 16px;
    color: #02c1f7
}

@media only screen and (max-width: 768px),
only screen and (max-height: 630px) {
    #MainSec .BgCntarea .CntntBox .cInfo p {
        font-size: 15px;
        line-height: 24px
    }
}

@media only screen and (max-width: 468px) {
    #MainSec .BgCntarea .CntntBox .cInfo p {
        font-size: 13px;
        line-height: 22px
    }
}

#MainSec .BgCntarea .CntntBox .cInfo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -20px;
    margin-top: 15px;
    font-family: "Raleway", sans-serif
}

#MainSec .BgCntarea .CntntBox .cInfo ul li {
    display: flex;
    align-items: center;
    padding: 0 20px
}

#MainSec .BgCntarea .CntntBox .cInfo ul li a {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #02c1f7;
    color: #1b0d71;
    letter-spacing: 1px;
    font-size: 16px
}

@media only screen and (max-width: 768px),
only screen and (max-height: 630px) {
    #MainSec .BgCntarea .CntntBox .cInfo ul li a {
        font-size: 15px
    }
}

@media only screen and (max-width: 468px) {
    #MainSec .BgCntarea .CntntBox .cInfo ul li a {
        font-size: 14px
    }
}

#MainSec .BgCntarea .CntntBox .cInfo ul li a:hover {
    color: #02c1f7
}

#MainSec .BgCntarea .CntntBox .cInfo ul span {
    text-transform: uppercase
}

/*# sourceMappingURL=app.css.map */