/**
 *
 * FORM
 *
 */
@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap);
.poll-form {
  position: relative; }

.slide {
  width: 100%;
  padding-top: 1em; }

.form-navi,
.form-submit {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 0 auto;
  text-align: center; }

/**/
.form-navi .btn.prev {
  color: #000;
  background: #d4eaf6;
  height: 60px;
  line-height: 60px;
  text-transform: none;
  font-size: 1rem;
  width: 48%;
  text-align: center;
  font-weight: 800; }

.form-navi .btn.next {
  color: #000;
  background: #d4eaf6;
  height: 60px;
  line-height: 60px;
  text-transform: none;
  font-size: 1.2rem;
  width: 48%;
  margin-left: 1%;
  text-align: center;
  font-weight: 800; }

/**/
.form-submit .btn {
  background: #004f9a;
  text-transform: none; }

.form-submit .btn:hover {
  background: #246fb6; }

.poll-data {
  padding: 1rem 0 1rem 0;
  text-align: left;
  max-width: 700px;
  margin: 0 auto; }

.poll-question {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 10px auto 0 auto;
  padding: 1px 0 10px 0;
  text-align: center;
  color: #303e48; }

.question-header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #004f9a;
  text-transform: none;
  font-family: 'Nunito', sans-serif;
  padding: 1px 0 1px 0;
  text-align: center; }

.question-header > span {
  position: relative;
  display: inline-block;
  min-width: 1rem;
  padding: 0 .2rem;
  text-align: center;
  left: 0;
  top: 0;
  font-weight: 600;
  color: #fff;
  background: #d4eaf6;
  display: none; }

.question-header > strong {
  font-weight: 600; }

.question-header > small {
  display: block;
  font-size: .7rem;
  font-weight: 300; }

.question-options {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 10px 0; }

.poll-question.open .question-options,
.poll-question.text .question-options,
.poll-question.text-number .question-options,
.poll-question.text-multifield .question-options,
.poll-question.multi-choice .question-options {
  padding-left: 0; }

.question-options .option {
  display: block;
  position: relative;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 1px 0;
  color: #000;
  font-family: inherit;
  font-weight: 300;
  text-transform: none; }

.question-options table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc; }

.question-options tr.choices,
.question-options tr.option {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 5px 0;
  color: #000;
  font-family: inherit;
  font-weight: 300;
  text-transform: none;
  text-align: center;
  border-bottom: 1px solid #ccc; }

.question-options th,
.question-options td {
  vertical-align: middle;
  padding: .5rem;
  cell-spacing: 1px; }

.question-options tr th:first-child {
  border-left: 1px solid #ccc;
  background: #efefef; }

.question-options tr.choices th {
  border-left: 1px solid #ccc;
  background: #e2e2e2;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #efefef));
  background: linear-gradient(to bottom, #e2e2e2 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#efefef', GradientType=0); }

.question-options tr.option th {
  text-align: right;
  border-right: 1px solid #ccc; }

.question-options input[type="radio"],
.question-options input[type="checkbox"] {
  position: absolute;
  left: -9999rem;
  top: 0;
  height: 100%; }

.question-options input[type="radio"] + label,
.question-options input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  width: auto;
  cursor: pointer; }

.question-options input[type="radio"] + label:hover,
.question-options input[type="radio"]:checked + label,
.question-options input[type="checkbox"] + label:hover,
.question-options input[type="checkbox"]:checked + label {
  color: #00b7f0; }

@media screen and (min-width: 1px) {
  .poll-question input[type="radio"],
  .poll-question input[type="checkbox"] {
    position: absolute;
    left: -9999em;
    top: 0; }
  .poll-question input[type="radio"] + label,
  .poll-question input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    color: #58585a;
    line-height: 1.5;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    margin: 0px 0px;
    padding: 1rem 0;
    background-color: #eeeeee;
    border: 1px solid #eeeeee; }
  .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-color: #77c2cf;
    color: #fff;
    border: 1px solid #77c2cf; } }

/*media*/
.poll-question.single-image input[type="radio"] + label:before,
.poll-question.single-image input[type="checkbox"] + label:before,
.poll-question.single-image input[type="radio"] + label:after,
.poll-question.single-image input[type="checkbox"] + label:after {
  top: 0;
  bottom: 0;
  margin: auto 0; }

.poll-question.single-image label > img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  max-width: 200px; }

.poll-question.single-image label > span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px; }

.question-options input[type="text"],
.question-options textarea {
  display: inline-block;
  border: 1px solid #262f8d;
  background: #fff;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  font-size: 1rem;
  line-height: 42px;
  color: #262f8d;
  text-align: left;
  text-transform: none;
  font-family: 'filson-soft', sans-serif;
  font-weight: 300;
  border-radius: 0; }

.poll-question.text .question-options input[type="text"],
.poll-question.text-number .question-options input[type="text"],
.poll-question.text-email .question-options input[type="text"] {
  width: 100%;
  height: 44px;
  line-height: 42px; }

.poll-question.open .question-options textarea {
  width: 100%;
  height: 170px;
  resize: none;
  padding: 10px 15px;
  line-height: 1.4; }

.poll-question.single .inline,
.poll-question.multi .inline {
  display: block;
  padding-left: 2rem;
  cursor: pointer; }

.poll-question .inline input[type="text"] {
  height: 30px;
  line-height: 28px;
  position: relative;
  width: 80%; }

.personal-data label {
  display: block;
  float: left;
  width: 100%;
  color: #888;
  font-size: 1.5rem;
  line-height: 2;
  text-align: left;
  padding: 0;
  font-family: "filson-soft", sans-serif;
  font-weight: 300; }

.personal-data input[type="text"],
.personal-data textarea,
.personal-data select {
  display: block;
  float: left;
  border: 1px solid #f1eee9;
  background: #f1eee9;
  width: 100%;
  height: 50px;
  padding: 0 7px;
  font-size: 16px;
  line-height: 48px;
  font-weight: 300;
  color: #000;
  text-align: left;
  text-transform: none;
  font-family: "filson-soft", sans-serif;
  border-radius: 0; }

.personal-data textarea {
  height: 250px;
  padding: 10px 10px;
  line-height: 22px;
  resize: none; }

.poll-error-msg {
  width: 70%;
  margin: 30px auto;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 30px;
  font-family: 'filson-soft', sans-serif;
  color: red;
  text-transform: none;
  text-align: center;
  background: #fff; }

.poll-question.error-question {
  position: relative; }

.poll-question.error-question:before {
  content: "!";
  position: absolute;
  left: -21px;
  top: 3px;
  text-align: center;
  width: 18px;
  height: 18px;
  color: red;
  font-size: 12px;
  line-height: 14px;
  font-family: 'filson-soft', sans-serif;
  font-weight: 700;
  border: 2px solid red;
  border-radius: 50%; }

.poll-question.open.error-question textarea,
.poll-question.text.error-question input[type="text"] {
  border-color: red;
  box-shadow: inset 0 0 5px 3px #f00; }

.poll-question .error-msg {
  margin-top: 0;
  color: red;
  font-family: 'filson-soft', sans-serif;
  font-size: 1.6rem;
  text-transform: none;
  padding-left: 0;
  display: none;
  clear: both; }

.poll-question.open .error-msg {
  padding-left: 0px; }

.poll-question.error-question .error-msg {
  display: block; }

.poll-question input[type="text"].error,
.poll-question textarea.error {
  border: 1px solid red;
  box-shadow: inset 0 0 5px 3px #f00; }

@media screen and (max-width: 979px) {
  .poll-question.error-question:before {
    display: none; } }

/**
 *
 * FORM
 *
 */
.contest-data {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border: 0 none; }

.contest-data .row {
  float: left;
  margin-right: 0; }

.contest-data label {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 300;
  padding-bottom: 3px; }

.contest-data textarea {
  display: block;
  border: 1px solid #f57819;
  background: #ffecf3;
  width: 100%;
  height: 180px;
  padding: 5px 15px;
  font-size: 1.6rem;
  line-height: 22px;
  color: #00529e;
  text-align: left;
  text-transform: none;
  font-family: 'filson-soft', sans-serif;
  font-weight: 300;
  border-radius: 0;
  resize: none; }

.contest-data .content {
  width: 100%;
  padding-top: 20px; }

.personal-data {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0 1rem 0;
  border: 0 none; }

.personal-data .row {
  float: left;
  margin-right: 2%;
  padding-bottom: 15px; }

.personal-data label {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  white-space: nowrap;
  padding-bottom: 3px; }

.personal-data input[type="text"],
.personal-data select {
  display: block;
  border: 1px solid #ee680e;
  background: #fff;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 42px;
  color: #000;
  text-align: left;
  text-transform: none;
  font-family: 'filson-soft', sans-serif;
  font-weight: 300;
  border-radius: 0; }

/* MINIMAL */
.minimal .personal-data .content {
  width: 100%;
  margin-right: 0; }

.minimal .personal-data .email {
  width: 100%; }

/* SIMPLE */
.simple .personal-data .content {
  width: 100%;
  margin-right: 0; }

.simple .personal-data .first-name {
  width: 49%; }

.simple .personal-data .last-name {
  width: 49%;
  margin-right: 0; }

.simple .personal-data .email {
  width: 49%; }

.simple .personal-data .phone {
  width: 49%;
  margin-right: 0; }

.simple .personal-data .first-name {
  clear: left; }

/* FULL */
.full .personal-data .content {
  width: 100%;
  margin-right: 0; }

.full .personal-data .first-name {
  width: 49%; }

.full .personal-data .last-name {
  width: 49%;
  margin-right: 0; }

.full .personal-data .street {
  width: 49%; }

.full .personal-data .house-number {
  width: 23%; }

.full .personal-data .flat-number {
  width: 24%;
  margin-right: 0; }

.full .personal-data .country {
  width: 24%; }

.full .personal-data .city {
  width: 48%; }

.full .personal-data .postal-code {
  width: 24%;
  margin-right: 0; }

.full .personal-data .email {
  width: 32%; }

.full .personal-data .phone {
  width: 32%; }

.full .personal-data .birth-year,
.full .personal-data .birth-date {
  width: 32%;
  margin-right: 0; }

.full .personal-data .first-name,
.full .personal-data .street,
.full .personal-data .email {
  clear: left; }

/* UPDATE-PERSONEL */
.update-personal .personal-data .street {
  width: 49%; }

.update-personal .personal-data .house-number {
  width: 23%; }

.update-personal .personal-data .flat-number {
  width: 24%;
  margin-right: 0; }

.update-personal .personal-data .country {
  width: 26%; }

.update-personal .personal-data .city {
  width: 38%; }

.update-personal .personal-data .postal-code {
  width: 15%; }

.update-personal .personal-data .birth-year {
  width: 15%;
  margin-right: 0; }

.update-personal .personal-data .street,
.update-personal .personal-data .country {
  clear: left; }

.personal-accept {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0 0;
  border: 0 none;
  clear: both;
  color: #000;
  text-align: left; }

.personal-accept p.info {
  color: #000;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 300;
  margin: 1rem 0; }

.personal-accept .row {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 10px; }

.personal-accept input[type="checkbox"] {
  position: absolute;
  left: 5px;
  top: 3px;
  line-height: 1.4; }

.personal-accept input[type="checkbox"] + label {
  display: inline-block;
  width: 100%;
  padding-left: 2.5rem;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 300;
  text-align: left; }

.personal-accept.personal-accept a {
  color: #00529e;
  border-bottom: 1px dotted #1ab9d3; }

.personal-accept.personal-accept a:hover {
  border-bottom: 1px solid #1ab9d3; }

@media screen and (max-width: 599px) {
  .form .personal-data .row {
    float: none;
    margin-right: 0;
    overflow: hidden;
    padding-bottom: 10px;
    width: 100%; }
  .form .personal-data label {
    display: block;
    float: left;
    width: 30%;
    line-height: 44px; }
  .form .personal-data input[type="text"],
  .form .personal-data select {
    display: block;
    width: 70%;
    float: left; } }

@media screen and (max-width: 479px) {
  .form .personal-data label {
    display: block;
    float: none;
    width: 100%; }
  .form .personal-data input[type="text"],
  .form .personal-data select {
    display: block;
    float: none;
    width: 100%; } }

.contest-data .errors,
.personal-data .errors,
.personal-accept .errors {
  color: red;
  display: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  list-style: none; }

.contest-data .error-question .errors,
.personal-data .error-question .errors,
.personal-accept .error-question .errors {
  display: block; }

.contest-data .error-question textarea,
.personal-data .error-question input[type="text"] {
  border-color: red;
  box-shadow: inset 0 0 5px 3px #f00; }

.contest-data .error-question,
.personal-data .error-question,
.personal-accept .error-question {
  position: relative; }

.personal-accept .error-question:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 5px;
  border-left: 10px solid red;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: block; }

.form-submit {
  border: 0 none;
  padding: 30px 0 0 0;
  clear: both;
  text-align: center; }

.win-entries {
  width: 100%;
  list-style: inside decimal;
  margin: 30px 0; }

.win-entries > li {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.5; }

.win-entries > li > span {
  font-weight: 600; }

#mainspace .message {
  padding: 40px 30px;
  border: 1px dotted #f57819;
  text-align: center;
  max-width: 500px;
  margin: 0 auto; }

#mainspace .message h2 {
  font-size: 2rem; }

#counter {
  margin-top: 35px;
  color: #004f9a;
  font-size: 30px;
  font-weight: 900; }

/*! 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 {
  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;
  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%;
  -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, section > div {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center; }

@media screen and (max-width: 1199px) {
  .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: 100%;
  max-width: 300px;
  margin: 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;
  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; }

section .container {
  max-width: 1060px; }

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

.body-testing-x-opinion #mainspace {
  max-width: 900px; }

.poll-opinion-header {
  text-align: center;
  padding: 3rem 0; }

.poll-opinion-header img {
  display: inline-block;
  max-width: 100%; }

.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: 49px;
  border-left: 1px solid #16beb2; }

.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-desc {
  text-align: center;
  padding: 1rem;
  color: #fd0;
  font-style: italic;
  font-size: 1.4rem; }

.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: 1em; }

.hidden {
  display: none; }

.question-header {
  font-size: 1.5rem; }

.question-header-desc {
  text-align: center;
  padding: 1rem;
  color: grey;
  font-style: italic;
  font-size: 1rem; }

.question-header-lead {
  text-align: center;
  padding: 2rem;
  color: #000;
  font-size: 2rem; }

.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 .row {
  margin-top: 0;
  overflow: hidden; }

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

/* TOP */
/* NAV */
/* TEASER */
/* VIDEO */
/* 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 */ }

.table {
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #fff; }

.table td,
.table th {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #d5d5d5; }

.table thead th {
  text-align: left;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  vertical-align: bottom;
  border-bottom: 2px solid #d5d5d5; }

.table tbody + tbody {
  border-top: 2px solid #d5d5d5; }

.table .table {
  background-color: #d5d5d5; }

.table-sm td,
.table-sm th {
  padding: .3rem; }

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6; }

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff; }

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb; }

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb; }

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba; }

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe; }

.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 640px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 768px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 1000px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1200px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.table-responsive > .table-bordered {
  border: 0; }

/**
 *
 * FORM
 *
 */
.poll-form {
  position: relative;
  overflow-x: hidden; }

.slide {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.poll-form span.btn {
  opacity: .7;
  background: transparent;
  cursor: default; }

.poll-form span.btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff; }

.poll-form {
  position: relative; }

.slide {
  width: 100%;
  padding-top: 0; }

.form-navi,
.form-submit {
  width: 100%;
  max-width: 500px;
  margin: 2em auto 0 auto;
  text-align: center; }

.form-navi .btn {
  width: 48%;
  margin-left: 2%;
  padding: 0; }

.form-navi .btn.prev {
  background: #fff;
  border: solid 1px #000;
  color: #000;
  font-weight: 300; }

.form-navi .btn.next {
  background: #5b2c88;
  border: solid 0px #5b2c88;
  color: #fff;
  font-weight: 300; }

.form-navi .btn:first-child {
  margin-left: 0; }

.btn {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 48px;
  height: 48px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 0 none;
  white-space: nowrap;
  padding: 0 30px 0 33px;
  vertical-align: middle;
  color: #fff;
  background: #e42384;
  background-size: auto;
  font-family: "Open Sans", sans-serif;
  min-width: 0;
  border-radius: 0;
  font-weight: 300;
  transition: all .2s ease-in-out; }

.btn:before,
.btn:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: top; }

.btn:hover,
.btn:focus {
  color: #5e0a5f; }

.poll hgroup > h1 {
  line-height: 2.5rem;
  font-size: 2rem;
  font-weight: 100;
  text-transform: uppercase; }

.poll #counter {
  margin-top: 0.5em;
  color: #000;
  font-size: 2rem;
  font-weight: 300;
  text-align: center; }

.poll #counter-current {
  color: #5b2c88; }

.poll-data {
  margin-top: 0; }

.poll-question-header {
  width: 100%;
  margin-top: 1em; }

.poll-question-header h3 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  padding: 1px 0 1px 0;
  text-align: center; }

.poll-question-header h3 > span {
  position: absolute;
  width: auto;
  height: auto;
  font-size: 20px;
  line-height: 24px;
  background: transparent;
  top: 1px;
  left: 0px;
  color: #666;
  text-align: center;
  display: none; }

.poll-question-header h3 > small {
  font-size: .8em;
  display: block; }

.poll-question-header h3 > strong {
  font-weight: 600; }

.poll-question-header h3 > i {
  font-style: italic; }

.poll-question-header p {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-transform: none;
  font-family: "Lato", sans-serif;
  padding: 8px 0;
  text-align: center;
  font-style: italic; }

.poll-question {
  position: relative;
  width: 100%;
  max-width: 510px;
  margin: 1em auto 0 auto;
  padding: 1px 0 1px 0;
  text-align: center;
  color: #000; }

.poll-question.text,
.poll-question.text-email,
.poll-question.open {
  padding-left: 0; }

.poll-question .option {
  display: block;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  line-height: 38px;
  margin: 10px 0;
  color: inherit;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-transform: none; }

.poll-question label:hover {
  cursor: pointer; }

@media screen and (min-width: 1px) {
  .poll-question input[type="radio"],
  .poll-question input[type="checkbox"] {
    position: absolute;
    left: -9999em;
    top: 0px; }
  .poll-question input[type="radio"] + label,
  .poll-question input[type="checkbox"] + label {
    position: relative;
    display: block;
    padding-left: 0px;
    width: 100%;
    cursor: pointer;
    background: #fff;
    color: #000;
    border: 1px solid #000; }
  .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 {
    color: #fff;
    background: #5b2c88;
    border: 1px solid #5b2c88;
    font-weight: 100; } }

/*media*/
.poll-question input[type="text"],
.poll-question textarea {
  display: inline-block;
  border: 1px solid #000;
  background: #fff;
  width: 100%;
  height: 40px;
  padding: 0 5px;
  font-size: 17px;
  line-height: 38px;
  color: #000;
  text-align: left;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.poll-question.text input[type="text"],
.poll-question.text-email input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 38px; }

.poll-question.open textarea {
  width: 100%;
  height: 150px;
  resize: none;
  padding: 5px 10px;
  line-height: 21px; }

.poll-question.single .inline,
.poll-question.multi .inline {
  display: inline-block;
  padding-left: 15px;
  cursor: pointer;
  vertical-align: top; }

.poll-question .inline input[type="text"] {
  font-size: 15px;
  height: 30px;
  line-height: 28px;
  position: relative;
  width: 300px;
  margin: 5px 0 0 5px;
  vertical-align: top; }

.poll-question.single-image {
  width: 100%;
  max-width: 1200px;
  margin: 2em auto;
  display: table; }

.poll-question.single-image > .option {
  display: inline-block;
  margin: 0 0 25px 0;
  width: 20%;
  padding: 0px;
  float: left; }

.poll-question.single-image input[type="radio"] + label {
  padding: 1em 0;
  line-height: 24px;
  text-align: center;
  border: 0 none;
  background: #fff;
  color: #E42384; }

.poll-question.single-image input[type="radio"] + label:hover,
.poll-question.single-image input[type="radio"]:checked + label {
  font-weight: 700;
  background: transparent;
  border: 0 none;
  color: #fff; }

.poll-question.single-image .checked-style {
  width: 30px;
  height: 30px;
  border: 3px solid #E42384;
  margin: 0 auto;
  padding: 2px; }

.poll-question.single-image .checked-style div {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  padding: 2px; }

.poll-question.single-image input[type="radio"] + label:hover .checked-style div,
.poll-question.single-image input[type="radio"]:checked + label .checked-style div,
.poll-question.single-image input[type="checkbox"] + label:hover .checked-style div,
.poll-question.single-image input[type="checkbox"]:checked + label .checked-style div {
  background: #E42384 none;
  border-color: #E42384; }

.poll-question.single-image .disabled input[type="radio"] + label:before,
.poll-question.single-image .disabled input[type="radio"] + label:after,
.poll-question.single-image .disabled input[type="checkbox"] + label:before,
.poll-question.single-image .disabled input[type="checkbox"] + label:after {
  display: none; }

.poll-question.single-image .disabled label > span {
  color: #a0a0a0; }

.poll-question.single-image label > img,
.poll-question.single-image label > span {
  display: block; }

.poll-question.single-image label > img {
  width: 95%;
  max-width: 110px;
  margin: 0 auto; }

.poll-question.single-image label.faded > img {
  opacity: .7; }

.poll-question.single-image label > span {
  margin-top: 1em;
  display: none; }

@media screen and (max-width: 999px) {
  .poll-question.single-image > .option {
    display: inline-block;
    margin: 0 0 40px 0;
    width: 20%;
    padding: 0px;
    float: none; } }

@media screen and (max-width: 767px) {
  .poll-question.single-image input[type="radio"] + label {
    font-size: 14px;
    line-height: 18px; } }

@media screen and (min-width: 411px) and (max-width: 550px) {
  .poll-question.single-image input[type="radio"] + label {
    font-size: 13px;
    line-height: 17px; } }

@media screen and (max-width: 410px) {
  .poll-question.single-image input[type="radio"] + label {
    font-size: 13px;
    line-height: 17px; } }

@media screen and (max-width: 359px) {
  .poll-question.single-image input[type="radio"] + label {
    font-size: 13px;
    line-height: 17px; } }

/* multi-image */
.poll-question.multi-image {
  width: 100%;
  max-width: 1200px;
  margin: 2em auto;
  display: table; }

.poll-question.multi-image > .option {
  display: inline-block;
  margin: 0 0 25px 0;
  width: 20%;
  padding: 0px;
  float: left; }

.poll-question.multi-image input[type="checkbox"] + label {
  padding: 1em 0;
  line-height: 24px;
  text-align: center;
  border: 0 none;
  background: #fff;
  color: #E42384; }

.poll-question.multi-image input[type="checkbox"] + label:hover,
.poll-question.multi-image input[type="checkbox"]:checked + label {
  font-weight: 700;
  background: transparent;
  border: 0 none;
  color: #fff; }

.poll-question.multi-image .checked-style {
  width: 30px;
  height: 30px;
  border: 3px solid #E42384;
  margin: 0 auto;
  padding: 2px; }

.poll-question.multi-image .checked-style div {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  padding: 2px; }

.poll-question.multi-image input[type="radio"] + label:hover .checked-style div,
.poll-question.multi-image input[type="radio"]:checked + label .checked-style div,
.poll-question.multi-image input[type="checkbox"] + label:hover .checked-style div,
.poll-question.multi-image input[type="checkbox"]:checked + label .checked-style div {
  background: #E42384 none;
  border-color: #E42384; }

.poll-question.multi-image .disabled input[type="radio"] + label:before,
.poll-question.multi-image .disabled input[type="radio"] + label:after,
.poll-question.multi-image .disabled input[type="checkbox"] + label:before,
.poll-question.multi-image .disabled input[type="checkbox"] + label:after {
  display: none; }

.poll-question.multi-image .disabled label > span {
  color: #a0a0a0; }

.poll-question.multi-image label > img,
.poll-question.multi-image label > span {
  display: block; }

.poll-question.multi-image label > img {
  width: 95%;
  max-width: 110px;
  margin: 0 auto; }

.poll-question.multi-image label.faded > img {
  opacity: .7; }

.poll-question.multi-image label > span {
  margin-top: 1em;
  display: none; }

@media screen and (max-width: 999px) {
  .poll-question.multi-image > .option {
    display: inline-block;
    margin: 0 0 40px 0;
    width: 20%;
    padding: 0px;
    float: none; } }

@media screen and (max-width: 767px) {
  .poll-question.multi-image input[type="checkbox"] + label {
    font-size: 14px;
    line-height: 18px; } }

@media screen and (min-width: 411px) and (max-width: 550px) {
  .poll-question.multi-image input[type="checkbox"] + label {
    font-size: 13px;
    line-height: 17px; } }

@media screen and (max-width: 410px) {
  .poll-question.multi-image input[type="checkbox"] + label {
    font-size: 13px;
    line-height: 17px; } }

@media screen and (max-width: 359px) {
  .poll-question.multi-image input[type="checkbox"] + label {
    font-size: 13px;
    line-height: 17px; } }

/* multi-image END */
@media screen and (max-width: 767px) {
  .poll-question {
    position: relative;
    width: 100%;
    margin: 2em auto 0 auto;
    padding: 1px 0 1px 0px; }
  .poll-question.text,
  .poll-question.text-email,
  .poll-question.open {
    padding-left: 0px; } }

@media screen and (max-width: 479px) {
  .poll-question .inline input[type="text"] {
    width: 220px; } }

.poll-error-msg {
  width: 100%;
  margin: 30px auto;
  font-size: 2em;
  padding: 20px 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: red;
  text-transform: none;
  text-align: center;
  background: #fff; }

.poll-question-header.error-question {
  position: relative; }

.poll-question.open.error-question textarea {
  border-color: #f00;
  box-shadow: inset 0 0 5px 0px #f00; }

.poll-question .error-msg {
  margin-top: 10px;
  font-size: 1.6em;
  color: red;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  padding: 5px;
  display: none;
  clear: both;
  background: #fff; }

.poll-question.open .error-msg {
  padding-left: 5px; }

.poll-question.error-question .error-msg {
  display: block; }

.poll-question input[type="text"].error,
.poll-question textarea.error {
  border: 1px solid #f00;
  box-shadow: inset 0 0 5px 0px #f00; }

.personal {
  clear: both;
  font-family: "Open Sans", sans-serif;
  margin-top: 1em;
  color: #000; }

.personal-info {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto; }

.personal-info p {
  padding: 0.5em 0; }

.personal-info p.italic {
  font-style: italic; }

.personal-data {
  position: relative;
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 1em 0 0 0;
  text-align: left; }

.personal-data .row {
  float: left;
  width: 49%;
  margin-right: 2%;
  padding-bottom: 15px;
  clear: none; }

/*
.personal-data .row:nth-of-type(2n) {
    margin-right: 0;
    clear: none;
}*/
.personal-data label {
  display: block;
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  height: 24px;
  font-family: "Open Sans", sans-serif; }

.personal-data input[type="text"],
.personal-data select {
  display: block;
  float: left;
  border: 1px solid #000;
  background: #fff;
  width: 100%;
  height: 40px;
  padding: 0px 5px;
  font-size: 17px;
  line-height: 38px;
  color: #000;
  text-align: left;
  text-transform: none;
  font-family: "Open Sans", sans-serif; }

.personal-data .imie {
  width: 49%; }

.personal-data .nazwisko {
  width: 49%;
  margin-right: 0; }

.personal-data .ulica {
  width: 49%; }

.personal-data .numer_domu {
  width: 23%; }

.personal-data .numer_mieszkania {
  width: 24%;
  margin-right: 0; }

.personal-data .kraj {
  width: 17%; }

.personal-data .miasto {
  width: 30%; }

.personal-data .kod_pocztowy {
  width: 23%; }

.personal-data .telefon {
  width: 24%;
  margin-right: 0; }

.personal-data .email {
  width: 81%; }

.personal-data .rok_urodzenia {
  width: 17%;
  margin-right: 0; }

.personal-data .data_urodzenia {
  width: 17%;
  margin-right: 0; }

.personal-data .imie,
.personal-data .ulica,
.personal-data .kraj,
.personal-data .email {
  clear: left; }

/*
.personal-data .kod_pocztowy label,
.personal-data .telefon label,
.personal-data .email label,
.personal-data .rok_urodzenia label {
    line-height: 19px;
}
*/
.personal-accept {
  position: relative;
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 10px 0 0 0px;
  font-size: 12px;
  line-height: 16px;
  text-align: left; }

.personal-accept .row {
  display: block;
  position: relative;
  width: 98%;
  margin-top: 15px; }

.personal-accept .info {
  font-size: 12px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  color: #000;
  margin: 1rem 0; }

.personal-accept .bold {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  padding: 0.5rem 0; }

.personal-accept input[type="checkbox"] {
  position: absolute;
  left: 5px;
  top: -2px; }

.personal-accept input[type="checkbox"] + label {
  display: inline-block;
  width: 100%;
  padding-left: 3em;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #000; }

.personal-accept.personal-accept a {
  color: #E42384;
  border-bottom: 1px dotted #E42384; }

.personal-accept.personal-accept a:hover {
  border-bottom: 1px solid #E42384; }

@media screen and (max-width: 1100px) {
  .personal-data input[type="text"],
  .personal-data select {
    font-size: 14px; } }

@media screen and (max-width: 767px) {
  .personal-data .row {
    width: 100%;
    margin-right: 0; }
  .personal-data label {
    width: 30%;
    line-height: 40px;
    height: 40px;
    vertical-align: middle; }
  .personal-data input[type="text"],
  .personal-data select {
    width: 70%; } }

@media screen and (max-width: 539px) {
  .personal-data label,
  .personal-data .kod_pocztowy label,
  .personal-data .telefon label,
  .personal-data .data_urodzenia label {
    line-height: 25px; } }

@media screen and (max-width: 479px) {
  .personal-data label {
    float: none;
    width: 100%;
    line-height: 24px;
    height: 24px; }
  .personal-data input[type="text"],
  .personal-data select {
    float: none;
    width: 100%; } }

.poll .intro {
  font-size: 1.2rem;
  line-height: 1.7rem;
  padding: 1rem; }

.personal-data .error-msg,
.personal-accept .error-msg {
  color: red;
  display: none;
  padding: 5px;
  margin: 0;
  font-size: 15px;
  clear: both;
  background: #fff; }

.personal-data .error-question .error-msg {
  display: block; }

.personal-accept .error-question .error-msg {
  display: block; }

.personal-data .error-question input[type="text"] {
  border-color: #fff;
  box-shadow: inset 0 0 5px 0px #f00; }

.personal-data .error-question,
.personal-accept .error-question {
  position: relative; }

.personal-accept .error-question:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 3px;
  border-left: 10px solid red;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: block; }

/* KWC */
.poll-data.kwc {
  padding-top: 2rem;
  max-width: 510px;
  margin: 0 auto; }

.poll-data.kwc h2 {
  text-align: center;
  font-size: 3em; }

.poll-data.kwc h3 {
  font-size: 2.2em;
  line-height: 150%; }

.poll-data.kwc .input {
  text-align: center; }

.poll-data.kwc select {
  display: block;
  margin: 10px auto;
  max-width: 500px;
  width: 100%;
  height: 40px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #008795; }

.poll-data.kwc textarea {
  display: block;
  margin: 10px auto;
  max-width: 500px;
  width: 100%;
  height: 200px;
  font-size: 1rem;
  text-align: left;
  border: 1px solid #008795;
  padding: 5px 10px; }

.poll-data.kwc input {
  display: block;
  margin: 10px auto;
  max-width: 500px;
  width: 100%;
  height: 40px;
  font-size: 1rem;
  text-align: left;
  border: 1px solid #008795;
  padding: 5px 10px; }

.poll-data.kwc .pyt_kwc {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  padding: 1px 0 1px 0;
  text-align: center; }

.poll-data.kwc .error-msg {
  margin-top: 10px;
  font-size: 1.6em;
  color: red;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  padding: 5px;
  display: none;
  clear: both;
  background: #fff; }

.poll-data.kwc .error-msg {
  padding-left: 5px;
  margin-bottom: 10px; }

.poll-data.kwc .error-question .error-msg {
  display: block; }

.poll-data.kwc .error input[type="text"],
.poll-data.kwc .error textarea {
  border: 1px solid #f00;
  box-shadow: inset 0 0 5px 0px #f00; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: 'Mulish',sans-serif;
  background: #fff;
  color: #221f1f;
  max-width: 100%;
  overflow-x: hidden; }

html {
  box-sizing: border-box;
  max-width: 100%; }

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

a:focus {
  outline: 1px dotted #2c95ef; }

*[tabindex]:focus {
  outline: 1px dotted #2c95ef; }

*, *:before, *:after {
  box-sizing: inherit; }

.c-tab {
  cursor: pointer;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  border-bottom: 1px solid #d1d1d1;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.32px;
  padding: 10px 15px; }

.c-tab__label:hover {
  opacity: 0.6; }

.c-tab--status-active {
  color: #2c95ef;
  border-bottom: 1px solid #2c95ef; }

.c-tab-panel {
  display: none; }

.c-tab-panel--status-active {
  display: block; }

.c-tabs {
  width: 100%;
  height: 100%; }

.c-tabs__items {
  display: flex;
  width: 100%;
  height: 100%; }

.c-tabs__item {
  white-space: nowrap;
  flex: auto; }

.c-tabs__panels {
  margin: 20px 0 0 0; }

.c-ad-placement {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: none;
  margin: 20px auto; }

.c-sticky .c-ad-placement {
  margin: 0; }

.c-ad-placement.abill, .c-ad-placement.abill-d {
  margin: 0 auto; }

@media (min-width: 768px) {
  .c-ad-placement.abill-d {
    margin-bottom: 25px; }
  .screening .c-ad-placement.abill, .screening .c-ad-placement.abill-d {
    margin-bottom: 0; }
  .c-article__body .c-ad-placement {
    margin: 0 0 20px 20px; }
  .c-article__body .c-article__ad.ad_centered .c-ad-placement {
    margin: 0 auto; } }

@media (min-width: 1000px) {
  .c-ad-placement.abill-d {
    margin-bottom: 15px; } }

.c-ad-placement.abill, .c-ad-placement.ambill, .c-ad-placement.arect, .c-ad-placement.arect-m {
  min-width: 300px;
  max-width: calc(100vw - 30px);
  min-height: 293px; }

@media (max-width: 768px) {
  .c-ad-placement.abill-d, .c-ad-placement.ambill-d, .c-ad-placement.arect-d, .c-ad-placement.a300nx, .c-ad-placement.a300nx-d {
    display: none; } }

@media (min-width: 768px) {
  .c-ad-placement.abill, .c-ad-placement.abill-d, .c-ad-placement.ambill, .c-ad-placement.ambill-d {
    min-width: 750px;
    max-width: 980px;
    min-height: 266px; }
  .c-ad-placement.arect, .c-ad-placement.arect-d {
    min-width: 336px;
    min-height: 296px; }
  .c-ad-placement.a300nx, .c-ad-placement.a300nx-d {
    min-width: 300px;
    min-height: 616px; }
  .c-ad-placement.arect-m {
    display: none; }
  .screening .c-ad-placement.abill, .screening .c-ad-placement.abill-d {
    max-width: 1000px; } }

.c-ad-placement__caption {
  display: none;
  font-size: 9px; }

.c-ad-placement.filled-ad .c-ad-placement__caption {
  text-align: center;
  line-height: 13px;
  color: #626B6F;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block; }

@media (min-width: 768px) {
  .c-ad-placement.filled-ad .c-ad-placement__caption {
    text-align: right;
    margin-top: 3px; } }

.c-ad-placement
iframe {
  margin: 0; }

.pending-ad:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-style: solid;
  border-width: 1px;
  border-image-source: url("data:image/svg+xml;charset=utf-8, %3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 80 80%27%3E%3Crect x=%271%27 y=%271%27 width=%2778%27 height=%2778%27 fill=%27transparent%27 stroke=%27rgb%28222,222,222%29%27 stroke-width=%271%27 /%3E%3C/svg%3E");
  border-image-slice: 50%;
  border-image-width: 20px; }

.pending-ad:after {
  content: 'REKLAMA';
  position: absolute;
  padding: 3px 5px;
  letter-spacing: 0.5px;
  border: 1px solid #dedede;
  border-radius: 5px;
  font-size: 10px;
  line-height: 0.9;
  color: #dedede;
  z-index: 0; }

.promo .pending-ad {
  min-height: auto; }

.promo .pending-ad:before, .promo .pending-ad:after {
  display: none; }

.promo .pending-ad, .promo .empty-ad {
  margin-top: 0;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .promo .c-article__body .pending-ad, .c-article__body .promo.empty-ad {
    margin: 0; } }

.c-typography {
  color: inherit; }

.c-typography--variant-h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700; }

.c-typography--variant-h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-typography--variant-h3 {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700; }

.c-typography--variant-h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700; }

.c-typography--variant-h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-typography--variant-lead1 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 300; }

.c-typography--variant-lead2 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 300; }

.c-typography--variant-body1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.36px; }

.c-typography--variant-body2 {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.18px;
  line-height: 24px; }

.c-typography--variant-body3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-typography--variant-body4 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 24px; }

.c-typography--variant-body5 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  line-height: 18px; }

.c-typography--variant-body6 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.21px;
  line-height: 22px; }

.c-typography--variant-body7 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.32px;
  line-height: 24px;
  font-style: italic; }

.c-typography--variant-subtitle1 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.84px;
  line-height: 16px; }

.c-typography--variant-subtitle2 {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.84px;
  line-height: 16px; }

.c-typography--variant-subtitle3 {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 13px;
  text-transform: uppercase; }

.c-typography--variant-subtitle4 {
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 16px;
  text-transform: uppercase; }

.c-typography--variant-subtitle5 {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 16px; }

.c-typography--variant-label1 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.7px; }

.c-typography--variant-label2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.28px; }

.c-typography--variant-label3 {
  font-size: 8px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase; }

.c-typography--variant-menu {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.32px; }

.c-avatar {
  border-radius: 50%;
  overflow: hidden; }

.c-avatar--size-small {
  width: 38px;
  height: 38px; }

.c-avatar--size-medium {
  width: 50px;
  height: 50px; }

.c-avatar--size-large {
  width: 68px;
  height: 68px; }

.c-icon {
  fill: currentColor;
  width: 100%;
  height: 100%; }

.c-icon--size-xxsmall {
  font-size: 7px;
  width: 1em;
  height: 1em; }

.c-icon--size-xsmall {
  font-size: 8px;
  width: 1em;
  height: 1em; }

.c-icon--size-small {
  font-size: 10px;
  width: 1em;
  height: 1em; }

.c-icon--size-medium {
  font-size: 16px;
  width: 1em;
  height: 1em; }

.c-icon--size-large {
  font-size: 25px;
  width: 1em;
  height: 1em; }

.c-icon--size-xlarge {
  font-size: 30px;
  width: 1em;
  height: 1em; }

.c-icon-button {
  display: inline-flex;
  border: none;
  background: none;
  cursor: pointer;
  background-color: inherit;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid transparent; }

.c-icon-button:focus {
  outline-offset: 1px;
  outline: 1px dotted #2c95ef; }

.c-icon-button__label {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit; }

.c-icon-button--size-xxsmall {
  padding: 4px; }

.c-icon-button--size-xsmall {
  padding: 5px; }

.c-icon-button--size-small {
  padding: 8px; }

.c-icon-button--size-medium {
  padding: 8px; }

.c-icon-button--size-large {
  padding: 12px; }

.c-icon-button--variant-default {
  border-color: transparent;
  color: var(--color2);
  background: linear-gradient(55deg, var(--color1), var(--color3)); }

.c-icon-button--variant-default:hover {
  border-color: var(--color1);
  color: var(--color1);
  background: var(--color2);
  box-shadow: 0 0 5px #d1d1d1; }

.c-icon-button--variant-default:active, .c-icon-button--variant-default:focus {
  box-shadow: 0 0 5px #d1d1d1; }

.c-icon-button--variant-text {
  padding: 0;
  border: 0;
  border-color: transparent;
  color: var(--color1); }

.c-icon-button--variant-text:focus {
  outline-offset: 7px; }

.c-icon-button--variant-contained {
  border-color: transparent;
  color: var(--color2);
  background: linear-gradient(55deg, var(--color1), var(--color3)); }

.c-icon-button--variant-contained:hover {
  border-color: var(--color1);
  color: var(--color1);
  background: var(--color2);
  box-shadow: 0 0 5px #d1d1d1; }

.c-icon-button--variant-contained:active, .c-icon-button--variant-contained:focus {
  box-shadow: 0 0 5px #d1d1d1; }

.c-icon-button--variant-outlined {
  border-color: var(--color1);
  color: var(--color1);
  background-color: var(--color2); }

.c-icon-button--variant-outlined:hover {
  border-color: transparent;
  color: var(--color2);
  background: linear-gradient(55deg, var(--color1), var(--color3));
  box-shadow: 0 0 5px #d1d1d1; }

.c-icon-button--variant-outlined:active, .c-icon-button--variant-outlined:focus {
  box-shadow: 0 0 5px #d1d1d1; }

.c-icon-button--color-default {
  --color1:#221f1f;
  --color2:#fff;
  --color3:#64b9eb; }

.c-icon-button--color-primary {
  --color1:#2c95ef;
  --color2:#fff;
  --color3:#64b9eb; }

.c-icon-button--color-secondary {
  --color1:#64b9eb;
  --color2:#fff;
  --color3:#64b9eb; }

.c-icon-button--color-tertiary {
  --color1:#ea6deb;
  --color2:#fff;
  --color3:#64b9eb; }

.c-icon-button--highlight-primary {
  --color1:#e5f4ff;
  --color2:#fff;
  --color3:#64b9eb; }

.c-facebook-share > * {
  --color1:#2c95ef;
  --color2:#fff;
  --color3:#64b9eb;
  border-color: transparent;
  color: var(--color2);
  background: linear-gradient(55deg, var(--color1), var(--color3)); }

.c-facebook-share > *:hover {
  border-color: var(--color1);
  color: var(--color1);
  background: var(--color2); }

.c-email-share > * {
  --color1:#2c95ef;
  --color2:#fff;
  --color3:#64b9eb;
  border-color: transparent;
  color: var(--color2);
  background: linear-gradient(55deg, var(--color1), var(--color3)); }

.c-email-share > *:hover {
  border-color: var(--color1);
  color: var(--color1);
  background: var(--color2); }

.c-messenger-share > * {
  --color1:#2c95ef;
  --color2:#fff;
  --color3:#64b9eb;
  border-color: transparent;
  color: var(--color2);
  background: linear-gradient(55deg, var(--color1), var(--color3)); }

.c-messenger-share > *:hover {
  border-color: var(--color1);
  color: var(--color1);
  background: var(--color2); }

.c-badge {
  height: 32px; }

.c-badge > svg {
  fill: currentColor; }

.c-label--variant-default {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
  color: inherit; }

.c-label--variant-primary {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
  color: #626B6F; }

.c-label--variant-secondary {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.84px;
  line-height: 1;
  color: #626B6F; }

.c-label--variant-tertiary {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.84px;
  line-height: 1;
  color: #221f1f; }

.c-label--variant-quaternary {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
  color: #626B6F; }

.c-label--variant-quinary {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
  color: #626B6F; }

.c-label:empty {
  margin-top: -10px; }

.c-button {
  border-radius: 10px;
  border: 1px solid transparent;
  color: #2c95ef;
  background: #fff;
  font-family: 'Mulish',sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
  cursor: pointer;
  width: 100%;
  display: inline-flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0;
  outline: none;
  text-decoration: none; }

.c-button--variant-text {
  color: #221f1f;
  background: #fff; }

.c-button--variant-contained {
  --color1:#2c95ef;
  --color2:#fff;
  --color3:#64b9eb;
  border-color: transparent;
  color: var(--color2);
  background: linear-gradient(83deg, var(--color1), var(--color3)); }

.c-button--variant-contained:not(:disabled):hover {
  border-color: var(--color1);
  color: var(--color1);
  background: var(--color2);
  box-shadow: 0 0 5px #626b6f; }

.c-button--variant-contained:not(:disabled):active, .c-button--variant-contained:not(:disabled):focus {
  border-color: transparent;
  color: var(--color2);
  background: linear-gradient(83deg, var(--color1), var(--color3));
  box-shadow: 0 0 5px #d1d1d1; }

.c-button--variant-contained:disabled {
  border-color: #d1d1d1;
  cursor: default;
  background: #d1d1d1; }

.c-button--variant-outlined {
  --color1:#2c95ef;
  --color2:#fff;
  --color3:#64b9eb;
  color: var(--color1);
  background: var(--color2);
  border-color: var(--color1); }

.c-button--variant-outlined:not(:disabled):hover {
  color: var(--color2);
  border-color: transparent;
  background: linear-gradient(83deg, var(--color1), var(--color3));
  box-shadow: 0 0 5px #d1d1d1; }

.c-button--variant-outlined:not(:disabled):active, .c-button--variant-outlined:not(:disabled):focus {
  color: var(--color1);
  background: var(--color2);
  border-color: var(--color1);
  box-shadow: 0 0 5px #d1d1d1; }

.c-button--variant-outlined:disabled {
  cursor: default;
  color: #d1d1d1;
  background-color: #fff;
  border-color: #d1d1d1; }

.c-button--size-xsmall {
  height: initial;
  min-height: 30px;
  padding: 0 5px;
  min-width: 30px; }

.c-button--size-xsmall .c-button__content {
  padding: 5px 0; }

.c-button--size-xsmall .c-button__icon {
  width: 16px;
  height: 16px; }

.c-button--size-small {
  height: initial;
  min-height: 30px;
  padding: 0 10px; }

.c-button--size-small .c-button__content {
  padding: 6px 0; }

.c-button--size-small .c-button__icon {
  width: 16px;
  height: 16px; }

.c-button--size-medium {
  height: initial;
  min-height: 44px;
  padding: 0 10px; }

.c-button--size-medium .c-button__content {
  padding: 13px 0px; }

.c-button--size-medium .c-button__icon {
  width: 16px;
  height: 16px; }

.c-button__icon {
  display: flex; }

.c-button__content {
  outline: none;
  height: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit; }

.c-button:focus {
  outline-offset: 1px;
  outline: 1px dotted #2c95ef; }

.c-image {
  position: relative;
  display: block; }

.c-image--placeholder {
  background-color: #d1d1d1; }

.c-image-11, .c-image-1_1 {
  padding-top: 100%; }

.c-image-11 .c-image__img, .c-image-1_1 .c-image__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.c-image-43, .c-image-4_3 {
  padding-top: 75%; }

.c-image-43 .c-image__img, .c-image-4_3 .c-image__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.c-image-34, .c-image-3_4 {
  padding-top: 133.33333%; }

.c-image-34 .c-image__img, .c-image-3_4 .c-image__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.c-image-169, .c-image-16_9 {
  padding-top: 56.25%; }

.c-image-169 .c-image__img, .c-image-16_9 .c-image__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.c-image-1X, .c-image-1_X {
  width: inherit; }

.c-image-1X .c-image__img, .c-image-1_X .c-image__img {
  width: 100%; }

.c-image-X1, .c-image-X_1 {
  height: inherit; }

.c-image__caption {
  font-size: 8px;
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 16px;
  text-transform: uppercase;
  background: #fff;
  writing-mode: vertical-rl;
  padding: 5px 1px 5px 2px;
  cursor: default;
  position: absolute;
  bottom: 0;
  right: 0; }

.c-image__img {
  height: 100%;
  width: auto;
  display: block;
  max-width: 100%; }

.c-article {
  position: relative; }

.c-article > *:last-child {
  margin-bottom: 0px; }

.c-article__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

@media (min-width: 768px) {
  .c-article__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700; } }

.c-article__overline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px; }

.c-article__overline > *:not(:first-child) {
  padding-left: 10px; }

.c-article__overline:empty {
  padding-bottom: 0; }

.c-article__content {
  padding-top: 0;
  margin-bottom: 15px; }

.c-article__content .c-article__overline {
  padding-top: 10px; }

.c-article__date {
  padding-top: 10px; }

.c-article__bar {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.c-article__bar > *:last-child {
  margin-left: auto; }

.c-article__info {
  position: relative;
  display: flex;
  align-items: flex-end; }

.c-article__info-avatar {
  padding-right: 10px; }

.c-article__info-text {
  display: flex; }

.c-article__info-text > *:not(:first-child):before {
  content: ','; }

.c-article__info-text > *:empty {
  display: none; }

.c-article__lead {
  padding-top: 10px;
  font-size: 22px;
  line-height: 29px;
  font-weight: 300; }

.c-article__lead
a {
  color: #221f1f;
  -webkit-text-decoration-color: #2c95ef;
  text-decoration-color: #2c95ef;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px; }

.c-article__lead a:hover, .c-article__lead a:focus {
  color: #2c95ef; }

.c-article__body {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

@media (min-width: 768px) {
  .c-article__body {
    margin-bottom: 35px; } }

.c-article__body > *:not(:last-child):not(.c-spacer):not(h1):not(h2):not(h3):not(h4):not(h5) {
  margin-bottom: 20px; }

.c-article__body-paragraph--variant-dropcap:first-letter {
  font-size: 80px;
  font-weight: 400;
  float: left;
  line-height: 52px;
  padding: 10px 25px; }

.c-article__body--completeness-fragmentary {
  overflow: hidden;
  height: auto;
  margin-bottom: 0;
  max-height: 540px;
  min-height: 375px; }

@media (min-width: 768px) {
  .c-article__body--completeness-fragmentary {
    height: 360px; } }

.c-article__body
iframe {
  width: 100%; }

.c-article__body .instagram-media {
  max-width: 100%;
  width: calc(100% - 4px);
  min-width: 100%; }

.c-article__body-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 auto 0 auto; }

@media (min-width: 768px) {
  .c-article__body-button {
    max-width: 290px; } }

.c-article__body .ecomm-wrapper {
  margin: 20px 0 45px; }

.c-article__psychotest, .c-article__quiz, .c-article__plebiscite, .c-article__gallery, .c-article__poll, .c-article__affiliate-description, .c-article__tags {
  margin-bottom: 20px; }

.c-article__tags {
  margin-top: 20px; }

.c-article__actions {
  display: flex; }

.c-article__action {
  padding-left: 10px; }

.c-article__action
button {
  margin: 0; }

.c-article__ad {
  display: flex;
  position: relative;
  z-index: 1200;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .c-article__ad {
    float: right; }
  .c-article__ad.ad_centered, .c-article__ad.centered {
    float: none;
    margin: 0 auto 20px; } }

.c-article__link {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1000; }

.c-article__link:hover {
  background: rgba(255, 255, 255, 0.3); }

.c-article__link:focus {
  background: rgba(255, 255, 255, 0.3);
  outline: 1px dotted #2c95ef; }

.c-article__button {
  z-index: 1000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto 0 auto; }

.c-article__button
a {
  text-decoration: none; }

@media (min-width: 768px) {
  .c-article__button {
    max-width: 290px;
    margin: 50px auto 0 auto; } }

.c-article__media {
  position: relative;
  margin: 0 -15px; }

@media (min-width: 768px) {
  .c-article__media {
    margin: 0 0 0 0; } }

.c-article__fade {
  width: 100%;
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: translateZ(0px);
  bottom: 0;
  height: 325px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%); }

.c-article__stamp {
  position: absolute;
  z-index: 10;
  left: 10px;
  bottom: 10px; }

.c-article__related {
  margin: 25px 0; }

.c-article__affiliate-description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  color: #221f1f; }

.c-article__affiliate-description
i {
  font-style: italic; }

.c-article .c-video {
  clear: both; }

.c-article .c-video__title, .c-article .c-video
h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px; }

.c-article__body div a:not(.ecomm-link):not(.c-button) {
  text-decoration: none;
  color: #221f1f; }

.c-article__body li a, .c-article__body p a:not(.ecomm-link), .c-article__body div:not([class^='c-']):not(.ecomm-widget) a:not([class^='c-']):not(.ecomm-link) {
  color: #221f1f;
  -webkit-text-decoration-color: #2c95ef;
  text-decoration-color: #2c95ef;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px; }

.c-article__body li a:hover, .c-article__body p a:not(.ecomm-link):hover, .c-article__body li a:not([href^='#']):focus, .c-article__body p a:not(.ecomm-link):focus, .c-article__body div:not([class^='c-']):not(.ecomm-widget) a:hover, .c-article__body div:not([class^='c-']):not(.ecomm-widget) a:focus {
  color: #2c95ef; }

.c-article__body li a:visited, .c-article__body p a:not(.ecomm-link):visited, .c-article__body div:not([class^='c-']):not(.ecomm-widget) a:visited {
  color: #626b6f; }

.c-article__body li a:active, .c-article__body p a:not(.ecomm-link):active, .c-article__body div:not([class^='c-']):not(.ecomm-widget) a:active {
  color: #2c95ef; }

.c-article__body h1, .c-article__body h2, .c-article__body h3, .c-article__body h4, .c-article__body
h5 {
  margin-bottom: 15px; }

.c-article__body h1:not(.c-video__title) a[href]:not([href^='#']), .c-article__body h2:not(.c-video__title) a[href]:not([href^='#']), .c-article__body h3:not(.c-video__title) a[href]:not([href^='#']), .c-article__body h4:not(.c-video__title) a[href]:not([href^='#']), .c-article__body h5:not(.c-video__title) a[href]:not([href^='#']) {
  color: #221f1f;
  -webkit-text-decoration-color: #2c95ef;
  text-decoration-color: #2c95ef;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px; }

.c-article__body h1:not(.c-video__title) a[href]:not([href^='#']):hover, .c-article__body h1:not(.c-video__title) a[href]:not([href^='#']):focus, .c-article__body h2:not(.c-video__title) a[href]:not([href^='#']):hover, .c-article__body h2:not(.c-video__title) a[href]:not([href^='#']):focus, .c-article__body h3:not(.c-video__title) a[href]:not([href^='#']):hover, .c-article__body h3:not(.c-video__title) a[href]:not([href^='#']):focus, .c-article__body h4:not(.c-video__title) a[href]:not([href^='#']):hover, .c-article__body h4:not(.c-video__title) a[href]:not([href^='#']):focus, .c-article__body h5:not(.c-video__title) a[href]:not([href^='#']):hover, .c-article__body h5:not(.c-video__title) a[href]:not([href^='#']):focus {
  color: #2c95ef; }

.c-article__body h1:not(.c-video__title) a[href]:not([href^='#']):visited, .c-article__body h2:not(.c-video__title) a[href]:not([href^='#']):visited, .c-article__body h3:not(.c-video__title) a[href]:not([href^='#']):visited, .c-article__body h4:not(.c-video__title) a[href]:not([href^='#']):visited, .c-article__body h5:not(.c-video__title) a[href]:not([href^='#']):visited {
  color: #626b6f; }

.c-article__body h1:not(.c-video__title) a[href]:not([href^='#']):active, .c-article__body h2:not(.c-video__title) a[href]:not([href^='#']):active, .c-article__body h3:not(.c-video__title) a[href]:not([href^='#']):active, .c-article__body h4:not(.c-video__title) a[href]:not([href^='#']):active, .c-article__body h5:not(.c-video__title) a[href]:not([href^='#']):active {
  color: #2c95ef; }

.c-article__body
p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  color: #221f1f; }

.c-article__body strong, .c-article__body
b {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 24px;
  font-weight: 600; }

.c-article__body em, .c-article__body
i {
  font-style: italic; }

.c-article__body ul:not(.flickity-page-dots) {
  list-style: disc;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  padding-left: 0; }

.c-article__body ul:not(.flickity-page-dots) li {
  padding-left: 0; }

.c-article__body ul:not(.flickity-page-dots) li:not(:first-child) {
  margin-top: 10px; }

.c-article__body ul:not(.flickity-page-dots) li::marker {
  color: #2c95ef;
  font-size: 16px; }

.c-article__body ol:not(.flickity-page-dots) {
  list-style: decimal;
  margin-left: 19px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  counter-reset: ol-counter; }

.c-article__body ol:not(.flickity-page-dots) li:not(:first-child) {
  margin-top: 10px; }

.c-article__body ol:not(.flickity-page-dots) li ol:not(.flickity-page-dots) {
  counter-reset: revert;
  margin-top: 10px; }

.c-article__body
iframe {
  max-width: 100%; }

.c-article__body
hr {
  height: 1px;
  border: 0;
  background-color: #ebebeb; }

.c-article__body .player-container {
  clear: both; }

.c-article__body
blockquote {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.32px;
  line-height: 24px;
  font-style: italic; }

.c-article__body blockquote > cite {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 13px;
  text-transform: uppercase;
  text-align: right;
  padding-top: 10px;
  display: block;
  font-style: normal; }

.c-article__body
h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 0; }

.c-article__body h1 strong, .c-article__body h1
b {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700; }

.c-article__body
h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-article__body h2 strong, .c-article__body h2
b {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-article__body
h3 {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700; }

.c-article__body h3 strong, .c-article__body h3
b {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700; }

.c-article__body
h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700; }

.c-article__body h4 strong, .c-article__body h4
b {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700; }

.c-article__body
h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-article__body h5 strong, .c-article__body h5
b {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-article__body
img {
  max-width: 100%; }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .c-article ul:not(.flickity-page-dots) {
      margin-left: 18px; }
    .c-article ul:not(.flickity-page-dots) li::marker {
      font-size: 14px; } } }

.c-gallery-picture:not(:first-child) {
  margin-top: 20px; }

.c-gallery-picture__header {
  display: flex;
  align-items: center;
  margin-top: 10px; }

.c-gallery-picture__header h2, .c-gallery-picture__header
h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 0; }

.c-gallery-picture__number {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  display: flex;
  line-height: 1;
  margin-right: 15px; }

.c-gallery-picture__number-current {
  padding-right: 5px; }

.c-gallery-picture__number-separator {
  padding-right: 5px; }

.c-gallery-picture__title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 0; }

.c-gallery-picture__description {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-gallery-picture__description div
a {
  text-decoration: none; }

.c-gallery-picture__description li a, .c-gallery-picture__description p a:not(.ecomm-link), .c-gallery-picture__description div:not([class^='c-']):not(.ecomm-widget) a:not([class^='c-']):not(.ecomm-link) {
  color: #221f1f;
  -webkit-text-decoration-color: #2c95ef;
  text-decoration-color: #2c95ef;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px; }

.c-gallery-picture__description li a:hover, .c-gallery-picture__description p a:hover, .c-gallery-picture__description li a:focus, .c-gallery-picture__description p a:focus, .c-gallery-picture__description div:not([class^='c-']) a:not([class^='c-']) a:hover, .c-gallery-picture__description div:not([class^='c-']) a:not([class^='c-']) a:focus {
  color: #2c95ef; }

.c-gallery-picture__description li a:visited, .c-gallery-picture__description p a:visited, .c-gallery-picture__description div:not([class^='c-']) a:not([class^='c-']) a:visited {
  color: #626b6f; }

.c-gallery-picture__description li a:active, .c-gallery-picture__description p a:active, .c-gallery-picture__description div:not([class^='c-']) a:not([class^='c-']) a:active {
  color: #2c95ef; }

.c-gallery-picture__description h1, .c-gallery-picture__description h2, .c-gallery-picture__description h3, .c-gallery-picture__description h4, .c-gallery-picture__description
h5 {
  margin-bottom: 15px; }

.c-gallery-picture__description h1:not(.c-video__title) a[href], .c-gallery-picture__description h2:not(.c-video__title) a[href], .c-gallery-picture__description h3:not(.c-video__title) a[href], .c-gallery-picture__description h4:not(.c-video__title) a[href], .c-gallery-picture__description h5:not(.c-video__title) a[href] {
  color: #221f1f;
  -webkit-text-decoration-color: #2c95ef;
  text-decoration-color: #2c95ef;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px; }

.c-gallery-picture__description h1:not(.c-video__title) a[href]:hover, .c-gallery-picture__description h1:not(.c-video__title) a[href]:focus, .c-gallery-picture__description h2:not(.c-video__title) a[href]:hover, .c-gallery-picture__description h2:not(.c-video__title) a[href]:focus, .c-gallery-picture__description h3:not(.c-video__title) a[href]:hover, .c-gallery-picture__description h3:not(.c-video__title) a[href]:focus, .c-gallery-picture__description h4:not(.c-video__title) a[href]:hover, .c-gallery-picture__description h4:not(.c-video__title) a[href]:focus, .c-gallery-picture__description h5:not(.c-video__title) a[href]:hover, .c-gallery-picture__description h5:not(.c-video__title) a[href]:focus {
  color: #2c95ef; }

.c-gallery-picture__description h1:not(.c-video__title) a[href]:visited, .c-gallery-picture__description h2:not(.c-video__title) a[href]:visited, .c-gallery-picture__description h3:not(.c-video__title) a[href]:visited, .c-gallery-picture__description h4:not(.c-video__title) a[href]:visited, .c-gallery-picture__description h5:not(.c-video__title) a[href]:visited {
  color: #626b6f; }

.c-gallery-picture__description h1:not(.c-video__title) a[href]:active, .c-gallery-picture__description h2:not(.c-video__title) a[href]:active, .c-gallery-picture__description h3:not(.c-video__title) a[href]:active, .c-gallery-picture__description h4:not(.c-video__title) a[href]:active, .c-gallery-picture__description h5:not(.c-video__title) a[href]:active {
  color: #2c95ef; }

.c-gallery-picture__description
p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  color: #221f1f; }

.c-gallery-picture__description strong, .c-gallery-picture__description
b {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 24px;
  font-weight: 500; }

.c-gallery-picture__description em, .c-gallery-picture__description
i {
  font-style: italic; }

.c-gallery-picture__description ul:not(.flickity-page-dots) {
  list-style: disc;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  padding-left: 0; }

.c-gallery-picture__description ul:not(.flickity-page-dots) li {
  padding-left: 0; }

.c-gallery-picture__description ul:not(.flickity-page-dots) li:not(:first-child) {
  margin-top: 10px; }

.c-gallery-picture__description ul:not(.flickity-page-dots) li::marker {
  color: #2c95ef;
  font-size: 16px; }

.c-gallery-picture__description ul:not(.flickity-page-dots) li ul, .c-gallery-picture__description ul:not(.flickity-page-dots) li
ol {
  margin-top: 10px; }

.c-gallery-picture__description ol:not(.flickity-page-dots) {
  list-style: decimal;
  margin-left: 19px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-gallery-picture__description ol:not(.flickity-page-dots) li:not(:first-child) {
  margin-top: 10px; }

.c-gallery-picture__description ol:not(.flickity-page-dots) li ol, .c-gallery-picture__description ol:not(.flickity-page-dots) li
ul {
  margin-top: 10px; }

.c-gallery-picture__description
iframe {
  max-width: 100%; }

.c-gallery-picture__description
blockquote {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.32px;
  line-height: 24px;
  font-style: italic; }

.c-gallery-picture__description blockquote > cite {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 13px;
  text-transform: uppercase;
  text-align: right;
  padding-top: 10px;
  display: block;
  font-style: normal; }

.c-gallery-picture__description
h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 0; }

.c-gallery-picture__description h1 strong, .c-gallery-picture__description h1
b {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700; }

.c-gallery-picture__description
h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-gallery-picture__description h2 strong, .c-gallery-picture__description h2
b {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-gallery-picture__description
h3 {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700; }

.c-gallery-picture__description h3 strong, .c-gallery-picture__description h3
b {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700; }

.c-gallery-picture__description
h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700; }

.c-gallery-picture__description h4 strong, .c-gallery-picture__description h4
b {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700; }

.c-gallery-picture__description
h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-gallery-picture__description h5 strong, .c-gallery-picture__description h5
b {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-gallery-picture__description
img {
  max-width: 100%; }

.c-gallery-picture__description
a {
  color: #221f1f;
  -webkit-text-decoration-color: #2c95ef;
  text-decoration-color: #2c95ef;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px; }

.c-gallery-picture__description a:hover, .c-gallery-picture__description a:focus {
  color: #2c95ef; }

.c-gallery-picture__description a:visited {
  color: #626b6f; }

.c-gallery-picture__description a:active {
  color: #2c95ef; }

.c-gallery-picture__description h1, .c-gallery-picture__description h2, .c-gallery-picture__description h3, .c-gallery-picture__description h4, .c-gallery-picture__description
h5 {
  margin-bottom: 15px; }

.c-gallery-picture__description
p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  color: #221f1f; }

.c-gallery-picture__description
strong {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 24px;
  font-weight: 500; }

.c-gallery-picture__description
blockquote {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.32px;
  line-height: 24px;
  font-style: italic; }

.c-gallery-picture__description blockquote > cite {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 13px;
  text-transform: uppercase;
  text-align: right;
  padding-top: 10px;
  display: block;
  font-style: normal; }

.c-gallery-picture__description
h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 0; }

.c-gallery-picture__description
h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-gallery-picture__description
h3 {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700; }

.c-gallery-picture__description
h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700; }

.c-gallery-picture__description
h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-gallery-picture__description > *:not(:last-child) {
  margin-bottom: 20px; }

.c-gallery-picture__image {
  margin: 0 -15px; }

@media (min-width: 768px) {
  .c-gallery-picture__image {
    margin: 0; } }

.c-teaser {
  position: relative;
  display: block;
  text-decoration: none;
  display: grid;
  align-items: center;
  grid-template-columns: var(--columns-template);
  gap: var(--row-gap) var(--column-gap);
  color: inherit;
  background-color: inherit; }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-title-line-clamp-1 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-title-line-clamp-2 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-title-line-clamp-3 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-title-line-clamp-4 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-title-line-clamp-5 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-title-line-clamp-6 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-lead-line-clamp-1 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-lead-line-clamp-2 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-lead-line-clamp-3 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-lead-line-clamp-4 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-lead-line-clamp-5 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-lead-line-clamp-6 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-ratio-1 {
    --columns-template:1fr; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-ratio-1-2 {
    --columns-template:1.4fr 2fr; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-ratio-1-1 {
    --columns-template:0.5fr 0.5fr; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-ratio-3-2 {
    --columns-template:0.6fr 0.4fr; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-ratio-2-1 {
    --columns-template:0.66666666666fr 0.33333333333fr; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-ratio-688-312 {
    --columns-template:0.688fr 0.312fr; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-column-gap-none {
    --column-gap:0; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-column-gap-xsmall {
    --column-gap:10px; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-column-gap-small {
    --column-gap:15px; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-column-gap-medium {
    --column-gap:30px; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-column-gap-large {
    --column-gap:60px; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-row-gap-none {
    --row-gap:0; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-row-gap-xsmall {
    --row-gap:10px; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-row-gap-small {
    --row-gap:15px; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-row-gap-medium {
    --row-gap:30px; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-row-gap-large {
    --row-gap:60px; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-size-xsmall .c-teaser__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700; }
  .c-teaser--responsive-xs-size-xsmall .c-teaser__lead {
    font-size: 22px;
    line-height: 29px;
    font-weight: 300; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-size-small .c-teaser__title {
    line-height: 22px;
    font-size: 18px;
    font-weight: 700; }
  .c-teaser--responsive-xs-size-small .c-teaser__lead {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 24px; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-size-medium .c-teaser__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700; }
  .c-teaser--responsive-xs-size-medium .c-teaser__lead {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.24px;
    line-height: 24px; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-size-large .c-teaser__title {
    line-height: 30px;
    font-size: 26px;
    font-weight: 700; }
  .c-teaser--responsive-xs-size-large .c-teaser__lead {
    font-size: 19px;
    line-height: 26px;
    font-weight: 300; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-size-xlarge .c-teaser__title {
    line-height: 44px;
    font-size: 40px;
    font-weight: 700; }
  .c-teaser--responsive-xs-size-xlarge .c-teaser__lead {
    font-size: 22px;
    line-height: 29px;
    font-weight: 300; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-variant-primary .c-teaser__media {
    order: 1; }
  .c-teaser--responsive-xs-variant-primary .c-teaser__content {
    order: 2; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-variant-secondary .c-teaser__media {
    order: 2; }
  .c-teaser--responsive-xs-variant-secondary .c-teaser__content {
    order: 1; }
  .c-teaser--responsive-xs-variant-secondary .c-teaser__overline {
    min-height: 0; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-alignment-center .c-teaser__overline {
    justify-content: center; }
  .c-teaser--responsive-xs-alignment-center .c-teaser__title {
    text-align: center; }
  .c-teaser--responsive-xs-alignment-center .c-teaser__lead {
    text-align: center; }
  .c-teaser--responsive-xs-alignment-center .c-teaser__underline {
    justify-content: center; } }

@media (min-width: 0px) {
  .c-teaser--responsive-xs-alignment-left .c-teaser__overline {
    justify-content: start; }
  .c-teaser--responsive-xs-alignment-left .c-teaser__title {
    text-align: left; }
  .c-teaser--responsive-xs-alignment-left .c-teaser__lead {
    text-align: left; }
  .c-teaser--responsive-xs-alignment-left .c-teaser__underline {
    justify-content: start; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-title-line-clamp-1 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-title-line-clamp-2 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-title-line-clamp-3 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-title-line-clamp-4 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-title-line-clamp-5 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-title-line-clamp-6 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-lead-line-clamp-1 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-lead-line-clamp-2 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-lead-line-clamp-3 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-lead-line-clamp-4 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-lead-line-clamp-5 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-lead-line-clamp-6 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-ratio-1 {
    --columns-template:1fr; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-ratio-1-2 {
    --columns-template:1.4fr 2fr; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-ratio-1-1 {
    --columns-template:0.5fr 0.5fr; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-ratio-3-2 {
    --columns-template:0.6fr 0.4fr; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-ratio-2-1 {
    --columns-template:0.66666666666fr 0.33333333333fr; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-ratio-688-312 {
    --columns-template:0.688fr 0.312fr; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-column-gap-none {
    --column-gap:0; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-column-gap-xsmall {
    --column-gap:10px; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-column-gap-small {
    --column-gap:15px; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-column-gap-medium {
    --column-gap:30px; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-column-gap-large {
    --column-gap:60px; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-row-gap-none {
    --row-gap:0; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-row-gap-xsmall {
    --row-gap:10px; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-row-gap-small {
    --row-gap:15px; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-row-gap-medium {
    --row-gap:30px; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-row-gap-large {
    --row-gap:60px; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-size-xsmall .c-teaser__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700; }
  .c-teaser--responsive-s-size-xsmall .c-teaser__lead {
    font-size: 22px;
    line-height: 29px;
    font-weight: 300; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-size-small .c-teaser__title {
    line-height: 22px;
    font-size: 18px;
    font-weight: 700; }
  .c-teaser--responsive-s-size-small .c-teaser__lead {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 24px; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-size-medium .c-teaser__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700; }
  .c-teaser--responsive-s-size-medium .c-teaser__lead {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.24px;
    line-height: 24px; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-size-large .c-teaser__title {
    line-height: 30px;
    font-size: 26px;
    font-weight: 700; }
  .c-teaser--responsive-s-size-large .c-teaser__lead {
    font-size: 19px;
    line-height: 26px;
    font-weight: 300; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-size-xlarge .c-teaser__title {
    line-height: 44px;
    font-size: 40px;
    font-weight: 700; }
  .c-teaser--responsive-s-size-xlarge .c-teaser__lead {
    font-size: 22px;
    line-height: 29px;
    font-weight: 300; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-variant-primary .c-teaser__media {
    order: 1; }
  .c-teaser--responsive-s-variant-primary .c-teaser__content {
    order: 2; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-variant-secondary .c-teaser__media {
    order: 2; }
  .c-teaser--responsive-s-variant-secondary .c-teaser__content {
    order: 1; }
  .c-teaser--responsive-s-variant-secondary .c-teaser__overline {
    min-height: 0; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-alignment-center .c-teaser__overline {
    justify-content: center; }
  .c-teaser--responsive-s-alignment-center .c-teaser__title {
    text-align: center; }
  .c-teaser--responsive-s-alignment-center .c-teaser__lead {
    text-align: center; }
  .c-teaser--responsive-s-alignment-center .c-teaser__underline {
    justify-content: center; } }

@media (min-width: 576px) {
  .c-teaser--responsive-s-alignment-left .c-teaser__overline {
    justify-content: start; }
  .c-teaser--responsive-s-alignment-left .c-teaser__title {
    text-align: left; }
  .c-teaser--responsive-s-alignment-left .c-teaser__lead {
    text-align: left; }
  .c-teaser--responsive-s-alignment-left .c-teaser__underline {
    justify-content: start; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-title-line-clamp-1 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-title-line-clamp-2 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-title-line-clamp-3 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-title-line-clamp-4 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-title-line-clamp-5 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-title-line-clamp-6 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-lead-line-clamp-1 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-lead-line-clamp-2 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-lead-line-clamp-3 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-lead-line-clamp-4 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-lead-line-clamp-5 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-lead-line-clamp-6 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-ratio-1 {
    --columns-template:1fr; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-ratio-1-2 {
    --columns-template:1.4fr 2fr; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-ratio-1-1 {
    --columns-template:0.5fr 0.5fr; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-ratio-3-2 {
    --columns-template:0.6fr 0.4fr; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-ratio-2-1 {
    --columns-template:0.66666666666fr 0.33333333333fr; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-ratio-688-312 {
    --columns-template:0.688fr 0.312fr; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-column-gap-none {
    --column-gap:0; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-column-gap-xsmall {
    --column-gap:10px; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-column-gap-small {
    --column-gap:15px; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-column-gap-medium {
    --column-gap:30px; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-column-gap-large {
    --column-gap:60px; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-row-gap-none {
    --row-gap:0; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-row-gap-xsmall {
    --row-gap:10px; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-row-gap-small {
    --row-gap:15px; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-row-gap-medium {
    --row-gap:30px; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-row-gap-large {
    --row-gap:60px; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-size-xsmall .c-teaser__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700; }
  .c-teaser--responsive-m-size-xsmall .c-teaser__lead {
    font-size: 22px;
    line-height: 29px;
    font-weight: 300; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-size-small .c-teaser__title {
    line-height: 22px;
    font-size: 18px;
    font-weight: 700; }
  .c-teaser--responsive-m-size-small .c-teaser__lead {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 24px; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-size-medium .c-teaser__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700; }
  .c-teaser--responsive-m-size-medium .c-teaser__lead {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.24px;
    line-height: 24px; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-size-large .c-teaser__title {
    line-height: 30px;
    font-size: 26px;
    font-weight: 700; }
  .c-teaser--responsive-m-size-large .c-teaser__lead {
    font-size: 19px;
    line-height: 26px;
    font-weight: 300; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-size-xlarge .c-teaser__title {
    line-height: 44px;
    font-size: 40px;
    font-weight: 700; }
  .c-teaser--responsive-m-size-xlarge .c-teaser__lead {
    font-size: 22px;
    line-height: 29px;
    font-weight: 300; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-variant-primary .c-teaser__media {
    order: 1; }
  .c-teaser--responsive-m-variant-primary .c-teaser__content {
    order: 2; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-variant-secondary .c-teaser__media {
    order: 2; }
  .c-teaser--responsive-m-variant-secondary .c-teaser__content {
    order: 1; }
  .c-teaser--responsive-m-variant-secondary .c-teaser__overline {
    min-height: 0; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-alignment-center .c-teaser__overline {
    justify-content: center; }
  .c-teaser--responsive-m-alignment-center .c-teaser__title {
    text-align: center; }
  .c-teaser--responsive-m-alignment-center .c-teaser__lead {
    text-align: center; }
  .c-teaser--responsive-m-alignment-center .c-teaser__underline {
    justify-content: center; } }

@media (min-width: 768px) {
  .c-teaser--responsive-m-alignment-left .c-teaser__overline {
    justify-content: start; }
  .c-teaser--responsive-m-alignment-left .c-teaser__title {
    text-align: left; }
  .c-teaser--responsive-m-alignment-left .c-teaser__lead {
    text-align: left; }
  .c-teaser--responsive-m-alignment-left .c-teaser__underline {
    justify-content: start; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-title-line-clamp-1 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-title-line-clamp-2 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-title-line-clamp-3 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-title-line-clamp-4 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-title-line-clamp-5 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-title-line-clamp-6 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-lead-line-clamp-1 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-lead-line-clamp-2 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-lead-line-clamp-3 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-lead-line-clamp-4 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-lead-line-clamp-5 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-lead-line-clamp-6 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-ratio-1 {
    --columns-template:1fr; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-ratio-1-2 {
    --columns-template:1.4fr 2fr; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-ratio-1-1 {
    --columns-template:0.5fr 0.5fr; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-ratio-3-2 {
    --columns-template:0.6fr 0.4fr; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-ratio-2-1 {
    --columns-template:0.66666666666fr 0.33333333333fr; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-ratio-688-312 {
    --columns-template:0.688fr 0.312fr; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-column-gap-none {
    --column-gap:0; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-column-gap-xsmall {
    --column-gap:10px; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-column-gap-small {
    --column-gap:15px; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-column-gap-medium {
    --column-gap:30px; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-column-gap-large {
    --column-gap:60px; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-row-gap-none {
    --row-gap:0; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-row-gap-xsmall {
    --row-gap:10px; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-row-gap-small {
    --row-gap:15px; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-row-gap-medium {
    --row-gap:30px; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-row-gap-large {
    --row-gap:60px; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-size-xsmall .c-teaser__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700; }
  .c-teaser--responsive-l-size-xsmall .c-teaser__lead {
    font-size: 22px;
    line-height: 29px;
    font-weight: 300; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-size-small .c-teaser__title {
    line-height: 22px;
    font-size: 18px;
    font-weight: 700; }
  .c-teaser--responsive-l-size-small .c-teaser__lead {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 24px; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-size-medium .c-teaser__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700; }
  .c-teaser--responsive-l-size-medium .c-teaser__lead {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.24px;
    line-height: 24px; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-size-large .c-teaser__title {
    line-height: 30px;
    font-size: 26px;
    font-weight: 700; }
  .c-teaser--responsive-l-size-large .c-teaser__lead {
    font-size: 19px;
    line-height: 26px;
    font-weight: 300; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-size-xlarge .c-teaser__title {
    line-height: 44px;
    font-size: 40px;
    font-weight: 700; }
  .c-teaser--responsive-l-size-xlarge .c-teaser__lead {
    font-size: 22px;
    line-height: 29px;
    font-weight: 300; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-variant-primary .c-teaser__media {
    order: 1; }
  .c-teaser--responsive-l-variant-primary .c-teaser__content {
    order: 2; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-variant-secondary .c-teaser__media {
    order: 2; }
  .c-teaser--responsive-l-variant-secondary .c-teaser__content {
    order: 1; }
  .c-teaser--responsive-l-variant-secondary .c-teaser__overline {
    min-height: 0; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-alignment-center .c-teaser__overline {
    justify-content: center; }
  .c-teaser--responsive-l-alignment-center .c-teaser__title {
    text-align: center; }
  .c-teaser--responsive-l-alignment-center .c-teaser__lead {
    text-align: center; }
  .c-teaser--responsive-l-alignment-center .c-teaser__underline {
    justify-content: center; } }

@media (min-width: 1000px) {
  .c-teaser--responsive-l-alignment-left .c-teaser__overline {
    justify-content: start; }
  .c-teaser--responsive-l-alignment-left .c-teaser__title {
    text-align: left; }
  .c-teaser--responsive-l-alignment-left .c-teaser__lead {
    text-align: left; }
  .c-teaser--responsive-l-alignment-left .c-teaser__underline {
    justify-content: start; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-title-line-clamp-1 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-title-line-clamp-2 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-title-line-clamp-3 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-title-line-clamp-4 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-title-line-clamp-5 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-title-line-clamp-6 .c-teaser__title {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-lead-line-clamp-1 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-lead-line-clamp-2 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-lead-line-clamp-3 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-lead-line-clamp-4 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-lead-line-clamp-5 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-lead-line-clamp-6 .c-teaser__lead {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-ratio-1 {
    --columns-template:1fr; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-ratio-1-2 {
    --columns-template:1.4fr 2fr; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-ratio-1-1 {
    --columns-template:0.5fr 0.5fr; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-ratio-3-2 {
    --columns-template:0.6fr 0.4fr; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-ratio-2-1 {
    --columns-template:0.66666666666fr 0.33333333333fr; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-ratio-688-312 {
    --columns-template:0.688fr 0.312fr; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-column-gap-none {
    --column-gap:0; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-column-gap-xsmall {
    --column-gap:10px; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-column-gap-small {
    --column-gap:15px; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-column-gap-medium {
    --column-gap:30px; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-column-gap-large {
    --column-gap:60px; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-row-gap-none {
    --row-gap:0; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-row-gap-xsmall {
    --row-gap:10px; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-row-gap-small {
    --row-gap:15px; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-row-gap-medium {
    --row-gap:30px; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-row-gap-large {
    --row-gap:60px; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-size-xsmall .c-teaser__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700; }
  .c-teaser--responsive-xl-size-xsmall .c-teaser__lead {
    font-size: 22px;
    line-height: 29px;
    font-weight: 300; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-size-small .c-teaser__title {
    line-height: 22px;
    font-size: 18px;
    font-weight: 700; }
  .c-teaser--responsive-xl-size-small .c-teaser__lead {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 24px; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-size-medium .c-teaser__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700; }
  .c-teaser--responsive-xl-size-medium .c-teaser__lead {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.24px;
    line-height: 24px; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-size-large .c-teaser__title {
    line-height: 30px;
    font-size: 26px;
    font-weight: 700; }
  .c-teaser--responsive-xl-size-large .c-teaser__lead {
    font-size: 19px;
    line-height: 26px;
    font-weight: 300; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-size-xlarge .c-teaser__title {
    line-height: 44px;
    font-size: 40px;
    font-weight: 700; }
  .c-teaser--responsive-xl-size-xlarge .c-teaser__lead {
    font-size: 22px;
    line-height: 29px;
    font-weight: 300; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-variant-primary .c-teaser__media {
    order: 1; }
  .c-teaser--responsive-xl-variant-primary .c-teaser__content {
    order: 2; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-variant-secondary .c-teaser__media {
    order: 2; }
  .c-teaser--responsive-xl-variant-secondary .c-teaser__content {
    order: 1; }
  .c-teaser--responsive-xl-variant-secondary .c-teaser__overline {
    min-height: 0; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-alignment-center .c-teaser__overline {
    justify-content: center; }
  .c-teaser--responsive-xl-alignment-center .c-teaser__title {
    text-align: center; }
  .c-teaser--responsive-xl-alignment-center .c-teaser__lead {
    text-align: center; }
  .c-teaser--responsive-xl-alignment-center .c-teaser__underline {
    justify-content: center; } }

@media (min-width: 1200px) {
  .c-teaser--responsive-xl-alignment-left .c-teaser__overline {
    justify-content: start; }
  .c-teaser--responsive-xl-alignment-left .c-teaser__title {
    text-align: left; }
  .c-teaser--responsive-xl-alignment-left .c-teaser__lead {
    text-align: left; }
  .c-teaser--responsive-xl-alignment-left .c-teaser__underline {
    justify-content: start; } }

.c-teaser__overline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  margin-bottom: 10px; }

.c-teaser__overline > *:not(:last-child) {
  padding-right: 10px; }

.c-teaser__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px; }

.c-teaser__tags > *:not(:last-child) {
  padding-right: 10px; }

.c-teaser__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word; }

.c-teaser__lead {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.c-teaser__underline {
  margin-top: 10px;
  display: flex;
  row-gap: 10px; }

.c-teaser__media {
  position: relative;
  overflow: hidden; }

.c-teaser:focus .c-teaser__image, .c-teaser:focus .c-teaser__content, .c-teaser:hover .c-teaser__image, .c-teaser:hover .c-teaser__content {
  opacity: 0.7; }

.c-teaser__stamp {
  position: absolute;
  z-index: 10;
  left: 5px;
  bottom: 5px; }

.c-teaser__stamp--spacing-medium {
  left: 10px;
  bottom: 10px; }

.c-teaser__video {
  position: relative;
  z-index: 1100; }

.c-teaser--highlight-primary .c-teaser__media {
  margin: 0 -15px; }

@media (min-width: 768px) {
  .c-teaser--highlight-primary .c-teaser__media {
    margin: 0; } }

.c-teaser__link {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1000;
  color: inherit;
  background-color: inherit; }

.c-navigation {
  overflow: hidden;
  height: 100%;
  display: flex;
  margin-top: 0; }

.c-navigation__items {
  width: 100%;
  height: 100%;
  display: flex; }

.c-navigation__name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px; }

.c-navigation__back {
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center; }

.c-navigation__label {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-navigation__body {
  display: flex;
  align-items: center;
  height: 100%; }

.c-navigation__subitems {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
  transform: translateX(100%); }

.c-navigation__subitems--status-in {
  transform: translateX(0%); }

.c-navigation__subitems--status-out {
  transform: translateX(100%); }

.c-navigation--multiline {
  overflow: visible;
  matgin-top: 0; }

.c-navigation--multiline .c-navigation__items {
  row-gap: 20px;
  flex-wrap: wrap; }

.c-navigation--alignment-center .c-navigation__items {
  justify-content: center;
  text-align: center; }

.c-navigation--alignment-center .c-navigation__body {
  justify-content: center; }

.c-navigation__items {
  flex-direction: row;
  align-items: center; }

.c-navigation__items > * {
  flex: 0 0 auto; }

.c-navigation__item {
  padding-right: 20px; }

.c-navigation__icon {
  padding-left: 10px;
  display: flex;
  align-items: center;
  cursor: pointer; }

.c-grid-1 {
  width: 100%; }

.c-grid-1__more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 25px auto 0 auto; }

@media (min-width: 768px) {
  .c-grid-1__more {
    max-width: 290px;
    margin: 30px auto 0 auto; } }

@media (min-width: 0px) {
  .c-grid-1--responsive-xs--limit-5 .c-grid-1__item:nth-child(n) {
    display: block; }
  .c-grid-1--responsive-xs--limit-5 .c-grid-1__item:nth-child(n+6) {
    display: none; }
  .c-grid-1--responsive-xs--limit-5 .c-grid-1__more {
    display: block; } }

@media (min-width: 0px) {
  .c-grid-1--responsive-xs--limit-9 .c-grid-1__item:nth-child(n) {
    display: block; }
  .c-grid-1--responsive-xs--limit-9 .c-grid-1__item:nth-child(n+10) {
    display: none; }
  .c-grid-1--responsive-xs--limit-9 .c-grid-1__more {
    display: block; } }

@media (min-width: 0px) {
  .c-grid-1--responsive-xs--limit-none .c-grid-1__item {
    display: block; }
  .c-grid-1--responsive-xs--limit-none .c-grid-1__more {
    display: none; } }

@media (min-width: 576px) {
  .c-grid-1--responsive-s--limit-5 .c-grid-1__item:nth-child(n) {
    display: block; }
  .c-grid-1--responsive-s--limit-5 .c-grid-1__item:nth-child(n+6) {
    display: none; }
  .c-grid-1--responsive-s--limit-5 .c-grid-1__more {
    display: block; } }

@media (min-width: 576px) {
  .c-grid-1--responsive-s--limit-9 .c-grid-1__item:nth-child(n) {
    display: block; }
  .c-grid-1--responsive-s--limit-9 .c-grid-1__item:nth-child(n+10) {
    display: none; }
  .c-grid-1--responsive-s--limit-9 .c-grid-1__more {
    display: block; } }

@media (min-width: 576px) {
  .c-grid-1--responsive-s--limit-none .c-grid-1__item {
    display: block; }
  .c-grid-1--responsive-s--limit-none .c-grid-1__more {
    display: none; } }

@media (min-width: 768px) {
  .c-grid-1--responsive-m--limit-5 .c-grid-1__item:nth-child(n) {
    display: block; }
  .c-grid-1--responsive-m--limit-5 .c-grid-1__item:nth-child(n+6) {
    display: none; }
  .c-grid-1--responsive-m--limit-5 .c-grid-1__more {
    display: block; } }

@media (min-width: 768px) {
  .c-grid-1--responsive-m--limit-9 .c-grid-1__item:nth-child(n) {
    display: block; }
  .c-grid-1--responsive-m--limit-9 .c-grid-1__item:nth-child(n+10) {
    display: none; }
  .c-grid-1--responsive-m--limit-9 .c-grid-1__more {
    display: block; } }

@media (min-width: 768px) {
  .c-grid-1--responsive-m--limit-none .c-grid-1__item {
    display: block; }
  .c-grid-1--responsive-m--limit-none .c-grid-1__more {
    display: none; } }

@media (min-width: 1000px) {
  .c-grid-1--responsive-l--limit-5 .c-grid-1__item:nth-child(n) {
    display: block; }
  .c-grid-1--responsive-l--limit-5 .c-grid-1__item:nth-child(n+6) {
    display: none; }
  .c-grid-1--responsive-l--limit-5 .c-grid-1__more {
    display: block; } }

@media (min-width: 1000px) {
  .c-grid-1--responsive-l--limit-9 .c-grid-1__item:nth-child(n) {
    display: block; }
  .c-grid-1--responsive-l--limit-9 .c-grid-1__item:nth-child(n+10) {
    display: none; }
  .c-grid-1--responsive-l--limit-9 .c-grid-1__more {
    display: block; } }

@media (min-width: 1000px) {
  .c-grid-1--responsive-l--limit-none .c-grid-1__item {
    display: block; }
  .c-grid-1--responsive-l--limit-none .c-grid-1__more {
    display: none; } }

@media (min-width: 1200px) {
  .c-grid-1--responsive-xl--limit-5 .c-grid-1__item:nth-child(n) {
    display: block; }
  .c-grid-1--responsive-xl--limit-5 .c-grid-1__item:nth-child(n+6) {
    display: none; }
  .c-grid-1--responsive-xl--limit-5 .c-grid-1__more {
    display: block; } }

@media (min-width: 1200px) {
  .c-grid-1--responsive-xl--limit-9 .c-grid-1__item:nth-child(n) {
    display: block; }
  .c-grid-1--responsive-xl--limit-9 .c-grid-1__item:nth-child(n+10) {
    display: none; }
  .c-grid-1--responsive-xl--limit-9 .c-grid-1__more {
    display: block; } }

@media (min-width: 1200px) {
  .c-grid-1--responsive-xl--limit-none .c-grid-1__item {
    display: block; }
  .c-grid-1--responsive-xl--limit-none .c-grid-1__more {
    display: none; } }

.c-grid-1__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-grid-1__header {
  display: grid;
  align-items: flex-end;
  margin-bottom: 15px;
  justify-content: space-between;
  grid-auto-flow: column;
  -moz-column-gap: 20px;
  column-gap: 20px; }

.c-grid-1__items {
  display: grid;
  gap: var(--row-gap) var(--column-gap); }

@media (min-width: 0px) {
  .c-grid-1__items {
    --column-gap:30px;
    --row-gap:30px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'one one' 'two three' 'four five'; }
  .c-grid-1__item:nth-child(1) {
    grid-area: one; }
  .c-grid-1__item:nth-child(2) {
    grid-area: two; }
  .c-grid-1__item:nth-child(3) {
    grid-area: three; }
  .c-grid-1__item:nth-child(4) {
    grid-area: four; }
  .c-grid-1__item:nth-child(5) {
    grid-area: five; } }

@media (min-width: 768px) {
  .c-grid-1__items {
    --column-gap:60px;
    --row-gap:30px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto 1fr;
    grid-template-areas: 'one one two three' 'one one four five'; }
  .c-grid-1__item:nth-child(1) {
    grid-area: one; }
  .c-grid-1__item:nth-child(2) {
    grid-area: two; }
  .c-grid-1__item:nth-child(3) {
    grid-area: three; }
  .c-grid-1__item:nth-child(4) {
    grid-area: four; }
  .c-grid-1__item:nth-child(5) {
    grid-area: five; } }

.c-grid-2 {
  width: 100%; }

.c-grid-2__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-grid-2__items {
  display: grid;
  gap: var(--row-gap) var(--column-gap); }

@media (min-width: 0px) {
  .c-grid-2__items {
    --column-gap:30px;
    --row-gap:30px;
    grid-template-columns: 1fr; } }

@media (min-width: 768px) {
  .c-grid-2__items {
    --column-gap:60px;
    --row-gap:30px;
    grid-template-columns: 0.5fr 0.5fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: 'one two' 'one three' 'one four'; }
  .c-grid-2__item:nth-child(1) {
    grid-area: one; }
  .c-grid-2__item:nth-child(2) {
    grid-area: two; }
  .c-grid-2__item:nth-child(3) {
    grid-area: three; }
  .c-grid-2__item:nth-child(4) {
    grid-area: four; } }

.c-grid-4__header {
  display: flex;
  row-gap: 10px;
  margin-bottom: 20px; }

.c-grid-4__items {
  display: grid;
  gap: var(--row-gap) var(--column-gap);
  --column-gap:30px;
  --row-gap:30px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: 'item-1 item-1' 'item-2 item-2' 'item-3 item-3'; }

.c-grid-4__items > *:nth-child(1) {
  grid-area: item-1; }

.c-grid-4__items > *:nth-child(2) {
  grid-area: item-2; }

.c-grid-4__items > *:nth-child(3) {
  grid-area: item-3;
  align-self: start; }

@media (min-width: 768px) {
  .c-grid-4__items {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    --column-gap:60px;
    --row-gap:30px;
    grid-template-areas: 'item-1 item-1 item-1 item-3' 'item-1 item-1 item-1 item-3' 'item-2 item-2 item-2 item-2'; } }

.c-grid-5 {
  width: 100%; }

.c-grid-5__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-grid-5__items {
  display: grid;
  gap: var(--row-gap) var(--column-gap); }

@media (min-width: 0px) {
  .c-grid-5__items {
    --column-gap:30px;
    --row-gap:30px;
    grid-template-columns: 1fr; } }

@media (min-width: 768px) {
  .c-grid-5__items {
    --column-gap:60px;
    --row-gap:30px;
    grid-template-columns: 0.5fr 0.5fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: 'one two' 'one three' 'one four'; }
  .c-grid-5__item:nth-child(1) {
    grid-area: one; }
  .c-grid-5__item:nth-child(2) {
    grid-area: two; }
  .c-grid-5__item:nth-child(3) {
    grid-area: three; }
  .c-grid-5__item:nth-child(4) {
    grid-area: four; } }

.c-grid-6 {
  width: 100%; }

.c-grid-6__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-grid-6__items {
  display: grid;
  gap: var(--row-gap) var(--column-gap);
  --column-gap:30px;
  --row-gap:30px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: 'one one' 'two three'; }

.c-grid-6__item:nth-child(1) {
  grid-area: one; }

.c-grid-6__item:nth-child(2) {
  grid-area: two; }

.c-grid-6__item:nth-child(3) {
  grid-area: three; }

@media (min-width: 768px) {
  .c-grid-6__items {
    --column-gap:60px;
    --row-gap:30px;
    grid-template-columns: 0.7fr 0.3fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: 'one two' 'one three'; } }

.c-grid-edt7 {
  width: 100%;
  display: grid;
  -moz-column-gap: 90px;
  column-gap: 90px;
  row-gap: 30px;
  justify-content: center;
  align-items: center; }

.c-grid-edt7__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-grid-edt7__lead {
  font-size: 19px;
  line-height: 26px;
  font-weight: 300; }

.c-grid-edt7__logo {
  display: flex; }

.c-grid-edt7__header {
  display: flex;
  row-gap: 20px;
  flex-direction: column; }

.c-grid-edt7__items {
  display: grid;
  gap: var(--row-gap) var(--column-gap); }

@media (min-width: 0px) {
  .c-grid-edt7 {
    grid-template-columns: 1fr; }
  .c-grid-edt7__items {
    --column-gap:30px;
    --row-gap:30px;
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 768px) {
  .c-grid-edt7 {
    grid-template-columns: 0.5fr 0.5fr; }
  .c-grid-edt7__items {
    --column-gap:60px;
    --row-gap:30px; } }

.c-grid-uet4 {
  width: 100%; }

.c-grid-uet4__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-grid-uet4__items {
  display: grid;
  gap: var(--row-gap) var(--column-gap); }

@media (min-width: 0px) {
  .c-grid-uet4__items {
    --column-gap:30px;
    --row-gap:30px;
    grid-template-columns: 1fr; } }

@media (min-width: 768px) {
  .c-grid-uet4__items {
    --column-gap:60px;
    --row-gap:30px;
    grid-template-columns: 0.5fr 0.5fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: 'one two' 'one three' 'one four'; }
  .c-grid-uet4__item:nth-child(1) {
    grid-area: one; }
  .c-grid-uet4__item:nth-child(2) {
    grid-area: two; }
  .c-grid-uet4__item:nth-child(3) {
    grid-area: three; }
  .c-grid-uet4__item:nth-child(4) {
    grid-area: four; } }

.c-list-6 {
  position: relative;
  width: 100%; }

.c-list-6__title {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-list-6__title:empty {
  padding-bottom: 0; }

.c-list-6--size-large .c-list-6__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-list-6__content {
  position: relative;
  width: 100%;
  display: flex;
  padding: 0 10px;
  margin: 0;
  box-shadow: 0 0 5px #d1d1d1;
  align-items: center;
  display: grid;
  --row-gap:0;
  --column-gap:15px;
  gap: var(--row-gap) var(--column-gap);
  grid-template-columns: repeat(12, 1fr); }

.c-list-6__subtitle {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.18px;
  line-height: 24px; }

.c-list-6__item {
  position: relative;
  padding: 10px 2px 10px 0; }

.c-list-6__item:not(:last-child)::after {
  content: '';
  display: block;
  border-right: 1px dotted #d1d1d1;
  position: absolute;
  top: 0px;
  right: -15px;
  height: 100%; }

.c-list-6__items {
  grid-column: 1 / 13;
  width: 100%;
  padding: 0; }

.c-list-6__items:is(:first-child) {
  grid-column: 1 / 13; }

@media (min-width: 768px) {
  .c-list-6__items {
    grid-column: 2 / 13; } }

.c-list-6__items .c-slider__next {
  right: 0; }

.c-list-6__image {
  grid-column: 1;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px; }

@media (min-width: 768px) {
  .c-list-6__image {
    display: flex; } }

.c-list-6__image > * {
  width: inherit; }

.c-list-6__image > * > * {
  width: inherit;
  -o-object-fit: contain;
  object-fit: contain; }

.c-mosaic {
  width: 100%;
  position: relative; }

.c-mosaic__title {
  padding-bottom: 15px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-mosaic__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 20px auto 30px auto; }

@media (min-width: 768px) {
  .c-mosaic__button {
    max-width: 290px;
    margin: 15px auto 30px auto; } }

.c-mosaic__items {
  display: grid;
  gap: var(--row-gap) var(--column-gap);
  grid-auto-columns: 1fr;
  --row-gap:30px;
  --column-gap:60px; }

@media (max-width: 768px) {
  .c-mosaic__items {
    --column-gap:30px; } }

@media (max-width: 768px) {
  .c-mosaic {
    grid-auto-columns: 1fr; }
  .c-mosaic__item:nth-child(1) {
    grid-column: 1 / 3; }
  .c-mosaic__item:nth-child(2) {
    grid-column: 1 / 2; }
  .c-mosaic__item:nth-child(3) {
    grid-column: 2 / 3; }
  .c-mosaic__item:nth-child(4) {
    grid-column: 1 / 3; }
  .c-mosaic__item:nth-child(n+5) {
    display: none; }
  .c-mosaic__item:nth-child(n+13) {
    display: block; } }

@media (min-width: 768px) {
  .c-mosaic__item:nth-child(1) {
    grid-column: 2 / 4;
    grid-row: 1 / 7; }
  .c-mosaic__item:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 7 / 12; }
  .c-mosaic__item:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 7 / 12; }
  .c-mosaic__item:nth-child(4) {
    grid-column: 2 / 4;
    grid-row: 12 / 18; }
  .c-mosaic__item:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 1 / 6; }
  .c-mosaic__item:nth-child(6) {
    grid-column: 1 / 2;
    grid-row: 6 / 10; }
  .c-mosaic__item:nth-child(7) {
    grid-column: 1 / 2;
    grid-row: 10 / 15; }
  .c-mosaic__item:nth-child(8) {
    grid-column: 1 / 2;
    grid-row: 15 / 18; }
  .c-mosaic__item:nth-child(9) {
    grid-column: 4 / 4;
    grid-row: 1 / 6; }
  .c-mosaic__item:nth-child(10) {
    grid-column: 4 / 4;
    grid-row: 6 / 10; }
  .c-mosaic__item:nth-child(11) {
    grid-column: 4 / 4;
    grid-row: 10 / 15; }
  .c-mosaic__item:nth-child(12) {
    grid-column: 4 / 4;
    grid-row: 15 / 18; } }

.c-footer {
  width: 100%;
  padding-bottom: 20px; }

.c-footer--alignment-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center; }

.c-footer--alignment-center .c-footer__menu:last-of-type:before {
  margin: 25px auto; }

.c-footer--alignment-center .c-footer__menus {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center; }

.c-footer__menu {
  width: 100%; }

.c-footer__menu:last-of-type {
  max-width: 560px; }

.c-footer__menu:not(:first-of-type):last-of-type:before {
  content: ' ';
  background-color: #d1d1d1;
  height: 1px;
  max-width: 818px;
  margin: 25px auto;
  display: block; }

.c-footer__copyright {
  margin-top: 25px;
  max-width: 560px;
  width: 100%; }

.c-footer__title {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase; }

.c-footer__content {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.21px;
  line-height: 22px; }

.c-header {
  display: flex;
  align-items: center;
  padding: 0px 0 10px 0; }

.c-header__logo {
  display: flex;
  flex-grow: 1;
  display: flex;
  padding: 0 5px; }

@media (min-width: 576px) {
  .c-header__logo {
    padding: 0; } }

.c-header__partner-1, .c-header__partner-2 {
  text-decoration: none;
  padding: 0; }

@media (min-width: 768px) {
  .c-header__partner-1, .c-header__partner-2 {
    max-height: 69px; } }

.c-header--alignment-center + * {
  display: flex;
  justify-content: center; }

.c-header--alignment-center .c-header__logo {
  justify-content: center;
  order: 2; }

.c-header--alignment-center .c-header__partner-1 {
  order: 1; }

.c-header--alignment-center .c-header__partner-2 {
  order: 3; }

.c-logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: inherit; }

.c-logo__image {
  margin: auto;
  height: inherit; }

.c-logo__image > * {
  height: inherit; }

.c-logo__image > * > * {
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain; }

.c-logo--variant-primary .c-logo__image {
  height: 35px; }

.c-logo--variant-primary .c-logo__image .c-logo__img {
  height: 35px; }

@media (min-width: 576px) {
  .c-logo--variant-primary .c-logo__image {
    height: 35px; }
  .c-logo--variant-primary .c-logo__image .c-logo__img {
    height: 35px; } }

@media (min-width: 768px) {
  .c-logo--variant-primary .c-logo__image {
    height: 48px; }
  .c-logo--variant-primary .c-logo__image .c-logo__img {
    height: 48px; } }

.c-logo--variant-secondary .c-logo__image {
  height: 35px; }

.c-logo--variant-secondary .c-logo__image .c-logo__img {
  height: 35px; }

@media (min-width: 576px) {
  .c-logo--variant-secondary .c-logo__image {
    height: 35px; }
  .c-logo--variant-secondary .c-logo__image .c-logo__img {
    height: 35px; } }

@media (min-width: 768px) {
  .c-logo--variant-secondary .c-logo__image {
    height: 57px; }
  .c-logo--variant-secondary .c-logo__image .c-logo__img {
    height: 57px; } }

.c-logo--variant-tertiary .c-logo__image {
  height: 30px; }

.c-logo--variant-tertiary .c-logo__image .c-logo__img {
  height: 30px; }

@media (min-width: 576px) {
  .c-logo--variant-tertiary .c-logo__image .c-logo__img {
    height: 30px; } }

@media (min-width: 768px) {
  .c-logo--variant-tertiary .c-logo__image {
    height: 30px; }
  .c-logo--variant-tertiary .c-logo__image .c-logo__img {
    height: 30px; } }

.c-logo--variant-quaternary .c-logo__image {
  height: 50px; }

.c-logo--variant-quaternary .c-logo__image .c-logo__img {
  height: 50px; }

@media (min-width: 576px) {
  .c-logo--variant-quaternary .c-logo__image {
    height: 50px; }
  .c-logo--variant-quaternary .c-logo__image .c-logo__img {
    height: 50px; } }

@media (min-width: 768px) {
  .c-logo--variant-quaternary .c-logo__image {
    height: 50px; }
  .c-logo--variant-quaternary .c-logo__image .c-logo__img {
    height: 50px; } }

.c-logo--variant-quinary .c-logo__image {
  height: 40px; }

.c-logo--variant-quinary .c-logo__image .c-logo__img {
  height: 40px; }

@media (min-width: 576px) {
  .c-logo--variant-quinary .c-logo__image {
    height: 40px; }
  .c-logo--variant-quinary .c-logo__image .c-logo__img {
    height: 40px; } }

@media (min-width: 768px) {
  .c-logo--variant-quinary .c-logo__image {
    height: 40px; }
  .c-logo--variant-quinary .c-logo__image .c-logo__img {
    height: 40px; } }

.c-logo--variant-senary .c-logo__image {
  height: 57px; }

.c-logo--variant-senary .c-logo__image .c-logo__img {
  height: 40px; }

@media (min-width: 576px) {
  .c-logo--variant-senary .c-logo__image {
    height: 57px; } }

@media (min-width: 768px) {
  .c-logo--variant-senary .c-logo__image {
    height: 57px; } }

.c-logo--variant-septenary .c-logo__image {
  height: 30px; }

.c-logo--variant-septenary .c-logo__image .c-logo__img {
  height: 30px; }

@media (min-width: 576px) {
  .c-logo--variant-septenary .c-logo__image {
    height: 35px; }
  .c-logo--variant-septenary .c-logo__image .c-logo__img {
    height: 35px; } }

@media (min-width: 768px) {
  .c-logo--variant-septenary .c-logo__image {
    height: 57px; }
  .c-logo--variant-septenary .c-logo__image .c-logo__img {
    height: 57px; } }

.c-logo--variant-tool .c-logo__image {
  height: 40px; }

.c-logo--variant-tool .c-logo__image .c-logo__img {
  height: 40px; }

.c-logo__link {
  display: inline-block; }

.c-logo__link:hover {
  opacity: 0.7; }

.c-logo__link:focus {
  opacity: 0.7;
  outline: 1px dotted #2c95ef; }

.c-logo__caption {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #626B6F;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1;
  margin-top: 5px;
  text-align: center; }

.c-accordion {
  width: 100%; }

@media (min-width: 768px) {
  .c-accordion {
    margin: 0 auto; } }

.c-accordion-item {
  cursor: pointer;
  border: 1px solid #d1d1d1;
  padding: 25px 30px;
  background: #fff;
  border-radius: 10px;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }

.c-accordion-item:not(:last-child) {
  margin-bottom: 15px; }

.c-accordion-item__header {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding-right: 60px;
  position: relative; }

.c-accordion-item__header:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #2c95ef;
  border-right: 3px solid #2c95ef;
  position: absolute;
  right: 0;
  top: 5px;
  transform: rotate(135deg);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }

.c-accordion-item__body {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 24px;
  display: none; }

.c-accordion-item--active .c-accordion-item__header:after {
  transform: rotate(-45deg); }

.c-accordion-item--active .c-accordion-item__body {
  display: block; }

.c-quotation {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  position: relative; }

.c-quotation--alignment-center {
  align-items: center;
  text-align: center; }

.c-quotation--alignment-center .c-quotation__label {
  text-align: center; }

.c-quotation--alignment-left {
  align-items: center;
  text-align: left; }

.c-quotation--alignment-left .c-quotation__label {
  text-align: left; }

.c-quotation--variant-tertiary {
  flex-direction: row;
  margin: 15px 0 20px;
  padding: 20px 0;
  border-top: 1px solid #2c95ef;
  border-bottom: 1px solid #2c95ef; }

.c-quotation--variant-tertiary .c-quotation__content {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-quotation--variant-tertiary .c-quotation__label {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 13px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 5px;
  padding-top: 5px; }

.c-quotation--variant-tertiary .c-quotation__info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }

.c-quotation--variant-tertiary .c-quotation__avatar, .c-quotation--variant-tertiary .c-quotation__icon {
  margin-bottom: 0;
  margin-right: 10px; }

.c-quotation__content {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-quotation__label {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 13px;
  text-transform: uppercase;
  text-align: right;
  padding-top: 10px; }

.c-quotation__avatar, .c-quotation__icon {
  margin-bottom: 10px; }

.c-quotation__info {
  position: relative; }

.c-quotation__link {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 10; }

.c-quotation__link:hover {
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer; }

.c-quotation__link:focus {
  background-color: rgba(255, 255, 255, 0.3);
  outline: 1px dotted #2c95ef; }

.c-comments__caption {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
  background-color: #2c95ef;
  color: #fff;
  padding: 8px 10px;
  display: inline-block; }

.c-comments__header {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin: 15px 0; }

.c-comments__content {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  margin: 15px 0; }

.c-comments__title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin: 25px 0; }

.c-comments__list {
  display: none; }

.c-comments__skeleton > * {
  margin-top: 10px; }

.c-comments__toogle-button {
  width: 100%; }

@media (min-width: 576px) {
  .c-comments__toogle-button {
    max-width: 292px; } }

.c-stamp--size-small {
  width: 70px; }

.c-stamp--size-medium {
  width: 120px; }

.c-feature {
  text-align: center; }

.c-feature__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

@media (min-width: 768px) {
  .c-feature__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700; } }

.c-feature__subtitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-features {
  --columns:3;
  text-align: center; }

.c-features__title {
  padding-bottom: 15px;
  font-size: 23px;
  line-height: 29px;
  font-weight: 700; }

.c-features__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 25px auto 0 auto; }

@media (min-width: 768px) {
  .c-features__button {
    max-width: 290px;
    margin: 50px auto 0 auto; } }

.c-features__items {
  display: grid;
  gap: var(--row-gap) var(--column-gap); }

@media (max-width: 768px) {
  .c-features__items {
    --row-gap:10px;
    --column-gap:0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr); } }

@media (min-width: 768px) {
  .c-features__items {
    --row-gap:30px;
    --column-gap:60px;
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr); } }

.c-checkbox {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 0 0 content;
  --color:#2c95ef;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#d1d1d1;
  --border-size:1px; }

.c-checkbox__control {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center; }

input[type='checkbox']:hover:not(:disabled) + .c-checkbox__control {
  --color:#2c95ef;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#2c95ef;
  --color-border:#2c95ef;
  --border-size:1px; }

input[type='checkbox']:hover:not(:disabled) + .c-checkbox__control > .c-checkbox__icon {
  border: var(--border-size) solid var(--color-border);
  box-shadow: 0 0 5px var(--color-shadow); }

.c-checkbox__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  min-height: 22px;
  border: var(--border-size) solid var(--color-border);
  color: var(--color);
  background-color: var(--color-background); }

.c-checkbox__content {
  flex-grow: 1;
  color: var(--color-content);
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  line-height: 18px; }

.c-checkbox input[type='checkbox'] {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  left: 0;
  top: 0;
  opacity: 0; }

input[type='checkbox'] + .c-checkbox__control > .c-checkbox__icon > * {
  display: none; }

input[type='checkbox']:checked + .c-checkbox__control > .c-checkbox__icon > * {
  display: block; }

input[type='checkbox']:checked + .c-checkbox__control {
  --color:#2c95ef;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#2c95ef;
  --border-size:1px; }

input[type='checkbox']:focus + .c-checkbox__control {
  outline: 1px dotted #2c95ef;
  --color:#2c95ef;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#d1d1d1;
  --border-size:1px; }

input[type='checkbox']:focus + .c-checkbox__control > .c-checkbox__icon {
  box-shadow: 0 0 5px var(--color-shadow); }

input[type='checkbox']:disabled + .c-checkbox__control {
  pointer-events: none; }

input[type='checkbox']:disabled + .c-checkbox__control {
  --color:#d1d1d1;
  --color-background:#f5f5f5;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#d1d1d1;
  --border-size:1px; }

.c-checkbox--error {
  --color:#f73a16;
  --color-background:#fff;
  --color-content:#f73a16;
  --color-message:#f73a16;
  --color-shadow:#d1d1d1;
  --color-border:#f73a16;
  --border-size:1px; }

input[type='checkbox']:disabled + .c-checkbox--error label.c-checkbox__control {
  --color:#f73a16;
  --color-background:#fff;
  --color-content:#f73a16;
  --color-message:#f73a16;
  --color-shadow:#d1d1d1;
  --color-border:#f73a16;
  --border-size:1px; }

.c-checkbox--error label input[type='checkbox']:checked + .c-checkbox__control {
  --color:#f73a16;
  --color-background:#fff;
  --color-content:#f73a16;
  --color-message:#f73a16;
  --color-shadow:#d1d1d1;
  --color-border:#f73a16;
  --border-size:1px; }

.c-checkbox--error label input[type='checkbox']:focus + .c-checkbox__control {
  --color:#f73a16;
  --color-background:#fff;
  --color-content:#f73a16;
  --color-message:#f73a16;
  --color-shadow:#d1d1d1;
  --color-border:#f73a16;
  --border-size:1px; }

.c-checkbox--error label input[type='checkbox']:hover + .c-checkbox__control {
  --color:#f73a16;
  --color-background:#fff;
  --color-content:#f73a16;
  --color-message:#f73a16;
  --color-shadow:#d1d1d1;
  --color-border:#f73a16;
  --border-size:1px; }

.c-checkbox__message {
  color: var(--color-message);
  margin-top: 2px;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 16px; }

.c-age-verification {
  text-align: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff; }

.c-age-verification.is-opened {
  z-index: 1400;
  opacity: 1;
  visibility: visible; }

@media (min-width: 1000px) {
  .c-age-verification {
    padding: 30px; } }

.c-age-verification__logo {
  height: 25px;
  display: block;
  margin: auto; }

@media (min-width: 1000px) {
  .c-age-verification__logo {
    height: 31px; } }

.c-age-verification__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

.c-age-verification__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

@media (min-width: 768px) {
  .c-age-verification__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700; } }

.c-age-verification__form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.c-age-verification__buttons {
  display: flex;
  margin-top: 50px;
  justify-content: center;
  flex-wrap: wrap; }

@media (min-width: 768px) {
  .c-age-verification__buttons {
    flex-wrap: nowrap; } }

.c-age-verification__button {
  width: 280px;
  margin: 30px auto 0px auto;
  display: block;
  height: auto; }

@media (min-width: 768px) {
  .c-age-verification__button {
    margin: 25px 30px 0 0; } }

.c-age-verification__remember-me {
  margin-top: 30px; }

.c-skeleton {
  box-shadow: none;
  opacity: 0.7;
  background: #d1d1d1;
  background-clip: padding-box;
  cursor: default;
  color: transparent;
  animation: 1.5s ease-in-out 0.5s infinite pulse; }

@keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

.c-skeleton--variant-auto {
  width: 100%;
  height: 100%; }

.c-skeleton--variant-h1 {
  margin: 10px 0; }

.c-skeleton--variant-h1:after {
  content: ' ';
  white-space: pre-wrap;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700; }

.c-skeleton--variant-h2:after {
  content: ' ';
  white-space: pre-wrap;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-skeleton--variant-h3 {
  margin: 10px 0; }

.c-skeleton--variant-h3:after {
  content: ' ';
  white-space: pre-wrap;
  font-size: 23px;
  line-height: 29px;
  font-weight: 700; }

.c-skeleton--variant-h4:after {
  content: ' ';
  white-space: pre-wrap;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700; }

.c-skeleton--variant-h5:after {
  content: ' ';
  white-space: pre-wrap;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-skeleton--variant-label1 {
  width: 100px; }

.c-skeleton--variant-label1:after {
  content: ' ';
  white-space: pre-wrap;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.7px; }

.c-skeleton--variant-43, .c-skeleton--variant-4_3 {
  padding-top: 75%; }

.c-skeleton--variant-34, .c-skeleton--variant-3_4 {
  padding-top: 133.33333%; }

.c-skeleton--variant-169, .c-skeleton--variant-16_9 {
  padding-top: 56.25%; }

.c-skeleton--variant-11, .c-skeleton--variant-1_1 {
  padding-top: 100%; }

.c-social {
  width: 100%; }

@media (min-width: 768px) {
  .c-social {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.c-social__button {
  display: block;
  text-decoration: none;
  min-width: 100%;
  margin: 20px 0 0 0; }

@media (min-width: 576px) {
  .c-social__button {
    min-width: 260px; } }

@media (min-width: 768px) {
  .c-social__button {
    margin: 0; } }

@media (min-width: 768px) {
  .c-social__content {
    padding-right: 20px; } }

.c-social__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-social__lead {
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
  margin-top: 20px; }

@media (min-width: 768px) {
  .c-social__lead {
    margin-top: 15px; } }

.c-app-bar {
  color: inherit;
  background-color: inherit;
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  display: flex;
  background: inherit;
  align-items: center; }

.c-navigation-item {
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

.c-navigation-item--status-active .c-navigation-item__text {
  color: #2c95ef;
  border-bottom-color: #2c95ef; }

.c-navigation-item__content {
  flex-grow: 1; }

.c-navigation-item__text {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.32px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  display: inline-flex; }

.c-navigation-item__icon {
  display: flex;
  align-items: center;
  margin-left: 10px;
  color: #2c95ef; }

.c-navigation-item:hover .c-navigation-item__text {
  color: #2c95ef;
  border-bottom-color: #2c95ef; }

.c-navigation-item:focus {
  outline: 1px dotted #2c95ef; }

.c-navigation-item:focus .c-navigation-item__text {
  color: #2c95ef;
  border-bottom-color: #2c95ef; }

.c-navigation-item--variant-secondary .c-navigation-item__text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: inherit; }

.c-navigation-item:focus {
  outline: 1px dotted #2c95ef; }

.c-navigation-item:focus .c-navigation-item__text {
  color: #2c95ef;
  border-bottom-color: #2c95ef; }

.c-drawer {
  visibility: hidden;
  color: #221f1f; }

.c-drawer__overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1300;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  background-color: #221f1f;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px; }

.c-drawer__close {
  color: #2c95ef;
  position: absolute;
  top: 0;
  right: 0; }

.c-drawer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
  overflow: auto;
  z-index: 1300;
  transition: transform 0.4s;
  will-change: transform;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16); }

.c-drawer__content {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 2px; }

.c-drawer--anchor-left .c-drawer__wrapper {
  max-width: 288px;
  left: 0;
  right: auto;
  transform: translateX(-100%); }

.c-drawer--anchor-right .c-drawer__wrapper {
  max-width: 288px;
  left: auto;
  right: 0;
  transform: translateX(100%); }

.c-drawer--anchor-top .c-drawer__wrapper {
  max-width: 100%;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  height: auto;
  transform: translateY(-100%); }

.c-drawer--anchor-bottom .c-drawer__wrapper {
  max-width: 100%;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
  transform: translateY(100%); }

.c-drawer--status-in {
  visibility: visible; }

.c-drawer--status-in .c-drawer__wrapper {
  transform: translateX(0%); }

.c-drawer--status-in .c-drawer__overlay {
  visibility: visible;
  opacity: 0.3; }

.c-menu-button {
  display: flex;
  margin-right: 20px;
  width: 20px;
  flex-shrink: 0; }

.c-menu-button button:hover, .c-menu-button button:focus {
  color: #2c95ef; }

.c-social-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column; }

.c-social-menu__name {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.84px;
  line-height: 16px;
  margin-bottom: 10px; }

.c-social-menu__items {
  display: flex; }

.c-social-menu__item:not(:last-child) {
  margin-right: 20px; }

.c-paper {
  padding: 20px; }

.c-paper--color-default {
  background-color: #fff;
  color: #221f1f; }

.c-paper--color-primary {
  background-color: #2c95ef;
  color: #fff; }

.c-paper--color-lighten {
  background-color: #f5f5f5;
  color: #000; }

.c-excerpt {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  padding-left: 15px;
  box-shadow: -3px 0px 0px #2c95ef;
  padding-bottom: 0; }

.c-table, .c-article__body table:not(.c-calendar__table) {
  width: 100%;
  border-spacing: 0;
  overflow: hidden;
  --color-header-background:#2c95ef;
  --color-data-background:#ebebeb;
  --color-hover-background:rgba(235, 235, 235, 0.5);
  --color-highlight-primary:#2c95ef;
  --color-highlight-secondary:#ea6deb;
  --color-highlight-tertiary:#e5f4ff;
  --color-highlight-quaternary:#ffe6ff;
  --color-header-text:#221f1f;
  --color-data-text:#fff;
  --border-width:1px;
  --border-style:solid;
  --border-color:#fff; }

.c-table thead th, .c-article__body table:not(.c-calendar__table) thead
th {
  background-color: var(--color-header-background);
  color: var(--color-data-text); }

.c-table thead tr:hover, .c-article__body table:not(.c-calendar__table) thead tr:hover {
  background-color: var(--color-header-background); }

.c-table tbody td, .c-article__body table:not(.c-calendar__table) tbody td, .c-table tbody th, .c-article__body table:not(.c-calendar__table) tbody
th {
  background-color: var(--color-data-background); }

.c-table tbody td.c-table__highlight-none, .c-article__body table:not(.c-calendar__table) tbody td.c-table__highlight-none, .c-table tbody th.c-table__highlight-none, .c-article__body table:not(.c-calendar__table) tbody th.c-table__highlight-none {
  background-color: transparent; }

.c-table tbody td.c-table__highlight-primary, .c-article__body table:not(.c-calendar__table) tbody td.c-table__highlight-primary, .c-table tbody th.c-table__highlight-primary, .c-article__body table:not(.c-calendar__table) tbody th.c-table__highlight-primary {
  background-color: var(--color-highlight-primary); }

.c-table tbody td.c-table__highlight-secondary, .c-article__body table:not(.c-calendar__table) tbody td.c-table__highlight-secondary, .c-table tbody th.c-table__highlight-secondary, .c-article__body table:not(.c-calendar__table) tbody th.c-table__highlight-secondary {
  background-color: var(--color-highlight-secondary); }

.c-table tbody td.c-table__highlight-tertiary, .c-article__body table:not(.c-calendar__table) tbody td.c-table__highlight-tertiary, .c-table tbody th.c-table__highlight-tertiary, .c-article__body table:not(.c-calendar__table) tbody th.c-table__highlight-tertiary {
  background-color: var(--color-highlight-tertiary); }

.c-table tbody td.c-table__highlight-quaternary, .c-article__body table:not(.c-calendar__table) tbody td.c-table__highlight-quaternary, .c-table tbody th.c-table__highlight-quaternary, .c-article__body table:not(.c-calendar__table) tbody th.c-table__highlight-quaternary {
  background-color: var(--color-highlight-quaternary); }

.c-table td, .c-article__body table:not(.c-calendar__table) td, .c-table th, .c-article__body table:not(.c-calendar__table) th {
  text-align: center;
  color: var(--color-header-text);
  border-width: var(--border-width);
  border-style: var(--border-style);
  border-color: var(--border-color);
  padding: 10px;
  min-width: 40px;
  position: relative;
  vertical-align: middle; }

.c-table td p, .c-article__body table:not(.c-calendar__table) td p, .c-table th p, .c-article__body table:not(.c-calendar__table) th
p {
  color: var(--color-header-text); }

.c-table th, .c-article__body table:not(.c-calendar__table) th {
  line-height: normal; }

.c-table td, .c-article__body table:not(.c-calendar__table) td {
  line-height: normal; }

.c-table--border-none th, .c-table--border-none
td {
  --border-width:0; }

.c-table--hover-primary tbody tr:hover td, .c-table--hover-primary tbody tr:hover
th {
  background-color: var(--color-hover-background); }

.c-table--variant-calendar {
  --color-header-background:#f5f5f5;
  --color-highlight-start:#f73a16;
  --color-highlight-ovulation:#2c95ef;
  --color-highlight-fertile:#e5f4ff;
  --color-highlight-infertile:#fff;
  --color-highlight-other-month:#626b6f;
  --color-data-background:#fff;
  --color-hover-background:rgba(235, 235, 235, 0.5);
  --color-header-text:#221f1f;
  --color-data-text:#221f1f;
  --border-width:5px;
  --border-style:solid;
  --border-color:#f5f5f5; }

.c-table--variant-calendar thead
th {
  background-color: var(--color-header-background);
  max-width: 0;
  padding-top: 4px;
  padding-bottom: 4px; }

.c-table--variant-calendar tbody td, .c-table--variant-calendar tbody
th {
  background-color: var(--color-data-background); }

.c-table--variant-calendar tbody td.c-table--highlight-none, .c-table--variant-calendar tbody th.c-table--highlight-none {
  background-color: transparent; }

.c-table--variant-calendar tbody td.c-table--highlight-start, .c-table--variant-calendar tbody th.c-table--highlight-start {
  background-color: var(--color-highlight-start); }

.c-table--variant-calendar tbody td.c-table--highlight-fertile, .c-table--variant-calendar tbody th.c-table--highlight-fertile {
  background-color: var(--color-highlight-fertile); }

.c-table--variant-calendar tbody td.c-table--highlight-ovulation, .c-table--variant-calendar tbody th.c-table--highlight-ovulation {
  background-color: var(--color-highlight-ovulation); }

.c-table tr:first-child td, .c-article__body table:not(.c-calendar__table) tr:first-child
td {
  border-top: none; }

.c-table tr:last-child td, .c-article__body table:not(.c-calendar__table) tr:last-child
td {
  border-bottom: none; }

.c-table tr td:first-child, .c-article__body table:not(.c-calendar__table) tr td:first-child {
  border-left: none; }

.c-table tr td:last-child, .c-article__body table:not(.c-calendar__table) tr td:last-child {
  border-right: none; }

.c-table a:not(.ecomm-link):not(.c-button):not([class^='c-']), .c-article__body table:not(.c-calendar__table) a:not(.ecomm-link):not(.c-button):not([class^='c-']) {
  color: #221f1f;
  -webkit-text-decoration-color: #2c95ef;
  text-decoration-color: #2c95ef;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px; }

.c-table a:not(.ecomm-link):not(.c-button):not([class^='c-']):hover, .c-article__body table:not(.c-calendar__table) a:not(.ecomm-link):not(.c-button):not([class^='c-']):hover, .c-table a:not(.ecomm-link):not(.c-button):not([class^='c-']):focus, .c-article__body table:not(.c-calendar__table) a:not(.ecomm-link):not(.c-button):not([class^='c-']):focus {
  color: #2c95ef; }

.c-table a:not(.ecomm-link):not(.c-button):not([class^='c-']):visited, .c-article__body table:not(.c-calendar__table) a:not(.ecomm-link):not(.c-button):not([class^='c-']):visited {
  color: #626b6f; }

.c-table a:not(.ecomm-link):not(.c-button):not([class^='c-']):active, .c-article__body table:not(.c-calendar__table) a:not(.ecomm-link):not(.c-button):not([class^='c-']):active {
  color: #2c95ef; }

@-moz-document url-prefix() {
  .active .c-table th, .active .c-article__body table:not(.c-calendar__table) th, .c-article__body .active table:not(.c-calendar__table) th, .active .c-table td, .active .c-article__body table:not(.c-calendar__table) td, .c-article__body .active table:not(.c-calendar__table) td {
    text-indent: -1px; }
  @media screen and (min--moz-device-pixel-ratio: 2) {
    .active .c-table th, .active .c-article__body table:not(.c-calendar__table) th, .c-article__body .active table:not(.c-calendar__table) th, .active .c-table td, .active .c-article__body table:not(.c-calendar__table) td, .c-article__body .active table:not(.c-calendar__table) td {
      text-indent: 0; } }
  .c-table th, .c-article__body table:not(.c-calendar__table) th, .c-table td, .c-article__body table:not(.c-calendar__table) td {
    text-indent: 0; } }

.c-story {
  position: relative; }

.c-story__media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(#2c95ef, #fff);
  background-clip: padding-box;
  padding: 3px; }

.c-story__label {
  text-align: center;
  justify-content: center;
  display: flex; }

.c-story__label .c-label {
  margin-top: 10px; }

.c-story__label .c-label:empty {
  margin-top: 0; }

.c-story__stamp {
  z-index: 10;
  top: 8px;
  right: 8px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden; }

.c-story__inner {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.c-story__inner:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  overflow: hidden;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0% rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%) 0% 0% no-repeat padding-box; }

.c-story__inner .c-image {
  border-radius: 10px; }

.c-story__inner .c-image__img {
  border-radius: 8px; }

.c-story__content {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(77deg, #2c95ef, #64b9eb);
  padding: 6px 4px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 0 0 7px 7px;
  overflow: hidden; }

.c-story__title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal; }

.c-story__lead {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.c-story__link {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 10; }

.c-story__link:hover, .c-story__link:focus {
  background-color: rgba(255, 255, 255, 0.3); }

.c-story__link:hover {
  cursor: pointer; }

.c-faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%; }

.c-faq--alignment-center .c-faq__title, .c-faq--alignment-center .c-faq__subtitle, .c-faq--alignment-center .c-faq__lead {
  text-align: center; }

.c-faq__title {
  max-width: 470px;
  padding-bottom: 15px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-faq__lead {
  max-width: 470px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-faq__items {
  max-width: 470px;
  width: 100%; }

.c-faq__links {
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-bottom: 30px; }

.c-listNews {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 0;
  display: grid; }

@media (min-width: 768px) {
  .c-listNews {
    padding: 10px 0; } }

.c-listNews__title, .c-listNews h2, .c-listNews h3, .c-listNews
h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 10px; }

.c-listNews__content {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-listNews__content::before {
  content: '\2022';
  color: #2c95ef;
  font-weight: bold;
  display: inline-block;
  margin-left: 0;
  margin-right: 10px; }

.c-listNews__content:not(:first-child) {
  margin-top: 10px; }

.c-listNews__content:not(:last-child) {
  margin-bottom: 10px; }

.c-listNews--variant-primary .c-listNews__content > a {
  color: #221f1f;
  -webkit-text-decoration-color: #2c95ef;
  text-decoration-color: #2c95ef;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px; }

.c-listNews--variant-primary .c-listNews__content > a:hover {
  color: #2c95ef; }

.c-listNews--variant-primary .c-listNews__content > a:focus {
  color: #2c95ef;
  outline: 1px dotted #2c95ef; }

.c-listNews--variant-primary .c-listNews__content > a:visited {
  color: #626b6f; }

.c-listNews--variant-primary .c-listNews__content > a:active {
  color: #2c95ef; }

.c-listNews--variant-secondary .c-listNews__content {
  display: flex; }

.c-listNews--variant-secondary .c-listNews__content::before {
  flex: 0 0 15px; }

.c-listNews--variant-secondary .c-listNews__content > a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #221f1f;
  text-decoration: none; }

.c-listNews--variant-secondary .c-listNews__content > a:hover {
  color: #2c95ef; }

.c-listNews--variant-secondary .c-listNews__content > a:focus {
  color: #2c95ef;
  outline: 1px dotted #2c95ef; }

.c-listNews--variant-secondary .c-listNews__content > a:visited {
  color: #626b6f; }

.c-listNews--variant-secondary .c-listNews__content > a:active {
  color: #2c95ef; }

.c-card {
  background: inherit;
  position: relative;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }

.c-card--variant-primary {
  padding: 15px;
  box-shadow: 0 0 5px #d1d1d1; }

.c-card--variant-primary .c-card__name {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.36px; }

.c-card--variant-primary .c-card__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-card--variant-secondary {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  line-height: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 60px; }

.c-card--variant-secondary .c-card__media {
  flex-basis: 60px;
  flex-shrink: 0; }

.c-card--variant-secondary .c-card__content {
  padding-top: 0px;
  padding-left: 10px; }

.c-card__content {
  padding-top: 15px;
  display: flex;
  flex-direction: column; }

.c-card__button {
  padding-top: 20px;
  flex-grow: 1;
  display: flex;
  align-items: flex-end; }

.c-card__overline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 32px; }

.c-card__overline > *:not(:first-child) {
  padding-left: 10px; }

.c-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.c-card__underline {
  margin-top: 15px;
  display: flex; }

.c-card__media {
  position: relative; }

.c-card__link {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 10; }

.c-card__link:hover {
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer; }

.c-card__link:focus {
  background-color: rgba(255, 255, 255, 0.3);
  outline: 1px dotted #2c95ef; }

.c-card__stamp {
  position: absolute;
  z-index: 10;
  left: 5px;
  bottom: 5px; }

.c-card__header {
  margin-bottom: 20px;
  display: flex; }

.c-card__icon {
  margin-right: 20px;
  color: #2c95ef;
  display: flex; }

.c-icon-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.c-icon-link:hover, .c-icon-link:focus {
  opacity: 0.7; }

.c-icon-link[href=''] {
  pointer-events: none; }

.c-icon-link--condition-active {
  display: flex; }

.c-icon-link--condition-inactive {
  display: none; }

.c-icon-link__label {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 13px;
  text-transform: uppercase;
  white-space: nowrap; }

.c-icon-link__button {
  pointer-events: none;
  padding-left: 10px;
  display: flex; }

.c-icon-link__button > * {
  --color1:#2c95ef;
  --color2:#fff;
  --color3:#64b9eb;
  border-color: transparent;
  color: var(--color2);
  background: linear-gradient(55deg, var(--color1), var(--color3)); }

.c-menu {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.c-menu__items {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2px; }

.c-menu__name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding: 10px 0; }

.c-menu__subitems {
  margin: -10px 0px;
  padding-left: 30px;
  display: flex;
  flex-direction: column; }

.c-menu__item {
  text-decoration: none;
  color: inherit;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.32px;
  display: inline-flex;
  padding: 10px 0; }

.c-menu__item:focus > .c-menu__text, .c-menu__item:focus > .c-menu__link > .c-menu__text {
  color: #221f1f;
  -webkit-text-decoration-color: #2c95ef;
  text-decoration-color: #2c95ef;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  color: #2c95ef; }

.c-menu__item:hover > .c-menu__label, .c-menu__item:focus > .c-menu__label {
  color: #221f1f;
  -webkit-text-decoration-color: #2c95ef;
  text-decoration-color: #2c95ef;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  color: #2c95ef; }

.c-menu__link {
  display: flex;
  width: 100%;
  align-items: center; }

.c-menu__link:hover {
  color: #221f1f;
  -webkit-text-decoration-color: #2c95ef;
  text-decoration-color: #2c95ef;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px; }

.c-menu__link:hover .c-menu__text {
  color: #221f1f;
  -webkit-text-decoration-color: #2c95ef;
  text-decoration-color: #2c95ef;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  color: #2c95ef; }

.c-menu__text {
  display: flex;
  align-items: center; }

.c-menu__text:hover, .c-menu__text:focus {
  color: #221f1f;
  -webkit-text-decoration-color: #2c95ef;
  text-decoration-color: #2c95ef;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  color: #2c95ef; }

.c-menu__start-icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #2c95ef; }

.c-menu__end-icon {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  margin-left: 10px;
  color: #2c95ef; }

.c-menu__back-icon {
  flex-grow: 1;
  justify-content: flex-start;
  display: inline-flex;
  align-items: left;
  margin-right: 5px;
  max-width: 10px;
  color: #2c95ef; }

.c-link--variant-block {
  display: block;
  text-decoration: none;
  color: inherit;
  background: inherit; }

.c-link--variant-block:hover {
  opacity: 0.6; }

.c-link--variant-inline {
  color: #221f1f;
  -webkit-text-decoration-color: #2c95ef;
  text-decoration-color: #2c95ef;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px; }

.c-link--variant-inline:hover {
  color: #2c95ef; }

.c-link--variant-inline:visited {
  color: #626b6f; }

.c-link--variant-inline:active {
  color: #2c95ef; }

.c-link:focus {
  outline: 1px dotted #2c95ef; }

.c-radio {
  display: block;
  position: relative;
  width: 100%;
  flex: 0 0 content;
  --color:#221f1f;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#d1d1d1;
  --color-outline:#d1d1d1;
  --border-size:1px;
  --border-radius:10px; }

.c-radio__control {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center; }

input[type='radio']:hover:not(:disabled) + .c-radio__control {
  --color:#2c95ef;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#2c95ef;
  --color-outline:#2c95ef;
  --border-size:1px; }

input[type='radio']:hover:not(:disabled) + .c-radio__control > .c-radio__icon {
  border: var(--border-size) solid var(--color-border);
  box-shadow: 0 0 5px var(--color-shadow); }

.c-radio__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  min-height: 22px;
  border: var(--border-size) solid var(--color-border);
  border-radius: 100%;
  color: var(--color);
  background-color: var(--color-background); }

.c-radio__content {
  flex-grow: 1;
  color: var(--color-content);
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  line-height: 18px; }

.c-radio input[type='radio'] {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  left: 0;
  top: 0;
  opacity: 0; }

input[type='radio'] + .c-radio__control > .c-radio__icon > * {
  display: none; }

input[type='radio']:checked + .c-radio__control > .c-radio__icon > * {
  display: block; }

input[type='radio']:checked + .c-radio__control {
  --color:#2c95ef;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#2c95ef;
  --color-outline:#2c95ef;
  --border-size:1px; }

input[type='radio']:focus + .c-radio__control {
  outline: 1px dotted #2c95ef;
  --color:#2c95ef;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#2c95ef;
  --color-outline:#2c95ef;
  --border-size:1px; }

input[type='radio']:focus + .c-radio__control > .c-radio__icon {
  --color:#2c95ef;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#2c95ef;
  --color-outline:#2c95ef;
  --border-size:1px;
  box-shadow: 0 0 5px var(--color-shadow); }

input[type='radio']:disabled + .c-radio__control {
  pointer-events: none; }

input[type='radio']:disabled + .c-radio__control {
  --color:#d1d1d1;
  --color-background:#f5f5f5;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#d1d1d1;
  --color-outline:#d1d1d1;
  --border-size:1px; }

.c-radio--error {
  --color:#f73a16;
  --color-background:#fff;
  --color-content:#f73a16;
  --color-message:#f73a16;
  --color-shadow:#d1d1d1;
  --color-border:#f73a16;
  --color-outline:#f73a16;
  --border-size:1px; }

input[type='radio']:disabled + .c-radio--error label.c-radio__control {
  --color:#f73a16;
  --color-background:#fff;
  --color-content:#f73a16;
  --color-message:#f73a16;
  --color-shadow:#d1d1d1;
  --color-border:#f73a16;
  --color-outline:#f73a16;
  --border-size:1px; }

.c-radio--error label input[type='radio']:checked + .c-radio__control {
  --color:#f73a16;
  --color-background:#fff;
  --color-content:#f73a16;
  --color-message:#f73a16;
  --color-shadow:#d1d1d1;
  --color-border:#f73a16;
  --color-outline:#f73a16;
  --border-size:1px; }

.c-radio--success
label {
  --color:#058d13;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#058d13;
  --color-outline:#058d13;
  --border-size:1px; }

.c-radio--success label input[type='radio']:disabled + .c-radio__control {
  --color:#058d13;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#058d13;
  --color-outline:#058d13;
  --border-size:1px; }

.c-radio--success label input[type='radio']:checked + .c-radio__control {
  --color:#058d13;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#058d13;
  --color-outline:#058d13;
  --border-size:1px; }

.c-radio--variant-outlined .c-radio__control {
  border: var(--border-size) solid var(--color-outline);
  padding: 15px;
  border-radius: var(--border-radius); }

.c-radio__message {
  color: var(--color-message);
  margin-top: 2px;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 16px; }

.c-plug {
  padding: 40px 40px;
  position: relative;
  overflow: hidden;
  margin: 0 -15px; }

@media (min-width: 768px) {
  .c-plug {
    padding: 50px 115px;
    margin: 0; } }

.c-plug--variant-primary {
  padding: 30px 15px; }

.c-plug--variant-primary .c-plug__box {
  row-gap: 15px;
  padding: 30px; }

@media (min-width: 768px) {
  .c-plug--variant-primary {
    padding: 50px 0; }
  .c-plug--variant-primary .c-plug__box {
    padding: 30px 90px;
    width: 645px; } }

.c-plug--variant-secondary {
  padding: 30px 40px; }

.c-plug--variant-secondary .c-plug__box {
  row-gap: 20px;
  padding: 40px 30px; }

.c-plug--variant-secondary .c-plug__logo {
  height: 62px; }

@media (min-width: 768px) {
  .c-plug--variant-secondary {
    padding: 50px 0; }
  .c-plug--variant-secondary .c-plug__box {
    padding: 30px 90px;
    width: 765px; }
  .c-plug--variant-secondary .c-plug__logo {
    height: 83px; } }

.c-plug__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  text-align: center;
  padding: 40px 15px;
  max-width: 760px;
  margin: auto;
  position: relative;
  z-index: 1;
  row-gap: 20px; }

.c-plug__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-plug__lead {
  font-size: 19px;
  line-height: 26px;
  font-weight: 300; }

.c-plug__button {
  display: block;
  text-decoration: none;
  min-width: 100%;
  margin: 15px 0 0 0; }

@media (min-width: 576px) {
  .c-plug__button {
    min-width: 260px; } }

@media (min-width: 768px) {
  .c-plug__button {
    margin: 0; } }

.c-plug__image {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.c-plug__image > *:first-child {
  height: 100%; }

.c-linear-progress {
  overflow: hidden;
  position: relative;
  height: 5px;
  background-color: #ebebeb; }

.c-linear-progress > *:first-child {
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute; }

.c-linear-progress--variant-primary > *:first-child {
  background-color: #64b9eb; }

.c-linear-progress--variant-secondary > *:first-child {
  background-color: #2c95ef; }

.c-linear-progress--variant-modal > *:first-child {
  background-color: #fff; }

.c-poll__inner {
  transition: all 0.5s; }

.c-poll__inner--status-in-progress {
  opacity: 0; }

.c-poll__header {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-template-columns: max-content max-content max-content;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 15px; }

.c-poll__label {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.84px;
  line-height: 16px;
  line-height: 1;
  padding-top: 1px; }

.c-poll__question {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700; }

.c-poll__question
h2 {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 0; }

.c-poll__answers {
  padding-top: 15px; }

.c-poll__answer:not(:first-of-type) {
  margin-top: 15px; }

.c-poll__results {
  padding-top: 15px; }

.c-poll__result {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline; }

.c-poll__result:not(:first-of-type) {
  margin-top: 25px; }

.c-poll__result--highlight-primary {
  color: #2c95ef; }

.c-poll__description {
  flex: 1 1 90%;
  max-width: 90%;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-poll__percentage {
  flex: 1 1 10%;
  max-width: 10%;
  text-align: right;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-poll__bar {
  margin-top: 10px;
  flex: 1 1 100%; }

.c-poll__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-quiz__inner {
  transition: all 0.5s; }

.c-quiz__inner--status-in-progress {
  opacity: 0; }

.c-quiz__header {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-template-columns: max-content max-content max-content;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 15px; }

.c-quiz__label {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.84px;
  line-height: 16px;
  line-height: 1;
  padding-top: 1px; }

@media (min-width: 768px) {
  .c-quiz__question {
    display: flex;
    flex-wrap: wrap; } }

.c-quiz__question:not(:last-of-type) {
  margin-bottom: 20px; }

.c-quiz__question-title {
  width: 100%;
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 0; }

.c-quiz__question-media {
  margin-top: 15px; }

@media (min-width: 768px) {
  .c-quiz__question-media {
    margin-right: 20px;
    flex: 1;
    flex: 50%;
    max-width: 50%;
    margin-bottom: 0; } }

.c-quiz__media {
  max-width: 100%;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .c-quiz__media {
    flex: 50%;
    max-width: 50%;
    margin-bottom: 0; } }

.c-quiz__question-answers {
  margin-top: 15px;
  flex: 1; }

.c-quiz__question-answer:not(:first-of-type) {
  margin-top: 15px; }

.c-quiz__summary {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #f5f5f5;
  margin-bottom: 15px;
  padding: 20px 30px; }

.c-quiz__summary-title {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 29px;
  font-weight: 700; }

.c-quiz__summary-label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-quiz__summary-score {
  margin: 10px 0 10px 0;
  color: #2c95ef;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700; }

.c-quiz__summary-description {
  padding: 0 35px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-quiz__number {
  font-size: 80px;
  line-height: 96px; }

.c-quiz__content {
  color: #221f1f;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-quiz__correct, .c-quiz__incorrect {
  flex: 1 1 50%;
  text-align: center; }

.c-quiz__correct {
  color: #64b9eb; }

.c-quiz__incorrect {
  color: #2c95ef;
  padding-left: 15px; }

.c-quiz__description {
  flex: 1 1 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.36px; }

.c-quiz__next {
  display: flex;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  max-width: -moz-max-content;
  max-width: max-content; }

.c-quiz__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-quiz__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px; }

.c-quiz__dot {
  color: #f5f5f5; }

.c-quiz__dot--status-correct {
  color: #058d13; }

.c-quiz__dot--status-incorrect {
  color: #f73a16; }

.c-extra {
  width: 100%;
  position: relative;
  z-index: 1; }

.c-extra *[tabindex], .c-extra
a {
  outline-color: currentColor; }

.c-extra__more-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1; }

.c-extra__header {
  display: flex;
  align-items: center;
  padding-bottom: 15px; }

.c-extra__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-extra__more-button {
  margin-top: 20px; }

.c-extra__partner {
  padding: 15px 0;
  border-top: 1px solid #2c95ef;
  border-bottom: 1px solid #2c95ef;
  display: flex;
  align-items: center;
  justify-content: center; }

.c-extra__items {
  display: grid;
  gap: var(--row-gap) var(--column-gap); }

@media (min-width: 0px) {
  .c-extra__items {
    --column-gap:20px;
    --row-gap:20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: 'partner' 'one' 'two' 'three' 'four'; }
  .c-extra__items .c-extra__item-1 {
    grid-area: one; }
  .c-extra__items .c-extra__item-2 {
    grid-area: two; }
  .c-extra__items .c-extra__item-3 {
    grid-area: three; }
  .c-extra__items .c-extra__item-4 {
    grid-area: four; }
  .c-extra__items .c-extra__partner {
    grid-area: partner; }
  .c-extra .c-extra__more {
    margin-top: 30px;
    display: none; }
  .c-extra .c-extra__more > * {
    grid-auto-flow: row; } }

@media (min-width: 768px) {
  .c-extra .c-extra__more-button {
    display: none; }
  .c-extra .c-extra__items {
    --column-gap:20px;
    --row-gap:20px;
    grid-template-columns: 1fr 350px;
    grid-template-rows: auto auto auto auto 1fr;
    grid-template-areas: 'one partner' 'one two' 'one three' 'one four' 'one five'; }
  .c-extra .c-extra__items .c-extra__item-1 {
    grid-area: one; }
  .c-extra .c-extra__items .c-extra__item-2 {
    grid-area: two; }
  .c-extra .c-extra__items .c-extra__item-3 {
    grid-area: three; }
  .c-extra .c-extra__items .c-extra__item-4 {
    grid-area: four; }
  .c-extra .c-extra__items .c-extra__item-5 {
    grid-area: five; }
  .c-extra .c-extra__items .c-extra__partner {
    grid-area: partner; }
  .c-extra .c-extra__more {
    display: block;
    margin-top: 35px; }
  .c-extra .c-extra__more > * {
    grid-auto-flow: column; } }

@media (min-width: 1200px) {
  .c-extra .c-extra__items {
    --column-gap:60px; } }

.c-special-box {
  width: 100%;
  position: relative; }

.c-special-box *[tabindex], .c-special-box
a {
  outline-color: currentColor; }

.c-special-box__title {
  padding-bottom: 10px;
  color: inherit;
  font-size: 23px;
  line-height: 29px;
  font-weight: 700; }

@media (min-width: 768px) {
  .c-special-box__title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700; } }

.c-special-box__items {
  color: inherit;
  display: grid;
  gap: var(--row-gap) var(--column-gap); }

.c-special-box__item {
  color: inherit;
  background-color: inherit; }

.c-special-box--size-small {
  --column-gap:0px;
  --row-gap:20px; }

@media (min-width: 768px) {
  .c-special-box--size-small .c-special-box__items {
    --column-gap:60px;
    --row-gap:0px;
    grid-template-columns: 0.5fr 0.5fr;
    grid-template-rows: auto;
    grid-template-areas: 'one two'; }
  .c-special-box--size-small .c-special-box__items .c-special-box__item:nth-child(1) {
    grid-area: one; }
  .c-special-box--size-small .c-special-box__items .c-special-box__item:nth-child(2) {
    grid-area: two; }
  .c-special-box--size-small .c-special-box__items .c-special-box__item:nth-child(n+3) {
    display: none; } }

@media (min-width: 0px) {
  .c-special-box--size-medium .c-special-box__items {
    --column-gap:0px;
    --row-gap:20px; } }

@media (min-width: 768px) {
  .c-special-box--size-medium .c-special-box__items {
    --column-gap:60px;
    --row-gap:0px;
    grid-template-columns: 0.3333333333fr 0.333333333fr 0.333333333fr;
    grid-template-rows: 1fr;
    grid-template-areas: 'one two three'; }
  .c-special-box--size-medium .c-special-box__items__item:nth-child(1) {
    grid-area: one; }
  .c-special-box--size-medium .c-special-box__items__item:nth-child(2) {
    grid-area: two; }
  .c-special-box--size-medium .c-special-box__items__item:nth-child(3) {
    grid-area: three; }
  .c-special-box--size-medium .c-special-box__items .c-special-box__item:nth-child(n+4) {
    display: none; } }

@media (min-width: 0px) {
  .c-special-box--size-large .c-special-box__items {
    --column-gap:0px;
    --row-gap:20px; } }

@media (min-width: 768px) {
  .c-special-box--size-large .c-special-box__items {
    --column-gap:60px;
    --row-gap:20px;
    grid-template-columns: 0.595fr 0.405fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: 'one two' 'one three' 'one four'; }
  .c-special-box--size-large .c-special-box__items .c-special-box__item:nth-child(1) {
    grid-area: one; }
  .c-special-box--size-large .c-special-box__items .c-special-box__item:nth-child(2) {
    grid-area: two; }
  .c-special-box--size-large .c-special-box__items .c-special-box__item:nth-child(3) {
    grid-area: three; }
  .c-special-box--size-large .c-special-box__items .c-special-box__item:nth-child(4) {
    grid-area: four; }
  .c-special-box--size-large .c-special-box__items .c-special-box__item:nth-child(n+5) {
    display: none; } }

.c-stream__title {
  grid-area: row-0;
  margin-top: 20px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700; }

.c-stream__section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.c-stream__content {
  padding: 0;
  width: 100%;
  position: relative; }

@media (min-width: 1000px) {
  .c-stream__content {
    padding: 0 20px 0 0;
    width: calc(100% - 350px); } }

@media (min-width: 1200px) {
  .c-stream__content {
    padding: 0 56px 0 0; } }

.c-stream__content--reverse .c-teaser__media {
  order: 1; }

@media (min-width: 1000px) {
  .c-stream__aside {
    width: 350px; } }

@media (max-width: 1000px) {
  .c-stream {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: 'row-0' 'row-1' 'row-2' 'row-3' 'row-4' 'row-5' 'row-6' 'row-7' 'row-8' 'row-9' 'row-10' 'row-11' 'row-12' 'row-13' 'row-14' 'row-15' 'row-16' 'row-17' 'row-18' 'row-19' 'row-20'; }
  .c-stream__content-1-1 {
    margin-top: 20px;
    grid-area: row-1; }
  .c-stream__content-1-1:empty {
    margin-top: 0px; }
  .c-stream__content-1-2 {
    grid-area: row-2; }
  .c-stream__content-1-3 {
    margin-top: 20px;
    grid-area: row-3; }
  .c-stream__content-1-3:empty {
    margin-top: 0px; }
  .c-stream__content-1-4 {
    margin-top: 20px;
    grid-area: row-4; }
  .c-stream__content-1-4:empty {
    margin-top: 0px; }
  .c-stream__content-1-5 {
    margin-top: 20px;
    grid-area: row-5; }
  .c-stream__content-1-5:empty {
    margin-top: 0px; }
  .c-stream__row {
    display: contents; }
  .c-stream__container {
    display: contents; }
  .c-stream__section {
    display: contents; }
  .c-stream__content {
    display: contents; }
  .c-stream__aside {
    display: contents; }
  .c-stream__content-2-1 {
    margin-top: 20px;
    grid-area: row-7; }
  .c-stream__content-2-1:empty {
    margin-top: 0px; }
  .c-stream__content-2-2 {
    display: none; }
  .c-stream__content-2-3 {
    margin-top: 20px;
    grid-area: row-8; }
  .c-stream__content-2-3:empty {
    margin-top: 0px; }
  .c-stream__content-2-4 {
    grid-area: row-9; }
  .c-stream__content-2-5 {
    margin-top: 20px;
    grid-area: row-10; }
  .c-stream__content-2-5:empty {
    margin-top: 0px; }
  .c-stream__content-2-6 {
    margin-top: 20px;
    grid-area: row-12; }
  .c-stream__content-2-6:empty {
    margin-top: 0px; }
  .c-stream__content-2-7 {
    grid-area: row-13; }
  .c-stream__content-2-8 {
    margin-top: 20px;
    grid-area: row-14; }
  .c-stream__content-2-8:empty {
    margin-top: 0px; }
  .c-stream__content-2-9 {
    grid-area: row-15; }
  .c-stream__content-2-10 {
    margin-top: 20px;
    grid-area: row-16; }
  .c-stream__content-2-10:empty {
    margin-top: 0px; }
  .c-stream__aside-1-1 {
    width: calc(100vw - 30px);
    display: none; }
  .c-stream__aside-1-2 {
    width: calc(100vw - 30px);
    display: none; }
  .c-stream__aside-1-3 {
    margin-top: 20px;
    grid-area: row-11; }
  .c-stream__aside-1-3:empty {
    margin-top: 0px; }
  .c-stream__aside-1-4 {
    margin-top: 30px;
    width: calc(100vw - 30px);
    grid-area: row-17; }
  .c-stream__aside-1-4:empty {
    margin-top: 0px; }
  .c-stream__aside-1-5 {
    margin-top: 30px;
    width: calc(100vw - 30px);
    grid-area: row-20; }
  .c-stream__aside-1-5:empty {
    margin-top: 0px; }
  .c-stream__aside-2 > *:nth-child(1) {
    width: calc(100vw - 30px);
    grid-area: row-19;
    margin-top: 20px; }
  .c-stream__aside-2 > *:nth-child(1):empty {
    margin-top: 0px; }
  .c-stream__row-1 {
    grid-area: row-6; }
  .c-stream__row-2 {
    grid-area: row-18; }
  .c-stream__row-2:not(:empty) {
    width: 100vw;
    margin: 30px -15px;
    padding: 30px 15px; }
  .c-stream__row-3:not(:empty) {
    width: 100vw;
    margin: 30px -15px 0px -15px;
    padding: 30px 15px; }
  .c-stream__row-4 {
    margin-top: 30px; }
  .c-stream__row-4:empty {
    margin-top: 0px; }
  .c-stream__item {
    margin-top: 20px; } }

@media (min-width: 1000px) {
  .c-stream__content-1 > * {
    margin-top: 30px; }
  .c-stream__content-1 > *:empty {
    margin-top: 0px; }
  .c-stream__content-2 > * {
    margin-top: 30px; }
  .c-stream__content-2 > *:empty {
    margin-top: 0px; }
  .c-stream__aside-1-1 {
    margin-top: 20px; }
  .c-stream__aside-1-1:empty {
    margin-top: 0px; }
  .c-stream__aside-1 > *:not(:nth-child(1)) {
    margin-top: 35px; }
  .c-stream__aside-1 > *:not(:nth-child(1)):empty {
    margin-top: 0px; }
  .c-stream__aside-2 > * {
    margin-top: 20px; }
  .c-stream__aside-2 > *:empty {
    margin-top: 0px; }
  .c-stream__row-2, .c-stream__row-3 {
    position: relative;
    margin-top: 20px; }
  .c-stream__row-2:before, .c-stream__row-3:before {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    background-color: inherit;
    width: 500%;
    right: 100%; }
  .c-stream__row-2:after, .c-stream__row-3:after {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    background-color: inherit;
    width: 500%;
    left: 100%; }
  .c-stream__row-4 {
    display: none; } }

.c-stream .arect-m {
  margin-bottom: 0; }

.c-banner {
  position: relative;
  text-align: center;
  color: inherit;
  background-color: inherit;
  width: 100%; }

.c-banner
fieldset {
  border: 1px solid; }

.c-banner fieldset
legend {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 20px;
  width: auto;
  margin-left: auto;
  margin-right: auto; }

.c-banner fieldset
p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin: 8px 10px 20px; }

.c-banner__media {
  margin-top: 10px; }

.c-banner__title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-top: 10px;
  padding: 15px;
  color: #fff;
  background-color: #221f1f; }

.c-banner--variant-primary .c-banner__title {
  color: #221f1f;
  background-color: #fff; }

.c-list {
  position: relative;
  width: 100%; }

@media (min-width: 0px) {
  .c-list--responsive-xs--columns-1 .c-list__items {
    --columns:1;
    flex-direction: column; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--columns-none .c-list__items {
    display: flex;
    flex-direction: row; }
  .c-list--responsive-xs--columns-none .c-list__item {
    flex: 0 1 auto; }
  .c-list--responsive-xs--columns-none .c-list__item > * {
    width: -moz-max-content;
    width: max-content; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--columns-2 .c-list__items {
    --columns:2;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--columns-3 .c-list__items {
    --columns:3;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--columns-4 .c-list__items {
    --columns:4;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--columns-5 .c-list__items {
    --columns:5;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--columns-6 .c-list__items {
    --columns:6;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--columns-7 .c-list__items {
    --columns:7;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--indicator-none .c-list__items {
    --indicator:0; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--indicator-xsmall .c-list__items {
    --indicator: .2; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--indicator-small .c-list__items {
    --indicator: .4; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--indicator-medium .c-list__items {
    --indicator: .6; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--indicator-large .c-list__items {
    --indicator: .8; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--indicator-xlarge .c-list__items {
    --indicator: .9; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--column-gap-none .c-list__items {
    --column-gap:0; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--column-gap-xxsmall .c-list__items {
    --column-gap:10px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--column-gap-xsmall .c-list__items {
    --column-gap:15px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--column-gap-small .c-list__items {
    --column-gap:20px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--column-gap-medium .c-list__items {
    --column-gap:25px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--column-gap-large .c-list__items {
    --column-gap:30px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--column-gap-xlarge .c-list__items {
    --column-gap:50px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--column-gap-xxlarge .c-list__items {
    --column-gap:60px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--row-gap-none > .c-list__content > .c-list__items {
    --row-gap:0; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--row-gap-xxsmall > .c-list__content > .c-list__items {
    --row-gap:10px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--row-gap-xsmall > .c-list__content > .c-list__items {
    --row-gap:15px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--row-gap-small > .c-list__content > .c-list__items {
    --row-gap:20px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--row-gap-medium > .c-list__content > .c-list__items {
    --row-gap:25px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--row-gap-large > .c-list__content > .c-list__items {
    --row-gap:30px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--row-gap-xlarge > .c-list__content > .c-list__items {
    --row-gap:50px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--row-gap-xxlarge > .c-list__content > .c-list__items {
    --row-gap:60px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--limit-4 .c-list__item:nth-child(n) {
    display: flex; }
  .c-list--responsive-xs--limit-4 .c-list__item:nth-child(n+5) {
    display: none; }
  .c-list--responsive-xs--limit-4 .c-list__more {
    display: block; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--limit-8 .c-list__item:nth-child(n) {
    display: flex; }
  .c-list--responsive-xs--limit-8 .c-list__item:nth-child(n+9) {
    display: none; }
  .c-list--responsive-xs--limit-8 .c-list__more {
    display: block; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--limit-12 .c-list__item:nth-child(n) {
    display: flex; }
  .c-list--responsive-xs--limit-12 .c-list__item:nth-child(n+13) {
    display: none; }
  .c-list--responsive-xs--limit-12 .c-list__more {
    display: block; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--limit-none .c-list__item {
    display: flex; }
  .c-list--responsive-xs--limit-none .c-list__more {
    display: none; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--size-xsmall > .c-list__header > .c-list__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--size-xsmall.c-list--orientation-horizontal > .c-list__header {
    margin-bottom: 15px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--size-small > .c-list__header > .c-list__title {
    font-size: 23px;
    line-height: 29px;
    font-weight: 700; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--size-small.c-list--orientation-horizontal > .c-list__header {
    margin-bottom: 20px; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--size-medium > .c-list__header > .c-list__title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--size-large > .c-list__header > .c-list__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--spacing-none .c-list__items {
    width: 100%; } }

@media (min-width: 0px) {
  .c-list--responsive-xs--spacing-medium .c-list__items {
    width: 65%; } }

@media (min-width: 576px) {
  .c-list--responsive-s--columns-1 .c-list__items {
    --columns:1;
    flex-direction: column; } }

@media (min-width: 576px) {
  .c-list--responsive-s--columns-none .c-list__items {
    display: flex;
    flex-direction: row; }
  .c-list--responsive-s--columns-none .c-list__item {
    flex: 0 1 auto; }
  .c-list--responsive-s--columns-none .c-list__item > * {
    width: -moz-max-content;
    width: max-content; } }

@media (min-width: 576px) {
  .c-list--responsive-s--columns-2 .c-list__items {
    --columns:2;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 576px) {
  .c-list--responsive-s--columns-3 .c-list__items {
    --columns:3;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 576px) {
  .c-list--responsive-s--columns-4 .c-list__items {
    --columns:4;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 576px) {
  .c-list--responsive-s--columns-5 .c-list__items {
    --columns:5;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 576px) {
  .c-list--responsive-s--columns-6 .c-list__items {
    --columns:6;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 576px) {
  .c-list--responsive-s--columns-7 .c-list__items {
    --columns:7;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 576px) {
  .c-list--responsive-s--indicator-none .c-list__items {
    --indicator:0; } }

@media (min-width: 576px) {
  .c-list--responsive-s--indicator-xsmall .c-list__items {
    --indicator: .2; } }

@media (min-width: 576px) {
  .c-list--responsive-s--indicator-small .c-list__items {
    --indicator: .4; } }

@media (min-width: 576px) {
  .c-list--responsive-s--indicator-medium .c-list__items {
    --indicator: .6; } }

@media (min-width: 576px) {
  .c-list--responsive-s--indicator-large .c-list__items {
    --indicator: .8; } }

@media (min-width: 576px) {
  .c-list--responsive-s--indicator-xlarge .c-list__items {
    --indicator: .9; } }

@media (min-width: 576px) {
  .c-list--responsive-s--column-gap-none .c-list__items {
    --column-gap:0; } }

@media (min-width: 576px) {
  .c-list--responsive-s--column-gap-xxsmall .c-list__items {
    --column-gap:10px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--column-gap-xsmall .c-list__items {
    --column-gap:15px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--column-gap-small .c-list__items {
    --column-gap:20px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--column-gap-medium .c-list__items {
    --column-gap:25px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--column-gap-large .c-list__items {
    --column-gap:30px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--column-gap-xlarge .c-list__items {
    --column-gap:50px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--column-gap-xxlarge .c-list__items {
    --column-gap:60px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--row-gap-none > .c-list__content > .c-list__items {
    --row-gap:0; } }

@media (min-width: 576px) {
  .c-list--responsive-s--row-gap-xxsmall > .c-list__content > .c-list__items {
    --row-gap:10px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--row-gap-xsmall > .c-list__content > .c-list__items {
    --row-gap:15px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--row-gap-small > .c-list__content > .c-list__items {
    --row-gap:20px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--row-gap-medium > .c-list__content > .c-list__items {
    --row-gap:25px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--row-gap-large > .c-list__content > .c-list__items {
    --row-gap:30px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--row-gap-xlarge > .c-list__content > .c-list__items {
    --row-gap:50px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--row-gap-xxlarge > .c-list__content > .c-list__items {
    --row-gap:60px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--limit-4 .c-list__item:nth-child(n) {
    display: flex; }
  .c-list--responsive-s--limit-4 .c-list__item:nth-child(n+5) {
    display: none; }
  .c-list--responsive-s--limit-4 .c-list__more {
    display: block; } }

@media (min-width: 576px) {
  .c-list--responsive-s--limit-8 .c-list__item:nth-child(n) {
    display: flex; }
  .c-list--responsive-s--limit-8 .c-list__item:nth-child(n+9) {
    display: none; }
  .c-list--responsive-s--limit-8 .c-list__more {
    display: block; } }

@media (min-width: 576px) {
  .c-list--responsive-s--limit-12 .c-list__item:nth-child(n) {
    display: flex; }
  .c-list--responsive-s--limit-12 .c-list__item:nth-child(n+13) {
    display: none; }
  .c-list--responsive-s--limit-12 .c-list__more {
    display: block; } }

@media (min-width: 576px) {
  .c-list--responsive-s--limit-none .c-list__item {
    display: flex; }
  .c-list--responsive-s--limit-none .c-list__more {
    display: none; } }

@media (min-width: 576px) {
  .c-list--responsive-s--size-xsmall > .c-list__header > .c-list__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700; } }

@media (min-width: 576px) {
  .c-list--responsive-s--size-xsmall.c-list--orientation-horizontal > .c-list__header {
    margin-bottom: 15px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--size-small > .c-list__header > .c-list__title {
    font-size: 23px;
    line-height: 29px;
    font-weight: 700; } }

@media (min-width: 576px) {
  .c-list--responsive-s--size-small.c-list--orientation-horizontal > .c-list__header {
    margin-bottom: 20px; } }

@media (min-width: 576px) {
  .c-list--responsive-s--size-medium > .c-list__header > .c-list__title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700; } }

@media (min-width: 576px) {
  .c-list--responsive-s--size-large > .c-list__header > .c-list__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700; } }

@media (min-width: 576px) {
  .c-list--responsive-s--spacing-none .c-list__items {
    width: 100%; } }

@media (min-width: 576px) {
  .c-list--responsive-s--spacing-medium .c-list__items {
    width: 65%; } }

@media (min-width: 768px) {
  .c-list--responsive-m--columns-1 .c-list__items {
    --columns:1;
    flex-direction: column; } }

@media (min-width: 768px) {
  .c-list--responsive-m--columns-none .c-list__items {
    display: flex;
    flex-direction: row; }
  .c-list--responsive-m--columns-none .c-list__item {
    flex: 0 1 auto; }
  .c-list--responsive-m--columns-none .c-list__item > * {
    width: -moz-max-content;
    width: max-content; } }

@media (min-width: 768px) {
  .c-list--responsive-m--columns-2 .c-list__items {
    --columns:2;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 768px) {
  .c-list--responsive-m--columns-3 .c-list__items {
    --columns:3;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 768px) {
  .c-list--responsive-m--columns-4 .c-list__items {
    --columns:4;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 768px) {
  .c-list--responsive-m--columns-5 .c-list__items {
    --columns:5;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 768px) {
  .c-list--responsive-m--columns-6 .c-list__items {
    --columns:6;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 768px) {
  .c-list--responsive-m--columns-7 .c-list__items {
    --columns:7;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 768px) {
  .c-list--responsive-m--indicator-none .c-list__items {
    --indicator:0; } }

@media (min-width: 768px) {
  .c-list--responsive-m--indicator-xsmall .c-list__items {
    --indicator: .2; } }

@media (min-width: 768px) {
  .c-list--responsive-m--indicator-small .c-list__items {
    --indicator: .4; } }

@media (min-width: 768px) {
  .c-list--responsive-m--indicator-medium .c-list__items {
    --indicator: .6; } }

@media (min-width: 768px) {
  .c-list--responsive-m--indicator-large .c-list__items {
    --indicator: .8; } }

@media (min-width: 768px) {
  .c-list--responsive-m--indicator-xlarge .c-list__items {
    --indicator: .9; } }

@media (min-width: 768px) {
  .c-list--responsive-m--column-gap-none .c-list__items {
    --column-gap:0; } }

@media (min-width: 768px) {
  .c-list--responsive-m--column-gap-xxsmall .c-list__items {
    --column-gap:10px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--column-gap-xsmall .c-list__items {
    --column-gap:15px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--column-gap-small .c-list__items {
    --column-gap:20px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--column-gap-medium .c-list__items {
    --column-gap:25px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--column-gap-large .c-list__items {
    --column-gap:30px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--column-gap-xlarge .c-list__items {
    --column-gap:50px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--column-gap-xxlarge .c-list__items {
    --column-gap:60px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--row-gap-none > .c-list__content > .c-list__items {
    --row-gap:0; } }

@media (min-width: 768px) {
  .c-list--responsive-m--row-gap-xxsmall > .c-list__content > .c-list__items {
    --row-gap:10px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--row-gap-xsmall > .c-list__content > .c-list__items {
    --row-gap:15px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--row-gap-small > .c-list__content > .c-list__items {
    --row-gap:20px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--row-gap-medium > .c-list__content > .c-list__items {
    --row-gap:25px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--row-gap-large > .c-list__content > .c-list__items {
    --row-gap:30px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--row-gap-xlarge > .c-list__content > .c-list__items {
    --row-gap:50px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--row-gap-xxlarge > .c-list__content > .c-list__items {
    --row-gap:60px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--limit-4 .c-list__item:nth-child(n) {
    display: flex; }
  .c-list--responsive-m--limit-4 .c-list__item:nth-child(n+5) {
    display: none; }
  .c-list--responsive-m--limit-4 .c-list__more {
    display: block; } }

@media (min-width: 768px) {
  .c-list--responsive-m--limit-8 .c-list__item:nth-child(n) {
    display: flex; }
  .c-list--responsive-m--limit-8 .c-list__item:nth-child(n+9) {
    display: none; }
  .c-list--responsive-m--limit-8 .c-list__more {
    display: block; } }

@media (min-width: 768px) {
  .c-list--responsive-m--limit-12 .c-list__item:nth-child(n) {
    display: flex; }
  .c-list--responsive-m--limit-12 .c-list__item:nth-child(n+13) {
    display: none; }
  .c-list--responsive-m--limit-12 .c-list__more {
    display: block; } }

@media (min-width: 768px) {
  .c-list--responsive-m--limit-none .c-list__item {
    display: flex; }
  .c-list--responsive-m--limit-none .c-list__more {
    display: none; } }

@media (min-width: 768px) {
  .c-list--responsive-m--size-xsmall > .c-list__header > .c-list__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700; } }

@media (min-width: 768px) {
  .c-list--responsive-m--size-xsmall.c-list--orientation-horizontal > .c-list__header {
    margin-bottom: 15px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--size-small > .c-list__header > .c-list__title {
    font-size: 23px;
    line-height: 29px;
    font-weight: 700; } }

@media (min-width: 768px) {
  .c-list--responsive-m--size-small.c-list--orientation-horizontal > .c-list__header {
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .c-list--responsive-m--size-medium > .c-list__header > .c-list__title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700; } }

@media (min-width: 768px) {
  .c-list--responsive-m--size-large > .c-list__header > .c-list__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700; } }

@media (min-width: 768px) {
  .c-list--responsive-m--spacing-none .c-list__items {
    width: 100%; } }

@media (min-width: 768px) {
  .c-list--responsive-m--spacing-medium .c-list__items {
    width: 65%; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--columns-1 .c-list__items {
    --columns:1;
    flex-direction: column; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--columns-none .c-list__items {
    display: flex;
    flex-direction: row; }
  .c-list--responsive-l--columns-none .c-list__item {
    flex: 0 1 auto; }
  .c-list--responsive-l--columns-none .c-list__item > * {
    width: -moz-max-content;
    width: max-content; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--columns-2 .c-list__items {
    --columns:2;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--columns-3 .c-list__items {
    --columns:3;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--columns-4 .c-list__items {
    --columns:4;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--columns-5 .c-list__items {
    --columns:5;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--columns-6 .c-list__items {
    --columns:6;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--columns-7 .c-list__items {
    --columns:7;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--indicator-none .c-list__items {
    --indicator:0; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--indicator-xsmall .c-list__items {
    --indicator: .2; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--indicator-small .c-list__items {
    --indicator: .4; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--indicator-medium .c-list__items {
    --indicator: .6; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--indicator-large .c-list__items {
    --indicator: .8; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--indicator-xlarge .c-list__items {
    --indicator: .9; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--column-gap-none .c-list__items {
    --column-gap:0; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--column-gap-xxsmall .c-list__items {
    --column-gap:10px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--column-gap-xsmall .c-list__items {
    --column-gap:15px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--column-gap-small .c-list__items {
    --column-gap:20px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--column-gap-medium .c-list__items {
    --column-gap:25px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--column-gap-large .c-list__items {
    --column-gap:30px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--column-gap-xlarge .c-list__items {
    --column-gap:50px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--column-gap-xxlarge .c-list__items {
    --column-gap:60px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--row-gap-none > .c-list__content > .c-list__items {
    --row-gap:0; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--row-gap-xxsmall > .c-list__content > .c-list__items {
    --row-gap:10px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--row-gap-xsmall > .c-list__content > .c-list__items {
    --row-gap:15px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--row-gap-small > .c-list__content > .c-list__items {
    --row-gap:20px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--row-gap-medium > .c-list__content > .c-list__items {
    --row-gap:25px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--row-gap-large > .c-list__content > .c-list__items {
    --row-gap:30px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--row-gap-xlarge > .c-list__content > .c-list__items {
    --row-gap:50px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--row-gap-xxlarge > .c-list__content > .c-list__items {
    --row-gap:60px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--limit-4 .c-list__item:nth-child(n) {
    display: flex; }
  .c-list--responsive-l--limit-4 .c-list__item:nth-child(n+5) {
    display: none; }
  .c-list--responsive-l--limit-4 .c-list__more {
    display: block; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--limit-8 .c-list__item:nth-child(n) {
    display: flex; }
  .c-list--responsive-l--limit-8 .c-list__item:nth-child(n+9) {
    display: none; }
  .c-list--responsive-l--limit-8 .c-list__more {
    display: block; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--limit-12 .c-list__item:nth-child(n) {
    display: flex; }
  .c-list--responsive-l--limit-12 .c-list__item:nth-child(n+13) {
    display: none; }
  .c-list--responsive-l--limit-12 .c-list__more {
    display: block; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--limit-none .c-list__item {
    display: flex; }
  .c-list--responsive-l--limit-none .c-list__more {
    display: none; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--size-xsmall > .c-list__header > .c-list__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--size-xsmall.c-list--orientation-horizontal > .c-list__header {
    margin-bottom: 15px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--size-small > .c-list__header > .c-list__title {
    font-size: 23px;
    line-height: 29px;
    font-weight: 700; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--size-small.c-list--orientation-horizontal > .c-list__header {
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--size-medium > .c-list__header > .c-list__title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--size-large > .c-list__header > .c-list__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--spacing-none .c-list__items {
    width: 100%; } }

@media (min-width: 1000px) {
  .c-list--responsive-l--spacing-medium .c-list__items {
    width: 65%; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--columns-1 .c-list__items {
    --columns:1;
    flex-direction: column; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--columns-none .c-list__items {
    display: flex;
    flex-direction: row; }
  .c-list--responsive-xl--columns-none .c-list__item {
    flex: 0 1 auto; }
  .c-list--responsive-xl--columns-none .c-list__item > * {
    width: -moz-max-content;
    width: max-content; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--columns-2 .c-list__items {
    --columns:2;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--columns-3 .c-list__items {
    --columns:3;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--columns-4 .c-list__items {
    --columns:4;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--columns-5 .c-list__items {
    --columns:5;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--columns-6 .c-list__items {
    --columns:6;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--columns-7 .c-list__items {
    --columns:7;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--indicator-none .c-list__items {
    --indicator:0; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--indicator-xsmall .c-list__items {
    --indicator: .2; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--indicator-small .c-list__items {
    --indicator: .4; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--indicator-medium .c-list__items {
    --indicator: .6; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--indicator-large .c-list__items {
    --indicator: .8; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--indicator-xlarge .c-list__items {
    --indicator: .9; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--column-gap-none .c-list__items {
    --column-gap:0; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--column-gap-xxsmall .c-list__items {
    --column-gap:10px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--column-gap-xsmall .c-list__items {
    --column-gap:15px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--column-gap-small .c-list__items {
    --column-gap:20px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--column-gap-medium .c-list__items {
    --column-gap:25px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--column-gap-large .c-list__items {
    --column-gap:30px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--column-gap-xlarge .c-list__items {
    --column-gap:50px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--column-gap-xxlarge .c-list__items {
    --column-gap:60px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--row-gap-none > .c-list__content > .c-list__items {
    --row-gap:0; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--row-gap-xxsmall > .c-list__content > .c-list__items {
    --row-gap:10px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--row-gap-xsmall > .c-list__content > .c-list__items {
    --row-gap:15px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--row-gap-small > .c-list__content > .c-list__items {
    --row-gap:20px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--row-gap-medium > .c-list__content > .c-list__items {
    --row-gap:25px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--row-gap-large > .c-list__content > .c-list__items {
    --row-gap:30px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--row-gap-xlarge > .c-list__content > .c-list__items {
    --row-gap:50px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--row-gap-xxlarge > .c-list__content > .c-list__items {
    --row-gap:60px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--limit-4 .c-list__item:nth-child(n) {
    display: flex; }
  .c-list--responsive-xl--limit-4 .c-list__item:nth-child(n+5) {
    display: none; }
  .c-list--responsive-xl--limit-4 .c-list__more {
    display: block; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--limit-8 .c-list__item:nth-child(n) {
    display: flex; }
  .c-list--responsive-xl--limit-8 .c-list__item:nth-child(n+9) {
    display: none; }
  .c-list--responsive-xl--limit-8 .c-list__more {
    display: block; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--limit-12 .c-list__item:nth-child(n) {
    display: flex; }
  .c-list--responsive-xl--limit-12 .c-list__item:nth-child(n+13) {
    display: none; }
  .c-list--responsive-xl--limit-12 .c-list__more {
    display: block; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--limit-none .c-list__item {
    display: flex; }
  .c-list--responsive-xl--limit-none .c-list__more {
    display: none; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--size-xsmall > .c-list__header > .c-list__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--size-xsmall.c-list--orientation-horizontal > .c-list__header {
    margin-bottom: 15px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--size-small > .c-list__header > .c-list__title {
    font-size: 23px;
    line-height: 29px;
    font-weight: 700; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--size-small.c-list--orientation-horizontal > .c-list__header {
    margin-bottom: 20px; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--size-medium > .c-list__header > .c-list__title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--size-large > .c-list__header > .c-list__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--spacing-none .c-list__items {
    width: 100%; } }

@media (min-width: 1200px) {
  .c-list--responsive-xl--spacing-medium .c-list__items {
    width: 65%; } }

.c-list__header {
  display: grid;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
  grid-auto-flow: column;
  -moz-column-gap: 20px;
  column-gap: 20px; }

.c-list__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1; }

.c-list__button, .c-list__more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 25px auto 0 auto; }

@media (min-width: 768px) {
  .c-list__button, .c-list__more {
    max-width: 290px;
    margin: 30px auto 0 auto; } }

.c-list--alignment-center .c-list__title {
  text-align: center; }

.c-list--alignment-center .c-list__lead {
  text-align: center; }

.c-list--alignment-center .c-list__header {
  margin: auto;
  justify-content: center;
  align-items: center;
  max-width: 470px; }

.c-list--alignment-center .c-list__items {
  margin: auto;
  justify-content: center; }

.c-list--alignment-center .c-list__icon {
  justify-content: center; }

.c-list--orientation-horizontal .c-list__lead {
  margin-top: 15px; }

.c-list--orientation-horizontal .c-list__logo {
  margin-top: 30px; }

.c-list--orientation-horizontal .c-list__header {
  display: grid;
  grid-auto-flow: row;
  margin-bottom: 30px; }

.c-list--orientation-horizontal .c-list__icon {
  margin-bottom: 15px; }

.c-list__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700; }

.c-list__lead {
  flex: 1 1 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-list__icon {
  color: #2c95ef;
  display: flex; }

.c-list__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 var(--column-width); }

.c-list__items {
  display: flex;
  --row-gap:0;
  --column-gap:0;
  gap: var(--row-gap) var(--column-gap);
  --indicator:0;
  --columns:1;
  --column-width:calc(
    (100% / (var(--columns) + var(--indicator))) -
    (
    (
    ((var(--columns) + var(--indicator)) - 1) *
    var(--column-gap)
    ) / (var(--columns) + var(--indicator))
    )
    ); }

.c-list__tags {
  margin-bottom: 20px; }

.c-psychotest__inner {
  transition: all 0.5s; }

.c-psychotest__inner--status-in-progress {
  opacity: 0; }

.c-psychotest__header {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-template-columns: max-content max-content max-content;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 15px; }

.c-psychotest__label {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.84px;
  line-height: 16px;
  line-height: 1;
  padding-top: 1px; }

@media (min-width: 768px) {
  .c-psychotest__question {
    display: flex;
    flex-wrap: wrap; } }

.c-psychotest__question-title {
  width: 100%;
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 0; }

.c-psychotest__question-media {
  margin-top: 15px; }

@media (min-width: 768px) {
  .c-psychotest__question-media {
    flex: 0 50%;
    max-width: 50%;
    margin-bottom: 0;
    margin-right: 20px; } }

.c-psychotest__media {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .c-psychotest__media {
    flex: 0 50%;
    max-width: 50%;
    margin-bottom: 0;
    margin-right: 20px; } }

.c-psychotest__question-answers {
  margin-top: 15px;
  flex: 1; }

.c-psychotest__question-answer:not(:first-of-type) {
  margin-top: 15px; }

.c-psychotest__result {
  background-color: #f5f5f5;
  padding: 15px; }

@media (min-width: 768px) {
  .c-psychotest__result {
    padding: 20px 20px; } }

.c-psychotest__result--answer {
  display: block; }

@media (min-width: 768px) {
  .c-psychotest__result--answer {
    display: flex;
    flex-wrap: wrap; } }

.c-psychotest__description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  max-width: 100%;
  padding-left: 0; }

@media (min-width: 768px) {
  .c-psychotest__description {
    flex: 1; } }

.c-psychotest__description--title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 10px; }

.c-psychotest__next {
  display: block;
  margin-top: 15px;
  text-decoration: none;
  max-width: -moz-max-content;
  max-width: max-content; }

.c-psychotest__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-landing-page *[tabindex], .c-landing-page
a {
  outline-color: currentColor; }

@media (max-width: 768px) {
  .c-landing-page {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 30px; }
  .c-landing-page__aside {
    grid-row: 3; } }

@media (min-width: 768px) {
  .c-landing-page {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: auto;
    -moz-column-gap: 56px;
    column-gap: 56px;
    row-gap: 50px; }
  .c-landing-page__content {
    grid-column: 1; }
  .c-landing-page__content
img {
    width: 100%; }
  .c-landing-page__section {
    grid-column: 1 / 3; }
  .c-landing-page__section
img {
    width: 100%; }
  .c-landing-page__aside {
    grid-column: 2;
    grid-row: 1; }
  .c-landing-page__aside
img {
    width: 100%; } }

.c-modal {
  visibility: hidden;
  color: #221f1f;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1300;
  opacity: 1;
  transition: opacity 0.3s;
  will-change: opacity;
  background-color: #221f1f;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 100%; }

@media (min-width: 1000px) {
  .c-modal {
    padding: 35px 80px; } }

.c-modal__wrapper, .c-modal__content {
  height: 100%; }

.c-modal__close {
  color: #2c95ef;
  position: absolute;
  top: 40px;
  right: 15px;
  z-index: 1100; }

@media (min-width: 1000px) {
  .c-modal__close {
    top: 20px;
    right: 20px; } }

.c-modal--status-in {
  visibility: visible; }

.c-circular-progress {
  animation: rotate 1.5s linear infinite;
  width: 50px;
  height: 50px; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124; } }

.c-circular-progress__path {
  stroke: #2c95ef;
  animation: dash 1.5s ease-in-out infinite; }

.c-plebiscite__inner {
  transition: all 0.5s; }

.c-plebiscite__inner--status-in-progress {
  opacity: 0; }

.c-plebiscite__header {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-template-columns: max-content max-content max-content;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 15px; }

.c-plebiscite__label {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.84px;
  line-height: 16px;
  line-height: 1;
  padding-top: 1px; }

.c-plebiscite__question {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700; }

.c-plebiscite__question
h2 {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 0; }

.c-plebiscite__answers {
  padding-top: 15px; }

.c-plebiscite__answer:not(:first-of-type) {
  margin-top: 15px; }

.c-plebiscite__results {
  padding-top: 15px; }

.c-plebiscite__result {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline; }

.c-plebiscite__result:not(:first-of-type) {
  margin-top: 15px; }

.c-plebiscite__result--highlight-primary {
  color: #2c95ef; }

.c-plebiscite__description {
  flex: 1 1 90%;
  max-width: 90%;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-plebiscite__percentage {
  flex: 1 1 10%;
  max-width: 10%;
  text-align: right;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-plebiscite__bar {
  margin-top: 10px;
  flex: 1 1 100%; }

.c-plebiscite__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-stories {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.c-stories__progress {
  display: flex;
  width: 100%;
  padding: 20px 15px 70px 15px;
  position: absolute;
  top: 0;
  z-index: 10;
  background: transparent linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000 100%) 0% 0% no-repeat padding-box;
  height: 2px; }

@media (min-width: 1000px) {
  .c-stories__progress {
    background: initial;
    position: relative;
    max-width: 1000px;
    padding: 0 0 55px 0; } }

.c-stories__progress > * {
  flex-grow: 1;
  flex-basis: 0;
  height: 2px;
  margin: 0 2px;
  background-color: #2c95ef; }

@media (min-width: 1000px) {
  .c-stories__progress > * {
    margin: 0 5px; } }

.c-stories__content {
  display: flex;
  height: 100%;
  max-width: 100%;
  width: 100%;
  overflow: hidden; }

@media (min-width: 1000px) {
  .c-stories__content {
    max-width: 570px;
    padding: 0 50px;
    position: relative;
    align-items: flex-start; } }

.c-stories__video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%; }

@media (min-width: 1000px) {
  .c-stories__video {
    position: static;
    height: 100%; } }

.c-stories__next {
  right: 4px;
  display: none;
  z-index: 1100;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  top: 120px;
  width: 120px; }

.c-stories__next > * {
  visibility: hidden; }

@media (min-width: 768px) {
  .c-stories__next {
    height: auto;
    width: auto;
    top: 50%;
    transform: translate(0, -50%); }
  .c-stories__next > * {
    visibility: visible; } }

.c-stories__previous {
  left: 4px;
  display: none;
  z-index: 1100;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  top: 120px;
  width: 120px; }

.c-stories__previous > * {
  visibility: hidden; }

@media (min-width: 768px) {
  .c-stories__previous {
    height: auto;
    width: auto;
    top: 50%;
    transform: translate(0, -50%); }
  .c-stories__previous > * {
    visibility: visible; } }

.c-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.c-404__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 30px; }

.c-404__description {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 30px; }

.c-404__button {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%; }

@media (min-width: 768px) {
  .c-404__button {
    width: 290px; } }

.c-pagination {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  justify-content: center;
  margin: 30px 0 0 0;
  -moz-column-gap: 5px;
  column-gap: 5px;
  align-items: center; }

@media (min-width: 576px) {
  .c-pagination {
    flex-wrap: wrap; } }

@media (min-width: 1000px) {
  .c-pagination {
    margin: 50px 0 0 0;
    padding: 0 3px; } }

.c-pagination__item {
  display: none; }

.c-pagination__item--current {
  padding: 0 5px; }

.c-pagination__item:nth-child(-n+3), .c-pagination__item:nth-last-child(-n+3), .c-pagination__item--active {
  display: block; }

@media (min-width: 576px) {
  .c-pagination__item:nth-child(-n+4), .c-pagination__item:nth-last-child(-n+4) {
    display: block; } }

@media (min-width: 768px) {
  .c-pagination__item:nth-child(-n+6), .c-pagination__item:nth-last-child(-n+6) {
    display: block; } }

@media (min-width: 1000px) {
  .c-pagination__item {
    display: block; } }

.c-pagination__spacer {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #2c95ef; }

.c-form {
  display: flex;
  row-gap: 20px;
  flex-direction: column; }

.c-form__legend {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700; }

.c-form__listHeader {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-form__control {
  width: 100%; }

.c-form__actions {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.c-form__button {
  width: 100%; }

@media (min-width: 768px) {
  .c-form__button {
    width: 290px; } }

.c-form__group {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px; }

.c-form__group > * {
  width: auto; }

.c-form__group--column {
  flex-direction: column;
  gap: 15px; }

.c-input {
  position: relative;
  display: block;
  --color:#221f1f;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:transparent;
  --color-border:#d1d1d1;
  --color-outline:#d1d1d1;
  --border-size:1px;
  --border-radius:10px; }

.c-input
label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
  transition: 0.2s ease all;
  display: block;
  position: relative;
  width: 100%;
  height: 65px;
  border: var(--border-size) solid var(--color-border);
  color: var(--color);
  background-color: var(--color-background);
  border-radius: 10px;
  overflow: hidden;
  padding: 12px 15px;
  box-shadow: 0px 0px 5px var(--color-shadow); }

.c-input
input {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  line-height: 18px;
  position: absolute;
  margin: 0;
  left: 14px;
  right: 14px;
  width: calc(100% - 20px);
  top: 0;
  height: 100%;
  border: 0;
  padding-top: 17px;
  background: transparent;
  z-index: 1;
  opacity: 1;
  color: var(--color); }

.c-input input:focus {
  outline: 0;
  border: 0; }

.c-input input:focus:not(:disabled) + label {
  --color:#221f1f;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#d1d1d1;
  --color-outline:#d1d1d1;
  --border-size:1px; }

.c-input input:disabled, .c-input input:disabled + label {
  --color:#626b6f;
  --color-background:#f5f5f5;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:transparent;
  --color-border:#d1d1d1;
  --color-outline:#d1d1d1;
  --border-size:1px;
  pointer-events: none; }

.c-input input:hover:not(:disabled) + label {
  --color:#221f1f;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#2c95ef;
  --color-border:#2c95ef;
  --color-outline:#d1d1d1;
  --border-size:1px; }

.c-input--error
input {
  --color:#d61613;
  --color-background:#f5f5f5;
  --color-content:#d61613;
  --color-message:#d61613;
  --color-shadow:transparent;
  --color-border:#d61613;
  --color-outline:#d61613;
  --border-size:1px; }

.c-input--error input::-moz-placeholder {
  color: #d61613;
  opacity: 1; }

.c-input--error input::placeholder {
  color: #d61613;
  opacity: 1; }

.c-input--error input + label {
  --color:#d61613;
  --color-background:#f5f5f5;
  --color-content:#d61613;
  --color-message:#d61613;
  --color-shadow:transparent;
  --color-border:#d61613;
  --color-outline:#d61613;
  --border-size:1px; }

.c-input--error input:focus:not(:disabled) + label {
  --color:#d61613;
  --color-background:#f5f5f5;
  --color-content:#d61613;
  --color-message:#d61613;
  --color-shadow:transparent;
  --color-border:#d61613;
  --color-outline:#d61613;
  --border-size:1px; }

.c-input__wrapper {
  position: relative; }

.c-input__message {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 16px;
  color: #d61613;
  margin-top: 2px; }

.c-select {
  position: relative;
  display: block; }

.c-select
label {
  --family:inherit;
  --color:#221f1f;
  --color-background:#fff;
  --color-content:#626b6f;
  --color-message:#221f1f;
  --color-shadow:transparent;
  --color-border:#d1d1d1;
  --color-outline:#d1d1d1;
  --border-size:1px;
  --border-radius:10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
  transition: 0.2s ease all;
  display: block;
  position: relative;
  width: 100%;
  height: 65px;
  font-family: var(--family);
  border: var(--border-size) solid var(--color-border);
  color: var(--color);
  background-color: var(--color-background);
  overflow: hidden;
  padding: 12px 12px;
  box-shadow: 0px 0px 5px var(--color-shadow);
  border-radius: 10px; }

.c-select
select {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.28px;
  --family:inherit;
  --color:#221f1f;
  --color-background:#fff;
  --color-content:#626b6f;
  --color-message:#221f1f;
  --color-shadow:transparent;
  --color-border:#d1d1d1;
  --color-outline:#d1d1d1;
  --border-size:1px;
  --border-radius:10px;
  font-family: var(--family);
  position: absolute;
  margin: 0;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
  top: 0;
  height: 100%;
  border: 0;
  padding-top: 17px;
  padding-left: 3px;
  background: transparent;
  z-index: 1;
  opacity: 1;
  color: var(--color-content);
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
  background-position: 99% center;
  background-repeat: no-repeat;
  background-size: 8px;
  -webkit-appearance: none;
  -moz-appearance: none; }

.c-select select:focus {
  outline: 0;
  border: 0; }

.c-select select:focus:not(:disabled) + label {
  --color:#221f1f;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#d1d1d1;
  --color-outline:#d1d1d1;
  --border-size:1px; }

.c-select select:valid {
  color: var(--color); }

.c-select select:disabled, .c-select select:disabled + label {
  --color:#626b6f;
  --color-background:#fff;
  --color-content:#626b6f;
  --color-message:#221f1f;
  --color-shadow:transparent;
  --color-border:#d1d1d1;
  --color-outline:#d1d1d1;
  --border-size:1px;
  pointer-events: none; }

.c-select select:hover:not(:disabled) + label {
  --color:#221f1f;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#2c95ef;
  --color-border:#2c95ef;
  --color-outline:#d1d1d1;
  --border-size:1px; }

.c-select--error select, .c-select--error select:disabled, .c-select--error select + label, .c-select--error select:disabled + label {
  --color:#d61613;
  --color-background:#f5f5f5;
  --color-content:#d61613;
  --color-message:#d61613;
  --color-shadow:transparent;
  --color-border:#d61613;
  --color-outline:#d61613;
  --border-size:1px; }

.c-select__wrapper {
  position: relative; }

.c-select__message {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 16px;
  color: #d61613;
  margin-top: 2px; }

.c-tool {
  margin: 0 -15px; }

@media (min-width: 768px) {
  .c-tool {
    margin: 0; } }

.c-tool__subtitle {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 13px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-left: 10px; }

@media (min-width: 768px) {
  .c-tool__subtitle {
    margin-left: 0; } }

.c-tool__header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.c-tool__body {
  background-color: #f5f5f5;
  padding: 20px 15px;
  margin-top: 10px;
  display: flex;
  row-gap: 20px;
  flex-direction: column; }

@media (min-width: 768px) {
  .c-tool__body {
    padding: 20px 28px; } }

.c-tool__body
p {
  margin-bottom: 20px; }

.c-tool__body p:last-child {
  margin-bottom: 0; }

.c-tool__body div:not(.ecomm-widget) a:not([class^='c-']):not(.ecomm-link) {
  color: #221f1f;
  -webkit-text-decoration-color: #2c95ef;
  text-decoration-color: #2c95ef;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px; }

.c-tool__partner {
  margin-right: 15px; }

@media (min-width: 768px) {
  .c-tool__partner {
    margin-right: 0; } }

.c-tool__actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px; }

.c-tool__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%; }

@media (min-width: 768px) {
  .c-tool__button {
    width: 290px; } }

.c-bmi-calculator__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-bmi-calculator__result-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center; }

.c-bmi-calculator__result-description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-bmi-calculator__result-actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px; }

.c-bmi-calculator__result-actions > * {
  width: 100%; }

@media (min-width: 768px) {
  .c-bmi-calculator__result-actions > * {
    width: 290px; } }

.c-bmi-calculator__skeleton {
  height: 305px; }

.c-child-height-predictor__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-child-height-predictor__result-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center; }

.c-child-height-predictor__result-description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  text-align: center; }

.c-child-height-predictor__result-actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px; }

.c-child-height-predictor__result-actions > * {
  width: 100%; }

@media (min-width: 768px) {
  .c-child-height-predictor__result-actions > * {
    width: 290px; } }

.c-child-height-predictor__skeleton {
  height: 260px; }

.c-child-weight-predictor__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-child-weight-predictor__result-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center; }

.c-child-weight-predictor__result-description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px; }

.c-child-weight-predictor__result-actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px; }

.c-child-weight-predictor__result-actions > * {
  width: 100%; }

@media (min-width: 768px) {
  .c-child-weight-predictor__result-actions > * {
    width: 290px; } }

.c-child-weight-predictor__result-legend {
  margin-top: 15px; }

.c-child-weight-predictor__result-accordion {
  margin: 20px 0; }

.c-child-weight-predictor__result-graph {
  margin-top: 15px;
  position: relative;
  padding-right: 45px; }

.c-child-weight-predictor__result-graph-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center; }

.c-child-weight-predictor__result-graph-centils {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 72px;
  width: 45px;
  display: grid;
  align-items: center;
  justify-items: right; }

.c-child-weight-predictor__result-graph-centils-point {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 24px;
  position: absolute;
  font-size: 12px;
  left: 3px;
  transform: translateY(11px); }

.c-child-weight-predictor__result-graph-centils-title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 24px;
  transform: rotate(-90deg);
  width: 24px;
  padding-right: 60px; }

.c-child-weight-predictor__skeleton {
  height: 260px; }

.c-fertilization-date-calculator__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-fertilization-date-calculator__result-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center; }

.c-fertilization-date-calculator__result-description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-fertilization-date-calculator__result-actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px; }

.c-fertilization-date-calculator__result-actions > * {
  width: 100%; }

@media (min-width: 768px) {
  .c-fertilization-date-calculator__result-actions > * {
    width: 290px; } }

.c-fertilization-date-calculator__skeleton {
  height: 263px; }

.c-fertilization-date-calculator b, .c-fertilization-date-calculator
strong {
  font-weight: 700; }

.c-pregnancy-week-calculator__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-pregnancy-week-calculator__result-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center; }

.c-pregnancy-week-calculator__result-description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-pregnancy-week-calculator__more-button {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 290px; }

.c-pregnancy-week-calculator__refresh-button {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 290px; }

.c-pregnancy-week-calculator__skeleton {
  height: 263px; }

.c-pregnancy-week-calculator b, .c-pregnancy-week-calculator
strong {
  font-weight: 700; }

.c-date {
  position: relative;
  display: block;
  --color:#221f1f;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:transparent;
  --color-border:#d1d1d1;
  --color-outline:#d1d1d1;
  --border-size:1px;
  --border-radius:10px; }

.c-date
label {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
  transition: 0.2s ease all;
  display: block;
  position: relative;
  width: 100%;
  height: 65px;
  border: var(--border-size) solid var(--color-border);
  color: var(--color);
  background-color: var(--color-background);
  border-radius: 10px;
  overflow: hidden;
  padding: 12px 15px;
  box-shadow: 0px 0px 5px var(--color-shadow); }

.c-date
input {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  line-height: 18px;
  position: absolute;
  margin: 0;
  left: 14px;
  right: 14px;
  width: calc(100% - 20px);
  top: 0;
  height: 100%;
  border: 0;
  padding-top: 17px;
  background: transparent;
  z-index: 1;
  opacity: 1;
  color: var(--color); }

.c-date input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: -150%;
  left: -150%;
  width: 300%;
  height: 300%;
  cursor: pointer; }

.c-date input:focus {
  outline: 0;
  border: 0; }

.c-date input:focus:not(:disabled) + label {
  --color:#221f1f;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#d1d1d1;
  --color-border:#d1d1d1;
  --color-outline:#d1d1d1;
  --border-size:1px; }

.c-date input:disabled, .c-date input:disabled + label {
  --color:#626b6f;
  --color-background:#f5f5f5;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:transparent;
  --color-border:#d1d1d1;
  --color-outline:#d1d1d1;
  --border-size:1px;
  pointer-events: none; }

.c-date input:hover:not(:disabled) + label {
  --color:#221f1f;
  --color-background:#fff;
  --color-content:#221f1f;
  --color-message:#221f1f;
  --color-shadow:#2c95ef;
  --color-border:#2c95ef;
  --color-outline:#d1d1d1;
  --border-size:1px; }

.c-date--error
input {
  --color:#d61613;
  --color-background:#f5f5f5;
  --color-content:#d61613;
  --color-message:#d61613;
  --color-shadow:transparent;
  --color-border:#d61613;
  --color-outline:#d61613;
  --border-size:1px; }

.c-date--error input + label {
  --color:#d61613;
  --color-background:#f5f5f5;
  --color-content:#d61613;
  --color-message:#d61613;
  --color-shadow:transparent;
  --color-border:#d61613;
  --color-outline:#d61613;
  --border-size:1px; }

.c-date__wrapper {
  position: relative; }

.c-date__message {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 16px;
  color: #d61613;
  margin-top: 2px; }

.c-fetal-growth-calculator__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-fetal-growth-calculator__result-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center; }

.c-fetal-growth-calculator__result-description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  text-align: center; }

.c-fetal-growth-calculator__result-actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px; }

.c-fetal-growth-calculator__result-actions > * {
  width: 100%; }

@media (min-width: 768px) {
  .c-fetal-growth-calculator__result-actions > * {
    width: 290px; } }

.c-fetal-growth-calculator__skeleton {
  height: 305px; }

.c-due-date-calculator__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-due-date-calculator__result-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center; }

.c-due-date-calculator__result-description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  text-align: center; }

.c-due-date-calculator__result-description
strong {
  font-weight: 700; }

.c-due-date-calculator__result-actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px; }

.c-due-date-calculator__result-actions > div {
  width: 100%; }

.c-due-date-calculator__result-actions > div[class$='button'] {
  width: 100%; }

@media (min-width: 768px) {
  .c-due-date-calculator__result-actions > div[class$='button'] {
    width: 290px; } }

.c-due-date-calculator__result-actions > div
strong {
  font-weight: 700; }

.c-due-date-calculator__result-list
ul {
  margin-top: 10px; }

.c-due-date-calculator__skeleton {
  height: 263px; }

.c-author {
  margin-bottom: 20px;
  display: flex;
  row-gap: 10px;
  flex-direction: column; }

.c-author__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px; }

.c-author__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  text-align: left; }

.c-author__content {
  display: flex;
  flex-direction: column;
  row-gap: 10px; }

.c-author__lead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  text-align: left; }

.c-author__description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  text-align: left; }

.c-author--alignment-center .c-author__header {
  flex-direction: column; }

.c-author--alignment-center .c-author__content {
  align-items: center; }

.c-author--alignment-center .c-author__lead, .c-author--alignment-center .c-author__description {
  align-items: center;
  text-align: center; }

.c-pregnancy-calendar {
  margin-top: 20px; }

.c-pregnancy-calendar__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-pregnancy-calendar__result-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center; }

.c-pregnancy-calendar__result-description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-pregnancy-calendar__result-actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px; }

.c-pregnancy-calendar__result-actions > * {
  width: 100%; }

@media (min-width: 768px) {
  .c-pregnancy-calendar__result-actions > * {
    width: 290px; } }

.c-pregnancy-calendar__result b, .c-pregnancy-calendar__result
strong {
  font-weight: 700; }

.c-pregnancy-calendar__skeleton {
  height: 263px; }

.c-cross-allergies__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-cross-allergies__skeleton {
  height: 305px; }

.c-cross-allergy__title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center; }

.c-cross-allergy__description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  text-align: center; }

.c-cross-allergy__actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px; }

.c-cross-allergy__actions > * {
  width: 100%; }

@media (min-width: 768px) {
  .c-cross-allergy__actions > * {
    width: 290px; } }

.c-cross-allergy__list {
  margin-top: 20px; }

.c-cross-allergy__list
ul {
  margin-top: 10px; }

.c-book-of-names__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-book-of-names__result-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center; }

.c-book-of-names__result-description {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-book-of-names__result-actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px; }

.c-book-of-names__result-actions > * {
  width: 100%; }

@media (min-width: 768px) {
  .c-book-of-names__result-actions > * {
    width: 290px; } }

.c-book-of-names__skeleton {
  height: 263px; }

.c-book-of-names b, .c-book-of-names
strong {
  font-weight: 700; }

.c-names-tool__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-names-tool__result-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center; }

.c-names-tool__result-description {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-names-tool__result-actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px; }

.c-names-tool__result-actions > * {
  width: 100%; }

@media (min-width: 768px) {
  .c-names-tool__result-actions > * {
    width: 290px; } }

.c-names-tool__skeleton {
  height: 263px; }

.c-names-tool b, .c-names-tool
strong {
  font-weight: 700; }

.c-pregnancy-weight-calculator__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-pregnancy-weight-calculator__result-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 20px; }

.c-pregnancy-weight-calculator__result-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.36px; }

.c-pregnancy-weight-calculator__result-note {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.36px;
  margin-top: 20px; }

.c-pregnancy-weight-calculator__result-actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px; }

.c-pregnancy-weight-calculator__result-actions > * {
  width: 100%; }

@media (min-width: 768px) {
  .c-pregnancy-weight-calculator__result-actions > * {
    width: 290px; } }

.c-pregnancy-weight-calculator__result-estimation-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin: 20px 0; }

.c-pregnancy-weight-calculator__skeleton {
  height: 340px; }

.c-chinese-gender-predictor__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-chinese-gender-predictor__result-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center; }

.c-chinese-gender-predictor__result-description {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-chinese-gender-predictor__result-estimation-table {
  margin-top: 20px; }

.c-chinese-gender-predictor__result-estimation-legend {
  margin-top: 20px;
  width: 50%; }

.c-chinese-gender-predictor__result-actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px; }

.c-chinese-gender-predictor__result-actions > * {
  width: 100%; }

@media (min-width: 768px) {
  .c-chinese-gender-predictor__result-actions > * {
    width: 290px; } }

.c-chinese-gender-predictor__skeleton {
  height: 263px; }

.c-chinese-gender-predictor b, .c-chinese-gender-predictor
strong {
  font-weight: 700; }

.c-percentile-grids__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-percentile-grids__result-graph {
  margin: 60px 0;
  display: none; }

.c-percentile-grids__result-graph-legend {
  margin-top: 15px; }

.c-percentile-grids__result-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center; }

.c-percentile-grids__result-description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  text-align: center; }

.c-percentile-grids__result-actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px; }

.c-percentile-grids__result-actions > * {
  width: 100%; }

@media (min-width: 768px) {
  .c-percentile-grids__result-actions > * {
    width: 290px;
    margin: 0 auto; } }

.c-percentile-grids__result-accordion {
  margin: 20px 0; }

.c-percentile-grids__result-chart {
  margin-top: 15px;
  position: relative;
  padding-right: 45px; }

.c-percentile-grids__result-chart-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center; }

.c-percentile-grids__result-chart-centils {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 82px;
  width: 45px;
  display: grid;
  align-items: center;
  justify-items: right; }

.c-percentile-grids__result-chart-centils-point {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 24px;
  position: absolute;
  font-size: 12px;
  left: 3px;
  transform: translateY(10px); }

.c-percentile-grids__result-chart-centils-title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 24px;
  transform: rotate(-90deg);
  width: 24px;
  padding-right: 60px; }

.c-percentile-grids__result-data {
  width: 100%;
  margin: 20px 0; }

@media (min-width: 768px) {
  .c-percentile-grids__result-data {
    display: flex; }
  .c-percentile-grids__result-data > div {
    flex: 0 0 50%; } }

.c-percentile-grids__result-data
strong {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 24px;
  display: inline-block;
  padding-right: 10px;
  font-weight: 700; }

.c-percentile-grids__result-data-actions > * {
  width: 100%; }

@media (min-width: 768px) {
  .c-percentile-grids__result-data-actions > * {
    width: 290px;
    margin: 0 auto; } }

.c-percentile-grids__skeleton {
  height: 260px; }

.c-lozenge {
  background: linear-gradient(80deg, #2c95ef, #64b9eb);
  padding: 0px 10px 0;
  height: 26px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #fff;
  display: inline-flex;
  align-items: center; }

.c-lozenge--variant-primary {
  border-radius: 10px; }

.c-lozenge--variant-secondary {
  border-radius: 0 10px 10px 0;
  padding: 0 10px 0;
  height: 28px; }

.c-breadcrumbs {
  margin: 0 auto 10px; }

.c-breadcrumbs__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px; }

.c-breadcrumbs__item {
  height: 13px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1;
  text-transform: uppercase;
  color: #626B6F;
  text-decoration: none;
  line-height: 13px; }

.c-breadcrumbs__separator {
  height: 13px;
  flex: 0 0 13px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #2c95ef; }

.c-fertile-days-calendar__progress {
  margin: auto;
  width: 50px;
  height: 50px; }

.c-fertile-days-calendar__result-title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center; }

.c-fertile-days-calendar__result-description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-fertile-days-calendar__result-actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 15px; }

.c-fertile-days-calendar__result-actions > * {
  width: 100%; }

@media (min-width: 768px) {
  .c-fertile-days-calendar__result-actions > * {
    width: 290px; } }

.c-fertile-days-calendar__skeleton {
  height: 263px; }

.c-fertile-days-calendar b, .c-fertile-days-calendar
strong {
  font-weight: 700; }

.c-calendar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 5px 11px; }

.c-calendar__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-calendar__btn {
  position: relative;
  z-index: 1100; }

.c-calendar__btn > * {
  --color1:#2c95ef;
  --color2:#fff;
  --color3:#64b9eb;
  box-shadow: 0 0 20px rgba(98, 107, 111, 0.6);
  border-color: var(--color1);
  color: var(--color1);
  background-color: var(--color2);
  box-shadow: none; }

.c-calendar__btn > *:hover {
  border-color: transparent;
  color: var(--color2);
  background: linear-gradient(55deg, var(--color1), var(--color3)); }

.c-calendar__table-weekdays {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  line-height: 18px;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
  gap: 5px;
  text-align: center;
  margin: 5px 0; }

.c-calendar__table-weekdays
div {
  background-color: var(--color-header-background);
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.c-calendar__table-body {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
  gap: 5px;
  text-align: center; }

.c-calendar__table-body-item {
  padding: 10px;
  background-color: var(--color-data-background); }

.c-calendar__table-body-item--highlight-none {
  background-color: transparent; }

.c-calendar__table-body-item--highlight-start {
  background-color: var(--color-highlight-start); }

.c-calendar__table-body-item--highlight-fertile {
  background-color: var(--color-highlight-fertile); }

.c-calendar__table-body-item--highlight-ovulation {
  background-color: var(--color-highlight-ovulation); }

.c-calendar__table-body-item--highlight-other-month {
  color: var(--color-highlight-other-month); }

.c-calendar__legend {
  --color-header-background:#f5f5f5;
  --color-highlight-start:#f73a16;
  --color-highlight-ovulation:#2c95ef;
  --color-highlight-fertile:#e5f4ff;
  --color-highlight-infertile:#fff;
  --color-highlight-other-month:#626b6f;
  --color-data-background:#fff;
  --color-hover-background:rgba(235,235,235,0.5);
  --color-header-text:#221f1f;
  --color-data-text:#221f1f;
  --border-width:5px;
  --border-style:solid;
  --border-color:#f5f5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap; }

.c-calendar__legend-item {
  padding: 0 10px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-top: 15px; }

.c-calendar__legend-highlight {
  width: 28px;
  height: 28px;
  margin-right: 10px; }

.c-calendar__legend-highlight-none {
  background-color: #fff; }

.c-calendar__legend-highlight-start {
  background-color: var(--color-highlight-start); }

.c-calendar__legend-highlight-fertile {
  background-color: var(--color-highlight-fertile); }

.c-calendar__legend-highlight-infertile {
  background-color: var(--color-highlight-infertile); }

.c-calendar__legend-highlight-ovulation {
  background-color: var(--color-highlight-ovulation); }

.c-calendar--prev {
  transform: scale(-1); }

.c-special-report {
  display: flex;
  flex-direction: column; }

.c-special-report__header {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'two' 'one';
  row-gap: 30px; }

@media (min-width: 768px) {
  .c-special-report__header {
    grid-template-columns: 0.6fr 0.4fr;
    -moz-column-gap: 60px;
    column-gap: 60px;
    grid-template-areas: 'one two'; } }

.c-special-report__title {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 20px;
  word-break: break-word; }

.c-special-report__lead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  margin-bottom: 20px; }

.c-special-report__teaser {
  grid-area: one; }

.c-special-report__overline {
  margin-bottom: 10px; }

.c-special-report__info {
  grid-area: two;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #2c95ef;
  border-bottom: 1px solid #2c95ef;
  padding: 20px 0;
  text-align: center;
  align-self: flex-start; }

.c-special-report__content {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  margin-top: 50px; }

.c-special-report__content
img {
  width: 100%; }

.c-special-report__list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 30px; }

@media (min-width: 768px) {
  .c-special-report__list {
    row-gap: 50px; } }

@media (min-width: 768px) {
  .c-special-report__list {
    margin-top: 50px; } }

.c-special-report__poll, .c-special-report__quiz, .c-special-report__psychotest, .c-special-report__author {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  align-self: center;
  max-width: 640px; }

.c-legend {
  --color-header-background:#f5f5f5;
  --color-highlight-start:#f73a16;
  --color-highlight-ovulation:#2c95ef;
  --color-highlight-fertile:#e5f4ff;
  --color-highlight-infertile:#fff;
  --color-highlight-other-month:#626b6f;
  --color-highlight-standard:rgba(100,185,235,0.6);
  --color-highlight-ext-standard:rgba(100,185,235,0.3);
  --color-highlight-beyond-standard:rgba(247,58,22,0.15);
  --color-highlight-tertiary:#e5f4ff;
  --color-highlight-quaternary:#ffe6ff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap; }

.c-legend-item {
  padding: 0 10px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-top: 15px; }

.c-legend-highlight {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 24px;
  line-height: 28px;
  text-align: center; }

.c-legend-highlight-none {
  background-color: #fff; }

.c-legend-highlight-start {
  background-color: var(--color-highlight-start); }

.c-legend-highlight-fertile {
  background-color: var(--color-highlight-fertile); }

.c-legend-highlight-infertile {
  background-color: var(--color-highlight-infertile); }

.c-legend-highlight-ovulation {
  background-color: var(--color-highlight-ovulation); }

.c-legend-highlight-standard {
  background-color: var(--color-highlight-standard); }

.c-legend-highlight-ext-standard {
  background-color: var(--color-highlight-ext-standard); }

.c-legend-highlight-beyond-standard {
  background-color: var(--color-highlight-beyond-standard); }

.c-legend-highlight-tertiary {
  background-color: var(--color-highlight-tertiary); }

.c-legend-highlight-quaternary {
  background-color: var(--color-highlight-quaternary); }

.c-widget-spa {
  position: relative;
  border-radius: 30px;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center; }

@media (max-width: 768px) {
  .c-widget-spa {
    display: block;
    gap: none; } }

.c-widget-spa__image {
  border-radius: 30px;
  overflow: hidden;
  flex: 0 0 50%; }

@media (max-width: 768px) {
  .c-widget-spa__image {
    flex: none; } }

.c-widget-spa__image
img {
  align-self: auto; }

.c-widget-spa__content {
  padding: 16.5px 16px 16.5px 28px;
  flex: 0 0 50%; }

@media (max-width: 768px) {
  .c-widget-spa__content {
    padding: 20px 30px; } }

.c-widget-spa__title {
  margin-bottom: 15px;
  font-size: 23px;
  line-height: 29px;
  font-weight: 700; }

@media (max-width: 768px) {
  .c-widget-spa__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700; } }

.c-widget-spa__lead {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.24px;
  line-height: 24px; }

.c-widget-spa__action {
  display: inline-block; }

.c-widget-spa__link {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1000;
  color: inherit; }

.c-widget-spa--variant-primary {
  background: transparent linear-gradient(180deg, #4ab8f5 0%, #2c95ef 100%) 0% 0% no-repeat padding-box; }

.c-widget-spa--variant-primary .c-widget-spa__content {
  color: #fff; }

.c-widget-spa--variant-secondary {
  background: #f5f5f5; }

.c-widget-spa--variant-secondary .c-widget-spa__content {
  color: #221f1f; }

.c-widget-spa--variant-tertiary {
  background: #e5f4fe; }

.c-widget-spa--variant-tertiary .c-widget-spa__content {
  color: #221f1f; }

.c-widget-spa:hover {
  opacity: 0.7; }

.c-embed {
  position: relative;
  max-height: 420px;
  overflow: hidden;
  transition: max-height 1s ease-in-out; }

@media (min-width: 768px) {
  .c-embed {
    max-height: 680px; } }

.c-embed--status-opened {
  max-height: 2000px; }

.c-embed--status-opened .c-embed__link, .c-embed--status-opened .c-embed__fade, .c-embed--status-opened .c-embed__button {
  display: block;
  animation: fadeOut 1s;
  animation-fill-mode: forwards; }

.c-embed__link {
  cursor: pointer;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1000; }

.c-embed__link:hover {
  background: rgba(255, 255, 255, 0.3); }

.c-embed__link:focus {
  background: rgba(255, 255, 255, 0.3);
  outline: 1px dotted #2c95ef; }

.c-embed__fade {
  width: 100%;
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: translateZ(0px);
  bottom: 0;
  height: 325px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%); }

.c-embed__button {
  z-index: 1000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto 0 auto; }

.c-embed__button
a {
  text-decoration: none; }

@media (min-width: 768px) {
  .c-embed__button {
    max-width: 290px;
    margin: 50px auto 0 auto; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  99% {
    opacity: 0.01;
    width: 100%;
    height: 100%; }
  100% {
    opacity: 0;
    width: 0;
    height: 0; } }

.c-call-to-action {
  background-color: #f5f5f5;
  padding: 20px 28px; }

.c-call-to-action__title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700; }

.c-call-to-action__lead {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-call-to-action__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 20px auto 0 auto; }

@media (min-width: 768px) {
  .c-call-to-action__button {
    max-width: 290px; } }

.c-partners--variant-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 60px;
  column-gap: 60px;
  padding: 30px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }

.c-partners--variant-primary > * {
  max-width: 115px; }

.c-partners--variant-secondary {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 30px; }

.c-partners--variant-secondary > * {
  flex: 1;
  flex-basis: calc(50% - 30px); }

@media (min-width: 768px) {
  .c-partners--variant-secondary {
    -moz-column-gap: 60px;
    column-gap: 60px;
    row-gap: 60px; }
  .c-partners--variant-secondary > * {
    flex: 1; } }

.c-slider {
  position: relative;
  width: 100%; }

@media (min-width: 0px) {
  .c-slider--responsive-xs-columns-1 .c-slider__items {
    --columns:1; } }

@media (min-width: 0px) {
  .c-slider--responsive-xs-columns-2 .c-slider__items {
    --columns:2; } }

@media (min-width: 0px) {
  .c-slider--responsive-xs-columns-3 .c-slider__items {
    --columns:3; } }

@media (min-width: 0px) {
  .c-slider--responsive-xs-columns-4 .c-slider__items {
    --columns:4; } }

@media (min-width: 0px) {
  .c-slider--responsive-xs-columns-5 .c-slider__items {
    --columns:5; } }

@media (min-width: 0px) {
  .c-slider--responsive-xs-columns-6 .c-slider__items {
    --columns:6; } }

@media (min-width: 0px) {
  .c-slider--responsive-xs-indicator-none .c-slider__items {
    --indicator:0; } }

@media (min-width: 0px) {
  .c-slider--responsive-xs-indicator-xsmall .c-slider__items {
    --indicator: .2; } }

@media (min-width: 0px) {
  .c-slider--responsive-xs-indicator-small .c-slider__items {
    --indicator: .4; } }

@media (min-width: 0px) {
  .c-slider--responsive-xs-indicator-medium .c-slider__items {
    --indicator: .6; } }

@media (min-width: 0px) {
  .c-slider--responsive-xs-indicator-large .c-slider__items {
    --indicator: .8; } }

@media (min-width: 0px) {
  .c-slider--responsive-xs-indicator-xlarge .c-slider__items {
    --indicator: .9; } }

@media (min-width: 576px) {
  .c-slider--responsive-s-columns-1 .c-slider__items {
    --columns:1; } }

@media (min-width: 576px) {
  .c-slider--responsive-s-columns-2 .c-slider__items {
    --columns:2; } }

@media (min-width: 576px) {
  .c-slider--responsive-s-columns-3 .c-slider__items {
    --columns:3; } }

@media (min-width: 576px) {
  .c-slider--responsive-s-columns-4 .c-slider__items {
    --columns:4; } }

@media (min-width: 576px) {
  .c-slider--responsive-s-columns-5 .c-slider__items {
    --columns:5; } }

@media (min-width: 576px) {
  .c-slider--responsive-s-columns-6 .c-slider__items {
    --columns:6; } }

@media (min-width: 576px) {
  .c-slider--responsive-s-indicator-none .c-slider__items {
    --indicator:0; } }

@media (min-width: 576px) {
  .c-slider--responsive-s-indicator-xsmall .c-slider__items {
    --indicator: .2; } }

@media (min-width: 576px) {
  .c-slider--responsive-s-indicator-small .c-slider__items {
    --indicator: .4; } }

@media (min-width: 576px) {
  .c-slider--responsive-s-indicator-medium .c-slider__items {
    --indicator: .6; } }

@media (min-width: 576px) {
  .c-slider--responsive-s-indicator-large .c-slider__items {
    --indicator: .8; } }

@media (min-width: 576px) {
  .c-slider--responsive-s-indicator-xlarge .c-slider__items {
    --indicator: .9; } }

@media (min-width: 768px) {
  .c-slider--responsive-m-columns-1 .c-slider__items {
    --columns:1; } }

@media (min-width: 768px) {
  .c-slider--responsive-m-columns-2 .c-slider__items {
    --columns:2; } }

@media (min-width: 768px) {
  .c-slider--responsive-m-columns-3 .c-slider__items {
    --columns:3; } }

@media (min-width: 768px) {
  .c-slider--responsive-m-columns-4 .c-slider__items {
    --columns:4; } }

@media (min-width: 768px) {
  .c-slider--responsive-m-columns-5 .c-slider__items {
    --columns:5; } }

@media (min-width: 768px) {
  .c-slider--responsive-m-columns-6 .c-slider__items {
    --columns:6; } }

@media (min-width: 768px) {
  .c-slider--responsive-m-indicator-none .c-slider__items {
    --indicator:0; } }

@media (min-width: 768px) {
  .c-slider--responsive-m-indicator-xsmall .c-slider__items {
    --indicator: .2; } }

@media (min-width: 768px) {
  .c-slider--responsive-m-indicator-small .c-slider__items {
    --indicator: .4; } }

@media (min-width: 768px) {
  .c-slider--responsive-m-indicator-medium .c-slider__items {
    --indicator: .6; } }

@media (min-width: 768px) {
  .c-slider--responsive-m-indicator-large .c-slider__items {
    --indicator: .8; } }

@media (min-width: 768px) {
  .c-slider--responsive-m-indicator-xlarge .c-slider__items {
    --indicator: .9; } }

@media (min-width: 1000px) {
  .c-slider--responsive-l-columns-1 .c-slider__items {
    --columns:1; } }

@media (min-width: 1000px) {
  .c-slider--responsive-l-columns-2 .c-slider__items {
    --columns:2; } }

@media (min-width: 1000px) {
  .c-slider--responsive-l-columns-3 .c-slider__items {
    --columns:3; } }

@media (min-width: 1000px) {
  .c-slider--responsive-l-columns-4 .c-slider__items {
    --columns:4; } }

@media (min-width: 1000px) {
  .c-slider--responsive-l-columns-5 .c-slider__items {
    --columns:5; } }

@media (min-width: 1000px) {
  .c-slider--responsive-l-columns-6 .c-slider__items {
    --columns:6; } }

@media (min-width: 1000px) {
  .c-slider--responsive-l-indicator-none .c-slider__items {
    --indicator:0; } }

@media (min-width: 1000px) {
  .c-slider--responsive-l-indicator-xsmall .c-slider__items {
    --indicator: .2; } }

@media (min-width: 1000px) {
  .c-slider--responsive-l-indicator-small .c-slider__items {
    --indicator: .4; } }

@media (min-width: 1000px) {
  .c-slider--responsive-l-indicator-medium .c-slider__items {
    --indicator: .6; } }

@media (min-width: 1000px) {
  .c-slider--responsive-l-indicator-large .c-slider__items {
    --indicator: .8; } }

@media (min-width: 1000px) {
  .c-slider--responsive-l-indicator-xlarge .c-slider__items {
    --indicator: .9; } }

.c-slider__items {
  width: 100%;
  transition: transform 0.5s ease;
  padding: 2px;
  --row-gap:30px;
  --column-gap:30px;
  --columns:4;
  --indicator:0;
  --column-width:calc(
    (100% / (var(--columns) + var(--indicator))) -
    (
    (
    ((var(--columns) + var(--indicator)) - 1) *
    var(--column-gap)
    ) / (var(--columns) + var(--indicator))
    )
    );
  gap: var(--row-gap) var(--column-gap);
  grid-auto-columns: var(--column-width);
  display: grid;
  position: relative;
  grid-template-columns: none;
  position: relative;
  z-index: 1099; }

@media (min-width: 768px) {
  .c-slider__items {
    grid-auto-flow: column; } }

.c-slider__items > * {
  display: flex;
  flex-direction: column;
  flex: 0 0 var(--column-width); }

.c-slider__inner {
  overflow: hidden;
  padding-right: 2px; }

.c-slider__previous > *, .c-slider__next > * {
  --color1:#2c95ef;
  --color2:#fff;
  --color3:#64b9eb;
  box-shadow: 0 0 20px rgba(98, 107, 111, 0.6);
  border-color: var(--color1);
  color: var(--color1);
  background-color: var(--color2); }

.c-slider__previous > *:hover, .c-slider__next > *:hover {
  border-color: transparent;
  color: var(--color2);
  background: linear-gradient(55deg, var(--color1), var(--color3)); }

.c-slider__next {
  visibility: hidden;
  z-index: 1100;
  position: absolute;
  right: 10px; }

.c-slider__previous {
  visibility: hidden;
  z-index: 1100;
  position: absolute;
  left: 10px; }

.c-scroll {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 2px; }

@media (min-width: 0px) and (max-width: 576px) {
  .c-scroll--responsive-xs {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 2px; }
  .c-scroll--responsive-xs-active, .c-scroll--responsive-xs.active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    transform: scale(1); }
  .c-scroll--responsive-xs::-webkit-scrollbar {
    display: none; }
  .c-scroll--responsive-xs--mask-size-small {
    --mask-width:10px; }
  .c-scroll--responsive-xs--mask-size-medium {
    --mask-width:30px; }
  .c-scroll--responsive-xs--mask-size-large {
    --mask-width:60px; }
  .c-scroll--responsive-xs--orientation-horizontal {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: visible; }
  .c-scroll--responsive-xs--orientation-horizontal.c-scroll--masked-right {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%); }
  .c-scroll--responsive-xs--orientation-horizontal.c-scroll--masked-both {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%); }
  .c-scroll--responsive-xs--orientation-horizontal.c-scroll-masked-left {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black 100%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black 100%, transparent 100%); }
  .c-scroll--responsive-xs--orientation-vertical {
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    overflow-x: visible;
    overflow-y: scroll; }
  .c-scroll--responsive-xs--orientation-vertical.c-scroll--masked-top {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black 100%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black 100%, transparent 100%); }
  .c-scroll--responsive-xs--orientation-vertical.c-scroll--masked-both {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%); }
  .c-scroll--responsive-xs--orientation-vertical.c-scroll--masked-bottom {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%); } }

@media (min-width: 576px) and (max-width: 768px) {
  .c-scroll--responsive-s {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 2px; }
  .c-scroll--responsive-s-active, .c-scroll--responsive-s.active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    transform: scale(1); }
  .c-scroll--responsive-s::-webkit-scrollbar {
    display: none; }
  .c-scroll--responsive-s--mask-size-small {
    --mask-width:10px; }
  .c-scroll--responsive-s--mask-size-medium {
    --mask-width:30px; }
  .c-scroll--responsive-s--mask-size-large {
    --mask-width:60px; }
  .c-scroll--responsive-s--orientation-horizontal {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: visible; }
  .c-scroll--responsive-s--orientation-horizontal.c-scroll--masked-right {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%); }
  .c-scroll--responsive-s--orientation-horizontal.c-scroll--masked-both {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%); }
  .c-scroll--responsive-s--orientation-horizontal.c-scroll-masked-left {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black 100%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black 100%, transparent 100%); }
  .c-scroll--responsive-s--orientation-vertical {
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    overflow-x: visible;
    overflow-y: scroll; }
  .c-scroll--responsive-s--orientation-vertical.c-scroll--masked-top {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black 100%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black 100%, transparent 100%); }
  .c-scroll--responsive-s--orientation-vertical.c-scroll--masked-both {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%); }
  .c-scroll--responsive-s--orientation-vertical.c-scroll--masked-bottom {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%); } }

@media (min-width: 768px) and (max-width: 1000px) {
  .c-scroll--responsive-m {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 2px; }
  .c-scroll--responsive-m-active, .c-scroll--responsive-m.active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    transform: scale(1); }
  .c-scroll--responsive-m::-webkit-scrollbar {
    display: none; }
  .c-scroll--responsive-m--mask-size-small {
    --mask-width:10px; }
  .c-scroll--responsive-m--mask-size-medium {
    --mask-width:30px; }
  .c-scroll--responsive-m--mask-size-large {
    --mask-width:60px; }
  .c-scroll--responsive-m--orientation-horizontal {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: visible; }
  .c-scroll--responsive-m--orientation-horizontal.c-scroll--masked-right {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%); }
  .c-scroll--responsive-m--orientation-horizontal.c-scroll--masked-both {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%); }
  .c-scroll--responsive-m--orientation-horizontal.c-scroll-masked-left {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black 100%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black 100%, transparent 100%); }
  .c-scroll--responsive-m--orientation-vertical {
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    overflow-x: visible;
    overflow-y: scroll; }
  .c-scroll--responsive-m--orientation-vertical.c-scroll--masked-top {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black 100%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black 100%, transparent 100%); }
  .c-scroll--responsive-m--orientation-vertical.c-scroll--masked-both {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%); }
  .c-scroll--responsive-m--orientation-vertical.c-scroll--masked-bottom {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%); } }

@media (min-width: 1000px) and (max-width: 1200px) {
  .c-scroll--responsive-l {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 2px; }
  .c-scroll--responsive-l-active, .c-scroll--responsive-l.active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    transform: scale(1); }
  .c-scroll--responsive-l::-webkit-scrollbar {
    display: none; }
  .c-scroll--responsive-l--mask-size-small {
    --mask-width:10px; }
  .c-scroll--responsive-l--mask-size-medium {
    --mask-width:30px; }
  .c-scroll--responsive-l--mask-size-large {
    --mask-width:60px; }
  .c-scroll--responsive-l--orientation-horizontal {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: visible; }
  .c-scroll--responsive-l--orientation-horizontal.c-scroll--masked-right {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%); }
  .c-scroll--responsive-l--orientation-horizontal.c-scroll--masked-both {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%); }
  .c-scroll--responsive-l--orientation-horizontal.c-scroll-masked-left {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black 100%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black 100%, transparent 100%); }
  .c-scroll--responsive-l--orientation-vertical {
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    overflow-x: visible;
    overflow-y: scroll; }
  .c-scroll--responsive-l--orientation-vertical.c-scroll--masked-top {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black 100%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black 100%, transparent 100%); }
  .c-scroll--responsive-l--orientation-vertical.c-scroll--masked-both {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%); }
  .c-scroll--responsive-l--orientation-vertical.c-scroll--masked-bottom {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%); } }

@media (min-width: 1200px) {
  .c-scroll--responsive-xl {
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 2px; }
  .c-scroll--responsive-xl-active, .c-scroll--responsive-xl.active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    transform: scale(1); }
  .c-scroll--responsive-xl::-webkit-scrollbar {
    display: none; }
  .c-scroll--responsive-xl--mask-size-small {
    --mask-width:10px; }
  .c-scroll--responsive-xl--mask-size-medium {
    --mask-width:30px; }
  .c-scroll--responsive-xl--mask-size-large {
    --mask-width:60px; }
  .c-scroll--responsive-xl--orientation-horizontal {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: visible; }
  .c-scroll--responsive-xl--orientation-horizontal.c-scroll--masked-right {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%); }
  .c-scroll--responsive-xl--orientation-horizontal.c-scroll--masked-both {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%); }
  .c-scroll--responsive-xl--orientation-horizontal.c-scroll-masked-left {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black 100%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black 100%, transparent 100%); }
  .c-scroll--responsive-xl--orientation-vertical {
    overflow-y: hidden;
    scroll-snap-type: y mandatory;
    overflow-x: visible;
    overflow-y: scroll; }
  .c-scroll--responsive-xl--orientation-vertical.c-scroll--masked-top {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black 100%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black 100%, transparent 100%); }
  .c-scroll--responsive-xl--orientation-vertical.c-scroll--masked-both {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%); }
  .c-scroll--responsive-xl--orientation-vertical.c-scroll--masked-bottom {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%); } }

.c-scroll-active, .c-scroll.active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  transform: scale(1); }

.c-scroll::-webkit-scrollbar {
  display: none; }

.c-scroll--mask-size-small {
  --mask-width:10px; }

.c-scroll--mask-size-medium {
  --mask-width:30px; }

.c-scroll--mask-size-large {
  --mask-width:60px; }

.c-scroll--orientation-horizontal {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  overflow-y: visible; }

.c-scroll--orientation-horizontal.c-scroll--masked-right {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%); }

.c-scroll--orientation-horizontal.c-scroll--masked-both {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%); }

.c-scroll--orientation-horizontal.c-scroll-masked-left {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black 100%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black var(--mask-width), black 100%, transparent 100%); }

.c-scroll--orientation-vertical {
  overflow-y: hidden;
  scroll-snap-type: y mandatory;
  overflow-x: visible;
  overflow-y: scroll; }

.c-scroll--orientation-vertical.c-scroll--masked-top {
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black 100%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black 100%, transparent 100%); }

.c-scroll--orientation-vertical.c-scroll--masked-both {
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black var(--mask-width), black calc(100% - var(--mask-width)), transparent 100%); }

.c-scroll--orientation-vertical.c-scroll--masked-bottom {
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 0%, black calc(100% - var(--mask-width)), transparent 100%); }

.c-top {
  padding-top: 20px;
  padding-bottom: 20px; }

@media (min-width: 768px) {
  .c-top {
    padding-top: 25px;
    padding-bottom: 25px; } }

.c-top > .c-container:not(:first-child) {
  margin-top: 15px; }

@media (min-width: 1000px) {
  .c-top .c-container .c-container {
    padding-left: 10px;
    padding-right: 10px; } }

main {
  margin: 0px auto;
  max-width: 1000px; }

@media (min-width: 1000px) {
  main {
    padding: 10px; }
  main .c-container {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1000px) {
  main > .c-box--highlight-secondary, main .c-box--highlight-primary, main .c-box--highlight-tertiary {
    padding-left: 10px;
    padding-right: 10px; } }

.c-bottom {
  padding-top: 50px; }

@media (min-width: 1000px) {
  .c-bottom .c-container .c-container {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 1000px) {
  .screening div[class^='c-stream']::before, .screening div[class^='c-stream']::after {
    max-width: 10px; } }

img[alt='pixel'] {
  font-size: 0; }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-0 {
    margin-top: 0; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-5 {
    margin-top: 5px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-10 {
    margin-top: 10px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-15 {
    margin-top: 15px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-20 {
    margin-top: 20px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-25 {
    margin-top: 25px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-30 {
    margin-top: 30px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-35 {
    margin-top: 35px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-40 {
    margin-top: 40px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-45 {
    margin-top: 45px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-50 {
    margin-top: 50px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-55 {
    margin-top: 55px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-60 {
    margin-top: 60px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-65 {
    margin-top: 65px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-70 {
    margin-top: 70px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-75 {
    margin-top: 75px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-80 {
    margin-top: 80px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-85 {
    margin-top: 85px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-90 {
    margin-top: 90px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-95 {
    margin-top: 95px; } }

@media (min-width: 0px) {
  .c-spacer--responsive-xs--size-100 {
    margin-top: 100px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-0 {
    margin-top: 0; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-5 {
    margin-top: 5px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-10 {
    margin-top: 10px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-15 {
    margin-top: 15px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-20 {
    margin-top: 20px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-25 {
    margin-top: 25px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-30 {
    margin-top: 30px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-35 {
    margin-top: 35px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-40 {
    margin-top: 40px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-45 {
    margin-top: 45px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-50 {
    margin-top: 50px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-55 {
    margin-top: 55px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-60 {
    margin-top: 60px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-65 {
    margin-top: 65px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-70 {
    margin-top: 70px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-75 {
    margin-top: 75px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-80 {
    margin-top: 80px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-85 {
    margin-top: 85px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-90 {
    margin-top: 90px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-95 {
    margin-top: 95px; } }

@media (min-width: 576px) {
  .c-spacer--responsive-s--size-100 {
    margin-top: 100px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-0 {
    margin-top: 0; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-5 {
    margin-top: 5px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-10 {
    margin-top: 10px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-15 {
    margin-top: 15px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-20 {
    margin-top: 20px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-25 {
    margin-top: 25px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-30 {
    margin-top: 30px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-35 {
    margin-top: 35px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-40 {
    margin-top: 40px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-45 {
    margin-top: 45px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-50 {
    margin-top: 50px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-55 {
    margin-top: 55px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-60 {
    margin-top: 60px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-65 {
    margin-top: 65px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-70 {
    margin-top: 70px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-75 {
    margin-top: 75px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-80 {
    margin-top: 80px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-85 {
    margin-top: 85px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-90 {
    margin-top: 90px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-95 {
    margin-top: 95px; } }

@media (min-width: 768px) {
  .c-spacer--responsive-m--size-100 {
    margin-top: 100px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-0 {
    margin-top: 0; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-5 {
    margin-top: 5px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-10 {
    margin-top: 10px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-15 {
    margin-top: 15px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-20 {
    margin-top: 20px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-25 {
    margin-top: 25px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-30 {
    margin-top: 30px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-35 {
    margin-top: 35px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-40 {
    margin-top: 40px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-45 {
    margin-top: 45px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-50 {
    margin-top: 50px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-55 {
    margin-top: 55px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-60 {
    margin-top: 60px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-65 {
    margin-top: 65px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-70 {
    margin-top: 70px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-75 {
    margin-top: 75px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-80 {
    margin-top: 80px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-85 {
    margin-top: 85px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-90 {
    margin-top: 90px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-95 {
    margin-top: 95px; } }

@media (min-width: 1000px) {
  .c-spacer--responsive-l--size-100 {
    margin-top: 100px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-0 {
    margin-top: 0; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-5 {
    margin-top: 5px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-10 {
    margin-top: 10px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-15 {
    margin-top: 15px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-20 {
    margin-top: 20px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-25 {
    margin-top: 25px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-30 {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-35 {
    margin-top: 35px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-40 {
    margin-top: 40px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-45 {
    margin-top: 45px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-50 {
    margin-top: 50px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-55 {
    margin-top: 55px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-60 {
    margin-top: 60px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-65 {
    margin-top: 65px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-70 {
    margin-top: 70px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-75 {
    margin-top: 75px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-80 {
    margin-top: 80px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-85 {
    margin-top: 85px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-90 {
    margin-top: 90px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-95 {
    margin-top: 95px; } }

@media (min-width: 1200px) {
  .c-spacer--responsive-xl--size-100 {
    margin-top: 100px; } }

.c-box {
  position: relative;
  color: inherit;
  background-color: inherit; }

.c-box--spacing-medium {
  padding-top: 20px;
  padding-bottom: 20px; }

@media (min-width: 768px) {
  .c-box--spacing-medium {
    padding-top: 30px;
    padding-bottom: 30px; } }

.c-box--spacing-large {
  padding-top: 50px;
  padding-bottom: 50px; }

@media (min-width: 768px) {
  .c-box--spacing-large {
    padding-top: 50px;
    padding-bottom: 50px; } }

.c-box--color-background {
  color: #221f1f;
  background-color: #fff; }

@media (min-width: 1000px) {
  .c-box--color-background.c-top, .c-box--color-background.c-bottom {
    padding-left: 10px;
    padding-right: 10px; } }

.c-box--highlight-primary {
  background: #e5f4ff;
  color: #221f1f; }

.c-box--highlight-secondary {
  background: #2c95ef;
  color: #fff; }

.c-box--highlight-tertiary {
  background: #fff;
  color: #221f1f; }

.screening .c-box--variant-primary:before, .screening .c-box--variant-primary:after {
  max-width: 0px; }

@media (min-width: 1000px) {
  .c-box--variant-primary:before {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    background-color: inherit;
    width: 500%;
    right: 100%; }
  .c-box--variant-primary:after {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    background-color: inherit;
    width: 500%;
    left: 100%; } }

.c-container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.c-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.c-content {
  padding: 0;
  width: 100%;
  position: relative; }

@media (min-width: 1000px) {
  .c-content {
    padding: 0 20px 0 0;
    width: calc(100% - 300px); } }

@media (min-width: 1200px) {
  .c-content {
    padding: 0 56px 0 0; } }

.c-aside {
  display: none; }

@media (min-width: 1000px) {
  .c-aside {
    display: block;
    width: 300px; } }

.c-sticky {
  flex-direction: column;
  height: 100%;
  display: flex; }

.c-sticky > *:not(:last-child) {
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .c-sticky > *:not(:last-child) {
    margin-bottom: 35px; } }

.c-sticky__item {
  height: 100%; }

.c-sticky__content {
  top: 10px;
  padding-bottom: 10px;
  position: sticky; }

@media (min-width: 0px) {
  .c-flexible--responsive-xs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; } }

@media (min-width: 576px) {
  .c-flexible--responsive-s {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; } }

@media (min-width: 768px) {
  .c-flexible--responsive-m {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; } }

@media (min-width: 1000px) {
  .c-flexible--responsive-l {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; } }

@media (min-width: 1200px) {
  .c-flexible--responsive-xl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; } }

.c-grid-8 {
  width: 100%;
  display: grid;
  -moz-column-gap: 90px;
  column-gap: 90px;
  row-gap: 30px;
  justify-content: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0; }

@media (min-width: 0px) {
  .c-grid-8 {
    grid-template-columns: 1fr; } }

@media (min-width: 768px) {
  .c-grid-8 {
    grid-template-columns: 0.5fr 0.5fr; } }

.c-tag {
  margin-bottom: 20px;
  display: flex;
  row-gap: 20px;
  flex-direction: column; }

.c-tag__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 20px; }

.c-tag__title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  text-align: left; }

.c-tag__image {
  margin: 0 auto 20px; }

@media (min-width: 768px) {
  .c-tag__image {
    float: left;
    width: 320px;
    margin: 0 30px 20px 0; } }

.c-tag__content {
  display: flex;
  flex-direction: column;
  row-gap: 10px; }

.c-tag__content.expanded .c-tag__description {
  display: block;
  transition: transform 2s; }

.c-tag__content.expanded *[class$='active'] {
  display: none; }

.c-tag__content.expanded *[class$='inactive'] {
  display: flex; }

.c-tag__description {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.c-tag__description
ul {
  margin-top: 15px; }

.c-tag__description ul
li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 24px; }

.c-tag__description ul li
b {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700; }

.c-tag__button {
  display: flex;
  width: -moz-min-content;
  width: min-content;
  cursor: pointer;
  align-self: flex-end; }

.c-tag--alignment-center .c-tag__header {
  flex-direction: column; }

.c-tag--alignment-center .c-tag__content {
  align-items: center; }

.c-tag--alignment-center .c-tag__lead, .c-tag--alignment-center .c-tag__description {
  align-items: center;
  text-align: center; }
