/* Source static/css/styles/screen/accessibility.scss */

.visible_for_screen_reader {
  border: 0;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  height: 0.0625rem;
  left: -624.9375rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -624.9375rem;
  width: 0.0625rem;
}

abbr {
  text-decoration: none;
}

/* Source static/css/styles/screen/accordion.scss */

[role=tablist] {
  margin-bottom: 1.6em;
}

* + [role=tablist] {
  margin-top: 1.6em;
}

[role=tab] {
  align-items: center;
  background: #EB6607;
  border-radius: 0.75rem;
  cursor: pointer;
  display: flex;
  font-size: 100%;
  margin: 0;
  min-width: 100%;
  padding: 0.8em 1.6em;
  transition: 300ms;
}
[role=tab] .title {
  color: #fff;
  flex-basis: 100%;
  margin-right: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
}
[role=tab] .icon {
  display: block;
  fill: #fff;
  height: 1.5rem;
  transform: rotate(90deg);
  width: 1.5rem;
}
[role=tab][aria-expanded=true] {
  background: #F7A52C;
}
[role=tab][aria-expanded=true] .icon {
  transform: rotate(-90deg);
}
[role=tab]:focus {
  border-color: #F7A52C;
  outline: 0;
}

[role=tabpanel] {
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0 1.6em;
}
[role=tabpanel][aria-hidden=false] {
  margin: 1.6em 0;
  padding: 0 1.6em;
}

.csstransitions [role=tabpanel].animated {
  transition: margin 600ms, max-height 600ms;
}

/* Source static/css/styles/screen/address.scss */

.contact_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.contact_wrapper p {
  margin-right: 2.4em;
}
.contact_wrapper .postal_address > span {
  display: block;
}

.contact {
  display: flex;
}
.contact strong {
  min-width: 5.3125rem;
}

.address-vcard_button {
  margin: 0.8em 0;
}

.address-call_button {
  margin: 0.8em 0;
}

/* Source static/css/styles/screen/alerts.scss */

.alert {
  animation: disappear 500ms 5s;
  animation-fill-mode: forwards;
  background: #2AB225;
  border-radius: 0.375rem;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
  color: #fff;
  max-width: 17.5rem;
  padding: 0.2666666667em 0.8em 0.5333333333em 0.8em;
  position: fixed;
  right: 3.2em;
  top: 6.4em;
  z-index: 9;
}
.alert.error {
  background-color: #FF0000;
}

/* Source static/css/styles/screen/aside.scss */

aside {
  background: #fff;
  box-shadow: 0.1875rem 0 0.1875rem 0 rgba(0, 0, 0, 0.05);
  display: none;
  flex: 1 1 auto;
  min-height: 100vh;
  padding: 2.4em 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
@media (min-width: 61.875rem) {
  aside {
    display: flex;
    width: 20.3125rem;
    z-index: 100;
  }
}
@media (min-width: 93.75rem) {
  aside {
    width: 23.125rem;
  }
}

/* Source static/css/styles/screen/breadcrumbs.scss */

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.8em;
}
.breadcrumbs p {
  margin: 0 0.4em 0 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs .separator {
  margin: 0 0.4em;
}

/* Source static/css/styles/screen/button.scss */

.button {
  border-radius: 0.75rem;
  padding: 0 1.6em;
  background: #EB6607;
  border: 0.0625rem solid #EB6607;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  min-width: 10rem;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 18.75rem) {
  .button > span {
    min-height: calc(2.625rem + 0.5 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .button > span {
    min-height: 3.125rem;
  }
}
.button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
  align-self: center;
}
.button .text {
  font-family: "Meta", sans-serif;
  font-weight: 400;
  padding: 0.4em 0;
}
.button .icon + .text {
  padding-left: 0.5333333333em;
}
.button:focus {
  box-shadow: 0 0 0 0.1875rem rgba(247, 165, 44, 0.2);
  outline: 0;
  background: #F7A52C;
  border-color: #F7A52C;
  color: #fff;
  text-decoration: none;
}
.button:focus .icon {
  fill: #fff;
}
.button:hover {
  background: #F7A52C;
  border-color: #F7A52C;
  color: #fff;
  text-decoration: none;
}
.button:hover .icon {
  fill: #fff;
}
.button:active, .button.active {
  box-shadow: 0 0 0.1875rem #F7A52C inset;
  background: #F7A52C;
  border-color: #F7A52C;
  color: #fff;
  text-decoration: none;
}
.button:active .icon, .button.active .icon {
  fill: #fff;
}
.button.button_black {
  background: #111E27;
  border: 0.0625rem solid #111E27;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  min-width: 10rem;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.button_black > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 18.75rem) {
  .button.button_black > span {
    min-height: calc(2.625rem + 0.5 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .button.button_black > span {
    min-height: 3.125rem;
  }
}
.button.button_black .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
  align-self: center;
}
.button.button_black .text {
  font-family: "Meta", sans-serif;
  font-weight: 400;
  padding: 0.4em 0;
}
.button.button_black .icon + .text {
  padding-left: 0.5333333333em;
}
.button.button_black:focus {
  background: #F7A52C;
  border-color: #F7A52C;
  color: #fff;
  text-decoration: none;
}
.button.button_black:focus .icon {
  fill: #fff;
}
.button.button_black:hover {
  background: #F7A52C;
  border-color: #F7A52C;
  color: #fff;
  text-decoration: none;
}
.button.button_black:hover .icon {
  fill: #fff;
}
.button.button_black:active, .button.button_black.active {
  background: #111E27;
  border: 0.0625rem solid #111E27;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  min-width: 10rem;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.button_black:active > span, .button.button_black.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 18.75rem) {
  .button.button_black:active > span, .button.button_black.active > span {
    min-height: calc(2.625rem + 0.5 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .button.button_black:active > span, .button.button_black.active > span {
    min-height: 3.125rem;
  }
}
.button.button_black:active .icon, .button.button_black.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
  align-self: center;
}
.button.button_black:active .text, .button.button_black.active .text {
  font-family: "Meta", sans-serif;
  font-weight: 400;
  padding: 0.4em 0;
}
.button.button_black:active .icon + .text, .button.button_black.active .icon + .text {
  padding-left: 0.5333333333em;
}
.button.disabled {
  cursor: default;
  background: #bdbdbd;
  border: 0.0625rem solid #bdbdbd;
  color: #707070;
  display: inline-flex;
  justify-content: center;
  min-width: 10rem;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.disabled > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 18.75rem) {
  .button.disabled > span {
    min-height: calc(2.625rem + 0.5 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .button.disabled > span {
    min-height: 3.125rem;
  }
}
.button.disabled .icon {
  fill: #707070;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
  align-self: center;
}
.button.disabled .text {
  font-family: "Meta", sans-serif;
  font-weight: 400;
  padding: 0.4em 0;
}
.button.disabled .icon + .text {
  padding-left: 0.5333333333em;
}
.button.disabled:active, .button.disabled.active, .button.disabled:focus {
  box-shadow: none;
  background: #a3a3a3;
  border-color: #a3a3a3;
  color: #707070;
  text-decoration: none;
}
.button.disabled:active .icon, .button.disabled.active .icon, .button.disabled:focus .icon {
  fill: #707070;
}

/* Source static/css/styles/screen/cards.scss */

.card {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.2);
  margin-bottom: 1.28em;
  padding: 1.92em;
  max-width: 100%;
}
.card.half_card_padding {
  padding: 1.6em 2.4em;
}
.card.smaller_card {
  padding: 0.8em;
}
.card.square {
  border-radius: 0;
}
.card.no_shadow {
  box-shadow: none;
}

/* Source static/css/styles/screen/company_logo.scss */

.company_logo {
  max-width: 11.25rem;
  display: block;
  margin-bottom: 3.2em;
}
@media (min-width: 18.75rem) {
  .company_logo {
    max-width: calc(11.25rem + 4.375 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .company_logo {
    max-width: 15.625rem;
  }
}

/* Source static/css/styles/screen/cookie_banner.scss */

.cookie_banner {
  align-items: center;
  background: #F1F2F3;
  border-top: 0.0625rem solid rgba(112, 112, 112, 0.15);
  bottom: 0;
  display: flex;
  font-size: 85%;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 9000;
}
.cookie_banner p {
  flex-basis: 100%;
  margin: 0;
  padding: 1.0666666667em 0.8em 1.0666666667em 1.6em;
}
.cookie_banner .close {
  cursor: pointer;
  margin: 0.8em;
  padding: 0 0.8em;
  min-width: inherit;
}
.cookie_banner .close > span {
  min-height: 2.625rem;
}
@media (min-width: 18.75rem) {
  .cookie_banner .close > span {
    min-height: calc(2.625rem + 0 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .cookie_banner .close > span {
    min-height: 2.625rem;
  }
}
.cookie_banner .close .text {
  padding: 0 0.32em;
}

/* Source static/css/styles/screen/customer_rating.scss */

.customer_rating .dialog_focus {
  max-width: 40.625rem;
  background-color: #fff;
}
.customer_rating .content_2 {
  opacity: 0;
  display: none;
  transition: all 300ms;
}
.customer_rating .content_3 {
  opacity: 0;
  display: none;
  transition: all 300ms;
}
.customer_rating .rating_options {
  display: flex;
  justify-content: space-around;
  margin: 2.4em 0;
}
.customer_rating .rating_options.smaller {
  margin-top: 0.8em;
}
.customer_rating .rating_options.smaller .icon {
  width: 1.75rem;
  height: 1.75rem;
}
.customer_rating .rating_options .icon {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 0 0.8em;
  fill: #8D8D8D;
  transition: all 300ms;
  flex-shrink: 0;
}
.customer_rating .rating_options .control {
  flex-shrink: 0;
  width: 3.25rem;
}
.customer_rating .rating_options .option {
  cursor: pointer;
}
.customer_rating .rating_options .option.rate_1 input:checked ~ .icon {
  fill: #FF0000;
}
.customer_rating .rating_options .option.rate_2 input:checked ~ .icon {
  fill: #EB6607;
}
.customer_rating .rating_options .option.rate_3 input:checked ~ .icon {
  fill: #2AB225;
}
.customer_rating .rating_options .option.rate_4 input:checked ~ .icon {
  fill: #059400;
}
.customer_rating .rating_options .option:hover.rate_1 .icon {
  fill: #FF0000;
  transition: all 300ms;
}
.customer_rating .rating_options .option:hover.rate_1 .icon .eye_left_1 {
  opacity: 0;
  transition: all 300ms;
}
.customer_rating .rating_options .option:hover.rate_1 .icon .eye_right_1 {
  opacity: 0;
  transition: all 300ms;
}
.customer_rating .rating_options .option:hover.rate_1 .icon .eye_left_2 {
  opacity: 1;
  transition: all 300ms;
}
.customer_rating .rating_options .option:hover.rate_1 .icon .eye_right_2 {
  opacity: 1;
  transition: all 300ms;
}
.customer_rating .rating_options .option:hover.rate_1 .icon .teardrop {
  opacity: 1;
  transition: all 450ms 0.7s;
}
.customer_rating .rating_options .option:hover.rate_2 .icon {
  fill: #EB6607;
  transition: all 300ms;
}
.customer_rating .rating_options .option:hover.rate_2 .icon .mouth {
  transform: rotate(-20deg);
  transform-origin: center;
  transition: all 300ms;
}
.customer_rating .rating_options .option:hover.rate_3 .icon {
  fill: #2AB225;
  transition: all 300ms;
}
.customer_rating .rating_options .option:hover.rate_3 .icon .mouth_1 {
  opacity: 0;
  transition: all 300ms;
}
.customer_rating .rating_options .option:hover.rate_3 .icon .mouth_2 {
  opacity: 1;
  transform: translateY(-1.25rem);
  transition: all 300ms;
}
.customer_rating .rating_options .option:hover.rate_4 .icon {
  fill: #059400;
  transition: all 300ms;
}
.customer_rating .rating_options .option:hover.rate_4 .icon .eye_left,
.customer_rating .rating_options .option:hover.rate_4 .icon .eye_right {
  animation: bounce-eyes 0.8s infinite;
}
.customer_rating .rating_options .option:hover.rate_4 .icon .mouth {
  transform: scale(1.05) translateY(-20px);
  transform-origin: center;
  transition: all 300ms;
}
.customer_rating .rating_options .option:hover .thumbs_up,
.customer_rating .rating_options .option:hover .thumbs_down {
  animation: bounce 0.5s;
  transition: all 300ms;
}
.customer_rating .rating_options .option.rate_1 .eye_left_2 {
  opacity: 0;
  fill: #FF0000;
  transition: all 300ms;
}
.customer_rating .rating_options .option.rate_1 .eye_right_2 {
  opacity: 0;
  fill: #FF0000;
  transition: all 300ms;
}
.customer_rating .rating_options .option.rate_1 .teardrop {
  opacity: 0;
  fill: #FF0000;
  transition: all 300ms;
}
.customer_rating .rating_options .option.rate_2 .mouth {
  transition: all 300ms;
}
.customer_rating .rating_options .option.rate_3 .mouth_1 {
  transition: all 300ms;
}
.customer_rating .rating_options .option.rate_3 .mouth_2 {
  opacity: 0;
  fill: #2AB225;
  transition: all 300ms;
}
.customer_rating .additional_info {
  background-color: #F1F2F3;
  padding: 0.8em 1.0666666667em;
  border-radius: 0.75rem;
  margin-top: 3.2em;
  display: flex;
  flex-direction: column;
}
@media (min-width: 35rem) {
  .customer_rating .additional_info {
    flex-direction: row;
  }
}
.customer_rating .additional_info .text {
  display: flex;
  align-items: center;
}
.customer_rating .additional_info .button {
  background: #111E27;
  border: #111E27;
}
@media (min-width: 35rem) {
  .customer_rating .additional_info .button {
    margin-left: 0.8em;
  }
}
.customer_rating .additional_info .button:hover {
  background: #EB6607;
  border: #EB6607;
}
.customer_rating .additional_info .image {
  flex-shrink: 0;
  margin-top: -1.875rem;
  display: none;
}
@media (min-width: 35rem) {
  .customer_rating .additional_info .image {
    display: block;
  }
}

/* Source static/css/styles/screen/dashboard.scss */

.dashboard_overview {
  margin-top: 4em;
}
.dashboard_overview .product_website .with-background {
  background: #fff url("../images/dashboard_card_background.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 21.25rem;
}
@media (min-width: 35rem) {
  .dashboard_overview .product_website {
    background-size: 23.75rem;
  }
}
@media (min-width: 75rem) {
  .dashboard_overview .product_website {
    background-position: 250% top;
    background-size: auto;
  }
}
@media (min-width: 93.75rem) {
  .dashboard_overview .product_website {
    background-position: 200% top;
    background-size: auto;
  }
}
.dashboard_overview .product_website .chefinfo_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.dashboard_overview .product_website .chart_container {
  margin-top: 1.6em;
}
.dashboard_overview .entry {
  margin-bottom: 3.2em;
  position: relative;
}
.dashboard_overview .entry::after {
  background: rgba(112, 112, 112, 0.15);
  bottom: 0;
  content: " ";
  display: block;
  height: 1.75rem;
  left: 1.125rem;
  position: absolute;
  top: 120%;
  width: 0.0625rem;
}
.dashboard_overview .entry:last-child {
  margin-bottom: 0;
}
.dashboard_overview .entry:last-child::after {
  display: none;
}
.dashboard_overview .title_addition {
  color: #707070;
  margin-bottom: 3.2em;
}
.dashboard_overview .title_without_subtitle {
  margin-bottom: 3.2em;
  margin-top: -0.8em;
}
.dashboard_overview .title_without_subtitle a {
  color: #EB6607 !important;
  display: inline-block !important;
  text-decoration: none;
}
.dashboard_overview .title_without_subtitle a:hover {
  text-decoration: underline;
}
.dashboard_overview .status_overview {
  margin: 0 0 1.6em 0;
}
.dashboard_overview .status_overview .status,
.dashboard_overview .status_overview .status_container {
  align-items: center;
  display: flex;
  text-decoration: none;
  color: #111E27;
}
.dashboard_overview .status_overview .status.link:hover, .dashboard_overview .status_overview .status.link.hover, .dashboard_overview .status_overview .status.link:focus, .dashboard_overview .status_overview .status.link_container:hover, .dashboard_overview .status_overview .status.link_container.hover, .dashboard_overview .status_overview .status.link_container:focus,
.dashboard_overview .status_overview .status_container.link:hover,
.dashboard_overview .status_overview .status_container.link.hover,
.dashboard_overview .status_overview .status_container.link:focus,
.dashboard_overview .status_overview .status_container.link_container:hover,
.dashboard_overview .status_overview .status_container.link_container.hover,
.dashboard_overview .status_overview .status_container.link_container:focus {
  color: #EB6607;
}
.dashboard_overview .status_overview .status.link .icon, .dashboard_overview .status_overview .status.link_container .icon,
.dashboard_overview .status_overview .status_container.link .icon,
.dashboard_overview .status_overview .status_container.link_container .icon {
  background-color: #F1F2F3;
  border-color: #F1F2F3;
}
.dashboard_overview .status_overview .status.link .icon svg, .dashboard_overview .status_overview .status.link_container .icon svg,
.dashboard_overview .status_overview .status_container.link .icon svg,
.dashboard_overview .status_overview .status_container.link_container .icon svg {
  fill: #707070;
}
.dashboard_overview .status_overview .status.rating .smaller {
  color: #EB6607;
}
.dashboard_overview .status_overview .status.rating .icon {
  background-color: #F7A52C !important;
  border: none !important;
}
.dashboard_overview .status_overview .status.rating .icon svg {
  fill: #fff !important;
}
.dashboard_overview .status_overview .status.facebook .icon {
  background-color: #3b579d !important;
  border: 0;
}
.dashboard_overview .status_overview .status.twitter .icon {
  background-color: #1da1f2 !important;
  border: 0;
}
.dashboard_overview .status_overview .status.status_approved .smaller {
  color: #EB6607;
}
.dashboard_overview .status_overview .status.status_approved .icon {
  background: #2AB225;
  border: #2AB225;
}
.dashboard_overview .status_overview .status.status_approved .icon svg {
  fill: #fff;
}
.dashboard_overview .status_overview .status.status_preview_ready .smaller {
  color: #EB6607;
}
.dashboard_overview .status_overview .status.status_preview_ready .icon {
  background: #F7A52C;
  border: #F7A52C;
}
.dashboard_overview .status_overview .status.status_preview_ready .icon svg {
  fill: #fff;
}
.dashboard_overview .status_overview .status.status_at_sales .smaller {
  text-decoration: none;
}
.dashboard_overview .status_overview .status.status_at_sales .icon {
  animation-delay: 0.5s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: waiting;
}
.dashboard_overview .status_overview .status.status_creation .smaller {
  text-decoration: none;
}
.dashboard_overview .status_overview .status.status_creation .icon {
  animation-delay: 0.5s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: waiting;
}
.dashboard_overview .status_overview .status.status_implementing_changes .smaller {
  text-decoration: none;
}
.dashboard_overview .status_overview .status.status_implementing_changes .icon {
  animation-delay: 0.5s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: waiting;
}
.dashboard_overview .status_overview .status.warning .smaller {
  color: #FF0000;
}
.dashboard_overview .status_overview .status.warning .icon {
  background: #FF0000;
  border: #FF0000;
}
.dashboard_overview .status_overview .status.warning .icon svg {
  fill: #fff;
}
.dashboard_overview .status_overview .icon {
  border: 0.0625rem solid #F7A52C;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.375rem;
  justify-content: center;
  margin-right: 1.6em;
  padding: 0.6153846154em;
  width: 2.375rem;
}
.dashboard_overview .status_overview .icon svg {
  fill: #F7A52C;
}
.dashboard_overview .status_overview .text {
  letter-spacing: calc((0.875rem + 0.25 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 18.75rem) {
  .dashboard_overview .status_overview .text {
    font-size: calc(0.875rem + 0.25 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .dashboard_overview .status_overview .text {
    font-size: 1.125rem;
  }
}
.dashboard_overview .status_overview .additional_text {
  margin-left: 2.375rem;
  padding-left: 1.6em;
}
.dashboard_overview .status_overview .additional_text.smaller {
  color: #707070;
  padding-left: 2.08em;
}
.dashboard_overview .status_overview .smaller {
  font-size: 80%;
}
.dashboard_overview .product_graphic {
  align-items: center;
  align-self: flex-end;
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  max-width: 31.25rem;
  min-height: 18.75rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
@media (min-width: 75rem) {
  .dashboard_overview .product_graphic {
    align-items: flex-start;
    transform: translate(2.4em, -2.4em);
  }
}
.dashboard_overview .product_graphic.smaller {
  max-width: 15.625rem;
  min-height: 15.625rem;
}
.dashboard_overview .product_graphic.smaller svg {
  width: auto;
  height: auto;
}
.dashboard_overview .graphic_design_dot_1 {
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: bounce;
  transform-origin: center bottom;
}
.dashboard_overview .graphic_design_dot_2 {
  animation-delay: 0.2s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: bounce;
  transform-origin: center bottom;
}
.dashboard_overview .graphic_design_dot_3 {
  animation-delay: 0.3s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: bounce;
  transform-origin: center bottom;
}
.dashboard_overview .graphic_design_wheel_1 {
  animation-delay: 0.3s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: rotate_in;
  transform-origin: 22.21875rem 10.0625rem;
}
.dashboard_overview .graphic_design_wheel_2 {
  animation-delay: 0.8s;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: rotate_in;
  transform-origin: 23.4375rem 12.4375rem;
}

.grow {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
@media (min-width: 61.875rem) {
  .grow:not(.homepage_offline) {
    flex-direction: row;
  }
}

#confetti-canvas {
  width: 100%;
}

/* Source static/css/styles/screen/design.scss */

.screendesign .intro_description {
  hyphens: none;
  margin: 1.0666666667em 0;
}

.design_navigation {
  margin-bottom: 3.2em;
  margin-top: 3.2em;
}
.design_navigation ul {
  list-style: none !important;
  padding-left: 0;
}
@media (min-width: 30rem) {
  .design_navigation ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}
.design_navigation ul li {
  margin-right: 0.8em;
}
.design_navigation .design_navigation_links {
  align-items: center;
  display: flex;
  margin-bottom: 1.6em;
  margin-right: 0.625rem;
}
.design_navigation .design_navigation_links:hover .hint {
  opacity: 1;
  transform: translateY(-2.1875rem);
}
.design_navigation .design_navigation_links:focus .icon, .design_navigation .design_navigation_links:active .icon {
  height: 1.0625rem;
  width: 1.0625rem;
}
.design_navigation .button {
  min-width: 3.75rem;
  align-items: center;
  padding: 0 1.25rem 0 0.9375rem;
}
.design_navigation .text {
  font-size: 115%;
  line-height: 1.9;
  transition: 300ms;
}
.design_navigation .text.underline {
  text-decoration: underline;
}
.design_navigation .icon {
  display: inline-block;
  fill: #fff;
  height: 1.0625rem;
  width: 1.0625rem;
}

.design_overview_wrapper {
  margin-bottom: 4em;
}

.design_overview {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
}

.design_layout {
  position: relative;
  width: 100%;
}
.design_layout svg {
  left: 0;
  position: absolute;
  top: 0;
}
.design_layout .desktop {
  height: 0;
  padding-top: 50%;
  position: relative;
}
.design_layout .tablet {
  height: 0;
  padding-top: 50%;
  position: absolute;
  right: 10%;
  top: 0;
  width: 30%;
}
.design_layout .smartphone {
  height: 0;
  padding-top: 50%;
  position: absolute;
  right: 32%;
  top: 0;
  width: 12%;
}

.design_description {
  margin-top: 4.8em;
}

.bar.inline_feedback {
  display: block;
}
.bar.inline_feedback .button {
  margin: 0;
  margin-right: 1.6em;
}
.bar.navigation {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 0.0625rem solid rgba(112, 112, 112, 0.15);
  bottom: 0;
  box-shadow: inset 0.125rem 0 0.4375rem 0 rgba(0, 0, 0, 0.13);
  left: 0;
  position: fixed;
  right: 0;
  z-index: 9999;
}
@media (max-width: 34.9375rem) {
  .bar {
    text-align: center;
  }
}
@media (min-width: 35rem) {
  .bar {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 61.875rem) {
  .bar {
    left: 20.3125rem;
  }
}
@media (min-width: 93.75rem) {
  .bar {
    left: 23.125rem;
  }
}
.bar .button {
  background: #111E27;
  border-color: #111E27;
  height: 2.625rem;
  margin: 0.8em 1.0666666667em;
}
.bar .button > span {
  min-height: 2.5rem !important;
}
.bar .button .text {
  padding: 0;
}
@media (max-width: 24.9375rem) {
  .bar .button {
    min-width: 5rem;
    margin: 0.8em 0.4em;
  }
}
.bar .release_with_note {
  font-size: 85%;
  line-height: 0.9;
  text-align: center;
}
.bar .release_with_note small {
  font-size: 85%;
}
.bar .release_with_note:hover {
  background: #F7A52C;
  border-color: #F7A52C;
  color: #fff;
  text-decoration: none;
}
.bar .release_with_note:hover .icon {
  fill: #fff;
}
.bar .add_note {
  font-family: "Meta", sans-serif;
  font-size: 85%;
  line-height: 1;
  margin-left: 1.6em;
  margin-right: auto;
  text-align: center;
  text-decoration: none;
}
.bar .add_note:hover {
  background: #F7A52C;
  border-color: #F7A52C;
  color: #fff;
  text-decoration: none;
}
.bar .add_note:hover .icon {
  fill: #fff;
}
@media (max-width: 34.9375rem) {
  .bar .add_note {
    margin-bottom: 0.8em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.8em;
    text-align: center;
  }
}
@media (min-width: 47.5rem) {
  .bar .add_note {
    font-size: 85%;
  }
}
.bar .release {
  background-color: #2AB225;
  border-color: #2AB225;
}
.bar .release:hover {
  background-color: #3bd535;
  border-color: #3bd535;
}
.bar .button_wrapper {
  align-items: center;
  display: flex;
}
@media (max-width: 34.9375rem) {
  .bar .button_wrapper {
    justify-content: center;
  }
}

.design_window {
  cursor: zoom-in;
  position: relative;
}
.design_window.show {
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.design_window.show:after {
  background: #fff;
  content: "";
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  left: 0;
}
.design_window.show .big_img_design {
  background: #fff;
  display: block;
  margin: 0 auto;
  padding-bottom: 6.4em;
  position: relative;
}
.design_window .big_img_design {
  display: none;
}

.design_back_link {
  display: none;
  position: fixed;
  right: 1.6em;
  top: 0.8em;
  z-index: 9999999;
}
.design_back_link:hover {
  cursor: pointer;
}
.design_back_link .close_icon {
  align-items: center;
  background: #F7A52C;
  border-radius: 50%;
  display: flex;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}
.design_back_link .close_icon svg {
  display: inline-block;
  fill: #fff;
  height: 2rem;
  width: 2rem;
}

.fullscreen {
  overflow-x: hidden;
}
.fullscreen .detail_links .text,
.fullscreen .detail_links .icon,
.fullscreen .detail_links .hint,
.fullscreen .detail_links .button {
  display: none;
}
.fullscreen .design_layout .desktop,
.fullscreen .design_layout .tablet,
.fullscreen .design_layout .smartphone {
  display: none;
}
.fullscreen .navigation_bar {
  left: 0;
}
.fullscreen .design_back_link {
  display: block;
}

.full_screen_preview {
  border: 0;
}

/* Source static/css/styles/screen/design_dialog.scss */

.confirm_dialog {
  display: flex;
  flex-direction: column;
}
@media (min-width: 35rem) {
  .confirm_dialog {
    flex-direction: row;
  }
}
.confirm_dialog .confirm_check_animation {
  display: block;
  height: 2.5rem;
  margin-right: 1.6em;
  position: relative;
  width: 2.5rem;
}
.confirm_dialog .confirm_check_animation svg {
  animation-delay: 0.5s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-name: check_animation;
  animation-timing-function: ease;
  fill: #EB6607;
  left: 0;
  position: absolute;
  top: 0.625rem;
  width: 2.5rem;
}

.dialog_wrapper {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 1.6em 0;
  overflow: auto;
}
.dialog_wrapper.show {
  visibility: visible;
}

.dialog_overlay {
  background: rgba(17, 30, 39, 0.5);
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 300ms;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}
.dialog_overlay.show {
  opacity: 1;
  visibility: visible;
}

[role=dialog] {
  background: #F1F2F3;
  border-radius: 0.75rem;
  box-shadow: 0 0.0625rem 0.375rem rgba(17, 30, 39, 0.3), 0 0.0625rem 0.25rem rgba(17, 30, 39, 0.2);
  margin: 1.25rem auto;
  min-width: calc($container-min-width - $spacing);
  opacity: 0;
  outline: 0;
  padding: 1.6em;
  position: relative;
  transition: all 300ms;
  visibility: hidden;
  width: 60%;
  z-index: 10;
}
@media (max-width: 61.8125rem) {
  [role=dialog] {
    width: 90%;
  }
}
[role=dialog].show {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
[role=dialog].show .close {
  display: block !important;
}
[role=dialog] .title {
  padding: 0 2em 0 0;
}
[role=dialog] .description {
  padding: 0 0 0.8em 0;
}
[role=dialog] .close {
  display: none;
  fill: #F7A52C;
  height: 2.625rem;
  margin-left: auto;
  padding: 0.2666666667em;
  position: absolute;
  right: 0.8em;
  top: 0.4em;
  transition: fill 300ms;
  width: 2.625rem;
}
[role=dialog] .close svg {
  height: 100%;
}
[role=dialog] .close:focus, [role=dialog] .close:hover {
  fill: #111E27;
}

/* Source static/css/styles/screen/design_progress_bar.scss */

.progress {
  background-color: #F1F2F3;
  border-radius: 0.75rem;
  display: none;
  justify-content: space-between;
  padding: 2.08em 0.8em 1.1428571429em 0.8em;
}
@media (min-width: 47.5rem) {
  .progress {
    display: flex;
  }
}
.progress .step {
  display: flex;
  flex-direction: column;
  font-family: "Meta", sans-serif;
  font-size: 85%;
  min-width: 7.5rem;
  text-align: center;
}
.progress .release_note {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Meta", sans-serif;
  font-size: 85%;
  justify-content: center;
  position: relative;
  top: -2.0625rem;
}
.progress .release_note .separator {
  background-color: #fff;
  border: 0.125rem solid rgba(112, 112, 112, 0.15);
  border-radius: 50%;
  height: 0.9375rem;
  margin-top: 0.4375rem;
  width: 0.9375rem;
}
.progress .release_note .separator.active {
  background-color: #F7A52C;
  border-color: #F7A52C;
}
.progress .line {
  background: linear-gradient(to right, transparent 50%, rgba(112, 112, 112, 0.15) 50%);
  background-size: 0.75rem 0.0625rem, 100% 0.0625rem;
  height: 0.125rem;
  margin-top: 0.9411764706em;
  position: relative;
  width: 80%;
}
.progress .line.solid {
  background: none;
  border: 0.0625rem solid rgba(112, 112, 112, 0.15);
}
.progress .icon {
  background-color: #fff;
  border: 0.125rem solid rgba(112, 112, 112, 0.15);
  border-radius: 50%;
  display: flex;
  height: 2.5rem;
  margin: 0 auto 0.5333333333em auto;
  padding: 0.4em;
  width: 2.5rem;
}
.progress .icon.wait {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: waiting;
}
.progress .icon.active {
  background-color: #2AB225;
  border: 0.125rem solid #2AB225;
}
.progress .icon.active svg {
  fill: #fff;
}
.progress .icon svg {
  fill: rgba(112, 112, 112, 0.15);
}

/* Source static/css/styles/screen/domaincheck.scss */

.domain_required_data_overview {
  margin-top: 3.2em;
}
.domain_required_data_overview .overview {
  display: flex;
  flex-grow: 1;
  transition: transform 200ms;
}
.domain_required_data_overview .overview:hover, .domain_required_data_overview .overview:focus {
  transform: scale(1.03);
  transition: transform 200ms;
}
.domain_required_data_overview .overview .hint {
  border-radius: 1.25rem;
  top: 0;
}
.domain_required_data_overview .overview.disabled {
  background: #d6d9db;
  box-shadow: 0 0 0;
}
.domain_required_data_overview .overview.disabled:hover, .domain_required_data_overview .overview.disabled:focus {
  transform: scale(1);
  transition: transform 200ms;
}
.domain_required_data_overview .overview.disabled:hover .hint {
  opacity: 1;
  transform: translateY(-1.875rem);
}
.domain_required_data_overview .overview.disabled .entry h2 {
  color: #a7adb3;
}
.domain_required_data_overview .overview.disabled .entry small {
  color: #9fa6ac;
}
.domain_required_data_overview .overview.disabled .entry .icon {
  background: #a7adb3;
  border: 0.0625rem solid #a7adb3;
}
.domain_required_data_overview .overview.disabled .entry .icon.check {
  background: #a7adb3;
  border: 0.0625rem solid #a7adb3;
}
.domain_required_data_overview .overview.disabled .entry .icon svg {
  fill: rgba(255, 255, 255, 0.6);
}
.domain_required_data_overview .overview .entry {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  transition: transform 200ms;
}
.domain_required_data_overview .overview .entry h2 {
  color: #EB6607;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 0;
}
.domain_required_data_overview .overview .entry small {
  color: #707070;
  font-size: 100%;
}
.domain_required_data_overview .overview .entry .icon {
  background: #FF0000;
  border: 0.0625rem solid #FF0000;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.375rem;
  justify-content: center;
  margin-left: 1.6em;
  padding: 0.5333333333em;
  width: 2.375rem;
}
.domain_required_data_overview .overview .entry .icon.check {
  background: #2AB225;
  border: 0.0625rem solid #2AB225;
}
.domain_required_data_overview .overview .entry .icon.question {
  background: #F7A52C;
  border: 0.0625rem solid #F7A52C;
}
.domain_required_data_overview .overview .entry .icon svg {
  fill: #fff;
}

.domain_status {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 1.6em;
}
.domain_status.warning .description {
  color: #FF0000;
}
.domain_status.check .description {
  color: #2AB225;
}
.domain_status .icon {
  background: #FF0000;
  border: 0.0625rem solid #FF0000;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.375rem;
  justify-content: center;
  padding: 0.5333333333em;
  width: 2.375rem;
}
.domain_status .icon.check {
  background: #2AB225;
  border: 0.0625rem solid #2AB225;
}
.domain_status .icon svg {
  fill: #fff;
}
.domain_status .description {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0.8em;
}

.domain_preparation_overview {
  margin-top: 3.2em;
}

.domaincheck_overview {
  margin-top: 3.2em;
}

.edv_download {
  align-items: center;
  display: flex;
}
.edv_download .icon {
  display: inline-block;
  fill: #EB6607;
  height: 1.875rem;
  margin-right: 0.8em;
  width: 1.875rem;
}

.cta_section {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin: 3.2em 0;
  width: 100%;
}
@media (min-width: 35rem) {
  .cta_section {
    flex-direction: row;
  }
}
.cta_section.domain_externer_techniker {
  flex-direction: column;
}
.cta_section.domain_externer_techniker .text_wrapper {
  display: flex;
  margin-bottom: 1.6em;
}
.cta_section.domain_externer_techniker input {
  margin-bottom: 0;
}
.cta_section.domain_externer_techniker .formular_bottom {
  margin-top: auto;
}
.cta_section .icon {
  align-items: center;
  align-self: center;
  background-color: #fff4e5;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.625rem;
  justify-content: center;
  margin-right: 1.6em;
  width: 2.625rem;
}
.cta_section .icon svg {
  height: 1.25rem;
  width: 1.25rem;
}
.cta_section .description {
  align-self: center;
  color: #707070;
  margin: 1.0666666667em 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 35rem) {
  .cta_section .description {
    margin: 0;
    text-align: left;
    margin-right: 1.6em;
  }
}
.cta_section .buttons {
  align-self: center;
  flex-shrink: 0;
}

/* Source static/css/styles/screen/downloads.scss */

.download_overview {
  margin-bottom: 0.8em;
}
.download_overview .touch_link {
  display: flex;
}
.download_overview .touch_link .title_wrapper {
  margin-bottom: 0.4em;
  padding-top: 0;
}
.download_overview .icon {
  flex-shrink: 0;
  height: 1.5rem;
  margin-right: 0.8em;
  width: 1.5rem;
}
.download_overview .icon-doc {
  fill: #2a5699;
}
.download_overview .icon-xls {
  fill: #4e892d;
}
.download_overview .icon-pdf {
  fill: #e44e4e;
}
.download_overview .icon-online {
  fill: #0074ce;
}

/* Source static/css/styles/screen/dropdown_menu.scss */

.dropdown_menu {
  align-items: center;
  display: flex;
}
.dropdown_menu > ul {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.dropdown_menu > ul li {
  margin-bottom: 0.5333333333em;
  position: relative;
  width: 100%;
}
.dropdown_menu > ul li:hover > a, .dropdown_menu > ul li.hover > a {
  color: #EB6607;
}
.dropdown_menu > ul li:hover > ul, .dropdown_menu > ul li.hover > ul {
  visibility: visible;
}
.dropdown_menu > ul li .icon {
  box-sizing: content-box;
  display: inline-block;
  flex-shrink: 0;
  height: 0.625rem;
  padding-left: 0.8em;
  width: 0.625rem;
}
.dropdown_menu > ul > li {
  align-items: center;
}
.dropdown_menu > ul > li > a {
  align-items: center;
  border-radius: 0.375rem;
  color: #111E27;
  display: flex;
  hyphens: none;
  padding: 0.32em 1.6em 0.4em 0.4em;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown_menu > ul > li > a .icon {
  fill: #111E27;
  height: 1.25rem;
  margin-right: 0.8em;
  width: 1.25rem;
}
.dropdown_menu > ul > li > a.active {
  background: #F7A52C;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}
.dropdown_menu > ul > li > a.active .icon {
  fill: #fff;
}
.dropdown_menu > ul ul.submenu {
  list-style: disc !important;
  margin-left: 2.5rem;
  margin-top: 0.9375rem;
}
.dropdown_menu > ul ul.submenu a {
  color: #111E27;
  text-decoration: none;
  position: relative;
  z-index: 0;
}
.dropdown_menu > ul ul.submenu a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 0.0625rem;
  background-color: #F7A52C;
  content: "";
  transition: right 300ms;
}
.dropdown_menu > ul ul.submenu a:hover::after, .dropdown_menu > ul ul.submenu a:focus::after {
  right: 0;
  transition: right 300ms;
}
.dropdown_menu > ul ul.submenu a.active::after {
  right: 0;
}

/* Source static/css/styles/screen/form.scss */

.form_disclaimer {
  color: #111E27;
  font-size: 90%;
  margin: 0.8em 0;
  padding: 1.0666666667em 0;
}

@media (min-width: 35rem) {
  .formular_bottom {
    display: flex;
    justify-content: space-between;
  }
}
.form-change_password meter {
  position: relative;
  width: 100%;
  height: 0.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 0.0625rem solid #fff;
}

.file {
  display: flex;
  flex-basis: 65%;
  margin: 0 0 1.0666666667em;
  position: relative;
  height: 2.75rem;
}
@media (min-width: 18.75rem) {
  .file {
    height: calc(2.75rem + 0.5 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .file {
    height: 3.25rem;
  }
}
.file.error .file_name {
  border-color: #FF0000;
}
.file .file_name {
  background: #fff;
  border: 0.0625rem solid rgba(112, 112, 112, 0.15);
  border-radius: 0.75rem 0 0 0.75rem;
  box-shadow: 0 0 0.1875rem rgba(112, 112, 112, 0.15) inset;
  color: #111E27;
  flex: 0 1 100%;
  overflow: hidden;
  padding: 0 0.8em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 8.125rem;
  line-height: 2.625rem;
  height: 2.75rem;
}
@media (min-width: 18.75rem) {
  .file .file_name {
    line-height: calc(2.625rem + 0.5 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    line-height: 3.125rem;
  }
}
@media (min-width: 18.75rem) {
  .file .file_name {
    height: calc(2.75rem + 0.5 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_name {
    height: 3.25rem;
  }
}
.file .file_button {
  border-radius: 0 0.75rem 0.75rem 0;
  flex: 1 0 auto;
  padding: 0 1.6em;
  z-index: 10;
  background: #EB6607;
  border: 0.0625rem solid #EB6607;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  min-width: 10rem;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 18.75rem) {
  .file .file_button > span {
    min-height: calc(2.625rem + 0.5 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .file .file_button > span {
    min-height: 3.125rem;
  }
}
.file .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
  align-self: center;
}
.file .file_button .text {
  font-family: "Meta", sans-serif;
  font-weight: 400;
  padding: 0.4em 0;
}
.file .file_button .icon + .text {
  padding-left: 0.5333333333em;
}
.file .file_button.focus {
  box-shadow: 0 0 0 0.1875rem rgba(247, 165, 44, 0.2);
  background: #F7A52C;
  border-color: #F7A52C;
  color: #fff;
  text-decoration: none;
}
.file .file_button.focus .icon {
  fill: #fff;
}
.file [type=file] {
  bottom: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  height: 2.75rem;
}
@media (min-width: 18.75rem) {
  .file [type=file] {
    height: calc(2.75rem + 0.5 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file] {
    height: 3.25rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: #F7A52C;
  border-color: #F7A52C;
  color: #fff;
  text-decoration: none;
}
.file [type=file]:hover ~ .file_button .icon {
  fill: #fff;
}
.file [type=file]:active ~ .file_button {
  box-shadow: 0 0 0.1875rem #F7A52C inset;
  background: #F7A52C;
  border: 0.0625rem solid #F7A52C;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  min-width: 10rem;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file [type=file]:active ~ .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 18.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: calc(2.625rem + 0.5 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 3.125rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
  align-self: center;
}
.file [type=file]:active ~ .file_button .text {
  font-family: "Meta", sans-serif;
  font-weight: 400;
  padding: 0.4em 0;
}
.file [type=file]:active ~ .file_button .icon + .text {
  padding-left: 0.5333333333em;
}

@media (min-width: 35rem) {
  .formular .button_wrapper {
    text-align: left;
  }
}

button {
  cursor: pointer;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: 0 1.6em;
  width: 100%;
  height: 2.75rem;
}
@media (min-width: 18.75rem) {
  button {
    height: calc(2.75rem + 0.5 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  button {
    height: 3.25rem;
  }
}
@media (min-width: 35rem) {
  button {
    width: auto;
  }
}
button::-moz-focus-inner {
  border: 0;
}

/* Source static/css/styles/screen/grid.scss */

.container {
  margin: 0;
  max-width: 68rem;
  min-width: 18.75rem;
  padding: 0 0.9375rem;
}
@media (min-width: 18.75rem) {
  .container {
    padding: 0 calc(0.9375rem + 2.1875 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .container {
    padding: 0 3.125rem;
  }
}
.container.no_min_width {
  min-width: 0;
}

.container_login {
  margin: 0 auto;
  max-width: 100rem;
  min-width: 18.75rem;
  padding: 0 0.9375rem;
  width: 100%;
}
@supports (padding-left: env(safe-area-inset-left)) {
  html.iphone .container_login {
    padding-left: max(0.9375rem, env(safe-area-inset-left));
    padding-right: max(0.9375rem, env(safe-area-inset-right));
  }
}
@media (min-width: 18.75rem) {
  .container_login {
    padding: 0 calc(0.9375rem + 2.1875 * (100vw - 18.75rem) / (75));
  }
  @supports (padding-left: env(safe-area-inset-left)) {
    html.iphone .container_login {
      padding-left: max(calc(0.9375rem + 2.1875 * (100vw - 18.75rem) / (75)), env(safe-area-inset-left));
      padding-right: max(calc(0.9375rem + 2.1875 * (100vw - 18.75rem) / (75)), env(safe-area-inset-right));
    }
  }
}
@media (min-width: 93.75rem) {
  .container_login {
    padding: 0 3.125rem;
  }
}

.container_body {
  margin: 0;
  max-width: 76rem;
  min-width: 18.75rem;
  padding: 0 0.9375rem;
}
@media (min-width: 18.75rem) {
  .container_body {
    padding: 0 calc(0.9375rem + 2.1875 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .container_body {
    padding: 0 3.125rem;
  }
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.46875rem;
  margin-right: -0.46875rem;
}
@media (min-width: 18.75rem) {
  .row {
    margin: 0 calc((-0.9375rem / 2) - (2.1875 / 2) * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .row {
    margin: 0 -1.5625rem;
  }
}
.row.no_column_margin {
  margin-left: 0;
  margin-right: 0;
}
.row.no_column_margin > [class*=span] {
  padding-left: 0;
  padding-right: 0;
}
.row.half_column_margin {
  margin-left: -0.234375rem;
  margin-right: -0.234375rem;
}
@media (min-width: 18.75rem) {
  .row.half_column_margin {
    margin: 0 calc((-0.9375rem / 4) - (2.1875 / 4) * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .row.half_column_margin {
    margin: 0 -0.78125rem;
  }
}
.row.half_column_margin > [class*=span] {
  padding-left: 0.234375rem;
  padding-right: 0.234375rem;
}
@media (min-width: 18.75rem) {
  .row.half_column_margin > [class*=span] {
    padding: 0 calc((0.9375rem / 4) + (2.1875 / 4) * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .row.half_column_margin > [class*=span] {
    padding: 0 0.78125rem;
  }
}

@media (min-width: 18.75rem) {
  .row.around_xsmall {
    justify-content: space-around;
  }
  .row.between_xsmall {
    justify-content: space-between;
  }
  .row.start_xsmall {
    justify-content: flex-start;
  }
  .row.center_xsmall {
    justify-content: center;
  }
  .row.end_xsmall {
    justify-content: flex-end;
  }
  .row.top_xsmall {
    align-items: flex-start;
  }
  .row.middle_xsmall {
    align-items: center;
  }
  .row.bottom_xsmall {
    align-items: flex-end;
  }
  .row.baseline_xsmall {
    align-items: baseline;
  }
}
@media (min-width: 30rem) {
  .row.around_small {
    justify-content: space-around;
  }
  .row.between_small {
    justify-content: space-between;
  }
  .row.start_small {
    justify-content: flex-start;
  }
  .row.center_small {
    justify-content: center;
  }
  .row.end_small {
    justify-content: flex-end;
  }
  .row.top_small {
    align-items: flex-start;
  }
  .row.middle_small {
    align-items: center;
  }
  .row.bottom_small {
    align-items: flex-end;
  }
  .row.baseline_small {
    align-items: baseline;
  }
}
@media (min-width: 35rem) {
  .row.around_medium {
    justify-content: space-around;
  }
  .row.between_medium {
    justify-content: space-between;
  }
  .row.start_medium {
    justify-content: flex-start;
  }
  .row.center_medium {
    justify-content: center;
  }
  .row.end_medium {
    justify-content: flex-end;
  }
  .row.top_medium {
    align-items: flex-start;
  }
  .row.middle_medium {
    align-items: center;
  }
  .row.bottom_medium {
    align-items: flex-end;
  }
  .row.baseline_medium {
    align-items: baseline;
  }
}
@media (min-width: 47.5rem) {
  .row.around_large {
    justify-content: space-around;
  }
  .row.between_large {
    justify-content: space-between;
  }
  .row.start_large {
    justify-content: flex-start;
  }
  .row.center_large {
    justify-content: center;
  }
  .row.end_large {
    justify-content: flex-end;
  }
  .row.top_large {
    align-items: flex-start;
  }
  .row.middle_large {
    align-items: center;
  }
  .row.bottom_large {
    align-items: flex-end;
  }
  .row.baseline_large {
    align-items: baseline;
  }
}
@media (min-width: 61.875rem) {
  .row.around_xlarge {
    justify-content: space-around;
  }
  .row.between_xlarge {
    justify-content: space-between;
  }
  .row.start_xlarge {
    justify-content: flex-start;
  }
  .row.center_xlarge {
    justify-content: center;
  }
  .row.end_xlarge {
    justify-content: flex-end;
  }
  .row.top_xlarge {
    align-items: flex-start;
  }
  .row.middle_xlarge {
    align-items: center;
  }
  .row.bottom_xlarge {
    align-items: flex-end;
  }
  .row.baseline_xlarge {
    align-items: baseline;
  }
}
@media (min-width: 75rem) {
  .row.around_xxlarge {
    justify-content: space-around;
  }
  .row.between_xxlarge {
    justify-content: space-between;
  }
  .row.start_xxlarge {
    justify-content: flex-start;
  }
  .row.center_xxlarge {
    justify-content: center;
  }
  .row.end_xxlarge {
    justify-content: flex-end;
  }
  .row.top_xxlarge {
    align-items: flex-start;
  }
  .row.middle_xxlarge {
    align-items: center;
  }
  .row.bottom_xxlarge {
    align-items: flex-end;
  }
  .row.baseline_xxlarge {
    align-items: baseline;
  }
}
@media (min-width: 93.75rem) {
  .row.around_xxxlarge {
    justify-content: space-around;
  }
  .row.between_xxxlarge {
    justify-content: space-between;
  }
  .row.start_xxxlarge {
    justify-content: flex-start;
  }
  .row.center_xxxlarge {
    justify-content: center;
  }
  .row.end_xxxlarge {
    justify-content: flex-end;
  }
  .row.top_xxxlarge {
    align-items: flex-start;
  }
  .row.middle_xxxlarge {
    align-items: center;
  }
  .row.bottom_xxxlarge {
    align-items: flex-end;
  }
  .row.baseline_xxxlarge {
    align-items: baseline;
  }
}
[class*=span] {
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 0.46875rem;
  padding-right: 0.46875rem;
}
@media (min-width: 18.75rem) {
  [class*=span] {
    padding: 0 calc((0.9375rem / 2) + (2.1875 / 2) * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  [class*=span] {
    padding: 0 1.5625rem;
  }
}
[class*=span].span_column {
  display: flex;
  flex-direction: column;
}

@media (min-width: 18.75rem) {
  .span1_xsmall {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .order1_xsmall {
    order: 1;
  }
}
@media (min-width: 18.75rem) {
  .span2_xsmall {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .order2_xsmall {
    order: 2;
  }
}
@media (min-width: 18.75rem) {
  .span3_xsmall {
    flex-basis: 25%;
    max-width: 25%;
  }

  .order3_xsmall {
    order: 3;
  }
}
@media (min-width: 18.75rem) {
  .span4_xsmall {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .order4_xsmall {
    order: 4;
  }
}
@media (min-width: 18.75rem) {
  .span5_xsmall {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .order5_xsmall {
    order: 5;
  }
}
@media (min-width: 18.75rem) {
  .span6_xsmall {
    flex-basis: 50%;
    max-width: 50%;
  }

  .order6_xsmall {
    order: 6;
  }
}
@media (min-width: 18.75rem) {
  .span7_xsmall {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .order7_xsmall {
    order: 7;
  }
}
@media (min-width: 18.75rem) {
  .span8_xsmall {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .order8_xsmall {
    order: 8;
  }
}
@media (min-width: 18.75rem) {
  .span9_xsmall {
    flex-basis: 75%;
    max-width: 75%;
  }

  .order9_xsmall {
    order: 9;
  }
}
@media (min-width: 18.75rem) {
  .span10_xsmall {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .order10_xsmall {
    order: 10;
  }
}
@media (min-width: 18.75rem) {
  .span11_xsmall {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .order11_xsmall {
    order: 11;
  }
}
@media (min-width: 18.75rem) {
  .span12_xsmall {
    flex-basis: 100%;
    max-width: 100%;
  }

  .order12_xsmall {
    order: 12;
  }
}
@media (min-width: 30rem) {
  .span1_small {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .order1_small {
    order: 1;
  }
}
@media (min-width: 30rem) {
  .span2_small {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .order2_small {
    order: 2;
  }
}
@media (min-width: 30rem) {
  .span3_small {
    flex-basis: 25%;
    max-width: 25%;
  }

  .order3_small {
    order: 3;
  }
}
@media (min-width: 30rem) {
  .span4_small {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .order4_small {
    order: 4;
  }
}
@media (min-width: 30rem) {
  .span5_small {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .order5_small {
    order: 5;
  }
}
@media (min-width: 30rem) {
  .span6_small {
    flex-basis: 50%;
    max-width: 50%;
  }

  .order6_small {
    order: 6;
  }
}
@media (min-width: 30rem) {
  .span7_small {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .order7_small {
    order: 7;
  }
}
@media (min-width: 30rem) {
  .span8_small {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .order8_small {
    order: 8;
  }
}
@media (min-width: 30rem) {
  .span9_small {
    flex-basis: 75%;
    max-width: 75%;
  }

  .order9_small {
    order: 9;
  }
}
@media (min-width: 30rem) {
  .span10_small {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .order10_small {
    order: 10;
  }
}
@media (min-width: 30rem) {
  .span11_small {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .order11_small {
    order: 11;
  }
}
@media (min-width: 30rem) {
  .span12_small {
    flex-basis: 100%;
    max-width: 100%;
  }

  .order12_small {
    order: 12;
  }
}
@media (min-width: 35rem) {
  .span1_medium {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .order1_medium {
    order: 1;
  }
}
@media (min-width: 35rem) {
  .span2_medium {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .order2_medium {
    order: 2;
  }
}
@media (min-width: 35rem) {
  .span3_medium {
    flex-basis: 25%;
    max-width: 25%;
  }

  .order3_medium {
    order: 3;
  }
}
@media (min-width: 35rem) {
  .span4_medium {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .order4_medium {
    order: 4;
  }
}
@media (min-width: 35rem) {
  .span5_medium {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .order5_medium {
    order: 5;
  }
}
@media (min-width: 35rem) {
  .span6_medium {
    flex-basis: 50%;
    max-width: 50%;
  }

  .order6_medium {
    order: 6;
  }
}
@media (min-width: 35rem) {
  .span7_medium {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .order7_medium {
    order: 7;
  }
}
@media (min-width: 35rem) {
  .span8_medium {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .order8_medium {
    order: 8;
  }
}
@media (min-width: 35rem) {
  .span9_medium {
    flex-basis: 75%;
    max-width: 75%;
  }

  .order9_medium {
    order: 9;
  }
}
@media (min-width: 35rem) {
  .span10_medium {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .order10_medium {
    order: 10;
  }
}
@media (min-width: 35rem) {
  .span11_medium {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .order11_medium {
    order: 11;
  }
}
@media (min-width: 35rem) {
  .span12_medium {
    flex-basis: 100%;
    max-width: 100%;
  }

  .order12_medium {
    order: 12;
  }
}
@media (min-width: 47.5rem) {
  .span1_large {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .order1_large {
    order: 1;
  }
}
@media (min-width: 47.5rem) {
  .span2_large {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .order2_large {
    order: 2;
  }
}
@media (min-width: 47.5rem) {
  .span3_large {
    flex-basis: 25%;
    max-width: 25%;
  }

  .order3_large {
    order: 3;
  }
}
@media (min-width: 47.5rem) {
  .span4_large {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .order4_large {
    order: 4;
  }
}
@media (min-width: 47.5rem) {
  .span5_large {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .order5_large {
    order: 5;
  }
}
@media (min-width: 47.5rem) {
  .span6_large {
    flex-basis: 50%;
    max-width: 50%;
  }

  .order6_large {
    order: 6;
  }
}
@media (min-width: 47.5rem) {
  .span7_large {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .order7_large {
    order: 7;
  }
}
@media (min-width: 47.5rem) {
  .span8_large {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .order8_large {
    order: 8;
  }
}
@media (min-width: 47.5rem) {
  .span9_large {
    flex-basis: 75%;
    max-width: 75%;
  }

  .order9_large {
    order: 9;
  }
}
@media (min-width: 47.5rem) {
  .span10_large {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .order10_large {
    order: 10;
  }
}
@media (min-width: 47.5rem) {
  .span11_large {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .order11_large {
    order: 11;
  }
}
@media (min-width: 47.5rem) {
  .span12_large {
    flex-basis: 100%;
    max-width: 100%;
  }

  .order12_large {
    order: 12;
  }
}
@media (min-width: 61.875rem) {
  .span1_xlarge {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .order1_xlarge {
    order: 1;
  }
}
@media (min-width: 61.875rem) {
  .span2_xlarge {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .order2_xlarge {
    order: 2;
  }
}
@media (min-width: 61.875rem) {
  .span3_xlarge {
    flex-basis: 25%;
    max-width: 25%;
  }

  .order3_xlarge {
    order: 3;
  }
}
@media (min-width: 61.875rem) {
  .span4_xlarge {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .order4_xlarge {
    order: 4;
  }
}
@media (min-width: 61.875rem) {
  .span5_xlarge {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .order5_xlarge {
    order: 5;
  }
}
@media (min-width: 61.875rem) {
  .span6_xlarge {
    flex-basis: 50%;
    max-width: 50%;
  }

  .order6_xlarge {
    order: 6;
  }
}
@media (min-width: 61.875rem) {
  .span7_xlarge {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .order7_xlarge {
    order: 7;
  }
}
@media (min-width: 61.875rem) {
  .span8_xlarge {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .order8_xlarge {
    order: 8;
  }
}
@media (min-width: 61.875rem) {
  .span9_xlarge {
    flex-basis: 75%;
    max-width: 75%;
  }

  .order9_xlarge {
    order: 9;
  }
}
@media (min-width: 61.875rem) {
  .span10_xlarge {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .order10_xlarge {
    order: 10;
  }
}
@media (min-width: 61.875rem) {
  .span11_xlarge {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .order11_xlarge {
    order: 11;
  }
}
@media (min-width: 61.875rem) {
  .span12_xlarge {
    flex-basis: 100%;
    max-width: 100%;
  }

  .order12_xlarge {
    order: 12;
  }
}
@media (min-width: 75rem) {
  .span1_xxlarge {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .order1_xxlarge {
    order: 1;
  }
}
@media (min-width: 75rem) {
  .span2_xxlarge {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .order2_xxlarge {
    order: 2;
  }
}
@media (min-width: 75rem) {
  .span3_xxlarge {
    flex-basis: 25%;
    max-width: 25%;
  }

  .order3_xxlarge {
    order: 3;
  }
}
@media (min-width: 75rem) {
  .span4_xxlarge {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .order4_xxlarge {
    order: 4;
  }
}
@media (min-width: 75rem) {
  .span5_xxlarge {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .order5_xxlarge {
    order: 5;
  }
}
@media (min-width: 75rem) {
  .span6_xxlarge {
    flex-basis: 50%;
    max-width: 50%;
  }

  .order6_xxlarge {
    order: 6;
  }
}
@media (min-width: 75rem) {
  .span7_xxlarge {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .order7_xxlarge {
    order: 7;
  }
}
@media (min-width: 75rem) {
  .span8_xxlarge {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .order8_xxlarge {
    order: 8;
  }
}
@media (min-width: 75rem) {
  .span9_xxlarge {
    flex-basis: 75%;
    max-width: 75%;
  }

  .order9_xxlarge {
    order: 9;
  }
}
@media (min-width: 75rem) {
  .span10_xxlarge {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .order10_xxlarge {
    order: 10;
  }
}
@media (min-width: 75rem) {
  .span11_xxlarge {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .order11_xxlarge {
    order: 11;
  }
}
@media (min-width: 75rem) {
  .span12_xxlarge {
    flex-basis: 100%;
    max-width: 100%;
  }

  .order12_xxlarge {
    order: 12;
  }
}
@media (min-width: 93.75rem) {
  .span1_xxxlarge {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .order1_xxxlarge {
    order: 1;
  }
}
@media (min-width: 93.75rem) {
  .span2_xxxlarge {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .order2_xxxlarge {
    order: 2;
  }
}
@media (min-width: 93.75rem) {
  .span3_xxxlarge {
    flex-basis: 25%;
    max-width: 25%;
  }

  .order3_xxxlarge {
    order: 3;
  }
}
@media (min-width: 93.75rem) {
  .span4_xxxlarge {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .order4_xxxlarge {
    order: 4;
  }
}
@media (min-width: 93.75rem) {
  .span5_xxxlarge {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .order5_xxxlarge {
    order: 5;
  }
}
@media (min-width: 93.75rem) {
  .span6_xxxlarge {
    flex-basis: 50%;
    max-width: 50%;
  }

  .order6_xxxlarge {
    order: 6;
  }
}
@media (min-width: 93.75rem) {
  .span7_xxxlarge {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .order7_xxxlarge {
    order: 7;
  }
}
@media (min-width: 93.75rem) {
  .span8_xxxlarge {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .order8_xxxlarge {
    order: 8;
  }
}
@media (min-width: 93.75rem) {
  .span9_xxxlarge {
    flex-basis: 75%;
    max-width: 75%;
  }

  .order9_xxxlarge {
    order: 9;
  }
}
@media (min-width: 93.75rem) {
  .span10_xxxlarge {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .order10_xxxlarge {
    order: 10;
  }
}
@media (min-width: 93.75rem) {
  .span11_xxxlarge {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .order11_xxxlarge {
    order: 11;
  }
}
@media (min-width: 93.75rem) {
  .span12_xxxlarge {
    flex-basis: 100%;
    max-width: 100%;
  }

  .order12_xxxlarge {
    order: 12;
  }
}

/* Source static/css/styles/screen/header.scss */

header {
  align-content: flex-end;
  align-items: center;
  background: #fff;
  border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.2);
  display: flex;
  justify-content: flex-end;
  padding: 0 2.4em;
  position: sticky;
  top: 0;
  z-index: 102;
}
@media (min-width: 61.875rem) {
  header {
    padding: 1.6em;
    align-items: flex-end;
    z-index: 99;
  }
}
header .header_user {
  align-self: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.0666666667em 0;
  text-align: right;
}
@media (min-width: 30rem) {
  header .header_user {
    flex-direction: row;
    padding: 0;
    text-align: left;
  }
  header .header_user > span {
    margin-right: 0.8em;
  }
}
header .header_user .user_wrapper {
  position: relative;
  padding-right: 1.92em;
  min-height: 1.875rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
header .header_user .user_wrapper:before {
  content: ">";
  position: absolute;
  display: block;
  right: 0;
  top: 0.75rem;
  transform: rotate(90deg);
  width: 0.625rem;
  height: 0.625rem;
  z-index: 999999;
}
header .header_user .user_wrapper:hover .user_settings {
  display: block;
}
header .header_user .user_wrapper .user_settings {
  display: none;
  position: absolute;
  list-style: none !important;
  right: 0;
  top: 1.875rem;
  width: 12.5rem;
  background: #fff;
  text-align: right;
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
  padding: 1.0666666667em 1.6em;
}
header .header_user .user_wrapper .user_settings li:first-child a {
  padding-top: 0;
}
header .header_user .user_wrapper .user_settings li:last-child a {
  padding-bottom: 0;
}
header .header_user .user_wrapper .user_settings li a {
  padding: 0.2em 0;
  display: block;
  text-align: right;
}
header .header_user .domain_select {
  position: relative;
  display: flex;
  justify-content: flex-end;
  min-height: 1.875rem;
  border: 0;
  box-shadow: none;
  margin: 0;
}
header .header_user .domain_select:before {
  display: none !important;
}
header .header_user .domain_select:after {
  content: ">";
  position: absolute;
  display: block;
  right: 0.625rem;
  bottom: 0;
  top: 0.625rem;
  transform: rotate(90deg);
  width: 0.625rem;
  height: 0.625rem;
  border: 0;
}
header .header_user .domain_select select {
  display: inline-block;
  width: 12.5rem;
  border-radius: 0.75rem;
  min-height: 0;
  padding-left: 0.625rem;
}

/* Source static/css/styles/screen/hints.scss */

.hint {
  background-color: #111E27;
  border-radius: 3.75rem;
  color: #fff;
  content: attr(data-hint);
  font-family: "Meta", sans-serif;
  font-size: smaller;
  opacity: 0;
  padding: 0.2em 1.0666666667em 0.4em 1.0666666667em;
  position: absolute;
  transform: translateY(-2.5rem);
  transition: all 300ms;
  z-index: 99;
  text-align: center;
}
.hint:after {
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.625rem solid #111E27;
  content: "";
  height: 0;
  left: 42%;
  position: absolute;
  top: 100%;
  width: 0;
}

/* Source static/css/styles/screen/image_gallery.scss */

.image_gallery_overview {
  margin-bottom: 1.6em;
  position: relative;
  max-width: 13.75rem;
  min-width: 100%;
}

.image_gallery_entry {
  background-color: #F1F2F3;
  border-bottom: 0.1875rem solid #fff;
  border-right: 0.1875rem solid #fff;
  display: block;
  position: relative;
  min-width: 100%;
}
.image_gallery_entry:focus, .image_gallery_entry:hover {
  outline: 0;
}
.image_gallery_entry:focus .open, .image_gallery_entry:hover .open {
  opacity: 1;
  visibility: visible;
}
.image_gallery_entry:focus .open svg, .image_gallery_entry:hover .open svg {
  animation: news-photo 900ms;
}
.image_gallery_entry .open {
  background: rgba(17, 30, 39, 0.5);
  bottom: 0;
  display: flex;
  fill: #F1F2F3;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 600ms, visibility 600ms;
  visibility: hidden;
}
.image_gallery_entry .open svg {
  height: 1.875rem;
  margin: auto;
  width: 1.875rem;
}
.image_gallery_entry .image {
  background-position: 50%;
  background-size: cover;
  height: 0;
  overflow: hidden;
  padding-bottom: 62.5%;
}

.image_gallery_overlay {
  background: rgba(17, 30, 39, 0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 300ms;
  user-select: none;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.image_gallery_overlay.show {
  opacity: 1;
  visibility: visible;
}
.image_gallery_overlay .slider {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 300ms ease;
  white-space: nowrap;
  width: 100%;
}
.image_gallery_overlay .slider.bounce_from_right {
  animation: image_gallery_bounce_from_right 300ms ease-out;
}
.image_gallery_overlay .slider.bounce_from_left {
  animation: image-gallery-bounce-from-left 300ms ease-out;
}
.image_gallery_overlay .full_image {
  display: inline-block;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}
.image_gallery_overlay .full_image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 0;
}
.image_gallery_overlay .full_image figure {
  display: inline;
  height: 100%;
  margin: 0;
}
.image_gallery_overlay .full_image figcaption {
  background: rgba(17, 30, 39, 0.5);
  bottom: 0;
  color: #fff;
  display: block;
  padding: 0.8em;
  position: absolute;
  text-align: center;
  white-space: normal;
  width: 100%;
}
.image_gallery_overlay .full_image img {
  display: inline-block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  opacity: 0;
  transition: opacity 300ms;
  vertical-align: middle;
  visibility: hidden;
  width: auto;
}
.image_gallery_overlay .full_image img.show {
  opacity: 1;
  visibility: visible;
}
.image_gallery_overlay .spinner {
  display: inline-block;
  height: 1.125rem;
  left: 50%;
  margin-left: -2.1875rem;
  margin-top: -0.5625rem;
  position: absolute;
  top: 50%;
  width: 4.375rem;
}
.image_gallery_overlay .spinner .bounce {
  animation: image_gallery_spinner 900ms infinite;
  background: #F7A52C;
  border-radius: 100%;
  display: inline-block;
  height: 1.125rem;
  margin: 0 0.25rem;
  width: 1.125rem;
}
.image_gallery_overlay .spinner .bounce_1 {
  animation-delay: -300ms;
}
.image_gallery_overlay .spinner .bounce_2 {
  animation-delay: -150ms;
}
.image_gallery_overlay nav a {
  cursor: pointer;
  display: block;
  position: absolute;
}
.image_gallery_overlay nav .previous,
.image_gallery_overlay nav .next {
  height: 2.75rem;
  margin-top: -1.375rem;
  top: 50%;
  transition: background 300ms;
  width: 2.75rem;
}
.image_gallery_overlay nav .previous:focus .icon, .image_gallery_overlay nav .previous:hover .icon,
.image_gallery_overlay nav .next:focus .icon,
.image_gallery_overlay nav .next:hover .icon {
  fill: #F7A52C;
}
.image_gallery_overlay nav .previous .icon,
.image_gallery_overlay nav .next .icon {
  fill: #fff;
  height: 2.75rem;
  width: 2.75rem;
}
.image_gallery_overlay nav .previous {
  left: 2%;
  transform: rotate(180deg);
}
.image_gallery_overlay nav .next {
  right: 2%;
}
.image_gallery_overlay nav .close {
  background: #F1F2F3;
  height: 2.75rem;
  padding: 0.375rem;
  right: 0;
  top: 0;
  transition: background 300ms;
  width: 2.75rem;
}
.image_gallery_overlay nav .close:focus, .image_gallery_overlay nav .close:hover {
  outline: 0;
}
.image_gallery_overlay nav .close:focus .icon, .image_gallery_overlay nav .close:hover .icon {
  fill: #F7A52C;
}
.image_gallery_overlay nav .close .icon {
  fill: #111E27;
  height: 2rem;
  width: 2rem;
}

/* Source static/css/styles/screen/image_upload.scss */

.image_upload {
  border-top: 0.0625rem solid rgba(112, 112, 112, 0.15);
  margin-top: 3.2em;
  padding-top: 1.6em;
}
.image_upload:not(.homepage_change) .image_upload_input_wrapper {
  margin-top: 3.2em;
}
.image_upload .image_upload_input_wrapper {
  position: relative;
  margin-bottom: 3.2em;
}
.image_upload .image_upload_input_wrapper .image_upload_input {
  bottom: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}
.image_upload .image_upload_input_wrapper .image_upload_input.dragover ~ .file_info {
  background-color: #fff;
}
.image_upload .image_upload_input_wrapper .image_upload_input.dragover ~ .file_info .icon {
  transform: scale(0.9);
}
.image_upload .image_upload_input_wrapper .image_upload_input.dragover ~ .file_info .file_info_border {
  border: 0.0625rem dashed rgba(112, 112, 112, 0.15);
}
.image_upload .image_upload_input_wrapper .image_upload_input:hover ~ .file_info .icon {
  transform: scale(0.9);
}
.image_upload .image_upload_input_wrapper .file_info {
  align-items: center;
  background: rgba(247, 165, 44, 0.25);
  border: solid 1.4375rem #fff;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
  color: rgba(17, 30, 39, 0.5);
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  justify-content: center;
  min-height: 15.625rem;
  overflow: hidden;
  padding: 1.6em;
  text-overflow: ellipsis;
  transition: background 150ms ease-out;
  white-space: nowrap;
  width: 100%;
}
.image_upload .image_upload_input_wrapper .file_info .file_info_border {
  align-items: center;
  border-radius: 0.75rem;
  bottom: 1.6em;
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  justify-content: center;
  left: 1.6em;
  position: absolute;
  right: 1.6em;
  top: 1.6em;
}
.image_upload .image_upload_input_wrapper .file_info .icon {
  height: 6.25rem;
  transition: transform 150ms ease-out;
  width: 6.25rem;
}
.image_upload .image_upload_input_wrapper .file_info .icon svg {
  fill: #F7A52C;
}
.image_upload .image_upload_input_wrapper .file_info h2 {
  color: rgba(17, 30, 39, 0.5);
  font-weight: 700;
  margin: 0;
}
.image_upload .image_upload_input_wrapper .file_info p {
  font-weight: bold;
  line-height: initial;
  margin: 0;
  padding: 0;
}
.image_upload .image_upload_input_wrapper .file_info p span {
  text-decoration: underline;
}
.image_upload .image_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1.6em;
  margin-left: -0.8em;
  margin-right: -0.8em;
}
.image_upload .image_wrapper .image_entity {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-bottom: 1.6em;
  padding: 0 0.8em;
  width: 100%;
}
@media (min-width: 35rem) {
  .image_upload .image_wrapper .image_entity {
    width: 50%;
  }
}
@media (min-width: 93.75rem) {
  .image_upload .image_wrapper .image_entity {
    width: 25%;
  }
}
.image_upload .image_wrapper .image_entity .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
  flex-grow: 1;
  padding-bottom: 50%;
  position: relative;
}
.image_upload .image_wrapper .image_entity .image:before {
  background-color: rgba(17, 30, 39, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms ease-out;
}
.image_upload .image_wrapper .image_entity .close {
  fill: #F7A52C;
  width: 1.375rem;
  height: 1.375rem;
  margin-left: 0.4em;
  font-weight: 700;
  background: 0;
  border: 0;
  cursor: pointer;
  display: flex;
}
.image_upload .uploaded_images_wrapper {
  border-top: 0.0625rem solid rgba(112, 112, 112, 0.15);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.2em;
  padding-top: 1.6em;
}
.image_upload .uploaded_images_wrapper .uploaded_images_title {
  margin-bottom: 1.0666666667em;
}
.image_upload .uploaded_images_wrapper .uploaded_images_accordion,
.image_upload .uploaded_images_wrapper .uploaded_images {
  width: 100%;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  position: relative;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon {
  fill: #F7A52C;
  width: 1.375rem;
  height: 1.375rem;
  margin-left: 0.4em;
  font-weight: 700;
  background: 0;
  border: 0;
  cursor: pointer;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon .icon {
  display: flex;
  height: 1.375rem;
  width: 1.375rem;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon .icon svg {
  height: 1.375rem;
  width: 1.375rem;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon:hover, .image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon:focus {
  fill: #EB6607;
  transition: fill 300ms ease-out;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon:hover ~ .uploaded_image .delete_overlay, .image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon:focus ~ .uploaded_image .delete_overlay {
  opacity: 0;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon:hover ~ .uploaded_image .filename_overlay, .image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon:focus ~ .uploaded_image .filename_overlay {
  opacity: 1;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon_posting_edit {
  background: 0;
  border: 0;
  cursor: pointer;
  fill: #F7A52C;
  font-weight: 700;
  height: 1.25rem;
  margin-left: 0.5em;
  padding: 0 0.5333333333em;
  width: 1.25rem;
  width: auto;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon_posting_edit .icon {
  height: 1.375rem;
  width: 1.375rem;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon_posting_edit .icon svg {
  height: 1.375rem;
  width: 1.375rem;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon_posting_edit:hover, .image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon_posting_edit:focus {
  fill: #EB6607;
  transition: fill 300ms ease-out;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon_posting_edit:hover ~ .uploaded_image_posting_edit .delete_overlay, .image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon_posting_edit:focus ~ .uploaded_image_posting_edit .delete_overlay {
  opacity: 0;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon_posting_edit:hover ~ .uploaded_image_posting_edit .filename_overlay_posting_edit, .image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_icon_posting_edit:focus ~ .uploaded_image_posting_edit .filename_overlay_posting_edit {
  opacity: 1;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .delete_overlay {
  background-color: rgba(2, 3, 3, 0.5);
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 300ms ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .uploaded_image {
  justify-content: space-between;
  margin-bottom: 2.4em;
  position: relative;
  padding-bottom: 50%;
  width: 100%;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .uploaded_image:not(.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .uploaded_image.in_overview) {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50%;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .uploaded_image.in_overview {
  display: flex;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .uploaded_image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .uploaded_image .filename_overlay {
  background-color: rgba(2, 3, 3, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .uploaded_image_posting_edit {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: none;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
.image_upload .uploaded_images_wrapper .uploaded_image_wrapper .uploaded_image_posting_edit .filename_overlay_posting_edit {
  background-color: rgba(2, 3, 3, 0.5);
  bottom: 0;
  margin-bottom: 1.6em;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
}
.image_upload .button_wrapper {
  max-width: 11.25rem;
}
.image_upload .button_wrapper .text {
  margin: auto 0;
}
@keyframes blink {
  /**
   * At the start of the animation the dot
   * has an opacity of .2
   */
  0% {
    opacity: 0.2;
  }
  /**
   * At 20% the dot is fully visible and
   * then fades out slowly
   */
  20% {
    opacity: 1;
  }
  /**
   * Until it reaches an opacity of .2 and
   * the animation can start again
   */
  100% {
    opacity: 0.2;
  }
}
.image_upload .waiting span {
  /**
   * Use the blink animation, which is defined above
   */
  animation-name: blink;
  /**
   * The animation should take 1.4 seconds
   */
  animation-duration: 1.4s;
  /**
   * It will repeat itself forever
   */
  animation-iteration-count: infinite;
  /**
   * This makes sure that the starting style (opacity: .2)
   * of the animation is applied before the animation starts.
   * Otherwise we would see a short flash or would have
   * to set the default styling of the dots to the same
   * as the animation. Same applies for the ending styles.
   */
  animation-fill-mode: both;
}
.image_upload .waiting span:nth-child(2) {
  /**
   * Starts the animation of the third dot
   * with a delay of .2s, otherwise all dots
   * would animate at the same time
   */
  animation-delay: 0.2s;
}
.image_upload .waiting span:nth-child(3) {
  /**
   * Starts the animation of the third dot
   * with a delay of .4s, otherwise all dots
   * would animate at the same time
   */
  animation-delay: 0.4s;
}

/* Source static/css/styles/screen/iphone_safe_area.scss */

@supports (padding-left: env(safe-area-inset-left)) {
  html.iphone .container {
    padding-left: "max(0.9375rem, env(safe-area-inset-left))";
    padding-right: "max(0.9375rem, env(safe-area-inset-right))";
  }
}
@media (min-width: 18.75rem) {
  @supports (padding-left: env(safe-area-inset-left)) {
    html.iphone .container {
      padding-left: "max(calc(0.9375rem + 2.1875 * (100vw - 18.75rem) / (75)), env(safe-area-inset-left))";
      padding-right: "max(calc(0.9375rem + 2.1875 * (100vw - 18.75rem) / (75)), env(safe-area-inset-right))";
    }
  }
}

/* Source static/css/styles/screen/legal_notice_font_overview.scss */

.legal_notice_font_overview p {
  margin-bottom: 0;
}
.legal_notice_font_overview li {
  margin-bottom: 0.8em;
}

/* Source static/css/styles/screen/login.scss */

.login_wrapper {
  background: #fff url("../images/dashboard_card_background.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 23.75rem;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 35rem) {
  .login_wrapper {
    background-size: 31.25rem;
  }
}
@media (min-width: 47.5rem) {
  .login_wrapper {
    background-size: 37.5rem;
  }
}
@media (min-width: 75rem) {
  .login_wrapper {
    background-size: auto;
  }
}
.login_wrapper .login_alert {
  display: block;
}
.login_wrapper .login_alert.error {
  color: #FF0000;
}
.login_wrapper .login_main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100vh;
  padding: 0;
}
.login_wrapper .login_main .container_login {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.login_wrapper .login_main .container_login .row {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
}
.login_wrapper .login_main .welcome_text h1 {
  letter-spacing: calc((1.625rem + 2.25 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 1.625rem;
  max-width: 46.875rem;
}
@media (min-width: 18.75rem) {
  .login_wrapper .login_main .welcome_text h1 {
    font-size: calc(1.625rem + 2.25 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .login_wrapper .login_main .welcome_text h1 {
    font-size: 3.875rem;
  }
}
.login_wrapper .login_main .welcome_text p {
  max-width: 43.75rem;
}
.login_wrapper .login_main .login_formular {
  margin: 3.2em 0;
}
.login_wrapper .login_main .login_formular .input {
  margin-right: 1.0666666667em;
  max-width: 21.875rem;
}
.login_wrapper .login_main .login_formular .input.index {
  letter-spacing: calc((0.875rem + 0.0625 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 0.875rem;
}
@media (min-width: 18.75rem) {
  .login_wrapper .login_main .login_formular .input.index {
    font-size: calc(0.875rem + 0.0625 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .login_wrapper .login_main .login_formular .input.index {
    font-size: 0.9375rem;
  }
}
.login_wrapper .login_main .login_formular .button {
  display: block;
  max-width: 8.125rem;
}
.login_wrapper .login_main .website_preview_svg {
  align-items: flex-end;
  align-self: center;
  display: flex;
  flex: 1 1 auto;
  max-width: 31.25rem;
  width: 100%;
}
@media (min-width: 30rem) {
  .login_wrapper .login_main .website_preview_svg {
    padding: 0 3.2em;
    align-self: flex-end;
  }
  .login_wrapper .login_main .website_preview_svg svg {
    min-height: 25rem;
  }
}
@media (min-width: 61.875rem) {
  .login_wrapper .login_main .website_preview_svg {
    max-width: 37.5rem;
  }
}
@media (min-width: 75rem) {
  .login_wrapper .login_main .website_preview_svg {
    align-items: center;
    padding: 0;
    max-width: none;
  }
}

.login_logo {
  padding: 3.2em 0;
  width: 12.5rem;
}

.moving_arm,
.moving_button {
  animation: move_button_arm 5s ease-out infinite;
  transform-origin: 2.1875rem 2.1875rem;
}

.moving_button {
  transform-origin: 18.75rem 18.125rem;
}

.moving_button_second {
  animation: moving_button_second 3s ease infinite;
  transform-origin: 3rem 1.75rem;
}

.moving_cloud_one {
  animation: move_cloud_one 15s ease infinite;
}

.moving_cloud_two {
  animation: move_cloud_two 15s ease 3s infinite;
}

/* Source static/css/styles/screen/main.scss */

main {
  padding: 4.8em 0;
}
main .page_icon {
  bottom: -8em;
  display: none;
  height: 37.5rem;
  opacity: 0.8;
  position: fixed;
  right: -4.8em;
  width: 37.5rem;
  z-index: -1;
}
@media (min-width: 61.875rem) {
  main .page_icon {
    display: block;
  }
}
main .page_icon .icon {
  fill: #fff;
}

.privacy_links {
  padding: 0.8em;
}
.privacy_links.main {
  text-align: right;
  margin-top: -3.2em;
}

/* Source static/css/styles/screen/offcanvas_menu.scss */

.toggle_offcanvas_menu {
  display: inline-block;
  position: relative;
}
@media (min-width: 61.875rem) {
  .toggle_offcanvas_menu {
    display: none;
  }
}
.toggle_offcanvas_menu label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 112.5%;
  font-weight: 700;
  height: 2.75rem;
  position: relative;
  text-transform: uppercase;
  user-select: none;
  z-index: 10;
}
.toggle_offcanvas_menu label .icon {
  height: 1.875rem;
  margin-right: 0.8em;
  position: relative;
  width: 1.875rem;
}
.toggle_offcanvas_menu label .line {
  background: #111E27;
  display: block;
  height: 0.3125rem;
  position: absolute;
  width: 100%;
}
.toggle_offcanvas_menu label .line_1 {
  opacity: 1;
  top: 0;
  transition: top 300ms, transform 300ms;
  visibility: visible;
}
.toggle_offcanvas_menu label .line_2 {
  opacity: 1;
  top: calc(50% - (0.3125rem / 2));
  transition: opacity 300ms;
  visibility: visible;
}
.toggle_offcanvas_menu label .line_3 {
  bottom: 0;
  transition: bottom 300ms, transform 300ms;
}
.toggle_offcanvas_menu a {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.toggle_offcanvas_menu .open_offcanvas_menu {
  display: block;
}
.toggle_offcanvas_menu .close_offcanvas_menu {
  display: none;
}

.offcanvas_menu_overlay {
  -webkit-backdrop-filter: blur(0.125rem);
  background: rgba(17, 30, 39, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 240ms, visibility 240ms;
  visibility: hidden;
  z-index: 110;
}

@media (max-width: 61.8125rem) {
  .offcanvas_menu_state:checked ~ .offcanvas_menu_wrapper .offcanvas_menu, .offcanvas_menu_state:target ~ .offcanvas_menu_wrapper .offcanvas_menu {
    opacity: 1;
    transform: scaleX(1);
    visibility: visible;
  }
  .offcanvas_menu_state:checked ~ .offcanvas_menu_wrapper .offcanvas_menu_overlay, .offcanvas_menu_state:target ~ .offcanvas_menu_wrapper .offcanvas_menu_overlay {
    opacity: 1;
    visibility: visible;
  }
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .line_1, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .line_1, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .line_1, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .line_1 {
  top: calc(50% - (0.3125rem / 2));
  transform: rotate(45deg);
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .line_2, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .line_2, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .line_2, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .line_2 {
  opacity: 0;
  visibility: hidden;
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .line_3, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .line_3, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .line_3, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .line_3 {
  bottom: calc(50% - (0.3125rem / 2));
  transform: rotate(-45deg);
}
.offcanvas_menu_state:checked ~ header .open_offcanvas_menu, .offcanvas_menu_state:checked ~ div .open_offcanvas_menu, .offcanvas_menu_state:target ~ header .open_offcanvas_menu, .offcanvas_menu_state:target ~ div .open_offcanvas_menu {
  display: none;
}
.offcanvas_menu_state:checked ~ header .close_offcanvas_menu, .offcanvas_menu_state:checked ~ div .close_offcanvas_menu, .offcanvas_menu_state:target ~ header .close_offcanvas_menu, .offcanvas_menu_state:target ~ div .close_offcanvas_menu {
  display: block;
}

.offcanvas_menu {
  background-color: #F1F2F3;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
  display: block;
  min-height: 100%;
  opacity: 0;
  padding: 1.6em 0;
  position: absolute;
  transform: scaleX(0);
  transition: opacity 240ms, transform 240ms, visibility 240ms;
  user-select: none;
  visibility: hidden;
  width: 15.625rem;
  z-index: 5000;
}
@media (min-width: 30rem) {
  .offcanvas_menu {
    width: 21.875rem;
  }
}
.offcanvas_menu .offcanvas_menu_content > ul > li {
  padding: 0 1.6em;
  position: relative;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a {
  color: #111E27;
  display: block;
  font-size: 112.5%;
  font-weight: 700;
  line-height: 2.75rem;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a.active {
  color: #F7A52C;
}
.offcanvas_menu .offcanvas_menu_content > ul li.expanded > ul {
  display: block;
}
.offcanvas_menu .offcanvas_menu_content > ul ul {
  display: none;
}
.offcanvas_menu .offcanvas_menu_content > ul ul:target {
  display: block;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a {
  color: #111E27;
  display: block;
  padding: 0.4em 1.6em 0.4em 0;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a.active {
  color: #F7A52C;
}
.offcanvas_menu .offcanvas_menu_content > ul ul ul {
  border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.15);
  border-top: 0.0625rem solid rgba(112, 112, 112, 0.15);
}

/* Source static/css/styles/screen/onboarding.scss */

.onboarding_wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.onboarding_wrapper .onboarding_text {
  margin-bottom: 3.2em;
}
.onboarding_wrapper .onboarding_text h1 {
  letter-spacing: calc((1.625rem + 2.25 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 1.625rem;
}
@media (min-width: 18.75rem) {
  .onboarding_wrapper .onboarding_text h1 {
    font-size: calc(1.625rem + 2.25 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .onboarding_wrapper .onboarding_text h1 {
    font-size: 3.875rem;
  }
}
.onboarding_wrapper .onboarding_person {
  margin-top: 3.2em;
  max-width: 62.5rem;
}
.onboarding_wrapper .onboarding_person .entry {
  align-self: center;
  width: 7.5rem;
}
.onboarding_wrapper .onboarding_person .entry img {
  border-radius: 50%;
  width: 7.5rem;
}
.onboarding_wrapper .onboarding_person .entry .info .title {
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.onboarding_wrapper .onboarding_person .onboarding_quote_wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 50rem;
}
@media (min-width: 47.5rem) {
  .onboarding_wrapper .onboarding_person .onboarding_quote_wrapper {
    flex-direction: row;
  }
}
.onboarding_wrapper .onboarding_person .onboarding_quote_wrapper .onboarding_quote_arrow .icon {
  display: flex;
}
.onboarding_wrapper .onboarding_person .onboarding_quote_wrapper .onboarding_quote_arrow .icon svg {
  fill: #fff;
  height: 2.5rem;
  transform: translateX(1.25rem) rotate(180deg);
  width: 2.5rem;
}
@media (min-width: 47.5rem) {
  .onboarding_wrapper .onboarding_person .onboarding_quote_wrapper .onboarding_quote_arrow .icon svg {
    transform: translateX(0.3125rem) rotate(90deg);
  }
}
.onboarding_wrapper .onboarding_person .onboarding_quote_wrapper .onboarding_quote {
  background-color: #fff;
  border-radius: 0.9375rem;
  font-style: italic;
  padding: 1.6em;
  transform: skew(-6.5deg);
  width: 100%;
}
.onboarding_wrapper .onboarding_person .onboarding_quote_wrapper .onboarding_quote p {
  transform: skew(6.5deg);
}
.onboarding_wrapper .onboarding_moon {
  position: absolute;
  right: -1.25rem;
  top: 55%;
  width: 6.25rem;
  z-index: -1;
}
@media (min-width: 35rem) {
  .onboarding_wrapper .onboarding_moon {
    top: 40%;
    width: 7.5rem;
  }
}
@media (min-width: 61.875rem) {
  .onboarding_wrapper .onboarding_moon {
    top: -3.125rem;
    width: 12.5rem;
  }
}
.onboarding_wrapper .onboarding_rocket {
  align-items: flex-end;
  align-self: flex-end;
  bottom: -7.8125rem;
  display: flex;
  flex: 1 1 auto;
  max-width: 46.875rem;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
.onboarding_wrapper .onboarding_rocket svg {
  min-height: 28.125rem;
}
.onboarding_wrapper .onboarding_rocket svg .moving_stars {
  animation: move 5s linear infinite;
}
.onboarding_wrapper .onboarding_rocket svg .moving_stars_2 {
  animation: move_opacity 4s linear 2s infinite;
  opacity: 0;
}
.onboarding_wrapper .onboarding_rocket svg .moving_stars_3 {
  animation: move_opacity 5s linear 4s infinite;
  opacity: 0;
}
.onboarding_wrapper .onboarding_rocket svg .flame {
  animation: opacity 0.8s linear infinite;
}
.onboarding_wrapper .onboarding_rocket svg .moving_flame {
  animation: move_flame 1.5s linear infinite;
}
@media (min-width: 35rem) {
  .onboarding_wrapper .onboarding_rocket {
    bottom: -14.0625rem;
  }
  .onboarding_wrapper .onboarding_rocket svg {
    min-height: 53.125rem;
  }
}
@media (min-width: 61.875rem) {
  .onboarding_wrapper .onboarding_rocket {
    bottom: -9.375rem;
    max-width: 50rem;
  }
}
@media (min-width: 75rem) {
  .onboarding_wrapper .onboarding_rocket {
    bottom: -6.25rem;
    max-width: 58.75rem;
  }
}

/* Source static/css/styles/screen/onlinetool_popup.scss */

.onlinetools_popup_overview .entry {
  margin: 0 0 0.8em;
}
.onlinetools_popup_overview .description {
  display: block;
  margin-bottom: 0.8em;
}
.onlinetools_popup_overview .touch_link .title {
  margin: 0 0 0.4em;
  padding: 0;
}

.popup_overlay {
  -webkit-backdrop-filter: blur(0.125rem);
  background: rgba(17, 30, 39, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 1% 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 300ms, visibility 300ms;
  visibility: hidden;
  z-index: -1;
}
.popup_overlay.show {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
}

.popup_header {
  padding: 0 0 0 1.6em;
}

.popup_close {
  align-items: center;
  background: #F7A52C;
  border-radius: 0.75rem 0.75rem 0 0;
  display: flex;
  float: right;
  justify-content: center;
  margin-right: 0.0625rem;
  padding: 0.4571428571em;
  text-align: center;
  height: 2.75rem;
  width: 2.75rem;
}
@media (min-width: 18.75rem) {
  .popup_close {
    height: calc(2.75rem + 0.5 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    height: 3.25rem;
  }
}
@media (min-width: 18.75rem) {
  .popup_close {
    width: calc(2.75rem + 0.5 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .popup_close {
    width: 3.25rem;
  }
}
.popup_close .icon {
  fill: #fff;
  height: 1.5rem;
  width: 1.5rem;
}

.popup_content {
  height: 100%;
  margin: 0 auto;
  max-width: 68rem;
  opacity: 0;
  position: relative;
  transform: scale(0.6);
  transition: opacity 300ms, transform 300ms, visibility 300ms;
  visibility: hidden;
  z-index: 9500;
}
.popup_content.show {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.popup_content .content {
  background: #F1F2F3;
  bottom: 0;
  box-shadow: 0 0 1.5625rem rgba(0, 0, 0, 0.2);
  left: 0;
  position: absolute;
  right: 0;
  top: 2.75rem;
}
@media (min-width: 18.75rem) {
  .popup_content .content {
    top: calc(2.75rem + 0.5 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .popup_content .content {
    top: 3.25rem;
  }
}

.popup_iframe {
  background: #F1F2F3;
  border: 0;
  height: 100%;
  opacity: 0;
  position: relative;
  transition: opacity 300ms;
  width: 100%;
  z-index: 1;
}
.popup_iframe.show {
  opacity: 1;
}

/* Source static/css/styles/screen/preloader.scss */

.preloader {
  display: block;
  position: relative;
}
.preloader .icon_spin {
  animation: preloader-rotate 900ms linear infinite;
  display: block;
  fill: rgba(112, 112, 112, 0.15);
  height: 3rem;
  left: 50%;
  margin: -1.5rem 0 0 -1.5rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  transition: 300ms;
  visibility: visible;
  width: 3rem;
}
.preloader .icon_spin.hide {
  opacity: 0;
  visibility: hidden;
}

.no_cssanimations .icon_spin {
  display: none;
}

/* Source static/css/styles/screen/required_data.scss */

.required_data_overview {
  margin-top: 3.2em;
}
.required_data_overview .touch_link,
.required_data_overview .touch_link_span {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  transition: transform 200ms;
}
.required_data_overview .touch_link:hover, .required_data_overview .touch_link:focus,
.required_data_overview .touch_link_span:hover,
.required_data_overview .touch_link_span:focus {
  transform: scale(1.03);
  transition: transform 200ms;
}
.required_data_overview .touch_link h2,
.required_data_overview .touch_link_span h2 {
  color: #EB6607;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 0;
}
.required_data_overview .touch_link small,
.required_data_overview .touch_link_span small {
  color: #707070;
  font-size: 100%;
}
.required_data_overview .touch_link .icon,
.required_data_overview .touch_link_span .icon {
  background: #FF0000;
  border: 0.0625rem solid #FF0000;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.375rem;
  justify-content: center;
  margin-left: 1.6em;
  padding: 0.5333333333em;
  width: 2.375rem;
}
.required_data_overview .touch_link .icon.check,
.required_data_overview .touch_link_span .icon.check {
  background: #2AB225;
  border: 0.0625rem solid #2AB225;
}
.required_data_overview .touch_link .icon.question,
.required_data_overview .touch_link_span .icon.question {
  background: #F7A52C;
  border: 0.0625rem solid #F7A52C;
}
.required_data_overview .touch_link .icon svg,
.required_data_overview .touch_link_span .icon svg {
  fill: #fff;
}

.team_data_content,
.legal_notice_data_content,
.legal_notice2_data_content {
  display: none;
}
.team_data_content.show,
.legal_notice_data_content.show,
.legal_notice2_data_content.show {
  display: block;
}

.required_data_status {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 1.6em;
}
.required_data_status.warning .description {
  color: #FF0000;
}
.required_data_status.check .description {
  color: #2AB225;
}
.required_data_status .icon {
  background: #FF0000;
  border: 0.0625rem solid #FF0000;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.375rem;
  justify-content: center;
  padding: 0.5333333333em;
  width: 2.375rem;
}
.required_data_status .icon.check {
  background: #2AB225;
  border: 0.0625rem solid #2AB225;
}
.required_data_status .icon svg {
  fill: #fff;
}
.required_data_status .description {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0.8em;
}

/* Source static/css/styles/screen/required_data_impressum.scss */

.required_data_impressum_overview {
  margin-top: 3.2em;
}

.legal_notice_location {
  display: none;
}
.legal_notice_location.show {
  display: block;
}

.location_switch {
  border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.15);
  margin-top: 3.2em;
}
.location_switch .location_switch_entry {
  background: #fff;
  border-top: 0.0625rem solid rgba(112, 112, 112, 0.15);
  border-left: 0.0625rem solid rgba(112, 112, 112, 0.15);
  border-right: 0.0625rem solid rgba(112, 112, 112, 0.15);
  display: inline-flex;
  padding: 0.8em;
  cursor: pointer;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  font-weight: 700;
}
.location_switch .location_switch_entry.active {
  background-color: #F1F2F3;
  border-bottom: 1px solid #F1F2F3;
  margin-bottom: -0.0625rem;
}
.location_switch .location_switch_entry:hover {
  border-top: 0.0625rem solid #EB6607;
  border-left: 0.0625rem solid #EB6607;
  border-right: 0.0625rem solid #EB6607;
}

.impressum_status {
  border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.15);
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.6em;
}
.impressum_status .icon {
  background: #FF0000;
  border: 0.0625rem solid #FF0000;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.375rem;
  justify-content: center;
  margin-left: 1.6em;
  padding: 0.5333333333em;
  width: 2.375rem;
}
.impressum_status .icon.check {
  background: #2AB225;
  border: 0.0625rem solid #2AB225;
}
.impressum_status .icon svg {
  fill: #fff;
}
.impressum_status .description {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
}

.valign_center {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
}

.button.fixed {
  position: relative;
}
@media (min-width: 35rem) {
  .button.fixed {
    position: fixed;
    right: 3.2em;
    bottom: 3.2em;
    z-index: 99;
  }
}

.textarea.show {
  display: block;
}

.textarea.hide {
  display: none;
}

/* Source static/css/styles/screen/required_opening_times.scss */

.opening_times_editor_page .impressum_status {
  margin-bottom: 1.6em;
}
.opening_times_editor_page .location_data .opening_times_wrapper {
  margin-top: 0.8em;
  flex-grow: 1;
}
.opening_times_editor_page .location_data .opening_times_wrapper strong {
  display: block;
  margin-bottom: 0.8em;
}
.opening_times_editor_page .location_data .opening_times_wrapper .error {
  color: #FF0000;
}
.opening_times_editor_page .location_data .opening_times_wrapper textarea {
  background-color: transparent;
  padding: 0.8em;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.8em;
}
.opening_times_editor_page .location_data .opening_times_wrapper .preview .button_wrapper {
  margin-top: 1.0666666667em;
}
@media (min-width: 75rem) {
  .opening_times_editor_page .location_data {
    display: flex;
    flex-wrap: wrap;
  }
  .opening_times_editor_page .location_data .address {
    width: 31.25rem;
  }
}
.opening_times_editor_page .button {
  margin-bottom: 0.5em;
}

/* Source static/css/styles/screen/required_service_data.scss */

.service_editor_page .service_option_form,
.seo_editor_page .service_option_form,
.some_editor_page .service_option_form,
.homepage_change .service_option_form {
  border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.15);
  padding-bottom: 3.2em;
}
.service_editor_page .service_option_form .button,
.seo_editor_page .service_option_form .button,
.some_editor_page .service_option_form .button,
.homepage_change .service_option_form .button {
  margin-top: 0.8em;
}
.service_editor_page .service_file_download,
.seo_editor_page .service_file_download,
.some_editor_page .service_file_download,
.homepage_change .service_file_download {
  margin: 3.2em 0;
}
.service_editor_page .service_file_download a,
.seo_editor_page .service_file_download a,
.some_editor_page .service_file_download a,
.homepage_change .service_file_download a {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.service_editor_page .service_file_download a .icon,
.seo_editor_page .service_file_download a .icon,
.some_editor_page .service_file_download a .icon,
.homepage_change .service_file_download a .icon {
  display: block;
  fill: #EB6607;
  height: 1.875rem;
  margin-right: 1em;
  position: relative;
  transition: transform 300ms ease-out;
  width: 1.875rem;
}
.service_editor_page .service_file_download a:hover .icon,
.seo_editor_page .service_file_download a:hover .icon,
.some_editor_page .service_file_download a:hover .icon,
.homepage_change .service_file_download a:hover .icon {
  transform: scale(0.9);
}
.service_editor_page .service_file_upload form,
.seo_editor_page .service_file_upload form,
.some_editor_page .service_file_upload form,
.homepage_change .service_file_upload form {
  position: relative;
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper,
.some_editor_page .service_file_upload form .file_upload_input_wrapper,
.homepage_change .service_file_upload form .file_upload_input_wrapper {
  max-width: 40.625rem;
  margin: 0 0 3.2em 0;
  position: relative;
}
@media (max-width: 93.6875rem) {
  .service_editor_page .service_file_upload form .file_upload_input_wrapper,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper,
.some_editor_page .service_file_upload form .file_upload_input_wrapper,
.homepage_change .service_file_upload form .file_upload_input_wrapper {
    margin: 2.4em 0 3.2em 0;
  }
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_upload_input {
  bottom: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.dragover ~ .file_info,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.dragover ~ .file_info,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.dragover ~ .file_info,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_upload_input.dragover ~ .file_info {
  background-color: #fff;
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.dragover ~ .file_info .icon,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.dragover ~ .file_info .icon,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.dragover ~ .file_info .icon,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_upload_input.dragover ~ .file_info .icon {
  transform: scale(0.9);
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.dragover ~ .file_info .file_info_border,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.dragover ~ .file_info .file_info_border,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.dragover ~ .file_info .file_info_border,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_upload_input.dragover ~ .file_info .file_info_border {
  border: 0.0625rem dashed rgba(112, 112, 112, 0.15);
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info {
  background-color: #fff;
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info .file_description,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info .file_description,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info .file_description,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info .file_description {
  display: none;
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info .icon,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info .icon,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info .icon,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info .icon {
  transform: scale(0.9);
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info .file_info_border,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info .file_info_border,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info .file_info_border,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_upload_input.file_selected ~ .file_info .file_info_border {
  border: 0.0625rem dashed rgba(112, 112, 112, 0.15);
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input:hover ~ .file_info .icon,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input:hover ~ .file_info .icon,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_upload_input:hover ~ .file_info .icon,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_upload_input:hover ~ .file_info .icon {
  transform: scale(0.9);
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_info,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_info,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_info,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_info {
  align-items: center;
  background: rgba(247, 165, 44, 0.25);
  border: solid 1.4375rem #fff;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2);
  color: rgba(17, 30, 39, 0.5);
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  justify-content: center;
  min-height: 15.625rem;
  overflow: hidden;
  padding: 1.6em;
  text-overflow: ellipsis;
  transition: background 150ms ease-out;
  white-space: nowrap;
  width: 100%;
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_info .file_info_border,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_info .file_info_border,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_info .file_info_border,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_info .file_info_border {
  align-items: center;
  border-radius: 0.75rem;
  bottom: 1.6em;
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  justify-content: center;
  left: 1.6em;
  position: absolute;
  right: 1.6em;
  top: 1.6em;
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_info .icon,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_info .icon,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_info .icon,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_info .icon {
  height: 6.25rem;
  transition: transform 150ms ease-out;
  width: 6.25rem;
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_info .icon svg,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_info .icon svg,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_info .icon svg,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_info .icon svg {
  fill: #F7A52C;
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_info h2,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_info h2,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_info h2,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_info h2 {
  color: rgba(17, 30, 39, 0.5);
  font-weight: 700;
  margin: 0;
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_info p,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_info p,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_info p,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_info p {
  font-weight: bold;
  line-height: initial;
  margin: 0;
  padding: 0;
}
.service_editor_page .service_file_upload form .file_upload_input_wrapper .file_info p span,
.seo_editor_page .service_file_upload form .file_upload_input_wrapper .file_info p span,
.some_editor_page .service_file_upload form .file_upload_input_wrapper .file_info p span,
.homepage_change .service_file_upload form .file_upload_input_wrapper .file_info p span {
  text-decoration: underline;
}
.service_editor_page .service_file_upload .uploaded_files_wrapper h2,
.seo_editor_page .service_file_upload .uploaded_files_wrapper h2,
.some_editor_page .service_file_upload .uploaded_files_wrapper h2,
.homepage_change .service_file_upload .uploaded_files_wrapper h2 {
  padding-top: 2.4em;
}
@media (min-width: 47.5rem) {
  .service_editor_page .service_file_upload .uploaded_files_wrapper h2,
.seo_editor_page .service_file_upload .uploaded_files_wrapper h2,
.some_editor_page .service_file_upload .uploaded_files_wrapper h2,
.homepage_change .service_file_upload .uploaded_files_wrapper h2 {
    padding-top: 0;
  }
}
.service_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper,
.seo_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper,
.some_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper,
.homepage_change .service_file_upload .uploaded_files_wrapper .file_wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.service_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon,
.seo_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon,
.some_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon,
.homepage_change .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon {
  background: 0;
  border: 0;
  cursor: pointer;
  fill: #F7A52C;
  font-weight: 700;
  height: 1.25rem;
  margin-left: 0.5em;
  padding: 0 0.5333333333em;
  width: 1.25rem;
  width: auto;
}
.service_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon .icon,
.seo_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon .icon,
.some_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon .icon,
.homepage_change .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon .icon {
  height: 1.375rem;
  width: 1.375rem;
}
.service_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon .icon svg,
.seo_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon .icon svg,
.some_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon .icon svg,
.homepage_change .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon .icon svg {
  height: 1.375rem;
  width: 1.375rem;
}
.service_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:hover, .service_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:focus,
.seo_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:hover,
.seo_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:focus,
.some_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:hover,
.some_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:focus,
.homepage_change .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:hover,
.homepage_change .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:focus {
  fill: #EB6607;
  transition: fill 300ms ease-out;
}
.service_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:hover ~ a, .service_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:focus ~ a,
.seo_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:hover ~ a,
.seo_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:focus ~ a,
.some_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:hover ~ a,
.some_editor_page .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:focus ~ a,
.homepage_change .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:hover ~ a,
.homepage_change .service_file_upload .uploaded_files_wrapper .file_wrapper .delete_icon:focus ~ a {
  color: rgba(17, 30, 39, 0.6);
}
.service_editor_page .service_file_upload .uploaded_files_wrapper a,
.seo_editor_page .service_file_upload .uploaded_files_wrapper a,
.some_editor_page .service_file_upload .uploaded_files_wrapper a,
.homepage_change .service_file_upload .uploaded_files_wrapper a {
  display: block;
  margin-bottom: 0.3em;
}

/* Source static/css/styles/screen/required_team_data.scss */

.team_data_status {
  margin-top: 3.2em;
}

.upload-team-image,
.team_data_form {
  padding-top: 1.6em;
}
.upload-team-image .selection,
.team_data_form .selection {
  border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.15);
  padding-bottom: 3.2em;
}
.upload-team-image .botton,
.team_data_form .botton {
  width: auto;
}

.team_data_btn {
  background: rgba(17, 30, 39, 0.5);
  border: 0;
  margin: 0.5333333333em;
}
.team_data_btn .text {
  margin-right: 0.625rem;
}
.team_data_btn .icon svg {
  fill: #fff;
}

.team_data_btn_wrapper {
  margin-left: -0.5333333333em;
}
.team_data_btn_wrapper ul li .team_data_entry {
  display: flex;
  justify-content: flex-start;
}
.team_data_btn_wrapper ul li .team_data_entry .team_data_edit,
.team_data_btn_wrapper ul li .team_data_entry .team_data_delete {
  background: 0;
  border: 0;
  font-weight: 700;
  padding: 0 0.5333333333em;
  width: auto;
}
.team_data_btn_wrapper ul li .team_data_entry .team_data_edit .icon,
.team_data_btn_wrapper ul li .team_data_entry .team_data_delete .icon {
  height: 1.375rem;
  width: 1.375rem;
}
.team_data_btn_wrapper ul li .team_data_entry .team_data_edit .icon svg,
.team_data_btn_wrapper ul li .team_data_entry .team_data_delete .icon svg {
  height: 1.375rem;
  width: 1.375rem;
}
.team_data_btn_wrapper ul li .team_data_entry .team_data_edit .icon {
  padding: 0 0 0 1.0666666667em;
}
.team_data_btn_wrapper ul li .team_data_entry .team_data_edit .icon svg {
  fill: #F7A52C;
}
.team_data_btn_wrapper ul li .team_data_entry .team_data_delete .icon svg {
  fill: #FF0000;
}

/* Source static/css/styles/screen/some.scss */

.some_checklist_overview,
.seo_checklist_overview {
  margin-top: 3.2em;
}
.some_checklist_overview .indicator .icon,
.seo_checklist_overview .indicator .icon {
  fill: #EB6607;
}
.some_checklist_overview .indicator_wrapper,
.seo_checklist_overview .indicator_wrapper {
  margin-top: 0.2em;
}
.some_checklist_overview .progress_wrapper,
.seo_checklist_overview .progress_wrapper {
  display: flex;
  margin: 2.4em auto 3.2em auto;
}
.some_checklist_overview .progress_wrapper div,
.seo_checklist_overview .progress_wrapper div {
  flex-shrink: 0;
  margin-right: 0.8em;
}
.some_checklist_overview progress,
.seo_checklist_overview progress {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0.625rem;
  color: #2AB225;
  display: block;
  height: 0.375rem;
  margin-top: 0.8em;
  overflow: hidden;
  width: 100%;
}
.some_checklist_overview progress::-moz-progress-bar,
.seo_checklist_overview progress::-moz-progress-bar {
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), -moz-linear-gradient(left, #2AB225, #2AB225);
  background-size: 2.1875rem 1.25rem, 100% 100%, 100% 100%;
  border-radius: 0.625rem;
}
.some_checklist_overview progress::-webkit-progress-value,
.seo_checklist_overview progress::-webkit-progress-value {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), -webkit-linear-gradient(left, #2AB225, #2AB225);
  background-size: 2.1875rem 1.25rem, 100% 100%, 100% 100%;
  border-radius: 0.625rem;
}

.dialog_focus .close_button {
  position: absolute;
  right: 0.75em;
  top: 0.75em;
}
.dialog_focus .close_button:hover {
  cursor: pointer;
}

.actions {
  margin-top: 1.6em;
  display: flex;
  flex-direction: row;
}
.actions a {
  display: flex;
  align-items: center;
  padding-left: 1.6em;
  color: #111E27;
}
.actions .button {
  background-color: #2AB225;
  border-color: #2AB225;
  transition: background-color 300ms, border-color 300ms;
}
.actions .button:hover, .actions .button:focus {
  background-color: #3bd535;
  border-color: #3bd535;
  transition: background-color 300ms, border-color 300ms;
}

.hidden {
  display: none;
}

.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.grey {
  color: #707070;
}

.smp_overview_wrapper {
  display: flex;
  align-items: flex-start;
}
.smp_overview_wrapper .button {
  margin-left: 0.625rem;
  background-color: #410098;
  border: 0.25rem solid #410098;
  border-radius: 0.25rem;
  min-width: unset;
  font-weight: bold;
}
@media (min-width: 61.875rem) {
  .smp_overview_wrapper .button {
    font-size: 1rem;
    padding: 0 0.875rem;
  }
}

/* Source static/css/styles/screen/team.scss */

.team_overview {
  margin-top: 3.2em;
}
.team_overview .entry {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}
@media (min-width: 35rem) {
  .team_overview .entry {
    flex-direction: row-reverse;
  }
}
@media (min-width: 47.5rem) {
  .team_overview .entry {
    flex-direction: column-reverse;
  }
}
@media (min-width: 93.75rem) {
  .team_overview .entry {
    flex-direction: row-reverse;
  }
}
.team_overview .photo {
  flex: 0 0 auto;
  margin: 0;
  max-width: 8.75rem;
}
.team_overview .photo img {
  display: block;
}
.team_overview .info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
@media (min-width: 35rem) {
  .team_overview .info {
    margin: 0 0 0 2.4em;
  }
}
@media (min-width: 47.5rem) {
  .team_overview .info {
    margin: 0 0 0.8em 0;
  }
}
@media (min-width: 93.75rem) {
  .team_overview .info {
    margin: 0 0 0 2.4em;
  }
}
.team_overview .info .title {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 35rem) {
  .team_overview .info .title {
    text-align: left;
  }
}
@media (min-width: 47.5rem) {
  .team_overview .info .title {
    text-align: center;
  }
}
@media (min-width: 93.75rem) {
  .team_overview .info .title {
    text-align: left;
  }
}
.team_overview .info .role {
  text-align: center;
}
@media (min-width: 35rem) {
  .team_overview .info .role {
    text-align: left;
  }
}
@media (min-width: 47.5rem) {
  .team_overview .info .role {
    text-align: center;
  }
}
@media (min-width: 93.75rem) {
  .team_overview .info .role {
    text-align: left;
  }
}
.team_overview .info .contact_wrapper {
  border-top: solid 0.0625rem rgba(112, 112, 112, 0.15);
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0.8em 1.6em 0 1.6em;
  padding: 0.8em;
  width: 14.375rem;
}
@media (min-width: 35rem) {
  .team_overview .info .contact_wrapper {
    margin: 0.8em 0 0 0;
    padding: 0.8em 0.8em 0 0;
  }
}
@media (min-width: 47.5rem) {
  .team_overview .info .contact_wrapper {
    margin: 0.8em 1.6em 0 1.6em;
    padding: 0.8em;
  }
}
@media (min-width: 93.75rem) {
  .team_overview .info .contact_wrapper {
    margin: 0.8em 0 0 0;
    padding: 0.8em 0.8em 0 0;
  }
}
.team_overview .info .contact_wrapper .contact:first-child {
  margin-bottom: 0.8em;
}
.team_overview .info .contact_wrapper .contact .icon {
  min-height: 1.25rem;
  min-width: 1.875rem;
}
.team_overview .info .contact_wrapper .contact .icon svg {
  height: 1.25rem;
  width: 1.25rem;
}
.team_overview .info .contact_wrapper .contact a {
  color: #111E27;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team_overview .info .contact_wrapper .contact a:hover {
  color: #EB6607;
}

.team_entry .photo {
  margin-bottom: 0.8em;
  max-width: 8.75rem;
}
.team_entry .photo img {
  display: block;
}
.team_entry .info {
  margin-bottom: 0.8em;
}

.atikon_team_overview .entry .photo img {
  border-radius: 50%;
}

/* Source static/css/styles/screen/teaser.scss */


/* Source static/css/styles/screen/tinymce.scss */

.tox-tinymce {
  min-height: 12.5rem;
}
.tox-tinymce svg {
  width: auto;
  height: auto;
}

/* Source static/css/styles/screen/tooltip.scss */

.tooltip_wrapper {
  display: block;
  position: relative;
}

[role=tooltip] {
  background: #F1F2F3;
  border: 0.0625rem solid rgba(112, 112, 112, 0.15);
  border-radius: 0.75rem;
  bottom: 100%;
  color: #111E27;
  font-size: 85%;
  font-weight: 400;
  line-height: 1.6;
  padding: 0.8em;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translateY(-0.3125rem);
  z-index: 50;
}
[role=tooltip]:after {
  border: 0.625rem solid transparent;
  border-top-color: #F1F2F3;
  bottom: -1.25rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.625rem;
  position: absolute;
  width: 0;
}
[role=tooltip]:before {
  border: 0.6875rem solid transparent;
  border-top-color: rgba(112, 112, 112, 0.15);
  bottom: -1.375rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.6875rem;
  position: absolute;
  width: 0;
}
[role=tooltip][aria-hidden=true] {
  display: none;
}

/* Source static/css/styles/screen/vorschaulink.scss */

.vorschaulink .intro_description {
  hyphens: none;
}

.vorschau_navigation {
  margin-bottom: 3.2em;
  margin-top: 3.2em;
}
.vorschau_navigation ul {
  list-style: none !important;
  padding-left: 0;
}
@media (min-width: 30rem) {
  .vorschau_navigation ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.vorschau_navigation .vorschau_navigation_links {
  align-items: center;
  display: flex;
  margin-bottom: 1.6em;
  margin-right: 0.625rem;
}
.vorschau_navigation .vorschau_navigation_links:hover .hint {
  opacity: 1;
  transform: translateY(-2.1875rem);
}
.vorschau_navigation .vorschau_navigation_links:focus .icon, .vorschau_navigation .vorschau_navigation_links:active .icon {
  height: 1.0625rem;
  width: 1.0625rem;
}
.vorschau_navigation .button {
  min-width: 3.75rem;
  align-items: center;
  padding: 0 1.25rem 0 0.9375rem;
}
.vorschau_navigation .text {
  font-size: 115%;
  line-height: 1;
  transition: 300ms;
}
.vorschau_navigation .text.underline {
  text-decoration: underline;
}
.vorschau_navigation .icon {
  display: inline-block;
  fill: #fff;
  height: 1.0625rem;
  width: 1.0625rem;
}

.vorschau_window {
  cursor: zoom-in;
  z-index: 99;
}
.vorschau_window.show {
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 103;
}
.vorschau_window.show iframe {
  background: #fff;
  display: block;
  padding-bottom: 4.8em;
}
.vorschau_window iframe {
  display: none;
}
.vorschau_window .vorschau_back_link {
  display: none;
  position: absolute;
  right: 1.6em;
  top: 0.8em;
  z-index: 9999999;
}
.vorschau_window .vorschau_back_link .close_icon {
  align-items: center;
  background: #F7A52C;
  border-radius: 50%;
  display: flex;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}
.vorschau_window .vorschau_back_link .close_icon svg {
  display: inline-block;
  fill: #fff;
  height: 2rem;
  width: 2rem;
}

.fullscreen {
  overflow-x: hidden;
}
.fullscreen .detail_links .text,
.fullscreen .detail_links .icon,
.fullscreen .detail_links .hint {
  display: none;
}
.fullscreen .bar.navigation {
  left: 0;
}
.fullscreen .vorschau_back_link {
  display: block;
}

.full_screen_preview {
  border: 0;
}

/* Source static/css/styles/screen/webcontent_details.scss */

.webcontent_details h2 {
  letter-spacing: calc((1.3125rem + 0.75 * (100vw - 18.75rem) / (75)) / 1000 * -20);
  font-size: 1.3125rem;
  color: #F7A52C;
  font-family: "Meta", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -20;
  margin: 0 0 1em;
}
@media (min-width: 18.75rem) {
  .webcontent_details h2 {
    font-size: calc(1.3125rem + 0.75 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .webcontent_details h2 {
    font-size: 2.0625rem;
  }
}
.webcontent_details .video_wrapper {
  margin-top: 3.125rem;
  margin-bottom: 2.5rem;
}
.webcontent_details .video_wrapper video {
  width: 100%;
  max-width: 100%;
}
.webcontent_details .webcontent_details_content .info_wrapper .information {
  display: block;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  letter-spacing: calc((0.75rem + 0.125 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 0.75rem;
  color: #707070;
}
@media (min-width: 18.75rem) {
  .webcontent_details .webcontent_details_content .info_wrapper .information {
    font-size: calc(0.75rem + 0.125 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .webcontent_details .webcontent_details_content .info_wrapper .information {
    font-size: 0.875rem;
  }
}
.webcontent_details .webcontent_details_content .info_wrapper .information .seperator {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.webcontent_details .webcontent_details_content .info_wrapper .information .date {
  font-weight: 700;
}
.webcontent_details .webcontent_details_content .info_wrapper .go_back {
  margin-left: 1.25rem;
}
.webcontent_details .bottom_wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 1.2em;
}
@media (min-width: 47.5rem) and (max-width: 61.8125rem) {
  .webcontent_details .bottom_wrapper {
    flex-direction: row;
  }
}
@media (min-width: 93.75rem) {
  .webcontent_details .bottom_wrapper {
    flex-direction: row;
  }
}
.webcontent_details .bottom_wrapper .info_wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  flex-shrink: 1;
  margin-bottom: 1.2em;
  max-width: 21.875rem;
}
@media (min-width: 47.5rem) and (max-width: 61.8125rem) {
  .webcontent_details .bottom_wrapper .info_wrapper {
    margin-bottom: 0;
    margin-right: 1.2em;
  }
}
@media (min-width: 93.75rem) {
  .webcontent_details .bottom_wrapper .info_wrapper {
    margin-bottom: 0;
    margin-right: 1.2em;
  }
}
.webcontent_details .bottom_wrapper .info_wrapper .information {
  margin-bottom: 0;
}
.webcontent_details .bottom_wrapper .info_wrapper .information .date {
  display: inline-block;
}
.webcontent_details .bottom_wrapper .info_wrapper .webcontent_details_author {
  margin-top: 3.36em;
}
.webcontent_details .bottom_wrapper .info_wrapper .webcontent_details_author .author_name {
  padding-top: 0;
}
.webcontent_details .bottom_wrapper .photo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-basis: 7.5rem;
  flex-grow: 1;
  flex-shrink: 2;
  max-width: 15.625rem;
}
.webcontent_details .bottom_wrapper .photo img {
  max-width: 15.625rem;
  max-height: 15.625rem;
}

/* Source static/css/styles/screen/webcontent_overview.scss */

.webcontent_overview h2 {
  color: #F7A52C;
  font-weight: 700;
  letter-spacing: calc((1.1875rem + 0.1875 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 1.1875rem;
}
@media (min-width: 18.75rem) {
  .webcontent_overview h2 {
    font-size: calc(1.1875rem + 0.1875 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .webcontent_overview h2 {
    font-size: 1.375rem;
  }
}
.webcontent_overview .webcontent_item.card {
  padding: 0;
  margin-bottom: 2.4em;
}
.webcontent_overview .webcontent_item.card .webcontent_item_image {
  position: relative;
  display: flex;
  border-top-right-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 17.5rem;
}
.webcontent_overview .webcontent_item.card .webcontent_item_image img {
  width: 100%;
  display: block;
}
.webcontent_overview .webcontent_item.card .webcontent_item_image .icon_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(17, 30, 39, 0.5);
}
.webcontent_overview .webcontent_item.card .webcontent_item_image .icon_wrapper .icon {
  height: 1.5625rem;
  width: 1.5625rem;
  display: block;
  fill: #F7A52C;
}
.webcontent_overview .webcontent_item.card .webcontent_item_inner {
  padding: 1.6em;
}
.webcontent_overview .webcontent_item.card .webcontent_item_inner .article_name {
  color: #F7A52C;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 0;
  letter-spacing: calc((1rem + 0.5 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 1rem;
  line-height: 1.08;
}
@media (min-width: 18.75rem) {
  .webcontent_overview .webcontent_item.card .webcontent_item_inner .article_name {
    font-size: calc(1rem + 0.5 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .webcontent_overview .webcontent_item.card .webcontent_item_inner .article_name {
    font-size: 1.5rem;
  }
}
.webcontent_overview .webcontent_item.card .webcontent_item_inner .information {
  word-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
}
.webcontent_overview .webcontent_item.card .webcontent_item_inner .information .category,
.webcontent_overview .webcontent_item.card .webcontent_item_inner .information .date {
  letter-spacing: calc((0.75rem + 0.125 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 0.75rem;
  color: #707070;
}
@media (min-width: 18.75rem) {
  .webcontent_overview .webcontent_item.card .webcontent_item_inner .information .category,
.webcontent_overview .webcontent_item.card .webcontent_item_inner .information .date {
    font-size: calc(0.75rem + 0.125 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .webcontent_overview .webcontent_item.card .webcontent_item_inner .information .category,
.webcontent_overview .webcontent_item.card .webcontent_item_inner .information .date {
    font-size: 0.875rem;
  }
}
.webcontent_overview .webcontent_item.card .webcontent_item_inner .information .category {
  margin-right: 1.28em;
}
.webcontent_overview .webcontent_item.card .webcontent_item_inner .information .date {
  font-style: italic;
  font-weight: 700;
}

/* Source static/css/styles/screen/webcontent_search.scss */

.webcontent_search .search_wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 35rem) {
  .webcontent_search .search_wrapper {
    flex-direction: row;
  }
}
.webcontent_search .search_wrapper .search_bar_wrapper {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  margin-bottom: 1.75rem;
}
@media (min-width: 18.75rem) {
  .webcontent_search .search_wrapper .search_bar_wrapper {
    margin-bottom: calc(1.75rem + 1.25 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .webcontent_search .search_wrapper .search_bar_wrapper {
    margin-bottom: 3rem;
  }
}
.webcontent_search .search_wrapper .search_bar_wrapper .search_input {
  display: flex;
  flex-grow: 1;
  min-height: 2.5rem;
}
.webcontent_search .search_wrapper .select_button_wrapper {
  display: flex;
  justify-content: space-between;
}
.webcontent_search .search_wrapper .select_button_wrapper .select_wrapper {
  display: flex;
  flex-grow: 1;
}
.webcontent_search .search_wrapper .select_button_wrapper .select_wrapper .select {
  flex-grow: 1;
  align-items: center;
  padding-right: 2.6875rem;
  min-height: 2.5rem;
}
@media (min-width: 35rem) {
  .webcontent_search .search_wrapper .select_button_wrapper .select_wrapper .select {
    margin-left: 0.5rem;
  }
}
.webcontent_search .search_wrapper .select_button_wrapper .select_wrapper .select select {
  color: #707070;
}
.webcontent_search .search_wrapper .select_button_wrapper .button_wrapper {
  display: flex;
  flex-grow: 0;
}
.webcontent_search .search_wrapper .select_button_wrapper .button_wrapper .button.search {
  height: 2.625rem;
  min-width: 2.625rem;
  width: 2.625rem;
  padding: 0;
  margin-left: 0.5rem;
  border-radius: 0.25rem;
}
.webcontent_search .search_wrapper .select_button_wrapper .button_wrapper .button.search > span {
  min-height: 0;
  height: 100%;
}
.webcontent_search .search_wrapper .select_button_wrapper .button_wrapper .button.search > span .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.webcontent_search .filter_wrapper {
  margin-bottom: 2.1875rem;
}
@media (min-width: 18.75rem) {
  .webcontent_search .filter_wrapper {
    margin-bottom: calc(2.1875rem + 2.1875 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .webcontent_search .filter_wrapper {
    margin-bottom: 4.375rem;
  }
}
.webcontent_search .filter_wrapper .filter_headline {
  margin-top: 0;
  padding-top: 0;
}
.webcontent_search .filter_wrapper .input_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.webcontent_search .filter_wrapper .input_label {
  letter-spacing: calc((0.8125rem + 0.125 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 0.8125rem;
}
@media (min-width: 18.75rem) {
  .webcontent_search .filter_wrapper .input_label {
    font-size: calc(0.8125rem + 0.125 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .webcontent_search .filter_wrapper .input_label {
    font-size: 0.9375rem;
  }
}

