<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --borderRadius: 124px;
}
@media (max-width: 767px) {
    :root {
        --borderRadius: 71px;
    }
}

#site-footer {
    border-radius: 0;
    padding-top: 30px;
}

.hero {
    padding: 140px 0 30px 0;
}
.hero h1 {
    font-weight: 700;
}
@media (max-width: 767px) {
    .hero {
        padding: 90px 0 20px 0;
    }
    .hero h1 {
        line-height: 1.1;
    }
}

#intro.bg-dark {
    position: relative;
    border-radius: var(--borderRadius) var(--borderRadius) 0 0;
    padding: 0;
}
#intro.bg-dark::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: -60px;
    left: calc(58% - 30px);
    background: linear-gradient(135deg,  rgba(31,31,31,1) 0%,rgba(77,68,171,1) 100%);
    border-radius: 0 var(--borderRadius) 0 0;
}
#intro.bg-dark .container {
    position: relative;
    z-index: 2;
}
#intro.bg-dark h2,
#intro.bg-dark h3 {
    color: #FFF;
}
#intro.bg-dark h2 &gt; span {
    color: var(--primaryAccent);
}
#intro.bg-dark .content {
    padding: 80px 0 90px 0;
}
#intro.bg-dark .content &gt; img {
    transform: translateX(-45px);
    margin-top: -30px;
}
#intro.bg-dark .text {
    font-size: 24px;
    color: #FFF;
}
#intro.bg-dark .embed-wrapper {
    position: relative;
    padding: 80px 60px 0 60px;
}
#intro.bg-dark .embed-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 65px;
    left: -142px;
    pointer-events: none;
    width: 142px;
    height: 105px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='142.079' height='105.252' viewBox='0 0 142.079 105.252'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_2163' data-name='Rectangle 2163' width='52.491' height='132.475' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='_White_arrow' data-name=' White arrow' transform='translate(-607.241 -392.532)'%3E%3Cg id='Arrow_Component_10' data-name='Arrow Component 10' transform='translate(607.241 392.532)'%3E%3Cg id='Group_39' data-name='Group 39' transform='matrix(-0.438, -0.899, 0.899, -0.438, 23.011, 105.252)'%3E%3Cg id='Group_38' data-name='Group 38' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_19' data-name='Path 19' d='M17.076,124.795l16.36-2.991c-.387,2.955-2.537,4.588-5.048,5.263-7.453,2.007-14.977,3.954-22.642,5.273-4.391.756-6.7-1.745-5.374-5.221,2.211-5.8,4.789-11.511,7.222-17.256.142-.336.255-.789.565-.949,1-.509,2.077-.905,3.125-1.346.443.739,1.352,1.526,1.244,2.205-.365,2.293-1.088,4.549-1.682,6.817a6.481,6.481,0,0,0-.062,4.134c1.679-1.243,3.428-2.428,5.027-3.736,32.5-26.579,39.474-66.412,17.314-99.479C30.293,13.282,26.82,9.34,23.674,5.251c-1.1-1.424-2.1-2.9-3.147-4.347q.486-.452.974-.9c1.245.374,2.841.472,3.673,1.173a78.777,78.777,0,0,1,8.2,7.666c24.634,27.72,25.594,66.219,2.113,96-4.479,5.681-10.239,10.689-15.453,15.979-1.073,1.088-2.34,2.049-3.518,3.068l.56.907' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#intro.bg-dark .embed-wrapper .hs-form {
    margin-top: 30px;
}
#intro.bg-dark .embed-wrapper .hs-form .field {
    margin-bottom: 15px;
}
#intro.bg-dark .embed-wrapper .hs-form .field &gt; label {
    display: none;
}
#intro.bg-dark .embed-wrapper .hs-form .hs-input {
    display: block;
    width: 100%;
    border: solid 1px var(--primaryAccent);
    padding: 1rem;
    line-height: 1;
    border-radius: 5px;
}
#intro.bg-dark .embed-wrapper .hs-form .hs-input::placeholder {
    opacity: 1;
    color: #818181;
}
#intro.bg-dark .embed-wrapper .hs-form .inputs-list {
    list-style: none;
    padding: 0;
}
#intro.bg-dark .embed-wrapper .hs-form .hs-form-booleancheckbox-display {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 30px 0;
}
#intro.bg-dark .embed-wrapper .hs-form .hs-form-booleancheckbox-display &gt; .hs-input {
    width: 36px;
    height: 36px;
    background-color: #7367ED;
    border-color: #FFF;
    border-radius: 12px;
}
#intro.bg-dark .embed-wrapper .hs-form .hs-form-booleancheckbox-display &gt; span {
    margin-left: 0 !important;
    color: #FFF;
}
#intro.bg-dark .embed-wrapper .hs-form .hs-button {
    background-color: var(--primaryAccent);
    border: solid 1px var(--primaryAccent);
    color: #FFF;
    border-radius: 20px;
    padding: 12px 34px;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    #intro.bg-dark::after {
        display: none;
    }
    #intro.bg-dark .content {
        padding: 30px 0;
    }
    #intro.bg-dark .content &gt; img {
        transform: none;
        margin-top: 0;
    }
    #intro.bg-dark .embed-wrapper {
        margin: 0 -42px;
        padding: 20px 42px 60px;
        background: linear-gradient(135deg,  rgba(31,31,31,1) 0%,rgba(77,68,171,1) 100%);
    }
    #intro.bg-dark .embed-wrapper::before {
        display: none;
    }
}

#testimonials.bg-light h2 {
    color: var(--eerieBlack);
}
.testimonial-bubbles {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.testimonial-bubbles &gt; li {
    position: relative;
    flex: 1 1 50%;
    max-width: calc(50% - 12px);
    padding: 16px 46px 34px 72px;
    background-color: #FFF;
    border-radius: var(--borderRadius);
    font-size: 24px;
}
.testimonial-bubbles &gt; li::before {
    content: "\201C";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 30px;
    pointer-events: none;
    font-size: 90px;
    line-height: 1;
    font-weight: 500;
    color: var(--primaryAccent);
}
.testimonial-bubbles &gt; li::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 18px;
    left: 60px;
    right: 60px;
    height: 1px;
    background-color: #707070;
}
.testimonial-bubbles &gt; li &gt; p {
    display: inline;
    color: var(--eerieBlack);
}
.testimonial-bubbles &gt; li &gt; span {
    font-weight: 700;
    color: var(--primaryAccent);
}
@media (max-width: 767px) {
    #testimonials.bg-light {
        padding: 35px 0;
    }
    .testimonial-bubbles &gt; li {
        flex: 1 0 100%;
        max-width: 100%;
        font-size: 18px;
        border-radius: 40px;
    }
}

#results {
    padding: 0;
    margin-bottom: -140px;
    background-color: rgba(0,0,0,0) !important;
}
#results .intro &gt; .col-12 {
    position: relative;
    padding-left: 80px;
}
#results .intro &gt; .col-12::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    width: 60px;
    height: 54px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='60.962' height='53.652' viewBox='0 0 60.962 53.652'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_2165' data-name='Rectangle 2165' width='60.962' height='53.652' fill='%236458c3'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Check_mark' data-name='Check mark' transform='translate(-52 -1553)'%3E%3Cg id='Check_Component_9' data-name='Check Component 9' transform='translate(52 1553)'%3E%3Cg id='Group_42' data-name='Group 42' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_21' data-name='Path 21' d='M38.811,16.63,37.455,17.96c-.126.124-.257.245-.378.374Q34.5,21.091,31.92,23.851q-2.847,3.046-5.695,6.092c-.352.377-.684.774-1.022,1.162L22.046,34.74l-.483.556-.651.594-1.162,1.062c-.345.315-.675.645-1.01.971q-.48-.811-.961-1.622l-.56-.945c-.106-.179-.232-.35-.346-.524l-2.795-4.222-1.815-2.741c-.333-.5-.613-1.037-.91-1.563q-.619-1.1-1.237-2.191c-.433-.769-.836-1.552-1.241-2.336a.685.685,0,0,0-.615-.349.709.709,0,0,0-.358.094.722.722,0,0,0-.255.971c.325.627.636,1.262.982,1.879l.663,1.184q.748,1.331,1.494,2.664c.086.154.188.3.285.448l.888,1.361q.618.947,1.235,1.893.781,1.208,1.566,2.412.432.669.867,1.337c.1.156.209.309.3.47l1.5,2.593.169.291-.328.316q-.943-1.522-1.884-3.047c-.9-1.459-1.758-2.94-2.678-4.384q-1.136-1.785-2.272-3.568c-.79-1.24-1.594-2.47-2.4-3.7a.874.874,0,0,0-.537-.377c-.393-.7-.769-1.406-1.157-2.107a.941.941,0,0,0-1.272-.334A.942.942,0,0,0,4.735,23.1c.532.965,1.037,1.951,1.6,2.9q.325.544.653,1.085.893,1.489,1.789,2.976-1.2-1.693-2.4-3.385a1.208,1.208,0,0,0-.676-.52,1.126,1.126,0,0,0-.3-.041,1.131,1.131,0,0,0-1.093.831,1.1,1.1,0,0,0,.114.872Q7.478,32.1,10.505,36.4c1.226,1.741,2.462,3.477,3.672,5.229l-.415-.466c-.3-.339-.578-.709-.864-1.062l-1.976-2.429c-.947-1.164-1.885-2.335-2.84-3.493q-1.425-1.933-2.859-3.858L3.456,27.936c-.65-.877-1.262-1.779-1.883-2.676a.882.882,0,0,0-.5-.387.841.841,0,0,0-.949,1.234c.513.745,1.01,1.5,1.546,2.231l.8,1.088L5.146,33.07l1.1,1.5c.186.252.366.51.56.755l1.6,2,2.852,3.568c.431.54.849,1.1,1.3,1.622q2.158,2.511,4.315,5.026l.558.649-.251.323c-.784,1.008-1.563,2.019-2.349,3.025a.707.707,0,0,0-.191.462.651.651,0,0,0,.653.652.623.623,0,0,0,.46-.19c.848-1.083,1.689-2.171,2.535-3.256.059.073.119.144.177.216l-1.682,1.9a1.416,1.416,0,0,0-.4.965,1.364,1.364,0,0,0,2.329.964q.7-.785,1.391-1.573c.076.126.153.252.222.383a1.075,1.075,0,0,0,1.313.459c.078.12.157.24.233.361a1.066,1.066,0,0,0,1.948-.255,1.125,1.125,0,0,0-.106-.822,11.831,11.831,0,0,0-.767-1.282q2.124-2.656,4.226-5.33l5.007-5.931c.693-.82,1.375-1.647,2.1-2.44l4.869-5.354q2.171-2.387,4.341-4.776c1.076-1.183,2.19-2.333,3.285-3.5,1.193-1.268,2.376-2.546,3.586-3.8q2.112-2.187,4.223-4.375,1.637-1.695,3.249-3.411c.455-.484.9-.979,1.339-1.477.574-.65,1.138-1.305,1.667-1.995a.922.922,0,0,0,.127-.471.938.938,0,0,0-.273-.66.979.979,0,0,0-.684-.271.83.83,0,0,0-.635.271c-.612.705-1.245,1.392-1.864,2.092-.184.208-.369.414-.553.621.023-.029.049-.057.072-.086.706-.87,1.421-1.736,2.067-2.652a.835.835,0,0,0-.454-1.22c.068-.079.135-.157.2-.234s.123-.148.183-.224c.083-.106.161-.21.234-.322.015-.035.03-.069.044-.1.041-.09.079-.182.113-.275a.7.7,0,0,0-.184-.694.711.711,0,0,0-.506-.206.777.777,0,0,0-.187.023c-.132.034-.26.066-.39.108a3.666,3.666,0,0,0-.539.244l-.5.265c-.258.134-.51.276-.759.426a.662.662,0,0,0-.315.62c-.351.367-.713.725-1.071,1.085-.232.234-.469.458-.708.683l-.58.55c-.1.091-.191.188-.293.275-.678.581-1.348,1.172-2.022,1.757-.456.4-.928.774-1.395,1.158q-3.9,3.2-7.788,6.414c-.267.22-.531.445-.8.669l1.406-1.428c2.069-2.105,4.163-4.188,6.243-6.281.265-.267.543-.522.816-.78L51.639,7.81c.882-.77,1.776-1.532,2.609-2.355a1,1,0,0,0,.148-.192l.991-.9c.481-.436.959-.876,1.429-1.326A25.5,25.5,0,0,0,58.63,1.214a.75.75,0,0,0,.209-.5.718.718,0,0,0-.209-.5.707.707,0,0,0-.5-.206.719.719,0,0,0-.506.206c-.6.592-1.242,1.15-1.866,1.717q-.73.661-1.456,1.326l-.518.474a1.137,1.137,0,0,0-.28-.035A.855.855,0,0,0,53,3.83c-1.079.81-2.115,1.671-3.151,2.536-.464.387-.916.788-1.373,1.181-.317.274-.639.544-.95.826q-1.667,1.5-3.332,3c-.58.524-1.127,1.086-1.685,1.633q-1.846,1.81-3.693,3.62m7.958.621.337-.333c0,.029-.006.058-.005.087l-.639.708q-.581.647-1.158,1.3-1.2,1.349-2.4,2.7l-1.53,1.734-.944.977c-.461.475-.919.953-1.38,1.427-.3.31-.585.641-.876.962l-5.2,5.708-5.109,5.611c-1.993,2.191-3.936,4.425-5.894,6.646a1.347,1.347,0,0,0-.129.172l-.061-.069,1.348-1.622L30.5,34.4l.936-1.125c.092-.112.184-.222.283-.327q1.5-1.616,3-3.229l3.958-4.256.948-1.021c.272-.291.561-.57.841-.854,2.089-2.121,4.171-4.25,6.3-6.334M20.421,46.523l.29.356-.1.116-.259-.384c.024-.029.047-.059.072-.088M53.942,10.357Q52.771,11.629,51.6,12.9c-.166.18-.341.351-.512.526L49.71,14.844l-.3.309a1.213,1.213,0,0,0-.208-.02,1.118,1.118,0,0,0-.142.009.62.62,0,0,0,.138-.527l1.736-1.671c.356-.343.729-.667,1.1-1q1.2-1.085,2.4-2.169l.141-.129c-.208.238-.415.476-.627.709M42.521,18.811l-1.343,1.413-4.855,5.105q-1.8,1.9-3.605,3.792c-.6.628-1.174,1.276-1.757,1.917q-3.905,4.286-7.811,8.57c-.729.8-1.451,1.607-2.172,2.413l-.053-.108c-.192-.4-.41-.786-.613-1.18-.072-.138-.146-.274-.221-.411l.657-.754,3.208-3.684,3.025-3.473c.3-.347.6-.695.916-1.03L29.1,30.1q1.3-1.143,2.621-2.263,1.291-1.1,2.585-2.2c.261-.222.52-.447.784-.667q3.715-3.078,7.429-6.157' transform='translate(0 0)' fill='%236458c3'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
#results .intro &gt; .col-12:last-child {
    text-align: left;
}
#results .intro h3 {
    font-weight: 400;
    color: var(--baseFontColor);
}
.result-list {
    position: relative;
    list-style: none;
    padding: 45px 40px;
    margin: 0;
    column-count: 2;
    column-gap: 80px;
    counter-reset: results;
    background-color: #D7D7D9;
    border-radius: 71px 0 71px 0;
    overflow: hidden;
}
.result-list::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: calc(50% - 2px);
    border-left: solid 4px #FFF;
    background-color: #ECEDEF;
}
.result-list &gt; li {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 24px;
    font-size: 27px;
    color: #313131;
    padding: 20px 0;
    border-bottom: solid 1px #FFF;
}
.result-list &gt; li:nth-child(4),
.result-list &gt; li:last-child {
    border: none;
}
.result-list &gt; li::before {
    counter-increment: results;
    content: counter(results);
    font-size: 45px;
    font-weight: 300;
    line-height: 1;
    color: var(--primaryAccent);
}
.result-list &gt; li:nth-child(-n+9):before {
    content: '0'counter(results);
}
.result-list &gt; li &gt; p {
    margin: 0;
}
@media (max-width: 767px) {
    #results {
        margin-bottom: -60px;
    }
    #results .intro &gt; .col-12 {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    #results .intro &gt; .col-12::before {
        position: static;
    }
    .result-list {
        margin: 0 -30px;
        padding: 0;
        column-count: 1;
    }
    .result-list::after {
        display: none;
    }
    .result-list &gt; li {
        padding: 20px 30px;
    }
    .result-list &gt; li:nth-child(5) {
        border-top: solid 4px #FFF;
    }
    .result-list &gt; li:nth-child(5),
    .result-list &gt; li:nth-child(6),
    .result-list &gt; li:nth-child(7),
    .result-list &gt; li:nth-child(8) {
        background-color: #ECEDEF;
    }
}
</pre></body></html>