﻿body {
    margin: 0;
    background-color: #F0F0F0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

img {
    display: block;
}

a {
    text-decoration: none;
    width: fit-content
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

@font-face {
    font-family: 'manrope-regular';
    src: url('../../font/manrope-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'manrope-medium';
    src: url('../../font/manrope-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'manrope-semibold';
    src: url('../../font/manrope-semibold.ttf') format('truetype');
}

#hd {
    position: relative;
    display: flex;
    align-items:center;
    justify-content: space-between;
    padding: 0 120px;
    box-sizing: border-box;
    height: 120px;
    z-index: 1;
}

.hdTpBtnTxMn {
 display:none;
}

.lnkCon {
    display: flex;
    align-items: center;
}

#lg {
    height: 95px;
    margin-right: 40px;
}

.lgMbl {
    display: none;
}
#lgMbl {
    height: 65px;
    margin-right: 25px;
}

#dlAltLink {
 display:block;
}


#dlAltLinkMbl {
    display: none;
}

.lnk {
    display: flex;
    margin: 0 10px;
    padding: 10px 0;
    transition: .3s ease;
    cursor: pointer;
    font-family: manrope-semibold;
    font-size: 17.5px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #000000;
}

.lnkVsb {
    display:none;
}

.lnk_Dw {
 position:relative;
}

.lnkIcn {
    flex-shrink: 0;
    width: 10px;
    margin-left: 10px;
}

.lnk:hover {
    color: #234893;
}

.lnkDw {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    transition: ease .3s;
    cursor: pointer;
    font-family: manrope-semibold;
    font-size: 17.5px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #000000;
}

    .lnkDw:hover {
        background-color: #F7F8F8;
    }

.lnkDwCon {
    position: absolute;
    display: none;
    top: 45px;
    left: 0;
    width: max-content;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    z-index: 1;
    background-color: #fff;
    box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 0.4);
}

.lnk:hover .lnkDwCon {
    display: block;
}

.lnkDwIcn {
    position: absolute;
    top: -10px;
    left: 25px;
    height: 10px;
}

.lnkOpnMn {
    position: absolute;
    display: none;
    top: 80px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    padding: 30px 20px;
    box-sizing: border-box;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    z-index: 1;
    background-color: #fff;
    box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 0.4);
}

.lnk:hover .lnkOpnMn {
    display: block;
}


/*#dlAltLink tbody {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
}*/

/*tr {
    width: calc(33.3333% - 20px);
    margin: 5px 10px;
}*/

.lnkDwXl {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 5px 25px;
    border-radius: 10px;
    transition: ease .3s;
    cursor: pointer;
    font-family: manrope-semibold;
    font-size: 17.5px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #000000;
}

    .lnkDwXl:hover {
        background-color: #F7F8F8;
    }

.mnSmCon {
    display: none;
}

.mnSm {
    height: 18px;
    margin-right: 25px;
}

.clsCon {
    display: none;
}

.hdBtn {
    border-radius: 12px;
    background-color: #ffffff;
    padding: 20px 50px;
    box-sizing: border-box;
    transition: ease .3s;
    box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 0.5);
    font-size: 16px;
    font-family: manrope-semibold;
    line-height: 1;
    color: #234893;
}

    .hdBtn:hover {
        opacity: .7;
    }

#mbBtn {
    display: none;
    align-items: center;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 20px 20px;
    box-sizing: border-box;
    transition: ease .3s;
    box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 0.5);
    cursor:pointer;
    font-size: 16px;
    font-family: manrope-semibold;
    line-height: 1;
    color: #234893;
}

.mbBtnImg {
    width: 22px;
    /*margin-left: 15px;*/
    margin-left: 0;
}

.ft {
    display: flex;
    justify-content: space-between;
    max-width: 1900px;
    margin: 0 auto;
    padding: 120px 70px;
    box-sizing: border-box;
    border-radius: 20px;
    background-position-x: -300px;
    background-position-y: 200px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 0.1);
}

.ftLf {
    display: flex;
    flex-direction: column;
    width: 50%;
    font-family: manrope-regular;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #040404;
}

.ftLfMnCon {
    display: flex;
}

.ftLfMn {
    display: flex;
    flex-direction: column;
    margin-right: 100px;
}

    .ftLfMn h3 {
        margin-bottom: 20px;
        font-family: manrope-medium;
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: -0.5px;
        color: #d8d8d8;
    }

    .ftLfMn a {
        margin-top: 20px;
        font-family: manrope-medium;
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: -0.5px;
        color: #040404;
    }

.ftLg {
    height: 80px;
    margin-top: 80px;
}

.ftRg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}

.ftRgTp {
    display: flex;
    flex-direction: column;
    max-width: 50%;
}

    .ftRgTp h3 {
        margin-bottom: 20px;
        font-family: manrope-medium;
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: -0.5px;
        color: #d8d8d8;
    }

    .ftRgTp p {
        margin-top: 20px;
        font-family: manrope-medium;
        font-size: 28px;
        line-height: 1.4;
        letter-spacing: -0.5px;
        color: #040404;
    }

.ftRgAdr {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.ftRgAdrItm {
    font-family: manrope-medium;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #040404;
}

.ftRgSm {
    display: flex;
    margin-top: 30px;
}

    .ftRgSm a {
        margin-left: 30px;
    }

        .ftRgSm a:nth-child(1) {
            margin-left: 0;
        }

    .ftRgSm img {
        height: 18px;
    }

.ftRgLk {
    width: fit-content;
    margin-top: 80px;
    border-radius: 12px;
    background-color: #ffffff;
    padding: 20px 50px;
    box-sizing: border-box;
    transition: ease .3s;
    box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 0.5);
    font-size: 16px;
    font-family: manrope-semibold;
    line-height: 1;
    color: #234893;
}














.ftBt {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ftBtItm {
    display: flex;
    justify-content: center;
    width: 33.33333%;
    margin: 0 5px;
    padding: 5px;
    box-sizing:border-box;
    font-family: manrope-regular;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    text-align: center;
    /*color: #999999;*/
    color: #000000;
}

    .ftBtItm a {
        /*color: #999999;*/
        color: #000000;
    }

.plt {
    margin: 0 10px;
    font-size: 13px!important;
    color: #999999 !important;
}







.rpCpRg {
    font-family: poppins-regular;
    font-size: 18px;
    line-height: 1.5;
    color: #1A1A1A;
}

    .rpCpRg a {
        color: #1A1A1A;
    }

.cntMst {
    display: flex;
    max-width: 1700px;
    margin: 0 auto;
    padding: 30px 55px;
    box-sizing: border-box;
}

.cntMstLfCon {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 350px;
}

.cntMstLf {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #F7F8F8;
}

    .cntMstLf h2 {
        width: calc(100% + 40px);
        margin: 0 0 15px -20px;
        padding: 0 20px 20px 20px;
        box-sizing: border-box;
        border-bottom: 2px solid #EDEDED;
        font-family: poppins-semibold;
        font-size: 18px;
        color: #1A1A1A;
    }

.cntMstLfLnk {
    width: 100%;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: poppins-regular;
    font-size: 15px;
    line-height: 1.6;
    color: #1A1A1A;
}

    .cntMstLfLnk:hover {
        background-color: #ffffff;
    }

.cntMstRg {
    width: 100%;
    margin-left: 30px;
}

.cntMstRgBs {
    font-family: poppins-bold;
    font-size: 32px;
    color: #1A1A1A;
}

.cntMstRg p {
    font-family: poppins-regular;
    font-size: 18px;
    line-height: 1.6;
    color: #1A1A1A;
}

.cntMstLfBlg {
    display: flex;
    margin-bottom: 15px;
    padding-right: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}

    .cntMstLfBlg:hover {
        background-color: #ffffff;
    }

.cntMstLfBlgImg {
    display: flex;
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    border-radius: 5px;
    object-fit: cover;
}

.cntMstLfBlgTx {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

    .cntMstLfBlgTx h3 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: poppins-semibold;
        font-size: 16px;
        color: #1A1A1A;
    }

    .cntMstLfBlgTx p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-block-start: 0em !important;
        margin-block-end: 0em !important;
        font-family: poppins-regular;
        font-size: 15px;
        line-height: 1.6;
        color: #1A1A1A;
    }
