        * {
            padding: 0;
            margin: 0;
        }
        
        body,
        div,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p,
        blockquote,
        pre,
        dl,
        dt,
        dd,
        ol,
        ul,
        li,
        fieldset,
        form,
        label,
        legend,
        th,
        td,
        article,
        aside,
        figure,
        footer,
        header,
        hgroup,
        menu,
        nav,
        section {
            margin: auto;
            padding: 0;
            border: 0;
            font-family: 'Montserrat';
            font-weight: 400;
            color: #575757;
        }
        
        ol,
        ul {
            list-style: none;
        }
        
        html {
            height: 100%;
            min-height: 100%;
        }
        
        header {
            position: fixed;
            width: 100%;
            z-index: 20;
            top: 0;
            left: 0;
            margin: 0;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        
        body {
            background-color: #f0f0f0 !important;
            width: 100%;
            height: 100%;
            min-height: 100%;
        }
        
        input:focus,
        textarea:focus {
            outline: none;
        }
        
        .navbar-header {
            position: relative;
        }
        
        .sidebar {
            position: fixed;
            text-align: center !important;
            opacity: 0;
            height: 100vh;
            width: 33.333333%;
            top: 0;
            margin-left: 0;
            padding: 0;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            text-align: left;
            -webkit-transform: translate(100, 0);
            transform: translate(100, 0);
            -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
            background-color: rgba(0, 0, 0, 0.5);
        }
        
        .links {
            width: 100%;
            position: absolute;
            margin: 15px 0px;
            top: 30vh;
        }
        
        .sidebar-content li {
            padding: 15px 0;
        }
        
        .sidebar-content a {
            text-decoration: none;
            color: #ffffff;
            opacity: 0.5;
        }
        
        .sidebar-content a:hover {
            text-decoration: none;
            color: #ffffff;
            opacity: 1;
        }
        
        .sidebar-content a:active,
        .sidebar-content a:focus,
        .sidebar-content a:visited {
            text-decoration: none;
            color: #ffffff;
        }
        
        .partner-logos {
            margin-top: 10px;
            
            
        }
        
        .partner-logos img {
            width: 135px;
            padding: 0px;
            opacity: 0.6;
        }
        
        .partner-logos img:hover {
            opacity: 1;
        }
        
        .menu-resp {
            margin: 30px 0;
        }
        
        .menu-resp a {
            display: block;
            text-decoration: none;
            color: #654a84;
            padding: 20px 0;
        }
        
        .menu-resp a:hover {
            text-decoration: none;
            background-color: rgba(101, 74, 132, 0.2);
            opacity: 1;
        }
        
        .menu-resp a:active,
        .menu-resp a:focus,
        .menu-resp a:visited {
            text-decoration: none;
            color: #654a84;
        }
        
        .show {
            -webkit-transition: opacity 0.1s ease-in-out;
            transition: opacity 0.1s ease-in-out;
        }
        
        .wisenext-navbar {
            background: none;
            color: white;
        }
        
        .wisenext-logo-white>img {
            display: none;
        }
        
        .wisenext-logo>img,
        .wisenext-logo-alt>img,
        .wisenext-logo-white>img {
            width: 200px;
            margin: 2px 0 16px 0px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }
        
        .wisenext-navbar ul>li {
            text-align: center;
        }
        
        .c-links a {
            margin: 0 20px 0 20px;
        }
        
        .c-links a:hover {
            text-decoration: none;
        }
        /* Hamburguer menu */
        
        .c-hamburger {
            position: relative;
            overflow: hidden;
            width: 80px;
            height: 31px;
            font-size: 0;
            text-indent: -9999px;
            cursor: pointer;
            float: right;
            padding: 0 10px;
            margin-top: 0;
            margin-right: 15px;
            margin-bottom: 0;
            background-color: transparent;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 4px;
            -webkit-transition: background 0.3s;
            transition: background 0.3s;
        }
        
        .c-hamburger:focus {
            outline: none;
        }
        
        .c-hamburger span {
            display: block;
            position: absolute;
            top: 14px;
            left: 50px;
            right: 0;
            height: 4px;
            background: #654a84;
        }
        
        .c-hamburger span::before,
        .c-hamburger span::after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 4px;
            background-color: #654a84;
            content: "";
        }
        
        .c-hamburger span::before {
            top: -10px;
        }
        
        .c-hamburger span::after {
            bottom: -10px;
        }
        
        .c-hamburger--htx span {
            -webkit-transition: background 0s 0.3s;
            transition: background 0s 0.3s;
        }
        
        .c-hamburger--htx span::before,
        .c-hamburger--htx span::after {
            -webkit-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
            -webkit-transition-delay: 0.3s, 0s;
            transition-delay: 0.3s, 0s;
        }
        
        .c-hamburger--htx span::before {
            -webkit-transition-property: top, -webkit-transform;
            transition-property: top, -webkit-transform;
            transition-property: top, transform;
            transition-property: top, transform, -webkit-transform;
        }
        
        .c-hamburger--htx span::after {
            -webkit-transition-property: bottom, -webkit-transform;
            transition-property: bottom, -webkit-transform;
            transition-property: bottom, transform;
            transition-property: bottom, transform, -webkit-transform;
        }
        /* active state, i.e. menu open */
        
        .c-hamburger--htx.is-active {
            background-color: transparent;
        }
        
        .c-hamburger--htx.is-active span {
            background: none;
        }
        
        .c-hamburger--htx.is-active span::before {
            top: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        .c-hamburger--htx.is-active span::after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        
        .c-hamburger--htx.is-active span::before,
        .c-hamburger--htx.is-active span::after {
            -webkit-transition-delay: 0s, 0.3s;
            transition-delay: 0s, 0.3s;
        }
        
        .container {
            position: relative;
            z-index: 1;
        }
        
        .cd-fixed-bg {
            min-height: 100%;
        }
        
        li.contact-link {
            width: 100%;
            display: -webkit-inline-box !important;
            display: -ms-inline-flexbox !important;
            display: inline-flex !important;
        }
        
        li.contact-link a {
            display: -webkit-inline-box !important;
            display: -ms-inline-flexbox !important;
            display: inline-flex !important;
        }
        
        li.contact-link a .contact {
            margin-right: 10px;
            opacity: 0;
            white-space: nowrap;
        }
        
        li.contact-link a:hover .contact {
            opacity: 1;
            -webkit-transition: 500ms ease-in-out;
            transition: 500ms ease-in-out;
        }
        
        .wisenext-content {
            height: 100%;
        }
        
        .wisenext-intro {
            top: 30vh;
            position: relative;
            text-align: center;
        }
        
        .wisenext-intro h3:after {
            content: ' ';
            display: block;
            background-color: #654a84;
            width: 30px;
            height: 4px;
            margin: 10px auto 0;
        }
        
        .wisenext-purple {
            color: #654a84;
        }
        
        .wisenext-person {
            width: 100%;
            padding-right: 20px;
        }
        
        .swiper-slide {
            width: 100%;
            margin-top: 0;
            margin-bottom: 20px;
            padding:10px !important; /*new*/
        }
        
        .text-pr {
            margin-top: 20px;
            color: #696969;
        }
        
        .text-pr:before {
            content: ' ';
            display: block;
            position: absolute;
            width: 4px;
            height: 30px;
            left: -10px;
            background-color: #654a84;
        }
        
        footer {
            position: relative;
            bottom: 0;
            width: 100%;
            background: #383838;
            padding: 10px 0;
        }
        /* overrides */
        
        .carousel-indicators {
            bottom: 0 !important;
            left: 0 !important;
            text-align: left !important;
            margin-left: 2% !important;
        }
        
        .carousel-indicators li {
            border-color: #654a84 !important;
        }
        
        .carousel-indicators .active {
            background-color: #654a84 !important;
        }
        
        .wisenext-button-next,
        .wisenext-button-prev {
            top: 100% !important;
            width: 27px !important;
            height: 24px !important;
        }
        
        .wisenext-button-next {
            background-image: url(../assets/svg/next.svg) !important;
            -moz-background-size: 15px 20px !important;
            -webkit-background-size: 15px 20px !important;
            background-size: 15px 20px !important;
        }
        
        .wisenext-button-prev {
            background-image: url(../assets/svg/previous.svg) !important;
            -moz-background-size: 15px 20px !important;
            -webkit-background-size: 15px 20px !important;
            background-size: 15px 20px !important;
        }
        /* inputs */
        
        .inputs {
            display: block;
            margin-top: 40px;
        }
        
        .wisenext-input {
            width: 100%;
            background-color: #d4d4d4;
            padding: 5px 10px;
            margin-bottom: 10px;
            border-radius: 5px;
        }
        
        .wisenext-input:focus,
        .wisenext-input:active {
            border-color: #654a84 !important;
        }
        
        textarea.wisenext-input {
            resize: vertical;
            min-height: 100px;
            max-height: 200px;
        }
        
        .wisenext-button {
            float: right;
            padding: 5px 20px;
            background-color: #654a84 !important;
            color: #ffffff;
        }
        
        .wisenext-button:hover {
            background-color: white !important;
            color: #654a84 !important;
            -webkit-transition: 500ms ease-in-out;
            transition: 500ms ease-in-out;
        }
        
        .swiper-container-horizontal>.swiper-pagination-bullets,
        .swiper-pagination-custom,
        .swiper-pagination-fraction {
            bottom: 0 !important;
        }
        
        .founders {
            margin-top: 40px;
        }
        
        .founders .fdn {
            float: left;
            cursor: pointer;
        }
        
        .founders .fdn a {
            color: inherit;
            margin-right: 20px;
        }
        
        .linked-in {
            vertical-align: -5px;
        }
        /* Email feedback styles*/
        
        .email-response-container {
            font-size: 14px !important;
        }
        
        .email-response-container .success-message {
            color: green;
        }
        
        .email-response-container .error-message {
            color: red;
        }
        /* 
        /* DRY styles */
        
        h1 {
            font-size: 80px !important;
            line-height: 90px;
            margin-top: 0 !important;
        }
        
        h2 {
            font-size: 60px !important;
            line-height: 50px;
            margin-top: 0 !important;
            white-space: pre-line;
        }
        
        h3 {
            font-size: 30px !important;
            line-height: 45px;
        }
        
        .w-rem {
            color: #696969;
        }
        
        .w-rem:hover {
            text-decoration: none;
            color: #654a84;
        }
        
        .white {
            color: white;
        }
        
        .black {
            color: #3d3d3d;
        }
        
        .smaller {
            font-size: 12px;
        }
        
        .small {
            font-size: 14px;
        }
        
        .normal {
            font-size: 16px !important;
        }
        
        .large {
            font-size: 60px !important;
            line-height: 70px;
        }
        
        .regular {
            font-weight: 400;
        }
        
        .bold {
            font-weight: 700;
        }
        
        .descriptive-text {
            line-height: 25px;
            text-align: center;
        }
        
        .nav-active a {
            opacity: 1 !important;
        }
        
        .nav-active:after {
            content: ' ';
            display: block;
            position: absolute;
            background-color: #654a84;
            width: 30px;
            height: 4px;
            margin: 0 40%;
        }
        
        .fit-logos-fix {
            padding-left: 9rem;
        }
        
        
        