<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
section {
    padding-top: 30px;
}

.dw-welcome {
    text-align: center;
}

.dw-welcome h3,
.dw-welcome h4 {
    opacity: 0.65;
}

.dw-welcome p {
    margin-top: 50px;
}

#dw_video {
    margin-bottom: 50px;
}

.features_overview h3 {
    text-align: center;
    padding: 0 0 30px 0;
    text-transform: uppercase;
}

.feature_graphic {
    display: inline-block;
    height: 200px;
    width: 200px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #01916D;
    border: solid 4px;
    padding: 40px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: #AEAEAE;
    -webkit-filter: grayscale(1);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
}

.feature_wrapper {
    cursor: default;
}

.feature_wrapper h4 {
    font-size: 20px !important;
}

.feature_wrapper:hover&gt;.feature_graphic {
    filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
}

.feature_graphic strong {
    color: #01916D;
}

.dw_content hr {
    margin: 50px 0 75px 0;
}

.sticky_header {
    position: fixed;
    top: 0;
    z-index: 99999999999999;
    background-color: #ffffff;
}

.sticky_header+.dw_content {
    padding-top: 80px;
}

.dw_hero_video {
    width: 100%;
}

.dw_hero_wrapper {
    position: relative;
}

.dw_hero_wrapper&gt;div {
    position: absolute;
    left: 6%;
    top: 29%;
}

.dw_hero_wrapper&gt;span {
    position: absolute;
    left: 68%;
    top: 91%;
}

.dw_hero_wrapper h3 {
    color: #01916D;
    font-size: 22px;
    margin: 0;
}

.dw_hero_wrapper h1 {
    color: #01916D;
    font-size: 82px;
    margin: 0;
}

.dw_hero_wrapper h1&gt;sup {
    font-size: 20px;
    top: -3.5vw;
}

.dw_hero_wrapper h2 {
    font-size: 57px;
    margin: 0;
    font-family: "Clarimo UD PE Light";
}

#dw_nav_tabs li:first-of-type a:before {
    display: none;
}

.nav-internal img {
    height: 30px;
}

.benefits_overview {
    padding-top: 30px;
}

.benefits_overview h3 {
    text-align: center;
    padding: 0 0 30px 0;
    text-transform: uppercase;
}

.benefit_graphic {
    display: inline-block;
    width: 216px;
}

.benefit_wrapper:hover&gt;div .benefit_graphic {
    filter: grayscale(0%);
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
}

.benefit_wrapper {
    cursor: default;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.benefit_wrapper p {
    font-size: 16px;
    line-height: 1.3em;
}

[class^="col"]&gt;.col-xs-half {
    flex: 4.333333% 0 0;
    max-width: 8.333333%;
}

.carousel-05 .image-left &gt; .image {
    min-width: 20%;
    padding-top: 10px;
}

.carousel-05 .image-left &gt; .col {
    padding-right: 20px;
    padding-top: 10px;
}

.carousel-05 .slide {
    padding: 0 10px 20px;
}

.carousel-05 p {
    line-height: 1.3;
}

.solution_title {
    color:#01916D;    
    text-transform: uppercase;
}

.solution_header p {
    margin: 0 !important;
}

.solution_details {
    min-height: 120px;
}

.register_button {
    line-height: 2.5!important;
    font-weight: bold!important;
}

@media screen and (max-width: 1201px) {
    .dw_hero_wrapper h1 {
        font-size: 6.2vw;
    }
    .dw_hero_wrapper h2 {
        font-size: 4.2vw;
    }
    .dw_hero_wrapper h3 {
        font-size: 1.7vw;
    }
    .dw_hero_wrapper h1&gt;sup {
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 768px) {
    .reverse {
        flex-direction: column-reverse;
    }
    .nav-internal {
        display: flex;
    }
    .sticky_header {
        position: relative;
    }
    .dw_hero_wrapper&gt;span {
        left: 65%;
        top: 89%;
    }
    .nav-internal&gt;li::before {
        display: none;
    }
    #dw_nav_tabs {
        flex-direction: column;
    }
    .benefit_graphic {
        width: 100%;
    }
}

@media screen and (min-width: 767px) {
    .benefit_wrapper {
        padding: 20px 30px 0px 30px!important;
        box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    }
}</pre></body></html>