*{
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    margin: 0;
    font-family: Open Sans,-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;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #454545;
    text-align: left;
    background-color:#f9fafc;
}
img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #ffffff;
}

ul,
ol {
    padding: 0;
    margin: 0;
}
li{
    list-style:none;
}
hr{
    max-width: 80%;
}
/*hero-intro*/
.hero-intro{
    width: 100%;
    height: auto;
    padding:20px 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
@media screen and (min-width:991px){
    .hero-intro{
        padding:70px 20px !important;
    }
}
.hero-intro span{
       display: inline-flex;
    width: 50px;
    height: 2px;
    background: linear-gradient(109deg,#8c8fe5,#8dc9f3);
    margin-bottom: 10px;
    margin-top: 10px;
}

.hero-intro h1{
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: 700;
}
.l-hero-intro-banner{
    width: 100%;
    height: auto;
    padding:10px;
    margin-top: 30px;
      text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.l-hero-intro-banner img{
    width:400px;
}
@media screen and (max-width:414px){
    .l-hero-intro-banner img{
    width:100% !important;
}
}
/*advert-section*/
.advert-section{
   width: 100%;
   height: auto;
   margin-top: 50px;
    background-color: #2a3052;
    padding:30px 0px;
    margin-bottom: 40px;
    color: #ffffff;
    background-image: url(../img/advert-section-banner.png);
    background-repeat: no-repeat;
    background-position:top right;
}
.advert-section-text{
    /*background-color: #ff8370;*/
    padding:10px 0px;
    margin-bottom: 40px;
    color: #ffffff;
    padding-top: 50px;
}
.advert-section-text h3{
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 2em;
    font-weight:700;
}
.advert-section-text p{
    margin: 0;
    padding: 0;
    margin-bottom:20px;
}
.advert-section-text h6 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #ff8370;
}
.advert-section-text span{
    font-size: 5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}