<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Raleway:700,500,400);

html {
    height: 100%;
}

body {
    background-color: #fff;
    color: #000;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    letter-spacing: 0.075em;
    -webkit-font-smoothing: antialiased;
}

.animated {
    opacity: 0;
}

.animated.visible {
    opacity: 1;
}

.bg-fixed {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.overlay {
    background-color: rgba(0, 0, 0, 0.63);
    background-repeat: repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a, a:hover, a:visited {
    color: inherit;
    text-decoration: none;
}
.container-fluid {
    margin: 0;
    padding: 0;
}

.row {
    margin: 0;
}

@media (min-width: 768px) {
    .row.table-row {
        display: table;
        width: 100%;
        margin: 0 auto;
    }

    .row.table-row &gt; [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

/*NAVIGATION STYLE*/

.navbar-fixed-top,
.navbar-fixed-top.bottom {
    background-color: rgb(255, 255, 255);
    position: fixed;
    bottom: inherit;
    padding: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.navbar-fixed-top .navbar-brand,
.navbar-fixed-top .navbar-nav &gt; li &gt; a {
    color: #000;
    font-weight: 700;
}

.navbar-fixed-top .navbar-brand {
    font-size: 30px;
}

.navbar-fixed-top.bottom .navbar-brand,
.navbar-fixed-top.bottom .navbar-nav &gt; li &gt; a {
    color: #000;
}

.navbar-fixed-top .navbar-toggle {
    border-color: transparent;
}
.navbar li.btn {
    display: flex;
    align-items: center;
    padding: 0.5em;
}
.navbar li.btn&gt;a {
    color: #282828;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    align-items: baseline;
}
.navbar.bottom li.btn&gt;a {
    color: white;
}
.navbar li.btn&gt;a:hover {
    color: #282828 !important;
}
.navbar.bottom li.btn&gt;a:hover {
    color: white !important;
}
@media (min-width: 768px) {
    .navbar-fixed-top {
        background-color: rgba(255, 255, 255, 0.95);
        border: none;
        margin: 0;
        padding: 20px 0 !important;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
        -webkit-transition: .2s;
        -moz-transition: .2s;
        transition: .2s;
    }

    .navbar-fixed-top.bottom {
        background-color: #282828;
        position: absolute;
        left: 0;
        bottom: 0;
        top: inherit;
        box-shadow: 0 0 0;
    }

    .navbar-fixed-top.bottom .navbar-brand,
    .navbar-fixed-top.bottom .navbar-nav &gt; li &gt; a {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .js-navbar-collapse {
        width: 100%;
        box-sizing: content-box;
    }
    .js-navbar-collapse a {
        color: #282828;
    }
    .container&gt;.navbar-header {
        margin: 0;
    }
    .nav&gt;li.mega-dropdown&gt;a {
        padding-left: 30px;
    }
    .dropdown-menu .container {
        padding: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 440px;
}

.mega-dropdown {
    position: static !important;
    width: 100%;
}
.mega-dropdown ul {
    padding: 2em;
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*HEADER STYLE*/

#header {
    height: 100vh;
    padding: 0;
}

.logo-img {
    width: 4.5em;
    height: 3.5em;
    float: left;
    margin-right: 15px;
}

@media (max-device-width: 768px) {

    #content .items-container .carousel-item {
        font-size: 0.5em;
    }
    #content .items-container .carousel-item .question {
        padding-top: 0.25em;
    }
    #content.carousel .item-container .carousel-item .backgound-image {
        max-height: 100%;
        height: 100%;
        width: 100%;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#header .main-slide {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#header .main-slide img {
    top:0;
    left: 0;
    z-index: 1;
    object-fit: cover;
}
#header .main-slide .title-container {
    position: absolute;
    top: 30vh;
    right: 25vw;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#header .main-slide .title-container .title {
    font-size: calc(2.5vw + 2.5vh);
    font-weight: bold;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
}
#header .main-slide .title-container .subtitle {
    font-size: calc(1vw + 1vh);;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode:forwards;
    color: #282828;
}
/* ICONS */
#icons .about-content {
    padding: 1em;
}
#icons .container&gt;.row:nth-child(2) {
    padding-top: 6em;
}
#icons .container .about-content {
    padding: 0;
}
#icons .container .about-content&gt;.row&gt;[class*="col-"]:first-child {
    padding: 0;
    vertical-align: top !important;
}
/* MAIN-PITCH TEMPLATE*/
.main-pitch {
    font-size: 1.5em;
}

.main-pitch .content {
    padding: 0.5em 2em;
}
.main-pitch .img-container {
    vertical-align: middle;
}
.main-pitch .section-content {
    width: 100%;
}
.main-pitch .section-content img {
    height: 600px;
    position: relative;
    left: -10%;
}

/*CONTENT TEMPLATE*/

.container-fluid &gt; section {
    padding: 100px 0;
}

.light {
    background-color: #fff;
    color: #282828;
}

.dark {
    background-color: #282828;
    background-position: top left;
    background-repeat: repeat;
    color: #fff;
}

header.title {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 25px 55px;
}
header.title h2 {
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #282828;
}
header.title h2:after {
    background-color: #222222;
}
header.title h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    margin: 15px auto 0;
}
.dark header.title h2 {
    color: white;
}
.dark header.title h2:after {
    background-color: #fff;
}

.separator {
    padding: 100px;
    color: #fff;
}

.separator .bg-fixed .overlay,
.separator .bg-fixed &gt; .container {
    padding: 160px 0 120px;
}

/*ABOUT STYLE*/

.section-content:before,
.section-content:after,
.about-content:before,
.about-content:after {
    content: " ";
    display: table;
}

.section-content:after,
.about-content:after {
    clear: both;
}

.about .image-container {
    text-align: center;
}

.about .img-container {
    vertical-align: middle;
}
.about .img-container img{
    width: 100%;
}

.about-content {
    display: flex;
    align-items: center;
}
.about-content h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}

/*CONTACT SYTLE*/
#contact {
    position: relative;
    margin: 0;
    padding: 100px 0;
    height: 100%;
}
#contact address .item {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#contact address .address {
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact address span .fa {
    margin-right: 10px;
}

#contact address span a,
#contact address span a:hover,
#contact address span a:focus {
    color: #fff;
}

#contact address span a {
    text-decoration: underline;
}


/*FOOTER STYLE*/

#footer {
    padding-bottom: 35px;
    padding-top: 0;
    background-color: #282828;
    color: #aaa;
}

#footer p {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    padding-bottom: 5px;
}

.section-content h4 {
    color: white;
    font-size: 1.3em;
    line-height: 1.3em;
}

#video .container {
    box-sizing: border-box;
    padding-right: 0;
    text-align: center;
}
#video video {
    width: 90%;
    box-sizing: border-box;
}
.center {
    vertical-align: middle !important;
}</pre></body></html>