pre {
    font-family: monospace;
    font-size: .8em
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    -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
}

.cf:after,.cf:before {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom:1}

::-webkit-scrollbar {
    background: rgba(229,42,111,.1);
    border-radius: 1rem;
    width: 8px
}

::-webkit-scrollbar-thumb {
    background: #e52a6f;
    border-radius: 1rem
}

* {
    -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: #e52a6f #fff;
    scrollbar-width: thin
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Poppins,sans-serif;
    font-size: 15px
}

.container {
    margin: 0 auto;
    max-width: 1240px;
    width: calc(100% - 30px)
}

a {
    color: inherit;
    text-decoration: none
}

a,button {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

li {
    list-style: none
}

img {
    max-width: 100%;
    height:100%;
}

.main-wrapper {
    min-height: calc(100vh - 205px)
}

.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
}

.text-center {
    text-align: center
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.d-block {
    display: block
}

.common-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal
}

.al__card {
    position: relative
}

.al__img {
    display: block;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: 100%
}

.al__title {
    text-transform: capitalize
}

.header {
    margin-bottom: 30px;
    position: relative;
    z-index: 2
}

.header:after,.header:before {
    clear: both;
    content: "";
    display: table
}

.header__logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.header__wrap {
    -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;
    height: 100px;
    justify-content: space-between;
    position: relative
}

.header__left {
    width: 525px
}

.header__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-flex: 1;
    align-items: center;
    background-color: #e52a6f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    height: 100px;
    justify-content: flex-end;
    margin-left: 100px;
    position: relative;
    width: 100%
}

.header__right .searchform {
    background-color: #fff;
    border: 1px solid rgba(66,66,66,.15);
    display: block;
    height: 53px;
    padding: 0 20px;
    position: relative;
    width: 100%
}

.header__right .searchform__wrapper {
    -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;
    height: 100%;
    justify-content: space-between;
    width: 100%
}

.header__right .searchform__input {
    font-size: 16px;
    padding-right: 20px;
    width: 100%
}

.header__right .searchform__input::-webkit-input-placeholder {
    color: #666;
    font-weight: 400
}

.header__right .searchform__input::-moz-placeholder {
    color: #666;
    font-weight: 400
}

.header__right .searchform__input:-ms-input-placeholder {
    color: #666;
    font-weight: 400
}

.header__right .searchform__input::-ms-input-placeholder {
    color: #666;
    font-weight: 400
}

.header__right .searchform__input::placeholder {
    color: #666;
    font-weight: 400
}

.header__right .searchform__submit {
    height: 25px;
    width: 25px
}

.header__search-btn {
    display: none;
    height: 52px;
    width: 55px
}

.header__search-btn .icon-close {
    display: none;
    height: 23px;
    width: 25px
}

.header__search-btn .icon-search {
    display: block;
    height: 23px;
    width: 25px
}

.header__search-btn.close-icon .icon-search {
    display: none
}

.header__search-btn.close-icon .icon-close {
    display: block
}

.header__hamburger {
    margin-right: 35px
}

.header__hamburger .icon-hamburger {
    display: block;
    height: 23px;
    width: 25px
}

.header__hamburger .icon-close {
    display: none;
    height: 23px;
    width: 25px
}

.header__hamburger.close-icon .icon-hamburger {
    display: none
}

.header__hamburger.close-icon .icon-close {
    display: block
}

.header__menu-container {
    background-color: #fff;
    -webkit-box-shadow: 3.28955px 4.93432px 23.61px 5px rgba(63,140,255,.09);
    box-shadow: 3.28955px 4.93432px 23.61px 5px rgba(63,140,255,.09);
    display: none;
    font-size: 15px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 200px;
    z-index: 9999
}

.header__menu li {
    color: #000;
    margin-bottom: 10px
}

.header__menu li:hover {
    color: #e52a6f
}

body:not(.home_page) .header .searchform {
    display: none;
    max-width: 400px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 9999
}

body:not(.home_page) .header__search-btn {
    display: block
}

body:not(.home_page) .header__search-btn svg path {
    fill: #fff
}

body:not(.home_page) .header__menu-container {
    left: unset;
    right: 0
}

body:not(.home_page) .header__hamburger {
    margin-right: 15px
}

.footer {
    background-color: #4e62e6;
    padding-top: 30px
}

.footer__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px
}

.footer__right,.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__logo {
    max-width: 300px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.footer__logo svg {
    width: 100%
}

.footer__menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    border-right: 1px solid #fff;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 4px;
    margin-right: 35px;
    padding-right: 35px
}

.footer__menu li {
    color: #fff;
    font-size: 12px
}

.footer__menu li:hover {
    text-decoration: underline
}

.footer__copyright {
    color: #fff;
    font-size: 12px
}

@media only screen and (max-width: 1023px) {
    .main-wrapper {
        min-height:calc(100vh - 325px)
    }

    .header__logo {
        width: 235px
    }

    .header__right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        background-color: transparent;
        justify-content: flex-end;
        margin-left: 20px;
        position: unset
    }

    .header__right .searchform {
        display: none;
        max-width: 400px;
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        z-index: 9999
    }

    .header__search-btn {
        display: block;
        height: 25px;
        width: 25px
    }

    .header__search-btn.close-icon .icon-close svg path {
        fill: #e52a6f
    }

    .header__hamburger {
        height: 23px;
        margin-right: 20px;
        width: 25px
    }

    .header__hamburger svg path {
        fill: #e52a6f
    }

    .header__menu-container {
        left: unset;
        right: 0;
        width: 100%
    }

    body:not(.home_page) .header__search-btn svg path {
        fill: #e52a6f
    }

    .footer__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__right,.footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__right {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }

    .footer__menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        border-right: 0;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        justify-content: space-between;
        margin: 30px 0;
        padding-right: 0
    }

    .footer__menu li {
        font-size: 12px
    }
}

@media only screen and (max-width: 767px) {
    .main-wrapper {
        min-height:calc(100vh - 325px)
    }
}

@media only screen and (max-width: 374px) {
    .header__logo {
        width:150px
    }
}












body {
    font-family: 'Poppins', sans-serif;
}

.sf-temp {
    margin-bottom: 30px;
}

/* Breadcrumb */
.sf-brc__wrapper {
    color: #2d3240;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 25px;
    text-transform: capitalize
}

.sf-brc__current {
    font-weight: bold;
}

/* Main Article */
#afscontainer1, #afscontainer2 {
    margin-bottom: 20px;
    display: none
}

.sf-collection__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sf-collection__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.sf-collection__right {
    margin-left: 30px;
    width: 340px
}

.detail-card .sf-al__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.detail-card .sf-al__title {
    color: #2d3240;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 10px
}

.detail-card .sf-al__img {
    width: 100%;
    height: auto;
}

.detail-card .sf-al__content {
    font-weight: 400;
}

.detail-card .sf-al__content, .detail-card .sf-al__content * {
    color: #2d3240;
    font-size: 18px;
    line-height: 28px
}

.detail-card .sf-al__content p, .detail-card .sf-al__content ul, .detail-card .sf-al__content li {
    margin-bottom: 13px;
}

.detail-card .sf-al__content li {
    list-style-type: disc;
    list-style-position: inside
}

.detail-card .sf-al__content ol li {
    list-style-type: decimal
}

.detail-card .sf-al__content a {
    text-decoration: underline;
}

.detail-card .sf-al__content strong, .detail-card .sf-al__content b {
    font-weight: 700;
}

.detail-card .sf-al__content i, .detail-card .sf-al__content em {
    font-style: italic;
}

.detail-card .sf-al__img-wrapper {
    margin-bottom: 13px
}

.table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

table {
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    display: block;
    border-spacing: 0;
    padding: 0;
    border: 0;
    max-width: calc(100vw - 50px);
    height: auto !important;
}

table td, table th {
    border: 1px solid #ddd;
    padding: 6px 5px;
}

table tbody tr {
    border: 1px solid #ddd;
}

/* Pagination */
.sf-adp__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.sf-adp__pagination {
    flex: 0 0 50%
}

.sf-adp__next {
    margin-left: auto
}

.sf-adp__card-wrap {
    height: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    overflow: hidden
}

.sf-adp__navigation {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.sf-adp__navigation-arrow {
    display: flex
}

.sf-adp__navigation-arrow path {
    fill: #2d3240;
}

.sf-adp__navigation-text {
    font-size: 15px;
    font-weight: 700;
    color: #2d3240;
    line-height: 1
}

.sf-adp__article {
    display: flex;
    gap: 10px;
    align-items: center
}

.sf-adp__img {
    width: 100%;
    height: 100%;
    transition: .2s ease-in-out;
    object-fit: cover;
    display: block
}

.sf-adp__img-wrapper {
    width: 40%;
    max-width: 150px;
    height: 100px;
    overflow: hidden
}

.sf-adp__group {
    flex: 1
}

.sf-adp__title {
    margin-bottom: 8px;
    text-transform: capitalize;
    white-space: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: color .3s cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: color .3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: color .3s cubic-bezier(0.25, 0.1, 0.25, 1);
    color: #2d3240;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    max-height: 42px;
    -webkit-line-clamp: 2
}

.sf-adp__cta-text {
    font-size: 14px;
    font-weight: 400;
    color: #2d3240;
}

/* Disclaimer */
.sf-al__disclaimer {
    margin: 20px 0;
    padding: 20px 0 0
}

.sf-al__disclaimer * {
    background-color: inherit;
    font-size: 13px;
    line-height: 1.5;
    font-family: arial, sans-serif;
    margin: 0;
    color: #2d3240
}

.sf-disclaimer__text {
    font-weight: 700
}

/* Sidebar */
.sidebar-heading {
    color: #2d3240;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 13px;
    position: relative
}

.sf-featured-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 30px 0
}

.sf-featured-article .sf-al__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sf-featured-article .sf-al__group--1 {
    margin-right: 10px;
    width: 125px
}

.sf-featured-article .sf-al__group--2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 125px)
}

.sf-featured-article .sf-al__img-wrapper {
    height: 100px;
    max-width: 125px;
    width: 100%;
    overflow: hidden
}

.sf-featured-article .sf-al__img {
    display: block;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: 100%
}

.sf-featured-article .sf-al__category-el {
    color: #2d3240;
    display: block;
    font-weight: bold;
    margin: 0 0 5px;
    position: relative;
    z-index: 3;
    font-size: 15px;
    line-height: 19px;
    border: none;
    padding: 0;
    min-height: initial;
    border-radius: 0;
    background-color: initial
}

.sf-featured-article .sf-al__category-el::before, .sf-featured-article .sf-al__category-el::after {
    display: none
}

.sf-featured-article .sf-al__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #2d3240;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    white-space: normal;
    text-transform: capitalize
}

@media (hover: hover) {
    .sf-featured-article .sf-al__card-wrap:hover .sf-al__img, .sf-adp__card-wrap:hover .sf-adp__img {
        transform: scale(1.2)
    }

    .sf-adp__card-wrap:hover .sf-adp__cta-text {
        text-decoration: underline
    }

    .sf-featured-article .sf-al__category-el:hover {
        background-color: initial;
        color: #2d3240;
        text-decoration: none
    }
}

@media only screen and (max-width: 1023px) {
    .sf-collection__right {
        margin: 20px 0 0;
        width: 100%
    }

    .detail-card .sf-al__title, .sidebar-heading {
        font-size: 20px;
        line-height: 27px
    }

    .detail-card .sf-al__content, .detail-card .sf-al__content * {
        font-size: 14px;
        line-height: 23px
    }

    .sf-adp__wrap {
        gap: 10px
    }

    .sf-adp__card-wrap {
        padding: 15px
    }

    .sf-adp__navigation-text {
        font-size: 13px
    }

    .sf-adp__title {
        margin-bottom: 5px;
        white-space: normal;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-transition: color .3s cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: color .3s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: color .3s cubic-bezier(0.25, 0.1, 0.25, 1);
        color: #2d3240;
        font-size: 13px;
        font-weight: 700;
        line-height: 19px;
        max-height: 38px;
        -webkit-line-clamp: 2
    }

    .sf-adp__cta-text {
        font-size: 13px
    }

    table {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 767px) {
    .sf-adp__article {
        flex-direction: column
    }

    .sf-adp__img-wrapper {
        width: 100%;
        max-width: 100%;
        height: 150px
    }

    .sf-adp__group {
        width: 100%
    }
}

@media only screen and (max-width: 540px) {
    .sf-adp__card-wrap {
        padding: 15px 10px
    }

    .sf-adp__img-wrapper {
        height: 100px
    }
}
