pre {
    font-family: monospace;
    font-size: .8em
}

abbr[title] {
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, b *, strong, strong * {
    font-weight: 700
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button {
    -webkit-appearance: button;
    background: transparent;
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    border: 0;
    color: inherit;
    font: inherit;
    outline: 0
}

input::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder {
    color: inherit
}

input::placeholder {
    color: inherit
}

progress {
    vertical-align: baseline
}

textarea {
    resize: none
}

[type=checkbox], [type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -.2rem
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.row {
    margin-left: -14px;
    margin-right: -14px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.row:after, .row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.cf:after, .cf:before {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

::-webkit-scrollbar {
    background: rgba(48, 61, 78, .1);
    width: 8px
}

::-webkit-scrollbar-thumb {
    background: #303d4e
}

::-webkit-scrollbar-thumb:hover {
    background: #325581
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    word-break: break-word
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    scrollbar-color: #303d4e rgba(48, 61, 78, .1);
    scrollbar-width: thin
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Noto Sans, sans-serif;
    font-size: 15px
}

a {
    color: inherit;
    text-decoration: none
}

li {
    list-style: none
}

img {
    max-width: 100%
}

.container {
    margin: 0 auto;
    max-width: 1240px;
    width: calc(100% - 40px)
}

.text-center {
    text-align: center
}

.paragraph {
    font-size: 1.6rem
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.d-inl-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.d-block {
    display: block
}

.img-responsive {
    display: block;
    height: auto;
    width: 100%
}

.main-wrapper {
    min-height: calc(100vh - 253px)
}

.main-wrapper > .kzp-section {
    margin-bottom: 72px
}

.common-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.common-heading {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 40px
}

.common-heading span, .common-heading--alt {
    font-weight: 400
}

.common-heading--alt span {
    font-weight: 700
}

.al__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.al__group--1 {
    overflow: hidden
}

.al__group--1 a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.al__img {
    display: block;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.al__title {
    text-transform: capitalize
}

.al__title a:hover {
    color: #325581
}

.al__cta:hover .cta-text {
    text-decoration: underline
}

.hasClickableOverlay .al__card-wrap:hover .al__title {
    color: #325581
}

.hasClickableOverlay .al__card-wrap:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hasClickableOverlay .al__card-wrap:hover .cta-text {
    text-decoration: underline
}

.card-wide-3 .al__cta, .newsletter .kez-nl-form__submit {
    background-color: #38485c;
    border-radius: 100px;
    display: inline-block;
    font-size: 0;
    min-width: 145px;
    padding: 15px 28px 17px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.card-wide-3 .al__cta, .card-wide-3 .al__cta .cta-text, .newsletter .kez-nl-form__submit, .newsletter .kez-nl-form__submit .cta-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.card-wide-3 .al__cta:hover, .newsletter .kez-nl-form__submit:hover {
    background-color: #325581
}

.card-wide-3 .al__cta:hover .cta-text, .newsletter .kez-nl-form__submit:hover .cta-text {
    color: #fff;
    text-decoration: none
}

.card-small-1 .al__cta, .card-tall-1 .al__cta {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list, .slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-slider-generic {
    font-size: 0;
    visibility: hidden;
    white-space: nowrap
}

.slick-slider-generic > * {
    display: inline-block;
    font-size: 0;
    vertical-align: middle
}

.slick-slider-generic.slick-initialized {
    font-size: inherit;
    visibility: visible;
    white-space: normal
}

.slick-slider-generic.slick-initialized > * {
    display: block;
    font-size: inherit
}

.header .header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 0;
    max-width: 100%;
    width: 209px
}

.header .header__logo a, .header .header__logo svg {
    display: block;
    height: 100%;
    width: 100%
}

.header .header__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0;
    position: relative
}

.header .header__content, .header .header__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .header__content {
    line-height: 0
}

.header .ham-icon {

    background-image: url(/image/ledge/menu_black.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    width: 24px
}

.header .ham-icon.active {
    background-size: 24px;
    background-image: url(/image/close_black.png);
}

.header .ham-wrapper {
    margin-left: 24px
}

.header .search-icon {
    background-image: url(/image/search_black.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    width: 24px
}

.header .search-icon.active {
    background-image: url(/image/close_black.png);
    background-size: 24px;
}

.header .search-form-wrap {
    background: #fff;
    display: none;
    overflow: hidden;
    position: absolute;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 540px;
    z-index: 15
}

.header .search-form-wrap.active {
    display: block
}

.header .category-menu-wrap {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 24px 0 hsla(0, 1%, 76%, .25);
    box-shadow: 0 4px 24px 0 hsla(0, 1%, 76%, .25);
    display: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding: 16px;
    position: absolute;
    right: 0;
    top: calc(100% - 25px);
    z-index: 15
}

.header .category-menu-wrap.active {
    display: block
}

.header .category-menu-wrap a:hover {
    color: #325581
}

.search-form-wrap {
    border: 1px solid #303d4e;
    border-radius: 50px
}

.search-form-wrap .search-input {
    color: #233c5a;
    font-size: 18px;
    height: 52px;
    padding: 0 48px 0 24px;
    width: 100%
}

.search-form-wrap .search-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    justify-content: center;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px
}

.category-menu-wrap li:not(:last-child) {
    margin-bottom: 8px
}

body.home_page .header {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(65%, #fff), color-stop(65%, #303d4e), to(#303d4e));
    background-image: linear-gradient(90deg, #fff 0, #fff 65%, #303d4e 0, #303d4e)
}

body.home_page .header .search-form-wrap {
    display: block;
    position: relative;
    right: 0;
    -webkit-transform: none;
    transform: none
}

body.home_page .header .search-icon {
    display: none
}

@media screen and (min-width: 768px) {
    body.home_page .header .ham-icon {
        background-image: url(/image/ledge/menu.svg)!important;
        background-size: 24px 24px;
        height: 24px;
        width: 24px
    }

    body.home_page .header .ham-icon.active {
        background-image: url(/image/close.png)!important;
    }
}



.footer {
    background-color: #303d4e;
    padding: 40px 0
}

.footer .logo-footer {
    line-height: 0;
    width: 209px
}

.footer .logo-footer a, .footer .logo-footer svg {
    display: block;
    height: 100%;
    width: 100%
}

.footer .top-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative
}

.footer .top-section:before {
    background-image: radial-gradient(62.92% 90599990.33% at 50% 49.22%, hsla(0, 80%, 92%, .5) 0, hsla(0, 13%, 82%, 0) 100%);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.footer .copy-txt p {
    color: #fff;
    font-size: 16px;
    line-height: 22px
}

.footer-menu {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 13px
}

.footer-menu li {
    display: inline
}

.footer-menu li:not(:last-child) {
    margin-right: 24px
}

.footer-menu a:hover {
    text-decoration: underline
}

.newsletter__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

.newsletter .kez-nl-form {
    position: relative;
    width: calc(100% - 427px)
}

.newsletter .kez-nl-form__input {
    background-color: #f1f1f1;
    border: 1px solid transparent;
    border-radius: 100px;
    font-size: 16px;
    height: 84px;
    padding: 16px 100px 16px 34px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%
}

.newsletter .kez-nl-form__input.invalid {
    border-color: #f44336
}

.newsletter .kez-nl-form__input::-webkit-input-placeholder {
    opacity: .7
}

.newsletter .kez-nl-form__input::-moz-placeholder {
    opacity: .7
}

.newsletter .kez-nl-form__input:-ms-input-placeholder {
    opacity: .7
}

.newsletter .kez-nl-form__input::-ms-input-placeholder {
    opacity: .7
}

.newsletter .kez-nl-form__input::placeholder {
    opacity: .7
}

.newsletter .kez-nl-form__submit {
    min-width: 133px
}

.category-card {
    color: #fff;
    display: inline-block;
    font-size: 0;
    min-width: 164px;
    padding: 0 12px;
    width: 20%
}

.category-card__link {
    border-radius: 14px;
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative
}

/*.category-card__link:before {*/
/*    background: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#414549));*/
/*    background: linear-gradient(180deg, #bababa, #414549);*/
/*    content: "";*/
/*    mix-blend-mode: multiply*/
/*}*/

.category-card__link img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.category-card__link:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

/*.category-card__link span, .category-card__link:before {*/
/*    border-radius: 14px;*/
/*    bottom: 0;*/
/*    display: block;*/
/*    height: 83px;*/
/*    left: 0;*/
/*    overflow: hidden;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    z-index: 1*/
/*}*/

.category-card__link span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 32px;
    white-space: normal
}

.category-card__link{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #333;
    background: linear-gradient(180deg, #bababa, #414549);
    white-space: nowrap;
    padding: 2rem 0;
    text-align: center;
    justify-content: center;
}

.slider-arrows * {
    font-size: 0
}

.slider-arrows__wrap {
    display: inline-block !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.slider-arrows__arrow {
    cursor: pointer;
    display: inline-block;
    opacity: .3
}

.slider-arrows__arrow:first-child {
    margin-right: 20px
}

.slider-arrows__arrow:active, .slider-arrows__arrow:hover {
    opacity: 1
}

.slider-arrows__arrow.slick-disabled {
    cursor: auto
}

.slider-arrows__arrow.slick-disabled:active, .slider-arrows__arrow.slick-disabled:hover {
    opacity: .3
}

.card-small-1 .al__card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.card-small-1 .al__group--1 {
    border-radius: 16px;
    height: 150px;
    width: 150px
}

.card-small-1 .al__group--2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.card-small-1 .al__img-wrapper {
    height: 100%;
    width: 100%
}

.card-small-1 .al__title {
    color: #121212;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 4px;
    max-height: 42px
}

.card-small-1 .al__content, .card-small-1 .al__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.card-small-1 .al__content {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 14px;
    max-height: 40px
}

.card-small-1 .al__cta {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #000;
    display: -webkit-box;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    max-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.card-tall-1 .al__card {
    display: block
}

.card-tall-1 .al__group--1 {
    border-radius: 20px;
    height: 214px;
    margin-bottom: 24px
}

.card-tall-1 .al__img-wrapper {
    height: 100%;
    width: 100%
}

.card-tall-1 .al__title {
    color: #121212;
    font-size: 18px;
    font-weight: 700;
    height: 56px;
    line-height: 28px;
    margin-bottom: 16px;
    max-height: 56px
}

.card-tall-1 .al__content, .card-tall-1 .al__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.card-tall-1 .al__content {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 26px;
    margin-bottom: 24px;
    max-height: 52px
}

.card-wide-1 .al__card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    align-items: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.card-wide-1 .al__group--1 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 572px;
    justify-content: center;
    margin-left: -72px;
    max-width: 50%;
    position: relative;
    width: 610px
}

.card-wide-1 .al__group--2 {
    -webkit-box-flex: 1;
    background: #edf0f1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding: 72px 48px;
    width: 50%;
    z-index: 1
}

.card-wide-1 .al__group--1, .card-wide-1 .al__group--2 {
    border-radius: 12px
}

.card-wide-1 .al__img-wrapper {
    height: 100%;
    width: 100%
}

.card-wide-1 .al__title {
    -webkit-line-clamp: 2;
    color: #000;
    font-size: 38px;
    font-weight: 500;
    line-height: 51px;
    max-height: 102px
}

.card-wide-1 .al__content, .card-wide-1 .al__title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.card-wide-1 .al__content {
    -webkit-line-clamp: 3;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    max-height: 72px
}

.card-wide-1 .al__cta {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px
}

.card-wide-2 .al__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row
}

.card-wide-2 .al__group--1 {
    -ms-flex-negative: 0;
    border-radius: 20px;
    flex-shrink: 0;
    height: 425px;
    max-width: 50%;
    width: 590px
}

.card-wide-2 .al__group--2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 56px 48px;
    width: 50%
}

.card-wide-2 .al__img, .card-wide-2 .al__img-wrapper {
    height: 100%;
    width: 100%
}

.card-wide-2 .al__title {
    -webkit-line-clamp: 2;
    color: #121212;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.84px;
    line-height: 37px;
    margin-bottom: 24px;
    max-height: 74px
}

.card-wide-2 .al__content, .card-wide-2 .al__title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.card-wide-2 .al__content {
    -webkit-line-clamp: 4;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 26px;
    margin-bottom: 32px;
    max-height: 104px
}

.card-wide-2 .al__cta {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.card-wide-3 .al__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #edf0f1;
    border-radius: 20px;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.card-wide-3 .al__group--1 {
    border-radius: 20px;
    height: 376px;
    width: 50%
}

.card-wide-3 .al__group--2 {
    -webkit-box-flex: 1;
    background: #edf0f1;
    border-radius: 12px;
    -ms-flex: 1;
    flex: 1;
    padding: 48px 72px;
    width: 50%
}

.card-wide-3 .al__img, .card-wide-3 .al__img-wrapper {
    height: 100%;
    width: 100%
}

.card-wide-3 .al__title {
    -webkit-line-clamp: 2;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;
    max-height: 72px
}

.card-wide-3 .al__content, .card-wide-3 .al__title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.card-wide-3 .al__content {
    -webkit-line-clamp: 3;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .059px;
    line-height: 21px;
    margin-bottom: 16px;
    max-height: 63px
}

.banner {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(65%, #fff), color-stop(65%, #303d4e), to(#303d4e));
    background-image: linear-gradient(90deg, #fff 0, #fff 65%, #303d4e 0, #303d4e);
    position: relative
}

.banner:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%
}

.banner__wrap {
    padding-right: 96px
}

.banner .slick-dots {
    display: block !important;
    position: absolute;
    right: -48px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%)
}

.banner .slick-dots li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #303d4e;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    height: 15px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 15px
}

.banner .slick-dots li:not(:last-child) {
    margin-bottom: 5px
}

.banner .slick-dots li:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 9px;
    line-height: 1;
    opacity: .7;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: 9px
}

.banner .slick-dots li.slick-active {
    border-color: #fff
}

.banner .slick-dots li.slick-active:before {
    opacity: 1;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

.home-categories__wrap {
    margin: 0 -20px
}

.home-categories__list {
    font-size: 0;
    overflow-x: auto;
    padding: 0 10px;
    scrollbar-width: none;
    white-space: nowrap
}

.home-categories__list::-webkit-scrollbar {
    display: none
}

.popular-slider .container {
    position: relative
}

.popular-slider .slider-arrows {
    bottom: 56px;
    left: min(50%, 590px);
    padding-left: 48px;
    position: absolute;
    z-index: 1
}

.trending .container {
    position: relative
}

.trending .slider-arrows {
    bottom: 51px;
    left: 0;
    padding-left: 72px;
    position: absolute;
    z-index: 1
}

.popular-articles__left .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 0
}

.popular-articles__left .row > div {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.popular-articles__left .al__group-1 {
    height: 228px
}

.popular-articles__right .card-small-1 .al__list:not(:last-child) {
    margin-bottom: 35px
}

.home_page {
    overflow-x: hidden
}

@media only screen and (max-width: 1279px) {
    .category-card__link span {
        font-size: 18px
    }
}

@media only screen and (max-width: 1199px) {
    .popular-articles__left {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 1024px) {
    .main-wrapper > .kzp-section {
        margin-bottom: 56px
    }

    .common-heading {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 24px
    }

    .card-wide-3 .al__cta, .newsletter .kez-nl-form__submit {
        padding: 11px 11px 13px
    }

    .newsletter {
        text-align: center
    }

    .newsletter__wrap {
        display: block
    }

    .newsletter .kez-nl-form {
        margin: 0 auto;
        max-width: 734px;
        width: 100%
    }

    .category-card__link span, .category-card__link:before {
        height: 65px
    }

    .category-card__link span {
        font-size: 14px;
        line-height: 20px;
        padding: 0 20px
    }

    .card-small-1 .al__group--1, .card-tall-1 .al__group--1 {
        border-radius: 10px
    }

    .card-tall-1 .al__title {
        color: #121212;
        font-size: 18px;
        font-weight: 700;
        height: 50px;
        line-height: 25px;
        max-height: 50px
    }

    .card-tall-1 .al__content, .card-tall-1 .al__title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }

    .card-tall-1 .al__content {
        color: #555;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        max-height: 52px
    }

    .card-wide-1 .al__group--1 {
        height: 472px
    }

    .card-wide-1 .al__title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        color: #000;
        display: -webkit-box;
        font-size: 28px;
        font-weight: 500;
        height: 78px;
        line-height: 39px;
        margin-bottom: 16px;
        max-height: 78px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }

    .card-wide-1 .al__cta {
        font-size: 16px
    }

    .card-wide-2 .al__group--1 {
        border-radius: 10px;
        height: 325px
    }

    .card-wide-2 .al__img {
        height: calc(63vw - 40px)
    }

    .card-wide-2 .al__title {
        color: #121212;
        font-size: 18px;
        font-weight: 700;
        line-height: 25px;
        margin-bottom: 16px;
        max-height: 50px
    }

    .card-wide-2 .al__content, .card-wide-2 .al__title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }

    .card-wide-2 .al__content {
        color: #555;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 24px;
        max-height: 52px
    }

    .card-wide-2 .al__cta {
        font-size: 16px
    }

    .card-wide-3 .al__card {
        border-radius: 10px
    }

    .card-wide-3 .al__group--1 {
        border-radius: 10px;
        height: 336px
    }

    .card-wide-3 .al__group--2 {
        padding: 32px
    }

    .card-wide-3 .al__title {
        -webkit-line-clamp: 2;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        height: 50px;
        line-height: 25px;
        margin-bottom: 16px;
        max-height: 50px
    }

    .card-wide-3 .al__content, .card-wide-3 .al__title {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }

    .card-wide-3 .al__content {
        -webkit-line-clamp: 3;
        color: #555;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .3px;
        line-height: 23px;
        margin-bottom: 24px;
        max-height: 69px
    }

    .banner__wrap {
        padding-right: 48px
    }

    .banner .slick-dots {
        right: -24px
    }

    .trending .slider-arrows {
        bottom: 32px;
        padding-left: 32px
    }

    .popular-articles__right .card-small-1 .al__list:not(:last-child) {
        margin-bottom: 24px
    }
}

@media (max-width: 1024px) {
    .header .search-form-wrap {
        width: 350px
    }
}

@media only screen and (max-width: 899px) {
    .latest-blogs .card-tall-1 .al__list:nth-child(-n+2) {
        margin-bottom: 24px
    }
}

@media only screen and (max-width: 767px) {
    .main-wrapper {
        min-height: calc(100vh - 197px)
    }

    .main-wrapper > .kzp-section {
        margin-bottom: 40px
    }

    .category-card {
        width: 30%
    }

    .card-small-1 .al__card {
        gap: 11px
    }

    .card-small-1 .al__group--1 {
        height: 139px;
        width: 127px
    }

    .card-small-1 .al__title {
        -webkit-line-clamp: 2;
        color: #121212;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        max-height: 44px
    }

    .card-small-1 .al__content, .card-small-1 .al__title {
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }

    .card-small-1 .al__content {
        -webkit-line-clamp: 3;
        color: #555;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 13px;
        max-height: 60px
    }

    .card-wide-1 .al__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .card-wide-1 .al__group--1 {
        height: 372px;
        margin-left: 0;
        margin-top: -24px;
        max-width: 100%;
        width: 100%
    }

    .card-wide-1 .al__group--2 {
        padding: 24px;
        width: calc(100% - 40px)
    }

    .card-wide-1 .al__group--1, .card-wide-1 .al__group--2 {
        border-radius: 8px
    }

    .card-wide-1 .al__content {
        display: none
    }

    .card-wide-2 .al__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-wide-2 .al__group--1 {
        height: auto;
        max-width: 100%;
        width: 100%
    }

    .card-wide-2 .al__group--2 {
        padding: 24px 0 0;
        width: 100%
    }

    .card-wide-3 .al__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-wide-3 .al__group--1 {
        height: calc(63vw - 40px);
        width: 100%
    }

    .card-wide-3 .al__group--2 {
        padding: 16px;
        width: 100%
    }

    .card-wide-3 .al__cta {
        width: 100%
    }

    .banner {
        background-image: linear-gradient(180deg, #fff 0, #fff calc(100% - 200px), #303d4e calc(100% - 200px), #303d4e)
    }

    .banner:before {
        content: unset
    }

    .banner__wrap {
        padding: 0
    }

    .banner .slick-dots {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        gap: 5px;
        justify-content: center;
        padding: 32px 0;
        position: static;
        -webkit-transform: unset;
        transform: unset
    }

    .banner .slick-dots li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .banner .slick-dots li:not(:last-child) {
        margin-bottom: 0
    }

    .popular-slider .slider-arrows, .trending .slider-arrows {
        bottom: unset;
        left: unset;
        padding: 0;
        right: 0;
        top: 2px
    }
}

@media (max-width: 767px) {
    .header .header__top {
        padding: 16px 0
    }

    .header .header__logo {
        width: 180px
    }

    .header .header__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        width: 60px
    }

    .header .category-menu-wrap {
        top: 100%
    }

    .header .search-form-wrap {
        right: 0;
        top: 110%;
        -webkit-transform: none;
        transform: none;
        width: 100%
    }

    .header .ham-wrapper {
        margin-left: 0
    }

    .header .ham-icon, .header .ham-icon.active, .header .search-icon, .header .search-icon.active {
        background-size: 20px 20px;
        height: 20px;
        width: 20px
    }

    body.home_page .header {
        background-image: none
    }

    body.home_page .header .search-form-wrap {
        display: none;
        position: absolute
    }

    body.home_page .header .search-form-wrap.active, body.home_page .header .search-icon {
        display: block
    }

    body.home_page .header .ham-icon {
        background-size: 20px 20px;
        height: 20px;
        width: 20px
    }


    .footer {
        padding: 16px 0 24px
    }

    .footer .logo-footer {
        margin-bottom: 16px;
        width: 180px
    }

    .footer .top-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 16px;
        padding-bottom: 0
    }

    .footer .copy-txt p {
        font-size: 14px;
        line-height: 20px
    }

    .footer-menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 14px;
        gap: 0 16px;
        justify-content: flex-start;
        line-height: 10px;
        width: 100%
    }

    .footer-menu li {
        margin-bottom: 16px
    }

    .footer-menu li:not(:last-child) {
        margin-right: 0
    }
}

@media only screen and (max-width: 598px) {
    .newsletter .kez-nl-form__input {
        border-radius: 46px;
        font-size: 12px;
        height: 51px;
        margin-bottom: 16px;
        padding: 16px 100px 17px 34px
    }

    .newsletter .kez-nl-form__submit {
        width: 100%
    }

    .category-card {
        width: 40%
    }

    .card-tall-1 .al__group--1 {
        height: calc(63vw - 40px)
    }

    .card-tall-1 .al__title {
        height: auto;
        margin-bottom: 8px
    }

    .card-wide-1 .al__group--1 {
        height: calc(84vw - 40px)
    }

    .card-wide-1 .al__title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        color: #000;
        display: -webkit-box;
        font-size: 28px;
        font-weight: 500;
        height: 117px;
        line-height: 39px;
        max-height: 117px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }

    .popular-articles__left {
        margin-bottom: 24px
    }

    .popular-articles__left .row {
        display: block
    }

    .popular-articles__left .al__list:not(:last-child) {
        margin-bottom: 24px
    }
}

@media only screen and (min-width: 599px) {
    .newsletter .kez-nl-form__submit {
        position: absolute;
        right: 21px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 599px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width: 768px) {
    body.home_page .header .search-form-wrap {
        display: block !important
    }
}

@media (min-width: 900px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

@media only screen and (min-width: 1025px) {
    .newsletter .common-heading {
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}