:root {
    --swiper-pagination-color: rgba(255, 255, 255, 1);
    --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 1);
}
.search-form {
    position: relative;
}
.search-form .search-icon {
    position: absolute;
    top: 0.6rem;
    right: 1rem;
    pointer-events: none;
}
.search-form input:focus + .search-icon svg path {
    stroke: #ffcb70;
}
.posts-not-found {
    text-align: center;
    font-size: 1.5rem;
    grid-column: 1 / -1;
}
.spm-icon-heading-widget {
    display: flex;
    gap: 10px;
    align-items: center;
}
.spm-text-slider-widget p.subheading {
    margin-bottom: 1.2rem;
    font-size: 0.9rem;
    color: #a8a8a8;
}
.spm-text-slider-widget .button {
    margin-top: 1.2rem;
}
.spm-text-slider-widget .swiper-slide {
    padding: 0 2rem;
}
.spm-text-slider-widget .swiper-button-prev,
.spm-articles-slider-widget .swiper-button-prev {
    left: -1.5rem;
}
.spm-universal-slider-widget.slider-disabled .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.spm-universal-slider-widget.slider-disabled .swiper-slide {
    flex: 1;
    min-width: 0;
}
.spm-universal-slider-widget .swiper-button-prev {
    left: -2.5rem;
}
.spm-text-slider-widget .swiper-button-prev:after,
.spm-articles-slider-widget .swiper-button-prev:after,
.spm-universal-slider-widget .swiper-button-prev:after {
    content: url("../images/keen-slider-arrow-prev.svg");
}
.spm-text-slider-widget .swiper-button-next,
.spm-articles-slider-widget .swiper-button-next {
    right: -1.5rem;
}
.spm-universal-slider-widget .swiper-button-next {
    right: 1rem;
}
.spm-text-slider-widget .swiper-button-next:after,
.spm-articles-slider-widget .swiper-button-next:after,
.spm-universal-slider-widget .swiper-button-next:after {
    content: url("../images/keen-slider-arrow-next.svg");
}
.spm-text-slider-widget .swiper-button-prev,
.spm-text-slider-widget .swiper-button-next,
.spm-articles-slider-widget .swiper-button-prev,
.spm-articles-slider-widget .swiper-button-next,
.spm-universal-slider-widget .swiper-button-prev,
.spm-universal-slider-widget .swiper-button-next {
    transition: all .3s;
}
.spm-text-slider-widget .swiper-button-prev:hover,
.spm-text-slider-widget .swiper-button-next:hover,
.spm-articles-slider-widget .swiper-button-prev:hover,
.spm-articles-slider-widget .swiper-button-next:hover,
.spm-universal-slider-widget .swiper-button-prev:hover,
.spm-universal-slider-widget .swiper-button-next:hover {
    opacity: 0.8;
}
.spm-mini-slider-widget .swiper-slide img {
    border-radius: 10px;
}
.spm-mini-slider-widget .swiper-pagination {
    bottom: 20px !important;
}
.spm-mini-slider-widget .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px !important;
    opacity: 0.7;
    width: 8px;
    height: 8px;
}
.spm-mini-slider-widget .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.spm-testimonials-slider-widget .swiper-slide-content {
    display: flex;
    align-items: center;
}
.spm-testimonials-slider-widget .swiper-slide-content .testimonial-image,
.spm-testimonials-slider-widget .swiper-slide-content .testimonial-content {
    flex: 1 0 50%;
    max-width: 50%;
}
.spm-testimonials-slider-widget .swiper-slide-content .testimonial-image .author-image {
    position: relative;
    margin-left: auto;
    margin-right: 2rem;
    max-width: 300px;
}
.spm-testimonials-slider-widget .swiper-slide-content .testimonial-image .author-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    transform: translate(-75%, 0%);
    width: 164px;
    height: 164px;
    border: 4px solid #fff;
    border-radius: 50%;
    z-index: 1;
}
.spm-testimonials-slider-widget .swiper-slide-content .testimonial-image .author-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    transform: translate(-25%, 0%);
    width: -webkit-fill-available;
    height: 100%;
    background-color: #ffcb70;
    border-radius: 50%;
    z-index: -1;
}
.spm-testimonials-slider-widget .swiper-slide-content .testimonial-image .author-image picture {
    position: relative;
    display: block;
}
.spm-testimonials-slider-widget .swiper-slide-content .testimonial-image .author-image picture img {
    border-radius: 6px;
}
.spm-testimonials-slider-widget .swiper-slide-content .testimonial-image .author-image picture:before {
    position: absolute;
    top: 0;
    right: -50px;
    content: url("../images/testimonial-marks.svg");
}
.spm-testimonials-slider-widget .swiper-slide-content .testimonial-image .author-image picture:after {
    position: absolute;
    bottom: 0;
    left: -50px;
    content: url("../images/testimonial-marks.svg");
    transform: rotate(180deg);
}
.spm-testimonials-slider-widget .swiper-slide-content .testimonial-content {
    display: block;
    margin-right: auto;
    margin-left: 2rem;
    max-width: 450px;
    color: #fff;
}
.spm-articles-slider-widget {
    margin: 0 1rem;
}
.elementor-widget-spm_universal_slider_widget .elementor-widget-container,
.spm-universal-slider-widget .swiper {
    overflow: visible;
}
.spm-articles-slider-widget .swiper-slide-content,
.spm-universal-slider-widget .swiper-slide-content,
.spm-articles-posts article {
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 6px;
}
.spm-articles-slider-widget .swiper-slide-content picture,
.spm-universal-slider-widget .swiper-slide-content picture,
.spm-articles-posts article picture {
    display: flex;
}
.spm-articles-slider-widget .swiper-slide-content picture:after,
.spm-universal-slider-widget .swiper-slide-content picture:after,
.spm-articles-posts article picture:after {
    content: "";
}
.spm-articles-slider-widget .swiper-slide-content:hover picture:after,
.spm-universal-slider-widget .swiper-slide-content:hover picture:after,
.spm-articles-posts article:hover picture:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #9896f0;
    border-radius: 6px;
}
.spm-articles-slider-widget .swiper-slide-content picture img,
.spm-universal-slider-widget .swiper-slide-content picture img,
.spm-articles-posts article picture img {
    border-radius: 6px 6px 0 0;
    width: 100%;
    transition: opacity .3s;
}
.spm-articles-slider-widget .swiper-slide-content:hover picture img,
.spm-universal-slider-widget .swiper-slide-content:hover picture img,
.spm-articles-posts article:hover picture img {
    opacity: 0.8;
}
.spm-articles-slider-widget .swiper-slide-content .content,
.spm-universal-slider-widget .swiper-slide-content .content,
.spm-articles-posts article .content {
    display: block;
    padding: 1.2rem;
    color: #9896f0;
}
.spm-articles-slider-widget .swiper-slide-content .content h4,
.spm-universal-slider-widget .swiper-slide-content .content h3,
.spm-articles-posts article .content h4 {
    margin: 0;
}
.spm-articles-slider-widget .swiper-slide-content .content .post-meta,
.spm-universal-slider-widget .swiper-slide-content .content .post-meta,
.spm-articles-posts article .content .post-meta {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1.6rem;
    display: flex;
    justify-content: space-between;
}
.spm-articles-slider-widget .swiper-slide-content .content .excerpt,
.spm-universal-slider-widget .swiper-slide-content .content .excerpt,
.spm-articles-posts article .content .excerpt {
    margin-top: 1rem;
    font-weight: 300;
}
.spm-articles-posts.spm-activities-posts article {
    background: #9896f0;
}
.spm-articles-posts.spm-activities-posts article .content {
    color: #fff;
}
.spm-articles-posts.spm-organizations-posts article {
    background: #ffcb70;
    aspect-ratio: 3/4;
}
.spm-articles-posts.spm-organizations-posts article .content {
    padding: 2rem;
    color: #434343;
}
.spm-articles-posts.spm-organizations-posts article:hover picture:after {
    border-color: #ffcb70;
}
.spm-articles-posts.spm-organizations-posts article a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.spm-articles-posts.spm-organizations-posts article picture {
    flex: 1;
    min-height: 0;
}
.spm-articles-posts.spm-organizations-posts article picture img {
    border-radius: 0 0 6px 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.spm-intro-header-widget {
    background-color: #9896f0;
    display: flex;
    position: relative;
}
.spm-intro-header-widget:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTk5IiBoZWlnaHQ9IjUzMiIgdmlld0JveD0iMCAwIDU5OSA1MzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJtYXNrMF83ODZfMTU3NTEiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSI1OTkiIGhlaWdodD0iNTMyIj4KPHJlY3Qgd2lkdGg9IjU5OC42MjEiIGhlaWdodD0iNTMyIiBmaWxsPSIjRkZDQjcwIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfNzg2XzE1NzUxKSI+CjxjaXJjbGUgY3g9IjI0OS4xMDQiIGN5PSIxNzYuNjkiIHI9IjMzOC44OTciIGZpbGw9IiNGRkNCNzAiIGZpbGwtb3BhY2l0eT0iMC41Ii8+CjwvZz4KPC9zdmc+Cg==);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 600px;
    height: 100%;
    z-index: 1;
}
.spm-intro-header-widget:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(3,0,147,.35);
    z-index: 0;
}
.spm-intro-header-widget picture {
    position: absolute;
    width: 100%;
    height: 100%;
}
.spm-intro-header-widget picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.spm-intro-header-widget .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: 14rem;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    color: #fff;
}
.spm-intro-header-widget .container .row {
    flex-direction: column;
    align-items: flex-start;
    max-width: 600px;
}
.spm-intro-header-widget.spm-article-header-widget .container .row h1 {
    font-size: 2.5rem;
}
.spm-intro-header-widget.spm-article-header-widget .container .row h2 {
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0.5rem 0;
}
.spm-intro-header-widget.spm-article-header-widget .container .row h2 span:not(:last-child):after {
    content: "|";
    margin-left: 5px;
}
.spm-intro-header-widget.spm-page-header-widget .container .row h1 {
    font-size: 5rem;
    text-transform: uppercase;
    line-height: 1.35;
}
.spm-intro-header-widget .container .row p {
    font-weight: 300;
    font-size: 1.4rem;
    margin: 1.5rem 0;
}
.spm-intro-header-widget .container .col-right {
    align-self: flex-end;
    margin-top: 10rem;
}
.spm-intro-header-widget .header-columns {
    display: flex;
    align-self: flex-end;
    margin-bottom: -10rem;
}
.spm-intro-header-widget .header-column {
    padding: 3rem 2rem;
    background: rgba(255,255,255,.9);
    margin-right: 2rem;
    color: #000;
    border-radius: 4px;
}
.spm-intro-header-widget .header-column:last-child {
    margin-right: 0;
}
.spm-articles-filter .categories-filter {
    width: 100%;
    list-style: none;
    padding: 0 0 0.35rem 0;
    margin-top: 1rem;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
}
.spm-articles-filter .categories-filter li {
    display: inline-block;
    padding: 0 1rem;
}
.spm-articles-filter .categories-filter li:first-child {
    padding-left: 0;
}
.spm-articles-filter .categories-filter li:last-child {
    padding-right: 0;
}
.spm-articles-filter .categories-filter li a {
    font-size: 1.25rem;
    color: #434343;
    border-bottom: 2px solid #434343;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.spm-articles-filter .categories-filter li a:hover,
.spm-articles-filter .categories-filter li a.active {
    color: #9896f0;
    border-color: #9896f0;
}
.spm-articles-filter .other-filters {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}
.spm-articles-filter.spm-organizations-filter .other-filters {
    justify-content: flex-end;
}
.spm-articles-posts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
}
.spm-articles-posts.spm-organizations-posts,
.spm-articles-posts.spm-activities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.spm-articles-posts:not(.spm-organizations-posts):not(.spm-activities-grid) article:first-child {
    flex-basis: 100%;
}
.spm-articles-posts:not(.spm-organizations-posts):not(.spm-activities-grid) article:nth-child(2) {
    flex-basis: calc(50% - 1rem);
}
.spm-articles-posts:not(.spm-organizations-posts):not(.spm-activities-grid) article:nth-child(3),
.spm-articles-posts:not(.spm-organizations-posts):not(.spm-activities-grid) article:nth-child(4) {
    flex-basis: calc(25% - 1.5rem);
}
.spm-articles-posts:not(.spm-organizations-posts):not(.spm-activities-grid) article:nth-child(n+5) {
    flex-basis: calc(25% - 1.5rem);
}
.spm-articles-posts::after {
    content: "";
    flex: auto;
}
.spm-articles-posts:not(.spm-organizations-posts):not(.spm-activities-grid) article picture {
    height: 200px;
}
.spm-articles-posts:not(.spm-organizations-posts):not(.spm-activities-grid) article:first-child picture {
    height: 350px;
}
.spm-articles-posts:not(.spm-organizations-posts):not(.spm-activities-grid) article:nth-child(2) picture {
    height: auto;
}
.spm-articles-posts article picture img {
    object-fit: cover;
}
.spm-activities-filter-toggle {
    display: flex;
    justify-content: flex-end;
}
.spm-activities-filter-toggle .filter-opener {
    cursor: pointer;
    display: flex;
}
.spm-activities-filter-toggle .filter-opener .filter-icon svg * {
    transition: .15s cubic-bezier(0.35, 0.35, 0, 1);
}
.spm-activities-filter-toggle .filter-opener .filter-icon circle {
    will-change: transform;
}
.spm-activities-filter-toggle .filter-opener .filter-icon rect {
    transform-origin: 50% 50%;
}
.spm-activities-filter-toggle .filter-opener .filter-text {
    cursor: pointer;
    font-size: 1.25rem;
    text-transform: uppercase;
    border-bottom: 1px solid #434343;
    margin-left: 0.5rem;
}
.spm-activities-filter-toggle .filter-opener:hover .fltr-crcl1 {
    transform: translateX(6px);
}
.spm-activities-filter-toggle .filter-opener:hover .fltr-crcl2 {
    transform: translateX(-6px);
}
.spm-activities-filter-toggle .filter-opener.opened .filter-text {
    color: #9896f0;
    border-color: #9896f0;
}
.spm-activities-filter-toggle .filter-opener.opened .filter-icon circle {
    opacity: 0;
}
.spm-activities-filter-toggle .filter-opener.opened .filter-icon .fltr-line1 {
    fill: #9896f0;
    transform: rotate(45deg) translateY(5.5px);
}
.spm-activities-filter-toggle .filter-opener.opened .filter-icon .fltr-line2 {
    fill: #9896f0;
    transform: rotate(-45deg) translateY(-4.5px);
}
.spm-activities-filter {
    display: none;
}
.spm-activities-filter .taxonomy-filter {
    display: flex;
    gap: 4rem;
}
.spm-activities-filter .taxonomy-filter .filter-oblasti {
    flex: 1 0 25%;
}
.spm-activities-filter .taxonomy-filter .filter-udaje {
    flex: 1 0 30%;
}
.spm-activities-filter .taxonomy-filter .filter-tagy {
    flex: 1 0 35%;
}
.spm-activities-filter .taxonomy-filter ul {
    list-style: none;
    padding: 0;
}
.spm-activities-filter .taxonomy-filter ul li {
    margin: 2rem 0;
}
.spm-activities-filter .taxonomy-filter ul li a {
    cursor: pointer;
    padding: 0.75rem 1.25rem;
    border: 1px solid #434343;
    border-radius: 100px;
    color: #434343;
    transition: .3s;
}
.spm-activities-filter .taxonomy-filter ul li a:before {
    content: "+";
    padding-right: 0.5rem;
}
.spm-activities-filter .taxonomy-filter ul li a.active {
    background-color: #9896f0;
    border-color: #9896f0;
    color: #fff;
}
.spm-activities-filter .taxonomy-filter ul li a.active:before {
    content: "-";
}
.spm-activities-filter .taxonomy-filter select {
    display: block;
    margin: 0.7rem 0;
    cursor: pointer;
    width: 100%;
}
.spm-articles-posts.loading {
    pointer-events: none;
    opacity: 0.5;
}
.spm-youtube-video-widget {
    position: relative;
    display: flex;
    width: fit-content;
}
.spm-youtube-video-widget picture img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.spm-youtube-video-widget:hover .play-button {
    opacity: 1;
}
.spm-youtube-video-widget .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0.8;
}
.spm-youtube-video-widget .play-button:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODgiIGhlaWdodD0iMTAwIiB2aWV3Qm94PSIwIDAgODggMTAwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNODQgNDMuMDcxOEM4OS4zMzMzIDQ2LjE1MSA4OS4zMzMzIDUzLjg0OSA4NCA1Ni45MjgyTDEyIDk4LjQ5NzRDNi42NjY2NiAxMDEuNTc3IDIuNzQ1NjNlLTA2IDk3LjcyNzYgMy4wMTQ4MmUtMDYgOTEuNTY5Mkw2LjY0ODkxZS0wNiA4LjQzMDc3QzYuOTE4MTFlLTA2IDIuMjcyMzcgNi42NjY2NyAtMS41NzY2MyAxMiAxLjUwMjU4TDg0IDQzLjA3MThaIiBmaWxsPSIjRkZDQjcwIi8+Cjwvc3ZnPgo=);
}
.spm-our-sponsors-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.spm-our-sponsors-widget .sponsor-logo {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 1.5rem 0;
    padding: 0 0.5rem;
}
.spm-box-widget:hover .button {
    background: transparent;
    color: #ffcb70;
    border-color: #ffcb70;
}
.spm-box-widget:hover .button svg path {
    stroke: #ffcb70;
}
.spm-box-widget .button {
    padding: 0.5rem;
    font-size: 1rem;
    margin-top: 0.75rem;
}
.spm-box-widget .button svg {
    margin-left: 4px;
    position: relative;
    top: 2px;
}
.spm-hp-hero-section {
    width: 100%;
    min-height: 500px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.spm-hp-hero-section:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTk5IiBoZWlnaHQ9IjUzMiIgdmlld0JveD0iMCAwIDU5OSA1MzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJtYXNrMF83ODZfMTU3NTEiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSI1OTkiIGhlaWdodD0iNTMyIj4KPHJlY3Qgd2lkdGg9IjU5OC42MjEiIGhlaWdodD0iNTMyIiBmaWxsPSIjRkZDQjcwIiBmaWxsLW9wYWNpdHk9IjAuNSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfNzg2XzE1NzUxKSI+CjxjaXJjbGUgY3g9IjI0OS4xMDQiIGN5PSIxNzYuNjkiIHI9IjMzOC44OTciIGZpbGw9IiNGRkNCNzAiIGZpbGwtb3BhY2l0eT0iMC41Ii8+CjwvZz4KPC9zdmc+Cg==);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 600px;
    z-index: 1;
}
.spm-hp-hero-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 0, 147, 0.35);
}
.spm-hp-hero-section picture {
    position: absolute;
    width: 100%;
    height: 100%;
}
.spm-hp-hero-section picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    _animation: zoomIn 2s linear;
}

@keyframes zoomIn {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.5);
    }
}
.spm-hp-hero-section .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 1320px;
    padding: 3rem 1.5rem;
    z-index: 1;
}
.spm-hp-hero-section .inner .left-col {
    flex: 0 0 50%;
    max-width: 60%;
}
.spm-hp-hero-section .inner .left-col h1 {
    font-size: 4.7rem;
    text-transform: uppercase;
    line-height: 6.2rem;
    letter-spacing: 1px;
    color: #fff;
}
.spm-hp-hero-section .inner .left-col h1 .highlight {
    color: #ffcb70;
}
.spm-hp-hero-section .inner .left-col .content {
    margin-top: 1rem;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2rem;
    color: #fff;
}
.spm-hp-hero-section .inner .right-col {
    flex: 0 0 37%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.spm-hp-hero-section .inner .right-col .box {
    background: rgba(255, 255, 255, 0.3);
    padding: 2rem 1.8rem;
    border-radius: 15px;
}
.spm-hp-hero-section .inner .right-col .box:hover .button {
    background: transparent;
    color: #ffcb70;
    border-color: #ffcb70;
}
.spm-hp-hero-section .inner .right-col .box:hover .button svg path {
    stroke: #ffcb70;
}
.spm-hp-hero-section .inner .right-col .box h2,
.spm-hp-hero-section .inner .right-col .box p {
    color: #fff;
}
.spm-hp-hero-section .inner .right-col .box h2 {
    font-size: 2.5rem;
}
.spm-hp-hero-section .inner .right-col .box .button {
    padding: 0.5rem;
    font-size: 1rem;
    margin-top: 0.75rem;
}
.spm-hp-hero-section .inner .right-col .box svg {
    margin-left: 4px;
    position: relative;
    top: 2px;
}
.spm-activities-top-info-widget h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    color: #9896f0;
}
.spm-gallery-widget {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.spm-gallery-widget .gallery-item {
    height: 300px;
}
.spm-gallery-widget .gallery-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.spm-articles-top-info-widget {
    display: flex;
    color: #a8a8a8;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2rem;
}
.spm-articles-top-info-widget a {
    color: #a8a8a8;
}
.spm-articles-top-info-widget .author-name {
    flex: 2;
}
.spm-articles-top-info-widget .post-meta {
    flex: 1;
    display: flex;
    text-align: right;
}
.spm-articles-top-info-widget .post-meta > div {
    flex: 1;
}
.spm-table-widget {
    max-height: 10rem;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease-in-out;
    margin-bottom: 1rem;
}
.spm-table-widget table {
    width: 100%;
    border: none;
    border-spacing: 0;
    border-radius: 6px;
    background: #ffcb70;
}
.spm-table-widget table tr:nth-child(even) {
    background: #ffd792;
}
.spm-table-widget table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}
    
.spm-table-widget table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}
.spm-table-widget table tr td {
    padding: 0.65rem 2rem;
}
.spm-table-widget table tr td img {
    max-width: 80px;
    vertical-align: middle;
}
.spm-table-widget table tr td a {
    font-size: 1.15rem;
}
.spm-table-widget table tr td a:hover {
    color: #fff;
    text-decoration: underline;
}
.spm-table-widget .table-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(transparent, rgba(245,245,245,1));
}
.spm-image-boxes-widget {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.spm-image-boxes-widget .box {
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.spm-image-boxes-widget .box.classic {
    width: calc(25% - 15px);
}
.spm-image-boxes-widget .box.wide {
    width: calc(50% - 10px);
}
.spm-image-boxes-widget .box.full {
    width: 100%;
}
.spm-image-boxes-widget.grid-style-default .box-inner {
    display: flex;
    flex-direction: column;
}
.spm-image-boxes-widget.grid-style-default picture {
    display: block;
    width: 100%;
    height: 250px;
}
.spm-image-boxes-widget.grid-style-default picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}
.spm-image-boxes-widget.grid-style-default .content {
    background: #ffd792;
    padding: 1rem;
    border-radius: 0 0 6px 6px;
}
.spm-image-boxes-widget.grid-style-full-image .box-inner {
    position: relative;
    height: 100%;
    min-height: 450px;
}
.spm-image-boxes-widget.grid-style-full-image picture {
    position: absolute;
    width: 100%;
    height: 100%;
}
.spm-image-boxes-widget.grid-style-full-image picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.spm-image-boxes-widget.grid-style-full-image .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background-color: rgba(255, 215, 146, 0.8);
    border-radius: 0 0 6px 6px;
}
.spm-image-boxes-widget .box .content h2 {
    margin-bottom: 0.35rem;
}
.spm-image-boxes-widget .box .content p {
    margin-bottom: 0.8rem;
}
.spm-image-boxes-widget .box .content .button {
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
}
.spm-circles-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.spm-circles-widget .circles-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 3 / 2;
}
.spm-circles-widget .circles-wrapper .circle {
    position: absolute;
    width: 40%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}
.spm-circles-widget .circles-wrapper .circle .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10%;
    box-sizing: border-box;
}
.spm-circles-widget .circles-wrapper .circle .content h2 {
    font-size: calc(1em + 0.5vw);
    margin-bottom: 10px;
}
.spm-circles-widget .circles-wrapper .circle .content p {
    margin-bottom: 15px;
    font-size: calc(0.8em + 0.3vw);
}
.spm-circles-widget .circles-wrapper .circle .content .button {
    font-size: calc(0.7em + 0.3vw);
    padding: 0.5rem 1.15rem;
    margin-top: 0.5rem;
}
.spm-circles-widget .circles-wrapper #circle-1 {
    top: 5%;
    left: 5%;
    z-index: 2;
}
.spm-circles-widget .circles-wrapper #circle-2 {
    top: 5%;
    right: 5%;
    z-index: 1;
}
.spm-circles-widget .circles-wrapper #circle-3 {
    bottom: -4%;
    left: 30%;
    z-index: 3;
}
.spm-circles-widget .circles-wrapper .success {
    position: absolute;
    right: 0;
    bottom: -60px;
    text-align: right;
}
.spm-circles-widget .circles-wrapper .success h3 {
    margin-bottom: 5px;
    font-size: calc(0.9em + 0.3vw);
}
.spm-circles-widget .circles-wrapper .success p {
    margin: 0;
    font-size: calc(0.8em + 0.2vw);
}

.spm-image-text-widget {
    display: flex;
    align-items: center;
    gap: 30px;
}

.spm-image-text-widget picture {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
}

.spm-image-text-widget picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spm-image-text-widget .content {
    flex-grow: 1;
}

.spm-image-text-widget h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.spm-image-text-widget .description p {
    margin: 0;
}

.spm-image-text-widget .description a {
    color: inherit;
    text-decoration: underline;
}

.spm-activities-with-filter-2 {
    display: flex;
    gap: 2rem;
}
.spm-activities-with-filter-2 .spm-activities-filter {
    display: block;
    width: 25%;
}
.spm-activities-with-filter-2 .spm-activities-filter .taxonomy-filter {
    flex-direction: column;
    gap: 1.5rem;
}
.spm-activities-with-filter-2 .spm-activities-posts {
    width: 75%;
}

@media (max-width: 1500px) {
    .spm-activities-with-filter-2 {
        flex-direction: column;
    }
    .spm-activities-with-filter-2 .spm-activities-filter,
    .spm-activities-with-filter-2 .spm-activities-posts {
        width: 100%;
    }
}

@media (max-width: 1320px) {
    .spm-intro-header-widget .container {
        flex-direction: column;
    }
    .spm-intro-header-widget .header-columns {
        margin-top: 2rem;
    }
}

@media (max-width: 1024px) {
    .spm-testimonials-slider-widget .swiper-slide-content {
        flex-direction: column;
    }
    .spm-testimonials-slider-widget .swiper-slide-content .testimonial-image,
    .spm-testimonials-slider-widget .swiper-slide-content .testimonial-content {
        flex: 1 0 10%;
        max-width: 100%;
        margin: 1rem 0;
    }
    .spm-testimonials-slider-widget .swiper-slide-content .testimonial-image .author-image {
        margin: 0;
    }
    .spm-testimonials-slider-widget .swiper-slide-content .testimonial-image .author-image:before,
    .spm-testimonials-slider-widget .swiper-slide-content .testimonial-image .author-image:after,
    .spm-testimonials-slider-widget .swiper-slide-content .testimonial-image .author-image picture:before,
    .spm-testimonials-slider-widget .swiper-slide-content .testimonial-image .author-image picture:after {
        content: none;
    }
    .spm-articles-posts:not(.spm-organizations-posts) article:nth-child(n+2) {
        flex-basis: calc(50% - 1rem);
    }
    .spm-articles-posts:not(.spm-organizations-posts) article picture,
    .spm-articles-posts:not(.spm-organizations-posts) article:first-child picture,
    .spm-articles-posts:not(.spm-organizations-posts) article:nth-child(2) picture {
        height: auto;
    }
    .spm-articles-posts.spm-organizations-posts {
        flex-wrap: wrap;
    }
    .spm-our-sponsors-widget .sponsor-logo {
        flex: 1 1 50%;
        max-width: 50%;
    }
    .spm-hp-hero-section .inner {
        max-width: 1024px;
        padding: 6rem 3rem;
    }
    .spm-hp-hero-section .inner .left-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .spm-hp-hero-section .inner .left-col h1 {
        font-size: 3.5rem;
        line-height: 4.8rem;
    }
    .spm-hp-hero-section .inner .left-col p {
        margin-top: 0.5rem;
        font-size: 1.1rem;
        line-height: 1.6rem;
    }
    .spm-hp-hero-section .inner .right-col {
        display: none;
    }
}

@media (max-width: 767px) {
    .button {
        padding: 0.4rem 0.8rem;
        font-size: 1.1rem;
    }
    .spm-text-slider-widget .swiper-button-prev {
        left: -15px;
    }
    .spm-text-slider-widget .swiper-button-next {
        right: -15px;
    }
    .spm-articles-posts:not(.spm-organizations-posts) article:nth-child(n) {
        flex-basis: 100%;
    }
    .spm-hp-hero-section .inner {
        padding: 4.5rem 3rem;
    }
    .spm-hp-hero-section .inner .left-col h1 {
        font-size: 2.3rem;
        line-height: 3.2rem;
    }
    .spm-hp-hero-section .inner .left-col p {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }
    .spm-image-boxes-widget .box,
    .spm-image-boxes-widget .box.classic,
    .spm-image-boxes-widget .box.wide {
        width: 100%;
    }
    .spm-circles-widget .circles-wrapper {
        height: auto;
        aspect-ratio: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .spm-circles-widget .circles-wrapper .circle {
        position: static;
        width: 100%;
        max-width: 350px;
        aspect-ratio: auto;
        height: auto;
        border-radius: 15px;
        margin-bottom: 20px;
    }
    .spm-circles-widget .circles-wrapper .circle .content {
        position: static;
        padding: 20px;
    }
    .spm-circles-widget .circles-wrapper .circle .content h2 {
        font-size: 1.3em;
        margin-bottom: 8px;
    }
    .spm-circles-widget .circles-wrapper .circle .content p {
        font-size: 1em;
        margin-bottom: 12px;
    }
    .spm-circles-widget .circles-wrapper .circle .content .button {
        font-size: 0.9em;
        padding: 8px 16px;
    }
    .spm-circles-widget .circles-wrapper .success {
        position: static;
        width: 100%;
        max-width: 350px;
        margin-top: 10px;
        text-align: center;
    }
    .spm-circles-widget .circles-wrapper .success h3 {
        font-size: 1.2em;
    }
    .spm-circles-widget .circles-wrapper .success p {
        font-size: 0.9em;
    }
}

@media (max-width: 520px) {
    .spm-hp-hero-section {
        min-height: 300px;
    }
    .spm-image-text-widget {
        flex-direction: column;
    }
}

@media (max-width: 460px) {
    .spm-articles-filter .categories-filter li {
        padding: 0 0.5rem;
    }
    .spm-articles-filter .categories-filter li a {
        font-size: 1rem;
    }
    .spm-articles-filter .other-filters {
        flex-direction: column;
    }
    .spm-articles-filter .other-filters .search-filter {
        margin-top: 1rem;
    }
    .spm-articles-filter .other-filters .search-filter input {
        width: 100%;
    }
}