/*
Theme Name: GetSmartInsights
*/
/*  CSS Reset Code */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, input, textarea {
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    outline: 0;
    border: none;
    font-family: inherit;
    border-radius: 0;
}

/* Clear Fix */
.cf:before,
.cf:after {
    display: table;
    content: " ";
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

* {
    outline: none;
}

body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

textarea {
    overflow: auto;
}

.wrapper {
    max-width: 1140px;
    width: calc(100% - 30px);
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 8px;
    background: 0 0;
}

::-webkit-scrollbar-thumb {
    background: #46433c;
}

::-webkit-scrollbar-thumb:hover {
    background: #FF9800;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
    font-family: "Exo", sans-serif;
}

main {
    min-height: calc(100vh - 260px);
}

.logo {
    width: 200px;
    display: block;
}
@media screen and (max-width: 1023px) {
    .logo {
        width: 150px;
    }
}

.breadcrumb {
    margin: 15px 0;
}
.breadcrumb * {
    color: #222;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    font-weight: normal;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb .current {
    color: #0b1d66;
    font-weight: 600;
}

.heading {
    color: #FF9800;
    font-size: 30px;
    font-family: Anton, sans-serif;
    line-height: 38px;
    letter-spacing: 2px;
}
@media screen and (max-width: 1023px) {
    .heading {
        color: #FF9800;
        font-size: 20px;
        line-height: 28px;
    }
}

.gis-article__title {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.gis-article__pagination-wrap {
    text-align: center;
}
.gis-article__pagination-wrap .current, .gis-article__pagination-wrap .page {
    font-size: 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.gis-article__pagination-wrap .current:not(:last-child), .gis-article__pagination-wrap .page:not(:last-child) {
    margin-right: 20px;
}
.gis-article__pagination-wrap .page {
    width: 11px;
    height: 11px;
    background-color: rgba(11, 29, 102, 0.2);
}
.gis-article__pagination-wrap .current {
    width: 16px;
    height: 16px;
    background-color: #0b1d66;
}

.cat-article__categories-wrap, .mainArt__categories-wrap {
    height: 43px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
}
@media screen and (max-width: 1023px) {
    .cat-article__categories-wrap, .mainArt__categories-wrap {
        height: 35px;
    }
}
.cat-article__categories-wrap ul, .mainArt__categories-wrap ul {
    width: 200%;
}
.cat-article__categories-wrap li, .mainArt__categories-wrap li {
    display: inline-block;
}
.cat-article__categories-wrap a, .mainArt__categories-wrap a {
    padding: 11px 15px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0));
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
@media screen and (max-width: 1023px) {
    .cat-article__categories-wrap a, .mainArt__categories-wrap a {
        padding: 9px 12px;
        color: #fff;
        font-size: 9px;
        line-height: 17px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }
}
.cat-article__categories-wrap a:hover, .mainArt__categories-wrap a:hover {
    background-image: linear-gradient(to bottom, #0b1d66, rgba(11, 29, 102, 0));
}

.must-read-wrap {
    position: relative;
}
@media screen and (max-width: 1240px) {
    .must-read-wrap {
        padding-right: 35px;
    }
}
@media screen and (max-width: 1023px) {
    .must-read-wrap {
        padding-right: 0;
        margin-right: 45px;
    }
}
.must-read-wrap .heading {
    position: absolute;
    top: calc(50% - 25px);
    right: -95px;
    -o-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    width: 144px;
    white-space: nowrap;
}
@media screen and (max-width: 1300px) {
    .must-read-wrap .heading {
        right: -70px;
    }
}
@media screen and (max-width: 1240px) {
    .must-read-wrap .heading {
        right: -34px;
    }
}
@media screen and (max-width: 1023px) {
    .must-read-wrap .heading {
        top: calc(50% - 15px);
        right: -72px;
    }
}

.must-read-mobile {
    margin: 30px 0;
    display: none;
}
@media screen and (max-width: 1023px) {
    .must-read-mobile {
        display: block;
    }
}

.must-read__el {
    padding: 17px 0;
    margin-bottom: 15px;
    box-shadow: 0 0 14px 0 rgba(204, 204, 204, 0.5);
    background-color: #fff;
    overflow: hidden;
}
@media screen and (max-width: 1023px) {
    .must-read__el {
        padding: 14px 0;
    }
}
.must-read__el:hover .must-read__cta {
    width: 75px;
}
.must-read__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.must-read__title {
    flex: 1;
    margin-right: 5px;
    color: #222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    max-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
    .must-read__title {
        color: #222;
        font-size: 15px;
        line-height: 23px;
        font-weight: 600;
        max-height: 46px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
.must-read__count-article {
    width: 50px;
    margin-left: -3px;
    color: rgba(39, 109, 242, 0.12);
    font-size: 40px;
    font-family: Anton, sans-serif;
    line-height: 48px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
@media screen and (max-width: 1023px) {
    .must-read__count-article {
        width: 42px;
        color: rgba(39, 109, 242, 0.12);
        font-size: 35px;
        line-height: 43px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }
}
.must-read__count-separator, .must-read__count-post {
    display: none;
}
.must-read__cta {
    width: 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.must-read__cta-arrow {
    padding: 3px 17.5px 4px;
    margin: 0 15px 0 8px;
    background-color: #276df2;
    border-radius: 19px;
}

.popular-wrap {
    padding-left: calc((100vw - (1140px + 30px)) / 2);
    margin: 60px 0 60px 15px;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .popular-wrap {
        margin: 80px 0 50px 15px;
    }
}
/*.popular-wrap::after {
    content: "";
    width: 500px;
    height: 590px;
    display: block;
    position: absolute;
    top: -130px;
    right: 0;
    z-index: -1;
    background: url("../img/oval.svg") top/cover no-repeat;
}*/
@media screen and (max-width: 767px) {
    /*.popular-wrap::after {
        width: 360px;
        height: 590px;
        top: -45px;
        background: url("../img/oval-half.svg") top/cover no-repeat;
    }*/
}

.popular-container {
    padding: 32px 30px 32px 130px;
    position: relative;
    box-shadow: 0 0 14px 0 rgba(211, 209, 209, 0.5);
    background-color: #fff;
}
@media screen and (max-width: 1023px) {
    .popular-container {
        padding: 20px 20px 20px 60px;
    }
}
.popular-container .heading {
    position: absolute;
    top: calc(50% - 18px);
    left: 0;
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media screen and (max-width: 1023px) {
    .popular-container .heading {
        left: -12px;
    }
}

.popular {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .popular {
        display: block;
    }
}
.popular__el {
    width: calc((100% / 3) - 15px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
@media screen and (max-width: 1023px) {
    .popular__el {
        width: calc((100% / 3) - 10px);
    }
}
@media screen and (max-width: 767px) {
    .popular__el {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .popular__el:not(:last-of-type) {
        margin-bottom: 20px;
    }
}
.popular__img {
    width: calc(45% - 10px);
    margin-right: 20px;
    height: 160px;
}
@media screen and (max-width: 1023px) {
    .popular__img {
        height: 95px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .popular__img {
        width: 95px;
    }
}
.popular__content:hover .popular__title {
    text-decoration: underline;
}
.popular__title {
    color: #222;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    max-height: 78px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 3px;
}
@media screen and (max-width: 1023px) {
    .popular__title {
        color: #222;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        max-height: 72px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 2px;
    }
}
.popular__cta-label {
    color: #FF9800;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}

header {
    padding: 12px 0;
    background-color: #46433c;
    position: relative;
    z-index: 99;
}
header .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
header .right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    flex: 1;
}
@media screen and (max-width: 374px) {
    header .logo {
        width: 130px;
    }
}
header nav li {
    display: inline-block;
}
.home-header-menu-nav li:not(:last-of-type) {
    margin-right: 20px;
}
header nav li:not(:last-child) {
    margin-right: 50px;
}

@media screen and (max-width: 1023px) {
    header nav li:not(:last-child) {
        margin-right: 40px;
    }
}
@media screen and (max-width: 540px) {
    header nav li:not(:last-child) {
        margin-right: 20px;
    }
    .home-header-menu-nav li:not(:last-of-type) {
        margin-right: 10px;
    }
}
@media screen and (max-width: 374px) {
    header nav li:not(:last-child) {
        margin-right: 10px;
    }
}
header nav a {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}
@media screen and (max-width: 1023px) {
    header nav a {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
    }
}
header nav a:hover {
    color: #FF9800;
}
header .menu-item-has-children {
    position: relative;
}
header .sub-menu {
    width: 200px;
    padding: 10px;
    border-radius: 5px;
    /*display: none;*/
    /*position: absolute;*/
    /*top: 45px;*/
    /*left: 50%;*/
    z-index: 999;
    background-color: #908e8a;

    text-align: center;
}
.collapse-wrapper {
    overflow: hidden;
    transition: all 300ms ease-in;
    position: absolute;
    top: 45px;
    left: 50%;
    height: 0;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
    /*header .sub-menu {*/
    .collapse-wrapper{
        top: 36px;
        left: 0;
    }
}
header .sub-menu li {
    margin-right: 0 !important;
    display: block;
    white-space: nowrap;
}
header .sub-menu li:not(:last-of-type) {
    margin-bottom: 5px;
}
header .sub-menu a:hover {
    color: #fff;
    text-decoration: underline;
}
header form {
    margin-left: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
}
@media screen and (max-width: 1023px) {
    header form {
        margin-left: 45px;
    }
}
@media screen and (max-width: 540px) {
    header form {
        margin-left: 20px;
    }
}
@media screen and (max-width: 374px) {
    header form {
        margin-left: 10px;
    }
}
header form label {
    width: 26px;
    height: 26px;
    display: block;
    position: relative;
    z-index: 1;
    background: url("../img/search.svg?1") center/contain no-repeat;
    cursor: pointer;
}
@media screen and (max-width: 1023px) {
    header form label {
        width: 22px;
        height: 22px;
    }
}
header form .input-wrap {
    width: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1023px) {
    header form .input-wrap {
        position: absolute;
        top: 40px;
        right: 40px;
        z-index: 9999;
    }
}
header form .input-wrap.open {
    width: 215px;
    margin-right: -33px;
    right: 27px;
    visibility: visible;
}
header form .input-wrap.open input {
    padding: 12px 35px 12px 15px;
}
@media screen and (max-width: 1023px) {
    header form .input-wrap.open input {
        padding-right: 15px;
    }
}
header form .input-wrap input {
    width: 100%;
    height: 40px;
    padding: 0;
    border-radius: 25px;
    background-color: #fff;
    color: #222;
    font-size: 13px;
    line-height: 21px;
}
@media screen and (max-width: 1023px) {
    header form .input-wrap input {
        border: 1.5px solid #0b1d66;
        background-color: #fff;
        background-image: none;
    }
}

.home header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: none;
    z-index: 999;
}

 .header-menu-nav {
    display: none;
}
@media screen and (max-width: 767px) {
    .header-menu-nav {
        /*display: block;*/
    }
}
@media screen and (max-width: 767px) {
  .home-header-menu-nav {
        /*display: none;*/
    }
}

.home form .input-wrap {
    position: absolute;
    right: 27px;
    top: 40px;
}
.home form .input-wrap input {
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    footer .logo {
        margin: 0 auto 15px;
    }
}

.footer-top {
    /*background: url("assets/img/footer-bg.jpg") center/cover no-repeat;*/
    background: #46433c;
}
.footer-top-bottom {
    padding: 50px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
@media screen and (max-width: 1023px) {
    .footer-top-bottom {
        padding: 30px 0;
    }
}
@media screen and (max-width: 767px) {
    .footer-top-bottom {
        display: block;
    }
}
.footer-top-bottom .content {
    width: 30%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
@media screen and (max-width: 1023px) {
    .footer-top-bottom .content {
        color: #fff;
        font-size: 13px;
        line-height: 21px;
        font-weight: normal;
    }
}
@media screen and (max-width: 767px) {
    .footer-top-bottom .content {
        width: 100%;
        text-align: center;
    }
}
.footer-top-bottom .newsletter {
    width: 30%;
    width: 200px;
}
@media screen and (max-width: 767px) {
    .footer-top-bottom .newsletter {
        width: 100%;
    }
}
.footer-top-bottom .newsletter > span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
@media screen and (max-width: 1023px) {
    .footer-top-bottom .newsletter > span {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        font-weight: normal;
    }
}
@media screen and (max-width: 767px) {
    .footer-top-bottom .newsletter > span {
        text-align: center;
    }
}
.footer-top-bottom .newsletter .wpcf7 {
    width: 100%;
    margin-top: 24px;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .footer-top-bottom .newsletter .wpcf7 {
        margin-top: 15px;
    }
}
.footer-top-bottom .newsletter .wpcf7 .ajax-loader {
    position: absolute;
    right: 0;
    top: 48px;
}
.footer-top-bottom .newsletter .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 14px;
}
.footer-top-bottom .newsletter .wpcf7-response-output {
    margin: 10px 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}
.footer-top-bottom .newsletter .wpcf7-form-control-wrap {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: top;
}
.footer-top-bottom .newsletter .wpcf7-form-control-wrap input {
    width: 100%;
    height: 48px;
    padding: 14px 24px;
    border: 1px solid #276df2;
    border-right: none;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.footer-top-bottom .newsletter .wpcf7-submit {
    width: 100px;
    height: 48px;
    display: inline-block;
    vertical-align: top;
    background-color: #276df2;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}
.footer-top-bottom .newsletter .wpcf7-submit:hover {
    background-color: #fff;
    color: #276df2;
}
.footer-menu {
    padding: 50px 0;
    border-bottom: 1px solid #737373;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}
@media screen and (max-width: 1023px) {
    .footer-menu {
        padding: 30px 0;
    }
}
@media screen and (max-width: 767px) {
    .footer-menu {
        padding: 25px 0 30px;
        border-top: 1px solid #737373;
        border-bottom: none;
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .footer-menu.desktop {
        display: none;
    }
}
.footer-menu.mobile {
    display: none;
}
@media screen and (max-width: 767px) {
    .footer-menu.mobile {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}
.footer-menu a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
@media screen and (max-width: 1023px) {
    .footer-menu a {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
    }
}
.footer-menu a:hover {
    color: #FF9800;
}
.footer-bottom {
    padding: 15px 0;
    background-color: #46433c;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .footer-bottom {
        padding: 10px 0;
    }
}
.footer-bottom .copyright {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}
@media screen and (max-width: 1023px) {
    .footer-bottom .copyright {
        color: #fff;
        font-size: 13px;
        line-height: 21px;
    }
}

.article-wrap .article-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
@media screen and (max-width: 1023px) {
    .article-wrap .article-top {
        display: block;
    }
}
.article-wrap .article-top .left {
    width: calc(100% - 395px);
}
@media screen and (max-width: 1023px) {
    .article-wrap .article-top .left {
        width: 100%;
    }
}
.article-wrap .article-top .right {
    width: 365px;
}
@media screen and (max-width: 1023px) {
    .article-wrap .article-top .right {
        width: 100%;
        display: none;
    }
}
.article-wrap .main-title {
    padding: 0px 0px 100px 0px;
    color: #000;
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
}
@media screen and (max-width: 1023px) {
    .article-wrap .main-title {
        padding: 0;
        border-radius: 0;
        background-image: none;
        color: #222;
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 20px;
    }
}
.article-wrap .art-imgbox {
    width: 100%;
    margin-top: -64px;
    padding: 0 64px;
    position: relative;
}
@media screen and (max-width: 1023px) {
    .article-wrap .art-imgbox {
        margin: 20px 0;
        padding: 0;
    }
}
.article-wrap .art-category-wrap {
    width: 400px;
    position: absolute;
    left: -160px;
    top: calc(50% - 22px);
    z-index: 1;
    -o-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    -webkit-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    overflow: hidden;
    height: 45px;
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .article-wrap .art-category-wrap {
        display: none;
    }
}
.article-wrap .art-category {
    width: 100%;
    padding: 0 15px;
    display: block;
    position: absolute;
    overflow: hidden;
    height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #e6e6e6;
    font-size: 30px;
    font-family: Anton, sans-serif;
    line-height: 38px;
    font-weight: normal;
    letter-spacing: 2px;
}
.article-wrap .art-category a {
    color: #e6e6e6;
    font-size: 30px;
    font-family: Anton, sans-serif;
    line-height: 38px;
    font-weight: normal;
    letter-spacing: 2px;
}
.article-wrap .art-category a:hover {
    color: #0b1d66;
}
.article-wrap .art-content {
    margin-top: 15px;
    color: #222;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
}
@media screen and (max-width: 1023px) {
    .article-wrap .art-content {
        color: #222;
        font-size: 15px;
        line-height: 23px;
    }
}
.article-wrap .art-content p,
.article-wrap .art-content li,
.article-wrap .article-block h2:not(.main-title),.article-wrap .article-block h3:not(.main-title),
.article-wrap .article-block li,
.article-wrap .article-block p{
    margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
    .article-wrap .art-content p,
    .article-wrap .art-content li,
    .article-wrap .article-block h2:not(.main-title),.article-wrap .article-block h3:not(.main-title),
    .article-wrap .article-block li,
    .article-wrap .article-block p{
        margin-bottom: 10px;
    }
}
.article-wrap .art-content ul,.article-wrap .article-block ul  {
    list-style: disc;
    list-style-position: inside;
}
.article-wrap .art-content ol,.article-wrap .article-block ol  {
    list-style: decimal;
    list-style-position: inside;
}
.article-wrap .art-content li,.article-wrap .article-block li {
    margin-bottom: 5px;
    position: relative;
}
.article-wrap .art-content strong,.article-wrap .article-block h2:not(.main-title),.article-wrap .article-block h3:not(.main-title) {
    font-weight: bold;
    color: #FF9800;
}

.common-page {
    margin-top: 20px;
}

.search-for {
    margin-bottom: 20px;
    color: #222;
    font-size: 25px;
    line-height: 33px;
    font-weight: bold;
}
@media screen and (max-width: 1023px) {
    .search-for {
        margin-bottom: 15px;
        color: #222;
        font-size: 18px;
        line-height: 26px;
    }
}

.no-results {
    color: #222;
    font-size: 18px;
    line-height: 26px;
}
@media screen and (max-width: 1023px) {
    .no-results {
        color: #222;
        font-size: 16px;
        line-height: 24px;
    }
}

.mainArt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-page .mainArt{
    margin: 0 -10px;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.mainArt__el {
    width: calc((100% / 3) - 20px);
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-page .mainArt__el {
    margin: 0 10px 30px;
}
@media screen and (max-width: 1023px) {
    .mainArt__el {
        width: calc((100% / 3) - 10px);
        margin-bottom: 20px;
    }
    .search-page .mainArt{
        margin: 0 -5px;
    }
    .search-page .mainArt__el {
        margin: 0 5px 20px;
    }
}
@media screen and (max-width: 540px) {
    .mainArt__el {
        width: 100%;
    }
    .search-page .mainArt{
        margin: 0;
    }
    .search-page .mainArt__el {
        margin: 0 0 20px;
    }
}
.mainArt__el:hover .mainArt__title {
    color: #0b1d66;
    text-decoration: underline;
}
.mainArt__img {
    width: 100%;
    height: 255px;
}
@media screen and (max-width: 1023px) {
    .mainArt__img {
        height: 185px;
    }
}
.mainArt .mainArt__content {
    flex: auto;
}
.mainArt__title {
    margin: 15px 0 7px;
    color: #222;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
    .mainArt__title {
        margin: 10px 0 5px;
        color: #222;
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media screen and (max-width: 540px) {
    .mainArt__title {
        height: initial;
        color: #222;
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
.mainArt__cta-label {
    color: #276df2;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
}
@media screen and (max-width: 1023px) {
    .mainArt__cta-label {
        color: #276df2;
        font-size: 14px;
        line-height: 22px;
    }
}
.mainArt__pagination-wrap {
    margin-top: 10px;
}

.category-page .common-page__inner {
    position: relative;
}
.category-page .must-read-wrap {
    width: calc((100% / 3) - 20px);
    position: absolute;
    right: 0;
    top: 510px;
}
@media screen and (max-width: 1023px) {
    .category-page .must-read-wrap {
        width: initial;
        margin-top: 40px;
        position: relative;
        right: initial;
        top: initial;
    }
}
.category-page .must-read-wrap.hide {
    display: none;
}
@media screen and (max-width: 1023px) {
    .category-page .must-read-wrap.hide {
        display: block;
    }
}

.cat-article__el:nth-of-type(2), .cat-article__el:first-of-type {
    margin-bottom: 30px;
}
@media screen and (max-width: 540px) {
    .cat-article__el:nth-of-type(2), .cat-article__el:first-of-type {
        margin-bottom: 20px;
    }
}
.cat-article__el:nth-of-type(2) .cat-article__title, .cat-article__el:first-of-type .cat-article__title {
    color: #222;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
@media screen and (max-width: 1023px) {
    .cat-article__el:nth-of-type(2) .cat-article__title, .cat-article__el:first-of-type .cat-article__title {
        color: #222;
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: initial;
    }
}
@media screen and (max-width: 1023px) and (max-width: 540px) {
    .cat-article__el:nth-of-type(2) .cat-article__title, .cat-article__el:first-of-type .cat-article__title {
        height: initial;
        color: #222;
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.cat-article__el:nth-of-type(4), .cat-article__el:nth-of-type(3) {
    width: calc((100% / 3) - 20px);
}
@media screen and (max-width: 1023px) {
    .cat-article__el:nth-of-type(4), .cat-article__el:nth-of-type(3) {
        width: calc(50% - 15px);
    }
}
@media screen and (max-width: 540px) {
    .cat-article__el:nth-of-type(4), .cat-article__el:nth-of-type(3) {
        width: 100%;
    }
}
.cat-article__el:nth-of-type(4) .cat-article__title, .cat-article__el:nth-of-type(3) .cat-article__title {
    color: #222;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
    .cat-article__el:nth-of-type(4) .cat-article__title, .cat-article__el:nth-of-type(3) .cat-article__title {
        color: #222;
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media screen and (max-width: 540px) {
    .cat-article__el:nth-of-type(4) .cat-article__title, .cat-article__el:nth-of-type(3) .cat-article__title {
        height: initial;
        color: #222;
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.cat-article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cat-article__el {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.cat-article__el:hover .cat-article__title {
    color: #0b1d66;
    text-decoration: underline;
}
.cat-article__el:first-of-type {
    width: calc(60% - 15px);
    margin-right: 30px;
}
@media screen and (max-width: 1023px) {
    .cat-article__el:first-of-type {
        width: calc(50% - 15px);
    }
}
@media screen and (max-width: 540px) {
    .cat-article__el:first-of-type {
        width: 100%;
        margin-right: 0;
    }
}
.cat-article__el:nth-of-type(2) {
    width: calc(40% - 15px);
}
@media screen and (max-width: 1023px) {
    .cat-article__el:nth-of-type(2) {
        width: calc(50% - 15px);
    }
}
@media screen and (max-width: 540px) {
    .cat-article__el:nth-of-type(2) {
        width: 100%;
    }
}
.cat-article__el:nth-of-type(3) {
    margin-right: 30px;
}
@media screen and (max-width: 540px) {
    .cat-article__el:nth-of-type(3) {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.cat-article__img {
    width: 100%;
    height: 335px;
}
@media screen and (max-width: 1023px) {
    .cat-article__img {
        height: 185px;
    }
}
.cat-article .cat-article__content {
    width: 100%;
    position: static;
    flex: auto;
}
.cat-article__title {
    margin: 15px 0 5px;
}
@media screen and (max-width: 1023px) {
    .cat-article__title {
        margin: 5px 0;
    }
}
.cat-article__desc {
    color: #222;
    font-size: 15px;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
    .cat-article__desc {
        color: #222;
        font-size: 14px;
        line-height: 22px;
        height: 66px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}
.cat-article__cta-label {
    color: #276df2;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
}
@media screen and (max-width: 1023px) {
    .cat-article__cta-label {
        color: #276df2;
        font-size: 14px;
        line-height: 22px;
    }
}
.cat-article__pagination-wrap {
    padding-right: calc((100% / 3) + 10px);
    margin-top: 40px;
}
@media screen and (max-width: 1023px) {
    .cat-article__pagination-wrap {
        padding-right: 0;
    }
}
@media screen and (max-width: 540px) {
    .cat-article__pagination-wrap {
        margin-top: 20px;
    }
}

.static-page {
    position: relative;
    overflow: hidden;
}
.static-page::after {
  /*  content: "";
    width: 590px;
    height: 590px;
    border-radius: 50%;
    position: absolute;
    bottom: -180px;
    right: -100px;
    z-index: -1;
    background-image: linear-gradient(58deg, #fff 21%, rgba(39, 109, 242, 0.12) 84%);*/
}
.static-page__top {
    margin-bottom: 30px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .static-page__top {
        margin-bottom: 20px;
    }
}
.static-page__title {
    width: 416px;
    min-height: 253px;
    padding: 50px 65px;
    border-radius: 0 100px 0 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    color: #fff;
    font-size: 45px;
    line-height: 53px;
    font-weight: bold;
    background-image: linear-gradient(121deg, #FF9800, #ffb84e 102%);
    text-align: center;
}
@media screen and (max-width: 1023px) {
    .static-page__title {
        width: 290px;
        min-height: 150px;
        border-radius: 0 60px 0 60px;
        color: #fff;
        font-size: 30px;
        line-height: 38px;
        font-weight: bold;
    }
}
@media screen and (max-width: 767px) {
    .static-page__title {
        width: 120px;
        min-height: 70px;
        padding: 5px;
        border-radius: 0 20px 0 20px;
        color: #fff;
        font-size: 15px;
        line-height: 23px;
        font-weight: bold;
    }
}
.static-page__content {
    margin-bottom: 60px;
}
.static-page__content * {
    color: #222;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
    .static-page__content * {
        color: #222;
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 17px;
    }
}
.static-page__content h5 {
    margin-bottom: 7px;
}
@media screen and (max-width: 1023px) {
    .static-page__content h5 {
        margin-bottom: 5px;
    }
}
.static-page__content h5,
.static-page__content strong {
    color: #FF9800;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
@media screen and (max-width: 1023px) {
    .static-page__content h5,
    .static-page__content strong {
        color: #FF9800;
        font-size: 15px;
        line-height: 23px;
    }
}
.static-page__form {
    padding: 0 10%;
    margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
    .static-page__form {
        padding: 0;
    }
}
.static-page__form .form-desc {
    color: #222;
    font-size: 23px;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .static-page__form .form-desc {
        color: #222;
        font-size: 17px;
        line-height: 25px;
    }
}
.static-page .wpcf7 textarea, .static-page .wpcf7 .left input {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 9px 0 rgba(220, 220, 220, 0.5);
    color: #222;
    font-size: 14px;
    line-height: 22px;
}
@media screen and (max-width: 767px) {
    .static-page .wpcf7 textarea, .static-page .wpcf7 .left input {
        padding: 12px 20px;
    }
}
.static-page .wpcf7-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .static-page .wpcf7-form {
        display: block;
    }
}
.static-page .wpcf7 br {
    display: none;
}
.static-page .wpcf7-form-control-wrap {
    display: block;
}
.static-page .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 6.5px;
    left: 0;
    font-size: 10.5px;
}
.static-page .wpcf7-response-output {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
}
.static-page .wpcf7 .left {
    width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
    .static-page .wpcf7 .left {
        width: 100%;
    }
}
.static-page .wpcf7 .left input {
    height: 60px;
}
@media screen and (max-width: 767px) {
    .static-page .wpcf7 .left input {
        height: 45px;
    }
}
.static-page .wpcf7 .right {
    width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
    .static-page .wpcf7 .right {
        width: 100%;
    }
}
.static-page .wpcf7 textarea {
    height: 220px;
    resize: none;
}
@media screen and (max-width: 767px) {
    .static-page .wpcf7 textarea {
        height: 145px;
    }
}
.static-page .wpcf7 .bottom {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.static-page .wpcf7 .bottom input {
    padding: 13px 30px;
    background-image: linear-gradient(112deg, #0b1d66, #276df2 102%);
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.static-page .wpcf7 .bottom input:hover {
    background-image: linear-gradient(112deg, #276df2, #0b1d66 102%);
}

.about-us .static-page__top,
.contact .static-page__top {
    padding-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
@media screen and (max-width: 767px) {
    .about-us .static-page__top,
    .contact .static-page__top {
        padding-top: 30px;
    }
}
.about-us .static-page__title,
.contact .static-page__title {
    position: absolute;
    top: 0;
    left: 0;
}
.about-us .static-page__img,
.contact .static-page__img {
    width: calc(100% - 360px);
}
@media screen and (max-width: 1023px) {
    .about-us .static-page__img,
    .contact .static-page__img {
        width: calc(100% - 235px);
    }
}
@media screen and (max-width: 767px) {
    .about-us .static-page__img,
    .contact .static-page__img {
        width: calc(100% - 80px);
    }
}
.about-us .static-page__img img,
.contact .static-page__img img {
    width: 100%;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.4);
}

.privacy-policy .static-page__content {
    margin-bottom: 0;
}

.site-contact-address {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .home .popular-wrap {
        margin: 35px 0 35px 15px;
    }
}
.home .popular-wrap::after {
    display: none;
}

.banner {
    padding: 130px 0 30px;
    background-color: #46433c;
}
@media screen and (max-width: 1023px) {
    .banner {
        padding: 80px 0 30px;
    }
}
.banner .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 540px) {
    .banner .wrapper {
        display: block;
    }
}
.banner .left {
    width: calc(60% - 50px);
}
@media screen and (max-width: 1023px) {
    .banner .left {
        width: calc(60% - 25px);
    }
}
@media screen and (max-width: 767px) {
    .banner .left {
        width: calc(60% - 10px);
    }
}
@media screen and (max-width: 540px) {
    .banner .left {
        width: 100%;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.banner .left .title {
    margin-top: 30px;
}
@media screen and (max-width: 1023px) {
    .banner .left .title {
        margin-top: 20px;
    }
}
@media screen and (max-width: 540px) {
    .banner .left .title {
        margin: 0 0 14px;
    }
}
.banner .right {
    width: calc(40% - 50px);
}
@media screen and (max-width: 1023px) {
    .banner .right {
        width: calc(40% - 25px);
    }
}
@media screen and (max-width: 767px) {
    .banner .right {
        width: calc(40% - 10px);
    }
}
@media screen and (max-width: 540px) {
    .banner .right {
        width: 100%;
    }
}
.banner .right .title {
    margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
    .banner .right .title {
        margin-bottom: 14px;
    }
}
.banner .title {
    color: #fff;
    font-size: 25px;
    line-height: 33px;
    font-weight: bold;
}
@media screen and (max-width: 1023px) {
    .banner .title {
        color: #fff;
        font-size: 20px;
        line-height: 28px;
    }
}
.banner .title span {
    margin-right: 15px;
    color: #FF9800;
    font-size: 60px;
    font-family: Anton, sans-serif;
    line-height: 68px;
    font-weight: normal;
}
@media screen and (max-width: 1023px) {
    .banner .title span {
        margin-right: 8px;
        color: #FF9800;
        font-size: 40px;
        line-height: 48px;
    }
}

.featured__el {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.featured__el:hover .featured__title {
    text-decoration: underline;
}
.featured__img {
    width: 100%;
    height: 425px;
}
@media screen and (max-width: 1023px) {
    .featured__img {
        height: 300px;
    }
}
@media screen and (max-width: 767px) {
    .featured__img {
        height: 235px;
    }
}
.featured .featured__content {
    flex: auto;
}
.featured__title {
    color: #fff;
    font-size: 50px;
    line-height: 58px;
    font-weight: 800;
    max-height: 174px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
    .featured__title {
        color: #fff;
        font-size: 35px;
        line-height: 43px;
        max-height: 129px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 540px) {
    .most-popular {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }
}
.most-popular__el {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 540px) {
    .most-popular__el {
        width: calc(50% - 5px);
    }
}
.most-popular__el:hover .most-popular__cta-label {
    text-decoration: underline;
}
.most-popular__el:not(:last-of-type) {
    margin-bottom: 35px;
}
@media screen and (max-width: 1023px) {
    .most-popular__el:not(:last-of-type) {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 540px) {
    .most-popular__el:not(:last-of-type) {
        margin-bottom: 0;
    }
}
.most-popular__img {
    width: 100%;
    height: 218px;
}
@media screen and (max-width: 1023px) {
    .most-popular__img {
        height: 150px;
    }
}
@media screen and (max-width: 767px) {
    .most-popular__img {
        height: 130px;
    }
}
.most-popular .most-popular__content {
    flex: auto;
}
.most-popular__title {
    margin-top: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
    .most-popular__title {
        margin-top: 10px;
        color: #fff;
        font-size: 15px;
        line-height: 23px;
        max-height: 46px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media screen and (max-width: 540px) {
    .most-popular__title {
        max-height: initial;
        color: #fff;
        font-size: 15px;
        line-height: 23px;
        height: 69px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}
.most-popular__cta-label {
    color: #FF9800;
    font-size: 15px;
    line-height: 23px;
    font-weight: 800;
}
@media screen and (max-width: 540px) {
    .most-popular__cta-label {
        color: #FF9800;
        font-size: 13px;
        line-height: 21px;
    }
}

.home-categories {
    margin-bottom: 80px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .home-categories {
        margin-bottom: 35px;
    }
}
.home-categories::after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    background-color: #d4e2fc;
}
@media screen and (max-width: 1023px) {
    .home-categories::after {
        height: 35px;
    }
}
.home-categories .wrapper {
    position: relative;
}
.home-categories .heading {
    position: absolute;
    top: calc(50% - 25px);
    right: -90px;
    -o-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
}
@media screen and (max-width: 1300px) {
    .home-categories .heading {
        right: -65px;
    }
}
@media screen and (max-width: 1240px) {
    .home-categories .heading {
        right: -40px;
    }
}
@media screen and (max-width: 1023px) {
    .home-categories .heading {
        top: calc(50% - 15px);
        right: -28px;
    }
}
@media screen and (max-width: 1240px) {
    .home-categories .categories {
        padding-right: 35px;
    }
}
.home-categories .categories.desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (max-width: 1023px) {
    .home-categories .categories.desktop {
        display: none;
    }
}
.home-categories .categories.desktop .categories__link:hover {
    height: 350px;
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.4);
}
.home-categories .categories.mobile {
    display: none;
}
@media screen and (max-width: 1023px) {
    .home-categories .categories.mobile {
        display: block;
    }
}
.home-categories .categories.mobile .slick-list {
    padding-left: 100px;
    margin-right: 1px;
}
@media screen and (max-width: 374px) {
    .home-categories .categories.mobile .slick-list {
        padding-left: 60px;
    }
}
.home-categories .categories.mobile .categories__list {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 1;
}
.home-categories .categories.mobile .categories__list:not(.slick-active) {
    padding: 28px 0 43px;
    opacity: 0.5;
}
.home-categories .categories__list {
    width: calc(20% - 15px);
    height: 320px;
}
@media screen and (max-width: 1023px) {
    .home-categories .categories__list {
        width: initial;
    }
}
.home-categories .categories__link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-categories .categories__title {
    padding: 11px 15px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0));
}

.home-must-read {
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .home-must-read {
        margin-bottom: 57px;
    }
}
.home-must-read .must-read, .home-must-read .must-read-h-wrap {
    width: calc(50% - 20px);
}
@media screen and (max-width: 1023px) {
    .home-must-read .must-read, .home-must-read .must-read-h-wrap {
        width: calc(50% - 5px);
    }
}
@media screen and (max-width: 767px) {
    .home-must-read .must-read, .home-must-read .must-read-h-wrap {
        width: 100%;
    }
}
.home-must-read .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
@media screen and (max-width: 1300px) {
    .home-must-read .wrapper {
        padding-left: 35px;
    }
}
@media screen and (max-width: 767px) {
    .home-must-read .wrapper {
        padding-left: 0;
        display: block;
    }
}
.home-must-read .must-read-h-wrap {
    position: relative;
}
@media screen and (max-width: 767px) {
    .home-must-read .must-read-h-wrap {
        padding-left: 35px;
    }
}
.home-must-read .heading {
    position: absolute;
    top: calc(50% - 25px);
    left: -90px;
    -o-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    -webkit-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
}
@media screen and (max-width: 1300px) {
    .home-must-read .heading {
        left: -65px;
    }
}
@media screen and (max-width: 1240px) {
    .home-must-read .heading {
        left: -75px;
    }
}
@media screen and (max-width: 1023px) {
    .home-must-read .heading {
        top: calc(50% - 15px);
        left: -62px;
    }
}
@media screen and (max-width: 767px) {
    .home-must-read .heading {
        left: -27px;
    }
}
@media screen and (min-width: 1023px) {
    .home-must-read .must-read__el {
        padding: 18px 0;
    }
    .home-must-read .must-read__title {
        color: #222;
        font-size: 18px;
        line-height: 26px;
        max-height: 52px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .home-must-read .must-read__count-article {
        width: 60px;
        color: rgba(39, 109, 242, 0.12);
        font-size: 50px;
        line-height: 58px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .must-read-h {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }
}
@media screen and (max-width: 540px) {
    .must-read-h {
        display: block;
    }
}
.must-read-h__el {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .must-read-h__el {
        width: calc(50% - 5px);
    }
}
@media screen and (max-width: 540px) {
    .must-read-h__el {
        width: 100%;
    }
}
.must-read-h__el:hover .must-read-h__title {
    text-decoration: underline;
}
@media screen and (min-width: 767px) {
    .must-read-h__el:not(:last-of-type) {
        margin-bottom: 20px;
    }
}
.must-read-h__img {
    width: 100%;
    height: 350px;
}
@media screen and (max-width: 1023px) {
    .must-read-h__img {
        height: 269px;
    }
}
@media screen and (max-width: 767px) {
    .must-read-h__img {
        height: 185px;
    }
}
.must-read-h .must-read-h__content {
    flex: auto;
}
.must-read-h__title {
    margin: 10px 0 5px;
    color: #222;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    max-height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
    .must-read-h__title {
        color: #222;
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media screen and (max-width: 767px) {
    .must-read-h__title {
        max-height: initial;
        color: #222;
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
@media screen and (max-width: 540px) {
    .must-read-h__title {
        height: initial;
        color: #222;
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
.must-read-h__cta-label {
    color: #276df2;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
}
@media screen and (max-width: 1023px) {
    .must-read-h__cta-label {
        color: #276df2;
        font-size: 14px;
        line-height: 22px;
    }
}

.featured-art-wrap {
    padding: 45px 0;
    background-color: #d4e2fc;
}
@media screen and (min-width: 1300px) {
    .featured-art-wrap {
        padding-left: 45px;
        padding-right: calc((100vw - (1140px + 10px)) / 2);
    }
}
@media screen and (max-width: 1023px) {
    .featured-art-wrap {
        padding: 20px 0;
    }
}
.featured-art-wrap .wrapper {
    position: relative;
}
@media screen and (min-width: 1300px) {
    .featured-art-wrap .wrapper {
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 1300px) {
    .featured-art-wrap .wrapper {
        padding-right: 35px;
    }
}
.featured-art-wrap .heading {
    position: absolute;
    top: calc(50% - 25px);
    right: -73px;
    -o-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
}
@media screen and (max-width: 1300px) {
    .featured-art-wrap .heading {
        right: -50px;
    }
}
@media screen and (max-width: 1240px) {
    .featured-art-wrap .heading {
        right: -29px;
    }
}
@media screen and (max-width: 1023px) {
    .featured-art-wrap .heading {
        top: calc(50% - 15px);
        right: -20px;
    }
}

.featured-art {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 540px) {
    .featured-art {
        display: block;
    }
}
.featured-art__el {
    width: calc(20% - 30px);
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1023px) {
    .featured-art__el {
        width: calc(20% - 10px);
    }
}
@media screen and (max-width: 767px) {
    .featured-art__el {
        width: calc(calc(100% / 3) - 15px);
    }
}
@media screen and (max-width: 540px) {
    .featured-art__el {
        width: 100%;
    }
}
@media screen and (max-width: 540px) {
    .featured-art__el:not(:last-of-type) {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .featured-art__el:nth-of-type(1), .featured-art__el:nth-of-type(2) {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 540px) {
    .featured-art__el:nth-of-type(1), .featured-art__el:nth-of-type(2) {
        width: 100%;
    }
}
@media screen and (min-width: 1023px) {
    .featured-art__el:hover .featured-art__content {
        right: 20px;
        left: 0;
        bottom: 14px;
    }
}
.featured-art__el:nth-of-type(2n) {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .featured-art__el:nth-of-type(2n) {
        margin-top: 0;
    }
}
.featured-art__img {
    width: 100%;
    height: 190px;
}
.featured-art__content {
    padding: 10px 20px 10px 10px;
    position: absolute;
    right: 110%;
    bottom: 14px;
    z-index: 2;
    background-color: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
    .featured-art__content {
        right: 20px;
        left: 0;
        bottom: 14px;
    }
}
.featured-art__title {
    color: #0b1d66;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


body:not(.home) .home-visible{
    display:none!important;
}