@charset "UTF-8";
.nn-padding-left {
    padding-left: 1pc; }

.nn-padding-right {
    padding-right: 1pc; }

.nn-padding-top {
    padding-top: 1pc; }

.nn-padding-bottom {
    padding-bottom: 1pc; }

.nn-padding {
    padding: 1pc; }

.nn-padding-big {
    padding: 2pc; }

.nn-padding-big-height {
    padding: 2pc 0; }

.nn-padding-big-width {
    padding: 0 2pc; }

.nn-margin-left {
    margin-left: 1pc; }

.nn-margin-right {
    margin-right: 1pc; }

.nn-margin-top {
    margin-top: 1pc; }

.nn-margin-top-big {
    margin-top: 2pc; }

.nn-margin-bottom {
    margin-bottom: 1pc; }

.nn-margin {
    margin: 1pc; }

.nn-margin-big-height {
    margin: 2pc 0; }

.nn-margin-big-width {
    margin: 0 2pc; }

.nn-left-top {
    position: absolute;
    left: 5vw;
    top: 5vh; }

.nn-left-bottom {
    position: absolute;
    bottom: 5vw;
    left: 5vh; }

.nn-right-top {
    position: absolute;
    right: 5vw;
    top: 5vh; }

.nn-right-bottom {
    position: absolute;
    right: 5vw;
    bottom: 5vh; }

.nn-clear {
    clear: both; }

.nn-border-left {
    border-left: 1px solid #F1EDEB; }

.nn-border-right {
    border-right: 1px solid #F1EDEB; }

.nn-hidden {
    display: none; }

.nn-hide {
    visibility: hidden; }

.nn-tip .nn-hidden {
    display: none; }

.question-container .nn-btn-quit {
    display: none; }

.white {
    background-color: white; }

.overflow {
    overflow: hidden; }

.overflow-scroll {
    overflow: scroll;
    height: 400px; }

.center {
    display: block;
    margin: auto; }

@font-face {
    font-family: "NNDagnyText";
    src: url("../fonts/NNDagnyText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NNDagnyText-Regular.otf") format("opentype"), url("../fonts/NNDagnyText-Regular.woff") format("woff"), url("../fonts/NNDagnyText-Regular.ttf") format("truetype"), url("../fonts/NNDagnyText-Regular.svg#NNDagnyText-Regular") format("svg");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: "NNDagnyText";
    src: url("../fonts/NNDagnyText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NNDagnyText-Bold.otf") format("opentype"), url("../fonts/NNDagnyText-Bold.woff") format("woff"), url("../fonts/NNDagnyText-Bold.ttf") format("truetype"), url("../fonts/NNDagnyText-Bold.svg#NNDagnyText-Bold") format("svg");
    font-weight: bold;
    font-style: normal; }
@font-face {
    font-family: "NNDagnyDisplay";
    src: url("../fonts/NNDagnyDisplay-Normal.eot?#iefix") format("embedded-opentype"), url("../fonts/NNDagnyDisplay-Normal.otf") format("opentype"), url("../fonts/NNDagnyDisplay-Normal.woff") format("woff"), url("../fonts/NNDagnyDisplay-Normal.ttf") format("truetype"), url("../fonts/NNDagnyDisplay-Normal.svg#NNDagnyDisplay-Normal") format("svg");
    font-weight: normal;
    font-style: normal; }
.warning {
    display: block; }

.es5syntax .warning {
    display: none; }

.warning-blob {
    display: none; }

.bloburls .warning-blob {
    display: none; }

.no-bloburls .warning-blob {
    display: block; }

html {
    font-size: 10px; }

body {
    font-family: "NNDagnyText", Calibri, Corbel, Verdana, sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem; }

h1, h2, h4, h5, h6 {
    font-family: "NNDagnyDisplay", Calibri, Corbel, Verdana, sans-serif;
    color: #EE7F00;
    font-weight: normal;
    letter-spacing: 0.7px;
    cursor: default; }

b, strong {
    font-family: "NNDagnyText", Calibri, Corbel, Verdana, sans-serif; }

h1 {
    font-size: 5rem;
    font-weight: 400;
    line-height: 1em; }

h1.entry-title {
    text-transform: uppercase;
    margin: 0.1em;
    margin-left: -4.5rem; }

h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 37px;
    line-height: 3.7rem; }

h2.sub-title {
    margin: 0; }

h2.sub-title-small {
    font-size: 2.25rem; }

h2.nn-title {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
    z-index: 1000;
    position: relative;
    display: block; }

h2.nn-title .lighter-color {
    color: #EE7F00; }

h2.nn-title .normal-color {
    color: #EA650D; }

h2.nn-title .darker-color {
    color: #E64415; }

h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-top: 0;
    margin-bottom: 20px; }

.nn-clear {
    clear: both; }

.nn-padding-normal {
    padding-top: 35px;
    padding-bottom: 35px; }

.nn-padding-left {
    padding-left: 35px; }

.nn-tip {
    position: relative;
    padding-left: 20px;
    padding-right: 15px;
    border-left: 1px solid #fff; }

.nn-tip.nn-border-left {
    border-left: 1px solid #F1EDEB; }

.nn-tip--no-image {
    margin-top: 78px !important; }

.nn-tip img {
    position: relative;
    top: -10px;
    left: -20px;
    margin-top: 0 !important;
    margin-bottom: 0px !important;
    display: block;
    -webkit-transition: 1s width ease;
    transition: 1s width ease;
    *display: inline;
    *zoom: 1; }

.nn-margin-right {
    margin-right: 20px !important; }

.nn-button-radio.nn-margin-right,
.nn-button-toggle.nn-margin-right {
    margin-right: 13px !important; }

.no-margin-bottom {
    margin-bottom: 0px !important; }

.nn-chapter {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: bold; }

button,
input,
optgroup,
select,
textarea {
    font-family: "NNDagnyDisplay", Calibri, Corbel, Verdana, sans-serif;
    letter-spacing: 0.3px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: normal;
    font-style: normal;
    color: #666666;
    text-align: left;
    padding: 10px;
    border-radius: 4px;
    float: left; }

button {
    border: 0; }

textarea {
    border: 1px solid #E5DED9;
    resize: none;
    width: 438px; }

input.nn-input, .datetator {
    color: #666666;
    background-color: white;
    margin-top: 0;
    margin-bottom: 20px;
    border: 1px solid #E5DED9;
    min-width: 344px; }

.nn-btn-inline {
    margin-top: 20px; }

.no-margin-bottom {
    margin-bottom: 0; }

.no-padding-right {
    padding-right: 0; }

p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #414141;
    cursor: default;
    font-family: "NNDagnyText", Calibri, Corbel, Verdana, sans-serif; }

p a {
    color: #414141; }

p a:hover {
    color: #EA650D; }

label {
    display: block; }

*:not(input):not(select):not(textarea):not(p) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

*:focus {
    outline: 0; }

.content-image {
    max-width: 100%; }

*::-webkit-input-placeholder {
    color: #CAC7C7; }

*:-moz-placeholder {
    color: #CAC7C7;
    opacity: 1; }

*::-moz-placeholder {
    color: #CAC7C7;
    opacity: 1; }

*:-ms-input-placeholder {
    color: #CAC7C7; }

button.nn-button, button.nn-button.active {
    width: auto;
    box-sizing: border-box;
    color: #fff;
    background-color: #EA650D;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer; }

.nn-button-gray {
    background-color: #F1EDEB;
    color: #666666;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer; }

.disabled {
    background-color: #CAC7C7 !important;
    cursor: default !important;
    border: 1px solid #CAC7C7 !important; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #000; }

.nn-btn, .nn-btn-inline {
    display: block;
    color: white;
    background-color: #EA650D;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid #EA650D; }

.nn-btn.nn-btn--invert, .nn-btn-inline.nn-btn--invert {
    color: #EA650D;
    background-color: white; }

.nn-btn.nn-btn-big, .nn-btn-inline.nn-btn-big {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
    padding-right: 13px;
    padding-left: 13px; }

button.nn-btn {
    margin-top: 20px;
    clear: both; }

button.nn-button-toggle, button.nn-button-radio, .nn-button-save, .nn-button-big, .nn-button-image {
    background: white;
    border: 1px solid #EA650D;
    border-radius: 4px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #EA650D;
    padding: 10px 13px;
    display: inline-block;
    white-space: nowrap; }

button.nn-button-toggle.active, button.nn-button-radio.active, button.nn-btn-save, .slick-current button.nn-btn-big, .nn-button-image.active {
    color: white;
    border: 1px solid #EA650D;
    background-color: #EA650D; }

.video-nav button.nn-btn {
    margin-top: 12px; }

.image-button .nn-button-image {
    min-width: 135px;
    text-align: center; }

.nn-button-image {
    float: none !important; }

.ui-state-default .ui-icon {
    background-image: url("../img/close.svg") !important;
    background-position: inherit;
    height: 12px;
    width: 12px;
    position: relative;
    top: 4px;
    left: 4px; }

.column.no-margin {
    padding-left: 0; }

.column, .columns {
    position: relative;
    float: left;
    box-sizing: border-box; }

.right {
    float: right; }

.left {
    float: left; }

.blocks-2 {
    width: 46%; }

.col-1 {
    width: 60px;
    margin: 0 10px; }

.col-1 [class^="col-"] {
    margin-left: 0px;
    margin-right: 0px; }

.col-2 {
    width: 140px;
    margin: 0 10px; }

.col-2 [class^="col-"] {
    margin-left: 0px;
    margin-right: 0px; }

.col-2.video-nav-container {
    width: 160px; }

.col-3 {
    width: 220px;
    margin: 0 10px; }

.col-3 [class^="col-"] {
    margin-left: 0px;
    margin-right: 0px; }

.col-4 {
    width: 300px;
    margin: 0 10px; }

.col-4 [class^="col-"] {
    margin-left: 0px;
    margin-right: 0px; }

.col-5 {
    width: 380px;
    margin: 0 10px; }

.col-5 [class^="col-"] {
    margin-left: 0px;
    margin-right: 0px; }

.col-6 {
    width: 460px;
    margin: 0 10px; }

.col-6 [class^="col-"] {
    margin-left: 0px;
    margin-right: 0px; }

.col-7 {
    width: 540px;
    margin: 0 10px; }

.col-7 [class^="col-"] {
    margin-left: 0px;
    margin-right: 0px; }

.col-8 {
    width: 620px;
    margin: 0 10px; }

.col-8 [class^="col-"] {
    margin-left: 0px;
    margin-right: 0px; }

.col-9 {
    width: 700px;
    margin: 0 10px; }

.col-9 [class^="col-"] {
    margin-left: 0px;
    margin-right: 0px; }

.col-9.extra-space {
    width: 720px;
    margin-right: 0; }

.col-10 {
    width: 780px;
    margin: 0 10px; }

.col-10 [class^="col-"] {
    margin-left: 0px;
    margin-right: 0px; }

.col-11 {
    width: 860px;
    margin: 0 10px; }

.col-11 [class^="col-"] {
    margin-left: 0px;
    margin-right: 0px; }

.col-12 {
    width: 940px;
    margin: 0 10px; }

.col-12 [class^="col-"] {
    margin-left: 0px;
    margin-right: 0px; }

.small-1 {
    width: 8.33333%; }

.small-2 {
    width: 16.66667%; }

.small-3 {
    width: 25%; }

.small-4 {
    width: 33.33333%; }

.small-5 {
    width: 41.66667%; }

.small-6 {
    width: 50%; }

.small-7 {
    width: 58.33333%; }

.small-8 {
    width: 66.66667%; }

.small-9 {
    width: 75%; }

.small-10 {
    width: 83.33333%; }

.small-11 {
    width: 91.66667%; }

.small-12 {
    width: 100%; }

.column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

.column.small-centered:last-child, .columns.small-centered:last-child {
    float: none; }

@media only screen and (min-width: 40.0625em) {
    .column, .columns {
        position: relative;
        float: left; }

    .medium-1 {
        width: 8.33333%; }

    .medium-2 {
        width: 16.66667%; }

    .medium-3 {
        width: 25%; }

    .medium-4 {
        width: 33.33333%; }

    .medium-5 {
        width: 41.66667%; }

    .medium-6 {
        width: 50%; }

    .medium-7 {
        width: 58.33333%; }

    .medium-8 {
        width: 66.66667%; }

    .medium-9 {
        width: 75%; }

    .medium-10 {
        width: 83.33333%; }

    .medium-11 {
        width: 91.66667%; }

    .medium-12 {
        width: 100%; }

    .column.medium-centered, .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none; }

    .column.medium-centered:last-child, .columns.medium-centered:last-child {
        float: none; } }
@media only screen and (min-width: 64.0625em) {
    .column, .columns {
        position: relative;
        float: left; }

    .large-1 {
        width: 8.33333%; }

    .large-2 {
        width: 16.66667%; }

    .large-3 {
        width: 25%; }

    .large-4 {
        width: 33.33333%; }

    .large-5 {
        width: 41.66667%; }

    .large-6 {
        width: 50%; }

    .large-7 {
        width: 58.33333%; }

    .large-8 {
        width: 66.66667%; }

    .large-9 {
        width: 75%; }

    .large-10 {
        width: 83.33333%; }

    .large-11 {
        width: 91.66667%; }

    .large-12 {
        width: 100%; }

    .column.large-centered, .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none; }

    .column.large-centered:last-child, .columns.large-centered:last-child {
        float: none; } }
.small-7-9 {
    width: 77.77777%; }

.small-2-9 {
    width: 22.22222%; }

.nn-container, .nn-content {
    display: block;
    width: 100%;
    float: left; }

.nn-content {
    width: 960px;
    height: 630px;
    float: none;
    margin: 0 auto;
    z-index: 2;
    padding-top: 30px; }

.text-centered {
    text-align: center; }

.margin-auto {
    margin: auto; }

footer {
    position: absolute;
    bottom: 0;
    width: 100%; }

footer.credits {
    background-color: #000; }

footer.credits p {
    color: #fff; }

footer .els-nav-footer-blocks {
    background-color: #E9711C;
    clear: both; }

footer .els-nav-footer-block {
    width: 100%; }

footer .els-footer {
    border-top: 2px solid #E9711C;
    background-color: #ffffff;
    color: #505050;
    padding: 1.5em 2em;
    float: left;
    width: 100%;
    box-sizing: border-box; }

footer .els-footer-logo {
    padding-bottom: 1em;
    float: left;
    padding-right: 1em; }

footer .els-footer-logo img {
    width: 150px; }

footer .els-document-links {
    padding-right: 1em;
    float: left; }

footer .els-footer-reed-logo {
    width: 100%;
    text-align: right;
    clear: both; }

footer .els-footer-reed-logo img {
    width: 118px;
    min-width: 118px;
    height: 26px; }

footer .els-document-link {
    width: 100%;
    padding-right: 1em; }

footer .els-document-link-row {
    padding-bottom: 0.5em;
    padding-top: 0.5em; }

footer a {
    color: #505050; }

.inside-section {
    display: none;
    clear: both; }

.question-container {
    min-height: 300px; }

.question-container h3 {
    font-size: 16px;
    color: #414141;
    margin: 0 0 30px; }

#presentation {
    opacity: 0;
    -o-transition: 0.5s opacity ease;
    -moz-transition: 0.5s opacity ease;
    -webkit-transition: 0.5s opacity ease;
    transition: 0.5s opacity ease; }

#presentation.ready {
    opacity: 1; }

.section {
    background-position: center;
    background-size: cover; }

.section .nn-content {
    border-radius: 4px; }

.section .nn-content .next-section {
    position: absolute;
    bottom: 130px; }

.section .nn-content .image-button-row {
    margin-top: 20px;
    display: block;
    float: left; }

.section .nn-content .button-row {
    margin-top: 13px;
    clear: both; }

.section .nn-content .image-button-row:first-child, .section .nn-content .button-row:first-child {
    margin-top: 0; }

.section .nn-content .image-button {
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-right: 13px; }

.section .nn-content .image-button img {
    display: block;
    margin: 0 auto; }

.section .nn-content .image-button button.nn-button-radio {
    margin: 0; }

.section .nn-content .image-button .cat.nn-button-radio {
    float: none; }

.section p {
    color: #414141; }

#section-2 h2.nn-title {
    margin-bottom: 30px; }

.slide {
    position: relative; }

.external-question {
    clear: both;
    margin-top: 40px;
    float: left; }

.message {
    clear: both;
    margin-top: 20px;
    float: left; }

.content {
    max-width: 768px; }

#section-0 .nn-content {
    padding-top: 80px; }

#section-0 .welcome {
    border-radius: 4px;
    margin-left: 80px; }

#section-0 .hover-gif {
    width: 120px !important; }

#section-5 .image-button img {
    height: 110px; }

#section-2 .image-button img {
    height: 110px; }

.video-slider-container {
    width: 526px;
    margin-right: 20px !important;
    top: 0px; }

.video-nav-container {
    width: 154px;
    margin: 0 20px 0 0;
    position: relative;
    top: -12px; }

.video-nav-container .video-nav .slick-list {
    position: relative; }

#section-9 h2.nn-title {
    margin-bottom: 20px; }

#section-9 .question-container {
    padding-top: 20px; }

#section-12 .overview input[type="checkbox"] {
    width: 30px;
    height: 16px; }

#section-12 .line {
    width: 90%;
    height: 1px;
    background-color: #E5DED9;
    margin: 30px 0; }

#section-12 .chapter {
    font-size: 24px;
    color: #EE7F00;
    font-family: NN-Dagny-Display, NN-Dagny-Text, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    height: 30px;
    line-height: 30px; }

#section-12 .chapter-section {
    margin-left: 1rem;
    font-size: 24px;
    color: #414141;
    font-family: NN-Dagny-Display, NN-Dagny-Text, "Helvetica Neue", Helvetica, Arial, sans-serif; }

#section-12 .form-margin {
    margin-left: 50px !important;
    margin-bottom: 20px;
    display: block; }

#section-12 .checkbox-text {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px; }

#section-12 .checkbox-img {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px; }

#section-12 .nn-button-save {
    margin-left: 50px; }

.tip-container .tip-titel {
    font-size: 16px;
    color: #414141;
    margin-top: 0; }

.nn-menu {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 0;
    margin: 0;
    background-color: #fff;
    height: 70px;
    width: 100%; }

.nn-menu .nn-content {
    padding: 0; }

.nn-menu .nn-branding {
    float: left;
    display: block; }

.nn-menu .nn-branding h1 {
    background-color: #000;
    padding: 0.3em 1em;
    font-size: 1.5rem;
    box-shadow: 0 0 14px #000;
    border-radius: 30px;
    margin-left: 2em;
    margin-top: 1em; }

.nn-menu .nn-branding h1 i {
    color: #fff; }

.nn-menu #menu {
    list-style: none;
    padding: 0;
    padding-top: 20px;
    margin: 0; }

.nn-menu #menu li {
    display: block;
    float: left; }

.nn-menu #menu li.task {
    width: 38px;
    margin: 0 12px; }

.nn-menu #menu li.task a {
    position: relative;
    color: #666666; }

.nn-menu #menu li.task a span {
    display: none; }

.nn-menu #menu li.task a:hover span {
    position: absolute;
    display: block;
    top: -45px;
    left: 4px;
    background-color: white;
    padding: 0 10px;
    border: 1px solid #E5DED9;
    border-radius: 4px; }

.nn-menu #menu li a {
    float: left;
    text-decoration: none;
    height: 38px;
    line-height: 38px;
    color: #999999; }

.nn-menu #menu li a:before {
    display: block;
    width: 38px;
    height: 38px;
    font-size: 4rem;
    cursor: pointer;
    content: "•";
    text-decoration: none;
    color: #CAC7C7;
    float: left;
    text-align: center;
    -o-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease; }

.nn-menu #menu li.active a:before {
    color: #EE7F00; }

.nn-menu #menu li.current a:before {
    color: #EE7F00; }

.nn-menu #menu li.done a:before {
    cursor: pointer; }

.nn-menu .move-up, .nn-menu .prev-inside-section {
    width: 38px;
    padding: 0em;
    height: 38px;
    border-radius: 4px;
    position: relative;
    float: left;
    margin-right: 22px;
    background-color: #F1EDEB;
    color: #666666; }

.nn-menu [data-menuanchor="target-group-2"], .nn-menu [data-menuanchor="target-group-3"], .nn-menu [data-menuanchor="tone-of-voice-2"], .nn-menu [data-menuanchor="goals-2"] {
    display: none !important; }

.menu-title {
    display: none;
    white-space: nowrap;
    padding-right: 40px;
    opacity: 0;
    -o-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }

.task:hover .menu-title {
    display: block;
    opacity: 1; }

.menu-title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 6px;
    width: 0;
    height: 0;
    border-top: 9px solid #E5DED9;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent; }

.menu-title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 7px;
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 0;
    color: #000; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0;
    background: transparent;
    color: #666666; }

.ui-slider .ui-slider-handle {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 40px;
    width: 30px;
    height: 30px;
    top: -6px;
    cursor: ew-resize; }

.ui-autocomplete .ui-menu-item {
    background: #fff;
    border: 0; }

.ui-autocomplete .ui-menu-item:hover {
    background: #F1EDEB;
    border: 0; }

#slider-date {
    margin-left: 10px;
    background-color: white;
    background-repeat: no-repeat;
    background-image: url("../img/bg-slider-planning.jpg");
    background-size: 612px 18px;
    background-position: right center;
    height: 18px; }

.date-question {
    width: 88.888%; }

.date-question .answer {
    min-width: inherit;
    max-width: 100%; }

#answer-2-1 {
    width: 438px; }

#section-4 .question-container {
    width: 550px; }

#section-4 .slider-img {
    display: table-cell;
    vertical-align: bottom;
    float: left;
    height: 175px;
    position: relative;
    left: 16px; }

#section-4 .slider-img img {
    position: relative;
    max-height: 170px;
    -o-transition: 0.25s opacity ease;
    -moz-transition: 0.25s opacity ease;
    -webkit-transition: 0.25s opacity ease;
    transition: 0.25s opacity ease; }

#section-4 .slider-img span {
    width: 63px;
    display: inline-block;
    margin: 0;
    padding: 0; }

#section-4 .man {
    left: 0px; }

#section-4 .old-men {
    left: -3px; }

#section-4 .older-men {
    left: 5px; }

#section-4 #slider-range {
    float: left;
    clear: both;
    width: 89%;
    margin: 1rem 2.5rem; }

#section-4 #amount {
    border: 0; }

#section-4 .slider-range-labels span {
    font-family: "NNDagnyDisplay", Calibri, Corbel, Verdana, sans-serif;
    width: 12.5%;
    text-align: center; }

#section-4 #nonLinearSlider {
    width: 94%;
    margin: 12px 18px; }

#section-4 #nonLinearSlider.noUi-target {
    border-radius: 0px;
    border: none; }

#section-4 #nonLinearSlider .noUi-handle {
    width: 30px !important;
    height: 30px !important;
    border: 1.5px solid #CAC7C7;
    border-radius: 50%;
    top: -6px; }

#section-4 #nonLinearSlider .noUi-base {
    background-color: white;
    background-repeat: no-repeat;
    background-image: url("../img/bg-slider.png");
    background-size: 587px 18px;
    background-position: left center; }

#section-4 #nonLinearSlider .noUi-background {
    background-color: white;
    background-repeat: no-repeat;
    background-image: url("../img/bg-slider.png");
    background-size: 587px 18px;
    background-position: right center; }

#section-6 .tone-img {
    height: 240px;
    -moz-transition: 0.3s -moz-transform ease;
    -o-transition: 0.3s -o-transform ease;
    -webkit-transition: 0.3s -webkit-transform ease;
    transition: 0.3s transform ease; }

#tone-of-voice {
    border: 1px solid #CAC7C7;
    top: 11.5rem;
    border-radius: 8px; }

#tone-of-voice label {
    font-family: "NNDagnyDisplay", Calibri, Corbel, Verdana, sans-serif;
    position: relative;
    top: 24px; }

#tone-of-voice .ui-slider-handle {
    border: 0;
    background-color: #EA650D;
    height: 30px;
    width: 30px;
    top: -10px; }

.scale-smaller {
    -ms-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform: scale(0.65); }

.scale-medium {
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85); }

.scale-normal {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

#datetator_date .datetator_day.datetator_day_weekend {
    color: #414141; }

.datetator_day:hover {
    background: #EA650D !important;
    color: #fff; }

.datetator_button:hover {
    background-color: #EA650D;
    color: white; }

.datetator_navigation {
    background-color: #EA650D;
    color: white; }

.datetator_navigation a:hover {
    background-color: #EA650D; }

#tagsfield {
    font-weight: normal;
    font-style: normal;
    background-color: white;
    padding: 0px 10px;
    width: 540px;
    color: #333;
    font-size: 1em;
    text-align: left;
    border-radius: 4px;
    margin: 30px 0 0 0;
    border: 1px solid #E2E0DF; }

#tags {
    list-style: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0; }

#tags li {
    float: left;
    display: block;
    line-height: 36px;
    margin-right: 10px;
    margin-bottom: 10px; }

#tags li .ui-state-default .ui-icon {
    background-image: url("image/ui-icons-EE7F00.png"); }

ul.tagit input[type="text"] {
    width: 236px !important; }

ul.tagit li.tagit-choice-editable, ul.tagit li.tagit-new {
    font-family: "NNDagnyDisplay", Calibri, Corbel, Verdana, sans-serif;
    padding: 10px 16px 10px 0;
    margin: 0;
    margin-right: 15px; }

.tagit-label {
    display: block;
    white-space: nowrap; }

.video-slider {
    height: 300px; }

.slick-slide .occasion {
    width: 100%;
    height: 100%; }

.video-nav {
    height: 300px;
    width: 100%; }

.video-nav .nn-button-big {
    margin-top: 13px; }

.video-nav .slick-slide {
    width: 100%;
    clear: both; }

.video-nav .slick-slide .other-textfield {
    margin-top: 16px;
    margin-bottom: 4px; }

.video-nav .slick-slide .other-textfield input.nn-input {
    margin-bottom: 0px;
    min-width: 160px;
    width: 160px; }

.prev.slick-arrow {
    margin-bottom: 10px; }

.next.slick-arrow {
    margin-top: 10px; }

.how-much {
    width: 66.66%;
    color: #414141; }

.how-much td {
    padding: 0rem 2rem 4rem 0; }

.wallet {
    padding: 6rem 0 0 0; }

.wallet-input {
    margin-top: 1rem;
    text-align: left;
    width: 156px;
    margin: auto;
    position: relative; }

.wallet-input span {
    font-size: 16px;
    display: inline-block;
    height: 40px;
    float: left;
    position: absolute;
    left: 12px;
    z-index: 100;
    top: 48px; }

.wallet-input input[type="text"] {
    min-width: 120px;
    width: 150px;
    font-size: 16px;
    float: left;
    text-align: left;
    border: 1px solid #E5DED9;
    padding-left: 30px; }

.wallet-input input[type="text"].currency {
    position: absolute;
    left: 0;
    width: 40px;
    padding-left: 10px;
    min-width: 40px;
    z-index: 1000;
    border: 0;
    background: transparent;
    margin-top: 1px; }

.money {
    z-index: 100;
    cursor: pointer; }

#wallet {
    -moz-transition: 0.2s -moz-transform ease;
    -o-transition: 0.2s -o-transform ease;
    -webkit-transition: 0.2s -webkit-transform ease;
    transition: 0.2s transform ease;
    -webkit-transform: scale(1);
    transform: scale(1); }

#wallet.dropped {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }

.budget {
    margin-top: 40px; }

.message-fail, .message-succes {
    margin-top: 20px; }

#section-5 .other-textfield {
    position: absolute;
    right: 0;
    bottom: -20px; }

#section-5 .other-textfield input.nn-input {
    min-width: 250px; }

#section-5 .other-textfield:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 26px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #E5DED9;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent; }

#section-5 .other-textfield:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 27px;
    width: 0;
    height: 0;
    border-bottom: 9px solid #fff;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent; }

#section-8 .other-textfield {
    position: relative;
    margin-top: 13px; }

/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=main.css.map */
