* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    font-family: 'nivea-light', serif;
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 1.4;
    color: #00136f;
    max-width: 1920px;
}

.img-responsive {
    max-width: 100%;
    /*width: 100%;*/
    height: auto;
    display: inline-block;
    -ms-flex-item-align: baseline;
        align-self: baseline;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.hidden-header {
    color: transparent;
    position: absolute;
}

.space-row {
    height: 35px;
}

.grid-container {
    display: -ms-grid;
    display: grid;
}

.bootstrap-on .row {
    margin-right: -10px;
    margin-left: -10px
}

.font--strong {
    font-family: 'nivea-bold', serif;
}

[class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

.full-height {
    height: 100%;
}

.banner-section {
    background-image: url('./../img/site/banner--desktop.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 685px;
    padding: 40px 0;
    margin: 0 0 13rem 0;
}

.logo {
    margin: 0 0 11.5rem 0;
}

.logo__img {
    width: 105px;
}

.banner__grid {
    -ms-grid-columns: 450px 1fr;
    grid-template-columns: 450px 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.banner__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.banner__grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.banner__header {
    margin: 0 0 4rem 0;
}

.banner__heading {
    font-size: 4.4rem;
    font-family: 'nivea-bold', serif;
    line-height: 1.2;
    display: block;
}

.banner__heading--small {
    font-size: 3.1rem;
    font-family: 'nivea-book', serif;
    line-height: 1;
    display: block;
}

.button {
    font-family: 'nivea-medium', serif;
    text-transform: uppercase;
    color: #fff;
    background: #f48bb0;
    border-radius: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1.2rem 5rem;
    line-height: 1;
}

.banner__button {
    margin: 7rem 0 0 0;
}

.section {
    margin-bottom: 8rem;
}

.section__heading {
    font-family: 'nivea-medium', serif;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.2;
}

.section__heading--white {
    color: #fff;
}

.section__grid {
    -ms-grid-columns: 445px 1fr;
    grid-template-columns: 445px 1fr;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}

.section__grid--reverse {
    -ms-grid-columns: 1fr 525px;
    grid-template-columns: 1fr 525px;
}

.section__desc {
    font-size: 1.6rem;
}

.section__desc:not(:first-of-type) {
    margin: 3rem 0 0 0;
}

.packshot-1 {
    margin: -35px 0 0 -15px;
}

.test-section {
    background-image: -webkit-gradient( linear, left top, left bottom, from(0), color-stop(0%, #fec9df), color-stop(75%, #fff));
    background-image: -o-linear-gradient( 0, #fec9df 0%, #fff 75%);
    background-image: linear-gradient( 0, #fec9df 0%, #fff 75%);
}

.packshot-2 {
    margin-bottom: -40px;
}

.section__list {
    margin: 3rem 0 0 0;
    padding: 0 0 0 18px;
}

.section__list li {
    position: relative;
    line-height: 1.2;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch
}

.section__list span {
    display: inline-block;
    width: 5px;
    margin: 0 15px 0 0;
}

.section__list span:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #f48bb0;
    position: relative;
    top: -4px;
    display: inline-block;
}

.section__list li:not(:first-child) {
    margin: 12px 0 0 0;
}

.poll-question {
   /* max-width: 955px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 0 12px;
    grid-auto-columns: 100%;*/
}

.poll hgroup > h1 {
    font-size: 2.5rem;
    font-family: 'nivea-medium', serif;
    text-transform: uppercase;
}

.poll-question .option {
    line-height: 41px;
}

.poll-question textarea {
    border-radius: 10px;
    border-color: #acb3d1;
    -webkit-transition: .25s ease-in 0s;
    -o-transition: .25s ease-in 0s;
    transition: .25s ease-in 0s;
    font-family: 'nivea-light', serif;
    color: #00136f;
    font-size: 1.4rem;
    outline: 0;
}

.poll #counter {
    width: 124px;
    height: 91px;
    background-image: url('../img/site/counter--bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 5.5rem auto 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 3.2rem;
    font-family: 'nivea-medium', serif;
    color: #00136f;
}

.poll #counter-current {
    color: #00136f;
}

.poll-question-header {
    margin: 0;
}

.poll-question-header h3 {
    color: #00136f;
    font-size: 1.8rem;
    font-family: 'nivea-light', serif;
}

.poll-question-header .color-main {
    color: #00136f;
    font-size: 1.4rem;
    font-family: 'nivea-light', serif;
}

.form-navi .btn {
    border: 0 !important;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 10px 15px;
    text-transform: none;
    font-size: 1.6rem;
    font-family: 'nivea-medium', serif;
    background: transparent !important;
    color: #00136f !important;
}

.form-navi .btn.prev:before {
    content: '<';
    display: inline-block;
    margin: 0 15px 0 0;
}

.form-navi .btn.next:after {
    content: '>';
    display: inline-block;
    margin: 0 0 0 15px;
}

.poll-question input[type="radio"] + label,
.poll-question input[type="checkbox"] + label {
    border-radius: 25px;
    border-color: #acb3d1;
    -webkit-transition: .25s ease-in 0s;
    -o-transition: .25s ease-in 0s;
    transition: .25s ease-in 0s;
    font-family: 'nivea-medium', serif;
    color: #00136f;
    font-size: 1.6rem;
}

.poll-question input[type="radio"] + label:hover,
.poll-question input[type="radio"]:checked + label,
.poll-question input[type="checkbox"] + label:hover,
.poll-question input[type="checkbox"]:checked + label {
    background: #f48bb0;
    border-color: #f48bb0;
    color: #fff;
}

.rules {
    padding: 1em;
    font-size: 1.4rem;
    font-family: 'nivea-light', serif;
}

.word-section {
    background-image: url('./../img/site/word--bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.5rem 0;
    margin: 10rem 0 0 0;
}

.words {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
    -ms-grid-rows: (1fr)[10];
    grid-template-rows: repeat(10, 1fr);
    width: 452px;
    height: 450px;
    margin: 3.5rem auto;
    border: 1px solid #fff;
}

.words > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.words > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.words > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.words > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}

.words > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.words > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
}

.words > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.words > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 8;
}

.words > *:nth-child(9) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}

.words > *:nth-child(10) {
    -ms-grid-row: 1;
    -ms-grid-column: 10;
}

.words > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.words > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.words > *:nth-child(13) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}

.words > *:nth-child(14) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
}

.words > *:nth-child(15) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
}

.words > *:nth-child(16) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
}

.words > *:nth-child(17) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
}

.words > *:nth-child(18) {
    -ms-grid-row: 2;
    -ms-grid-column: 8;
}

.words > *:nth-child(19) {
    -ms-grid-row: 2;
    -ms-grid-column: 9;
}

.words > *:nth-child(20) {
    -ms-grid-row: 2;
    -ms-grid-column: 10;
}

.words > *:nth-child(21) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.words > *:nth-child(22) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}

.words > *:nth-child(23) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.words > *:nth-child(24) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
}

.words > *:nth-child(25) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.words > *:nth-child(26) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
}

.words > *:nth-child(27) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.words > *:nth-child(28) {
    -ms-grid-row: 3;
    -ms-grid-column: 8;
}

.words > *:nth-child(29) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
}

.words > *:nth-child(30) {
    -ms-grid-row: 3;
    -ms-grid-column: 10;
}

.words > *:nth-child(31) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
}

.words > *:nth-child(32) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
}

.words > *:nth-child(33) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
}

.words > *:nth-child(34) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
}

.words > *:nth-child(35) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
}

.words > *:nth-child(36) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
}

.words > *:nth-child(37) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
}

.words > *:nth-child(38) {
    -ms-grid-row: 4;
    -ms-grid-column: 8;
}

.words > *:nth-child(39) {
    -ms-grid-row: 4;
    -ms-grid-column: 9;
}

.words > *:nth-child(40) {
    -ms-grid-row: 4;
    -ms-grid-column: 10;
}

.words > *:nth-child(41) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

.words > *:nth-child(42) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
}

.words > *:nth-child(43) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

.words > *:nth-child(44) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
}

.words > *:nth-child(45) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}

.words > *:nth-child(46) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
}

.words > *:nth-child(47) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
}

.words > *:nth-child(48) {
    -ms-grid-row: 5;
    -ms-grid-column: 8;
}

.words > *:nth-child(49) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
}

.words > *:nth-child(50) {
    -ms-grid-row: 5;
    -ms-grid-column: 10;
}

.words > *:nth-child(51) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
}

.words > *:nth-child(52) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
}

.words > *:nth-child(53) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
}

.words > *:nth-child(54) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
}

.words > *:nth-child(55) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
}

.words > *:nth-child(56) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
}

.words > *:nth-child(57) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
}

.words > *:nth-child(58) {
    -ms-grid-row: 6;
    -ms-grid-column: 8;
}

.words > *:nth-child(59) {
    -ms-grid-row: 6;
    -ms-grid-column: 9;
}

.words > *:nth-child(60) {
    -ms-grid-row: 6;
    -ms-grid-column: 10;
}

.words > *:nth-child(61) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}

.words > *:nth-child(62) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
}

.words > *:nth-child(63) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}

.words > *:nth-child(64) {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
}

.words > *:nth-child(65) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
}

.words > *:nth-child(66) {
    -ms-grid-row: 7;
    -ms-grid-column: 6;
}

.words > *:nth-child(67) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
}

.words > *:nth-child(68) {
    -ms-grid-row: 7;
    -ms-grid-column: 8;
}

.words > *:nth-child(69) {
    -ms-grid-row: 7;
    -ms-grid-column: 9;
}

.words > *:nth-child(70) {
    -ms-grid-row: 7;
    -ms-grid-column: 10;
}

.words > *:nth-child(71) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
}

.words > *:nth-child(72) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
}

.words > *:nth-child(73) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
}

.words > *:nth-child(74) {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
}

.words > *:nth-child(75) {
    -ms-grid-row: 8;
    -ms-grid-column: 5;
}

.words > *:nth-child(76) {
    -ms-grid-row: 8;
    -ms-grid-column: 6;
}

.words > *:nth-child(77) {
    -ms-grid-row: 8;
    -ms-grid-column: 7;
}

.words > *:nth-child(78) {
    -ms-grid-row: 8;
    -ms-grid-column: 8;
}

.words > *:nth-child(79) {
    -ms-grid-row: 8;
    -ms-grid-column: 9;
}

.words > *:nth-child(80) {
    -ms-grid-row: 8;
    -ms-grid-column: 10;
}

.words > *:nth-child(81) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
}

.words > *:nth-child(82) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
}

.words > *:nth-child(83) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
}

.words > *:nth-child(84) {
    -ms-grid-row: 9;
    -ms-grid-column: 4;
}

.words > *:nth-child(85) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
}

.words > *:nth-child(86) {
    -ms-grid-row: 9;
    -ms-grid-column: 6;
}

.words > *:nth-child(87) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
}

.words > *:nth-child(88) {
    -ms-grid-row: 9;
    -ms-grid-column: 8;
}

.words > *:nth-child(89) {
    -ms-grid-row: 9;
    -ms-grid-column: 9;
}

.words > *:nth-child(90) {
    -ms-grid-row: 9;
    -ms-grid-column: 10;
}

.words > *:nth-child(91) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
}

.words > *:nth-child(92) {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
}

.words > *:nth-child(93) {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
}

.words > *:nth-child(94) {
    -ms-grid-row: 10;
    -ms-grid-column: 4;
}

.words > *:nth-child(95) {
    -ms-grid-row: 10;
    -ms-grid-column: 5;
}

.words > *:nth-child(96) {
    -ms-grid-row: 10;
    -ms-grid-column: 6;
}

.words > *:nth-child(97) {
    -ms-grid-row: 10;
    -ms-grid-column: 7;
}

.words > *:nth-child(98) {
    -ms-grid-row: 10;
    -ms-grid-column: 8;
}

.words > *:nth-child(99) {
    -ms-grid-row: 10;
    -ms-grid-column: 9;
}

.words > *:nth-child(100) {
    -ms-grid-row: 10;
    -ms-grid-column: 10;
}

.words__item {
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'nivea-medium', serif;
    font-size: 2.2rem;
    cursor: pointer;
}

.words__item--selected {
    background: rgba( 255, 255, 255, .3 );
}

.words__item--active {
    background: #f288af;
}

.words__item--disabled {
    background: rgba( 255, 255, 255, .3 );
}

.words__score-item {
    font-family: 'nivea-medium', serif;
    font-size: 2.2rem;
    letter-spacing: 8px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}

.words__score-item:not(:first-child) {
    margin: 12px 0 0 0;
}

.words__summary {
    font-family: 'nivea-medium', serif;
    font-size: 2.2rem;
    letter-spacing: 8px;
    color: #f288af;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-bottom: 2rem;
}

.flake-img {
    position: absolute;
    top: -40px;
    right: 90%;
}


@media(max-width: 1170px) {

    .banner-section {
        background-image:
                url('./../img/site/banner--mobile1.png'),
                url('./../img/site/banner--bg.png');
        background-position: center right, bottom center;
        background-size: contain, auto;
        background-repeat: no-repeat, repeat-x;
        height: 685px;
    }

    .packshot-1 {
        max-width: 100%;
        display: block;
        margin: auto;
    }

    .packshot-2 {
        max-width: 100%;
        display: block;
        margin: 0 auto -40px;
    }

    .section__header {
        margin: 0 0 35px;
    }

}

@media(max-width: 1070px) {

    .banner__grid {
        -ms-grid-columns: 400px 1fr;
        grid-template-columns: 400px 1fr;
    }

    .banner-section {
        height: auto;
    }

    .logo {
        margin: 0 0 5.5rem 0;
    }

    .banner__button {
        margin: 5.5rem 0 0 0;
    }

}

@media(max-width: 991px) {

    .banner-section {
        margin: 0 0 5.5rem 0;
    }

    .banner__grid {
        -ms-grid-columns: 280px 1fr;
        grid-template-columns: 280px 1fr;
    }

    .banner__heading {
        font-size: 3.4rem;
    }

    .banner__heading--small {
        font-size: 2.4rem;
    }

    .section__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        grid-gap: 35px 0;
    }

    .section__grid--reverse {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .section__grid--reverse .section__packshot {
        -ms-grid-row: 2;
        grid-row: 2;
    }

    .section__desc {
        text-align: center;
    }

    .packshot-1 {
        max-width: 480px;
        width: 100%;
    }

    .packshot-2 {
        max-width: 480px;
        width: 100%;
        margin: 0 auto -40px;
    }

    .hidden-md {
        display: none;
    }

    .section__list li {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .poll-question {
        -ms-grid-columns: 1fr 12px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 12px;
    }

    .word-section {
        margin: 5.5rem 0 0 0;
    }

}

@media(max-width: 767px) {

    .banner-section {
        background-image: none;
        padding: 0 0 25px;
    }

    .banner__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        text-align: center;
        position: relative;
    }

     .banner__mobile-img {
        background-image:
                url('./../img/site/banner--mobile1.png'),
                url('./../img/site/banner--bg.png');
        background-position: center, top center;
        background-size: contain;
        background-repeat: no-repeat, repeat-x;
        height: 340px;
        margin: 0 -15px;
    }

    .logo {
        margin: 0;
        position: absolute;
        left: 0;
        top: 15px;
    }

    .logo__img {
        width: 70px;
    }

    .banner__header {
        margin: 3.5rem 0;
    }

    .banner__button {
        margin: 3.5rem 0 0 0;
    }

    .section__heading {
        font-size: 2rem;
    }

    .section__desc, .section__list li {
        font-size: 1.4rem;
    }

    .section__list li {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .words__score-item {
        font-size: 2rem;
    }

}

@media(max-width: 480px) {

    .poll-question {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .words {
        width: 290px;
        height: 290px;
    }

    .words__item {
        font-size: 1.4rem;
    }

}