.article {
    padding-top: 64px;
    padding-bottom: 64px;
}

.article .wrapper {
    max-width: 1920px;
}

.article .col {
    padding: 0;
}

.article .row {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: space-between;
    padding-left: 64px;
}

.article  .img-container {
    overflow: hidden;
    aspect-ratio: 21/8;
    border: 1px solid rgba(58, 139, 209, 0.15);
    box-shadow: 0 0 18px rgba(58, 139, 209, 0.15);
    border-radius: 20px;
    margin-top: 24px;
    margin-bottom: 6px;
    position: relative;
}

.article  .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.article .col-text {
    width: calc(100% - 460px);
    padding-left: 0;
    padding-right: 36px;
}

.article .col.right {
    width: 460px;
    padding-left: 36px;
    position: sticky;
    top: 20px;
}

.article .col-text-full {
    width: 100%;
}

.article .col {
    display: block;
}

.article .created {
    font-size: 16px;
  font-weight: 700;
  color: #e9a611;
  margin-bottom: 6px;
  display: block;
}

.article .h1 {
    font-size: 36px;
    margin-bottom: 24px;
}

.article .text-editor {
    border-bottom: 1px solid rgba(58, 139, 209, 0.15);
    padding-top: 24px;
    padding-bottom: 24px;
}

.article .text-editor:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: -18px;
}

.article .text-editor h1, .article .text-editor h2, .article .text-editor h3, .article .text-editor h4, .article .text-editor h5, .article .text-editor h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    line-height: 130%;
}

.article .text-editor h3:has(sup) {
    width: 100%;
    display: inline-block;
    padding-left: 42px;
    position: relative;
}

.article .text-editor h3:has(sup) sup {
    all: unset;
    font-size: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    vertical-align: baseline;
    color: #369ffb;
}

.article .text-editor p {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    color: rgba(1, 22, 43, 0.95);
}

.article .text-editor strong {
    font-weight: 700;
}

.article .text-editor blockquote {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 140%;
    padding: 24px;
    border-radius: 10px;
    background-color: rgba(58, 139, 209, 0.05);
    border: 1px solid rgba(58, 139, 209, 0.1);
    color: rgba(1, 22, 43, 0.95);
    font-weight: 500;
    position: relative;
    width: auto;
}

.article .text-editor blockquote:has(span.iconwrapper) {
    padding-left: 96px;
}

.article .text-editor blockquote .iconwrapper {
    position: absolute;
    width: 70px;
    height: 100%;
    left: 18px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #369ffb;
}

.article .text-editor blockquote .iconwrapper svg {
    width: 50px;
    height: 50px;
}

.article .text-editor ul, .article .text-editor ol, .article .text-editor ul li, .article .text-editor ol li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.article .text-editor ul li {
    padding-left: 24px;
    position: relative;
}

.article .text-editor ul li::before {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #369ffb;
    border-radius: 100px;
}


.article .text-editor ul li:has(span.iconwrapper)::before {
    display: none;
}

.article .text-editor ul li:has(span.iconwrapper) {
    padding-left: 36px;
    font-weight: 700;
}

.article .text-editor ul li .iconwrapper {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #369ffb;
}

.article .text-editor ul li .iconwrapper svg {
    width: 20px;
    height: 20px;
}

.article .text-editor *:last-child {
    margin-bottom: 0 !important;
}

.article .text-editor ol li {
    counter-increment: item;
    padding-left: 36px;
    position: relative;
}



.article .text-editor ol li::before {
    content: counter(item, decimal-leading-zero) "";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #369ffb;
}

.article .text-editor a {
    text-decoration: none;
    color: rgba(1, 22, 43, 0.95);

}

.article .text-editor ul, .article .text-editor ol {
    display: flex;
    width: calc(100% + 24px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    margin-left: -6px;
    margin-right: -6px;
    color: rgba(1, 22, 43, 0.95);
    font-size: 16px;
}

.article .text-editor ul li, .article .text-editor ol li {
    margin: 6px;
    margin-left: 12px;
    margin-right: 12px;
    width: calc(33.333% - 24px);
}

.article #part0.text-editor ol li {
    width: calc(50% - 24px);
}

.article #part0.text-editor p {
    font-size: 17px;
}

.module.features-articles .h3 {
    margin-bottom: 36px;
}

.module.features-articles a {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
    width: 100%;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.module.features-articles a:last-child {
    margin-bottom: 0;
}

.module.features-articles a .img {
    width: 120px;
    aspect-ratio: 4/3;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.module.features-articles a .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}

.module.features-articles a .text {
    width: calc(100% - 120px);
    padding-left: 18px;
    padding-right: 0;
}

.module.features-articles a .h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.module.features-articles a .created {
    font-size: 12px;
    color: gray;
    font-weight: 500;
    margin-top: 6px;
}

.module.features-articles a .info {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(1, 22, 43, 0.85);
}

.article.type2 .text-editor ul li, .article.article.type2 .text-editor ol li {
    width: calc(100% - 24px);
}

.article.type2 {
    padding-top: 96px;
}


@media screen and (max-width: 1600px) {
    .article .col-text {
        width: 70%;

    }

    .article .col.right {
        width: 30%;
    }
}

@media screen and (max-width: 1300px) {

    .article .row {
        padding-left: 9px;
    }

    .article .col-text {
        width: 100%;
        padding-left: 9px;
        padding-right: 9px;

    }

    .article .col.right {
        width: 100%;
        padding-left: 9px;
        padding-right: 9px;
        padding-top: 18px;
        padding-bottom: 0;
    }

    .article .col.right .side-nav {
        display: none;
    }

    .article .module.baner, .article .module.baner2 {
    width: calc(50% - 9px);
    }

    .article .module.baner {
        margin-right: 9px;
    }

    .article .module.baner2 {
        margin-left: 9px;
    }

}

/* mobial */
@media screen and (max-width: 890px) {

    .features-articles {
        padding: 18px;
    }

    .article {
        padding-top: 36px;
        padding-bottom: 18px;
    }

    .article .h1 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .article .created {
        font-size: 13px;
    }

    .article .img-container {
        aspect-ratio: 16/9;
        border-radius: 20px;
    }

    .article #part0.text-editor p {
        font-size: 15px;
    }

     .article .text-editor p {
        font-size: 14px;
        margin-bottom: 18px;
     }

    .article h1 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .article h2 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .article h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }

    .article h4 {
        font-size: 17px;
        margin-bottom: 18px;
    }

    .article h5 {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .article h6 {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .article .text-editor ul, .article .text-editor ol {
        font-size: 14px;
    }

    .article .text-editor ol li {
        padding-left: 24px;
    }

    .article .text-editor h3:has(sup) {
        padding-left: 30px;
    }

    .module.features-articles a .img {
        width: 90px;
    }       

    .module.features-articles a .text {
        width: calc(100% - 90px); 
    }   

    .module.features-articles a .h5 {
        font-size: 16px;
    }

    .module.features-articles a .info {
        font-size: 13px;
    }

    .article .text-editor blockquote {
        font-size: 14px;
    }

    .article .text-editor blockquote .iconwrapper {
        width: 46px;
        left: 9px;
    }

    .article .text-editor blockquote:has(span.iconwrapper) {
        padding-left: 64px;
    }


}


@media screen and (max-width: 540px) {
    .article .module.baner, .article .module.baner2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    }

    .article .text-editor ul li, .article .text-editor ol li {
        width: calc(50% - 24px);
    }

    


}


@media screen and (max-width: 380px) {
    .module.features-articles a .img {
        width: 100%;
        margin-bottom: 18px;
    }

    .module.features-articles a .text {
        width: 100%;
        padding-left: 9px;
        padding-right: 9px;
    }

    .module.features-articles a .info {
        -webkit-line-clamp: 2;
    }

    .article .text-editor ul li, .article .text-editor ol li {
        width: calc(1000% - 24px);
    }

    .article .text-editor blockquote .iconwrapper {
        width: 100%;
        height: 76px;
        left: 0;
    }

    .article .text-editor blockquote:has(span.iconwrapper) {
        padding-top: 76px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .article #part0.text-editor ol li {
        width: calc(100% - 24px);
    }
}