.text-hover-primary:focus,.text-hover-primary:hover{color:#41ad49!important}.bg-hover-primary:focus,.bg-hover-primary:hover{background-color:#41ad49!important}.text-hover-secondary:focus,.text-hover-secondary:hover{color:#353836!important}.bg-hover-secondary:focus,.bg-hover-secondary:hover{background-color:#353836!important}.text-hover-gray:focus,.text-hover-gray:hover{color:#75787b!important}.bg-hover-gray:focus,.bg-hover-gray:hover{background-color:#75787b!important}.text-hover-gray-2:focus,.text-hover-gray-2:hover{color:#c0c2bf!important}.bg-hover-gray-2:focus,.bg-hover-gray-2:hover{background-color:#c0c2bf!important}.text-hover-light-gray:focus,.text-hover-light-gray:hover{color:#fafafa!important}.bg-hover-light-gray:focus,.bg-hover-light-gray:hover{background-color:#fafafa!important}.text-hover-light-gray-2:focus,.text-hover-light-gray-2:hover{color:#eee!important}.bg-hover-light-gray-2:focus,.bg-hover-light-gray-2:hover{background-color:#eee!important}.text-hover-gray-neutral:focus,.text-hover-gray-neutral:hover{color:#eaeaea!important}.bg-hover-gray-neutral:focus,.bg-hover-gray-neutral:hover{background-color:#eaeaea!important}.text-hover-light-green:focus,.text-hover-light-green:hover{color:#d7ffdd!important}.bg-hover-light-green:focus,.bg-hover-light-green:hover{background-color:#d7ffdd!important}.text-hover-light-gray-second:focus,.text-hover-light-gray-second:hover{color:#c0c2bf!important}.bg-hover-light-gray-second:focus,.bg-hover-light-gray-second:hover{background-color:#c0c2bf!important}.acf-block-header-with-text .header-with-text__header--with-border-top{border-top:2px solid #c0c2bf;padding-top:1rem}@media (min-width:576px){.acf-block-header-with-text .header-with-text__header--with-border-top{padding-top:1.125rem}}@media (min-width:768px){.acf-block-header-with-text .header-with-text__header--with-border-top{padding-top:1.25rem}}@media (min-width:992px){.acf-block-header-with-text .header-with-text__header--with-border-top{padding-top:1.375rem}}@media (min-width:1200px){.acf-block-header-with-text .header-with-text__header--with-border-top{padding-top:1.5rem}}.acf-block-header-with-text .header-with-text__header--with-border-bottom{border-bottom:1px solid #eee;padding-bottom:1rem}@media (min-width:576px){.acf-block-header-with-text .header-with-text__header--with-border-bottom{padding-bottom:1.125rem}}@media (min-width:768px){.acf-block-header-with-text .header-with-text__header--with-border-bottom{padding-bottom:1.25rem}}@media (min-width:992px){.acf-block-header-with-text .header-with-text__header--with-border-bottom{padding-bottom:1.375rem}}@media (min-width:1200px){.acf-block-header-with-text .header-with-text__header--with-border-bottom{padding-bottom:1.5rem}}.acf-block-header-with-text .header-with-text__text{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}
.acf-block-header-with-text {
    margin-top: -60px;
}
.acf-block-header-with-text:before {
    content: ' ';
    height: 90px;
}
.acf-block-header-with-text:after {
    content: ' ';
    height: calc(100% - 90px);
}
.row.hwt {
    background: #fff;
    padding: 40px;
    color: #000;
    border-radius: 25px;
}
.hwt .header {
    text-align: center;
}
.hwt h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto 30px;
}
.hwt .content {
    text-align: center;
    font-size: 20px;
    max-width: 800px;
    margin: 0 auto 30px;
}
.hwt .content a {
    color: var(--purple);
    font-weight: 700;
}
@media screen and (max-width: 991px) {
    .hwt .content {
        font-size: 16px;
    }
}