/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */ /* webkit */ /* firefox */
  box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url(https://www.theapolis.de/build/images/select2.c0745773.png) right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://www.theapolis.de/build/images/select2.c0745773.png) no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;

    background: #fff url(https://www.theapolis.de/build/images/select2.c0745773.png) no-repeat 100% -22px;
    background: url(https://www.theapolis.de/build/images/select2.c0745773.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url(https://www.theapolis.de/build/images/select2.c0745773.png) no-repeat -37px -22px;
    background: url(https://www.theapolis.de/build/images/select2.c0745773.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url(https://www.theapolis.de/build/images/select2-spinner.56d4c7ce.gif) no-repeat 100%;
    background: url(https://www.theapolis.de/build/images/select2-spinner.56d4c7ce.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url(https://www.theapolis.de/build/images/select2-spinner.56d4c7ce.gif) no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url(https://www.theapolis.de/build/images/select2-spinner.56d4c7ce.gif) no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url(https://www.theapolis.de/build/images/select2.c0745773.png) right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url(https://www.theapolis.de/build/images/select2x2.688bccf9.png) !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

.form-control .select2-choice {
    border: 0;
    border-radius: 2px;
}

.form-control .select2-choice .select2-arrow {
    border-radius: 0 2px 2px 0;   
}

.form-control.select2-container {
    height: auto !important;
    padding: 0;
}

.form-control.select2-container.select2-dropdown-open {
    border-color: #5897FB;
    border-radius: 3px 3px 0 0;
}

.form-control .select2-container.select2-dropdown-open .select2-choices {
    border-radius: 3px 3px 0 0;
}

.form-control.select2-container .select2-choices {
    border: 0 !important;
    border-radius: 3px;
}

.control-group.warning .select2-container .select2-choice,
.control-group.warning .select2-container .select2-choices,
.control-group.warning .select2-container-active .select2-choice,
.control-group.warning .select2-container-active .select2-choices,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.warning .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #C09853 !important;
}

.control-group.warning .select2-container .select2-choice div {
    border-left: 1px solid #C09853 !important;
    background: #FCF8E3 !important;
}

.control-group.error .select2-container .select2-choice,
.control-group.error .select2-container .select2-choices,
.control-group.error .select2-container-active .select2-choice,
.control-group.error .select2-container-active .select2-choices,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.error .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #B94A48 !important;
}

.control-group.error .select2-container .select2-choice div {
    border-left: 1px solid #B94A48 !important;
    background: #F2DEDE !important;
}

.control-group.info .select2-container .select2-choice,
.control-group.info .select2-container .select2-choices,
.control-group.info .select2-container-active .select2-choice,
.control-group.info .select2-container-active .select2-choices,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.info .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #3A87AD !important;
}

.control-group.info .select2-container .select2-choice div {
    border-left: 1px solid #3A87AD !important;
    background: #D9EDF7 !important;
}

.control-group.success .select2-container .select2-choice,
.control-group.success .select2-container .select2-choices,
.control-group.success .select2-container-active .select2-choice,
.control-group.success .select2-container-active .select2-choices,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
.control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
.control-group.success .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #468847 !important;
}

.control-group.success .select2-container .select2-choice div {
    border-left: 1px solid #468847 !important;
    background: #DFF0D8 !important;
}

:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

/* mixin for multiline */
.form-group .form-control.select2-container,
.v-select2 {
  padding: 10px 0 10px 20px;
}
.form-group .form-control.select2-container .select2-search-field .select2-input,
.v-select2 .select2-search-field .select2-input {
  color: #1f1f1f !important;
  font-size: 1rem;
}
.form-group .form-control.select2-container a.select2-choice,
.v-select2 a.select2-choice {
  text-decoration: none !important;
}

.form-control.select2-container,
.v-select2.select2-container {
  background-image: url(/static/sprites/kit-de/angle-down.svg);
  -moz-background-image: url(/static/sprites/kit-de/angle-down.svg);
  -o-background-image: url(/static/sprites/kit-de/angle-down.svg);
  -webkit-background-image: url(/static/sprites/kit-de/angle-down.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right 10px center;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-control.select2-container .select2-search-field,
.v-select2.select2-container .select2-search-field {
  width: 100%;
  display: list-item;
}
.form-control.select2-container.select2-container-active .select2-choice,
.v-select2.select2-container.select2-container-active .select2-choice {
  box-shadow: none;
  -moz-box-shadow: none;
}
.form-control.select2-container .select2-choice,
.v-select2.select2-container .select2-choice {
  background-image: none;
  background-color: transparent;
  padding: 0 45px 0 0;
  border: none;
}
.form-control.select2-container .select2-choice .select2-arrow,
.v-select2.select2-container .select2-choice .select2-arrow {
  display: none;
}
.form-control.select2-container .select2-choice abbr.select2-search-choice-close,
.v-select2.select2-container .select2-choice abbr.select2-search-choice-close {
  display: none;
}
.form-control.select2-container .select2-chosen,
.v-select2.select2-container .select2-chosen {
  color: hsl(0, 0%, 13%);
  font-size: 1rem;
  margin-right: 1rem;
  display: inline-block;
  padding-left: 0;
}
.form-control.select2-container.select2-dropdown-open,
.v-select2.select2-container.select2-dropdown-open {
  border-color: #fff;
  border-radius: 0;
}
.form-control.select2-container.select2-container-multi:before,
.v-select2.select2-container.select2-container-multi:before {
  content: "";
}
.form-control.select2-container.select2-container-multi,
.v-select2.select2-container.select2-container-multi {
  background-image: url(/static/sprites/kit-de/magnifying-glass.svg);
  -moz-background-image: url(/static/sprites/kit-de/magnifying-glass.svg);
  -o-background-image: url(/static/sprites/kit-de/magnifying-glass.svg);
  -webkit-background-image: url(/static/sprites/kit-de/magnifying-glass.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right 10px center;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-control.select2-container.select2-container-multi .select2-search-field,
.v-select2.select2-container.select2-container-multi .select2-search-field {
  width: unset;
}
.form-control.select2-container.select2-container-multi .select2-choices .select2-search-choice,
.v-select2.select2-container.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 6px 3px 24px;
  color: #fff;
  cursor: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #87162d;
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  line-height: 18px;
  margin: 2px 2px 2px 0;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  border-radius: unset;
  background-image: none;
}
.form-control.select2-container.select2-container-multi .select2-choices .select2-search-choice > div,
.v-select2.select2-container.select2-container-multi .select2-choices .select2-search-choice > div {
  font-family: "kepler-std", Georgia, "Times New Roman", Times, serif;
}
.form-control.select2-container.select2-container-multi .select2-choices .select2-search-choice.select2-search-choice-focus,
.v-select2.select2-container.select2-container-multi .select2-choices .select2-search-choice.select2-search-choice-focus {
  background-color: #d4d4d4;
}
.form-control.select2-container.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close, .form-control.select2-container.select2-container-multi .select2-choices .select2-search-choice.select2-search-choice-focus .select2-search-choice-close,
.v-select2.select2-container.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close,
.v-select2.select2-container.select2-container-multi .select2-choices .select2-search-choice.select2-search-choice-focus .select2-search-choice-close {
  top: 9px;
  left: 5px;
  -webkit-mask-image: url(/static/sprites/kit-de/xmark.svg) !important;
          mask-image: url(/static/sprites/kit-de/xmark.svg) !important;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: hsl(0, 0%, 100%);
  background-size: 16px 16px !important;
  width: 16px;
  height: 16px;
  position: absolute;
  background-position: unset !important;
  background-image: none;
}
@media screen and (max-width: 425px) {
  .form-control.select2-container.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close, .form-control.select2-container.select2-container-multi .select2-choices .select2-search-choice.select2-search-choice-focus .select2-search-choice-close,
  .v-select2.select2-container.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close,
  .v-select2.select2-container.select2-container-multi .select2-choices .select2-search-choice.select2-search-choice-focus .select2-search-choice-close {
    width: 14px;
    height: 14px;
    background-size: 14px 14px !important;
    top: 8px;
  }
}
.form-control.select2-container.select2-container-multi .select2-choices .select2-search-field .select2-input,
.v-select2.select2-container.select2-container-multi .select2-choices .select2-search-field .select2-input {
  padding: 0;
  font-family: "kepler-std", Georgia, "Times New Roman", Times, serif;
}
.form-control.select2-container.select2-container-multi.select2-container-active .select2-choices,
.v-select2.select2-container.select2-container-multi.select2-container-active .select2-choices {
  box-shadow: none;
}
.form-control.select2-container.select2-container-disabled,
.v-select2.select2-container.select2-container-disabled {
  border-color: #d4d4d4;
  background-color: rgba(224, 216, 216, 0.93);
  cursor: not-allowed;
}
.form-control.select2-container.select2-container-disabled:before,
.v-select2.select2-container.select2-container-disabled:before {
  content: "";
}
.form-control.select2-container.select2-container-disabled .select2-choices .select2-search-choice,
.v-select2.select2-container.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 0;
  background-image: none;
  background-color: transparent;
  color: #282828;
}
.form-control.select2-container-multi .select2-choices, .form-control.select2-dropdown-open.select2-drop-above .select2-choice, .form-control.select2-dropdown-open.select2-drop-above .select2-choices,
.v-select2.select2-container-multi .select2-choices,
.v-select2.select2-dropdown-open.select2-drop-above .select2-choice,
.v-select2.select2-dropdown-open.select2-drop-above .select2-choices {
  background: transparent;
}
.form-control.select2-dropdown-open.select2-drop-above .select2-choice,
.form-control .select2-dropdown-open.select2-drop-above .select2-choices,
.v-select2.select2-dropdown-open.select2-drop-above .select2-choice,
.v-select2 .select2-dropdown-open.select2-drop-above .select2-choices {
  background: none;
}

.select2-drop .select2-results .select2-highlighted {
  background: hsl(352, 74%, 46%);
}

.select2-results {
  padding: 0;
  margin: 0;
}
.select2-results .select2-result-label,
.select2-results .select2-searching,
.select2-results .select2-no-results,
.select2-results .select2-selection-limit,
.select2-results .select2-more-results {
  padding: 2px 20px;
  margin: 0;
  min-height: 1rem;
  list-style: none;
  background: none;
}
.select2-results .select2-result-label.select2-more-results,
.select2-results .select2-searching.select2-more-results,
.select2-results .select2-no-results.select2-more-results,
.select2-results .select2-selection-limit.select2-more-results,
.select2-results .select2-more-results.select2-more-results {
  background-color: hsl(352, 74%, 46%);
  color: white;
}
.select2-results .select2-result-label.select2-result-label,
.select2-results .select2-searching.select2-result-label,
.select2-results .select2-no-results.select2-result-label,
.select2-results .select2-selection-limit.select2-result-label,
.select2-results .select2-more-results.select2-result-label {
  cursor: pointer;
}
.select2-results .select2-new-position {
  position: absolute;
  width: calc(100% + 2px);
  bottom: -33px;
  background: white;
  left: -1px;
  border: 1px solid #a9a9a9;
}

.select2-results.s2--kepler {
  font-family: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
}

.select2-drop-active {
  border: 1px solid #a9a9a9 !important;
  border-radius: 0 !important;
}

.has-error .select2-container-multi .select2-choices .select2-search-field input {
  color: #1f1f1f !important;
}

.select2-search {
  display: none;
}

.round-suggestion {
  border-radius: 50%;
  margin-left: -10px;
  margin-right: 10px;
  min-width: 32px;
  min-height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .form-group .form-control.select2-container {
    padding: 5px 45px 5px 15px;
  }
}
.v-s2-container .v-select2 {
  background-color: #fff;
  background-position: right;
}

.select2-match {
  font-size: 1rem;
}

.typeahead.dropdown-menu {
  top: 77px !important;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
  width: calc(100%-30px);
}
.typeahead.dropdown-menu li.active a {
  background-color: hsl(352, 74%, 46%);
  color: hsl(0, 0%, 100%);
}
.typeahead.dropdown-menu .dropdown-item {
  line-height: 28px;
}

:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

/* mixin for multiline */
:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

#addNews .short-description {
  height: 200px;
}
#addNews .input-location-news {
  left: inherit;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  z-index: 1;
  border-collapse: separate;
  display: flex;
}
@media screen and (max-width: 992px) {
  #addNews .map-cover-container #map {
    height: 200px;
  }
}
#addNews .mapboxgl-ctrl.mapboxgl-ctrl-group {
  margin-right: 0;
}
#addNews .mapboxgl-ctrl-geocoder input,
#addNews .mapboxgl-ctrl-geolocate {
  height: 51px !important;
}
#addNews #profile-media.upload-image-news.upload-image {
  height: 144px !important;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#addNews #profile-media.upload-image-news.upload-image .news_cover {
  background-image: url(https://www.theapolis.de/build/images/empty-display.02f33dc7.jpg);
  -moz-background-image: url(https://www.theapolis.de/build/images/empty-display.02f33dc7.jpg);
  -o-background-image: url(https://www.theapolis.de/build/images/empty-display.02f33dc7.jpg);
  -webkit-background-image: url(https://www.theapolis.de/build/images/empty-display.02f33dc7.jpg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#addNews #profile-media.upload-image-news.upload-image .news_cover:hover #news-label-image {
  display: block;
  background: rgba(16, 0, 0, 0.62) !important;
}
#addNews #profile-media.upload-image-news.upload-image .news_cover #news-label-image {
  cursor: pointer;
  transition: border-color 0.2s ease;
  border: dashed 2px rgba(255, 255, 255, 0.5);
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  min-width: 280px;
  padding: 21px 60px;
  top: 50%;
  background: transparent;
  border-radius: 0;
  display: block;
}
#addNews #profile-media.upload-image-news.upload-image .news_cover #news-label-image:hover {
  border-color: #fff;
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
}
#addNews #profile-media.upload-image-news.upload-image .news_cover #news-label-image #news_uploadFile {
  visibility: hidden;
  position: absolute;
  left: -2000px;
}
#addNews #profile-media.upload-image-news.upload-image .news_cover #medianews {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.loading-darkred[data-v-9882f238] {
  height: 40px;
  width: 40px;
  background-size: contain;
  background-image: url(https://www.theapolis.de/build/images/rolling.2b551efb.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.loading-white[data-v-9882f238] {
  height: 40px;
  width: 40px;
  background-size: contain;
  background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
  background-repeat: no-repeat;
  background-position: center;
}
[data-v-88e5e724]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-88e5e724]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-88e5e724],
h2[data-v-88e5e724],
h3[data-v-88e5e724],
h4[data-v-88e5e724],
h5[data-v-88e5e724] {
  margin: 0;
}
[data-v-88e5e724]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
[data-v-88e5e724]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-88e5e724]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-88e5e724],
h2[data-v-88e5e724],
h3[data-v-88e5e724],
h4[data-v-88e5e724],
h5[data-v-88e5e724] {
  margin: 0;
}
[data-v-88e5e724]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
.quick-actions[data-v-88e5e724] {
  padding-left: 0;
}
.quick-actions > .single-action[data-v-88e5e724]:first-child {
  margin-left: 0;
}
.quick-actions .single-action[data-v-88e5e724] {
  margin-left: 16px;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  flex-flow: column;
}
.quick-actions .single-action a[data-v-88e5e724]:hover:not(.disabled) {
  color: hsl(0, 0%, 100%);
  fill: #fff;
  background-color: hsl(348, 72%, 31%) !important;
}
[data-v-5d6a4e1a]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-5d6a4e1a]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-5d6a4e1a],
h2[data-v-5d6a4e1a],
h3[data-v-5d6a4e1a],
h4[data-v-5d6a4e1a],
h5[data-v-5d6a4e1a] {
  margin: 0;
}
[data-v-5d6a4e1a]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
.location-placeholder[data-v-5d6a4e1a]:not(.cl-white) {
  color: var(--color-secondary);
}
.location-placeholder.cl-white svg[data-v-5d6a4e1a] {
  fill: hsl(0, 0%, 100%);
}
.location-placeholder--xs[data-v-5d6a4e1a] {
  font-size: 0.75rem;
}
.theme__black.location-placeholder[data-v-5d6a4e1a] {
  color: var(--color-secondary);
}
[data-v-3f5ed7f5]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-3f5ed7f5]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-3f5ed7f5],
h2[data-v-3f5ed7f5],
h3[data-v-3f5ed7f5],
h4[data-v-3f5ed7f5],
h5[data-v-3f5ed7f5] {
  margin: 0;
}
[data-v-3f5ed7f5]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
[data-v-3f5ed7f5]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-3f5ed7f5]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-3f5ed7f5],
h2[data-v-3f5ed7f5],
h3[data-v-3f5ed7f5],
h4[data-v-3f5ed7f5],
h5[data-v-3f5ed7f5] {
  margin: 0;
}
[data-v-3f5ed7f5]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
.header-container[data-v-3f5ed7f5] {
  background-color: #f0f0f0;
  color: hsl(0, 0%, 100%);
  position: relative;
  z-index: 10;
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
.header-container .cover-wrapper[data-v-3f5ed7f5] {
  position: relative;
  padding-top: 45.83333333%;
  overflow: hidden;
}
.header-container .cover-wrapper img[data-v-3f5ed7f5] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.header-container .cover-wrapper .copy-right-text[data-v-3f5ed7f5] {
  z-index: 20;
  right: 15px;
  bottom: 0;
  margin: 0;
  position: absolute;
}
.header-container .header-container-content[data-v-3f5ed7f5] {
  position: absolute;
  max-width: 1170px;
  width: 90%;
  padding: 0 15px;
  margin: auto;
  padding: 20px 15px 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}
.header-container .header-container-content .header-content[data-v-3f5ed7f5] {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  flex-flow: row;
}
.header-container .header-container-content .header-content .header-title .header-job-show[data-v-3f5ed7f5] {
  font-family: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  -ms-word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -o-hyphens: auto;
  hyphens: auto;
  display: inline-block;
  display: -moz-inline-block;
  font-weight: normal;
}
.header-container .header-mobile[data-v-3f5ed7f5] {
  padding-bottom: 10px;
  color: hsl(0, 0%, 7%);
}
.header-container .header-mobile .header-job-show[data-v-3f5ed7f5] {
  font-family: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  -ms-word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -o-hyphens: auto;
  hyphens: auto;
  font-weight: normal;
}
.header-container .article-header-detail[data-v-3f5ed7f5] {
  margin-bottom: 0;
}
.header-container.no-cover[data-v-3f5ed7f5] {
  color: hsl(0, 0%, 7%);
}
.header-container.no-cover .header-container-content[data-v-3f5ed7f5] {
  position: relative;
  padding-top: 0;
}
.header-container.no-cover .header-job-show[data-v-3f5ed7f5] {
  padding-top: 20px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
.header-container .header-container-content[data-v-3f5ed7f5] {
    width: 100%;
}
.header-container .header-container-content .header-content .header-title .header-job-show[data-v-3f5ed7f5] {
    margin-left: 0;
}
.header-container .photo-container[data-v-3f5ed7f5] {
    padding: 0;
}
.header-container .header-mobile[data-v-3f5ed7f5] {
    display: block !important;
    color: hsl(0, 0%, 7%);
    z-index: 30;
    position: relative;
}
.header-container .header-mobile .gratification-container[data-v-3f5ed7f5] {
    margin-left: 0;
}
.header-container .header-mobile .btn-job-admin-action li.single-action[data-v-3f5ed7f5]:first-child {
    margin-left: 0;
}
}
@media screen and (max-width: 425px) {
.header-container .article-header-detail[data-v-3f5ed7f5] {
    text-align: center;
}
.header-container .header-mobile .header-job-show[data-v-3f5ed7f5],
  .header-container .header-mobile .tags-container[data-v-3f5ed7f5] {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    text-align: center;
}
}
@media (max-width: 1023.98px) {
.header-container .photo-container.app-container[data-v-3f5ed7f5] {
    width: 100%;
    padding: 0;
}
}
:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

/* mixin for multiline */
.header-container .bg-layer {
  padding: 0 10px 30px 10px;
  background-color: rgba(29, 29, 29, 0.6);
}
@media screen and (max-width: 768px) {
.header-container .bg-layer {
    padding: 0 5px 20px 5px;
}
}
.header-container.no-cover .bg-layer {
  background: none;
  padding: 10px;
}
.copy-right-text * {
  font-size: 0.75rem;
}
@media (max-width: 1023.98px) {
.pre-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-mobile .job-actions-box {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
}
.t-plus-icon {
  min-width: 18px;
}
[data-v-3a7fb67b]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-3a7fb67b]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-3a7fb67b],
h2[data-v-3a7fb67b],
h3[data-v-3a7fb67b],
h4[data-v-3a7fb67b],
h5[data-v-3a7fb67b] {
  margin: 0;
}
[data-v-3a7fb67b]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
[data-v-3a7fb67b]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-3a7fb67b]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-3a7fb67b],
h2[data-v-3a7fb67b],
h3[data-v-3a7fb67b],
h4[data-v-3a7fb67b],
h5[data-v-3a7fb67b] {
  margin: 0;
}
[data-v-3a7fb67b]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
.article-footer[data-v-3a7fb67b] {
  border-top: 3px solid #f0f0f0;
  border-bottom: 3px solid #f0f0f0;
  padding: 45px 0;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
.news-teaser[data-v-3a7fb67b] {
    margin-bottom: 20px;
}
.article-footer[data-v-3a7fb67b] {
    padding: 20px 0;
}
}
.news-teaser[data-v-3a7fb67b] {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
  font-weight: bold;
}
@media (max-width: 1023.98px) {
.block[data-v-3a7fb67b] {
    padding: 30px 0;
}
.news-actions[data-v-3a7fb67b] {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.side-widget[data-v-3a7fb67b] {
    display: flex;
    flex-flow: column;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
}
:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.show-premium-btn {
  display: flex;
  justify-content: center;
}
.news-description * {
  font-family: "kepler-std", Georgia, "Times New Roman", Times, serif;
  font-size: 1.15rem;
}
.news-description blockquote {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
.news-description a {
  text-decoration: underline;
}
[data-v-3ebe575a]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-3ebe575a]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-3ebe575a],
h2[data-v-3ebe575a],
h3[data-v-3ebe575a],
h4[data-v-3ebe575a],
h5[data-v-3ebe575a] {
  margin: 0;
}
[data-v-3ebe575a]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
[data-v-3ebe575a]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-3ebe575a]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-3ebe575a],
h2[data-v-3ebe575a],
h3[data-v-3ebe575a],
h4[data-v-3ebe575a],
h5[data-v-3ebe575a] {
  margin: 0;
}
[data-v-3ebe575a]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
[data-v-3ebe575a]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-3ebe575a]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-3ebe575a],
h2[data-v-3ebe575a],
h3[data-v-3ebe575a],
h4[data-v-3ebe575a],
h5[data-v-3ebe575a] {
  margin: 0;
}
[data-v-3ebe575a]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
[data-v-3ebe575a]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-3ebe575a]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-3ebe575a],
h2[data-v-3ebe575a],
h3[data-v-3ebe575a],
h4[data-v-3ebe575a],
h5[data-v-3ebe575a] {
  margin: 0;
}
[data-v-3ebe575a]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
.text-center[data-v-3ebe575a] {
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
}
.text-right[data-v-3ebe575a] {
  text-align: right;
}
.inline[data-v-3ebe575a] {
  display: inline;
}
.inline-block[data-v-3ebe575a],
.inline-block.override[data-v-3ebe575a] {
  display: inline-block;
  display: -moz-inline-block;
}
.d-block[data-v-3ebe575a] {
  display: block;
}
.p-alt[data-v-3ebe575a] {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  min-height: 47px;
}
.block-gray[data-v-3ebe575a] {
  background-color: hsl(0, 0%, 90%);
}
.block[data-v-3ebe575a] {
  padding: 2.8rem 0;
}
@media (max-width: 1023.98px) {
.block[data-v-3ebe575a] {
    padding: 2rem 0;
}
}
.max-W100[data-v-3ebe575a] {
  max-width: 100%;
}
.max-width-unset[data-v-3ebe575a] {
  max-width: unset !important;
}
.no-a-style[data-v-3ebe575a],
.no-a-style[data-v-3ebe575a]:active,
.no-a-style[data-v-3ebe575a]:focus,
.no-a-style[data-v-3ebe575a]:hover {
  text-decoration: none;
  color: hsl(352, 74%, 46%);
  outline: none;
  outline-offset: unset;
}
.text-error[data-v-3ebe575a] {
  color: hsl(352, 74%, 46%);
}
.wb-word[data-v-3ebe575a] {
  word-break: break-word;
}
.li-none[data-v-3ebe575a] {
  list-style: none !important;
}
.ul--bullet[data-v-3ebe575a] {
  list-style: disc;
}
.no-wrap[data-v-3ebe575a] {
  white-space: nowrap;
}
.white-space-normal[data-v-3ebe575a] {
  white-space: normal !important;
}
.hidden[data-v-3ebe575a] {
  display: none !important;
}
.non-visible[data-v-3ebe575a] {
  visibility: hidden;
}
.icon-inline[data-v-3ebe575a] {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.app-container[data-v-3ebe575a] {
  max-width: 1170px;
  width: 90%;
  padding: 0 15px;
  margin: auto;
}
@media screen and (max-width: 768px) {
.app-container.full-width-pad[data-v-3ebe575a] {
    width: 100%;
}
}
@media screen and (max-width: 768px) {
.app-container.full-width-pad-modal[data-v-3ebe575a] {
    width: 100%;
    padding: 0;
}
}
.float-r[data-v-3ebe575a] {
  float: right;
}
.float-l[data-v-3ebe575a] {
  float: left;
}
.fit-content[data-v-3ebe575a] {
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
}
.stop-transform[data-v-3ebe575a] {
  transform: none !important;
}
.word-break[data-v-3ebe575a] {
  -ms-word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -o-hyphens: auto;
  hyphens: auto;
}
.auto-hyphens[data-v-3ebe575a] {
  word-wrap: break-word;
  -o-hyphens: auto;
  hyphens: auto;
}
.close-message[data-v-3ebe575a] {
  float: right;
  width: 20px;
  position: absolute;
  top: 17px;
  right: 4px;
}
.pre-formatted[data-v-3ebe575a] {
  white-space: pre;
}
.pre-line-formatted[data-v-3ebe575a] {
  white-space: pre-line;
}
.icon[data-v-3ebe575a] {
  cursor: pointer;
  width: 32px;
  min-width: 32px;
  min-height: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  background-color: hsl(0, 0%, 7%);
  color: hsl(0, 0%, 100%);
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-flow: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.icon svg[data-v-3ebe575a]:not(.icon-40) {
  transform: scale(0.9);
}
.icon:hover svg[data-v-3ebe575a] {
  fill: hsl(0, 0%, 100%);
}
.icon[data-v-3ebe575a]:hover {
  background-color: hsl(348, 72%, 31%);
  color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 575px) {
.icon[data-v-3ebe575a] {
    min-width: 32px;
    min-height: 32px;
    width: 32px;
    height: 32px;
    font-size: 15px;
}
.icon svg[data-v-3ebe575a] {
    transform: scale(0.8);
}
}
.icon-40[data-v-3ebe575a] {
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  height: 40px;
}
.icon--error[data-v-3ebe575a] {
  background: hsl(352, 74%, 46%);
}
.icon--default[data-v-3ebe575a] {
  color: hsl(352, 74%, 46%);
  background: transparent;
  border: 2px solid hsl(352, 74%, 46%);
}
.icon--default:hover svg[data-v-3ebe575a] {
  fill: hsl(158, 45%, 58%);
}
.icon--default[data-v-3ebe575a]:hover {
  color: hsl(158, 45%, 58%);
  background-color: transparent;
  border-color: hsl(158, 45%, 58%);
}
.icon--success[data-v-3ebe575a] {
  background: hsl(158, 45%, 58%);
  color: hsl(0, 0%, 100%);
}
.icon--success[data-v-3ebe575a]:hover {
  color: hsl(158, 45%, 58%);
  background-color: hsl(0, 0%, 100%);
}
.underline[data-v-3ebe575a] {
  text-decoration: underline;
}
.glyphicon[data-v-3ebe575a] {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-svg-primary[data-v-3ebe575a], .icon-svg-primary[data-v-3ebe575a]:not([fill]) {
  fill: hsl(352, 74%, 46%);
}
.icon-inline[data-v-3ebe575a] {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.normal-font[data-v-3ebe575a] {
  font-weight: normal;
}
.bold-font[data-v-3ebe575a] {
  font-weight: bold;
}
.add-content[data-v-3ebe575a] {
  transition: border-color 0.2s ease, color 0.2s ease;
  border: dashed 2px #d3d3d3;
  width: 100%;
  display: block;
  margin-top: 10px;
  padding: 7px 20px;
}
.add-content[data-v-3ebe575a]:hover {
  border-color: hsl(348, 72%, 31%);
  color: hsl(348, 72%, 31%);
}
.toggle-arrow[data-v-3ebe575a] {
  transition: transform 0.2s ease;
  float: right;
  clear: right;
  margin: 2px;
}
.blurred-image[data-v-3ebe575a] {
  filter: blur(8px);
  -ms-filter: blur(8px);
  -webkit-filter: blur(8px);
}
.all-transition[data-v-3ebe575a] {
  transition: all 0.5s ease-in-out;
}
.lg-edit-svg[data-v-3ebe575a] {
  fill: #999;
}
.lg-edit-svg[data-v-3ebe575a]:hover {
  fill: #fff;
}
.left-0[data-v-3ebe575a] {
  left: 0;
}
.right-0[data-v-3ebe575a] {
  right: 0;
}
.text-danger-custom[data-v-3ebe575a] {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-flow: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #fff;
}
.text-danger-custom svg[data-v-3ebe575a] {
  fill: #fff;
}
.switch[data-v-3ebe575a] {
  height: 50px;
  border: 3px solid #fff;
  background-color: #fff;
  border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}
.switch .switch-option[data-v-3ebe575a] {
  float: left;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
.switch .switch-option > input:checked + .switch-toggle > svg[data-v-3ebe575a] {
  fill: hsl(0, 0%, 100%);
}
.switch .switch-option:hover .switch-toggle[data-v-3ebe575a] {
  background-color: rgba(31, 31, 31, 0.15);
}
.switch .switch-option > input[data-v-3ebe575a] {
  position: absolute;
  opacity: 0;
}
.switch .switch-option > input:checked + .switch-toggle[data-v-3ebe575a] {
  background-color: hsl(352, 74%, 46%);
  fill: hsl(0, 0%, 100%);
}
.switch-toggle[data-v-3ebe575a] {
  transition: background-color 0.2s ease;
  width: 44px;
  height: 44px;
  padding: 12px;
}
.switch-toggle > svg[data-v-3ebe575a] {
  transition: fill 0.2s ease;
  fill: hsl(352, 74%, 46%);
}
.switch-toggle[data-v-3ebe575a]:after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 6 Pro";
  cursor: pointer;
  font-size: 20px;
}
.switch-alt[data-v-3ebe575a] {
  border-color: #a9a9a9;
  display: inline-block;
}
.actions-rolling-svg[data-v-3ebe575a] {
  display: inline-block;
  background-image: url(https://www.theapolis.de/build/images/rolling.2b551efb.svg);
  -moz-background-image: url(https://www.theapolis.de/build/images/rolling.2b551efb.svg);
  -o-background-image: url(https://www.theapolis.de/build/images/rolling.2b551efb.svg);
  -webkit-background-image: url(https://www.theapolis.de/build/images/rolling.2b551efb.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  width: 40px;
  margin: 0;
  height: 25px;
}
.actions-rolling-svg.white[data-v-3ebe575a] {
  background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
  -moz-background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
  -o-background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
  -webkit-background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
}
.z-999[data-v-3ebe575a] {
  z-index: 999;
}
.no-transition[data-v-3ebe575a] {
  transition: none !important;
}
.message-info[data-v-3ebe575a] {
  border-color: #bee5eb;
  text-align: center;
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  position: relative;
  margin-top: 18px;
  padding: 10px;
  padding-right: 34px;
  word-break: break-word;
}
.message-info .close-message[data-v-3ebe575a] {
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.message-success[data-v-3ebe575a] {
  background: #64c39f;
  color: white;
}
.message-success a[data-v-3ebe575a],
.message-success a[data-v-3ebe575a]:hover,
.message-success a[data-v-3ebe575a]:focus {
  color: white;
}
.message-error[data-v-3ebe575a],
.message-danger[data-v-3ebe575a] {
  background: #cd2036;
  color: white;
}
.message-error a[data-v-3ebe575a],
.message-error a[data-v-3ebe575a]:hover,
.message-error a[data-v-3ebe575a]:focus,
.message-danger a[data-v-3ebe575a],
.message-danger a[data-v-3ebe575a]:hover,
.message-danger a[data-v-3ebe575a]:focus {
  color: white;
}
.message-warning[data-v-3ebe575a] {
  background: #f4e73f;
  color: #1f1f1f;
}
.message-warning a[data-v-3ebe575a],
.message-warning a[data-v-3ebe575a]:hover,
.message-warning a[data-v-3ebe575a]:focus {
  color: #1f1f1f;
}
.flash-message a[data-v-3ebe575a],
.flash-message a[data-v-3ebe575a]:hover,
.flash-message a[data-v-3ebe575a]:focus {
  text-decoration: underline;
}
.flash-message .close-message[data-v-3ebe575a] {
  cursor: pointer;
}
.text-info[data-v-3ebe575a] {
  color: hsl(216, 52%, 46%) !important;
}
.panel[data-v-3ebe575a] {
  padding: 30px;
}
.panel-head[data-v-3ebe575a] {
  margin-top: 0;
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: 700;
  -ms-word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -o-hyphens: auto;
  hyphens: auto;
}
.panel-content[data-v-3ebe575a] {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.panel-primary[data-v-3ebe575a] {
  border-color: hsl(352, 74%, 46%);
  background-color: hsl(352, 74%, 46%);
}
.panel-primary svg[data-v-3ebe575a] {
  fill: hsl(352, 74%, 46%);
}
.panel-primary-dark[data-v-3ebe575a] {
  background-color: hsl(348, 72%, 31%);
  border: hsl(348, 72%, 31%);
}
.panel-primary-dark svg[data-v-3ebe575a] {
  fill: hsl(348, 72%, 31%);
}
.panel-gray[data-v-3ebe575a] {
  background-color: hsl(0, 0%, 90%);
}
.panel-gray svg[data-v-3ebe575a] {
  fill: hsl(0, 0%, 90%);
}
.panel-grayer[data-v-3ebe575a] {
  background-color: hsl(0, 0%, 43%);
}
.panel-grayer svg[data-v-3ebe575a] {
  fill: hsl(0, 0%, 43%);
}
.panel-gray-dark[data-v-3ebe575a] {
  background-color: #1f1f1f;
}
.panel-gray-dark svg[data-v-3ebe575a] {
  fill: #1f1f1f;
}
.panel-secondary[data-v-3ebe575a] {
  background-color: hsl(216, 52%, 29%);
}
.panel-secondary svg[data-v-3ebe575a] {
  fill: hsl(216, 52%, 29%);
}
.panel-violet[data-v-3ebe575a] {
  background-color: #631953;
}
.panel-violet svg[data-v-3ebe575a] {
  fill: #631953;
}
.h1-sm[data-v-3ebe575a] {
  font-size: 3rem;
  line-height: 3.5rem;
}
.h1-lg[data-v-3ebe575a],
.h1-lg-kepler[data-v-3ebe575a] {
  font-size: 3.8rem;
  line-height: 4.75rem;
}
.h2-lg[data-v-3ebe575a] {
  font-size: 2.8em;
  line-height: 3.5rem;
}
.h2-sm[data-v-3ebe575a] {
  font-size: 2.2em;
  line-height: 2.75rem;
}
.h3-sm[data-v-3ebe575a] {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.h3-lg[data-v-3ebe575a] {
  font-size: 1.8rem;
  line-height: 2.25rem;
}
.h4-sm[data-v-3ebe575a] {
  font-size: 0.9rem;
  line-height: 1.125rem;
}
.h4-lg[data-v-3ebe575a] {
  font-size: 1.3rem;
  line-height: 1.625rem;
}
.h5-sm[data-v-3ebe575a] {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.h5-lg[data-v-3ebe575a] {
  font-size: 1.1rem;
  line-height: 1.375rem;
}
.link--nav[data-v-3ebe575a] {
  transition: color 0.2s ease;
  padding: 34px 12px;
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.link--widget[data-v-3ebe575a] {
  color: hsl(352, 74%, 46%);
  font-size: 1rem;
}
.xs-txt[data-v-3ebe575a] {
  font-size: 0.75rem;
}
.xs-txt.kepler[data-v-3ebe575a], .xs-txt.kepler-minion[data-v-3ebe575a] {
  font-size: 0.8rem;
}
.md-txt[data-v-3ebe575a] {
  font-size: 1rem;
}
.md-txt.kepler[data-v-3ebe575a], .md-txt.kepler-minion[data-v-3ebe575a] {
  font-size: 1.15rem;
}
.box-header[data-v-3ebe575a], .card-title[data-v-3ebe575a] {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  margin-top: 0;
}
.mg0-v[data-v-3ebe575a] {
  margin: 0 auto;
}
.mg0-h[data-v-3ebe575a] {
  margin: auto 0;
}
.mg0[data-v-3ebe575a] {
  margin: 0;
}
.mg-a[data-v-3ebe575a] {
  margin: auto;
}
@media screen and (max-width: 425px) {
.mg-a-xs[data-v-3ebe575a] {
    margin: auto;
}
}
.mg-04-p[data-v-3ebe575a] {
  margin: 0 4%;
}
.mg-25[data-v-3ebe575a] {
  margin: 25px;
}
.mg-25-0[data-v-3ebe575a] {
  margin: 25px 0;
}
.mg-btm-0[data-v-3ebe575a],
.mg-btm-0.enforce[data-v-3ebe575a] {
  margin-bottom: 0;
}
.mg-btm-5[data-v-3ebe575a] {
  margin-bottom: 5px;
}
.mg-btm-15[data-v-3ebe575a] {
  margin-bottom: 15px;
}
.mg-btm-20[data-v-3ebe575a] {
  margin-bottom: 20px;
}
.mg-btm-25[data-v-3ebe575a] {
  margin-bottom: 25px;
}
.mg-btm-30[data-v-3ebe575a] {
  margin-bottom: 30px;
}
.mg-btm-50[data-v-3ebe575a] {
  margin-bottom: 50px;
}
.mg-btm-10[data-v-3ebe575a] {
  margin-bottom: 10px;
}
.mg-top-0[data-v-3ebe575a] {
  margin-top: 0;
}
.mg-top-2[data-v-3ebe575a] {
  margin-top: 2px;
}
.mg-top-5[data-v-3ebe575a] {
  margin-top: 5px;
}
.mg-top-10[data-v-3ebe575a] {
  margin-top: 10px;
}
.mg-top-15[data-v-3ebe575a] {
  margin-top: 15px;
}
.mg-top-20[data-v-3ebe575a] {
  margin-top: 20px;
}
.mg-top-30[data-v-3ebe575a] {
  margin-top: 30px;
}
.mg-r2[data-v-3ebe575a] {
  margin-right: 2px;
}
.mg-r5[data-v-3ebe575a] {
  margin-right: 5px;
}
.mg-r7[data-v-3ebe575a] {
  margin-right: 7px;
}
.mg-r10[data-v-3ebe575a] {
  margin-right: 10px;
}
.mg-r15[data-v-3ebe575a] {
  margin-right: 15px;
}
.mg-r20[data-v-3ebe575a] {
  margin-right: 20px;
}
.mg-l2[data-v-3ebe575a] {
  margin-left: 2px;
}
.mg-l3[data-v-3ebe575a] {
  margin-left: 3px;
}
.mg-l5[data-v-3ebe575a] {
  margin-left: 5px;
}
.mg-l7[data-v-3ebe575a] {
  margin-left: 7px;
}
.mg-l10[data-v-3ebe575a] {
  margin-left: 10px;
}
.mg-l15[data-v-3ebe575a] {
  margin-left: 15px;
}
.mg-l20[data-v-3ebe575a] {
  margin-left: 20px;
}
.mg-l25[data-v-3ebe575a] {
  margin-left: 20px;
}
.mg-l30[data-v-3ebe575a] {
  margin-left: 30px;
}
.pd-0-15[data-v-3ebe575a] {
  padding-left: 15px;
  padding-right: 15px;
}
.pd-0-10[data-v-3ebe575a] {
  padding: 0 10px;
}
.pd-25-0[data-v-3ebe575a] {
  padding: 25px 0;
}
.pd-15-10[data-v-3ebe575a] {
  padding: 15px 10px;
}
.pd-30[data-v-3ebe575a] {
  padding: 30px;
}
.pd-50[data-v-3ebe575a] {
  padding: 50px;
}
.pd-50-0[data-v-3ebe575a] {
  padding: 50px 0;
}
.pd0-v[data-v-3ebe575a] {
  padding: 0 auto;
}
.pd0-h[data-v-3ebe575a] {
  padding: auto 0;
}
.pd10[data-v-3ebe575a] {
  padding: 10px;
}
.pd0[data-v-3ebe575a] {
  padding: 0;
}
.pd15[data-v-3ebe575a] {
  padding: 15px;
}
.pd-left-0[data-v-3ebe575a] {
  padding-left: 0;
}
.pd-left-10[data-v-3ebe575a] {
  padding-left: 10px;
}
.pd-left-20[data-v-3ebe575a] {
  padding-left: 20px;
}
.pd-right-0[data-v-3ebe575a] {
  padding-right: 0;
}
.pd-right-20[data-v-3ebe575a] {
  padding-right: 20px;
}
.pd-right-10[data-v-3ebe575a] {
  padding-right: 10px;
}
.pd-b-2[data-v-3ebe575a] {
  padding-bottom: 2px;
}
.pd-b-10[data-v-3ebe575a] {
  padding-bottom: 10px;
}
.pd-b-20[data-v-3ebe575a] {
  padding-bottom: 20px;
}
.pd-top-0[data-v-3ebe575a] {
  padding-top: 0;
}
.w-height-100[data-v-3ebe575a] {
  width: 100%;
  height: 100%;
}
.w-auto[data-v-3ebe575a] {
  width: auto;
}
.h-100[data-v-3ebe575a] {
  height: 100%;
}
.w-100[data-v-3ebe575a] {
  width: 100%;
}
.w-80[data-v-3ebe575a] {
  width: 80%;
}
.w-h-20[data-v-3ebe575a] {
  width: 20px;
  height: 20px;
}
.w-h-100-px[data-v-3ebe575a] {
  width: 100px;
  height: 100px;
}
svg.icon-svg-inverse[data-v-3ebe575a], svg.icon-svg-inverse[data-v-3ebe575a]:not([fill]) {
  fill: #fff;
}
.icon-svg-gray[data-v-3ebe575a], .icon-svg-gray[data-v-3ebe575a]:not([fill]) {
  fill: #1f1f1f;
}
.icon-svg-success[data-v-3ebe575a], .icon-svg-success[data-v-3ebe575a]:not([fill]) {
  fill: hsl(158, 45%, 58%);
}
.icon-svg-danger[data-v-3ebe575a], .icon-svg-danger[data-v-3ebe575a]:not([fill]) {
  fill: hsl(352, 74%, 46%);
}
.icon-svg-facebook[data-v-3ebe575a], .icon-svg-facebook[data-v-3ebe575a]:not([fill]) {
  fill: #3b5998;
}
.icon-svg-twitter[data-v-3ebe575a], .icon-svg-twitter[data-v-3ebe575a]:not([fill]) {
  fill: #1da1f2;
}
.fill-white[data-v-3ebe575a], .fill-white[data-v-3ebe575a]:not([fill]) {
  fill: hsl(0, 0%, 100%);
}
.fill-purple[data-v-3ebe575a], .fill-purple[data-v-3ebe575a]:not([fill]) {
  fill: hsl(313, 60%, 24%);
}
.fill-red[data-v-3ebe575a], .fill-red[data-v-3ebe575a]:not([fill]) {
  fill: hsl(352, 74%, 46%);
}
.fill-blue[data-v-3ebe575a], .fill-blue[data-v-3ebe575a]:not([fill]) {
  fill: hsl(216, 52%, 29%);
}
.fill-black[data-v-3ebe575a], .fill-black[data-v-3ebe575a]:not([fill]) {
  fill: hsl(0, 0%, 7%);
}
.fill-gray[data-v-3ebe575a] {
  fill: hsl(0, 0%, 66%);
}
.bg-cl-purple[data-v-3ebe575a] {
  background-color: hsl(313, 60%, 24%);
}
.bg-cl-blue[data-v-3ebe575a],
.bg-cl-blue.enforce[data-v-3ebe575a],
.bg-cl-blue.enforce.important[data-v-3ebe575a] {
  background-color: hsl(216, 52%, 29%);
}
.bg-cl-gray[data-v-3ebe575a] {
  background-color: hsl(0, 0%, 66%);
}
.bg-cl-darkblue[data-v-3ebe575a],
.bg-cl-darkblue.enforce[data-v-3ebe575a],
.bg-cl-darkblue.enforce.important[data-v-3ebe575a] {
  background-color: hsl(218, 52%, 12%);
}
.bg-cl-lightgray[data-v-3ebe575a] {
  background-color: hsl(0, 0%, 90%);
}
.bg-cl-darkred[data-v-3ebe575a] {
  background-color: hsl(348, 72%, 31%);
}
.bg-cl-red[data-v-3ebe575a],
.bg-cl-red.override[data-v-3ebe575a] {
  background-color: hsl(352, 74%, 46%);
}
.bg-cl-white[data-v-3ebe575a],
.bg-cl-white.override[data-v-3ebe575a] {
  background-color: hsl(0, 0%, 100%);
}
.bg-cl-white:hover .fill-red[data-v-3ebe575a],
.bg-cl-white.override:hover .fill-red[data-v-3ebe575a] {
  fill: hsl(352, 74%, 46%);
}
.bg-cl-white:hover .fill-blue[data-v-3ebe575a],
.bg-cl-white.override:hover .fill-blue[data-v-3ebe575a] {
  fill: hsl(216, 52%, 29%);
}
.cl-white[data-v-3ebe575a] {
  color: white;
}
.cl-white[data-v-3ebe575a], .cl-white[data-v-3ebe575a]:link, .cl-white[data-v-3ebe575a]:hover, .cl-white[data-v-3ebe575a]:focus, .cl-white[data-v-3ebe575a]:focus:active, .cl-white[data-v-3ebe575a]:visited {
  color: white;
}
.cl-purple[data-v-3ebe575a] {
  background-color: hsl(313, 60%, 24%);
}
.cl-teal[data-v-3ebe575a] {
  color: hsl(158, 45%, 58%);
}
.cl-darkred[data-v-3ebe575a] {
  color: hsl(348, 72%, 31%);
}
.cl-black[data-v-3ebe575a] {
  color: hsl(0, 0%, 7%);
}
.cl-black[data-v-3ebe575a], .cl-black[data-v-3ebe575a]:link, .cl-black[data-v-3ebe575a]:hover, .cl-black[data-v-3ebe575a]:focus, .cl-black[data-v-3ebe575a]:focus:active, .cl-black[data-v-3ebe575a]:visited {
  color: hsl(0, 0%, 7%);
}
.cl-blue[data-v-3ebe575a],
.cl-blue.enforce[data-v-3ebe575a],
.cl-blue.enforce.important[data-v-3ebe575a] {
  color: hsl(216, 52%, 29%);
}
.cl-lightgray[data-v-3ebe575a] {
  color: hsl(0, 0%, 90%);
}
.cl-gray[data-v-3ebe575a] {
  color: hsl(0, 0%, 66%);
}
.cl-grayer[data-v-3ebe575a] {
  color: hsl(0, 0%, 43%);
}
.cl-red[data-v-3ebe575a],
.cl-red.override[data-v-3ebe575a] {
  color: hsl(352, 74%, 46%);
}
.cl-darkgray[data-v-3ebe575a] {
  color: hsl(0, 0%, 13%);
}
.cl-darkgray[data-v-3ebe575a]:hover, .cl-darkgray[data-v-3ebe575a]:active, .cl-darkgray[data-v-3ebe575a]:focus {
  color: hsl(0, 0%, 13%);
}
.flex[data-v-3ebe575a] {
  display: flex;
}
.flex-important[data-v-3ebe575a] {
  display: flex !important;
}
.inline-flex[data-v-3ebe575a],
.inline-flex.override[data-v-3ebe575a] {
  display: inline-flex;
}
.flex-column[data-v-3ebe575a] {
  display: flex;
  display: flex;
  flex-flow: column;
}
.flex-wrap[data-v-3ebe575a] {
  flex-flow: wrap;
}
.flex-between[data-v-3ebe575a] {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.flex-end[data-v-3ebe575a] {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-center-v[data-v-3ebe575a] {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-flow: column;
}
.flex-center-h[data-v-3ebe575a] {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-flow: row;
}
.flex-even-col[data-v-3ebe575a] {
  display: flex;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
  flex-flow: column;
}
.flex-between-col[data-v-3ebe575a] {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  flex-flow: column;
}
.flex-column-reverse[data-v-3ebe575a] {
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  flex-flow: column-reverse;
}
.flex-align-center[data-v-3ebe575a] {
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.kepler[data-v-3ebe575a] {
  font-family: "kepler-std", Georgia, "Times New Roman", Times, serif;
}
.kepler-minion[data-v-3ebe575a] {
  font-family: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
}
.grotesk[data-v-3ebe575a] {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
.scale-8[data-v-3ebe575a] {
  transform: scale(0.8);
}
.scale-9[data-v-3ebe575a] {
  transform: scale(0.9);
}
.scale-5[data-v-3ebe575a] {
  transform: scale(0.5);
}
@media screen and (max-width: 575px) {
.scale-8-xs[data-v-3ebe575a] {
    transform: scale(0.8);
}
}
@media screen and (max-width: 575px) {
.scale-65-xs[data-v-3ebe575a] {
    transform: scale(0.65);
}
}
.scale-1-3[data-v-3ebe575a] {
  transform: scale(1.3);
}
@media screen and (min-width: 576px) and (max-width: 768px) {
.scale-8-sm[data-v-3ebe575a] {
    transform: scale(0.8);
}
}
.pointer[data-v-3ebe575a] {
  cursor: pointer !important;
}
.disabled[data-v-3ebe575a] {
  cursor: not-allowed !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  pointer-events: none !important;
  background: hsl(0, 0%, 90%) !important;
  border-color: hsl(0, 0%, 90%) !important;
  color: rgba(0, 0, 0, 0.3) !important;
}
.no-pointer-event[data-v-3ebe575a] {
  pointer-events: none !important;
}
.text-cursor[data-v-3ebe575a] {
  cursor: text;
}
.normal-cursor[data-v-3ebe575a] {
  cursor: auto !important;
}
.limit-length[data-v-3ebe575a] {
  max-width: 238px;
  -ms-word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -o-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  display: inline-block;
  display: -moz-inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.no-border[data-v-3ebe575a] {
  border: none !important;
}
.cover-img[data-v-3ebe575a] {
  object-fit: cover;
  -o-object-fit: cover;
}
.ckeditor-content ul[data-v-3ebe575a] {
  list-style: unset;
}
.line-through[data-v-3ebe575a] {
  text-decoration: line-through;
}
.pdf-break[data-v-3ebe575a] {
  page-break-inside: avoid !important;
}
.no-transform[data-v-3ebe575a] {
  transform: none !important;
}
.blockk-neue[data-v-3ebe575a] {
  font-family: "BLOKK Neue", serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  filter: opacity(0.5);
}
.blockk-neue a[data-v-3ebe575a],
.blockk-neue u[data-v-3ebe575a] {
  text-decoration: none;
  color: inherit;
}
.mg-i-10[data-v-3ebe575a] {
  margin-inline: 10px;
}
.op-5[data-v-3ebe575a] {
  filter: opacity(0.5);
}
.pull-right[data-v-3ebe575a] {
  float: right;
}
.circle[data-v-3ebe575a] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: hsl(0, 0%, 100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.circle--gray[data-v-3ebe575a] {
  background-color: hsl(0, 0%, 66%);
}
.icon-32[data-v-3ebe575a] {
  width: 32px;
  height: 32px;
}
.min-w-25[data-v-3ebe575a] {
  min-width: 25px;
}
.bottom-0[data-v-3ebe575a] {
  bottom: 0;
}
.card[data-v-3ebe575a] {
  margin-bottom: 30px;
  border: none;
}
.card--transparent[data-v-3ebe575a],
.card--transparent .card-body[data-v-3ebe575a] {
  background: transparent;
  border: none;
}
.card-body--gray[data-v-3ebe575a] {
  border: none;
  background-color: hsl(0, 0%, 90%);
}
.card-body--grayer[data-v-3ebe575a] {
  border: none;
  background-color: hsl(0, 0%, 66%);
}
.card--bordered[data-v-3ebe575a] {
  border: 3px solid;
}
.card-title--centered[data-v-3ebe575a] {
  text-align: center;
}
.card-title--collapsable[data-v-3ebe575a] {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  flex-flow: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
}
.card-title:not(.card-title--collapsed) .card__icon[data-v-3ebe575a] {
  transform: rotate(90deg);
}
.card__icon[data-v-3ebe575a] {
  fill: black;
}
[data-v-59fa37f0]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-59fa37f0]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
[data-v-59fa37f0]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-59fa37f0]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-59fa37f0],
h2[data-v-59fa37f0],
h3[data-v-59fa37f0],
h4[data-v-59fa37f0],
h5[data-v-59fa37f0] {
  margin: 0;
}
[data-v-59fa37f0]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
.rounded-image[data-v-59fa37f0] {
  position: relative;
}
.rounded-image__image img[data-v-59fa37f0] {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  vertical-align: unset;
}
.rounded-image__image[data-v-59fa37f0] {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  display: block;
}
.rounded-image__logo .rounded-image__image[data-v-59fa37f0] {
  border: 1px solid rgba(204, 204, 204, 0.09);
}
@media screen and (max-width: 425px) {
.rounded-image__favorited-icon[data-v-59fa37f0],
  .rounded-image__lock-icon[data-v-59fa37f0] {
    transform: scale(0.8);
}
}
.rounded-image__favorited-icon[data-v-59fa37f0] {
  fill: hsl(0, 0%, 100%);
  background-color: hsl(352, 74%, 46%);
  padding: 6px;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  position: absolute;
}
.rounded-image__lock-icon[data-v-59fa37f0] {
  background-color: hsl(0, 0%, 66%);
  border-radius: 50%;
  padding: 8px;
  fill: hsl(0, 0%, 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: visible;
}
.photo-xs[data-v-59fa37f0] {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}
.photo-sm[data-v-59fa37f0] {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}
.rounded-image.photo-sm .rounded-image__favorited-icon[data-v-59fa37f0],
.rounded-image.photo-xs .rounded-image__favorited-icon[data-v-59fa37f0] {
  bottom: -10px;
  right: -7px;
}
.photo-md[data-v-59fa37f0] {
  width: calc(75px + (100 - 75) * (100vw - 320px) / (1440 - 320));
  height: calc(75px + (100 - 75) * (100vw - 320px) / (1440 - 320));
  max-width: 100px;
  max-height: 100px;
  min-width: 75px;
  min-height: 75px;
}
.photo-80[data-v-59fa37f0] {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
}
.photo-lg[data-v-59fa37f0] {
  max-width: 160px;
  max-height: 160px;
  width: calc(75px + (160 - 75) * (100vw - 320px) / (1440 - 320));
  height: calc(75px + (160 - 75) * (100vw - 320px) / (1440 - 320));
  min-width: 75px;
  min-height: 75px;
}
.photo-xlg[data-v-59fa37f0] {
  max-width: 220px;
  max-height: 220px;
  width: calc(90px + (220 - 90) * (100vw - 320px) / (1440 - 320));
  height: calc(90px + (220 - 90) * (100vw - 320px) / (1440 - 320));
}
[data-v-3202d642]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-3202d642]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-3202d642],
h2[data-v-3202d642],
h3[data-v-3202d642],
h4[data-v-3202d642],
h5[data-v-3202d642] {
  margin: 0;
}
[data-v-3202d642]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
[data-v-3202d642]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-3202d642]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-3202d642],
h2[data-v-3202d642],
h3[data-v-3202d642],
h4[data-v-3202d642],
h5[data-v-3202d642] {
  margin: 0;
}
[data-v-3202d642]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
.side-widget[data-v-3202d642] {
  width: 100%;
  margin: auto;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.side-widget__link-mode[data-v-3202d642] {
  margin-bottom: 1rem;
}
.side-widget--title[data-v-3202d642] {
  -ms-word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -o-hyphens: auto;
  hyphens: auto;
  padding-left: 20px;
  line-height: 1.2;
  text-align: start;
  font-weight: bold;
}
.side-widget--logo-container[data-v-3202d642] {
  width: calc(75px + (100 - 75) * (100vw - 320px) / (1440 - 320));
  height: calc(75px + (100 - 75) * (100vw - 320px) / (1440 - 320));
  max-width: 100px;
  max-height: 100px;
  margin: 0;
}
.side-widget--link[data-v-3202d642] {
  text-decoration: none;
}
.side-widget--link[data-v-3202d642], .side-widget--link[data-v-3202d642]:link, .side-widget--link[data-v-3202d642]:hover, .side-widget--link[data-v-3202d642]:focus, .side-widget--link[data-v-3202d642]:focus:active, .side-widget--link[data-v-3202d642]:visited {
  color: hsl(352, 74%, 46%);
}
.side-widget--link[data-v-3202d642]:hover {
  color: hsl(348, 72%, 31%);
}
.side-widget--link__white[data-v-3202d642], .side-widget--link__white[data-v-3202d642]:link, .side-widget--link__white[data-v-3202d642]:hover, .side-widget--link__white[data-v-3202d642]:focus, .side-widget--link__white[data-v-3202d642]:focus:active, .side-widget--link__white[data-v-3202d642]:visited {
  color: hsl(0, 0%, 100%);
}
.side-widget--link__white[data-v-3202d642]:hover {
  color: hsl(0, 0%, 100%);
}
.side-widget[data-v-3202d642]:last-child {
  margin-bottom: 0;
}
[data-v-9c354938]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-9c354938]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-9c354938],
h2[data-v-9c354938],
h3[data-v-9c354938],
h4[data-v-9c354938],
h5[data-v-9c354938] {
  margin: 0;
}
[data-v-9c354938]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
[data-v-9c354938]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-9c354938]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-9c354938],
h2[data-v-9c354938],
h3[data-v-9c354938],
h4[data-v-9c354938],
h5[data-v-9c354938] {
  margin: 0;
}
[data-v-9c354938]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
[data-v-9c354938]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-9c354938]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-9c354938],
h2[data-v-9c354938],
h3[data-v-9c354938],
h4[data-v-9c354938],
h5[data-v-9c354938] {
  margin: 0;
}
[data-v-9c354938]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
[data-v-9c354938]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-9c354938]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-9c354938],
h2[data-v-9c354938],
h3[data-v-9c354938],
h4[data-v-9c354938],
h5[data-v-9c354938] {
  margin: 0;
}
[data-v-9c354938]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
.panel-group[data-v-9c354938] {
  margin-bottom: 0;
}
.panel-group .panel-head[data-v-9c354938] {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 0;
}
.single-org-item[data-v-9c354938] {
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  flex-flow: row;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.single-org-item .org-name[data-v-9c354938] {
  margin-left: 10px;
}
.box-title[data-v-9c354938] {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 7px;
  display: block;
}
.highlight[data-v-9c354938] {
  padding: 37px 30px 49px 30px;
  min-height: 215px;
  text-align: center;
  background-color: hsl(0, 0%, 90%);
}
@media (max-width: 1023.98px) {
aside[data-v-9c354938] {
    margin-top: 30px;
}
.panel-gray.pd-30[data-v-9c354938] {
    padding: 25px 30px;
}
.more-info-panel .side-widget--title[data-v-9c354938] {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}
.side-widget--title.tags[data-v-9c354938] {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}
}
@media screen and (max-width: 575px) {
.panel-gray.pd-30[data-v-9c354938] {
    padding: 15px;
}
}
.side-widget[data-v-9c354938] {
  width: 100%;
  margin: auto;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.side-widget__link-mode[data-v-9c354938] {
  margin-bottom: 1rem;
}
.side-widget--title[data-v-9c354938] {
  -ms-word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -o-hyphens: auto;
  hyphens: auto;
  padding-left: 20px;
  line-height: 1.2;
  text-align: start;
  font-weight: bold;
}
.side-widget--logo-container[data-v-9c354938] {
  width: calc(75px + (100 - 75) * (100vw - 320px) / (1440 - 320));
  height: calc(75px + (100 - 75) * (100vw - 320px) / (1440 - 320));
  max-width: 100px;
  max-height: 100px;
  margin: 0;
}
.side-widget--link[data-v-9c354938] {
  text-decoration: none;
}
.side-widget--link[data-v-9c354938], .side-widget--link[data-v-9c354938]:link, .side-widget--link[data-v-9c354938]:hover, .side-widget--link[data-v-9c354938]:focus, .side-widget--link[data-v-9c354938]:focus:active, .side-widget--link[data-v-9c354938]:visited {
  color: hsl(352, 74%, 46%);
}
.side-widget--link[data-v-9c354938]:hover {
  color: hsl(348, 72%, 31%);
}
.side-widget--link__white[data-v-9c354938], .side-widget--link__white[data-v-9c354938]:link, .side-widget--link__white[data-v-9c354938]:hover, .side-widget--link__white[data-v-9c354938]:focus, .side-widget--link__white[data-v-9c354938]:focus:active, .side-widget--link__white[data-v-9c354938]:visited {
  color: hsl(0, 0%, 100%);
}
.side-widget--link__white[data-v-9c354938]:hover {
  color: hsl(0, 0%, 100%);
}
.side-widget[data-v-9c354938]:last-child {
  margin-bottom: 0;
}
:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.icon.bg-cl-red:hover {
  background-color: hsl(348, 72%, 31%) !important;
}
[data-v-29380527]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-29380527]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-29380527],
h2[data-v-29380527],
h3[data-v-29380527],
h4[data-v-29380527],
h5[data-v-29380527] {
  margin: 0;
}
[data-v-29380527]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
[data-v-29380527]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-29380527]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-29380527],
h2[data-v-29380527],
h3[data-v-29380527],
h4[data-v-29380527],
h5[data-v-29380527] {
  margin: 0;
}
[data-v-29380527]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
.changed-fields a[data-v-29380527],
.changed-fields a[data-v-29380527]:link,
.changed-fields a[data-v-29380527]:hover,
.changed-fields a[data-v-29380527]:focus,
.changed-fields a[data-v-29380527]:focus:active,
.changed-fields a[data-v-29380527]:visited {
  color: hsl(0, 0%, 100%);
}
.activity-text[data-v-29380527] {
  color: hsl(0, 0%, 100%);
}
.show-activity {
  color: var(--color-secondary);
}
.activity-text,
.activity-text a {
  color: var(--color-secondary);
}
.activity-text a {
  text-decoration: underline;
}
.theme__default .show-activity__details-link {
  color: var(--color-red-400);
}
[data-v-86c723b8]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-86c723b8]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-86c723b8],
h2[data-v-86c723b8],
h3[data-v-86c723b8],
h4[data-v-86c723b8],
h5[data-v-86c723b8] {
  margin: 0;
}
[data-v-86c723b8]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
[data-v-86c723b8]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-86c723b8]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-86c723b8],
h2[data-v-86c723b8],
h3[data-v-86c723b8],
h4[data-v-86c723b8],
h5[data-v-86c723b8] {
  margin: 0;
}
[data-v-86c723b8]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
.timeline[data-v-86c723b8] {
  color: var(--color-secondary);
}
.timeline__row[data-v-86c723b8] {
  margin-bottom: 1rem;
}
.timeline__time[data-v-86c723b8] {
  color: var(--color-secondary);
  min-width: 7.1rem;
  white-space: nowrap;
  width: var(--text-width);
}
.timeline__time--short[data-v-86c723b8] {
  min-width: 3.4rem;
  width: var(--text-width);
  font-weight: bold;
  text-align: right;
}
.timeline__drawer[data-v-86c723b8] {
  width: 1.5rem;
}
.timeline__round[data-v-86c723b8] {
  width: 1.45rem;
  height: 1.45rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 50%;
  border: 0.35rem solid var(--color-secondary);
  margin-top: 0;
}
.timeline__line[data-v-86c723b8] {
  width: 0.35rem;
  display: block;
  background-color: var(--color-secondary);
  height: calc(100% - 6px);
  margin-left: auto;
  margin-right: auto;
}
.timeline__line--init[data-v-86c723b8] {
  height: 30%;
}
.timeline__line--finish[data-v-86c723b8] {
  height: 1.2rem;
}
.timeline__line--small[data-v-86c723b8] {
  height: 0.6rem;
}
.timeline__space[data-v-86c723b8] {
  height: 0.6rem;
  background-color: transparent;
}
.timeline__fake-height[data-v-86c723b8] {
  height: 6rem;
}
@media screen and (max-width: 425px) {
.timeline__time[data-v-86c723b8] {
    width: unset;
    text-align: left;
}
.timeline--mobile-full-width .timeline__drawer[data-v-86c723b8] {
    display: none;
}
.timeline__drawer[data-v-86c723b8] {
    position: relative;
    right: 0.5rem;
}
}
.theme__neutral.timeline .timeline__round[data-v-86c723b8],
.theme__neutral.timeline .timeline__line[data-v-86c723b8],
.theme__neutral.timeline .timeline__time[data-v-86c723b8] {
  --color-secondary: var(--color-neutral-300);
}
[data-v-1effbdc8]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-1effbdc8]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-1effbdc8],
h2[data-v-1effbdc8],
h3[data-v-1effbdc8],
h4[data-v-1effbdc8],
h5[data-v-1effbdc8] {
  margin: 0;
}
[data-v-1effbdc8]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
[data-v-1effbdc8]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-1effbdc8]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-1effbdc8],
h2[data-v-1effbdc8],
h3[data-v-1effbdc8],
h4[data-v-1effbdc8],
h5[data-v-1effbdc8] {
  margin: 0;
}
[data-v-1effbdc8]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
[data-v-1effbdc8]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-1effbdc8]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-1effbdc8],
h2[data-v-1effbdc8],
h3[data-v-1effbdc8],
h4[data-v-1effbdc8],
h5[data-v-1effbdc8] {
  margin: 0;
}
[data-v-1effbdc8]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
[data-v-1effbdc8]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-1effbdc8]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-1effbdc8],
h2[data-v-1effbdc8],
h3[data-v-1effbdc8],
h4[data-v-1effbdc8],
h5[data-v-1effbdc8] {
  margin: 0;
}
[data-v-1effbdc8]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
#activityBox[data-v-1effbdc8] {
  color: hsl(0, 0%, 100%);
}
#activityBox .panel[data-v-1effbdc8] {
  border-radius: 0;
}
#activityBox .panel .panel-container[data-v-1effbdc8] {
  width: 100%;
}
#activityBox .panel .panel-container.empty-content .edit-link[data-v-1effbdc8],
#activityBox .panel .panel-container.empty-content .add-new-link[data-v-1effbdc8] {
  display: none;
}
#activityBox .panel .panel-container .panel-head .toggle-arrow[data-v-1effbdc8] {
  display: none;
  margin: 6px 0;
}
#activityBox .panel .panel-container .panel-head .toggle-arrow svg[data-v-1effbdc8] {
  display: block;
  fill: white;
}
@media screen and (max-width: 425px) {
#activityBox .panel .panel-container .panel-head .toggle-arrow[data-v-1effbdc8] {
    display: block;
}
}
#activityBox .panel .panel-container .panel-content .add-content[data-v-1effbdc8] {
  border-color: rgba(255, 255, 255, 0.5);
}
#activityBox .panel .panel-container .panel-content .add-content[data-v-1effbdc8]:hover {
  border-color: #fff;
}
@media screen and (max-width: 768px) {
#activityBox .panel .panel-container .panel-content[data-v-1effbdc8] {
    padding: 0 15px;
}
}
@media screen and (max-width: 425px) {
#activityBox .panel .panel-container .panel-content[data-v-1effbdc8] {
    display: none;
}
}
@media screen and (max-width: 768px) {
#activityBox .panel[data-v-1effbdc8] {
    margin-bottom: -1px;
}
}
@media screen and (max-width: 425px) {
#activityBox .panel[data-v-1effbdc8] {
    padding: 25px 0;
}
#activityBox .panel .panel-container.mobile-expand .panel-content[data-v-1effbdc8] {
    display: block;
}
#activityBox .panel .panel-container.mobile-expand .panel-head .edit-link[data-v-1effbdc8],
  #activityBox .panel .panel-container.mobile-expand .panel-head .add-new-link[data-v-1effbdc8] {
    display: inline-flex;
    transform: scale(0.8);
}
#activityBox .panel .panel-container.mobile-expand .panel-head .toggle-arrow[data-v-1effbdc8] {
    transform: rotate(90deg);
}
#activityBox .panel .panel-container:not(.mobile-expand) .panel-head > h2[data-v-1effbdc8] {
    margin: 0;
}
#activityBox .panel .panel-container .panel-head .edit-link[data-v-1effbdc8],
  #activityBox .panel .panel-container .panel-head .add-new-link[data-v-1effbdc8] {
    display: none;
}
}
@media screen and (min-width: 1270px) {
#activityBox .panel .panel-container[data-v-1effbdc8] {
    padding-left: 45px;
}
#activityBox .panel .panel-container[data-v-1effbdc8] {
    width: 100%;
}
}
@media screen and (min-width: 992px) and (max-width: 1269px) {
#activityBox .panel .panel-container[data-v-1effbdc8] {
    padding-left: 20px;
    padding-right: 20px;
}
}
@media screen and (max-width: 991px) {
#activityBox .panel .panel-container[data-v-1effbdc8] {
    max-width: 1170px;
    width: 90%;
    padding: 0 15px;
    margin: auto;
    padding: 0;
}
}
#activityBox .timeline-more[data-v-1effbdc8] {
  margin-top: 40px;
  min-height: unset;
}
#activityBox .timeline-more a[data-v-1effbdc8] {
  color: #fff;
}
[data-v-418c5940]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-418c5940]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-418c5940],
h2[data-v-418c5940],
h3[data-v-418c5940],
h4[data-v-418c5940],
h5[data-v-418c5940] {
  margin: 0;
}
[data-v-418c5940]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
[data-v-418c5940]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-418c5940]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-418c5940],
h2[data-v-418c5940],
h3[data-v-418c5940],
h4[data-v-418c5940],
h5[data-v-418c5940] {
  margin: 0;
}
[data-v-418c5940]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
.btn[data-v-418c5940] {
  display: inline-block;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  white-space: nowrap;
  cursor: pointer;
  padding: 15px 24px;
  min-width: 150px;
  width: auto;
  line-height: 20px;
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-radius: 25px;
  font-size: 1rem;
  box-shadow: none;
  -moz-box-shadow: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.btn__default[data-v-418c5940] {
  color: var(--color-secondary);
  background-color: transparent;
  border: solid 3px var(--color-secondary);
  padding: 13px 22px;
}
.btn__default[data-v-418c5940]:hover, .btn__default[data-v-418c5940]:active, .btn__default[data-v-418c5940]:focus, .btn__default[data-v-418c5940]:focus:active, .btn__default[data-v-418c5940]:active:hover, .btn__default.btn__hovered[data-v-418c5940] {
  color: hsla(0, 0%, 100%, 0.55);
  background-color: transparent;
  border-color: hsla(0, 0%, 100%, 0.55);
}
.btn__primary[data-v-418c5940] {
  color: var(--color-primary);
  background-color: var(--color-secondary);
  border: none;
}
.btn__primary[data-v-418c5940]:hover, .btn__primary[data-v-418c5940]:active, .btn__primary[data-v-418c5940]:focus, .btn__primary[data-v-418c5940]:focus:active, .btn__primary[data-v-418c5940]:active:hover, .btn__primary.btn__hover[data-v-418c5940] {
  background-color: hsla(0, 0%, 100%, 0.55);
}
.btn__disabled[data-v-418c5940] {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn__small[data-v-418c5940] {
  min-width: 120px;
  padding: 12px 20px;
}
.btn__small.btn-default[data-v-418c5940], .btn__small.btn-default-inverse[data-v-418c5940], .btn__small.btn-gray[data-v-418c5940] {
  padding: 10px 18px;
}
.btn__xs[data-v-418c5940] {
  min-width: unset;
  padding: 5px 10px;
  font-size: 0.75rem;
}
.btn__xs.btn-default[data-v-418c5940], .btn__xs.btn-default-inverse[data-v-418c5940] {
  padding: 7px 12px;
}
.btn__loading[data-v-418c5940]:after {
  content: " ";
  display: inline-block;
  display: -moz-inline-block;
  width: 20px;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.btn__default.btn__loading[data-v-418c5940]:after {
  background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
  -moz-background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
  -o-background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
  -webkit-background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
}
.btn__primary.btn__loading[data-v-418c5940]:after {
  background-image: url(https://www.theapolis.de/build/images/rolling.2b551efb.svg);
  -moz-background-image: url(https://www.theapolis.de/build/images/rolling.2b551efb.svg);
  -o-background-image: url(https://www.theapolis.de/build/images/rolling.2b551efb.svg);
  -webkit-background-image: url(https://www.theapolis.de/build/images/rolling.2b551efb.svg);
}
@media screen and (max-width: 768px) {
.btn[data-v-418c5940] {
    min-width: 120px;
    padding: 12px 20px;
}
.btn.btn-default[data-v-418c5940], .btn.btn-default-inverse[data-v-418c5940] {
    padding: 10px 18px;
}
.btn.btn__xs[data-v-418c5940] {
    min-width: unset;
    padding: 5px 10px;
    font-size: 0.75rem;
}
.btn__small[data-v-418c5940] {
    min-width: 120px;
    padding: 12px 20px;
}
}
@media screen and (max-width: 425px) {
.btn[data-v-418c5940] {
    min-width: 110px;
    padding: 10px 18px;
}
.btn.btn-default[data-v-418c5940], .btn.btn-default-inverse[data-v-418c5940] {
    padding: 8px 18px;
}
.btn.btn__xs[data-v-418c5940] {
    min-width: unset;
    padding: 5px 10px;
    font-size: 0.75rem;
}
.btn__small[data-v-418c5940] {
    min-width: 120px;
    padding: 12px 20px;
}
}
.theme__neutral.btn__default[data-v-418c5940] {
  color: var(--color-red-400);
  border: solid 3px var(--color-red-400);
}
.theme__neutral.btn__default[data-v-418c5940]:hover, .theme__neutral.btn__default[data-v-418c5940]:active, .theme__neutral.btn__default[data-v-418c5940]:focus, .theme__neutral.btn__default[data-v-418c5940]:focus:active, .theme__neutral.btn__default[data-v-418c5940]:active:hover, .theme__neutral.btn__default.btn__hovered[data-v-418c5940] {
  color: var(--color-red-500);
  border-color: var(--color-red-500);
}
.theme__neutral.btn__loading.btn__default[data-v-418c5940]:after {
  background-image: url(https://www.theapolis.de/build/images/rolling.2b551efb.svg);
  -moz-background-image: url(https://www.theapolis.de/build/images/rolling.2b551efb.svg);
  -o-background-image: url(https://www.theapolis.de/build/images/rolling.2b551efb.svg);
  -webkit-background-image: url(https://www.theapolis.de/build/images/rolling.2b551efb.svg);
}
.theme__neutral.btn__loading.btn__primary[data-v-418c5940]:after {
  background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
  -moz-background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
  -o-background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
  -webkit-background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
}
.theme__neutral.btn__primary[data-v-418c5940] {
  color: var(--color-white-400);
  background-color: var(--color-red-400);
}
.theme__neutral.btn__primary[data-v-418c5940]:hover, .theme__neutral.btn__primary[data-v-418c5940]:active, .theme__neutral.btn__primary[data-v-418c5940]:focus, .theme__neutral.btn__primary[data-v-418c5940]:focus:active, .theme__neutral.btn__primary[data-v-418c5940]:active:hover, .theme__neutral.btn__primary.btn__hovered[data-v-418c5940] {
  color: var(--color-white-400);
  background-color: var(--color-red-500);
}
.theme__lightgray.btn__default.btn__loading[data-v-418c5940]:after {
  background-image: url(https://www.theapolis.de/build/images/black-rolling.96163429.svg);
  -moz-background-image: url(https://www.theapolis.de/build/images/black-rolling.96163429.svg);
  -o-background-image: url(https://www.theapolis.de/build/images/black-rolling.96163429.svg);
  -webkit-background-image: url(https://www.theapolis.de/build/images/black-rolling.96163429.svg);
}
.theme__lightgray.btn__primary.btn__loading[data-v-418c5940]:after {
  background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
  -moz-background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
  -o-background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
  -webkit-background-image: url(https://www.theapolis.de/build/images/white-rolling.a3c08a6e.svg);
}
[data-v-557ddb0f]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-557ddb0f]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-557ddb0f],
h2[data-v-557ddb0f],
h3[data-v-557ddb0f],
h4[data-v-557ddb0f],
h5[data-v-557ddb0f] {
  margin: 0;
}
[data-v-557ddb0f]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
.error-container[data-v-557ddb0f] {
  color: var(--color-secondary);
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.error-container--icon[data-v-557ddb0f] {
  fill: var(--color-secondary);
}
.theme__neutral.error-container .error-container--icon {
  fill: var(--color-red-400);
}
.theme__neutral.error-container .error-container--msg {
  color: var(--color-red-400);
}
[data-v-c0c5d14c]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-c0c5d14c]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-c0c5d14c],
h2[data-v-c0c5d14c],
h3[data-v-c0c5d14c],
h4[data-v-c0c5d14c],
h5[data-v-c0c5d14c] {
  margin: 0;
}
[data-v-c0c5d14c]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
.comment-submit-container[data-v-c0c5d14c] {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.comment-submit-container #comment_description[data-v-c0c5d14c] {
  height: 106px !important;
}
.comment-submit-container #comments_submit[data-v-c0c5d14c] {
  padding: 8px 12px;
  min-width: 140px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
.comment-submit-container[data-v-c0c5d14c] {
    flex-flow: column;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: flex-end;
}
.comment-submit-container #comments_submit[data-v-c0c5d14c] {
    margin-top: 15px;
    margin-left: 0;
    min-width: 110px;
    padding: 6px 12px;
}
}
.description-label[data-v-c0c5d14c] {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
[data-v-54532229]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-54532229]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-54532229],
h2[data-v-54532229],
h3[data-v-54532229],
h4[data-v-54532229],
h5[data-v-54532229] {
  margin: 0;
}
[data-v-54532229]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
[data-v-54532229]:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
[data-v-54532229]:export {
  red100: hsl(352, 74%, 97%);
  red200: hsl(352, 74%, 80%);
  red300: hsl(352, 74%, 63%);
  red400: hsl(352, 74%, 46%);
  red500: hsl(348, 72%, 31%);
  red600: hsl(352, 74%, 12%);
  violet100: hsl(312, 61%, 92%);
  violet200: hsl(313, 61%, 75%);
  violet300: hsl(313, 60%, 58%);
  violet400: hsl(313, 60%, 41%);
  violet500: hsl(313, 60%, 24%);
  violet600: hsl(313, 60%, 7%);
  blue100: hsl(216, 52%, 97%);
  blue200: hsl(216, 52%, 80%);
  blue300: hsl(216, 52%, 63%);
  blue400: hsl(216, 52%, 46%);
  blue500: hsl(216, 52%, 29%);
  blue600: hsl(218, 52%, 12%);
  green100: hsl(158, 45%, 92%);
  green200: hsl(158, 45%, 75%);
  green300: hsl(158, 45%, 58%);
  green400: hsl(158, 45%, 41%);
  green500: hsl(158, 45%, 24%);
  green600: hsl(158, 45%, 7%);
  neutral100: hsl(0, 0%, 90%);
  neutral200: hsl(0, 0%, 75%);
  neutral300: hsl(0, 0%, 66%);
  neutral400: hsl(0, 0%, 43%);
  neutral500: hsl(0, 0%, 13%);
  neutral600: hsl(0, 0%, 7%);
  yellow400: hsl(56, 89%, 60%);
  white400: hsl(0, 0%, 100%);
  pink400: hsl(352, 63%, 84%);
}
h1[data-v-54532229],
h2[data-v-54532229],
h3[data-v-54532229],
h4[data-v-54532229],
h5[data-v-54532229] {
  margin: 0;
}
[data-v-54532229]:export {
  kepler: "kepler-std", Georgia, "Times New Roman", Times, serif;
  kepler-minion: "kepler-std-display", "minion-pro", Georgia, "Times New Roman", Times, serif;
  grotesk: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}

/* mixin for multiline */
.show-comment__title[data-v-54532229] {
  font-size: 1.17rem;
  line-height: 1.4625rem;
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
}
.show-comment__subtitle[data-v-54532229] {
  -ms-word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -o-hyphens: auto;
  hyphens: auto;
  margin-bottom: 1rem;
}
.show-comment__timestamp[data-v-54532229] {
  display: block;
  font-style: italic;
  margin-top: -17px;
  color: var(--color-gray);
}
.show-comment__delete-icon[data-v-54532229] {
  color: hsl(352, 74%, 46%);
  cursor: pointer;
}
.theme__lightgray .show-comment__timestamp {
  color: var(--color-secondary);
}
:root {
  --color-red-100: hsl(352, 74%, 97%);
  --color-red-200: hsl(352, 74%, 80%);
  --color-red-300: hsl(352, 74%, 63%);
  --color-red-400: hsl(352, 74%, 46%);
  --color-red-500: hsl(348, 72%, 31%);
  --color-red-600: hsl(352, 74%, 12%);
  --color-violet-100: hsl(312, 61%, 92%);
  --color-violet-200: hsl(313, 61%, 75%);
  --color-violet-300: hsl(313, 60%, 58%);
  --color-violet-400: hsl(313, 60%, 41%);
  --color-violet-500: hsl(313, 60%, 24%);
  --color-violet-600: hsl(313, 60%, 7%);
  --color-blue-100: hsl(216, 52%, 97%);
  --color-blue-200: hsl(216, 52%, 80%);
  --color-blue-300: hsl(216, 52%, 63%);
  --color-blue-400: hsl(216, 52%, 46%);
  --color-blue-500: hsl(216, 52%, 29%);
  --color-blue-600: hsl(218, 52%, 12%);
  --color-green-100: hsl(158, 45%, 92%);
  --color-green-200: hsl(158, 45%, 75%);
  --color-green-300: hsl(158, 45%, 58%);
  --color-green-400: hsl(158, 45%, 41%);
  --color-green-500: hsl(158, 45%, 24%);
  --color-green-600: hsl(158, 45%, 7%);
  --color-neutral-100: hsl(0, 0%, 90%);
  --color-neutral-200: hsl(0, 0%, 75%);
  --color-neutral-300: hsl(0, 0%, 66%);
  --color-neutral-400: hsl(0, 0%, 43%);
  --color-neutral-500: hsl(0, 0%, 13%);
  --color-neutral-600: hsl(0, 0%, 7%);
  --color-yellow-400: hsl(56, 89%, 60%);
  --color-white-400: hsl(0, 0%, 100%);
  --color-pink-400: hsl(352, 63%, 84%);
  --plyr-color-main: var(--color-red-400);
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

/* mixin for multiline */
.transition-item {
  transition: opacity 0.4s ease-in;
}
.hide-content .news-description {
  height: 200px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.hide-content .news-description:before {
  height: 200px;
  content: "";
  position: absolute;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.01), white);
  width: 100%;
}
