.py-number-card {
    padding: 32px;
    background-color: var(--py-brand-color-1);
    border-top: 3px solid var(--py-brand-color-2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

.py-number-card__icon-wrapper {
    padding: 14px;
    background-color: var(--py-brand-color-2);
    border-radius: 6px;
}

.py-number-card__icon {
    display: flex;
    color: white;
}

.py-number-card__number {
    position: absolute;
    top: 30px;
    right: 30px;
    color: rgba(255, 255, 255, 0.278);
    font-size: 8rem;
    line-height: 1;
}

.py-small-card {
    position: relative;
    bottom: 0px;
    padding: 32px;
    background: white;
    border-radius: 15px;
    border: solid 2px;
    border-color: lightgrey;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.2s;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.py-small-card__icon-wrapper {
    padding: 14px;
    background-color: hsl(var(--py-bc-5-hs),var(--py-bc-5-l),0.2);
    border-radius: 15px;
    transition: all 0.2s;
    color: var(--py-brand-color-1);
}

.py-small-card__icon {
    display: flex;
}

.py-hero-tag__background {
    background: hsl(var(--py-bc-1-hs),var(--py-bc-1-l),0.1);
    display: flex;
    padding: 10px;
    padding-left: 15px;
    border-radius: 50px;
}

.py-hero-tag__text {
    padding-left: 10px;
    padding-right: 10px;
    color: var(--py-bc-1);
}

.py-hero-tag__icon {
    color: var(--py-bc-1);
}

.py-hero-tag {
    display: flex;
}

.py-quote-box__wrapper {
    background-color: hsl(var(--py-bc-5-hs),var(--py-bc-5-l),0.2);
    border: solid 2px;
    border-color: white;
    border-radius: 15px;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 40px;
    padding-right: 40px;
    flex-direction: column;
    align-items: center;
}

.py-small-card:hover .py-small-card__icon-wrapper {
    background-color: var(--py-brand-color-1);
    color: white;
}

.py-small-card:hover {
    position: relative;
    bottom: 10px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.py-icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.py-icon-list__item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.py-icon__svg {
    display: flex;
    aspect-ratio: 1/1;
    height: auto;
}

.py-position-relative {
    position: relative;
}

.py-z-index-2 {
    z-index: 2;
}

.three-column-line {
    transform: translate(-50%, 0px);
}

@media (max-width:767px) {
    .three-column-line {
        display: none;
    }
}

.btn svg {
    display: flex;
    width: 20px;
    height: auto;
}

.py-icon-list__item svg {
    display: flex;
    min-width: 32px;
    max-width: 32px;
    height: auto;
}

.py-icon-text-card {
    padding: 16px;
    display: flex;
    border-radius: 16px;
    background-color: hsl(var(--py-bc-5-hs),var(--py-bc-5-l),0.2);
}

.py-icon-text-card__icon-wrap {
    display: flex;
    padding: 15px;
    border-radius: 50px;
    background-color: var(--py-bc-1);
}

.py-icon-text-card__wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 16px;
    width: 100%;
}

.py-icon-text-card__icon {
    display: flex;
}

.py-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 20px;
}

.py-news-grid__card-img {
    min-width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.py-news-grid__card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    text-decoration: none;
}

.py-news-grid__card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.py-news-grid__card-title {
    color: black;
}

.py-news-grid__card-p {
    color: black;
}

.py-impact-slider li img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.py-impact-slider .splide__arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: calc(100% + 100px);
    transform: translate(-50%);
}

.py-footer-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 60px;
    align-items: start;
}

.py-footer-grid ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.py-footer-grid li a {
    text-decoration: none;
    color: white;
}

.nav-search-wrapper .btn span {
    display: flex;
    font-size: 1.6rem;
    align-items: center;
    gap: 10px;
}

.btn__menu {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 15px;
}

.py-footer-grid__img {
    background-color: white;
    border-radius: 16px;
}

.splide__arrow--prev {
}

.py-footer-grid h3 {
    color: white;
}

.py-footer-grid__col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.py-footer .py-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.py-footer .py-socials a {
    color: white;
}

.py-impact-slider .splide__arrow {
    border-radius: 50%;
}

.py-impact-slider .splide__arrow svg {
    width: 16px;
    height: 16px;
}

#gform_fields_5 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

#input_5_1 {
    width: 300px;
    max-width: 100%;
    height: 47px;
}

@media (max-width:991px) {
    .py-news-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width:479px) {
    .py-news-grid {
        grid-template-columns: minmax(0,1fr);
    }
}

.py-footer-grid .py-footer-grid__col span {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 5px;
}

.py-footer-grid a {
    color: white;
    text-decoration: none;
}

.main-nav .menu li.menu-item-has-children a {
    padding-right: 30px;
}

.py-footer-get-involved svg {
    display: flex;
    width: 20px;
    height: 20px;
}

.py-round-button span {
    display: none;
}

.py-round-button {
    padding: 16px;
    border-radius: 50%;
}

.py-icon-text-card__inner-content {
    width: 100%;
}

figure,
img,
picture {
    border-radius: 16px;
}