@charset "UTF-8";
/**
 * This file contains stuff that is shared between variants
 */
/**
 * This file contains stuff that can vary between variants
 */
/**
 * Calculate an em size based on a context
 */
/**
 * Conditionally output stuff.
 * The idea is to be able to target print, browsers, sizes etc.
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

@font-face {
  font-family: 'Merriweather-Regular';
  src: url("Merriweather-Regular.eot");
  src: url("Merriweather-Regular.eot?#iefix") format("embedded-opentype"), url("Merriweather-Regular.woff2") format("woff2"), url("Merriweather-Regular.woff") format("woff"), url("Merriweather-Regular.ttf") format("truetype"), url("Merriweather-Regular.svg#Merriweather-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nichemediet";
  src: url("../../fonts/nichemediet_v6/fonts/nichemediet.eot?o6xkff");
  src: url("../../fonts/nichemediet_v6/fonts/nichemediet.eot?o6xkff#iefix") format("embedded-opentype"), url("../../fonts/nichemediet_v6/fonts/nichemediet.ttf?o6xkff") format("truetype"), url("../../fonts/nichemediet_v6/fonts/nichemediet.woff?o6xkff") format("woff"), url("../../fonts/nichemediet_v6/fonts/nichemediet.svg?o6xkff#nichemediet") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather-Bold';
  src: url("../../fonts/Merriweather-Bold.eot");
  src: url("../../fonts/Merriweather-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Merriweather-Bold.woff2") format("woff2"), url("../../fonts/Merriweather-Bold.woff") format("woff"), url("../../fonts/Merriweather-Bold.ttf") format("truetype"), url("../../fonts/Merriweather-Bold.svg#Merriweather-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Cabin-Regular';
  src: url("../../fonts/Cabin-Regular.eot");
  src: url("../../fonts/Cabin-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Cabin-Regular.woff2") format("woff2"), url("../../fonts/Cabin-Regular.woff") format("woff"), url("../../fonts/Cabin-Regular.ttf") format("truetype"), url("../../fonts/Cabin-Regular.svg#Cabin-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cabin-Medium';
  src: url("../../fonts/Cabin-Medium.eot");
  src: url("../../fonts/Cabin-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/Cabin-Medium.woff2") format("woff2"), url("../../fonts/Cabin-Medium.woff") format("woff"), url("../../fonts/Cabin-Medium.ttf") format("truetype"), url("../../fonts/Cabin-Medium.svg#Cabin-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Cabin-Bold';
  src: url("../../fonts/Cabin-Bold.eot");
  src: url("../../fonts/Cabin-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Cabin-Bold.woff2") format("woff2"), url("../../fonts/Cabin-Bold.woff") format("woff"), url("../../fonts/Cabin-Bold.ttf") format("truetype"), url("../../fonts/Cabin-Bold.svg#Cabin-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url("../../fonts/Oswald-Regular.eot");
  src: url("../../fonts/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Oswald-Regular.woff2") format("woff2"), url("../../fonts/Oswald-Regular.woff") format("woff"), url("../../fonts/Oswald-Regular.ttf") format("truetype"), url("../../fonts/Oswald-Regular.svg#Oswald-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url("../../fonts/Oswald-Bold.eot");
  src: url("../../fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Oswald-Bold.woff2") format("woff2"), url("../../fonts/Oswald-Bold.woff") format("woff"), url("../../fonts/Oswald-Bold.ttf") format("truetype"), url("../../fonts/Oswald-Bold.svg#Oswald-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
body {
  position: relative;
  background: #FFFFFF;
  font-family: "Cabin-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #252525;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
body.is-no-scroll {
  overflow: hidden;
}
body.is-no-scroll .dialog-off-canvas-main-canvas {
  position: relative;
  z-index: 510 !important;
}

p, ul, ol {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

.color__wrapper {
  display: flex;
}
.color__title {
  font-size: 24px;
  line-height: 31px;
  padding: 30px 0 15px;
}
.color__item {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 50px;
}
.color__item--primary-brand {
  background-color: #e5057f;
}
.color__item--secondary-brand {
  background-color: #000000;
}
.color__item--tertiary-brand {
  background-color: #e5057f;
}
.color__item--primary-background {
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
}
.color__item--secondary-background {
  background-color: #252525;
  border: 1px solid #D8D8D8;
}
.color__item--tertiary-background {
  background-color: #999692;
  border: 1px solid #D8D8D8;
}
.color__item--primary-text {
  background-color: #252525;
}
.color__item--secondary-text {
  background-color: #B6B6B6;
}
.color__item--border {
  background-color: #D8D8D8;
}

.layout {
  overflow: hidden;
}
.layout__top {
  border-top: 5px solid #e5057f;
}
.layout__middle {
  min-height: 50vh;
}
.layout__unit {
  margin-bottom: 20px;
}
.layout__container--border {
  padding: 25px 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
.layout__segment {
  padding: 20px;
}
.layout__banner-wide {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.layout__banner-fullwidth {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.layout__banner-scroller {
  position: relative;
  display: block;
  z-index: 1;
}
.layout__banner-scroller--desktop {
  display: none;
}
.layout__banner-scroller-inner {
  position: relative;
  height: 100vw;
  max-height: 100vw;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
  z-index: 81001;
}
.layout__banner-scroller-ad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
  clip-path: inset(0 0 0 0);
  z-index: 1;
}
.layout__banner-scroller-ad a, .layout__banner-scroller-ad p {
  display: block;
  width: 100%;
  height: 100%;
}
.layout__banner-scroller img,
.layout__banner-scroller iframe {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100vh;
  pointer-events: none;
  border: none;
  margin: 0;
}

@media (min-width: 700px) {
  .layout__unit {
    margin-bottom: 20px;
  }
  .layout__unit--large {
    margin-bottom: 50px;
  }
  .layout__middle:after {
    content: '';
    display: block;
    clear: both;
    height: 0px;
  }
  .layout__main {
    float: left;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 20px;
  }
  .layout__sidebar {
    float: right;
    width: 40%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 20px;
  }
}
@media (min-width: 900px) {
  .layout__middle:after {
    content: '';
    display: block;
    clear: both;
    height: 0px;
  }
  .layout__container {
    max-width: 1120px;
    margin: 0 auto;
  }
  .layout__container:after {
    content: '';
    display: block;
    clear: both;
    height: 0px;
  }
  .layout__container--narrow {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .layout__banner-scroller--mobile {
    display: none;
  }
  .layout__banner-scroller--desktop {
    display: block;
  }
  .layout__banner-scroller--inter .layout__banner-scroller-inner {
    height: 750px;
    max-height: 750px;
  }
}
.panel {
  max-width: 960px;
  margin: 0 auto;
}
.panel__middle {
  padding: 20px 10px;
  min-height: 200px;
}
.panel__unit {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .panel__3 {
    margin: 0 -10px;
  }
  .panel__3:after {
    content: '';
    display: block;
    clear: both;
    height: 0px;
  }
  .panel__3__column {
    width: 33.33333333%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .panel__3__column:after {
    content: '';
    display: block;
    clear: both;
    height: 0px;
  }
}
.split {
  margin-left: -10px;
  margin-right: -10px;
}
.split__column {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .split {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .split__column {
    flex: 1 1;
    flex-basis: 50%;
    padding: 0 15px;
    margin-bottom: 0;
  }
  .split--7-5 .split__column {
    flex-basis: 61%;
  }
  .split--7-5 .split__column:last-child {
    flex-basis: 39%;
  }
  .split--5-7 .split__column {
    flex-basis: 39%;
  }
  .split--5-7 .split__column:last-child {
    flex-basis: 61%;
  }
}
.grid__items {
  margin: -10px;
  font-size: 0;
}
.grid__item {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
}
.grid__item--6, .grid__item--4, .grid__item--3 {
  width: 100%;
}
.grid--4 .grid__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.grid--4 .grid__item {
  display: flex;
  flex-direction: column;
}

.grid-slider .grid__items {
  display: flex;
  flex-wrap: unset;
}
.grid-slider .grid__item {
  width: calc(85vw - (24px * 2));
  flex-shrink: 0;
}

@media (min-width: 700px) {
  .grid__items {
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
  }
  .grid__item {
    padding: 15px;
    display: flex;
    flex-direction: column;
  }
  .grid__item--2 {
    width: 50%;
  }
  .grid__item--6 {
    width: 33.33333333%;
  }
  .grid__item--3 {
    width: 33.33333333%;
  }

  /** Exception for grids inside splits */
  .split--4-8 .grid--3 .grid__items {
    margin-left: 10px;
    margin-right: 10px;
  }
  .split--4-8 .grid--3 .grid__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 900px) {
  .grid__item--4 {
    width: 25%;
  }
  .grid__item--5 {
    width: 20%;
  }
  .grid__item--6 {
    width: 16.66666667%;
  }
}
.web-form .form-item {
  margin: 20px 0;
}
.web-form .control-label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.web-form .description {
  margin-top: 5px;
}
.web-form .form-type-checkbox {
  position: relative;
}
.web-form .form-type-checkbox .form-checkbox {
  position: absolute;
  visibility: hidden;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.web-form .form-type-checkbox .form-checkbox:checked + .control-label:before {
  background: #ffffff url(../../gfx/check.svg) 50% no-repeat;
  background-size: 70%;
  border-color: #e5057f;
}
.web-form .form-type-checkbox .control-label {
  cursor: pointer;
  padding-left: 35px;
}
.web-form .form-type-checkbox .control-label:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #D8D8D8;
}
.web-form .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-sizing: border-box;
  font-family: inherit;
  padding: 0;
  border-radius: 0;
  box-sizing: none;
  height: 40px;
  border: 1px solid #D8D8D8;
  font-size: 14px;
  padding-left: 10px;
  background: #FFFFFF;
  width: 100%;
  background-image: url(../../gfx/select-arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 17px) 14px;
}
.web-form .form-select::-ms-clear {
  width: 0;
  height: 0;
}
.web-form .form-counter-box {
  position: relative;
}
.web-form .form-counter-element.form-textarea {
  padding-right: 60px;
}
.web-form .form-counter .js-form-counter-count {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 11px;
  color: #9E9E9E;
}
.web-form .form-counter .js-form-counter-count.is-maxed span {
  color: #e5057f;
}
.web-form .form-email,
.web-form .form-text,
.web-form .form-email,
.web-form .form-tel,
.web-form .form-number,
.web-form .form-text,
.web-form .form-url,
.web-form .form-search-field__input {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-sizing: border-box;
  font-family: inherit;
  padding: 0;
  border-radius: 0;
  box-sizing: none;
  height: 40px;
  border: 1px solid #D8D8D8;
  font-size: 12px;
  padding-left: 10px;
  background: #FFFFFF;
  width: 100%;
}
.web-form .form-email::-ms-clear,
.web-form .form-text::-ms-clear,
.web-form .form-email::-ms-clear,
.web-form .form-tel::-ms-clear,
.web-form .form-number::-ms-clear,
.web-form .form-text::-ms-clear,
.web-form .form-url::-ms-clear,
.web-form .form-search-field__input::-ms-clear {
  width: 0;
  height: 0;
}
.web-form .form-textarea {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-sizing: border-box;
  font-family: inherit;
  padding: 0;
  border-radius: 0;
  box-sizing: none;
  border: 1px solid #D8D8D8;
  font-size: 16px;
  padding: 5px 10px;
  background: #FFFFFF;
  width: 100%;
  resize: vertical;
  font-size: 12px;
}
.web-form .form-textarea::-ms-clear {
  width: 0;
  height: 0;
}
.web-form--sign-up {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  align-items: center;
  margin: auto;
}
.web-form--sign-up .form-item {
  margin: 10px 0;
}
.web-form--sign-up .button {
  white-space: nowrap;
  min-width: 105px;
  margin-top: 10px;
}
.web-form label {
  display: block;
  margin-bottom: 5px;
}
.web-form label.form-required:after {
  content: "*";
  display: inline-block;
  margin-left: 5px;
  color: #e5057f;
}
.web-form .form-label-stacked {
  position: relative;
}
.web-form .form-label-stacked input {
  padding-top: 14px;
}
.web-form .form-label-stacked input::-webkit-input-placeholder {
  color: transparent;
}
.web-form .form-label-stacked input:-moz-placeholder {
  color: transparent;
}
.web-form .form-label-stacked input::-moz-placeholder {
  color: transparent;
}
.web-form .form-label-stacked input:-ms-input-placeholder {
  color: transparent;
}
.web-form .form-label-stacked label {
  position: absolute;
  left: 10px;
  top: 12px;
  font-weight: 400;
  transition: color 200ms ease-in-out, font-size 200ms ease-in-out, transform 200ms ease-in-out;
  pointer-events: none;
}
.web-form .form-label-stacked.is-focused label {
  transform: translateY(-8px);
  font-size: 11px;
  color: #9E9E9E;
}
.web-form .form-label-stacked.is-focused label.form-required:after {
  color: #9E9E9E;
}
.web-form .form-checkbox {
  display: flex;
  position: relative;
  margin-top: 20px;
  padding-left: 40px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.web-form .form-checkbox:last-child {
  margin-bottom: 0px;
}
.web-form .form-checkbox:first-child {
  margin-top: 0px;
}
.web-form .form-checkbox-text {
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
}
.web-form .form-checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  pointer-events: none;
}
.web-form .form-checkbox-checkmark:after {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  display: block;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  color: #252525;
  opacity: 0;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
}
.web-form .form-checkbox input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.web-form .form-checkbox input:checked ~ .form-checkbox-checkmark:after {
  opacity: 1;
}
.web-form .form-checkbox input:focus + span {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
.web-form .form-checkbox.has-success + .form-invalid-message {
  display: none;
}
.web-form .form-checkbox.has-success:after {
  display: none;
}
.web-form .form-checkbox.has-error {
  padding-right: 35px;
}
.web-form .form-checkbox.has-error:after {
  top: 7px;
}
.web-form.user-login-form, .web-form.user-password-form, .web-form.user-trial-signup-form {
  display: block;
  margin: 30px auto;
  max-width: 460px;
  padding: 20px;
  background-color: #F5F5F5;
}
.web-form .form__description {
  margin: 10px 0;
}
.web-form .form__description a {
  color: #e5057f;
}
.web-form .form-search-field__input {
  padding-right: 44px;
}
.web-form .form-search-field__submit {
  position: absolute;
  right: 0;
  top: 3px;
  padding: 20px 25px;
  border: none;
  text-align: center;
  cursor: pointer;
  background: none;
}
.web-form .form-search-field__submit:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  position: absolute;
  pointer-events: none;
  font-size: 18px;
  right: 10px;
  color: #252525;
  top: 50%;
  margin-top: -12px;
}
.web-form-confirmation__message {
  font-size: 28px;
  line-height: 36px;
}
.web-form-confirmation a {
  color: #e5057f;
}

@media (min-width: 700px) {
  .web-form .form-select {
    background-position: calc(100% - 17px) 18px;
  }
  .web-form .form-select,
  .web-form .form-email,
  .web-form .form-text,
  .web-form .form-email,
  .web-form .form-tel,
  .web-form .form-number,
  .web-form .form-text,
  .web-form .form-url,
  .web-form .form-search-field__input {
    height: 48px;
    font-size: 14px;
  }
  .web-form .form-textarea {
    font-size: 14px;
  }
  .web-form .form-label-stacked input {
    padding-top: 17px;
  }
  .web-form .form-label-stacked label {
    top: 15px;
  }
  .web-form .form-label-stacked.is-focused label {
    transform: translateY(-10px);
    font-size: 12px;
  }
  .web-form.user-login-form, .web-form.user-password-form, .web-form.user-trial-signup-form {
    max-width: 460px;
    padding: 20px 30px;
  }
  .web-form .form-search-field__submit:before {
    font-size: 21px;
    margin-top: -10px;
  }
}
.dropdown-filter-form {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 20px;
  z-index: 10;
}
.dropdown-filter-form .form-item-search-field {
  position: relative;
  width: 100%;
  flex-grow: 0;
  margin: 15px;
}
.dropdown-filter-form .form-item-search-field.form-label-stacked label {
  top: 14px;
}
.dropdown-filter-form .form-item-search-field.form-label-stacked input {
  height: 48px;
}
.dropdown-filter-form .form-item-search-field .form-search-field__submit {
  top: 2px;
  height: 48px;
}
.dropdown-filter-form .form-item-search-field .form-search-field__submit:before {
  font-size: 20px;
  margin-top: -12px;
}
.dropdown-filter-form .form__dropdown {
  position: relative;
  width: 100%;
  flex-grow: 1;
  flex-basis: auto;
  margin: 10px 15px;
  z-index: 1;
}
.dropdown-filter-form .form__dropdown-label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 15px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #D8D8D8;
  background: #FFFFFF;
  cursor: pointer;
  z-index: 1;
}
.dropdown-filter-form .form__dropdown-label:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: 16px;
  right: 15px;
  transform: rotate(90deg);
  z-index: 10;
}
.dropdown-filter-form .form__dropdown-items {
  display: none;
  position: relative;
  max-height: 224px;
  border: 1px solid #D8D8D8;
  border-top: none;
  padding: 15px 10px 8px 10px;
  background-color: #FFFFFF;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
}
.dropdown-filter-form .form-checkbox {
  display: flex;
  position: relative;
  margin-top: 10px;
  padding-left: 34px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
}
.dropdown-filter-form .form-checkbox:last-child {
  margin-bottom: 0px;
}
.dropdown-filter-form .form-checkbox:first-child {
  margin-top: 0px;
}
.dropdown-filter-form .form-checkbox-text {
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
}
.dropdown-filter-form .form-checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  pointer-events: none;
}
.dropdown-filter-form .form-checkbox-checkmark:after {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  display: block;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  color: #252525;
  opacity: 0;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
}
.dropdown-filter-form .form-checkbox input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.dropdown-filter-form .form-checkbox input:checked ~ .form-checkbox-checkmark:after {
  opacity: 1;
}
.dropdown-filter-form .form-checkbox input:focus + span {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
.dropdown-filter-form .form-checkbox.has-success + .form-invalid-message {
  display: none;
}
.dropdown-filter-form .form-checkbox.has-success:after {
  display: none;
}
.dropdown-filter-form .form-checkbox.has-error {
  padding-right: 35px;
}
.dropdown-filter-form .form-checkbox.has-error:after {
  top: 7px;
}
.dropdown-filter-form .form-actions {
  margin: 15px;
}

@media (min-width: 700px) {
  .dropdown-filter-form .form__dropdown {
    width: auto;
    flex-basis: 0;
    margin: 15px;
  }
  .dropdown-filter-form .form__dropdown-items {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }
}
.teaser-search-form {
  display: flex;
  flex-wrap: wrap;
}
.teaser-search-form .form__columns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.teaser-search-form .form__column {
  border: 1px solid #D8D8D8;
  border-top: none;
  max-height: 301px;
  overflow: hidden;
  overflow-y: auto;
}
.teaser-search-form .form__column--thirdwidth {
  width: 100%;
}
.teaser-search-form .form__column .inner {
  padding: 20px 15px 10px 15px;
  box-sizing: border-box;
}
.teaser-search-form .form__column-title {
  display: block;
  font-family: "Cabin-Medium", sans-serif;
  font-size: 15px;
  color: #e5057f;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.teaser-search-form__items {
  display: flex;
  width: 100%;
}
.teaser-search-form__items .form-item {
  flex-grow: 1;
}
.teaser-search-form__items .form-item-search {
  display: flex;
  width: calc(100% - 48px);
}
.teaser-search-form__items .form-item-search input {
  height: 48px;
  overflow: hidden;
}
.teaser-search-form__items .form-item-search .form-text {
  width: 100%;
  padding: 0 10px;
  font-size: 15px;
  border: 1px solid #D8D8D8;
  background: #FFFFFF;
}
.teaser-search-form__items .form-actions {
  position: relative;
  width: 48px;
  flex-shrink: 0;
  overflow: hidden;
  z-index: 1;
}
.teaser-search-form__items .form-actions:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  position: absolute;
  pointer-events: none;
  font-size: 18px;
  right: 14px;
  color: #FFFFFF;
  top: 50%;
  margin-top: -9px;
  pointer-events: none;
  z-index: 1;
}
.teaser-search-form__items .form-actions input {
  background-color: #e5057f;
  color: #FFFFFF;
  width: 48px;
  height: 48px;
  border: none;
  cursor: pointer;
}
.teaser-search-form .form-type-checkbox {
  position: relative;
}
.teaser-search-form .form-type-checkbox .form-checkbox {
  position: absolute;
  visibility: hidden;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.teaser-search-form .form-type-checkbox .form-checkbox:checked + .control-label:before {
  background: #ffffff url(../../gfx/check.svg) 50% no-repeat;
  background-size: 70%;
  border-color: #e5057f;
}
.teaser-search-form .form-type-checkbox .control-label {
  cursor: pointer;
  padding-left: 35px;
}
.teaser-search-form .form-type-checkbox .control-label:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #D8D8D8;
}
.teaser-search-form .form-checkbox {
  display: flex;
  position: relative;
  padding: 4px 0 4px 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.teaser-search-form .form-checkbox:not(:last-child) {
  margin-bottom: 10px;
}
.teaser-search-form .form-checkbox label.option {
  line-height: 1.2;
}
.teaser-search-form .form-checkbox-text {
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
  line-height: 1.2;
}
.teaser-search-form .form-checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  border: 1px solid #D8D8D8;
  pointer-events: none;
}
.teaser-search-form .form-checkbox-checkmark:after {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  display: block;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  color: #252525;
  opacity: 0;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
}
.teaser-search-form .form-checkbox input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  height: 25px;
  width: 25px;
  margin: 0;
  cursor: pointer;
}
.teaser-search-form .form-checkbox input:checked ~ .form-checkbox-checkmark:after {
  opacity: 1;
}
.teaser-search-form .form-checkbox input:focus + span {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
.teaser-search-form .form-checkbox.has-success + .form-invalid-message {
  display: none;
}
.teaser-search-form .form-checkbox.has-success:after {
  display: none;
}
.teaser-search-form .form-checkbox.has-error {
  padding-right: 35px;
}
.teaser-search-form .form-checkbox.has-error:after {
  top: 7px;
}

@media (min-width: 700px) {
  .teaser-search-form .form__columns {
    flex-wrap: nowrap;
  }
  .teaser-search-form .form__column:not(:first-child) {
    border-left: none;
  }
  .teaser-search-form .form__column--thirdwidth {
    width: 33.333%;
  }
}
.section-user .layout__middle__user {
  display: flex;
  padding: 40px;
}
.section-user .layout__middle__user__right-column {
  margin-left: 20px;
  background-color: #f1f1f2;
  padding: 20px;
  display: block;
  flex-grow: 1;
}
.section-user .layout__middle__user .user__item {
  margin-bottom: 15px;
}
.section-user .layout__middle__user .user__item__label {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 12px;
}
.section-user .layout__middle__user .user__item__text {
  font-size: 16px;
}

.layout-builder-page .taxonomy-term-sections-layout-builder-form,
.layout-builder-page .messages {
  margin: 10px 24px 10px 0;
  padding-left: 16px;
}
.layout-builder-page .form-wrapper {
  margin: 10px 10px 10px 0;
}
.layout-builder-page .layout-builder__message {
  margin: 10px 0;
}
.layout-builder-page .layout-builder__message .message {
  margin: 0;
  padding-left: 16px;
}
.layout-builder-page .ui-dialog {
  z-index: 999;
}
.layout-builder-page #layout-builder-modal .form-wrapper {
  margin-right: 0;
}
.layout-builder-page #layout-builder-modal .layout-builder-configure-block .form-item {
  margin: 5px 0;
}
.layout-builder-page #layout-builder-modal .layout-builder-configure-block .form-item select {
  width: 100%;
  margin-top: 4px;
}

.block-tabs--local-tasks {
  max-width: 1120px;
  margin: auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.section-user .block-tabs--local-tasks {
  max-width: none;
  padding: 0;
  box-sizing: border-box;
}
.block-tabs--local-tasks .tabs {
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: none;
  white-space: nowrap;
}
.section-user .block-tabs--local-tasks .tabs {
  margin: 0 auto;
}
.block-tabs--local-tasks .tabs__tab {
  display: block;
  float: left;
  vertical-align: bottom;
  margin: 5px 10px 5px 0px;
}
.section-user .block-tabs--local-tasks .tabs__tab {
  float: none;
  margin: 0px 0px 5px 0px;
}
.block-tabs--local-tasks .tabs__tab a {
  padding: 10px 25px;
  border: 0;
  border-bottom: 2px solid transparent;
  display: block;
  text-decoration: none;
  position: relative;
  top: 0px;
  font-size: 16px;
  line-height: 1.8em;
  font-family: "Cabin-Regular", sans-serif;
  font-weight: normal;
  border-radius: 0;
  background: #f1f1f2;
}
.block-tabs--local-tasks .tabs__tab a:hover {
  text-decoration: none;
}
.block-tabs--local-tasks .tabs__tab a.is-active {
  color: #e5057f;
  border-bottom: 3px solid #e5057f;
  margin-bottom: -3px;
}

#block-tabs {
  max-width: 1120px;
  margin: auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.section-user #block-tabs {
  max-width: none;
  padding: 0;
  box-sizing: border-box;
}

#block-tabs ul {
  padding: 0;
  margin: 10px 0;
}
.section-user #block-tabs ul {
  margin: 0 auto;
}

#block-tabs ul li a,
#block-tabs ul li a.is-active {
  padding: 10px 25px;
  border: 0;
  border-bottom: 2px solid transparent;
  display: block;
  text-decoration: none;
  position: relative;
  top: 0px;
  font-size: 16px;
  line-height: 1.8em;
  font-family: "Cabin-Regular", sans-serif;
  font-weight: normal;
  border-radius: 0;
  background: #f1f1f2;
}

#block-tabs ul li a:hover {
  text-decoration: none;
}

#block-tabs ul li a.is-active {
  color: #e5057f;
  border-bottom: 3px solid #e5057f;
  margin-bottom: -3px;
}

#block-tabs ul {
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: none;
  white-space: nowrap;
}

#block-tabs ul li {
  display: block;
  float: left;
  vertical-align: bottom;
  margin: 5px 10px 5px 0px;
}
.section-user #block-tabs ul li {
  float: none;
  margin: 0px 0px 5px 0px;
}

.article__progress {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 5px;
}
.article__progress__bar {
  height: 5px;
  background: #e5057f;
  width: 0%;
}
.article__top {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}
.article__heading {
  font-size: 28px;
  line-height: 36px;
  font-family: "Merriweather-Bold", serif;
  margin-bottom: 20px;
}
.article__manchet {
  font-size: 15px;
  line-height: 24px;
  font-family: "Merriweather-Regular", serif;
  margin-bottom: 30px;
}
.article__publish {
  margin-bottom: 15px;
}
.article__figure {
  margin-bottom: 20px;
}
.article__summary {
  list-style: none;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
}
.article__summary__list {
  margin: 0 0 20px;
  padding-left: 15px;
}
.article__summary__list p {
  display: inline;
}
.article__summary__list:before {
  content: "";
  background: #e5057f;
  -webkit-text-fill-color: #e5057f;
  -webkit-print-color-adjust: exact;
  /*Chrome, Safari */
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 10px;
  margin-left: -15px;
}
.article__text {
  max-width: 660px;
  margin: 0 auto;
}
.article__text .text__body {
  position: relative;
  z-index: 1;
}
.article__text .text__body:after {
  content: "\2219";
  font-size: 40px;
  font-family: "Merriweather-Bold", serif;
  color: #000000;
  display: block;
  margin-top: 0;
  color: #e5057f;
}
.article__text .text__body > p:last-of-type {
  margin-bottom: 0;
}
.article__bottom {
  margin-top: 10px;
  clear: both;
}
.article__related {
  margin-top: 30px;
}
.article__top__wrapper {
  max-width: 950px;
  margin: 0 auto;
}
.article__share {
  position: relative;
  left: 0;
  margin-bottom: 20px;
}
.article__share__title {
  display: inline-block;
  width: 100%;
  font-family: "Oswald-Bold", serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}
.article .publish__tag {
  display: inline;
}
.article__read-time {
  font-family: "Oswald-Regular", serif;
  font-size: 10px;
  line-height: 17px;
  text-transform: uppercase;
  color: #B6B6B6;
}
.article__read-time:before {
  content: "|";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  color: #B6B6B6;
}
.article__updated {
  display: initial;
  font-family: "Oswald-Regular", serif;
  color: #B6B6B6;
}
.article__updated__date {
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}
.article__updated__time {
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .article__publish {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .article__summary {
    font-size: 18px;
    line-height: 24px;
  }
  .article__summary__list {
    margin: 0 0 30px;
  }
  .article__summary__list:before {
    margin-right: 10px;
  }
  .article__bottom {
    margin-top: 40px;
  }
  .article__related {
    margin-top: 50px;
  }
  .article__heading {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 900px) {
  .article__share:not(.article__share--horizontal) {
    position: absolute;
    left: 0;
  }
  .article__share:not(.article__share--horizontal) .sharing__link {
    margin-bottom: 10px;
  }
  .article__share .sharing {
    text-align: left;
  }
  .article__share .sharing .sharing__link {
    display: block;
  }
  .article__share.article__share--horizontal .sharing {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .article__share.article__share--horizontal .sharing .sharing__link {
    margin: 5px;
  }
}
.alert {
  display: flex;
  background: #F5F5F5;
  padding: 10px;
  max-width: 1120px;
  margin: auto auto 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.alert__prefix {
  display: inline-block;
  margin: -10px 10px -10px -10px;
  padding: 10px;
  background: #f0f0f0;
  text-transform: uppercase;
  min-width: 100px;
  text-align: center;
}
.alert--default {
  background-color: #9E9E9E;
}
.alert--default .alert__prefix {
  background: #8a8a8a;
}
.alert--success {
  background-color: #17DB94;
}
.alert--success .alert__prefix {
  background: #13b67b;
}
.alert--danger {
  background-color: #fd5055;
}
.alert--danger .alert__prefix {
  background: #fd282e;
}
.alert--info {
  background-color: #e5057f;
  color: #FFFFFF;
}
.alert--info .alert__prefix {
  background: #bd0469;
}
.alert--warning {
  background-color: #FFF700;
}
.alert--warning .alert__prefix {
  background: #d6cf00;
}

.button {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-sizing: border-box;
  font-family: inherit;
  padding: 0;
  border-radius: 0;
  box-sizing: none;
  position: relative;
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-family: 'Cabin-Medium';
  overflow: hidden;
  font-size: 13px;
  cursor: pointer;
  padding: 10px 25px;
  line-height: 1.6;
}
.button::-ms-clear {
  width: 0;
  height: 0;
}
.button:after {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  display: inline-block;
  margin-left: 10px;
  font-size: 8px;
  transition: transform 200ms ease-in-out;
}
.button:hover:after {
  transform: translateX(5px);
}

@media (min-width: 700px) {
  .button {
    font-size: 18px;
    padding: 10px 25px;
  }
  .button:after {
    font-size: 10px;
  }
}
.footer {
  margin-top: 7px;
  background: #252525;
  color: #FFFFFF;
  padding: 20px;
}
.footer__go-top {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #e5057f;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 0;
  right: 20px;
  transform: translateY(-43px);
}
.footer__go-top:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  font-size: 20px;
  line-height: 43px;
  display: inline-block;
  transition: 200ms ease-in-out;
}
.footer__go-top:hover:before {
  transform: translateY(-3px);
}
.footer__container {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
.footer__column {
  padding: 15px 0;
}
.footer__column--1 {
  text-align: center;
}
.footer__column--3 {
  border-top: 1px solid #D8D8D8;
}
.footer__lists {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -15px;
}
.footer__list {
  padding: 15px;
  flex: 1;
}
.footer__list__items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__list__item:not(:last-child) {
  margin-bottom: 5px;
}
.footer__list__link {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
}
.footer__list__link:hover {
  text-decoration: underline;
}
.footer__contact {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 13px;
}
.footer__contact p {
  margin-top: 5px;
}
.footer__contact a {
  color: #e5057f;
}
.footer__logo {
  margin-bottom: 5px;
  width: 80px;
  display: inline-block;
}
.footer__logo__link {
  display: block;
}
.footer__sharing {
  font-size: 0;
  white-space: nowrap;
}
.footer__sharing__icon {
  font-size: 20px;
  line-height: 1;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 5px 10px;
  box-sizing: content-box;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
.footer__sharing__icon--facebook:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.footer__sharing__icon--twitter:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.footer__sharing__icon--instagram:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.footer__sharing__icon--linkedin:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.footer__sharing__icon--tiktok:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.footer__sharing__icon--mail:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}

@media (min-width: 700px) {
  .footer__go-top {
    right: 0;
  }
  .footer__columns {
    display: flex;
  }
  .footer__column {
    flex: 1;
    padding: 25px 0;
  }
  .footer__column--1 {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
  }
  .footer__column--3 {
    border: 0;
    padding-top: 100px;
  }
  .footer__contact {
    text-align: right;
  }
  .footer__sharing__icon:last-child {
    padding-right: 0;
  }
  .footer__list__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.header {
  position: relative;
  top: 0;
  z-index: 101;
  width: 100%;
}
.header__wrap {
  position: relative;
  z-index: 9;
}
.header__top {
  height: 70px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.header__middle {
  border-top: 1px solid #D8D8D8;
  background: #F5F5F5;
  font-size: 10px;
  padding: 10px 20px;
}
.header__middle__container {
  display: flex;
  justify-content: space-between;
}
.header__bottom {
  display: none;
}
.header__overlay {
  visibility: hidden;
  width: 100%;
  height: 100vh;
  background-color: rgba(37, 37, 37, 0.65);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 97;
  cursor: pointer;
  opacity: 0;
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}
.header__overlay.is-open {
  visibility: visible;
  opacity: 1;
}
.header__side-menu {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 98;
  width: 280px;
  max-width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #FFFFFF;
  color: #252525;
  transform: translateX(100%);
  transition: transform 200ms ease-in-out;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  padding: 25px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.header__side-menu.is-open {
  transform: translateX(0);
}
.header__side-menu__logo {
  display: block;
  width: 134px;
  margin-bottom: 40px;
}
.header__side-menu__logo__img {
  width: 100%;
}
.header__side-menu__items {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
  border-bottom: 1px solid #D8D8D8;
}
.header__side-menu__item {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}
.header__side-menu__link {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.header__side-menu__link:hover {
  text-decoration: underline;
}
.header__side-menu__sub-items {
  padding: 0 0 0 5px;
  margin: 0 0 15px 0;
  list-style: none;
  text-transform: none;
}
.header__side-menu__sub-item-link {
  display: block;
  padding: 2px 0;
}
.header__side-menu__sub-item-link:hover {
  text-decoration: underline;
}
.header__service-menu__items {
  padding: 0;
  margin: 0 0 15px 0;
  list-style: none;
}
.header__service-menu__item {
  margin-bottom: 15px;
}
.header__service-menu__link:hover {
  text-decoration: underline;
}
.header__logo {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  font-size: 7px;
  background-image: url("../../gfx/logo.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 158px;
  padding-top: 50px;
}
.header__login__link {
  text-transform: uppercase;
  color: #e5057f;
  font-size: 9px;
  padding-left: 5px;
}
.header__login__link:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin-left: 5px;
}
.header__menu {
  padding: 20px 0;
}
.header__menu__items {
  list-style: none;
  padding: 0 20px;
}
.header__menu__link {
  display: block;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 0;
}
.header__menu__link:hover {
  text-decoration: underline;
}
.header__menu__item--arrow .header__menu__link {
  display: none;
}
.header__menu-open {
  position: absolute;
  right: 20px;
  top: 25px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
}
.header__menu-open__icon {
  display: block;
  position: relative;
  width: 19px;
  height: 19px;
}
.header__menu-open__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-14px, -1px);
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: background-color 200ms ease-in-out;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
}
.header__menu-open__item--1 {
  transform: translate(-14px, -7px);
}
.header__menu-open__item--3 {
  transform: translate(-14px, 5px);
}
.header__menu-open:hover .header__menu-open__item {
  background-color: #000000;
}
.header__menu-open--desktop {
  display: none;
}
.header__menu-close {
  position: absolute;
  right: 20px;
  top: 25px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
}
.header__menu-close__icon {
  display: block;
  position: relative;
  width: 19px;
  height: 19px;
}
.header__menu-close__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-14px, -1px);
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: background-color 200ms ease-in-out;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
}
.header__menu-close__item--1 {
  transform: translate(-13px, -1px) rotate(-135deg);
  width: calc(100% - 2px);
}
.header__menu-close__item--2 {
  transform: translate(-13px, -1px) rotate(135deg);
  width: calc(100% - 2px);
}
.header__menu-close:hover .header__menu-close__item {
  background-color: #252525;
}
.header__search-toggle {
  position: absolute;
  left: 20px;
  top: 25px;
  cursor: pointer;
}
.header__search-toggle:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  font-size: 18px;
}
.header__search-toggle__text {
  display: none;
}
.header__login__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px -10px -10px;
}
.header__login__mobile {
  margin-bottom: 30px;
}
.header__login__mobile__link {
  position: relative;
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-size: 11px;
  cursor: pointer;
  padding: 10px 20px;
  line-height: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: 200ms ease-in-out;
  flex-grow: 1;
  margin: 0 10px;
  margin-bottom: 10px;
}
.header__login__mobile__link:not(:last-child):after {
  display: none;
}
.header__login__mobile__link--transparent {
  color: #000000;
  background: transparent;
}
.header__login__mobile__link--transparent:hover {
  background: #000000;
  color: #FFFFFF;
}
.header__sharing {
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 30px;
}
.header__sharing__icon {
  font-size: 20px;
  line-height: 1;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 5px 10px;
  text-align: center;
  box-sizing: content-box;
  position: relative;
  vertical-align: middle;
}
.header__sharing__icon--facebook {
  font-size: 25px;
}
.header__sharing__icon--facebook:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.header__sharing__icon--twitter {
  font-size: 21px;
}
.header__sharing__icon--twitter:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.header__sharing__icon--instagram {
  font-size: 23px;
}
.header__sharing__icon--instagram:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.header__sharing__icon--linkedin:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.header__sharing__icon--tiktok:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.header__sharing__icon--mail:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.header__contact {
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
}
.header__contact strong, .header__contact b {
  font-family: "Cabin-Bold", sans-serif;
}
.header__contact p {
  margin-bottom: 15px;
}
.header__contact__link {
  color: #000000;
}

@media (min-width: 700px) {
  .header__logo {
    width: 220px;
  }
}
@media (min-width: 900px) {
  .header {
    position: relative;
    top: auto;
    width: auto;
    height: auto;
  }
  .header.is-open {
    position: relative;
    overflow: visible;
  }
  .header.is-open .header__wrap {
    background: transparent;
  }
  .header.is-open .header__top {
    background: transparent;
  }
  .header__overlay {
    z-index: 9;
    cursor: pointer;
  }
  .header__container__mobile:before {
    border-top: none;
  }
  .header__top {
    order: 2;
    height: 100px;
    padding: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 35px;
  }
  .header__bottom {
    display: block;
    order: 3;
    padding: 20px;
  }
  .header__bottom__container {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    border-bottom: 1px solid #D8D8D8;
  }
  .header__date {
    color: #9E9E9E;
    font-family: 'Cabin-Medium';
  }
  .header__login__wrapper {
    flex-wrap: unset;
  }
  .header__login__mobile__link {
    flex-grow: unset;
  }
  .header__login__link {
    position: relative;
    display: inline-block;
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-size: 11px;
    cursor: pointer;
    padding: 10px 20px;
    line-height: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: 200ms ease-in-out;
    margin-left: 10px;
  }
  .header__login__link:not(:last-child):after {
    display: none;
  }
  .header__login__link--white {
    color: #000000;
    background: #FFFFFF;
  }
  .header__login__link--white:hover {
    background: #000000;
    color: #FFFFFF;
  }
  .header__menu-open {
    top: calc(50% - 10px);
    right: 0;
  }
  .header__menu-open--mobile {
    display: none;
  }
  .header__menu-open--desktop {
    display: block;
  }
  .header__side-menu {
    width: 500px;
  }
  .header__side-menu__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 20px;
  }
  .header__side-menu__item {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .header__service-menu__items {
    text-align: center;
  }
  .header__wrap {
    display: flex;
    flex-direction: column;
  }
  .header__container {
    position: relative;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .header__logo {
    width: 350px;
    padding-top: 85px;
    top: 0;
  }
  .header__logo__text {
    font-size: 11px;
    line-height: 25px;
    font-style: normal;
    letter-spacing: 1.57px;
  }
  .header__toggle {
    display: none;
  }
  .header__search-toggle {
    position: absolute;
    left: 0;
    top: 30px;
    cursor: pointer;
  }
  .header__search-toggle:before {
    font-size: 21px;
  }
  .header__search-toggle__text {
    display: inline-block;
    font-family: 'Oswald-Regular';
    font-size: 11px;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 22px;
  }
  .header__menu {
    display: flex;
    justify-content: center;
    height: 48px;
    padding: 0;
    background: transparent;
  }
  .header__menu__items {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0 30px;
  }
  .header__menu__link {
    position: relative;
    display: block;
    padding: 15px;
    line-height: 18px;
    font-size: 15px;
    font-family: "Cabin-Medium", sans-serif;
    text-transform: uppercase;
  }
  .header__menu__link:before {
    position: absolute;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    transform: translateY(100%);
    transition: transform .3s ease-in-out, background .3s ease-in-out;
  }
  .header__menu__link.is-active, .header__menu__link:hover {
    text-decoration: none;
    color: #e5057f;
  }
  .header__menu__link.is-active:before, .header__menu__link:hover:before {
    background-color: #e5057f;
    transform: translateY(0);
  }
}
.heading {
  font-family: "Merriweather-Bold", serif;
  text-transform: none;
}
.heading--1 {
  font-size: 2.28571429em;
}
.heading--2 {
  font-size: 1.71428571em;
}
.heading--border, .heading--noborder {
  font-family: "Oswald-Bold", serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.heading--noborder {
  border-bottom: none;
}
.heading--paywall {
  font-size: 14px;
  line-height: 18px;
  font-family: "Oswald-Bold", serif;
  text-align: center;
  background-color: white;
  margin-top: 15px;
  position: relative;
  transition: 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.heading--paywall:before {
  content: '';
  height: 120px;
  width: 100%;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: -130px;
  transition: .2s ease;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  opacity: 1;
}
.heading--iteras {
  font-size: 14px;
  line-height: 18px;
  font-family: "Oswald-Bold", serif;
  text-align: center;
  background-color: white;
  margin-top: 15px;
  position: relative;
  transition: 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.heading--iteras:before {
  content: '';
  height: 200px;
  width: 100%;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: -214px;
  transition: .2s ease;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  opacity: 1;
}
.heading--center {
  text-align: center;
}

@media (min-width: 700px) {
  .heading--paywall {
    margin-top: -20px;
  }
  .heading--paywall:before {
    content: '';
    height: 180px;
    top: -180px;
  }
}
.text__logo {
  max-width: 400px;
  max-height: 160px;
}
.text__logo:not(:last-child) {
  margin-bottom: 30px;
}
.text__body > p,
.text__body > div:not(.text__object):not(.embedded-entity) {
  margin: 5px 0 10px;
  font-size: 16px;
  line-height: 24px;
}
.text__body > p a,
.text__body > div:not(.text__object):not(.embedded-entity) a {
  color: #e5057f;
  cursor: pointer;
  text-decoration: underline;
}
.text__body > p a:hover,
.text__body > div:not(.text__object):not(.embedded-entity) a:hover {
  text-decoration: none;
}
.text__body > h2, .text__body h3, .text__body h4, .text__body h5, .text__body h6 {
  font-family: "Cabin-Bold", sans-serif;
  margin-top: 20px;
}
.text__body > h2 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}
.text__body > h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
}
.text__body > h4 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
}
.text__body > h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.text__body > h6 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.text__body > ul {
  list-style: disc;
  margin: 0 0 1em 1.5em;
  font-size: 12px;
  line-height: 16px;
}
.text__body > ol {
  list-style: decimal;
  margin: 0 0 1em 1.5em;
  font-size: 12px;
  line-height: 16px;
}
.text__body > ol li > ol,
.text__body > ol li > ul,
.text__body > ul li > ul,
.text__body > ul li > ol {
  margin-bottom: 5px;
  padding: 0 10px;
}
.text__body img {
  display: block;
  max-width: 100%;
}
.text__body blockquote {
  margin: 0;
  font-family: "Cabin-Bold", sans-serif;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
  quotes: "“" "”";
}
.text__body blockquote > p {
  display: inline;
}
.text__body blockquote:before {
  content: open-quote;
  margin-right: -3px;
}
.text__body blockquote:after {
  content: close-quote;
  margin-left: -3px;
}
.text__body .wp-text-box .wp-inner {
  padding: 20px;
  background-color: #e2dedc;
}
.text__body .wp-text-box .wp-inner > p {
  margin: 10px 0 18px;
  font-size: 16px;
  line-height: 24px;
}
.article__text .text__paywall {
  clear: both;
  margin: 1em 0;
}
.text__object {
  font-size: 14px;
  text-decoration: none;
  margin: 15px 0;
  clear: both;
}
.text__object--border {
  padding: 15px 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
.text--center {
  text-align: center;
}

@media (min-width: 900px) {
  .text {
    margin-top: 15px;
  }
  .text__body > p {
    margin: 10px 0 18px;
    font-size: 16px;
    line-height: 24px;
  }
  .text__body > ul,
  .text__body > ol {
    font-size: 16px;
    line-height: 24px;
  }
  .text__body > h2, .text__body h3, .text__body h4, .text__body h5, .text__body h6 {
    margin-top: 30px;
  }
  .text__body > h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .text__body > h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .text__body > h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .text__body > h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .text__body > h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .text__body blockquote {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 18px;
  }
  .article__text .text__paywall {
    clear: both;
    margin: 1em -300px;
  }
  .text__object--right {
    width: 345px;
    float: right;
    clear: right;
    margin: 5px 0 30px 30px;
    margin-right: -100px;
  }
  .text__object--left {
    width: 345px;
    float: left;
    clear: left;
    margin: 5px 30px 30px 0;
    margin-left: -100px;
  }
  .text__object--center {
    margin: 0 auto;
    width: 100%;
  }
  .text .embedded-entity.align-left {
    width: 345px;
    float: left;
    clear: left;
    margin: 5px 30px 30px 0;
    margin-left: -100px;
  }
  .text .embedded-entity.align-right {
    width: 345px;
    float: right;
    clear: right;
    margin: 5px 0 30px 30px;
    margin-right: -100px;
  }
}
@media (min-width: 1290px) {
  .text__object--right {
    margin-right: -145px;
  }
  .text__object--left {
    margin-left: -145px;
  }
  .text .embedded-entity.align-left {
    margin-left: -145px;
  }
  .text .embedded-entity.align-right {
    margin-right: -145px;
  }
}
.picture {
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  display: block;
  background: #F5F5F5;
}

.picture > img {
  position: absolute;
  width: 100%;
  height: auto;
}

picture img {
  max-width: 100%;
  height: auto;
}

.card {
  display: block;
}
.card:hover .card__title {
  text-decoration: underline;
}
.card__head {
  position: relative;
}
.card__head .ad__img {
  max-width: 100%;
}
.card__wrapper {
  display: flex;
  flex-direction: column;
}
.card.has-bg .card__body {
  padding: 15px;
}
.card.white-text .card__body {
  color: #fff;
}
.card__title {
  font-size: 18px;
  line-height: 22px;
  font-family: "Merriweather-Bold", serif;
}
.grid--1 .card__title, .split--7-5 .split__column:not(:last-child) .card__title, .split--5-7 .split__column:not(:first-child) .card__title {
  font-size: 28px;
  line-height: 36px;
}
.card__trumpet {
  color: #e5057f;
}
.card__info {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.card--locked .card__info {
  min-height: 20px;
  padding-right: 30px;
}
.card__info__locked {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
}
.card__info__locked:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 0;
  margin-top: -3px;
  padding-left: 8px;
  font-size: 20px;
  color: #e5057f;
}
.card__picture {
  position: relative;
  margin-bottom: 10px;
  position: relative;
}
.card__picture:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #999692;
  z-index: 2;
}
.card.card.has-bg .card__picture {
  margin-bottom: 0;
}
.card__picture__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  font-family: "Oswald-Regular", serif;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #e5057f;
  z-index: 1;
}
.box .card__picture:before {
  background-color: #000000;
}
.card__excerpt {
  font-size: 17px;
  margin-top: 5px;
}
.card__excerpt-label {
  display: inline-block;
  font-family: "Oswald-Regular", serif;
  color: #FFFFFF;
  background-color: #e5057f;
  padding: 4px 10px;
  font-size: 12px;
  letter-spacing: 0.39px;
  margin-right: 5px;
  text-transform: uppercase;
}
.card__manchet {
  padding-top: 10px;
}
.split--7-5 .split__column:not(:last-child) .card__manchet, .split--5-7 .split__column:not(:first-child) .card__manchet {
  font-size: 18px;
  line-height: 26px;
}
.card__sponsor {
  margin-top: 10px;
  font-family: "Oswald-Regular", serif;
}
.card--breaking .card__title, .card--breaking .card__trumpet {
  display: inline;
  background-color: #FFF700;
}
.card__related:not(:first-child) {
  margin-top: 6px;
}
.card__related:not(:last-child) {
  margin-bottom: 6px;
}
.card__related__item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.card__related__item:not(:last-child) {
  margin-bottom: 10px;
}
.card__related__item__label {
  display: block;
  font-family: "Oswald-Bold", serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #B6B6B6;
  border-left: 4px solid #000;
  padding-left: 8px;
  margin-top: 1px;
}
.card__related__item__label--colored {
  color: #e5057f;
}
.card__related__item a {
  display: block;
  width: 100%;
  font-size: 15px;
}
.card__related__item a:hover {
  text-decoration: underline;
}

@media (min-width: 700px) {
  .card__title {
    font-size: 24px;
    line-height: 31px;
  }
  .split--7-5 .split__column:not(:last-child) .card__title, .split--5-7 .split__column:not(:first-child) .card__title {
    font-size: 34px;
    line-height: 42px;
  }
  .grid--1 .card__title {
    font-size: 44px;
    line-height: 55px;
  }
  .card__related__item {
    flex-wrap: nowrap;
  }
  .card__related__item__label {
    width: 90px;
    flex-shrink: 0;
  }
  .card__related__item a {
    width: auto;
  }
}
.poster {
  display: block;
  background-color: #e5057f;
}
.poster .inner {
  position: relative;
  z-index: 1;
}
.poster__picture {
  display: block;
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
  z-index: 1;
}
.poster__picture img {
  position: absolute;
  width: 100%;
  height: auto;
}
.poster__title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 28px;
  font-family: "Merriweather-Bold", serif;
  color: #FFFFFF;
  text-align: center;
  padding: 0 15px;
  z-index: 1;
}
.poster:hover .poster__title {
  text-decoration: underline;
}

@media (min-width: 700px) {
  .poster__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 900px) {
  .poster__title {
    font-size: 24px;
    line-height: 31px;
  }
}
.publish {
  display: block;
  font-family: "Oswald-Regular", serif;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #B6B6B6;
  padding-bottom: 10px;
}
.card.white-text .publish {
  color: #fff;
}
.article__publish .publish {
  font-size: 10px;
  letter-spacing: 0.39px;
}
.beside .publish {
  padding-bottom: 5px;
}
.publish__item:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  color: #B6B6B6;
}
.publish__item--colored {
  color: #e5057f;
}
.box .publish__item--colored {
  color: #000000;
}
.article__publish .publish__item--colored {
  display: inline-block;
  color: #FFFFFF;
  background-color: #e5057f;
  padding: 4px 14px;
  font-size: 12px;
  margin-right: 10px;
}
.article__publish .publish__item--colored:after {
  display: none !important;
}
.grid--3 .beside .publish__item--colored {
  display: block;
}
.grid--3 .beside .publish__item--colored:after {
  display: none;
}
.publish__contact:after {
  content: "|";
  display: inline-block;
  margin-left: 10px;
  color: #B6B6B6;
}
.publish__contact__link {
  color: #e5057f;
  text-decoration: underline;
}
.publish__contact__link:hover {
  text-decoration: none;
}

.list__item:not(:first-child) {
  padding-top: 15px;
  margin-top: 15px;
}

.box {
  width: 100%;
  min-height: 100px;
  padding: 20px;
  background-color: #e5057f;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.box__title {
  color: #FFFFFF;
  font-family: "Merriweather-Bold", serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 15px 0;
  letter-spacing: 2px;
}
.box__title__text:after {
  display: inline-block;
  content: ".";
  color: #000000;
}
.box__body {
  color: #FFFFFF;
}
.box__body a {
  color: #FFFFFF;
  font-weight: 700;
}
.box__body a:not(.beside) {
  font-weight: normal;
  text-decoration: underline;
}
.box__body > ul {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 15px;
  color: #FFFFFF;
}
.box__body > ul > li {
  margin: 10px 0;
}
.box__body > ol {
  list-style: decimal;
  margin: 0;
  padding: 0 0 0 15px;
  color: #FFFFFF;
}
.box__body > ol > li {
  margin: 10px 0;
}
.box__body > ol li > ol,
.box__body > ol li > ul,
.box__body > ul li > ul,
.box__body > ul li > ol {
  color: #FFFFFF;
  margin-bottom: 5px;
  padding: 0 10px;
}
.text__object .box {
  font-size: 14px;
  line-height: 18px;
}
.text__object .box a {
  color: #FFFFFF;
}
.box--highlight {
  background-color: #12507b;
}

@media (min-width: 700px) {
  .box {
    padding: 20px 30px;
  }
  .box__body ul,
  .box__body ol {
    font-size: 16px;
    line-height: 24px;
  }
  .text__object .box {
    font-size: 16px;
    line-height: 24px;
  }
  .text__object .box a {
    color: #FFFFFF;
  }
}
.beside {
  display: flex;
  word-break: break-word;
  align-items: flex-start;
}
.beside:hover .beside__title {
  text-decoration: underline;
}
.beside__picture {
  box-sizing: border-box;
  flex: 0 0 32%;
  background-color: #F5F5F5;
  margin-right: 10px;
  position: relative;
}
.beside__picture:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #999692;
  z-index: 2;
}
.box .beside__picture:before {
  background-color: #000000;
}
.beside__image {
  margin: 20px auto;
  display: block;
  max-width: 197px;
  max-height: 197px;
}
.beside__body {
  flex: 1 1;
  box-sizing: border-box;
  padding-right: 10px;
}
.beside__info {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.beside--locked .beside__info {
  min-height: 20px;
  padding-right: 30px;
}
.beside__info__locked {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
}
.beside__info__locked:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 0;
  margin-top: -3px;
  padding-left: 8px;
  font-size: 20px;
  color: #e5057f;
}
.box .beside__info__locked:before {
  color: #FFFFFF;
}
.beside__title {
  font-family: "Merriweather-Bold", serif;
  font-size: 22px;
  line-height: 28px;
  width: 100%;
}
.page-search-new .beside__title {
  font-size: 16px;
  line-height: 22px;
}
.grid--3 .beside__title {
  font-size: 14px;
  line-height: 18px;
}
.beside__trumpet {
  color: #e5057f;
}
.beside__excerpt {
  margin-top: 5px;
}
.text__object .beside {
  text-decoration: none;
  color: #252525;
}
.text__object .beside .beside__title {
  font-size: 14px;
  line-height: 16px;
}
.beside--breaking .beside__title, .beside--breaking .beside__trumpet {
  display: inline;
  background-color: #FFF700;
}
.box .beside--breaking .beside__title, .box .beside--breaking .beside__trumpet {
  color: #252525;
}

@media (min-width: 700px) {
  .beside__picture {
    margin-right: 15px;
  }
  .beside__title {
    font-size: 34px;
    line-height: 42px;
  }
  .page-search-new .beside__title {
    font-size: 24px;
    line-height: 31px;
  }
  .grid--3 .beside__title {
    flex-grow: 1;
  }
  .grid--1 .beside__title {
    font-size: 44px;
    line-height: 55px;
  }
  .beside__excerpt {
    font-size: 15px;
    line-height: 1.35;
  }
  .text__object .beside .beside__title {
    font-size: 24px;
    line-height: 31px;
  }
  .text__object--right .beside .beside__title, .text__object--left .beside .beside__title {
    font-size: 13px;
    line-height: 17px;
  }
}
.paywall {
  background: #e5057f;
  color: #FFFFFF;
  text-align: center;
  padding: 35px 20px;
  border-bottom: 10px solid #e5057f;
}
.paywall__prefix {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.paywall__title {
  font-family: "Cabin-Bold", sans-serif;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}
.paywall__text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.paywall__form {
  margin-bottom: 30px;
}
.paywall__form .form-item-mail {
  position: relative;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.paywall__form .form-item-mail label {
  left: 0;
}
.paywall__form .form-email {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  color: #FFFFFF;
  outline: 0;
  padding-right: 30px;
  padding-left: 0;
}
.paywall__foot {
  font-size: 14px;
  line-height: 18px;
}
.paywall__foot a {
  color: #000000;
}
.paywall__foot a:hover {
  text-decoration: underline;
}

@media (min-width: 700px) {
  .paywall {
    padding: 55px 30px;
  }
  .paywall__prefix {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .paywall__title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 15px;
  }
  .paywall__text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .paywall__form {
    margin-bottom: 50px;
  }
  .paywall__form .form-item-mail {
    max-width: 360px;
  }
  .paywall__foot {
    font-size: 16px;
    line-height: 19px;
  }
}
.sharing {
  text-align: center;
}
.sharing__link {
  display: inline-block;
  margin: 10px 3px 0;
}
.sharing__icon {
  font-size: 16px;
  height: 32px;
  width: 32px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  color: #FFFFFF;
  text-align: center;
}
.sharing__icon--facebook {
  background-color: #3B579D;
}
.sharing__icon--facebook:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.sharing__icon--twitter {
  background-color: #1EA1F1;
}
.sharing__icon--twitter:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.sharing__icon--linkedin {
  background-color: #0077B5;
}
.sharing__icon--linkedin:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.sharing__icon--tiktok {
  background-color: #252525;
}
.sharing__icon--tiktok:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}
.sharing__icon--mail {
  background-color: #252525;
}
.sharing__icon--mail:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}

@media (min-width: 700px) {
  .sharing__icon {
    font-size: 14px;
    height: 28px;
    width: 28px;
    line-height: 24px;
  }
  .sharing__link {
    margin-top: 0px;
  }
}
.figure {
  max-width: 1120px;
  position: relative;
  margin: 0;
}
.figure__image {
  display: block;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.figure__text {
  color: #9E9E9E;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}
.figure__photo {
  display: inline-block;
  margin-right: 6px;
}
.figure__photo:not(:first-child) {
  padding-left: 6px;
}
.figure__photo:not(:first-child):before {
  content: "|";
  margin-right: 6px;
}
.figure__author {
  display: inline-block;
}

@media (min-width: 700px) {
  .figure {
    margin: 0 0 30px;
  }
  .figure__text {
    font-size: 14px;
    line-height: 20px;
  }
}
.author {
  position: relative;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.36px;
  font-family: "Oswald-Regular", serif;
}
.article .author {
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.36px;
}
.author__title {
  font-family: "Oswald-Bold", serif;
}
.author__name {
  color: #e5057f;
  display: inline-block;
}
.author__name:not(:last-child):after {
  content: ',';
  margin: 0 3px 0 1px;
  display: inline-block;
}

.quote {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 0;
  margin: 30px 0;
}
.quote__heading {
  font-family: "Cabin-Bold", sans-serif;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
}
.quote__byline {
  font-family: "Oswald-Regular", serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9E9E9E;
}
.quote__byline:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  color: #e5057f;
  font-size: 23px;
  margin-right: 5px;
}

@media (min-width: 700px) {
  .quote__heading {
    font-size: 32px;
    line-height: 38px;
  }
  .quote__byline {
    font-size: 13px;
    letter-spacing: 0.4px;
  }
}
.quote-2 {
  padding: 45px 0px;
}
.quote-2__body {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}
.quote-2:before {
  content: "\”";
  color: rgba(0, 0, 0, 0.15);
  font-family: "Cabin-Bold", sans-serif;
  position: absolute;
  z-index: -999;
  font-size: 645px;
  margin-top: -202px;
}
.quote-2__heading {
  font-family: "Cabin-Bold", sans-serif;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
  font-style: italic;
  letter-spacing: -0.23px;
  width: 100%;
  color: #252525;
}
.quote-2__byline {
  font-family: "Oswald-Regular", serif;
  font-size: 12px;
  letter-spacing: 0.45px;
  color: #9E9E9E;
  text-transform: uppercase;
}
.quote-2__byline:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  color: #000;
  font-size: 23px;
  margin-right: 5px;
}

@media (min-width: 700px) {
  .quote-2__body {
    padding-left: 40px;
    padding-right: 40px;
  }
  .quote-2:before {
    position: absolute;
    z-index: -999;
    font-size: 800px;
    margin-top: -252px;
  }
  .quote-2__heading {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.77px;
  }
  .quote-2__byline {
    font-size: 13px;
    letter-spacing: 0.45px;
  }
}
@media (min-width: 900px) {
  .quote-2:before {
    font-size: 755px;
  }
}
.choose__plan {
  display: block;
  width: 100%;
  color: white;
  font-family: "Montserrat", sans-serif;
}
.choose__plan__item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 297px;
  flex: 0 1 297px;
  overflow: hidden;
  margin: 20px 10px;
}
.choose__plan__item:nth-of-type(3) .choose__plan__body {
  background-color: #000000;
}
.choose__plan__item--featured {
  z-index: 1;
  background: #252525;
}
.choose__plan__header {
  background: #e5057f;
  padding: 15px;
}
.choose__plan__item--featured .choose__plan__header {
  background: #1a1a1a;
  flex: none;
}
.choose__plan__body {
  background: #e5057f;
  padding: 20px;
}
.choose__plan__item--featured .choose__plan__body {
  background: #252525;
}
.choose__plan__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  margin: 10px 0;
  text-transform: uppercase;
}
.choose__plan__trial__period {
  position: relative;
}
.choose__plan__trial__period__days {
  font-weight: 800;
  position: relative;
  z-index: 1;
  font-size: 26px;
  line-height: 30px;
}
.choose__plan__trial__period__currency {
  position: absolute;
  top: 0;
  font-weight: 500;
  font-size: 14px;
}
.choose__plan__trial__period__text {
  font-size: 12px;
  line-height: 15px;
}
.choose__plan__conversation {
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
}
.choose__plan__sentence {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 15px;
  padding: 0 0 0.5em;
}
.choose__plan__text, .choose__plan__price {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
}
.choose__plan__currency {
  margin-right: 7px;
}

@media (min-width: 700px) {
  .choose__plan {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 65px 0;
  }
  .choose__plan__item {
    margin: 10px;
  }
  .choose__plan__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .choose__plan__body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .choose__plan__body .button {
    margin-top: auto;
  }
}
@media (min-width: 900px) {
  .choose__plan__item {
    margin: 0;
  }
  .choose__plan__item--featured {
    margin: -15px 0;
  }
  .choose__plan__title {
    font-size: 24px;
    line-height: 29px;
  }
  .choose__plan__trial__period__days {
    font-size: 55px;
    line-height: 67px;
    font-weight: 500;
    letter-spacing: -4.23px;
  }
  .choose__plan__trial__period__currency {
    top: 10px;
    font-size: 16px;
  }
  .choose__plan__conversation {
    font-weight: 600;
    display: inline-block;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .choose__plan__body {
    padding: 35px;
  }
  .choose__plan__item--featured .choose__plan__body {
    padding: 45px 35px;
  }
  .choose__plan__text, .choose__plan__price {
    font-size: 16px;
    line-height: 19px;
  }
}
.choose__plan__section {
  position: relative;
  text-align: center;
}
.choose__plan__section__sub-title {
  font-size: 14px;
  line-height: 18px;
  font-family: "Oswald-Bold", serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.choose__plan__section__trial {
  font-family: "Cabin-Bold", sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.choose__plan__section__link {
  font-family: "Cabin-Bold", sans-serif;
  font-size: 16px;
  line-height: 19px;
}
.choose__plan__section__link a {
  text-decoration: underline;
  font-weight: bold;
  color: #000000;
}

.popup {
  display: none;
  position: fixed;
  width: 90%;
  max-width: 700px;
  bottom: 15px;
  right: 15px;
  z-index: 110;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  color: #252525;
}
.popup__head {
  position: relative;
}
.popup__close {
  display: block;
  width: 35px;
  height: 35px;
  background: #252525;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  font-size: 12px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: -15px;
  top: -15px;
}
.popup__close:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
}

@media (min-width: 900px) {
  .popup {
    bottom: 30px;
    right: 30px;
  }
}
.paywall-popup {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.paywall-popup__body {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.paywall-popup__image {
  display: none;
  flex-grow: 1;
  flex-basis: 0;
  line-height: 0;
  max-width: 345px;
}
.paywall-popup__prefix {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1.71px;
  color: #B6B6B6;
  margin-bottom: 10px;
}
.paywall-popup__title {
  font-family: "Cabin-Bold", sans-serif;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 10px;
  text-align: center;
}
.paywall-popup__title__highlight {
  color: #000000;
}
.paywall-popup__sub-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.paywall-popup__text {
  font-size: 14px;
  line-height: 20px;
  color: #B6B6B6;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
  width: 250px;
}
.paywall-popup__foot {
  padding-top: 15px;
  font-size: 14px;
  line-height: 18px;
}
.paywall-popup__foot__link {
  color: #000000;
  text-decoration: underline;
}
.paywall-popup__foot__link:hover {
  text-decoration: none;
}

@media (min-width: 700px) {
  .paywall-popup {
    flex-direction: row;
  }
  .paywall-popup__image {
    display: block;
  }
}
.pager {
  font-size: 0;
  text-align: center;
  margin: 30px auto 20px;
}
.pager__item {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin: 3px;
  text-align: center;
  line-height: 18px;
  font-weight: bold;
  font-size: 12px;
  background: white;
  color: #252525;
  transition: background 0.1s, color 0.1s;
}
.pager__item--active, .pager__item:hover {
  background: #e5057f;
  color: white;
}
.pager__item--previous {
  margin-right: 20px;
}
.pager__item--previous:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  line-height: inherit;
}
.pager__item--next {
  margin-left: 20px;
}
.pager__item--next:before {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  line-height: inherit;
}
.pager__text {
  display: none;
}

@media (min-width: 700px) {
  .pager {
    margin: 30px auto;
  }
  .pager__item {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .pager__small .pager__item {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
  }
}
.sponsor {
  font-family: "Oswald-Regular", serif;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.article .sponsor {
  font-size: 10px;
  letter-spacing: 0.39px;
  flex-grow: 1;
  justify-content: flex-end;
}
.sponsor__logo {
  display: inline-block;
  margin-left: 5px;
  width: 60px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.load-more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.load-more__button {
  border: none;
  padding: 0;
  text-align: left;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-sizing: border-box;
  font-family: inherit;
  padding: 0;
  border-radius: 0;
  box-sizing: none;
  position: relative;
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  font-family: 'Cabin-Medium';
  overflow: hidden;
  font-size: 13px;
  cursor: pointer;
  padding: 10px 25px;
  line-height: 1.6;
  font-size: 18px;
  padding: 10px 25px;
}
.load-more__button::-ms-clear {
  width: 0;
  height: 0;
}
.load-more__button:after {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  display: inline-block;
  margin-left: 10px;
  font-size: 8px;
  transition: transform 200ms ease-in-out;
}
.load-more__button:hover:after {
  transform: translateX(5px);
}
.load-more__button:after {
  font-size: 10px;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.job-teaser-list__section-title {
  color: #e5057f;
  font-family: "Merriweather-Bold", serif;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
  padding: 0 0 15px 0;
  letter-spacing: 2px;
}
.job-teaser-list__section-title__text:after {
  display: inline-block;
  content: ".";
  color: #000000;
}
.job-teaser-list__item {
  display: block;
}
.job-teaser-list__item:not(:last-child) {
  margin-bottom: 30px;
}
.job-teaser-list__item:hover .job-teaser-list__title {
  text-decoration: underline;
}
.job-teaser-list__prefix {
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 20px;
  font-weight: 700;
}
.job-teaser-list__prefix__item:not(:last-child):after {
  content: "|";
  margin: 0 6px;
}
.job-teaser-list__title {
  font-family: "Merriweather-Bold", serif;
  font-size: 18px;
  line-height: 22px;
  margin: 5px 0;
}
.job-teaser-list__image {
  max-width: 100px;
}

.gallery {
  position: relative;
  z-index: 1;
}
.gallery__body {
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.gallery__items {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  text-align: center;
}
.gallery__item {
  vertical-align: top;
  display: inline-block;
  white-space: normal;
  width: calc(100% - 30px);
  max-width: 100%;
  box-sizing: border-box;
}
.gallery__item:not(:last-child) {
  margin-right: 10px;
}
.gallery__arrow {
  display: none;
}
.gallery__image {
  display: block;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery__footer {
  position: relative;
  padding-top: 5px;
  min-height: 25px;
}
.gallery__footer__caption {
  padding-right: 40px;
  font-size: 14px;
  text-align: left;
}
.gallery__footer__pagination {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 14px;
}

@media (min-width: 700px) {
  .gallery__item {
    width: 100%;
  }
  .gallery__item:not(:last-child) {
    margin-right: 20px;
  }
  .gallery__arrow {
    display: block;
    position: absolute;
    width: 60px;
    top: 168px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    color: #252525;
    background-color: #F5F5F5;
    opacity: .8;
    z-index: 9;
  }
  .gallery__arrow--next {
    right: 0px;
  }
  .gallery__arrow--next:before {
    font-family: "nichemediet";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "";
    display: block;
    line-height: 60px;
  }
  .gallery__arrow--previous {
    left: 0px;
  }
  .gallery__arrow--previous:before {
    font-family: "nichemediet";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "";
    display: block;
    line-height: 60px;
  }
}
.ad {
  display: flex;
  justify-content: center;
}
.ad img {
  max-width: 100%;
}

.newsletter-signup__subscription {
  background-color: #999692;
  padding: 30px 20px;
  overflow: hidden;
}
.newsletter-signup__subscription__container {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.newsletter-signup__subscription__title {
  font-size: 20px;
  line-height: 30px;
  font-family: "Cabin-Bold", sans-serif;
}
.newsletter-signup__subscription__text {
  font-size: 12px;
  line-height: 16px;
}
.newsletter-signup__subscription__form {
  padding: 20px 0;
}
.newsletter-signup__subscription .form-item a {
  color: #e5057f;
}
.newsletter-signup__subscription .form-item a:hover {
  text-decoration: underline;
}

@media (min-width: 700px) {
  .newsletter-signup__subscription {
    padding: 40px 20px;
  }
  .newsletter-signup__subscription__title {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .newsletter-signup__subscription__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.wp-block-drupal-section {
  max-width: 750px;
  margin: 0 auto;
}
.wp-block-drupal-section p,
.wp-block-drupal-section div {
  margin: 5px 0 10px;
  font-size: 16px;
  line-height: 24px;
}
.wp-block-drupal-section h2, .wp-block-drupal-section h3, .wp-block-drupal-section h4, .wp-block-drupal-section h5, .wp-block-drupal-section h6 {
  font-family: "Cabin-Bold", sans-serif;
  margin-top: 20px;
}
.wp-block-drupal-section h2 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}
.wp-block-drupal-section h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
}
.wp-block-drupal-section h4 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
}
.wp-block-drupal-section h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.wp-block-drupal-section h6 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.wp-block-drupal-section a {
  color: #e5057f;
  cursor: pointer;
  text-decoration: underline;
}
.wp-block-drupal-section a:hover {
  text-decoration: none;
}
.wp-block-drupal-section .wp-block-button a {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-family: 'Cabin-Medium';
  overflow: hidden;
  border-radius: 0;
  font-size: 13px;
  cursor: pointer;
  padding: 10px 25px;
  line-height: 1.6;
  text-decoration: none;
}
.wp-block-drupal-section .wp-block-button a:after {
  font-family: "nichemediet";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "";
  display: inline-block;
  margin-left: 10px;
  font-size: 8px;
  transition: transform 200ms ease-in-out;
}
.wp-block-drupal-section .wp-block-button a:hover:after {
  transform: translateX(5px);
}
.wp-block-drupal-section ul {
  list-style: disc;
  margin: 0 0 1em 1.5em;
  font-size: 12px;
  line-height: 16px;
}
.wp-block-drupal-section ol {
  list-style: decimal;
  margin: 0 0 1em 1.5em;
  font-size: 12px;
  line-height: 16px;
}
.wp-block-drupal-section ol li > ol,
.wp-block-drupal-section ol li > ul,
.wp-block-drupal-section ul li > ul,
.wp-block-drupal-section ul li > ol {
  margin-bottom: 5px;
  padding: 0 10px;
}
.wp-block-drupal-section img {
  display: block;
  max-width: 100%;
}
.wp-block-drupal-section figure {
  margin: 1em 0px;
}

@media (min-width: 700px) {
  .wp-block-drupal-section .wp-block-button a {
    font-size: 18px;
    padding: 10px 25px;
  }
  .wp-block-drupal-section .wp-block-button a:after {
    font-size: 10px;
  }
}
@media (min-width: 900px) {
  .wp-block-drupal-section p {
    margin: 10px 0 18px;
    font-size: 16px;
    line-height: 24px;
  }
  .wp-block-drupal-section ul,
  .wp-block-drupal-section ol {
    font-size: 16px;
    line-height: 24px;
  }
  .wp-block-drupal-section h2, .wp-block-drupal-section h3, .wp-block-drupal-section h4, .wp-block-drupal-section h5, .wp-block-drupal-section h6 {
    margin-top: 30px;
  }
  .wp-block-drupal-section h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .wp-block-drupal-section h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .wp-block-drupal-section h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .wp-block-drupal-section h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .wp-block-drupal-section h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.tags__title {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 8px;
}
.tags__items {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -6.5px;
  margin-right: -6.5px;
}
.tags__item {
  padding: 6.5px;
}
.tags__link {
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 600;
  background-color: #e5057f;
  color: #FFFFFF;
  line-height: 1;
  transition: background-color ease-in-out 200ms;
}
.tags__link:hover, .tags__link:focus {
  background-color: #b30463;
}

.labels__items {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: -6.5px -6.5px 8.5px -6.5px;
}
.labels__item {
  padding: 6.5px;
}
.labels__link {
  display: block;
  font-family: "Oswald-Regular", serif;
  padding: 10px 15px;
  font-size: 12px;
  letter-spacing: 0.39px;
  background-color: #252525;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1;
  transition: background-color ease-in-out 200ms;
}
.labels__link:hover, .labels__link:focus {
  background-color: #0c0c0c;
}
.labels__link--type {
  background-color: #2754a0;
}
.labels__link--target {
  background-color: #cf8438;
}

.data-list {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #D8D8D8;
}
.data-list__item {
  position: relative;
  display: flex;
  overflow: hidden;
  letter-spacing: 0.36px;
  font-family: "Oswald-Regular", serif;
}
.data-list__item:not(:last-child) {
  margin-bottom: 5px;
}
.data-list__item-title {
  display: inline-block;
  width: 100px;
  flex-shrink: 0;
  font-family: "Oswald-Bold", serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.36px;
  margin-right: 6px;
}
.data-list__item ul {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 2px 0 0;
}
.data-list__item li {
  font-family: "Oswald-Regular", serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.39px;
  color: #e5057f;
  margin-right: 10px;
  margin-bottom: 4px;
}
.data-list__item a {
  color: #e5057f;
  transition: background-color ease-in-out 200ms;
}
.data-list__item a:hover, .data-list__item a:focus {
  text-decoration: underline;
}

.author-banner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  background-color: #F5F5F5;
}
.author-banner__image-wrap {
  margin-bottom: 10px;
}
.author-banner__image {
  width: 90px;
  border-radius: 50%;
}
.author-banner__title {
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  font-family: "Merriweather-Bold", serif;
  margin-bottom: 10px;
}
.author-banner__content {
  text-align: center;
  font-family: "Merriweather-Bold", serif;
}
.author-banner__tag {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  display: block;
}
.author-banner__contact {
  display: inline-block;
}
.author-banner__link {
  color: #e5057f;
}
.author-banner__link:hover {
  text-decoration: underline;
}

@media (min-width: 900px) {
  .author-banner {
    align-items: normal;
    flex-direction: row;
    padding: 50px;
  }
  .author-banner__image-wrap {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .author-banner__title {
    font-size: 44px;
    line-height: 55px;
  }
  .author-banner__content {
    text-align: left;
  }
  .author-banner__tag {
    display: inline-block;
    margin-right: 10px;
  }
  .author-banner__tag:after {
    content: "|";
    display: inline-block;
    margin-left: 10px;
    color: #B6B6B6;
  }
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden;
  background-color: #999692;
}
.video__iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
.video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.video__overlay:hover .video__icon {
  transform: scale(1.1);
}
.video__body {
  max-width: 500px;
  padding: 30px 20px;
  color: #fff;
  text-align: center;
}
.video__time {
  display: inline-block;
  padding: 5px 10px;
  background: #F5F5F5;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #e5057f;
}
.video__icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #e5057f;
  text-align: center;
  position: relative;
  transition: 200ms ease-in-out;
}
.video__icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #FFFFFF;
  height: 0px;
  width: 0px;
}

@media (min-width: 700px) {
  .video__icon {
    width: 120px;
    height: 120px;
  }
}
.introduction {
  padding: 10px 0;
}
.introduction--center {
  text-align: center;
}
.introduction__title {
  font-family: "Merriweather-Bold", serif;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
}
.introduction__title--primary {
  color: #e5057f;
}
.introduction--inversed .introduction__title {
  color: #FFFFFF;
  background-color: #252525;
  padding: 10px;
}
.introduction--inversed .introduction__title--primary {
  background-color: #e5057f;
}
.introduction__text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

@media (min-width: 700px) {
  .introduction__text {
    font-size: 20px;
  }
}
