/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}fieldset{border:0;padding:0;margin:0}

*, *:before, *:after  {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  font-family: "Open Sans", "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  color: #000;
  background: #fff;
  width: inherit;
  min-width: inherit;
  height: inherit;
  min-height: inherit;
}

h1 {
    display: block;
    margin: 0;
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: 300;
}
h2 {
    display: block;
    margin: 0;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 300;
}
h3 {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 600;
}
p {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 1rem;
    font-weight: 300;
}
strong {
    font-weight: 700;
}

a {
    text-decoration: none;
}
ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 1px;
    border: 0 !important;
}
table * {
    border: 0 !important;
}

.wrapper {
    width: 100%;
}
.wrapper > div {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    body {
        padding-top: 0;
    }
    .wrapper > div {
        padding: 0 2.5%;
    }
}


/* HEADER */
.header {
    background: #fff;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    text-align: center;
    padding: 1rem;
}
.header p {
    font-style: normal;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    color: #000;
}
.header .logo {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
}


/* FOOTER */
.footer {
    background: #fff;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    text-align: center;
    padding: 3rem 1rem 3rem 1rem;
}
.footer p {
    font-style: normal;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    color: #000;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.t {
    margin: 0;
    padding: 0;
    text-indent: -9999em;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

.clr:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 0 25px 0 25px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    border: 0 none;
    text-transform: uppercase;
    vertical-align: middle;
    color: #fff;
    background: #ed3072;
}
.btn:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.btn:hover {
    color: #fff;
    background: #01b8c6;
}
@media screen and (min-width: 768px) {
    .btn {
        font-size: 25px;
    }
}

#mainspace {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0 1px;
    margin: 0 auto;
}

.poll-container span.form-control-character-count {
    display: none;
}

.body-testing-x-opinion #mainspace {
    max-width: 900px;
}
.body-testing-x-opinion .intro .info {
    font-size: 1.2rem;
}

.poll-opinion-header {
    text-align: center;
    padding: 3rem 0;
}
.poll-opinion-header img {
    display: inline-block;
    max-width: 100%;
}
.poll-opinion-header .intro {
    font-size: 1.2rem;
}
.poll-opinion-header .intro .lead {
    font-size: 1.2rem;
}

.poll-question .question-options .option-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.poll-question .question-options .option-inline input[type=radio] + label {
    width: 100px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.poll-question .question-options .option-inline input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 58px;
    border-left: 1px solid #b42c78;
}

.question-options table tr th,
.question-options table tr td {
    font-size: 12px;
    background: #fff !important;
    height: 60px;
    vertical-align: middle;
}
.question-options table label,
.question-options table label {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    padding: 0 !important;
}
.question-options tr th:not(:first-child),
.question-options tr td:not(:first-child) {
    width: 50px !important;
    min-width: 50px;
    max-width: 50px;
}
.question-options tr.choices, .question-options tr.option {
    display: table-row;
}
.question-options {
    overflow-x: auto;
}
.question-header {
    font-size: 1.5rem;
}
.question-header-desc {
    text-align: center;
    padding: 1rem;
    color: grey;
    font-size: 1rem;
}
.question-header-lead {
    text-align: center;
    padding: 2rem;
    color: #000;
    font-size: 2rem;
}

#poll-question-header-prerequisite {
    font-size: 1.2rem;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#poll-question-header-prerequisite div {
    font-size: 1.2rem;
}
#poll-question-header-prerequisite .bold {
    font-weight: 500;
}
#poll-question-header-prerequisite ol {
    width: 80%;
    margin: 0 auto;
    padding: 1rem 0.5rem;
    text-align: left;
    font-size: 1.2rem;
}
#poll-question-header-prerequisite ol li {
    list-style-position: outside;
    list-style-type: decimal;
}
#poll-question-prerequisite {
    font-size: 1.2rem;
    margin: 2rem auto;
}
#poll-question-prerequisite input[type="checkbox"] {
    position: relative;
    left: 0;
    display: inline-block;
}
#poll-question-prerequisite label {
    color: #000;
}

.personal-accept p.info {
    margin: 1rem 0;
}
.personal-data p.info {
    font-size: 12px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    margin: 1rem 0;
}
.personal-data p.bold {
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    padding: 0.5rem 0;
}
.txt {
    font-size: 1rem;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-danger {
    color: #bd2130;
}
.text-success {
    color: #1e7e34;
}

.text-light {
    font-weight: 100;
}
.text-regular {
    font-weight: 400;
}
.text-bold {
    font-weight: 700;
}

.color-main {
    color: #f6e2c7;
}
.color-second {
    color: #e2bc89;
}
.color-red {
    color: #c82260;
}

.rules {
    padding: 1rem 0;
}

.poll-container a {
    color: #16beb2;
    font-weight: 700;
    border-bottom: 1px dotted #16beb2;
}
.poll-container a:hover {
    border-bottom: 1px solid #16beb2;
}
input:focus-visible,
textarea:focus-visible {
    outline: 1px solid #16beb2;
}

.hidden,
.pathHidden {
    display: none;
}

.show-sx,
.show-sm,
.show-md,
.show-lg,
.show-xl {
    display: none;
}

.hide-sx,
.hide-sm,
.hide-md,
.hide-lg,
.hide-xl {
    display: block;
}

.privacy-policy {
    padding: 2rem 0;
    font-size: 1rem;
    color: #000;
    line-height: 1.5;
}
.privacy-policy .privacy-policy-info {

}

.privacy-policy .privacy-policy-info .row {
    margin-top: 6px;
    overflow: hidden;
}

.partners-info {
    font-size: 1rem;
    font-weight: 300;
    color: #727272;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}

.s-cms-content .l-container {
    max-width: calc(82rem + 3rem);
    line-height: 1.5;
}
.s-cms-content .l-container .l-row {
    margin-bottom: 20px;
    font-size: 18px;
}
.s-cms-content .l-container .player-container {
    margin: 20px auto;
}
.s-cms-content .l-container img {
    margin: 20px auto;
    display: block;
}
.s-cms-content .l-container h2 {
    font-size: 26px;
    margin: 30px auto 20px;
    font-weight: 800;
}
.s-cms-content .l-container h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.s-cms-content .l-container p {
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.s-cms-content .l-container ul {
    list-style: disc inside;
    margin: 10px;
}
.s-cms-content .l-container ul li {
}
.s-cms-content .l-container ul li::marker {
    font-size: 16px;
}
.s-cms-content .l-container ul li p {
    display: inline;
}

.s-cms-content .l-container ol {
    list-style: decimal inside;
    margin: 10px;
}
.s-cms-content .l-container ol li {
}

.s-cms-content .l-container .special-container {
    background: #d2fec9;
    padding: 25px;
    margin: 15px auto;
}

.s-cms-content .l-container .special-container em {
    font-style: italic;
    line-height: 3rem;
}

.s-cms-content .l-container .special-container cite {
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: 32px;
    color: #8a8a8a;
}
.s-cms-content .l-container .special-container cite::before {
    content: "— ";
}

/* TOP */
.top {
}
.top .hero-image {
    width: 100%;
    max-width: 1200px;
    margin: 2rem auto;
}


/* NAV */
.nav {
}



/* TEASER */
.teaser {
}


/* VIDEO */
.video {
}



/* POLL */
.poll {
}



@media screen and (min-width: 320px) {
    .show-sx {
        display: block;
    }
    .hide-sx {
        display: none;
    }


    /* TOP */



    /* NAV */



    /* TEASER */



    /* VIDEO */



    /* POLL */
}

@media screen and (min-width: 576px) {
    .show-sm {
        display: block;
    }
    .hide-sm {
        display: none;
    }


    /* TOP */



    /* NAV */



    /* TEASER */



    /* VIDEO */



    /* POLL */
}

@media screen and (min-width: 768px) {
    .show-md {
        display: block;
    }
    .hide-md {
        display: none;
    }


    /* TOP */



    /* NAV */



    /* TEASER */



    /* VIDEO */



    /* POLL */
}

@media screen and (min-width: 992px) {
    .show-lg {
        display: block;
    }
    .hide-lg {
        display: none;
    }


    /* TOP */



    /* NAV */



    /* TEASER */



    /* VIDEO */



    /* POLL */
}

@media screen and (min-width: 1200px) {
    .show-xl {
        display: block;
    }
    .hide-xl {
        display: none;
    }


    /* TOP */



    /* NAV */



    /* TEASER */



    /* VIDEO */



    /* POLL */
}
