@font-face {
    font-family: 'CentraleSansBold';
    src: url('/static/cms/fonts/CentraleSansBold.ttf?beef39b719a1');
}

@font-face {
    font-family: 'CentraleSansXLight';
    src: url('/static/cms/fonts/CentraleSansXLight.ttf?beef39b719a1');
}

@font-face {
    font-family: 'CentraleSansMedium';
    src: url('/static/cms/fonts/CentraleSansMedium.ttf?beef39b719a1');
}

@font-face {
    font-family: 'CentraleSansBook';
    src: url('/static/cms/fonts/CentraleSansBook.ttf?beef39b719a1');
}

html {
    font-size: 14px;
}

header {
    max-width: 1920px;
    width: 100%;
    background: url(/static/cms/img/hero-banner-home.png?beef39b719a1) 0 no-repeat;
    margin: 0 auto;
    background-size: cover;
    padding-bottom: 70px;

}

footer {
    max-width: 100%;
    margin: 0 auto;
    background: url("/static/cms/img/footer-background.png?beef39b719a1") 0 no-repeat;
    background-size: cover;
    height: 345px;
    position: relative;
}

.header-container {
    max-width: 960px;
    margin: 0 auto;
}

.hidden {
    display: none !important;
}

.overview:after {

    content: " ";
    max-width: 200px;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: auto;
}

.overview .section-area {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.section-area {
    margin: auto;
}

.header-container .logo {
    width: 140px;
    height: 160px;
    background: url("/static/cms/img/header-logo.png?881fe04114d0") 0 no-repeat;
    -webkit-box-shadow: 0px 0px 57px 6px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 57px 6px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 57px 6px rgba(0, 0, 0, 0.26);
}

.logo-shadow{
    -webkit-box-shadow: 0px 0px 57px 6px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 57px 6px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 57px 6px rgba(0, 0, 0, 0.26);
}

.top-header {
    display: flex;
}

.search-bar {
    margin-left: 30px;
    height: 50px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 1em;
    font-family: 'CentraleSansMedium', sans-serif;
    display: flex;
    position: relative;
}

.video-container iframe {
    width: 560px;
    height: 320px;
}

.search-bar a {
    text-decoration: none;
    color: #fff;
    line-height: 4;
    padding: 10px;
    margin-right: 10px;
}

.search-bar input {
    width: 60%;
    margin-left: auto;
    color: #fff;
    background: transparent;
    border: none;
    font-family: 'CentraleSansMedium', sans-serif
}

.search-bar input:focus {
    outline: none;
}

.search-bar .search-icon {
    height: 20px;
    width: 20px;
    background: url(/static/cms/img/search-icon.png?beef39b719a1) 0 no-repeat;
    position: absolute;
    right: 0;
    top: 40%;
}

.search-icon.blue {
    top: 0;
    height: 20px;
    width: 20px;
    background: url(/static/cms/img/search-icon-blue.png?beef39b719a1) 0 no-repeat;
    position: absolute;
    right: 15px;
    transform: translate(50%, 50%);
}

.title {
    color: #0066a1;
    font-family: 'CentraleSansBold', sans-serif;
    font-size: 1.85em;
    margin-top: 55px;
}

.cmnd .title {
    color: #fff;
}

.title.big {
    color: #0066a1;
    font-family: 'CentraleSansXLight', sans-serif;
    text-transform: uppercase;
    font-size: 3.42em;
    margin-top: 10px;
}

.title.big span {
    font-family: 'CentraleSansMedium', sans-serif;
}

.subtitle {
    font-family: 'CentraleSansXLight', sans-serif;
    color: #0066a1;
    font-size: 1em;
    max-width: 400px;
}

.carrousel-card .card-title {
    font-size: 1.28em;
    font-family: 'CentraleSansMedium', sans-serif;
    color: #0066a1;
    margin-top: 10px;
}

.carrousel-card .card-description {
    font-size: 1em;
    font-family: 'CentraleSansXlight', sans-serif;
    color: #0066a1;
    line-height: 1.5em;
}

.menu-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    background-color: #0066a1;
    color: #fff;
}

.content-container {
    max-width: 1440px;
    margin: 0 auto;
}

.menu {
    max-width: 960px;
    display: flex;
    margin: 0 auto;
}

.menu-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.menu a {
    text-decoration: none;
}

.menu .menu-item {
    font-size: 1.1em;
    color: #fff;
    padding: 15px 40px;
    font-family: 'CentraleSansXlight', sans-serif;
}

.menu .menu-item.selected,
.menu .menu-item:hover {
    color: #0066a1;
    background-color: #fff;
}

.menu .menu-item.account.desktop {
    width: 25%;
    max-width: 100%;
}

.menu .menu-item.account.desktop:hover {
    color: #fff;
    background-color: #0066a1;
    cursor: pointer;
}


.page {
    max-width: 1440px;
    margin: 0 auto;
}


.page .title-area {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    margin-top: 100px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #0066a1;
}

.title-area .title {
    font-size: 1.9em;
    color: #0066a1;
    font-family: 'CentraleSansBold', sans-serif;
    margin-top: 0;
}

.templates-filter-searchbar {
    position: relative;
}

.title-area input,
.templates-filter-searchbar input {
    margin-right: 0;
    margin-left: auto;
    width: 300px;
    height: 30px;
    font-family: 'CentraleSansMedium', sans-serif;
    font-size: 1em;
    padding: 5px;
    border: 1px solid #ccc;
}

.title-area .category-title {
    margin-right: 2em;
    font-size: 1.9em;
    color: #0066a1;
    font-family: 'CentraleSansXLight', sans-serif;
}

.title-area .category-title span {
    display: flex;
    font-family: 'CentraleSansBold', sans-serif;
}

.page.category {
    display: flex;
}

.page.category .title-area input {
    display: flex;
    margin-left: 10px;
    height: 25px;
}

.page.category .title-area .select-options,
.login-form .select-options,
.templates-filter-sort .select-options {
    height: 38px;
    margin-left: 10px;
    width: 140px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: 'CentraleSansMedium', sans-serif;
    font-size: 1em;
    padding: 5px;
    border-radius: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.sort-by-templates {
    margin-right: -10px;
}

.display-grid {
    display: grid;
    grid-template-columns: .1fr 1fr;
    margin-bottom: 7px;
}

.check-box-template {
    display: block;
    margin: auto;
}

.select {
    position: relative;
}

.select:after {
    content: "\2329";
    font-size: 1.28em;
    font-family: 'CentraleSansBold', sans-serif;
    color: #0066a1;
    position: absolute;
    transform: rotate(-90deg);
    right: 5px;
    top: 15px;
    margin: auto;
    cursor: pointer;
    pointer-events: none;
}


.page.category .sort-by {
    font-family: 'CentraleSansXlight', sans-serif;
    font-size: 1em;
    color: #777;
    margin-left: auto;
    padding-top: 10px;
}

.title-area .category-title span:before {
    margin: auto 10px auto auto;
    content: "  \232a";
    font-size: 0.8em;
    font-family: 'CentraleSansBold', sans-serif;
}

.section {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 75px;
}

.section-title {
    font-size: 1.9em;
    color: #0066a1 !important;
    font-family: 'CentraleSansBook', sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
}

.section-title a {
    color: #0066a1 !important;
    text-decoration: none;
}

.section .cards {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.section-card {
    width: 100%;
}

div.philips-app {
    position: relative;
}

div.philips-app:after {
    content: " ";
    position: absolute;
    display: block;
    top: 10px;
    left: 5%;
    width: 36px;
    height: 40px;
    background: url("/static/cms/img/header-logo.png?881fe04114d0") transparent center no-repeat;
    background-size: contain;
}

.section-card .card-title {
    font-size: 1.28em;
    font-family: 'CentraleSansMedium', sans-serif;
    color: #0066a1;
    padding: 10px 0 10px 0;
    overflow-wrap: break-word;
}

.one-card .card-title {
    font-size: 1.28em;
    font-family: 'CentraleSansMedium', sans-serif;
    color: #fff;
    margin-top: 10px;
}


.one-card .card-description {
    font-size: 1em;
    font-family: 'CentraleSansXlight', sans-serif;
    color: #fff;
    line-height: 1.5em;
}

.section-title:after {
    content: "  \232a";
    font-size: 0.8em;
    font-family: 'CentraleSansBold', sans-serif;
    margin-top: 5px;
}

.section-card .card-description {
    font-size: .8em;
    font-family: 'CentraleSansXlight', sans-serif;
    text-align: justify;
    color: #000;
    line-height: 1.5em;
}

.overview-filters ul {
    list-style: none;
    padding: 0;
}

.overview-filters {
    max-width: 200px;
    min-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 159px;
    height: auto;
}

.overview-filters .filters-container {
    background-color: #D3EAFB35;
    padding: 10px 0 20px 0;
}

.template-overview-filters {
    background-color: #D3EAFB35;
    max-width: 180px;
    margin-right: 10px;
    width: 100%;
    padding: 20px 15px;
}

.template-overview-filters .filter-title {
    font-size: 1.14em;
    font-family: 'CentraleSansBold', sans-serif;
    color: #0066a1;
    margin-bottom: 20px;
}

.side-icons {
    position: fixed;
    right: 0;
    top: 50%;
    display: flex;
    flex-direction: column;
}

.side-icons a {
    background-color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    position: relative;
}

.side-icons a:first-of-type {
    border-bottom: 1px solid #0066a1;
}

.side-icons .side-user-logo {
    height: 18px;
    width: 18px;
    top: 30%;
    position: absolute;
    left: 13px;
}

.side-icons .side-share-logo {
    margin-top: 5px;
}

.template-overview-filters .filter-items ul {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
}

.template-overview-filters .filter-items label {
    margin-left: 15px;
    font-size: 0.9em;
    color: #0f204b;
    font-family: 'CentraleSansBook', sans-serif;
}

.overview-filters .filter-title {
    font-size: 1.14em;
    font-family: 'CentraleSansBold', sans-serif;
    color: #0066a1;
    margin-left: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.overview {
    position: relative;
    display: flex;
}

.overview-filters ul li {
    margin-left: 15px;
    font-size: 1em;
    color: #0f204b;
    font-family: 'CentraleSansBook', sans-serif;
    margin-bottom: 5px;
}

.overview-filters li.selected {
    font-family: 'CentraleSansBold', sans-serif;
}

.overview-filters li a {
    text-decoration: none;
    color: #000;
}

.overview-filters ul li:after {
    content: "   \232a";
    font-size: 0.7em;
    font-family: 'CentraleSansBold', sans-serif;
}

.articles-container {
    background-color: #D3EAFB35;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.articles-container .articles {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    padding-top: 65px;
    padding-bottom: 65px;
}

.articles .article {
    max-width: 470px;
}

.articles .article:first-of-type {
    margin-right: 25px;
}

.articles .article .text-area {
    background-color: #002e6d;

}

.text-area {
    padding-bottom: 30px;
}

.text-area .article-title {
    font-family: 'CentraleSansLight', sans-serif;
    font-size: 2.14em;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.text-area .article-description {
    font-family: 'CentraleSansLight', sans-serif;
    font-size: 1em;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.5em
}

.text-area a {
    text-decoration: none;
}

.button-blue {
    background-color: #0066a1;
    color: #fff;
    margin-left: 30px;
    width: 100px;
    margin-top: 20px;
    padding: 10px 20px;
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 1em;
}

.button-blue-cursor {
    border: 0;
    cursor: pointer;
    background-color: #0066a1;
    color: #fff;
    margin-left: 30px;
    width: 100px;
    margin-top: 20px;
    padding: 10px 20px;
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 1em;
}

footer .logo-wrapper {
    max-width: 100%;
}

footer .footer-logo {
    position: relative;
    top: 70px;
    background: url(/static/cms/img/footer-logo.png?beef39b719a1) 0 no-repeat;
    height: 140px;
    width: 110px;
    margin: 0 auto;
}

.footer-bottom {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%
}

.footer-bottom .link-row {
    display: flex;
    max-width: 780px;
    margin: 0 auto;
}

.link-row a {
    text-decoration: none;
}

.link-row .link-item {
    color: #fff;
    margin-right: 10px;
    font-size: 1em;
    font-family: 'CentraleSansBook', sans-serif;
}

.link-row .link-item:after {
    content: "|";
    margin-left: 7px;
}

.link-row a:last-child .link-item:after {
    content: "";
}

.footer-bottom .copyright {
    font-size: 1em;
    font-family: 'CentraleSansBook', sans-serif;
    color: #b3c8e6;
    margin-top: 5px;
    opacity: 0.8;
}

.social-media {
    padding-top: 55px;
    max-width: 960px;
    margin: 0 auto;
}

.social-media .connect {
    font-size: 1.14em;
    font-family: 'CentraleSansBook', sans-serif;
    color: #b3c8e6;
}

.social-media .social-media-links {
    display: flex;
    margin-top: 10px;
}

.social-media .twitter-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("/static/cms/img/twitter-icon.png?beef39b719a1");
}

.social-media .facebook-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("/static/cms/img/facebook-icon.png?beef39b719a1");
}

.social-media .youtube-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url("/static/cms/img/youtube-icon.png?beef39b719a1");
}

.social-media .linkedin-icon {
    width: 20px;
    height: 20px;
    background: url("/static/cms/img/google-icon.png?beef39b719a1");
}

.page .login-form .select {
    width: 64% !important
}

.slick-prev:before {
    position: relative !important;
    content: "" !important;
    display: inline-block !important;
    width: 0.8em !important;
    height: 0.8em !important;
    border-right: 0.1em solid white !important;
    border-top: 0.1em solid white !important;
    transform: rotate(45deg);
    margin-right: 0.5em;
    opacity: 1 !important;
}

.slick-next:before {
    position: relative !important;
    content: "" !important;
    display: inline-block !important;
    width: 0.8em !important;
    height: 0.8em !important;
    border-right: 0.1em solid white !important;
    border-top: 0.1em solid white !important;
    margin-right: 0.5em;
    transform: rotate(45deg);
    opacity: 1 !important;
}

.slick-prev {
    -ms-transform: rotate(180deg) !important; /* IE 9 */
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
    top: 32% !important;
    width: 40px !important;
    height: 40px !important;
    left: -60px !important;
    background-color: #0066a1 !important;
}

.slick-next {
    top: 41% !important;
    width: 40px !important;
    height: 40px !important;
    right: -45px !important;
    background-color: #0066a1 !important;
}

.login-popup-overlay,
.register-popup-overlay {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 1920px;
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 500ms;
    z-index: 999999;
}

.video-overlay {
    position: fixed;
    overflow: hidden;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 500ms;
    z-index: 999999;
}

.video-container {
    margin: auto;
}

.register-popup-overlay {
    overflow-y: scroll;
}

.login-popup-container,
.register-popup-container {
    position: relative;
    transform: translate(0, 50%);
    margin: auto;
    width: 680px;
}


.register-popup-container {
    transform: translate(0, 10%);
}

#login,
#register {
    cursor: pointer;
}

a {
    text-decoration: none;
}

.login-popup,
.register-popup {
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 20px 40px 30px 40px;
    font-family: 'CentraleSansBook', sans-serif;
    max-width: 680px;
    height: 450px;
}

.register-popup {
    height: auto;
}

.login-popup a,
.register-popup a {
    text-decoration: none;
    color: #0066a1;
}

.login-popup .popup-title,
.register-popup .popup-title {
    font-size: 1.42em;
    color: #0066a1;
    margin-top: 10px;
}

.register-popup .popup-subtitle {
    margin-top: 20px;
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}

.login-popup .login-form {
    margin-top: 25px;
    margin-bottom: 50px;
}

.login-form.register {
    margin-top: 50px;
    font-family: 'CentraleSansXlight', sans-serif;
}

.row {
    margin-left: 150px;
    display: flex;
    margin-bottom: 10px;
}

.row.flex-column {
    flex-direction: column;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px !important;
}

.row.flex-column label {
    text-align: left !important;
    width: 100% !important;

}

.row.flex-column input[type="text"] {
    width: calc(100% - 10px) !important;
}

.justify-content-center {
    justify-content: center;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select {
    border: 1px solid #ccc !important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label.bold {
    font-family: 'CentraleSansBold', sans-serif !important;
}


.register .row {
    margin-left: 50px;
}

.login-form .row.aligned input[type="checkbox"] {
    margin-left: calc(20% + 10px);
}

.submit-app {
    margin: 70px auto;
    max-width: 620px;
}

.submit-app .button-blue {
    width: 40% !important;
}

.submit-app input {
    border: 1px solid #ccc;
}

.row.aligned .button-blue {
    margin-left: calc(20% + 10px);
    margin-top: 10px;
    padding: 7px 20px;
}

.login-form .row.aligned a {
    margin-left: calc(20% + 10px);
    margin-top: 10px;
    color: #0066a1;
}

.row.aligned.register .button-blue {
    margin-left: calc(25% + 10px);
}

.row.aligned.register {
    margin-top: 30px;
}

.row.aligned.register input[type="checkbox"] {
    margin-left: calc(25% + 10px);
}

.row.aligned.register a {
    margin-left: 0;
}

.row.aligned.register label {
    width: 30% !important;
    text-align: left;
    margin-left: 5px;
    line-height: 1.5;
}


.login-form .row label {
    text-align: right;
    width: 20%;
    line-height: 2;
    margin-right: 10px;
    font-size: 0.85em;
    font-family: 'CentraleSansBook', sans-serif;
}

.row .checkbox-options {
    display: flex;
    width: 60%;
}

.row .checkbox-options .one-column {
    width: 100%;
}

.login-form.register .row label {
    width: 25%;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
    border-style: solid;
    border: 1px solid #ccc;
}

.login-form .row .search {
    margin-right: 0;
    margin-left: auto;
    width: 62%;
    height: 20px;
    font-family: 'CentraleSansMedium', sans-serif;
    font-size: 1em;
    padding: 5px;
    margin-left: 0;
    margin-right: auto;
}

.register textarea {
    margin-right: 0;
    margin-left: auto;
    width: 62%;
    font-family: 'CentraleSansMedium', sans-serif;
    font-size: 1em;
    padding: 5px;
    margin-left: 0;
    margin-right: auto;
    border: 1px solid #ccc;
}


.login-popup .close-button,
.register-popup .close-button,
.video-overlay .close-button {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #0066a1;
    cursor: pointer;
    font-size: 1em;
    padding: 3px 4px;
    line-height: 10px;
}

.video-overlay .close-button {
    color: #fff;
    font-size: 3em;
}


.login-popup .close-button:after,
.register-popup .close-button:after,
.video-overlay .close-button:after {
    content: '✖';
}

.faq-container,
.submit-app-container {
    max-width: 100%;
    margin: 0 auto;
    background: url("/static/cms/img/footer-background.png?beef39b719a1") 0 no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 95px;
}

.submit-app-container .submit-title {
    font-size: 2.85em;
    margin-top: 10px;
    font-family: 'CentraleSansXLight', sans-serif;
    color: #fff;
    text-align: center;
}

.page .submit-subtitle {
    font-size: 1.85em;
    margin-top: 70px;
    font-family: 'CentraleSansXLight', sans-serif;
    color: #0066a1;
    text-align: center;
}

.page .submit-description {
    font-size: 1.1em;
    font-family: 'CentraleSansBook', sans-serif;
    color: #000;
    text-align: center;
    max-width: 960px;
    margin: 60px auto 100px;
    line-height: 2;
}


.progress-bar {
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 80px;
}

.step {
    width: 100%;
    height: 1px;
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
}

.step.selected {
    background: #fff;
    height: 2px;
}

.step-text {
    font-size: 0.85em;
    font-family: 'CentraleSansBook', sans-serif;
    color: #fff;
    line-height: 1.5em;
    position: absolute;
    top: 20px;
    opacity: 0.6;

}

.step-text.selected {
    opacity: 1;
}

.step1 .step-text {
    left: -40px;
}

.step2 .step-text {
    right: -20px;
}

.step3 .step-text {
    right: -30px;
}

.circle {
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    content: " ";
    background: #fff;
    position: absolute;
    top: -5px;
}

.left {
    left: -10px;
}

.right {
    right: 0;
}

.circle.selected {
    width: 14px;
    height: 14px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    content: " ";
    background: #fff;
    position: absolute;
    top: -7px;
}

.faq {
    max-width: 960px;
    margin: 0 auto;
}

.faq-title {
    color: #fff;
    font-family: 'CentraleSansXLight', sans-serif;
    font-size: 2.14em;
    margin-bottom: 70px;
}

.faq .questions-container {
    display: flex;
}

.faq .questions-container .questions-column {
    width: 100%;
}

.faq .questions-container .questions-column:first-of-type {
    margin-right: 90px;
}

.questions-container .questions-column .column-title {
    color: #fff;
    font-family: 'CentraleSansBold', sans-serif;
    font-size: 1.57em;
}

.questions-container .questions-column ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.questions-column ul li {
    margin-bottom: 15px;
    font-family: 'CentraleSansXLight', sans-serif;
    color: #fff;
    font-size: 1em;
}

.faq-question a {
    text-decoration: none;
    color: #fff;
}

.faq-question:after {
    content: "  \232a";
    font-size: 0.71em;
    font-family: 'CentraleSansBold', sans-serif;
}

.content-container .questions-wrapper {
    max-width: 960px;
    margin: 70px auto 110px;

}

.content-question {
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
}

.content-question .question {
    font-size: 1.14em;
    font-family: 'CentraleSansBold', sans-serif;
    color: #0066a1;
    margin-bottom: 10px;
}


.content-question .answer {
    font-size: 0.9em;
    font-family: 'CentraleSansXlight', sans-serif;
    color: #000;
    margin-bottom: 5px;

}


.content-question .back-to-top {
    text-align: right;
    margin-bottom: 10px;
    margin-top: 20px
}

.back-to-top a {
    text-decoration: none;
    font-size: 1em;
    font-family: 'CentraleSansBold', sans-serif;
    color: #0066a1;
}

.back-to-top a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #0066a1;
    border-top: 1px solid #0066a1;
    color: #0066a1;
    transform: rotate(-45deg);
    margin-right: 8px;
}

.page.category .section {
    margin: 30px 0 20px 0;
}

.two-cards {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #002e6d;
}

.two-cards .one-card {
    margin: 15px;
    min-width: 420px;
    padding: 15px;
    background-color: #2F74AA;
    border-radius: 1px;
    text-align: justify;
}

.two-cards .one-card img {
    display: block;
    background: #fff;
    max-width: 160px;
    height: auto;
    float: left;
    padding: 10px;
    margin-right: 20px;
    border-radius: 1px;
}

.one-card .card-title {
    font-size: 1.8em;
    font-family: 'CentraleSansMedium', sans-serif;
    overflow-wrap: break-word;
    text-align: -webkit-auto;
    line-height: 1.1em;
    padding: 10px;
    color: #fff;
    margin: 10px 0 20px 0;
}

.empty-card {
    width: 100%;
    padding: 15px;
    background-color: #fff;
}


.one-card a {
    font-size: 0.85em;
    font-family: 'CentraleSansXlight', sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    line-height: 1.5em;
    max-width: 200px;
    margin-bottom: 30px;
}

.section a, .carrousel a {
    text-decoration: none;
    width: 100%;
    max-width: 20%;
    padding: 10px;
}

header .carrousel a {
    max-width: 100%;
}

.apps {
    width: 100%;
}

.apps .section a {
    max-width: 33%;
    padding: 15px;
}

.apps .section-card img {
    width: 100%;
}


.page.detail .detail-container {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
}

.detail-container .app-details {
    margin-right: 30px;
    width: 100%;
}

.detail-container .app-details .title-area {
    border-bottom: none;
    display: inline-block;
    width: 100%;

}

.app-details .title-area .title {
    font-size: 3em;
    font-family: 'CentraleSansXlight', sans-serif;
}

.app-details .title-area .title-footer {
    display: flex;
}

.title-area form {
    display: flex;
    flex-direction: row;
}

.app-details .title-footer .author {
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 1em;
    color: #777;
    margin-top: 20px;
}

.app-details .author span {
    color: #000;
    font-family: 'CentraleSansMedium', sans-serif;
}

.button-orange {
    background-color: #e67802;
    color: #fff;
    margin-left: auto;
    margin-right: 0;
    padding: 10px 20px;
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 1em;
    border-radius: 2px;
}

.app-about .about-text,
.author-about .about-text,
.hero-popup .about-text {
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 1em;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.hero-popup .top-half .title {
    font-family: 'CentraleSansXlight', sans-serif;
    font-size: 2em;
    color: #fff;
    text-align: center;
    padding-top: 75px;
    padding-left: 30px;
    padding-right: 30px;
}

.hero-popup .top-half .about-text {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    font-size: 0.9em;
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.about-text.blue {
    color: #0066a1;
    font-family: 'CentraleSansBold', sans-serif;
    margin-bottom: 5px !important;

}

.about-text.small {
    font-size: 0.85em;
    margin-top: 0;
}

.about-text.small.white {
    color: #fff;
    margin-bottom: 30px;
    font-family: 'CentraleSansBook', sans-serif;
}

.about-text.black {
    color: #000;
}

.app-about,
.author-about {
    border-bottom: 1px solid #ccc;
}

.author-about,
.app-gallery {
    max-width: 960px;
    margin: 0 auto;
}

.author-about .button-blue.big {
    width: 200px;
    margin-bottom: 60px;
    margin-left: 0;
    text-align: center;
}

.about-text.blue.big {
    font-size: 1.71em;
    margin-bottom: 35px;
    font-family: 'CentraleSansBook', sans-serif;
}

.author-about a {
    text-decoration: none;
}

.compatible-details .compatible-block {
    max-width: 305px;
    max-height: 500px;
    width: 100%;
    background-color: #0066a1;
    padding: 30px;
    margin-top: 100px;
}

.compatible-block .app-logo-container {
    display: inline-block;
}

.compatible-with {
    margin-top: 50px;
}

.compatible-with ul {
    list-style: none;
    padding-left: 0;
}

.compatible-with .compatible-device {

    font-size: 1.14em;
    color: #fff;
    font-family: 'CentraleSansXlight', sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #3385b4;
    margin-top: 10px;
}

.compatible-with .compatible-device:last-of-type {
    border: none;
}

.my-account-container {
    display: flex;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.my-account-container .company-details {
    max-width: 225px;
    max-height: 500px;
    width: 100%;
    height: 100%;
    background-color: #D3EAFB40;
    margin-right: 15px;
    margin-top: 100px;
    padding: 10px;
    border: 1px solid #D3EAFB60;
    border-radius: 1px;
}

.card {
    width: 100%
}

p.detail {
    font-size: 1em;
    font-family: 'CentraleSansBook', sans-serif;
    color: #000;
    line-height: 1.5em;
}

p.detail span {
    font-family: 'CentraleSansBold', sans-serif;
}

.detail.bottom-right {
    font-size: 1em;
    font-family: 'CentraleSansBold', sans-serif;
    color: #000;
    line-height: 1.5em;
    text-align: right;
    display: flex;
    margin-left: 75px;
}

.detail.bottom-right div {
    padding: 12px;
}

.checkbox-options.list {
    border: 1px solid #ccc;
    overflow-y: scroll;
    max-height: 180px;
    width: calc(100% - 30px);
    padding: 10px;
}

input[type="file"] {
    border: none !important;
    margin-top: 20px;
}

.form-container.flex {
    display: flex;
}

.form-container.flex .form-column {
    width: 100%;
}

.form-column textarea {
    width: calc(100% - 10px);
}

.full-width {
    max-width: 960px;
    margin: 0 auto;
}

.row.aligned.submit-app-button .button-blue {
    margin: 50px auto;
    width: 25% !important;
}

header .desktop {
    display: block;
}

header .mobile {
    display: none;
}

.login-form .select {
    width: calc(64.5% + 2px);
}

.login-form .select:after {
    top: 13px;
    right: 10px;
}

.login-form .select select {
    width: 100%;
    height: 36px;
    margin-left: 0;

}

select::-ms-expand {
    display: none
}

.my-account-container .company-details img {
    width: 100%;
}

.cmnd {
    background: url("/static/cms/img/CMND_Room.jpg?beef39b719a1") 0 no-repeat;
    background-size: cover;

}

.main-page.cmnd {
    padding-bottom: 650px;
    background: url("/static/cms/img/room.jpg?beef39b719a1") no-repeat center;
    background-size: cover;
}

.register-page-cmnd {
    background: url("/static/cms/img/benefits-background-2.png?beef39b719a1") no-repeat;
    background-size: cover;
}

.register-page-cmnd .register-popup-container {
    transform: none;
    margin-top: 50px;
    margin-bottom: 50px;
}

.menu-item.account {
    margin-right: 0;
    margin-left: auto;
    position: relative;
}

.blog,
.templates,
.template-details,
.hardware,
.contact {
    max-width: 960px;
    margin: 0 auto;
}

.blog .title,
.templates .title,
.hardware .title,
.contact .title {
    color: #0066a1;
    margin-top: 90px;
    margin-bottom: 60px;
    font-family: 'CentraleSansXlight', sans-serif;
    font-size: 2em;
}

.contact-text {
    font-size: 1em;
    font-family: 'CentraleSansXlight', sans-serif;
    font-color: #000;
    line-height: 1.5em;
    margin-bottom: 90px;
}

.contact-text a {
    font-color: #0066a1;
}

.contact .register-popup-container {
    transform: none !important;
}

.contact .button-blue {
    width: 150px !important;
    margin-bottom: 70px;
}

.page-subtitle {
    font-size: 1.28em;
    color: #0066a1;
    font-family: 'CentraleSansBold', sans-serif;
}

.templates .template-filters {
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
}

.templates .template-filters .title-small {
    color: #0066a1;
    font-family: 'CentraleSansXlight', sans-serif;
    font-size: 1.57em;
    max-width: 220px;
    margin-right: 0;
    text-align: left;
    width: 100%;
}

.templates .template-filters .templates-filter-sort {
    max-width: 430px;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    text-align: left;
}

.hardware-list {
    margin-top: 25px;
    margin-bottom: 25px;
}

/*.hardware-list:last-of-type {*/
/*margin-bottom: 45px;*/
/*}*/

.hardware-list .list-item,
.hardware-text {
    font-size: 0.9em;
    font-family: 'CentraleSansBook', sans-serif;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.hardware-text {
    padding-left: 0;
}

.hardware-text:last-of-type {
    margin-bottom: 70px;
}

.hardware-text a {
    color: #0066a1;
    text-decoration: underline;
}

.list-item.tick:before {
    content: " ";
    background: url("/static/cms/img/check-icon.png?beef39b719a1") 0 no-repeat;
    position: absolute;
    left: 0;
    width: 13px;
    height: 12px;
}

.list-item.denied:before {
    content: " ";
    background: url("/static/cms/img/deny-icon.png?beef39b719a1") 0 no-repeat;
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
}


.buy-here-section {
    padding: 20px;
    background-color: #0066a1;
    display: flex;
    margin-top: 40px;
    margin-bottom: 65px;
}

.buy-here-section .button-orange {
    margin-bottom: 10px;
    width: 120px;
    text-align: center;
}

.button-orange a {
    color: inherit;
}

.buy-here-section .text {
    color: #fff;
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 0.9em;
    max-width: 690px;
    line-height: 1.3em;
}

.templates-filter-sort .sort-by {
    font-family: 'CentraleSansXlight', sans-serif;
    font-size: 1em;
    color: #000;
    padding-top: 10px;
}

.menu-item.account:after {
    content: " ";
    background: url(/static/cms/img/user-menu-icon.png?beef39b719a1) 0 no-repeat;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
}

.blog-post {
    display: flex;
    padding-top: 45px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.blog-post:first-of-type {
    padding-top: 0;
}

.blog-post .image-container {
    max-width: 426px;
}

.blog-post .image-container.iframe {
    max-width: 426px;
    position: relative;
}

.blog-post .image-container.iframe .play-icon {
    position: absolute;
    width: 50px;
    left: 40%;
    top: 40%;
    cursor: pointer;
}

.blog-post .image-container.iframe .play-icon:hover {
    opacity: 0.8;
}

@media screen and (max-width: 640px) {
    .blog-post .image-container img,
    .blog-post .image-container iframe {
        width: 100%;
        height: 240px;
    }
}


.blog-post .blog-post-details {
    margin-left: 30px;
}

.blog-posts-pagination,
.templates-pagination {
    margin-top: 90px;
    margin-bottom: 100px;
    display: flex;
    width: 50%;
    margin-right: 0;
    margin-left: auto;
}


.blog-posts-pagination .blog-pagination-item,
.templates-pagination .templates-pagination-item {
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 0.9em;
    color: #0066a1;
    margin: 0 5px;
}


.blog-post-details .blog-post-title {
    font-family: 'CentraleSansXlight', sans-serif;
    font-size: 1.71em;
    color: #0066a1;
    margin: 10px 0;
}

.blog-post-details .blog-post-title.video {
    font-family: 'CentraleSansBold', sans-serif;
}

.blog-post-details .blog-post-info {
    font-family: 'CentraleSansBold', sans-serif;
    font-size: 0.9em;
    color: #000;
}

.blog-post-details .blog-post-description {
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 1em;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 500px;
}

.blog-post-details .blog-post-linkto {
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 0.9em;
    color: #0066a1;
    position: relative;
}

.blog-detail-container {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 150px;
}

.go-back {
    padding-top: 75px;
    padding-bottom: 10px;
    max-width: 960px;
    margin: 0 auto;

}

.register-popup .go-back {
    padding-top: 20px;
}

.go-back .go-back-text {
    font-size: 1em;
    font-family: 'CentraleSansBook', sans-serif;
    color: #0066a1;
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid #ccc;
    max-width: 580px;
    padding-bottom: 5px;
}

.go-back .go-back-text:before {
    content: "\2329";
    font-size: 0.9em;
    font-family: 'CentraleSansBook', sans-serif;
    color: #0066a1;
    position: absolute;
    cursor: pointer;
    pointer-events: none;
    left: 0px;
}


.template-details .title {
    font-family: 'CentraleSansXlight', sans-serif;
    font-size: 2.28em;
    color: #0066a1;
}

.template-details .template-details-content .template-details-carrousell {
    max-width: 600px;
    margin-right: 60px;
}


#navigation {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    opacity: 0.9;
}

.entries {
    display: flex;
    width: 100%;
}

.entries .menu-item {
    width: 100%;
    text-align: center;
    min-height: 20px;
    font-size: 1.1em;
    color: #fff;
    font-family: 'CentraleSansXlight', sans-serif;
    cursor: pointer;
    padding: 0;
}

.entries .menu-item.selected a {
    color: #0066a1;
}

.entries .menu-item:hover a {
    color: #0066a1;
}

#login, #login-fixed, #register, #register-fixed, #logout, #logout-fixed {
    padding: 14px 0;
    cursor: pointer;
}

.entries .menu-item a {
    padding: 14px 0;
    display: block;
    height: 100%;
    letter-spacing: -0.5px;
    color: #fff;
    font-family: 'CentraleSansXlight', sans-serif;
}

.template-details-carrousell .slick-next {
    top: 37% !important;
}

.template-details-carrousell img {
    height: 100%;
    max-height: 410px;
}

.template-details-content {
    display: flex;
    margin-bottom: 135px;
    margin-top: 50px;
}

.template-details-info {
    padding: 35px 35px 50px 35px;
    background-color: #0066a1;
    max-width: 250px;
    margin-left: auto;
    margin-right: 0;
    max-height: 325px;
}

.template-details-info .template-details-info-row {
    margin-bottom: 25px;
    color: #fff;
}

.template-details-info .template-details-info-row .info-title {
    font-family: 'CentraleSansBold', sans-serif;
    font-size: 1em;
}

.template-details-info .template-details-info-row.last {
    padding-bottom: 35px;
    border-bottom: 1px solid #3385b4;
}

.template-details-info .template-details-info-row .info-description,
.template-info-description {
    font-family: 'CentraleSansXlight', sans-serif;
    font-size: 0.85em;
    color: #fff;
}

.template-details-info .button-orange {
    max-width: 135px;
    margin-top: 25px;
    text-align: center;
    margin-left: 0;
    padding: 15px 20px;
}

.downloads-section-container {
    width: 100%;
    padding-bottom: 70px;
}

.downloads-section-container.even {
    background: url("/static/cms/img/footer-background.png?beef39b719a1") 0 no-repeat;
    background-size: cover;
}

.downloads-section {
    max-width: 960px;
    margin: 0 auto;
}

.downloads-section .downloads-section-title {
    font-family: 'CentraleSansBold', sans-serif;
    font-size: 1.28em;
    color: #0066a1;
    margin-bottom: 30px;
    padding-top: 60px;
}

.downloads-section .downloads-section-title.no-top {
    padding-top: 0;
}

.downloads-section-container.even .downloads-section-title {
    color: #fff;
}

.downloads-section-container.even {
    color: #fff !important;
}

.downloads-section-list {
    display: flex;
    margin-bottom: 20px;
}

.downloads-section-list .downloads-item {
    width: 33%;
    margin-right: 20px;
}

.downloads-section-list .downloads-item:last-of-type {
    margin-right: 0;
}

.downloads-item .download-container {
    display: flex;
    background-color: #D8ECF5;
    padding: 10px;
}

.downloads-item.even .download-container {
    background-color: #0066a1;
}

.downloads-section-container.even .downloads-item.even .download-container {
    background-color: rgba(255, 255, 255, 0.2);
}

.downloads-item .download-container .image-container {
    max-width: 85px;
    margin-right: 15px;
}

.download-container .image-container img {
    width: 100%;
}

.downloads-item .download-information .info-title {
    font-family: 'CentraleSansBold', sans-serif;
    font-size: 1em;
    color: #0066a1;
    margin-top: 10px;
    margin-bottom: 25px;
}

.downloads-item.even .download-information .info-title {
    color: #fff;
}

.downloads-item .download-information .download-info-section-description {
    font-family: 'CentraleSansBold', sans-serif;
    font-size: 0.9em;
    color: #000;
    margin-bottom: 5px;
    margin-top: 2px;
}

.downloads-item.even .download-information .download-info-section-description {
    color: #fff;
}

.downloads-item .download-information .download-info-section {
    font-family: 'CentraleSansXlight', sans-serif;
    font-size: 0.9em;
    color: #000;
}

.download-description {
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 0.9em;
    color: #000;
    margin-top: 10px;
}

.downloads-section-container.even .download-description {
    color: #fff;
}

.downloads-item.even .download-information .download-info-section {
    color: #fff;
}


.blog-detail .blog-detail-title {
    font-family: 'CentraleSansXlight', sans-serif;
    font-size: 2em;
    color: #0066a1;
    margin-top: 40px;
    margin-bottom: 10px;
}

.blog-detail .blog-detail-info {
    font-family: 'CentraleSansBold', sans-serif;
    font-size: 0.9em;
    padding-top: 10px;
    color: #000;
}

.blog-detail .blog-detail-info-subtext {
    font-family: 'CentraleSansXLight', sans-serif;
    font-size: 1.28em;
    padding-top: 45px;
    color: #000;
}

.blog-detail .blog-detail-content {
    display: flex;
    margin-top: 50px;
}

.blog-detail .blog-detail-content .blog-detail-description {
    max-width: 100%;
    width: 600px;
    margin-right: 10px;
}

.blog-detail .blog-detail-description .about-text {
    font-size: 0.85em;
    font-family: 'CentraleSansBook', sans-serif;
    color: #000;
    margin-bottom: 20px;
    margin-top: 0;
}

.blog-detail .blog-detail-content .blog-detail-image {
    max-width: 350px;
}

.blog-detail .blog-detail-content .downloads-info {
    width: 320px;
    margin-left: 40px;
    display: flex;
    flex-direction: column;
}

.blog-detail .downloads-info-box {
    padding: 25px 35px 45px 35px;
    background-color: #003478;
    margin-bottom: 15px;
}

.downloads-info-box .download-info-normal {
    font-family: 'CentraleSansBook', sans-serif;
    color: #fff;
    font-size: 1em;
    text-align: center;
}

.downloads-info-box.second,
.downloads-info-box.third {
    background-color: #0066a1;
}

.downloads-info-box.second .download-info-normal {
    text-align: left;
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
}

.download-info-big {
    font-family: 'CentraleSansBook', sans-serif;
    color: #fff;
    font-size: 1.28em;
    margin-bottom: 25px;
    text-align: center;
}

.download-info-small {
    font-family: 'CentraleSansBook', sans-serif;
    color: #fff;
    font-size: 0.9em;
    text-align: left;
    position: relative;
}

.download-info-small:after {
    content: "\2329";
    font-size: 0.8em;
    font-family: 'CentraleSansBook', sans-serif;
    color: #fff;
    position: absolute;
    transform: rotate(180deg);
    cursor: pointer;
    pointer-events: none;
    margin-left: 3px;
}

.button-white {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 0.8em;
    margin-top: 15px;
    max-width: 190px;
    margin: 15px auto;
    text-align: center;
    position: relative;
    border-radius: 2px;
}

.button-white:after {
    content: "\2329";
    font-size: 0.85em;
    font-family: 'CentraleSansBold', sans-serif;
    color: #000;
    position: absolute;
    transform: rotate(180deg);
    cursor: pointer;
    pointer-events: none;
    margin-left: 3px;
}

.downloads-info-box.second .download-info-normal:before {
    content: "\2329";
    font-size: 0.8em;
    font-family: 'CentraleSansBook', sans-serif;
    color: #fff;
    position: absolute;
    transform: rotate(180deg);
    cursor: pointer;
    pointer-events: none;
    left: 0;
}

.downloads-info-box .download-info-bigger {
    font-family: 'CentraleSansBook', sans-serif;
    color: #fff;
    font-size: 1.57em;
    margin-top: 25px;
    text-align: center;
    position: relative;
}

.downloads-info-box .download-info-bigger:after {
    content: "\2329";
    font-size: 0.8em;
    font-family: 'CentraleSansBook', sans-serif;
    color: #fff;
    position: absolute;
    transform: rotate(180deg);
    cursor: pointer;
    pointer-events: none;
    margin-left: 3px;
}


.blog-detail .blog-detail-image img {
    width: 100%;
}


.blog-post-details .blog-post-linkto:after {
    content: "\2329";
    font-size: 0.8em;
    font-family: 'CentraleSansBook', sans-serif;
    color: #0066a1;
    position: absolute;
    transform: rotate(180deg);
    cursor: pointer;
    pointer-events: none;
    margin-left: 3px;
}

.blog-post-details .blog-post-linkto.video:after {
    content: "";
}

.blog-post-details .blog-post-linkto.video {
    padding-left: 20px;
}

.blog-post-details .blog-post-linkto.video:before {
    content: "\2329";
    font-size: 0.8em;
    font-family: 'CentraleSansBook', sans-serif;
    color: #0066a1;
    position: absolute;
    transform: rotate(-90deg);
    cursor: pointer;
    pointer-events: none;
    margin-right: 3px;
    margin-right: 3px;
    left: 0;
    top: 5px;
}

.templates-content {
    display: flex;
}

.templates-content .template-filter-options {
    max-width: 220px;
    width: 100%;
}

.video-footer-area {
    max-width: 100%;
    margin: 0 auto;
    background: url("/static/cms/img/footer-background.png?beef39b719a1") 0 no-repeat;
    background-size: cover;
}

.video-footer-area .footer-area-container {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
}

.video-footer-area .footer-area-container .footer-text {
    width: 50%;
}

.video-footer-area .footer-area-container .text-big {
    font-size: 1.28em;
    font-family: 'CentraleSansBold', sans-serif;
    margin-bottom: 5px;
    color: #fff;
}

.video-footer-area .footer-area-container .text {
    font-size: 0.9em;
    font-family: 'CentraleSansMedium', sans-serif;
    color: #fff;
}

.video-footer-area .footer-area-container .button-orange {
    background-color: #e67802;
    color: #fff;
    margin-right: 0;
    padding: 10px 20px;
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 1em;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 2px;
    width: 180px;
    line-height: 2em;
    text-align: center;
    margin-left: 0;
}


.templates-list {
    display: block;
    width: 100%;
}

.templates-list .templates-list-row {
    display: flex;
    margin-bottom: 40px;
}

.templates-list .templates-list-row .template-item {
    width: 33%;
    margin-right: 10px;
}

.templates-list .templates-list-row .template-item:last-of-type {
    margin-right: 0;
}

.templates-list .template-item img {
    width: 100%;
}

.templates-list .template-item .template-item-title {
    font-size: 1.28em;
    font-family: 'CentraleSansMedium', sans-serif;
    color: #0066a1;
    margin-top: 10px;
}

.templates-list .template-item .template-item-description {
    font-size: 1em;
    font-family: 'CentraleSansXlight', sans-serif;
    color: #000;
    line-height: 1.5em;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.cmnd .header-container .flex-row {
    margin-top: 50px;
    margin-bottom: 110px;
}

.cmnd .title {
    font-size: 2em;
}

.cmnd .header-container .cmnd-logo {
    margin-top: 130px;
}

.cmnd .header-container .cmnd-logo-pms {
    margin-top: 100px;
}

.pms-text-wrapper-temp {
    max-width: 960px;
    margin: 2rem auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.pms-text-wrapper-temp p {
    text-align: justify;
}

.flex-row .button-blue,
.flex-row .button-orange {
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    cursor: pointer;
}

.flex-row .subtitle {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
}

.hero-popup {
    max-width: 960px;
    margin: 0 auto;
}

.text-centered {
    text-align: center;
}

.laptop {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 30px;
}

.hero-popup .bottom-half {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 981px) {
    .hero-popup .bottom-half {
        flex-wrap: nowrap;
    }
}

.hero-popup .hero-popup-section {
    width: 50%;
    color: #0B66A0;
    background-color: #fff;
}

.hero-popup-section .title {
    font-size: 1em;
    margin-top: 20px;
}

.hero-popup-section.last {
    background-color: #002e6d;
}

.hero-popup-section.last img {
    margin-left: auto;
    margin-right: 0;
}

.absolute-container {
    position: absolute;
    z-index: 9999;
    top: -560px;
    margin: 0 auto;
    width: 100%;
}

.page {
    position: relative;
}

.hero-popup .top-half {
    color: #fff;
    background-color: #0B66A0;
}

.hero-popup-section.last .title {
    text-align: left;
    margin-left: 10px;
}

.hero-popup-section .about-text {
    font-size: 0.85em;
    color: #000;
    margin-top: 20px;
}

.hero-popup-section .inner {
    margin: 30px;
}

.sign-up-section {
    background-color: #083778;
    padding-top: 60px;
    padding-bottom: 90px;
}

@media only screen and (min-width: 981px) {
    .sign-up-section {
        padding-top: 240px;
    }
}

.sign-up-section .title {
    font-family: 'CentraleSansXlight', sans-serif;
    font-size: 2em;
    color: #fff;
    text-align: center;
}

.benefits {
    width: 100%;
    height: 670px;
    position: relative;
}

.benefits.top {
    background: url("/static/cms/img/benefit-1.png?beef39b719a1") 0 no-repeat;
    background-size: cover;
}

.benefits.bottom {
    background: url("/static/cms/img/benefit-2.png?beef39b719a1") 0 no-repeat;
    background-size: cover;
}

.sign-up-section .about-text {
    max-width: 730px;
    text-align: center;
    margin: 45px auto;
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 1em;
    color: #fff;
    line-height: 1.5em;
}

.absolute-arrow {
    position: absolute;
    top: -30px;
    transform: translateX(calc(50% - 30px));
    width: 100%;
}


.absolute-container .absolute-arrow {
    top: 25px;
}

.sign-up-section .button-orange {
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    cursor: pointer;
}

.absolute-arrow {
    cursor: pointer;
}

.benefits-info-container {
    position: absolute;
    top: 70px;
    width: 100%;
}

.benefits-info {
    max-width: 340px;
    background-color: #fff;
    padding: 65px 50px 75px;
    margin-left: auto;
    margin-right: 230px;
}

.benefits-info .title {
    font-family: 'CentraleSansXlight', sans-serif;
    font-size: 2em;
    color: #0066a1;
    margin: 0;
}

.benefits-info .about-text {
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 0.9em;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.benefits-info .about-text:last-of-type {
    border: none;
}

.benefits-info .title span {
    font-family: 'CentraleSansBold', sans-serif;
}

.benefits-info.reverse {
    background-color: #0066a1;
    color: #fff !important;
    margin-left: 230px;
    margin-right: auto;
}

.benefits-info.reverse .title {
    color: #fff !important;
}

.slick-dots {
    position: relative !important;
    margin-top: 40px !important;
    list-style: none;
    display: flex;

}

.slick-dots li button:before {
    background: #0066a1 !important;
    width: 18px !important;
    content: " " !important;
    height: 18px !important;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    top: 2px !important;
}

.slick-dots li.slick-active button:before {
    background: #0066a1 !important;
    width: 22px !important;
    content: " " !important;
    height: 22px !important;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    top: 0 !important;
}

.button-blue {
    border-radius: 2px !important;
}

.mobile {
    display: none;
}

@media only screen and (max-width: 980px) {

    html {
        font-size: 14px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    header .desktop {
        display: none;
    }

    header .mobile {
        display: block !important;
    }

    header {
        background: #fff;
    }

    .main-page.cmnd {
        background: #fff;
    }

    .cmnd .mobile .cmnd-logo {
        width: 40%;
        margin-top: 50px;
        margin-left: 10px;
    }

    .cmnd {
        background-size: cover;
    }

    .cmnd .mobile .title {
        color: #fff;
    }

    .blog-detail-container {
        padding: 20px;
    }

    .go-back .go-back-text {
        width: calc(100% - 30px);
        max-width: 100%;
        padding-bottom: 10px;
        margin: 0 auto;
    }

    .blog-detail .blog-detail-content {
        flex-direction: column;
    }

    .blog-detail .blog-detail-content .blog-detail-description,
    .blog-detail .blog-detail-content .blog-detail-image {
        width: 100%;
    }

    .blog-detail .blog-detail-content .blog-detail-image {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .go-back .go-back-text:before {
        top: 2px;
    }

    .mobile .logo-section {
        background: url("/static/cms/img/footer-background.png?beef39b719a1") no-repeat;
        width: 100%;
        height: 95px;
        position: relative;
    }

    .content-container .title {
        padding-left: 0;
    }

    .blog-post {
        flex-direction: column;
    }

    .blog-post .image-container {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .blog-post .blog-post-details {
        margin-left: 0;
    }

    .mobile .logo {
        background: #fff;
        border-radius: 0 0 40px 0;
        display: flex;
    }

    .mobile .logo .phillips-logo {
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .mobile .user-logo {
        position: absolute;
        top: 18%;
        right: 20px;
        width: 18px;
        cursor: pointer;
    }

    .mobile .share-logo {
        position: absolute;
        top: 20%;
        right: 50px;
        width: 20px;
        cursor: pointer;
    }

    .logo-subtext {
        font-size: 1.2em;
        color: #fff;
        font-family: 'CentraleSansXlight', sans-serif;
        margin: 0;
        font-weight: 600;
        margin-top: 7px;
        margin-left: 15px;
    }

    .title, .title.big {
        color: #0066a1;
        padding-left: 15px;
    }

    .subtitle {
        color: #000;
        font-family: 'CentraleSansBook', sans-serif;
        padding-left: 15px;
        max-width: 100%;
        padding-right: 35px;
        margin-bottom: 70px;
        width: 100%;
    }

    .carrousel {
        padding: 0px 35px;
    }

    .carrousel .carrousel-card {
        margin-right: 17.5px;
    }

    .carrousel .carrousel-card img {
        width: 100%;
    }

    .carrousel .carrousel-card .card-description,
    .carrousel .carrousel-card .card-title {
        color: #000 !important;
        font-family: 'CentraleSansBook', sans-serif;
    }

    .slick-dots {
        position: relative !important;
        margin-top: 40px !important;

    }

    .slick-dots li button::before {
        background: #0066a1 !important;
        width: 18px !important;
        content: " " !important;
        height: 18px !important;
        -moz-border-radius: 9px;
        -webkit-border-radius: 9px;
        border-radius: 9px;
        top: 2px !important;
    }

    .slick-dots li.slick-active button::before {
        background: #0066a1 !important;
        width: 22px !important;
        content: " " !important;
        height: 22px !important;
        -moz-border-radius: 11px;
        -webkit-border-radius: 11px;
        border-radius: 11px;
        top: 0 !important;
    }

    .menu {
        margin-left: 0px;

    }

    .menu .menu-item {
        max-width: 100%;
        font-size: 0.9em;
        width: 100%;
        text-align: center;
    }

    .overview-filters {
        display: none;
        position: relative;
        width: 100%;
        left: 0;
        padding: 20px 0;
    }

    .overview-filters ul {
        display: flex;
        flex-direction: column;
    }

    .overview-filters ul li {
        font-size: 1.3em;
        margin: 10px 15px;
    }

    .title-area {
        flex-direction: column;
    }

    .title-area .title {
        padding-left: 0;
    }

    .title-area .search {
        width: calc(100% - 15px);
        margin-top: 60px;
    }

    .button-blue {
        padding: 20px 35px;
    }

    .article .button-blue {
        width: 100px;
    }

    .search-icon.blue {
        width: 23px;
        height: 23px;
        top: 88px;
        right: 20px;
    }

    .title-area .button-blue {
        width: calc(100% - 70px);
        margin-left: 0;
        text-align: center;
        cursor: pointer;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .section .cards {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .section .cards .section-card {
        margin-right: 10px;
    }

    .section .cards .section-card img {
        width: 100%;
    }

    .my-account-container .section-card img {
        height: auto !important;
    }

    .section {
        border-bottom: 1px solid #0066a1;
    }

    .section .slick-dots {
        padding-bottom: 30px !important;
    }

    .section .section-card .card-description,
    .section .section-card .card-title {
        color: #000 !important;
        font-family: 'CentraleSansBook', sans-serif;
    }

    .articles-container .articles {
        flex-direction: column;
        padding: 35px 15px;
    }

    .articles .article {
        max-width: 100%;
    }

    .articles .article img {
        width: 100%;
    }


    .articles .article:first-of-type {
        margin-bottom: 55px;
        margin-right: 0;
    }

    footer {
        height: 750px;
    }

    footer .footer-logo {
        position: relative;
        top: 100px;
        width: 110px;
        margin: 0 auto;
    }

    footer .logo-wrapper {
        max-width: 100%;
    }

    footer .social-media {
        text-align: center;
        margin-top: 50px;
        padding-top: 125px;
    }

    .social-media-links {
        width: 120px;
        margin: 10px auto;
    }

    .footer-bottom {
        bottom: 0;
    }

    .footer-bottom .link-row,
    .footer-bottom .copyright {
        flex-wrap: wrap;
        padding: 20px;
    }

    .detail-container .app-details {
        margin-right: 0 !important;
        border-bottom: 1px solid #0066a1;
    }

    .app-details .title-area .title-footer {
        display: block;
    }

    .app-details .title-area .button-orange {
        width: calc(100% - 40px);
        margin-top: 40px;
        text-align: center;
    }

    .author-about .button-blue.big {
        width: calc(100% - 70px);
        text-align: center;
    }

    .author-about {
        border-bottom: none;
    }

    .compatible-details.mobile {
        background: #0066a1;
        margin-top: 60px;
    }

    .compatible-details .compatible-block {
        padding: 0;
        padding-bottom: 30px;
    }

    .compatible-details .compatible-block img {
        padding: 30px;
    }

    .compatible-details .compatible-block .compatible-with {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section.breadcrumbs.mobile {
        display: flex !important;

    }

    .breadcrumbs.mobile .section-title {
        font-family: 'CentraleSansXlight', sans-serif !important;
        width: 100%;
        text-align: center;
        font-size: 1.6em;
        display: flex;
    }


    .login-page .section-title,
    .register-page .section-title {
        padding-left: 35px;
        padding-right: 35px;
        width: auto;
    }


    .breadcrumbs.mobile .section-title:last-of-type {
        font-family: 'CentraleSansBook', sans-serif !important;
    }

    .breadcrumbs.mobile .section-title:last-of-type:after {
        content: "";
    }

    .page .title-area {
        margin-top: 30px;
    }

    .select-options.mobile {
        display: block;
    }

    .login-form .select {
        width: 84%;
        margin-left: 10px;
    }

    .login-form .select select {
        width: 100%;
        height: 35px;
        margin-left: 0;
        margin-bottom: 5px;

    }

    .templates .template-filters {
        display: block;
    }

    .templates .template-filters .templates-filter-sort {
        display: flex;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .templates-filter-sort .select,
    .templates-filter-sort .filter-section.mobile {
        width: 100%;
    }

    .templates-filter-sort .filter-section.mobile .button-blue {
        cursor: pointer;
    }

    .templates-filter-sort .select:after {
        right: 5px;
    }

    .templates-filter-sort .select-options {
        width: 100%;
        margin-left: 0;
    }

    .login-form .select:after {
        right: 15px;
        top: 10px;
    }

    .category.select:after {
        content: none;
    }

    .page.category .title-area input {
        margin-left: 0;
    }

    .page.category .search-icon.blue {
        width: 23px;
        height: 23px;
        top: 85px;
        right: 30px;
    }

    .faq-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq .questions-container {
        flex-direction: column;
    }

    .questions-container .questions-column:first-of-type {
        margin-bottom: 65px;
        margin-right: 0;
    }

    .submit-app-container {
        display: none;
    }

    .form-container.flex {
        flex-direction: column;
    }

    .register .row {
        margin-left: 0;
    }

    .row.aligned.submit-app-button .button-blue,
    .row.aligned.register .button-blue {
        width: 300px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .my-account-container {
        flex-direction: column;
    }

    .my-account-container .company-details {
        width: calc(100% - 40px);
        padding: 20px;
        margin-left: 0;
        max-width: 100%;
    }

    .my-account-container .company-details img {
        width: 100%;
    }

    .my-account-container .company-details {

        max-height: 1500px;
    }

    .section a {
        margin: 0 5px;
    }

    .login-page .login-popup-container,
    .register-page .register-popup-container {
        transform: none;
        width: 100%;
    }

    .login-page .login-form .row,
    .login-page .row.aligned,
    .register-page .login-form .row,
    .register-page .row.aligned {
        margin-left: 0;
    }

    .login-page .login-popup,
    .register-page .register-popup {
        padding: 35px;
    }

    .login-form .row .search {
        margin-right: 0;
        margin-left: 10px;
        width: 80%;
    }

    .submit-app .row .search,
    .submit-app .row textarea {
        margin-left: 0;
    }

    .login-form .row input {
        border-image: none;
        border: 1px solid #ccc;
    }

    .login-form .row label {
        margin-left: auto;
        margin-right: 0;
    }

    .register-page .row .checkbox-options,
    .submit-app .row .checkbox-options {
        margin-right: auto;
        margin-left: 0;
        width: 84%;
    }

    .register textarea {
        margin-right: 0;
        margin-left: 10px;
        width: 80%;
        margin-bottom: 7px;
        border: 1px solid #ccc;
    }

    .row.options label {
        padding-right: 10px;
        margin-left: 0px;
    }

    .row.aligned.register a {
        margin-left: 0 !important;
    }


    .row.aligned .button-blue,
    .login-form .row.aligned input[type="checkbox"],
    .login-form .row.aligned a {
        margin-left: calc(20% + 5px);

    }

    .row.aligned.register input[type="checkbox"] {
        margin-left: calc(25% + 5px);
    }

    .login-page .breadcrumbs.mobile .section-title,
    .register-page .breadcrumbs.mobile .section-title {
        text-align: left;

    }

    #faq {
        padding-left: 25px;
        padding-right: 25px;
    }

    .row.aligned.register {
        display: block;
        font-size: 0.8em !important;
    }

    .row.aligned.register .button-blue {
        margin-left: 25%;
        width: 180px !important;
        margin-right: 0;
    }

    .register-page .breadcrumbs.mobile .section-title:before,
    .login-page .breadcrumbs.mobile .section-title:before {
        content: "  \2329";
        font-size: 0.8em;
        font-family: 'CentraleSansBold', sans-serif;
        margin-top: 3px;

    }


    .login-form .button-blue {
        width: 180px !important;
    }

    .row.aligned .button-blue {
        width: 140px;
    }

    .row.aligned .button-blue a {
        color: #fff;
        padding: 10px;
    }

    .login-page {
        margin-bottom: 50px;
    }

    #app-submit,
    #app-submit-2 {
        width: 200px !important;
    }

    .my-account-container {
        width: auto;
    }

    .content-container {
        padding: 0 20px;
    }

    .search-icon.blue {
        background: url('/static/cms/img/magnifier-icon.png?beef39b719a1') 0 no-repeat;
    }

    .social-media .twitter-icon {
        width: 48px;
        height: 48px;
        margin-right: 10px;
        background: url("/static/cms/img/twitter_mobile.png?beef39b719a1");
    }

    .social-media-links {
        width: 220px;
    }

    .social-media .facebook-icon {
        width: 48px;
        height: 48px;
        margin-right: 10px;
        background: url("/static/cms/img/facebook_mobile.png?beef39b719a1");
    }

    .social-media .youtube-icon {
        width: 48px;
        height: 48px;
        margin-right: 10px;
        background: url("/static/cms/img/youtube_mobile.png?beef39b719a1");
    }

    .social-media .linkedin-icon {
        width: 48px;
        height: 48px;
        background: url("/static/cms/img/google_mobile.png?beef39b719a1");
    }

    .login-form .row .select select {
        display: block;
        border: 1px solid #ccc !important;
    }

    .login-form .row .select:after {
        top: 15px;
    }

    .section a {
        max-width: 100%;
    }

    .slick-track {
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .contact .register-popup-container {
        width: 100%;
    }

    .contact .register-popup-container .register-popup {
        width: 100%;
        padding: 0;
    }

    .contact .row label {
        width: 41% !important;
    }

    .contact .row.aligned.register .button-blue {
        margin-left: 34%;
    }

    .blog-detail .blog-detail-content .downloads-info {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .blog-detail-content .downloads-info .downloads-info-box {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .downloads-info-box.second .download-info-normal {
        padding-left: 15px;
    }

    .downloads-section-container {
        padding: 0 20px;
    }

    .downloads-section-list {
        flex-direction: column;
    }

    .downloads-section-list .downloads-item {
        width: calc(100% - 40px);
        margin-bottom: 90px;
    }

    .downloads-item .download-container .image-container {
        max-width: 180px;
    }

    .downloads-item .download-container {
        margin-bottom: 20px;
    }

    .buy-here-section {
        flex-direction: column;
        padding: 35px;
    }

    .page.category .sort-by, .select {
        display: none;
    }

    .buy-here-section .button-orange {
        margin: 0 auto;
        margin-top: 40px;
        width: 200px;
    }

    .buy-here-section .text {
        max-width: 100%;
    }

    .template-details-content {
        flex-direction: column;
    }

    .template-details .template-details-content .template-details-carrousell {
        max-width: 100%;
        margin-right: 0;
    }

    .template-details-info {
        width: calc(100% - 90px);
        margin-top: 60px;
        max-width: 100%;
    }

    .template-details-info .button-orange {
        max-width: 100%;
    }

    .templates .template-filter-options {
        display: none;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .template-overview-filters .filters li {
        font-size: 1.3em;
        margin: 10px 0;
    }

    .template-overview-filters {
        max-width: calc(100% - 30px);
    }

    .templates .template-filters.desktop {
        display: none;
    }

    .templates-list .templates-list-row {
        flex-direction: column;
    }

    .templates-list .templates-list-row .template-item {
        margin-bottom: 45px;
    }

    .templates-list .template-item img {
        margin-bottom: 15px;
        height: auto;
    }

    .reversed .sort-by,
    .reversed .select .select-options {
        display: block !important;
    }

    .templates .template-filters.mobile {
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }

    .templates .template-filters.mobile .reversed {
        display: flex;
    }

    .reversed {
        margin-top: 20px;
    }

    .reversed .sort-by {
        width: 30%;
    }

    .reversed .select,
    .reversed .select-options {
        width: 100%;
    }

    .reversed .select-options {
        height: 50px;
    }

    .template-filters.mobile .reversed .filter-section,
    .template-filters.mobile .reversed .templates-filter-sort {
        width: 100%;
    }

    .filter-section .button-blue {
        margin-top: 0;
        padding: 10px 20px;
        text-align: center;
        width: calc(100% - 55px);
        position: relative;
        margin-left: 10px;
    }

    .filter-section .button-blue:before {
        background: url("/static/cms/img/filter-icon.png?beef39b719a1") no-repeat;
        position: absolute;
        width: 20px;
        height: 20px;
        content: " ";
        left: 15%;
    }

    .templates-list .templates-list-row .template-item {
        width: 100%;
        margin-right: 0;
    }

    .templates-filter-searchbar input {
        width: calc(100% - 15px);
    }

    .templates-filter-searchbar .search-icon.blue {
        top: 0;
        right: 20px;
        width: 23px;
        height: 23px;
    }

    select, text-area {
        border: 1px solid #ccc !important;
    }

    .templates-list .template-item .template-item-title {
        margin-bottom: 20px;
    }

    .blog-post .image-container.iframe {
        max-width: 100%;
    }

    .blog-post .image-container.iframe iframe {
        /*height: 400px;*/
    }

    .blog-post-details .blog-post-description {
        max-width: 100%;
        font-size: 1em;
    }

    .blog-post-details .blog-post-linkto.video {
        margin-top: 20px;
    }

    @media (max-width: 980px) {

        .main-page.cmnd {
            height: auto;
            padding-bottom: 0;
        }

        .main-page.cmnd .go-back .go-back-text {
            width: calc(100% - 80px);
        }

        .hero-popup .top-half .title {
            margin: 0;
            padding: 0;
        }

        .laptop {
            padding-bottom: 0;
            margin-top: 60px;
        }

        .laptop img {
            max-width: 90%;
        }

        .row.aligned .button-blue {
            text-align: center;
        }

        .hero-popup-section .title {
            padding-left: 0;
            width: 75%;
            margin-top: 20px;
            font-size: 0.9em;
        }

        .sign-up-section.mobile {
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 60px;
        }

        .sign-up-section.mobile .button-orange {
            max-width: 200px;
        }

        .sign-up-section .title {
            padding-left: 0;
        }

        .benefits-info {
            max-width: 100%;
            margin: 0;
            padding: 50px 30px;
        }

        .benefits-section.mobile {
            position: relative;
        }

        .benefits-section.mobile .banner {
            width: 100%;
        }

        .benefits-info .title {
            padding-left: 0;
        }

        .hero-popup .top-half {
            padding-top: 60px;
        }

        .page .submit-app .select {
            display: block !important;
            width: 84% !important;
            margin-left: 0;
        }

        .row.flex-column input[type="text"] {
            width: calc(100% - 40px) !important;
        }

        .entries .menu-item a,
        #logout, #logout-fixed {
            font-weight: 500;
            font-family: 'CentraleSansMedium', sans-serif;
        }

        .entries .menu-item.selected a {
            font-weight: bold;
        }

        .template-filters .select {
            display: flex;
        }

        .register-popup .select {
            display: block;
        }

        .register-page .login-form .select {
            width: 84% !important;
        }

        .entries {
            position: relative;
        }

        .entries .menu-item.expanded {
            position: absolute;
            width: 50%;
            right: 0;
            opacity: 0.8;
        }

        .expand.active {
            position: relative;
            width: 80px;
            cursor: pointer;
            margin-top: 10px;
            border-radius: 2px;
            margin-right: 5px;
            margin-bottom: 10px;
            border-radius: 2px;

        }

        .expand.active.selected {
            background-color: #fff;
        }

        .expand.active.selected:after {
            border-color: #0066a1;
        }

        .expand.active.selected:after {
            transform: translate(100%, 40%) rotate(-45deg);
        }

        .expand.active:after {
            content: "";
            display: inline-block;
            width: 6px;
            height: 6px;
            border-right: 1px solid #fff;
            border-top: 1px solid #fff;
            transform: translate(100%, 40%) rotate(135deg);
        }

        .entries .menu-item.expandable {
            position: absolute;
            max-width: 250px;
            display: none;
            width: 100%;
            opacity: 0.8;
            z-index: 9999;
            background-color: #0066a1;
            right: 0;
        }

        .entries .menu-item.expandable:hover {
            background-color: #fff;
            color: #0066a1;
        }

        .entries .menu-item.selected.expandable {
            background-color: #fff;
        }

        .go-back {
            padding-top: 40px;
        }

        .blog-detail .blog-detail-title {
            font-size: 2.5em;
        }

        .blog .title, .templates .title, .hardware .title, .contact .title {
            margin-top: 70px;
            font-size: 2.5em;
        }

        .blog-post-details .blog-post-title {
            font-size: 2em;
        }

        .blog-post-details .blog-post-linkto {
            font-size: 1em;
        }

        .blog-post {
            padding-bottom: 40px;
        }

        .blog-detail .blog-detail-info-subtext {
            font-size: 1.5em;
        }

        .blog-detail .blog-detail-content {
            margin-top: 30px;
        }

        .blog-detail .blog-detail-description .about-text {
            font-size: 1em;
        }

        .downloads-section .downloads-section-title {
            font-size: 1.71em;
        }

        .downloads-item .download-information .info-title {
            font-size: 1.3em;
        }

        .templates-filter-sort .sort-by {
            width: 45%;
        }

        .submit-app {
            width: calc(100% - 40px);
            padding-left: 15px;
            padding-right: 15px;
        }

        .submit-app .row.aligned.register .button-blue {
            margin-left: 25%;
        }

        .submit-app .row label {
            padding-right: 5px;
        }

        .register-page-cmnd .logo-section {
            background: url("/static/cms/img/footer-background.png?beef39b719a1") 0 no-repeat;
            height: 95px;
        }

        .register-page-cmnd .mobile .logo {
            width: 100%;
            height: auto;
        }

        .templates-content {
            flex-direction: column;
        }

        .link-row {
            justify-content: center;
        }

        .link-row .link-item {
            color: #fff;
            font-size: 1em;
            font-family: 'CentraleSansBook', sans-serif;
            padding: 0 5px;
            border-right: 1px solid #fff;
            margin-right: 0;
        }


        .link-row a:last-of-type .link-item {
            border-right: none;
        }

        .link-row .link-item:after {
            content: '';
        }

        .overview:after {
            content: "";
            width: 0;
        }

        input[type="text"], textarea {
            -webkit-appearance: none;
            border-radius: 0;
        }


    }
}

@media only screen and (max-width: 600px) {
    .cmnd .mobile .cmnd-logo {
        width: 50%;
    }

    .video-container iframe {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        height: 50%;
    }
}


@media screen and (max-width: 1130px) {
    .overview-filters {
        min-width: 140px;
    }

    .overview:after {
        display: none;
    }
}

/*BE css - don't replace with what is on FE*/
.error-message {
    color: #cd3238;
    font-size: 14px;
    margin-bottom: 10px;
}

.flex-center {
    display: flex;
    justify-content: center;
}

ul {
    list-style-type: none;
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.app-approvement {
    max-width: 960px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
}

.app-approvement button {
    width: 200px;
    margin-bottom: 60px;
    text-align: center;
}

.app-approvement .button-blue.big {
    width: 200px;
    margin-bottom: 60px;
    margin-left: 0;
    text-align: center;
    cursor: pointer;
}

.popup-overlay {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-width: 1920px;
    background: rgba(0, 0, 0, 0.3);
    transition: opacity 500ms;
    z-index: 999;
}

.register-popup-overlay {
    overflow-y: scroll;
}

.reject-popup-container {
    position: relative;
    transform: translate(0, 50%);
    margin: auto;
    width: 680px;
}

#login,
#register {
    cursor: pointer;
}

.reject-popup {
    position: relative;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 20px 40px 30px 40px;
    font-family: 'CentraleSansBook', sans-serif;
    max-width: 680px;
    height: auto;
}

.reject-popup a {
    text-decoration: none;
    color: #0066a1;
}

.reject-popup .popup-title {
    font-size: 20px;
    color: #0066a1;
    margin-top: 10px;
}

.reject-popup .popup-subtitle {
    margin-top: 20px;
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
}

.reject-popup .close-button {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #0066a1;
    cursor: pointer;
    font-size: 14px;
    padding: 3px 4px;
    line-height: 10px;
}

.reject-popup .close-button:after {
    content: 'X';
}

.login-form.reject {
    margin-top: 50px;
    font-family: 'CentraleSansXlight', sans-serif;
}

#reject-reason-textarea {
    resize: none;
}

.row.flex-column input[type="url"] {
    width: calc(100% - 10px);
}

.content-centered {
    max-width: 960px;
    margin: 70px auto 110px;
}


/* App Release overview */
html, body {
    font-family: 'CentraleSansXLight', sans-serif;
}

table {
    border-collapse: collapse;
}

th {
    font-family: 'CentraleSansMedium', sans-serif;
}

.app-release-overview table {
    width: 100%
}

.app-release-overview th {
    color: white;
    text-align: left;
    background-color: #0066a1;
}

.app-release-overview th, td {
    padding: 5px 10px;
    vertical-align: top;
}

.app-release-overview tr.even {
    background-color: #D3EAFB35;
}

.app-release-overview tr.selected {
    background-color: rgba(0, 102, 161, 0.53);
}

.app-release-overview .app-name {
    width: 20%;
}

.app-release-overview .app-platform {
    width: 20%;
}

.app-release-overview .app-version {
    width: 20%;
}

.app-release-overview .app-edit {
    width: 10%;
    text-align: center;
}

.app-release-overview .release-entry {
    cursor: pointer;
}

@media only screen and (min-width: 981px) {
    .form-filter {
        margin-left: auto;
    }
}

a.white {
    color: #fff;
}

#login.padding {
    padding: 10px 20px;
}

.mt-10 {
    margin-top: 10px;
}

.ml-0 {
    margin-left: 0;
}


.p-0 {
    padding: 0;
}

.button-blue-input {
    background-color: #0066a1;
    color: #fff;
    padding: 5px 10px;
    font-family: 'CentraleSansBook', sans-serif;
    font-size: 1em;
    border-radius: 2px;
}

.app-video {
    max-width: 960px;
    margin: 0 auto;
}

@media only screen and (max-width: 980px) {
    .app-approvement .button-orange {
        padding: 20px 35px;
    }
}

.row.aligned a.button-blue {
    text-align: center;
}

.app-gallery-carrousell {
    max-width: 600px;
}

.app-gallery {
    margin-bottom: 50px;
}

.template-details-image, .app-gallery-image {
    text-align: center;
}

.template-details-image.slick-slide img, .app-gallery-image.slick-slide img {
    display: inline-block;
    max-width: 100%;
}

.app-gallery-carrousell .slick-next {
    top: 37% !important;
}

.app-gallery-image img {
    max-width: 100%;
}

@media only screen and (min-width: 981px) {
    a.template-item {
        height: 320px;
        position: relative;
        overflow: hidden;

    }

    .template-item-details {
        position: absolute;
        bottom: 0;
        height: 70px;
    }

    .template-item-img img, .blog-post .image-container img {
        height: 100%;
    }
}

.blog-detail-content .blog-detail-image img {
    height: 100%;
}

/* category page sort by */
span.select::after {
    right: 15px;
    top: 10px;
}

.category-title a {
    color: #0066a1;
    text-decoration: none;
}

.list-item a {
    color: inherit;
}

.textarea-short-description {
    margin: 20px 0px;
    width: 500px;
    height: 170px;
    resize: none;
    outline: none;
    border-color: transparent !important
}

textarea::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

textarea::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #2F74AA;
}

.app-detail-section {
    display: flex;
    flex-direction: row;
}

.app-detail-option {
    display: block;
    margin-right: 2em;
}

.label {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.label-primary {
    color: #fff;
    background-color: #0066a1;
}

/*BE css end */



/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

 /* 1. Change the font styles in all browsers (opinionated).*/
 /* 2. Remove the margin in Firefox and Safari.*/
 

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}



/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html,body
{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/static/lib/slick/ajax-loader.gif?beef39b719a1') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/static/lib/slick/fonts/slick.eot?beef39b719a1');
    src: url('/static/lib/slick/fonts/slick.eot?&beef39b719a1#iefix') format('embedded-opentype'), url('/static/lib/slick/fonts/slick.woff?beef39b719a1') format('woff'), url('/static/lib/slick/fonts/slick.ttf?beef39b719a1') format('truetype'), url('/static/lib/slick/fonts/slick.svg?beef39b719a1#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
