html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 1.2vw;
    line-height: 1.3
}

footer,main,nav,section {
    display: block
}

a {
    background-color: transparent;
    font-weight: 400;
    text-decoration: underline
}

a:active,a:hover {
    outline: 0
}

h1 {
    margin: .67em 0
}

img {
    border: 0;
    vertical-align: middle;
    object-fit: cover;
    max-width: 100%;
    display: inline-block
}

button,input {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible;
    text-transform: none;
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
    appearance: button
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

[class*=" peerfect-icon-"] {
    font-family: "peerfect-icons"!important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.peerfect-icon-nav-menu:before {
    content: ""
}

.peerfect-icon-dropdown-toggle:before {
    content: ""
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.peerfect-inline-block {
    max-width: 100%;
    display: inline-block
}

.peerfect-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898ec;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0
}

input.peerfect-button {
    -webkit-appearance: button;
    appearance: button
}

h1,h2,h3,h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 38px;
    font-family: Young Serif,sans-serif;
    font-size: 3.7rem
}

h2,h3,h4 {
    font-family: var(--young-serif)
}

h1,h2 {
    letter-spacing: -1px;
    line-height: 1.2
}

h2 {
    font-size: 32px;
    font-size: 2.7rem
}

h3 {
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 1.5
}

h4 {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1.7
}

p,ul {
    margin-top: 0
}

h1,h2,h3,h4,p {
    font-weight: 400
}

p {
    font-family: var(--poppins);
    text-align: left;
    margin-bottom: 0
}

blockquote,label {
    font-family: Poppins,sans-serif;
    font-weight: 400
}

blockquote,p {
    font-size: 1.125rem;
    line-height: 1.5
}

blockquote {
    font-size: 18px;
    border-left: 5px solid #e2e2e2;
    padding: 10px 20px
}

ul {
    margin-bottom: 10px;
    padding-left: 40px
}

.peerfect-list-unstyled {
    padding-left: 0;
    list-style: none
}

.peerfect-form {
    margin: 0 0 15px
}

.peerfect-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #ddd
}

.peerfect-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede
}

label {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1rem;
    display: block
}

.peerfect-input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc
}

.peerfect-input:focus {
    border-color: #3898ec;
    outline: 0
}

.peerfect-form-label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0
}

.peerfect-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

.peerfect-container:after,.peerfect-container:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.peerfect-container:after {
    clear: both
}

.peerfect-container .peerfect-row {
    margin-left: -10px;
    margin-right: -10px
}

.peerfect-row:after,.peerfect-row:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.peerfect-row:after {
    clear: both
}

.peerfect-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.peerfect-col-4 {
    width: 33.33333333%
}

.peerfect-col-8 {
    width: 66.66666667%
}

@media screen and (max-width:991px) {
    .peerfect-container {
        max-width: 728px
    }

    .peerfect-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width:767px) {
    .peerfect-container .peerfect-row,.peerfect-row {
        margin-left: 0;
        margin-right: 0
    }

    .peerfect-col {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width:479px) {
    .peerfect-container {
        max-width: none
    }

    .peerfect-col {
        width: 100%
    }
}

.peerfect-dropdown,.peerfect-dropdown-toggle {
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: inline-block
}

.peerfect-dropdown {
    z-index: 900
}

.peerfect-dropdown-toggle {
    vertical-align: top;
    text-decoration: none;
    color: #222;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    padding: 20px 40px 20px 20px
}

.peerfect-dropdown-toggle:focus {
    outline: 0
}

.peerfect-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 20px auto auto;
    width: 1em;
    height: 1em
}

.peerfect-dropdown-list {
    position: absolute;
    background: #ddd;
    display: none;
    min-width: 100%
}

.peerfect-dropdown-list.peerfect--open {
    display: block
}

@media screen and (max-width:767px) {
    .peerfect-nav-brand {
        padding-left: 10px
    }
}

.peerfect-richtext:after,.peerfect-richtext:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.peerfect-richtext:after {
    clear: both
}

.peerfect-nav {
    position: relative;
    background: #ddd;
    z-index: 1000
}

.peerfect-nav:after,.peerfect-nav:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.peerfect-nav:after {
    clear: both
}

.peerfect-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333
}

.peerfect-nav-menu {
    position: relative;
    float: right
}

.peerfect-nav-overlay,[data-nav-menu-open] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0
}

[data-nav-menu-open] {
    display: block!important;
    background: #c8c8c8;
    text-align: center;
    overflow: visible;
    min-width: 200px
}

.peerfect-nav-overlay {
    overflow: hidden;
    display: none;
    width: 100%
}

.peerfect-nav-overlay [data-nav-menu-open] {
    top: 0
}

.peerfect-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none
}

.peerfect-nav-button:focus {
    outline: 0
}

.peerfect-nav-button.peerfect--open {
    background-color: #c8c8c8;
    color: #fff
}

.peerfect--nav-dropdown-open,.peerfect--nav-dropdown-toggle-open {
    display: block
}

.peerfect--nav-dropdown-list-open {
    position: static
}

@media screen and (max-width:991px) {
    .peerfect-nav[data-collapse=medium] .peerfect-nav-menu {
        display: none
    }

    .peerfect-nav[data-collapse=medium] .peerfect-nav-button {
        display: block
    }
}

@media screen and (max-width:767px) {
    .peerfect-nav-brand {
        padding-left: 10px
    }
}

.peerfect-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.peerfect-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.peerfect-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block
}

.peerfect-checkbox:after,.peerfect-checkbox:before {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.peerfect-checkbox:after {
    clear: both
}

.peerfect-checkbox-input {
    float: left;
    margin: 4px 0 0-20px;
    line-height: normal
}

@media screen and (max-width:991px) {
    .peerfect-layout-blockcontainer {
        max-width: 728px
    }
}

@media screen and (max-width:767px) {
    .peerfect-layout-blockcontainer {
        max-width: none
    }
}

li {
    font-family: Poppins,sans-serif;
    font-size: 1rem
}

.page-wrapper {
    font-weight: 400
}

.heading-style-h1,li {
    font-weight: 400;
    line-height: 1.5
}

.heading-style-h1 {
    font-family: var(--young-serif);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 3.157rem
}

.padding-section-small {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.heading-style-h6 {
    margin-top: 0;
    font-family: Young Serif,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem
}

.heading-style-h6.text-style-allcaps {
    font-family: var(--poppins);
    color: var(--black);
    text-align: left;
    letter-spacing: .1rem;
    margin-top: 0;
    font-weight: 400
}

.spacer-large {
    padding-top: 3rem
}

.text-style-allcaps {
    text-transform: uppercase
}

.margin-bottom {
    font-size: var(--h4-style\<deleted\|variable-74bc5cb3-14f9-1fcf-0c2b-73e15119e0d9\>);
    margin: 0 0 40px
}

.padding-section-large {
    flex-direction: row;
    padding-top: 8rem;
    padding-bottom: 8rem
}

.padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.max-width-xlarge {
    width: 100%;
    max-width: 64rem
}

.spacer-small {
    width: 100%;
    padding-top: 1rem
}

.spacer-medium {
    width: 100%;
    padding-top: 2rem
}

.margin-top {
    margin: 10px 0 0
}

.container-large {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto
}

.container-large.is-navbar {
    justify-content: space-around;
    align-items: stretch;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex
}

.home-cta-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex
}

.button-fulll,.button-outline {
    font-family: var(--poppins);
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem
}

.button-fulll {
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: .65rem 1.5rem;
    border: 1px solid transparent
}

.button-outline {
    border: 2px solid var(--primary);
    padding: .8rem 1.6rem;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.footer-bootom {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
    background-color: var(--tertiary);
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr .9fr .6fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    padding: 20px 40px;
    display: flex
}

.footer-contacts-wrapper {
    grid-row-gap: 1.4rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.link-footer-bootom {
    grid-column-gap: 3rem;
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: .8rem;
    line-height: 1.3rem;
    text-decoration: none
}

.footer-wrapper {
    justify-content: space-between;
    display: flex
}

.footer {
    background-color: var(--tertiary)
}

.footer-info-items {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #fff;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.footer-adopt-nav,.footer-main-nav,.footer-resource-bav {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex
}

.footer-nav-links {
    color: #fffc;
    -webkit-text-stroke-color: #fff;
    flex: 0 auto;
    font-size: 1rem;
    text-decoration: none;
    transition: transform .25s
}

.footer-nav-links:hover {
    color: var(--white);
    transform: translate(0,-3px)
}

.footer-bottom-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    display: flex
}

.footer-social-icons-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex
}

.footer-icon-size {
    width: 2rem;
    height: 2rem
}

.footer-donation-wrapper {
    flex-direction: column;
    align-items: flex-start
}

.blog-author-wrapper {
    grid-column-gap: 1rem;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 15px;
    display: flex
}

.blog-author-wrapper.margin-bottom {
    justify-content: space-between
}

.nav-menu-wrapper {
    grid-column-gap: 0;
    grid-row-gap: 0;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

.nav-link {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none
}

.nav-link:hover {
    color: #1a1b1fbf
}

.nav-dropdown-toggle:focus-visible,.nav-link:focus-visible {
    outline-offset: 0;
    color: #0050bd;
    outline: 2px solid #0050bd
}

.nav-link:focus-visible {
    border-radius: 4px
}

.nav-dropdown-toggle:focus-visible {
    border-radius: 5px
}

.nav-dropdown-icon {
    font-size: .8rem
}

.footer-social-media-link {
    transition: transform .3s cubic-bezier(.25,.46,.45,.94)
}

.footer-social-media-link:hover {
    transform: translate(0,-5px)
}

.logo-style {
    width: 13rem
}

.section {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.section.padding-global.padding-section-large {
    position: relative;
    overflow: hidden
}

.featured-blog-author-image-style {
    width: 100%;
    height: 100%;
    margin-top: 0
}

.checkbox-label,.text-span-2 {
    text-decoration: none
}

.text-span-2 {
    color: var(--tertiary);
    font-weight: bold
}

.home-cta-content-wrapper {
    border: 1px solid var(--primary);
    background-image: linear-gradient(103deg,var(--primary),#d5eca8 17%,var(--secondary) 101%);
    border-radius: 30px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr
}

.home-cta-content-wrapper.max-width-xlarge {
    background-image: linear-gradient(103deg,var(--secondary),#d5eca8 17%,var(--secondary) 101%);
    max-width: 66rem;
    margin-left: auto;
    margin-right: auto
}

.home-cta-image {
    position: relative
}

.home-cta-text {
    padding: 60px 100px 60px 60px
}

.home-cta-image-style {
    z-index: 100;
    max-width: 78%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    position: absolute;
    inset: auto auto 0 0
}

.blog-v3-sitebar-wrapper {
    width: 30rem
}

.blog-v3-sitebar-wrapper.margin-top {
    width: auto;
    margin-top: 60px
}

.blog-subscribe-box-wrapper {
    background-color: var(--secondary);
    border-radius: 30px;
    flex-flow: column;
    align-items: center;
    padding: 30px 60px;
    display: flex
}

.blog-subscribe-box-wrapper h3 {
    text-align: center
}

.blog-text-field {
    border-radius: 50px;
    height: 2.8rem;
    margin-bottom: 0
}

.form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex
}

.blog-categories {
    margin-top: 40px;
    margin-bottom: 40px
}

.blog-categories,.blog-recent-posts,.blog-social-follow {
    padding-left: 10px;
    padding-right: 0
}

.blog-social-icons-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex
}

.blog-social-media-link {
    padding: 5px;
    transition: transform .3s cubic-bezier(.25,.46,.45,.94)
}

.blog-social-media-link:hover {
    transform: translate(0,-5px)
}

.blog-icon-style {
    width: 2rem;
    height: 2rem
}

.blog-about-us {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 0
}

.blog-post-content-wrapper {
    margin-top: 60px;
    padding-right: 10px;
    position: relative
}

.blog-post-cover-image-style {
    border-radius: 30px;
    width: 100%;
    height: 500px
}

.blog-post-category {
    background-color: var(--primary);
    border-radius: 50px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    display: inline-flex;
    position: absolute
}

.author-image {
    border-radius: 50%;
    align-self: center;
    width: 4rem;
    height: 4rem;
    overflow: hidden
}

.author-info {
    align-self: center;
    width: auto;
    padding-top: 10px
}

.nav-grid-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: auto;
    height: auto;
    display: grid
}

.nav-grid-wrapper.all-pages {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: column
}

.paragraph {
    max-width: 60ch;
    font-size: .875rem
}

.paragraph.cta {
    text-align: left
}

.button-full-text-wrapper {
    z-index: 5;
    font-family: var(--poppins);
    color: #233305;
    letter-spacing: 0;
    font-size: 1rem;
    font-weight: 400;
    position: relative
}

.button-full-background {
    background-color: var(--primary);
    border-radius: 100%;
    width: 125%;
    height: 175%;
    display: block;
    position: absolute;
    inset: -30%0 0-10%
}

.button-full {
    color: #040126;
    text-align: center;
    letter-spacing: -.03rem;
    background-color: #8ecc1480;
    border-radius: 50px;
    padding: .9rem 1.6rem;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.button-text {
    color: #233305;
    letter-spacing: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    line-height: 1.5rem
}

.button-outline-text-wrapper,.button-text {
    z-index: 5;
    position: relative
}

.button-outline-background {
    background-color: var(--primary);
    border-radius: 100%;
    width: 125%;
    height: 175%;
    position: absolute;
    inset: -30%0 0-10%
}

.nav-single-link-box:focus-visible {
    outline-offset: 0;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd
}

.navbar-component {
    z-index: 999;
    position: sticky;
    top: 0
}

.navbar-3 {
    background-color: var(--white);
    min-width: 0
}

.nav-dropdown-v1 {
    position: static
}

.dropdown-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    width: auto;
    height: auto;
    margin: 0 auto 20px;
    padding: 10px 20px;
    display: flex
}

.display-none {
    display: none
}

.dropdown-list {
    background-color: var(--secondary);
    width: auto;
    height: auto;
    display: none;
    inset: 60px 0 auto 0
}

.dropdown-list.peerfect--open {
    aspect-ratio: auto;
    border-bottom: 5px solid var(--primary);
    background-color: var(--white);
    margin: 10px auto 0;
    padding-top: 20px;
    padding-bottom: 10px;
    position: fixed;
    inset: 60px auto auto 0
}

.nav-link-underline {
    border-bottom: 2px solid var(--primary);
    width: auto
}

.nav-text {
    font-family: var(--poppins);
    letter-spacing: 1px;
    font-size: .9rem;
    font-weight: 400
}

.nav-text:hover {
    color: var(--primary)
}

.nav-menu {
    align-self: center
}

.background-design-element {
    z-index: 500;
    background-image: linear-gradient(150deg,#8ecc1480,var(--secondary));
    border-radius: 10px;
    width: 3.125em;
    height: 3.125em;
    position: absolute;
    inset: 100px auto 0-5%
}

.background-design-element.top-left-30px,.background-design-element.top-left-80px {
    background-image: linear-gradient(150deg,#8ecc1433,var(--secondary))
}

.background-design-element.top-left-80px {
    border-radius: 15px;
    width: 5rem;
    height: 5rem;
    inset: 20%auto auto -5.5%
}

.background-design-element.top-left-30px {
    border-radius: 5px;
    width: 1.875rem;
    height: 1.875rem;
    inset: 10%auto auto 12%
}

.background-design-element.top-left-50px {
    background-image: linear-gradient(150deg,#8ecc1433,var(--secondary));
    width: 3.125rem;
    height: 3.125rem;
    inset: 0 auto auto 3%
}

.background-design-element.bottom-right-30px {
    background-image: linear-gradient(150deg,#8ecc1433,var(--secondary));
    border-radius: 5px;
    width: 30px;
    height: 30px;
    inset: auto 10% 2%auto
}

.background-design-element.bottom-right-50px,.background-design-element.bottom-right-80px {
    background-image: linear-gradient(150deg,#8ecc1433,var(--secondary));
    inset: auto 1% 6%auto
}

.background-design-element.bottom-right-80px {
    width: 80px;
    height: 80px;
    inset: auto -4% 19%auto
}

.button-full-navbar {
    z-index: 10;
    color: #040126;
    text-align: center;
    letter-spacing: -.03rem;
    background-color: #8ecc1480;
    border-radius: 50px;
    align-self: center;
    padding: .9rem 1.6rem;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.recent-posts-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr
}

.recent-post-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    color: var(--black);
    justify-content: start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    transition: transform .3s cubic-bezier(.25,.46,.45,.94);
    display: flex
}

.recent-post-wrapper:hover {
    color: var(--primary);
    transform: translate(0,-5px)
}

.recent-post-image {
    object-fit: contain;
    border-radius: 15px;
    justify-content: center;
    min-width: 125px;
    height: 125px;
    display: flex;
    overflow: hidden
}

.image-32 {
    width: 10rem;
    height: auto
}

.blog-post-category-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border: 1px solid var(--primary);
    background-color: var(--secondary);
    color: var(--black);
    border-radius: 50px;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 5px;
    padding: 10px 20px;
    text-decoration: none;
    transition: transform .3s cubic-bezier(.25,.46,.45,.94);
    display: flex
}

.blog-post-category-item:hover {
    background-color: var(--primary);
    transform: translate(0,-5px);
    color: var(--white)
}

.navbar-link-style {
    color: var(--black);
    font-size: 1rem;
    text-decoration: none;
    transition: transform .15s cubic-bezier(.455,.03,.515,.955)
}

.navbar-link-style:hover {
    color: var(--primary);
    transform: translate(0,-5px)
}

.footer-separator {
    border: 1px solid #ffffff40
}

.footer-bootom-right {
    grid-column-gap: 2rem;
    justify-content: space-around;
    display: flex
}

.author-name-job-title {
    font-family: var(--poppins);
    color: #333333b3;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem
}

.author-name-job-title.blog-post {
    font-size: .9rem
}

.button-full-navbar-dropdown {
    color: #040126;
    text-align: center;
    letter-spacing: -.03rem;
    background-color: #8ecc1480;
    border-radius: 50px;
    align-self: center;
    padding: .9rem 1.6rem;
    font-weight: 500;
    text-decoration: none;
    display: none;
    position: relative;
    overflow: hidden
}

.title {
    font-family: var(--young-serif);
    margin-bottom: 3px;
    line-height: 1.2
}

.title.footer {
    color: var(--white)
}

.title.category-style {
    font-family: var(--poppins);
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: .8rem;
    line-height: 1.5
}

.footer-social-media-icons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    display: flex
}

.nav-link-style {
    margin-top: 0;
    margin-bottom: 0
}

.blog-left-column-wrapper {
    padding-right: 60px
}

.blog-right-column-right {
    padding-left: 20px;
    padding-right: 20px
}

.image-newsletter-style {
    width: 15rem;
    margin-top: -70px
}

.category-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.category-list {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: wrap;
    display: flex
}

.category-link-style {
    color: var(--black);
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none
}

.category-link-style:hover {
    color: var(--white)
}

.post-title {
    margin-bottom: 3px
}

.post-title.heading-style-h1 {
    font-size: 3rem;
    line-height: 1.3
}

.blog-author-image-wrapper,.blog-cta-buttons-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex
}

.blog-cta-buttons-wrapper.margin-top {
    margin-top: 1.5rem
}

.blog-author-image-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    overflow: hidden
}

.blog-post-author-name {
    font-family: var(--young-serif);
    color: var(--primary);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 400
}

.caregory-icon-style {
    width: 1.3rem;
    margin-right: -8px
}

@media screen and (min-width:1280px) {
    body {
        font-size: 1.3vw
    }

    .heading-style-h1 {
        font-size: 3.4727rem;
        font-weight: 400;
        line-height: 1.5
    }

    .heading-style-h6 {
        font-weight: 400
    }

    .padding-section-large {
        flex-direction: row
    }

    .container-large.is-navbar {
        justify-content: space-between
    }

    .home-cta-wrapper {
        flex-direction: column;
        align-items: center
    }

    .button-fulll {
        font-family: var(--poppins)
    }

    .button-fulll:hover {
        border: 1px solid var(--primary);
        background-color: var(--white);
        color: var(--primary)
    }

    .footer-bootom {
        grid-template-columns: .8fr .8fr .6fr .6fr 1.5fr
    }

    .footer-contacts-wrapper {
        grid-column-gap: 5rem;
        grid-row-gap: 1rem;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        display: flex
    }

    .footer-info-items {
        align-items: center;
        display: flex
    }

    .footer-follow-nav {
        flex-direction: column;
        align-items: flex-start
    }

    .footer-icon-size {
        padding: 2px
    }

    .footer-donation-wrapper {
        flex-direction: column;
        align-items: flex-start;
        display: flex
    }

    .blog-author-wrapper.margin-bottom {
        justify-content: space-between
    }

    .home-cta-content-wrapper.max-width-xlarge {
        max-width: 74rem
    }

    .home-cta-image-style {
        z-index: 100
    }

    .blog-social-follow {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .blog-social-icons-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: row;
        display: flex
    }

    .nav-grid-wrapper {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem
    }

    .button-full-text-wrapper {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        display: block
    }

    .dropdown-list.peerfect--open {
        position: fixed
    }

    .background-design-element.top-left-80px {
        border-radius: 15px;
        width: 5em;
        height: 5em;
        left: -4%
    }

    .background-design-element.top-left-30px {
        border-radius: 5px;
        width: 1.875em;
        height: 1.875em
    }

    .background-design-element.top-left-50px {
        width: 3.125em;
        height: 3.125em
    }

    .background-design-element.bottom-right-30px {
        width: 1.875em;
        height: 1.875em
    }

    .background-design-element.bottom-right-80px {
        width: 5em;
        height: 5em
    }

    .button-full-navbar,.button-full-navbar-dropdown {
        align-self: center
    }
}

@media screen and (min-width:1440px) {
    .heading-style-h1 {
        font-size: 3.81997rem;
        line-height: 1.5
    }

    .container-large {
        max-width: 90rem
    }
}

@media screen and (min-width:1920px) {
    .heading-style-h1 {
        font-size: 4.20197rem
    }

    .container-large {
        max-width: 100rem
    }

    .home-cta-content-wrapper.max-width-xlarge {
        max-width: 80rem
    }
}

@media screen and (max-width:991px) {
    body {
        font-size: 2.5vw
    }

    h1 {
        font-size: 3rem
    }

    h2 {
        font-size: 2.3rem
    }

    h3 {
        font-size: 1.5rem;
        line-height: 1.5
    }

    h4,p {
        font-size: 1rem
    }

    h3,p {
        text-align: left
    }

    .heading-style-h1 {
        text-align: center;
        font-size: 3.5rem;
        font-weight: 400;
        line-height: 4.9rem
    }

    .heading-style-h6 {
        font-weight: 400
    }

    .heading-style-h6.text-style-allcaps {
        text-align: left;
        align-self: center
    }

    .margin-bottom {
        text-align: center;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }

    .padding-section-large {
        padding-top: 6rem;
        padding-bottom: 6rem
    }

    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .container-large.is-navbar {
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 40px;
        padding-right: 40px
    }

    .button-fulll {
        align-self: center
    }

    .footer-bootom {
        grid-template-columns: 1.25fr 1.25fr .9fr .75fr;
        padding-left: 60px;
        padding-right: 60px
    }

    .footer-contacts-wrapper {
        grid-column-gap: 3rem;
        flex-flow: row
    }

    .footer-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 2rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .footer-info-items {
        grid-template-columns: .25fr 1fr;
        align-content: center
    }

    .footer-follow-nav {
        justify-content: space-around;
        align-items: center;
        display: flex
    }

    .footer-social-icons-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: column
    }

    .nav-menu-wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        background-color: var(--white);
        flex-flow: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        place-content: start center;
        place-items: center;
        width: 100vw;
        height: 100vh;
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        display: grid;
        position: absolute;
        overflow: auto
    }

    .nav-link {
        padding-left: 5px;
        padding-right: 5px
    }

    .section.padding-global.padding-section-large {
        overflow: hidden
    }

    .home-cta-content-wrapper.max-width-xlarge {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: column-reverse;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .home-cta-content-wrapper.max-width-xlarge.style-2 {
        flex-flow: column
    }

    .home-cta-image {
        align-self: center;
        margin-left: auto;
        margin-right: auto
    }

    .home-cta-text {
        grid-column-gap: 0;
        grid-row-gap: 0;
        flex-flow: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: flex-start;
        align-items: center;
        padding-left: 30px;
        padding-right: 30px;
        display: flex
    }

    .home-cta-image-style {
        max-width: 80%;
        margin-top: -50px;
        position: relative
    }

    .blog-post-category.margin-bottom {
        font-size: 1rem
    }

    .nav-grid-wrapper,.nav-grid-wrapper.all-pages {
        grid-template-columns: 1fr 1fr 1fr
    }

    .nav-grid-wrapper.all-pages {
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        grid-template-rows: auto auto auto auto auto auto
    }

    .paragraph {
        max-width: 55ch;
        margin-top: 10px;
        font-size: 1rem
    }

    .dropdown-list.peerfect--open {
        position: static;
        left: 0
    }

    .menu-button-2 {
        border: 1px solid var(--primary);
        background-color: var(--secondary);
        border-radius: 20px
    }

    .menu-button-2.peerfect--open {
        background-color: var(--primary);
        border-radius: 20px
    }

    .nav-text {
        letter-spacing: 3px;
        font-family: Young Serif,sans-serif;
        font-size: 1.2rem;
        font-weight: 400
    }

    .background-design-element.top-left-80px {
        top: 0;
        left: -11%
    }

    .background-design-element.top-left-30px {
        display: none
    }

    .background-design-element.top-left-50px {
        top: 130px;
        left: -20px
    }

    .background-design-element.bottom-right-50px {
        right: -5%
    }

    .background-design-element.bottom-right-80px {
        right: -8%
    }

    .dropdown-toggle-5 {
        display: flex
    }

    .dropdown-toggle-5.peerfect--open {
        justify-content: center
    }

    .button-full-navbar {
        display: none
    }

    .navbar-link-style {
        text-align: center
    }

    .button-full-navbar-dropdown,.logo-wrapper {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .title.footer {
        color: var(--white)
    }

    .title.cta {
        max-width: 25ch;
        font-size: 2.3rem;
        line-height: 1.4
    }

    .title.recent-post {
        font-size: 1.4rem
    }

    .footer-social-media-icons {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: row;
        display: flex
    }

    .blog-columns {
        flex-flow: column;
        display: flex
    }

    .blog-left-column-wrapper {
        padding-right: 0
    }

    .post-title.heading-style-h1 {
        font-size: 2.7rem
    }

    .blog-cta-buttons-wrapper.margin-top {
        justify-content: center;
        align-items: center
    }

    .blog-post-author-name {
        text-align: left
    }
}

@media screen and (max-width:767px) {
    body {
        font-size: 2.5vw
    }

    h1 {
        font-size: 3rem
    }

    .heading-style-h1 {
        font-size: 3rem;
        font-weight: 400;
        line-height: 4.2rem
    }

    .padding-section-small {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .heading-style-h6 {
        font-size: 1rem
    }

    .margin-bottom {
        text-align: center;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }

    .padding-section-large {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .padding-global {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .margin-top {
        width: auto;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .footer-bootom {
        grid-template-columns: 1.5fr 1fr
    }

    .footer-contacts-wrapper {
        grid-column-gap: 3.5rem;
        flex-flow: row;
        justify-content: space-around
    }

    .footer-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-direction: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: center;
        align-items: center;
        display: grid
    }

    .footer-info-items {
        flex-flow: column;
        grid-template-columns: .25fr 1fr
    }

    .footer-logo-and-contacts {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .footer-adopt-nav {
        align-items: flex-start
    }

    .footer-adopt-nav,.footer-follow-nav {
        justify-content: center
    }

    .footer-main-nav,.footer-resource-bav {
        justify-content: center;
        align-items: flex-start
    }

    .footer-follow-nav {
        grid-column-gap: 2rem;
        grid-row-gap: 1rem;
        flex-flow: row;
        align-items: center;
        display: flex
    }

    .blog-author-wrapper {
        justify-content: flex-start
    }

    .blog-author-wrapper.margin-bottom {
        flex-flow: column;
        width: auto
    }

    .nav-menu-wrapper {
        align-content: start;
        width: 100vw;
        height: 100vh;
        min-height: auto;
        padding-top: 40px;
        position: absolute;
        overflow: auto
    }

    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block
    }

    .home-cta-content-wrapper.max-width-xlarge {
        grid-template-columns: 1fr
    }

    .home-cta-text {
        padding-left: 40px;
        padding-right: 40px
    }

    .home-cta-image-style {
        max-width: 80%
    }

    .blog-post-content-wrapper {
        width: auto;
        padding-right: 0
    }

    .blog-post-cover-image-style {
        width: 100vw
    }

    .nav-grid-wrapper {
        grid-template-columns: 1fr
    }

    .nav-grid-wrapper.all-pages {
        grid-template-columns: 1fr 1fr
    }

    .paragraph.cta {
        text-align: center
    }

    .button-full {
        align-self: center
    }

    .background-design-element.top-left-80px {
        top: 0;
        left: -8%
    }

    .background-design-element.top-left-30px {
        top: 9%;
        left: 3%
    }

    .background-design-element.top-left-50px {
        top: 20%;
        left: -7%
    }

    .background-design-element.bottom-right-30px {
        bottom: 0
    }

    .background-design-element.bottom-right-50px {
        right: -5%
    }

    .background-design-element.bottom-right-80px {
        right: -11%
    }

    .recent-post-wrapper {
        margin-bottom: 20px
    }

    .blog-post-category-item {
        flex-flow: row
    }

    .title.footer {
        color: var(--white);
        font-size: 1.5rem
    }

    .navbar-link-style,.title.cta {
        text-align: center
    }

    .blog-author-image-wrapper {
        flex-flow: row
    }
}

@media screen and (max-width:479px) {
    body {
        font-size: 4vw
    }

    h4 {
        font-size: 1.3rem
    }

    label {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 1em
    }

    .heading-style-h1 {
        font-size: 2.7rem;
        line-height: 3.78rem
    }

    .heading-style-h6.text-style-allcaps,.margin-bottom {
        text-align: center
    }

    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0
    }

    .padding-global {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .margin-top {
        width: auto;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }

    .container-large.is-navbar {
        padding-left: 20px;
        padding-right: 20px
    }

    .button-fulll {
        cursor: pointer;
        align-self: stretch
    }

    .footer-bootom {
        grid-template-columns: 1fr 1fr
    }

    .footer-contacts-wrapper {
        grid-column-gap: 1.5rem;
        grid-row-gap: 2rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid
    }

    .footer-info-items,.footer-wrapper {
        justify-content: center;
        align-items: center
    }

    .footer-wrapper {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        flex-direction: column;
        grid-template-columns: 1fr 1fr
    }

    .footer-info-items {
        flex-flow: column;
        grid-template-columns: .25fr 1fr
    }

    .footer-logo-and-contacts {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .footer-adopt-nav {
        grid-row-gap: 1rem
    }

    .footer-adopt-nav,.footer-follow-nav,.footer-main-nav,.footer-resource-bav {
        justify-content: center;
        align-items: center
    }

    .footer-follow-nav {
        grid-row-gap: 0;
        flex-direction: column;
        width: auto;
        display: flex
    }

    .footer-nav-links {
        font-size: 1rem
    }

    .footer-bottom-wrapper {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .footer-social-icons-wrapper {
        justify-content: center;
        align-items: center;
        width: auto
    }

    .footer-donation-wrapper {
        text-align: center
    }

    .blog-author-wrapper {
        padding-bottom: 0
    }

    .blog-author-wrapper.margin-bottom {
        flex-flow: column;
        width: auto;
        font-size: 1rem
    }

    .nav-menu-wrapper {
        place-content: start center;
        align-items: center;
        width: 100vw;
        height: 100vh;
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        position: absolute;
        overflow: auto
    }

    .footer-social-media-link {
        padding: 10px
    }

    .logo-style {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        max-width: 80%;
        display: block
    }

    .section.padding-global.padding-section-large {
        overflow: hidden
    }

    .checkbox-label {
        margin-right: 0
    }

    .home-cta-content-wrapper.max-width-xlarge {
        grid-template-columns: 1fr
    }

    .home-cta-text {
        padding: 40px 30px
    }

    .home-cta-image-style {
        margin-top: -20px
    }

    .blog-subscribe-box-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }

    .form {
        width: auto
    }

    .blog-post-content-wrapper {
        width: auto;
        padding-right: 0
    }

    .blog-post-cover-image-style {
        width: 100vw
    }

    .nav-grid-wrapper.all-pages {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        text-align: center;
        grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
        grid-template-columns: 1fr
    }

    .link-block {
        justify-content: center;
        display: flex
    }

    .paragraph,.paragraph.cta {
        text-align: center
    }

    .background-design-element.top-left-80px {
        display: none;
        top: -3%;
        left: -16%
    }

    .background-design-element.top-left-30px {
        top: 2%;
        left: 2%
    }

    .background-design-element.top-left-50px {
        top: 26%;
        left: -34px
    }

    .background-design-element.bottom-right-30px {
        bottom: 0;
        right: 9%
    }

    .background-design-element.bottom-right-50px {
        right: -11%
    }

    .background-design-element.bottom-right-80px {
        right: -20%
    }

    .recent-post-wrapper {
        flex-flow: column;
        justify-content: center;
        align-items: flex-start
    }

    .image-32 {
        width: 100vw
    }

    .author-name-job-title {
        text-align: center
    }

    .checkbox-field-3 {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex
    }

    .checkbox-2 {
        width: 1.2rem;
        height: 1.2rem
    }

    .button-full-navbar-dropdown {
        display: block
    }

    .title,.title.footer {
        text-align: center
    }

    .title.footer {
        color: var(--white);
        font-size: 1.5rem
    }

    .title.cta {
        text-align: center;
        line-height: 1.3
    }

    .title.recent-post {
        text-align: left
    }

    .link-5 {
        margin-left: 5px
    }

    .blog-left-column-wrapper {
        padding-left: 0
    }

    .blog-right-column-right {
        padding-left: 0;
        padding-right: 0
    }

    .post-title {
        text-align: center
    }

    .blog-cta-buttons-wrapper.margin-top {
        flex-flow: wrap;
        align-items: center
    }

    .blog-author-image-wrapper {
        text-align: center;
        flex-flow: column;
        justify-content: center;
        align-self: center;
        align-items: center
    }

    .blog-post-author-name {
        text-align: center
    }
}

#peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea9b-b0bbea44 {
    grid-area: span 1/span 4/span 1/span 4;
    justify-self: center
}

#peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea93-b0bbea44,#peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea97-b0bbea44 {
    justify-self: center
}

#peerfect-node-_0094b857-1b3d-1c60-1cdb-d987f755d545-f755d540 {
    align-self: center
}

@media screen and (min-width:1280px) {
    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea9b-b0bbea44 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: center
    }

    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea93-b0bbea44,#peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea95-b0bbea44,#peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea97-b0bbea44 {
        justify-self: center
    }
}

@media screen and (max-width:991px) {
    .logo-style {
        max-height: 62px;
        max-width: 62px
    }

    #peerfect-node-_6106ce12-1e09-684f-8519-3b92382ac352-b0bbea44 {
        grid-area: span 1/span 3/span 1/span 3
    }

    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea49-b0bbea44 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea82-b0bbea44 {
        grid-area: span 1/span 3/span 1/span 3
    }

    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea9b-b0bbea44 {
        grid-area: span 1/span 4/span 1/span 4;
        justify-self: center
    }

    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea93-b0bbea44,#peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea95-b0bbea44,#peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea97-b0bbea44 {
        align-self: center
    }

    #peerfect-node-_0094b857-1b3d-1c60-1cdb-d987f755d543-f755d540 {
        order: 9999;
        place-self: end center
    }

    .peerfect-node-ae3556ba-4943-dd10-1e26-c6c49da350a1-9da35016 {
        justify-self: center
    }
}

@media screen and (max-width:767px) {
    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea49-b0bbea44 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea82-b0bbea44 {
        grid-area: span 1/span 3/span 1/span 3;
        place-self: center
    }

    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea9b-b0bbea44 {
        grid-area: span 1/span 2/span 1/span 2;
        place-self: center start
    }

    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea93-b0bbea44,#peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea95-b0bbea44,#peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea97-b0bbea44 {
        justify-self: start
    }

    #peerfect-node-_0094b857-1b3d-1c60-1cdb-d987f755d543-f755d540 {
        grid-area: 2/1/3/2
    }
}

@media screen and (max-width:479px) {
    #peerfect-node-_6106ce12-1e09-684f-8519-3b92382ac352-b0bbea44 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea49-b0bbea44 {
        grid-area: span 1/span 1/span 1/span 1
    }

    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea4e-b0bbea44 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: center
    }

    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea57-b0bbea44 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: auto
    }

    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea53-b0bbea44 {
        grid-area: span 1/span 1/span 1/span 1;
        place-self: auto
    }

    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea4f-b0bbea44 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: auto
    }

    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea5b-b0bbea44,#peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea68-b0bbea44,#peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea75-b0bbea44 {
        grid-area: span 1/span 2/span 1/span 2
    }

    #peerfect-node-_9684380e-b5cd-659b-56da-370ab0bbea82-b0bbea44 {
        grid-area: span 1/span 2/span 1/span 2;
        place-self: center
    }

    #peerfect-node-_0e74b66b-f09a-efe4-d728-de37c1abad8c-9da35016 {
        justify-self: center
    }
}

.link-5 {
    text-decoration: none
}

li span {
    font-weight: 700
}

.link-5:hover {
    .text-span-2 {
        color: var(--primary)
    }
}

.peerfect-richtext p + ul {
  margin-top: 1rem
}

.peerfect-richtext p a {
    color: var(--tertiary);
    text-decoration: none;
    font-weight: 700
}

.peerfect-richtext p a:hover {
    color: var(--primary)
}
