body {
    color: #373433;
    --bs-link-color: #373433;
    --bs-link-hover-color: #373433;
    font-size: 16px !important;
    line-height: 22px !important;
}

.row {
    --bs-gutter-y: 50px;
}

body p {
    font-size: 16px;
    line-height: 22px;
}

body small {
    line-height: 22px;
    font-size: 13px;
}

body main a {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-decoration: underline;
}

body .ul-border {
    padding-left: 10px;
    padding-bottom: 18px;
    margin: 0 auto;
}

    body .ul-border li {
        padding: 5px 10px 5px 23px;
        margin: 0;
        vertical-align: middle;
        text-align: left;
        font-size: 16px;
        margin-left: 7px;
    }

body h3 {
    color: #373433;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 8px;
}

.header__nav__trailing-text p a {
    font-size: 24px;
    line-height: 33px
}

.header__nav__right-logo img {
    width: 78px !important;
    height: 48px !important;
    display: block !important;
}

body .block-1 {
    padding-top: 50px;
}

    body .block-1 .header-1 .title {
        text-align: center;
        font-size: 28px;
        color: #373433;
        font-weight: bold;
        line-height: 30px;
    }

body .block-2 h3 {
    padding-bottom: 10px;
}

body .block-2 h2 {
    padding-bottom: 10px;
}

body .block-4 {
    padding: 50px 20px 50px 20px;
    border: solid 2px #2FCFA0;
}

    body .block-4 h3 {
        font-size: 36px;
        line-height: 43px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    body .block-4 a {
        font-size: 36px;
        line-height: 43px;
    }

body .block-6 {
    background: #D5F5EC;
    padding: 50px 20px 50px 20px;
    margin-bottom: 72px;
    display: flex;
    align-items: center;
}

    body .block-6 img {
        margin-right: 30px;
    }

body .EPiServerForms {
    padding: 15px;
    padding-bottom: 32px;
    position: relative;
}

/*@media (min-width: 576px) {
    .formcontainerblock {
        margin-left: 50px;
        width: calc(50% - 50px);
    }
}*/

body .EPiServerForms .Form__Status:has(.hide) {
    display: none;
}

body .EPiServerForms .Form__Element .Form__Element__Caption {
    min-width: 0;
}

body .EPiServerForms .FormTextbox .FormTextbox__Input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 8px;
}

body .EPiServerForms .FormSubmitButton {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 26px;
    border-width: 2px;
    color: #2fcfa0;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    border: 3px solid #2fcfa0;
    text-decoration: none;
    opacity: 1;
    border-radius: 45px;
    background-color: transparent;
}

body .EPiServerForms .field-set-block {
    margin-bottom: 0;
}

    body .EPiServerForms .field-set-block fieldset > div {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

        body .EPiServerForms .field-set-block fieldset > div .block {
            width: auto;
            flex: 1;
        }

p:has(#emailHelp) {
    padding-right: 15px;
}

body .EPiServerForms .Form__Element {
    margin: 0 0 8px 0;
}

@media (min-width: 1150px) {
    .hero-section {
        min-height: 500px;
    }
}

.hero-section {
    background: url(/globalassets/microsite/image/hubpc-hero-banner.jpg);
    background-size: cover;
    background-position: left;
    padding: 20px 0px;
}

.trustpilot-widget {
    padding: 20px 0px 0px 20px !important;
}

.hero-headline {
    letter-spacing: -1.55px;
    line-height: 3rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    font-size: 40px !important;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif !important;
}

.hero-item-title {
    background: url(/globalassets/microsite/hubpc-bt/hub_group_plectrum.png);
    background-size: contain;
    background-position: center;
    opacity: 80%;
    margin: auto;
    background-repeat: no-repeat;
    height: 450px;
    width: 500px;
    position: relative;
}



.EPiServerForms .Form__Element .Form__Element__ValidationError {
    font-size: 13px;
    margin-top: 4px;
    color: #dc3545;
}

.Form__Title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}


@media (min-width: 1100px) {
    .section-wrapper .htmlblock {
        padding: 0;
    }

    .section-wrapper .formcontainerblock {
        padding: 0;
    }
}

body main .container {
    max-width: 1020px;
}

.button-primary {
    outline: none;
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 5px;
    background: #2FCFA0;
    color: #fff;
    font-family: 'Just Sans Web';
    font-size: 16px;
    line-height: 22px;
    width: fit-content;
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
}

    .button-primary:hover {
        color: white;
    }

form .fa-info-circle {
    display: none;
}

[id^=form-anchor] {
    position: absolute;
    top: 0;
    transform: translateY(-25vh);
}

.title-and-intro-block-1 {
    text-align: center;
    margin-top: 50px;
}

@media (min-width: 900px) {
    .title-and-intro-block-1 .title {
        margin: 85px 0 0;
        font-size: 30px;
        line-height: 1.25em;
        letter-spacing: -1px;
        text-align: center;
    }

    @media (min-width: 900px) {

        .Summary_Card_Block_7 .body ul li::before {
            border-width: 2px;
            width: 14px;
            height: 14px;
            left: 0;
        }

        .Summary_Card_Block_7 .wrapper .contents {
            max-width: 684px !important;
        }

        .title-and-intro-block-1-blog .title {
            margin: 85px 0 0;
            font-size: 30px;
            line-height: 1.25em;
            letter-spacing: -1px;
            text-align: center;
        }

        .title-and-intro-block-1 .intro {
            margin-top: 75px;
        }
    }
}

.summary_card_list_block_1 {
    height: 100%;
    margin: auto;
    padding: 2em;
}

@media (min-width: 768px) {
    .summary_card_list_block_1 {
        padding: 2em;
    }
}

@media (min-width: 900px) {
    .summary_card_list_block_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 135px;
        margin-bottom: 0;
    }

    .slideIntoView {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
        opacity: 0;
        -webkit-transition-duration: 0;
        transition-duration: 0;
    }
}

.green-block-card {
    background-color: #2FCFA0;
    padding-top: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}


.green-video {
    background-color: #f3fcf9 !important;
}

@media (min-width: 900px) {
    .slideIntoView.fadeIn {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

*, :after, :before {
    box-sizing: border-box;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 0;
    border-color: #e2e8f0;
}

*, :after, :before, img {
    border-style: solid;
}

.light-green-block {
    margin-top: 72px;
    width: 1044px;
    background-color: #2FCFA0;
    margin-bottom: 170px;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .wrapper {
        width: 100%;
    }
}

@media (min-width: 900px) {
    .wrapper {
        margin-top: 0;
        padding-top: 0;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.green-block-card .wrapper {
    min-height: 180px;
}

.green-block-card .wrapper {
    max-width: 864px;
}

.green-video .wrapper {
    min-height: 366px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.green-card-1 {
    width: 594px !important;
    text-align: left;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.green-video .green-card-1 {
    width: 504px !important;
    padding-right: 36px !important;
}

.wrapper .summary-card {
    background-color: rgba(47, 207, 160, .4);
    width: 350px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .wrapper .summary-card {
        width: 100%;
    }
}

@media (min-width: 900px) {
    .wrapper .summary-card {
        width: 373px;
        margin: 0;
        padding: 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.wrapper .summary-card:first-child {
    margin-top: 0;
}

@media (min-width: 900px) {
    .Video_Block {
        position: relative;
        margin: 0 auto;
        padding: 0 2em;
    }

    .Video_Block {
        max-width: 1040px;
    }
}

.green-card-2 {
    width: 234px !important;
    margin-top: 0px !important;
    align-self: center !important;
}

.Video_Block {
    margin: 0 auto;
    margin-bottom: 72px;
    width: 1044px;
    padding: 0px;
}

.remove-margin {
    margin-bottom: 0px;
}

.green-card-image .green-card-2 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-top: 0px !important;
}

.green-video .green-card-2 {
    width: 324px !important;
    height: 324px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: -120px !important;
}

@media (min-width: 900px) {
    .wrapper .summary-card:nth-child(2) {
        margin-top: 8px;
    }

    .wrapper .summary-card:last-child {
        margin-top: 63px;
    }
}

.green-block-card .summary-card-content {
    height: auto !important;
}

.green-video .green-card-1 .summary-card-content {
    flex-direction: column;
    align-items: start !important;
}

.wrapper .summary-card .summary-card-content {
    height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #2fcfa0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

@media (min-width: 900px) {
    p {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0;
    }
}

p {
    width: 100% !important;
}

p {
    font-size: 1rem;
}

/*p {
    margin: 0;
}*/

.green-video .green-card-1 .quote {
    font-size: 30px;
    text-align: left;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 36px;
}

.green-video .green-card-1 .quote-person {
    font-size: 16px;
    text-align: left;
    width: 100%;
}

@media (min-width: 900px) {
    .Video_Block #media-player {
        background-color: #000;
        position: fixed;
        z-index: 4000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .Video_Block .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 196px;
        margin-top: 52px;
        margin-left: auto;
        margin-right: auto;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .Video_Block .wrapper {
        height: 322px;
        margin-top: 88px;
    }
}

.green-video .green-card-2 .wrapper {
    position: relative;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

a {
    background-color: transparent;
}

a {
    color: inherit;
    text-decoration: inherit;
}

.green-video .green-card-2 a {
    position: absolute;
    left: 40%;
    top: 40%;
    margin: auto;
}

    .green-video .green-card-2 a.app-video-close-btn {
        left: 95.5% !important;
    }

.wrapper .summary-card a {
    text-decoration: none;
}

@media (min-width: 900px) {
    .Video_Block #media-player .app-video-close-btn {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 4200;
        cursor: pointer;
    }
}

a:hover {
    color: #0a58ca;
}

iframe {
    border: 0;
}

iframe {
    display: block;
    vertical-align: middle;
}

@media (min-width: 900px) {
    .Video_Block #media-player .app-media-iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100vw;
        height: calc(100vh - 80px);
        margin-top: 80px;
    }
}

img {
    vertical-align: middle;
}

img {
    border-style: none;
}

*, img {
    border-style: solid;
}

img {
    display: block;
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 900px) {
    .Video_Block #media-player .app-video-close-btn img {
        width: 40px;
        height: 40px;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .Video_Block #media-player .app-video-close-btn:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.play-button {
    width: 66px;
    height: 66px;
}

.play-button {
    width: 59px;
    height: 59px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

@media (min-width: 900px) {
    .Video_Block .wrapper .play-button {
        width: 59px;
        height: 59px;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .Video_Block .wrapper .play-button {
        width: 66px;
        height: 66px;
    }
}

.play-button:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (min-width: 900px) {
    .Video_Block .wrapper .play-button:hover {
        cursor: pointer;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (max-width: 60em) {
    .green-block-card .green-card-2 .actions {
        padding-top: 24px !important;
        margin-bottom: 55px !important;
    }

    .image-text-block .flex-column {
        margin-top: 40px !important;
    }

    .green-card-image .green-card-2 {
        padding-top: 30px !important;
    }

    .green-video .green-card-2 a {
        position: absolute;
        left: 45%;
        top: 43%;
        margin: auto;
    }

    .left .carousel-item-background .carousel-item-title {
        width: 436px;
        margin-left: 0%;
    }

    .right .carousel-item-background .carousel-item-title {
        width: 436px;
        margin-left: 0%;
    }

    .Profile_List_Block,
    .Video_Block,
    .Summary_Card_List_Block_3_v2,
    .summary-card-block {
        width: 100%;
        margin: auto !important;
        padding: 2em !important;
    }

    .flexbox-row {
        display: block;
    }

    .image-content-2-blocks .flex-column {
        width: 100% !important;
    }

    .flex-column {
        margin-right: 0px;
        width: 100%;
    }

    .carousel-item img {
        height: auto;
    }

    .light-green-block {
        margin-top: 0px;
        width: auto;
        margin: 0px;
    }

    .form-control {
        height: 43px !important;
    }

    .green-video .green-card-1:first-child {
        margin-top: 60px !important;
    }

    .long-video .green-card-1:first-child {
        margin-top: 0px !important;
    }

    .green-video {
        background-color: #2FCFA0 !important;
    }

        .green-video .green-card-2 {
            width: 100% !important;
            height: 324px;
            padding-top: 48px !important;
            margin-right: 17px !important;
            margin-bottom: 36px !important;
            margin-left: 17px !important;
        }

        .green-video .wrapper {
            width: 100%;
        }

        .green-video .green-card-1 {
            width: 100% !important;
        }

    .green-card-image .wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .green-card-image .green-card-1 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .green-card-image .green-card-2 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}

.Summary_Card_Block_7 {
    max-width: 100%;
    margin: 28px auto;
    overflow: hidden;
}

@media (min-width: 320px) {
    .Summary_Card_Block_7 .wrapper {
        padding: 28px 2em;
        position: relative;
    }

        .Summary_Card_Block_7 .wrapper .left_img {
            display: none;
        }

        .Summary_Card_Block_7 .wrapper .top-right_img {
            position: absolute;
            right: -320px;
            top: -290px;
            -webkit-transform: scale(.6);
            transform: scale(.6);
        }

        .Summary_Card_Block_7 .wrapper .bottom-right_img {
            position: absolute;
            right: -390px;
            bottom: -60px;
            -webkit-transform: rotate(30deg) scale(.7);
            transform: rotate(30deg) scale(.7);
        }

        .Summary_Card_Block_7 .wrapper .contents {
            position: relative;
            margin: auto;
        }

            .Summary_Card_Block_7 .wrapper .contents .text {
                letter-spacing: 0;
            }

            .Summary_Card_Block_7 .wrapper .contents .main-title {
                font-size: 40px;
                line-height: 44px;
                letter-spacing: -1px;
                padding-bottom: 1em;
            }

                .Summary_Card_Block_7 .wrapper .contents .main-title b,
                .Summary_Card_Block_7 .wrapper .contents .main-title strong {
                    color: #2fcfa0;
                }

            .Summary_Card_Block_7 .wrapper .contents section {
                font-size: 16px;
                line-height: 31px;
                letter-spacing: 0;
            }

                .Summary_Card_Block_7 .wrapper .contents section .title {
                    letter-spacing: 0;
                }

                .Summary_Card_Block_7 .wrapper .contents section:last-child {
                    padding-bottom: 2em;
                }

                .Summary_Card_Block_7 .wrapper .contents section .text {
                    margin: 2em 0;
                }

                    .Summary_Card_Block_7 .wrapper .contents section .text b,
                    .Summary_Card_Block_7 .wrapper .contents section .text strong {
                        color: #2fcfa0;
                    }

                .Summary_Card_Block_7 .wrapper .contents section ul {
                    list-style-type: none;
                    margin: 0;
                    padding: 0;
                    letter-spacing: 0;
                }

                    .Summary_Card_Block_7 .wrapper .contents section ul li {
                        position: relative;
                        margin-left: 62px;
                        margin-top: 0;
                    }

                        .Summary_Card_Block_7 .wrapper .contents section ul li::before {
                            content: "";
                            position: absolute;
                            top: 50%;
                            margin-top: -7.5px;
                            width: 13px;
                            height: 13px;
                            border-radius: 50%;
                            border: 1px solid #2fcfa0;
                            left: -62px;
                        }

            .Summary_Card_Block_7 .wrapper .contents .actions {
                padding-top: 3em;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .Summary_Card_Block_7 .wrapper .contents .actions a {
                    color: #2fcfa0;
                    border: 3px solid;
                    font-size: 20px;
                    line-height: 26px;
                    padding: 13px 26px;
                    text-decoration: none;
                    border-radius: 50px;
                }

                    .Summary_Card_Block_7 .wrapper .contents .actions a:hover {
                        background-color: #2fcfa0;
                        background-color: rgba(47, 207, 160, .4);
                        border: 3px solid #2fcfa0;
                        color: #fff;
                    }
}

@media (min-width: 600px) {
    .Summary_Card_Block_7 .wrapper .top-right_img {
        position: absolute;
        right: -320px;
        top: -290px;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

    .Summary_Card_Block_7 .wrapper .bottom-right_img {
        position: absolute;
        right: -390px;
        bottom: -60px;
        -webkit-transform: rotate(30deg) scale(.8);
        transform: rotate(30deg) scale(.8);
    }
}

@media (min-width: 900px) {
    .Summary_Card_Block_7 {
        margin: 0 auto;
    }

        .Summary_Card_Block_7 .wrapper {
            padding-top: 63px;
            padding-bottom: 63px;
        }

            .Summary_Card_Block_7 .wrapper .left_img {
                position: absolute;
                left: -400px;
                top: 35%;
                -webkit-transform: rotate(135deg) scale(.6);
                transform: rotate(135deg) scale(.6);
            }

            .Summary_Card_Block_7 .wrapper .top-right_img {
                position: absolute;
                right: -240px;
                top: -300px;
                -webkit-transform: rotate(135deg) scale(.8);
                transform: rotate(135deg) scale(.8);
            }

            .Summary_Card_Block_7 .wrapper .bottom-right_img {
                position: absolute;
                right: -90px;
                bottom: -140px;
                -webkit-transform: scale(.7);
                transform: scale(.7);
            }

            .Summary_Card_Block_7 .wrapper .contents {
                max-width: 1040px;
            }

                .Summary_Card_Block_7 .wrapper .contents .main-title {
                    font-size: 30px;
                    line-height: 36px;
                    letter-spacing: -1px;
                }

                .Summary_Card_Block_7 .wrapper .contents section {
                    font-size: 16px;
                    line-height: 28px;
                    letter-spacing: 0;
                }

                    .Summary_Card_Block_7 .wrapper .contents section p {
                        letter-spacing: 0;
                    }

                .Summary_Card_Block_7 .wrapper .contents .actions a {
                    font-size: 20px;
                    line-height: 24px;
                    letter-spacing: -.88px;
                    padding: .5em 2em;
                    border-width: 2px;
                }

                    .Summary_Card_Block_7 .wrapper .contents .actions a:hover {
                        border: 2px solid #2fcfa0;
                    }
}

@media (min-width: 1200px) {
    .Summary_Card_Block_7 .wrapper .bottom-right_img {
        position: absolute;
        right: -90px;
        bottom: -140px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
}

@media (min-width: 1400px) {
    .Summary_Card_Block_7 .wrapper .left_img {
        display: inline;
        -webkit-transform: rotate(135deg) scale(.7);
        transform: rotate(135deg) scale(.7);
    }
}

.Summary_Card_Block_7 .body ul li::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 3px solid #2fcfa0;
    width: 10px;
    height: 10px;
}

.Summary_Card_Block_7 .body ul {
    list-style-type: none;
}

@media (max-width: 900px) {
    .Summary_Card_Block_7 .body ul li::before {
        left: -2px;
    }
}

.Summary_Card_Block_7 .wrapper {
    padding-top: 20px;
}

@media (min-width: 320px) {
    .Summary_Card_Block_7 .wrapper::before {
        max-height: 90%;
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .Summary_Card_Block_7 .wrapper .bottom-right_img {
        right: -90px;
        bottom: -34px;
        display: block;
    }

    .Summary_Card_Block_7 .wrapper .bot-small-right_img {
        display: none;
    }

    .Summary_Card_Block_7 .wrapper .top-small-left_img {
        position: absolute;
        left: 254px;
        top: 43px;
        -webkit-transform: rotate(135deg) scale(.6);
        transform: rotate(-3deg) scale(.6);
    }

    .Summary_Card_Block_7 .wrapper .large-left_img {
        position: absolute;
        left: -50px;
        top: -60px;
        -webkit-transform: rotate(135deg) scale(.6);
        transform: rotate(-3deg) scale(.6);
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .navbar-menu {
        width: 100% !important;
    }

    .Summary_Card_Block_7 .wrapper .top-small-left_img {
        position: absolute;
        left: -42px;
        top: -18px;
        -webkit-transform: rotate(135deg) scale(.6);
        transform: rotate(-3deg) scale(.6);
    }

    .Summary_Card_Block_7 .wrapper .bot-small-right_img {
        position: absolute;
        right: -50px;
        bottom: -19px;
        -webkit-transform: rotate(135deg) scale(.6);
        transform: rotate(-3deg) scale(.6);
        display: block;
    }

    .large-left_img {
        display: none;
    }

    .bottom-right_img {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .Summary_Card_Block_7 .wrapper .bot-small-right_img {
        bottom: 10px !important;
    }

    .green-card-1 {
        width: 100% !important;
    }
}

.header-1 {
    font-size: 30px !important;
    font-weight: bold;
    padding-bottom: 12px;
    margin-top: 20px;
    line-height: 30px;
}

.header-2 {
    font-size: 18px;
    font-weight: bold;
    color: #373433;
    text-align: left;
    padding-bottom: 12px;
}

.padding-btwn {
    padding-top: 50px;
}

.padding-btwn-text {
    padding-top: 20px;
}

.sea-foam-light-background::after {
    content: "";
    height: 100%;
    display: block;
    width: 200vw;
    position: absolute;
    top: 0;
    transform: translateX(-50vw);
    z-index: -1;
    background-color: #2FCFA0;
    opacity: .06;
}

.sea-foam-light-background {
    position: relative !important;
    overflow: visible !important;
}

.sea-foam-dark-background::after {
    content: "";
    height: 100%;
    display: block;
    width: 200vw;
    position: absolute;
    top: 0;
    transform: translateX(-50vw);
    z-index: -1;
    background-color: #2FCFA0;
}

.sea-foam-dark-background {
    position: relative !important;
    overflow: visible !important;
}

.Summary_Card_List_Block_2 {
    padding: 2em;
    margin-top: 0;
}

    .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper {
        position: relative;
    }

        .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title {
                font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
                color: #373433;
                font-size: 36px;
                text-align: center;
                line-height: 39px;
                letter-spacing: -1.55px;
                height: 100%;
            }

                .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title p {
                    z-index: 999;
                    padding: .1em;
                    letter-spacing: -1px;
                }

                .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title b,
                .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title strong {
                    color: #2fcfa0;
                    letter-spacing: -1px;
                }

        .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots {
            margin-top: 54px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                width: 60px;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                margin: 0;
                padding: 0;
                height: 15px;
            }

                .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots li {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    position: relative;
                    width: 13px;
                    height: 13px;
                }

                    .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots li button {
                        color: transparent;
                        background-color: #fff;
                        width: 12px;
                        height: 12px;
                        border-radius: 50%;
                        border: 1px solid #2fcfa0;
                        -webkit-transition: all .2s ease-in-out;
                        transition: all .2s ease-in-out;
                        padding: 0;
                    }

                    .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots li.slick-active button {
                        background-color: #2fcfa0;
                    }

@media (min-width: 900px) {
    .Summary_Card_List_Block_2 {
        margin-top: 70px;
        padding: 0;
    }

        .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 {
            width: 100%;
            min-height: inherit;
        }

            .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title {
                min-height: inherit;
                max-width: 1200px;
                font-size: 30px;
                line-height: 38px;
                letter-spacing: -1px;
            }
}

.summary_card_list_block_1 {
    height: 100%;
    margin: auto;
    padding: 2em;
}

@media (min-width: 768px) {
    .summary_card_list_block_1 {
        padding: 2em;
    }
}

@media (min-width: 900px) {
    .summary_card_list_block_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 135px;
        margin-bottom: 0;
    }

    .slideIntoView {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
        opacity: 0;
        -webkit-transition-duration: 0;
        transition-duration: 0;
    }
}

.image-text-block {
    padding-top: 72px;
    padding-bottom: 72px;
}

@media (min-width: 900px) {
    .slideIntoView.fadeIn {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

*, :after, :before {
    box-sizing: border-box;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .wrapper {
        width: 100%;
    }
}

@media (min-width: 900px) {
    .wrapper {
        margin-top: 0;
        padding-top: 0;
        max-width: 819px;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.image-text-block .wrapper {
    max-width: 1044px;
}

.three-column-block .wrapper {
    max-width: 1044px !important;
}

.flexbox {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 48px;
}

.image-text-block .flexbox {
    margin-top: 0px;
}

.flexbox-row {
    display: flex;
    height: 100%;
    justify-content: center;
}

@media (max-width: 60em) {
    .flexbox-row {
        display: block;
    }
}

.flex-column {
    flex-direction: column !important;
}

.flex-column {
    margin-right: 50px;
    width: 450px;
    text-align: center;
    flex-shrink: 0;
}

.image-text-block .flex-column {
    margin-right: 50px;
    margin-top: 24px !important;
    margin-bottom: 24px;
}

.flex-column:last-child {
    margin-right: 0px;
}

.image-text-block .summary-card {
    width: 100% !important;
    margin-top: 10px !important;
}

.three-column-block .summary-card {
    background-color: #ffffff !important;
    text-align: left;
}

.wrapper .summary-card {
    background-color: rgba(47, 207, 160, .4);
    width: 350px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .wrapper .summary-card {
        width: 100%;
    }
}

@media (min-width: 900px) {
    .wrapper .summary-card {
        width: 373px;
        margin: 0;
        padding: 0;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.wrapper .summary-card:first-child {
    margin-top: 0;
}

@media (min-width: 900px) {
    .wrapper .summary-card:last-child {
        margin-top: 63px;
    }
}

.btn-action-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 36px;
    margin-bottom: 50px;
}

    .btn-action-white a {
        font-size: 20px;
        line-height: 24px;
        padding: 10px 26px;
        border-width: 2px;
        color: #fff;
        font-family: justSans,justScript,quicksandLatin,quicksandBook,sans-serif;
        border: 3px solid #fff;
        text-decoration: none;
        opacity: 1;
        border-radius: 45px;
        background-color: transparent;
    }

.image-text-block .btn-action-white {
    justify-content: center;
    margin-bottom: 0px;
}

.three-column-block .btn-action-white {
    justify-content: left;
}

.btn-action-white a:hover {
    background-color: rgba(47,207,160,.4);
    color: #fff;
}

.btn-action-white a:hover, .btn-action input:hover {
    background-color: rgba(47,207,160,.4);
    color: #fff;
}

.btn-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 36px;
    margin-bottom: 50px;
}

.image-text-block .btn-action {
    justify-content: center;
    margin-bottom: 0px;
}

.three-column-block .btn-action {
    justify-content: left;
}

.header-1 {
    font-size: 30px !important;
    font-weight: bold;
    padding-bottom: 12px;
    margin-top: 20px;
    line-height: 30px;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

.btn-action a {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 26px;
    border-width: 2px;
    color: #2fcfa0;
    font-family: justSans,justScript,quicksandLatin,quicksandBook,sans-serif;
    border: 3px solid #2fcfa0;
    text-decoration: none;
    opacity: 1;
    border-radius: 45px;
    background-color: transparent;
}

.wrapper .summary-card a {
    text-decoration: none;
}

a:hover {
    color: #0a58ca;
}

.btn-action a:hover {
    background-color: rgba(47,207,160,.4);
    color: #fff;
}

.btn-action a:hover, .btn-action input:hover {
    background-color: rgba(47,207,160,.4);
    color: #fff;
}

.Summary_Card_Block_5 {
    padding: 20px 2em;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 900px) {
    .Summary_Card_Block_5 {
        max-width: 1040px;
        padding-bottom: 52px;
        padding-top: 52px;
    }

    .slideIntoView {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
        opacity: 0;
        -webkit-transition-duration: 0;
        transition-duration: 0;
    }
}

.Summary_Card_Block_5 {
    margin: auto;
    max-width: 684px;
    padding-bottom: 0px;
    padding-top: 0px;
}

@media (min-width: 900px) {
    .slideIntoView.fadeIn {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

*, :after, :before {
    box-sizing: border-box;
}

.header-10 {
    font-size: 30px !important;
    font-weight: bold;
    padding-bottom: 12px;
    margin-top: 30px;
    line-height: 30px;
}

.header-2 {
    font-size: 18px;
    font-weight: bold;
    color: #373433;
    text-align: left;
    padding-bottom: 12px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

@media (min-width: 900px) {
    p {
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0;
    }
}

p {
    width: 100% !important;
}

.Summary_Card_Block_5 p {
    letter-spacing: 0;
}

.padding-btwn-text {
    padding-top: 20px;
}

body {
    font-size: 16px;
    line-height: 21px;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    color: #373433;
    overflow-x: hidden !important;
}

@media (min-width: 900px) {
    .body {
        font-size: 16px;
        line-height: 21px;
    }
}

ul {
    padding-left: 2rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    list-style-type: none;
}

.ul-border {
    padding-bottom: 18px;
    margin: 0 auto;
}

.body ul {
    list-style-type: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
}

.btn-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 36px;
    margin-bottom: 50px;
}

ul li {
    letter-spacing: 0;
}

.body ul li {
    position: relative;
    margin-left: 31px;
}


@media (min-width: 900px) {
    .body ul li {
        margin-left: 62px;
    }

    .body ul li {
        margin-left: 31px;
    }
}

.Summary_Card_Block_5 .body ul li::before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 50%;
    border: 3px solid #2fcfa0;
    left: -31px;
    width: 7px;
    height: 7px;
}

@media (min-width: 900px) {
    .Summary_Card_Block_5 .body ul li::before {
        border-width: 2px;
        width: 14px;
        height: 14px;
        left: -62px;
    }
}

.Summary_Card_Block_7 .body ul li::before, .Summary_Card_Block_5 .body ul li::before {
    width: 13px !important;
    height: 13px !important;
    margin-top: 5px;
}

@media (min-width: 900px) {
    .Summary_Card_Block_5 .body ul li::before {
        border-width: 2px;
        width: 14px;
        height: 14px;
        left: -31px;
    }
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

.Summary_Card_Block_5 a {
    letter-spacing: 0;
}

.btn-action a {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 26px;
    border-width: 2px;
    color: #2fcfa0;
    font-family: justSans,justScript,quicksandLatin,quicksandBook,sans-serif;
    border: 3px solid #2fcfa0;
    text-decoration: none;
    opacity: 1;
    border-radius: 45px;
    background-color: transparent;
}

a:hover {
    color: #0a58ca;
}

.btn-action a:hover {
    background-color: rgba(47,207,160,.4);
    color: #fff;
}

.header__nav__right-logo img {
    width: 110px !important;
    height: 48px !important;
}

.sei {
    max-width: none;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.sei .bold {
    font-weight: bold;
}

.sei .icon1
{
    grid-area: icon1;
}

.sei .icon2
{
    grid-area: icon2;
}

.sei .icon3
{
    grid-area: icon3;
}

.sei .header1 {
        grid-area: header1;
    }

.sei .body1 {
    grid-area: body1;
}

.sei .header2 {
    grid-area: header2;
}

.sei .body2 {
    grid-area: body2;
}

.sei .header3 {
    grid-area: header3;
}

.sei .body3 {
    grid-area: body3;
}

.sei .ordinary-block {
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 2em;
    padding-bottom: 2.5em;
}

.sei .ordinary-block__heading {
    font-weight: bold;
    font-size: 1.75em;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

.sei .ordinary-block p {
    margin-bottom: 1em;
}

.sei .ordinary-block p :last-child {
    margin-bottom: 0;
}

.sei .background-colour-seafoam {
    background-color: rgb(47, 207, 160, 0.06);
}

.sei .background-colour-white {
    background-color: white;
}

.sei .intro-block {
    margin-top: 3em;
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 2em;
    padding-top: 1em;
    text-align: center;
    justify-content: center;
}

.sei .intro-block.no-top-margin {
    margin-top: 0 !important;
}

.sei .intro-block.less-bottom-padding {
    padding-bottom: 1em !important;
}

.sei .intro-block__heading {
    font-size: 1.5em;
    font-weight: normal;
    font-family: 'Just Sans Web', justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 0.5rem;
}

.sei .intro-block__heading--bold {
    font-size: 1.5em;
    font-weight: bold;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 0.5rem;
}

.sei .intro-block__heading--smaller--bold {
    font-size: 1em;
    font-weight: bold;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 0.5rem;
}

.sei .intro-block__heading--colour-seafoam {
    font-weight: 900;
    color: rgb(47, 207, 160);
}

.sei .intro-block__bullets {
    margin-top: 1.5em;
    text-align: left;
}

.sei .two-column-block {   
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 2em;
    padding-bottom: 2.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.3fr 1.7fr;
    gap: 1.5em 2em;
    grid-template-areas:
        "header1 header2"
        "body1 body2";
}

@media (max-width: 768px) {
    .sei .two-column-block {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        gap: 0px 2em;
        grid-auto-flow: row;
        grid-template-areas:
            "header1"
            "body1"
            "header2"
            "body2";
    }  
}

.sei .two-column-block__heading {
    color: rgb(47, 207, 160);
}

.sei .three-column-block {
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 2em;
    padding-bottom: 2em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1.5fr 0.4fr 1.1fr;
    gap: 0.5em 2em;
    grid-template-areas:
        "icon1 icon2 icon3"
        "header1 header2 header3"
        "body1 body2 body3";
}

.sei .three-column-block .icon1,
.sei .three-column-block .icon2,
.sei .three-column-block .icon3 {
    align-self: center;
    justify-self: center;
}

@media (max-width: 768px) {
    .sei .three-column-block {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto auto auto auto auto;
        gap: 0.5em 2em;
        grid-template-areas:
            "icon1"
            "header1"
            "body1"
            "icon2"
            "header2"
            "body2"
            "icon3"
            "header3"
            "body3";
    }   
}

.sei .three-column-block__heading {
    color: rgb(47, 207, 160);
}

.sei .icon-block {
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 2em;
    padding-bottom: 3em;

    display: grid;
    grid-template-columns: 1fr 4fr 1fr 4fr 1fr 4fr;
    grid-template-rows: auto auto;
    gap: 0 1em;
    grid-template-areas:
        "icon1 header1 icon2 header2 icon3 header3"
        "icon1 body1 icon2 body2 icon3 body3";
}

@media (max-width: 768px) {
    .sei .icon-block {
        display: grid;
        grid-template-columns: 1fr 3fr;
        grid-template-rows: auto auto auto auto auto auto;
        gap: 0px 1em;
        grid-template-areas:
            "icon1 header1"
            "icon1 body1"
            "icon2 header2"
            "icon2 body2"
            "icon3 header3"
            "icon3 body3";
    }

    .sei .icon-block .icon1,
    .sei .icon-block .icon2,
    .sei .icon-block .icon3 {
        align-self: center;
    }

    .sei .icon-block .header1,
    .sei .icon-block .header2,
    .sei .icon-block .header3,
    .sei .icon-block .body2,
    .sei .icon-block .body3 {
        align-self: center;
    }

    .sei .icon-block .body1 {
        align-self: start;
    }
}

.sei .icon-block__item__text--header {
    font-weight: bold;
}

.sei ul {
    list-style: none;
}

.sei ul li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0.5em;
}

.sei ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.4em;
    width: 0.6em;
    height: 0.6em;
    border: 2px solid rgb(47, 207, 160);
    border-radius: 50%;
    background: transparent;
}

.sei .iframe-wrapper {
    height: 1450px;
}

.sei .iframe-container {
    height: 100%;
}

.formcontainerblock .EPiServerForms .Form__MainBody .Form__Element {   
    margin-top: 1em;
}

.formcontainerblock .EPiServerForms .Form__MainBody .Form__Element legend {
    font-size: 1em;
    padding: 0;
}

.formcontainerblock .EPiServerForms .FormChoice label {
    padding: 0.5em;
    display: inline-block;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    margin-right: 1em;
}

fieldset {
    padding: 0;
}

.EPiServerForms .FormTextbox .FormTextbox__Input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 8px;
}

.sei .single-icon-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sei .service-block {
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 1em;
    padding-bottom: 2em;
    text-align: center;
}

.sei .service-block__heading {
    font-weight: bold;
    font-size: 1.25em;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
}

.sei .service-block__heading--smaller {
    font-weight: bold;
    font-size: 1em;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
}

.sei .service-block__body p {
    margin-bottom: 1em;
    padding: 0 3em;
}

.sei .service-block__contact--link {
    display: block;
    color: rgb(47, 207, 160);
}

.sei .service-block__contact--link:not(:last-child) {
    margin-bottom: 1em;
}

.sei .special-service-block {
    margin-left: 20%;
    margin-right: 20%;
    padding-bottom: 2em;
    text-align: center;   
}

.sei .special-service-block__heading {
    font-weight: bold;
    font-size: 1.25em;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
}

.sei .special-service-block__heading--smaller {
    font-weight: bold;
    font-size: 1em;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 2.5rem;
    padding-bottom: 0.5rem;
}

.sei .special-service-block__section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding: 2em;
}

.sei .special-service-block__section__body {
    flex: 1 1 40%;
    align-self: start;
}

.sei .special-service-block__section__spacer {
    flex: 1 1 30%;
}

.sei .special-service-block__section__contact {
    flex: 1 1 30%;
    text-align: right;
}

.sei .special-service-block__contact--link {
    display: block;
    color: rgb(47, 207, 160);
}

@media (max-width: 768px) {

    .sei .special-service-block__section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        padding: 2em;
    }

    .sei .special-service-block__section__body {
        flex: 1 1 40%;
        align-self: flex-start;
    }

    .sei .special-service-block__section__spacer {
        flex: 1 1 30%;
    }

    .sei .special-service-block__section__contact {
        flex: 1 1 30%;
        text-align: center;
    }

    .sei .special-service-block__contact--link {
        display: block;
        color: rgb(47, 207, 160);
    }
}

.sei .centered-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}

.sei .button-link {
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 26px;
    border-width: 2px;
    color: #2fcfa0;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    border: 3px solid #2fcfa0;
    text-decoration: none;
    opacity: 1;
    border-radius: 45px;
    background-color: transparent;
}

.sei hr {
    margin: 1rem 20%;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.sei .special-service-block > hr {
    margin: 0;
}