
.content-grid3 {
    padding: 100px 0 120px;
}

@media (max-width: 992px) {
    .content-grid3 {
        padding: 60px 0;
    }
}

.content-grid3 .box--heading {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    color: #01508E;
    text-align: center;
}

@media (max-width: 767px) {
    .content-grid3 .box--heading {
        font-size: 28px;
        line-height: 1.4;
    }
}

.content-grid3 .box--text {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    text-align: center;
    max-width: 584px;
    margin: 8px auto 0;
}

.content-grid3 .box--items {
    display: grid;
    grid-template-columns: repeat(3, minmax(10px, 1fr));
    grid-gap: 36px;
    margin-top: 60px;
}

.content-grid3 .box--items.grid4 {
    grid-template-columns: repeat(4, minmax(10px, 1fr));
}

@media (max-width: 992px) {
    .content-grid3 .box--items.grid4 {
        grid-template-columns: repeat(2, minmax(10px, 1fr));
        grid-gap: 30px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .content-grid3 .box--items {
        grid-template-columns: repeat(2, minmax(10px, 1fr));
        grid-gap: 30px;
        text-align: center;
    }
}

.content-grid3 .box--items .item {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;    
}
.content-grid3 .box--items .item:hover{
    box-shadow: 0 0 5px rgba(1,80,142,0.4);
}

.content-grid3 .box--items .item .item--name {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
    font-weight: bold;
}

.content-grid3 .box--items .item .item--text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-top: 12px;
}

.content-overview {
    padding-top: 100px;
}

@media (max-width: 992px) {
    .content-overview {
        padding-top: 50px;
    }
}

.content-overview .box--heading {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    color: #01508E;
    text-align: center;
}

@media (max-width: 767px) {
    .content-overview .box--heading {
        font-size: 24px;
        line-height: 1.2;
    }
}

.content-overview .box--text {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    text-align: center;
    max-width: 715px;
    margin: 12px auto 40px;
}

.content-overview .box--items {
    display: grid;
    grid-gap: 100px;
}

@media (max-width: 992px) {
    .content-overview .box--items {
        grid-gap: 50px;
    }
}

.content-overview .box--items .item {
    display: grid;
    grid-gap: 50px;
}

.content-overview .box--items .item .item--area {
    display: grid;
    grid-template-columns: repeat(2, minmax(1px, 1fr));
    align-items: center;
}

@media (max-width: 992px) {
    .content-overview .box--items .item .item--area {
        grid-template-columns: 1fr;
    }
}

.content-overview .box--items .item .item--img img {
    max-width: 100%;
}

@media (max-width: 992px) {
    .content-overview .box--items .item .item--img img {
        max-width: 400px;
        width: 70%;
    }
}

.content-overview .box--items .item:nth-child(2n) {
    background: #F8FAFF;
    align-items: center;
}

.content-overview .box--items .item:nth-child(2n) .container {
    max-width: 100%;
    padding: 0;
}

.content-overview .box--items .item:nth-child(2n) .item--area {
    grid-gap: 32px;
}

@media (min-width: 1201px) {
    .content-overview .box--items .item:nth-child(2n) {
        min-height: 480px;
    }

    .content-overview .box--items .item:nth-child(2n) .item--area {
        display: flex;
    }

    .content-overview .box--items .item:nth-child(2n) .item--img {
        width: 62.5%;
        height: 480px;
    }

    .content-overview .box--items .item:nth-child(2n) .item--img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right;
        object-position: right;
    }

    .content-overview .box--items .item:nth-child(2n) .item--caption {
        width: 37.5%;
        max-width: 400px;
    }
}

@media (max-width: 1200px) {
    .content-overview .box--items .item:nth-child(2n) .item--caption {
        padding-right: 5%;
    }
}

@media (max-width: 992px) {
    .content-overview .box--items .item:nth-child(2n) {
        padding-bottom: 50px;
    }
}

.content-overview .box--items .item:nth-child(2n) .item--img {
    order: 1;
}

@media (max-width: 992px) {
    .content-overview .box--items .item:nth-child(2n) .item--img img {
        width: auto;
        max-width: 100%;
    }
}

.content-overview .box--items .item:nth-child(2n) .item--caption {
    order: 2;
    padding: 20px 0;
}

@media (max-width: 992px) {
    .content-overview .box--items .item .container {
        max-width: 100%;
        padding: 0;
    }

    .content-overview .box--items .item .item--area {
        grid-gap: 32px;
    }
}

@media (max-width: 992px) {
    .content-overview .box--items .item .item--caption {
        order: 2;
        padding: 0 5%;
    }
}

.content-overview .box--items .item .item--caption .item--title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.38;
    color: #01508E;
}

@media (max-width: 767px) {
    .content-overview .box--items .item .item--caption .item--title {
        font-size: 20px;
        line-height: 1.2;
    }
}

.content-overview .box--items .item .item--caption .item--text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #4D4D4D;
}

@media (max-width: 767px) {
    .content-overview .box--items .item .item--caption .item--text {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media (min-width: 993px) {
    .content-overview .box--items .item .item--caption .item--bullets:not(.stylefull) ul {
        grid-template-columns: repeat(2, minmax(10px, 1fr));
    }
}

.content-overview .box--items .item .item--caption .item--bullets ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-gap: 16px;
}

.content-overview .box--items .item .item--caption .item--bullets ul li {
    position: relative;
}

.content-overview .box--items .item .item--caption .item--bullets ul li a {
    font-size: 16px;
    line-height: 1.5;
    color: #00609A;
}

@media (max-width: 450px) {
    .content-overview .box--items .item .item--caption .item--bullets ul li a {
        font-size: 14px;
    }
}

.content-overview .box--items .item .item--caption .item--bullets ul li a:hover svg {
    left: 5px;
}

.content-overview .box--items .item .item--caption .item--bullets ul li a svg {
    margin-right: 8px;
    position: relative;
    top: 2px;
    left: 0;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}

.content-overview .box--items .item .item--caption .item--actions {
    padding-top: 32px;
    display: flex;
    flex-wrap: wrap;
}

.content-overview .box--items .item .item--caption .item--actions .action--btn {
    min-width: 160px;
    line-height: 34px;
    background: #FFFFFF;
    border: 1px solid #01508E;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #01508E;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    cursor: pointer;
    padding: 0 15px;
}

@media (max-width: 450px) {
    .content-overview .box--items .item .item--caption .item--actions .action--btn {
        width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
    }
}

.content-overview .box--items .item .item--caption .item--actions .action--btn:hover {
    color: #fff;
    background: #01508E;
}

.content-overview .box--items .item .item--caption .item--actions .action--btn.action--orange {
    background: #F37021;
    color: #fff;
    border-color: #F37021;
}

.content-overview .box--items .item .item--caption .item--actions .action--btn.action--orange:hover {
    background: #d8590d;
    border-color: #d8590d;
}

.content-overview .box--items .item .item--caption .item--bullets {
    padding-top: 28px;
}

.content-quicklink {
    padding: 60px 0 40px 0;
}

@media (max-width: 767px) {
    .content-quicklink {
        padding: 28px 0;
    }
}

.content-quicklink .box--strong {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #333333;
}

.content-quicklink .box--bullets {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .content-quicklink .box--bullets {
        display: grid;
        grid-template-columns: repeat(3, minmax(10px, 1fr));
        grid-gap: 12px;
    }
}

.content-quicklink .box--bullets li {
    margin-right: 68px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .content-quicklink .box--bullets li {
        margin: 0;
    }
}

.content-quicklink .box--bullets li a {
    padding-left: 14px;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #01508E;
}

@media (max-width: 767px) {
    .content-quicklink .box--bullets li a {
        font-size: 16px;
    }
}

.content-quicklink .box--bullets li a:hover {
    text-decoration: underline;
}

.content-quicklink .box--bullets li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #01508E;
    position: absolute;
    left: 0;
    top: 6px;
}

@media (max-width: 767px) {
    .content-quicklink .box--bullets li a::before {
        top: 4px;
    }
}

.content-social {
    display: grid;
    grid-gap: 80px;
    padding: 100px 0 120px;
}

@media (max-width: 992px) {
    .content-social {
        padding: 60px 0;
        grid-gap: 50px;
    }
}

.content-social .container {
    max-width: 1140px;
}

.content-social .box--heading {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    color: #01508E;
    text-align: center;
}

@media (max-width: 767px) {
    .content-social .box--heading {
        font-size: 24px;
        line-height: 1.2;
    }
}

.content-social .box--text {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    text-align: center;
    max-width: 584px;
    margin: 8px auto 52px;
}

.content-social .social-s1 .box--posts {
    display: grid;
    grid-gap: 60px;
}

@media (max-width: 767px) {
    .content-social .social-s1 .box--posts {
        grid-gap: 30px;
    }
}

.content-social .social-s1 .box--posts .posts--heading {
    display: block;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #F37021;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
    .content-social .social-s1 .box--posts .posts--heading {
        font-size: 24px;
    }
}

@media (max-width: 450px) {
    .content-social .social-s1 .box--posts .posts--heading {
        font-size: 20px;
    }
}

.content-social .social-s1 .box--posts .posts--main {
    background: #FFFFFF;
    box-shadow: 0px 4px 40px rgba(23, 23, 23, 0.05);
    border-radius: 0 8px 8px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(10px, 1fr));
    align-items: center;
    grid-gap: 24px;
    min-height: 320px;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .content-social .social-s1 .box--posts .posts--main {
        min-height: 290px;
    }
}

@media (max-width: 450px) {
    .content-social .social-s1 .box--posts .posts--main {
        grid-template-columns: 1fr;
        grid-gap: 0;
        border-radius: 8px;
    }
}

.content-social .social-s1 .box--posts .posts--main .item--caption {
    padding: 20px 40px 20px 60px;
}

@media (max-width: 767px) {
    .content-social .social-s1 .box--posts .posts--main .item--caption {
        padding: 30px;
    }
}

@media (max-width: 450px) {
    .content-social .social-s1 .box--posts .posts--main .item--caption {
        order: 2;
    }
}

.content-social .social-s1 .box--posts .posts--main .item--thumb {
    width: 100%;
    height: 100%;
}

@media (max-width: 450px) {
    .content-social .social-s1 .box--posts .posts--main .item--thumb {
        order: 1;
    }
}

.content-social .social-s1 .box--posts .item--title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    color: #01508E;
}

@media (max-width: 767px) {
    .content-social .social-s1 .box--posts .item--title {
        font-size: 20px;
    }
}

.content-social .social-s1 .box--posts .item--text {
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
    .content-social .social-s1 .box--posts .item--text {
        font-size: 14px;
    }
}

.content-social .social-s1 .box--posts .item--action {
    display: block;
    margin-top: 28px;
}

.content-social .social-s1 .box--posts .item--action .action--btn {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    min-width: 120px;
    background: #F37021;
    border-radius: 8px;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}

.content-social .social-s1 .box--posts .item--action .action--btn:hover {
    background: #d8590d;
}

.content-social .social-s1 .box--posts .item--thumb {
    position: relative;
}

.content-social .social-s1 .box--posts .item--thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
}

.content-social .social-s1 .box--posts .posts--items {
    display: grid;
    grid-template-columns: repeat(2, minmax(10px, 1fr));
    grid-gap: 24px;
}

@media (max-width: 767px) {
    .content-social .social-s1 .box--posts .posts--items {
        grid-template-columns: 1fr;
    }
}

.content-social .social-s1 .box--posts .posts--items .item {
    box-shadow: 0px 4px 40px rgba(23, 23, 23, 0.05);
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .content-social .social-s1 .box--posts .posts--items .item {
        display: grid;
        grid-template-columns: repeat(2, minmax(10px, 1fr));
        grid-gap: 24px;
    }
}

@media (max-width: 450px) {
    .content-social .social-s1 .box--posts .posts--items .item {
        grid-template-columns: 1fr;
        grid-gap: 0;
        border-radius: 8px;
    }
}

.content-social .social-s1 .box--posts .posts--items .item .item--caption {
    padding: 36px;
}

@media (max-width: 767px) {
    .content-social .social-s1 .box--posts .posts--items .item .item--caption {
        padding: 30px;
    }
}

.content-social .social-s2 .box--items {
    display: grid;
    grid-template-columns: repeat(2, minmax(10px, 1fr));
    grid-gap: 24px;
}

@media (max-width: 767px) {
    .content-social .social-s2 .box--items {
        grid-template-columns: 1fr;
    }
}

.content-social .social-s2 .box--items .item {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 4px 40px rgba(23, 23, 23, 0.05);
    border-radius: 8px;
}

.content-social .social-s2 .box--items .item .item--head {
    display: flex;
    align-items: center;
    padding: 19px 20px 16px;
}

.content-social .social-s2 .box--items .item .item--head img {
    max-height: 25px;
}

.content-social .social-s2 .box--items .item .item--body {
    padding: 24px 20px;
    border-top: 1px solid #E6E6E6;
}

.content-social .social-s2 .box--items .item .item--body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-social .social-s2 .box--items .item .item--body ul li {
    position: relative;
}

.content-social .social-s2 .box--items .item .item--body ul li+li {
    margin-top: 16px;
}

.content-social .social-s2 .box--items .item .item--body ul li a {
    font-size: 16px;
    line-height: 1.5;
    color: #00609A;
}

@media (max-width: 450px) {
    .content-social .social-s2 .box--items .item .item--body ul li a {
        font-size: 14px;
    }
}

.content-social .social-s2 .box--items .item .item--body ul li a:hover svg {
    left: 5px;
}

.content-social .social-s2 .box--items .item .item--body ul li a svg {
    margin-right: 8px;
    position: relative;
    top: 2px;
    left: 0;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}

.content-social .social-s3 .content-box {
    background: no-repeat center/cover;
    display: flex;
    padding: 30px 185px 30px 95px;
    align-items: center;
    min-height: 160px;
    justify-content: space-between;
    background: #F4F4F4 no-repeat center/cover;
    border-radius: 8px;
}

@media (max-width: 1200px) {
    .content-social .social-s3 .content-box {
        padding: 30px 60px;
    }
}

@media (max-width: 767px) {
    .content-social .social-s3 .content-box {
        display: grid;
        padding: 30px 40px;
        grid-gap: 24px;
        justify-content: center;
    }
}

.content-social .social-s3 .content-box .box--title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.3;
    color: #01508E;
}

@media (max-width: 767px) {
    .content-social .social-s3 .content-box .box--title {
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .content-social .social-s3 .content-box .box--social {
        margin: auto;
    }
}

.content-social .social-s3 .content-box .box--social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.content-social .social-s3 .content-box .box--social ul li {
    margin: 0 24px;
}

@media (max-width: 767px) {
    .content-social .social-s3 .content-box .box--social ul li {
        margin: 0 16px;
    }
}

.content-social .social-s3 .content-box .box--social ul li svg,
.content-social .social-s3 .content-box .box--social ul li img {
    width: 32px;
}

@media (max-width: 767px) {

    .content-social .social-s3 .content-box .box--social ul li svg,
    .content-social .social-s3 .content-box .box--social ul li img {
        width: 24px;
    }
}

.content-social .social-s4 .box--items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, minmax(10px, 1fr));
    grid-gap: 24px;
}

@media (max-width: 767px) {
    .content-social .social-s4 .box--items {
        grid-template-columns: 1fr;
    }
}

.content-social .social-s4 .box--items .item {
    display: block;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}

.content-social .social-s4 .box--items .item .item--thumb {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    height: 288px;
    height: 0;
    padding-top: 53%;
    position: relative;
}

.content-social .social-s4 .box--items .item .item--thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.content-social .social-s4 .box--items .item .item--title {
    padding-top: 24px;
}

@media (max-width: 767px) {
    .content-social .social-s4 .box--items .item .item--title {
        padding-top: 16px;
    }
}

.content-social .social-s4 .box--items .item .item--title a {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    color: #01508E;
}

@media (max-width: 767px) {
    .content-social .social-s4 .box--items .item .item--title a {
        font-size: 16px;
    }
}

.content-social .social-s4 .box--items .item .item--title a:hover {
    text-decoration: underline;
}

.content-social .social-s4 .box--more {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .content-social .social-s4 .box--more {
        padding-top: 36px;
    }
}

.content-social .social-s4 .box--more .more--btn {
    display: table;
    margin: auto;
    min-width: 180px;
    line-height: 44px;
    background: #F37021;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    cursor: pointer;
    pointer-events: auto;
}

@media (max-width: 767px) {
    .content-social .social-s4 .box--more .more--btn {
        min-width: 160px;
        line-height: 40px;
    }
}

.content-social .social-s4 .box--more .more--btn:hover {
    background: #d8590d;
}

.content-ssocial {
    padding: 36px 0 120px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 992px) {
    .content-ssocial {
        padding: 36px 0 60px;
    }
}

.content-ssocial .container {
    max-width: 1140px;
}

.content-ssocial .box--breadcrumb {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #B3B3B3;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .content-ssocial .box--breadcrumb {
        display: none;
    }
}

.content-ssocial .box--breadcrumb svg {
    margin: 0 8px;
}

.content-ssocial .box--breadcrumb a {
    color: #01508E;
}

.content-ssocial .box--breadcrumb a:hover {
    text-decoration: underline;
}

.content-ssocial .box--heading {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    color: #01508E;
}

@media (max-width: 767px) {
    .content-ssocial .box--heading {
        font-size: 28px;
        line-height: 1.4;
    }
}

.content-ssocial .box--text {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #4D4D4D;
    text-align: center;
    max-width: 584px;
    margin: 8px auto 0;
}

.content-ssocial .box--time {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    display: flex;
    align-items: center;
}

.content-ssocial .box--time span {
    margin-left: 8px;
    padding-top: 2px;
}

.content-ssocial .box--thumb {
    margin-top: 28px;
}

.content-ssocial .box--thumb img {
    border-radius: 8px;
    overflow: hidden;
}

.content-ssocial .box--paragraph {
    margin-top: 36px;
    color: #4D4D4D;
    display: grid;
    grid-gap: 29px;
}

.content-ssocial .box--paragraph p~ul {
    margin-top: -28px;
}

.content-ssocial .box--paragraph ul {
    display: grid;
    grid-gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-ssocial .box--paragraph ul li {
    position: relative;
    padding-left: 32px;
}

.content-ssocial .box--paragraph ul li:before {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkuOTkzOSA1LjQzNTU4QzIwLjMwNTYgNS43MDgzNCAyMC4zMzcyIDYuMTgyMTYgMjAuMDY0NCA2LjQ5Mzg5TDkuNTY0NDMgMTguNDkzOUM5LjQyNzc0IDE4LjY1MDEgOS4yMzI0MiAxOC43NDI3IDkuMDI0OTYgMTguNzQ5NkM4LjgxNzUgMTguNzU2NSA4LjYxNjQ1IDE4LjY3NzEgOC40Njk2NyAxOC41MzAzTDMuOTY5NjcgMTQuMDMwM0MzLjY3Njc4IDEzLjczNzQgMy42NzY3OCAxMy4yNjI2IDMuOTY5NjcgMTIuOTY5N0M0LjI2MjU2IDEyLjY3NjggNC43Mzc0NCAxMi42NzY4IDUuMDMwMzMgMTIuOTY5N0w4Ljk2MzQ3IDE2LjkwMjhMMTguOTM1NiA1LjUwNjEzQzE5LjIwODMgNS4xOTQ0IDE5LjY4MjIgNS4xNjI4MiAxOS45OTM5IDUuNDM1NThaIiBmaWxsPSIjRjM3MDIxIi8+DQo8L3N2Zz4NCg==);
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
}

.content-ssocial .box--download {
    margin-top: 29px;
}

.content-ssocial .box--download a {
    text-decoration: underline;
}

.content-ssocial .box--social {
    margin-top: 29px;
}

.content-ssocial .box--social p {
    margin: 7px 0 0;
}

.content-ssocial .box--social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.content-ssocial .box--social ul li {
    margin-right: 5px;
}

.content-ssocial .box--social ul a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F37021;
}

.content-ssocial .box--grid {
    display: grid;
    grid-template-columns: 732px 260px;
    justify-content: space-between;
    grid-gap: 36px;
}

@media (max-width: 1200px) {
    .content-ssocial .box--grid {
        grid-template-columns: 1fr 300px;
    }
}

@media (max-width: 992px) {
    .content-ssocial .box--grid {
        grid-template-columns: 1fr;
    }
}

.content-ssocial .box--sidebar h3 {
    font-size: 24px;
    line-height: 36px;
    color: #01508E;
    margin: 0;
    font-weight: bold;
}

@media (max-width: 767px) {
    .content-ssocial .box--sidebar h3 {
        font-size: 20px;
        line-height: 1.4;
    }
}

.content-ssocial .box--sidebar ul {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.content-ssocial .box--sidebar ul li+li {
    margin-top: 16px;
}

.content-ssocial .box--sidebar ul li a {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #01508E;
}

@media (max-width: 767px) {
    .content-ssocial .box--sidebar ul li a {
        font-size: 16px;
        line-height: 1.4;
    }
}

.content-ssocial .box--sidebar ul li a:hover svg {
    left: 4px;
}

.content-ssocial .box--sidebar ul li a svg {
    position: relative;
    top: 3px;
    left: 0;
    margin-right: 8px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
.cld .cld--items .item{
    position: relative;
}
.cld .cld--items .item .item--caption .item--label{
    position: absolute;
    top: 12px;
    left: 12px;
    background: #F37021;
    border-radius: 20px;
    padding: 3px 8px 1px;
    color: #fff;
    font-size: 11px;
}
.cld .cld--items .item .item--caption .item--tags ul{
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}
.cld .cld--items .item .item--caption .item--tags ul li{
    font-size: 14px;
    line-height: 20px;
    color: #000;
    border-radius: 24px;
    text-decoration: none !important;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    background: #d5d5d5;
    padding: 3px 10px;
    display: table;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 5px 2px 0 0;
}
.cld .cld--items .item .item--caption .item--box .item--name{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.md-modal .left--garea{
    height: 439px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.md-modal .left--garea .left--garea_head{
    height: 50px;
    padding: 12px;
    display: flex;
    align-items: center;
    background: #ccc;
    position: relative;
    display: flex;
    align-items: center;
}
.md-modal .left--garea .left--garea_head .head-select{
    margin: 0;
    padding-left: 22px;
    padding-top: 4px;
    position: relative;
    height: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    user-select: none;
    -moz-user-select: none;
    -webkit-text-select: none; 
    -webkit-user-select: none;
    cursor: pointer;
    pointer-events: auto;    
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
.md-modal .left--garea .left--garea_head .head-select:before{
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0yLjMzMzMzIDEuNzVIMTEuNjY2N0MxMS45ODg4IDEuNzUgMTIuMjUgMi4wMTExNyAxMi4yNSAyLjMzMzMzVjExLjY2NjdDMTIuMjUgMTEuOTg4OCAxMS45ODg4IDEyLjI1IDExLjY2NjcgMTIuMjVIMi4zMzMzM0MyLjAxMTE3IDEyLjI1IDEuNzUgMTEuOTg4OCAxLjc1IDExLjY2NjdWMi4zMzMzM0MxLjc1IDIuMDExMTcgMi4wMTExNyAxLjc1IDIuMzMzMzMgMS43NVpNMi45MTY2NyAyLjkxNjY3VjExLjA4MzNIMTEuMDgzM1YyLjkxNjY3SDIuOTE2NjdaIiBmaWxsPSJibGFjayIvPg0KPC9zdmc+DQo=) center /cover;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
.md-modal .left--garea .left--garea_head .head-select:after{
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0yLjMzMzMzIDEuNzVIMTEuNjY2N0MxMS45ODg4IDEuNzUgMTIuMjUgMi4wMTExNyAxMi4yNSAyLjMzMzMzVjExLjY2NjdDMTIuMjUgMTEuOTg4OCAxMS45ODg4IDEyLjI1IDExLjY2NjcgMTIuMjVIMi4zMzMzM0MyLjAxMTE3IDEyLjI1IDEuNzUgMTEuOTg4OCAxLjc1IDExLjY2NjdWMi4zMzMzM0MxLjc1IDIuMDExMTcgMi4wMTExNyAxLjc1IDIuMzMzMzMgMS43NVpNMi45MTY2NyAyLjkxNjY3VjExLjA4MzNIMTEuMDgzM1YyLjkxNjY3SDIuOTE2NjdaTTYuNDE4MTggOS4zMzMzM0wzLjk0MzMzIDYuODU4NDhMNC43NjgyOSA2LjAzMzQ3TDYuNDE4MTggNy42ODM0M0w5LjcxODA0IDQuMzgzNTlMMTAuNTQzIDUuMjA4NTRMNi40MTgxOCA5LjMzMzMzWiIgZmlsbD0iI0YzNzAyMSIvPg0KPC9zdmc+DQo=) center /cover;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
.md-modal .left--garea .left--garea_head{
    display: flex;
    justify-content: space-between;
}
.md-modal .left--garea .left--garea_head.selected .head-select{
    color: #F37021;
}
.md-modal .left--garea .left--garea_head.selected .head-select:before{
    opacity: 0;
    visibility: hidden;
}
.md-modal .left--garea .left--garea_head.selected .head-select:after{
    opacity: 1;
    visibility: visible;
}
.md-modal .left--garea .left--garea_head .head-clear{    
    padding-top: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    cursor: pointer;
    pointer-events: auto;
}
.md-modal .left--garea .left--garea_body{
    padding: 12px 8px 12px 12px;
}
.md-modal .left--garea .left--garea_body .items{
    height: calc(100% - 74px);
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(10px, 1fr));
    grid-gap: 10px;
    padding-right: 8px;
}
.md-modal .left--garea .left--garea_body .items::-webkit-scrollbar {
    width: 12px;
    background-color: #E9E9EB;
    border-radius: 10px;
    cursor: pointer;
}
 
.md-modal .left--garea .left--garea_body .items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #E9E9EB;
    cursor: pointer;
}
 
.md-modal .left--garea .left--garea_body .items::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #B6B6BD;
    cursor: pointer;
}
.md-modal .left--garea .left--garea_body .item{
    height: 115px;
    border: 1px solid rgba(204,204,204,0.5);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    pointer-events: auto;
}
.md-modal .left--garea .left--garea_body .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.md-modal .left--garea .left--garea_body .item:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 4px solid transparent;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
.md-modal .left--garea .left--garea_body .item.selected:before{
    border-color: #F37021;
}
.md-content .md-body .md-box .box--right .right--actions .box--download:disabled{
    background: #808080;
    cursor: not-allowed;
}


body::-webkit-scrollbar {
    width: 12px;
    background-color: #E9E9EB;
    cursor: pointer;
}
 
/*body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #E9E9EB;
    cursor: pointer;
}
 */
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #B6B6BD;
    cursor: pointer;
}