
@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Medium.woff2') format('woff2'), url('/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Bold.woff2') format('woff2'), url('/fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Light.woff2') format('woff2'), url('/fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Regular.woff2') format('woff2'), url('/fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Gilroy';
    font-size: 15px;
    background: #fff;
    color: #336;
    margin: 0;
    font-weight: 500;
    padding: 100px 0 0 0;
    text-align: center;
}

#main {
    position: relative;
    overflow: hidden;
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}

a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */

.img {
    width: 100%;
    margin: 0;
    display: block;
}

.hero {
    background-size: cover;
    height: 55vw;
    max-height: 100vh;
    background-position: center center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
}

    .hero:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: rgba(0,0,0,0.1);
        display: block;
        content: '';
    }

.container {
    width: 1150px;
    margin: auto;
    max-width: calc(100% - 80px);
}

section {
    position: relative;
    z-index: 1;
}

.more-z {
    z-index: 2;
}

.w680 {
    width: 680px;
    margin: auto;
    max-width: calc(100% - 80px);
    position: relative;
    z-index: 1;
}

.w525 {
    width: 525px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.w500 {
    width: 500px;
    margin: auto;
    max-width: calc(100% - 80px);
    position: relative;
    z-index: 1;
    text-align: left;
}

.p1 {
    position: absolute;
    display: block;
    width: 480px;
    top: -110px;
    left: 0;
    transform: translateX(-100%);
}

.p2 {
    position: absolute;
    display: block;
    width: 960px;
    top: -130px;
    right: 0;
    transform: translateX(100%);
}

.flex-c {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: flex-start;
}

.w206 {
    width: 220px;
}

    .w206 img {
        display: block;
        width: 80px;
        margin: auto;
    }

    .w206 p {
        line-height: 2;
    }

.icon {
    width: 80px;
    display: block;
}

.handpay {
    display: block;
    width: 250px;
    margin: 0 auto 0 auto;
}

    .handpay img {
        margin: 0 auto 40px auto;
    }

.w357 {
    width: 357px;
    max-width: 100%;
}

.dark {
    background: #336;
    color: #fff;
}

.mb15 {
    margin-bottom: 15px;
}

.mb60 {
    margin-bottom: 60px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.handy_header {
    display: block;
    width: 300px;
    margin: 0 auto 120px auto;
}

.family {
    display: block;
    width: 350px;
    margin: 0 auto 60px auto;
}

.list {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.check p {
    font-weight: 700;
    padding-left: 50px;
    text-align: left;
    line-height: 50px;
    font-size: 20px;
    background-image: url(/images/check.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 38px 38px;
}

.w130 {
    width: 130px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

    .w130 p {
        text-align: left;
    }

p span {
    display: block;
}

.persenr {
    font-size: 30px;
    line-height: 1.5;
}

.rightalign {
    text-align: right;
}

.bg_blue {
    position: relative;
}

    .bg_blue:after {
        position: absolute;
        top: 50%;
      left:-100vw;
    width:200vw;
        height:200vh;
        background: #cff;
        display: block;
        content: '';
    }

.btn {
    width: 268px;
    height: 52px;
    border-radius: 8px;
    background: #f26c52;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.f24 {
    font-size: 24px;
}
/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
}

p {
    margin: 0;
}

h1 {
    font-size: 60px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

h2 {
    font-size: 50px;
    margin-bottom: 30px;
    color: #f63;
}

h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

h4 {
    font-size: 24px;
    margin-bottom: 33px;
}

header {
    position: fixed;
    top: 0;
    height: 100px;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

    header a {
        display: inline-block;
        margin: 0 50px;
    }

        header a img {
            display: block;
            width: 100%;
        }

a.handy {
    width: 260px;
}

a.cbre {
    width: 180px;
}
/*footer*/
footer {
}


@media screen and (max-width : 1000px) {
    body {
        padding: 60px 0 0 0;
        font-size: 14px;
    }

    header {
        height: 60px;
    }

        header a {
            display: inline-block;
            margin: 0 25px;
        }

    a.handy {
        width: 140px;
    }

    a.cbre {
        width: 97px;
    }


    h1 {
        font-size: 32px;
    }


    h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 26px;
    }

    .f24, h4 {
        font-size: 22px;
    }

    .handy_header {
        width: 200px;
        margin: 0 auto 60px auto;
    }

    .list {
        display: block;
        padding: 0;
    }


    .w130 p {
        margin: 0 auto 30px auto;
    }
    .check p {
    
    padding-left: 45px;
    line-height: 45px;
        font-size: 17px;
    background-size: 35px 35px;
}
    .mb60{margin-bottom:40px}
    .flex-c {
        display: block;
    }
    .icon
    {
        margin-bottom:20px
    }
    .w206 {
   
    margin: 0 auto 40px auto;
}
}
