@font-face {
    font-family: "Poppins";
    src: url('./font/Poppins-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: "Poppins-Bold";
    src: url('./font/Poppins-Bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url('./font/Poppins-SemiBold.ttf');
    font-display: swap;
}

* {
    color: #163561;
}

h1,
h2,
h3,
h4,
p {
    display: block;
    margin: 0;
    padding: 0
}


a {
    text-decoration: none;
    color: #0086ff;
}

body {
    margin: 0;
    padding: 156px 0 0;
    position: relative;
    box-sizing: border-box;
    width: 100vw;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    overflow-x: hidden
}

body>header {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 70px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(46, 44, 56, 0.1);
    overflow: hidden
}

body>header>main {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 1288px
}

body>header>main>a.logo {
    box-sizing: border-box;
    height: 40px;
    width: max-content
}

body>header>main>a.logo>img {
    height: 100%;
    width: auto;
    object-fit: contain
}

body>main {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1024px;
    height: max-content
}

body>main>h1.title {
    font-family: 'Poppins' Bold;
    font-size: 48px;
    color: #163561;
    line-height: 79px;
    text-align: center
}

body>main>.description {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 790px;
    border-bottom: solid 1px #E8F0FF
}

body>main>.description>span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #8392A2
}

body>main>.description>span>em {
    color: #163561;
    font-style: normal
}

body>main>article {
    box-sizing: border-box;
    padding: 30px 0;
    width: 100%;
    height: max-content
}


body>main>article p,
body>main>article h1,
body>main>article h2,
body>main>article h3,
body>main>article h4,
body>main>article h5,
body>main>article h6 {
    margin: 28px 0;
    line-height: 2;
    color: #163561;
}


body>main>article h1 {
    font-size: 24px;
    font-family: 'Poppins-Bold';
}

body>main>article h2 {
    font-size: 19px;
    font-family: 'Poppins-SemiBold';
}

body>main>article p {
    font-size: 16px;
    font-family: 'Poppins';
}


body>main>article img {
    max-width: 100%;
    width: 100% !important;
}

body>main>.share {
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 170px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #163561;
    overflow: hidden
}

body>main>.share>img.icon {
    height: 100%;
    max-height: 90px;
    width: auto;
    object-fit: contain
}

body>main>.share>p {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: 90px;
    width: max-content
}

body>main>.share>p>span {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 28px;
    color: #163561;
    line-height: 46px
}

body>main>.share>p>em {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    color: #163561;
    line-height: 29px;
    font-style: normal
}

body>main>.share>.link {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 15px;
    width: max-content;
    height: 100%
}

body>main>.share>.link>a {
    box-sizing: border-box;
    padding: 20px 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    aspect-ratio: 1;
    background: #fff;
    border-radius: 10px;
    transition: all .16s;
    overflow: hidden
}

body>main>.share>.link>a:hover {
    background: #F5F7FD
}

body>main>.share>.link>a:hover>span {
    color: #0070c0
}

body>main>.share>.link>a>img {
    width: 36px;
    height: 36px;
    overflow: hidden
}

body>main>.share>.link>a>span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #163561;
    transition: all .16s
}

body>footer {
    margin-top: 80px;
    box-sizing: border-box;
    padding: 60px 0 100px;
    width: 100%;
    height: max-content;
    background: #F5F7FD;
    overflow: hidden
}

body>footer>main {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    overflow: hidden
}

body>footer>main>h1 {
    padding-bottom: 40px;
    font-family: 'Poppins-Bold';
    font-size: 38px;
    color: #163561;
    line-height: 60px;
    text-align: center
}

body>footer>main>.post-list {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

body>footer>main>.post-list>a {
    box-sizing: border-box;
    padding: 20px 20px 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    transition: all .16s
}

body>footer>main>.post-list>a:hover {
    box-shadow: 0 10px 30px 0 rgba(42, 68, 120, 0.1)
}

body>footer>main>.post-list>a:hover>p {
    color: #0070c0;
}

body>footer>main>.post-list>a:hover>i {
    background-position: bottom center;
    transform: translateX(6px)
}

body>footer>main>.post-list>a>img {
    width: 100%;
    aspect-ratio: 2.3;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden
}

body>footer>main>.post-list>a>p {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #163561;
    line-height: 29px;
    transition: all .16s
}

body>footer>main>.post-list>a>span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    color: #5C708D
}

body>footer>main>.post-list>a>span>i {
    width: 1px;
    height: 12px;
    background: #DCE2EC
}

body>footer>main>.post-list>a>i {
    width: 40px;
    height: 24px;
    background: #F4F6FB;
    border-radius: 2px;
    transition: transform .16s;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABgCAMAAAC9tQUyAAAA5FBMVEUAAAAWNWIWNWL19vz09/z2//8mTXMXNmEWNmIXNmQWNWL09vwZOGMWNWEWNmIXNWIXNmIcOWgWNWEWNWIXNmIXNmEXNWEYNWIWNmEWNmIXOWQYOWQWNmEWNWIXNWEXNmIWNmIZNWMaPmocOWj09vsWNWEAhv8EiP5mtf3y9vtYr/0Hif7A3vsml/4VkP4Rj/4Li/4Bh/54vv1suP1fsv1Ip/2x2PyGxPzu9Pvs8/s3oP602fyez/yJxfzi7vvT5/vN5fvH4fsck/5ltf1RrP09ov2r1Pym0vzj7vva6vvY6vu42/sp4CWbAAAAJHRSTlMA+pTmphwG63FE8+0l16CbgRLBta2lkFpOOTUv/Obhxoo+HRuD5//DAAABfklEQVRYw+3XV1PCQBiF4cWEEnoREOy6WUzoVTrY2///P7pH7xNmzjg47nuRy+fmJDP5hMlk+relE1yvkHHzTC9WdF2qmHV1FzywFodYIW6SgXhAXKUIMUfcJQsxK3jlIZaJYjWixcOYCCwRCRW8UGLC3alSjAyeOFwwUhVBOQehykXgHdHexBLXK5zDc1jeNb7mJM1Ln8G7ZHn1OLway3OS2ovXBasKvGPBKwePWfk0LbhdCZPJtHdFbUuSsuzol5eSxFJRYUtqtrC4oCUkOQMa8JfAzYoLrttqwARnc6UgskBf6YY8sNX5Fikg2rQhPni0lV+fII48BoimPkTfo4Bo8CNSQLRsaPFxGgyuGuHqK914Ggjeqp0az8hgf8IF+0sZBC5uQjVqaq/xwlp5NtZe81mSwPUc3kSSwLc2vIUkgdt77fU+JAlsdeG1JAmc9LTXhUcBh/DuJA30Rkp14DFAiH5nK2kgxHf93Oc/BwP+OZB9+NBPM/rxSD9vPwF1b0TCFLrOJAAAAABJRU5ErkJggg==') no-repeat;
    background-size: cover;
    background-position: top center
}

figure {
    margin: 0;
}